*,:before,:after{box-sizing:border-box;margin:0;padding:0}.demo-wrap{padding:0 0 24px}.demo-header{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;margin-bottom:20px;padding:14px 20px;display:flex}.hdr-mark{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;box-shadow:0 2px 8px #f59e0b52}.hdr-title{color:#111827;letter-spacing:-.03em;font-size:15px;font-weight:800}.hdr-badge{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;background:#f3f4f6;border-radius:100px;padding:2px 8px;font-size:10px;font-weight:700}.groups{flex-direction:column;gap:18px;padding:0 20px;display:flex}.group-label{color:#9ca3af;letter-spacing:.09em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:8px;font-size:10.5px;font-weight:700;display:flex}.group-label:after{content:"";background:#e5e7eb;flex:1;height:1px}.btn-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.action-btn{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:11px 13px;font-family:inherit;transition:all .18s;position:relative;overflow:hidden}.action-btn:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a14}.action-btn:active{transform:translateY(0)scale(.98)}.btn-name{color:#111827;margin-bottom:2px;font-size:12.5px;font-weight:700;display:block}.btn-desc{color:#9ca3af;font-size:11px;font-weight:500}.btn-arrow{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;display:flex;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:340px;max-width:calc(100vw - 36px);display:flex;position:fixed;top:18px;right:18px}.toast{pointer-events:all;opacity:0;background:#fff;border:1px solid #f1f5f9;border-left-width:3.5px;border-radius:13px;width:100%;transition:transform .38s cubic-bezier(.16,1,.3,1),opacity .32s;position:relative;overflow:hidden;transform:translate(110%)scale(.94);box-shadow:0 4px 24px #0f172a1a,0 1px 4px #0f172a0d}.toast.show{opacity:1;transform:translate(0)scale(1)}.toast.leave{opacity:0;transition:transform .3s ease-in,opacity .25s ease-in;transform:translate(110%)scale(.94)}.toast-inner{align-items:flex-start;gap:11px;padding:14px 40px 14px 14px;display:flex}.toast-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.toast-body{flex:1;min-width:0}.toast-tag{letter-spacing:.09em;text-transform:uppercase;margin-bottom:2px;font-size:9.5px;font-weight:700}.toast-title{color:#111827;font-size:13px;font-weight:700;line-height:1.35}.toast-desc{color:#6b7280;margin-top:2px;font-size:11.5px;line-height:1.5}.toast-action{cursor:pointer;border:none;border-radius:7px;align-items:center;gap:5px;margin-top:8px;padding:5px 11px;font-family:inherit;font-size:11.5px;font-weight:700;transition:all .18s;display:inline-flex}.toast-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-family:inherit;font-size:13px;transition:all .15s;display:flex;position:absolute;top:10px;right:10px}.toast-close:hover{color:#374151;background:#f3f4f6}.toast-progress{background:#f3f4f6;height:2px;position:absolute;bottom:0;left:0;right:0}.toast-bar{height:100%;transition:width 60ms linear}.shimmer-layer{pointer-events:none;background:linear-gradient(90deg,#0000,#f59e0b12,#0000);animation:1.6s ease-in-out infinite toastShimmer;position:absolute;inset:0}@keyframes toastShimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.spinner{border:2px solid #f59e0b40;border-top-color:#f59e0b;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.credit-bar-wrap{margin-top:8px}.credit-bar-labels{justify-content:space-between;margin-bottom:4px;font-size:10.5px;font-weight:600;display:flex}.credit-bar-track{background:#f1f5f9;border-radius:100px;height:5px;overflow:hidden}.credit-bar-fill{border-radius:100px;height:100%;transition:width .7s}
*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;font-family:Plus Jakarta Sans,system-ui,sans-serif}.tabs{background:#fff;border-bottom:1px solid #e5e7eb;gap:6px;padding:16px 20px 0;display:flex}.tab{cursor:pointer;color:#9ca3af;-webkit-user-select:none;user-select:none;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:8px 8px 0 0;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s}.tab.active{color:#111827;background:#fff;border-color:#e5e7eb;margin-bottom:-1px}.tab:hover:not(.active){color:#6b7280;background:#f9fafb}.stage{justify-content:center;align-items:center;min-height:380px;padding:32px 20px;display:none}.stage.show{display:flex}.page-loader{background:#0f172a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:28px;width:360px;height:320px;display:flex;position:relative;overflow:hidden}.pl-grid{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.pl-glow{background:radial-gradient(circle,#f59e0b1f 0%,#0000 65%);border-radius:50%;width:320px;height:240px;animation:2.4s ease-in-out infinite glowPulse;position:absolute;top:-80px;left:50%;transform:translate(-50%)}@keyframes glowPulse{0%,to{opacity:.6}50%{opacity:1}}.pl-logo{z-index:2;align-items:center;gap:10px;display:flex;position:relative}.pl-logo-mark{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;animation:2.4s ease-in-out infinite logoBreath;display:flex;box-shadow:0 0 24px #f59e0b59}@keyframes logoBreath{0%,to{box-shadow:0 0 20px #f59e0b4d}50%{box-shadow:0 0 36px #f59e0b8c}}.pl-logo-name{color:#fff;letter-spacing:-.04em;font-size:22px;font-weight:800}.pl-zap{color:#fff;width:18px;height:18px}.pl-bar-wrap{z-index:2;width:200px;position:relative}.pl-bar-track{background:#ffffff14;border-radius:100px;height:3px;overflow:hidden}.pl-bar-fill{background:linear-gradient(90deg,#f59e0b,#fde68a,#f59e0b) 0 0/200% 100%;border-radius:100px;width:0%;height:100%;animation:2s ease-in-out forwards barSlide,1.2s linear infinite shimmer}@keyframes barSlide{0%{width:0%}30%{width:35%}60%{width:68%}80%{width:82%}to{width:100%}}@keyframes shimmer{0%{background-position:200%}to{background-position:-200%}}.pl-status{color:#ffffff5c;text-align:center;z-index:2;letter-spacing:.04em;height:18px;font-size:12px;font-weight:500;position:relative}.pl-dots{z-index:2;gap:6px;display:flex;position:relative}.pl-dot{background:#ffffff2e;border-radius:50%;width:5px;height:5px;animation:.9s ease-in-out infinite dotPop}.pl-dot:nth-child(2){animation-delay:.18s}.pl-dot:nth-child(3){animation-delay:.36s}@keyframes dotPop{0%,80%,to{background:#ffffff2e;transform:scale(1)}40%{background:#f59e0b;transform:scale(1.4)}}.inv-loader{background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:340px;overflow:hidden;box-shadow:0 16px 48px #1118271a}.inv-top{border-bottom:1px solid #f3f4f6;align-items:center;gap:14px;padding:24px 24px 20px;display:flex}.inv-icon-wrap{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.zap-spin{color:#f59e0b;width:22px;height:22px;animation:1.2s ease-in-out infinite zapPulse}@keyframes zapPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.75;transform:scale(1.18)}}.inv-meta h3{color:#111827;margin-bottom:2px;font-size:15px;font-weight:700}.inv-meta p{color:#9ca3af;font-size:12.5px}.inv-steps{flex-direction:column;gap:14px;padding:20px 24px;display:flex}.inv-step{align-items:center;gap:12px;display:flex}.inv-step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.inv-step-icon.done{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.inv-step-icon.active{color:#d97706;background:#fffbeb;border:1px solid #fde68a;animation:.6s ease-in-out infinite stepPop}.inv-step-icon.idle{color:#d1d5db;background:#f9fafb;border:1px solid #f3f4f6}@keyframes stepPop{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.inv-step-text{flex:1}.inv-step-label{color:#111827;font-size:13.5px;font-weight:600}.inv-step-label.idle{color:#d1d5db}.inv-step-label.active{color:#d97706}.inv-step-sub{color:#9ca3af;margin-top:1px;font-size:11.5px}.inv-skeleton{flex-direction:column;gap:8px;padding:0 24px 24px;display:flex}.skel-row{background:#f3f4f6;border-radius:100px;height:10px;overflow:hidden}.skel-row:after{content:"";background:linear-gradient(90deg,#0000,#f59e0b26,#0000);width:60%;height:100%;animation:1.4s ease-in-out infinite skelShimmer;display:block}@keyframes skelShimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.skel-row.w80{width:80%}.skel-row.w60{width:60%}.skel-row.w90{width:90%}.pdf-loader{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;align-items:center;gap:20px;width:300px;padding:28px 24px;display:flex;box-shadow:0 16px 48px #1118271a}.pdf-icon-stage{width:72px;height:84px;position:relative}.pdf-page{background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:center;gap:5px;width:60px;height:78px;padding:10px 8px 8px;display:flex;position:absolute;bottom:0;left:6px}.pdf-corner{border-top:0 solid #0000;border-bottom:16px solid #0000;border-left:0 solid #0000;border-right:16px solid #e5e7eb;width:0;height:0;position:absolute;top:0;right:0}.pdf-corner-fill{border-top:0 solid #0000;border-bottom:14px solid #0000;border-left:0 solid #0000;border-right:14px solid #f9fafb;width:0;height:0;position:absolute;top:2px;right:0}.pdf-line{background:#f3f4f6;border-radius:100px;width:100%;height:5px}.pdf-line.amber{background:#f59e0b40;width:70%}.pdf-badge{color:#fff;letter-spacing:.04em;background:#ef4444;border-radius:5px;padding:2px 5px;font-size:9px;font-weight:800;position:absolute;top:-8px;right:-8px}.dl-arrow-wrap{position:absolute;bottom:-6px;right:-14px}.dl-arrow{background:#111827;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;animation:1s ease-in-out infinite dlBounce;display:flex}@keyframes dlBounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.pdf-label{color:#111827;text-align:center;font-size:15px;font-weight:700}.pdf-filename{color:#9ca3af;text-align:center;font-size:12px;font-weight:500}.pdf-progress-wrap{width:64px;height:64px;position:relative}.pdf-progress-wrap svg{position:absolute;inset:0;transform:rotate(-90deg)}.pdf-prog-track{fill:none;stroke:#f3f4f6;stroke-width:5px}.pdf-prog-fill{fill:none;stroke:#f59e0b;stroke-width:5px;stroke-linecap:round;stroke-dasharray:163;stroke-dashoffset:163px;animation:2.4s ease-in-out forwards circProg}@keyframes circProg{0%{stroke-dashoffset:163px}to{stroke-dashoffset:0}}.pdf-percent{color:#111827;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex;position:absolute;inset:0}.btn-demos{flex-direction:column;gap:16px;width:320px;display:flex}.demo-btn{cursor:pointer;border:none;border-radius:11px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s;display:flex;position:relative;overflow:hidden}.demo-btn-amber{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.demo-btn-dark{color:#fff;background:#111827}.demo-btn-out{color:#111827;background:0 0;border:1.5px solid #d1d5db}.btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite spin}.btn-spinner-dark{border-color:#111827 #11182726 #11182726}@keyframes spin{to{transform:rotate(360deg)}}.demo-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);animation:1.8s ease-in-out infinite ripple;position:absolute;inset:0;transform:translate(-100%)}@keyframes ripple{0%{transform:translate(-100%)}to{transform:translate(100%)}}.demo-label{color:#9ca3af;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:600}.ctrl-bar{flex-wrap:wrap;justify-content:center;gap:8px;padding:0 20px 8px;display:flex}.ctrl-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:7px 16px;font-family:inherit;font-size:12px;font-weight:600;transition:all .18s}.ctrl-btn:hover{color:#d97706;border-color:#f59e0b}.ctrl-btn.on{color:#d97706;background:#fffbeb;border-color:#f59e0b}.pdf-percent-anim{animation:2.4s ease-out forwards countUp}@keyframes countUp{0%{content:"0%"}}.success-card,.error-card,.upgrade-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;width:360px;padding:34px 28px;box-shadow:0 16px 48px #1118271a}.success-ring,.error-ring{border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 22px;display:flex}.success-ring{background:#ecfdf5;animation:.5s successPop}.success-check{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:26px;font-weight:800;display:flex}@keyframes successPop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-title,.error-title,.upgrade-title{color:#111827;margin-bottom:10px;font-size:22px;font-weight:800}.success-text,.error-text,.upgrade-text{color:#6b7280;font-size:14px;line-height:1.7}.success-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;width:100%;margin-top:26px;padding:14px;font-weight:700}.error-cross{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:28px;font-weight:800;display:flex}@keyframes errorShake{0%{transform:translate(0)}25%{transform:translate(-6px)}50%{transform:translate(6px)}75%{transform:translate(-3px)}to{transform:translate(0)}}.error-actions{gap:10px;margin-top:24px;display:flex}.err-btn-light,.err-btn-danger{cursor:pointer;border:none;border-radius:12px;flex:1;padding:13px;font-weight:700}.err-btn-light{color:#111827;background:#f3f4f6}.err-btn-danger{color:#fff;background:#ef4444}.error-ring{background:#fef2f2;animation:.4s errorShake}.mail-loader{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:340px;padding:30px 24px;position:relative;overflow:hidden;box-shadow:0 16px 48px #1118271a}.mail-glow{background:radial-gradient(circle,#f59e0b1f,#0000 70%);border-radius:50%;width:220px;height:220px;animation:2.5s ease-in-out infinite mailGlow;position:absolute;top:-80px;left:50%;transform:translate(-50%)}@keyframes mailGlow{0%,to{opacity:.5}50%{opacity:1}}.mail-icon-wrap{z-index:2;background:#fffbeb;border:1px solid #fde68a;border-radius:18px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 20px;display:flex;position:relative}.mail-fly{color:#d97706;width:28px;height:28px;animation:1.4s ease-in-out infinite mailFly}@keyframes mailFly{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.mail-title{color:#111827;margin-bottom:8px;font-size:18px;font-weight:700}.mail-sub{color:#9ca3af;margin-bottom:22px;font-size:13px}.mail-track{background:#f3f4f6;border-radius:999px;width:100%;height:6px;margin-bottom:18px;overflow:hidden}.mail-fill{background:linear-gradient(90deg,#f59e0b,#fcd34d,#f59e0b) 0 0/200% 100%;border-radius:999px;width:40%;height:100%;animation:1.5s linear infinite mailMove}@keyframes mailMove{0%{background-position:200%;transform:translate(-100%)}to{background-position:-200%;transform:translate(250%)}}.mail-dots{justify-content:center;gap:8px;display:flex}.mail-dot{background:#f59e0b;border-radius:50%;width:6px;height:6px;animation:.8s ease-in-out infinite mailDot}.mail-dot:nth-child(2){animation-delay:.15s}.mail-dot:nth-child(3){animation-delay:.3s}@keyframes mailDot{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}
