:root{--brand-primary:#4d43fe;--brand-primary-light:#7068ff;--brand-primary-dark:#372de0;--brand-gradient:linear-gradient(135deg, #4d43fe 0%, #7b73ff 50%, #9d96ff 100%);--brand-gradient-hover:linear-gradient(135deg, #5a51fe 0%, #8a83ff 100%);--brand-glow:0 0 35px #4d43fe73;--brand-glow-lg:0 0 60px #4d43fe59;--accent-lime:#b5ef85;--accent-lime-dim:#b5ef8526;--accent-magenta:#e72be7;--accent-magenta-dim:#e72be726;--accent-cyan:#00f5ff;--accent-cyan-dim:#00f5ff26;--accent-gold:#fdb73e;--accent-gold-dim:#fdb73e26;--bg-page:#08090e;--bg-page-gradient:radial-gradient(circle at 50% 0%, #151336 0%, #08090e 60%);--bg-surface:#10121f;--bg-surface-elevated:#16192b;--bg-surface-hover:#1e2239;--bg-glass:#10121fb3;--bg-glass-card:#ffffff09;--border-subtle:#ffffff14;--border-glass:#ffffff1f;--border-active:#4d43fe99;--border-glow:0 0 0 1px #4d43fe80, 0 0 20px #4d43fe40;--text-primary:#fff;--text-secondary:#9fa4c4;--text-muted:#656a8a;--text-inverse:#08090e;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", Menlo, monospace;--font-serif:"Charter", "Merriweather", Georgia, serif;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.16, 1, .3, 1);--transition-normal:.25s cubic-bezier(.16, 1, .3, 1);--transition-smooth:.4s cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 24px #00000059;--shadow-lg:0 16px 40px #00000080;--shadow-primary:0 12px 30px #4d43fe59}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg-page);background-image:var(--bg-page-gradient);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--bg-surface-hover);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--brand-primary)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.container-fluid{width:100%;max-width:100%;padding:0 20px}@media (width<=768px){.container,.container-fluid{padding:0 12px}}.app-page{width:100%;min-height:calc(100vh - 65px)}#page-tool{width:100%}#page-story{width:100%;will-change:auto!important;transform:none!important}#home-scroll-progress{z-index:10005;pointer-events:none;background:linear-gradient(90deg,#6366f1 0%,#a855f7 40%,#b5ef85 85%,#38bdf8 100%);width:0%;height:3px;transition:width 40ms linear;position:fixed;top:0;left:0;box-shadow:0 0 14px #b5ef85cc,0 0 24px #6366f199}#page-transition-beam{z-index:10010;pointer-events:none;opacity:0;background:linear-gradient(90deg,#4f46e5,#818cf8 35%,#b5ef85 70%,#ec4899 100%);width:0%;height:3px;position:fixed;top:0;left:0;box-shadow:0 0 18px #818cf8f2,0 0 35px #b5ef85b3}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:-.025em;font-weight:700;line-height:1.15}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.btn{border-radius:var(--radius-full);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--brand-gradient);color:#fff;box-shadow:var(--shadow-primary);border:1px solid #fff3}.btn-primary:hover{background:var(--brand-gradient-hover);box-shadow:var(--brand-glow);transform:translateY(-1px)}.btn-secondary{background:var(--bg-surface-elevated);color:var(--text-primary);border:1px solid var(--border-glass)}.btn-secondary:hover{background:var(--bg-surface-hover);border-color:#fff3}.btn-accent-lime{background:var(--accent-lime);color:#08090e;font-weight:700}.btn-accent-lime:hover{transform:translateY(-1px);box-shadow:0 0 25px #b5ef8566}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-lg{padding:16px 32px;font-size:1.1rem}.badge{border-radius:var(--radius-full);letter-spacing:.02em;background:var(--bg-glass);border:1px solid var(--border-glass);-webkit-backdrop-filter:blur(12px);align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.badge-brand{border-color:var(--border-active);color:#a39bfe;box-shadow:0 0 15px #4d43fe33}.badge-dot{background-color:var(--accent-lime);width:8px;height:8px;box-shadow:0 0 8px var(--accent-lime);border-radius:50%;animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.gradient-text{background:linear-gradient(135deg,#fff 30%,#a49eff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gradient-text-electric{background:linear-gradient(135deg,#746bff 0%,#00f5ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.navbar-header{z-index:1000;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);transition:all var(--transition-normal);background:#08090ebf;position:sticky;top:0;left:0;right:0}.navbar-container{justify-content:space-between;align-items:center;width:100%;max-width:100%;height:68px;padding:0 24px;display:flex}.navbar-logo{letter-spacing:-.03em;color:#fff;align-items:center;gap:12px;font-size:1.25rem;font-weight:800;display:flex}.navbar-logo-icon{border-radius:var(--radius-sm);background:var(--brand-gradient);width:38px;height:38px;box-shadow:var(--brand-glow);color:#fff;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;display:flex}.navbar-logo-tag{background:var(--accent-lime);color:#08090e;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;font-size:.7rem;font-weight:800}.navbar-nav{align-items:center;gap:32px;list-style:none;display:flex}.navbar-link{color:var(--text-secondary);transition:color var(--transition-fast);cursor:pointer;font-size:.95rem;font-weight:600}.navbar-link:hover{color:#fff}.navbar-actions{align-items:center;gap:14px;display:flex}@media (width<=860px){.navbar-nav{display:none}}.hub-hero-section{width:100%;padding:24px 0 28px;position:relative;overflow:hidden}.hub-ambient-glows{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hub-glow{filter:blur(90px);opacity:.6;border-radius:50%;position:absolute}.glow-top{background:radial-gradient(circle,#4d43fe4d 0%,#0000 70%);width:600px;height:350px;top:-120px;left:20%}.glow-side{background:radial-gradient(circle,#10b98124 0%,#0000 70%);width:450px;height:380px;top:100px;right:-80px}.hub-container{z-index:10;width:100%;max-width:1400px;margin:0 auto;padding:0 28px;position:relative}.hub-top-header{border-bottom:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:28px;margin-bottom:22px;padding-bottom:20px;display:flex}.hub-header-left{max-width:620px}.hub-title-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:5px;display:flex}.hub-main-title{letter-spacing:-.03em;color:#fff;margin:0;font-size:clamp(1.75rem,2.6vw,2.3rem);font-weight:800;line-height:1.15}.gradient-text-electric{background:linear-gradient(135deg,#fff 20%,#b4c6ff 50%,#7b73ff 75%,#b5ef85 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.hub-status-badge{border-radius:var(--radius-full);color:#a7f3d0;white-space:nowrap;background:#10b98114;border:1px solid #10b98147;align-items:center;gap:6px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.pulse-indicator{background:var(--accent-lime);width:6px;height:6px;box-shadow:0 0 8px var(--accent-lime);border-radius:50%;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.hub-main-subtitle{color:var(--text-secondary);margin:0;font-size:.88rem;font-weight:450;line-height:1.45}.hub-header-right{flex-direction:column;align-items:flex-end;gap:8px;min-width:380px;display:flex}.hub-search-box{width:100%;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff09;border:1px solid #ffffff1a;border-radius:12px;align-items:center;padding:0 14px;display:flex;box-shadow:0 4px 18px #00000040}.hub-search-box:focus-within{background:#ffffff0f;border-color:#4d43fe99;box-shadow:0 0 0 3px #4d43fe33,0 8px 24px #4d43fe40}.hub-search-icon{color:var(--text-muted);align-items:center;margin-right:10px;display:flex}.hub-search-box:focus-within .hub-search-icon{color:var(--brand-primary-light)}.hub-search-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:11px 0;font-family:inherit;font-size:.88rem;font-weight:500}.hub-search-input::placeholder{color:var(--text-muted);font-size:.84rem}.hub-search-clear{color:var(--text-secondary);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:6px;transition:all .15s;display:flex}.hub-search-clear:hover{color:#fff;background:#ffffff2e}.hub-kbd-hint{color:var(--text-muted);font-size:.72rem;font-weight:700;font-family:var(--font-mono);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:5px;padding:2px 6px}.hub-header-meta{color:var(--text-muted);align-items:center;gap:7px;padding-right:2px;font-size:.73rem;display:inline-flex}.meta-dot{background:var(--accent-lime);width:5px;height:5px;box-shadow:0 0 6px var(--accent-lime);border-radius:50%}.meta-count{color:var(--text-secondary);font-weight:600;font-family:var(--font-mono);font-size:.72rem}.meta-divider{color:#ffffff2e}.meta-note{color:var(--text-muted)}.hub-workspace{grid-template-columns:260px 1fr;align-items:flex-start;gap:28px;display:grid}.hub-sidebar{flex-direction:column;gap:20px;padding-right:12px;display:flex;position:sticky;top:84px}.sidebar-block{flex-direction:column;gap:8px;display:flex}.sidebar-block-title{letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;padding:0 6px;font-size:.68rem;font-weight:800}.sidebar-cat-list{flex-direction:column;gap:3px;display:flex}.sidebar-cat-btn{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:.86rem;font-weight:600;transition:all .16s;display:flex}.sidebar-cat-btn:hover{color:#fff;background:#ffffff0a}.sidebar-cat-btn.active{color:#fff;background:#4d43fe24;border-color:#4d43fe59}.cat-btn-icon{align-items:center;font-size:1.05rem;line-height:1;display:inline-flex}.cat-btn-label{letter-spacing:-.01em;flex:1}.cat-btn-count{font-size:.7rem;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);background:#ffffff0f;border-radius:9999px;padding:1px 7px}.sidebar-cat-btn.active .cat-btn-count{color:#fff;background:#4d43fe59}.sidebar-tier-list{flex-direction:column;gap:3px;display:flex}.sidebar-tier-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.sidebar-tier-btn:hover{color:#fff;background:#ffffff09}.sidebar-tier-btn.active{color:#fff;background:#ffffff0f;border-color:#ffffff1f}.tier-badge{font-size:.68rem;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);background:#ffffff0d;border-radius:6px;padding:1px 6px}.sidebar-format-cloud{flex-wrap:wrap;gap:6px;padding:2px 4px;display:flex}.sidebar-tag-chip{color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:.74rem;font-weight:600;transition:all .15s}.sidebar-tag-chip:hover{color:#fff;background:#ffffff12;border-color:#ffffff26}.sidebar-tag-chip.active{color:#b4c6ff;background:#4d43fe29;border-color:#4d43fe66}.sidebar-guarantee-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:14px}.guarantee-header{align-items:center;gap:6px;margin-bottom:6px;display:flex}.guarantee-title{color:var(--text-primary);font-size:.76rem;font-weight:700}.guarantee-text{color:var(--text-muted);margin:0;font-size:.72rem;line-height:1.45}.hub-canvas{min-width:0}.canvas-header-bar{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding-bottom:12px;display:flex}.canvas-title{color:#fff;letter-spacing:-.02em;margin:0 0 2px;font-size:1.28rem;font-weight:800}.canvas-desc{color:var(--text-secondary);margin:0;font-size:.82rem}.canvas-meta-wrap{align-items:center;gap:8px;display:flex}.canvas-scroll-hint{color:#a5b4fc;border-radius:var(--radius-full);white-space:nowrap;background:#4d43fe1f;border:1px solid #4d43fe47;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.canvas-count-pill{color:var(--text-muted);border-radius:var(--radius-full);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff12;padding:4px 12px;font-size:.76rem;font-weight:700}.hub-grid-scroll-box{overscroll-behavior:contain;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:thin;scrollbar-color:#ffffff29 transparent;background:#0e101a8c;border:1px solid #ffffff14;border-radius:18px;height:clamp(660px,100vh - 210px,820px);padding:20px 18px;overflow:hidden auto;box-shadow:0 16px 40px -12px #0009,inset 0 1px #ffffff0d}.hub-grid-scroll-box::-webkit-scrollbar{width:8px}.hub-grid-scroll-box::-webkit-scrollbar-track{background:#ffffff05;border-radius:8px;margin:6px 0}.hub-grid-scroll-box::-webkit-scrollbar-thumb{background:#ffffff24 padding-box padding-box;border:2px solid #0000;border-radius:8px;transition:background .2s}.hub-grid-scroll-box::-webkit-scrollbar-thumb:hover{background:#4d43fe8c}.hub-tool-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;display:grid}.hub-grid-scroll-box .tool-empty-state .empty-title{color:#fff}.hub-grid-scroll-box .tool-empty-state .empty-desc{color:var(--text-secondary)}@media (width<=960px){.hub-tool-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=580px){.hub-tool-grid{grid-template-columns:1fr}}@media (width<=1024px){.hub-workspace{grid-template-columns:220px 1fr;gap:20px}}@media (width<=860px){.hub-hero-section{padding:18px 0 28px}.hub-top-header{flex-direction:column;align-items:stretch;gap:18px}.hub-header-right{align-items:flex-start;min-width:100%}.hub-workspace{grid-template-columns:1fr}.hub-sidebar{padding-right:0;position:static}.sidebar-cat-list{flex-direction:row;padding-bottom:6px;overflow-x:auto}.sidebar-cat-btn{white-space:nowrap;width:auto}.hub-grid-scroll-box{height:auto;max-height:70vh;padding:12px}}.converter-section{z-index:20;width:100%;margin:0;padding:0 0 50px;position:relative}.converter-full-wrap{width:100%;margin:0;padding:0}.converter-shell{background:var(--bg-surface);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);border-left:none;border-right:none;border-radius:0;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 20px 60px #000000b3}.app-topbar{background:#0b0d18;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:56px;padding:10px 24px;display:flex}.app-topbar-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.studio-back-btn{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.studio-back-btn:hover{color:#fff;background:#ffffff1a;border-color:#ffffff40;transform:translate(-2px)}.mode-switcher-tabs{border-radius:var(--radius-full);background:#04050a;border:1px solid #ffffff1a;gap:4px;padding:3px;display:flex}.mode-tab-btn{border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;background:0 0;border:none;align-items:center;gap:8px;padding:6px 15px;font-size:.82rem;font-weight:700;display:flex}.mode-tab-btn.active{background:var(--brand-primary);color:#fff;box-shadow:0 2px 12px #4d43fe80}.mode-tab-btn:not(.active):hover{color:#fff;background:#ffffff0f}.tab-badge-num{background:var(--accent-lime);color:#08090e;border-radius:var(--radius-full);padding:1px 6px;font-size:.68rem;font-weight:800}.topbar-divider{background:#ffffff1f;width:1px;height:22px}.doc-file-chip{border-radius:var(--radius-full);transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:6px;padding:3px 10px;display:flex}.doc-file-chip:hover,.doc-file-chip:focus-within{border-color:var(--brand-primary);background:#4d43fe1a;box-shadow:0 0 10px #4d43fe40}.doc-icon{color:var(--brand-primary-light);flex-shrink:0}.doc-title-input{color:#fff;width:175px;font-size:.82rem;font-weight:700;font-family:var(--font-mono);background:0 0;border:none;outline:none;padding:3px 2px}.topbar-templates-group{align-items:center;gap:6px;display:flex}.topbar-label-subtle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-right:2px;font-size:.74rem;font-weight:700}.sample-chip{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;padding:4px 10px;font-size:.76rem;font-weight:600}.sample-chip:hover{color:#fff;background:#ffffff17;border-color:#4d43fe66}.app-topbar-center{align-items:center;gap:12px;display:flex}.view-switch-tabs{border-radius:var(--radius-full);background:#04050a;border:1px solid #ffffff1a;gap:2px;padding:2px;display:flex}.view-switch-btn{border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;align-items:center;gap:5px;padding:5px 11px;font-size:.76rem;font-weight:700;display:flex}.view-switch-btn.active{color:#fff;background:#ffffff1f}.view-switch-btn:hover:not(.active){color:#fff}.zoom-controls{border-radius:var(--radius-full);background:#04050a;border:1px solid #ffffff1a;align-items:center;gap:4px;padding:2px 4px;display:flex}.zoom-btn{border-radius:var(--radius-full);width:22px;height:22px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;place-content:center;font-size:.8rem;font-weight:700;display:grid}.zoom-btn:hover{color:#fff;background:#ffffff1f}.zoom-btn.fit-btn{text-transform:uppercase;width:auto;padding:0 8px;font-size:.72rem;font-weight:700}.zoom-indicator{font-family:var(--font-mono);color:var(--text-primary);text-align:center;min-width:38px;font-size:.74rem;font-weight:700}.app-topbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.topbar-select-wrap{border-radius:var(--radius-full);transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;padding:0 10px 0 8px;display:flex}.topbar-select-wrap:hover{background:#ffffff0f;border-color:#4d43fe66}.select-prefix{margin-right:4px;font-size:.84rem}.topbar-select{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;padding:6px 4px;font-size:.8rem;font-weight:600}.topbar-select option{color:#fff;background:#0e101d}.topbar-settings-pill{border-radius:var(--radius-full);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;padding:2px 6px;display:flex}.topbar-select-compact{color:#cbd5e1;cursor:pointer;background:0 0;border:none;outline:none;padding:4px 6px;font-size:.76rem;font-weight:600}.topbar-select-compact option{color:#fff;background:#0e101d}.pill-divider{background:#ffffff1f;width:1px;height:14px}.watermark-cluster{align-items:center;display:flex;position:relative}.watermark-input-wrap{border-radius:var(--radius-full);transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;padding:1px 4px 1px 2px;display:flex}.watermark-input-wrap:focus-within{border-color:var(--brand-primary);background:#4d43fe14;box-shadow:0 0 10px #4d43fe40}.watermark-input{color:#fff;width:96px;transition:width var(--transition-fast);background:0 0;border:none;outline:none;padding:5px 8px 5px 10px;font-size:.78rem}.watermark-input:focus{width:120px}.watermark-gear-btn{color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.watermark-gear-btn:hover,.watermark-gear-btn.active{color:#fff;background:#ffffff1a}.watermark-active-dot{background:var(--brand-primary-light);width:6px;height:6px;box-shadow:0 0 6px var(--brand-primary-light);border-radius:50%;position:absolute;top:2px;right:2px}.watermark-popover{z-index:1000;background:#0d101e;border:1px solid #4d43fe59;border-radius:14px;width:320px;animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeIn;position:absolute;top:calc(100% + 12px);right:-40px;overflow:hidden;box-shadow:0 16px 40px #000000bf,0 0 0 1px #ffffff14}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.wm-popover-header{background:#ffffff08;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.wm-popover-title{color:#fff;align-items:center;gap:6px;font-size:.82rem;font-weight:700;display:flex}.wm-popover-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.2rem;line-height:1}.wm-popover-close:hover{color:#fff}.wm-popover-body{flex-direction:column;gap:14px;max-height:380px;padding:14px 16px;display:flex;overflow-y:auto}.wm-section{flex-direction:column;gap:6px;display:flex}.wm-section-header{justify-content:space-between;align-items:center;display:flex}.wm-section-label{color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em;font-size:.74rem;font-weight:700}.wm-val-badge{color:var(--brand-primary-light);font-size:.72rem;font-weight:600}.wm-chips-grid{flex-wrap:wrap;gap:5px;display:flex}.wm-chip-btn{color:#94a3b8;cursor:pointer;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:600}.wm-chip-btn:hover{color:#fff;background:#4d43fe26;border-color:#4d43fe66}.wm-btn-row{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;gap:4px;padding:3px;display:flex}.wm-opt-btn{color:#94a3b8;cursor:pointer;transition:all var(--transition-fast);text-align:center;white-space:nowrap;background:0 0;border:none;border-radius:6px;flex:1;padding:6px 4px;font-size:.72rem;font-weight:600}.wm-opt-btn:hover{color:#fff}.wm-opt-btn.active{background:var(--brand-gradient);color:#fff;box-shadow:0 2px 8px #4d43fe66}.wm-range-slider{width:100%;accent-color:var(--brand-primary-light);cursor:pointer;border-radius:2px;height:4px}.topbar-actions{align-items:center;gap:8px;display:flex}.btn-glow-hero{transition:all var(--transition-fast);align-items:center;gap:6px;display:inline-flex;color:#fff!important;border-radius:var(--radius-full)!important;background:linear-gradient(135deg,#4d43fe 0%,#7e43fe 100%)!important;padding:7px 18px!important;font-size:.82rem!important;font-weight:800!important;box-shadow:0 2px 14px #4d43fe80,inset 0 1px #ffffff40!important}.btn-glow-hero:hover{transform:translateY(-1px);box-shadow:0 4px 22px #4d43feb3,inset 0 1px #fff6!important}.studio-workspace{height:calc(100vh - 124px);min-height:720px;transition:all var(--transition-normal);background:#06070c;grid-template-columns:minmax(400px,1fr) minmax(480px,1.15fr);width:100%;display:grid;overflow:hidden}.studio-workspace.editor-only{grid-template-columns:1fr}.studio-workspace.editor-only .studio-col-preview{display:none}.studio-workspace.preview-only{grid-template-columns:1fr}.studio-workspace.preview-only .studio-col-editor{display:none}.studio-col-editor{background:#080911;border-right:1px solid #ffffff14;flex-direction:column;display:flex;position:relative;overflow:hidden}.editor-subbar{background:#0b0d19;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:8px;padding:8px 18px;display:flex;overflow-x:auto}.editor-tools-group{align-items:center;gap:4px;display:flex}.tool-btn-cluster{align-items:center;gap:3px;display:flex}.tool-btn{color:#94a3b8;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:4px;padding:4px 7px;font-size:.74rem;font-weight:700}.tool-btn:hover{color:#fff;background:#4d43fe26;border-color:#4d43fe66}.tool-divider{background:#ffffff1a;width:1px;height:16px;margin:0 4px}.editor-metrics-pill{color:var(--text-muted);white-space:nowrap;border-radius:var(--radius-full);background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:6px;padding:3px 10px;font-size:.74rem;display:flex}.metric-highlight{color:var(--accent-lime);font-weight:700}.metric-sep{opacity:.4}.studio-textarea-wrap{background:#080911;flex:1;display:flex;position:relative;overflow:hidden}.studio-textarea{color:#e2e8f0;width:100%;height:100%;font-family:var(--font-mono);resize:none;letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;padding:24px 28px;font-size:.92rem;line-height:1.75;overflow-y:auto}.studio-textarea:focus{background:#090b14}.editor-status-bar{color:var(--text-muted);background:#090a14;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:8px 18px;font-size:.74rem;display:flex}.editor-status-left{align-items:center;gap:6px;display:flex}.status-live-dot{color:var(--accent-lime);font-size:.65rem;animation:2s ease-in-out infinite pulse-dot}.editor-quick-links{align-items:center;gap:12px;display:flex}.quick-link-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;font-size:.74rem;font-weight:600}.quick-link-btn:hover{color:#fff;text-decoration:underline}.studio-col-preview{background:#04050a;flex-direction:column;display:flex;position:relative;overflow:hidden}.preview-subbar{background:#090b16;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:8px 20px;font-size:.78rem;display:flex}.preview-subbar-left{align-items:center;gap:8px;display:flex}.preview-status-pill{align-items:center;gap:6px;display:flex}.preview-status-dot{color:var(--brand-primary-light);font-size:.65rem}.preview-status-title{color:#fff;letter-spacing:-.01em;font-weight:700}.preview-tag-badge{border-radius:var(--radius-full);color:var(--accent-lime);background:#b5ef851f;border:1px solid #b5ef8540;padding:1px 7px;font-size:.68rem;font-weight:700}.preview-subbar-right{align-items:center;gap:8px;display:flex}.page-count-badge{color:#cbd5e1;border-radius:var(--radius-full);background:#ffffff0d;border:1px solid #ffffff14;padding:2px 8px;font-size:.72rem;font-weight:700}.preview-meta-pill{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono)}.preview-canvas{background-color:#040509;background-image:radial-gradient(#ffffff0d 1px,#0000 1px);background-size:20px 20px;flex-direction:column;flex:1;align-items:center;padding:36px 28px 100px;display:flex;overflow:auto}.paper-sheet-wrapper{transform-origin:top;flex-direction:column;align-items:center;width:100%;height:auto;min-height:min-content;transition:transform .2s;display:flex}.paper-sheet{color:#1a202c;width:100%;max-width:690px;min-height:940px;transition:all var(--transition-fast);box-sizing:border-box;background-color:#fff;border-radius:4px;align-self:center;padding:46px 52px;position:relative;overflow:visible;box-shadow:0 20px 60px -10px #000c,0 0 0 1px #ffffff14;height:auto!important}.paper-sheet.theme-midnight{box-shadow:0 20px 60px -10px #000000f2,0 0 0 1px #736bff33;background-color:#0f111e!important}#paper-content{box-sizing:border-box;width:100%;height:auto;display:flow-root}.paper-sheet:not(.theme-midnight) h1,.paper-sheet:not(.theme-midnight) h2,.paper-sheet:not(.theme-midnight) h3,.paper-sheet:not(.theme-midnight) h4,.paper-sheet:not(.theme-midnight) h5,.paper-sheet:not(.theme-midnight) h6{color:#1a202c}.paper-sheet hr,.paper-sheet hr.page-break{border:none;border-top:1px dashed #cbd5e1;margin:28px 0;position:relative}.paper-sheet .page-break{page-break-after:always;break-after:page;background:#4d43fe08;border-top:2px dashed #4d43fe59;margin:32px -52px;padding:8px 52px;position:relative}.paper-sheet .page-break:after{content:"PAGE BREAK";letter-spacing:.12em;color:#6366f1;text-align:right;font-size:.65rem;font-weight:700;display:block}.paper-watermark{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;position:absolute}.paper-watermark-single{transform-origin:50%;white-space:nowrap;letter-spacing:.12em;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;top:50%;left:50%}.paper-watermark-repeat{box-sizing:border-box;flex-wrap:wrap;place-content:space-around;gap:70px 40px;width:100%;height:100%;padding:40px 20px;display:flex;inset:0;overflow:hidden}.watermark-stamp{white-space:nowrap;letter-spacing:.1em;text-transform:uppercase;-webkit-user-select:none;user-select:none;pointer-events:none;transform-origin:50%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:inline-block}.batch-workspace{background:#080911;flex-direction:column;gap:24px;width:100%;min-height:640px;padding:40px 32px;display:flex}.batch-dropzone{border-radius:var(--radius-lg);text-align:center;transition:all var(--transition-normal);cursor:pointer;background:#4d43fe08;border:2px dashed #4d43fe59;padding:56px 24px;position:relative}.batch-dropzone:hover,.batch-dropzone.drag-over{border-color:var(--brand-primary);background:#4d43fe14;transform:translateY(-2px);box-shadow:0 0 40px #4d43fe40}.dropzone-icon-wrap{border-radius:var(--radius-md);background:var(--brand-gradient);width:64px;height:64px;box-shadow:var(--brand-glow);color:#fff;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.dropzone-headline{letter-spacing:-.02em;margin-bottom:8px;font-size:1.45rem;font-weight:800}.dropzone-subhead{color:var(--text-secondary);max-width:540px;margin:0 auto 22px;font-size:.95rem}.dropzone-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.batch-queue-box{background:var(--bg-surface-elevated);border:1px solid var(--border-glass);border-radius:var(--radius-md);padding:20px 24px}.queue-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.queue-title{align-items:center;gap:10px;font-size:1.1rem;font-weight:800;display:flex}.queue-list{flex-direction:column;gap:8px;max-height:360px;display:flex;overflow-y:auto}.queue-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);transition:all var(--transition-fast);justify-content:space-between;align-items:center;gap:14px;padding:12px 16px;display:flex}.queue-card:hover{border-color:#4d43fe73}.queue-card-left{align-items:center;gap:12px;min-width:0;display:flex}.queue-index-badge{font-family:var(--font-mono);color:var(--text-muted);text-align:center;width:24px;font-size:.8rem;font-weight:700}.queue-card-icon{border-radius:var(--radius-xs);border:1px solid var(--brand-primary);width:34px;height:34px;color:var(--brand-primary-light);background:#4d43fe26;flex-shrink:0;justify-content:center;align-items:center;display:flex}.queue-card-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.queue-card-meta{color:var(--text-muted);margin-top:2px;font-size:.76rem}.queue-card-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.queue-btn-icon{border-radius:var(--radius-xs);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);place-content:center;display:grid}.queue-btn-icon:hover{background:var(--bg-surface-hover);color:#fff;border-color:var(--brand-primary)}.queue-btn-icon.delete:hover{color:#ef4444;background:#ef444426;border-color:#ef4444}.strategy-cards-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.strategy-card{border:2px solid var(--border-subtle);background:var(--bg-surface);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);text-align:left;padding:18px 20px}.strategy-card.selected{border-color:var(--brand-primary);background:#4d43fe14;box-shadow:0 0 25px #4d43fe33}.strategy-card-title{justify-content:space-between;align-items:center;margin-bottom:6px;font-size:1.05rem;font-weight:800;display:flex}.strategy-card-desc{color:var(--text-secondary);font-size:.84rem;line-height:1.5}.strategy-badge{border-radius:var(--radius-full);color:#fff;background:#ffffff1a;padding:2px 8px;font-size:.7rem}.strategy-card.selected .strategy-badge{background:var(--accent-lime);color:#08090e;font-weight:800}.strategy-suboptions{border-top:1px dashed var(--border-subtle);flex-wrap:wrap;gap:18px;margin-top:14px;padding-top:12px;display:flex}.batch-progress-wrap{background:var(--bg-surface-elevated);border:1px solid var(--border-glass);border-radius:var(--radius-md);padding:16px 20px;display:none}.batch-progress-text{justify-content:space-between;margin-bottom:8px;font-size:.88rem;font-weight:700;display:flex}.batch-progress-track{border-radius:var(--radius-full);background:#ffffff14;height:8px;overflow:hidden}.batch-progress-fill{background:var(--brand-gradient);border-radius:var(--radius-full);width:0%;height:100%;transition:width .3s;box-shadow:0 0 12px #4d43fe99}@media (width<=1120px){.app-topbar{padding:10px 16px}.app-topbar-center{border-top:1px solid #ffffff0f;order:3;justify-content:space-between;width:100%;padding-top:6px}}@media (width<=900px){.studio-workspace{grid-template-columns:1fr;height:auto;min-height:auto}.studio-col-editor{border-bottom:1px solid #ffffff14;border-right:none;height:480px}.studio-col-preview{height:580px}.strategy-cards-grid{grid-template-columns:1fr}}.theme-super-modern{color:#1a1f36;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:10.5pt;line-height:1.65}.theme-super-modern h1,.theme-super-modern h2,.theme-super-modern h3,.theme-super-modern h4{color:#0a0f29;letter-spacing:-.02em;margin-top:1.4em;margin-bottom:.5em;font-weight:700;line-height:1.25}.theme-super-modern h1{border-bottom:2px solid #4d43fe;margin-top:0;padding-bottom:8px;font-size:22pt}.theme-super-modern h2{color:#372de0;font-size:15pt}.theme-super-modern h3{font-size:12pt}.theme-super-modern p{margin-bottom:1em}.theme-super-modern a{color:#4d43fe;text-underline-offset:2px;text-decoration:underline}.theme-super-modern blockquote{color:#3c4257;background:#f4f3ff;border-left:4px solid #4d43fe;border-radius:0 8px 8px 0;margin:1.2em 0;padding:8px 16px;font-style:italic}.theme-super-modern table{border-collapse:collapse;width:100%;margin:1.4em 0;font-size:9.5pt}.theme-super-modern th,.theme-super-modern td{text-align:left;border:1px solid #e3e8ee;padding:8px 12px}.theme-super-modern th{color:#372de0;background:#f4f3ff;font-weight:700}.theme-super-modern tr:nth-child(2n){background:#fafbfc}.theme-super-modern pre{color:#f8fafc;background:#0e1325;border-radius:6px;margin:1.2em 0;padding:12px 16px;font-family:JetBrains Mono,Consolas,Monaco,monospace;font-size:9pt;overflow-x:auto}.theme-super-modern code:not(pre code){color:#4d43fe;background:#eef2f6;border-radius:4px;padding:2px 5px;font-family:JetBrains Mono,Consolas,monospace;font-size:.9em}.theme-super-modern ul,.theme-super-modern ol{margin:.8em 0 1em 1.8em}.theme-super-modern li{margin-bottom:.35em}.theme-super-modern hr{border:none;border-top:1px solid #e3e8ee;margin:1.8em 0}.theme-github{color:#24292f;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:10.5pt;line-height:1.6}.theme-github h1,.theme-github h2,.theme-github h3,.theme-github h4,.theme-github h5,.theme-github h6{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25;color:#1f2328!important}.theme-github h1,.theme-github h2{border-bottom:1px solid #d0d7de;padding-bottom:.3em}.theme-github h1{margin-top:0;font-size:20pt}.theme-github h2{margin-top:1.5em;font-size:15pt}.theme-github h3{margin-top:1.2em;font-size:12.5pt}.theme-github h4{font-size:11pt}.theme-github h5{font-size:10pt}.theme-github h6{font-size:9pt;color:#656d76!important}.theme-github blockquote{color:#57606a;border-left:.25em solid #d0d7de;margin:1em 0;padding:0 1em}.theme-github pre{color:#24292f;background-color:#f6f8fa;border-radius:6px;margin:1em 0;padding:12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:9pt}.theme-github code:not(pre code){background-color:#afb8c133;border-radius:4px;padding:.2em .4em;font-size:85%}.theme-github table{border-collapse:collapse;width:100%;margin:1em 0}.theme-github th,.theme-github td{border:1px solid #d0d7de;padding:6px 13px}.theme-github tr:nth-child(2n){background-color:#f6f8fa}.theme-academic{color:#111;text-align:justify;background-color:#fff;font-family:Charter,Merriweather,Times New Roman,Times,serif;font-size:11pt;line-height:1.7}.theme-academic h1,.theme-academic h2,.theme-academic h3,.theme-academic h4,.theme-academic h5,.theme-academic h6{color:#111!important}.theme-academic h1{text-align:center;letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5em;font-size:20pt;font-weight:800}.theme-academic h2{border-bottom:1px solid #111;margin-top:1.8em;padding-bottom:4px;font-size:13pt;font-weight:700}.theme-academic h3{margin-top:1.2em;font-size:11.5pt;font-style:italic;font-weight:700}.theme-academic blockquote{color:#444;border-left:2px solid #555;margin:1.5em 2em;padding-left:1em;font-style:italic}.theme-academic table{border-collapse:collapse;border-top:2px solid #000;border-bottom:2px solid #000;width:100%;margin:1.8em 0}.theme-academic th{border-bottom:1px solid #000;padding:6px 8px;font-weight:700}.theme-academic td{padding:6px 8px}.theme-academic pre{background:#f3f4f6;border:1px solid #ddd;margin:1.2em 0;padding:10px;font-size:8.5pt}.theme-executive{color:#1e293b;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10pt;line-height:1.6}.theme-executive h1,.theme-executive h2,.theme-executive h3,.theme-executive h4,.theme-executive h5,.theme-executive h6{color:#0f172a!important}.theme-executive h1{letter-spacing:-.03em;border-bottom:3px solid #0f172a;margin-bottom:.8em;padding-bottom:6px;font-size:22pt;font-weight:800;color:#0f172a!important}.theme-executive h2{background:#f1f5f9;border-radius:4px;margin-top:1.6em;padding:6px 12px;font-size:14pt;font-weight:700;color:#334155!important}.theme-executive blockquote{background:#f8fafc;border-left:4px solid #64748b;border-radius:4px;margin:1.2em 0;padding:12px 16px;font-weight:500}.theme-executive table{border-collapse:collapse;width:100%;margin:1.4em 0}.theme-executive th{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0f172a;padding:8px 12px;font-size:9pt}.theme-executive td{border-bottom:1px solid #e2e8f0;padding:8px 12px}.theme-midnight{color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:10.5pt;line-height:1.65;background-color:#0f111e!important}.theme-midnight h1,.theme-midnight h2,.theme-midnight h3{color:#fff}.theme-midnight h1{border-bottom:2px solid #736bff;padding-bottom:8px;font-size:22pt}.theme-midnight h2{color:#a39bfe}.theme-midnight a{color:#00f5ff}.theme-midnight blockquote{color:#cbd5e1;background:#181b30;border-left:4px solid #736bff;border-radius:0 6px 6px 0;padding:10px 16px}.theme-midnight table th{color:#a39bfe;background:#1e2239;border:1px solid #2b304f;padding:8px 12px}.theme-midnight table td{border:1px solid #2b304f;padding:8px 12px}.theme-midnight pre{color:#38bdf8;background:#07080e;border:1px solid #2b304f;border-radius:6px;padding:12px}.theme-midnight code:not(pre code){color:#38bdf8;background:#1e2239;border-radius:4px;padding:2px 6px}.paper-sheet h1,.paper-sheet h2,.paper-sheet h3,.paper-sheet h4,.paper-sheet h5,.paper-sheet h6{page-break-after:avoid!important;break-after:avoid!important;break-inside:avoid!important}.paper-sheet table,.paper-sheet pre,.paper-sheet blockquote,.paper-sheet img,.paper-sheet figure,.paper-sheet tr{page-break-inside:avoid!important;break-inside:avoid!important}.paper-sheet p,.paper-sheet li{orphans:3;widows:3}.paper-sheet .page-break{page-break-before:always!important;page-break-after:always!important;break-before:page!important;break-after:page!important;clear:both!important;border:none!important;height:1px!important;margin:0!important;padding:0!important;display:block!important}.features-section{padding:80px 0;position:relative}.features-header{text-align:center;margin-bottom:50px}.features-title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.features-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.feature-card{border-radius:var(--radius-lg);min-height:280px;transition:all var(--transition-normal);box-shadow:var(--shadow-md);flex-direction:column;justify-content:space-between;padding:36px 30px;display:flex;position:relative;overflow:hidden}.feature-card:hover{transform:translateY(-4px)}.feature-card-primary{background:var(--brand-primary);color:#fff;box-shadow:0 12px 36px #4d43fe59}.feature-card-primary .feature-icon-badge{color:#fff;background:#fff3}.feature-card-lime{background:var(--accent-lime);color:#08090e;box-shadow:0 12px 36px #b5ef8540}.feature-card-lime .feature-icon-badge{color:#08090e;background:#0000001f}.feature-card-lime .feature-card-title{color:#08090e}.feature-card-lime .feature-card-desc{color:#08090ebf}.feature-card-magenta{background:var(--accent-magenta);color:#fff;box-shadow:0 12px 36px #e72be740}.feature-card-magenta .feature-icon-badge{color:#fff;background:#fff3}.feature-card-glass{background:var(--bg-surface);border:1px solid var(--border-glass);grid-column:span 3;grid-template-columns:1.2fr 1fr;align-items:center;gap:32px;min-height:240px;display:grid}.feature-card-glass .feature-icon-badge{color:var(--brand-primary-light);border:1px solid var(--brand-primary);background:#4d43fe33}.feature-icon-badge{border-radius:var(--radius-md);justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;display:flex}.feature-card-title{letter-spacing:-.02em;margin-bottom:10px;font-size:1.45rem;font-weight:800}.feature-card-desc{opacity:.9;font-size:.95rem;line-height:1.6}.feature-code-preview{border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-family:var(--font-mono);color:#38bdf8;background:#06070b;padding:18px 20px;font-size:.85rem;overflow-x:auto}@media (width<=900px){.features-grid{grid-template-columns:1fr}.feature-card-glass{grid-column:span 1;grid-template-columns:1fr}}.faq-section{padding:80px 0 100px}.faq-header{text-align:center;margin-bottom:50px}.faq-title{letter-spacing:-.03em;margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.faq-list{flex-direction:column;gap:16px;max-width:840px;margin:0 auto;display:flex}.faq-item{background:var(--bg-surface);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-normal);overflow:hidden}.faq-item.active{border-color:var(--brand-primary);box-shadow:0 8px 24px #4d43fe26}.faq-trigger{text-align:left;color:#fff;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:22px 28px;font-size:1.15rem;font-weight:700;display:flex}.faq-icon-btn{border-radius:var(--radius-sm);background:var(--brand-primary);color:#fff;width:36px;height:36px;transition:transform var(--transition-fast);flex-shrink:0;place-content:center;display:grid}.faq-item.active .faq-icon-btn{transform:rotate(180deg)}.faq-body{max-height:0;padding:0 28px;transition:max-height .35s ease-out,padding .35s ease-out;overflow:hidden}.faq-item.active .faq-body{max-height:300px;padding:0 28px 24px}.faq-text{color:var(--text-secondary);font-size:1rem;line-height:1.7}.modal-backdrop{-webkit-backdrop-filter:blur(16px);z-index:2000;opacity:0;pointer-events:none;transition:opacity var(--transition-normal);background:#04050ad1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal-dialog{background:var(--bg-surface);border:1px solid var(--border-glass);border-radius:var(--radius-xl);width:100%;max-width:780px;max-height:85vh;transition:transform var(--transition-normal);position:relative;overflow-y:auto;transform:scale(.95);box-shadow:0 25px 60px #000c,0 0 50px #4d43fe33}.modal-backdrop.open .modal-dialog{transform:scale(1)}.modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.modal-title{letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.modal-close-btn{border-radius:var(--radius-full);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);place-content:center;font-size:1.2rem;display:grid}.modal-close-btn:hover{background:var(--bg-surface-hover);color:#fff}.modal-content{padding:28px}.api-tabs{border-bottom:1px solid var(--border-subtle);gap:8px;margin-bottom:16px;padding-bottom:8px;display:flex}.api-tab-btn{border-radius:var(--radius-xs);color:var(--text-muted);cursor:pointer;padding:6px 14px;font-size:.85rem;font-weight:600}.api-tab-btn.active{background:var(--bg-surface-elevated);color:#fff;border:1px solid var(--border-subtle)}.code-snippet-box{border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-family:var(--font-mono);color:#e2e8f0;background:#05060a;padding:16px 20px;font-size:.85rem;line-height:1.6;position:relative;overflow-x:auto}.code-copy-btn{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:6px 12px;font-size:.75rem;font-weight:600;position:absolute;top:12px;right:12px}.code-copy-btn:hover{color:#fff;border-color:var(--brand-primary)}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:16px;display:grid}.pricing-card{background:var(--bg-surface-elevated);border:1px solid var(--border-glass);border-radius:var(--radius-lg);transition:all var(--transition-fast);flex-direction:column;justify-content:space-between;padding:28px 22px;display:flex}.pricing-card.featured{border-color:var(--brand-primary);background:linear-gradient(180deg, #4d43fe1f 0%, var(--bg-surface-elevated) 100%);transform:scale(1.03);box-shadow:0 0 30px #4d43fe33}.pricing-badge{border-radius:var(--radius-full);margin-bottom:12px;padding:3px 10px;font-size:.75rem;font-weight:800;display:inline-block}.pricing-price{margin:10px 0 16px;font-size:2.2rem;font-weight:800}.pricing-price span{color:var(--text-muted);font-size:.9rem;font-weight:500}.pricing-features{color:var(--text-secondary);flex-direction:column;gap:10px;margin-bottom:24px;font-size:.88rem;list-style:none;display:flex}.pricing-features li{align-items:center;gap:8px;display:flex}.pricing-check{color:var(--accent-lime);font-weight:700}@media (width<=768px){.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}}.engine-spec-banner{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff14;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;padding:16px;display:grid}.spec-item{flex-direction:column;gap:4px;display:flex}.spec-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.spec-val{color:#fff;font-size:.86rem;font-weight:700;font-family:var(--font-mono)}.spec-val.highlight-lime{color:var(--accent-lime)}.engine-steps-container{margin-bottom:20px}.section-subheading{color:#fff;letter-spacing:-.01em;margin-bottom:12px;font-size:.94rem;font-weight:800}.pipeline-step-card{border-radius:var(--radius-sm);background:#080a15;border:1px solid #ffffff12;gap:14px;margin-bottom:10px;padding:14px 16px;display:flex}.step-num-badge{border-radius:var(--radius-full);background:var(--brand-primary);color:#fff;flex-shrink:0;place-content:center;width:28px;height:28px;font-size:.84rem;font-weight:800;display:grid}.step-info h5{color:#fff;margin-bottom:4px;font-size:.88rem;font-weight:700}.step-info p{color:var(--text-secondary);font-size:.8rem;line-height:1.45}.code-inline{font-family:var(--font-mono);color:#cbd5e1;background:#ffffff14;border-radius:3px;padding:1px 5px;font-size:.85em}.cli-command-box{border-radius:var(--radius-sm);background:#05060a;border:1px solid #ffffff1a;margin-bottom:20px;padding:12px 14px}.cli-command-header{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.74rem;font-weight:700;display:flex}.cli-command-code{font-family:var(--font-mono);color:var(--accent-lime);white-space:pre-wrap;word-break:break-all;font-size:.76rem;line-height:1.4;overflow-x:auto}.how-created-actions{flex-wrap:wrap;gap:12px;display:flex}.pay-doc-summary-card{border-radius:var(--radius-md);background:#080a15;border:1px solid #4d43fe4d;justify-content:space-between;align-items:center;margin-bottom:20px;padding:16px 18px;display:flex}.pay-doc-info{align-items:center;gap:12px;display:flex}.pay-doc-icon{font-size:1.6rem}.pay-doc-name{color:#fff;font-size:.95rem;font-weight:800}.pay-doc-meta{color:var(--text-muted);margin-top:2px;font-size:.76rem}.pay-price-tag{color:#e72be7;letter-spacing:-.02em;font-size:1.8rem;font-weight:900}.pay-benefits-list{flex-direction:column;gap:10px;margin-bottom:22px;display:flex}.benefit-row{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.4;display:flex}.benefit-row .check-icon{color:var(--accent-lime);font-weight:900}.benefit-row strong{color:#fff}.pay-actions-group{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.pay-security-note{text-align:center;color:var(--text-muted);font-size:.72rem}.format-modal-backdrop{-webkit-backdrop-filter:blur(14px);z-index:3000;background:#04050cd9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.format-modal-card{background:#f0e9e4;border:1px solid #dad3cd;border-radius:18px;flex-direction:column;width:100%;max-width:720px;display:flex;overflow:hidden;box-shadow:0 24px 60px -12px #0009,0 0 0 1px #fff6}.format-modal-header{border-bottom:1px solid #e2ddd7;align-items:center;gap:12px;padding:16px 20px 14px;display:flex}.format-search-wrap{flex:1;align-items:center;display:flex;position:relative}.format-search-icon{color:#78716c;pointer-events:none;position:absolute;left:14px}.format-search-input{color:#1c1a18;background:#fff;border:1px solid #dad3cd;border-radius:12px;outline:none;width:100%;padding:12px 38px 12px 42px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .18s;box-shadow:inset 0 1px 2px #0000000a}.format-search-input:focus{border-color:#4d43fe;box-shadow:0 0 0 3px #4d43fe26}.format-search-input::placeholder{color:#8c847d;font-weight:500}.format-search-clear{color:#78716c;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.format-modal-close-btn{color:#44403c;cursor:pointer;background:#e5e0d8;border:1px solid #dad3cd;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .18s;display:flex}.format-modal-close-btn:hover{color:#1c1a18;background:#d9d2c9}.format-modal-body{grid-template-columns:210px 1fr;min-height:360px;max-height:520px;display:grid}.format-cat-nav{background:#eae4de;border-right:1px solid #e2ddd7;flex-direction:column;gap:8px;padding:16px 14px;display:flex;overflow-y:auto}.format-cat-btn{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:2px;padding:10px 14px;transition:all .18s;display:flex}.format-cat-btn:hover{background:#e0dad2}.format-cat-btn.active{background:#dcd4ca;border-color:#c8bfb4;box-shadow:0 2px 6px #0000000d}.format-cat-name{color:#1c1a18;letter-spacing:-.01em;font-size:.96rem;font-weight:800}.format-cat-preview{color:#78716c;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.format-cat-btn.active .format-cat-name{color:#0f172a}.format-cat-btn.active .format-cat-preview{color:#57534e}.format-pills-panel{background:#f0e9e4;padding:20px;overflow-y:auto}.format-pills-grid{flex-wrap:wrap;align-content:flex-start;gap:10px;display:flex}.format-pill-btn{color:#1c1a18;cursor:pointer;background:#e2ddd7;border:1px solid #dad3cd;border-radius:10px;padding:8px 18px;font-size:.92rem;font-weight:700;transition:all .16s;box-shadow:0 1px 3px #0000000a}.format-pill-btn:hover{color:#4d43fe;background:#fff;border-color:#4d43fe;transform:translateY(-2px);box-shadow:0 4px 12px #4d43fe2e}.format-pill-btn.active{color:#fff;background:#4d43fe;border-color:#4d43fe}.format-empty-state{text-align:center;color:#78716c;padding:40px 20px;font-size:.9rem}@media (width<=640px){.format-modal-body{grid-template-columns:1fr}.format-cat-nav{border-bottom:1px solid #e2ddd7;border-right:none;flex-direction:row;padding:10px;overflow-x:auto}.format-cat-btn{white-space:nowrap;padding:8px 12px}}.super-decor{pointer-events:none;z-index:5;-webkit-user-select:none;user-select:none;position:absolute}.super-decor-coin{color:#5c3802;background:radial-gradient(circle at 35% 30%,#ffe885 0%,#fdb73e 60%,#b87314 100%);border:2px solid #fff3b3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.5rem;font-weight:900;display:flex;box-shadow:0 10px 25px #fdb73e66,inset 0 2px 4px #fff9}.super-decor-cube{background:linear-gradient(135deg,#7068ff 0%,#4d43fe 100%);border:1px solid #ffffff4d;border-radius:12px;width:56px;height:56px;transform:rotate(25deg)skew(-10deg);box-shadow:0 12px 30px #4d43fe73}.super-decor-stairs{background:repeating-linear-gradient(45deg,#b5ef85,#b5ef85 10px,#93d95a 10px 20px);border-radius:14px;width:64px;height:64px;transform:rotate(-15deg);box-shadow:0 10px 30px #b5ef8559}.super-marquee-section{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#10121f99;width:100%;padding:16px 0;position:relative;overflow:hidden}.super-marquee-track{width:max-content;animation:28s linear infinite marquee-scroll;display:flex}.super-marquee-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-pill{border-radius:var(--radius-full);background:var(--bg-surface-elevated);border:1px solid var(--border-glass);color:var(--text-secondary);white-space:nowrap;align-items:center;gap:10px;margin:0 12px;padding:6px 18px;font-size:.85rem;font-weight:600;display:inline-flex}.marquee-pill-accent{color:var(--accent-lime);background:#b5ef850f;border-color:#b5ef854d}.supercard-section{text-align:center;padding:90px 0;position:relative;overflow:hidden}.supercard-perspective-box{perspective:1200px;justify-content:center;margin-top:40px;display:flex}.supercard-card{width:100%;max-width:580px;height:380px;transform-style:preserve-3d;cursor:pointer;text-align:left;background:linear-gradient(135deg,#151833 0%,#0d0f1f 100%);border:2px solid #4d43fe66;border-radius:28px;flex-direction:column;justify-content:space-between;padding:32px;transition:transform .15s ease-out,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 50px #4d43fe40}.supercard-card:hover{box-shadow:0 35px 80px #000000d9,0 0 70px #4d43fe73}.supercard-shine{background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%), #ffffff2e 0%, #b5ef8514 25%, #4d43fe00 60%);pointer-events:none;mix-blend-mode:screen;z-index:10;width:200%;height:200%;position:absolute;top:-50%;left:-50%}.supercard-chip{background:linear-gradient(135deg,#ffe885 0%,#fdb73e 100%);border-radius:8px;width:48px;height:36px;position:relative;overflow:hidden;box-shadow:0 4px 10px #fdb73e4d}.supercard-chip:after{content:"";border:1px solid #0000004d;border-radius:4px;position:absolute;inset:4px}.supercard-title{letter-spacing:-.03em;color:#fff;font-size:1.8rem;font-weight:800}.supercard-badges{flex-wrap:wrap;gap:10px;display:flex}.supercard-badge{border-radius:var(--radius-full);color:#fff;background:#ffffff14;border:1px solid #ffffff26;padding:4px 12px;font-size:.75rem;font-weight:700}.superportal-section{text-align:center;padding:100px 0;position:relative;overflow:hidden}.superportal-container{justify-content:center;align-items:center;width:480px;height:480px;margin:50px auto 0;display:flex;position:relative}@media (width<=600px){.superportal-container{width:320px;height:320px}}.portal-ring{border:1px dashed #4d43fe4d;border-radius:50%;transition:all .5s;position:absolute}.portal-ring-outer{border-color:#4d43fe40;width:100%;height:100%;animation:40s linear infinite rotate-cw}.portal-ring-mid{border:1px solid #b5ef8559;width:75%;height:75%;animation:30s linear infinite rotate-ccw;box-shadow:0 0 30px #b5ef851a}.portal-ring-inner{border:2px solid #4d43fe99;width:50%;height:50%;animation:20s linear infinite rotate-cw;box-shadow:0 0 40px #4d43fe4d}.portal-core{background:var(--brand-gradient);color:#fff;z-index:10;border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:28%;height:28%;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 0 60px #4d43fe99}@keyframes rotate-cw{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-ccw{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.super-floating-pill{z-index:999;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(16px);cursor:pointer;transition:all var(--transition-fast);color:#fff;-webkit-user-select:none;user-select:none;background:#0e101cd9;border:1px solid #4d43fe80;align-items:center;gap:12px;padding:10px 20px 10px 14px;display:inline-flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 30px #00000080,0 0 25px #4d43fe59}.super-floating-pill:hover{border-color:var(--brand-primary);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 40px #0009,0 0 35px #4d43fe80}.super-floating-pill:active{transform:scale(.97)}.floating-pill-icon{background:var(--brand-gradient);width:32px;height:32px;box-shadow:var(--brand-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex}.floating-pill-text{letter-spacing:-.01em;font-size:.85rem;font-weight:700}.floating-pill-sub{color:var(--accent-lime);font-size:.72rem;font-weight:600}.cmd-palette-backdrop{-webkit-backdrop-filter:blur(20px);z-index:3000;opacity:0;pointer-events:none;transition:opacity var(--transition-fast);background:#04050ad9;justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}.cmd-palette-backdrop.open{opacity:1;pointer-events:auto}.cmd-palette-box{background:var(--bg-surface);border:1px solid var(--border-active);border-radius:var(--radius-lg);width:100%;max-width:600px;transition:transform var(--transition-fast);overflow:hidden;transform:translateY(-20px)scale(.96);box-shadow:0 25px 70px #000c,0 0 50px #4d43fe4d}.cmd-palette-backdrop.open .cmd-palette-box{transform:translateY(0)scale(1)}.cmd-input-wrap{border-bottom:1px solid var(--border-subtle);background:var(--bg-surface-elevated);align-items:center;gap:12px;padding:18px 22px;display:flex}.cmd-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1.1rem}.cmd-kbd{color:var(--text-muted);background:#ffffff1a;border-radius:4px;padding:3px 8px;font-size:.75rem;font-weight:700}.cmd-list{max-height:320px;padding:10px;list-style:none;overflow-y:auto}.cmd-item{border-radius:var(--radius-xs);cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:12px 16px;font-size:.92rem;font-weight:600;display:flex}.cmd-item:hover,.cmd-item.selected{background:var(--brand-primary);color:#fff}.cmd-item-desc{opacity:.8;font-size:.78rem}.tool-card{color:#fff;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#16192bb3;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;min-height:58px;padding:16px 20px;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 2px 8px #00000040}.tool-card .tool-card-title{font-family:var(--font-sans);color:#f1f5f9;letter-spacing:-.015em;margin:0;font-size:.96rem;font-weight:700;line-height:1.25;transition:all .18s}.tool-card:hover{background:#1e223af2;border-color:#4d43fe8c;transform:translateY(-2px);box-shadow:0 8px 24px -4px #00000080,0 0 16px #4d43fe38}.tool-card:hover .tool-card-title{color:#fff}.tool-card:active{transform:translateY(0);box-shadow:0 2px 6px #0000004d}.tool-card.hidden{display:none!important}.tool-empty-state{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:50px 24px;display:flex}.empty-icon-wrap{width:64px;height:64px;color:var(--text-muted);background:#ffffff08;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.empty-title{color:var(--text-primary);margin-bottom:6px;font-size:1.15rem;font-weight:700}.empty-desc{color:var(--text-secondary);max-width:400px;margin-bottom:18px;font-size:.85rem;line-height:1.5}@media (width<=860px){.filter-search-row{flex-direction:column;align-items:stretch}.tool-count-badge{justify-content:center}.tool-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px}}@media (width<=580px){.tool-category-bar{border-radius:16px}.tool-cat-tab{padding:7px 12px;font-size:.78rem}}.tool-converter-section{background:#070913;flex-direction:column;width:100%;min-height:calc(100vh - 72px);margin:0;padding:0;display:flex}.tool-converter-shell,.tool-converter-wrap{flex-direction:column;flex:1;width:100%;min-height:calc(100vh - 72px);display:flex;max-width:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;margin:0!important;padding:0!important}.tool-header-bar{z-index:10;background:#0b0d18;border-bottom:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:12px 32px;display:flex}.tool-header-left{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.tool-back-btn{border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .18s;display:inline-flex}.tool-back-btn:hover{color:#fff;background:#ffffff1a;border-color:#ffffff40;transform:translate(-2px)}.tool-header-divider{background:#ffffff1a;width:1px;height:24px}.tool-breadcrumbs{color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;align-items:center;gap:6px;font-size:.74rem;font-weight:600;display:inline-flex}.crumb-root{color:var(--text-muted)}.crumb-sep{opacity:.35}.crumb-cat{color:#a49eff;font-weight:700}.crumb-title{color:var(--text-primary);text-transform:none;font-weight:700}.tool-active-info{align-items:center;gap:12px;display:flex}.tool-active-icon{filter:drop-shadow(0 2px 8px #4d43fe4d);font-size:1.5rem}.tool-active-name{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.tool-active-desc{color:var(--text-muted);margin:1px 0 0;font-size:.73rem}.tool-header-right{align-items:center;gap:10px;display:flex}.tool-header-badge{letter-spacing:.5px;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:700}.tool-header-badge.badge-free{color:var(--accent-lime);background:#b5ef851f;border:1px solid #b5ef8540}.tool-header-badge.badge-pro{color:#e72be7;background:#e72be71f;border:1px solid #e72be740}.tool-format-pill{color:var(--accent-indigo);cursor:pointer;-webkit-user-select:none;user-select:none;background:#4d43fe1a;border:1px solid #4d43fe40;border-radius:6px;align-items:center;gap:4px;padding:5px 12px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700;transition:all .2s;display:inline-flex}.tool-format-pill:hover{background:#4d43fe33;border-color:#4d43fe73;transform:translateY(-1px);box-shadow:0 2px 8px #4d43fe33}.tool-format-pill:active{transform:translateY(0)}.tool-privacy-tag{color:var(--accent-lime);background:#b5ef8514;border:1px solid #b5ef8533;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.privacy-dot-pulse{background:var(--accent-lime);width:6px;height:6px;box-shadow:0 0 6px var(--accent-lime);border-radius:50%;animation:2s ease-in-out infinite pulse-glow}.tool-body{background:#070913;flex:1;grid-template-columns:minmax(420px,490px) 1fr;min-height:calc(100vh - 128px);display:grid}@media (width<=960px){.tool-body{grid-template-columns:1fr}}.tool-input-panel{background:#0b0d18;border-right:1px solid #ffffff14;flex-direction:column;gap:22px;padding:28px 32px;display:flex;overflow-y:auto}.tool-output-panel{background:#070913;flex-direction:column;flex:1;gap:18px;padding:28px 36px;display:flex;overflow-y:auto}.tool-panel-block{flex-direction:column;gap:12px;display:flex}.tool-panel-step{align-items:center;gap:10px;display:flex}.step-badge{color:#a49eff;background:#4d43fe2e;border:1px solid #4d43fe66;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:700;display:inline-flex}.step-title{color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:700}.tool-output-header-strip{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.output-status-badge{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600}.tool-output-canvas{background:#ffffff04;border:1px dashed #ffffff14;border-radius:14px;flex-direction:column;flex:1;justify-content:center;min-height:480px;padding:24px;display:flex}.tool-footer-bar{color:var(--text-muted);background:#080a14;border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;width:100%;padding:10px 32px;font-size:.74rem;display:flex}.tool-footer-left{align-items:center;gap:8px;display:flex}.footer-dot-pulse{background:var(--accent-lime);width:6px;height:6px;box-shadow:0 0 6px var(--accent-lime);border-radius:50%}.footer-privacy-badge{color:var(--text-muted);font-size:.72rem;font-weight:600}.tool-action-guarantee{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;margin-top:8px;font-size:.73rem;display:flex}.guarantee-dot{background:var(--accent-lime);border-radius:50%;width:5px;height:5px}.tool-upload-zone{text-align:center;cursor:pointer;background:#ffffff04;border:2px dashed #ffffff1a;border-radius:14px;padding:40px 24px;transition:all .25s}.tool-upload-zone:hover,.tool-upload-zone.drag-over{background:#4d43fe0a;border-color:#4d43fe73}.upload-zone-icon{color:var(--text-muted);opacity:.5;margin-bottom:14px}.upload-zone-title{color:var(--text-primary);margin:0 0 6px;font-size:1rem;font-weight:700}.upload-zone-formats{color:var(--text-muted);margin:0 0 18px;font-size:.78rem}.upload-zone-actions{justify-content:center;gap:10px;display:flex}.tool-text-zone{flex-direction:column;gap:8px;display:flex}.text-zone-header{justify-content:space-between;align-items:center;display:flex}.text-zone-label{color:var(--text-muted);font-size:.8rem;font-weight:600}.tool-text-textarea{width:100%;min-height:200px;color:var(--text-primary);resize:vertical;background:#0003;border:1px solid #ffffff14;border-radius:10px;padding:14px;font-family:JetBrains Mono,monospace;font-size:.82rem;line-height:1.6;transition:border-color .2s}.tool-text-textarea:focus{border-color:#4d43fe66;outline:none}.tool-files-list{border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.files-list-header{color:var(--text-secondary);background:#ffffff08;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.8rem;font-weight:600;display:flex}.files-list-items{max-height:200px;overflow-y:auto}.file-item{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:10px;padding:8px 14px;font-size:.8rem;display:flex}.file-item:last-child{border-bottom:none}.file-item-left{align-items:center;gap:8px;min-width:0;display:flex}.file-item-icon{flex-shrink:0;font-size:1rem}.file-item-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.file-item-size{color:var(--text-muted);flex-shrink:0;font-size:.72rem}.file-item-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.85rem;transition:background .2s}.file-item-remove:hover{background:#ef44441a}.tool-settings-panel{border:1px solid #ffffff0f;border-radius:10px;overflow:hidden}.settings-panel-header{color:var(--text-secondary);background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:10px 14px;font-size:.82rem;font-weight:700;display:flex}.settings-body{flex-direction:column;gap:14px;padding:14px;display:flex}.setting-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.setting-label{color:var(--text-secondary);white-space:nowrap;font-size:.78rem;font-weight:600}.setting-control{align-items:center;gap:8px;display:flex}.setting-range{appearance:none;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff1f;border-radius:8px;outline:none;width:170px;height:8px;transition:all .2s}.setting-range:hover{background:#ffffff42;border-color:#6366f166}.setting-range::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border:3.5px solid #6366f1;border-radius:50%;width:20px;height:20px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 12px #6366f1d9,0 2px 6px #00000080}.setting-range::-webkit-slider-thumb:hover{transform:scale(1.18);box-shadow:0 0 16px #6366f1,0 3px 8px #0009}.setting-range::-moz-range-thumb{cursor:pointer;background:#fff;border:3.5px solid #6366f1;border-radius:50%;width:20px;height:20px;box-shadow:0 0 12px #6366f1d9,0 2px 6px #00000080}.setting-value{color:var(--accent-lime);text-align:center;background:#b5ef851f;border:1px solid #b5ef8540;border-radius:6px;min-width:48px;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:.82rem;font-weight:700}.setting-select{color:var(--text-primary);background:#0003;border:1px solid #ffffff1a;border-radius:6px;padding:5px 10px;font-family:inherit;font-size:.78rem}.setting-text{color:var(--text-primary);background:#0003;border:1px solid #ffffff1a;border-radius:6px;width:140px;padding:5px 10px;font-family:inherit;font-size:.78rem}.setting-number{color:var(--text-primary);background:#0003;border:1px solid #ffffff1a;border-radius:6px;width:80px;padding:5px 10px;font-family:JetBrains Mono,monospace;font-size:.78rem}.setting-checkbox-wrap{align-items:center;gap:8px;display:flex}.setting-color{cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;width:32px;height:24px;padding:0}.tool-convert-action{margin-top:16px;padding-top:0}.tool-convert-btn{border-radius:12px;justify-content:center;gap:8px;width:100%;padding:14px;font-size:.95rem}.tool-convert-btn:disabled{opacity:.4;cursor:not-allowed}.tool-output-empty{flex:1;justify-content:center;align-items:center;padding:40px 20px;display:flex}.output-empty-frame{text-align:center;background:#ffffff04;border:1.5px dashed #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;max-width:480px;padding:38px 28px;display:flex}.output-empty-icon{color:#746bff;background:#4d43fe14;border:1px solid #4d43fe33;border-radius:20px;justify-content:center;align-items:center;width:68px;height:68px;margin-bottom:16px;display:flex;box-shadow:0 8px 24px #0000004d}.output-empty-title{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 8px;font-size:1.1rem;font-weight:700}.output-empty-desc{color:var(--text-muted);margin:0 0 20px;font-size:.82rem;line-height:1.55}.output-empty-pills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.empty-pill{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:600}.tool-output-processing{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}.processing-spinner{border:3.5px solid #4d43fe26;border-top-color:var(--accent-indigo);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin;box-shadow:0 0 16px #4d43fe66}@keyframes spin{to{transform:rotate(360deg)}}.processing-text{color:var(--text-secondary);margin:0;font-size:.92rem;font-weight:600}.processing-bar-wrap{background:#ffffff14;border-radius:3px;width:240px;height:5px;overflow:hidden}.processing-bar-fill{background:linear-gradient(90deg, var(--accent-indigo), var(--accent-lime));border-radius:3px;width:0%;height:100%;transition:width .3s}.tool-output-result{flex-direction:column;flex:1;gap:18px;display:flex}.result-header{justify-content:space-between;align-items:center;display:flex}.result-status{align-items:center;gap:10px;display:flex}.result-check{width:26px;height:26px;color:var(--accent-lime);background:#b5ef8526;border-radius:50%;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 0 10px #b5ef854d}.result-title{color:var(--text-primary);font-size:1rem;font-weight:700}.result-stats{flex-wrap:wrap;gap:10px;display:flex}.stat-pill{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.76rem;font-weight:600;display:inline-flex}.stat-pill .stat-value{color:var(--accent-lime);font-family:JetBrains Mono,monospace;font-weight:700}.stat-pill.savings-pill{background:#b5ef851a;border-color:#b5ef8540}.result-preview{background:#00000059;border:1px solid #ffffff14;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:240px;max-height:520px;padding:16px;display:flex;overflow:hidden}.result-preview img{object-fit:contain;border-radius:6px;max-width:100%;max-height:480px;margin:0 auto;display:block;box-shadow:0 8px 30px #00000080}.result-preview pre{width:100%;color:var(--text-secondary);white-space:pre-wrap;word-break:break-all;max-height:480px;margin:0;padding:16px;font-family:JetBrains Mono,monospace;font-size:.78rem;line-height:1.6;overflow:auto}.result-preview .preview-placeholder{height:160px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.result-actions{flex-wrap:wrap;gap:10px;display:flex}.result-download-btn{flex:1;justify-content:center;gap:8px}.btn-ghost{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:6px;padding:4px 10px;font-family:inherit;font-size:.75rem;transition:all .2s}.btn-ghost:hover{color:var(--text-primary);background:#ffffff0a}@media (width<=1024px){.tool-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}}@media (width<=768px){.tool-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.tool-body{grid-template-columns:1fr}.tool-input-panel{border-bottom:1px solid #ffffff0f;border-right:none}.tool-header-bar{flex-direction:column;align-items:flex-start}.tool-category-bar{border-radius:14px;gap:4px;padding:4px}.tool-cat-tab{padding:7px 12px;font-size:.78rem}.tool-card{min-height:180px;padding:16px}.tool-card-desc{-webkit-line-clamp:2;font-size:.76rem}}@media (width<=480px){.tool-grid{grid-template-columns:1fr}}.result-preview.has-custom-preview{background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:auto;max-height:none;padding:0;display:flex;overflow:visible}.latex-result-card{background:#080a14;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:12px;width:100%;padding:14px;display:flex;box-shadow:0 10px 30px #0006}.latex-card-banner{background:linear-gradient(135deg,#10b98117 0%,#0596690a 100%);border:1px solid #10b98138;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.latex-banner-left{flex:1;align-items:center;gap:10px;min-width:220px;display:flex}.latex-overleaf-icon{background:#10b98129;border:1px solid #10b98159;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.15rem;display:flex}.latex-banner-meta{flex-direction:column;gap:2px;display:flex}.latex-banner-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.latex-banner-title{color:#10b981;letter-spacing:-.01em;font-size:.92rem;font-weight:700}.latex-docclass-tag{color:#6ee7b7;text-transform:uppercase;background:#10b9812e;border:1px solid #10b9814d;border-radius:4px;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600}.latex-banner-subtitle{color:var(--text-muted);font-size:.76rem}.latex-banner-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.btn-overleaf-zip{cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#008060 0%,#00664c 100%);border:1px solid #059669;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 10px #0080604d;color:#fff!important}.btn-overleaf-zip:hover{background:linear-gradient(135deg,#009670 0%,#008060 100%);transform:translateY(-1px);box-shadow:0 4px 14px #00806073}.btn-overleaf-link{white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:5px;padding:7px 13px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex;color:var(--text-primary)!important}.btn-overleaf-link:hover{background:#ffffff1a;border-color:#ffffff40;color:#fff!important}.latex-code-container{background:#060810;border:1px solid #ffffff14;border-radius:10px;position:relative;overflow:hidden}.latex-code-header{color:var(--text-secondary);background:#ffffff06;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;font-size:.76rem;display:flex}.latex-file-tab{color:#e2e8f0;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-weight:600;display:inline-flex}.latex-code-actions{align-items:center;gap:8px;display:inline-flex}.latex-copy-shortcut{color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;align-items:center;gap:4px;padding:4px 9px;font-size:.72rem;transition:all .15s;display:inline-flex}.latex-copy-shortcut:hover{color:#fff;background:#4d43fe33;border-color:#4d43fe66}.latex-code-pre{color:#e2e8f0;text-align:left;tab-size:2;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;max-height:400px;margin:0;padding:16px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.83rem;line-height:1.6;overflow:auto}.latex-tips-card{color:var(--text-secondary);background:#4d43fe0d;border:1px solid #4d43fe26;border-radius:8px;align-items:flex-start;gap:10px;padding:10px 14px;font-size:.78rem;line-height:1.5;display:flex}.latex-tips-icon{flex-shrink:0;margin-top:1px;font-size:1.05rem}.latex-tips-content strong{color:var(--text-primary)}.latex-tips-content code{color:#a49eff;background:#ffffff14;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,monospace}.latex-sample-btn{color:#34d399;cursor:pointer;background:#10b9811f;border:1px solid #10b98140;border-radius:4px;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;transition:all .15s;display:inline-flex}.latex-sample-btn:hover{color:#6ee7b7;background:#10b98138}@media print{html,body{color:#000!important;background:#fff!important;margin:0!important;padding:0!important;font-size:11pt!important}.navbar-header,.hero-section,.converter-header,.converter-toolbar,.dropzone-view,.studio-pane-editor,.preview-topbar,.converter-actions-footer,.features-section,.faq-section,.site-footer,.modal-backdrop,.hero-glow-bg{display:none!important}.container,.converter-section,.converter-shell,.studio-view,.studio-pane,.studio-pane-preview,.preview-scroll-area{box-shadow:none!important;background:0 0!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important}.paper-sheet{width:100%!important;max-width:100%!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0!important}h1,h2,h3,h4,h5,h6{page-break-after:avoid;break-after:avoid}table,pre,blockquote,img,.theme-academic table,tr{page-break-inside:avoid;break-inside:avoid}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}@page{margin:20mm}}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}:root{--story-bg:#07090e;--story-bg-card:#0f172aa6;--story-border:#ffffff14;--story-border-glow:#6366f159;--story-primary:#6366f1;--story-primary-glow:#6366f180;--story-cyan:#06b6d4;--story-pink:#ec4899;--story-emerald:#10b981;--story-text-main:#f8fafc;--story-text-muted:#94a3b8;--story-text-dim:#64748b;--story-font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--story-font-display:"Outfit", "Plus Jakarta Sans", -apple-system, sans-serif;--story-font-mono:"JetBrains Mono", monospace}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}.story-root{background-color:var(--story-bg);width:100%;min-height:100vh;color:var(--story-text-main);font-family:var(--story-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;position:relative;overflow-x:hidden}.story-ambient-mesh{pointer-events:none;z-index:0;filter:blur(80px);will-change:transform;background:radial-gradient(circle at 20% 20%,#6366f11f 0%,#0000 40%),radial-gradient(circle at 80% 60%,#06b6d41a 0%,#0000 45%),radial-gradient(circle at 50% 85%,#ec489914 0%,#0000 40%);position:fixed;inset:0}.story-noise-overlay{pointer-events:none;z-index:1;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}.custom-cursor-dot,.custom-cursor-follower{pointer-events:none;z-index:99999;will-change:transform, width, height, opacity;border-radius:50%;transition:opacity .25s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.custom-cursor-dot{background:#fff;width:8px;height:8px;box-shadow:0 0 10px #ffffffe6}.custom-cursor-follower{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#6366f114;border:1.5px solid #ffffff59;width:42px;height:42px;transition:width .3s cubic-bezier(.2,1,.3,1),height .3s cubic-bezier(.2,1,.3,1),border-color .3s,background-color .3s}.custom-cursor-follower.is-hovered{border-color:var(--story-cyan);background:#06b6d426;width:72px;height:72px;box-shadow:0 0 24px #06b6d459}.custom-cursor-follower.is-magnetic{border-color:var(--story-pink);background:#ec489933;width:88px;height:88px;box-shadow:0 0 32px #ec489966}@media (pointer:coarse){.custom-cursor-dot,.custom-cursor-follower{display:none!important}}.story-header{z-index:100;pointer-events:none;justify-content:space-between;align-items:center;width:100%;padding:0 40px;display:flex;position:fixed;top:24px;left:0}.story-brand{pointer-events:auto;letter-spacing:-.02em;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--story-border);background:#0f172a80;border-radius:999px;align-items:center;gap:12px;padding:8px 16px;font-size:1.25rem;font-weight:800;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.story-brand:hover{border-color:var(--story-border-glow);transform:translateY(-1px)}.story-brand-badge{background:linear-gradient(135deg, var(--story-primary), var(--story-cyan));color:#fff;letter-spacing:.05em;text-transform:uppercase;border-radius:12px;padding:2px 8px;font-size:.7rem;font-weight:700}.story-nav-actions{pointer-events:auto;align-items:center;gap:14px;display:flex}.story-nav-btn{cursor:pointer;will-change:transform;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .25s cubic-bezier(.2,1,.3,1);display:inline-flex}.story-nav-btn.secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--story-text-muted);border:1px solid var(--story-border);background:#0f172a99}.story-nav-btn.secondary:hover{color:#fff;border-color:#fff3;transform:translateY(-1px)}.story-nav-btn.primary{background:linear-gradient(135deg, var(--story-primary), #4f46e5);color:#fff;box-shadow:0 4px 20px var(--story-primary-glow);border:1px solid #ffffff26}.story-nav-btn.primary:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 6px 28px #6366f1b3}.story-scroll-progress{background:linear-gradient(90deg, var(--story-primary), var(--story-cyan), var(--story-pink));z-index:1000;will-change:width;width:0%;height:3px;position:fixed;top:0;left:0}.story-section{z-index:2;box-sizing:border-box;width:100%;position:relative}.gpu-accel{backface-visibility:hidden}.story-hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.hero-pill-badge{color:#a5b4fc;background:#6366f11f;border:1px solid #6366f14d;border-radius:999px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 0 30px #6366f133}.hero-pill-indicator{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseGreen;box-shadow:0 0 10px #22c55e}@keyframes pulseGreen{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.story-split-title{letter-spacing:-.04em;color:#fff;flex-direction:column;align-items:center;gap:4px;max-width:1040px;margin:0 auto 20px;font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:clamp(2.8rem,6.2vw,5.5rem);font-weight:800;line-height:1.08;display:flex}.hero-title-line-1,.hero-title-line-2{display:block}.hero-title-line-2 .split-word{background:linear-gradient(135deg,#a5b4fc 0%,#38bdf8 50%,#f472b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.split-word{white-space:nowrap;will-change:transform, opacity;margin-right:.28em;display:inline-block}.story-hero-subtitle{color:var(--story-text-muted);max-width:660px;margin:0 auto 36px;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.hero-floating-badges-container{pointer-events:none;z-index:1;position:absolute;inset:0}.parallax-format-token{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;font-family:var(--story-font-mono);pointer-events:auto;cursor:default;will-change:transform;background:#0f172a99;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;padding:7px 15px;font-size:.78rem;font-weight:600;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:absolute;box-shadow:0 10px 30px #00000080}.parallax-format-token:hover{border-color:#6366f166;box-shadow:0 12px 35px #6366f14d}.token-1{top:16%;left:4%}.token-2{top:20%;right:4%}.token-3{bottom:22%;left:6%}.token-4{bottom:22%;right:6%}.token-5{top:12%;right:26%}.token-6{bottom:12%;left:24%}.story-scroll-indicator{color:var(--story-text-dim);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:10px;margin-top:30px;font-size:.78rem;display:flex}.scroll-mouse-icon{border:2px solid var(--story-text-dim);border-radius:12px;width:20px;height:32px;position:relative}.scroll-wheel-dot{background:var(--story-text-dim);border-radius:2px;width:3px;height:6px;animation:1.6s ease-in-out infinite wheelScroll;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes wheelScroll{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,12px)}}.story-pinned-section{background-color:var(--story-bg);width:100%;min-height:100vh;position:relative}.pinned-viewport-stage{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:40px;display:flex;position:relative;overflow:hidden}.pinned-stage-header{text-align:center;z-index:10;margin-bottom:36px}.pinned-stage-tag{font-family:var(--story-font-mono);color:var(--story-cyan);text-transform:uppercase;letter-spacing:.15em;margin-bottom:10px;font-size:.8rem;display:block}.pinned-stage-title{font-family:var(--story-font-display);letter-spacing:-.03em;color:#fff;font-size:clamp(2rem,3.8vw,3.5rem);font-weight:800}.morph-theater-card{border:1px solid var(--story-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);will-change:transform, border-color;background:linear-gradient(135deg,#1e293bb3,#0f172ad9);border-radius:28px;width:100%;max-width:900px;height:480px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #0009,0 0 60px #6366f126}.morph-panel-left{border-right:1px solid var(--story-border);z-index:2;flex-direction:column;flex:1;justify-content:space-between;padding:44px;display:flex;position:relative}.morph-step-counter{font-family:var(--story-font-mono);color:var(--story-text-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.morph-step-dot{background:var(--story-primary);border-radius:50%;width:6px;height:6px}.morph-dynamic-title{font-family:var(--story-font-display);letter-spacing:-.02em;color:#fff;margin:16px 0 12px;font-size:2.2rem;font-weight:800}.morph-dynamic-desc{color:var(--story-text-muted);max-width:420px;font-size:1.05rem;line-height:1.6}.morph-progress-bar-wrap{background:#ffffff14;border-radius:999px;width:100%;height:6px;margin-top:24px;overflow:hidden}.morph-progress-bar-fill{background:linear-gradient(90deg, var(--story-primary), var(--story-cyan));will-change:width;border-radius:999px;width:0%;height:100%}.morph-panel-right{background:radial-gradient(circle,#6366f126 0%,#0000 70%);flex:1.2;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.morph-stage-item{text-align:center;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;gap:18px;display:flex;position:absolute}.morph-item-icon-box{border:1.5px solid var(--story-border-glow);background:#0f172acc;border-radius:28px;justify-content:center;align-items:center;width:140px;height:140px;font-size:4rem;display:flex;position:relative;box-shadow:0 16px 40px #00000080,0 0 30px #6366f14d}.morph-item-format-tag{font-family:var(--story-font-mono);color:#fff;border:1px solid var(--story-border);background:#ffffff14;border-radius:12px;padding:6px 16px;font-size:1.15rem;font-weight:700}.morph-item-metrics{color:var(--story-cyan);font-size:.82rem;font-family:var(--story-font-mono)}.story-privacy-section{z-index:5;background-color:var(--story-bg);box-sizing:border-box;width:100%;padding:160px 40px;position:relative}.privacy-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;display:grid}.privacy-pill{font-family:var(--story-font-mono);color:var(--story-emerald);align-items:center;gap:8px;margin-bottom:16px;font-size:.85rem;display:inline-flex}.privacy-title{font-family:var(--story-font-display);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.15}.privacy-body{color:var(--story-text-muted);margin-bottom:36px;font-size:1.15rem;line-height:1.7}.privacy-interactive-box{border:1px solid var(--story-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172ab3;border-radius:24px;padding:36px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.privacy-comparison-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.privacy-comparison-row:last-child{border-bottom:none}.badge-zero{color:#34d399;font-size:.8rem;font-weight:700;font-family:var(--story-font-mono);background:#10b98126;border:1px solid #10b98159;border-radius:999px;padding:4px 12px}.badge-risk{color:#f87171;font-size:.8rem;font-weight:600;font-family:var(--story-font-mono);background:#ef44441f;border:1px solid #ef444440;border-radius:999px;padding:4px 12px}.story-morph-section-wrap{background-color:var(--story-bg);width:100%;min-height:100vh;position:relative}.morph-bleed-stage{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.morph-bleed-card{border:1.5px solid var(--story-border-glow);will-change:width, height, border-radius, transform;background:linear-gradient(135deg,#1e1b4b,#0f172a);border-radius:32px;justify-content:center;align-items:center;width:740px;max-width:92vw;height:440px;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #000000b3}.morph-bleed-content{text-align:center;z-index:2;max-width:900px;padding:40px}.morph-bleed-headline{font-family:var(--story-font-display);letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:800}.morph-bleed-desc{color:#cbd5e1;max-width:680px;margin:0 auto 36px;font-size:1.25rem;line-height:1.6}.story-cards-section{z-index:10;background-color:var(--story-bg);box-sizing:border-box;width:100%;padding:140px 40px;position:relative}.cards-section-header{text-align:center;max-width:760px;margin:0 auto 70px}.cards-section-title{font-family:var(--story-font-display);letter-spacing:-.03em;margin-bottom:18px;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800}.cards-grid{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1320px;margin:0 auto;display:grid}.magnetic-card{border:1px solid var(--story-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;will-change:transform;background:#0f172aa6;border-radius:24px;padding:36px;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.magnetic-card:hover{border-color:var(--story-border-glow);box-shadow:0 16px 40px #6366f133}.card-icon-halo{background:#6366f11f;border:1px solid #6366f140;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:2rem;display:flex}.card-title{color:#fff;margin-bottom:12px;font-size:1.4rem;font-weight:700}.card-desc{color:var(--story-text-muted);margin-bottom:24px;font-size:.95rem;line-height:1.6}.card-tags{flex-wrap:wrap;gap:8px;display:flex}.card-tag{font-family:var(--story-font-mono);color:#cbd5e1;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;padding:3px 8px;font-size:.72rem}.story-cta-section{z-index:10;background-color:var(--story-bg);text-align:center;box-sizing:border-box;width:100%;padding:160px 24px 180px;position:relative;overflow:hidden}.cta-box{border:1.5px solid var(--story-border-glow);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:radial-gradient(circle,#1e293be6 0%,#0f172af2 100%);border-radius:36px;max-width:900px;margin:0 auto;padding:70px 40px;box-shadow:0 30px 90px #000c,0 0 80px #6366f140}.cta-title{font-family:var(--story-font-display);letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-size:clamp(2.4rem,4.5vw,4rem);font-weight:800}.cta-desc{color:var(--story-text-muted);max-width:600px;margin:0 auto 40px;font-size:1.2rem;line-height:1.6}.cta-button-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.magnetic-btn{cursor:pointer;will-change:transform;border-radius:999px;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:box-shadow .25s,transform .25s;display:inline-flex}.magnetic-btn.btn-glow{background:linear-gradient(135deg, var(--story-primary), #4338ca);color:#fff;box-shadow:0 8px 32px var(--story-primary-glow);border:1px solid #fff3}.magnetic-btn.btn-glow:hover{box-shadow:0 12px 48px #6366f1cc}.magnetic-btn.btn-outline{color:#fff;border:1px solid var(--story-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d}.magnetic-btn.btn-outline:hover{background:#ffffff1a;border-color:#ffffff4d}@media (width<=1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}.privacy-grid{grid-template-columns:1fr;gap:40px}}@media (width<=768px){.story-header{padding:0 20px}.story-brand-badge{display:none}.cards-grid{grid-template-columns:1fr}.morph-theater-card{flex-direction:column;height:auto}.morph-panel-left{border-right:none;border-bottom:1px solid var(--story-border);padding:28px}.morph-panel-right{min-height:280px;padding:28px}.morph-bleed-card{width:90vw;height:380px}.cta-box{padding:44px 24px}}
