:root{--bg-base: #0f0f1a;--bg-surface: #16162a;--bg-card: #1c1c32;--bg-topbar: #13131f;--accent: #4f6ef7;--accent-hover: #6b85ff;--accent-dim: rgba(79, 110, 247, .15);--accent-glow: rgba(79, 110, 247, .4);--text-primary: #e8e8f8;--text-secondary: #8888b0;--text-muted: #4a4a6a;--border: rgba(255, 255, 255, .07);--border-light: rgba(255, 255, 255, .12);--border-accent: rgba(79, 110, 247, .35);--green: #22c55e;--green-dim: rgba(34, 197, 94, .15);--red: #ef4444;--red-dim: rgba(239, 68, 68, .15);--yellow: #f59e0b;--yellow-dim: rgba(245, 158, 11, .15);--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .65);--radius: 10px;--radius-lg: 16px;--font: "Inter", "Segoe UI", system-ui, sans-serif;--mono: "Cascadia Code", "Fira Code", "Consolas", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);background:var(--bg-base);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit;border:none;background:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:var(--radius);font-size:.9375rem;font-weight:600;transition:all .18s;white-space:nowrap;cursor:pointer;border:none;font-family:var(--font)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 20px var(--accent-glow)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border-light)}.btn-ghost:hover{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-accent)}.btn-lg{padding:.9rem 2rem;font-size:1rem}.btn-sm{padding:.45rem .9rem;font-size:.8125rem}.section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:800;letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1rem;line-height:1.2}.section-body{font-size:1.0625rem;color:var(--text-secondary);line-height:1.8}.badge{display:inline-block;padding:.2rem .55rem;border-radius:5px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge-html{background:#ef444426;color:#f87171}.badge-css{background:#6366f126;color:#a5b4fc}.badge-js{background:#f59e0b26;color:#fbbf24}.badge-jsx{background:#fb718526;color:#fb7185}.badge-ts{background:#3877dc26;color:#60a5fa}.badge-tsx{background:#38bdf826;color:#38bdf8}.badge-xml{background:#a855f726;color:#c084fc}.badge-json{background:#22c55e26;color:#4ade80}.badge-svg{background:#fb923c26;color:#fb923c}.badge-md{background:#94a3b826;color:#94a3b8}.badge-txt{background:#64748b1f;color:#64748b}.chip-pass{background:#22c55e26;color:#4ade80;padding:.15rem .55rem;border-radius:5px;font-size:.72rem;font-weight:700}.chip-fail{background:#ef444426;color:#f87171;padding:.15rem .55rem;border-radius:5px;font-size:.72rem;font-weight:700}.chip-none{background:#f59e0b26;color:#fbbf24;padding:.15rem .55rem;border-radius:5px;font-size:.72rem;font-weight:700}.feature-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin-top:1.5rem}.feature-list li{display:flex;align-items:center;gap:.65rem;font-size:.9375rem;color:var(--text-secondary)}.feature-list li:before{content:"";width:18px;height:18px;min-width:18px;background:var(--accent-dim);border:1px solid var(--border-accent);border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%234f6ef7' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:9px}.hl-meta{color:#9ca3af}.hl-comment{color:#4a5a8a;font-style:italic}.hl-bracket{color:#6b7280}.hl-tag{color:#60a5fa}.hl-attr{color:#34d399}.hl-val{color:#fbbf24}.hl-selector{color:#a78bfa}.hl-prop{color:#38bdf8}.hl-css-val{color:#fbbf24}.hl-num{color:#fb923c}.hl-color{color:#f472b6}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:62px;display:flex;align-items:center;border-bottom:1px solid transparent;transition:background .2s,border-color .2s,backdrop-filter .2s}.navbar.scrolled{background:#0f0f1ae0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:var(--border)}.navbar .container{display:flex;align-items:center;gap:2rem;width:100%}.nav-logo{display:flex;align-items:center;gap:.5rem}.nav-logo img{height:28px;width:auto}.nav-logo-text{font-size:1rem;font-weight:700;color:var(--text-primary);font-family:var(--mono)}.nav-links{display:flex;align-items:center;gap:.25rem;margin-left:auto}.nav-link{padding:.45rem .85rem;border-radius:7px;font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .15s,background .15s}.nav-link:hover{color:var(--text-primary);background:var(--bg-card)}.nav-cta{margin-left:.5rem}.footer{border-top:1px solid var(--border);padding:3rem 0 2rem;background:var(--bg-topbar)}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-brand img{height:24px;width:auto}.footer-brand-name{font-size:.875rem;font-weight:700;color:var(--text-secondary);font-family:var(--mono)}.footer-links{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-link{font-size:.875rem;color:var(--text-muted);transition:color .15s}.footer-link:hover{color:var(--text-secondary)}.footer-copy{font-size:.8125rem;color:var(--text-muted)}.footer-by{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-muted)}.footer-by img{height:18px;width:auto;opacity:.7}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9rem 1.5rem 5rem;position:relative;overflow:hidden}.hero-bg-glow{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(79,110,247,.22) 0%,transparent 70%);pointer-events:none}.hero-bg-grid{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.hero-tag{font-family:var(--mono);font-size:.9rem;color:var(--accent);background:var(--accent-dim);border:1px solid var(--border-accent);padding:.35rem .9rem;border-radius:6px;margin-bottom:1.75rem;display:inline-block;animation:fadeUp .5s ease both}.hero-title{font-size:clamp(2.8rem,7vw,5.25rem);font-weight:900;line-height:1.04;letter-spacing:-.04em;margin-bottom:1.25rem;background:linear-gradient(140deg,#fff,#9090c8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeUp .5s .1s ease both}.hero-sub{font-size:1.175rem;color:var(--text-secondary);max-width:560px;margin:0 auto 2.5rem;line-height:1.75;animation:fadeUp .5s .2s ease both}.hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeUp .5s .3s ease both}.hero-oss{margin-top:1.75rem;font-size:.875rem;color:var(--text-muted)}.hero-oss a{color:var(--accent)}.hero-oss a:hover{text-decoration:underline}.hero-stats{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;margin-top:4rem;animation:fadeUp .5s .4s ease both}.hero-stat{text-align:center}.hero-stat-num{font-size:2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.hero-stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:.15rem}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-row.flip{direction:rtl}.feature-row.flip>*{direction:ltr}.feature-text{max-width:440px}.feature-widget-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.feature-divider{height:1px;background:var(--border);margin:5rem 0}.dl-page{padding-top:8rem;padding-bottom:6rem}.dl-hero{text-align:center;margin-bottom:3rem}.dl-version-chip{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:.4rem 1rem;font-size:.8125rem;color:var(--text-secondary);margin-bottom:1.5rem}.dl-version-dot{width:7px;height:7px;background:var(--green);border-radius:50%}.dl-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:900;letter-spacing:-.03em;margin-bottom:.75rem}.dl-sub{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:2rem}.dl-btn-wrap{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.dl-meta{font-size:.8125rem;color:var(--text-muted);margin-top:1rem}.dl-gh-link{margin-top:.75rem;font-size:.875rem}.dl-gh-link a{color:var(--accent)}.dl-gh-link a:hover{text-decoration:underline}.dl-smartscreen-note{margin-top:1.25rem;padding:.75rem 1.25rem;background:#4f6ef714;border:1px solid rgba(79,110,247,.25);border-radius:8px;font-size:.875rem;color:var(--text-secondary);max-width:480px;margin-left:auto;margin-right:auto}.dl-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:3.5rem}.dl-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.dl-card-icon{font-size:1.75rem;margin-bottom:.75rem}.dl-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.dl-card p{font-size:.875rem;color:var(--text-secondary)}.dl-blip-rail{padding-top:4.5rem}.dl-page--has-blip{padding-top:2.5rem}.dl-opensource-blip{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#60a5fa14;border-bottom:1px solid rgba(96,165,250,.18);padding:.6rem 1.5rem;font-size:.8125rem;color:var(--text-secondary);text-align:center;flex-wrap:wrap}.dl-opensource-blip--lite{background:#818cf814;border-bottom-color:#818cf82e}.dl-opensource-blip a{color:var(--accent);font-weight:500}.dl-opensource-blip a:hover{text-decoration:underline}.dl-opensource-dot{width:7px;height:7px;background:#60a5fa;border-radius:50%;flex-shrink:0}.dl-source-links{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:1.1rem}.dl-github-btn{display:inline-flex;align-items:center;gap:.55rem;background:#24292e;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.5rem 1.1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;cursor:pointer}.dl-github-btn:hover{background:#3a3f45;transform:translateY(-1px)}.dl-github-btn--lite{border-color:#818cf84d}.dl-github-logo{width:18px;height:18px;object-fit:contain;flex-shrink:0}.dl-source-zip{font-size:.8rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.dl-source-zip:hover{color:var(--text-secondary)}.dl-also-lite{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:3rem;padding:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.dl-also-lite-link{color:#818cf8;font-weight:500}.dl-also-lite-link:hover{text-decoration:underline}.contact-page{padding-top:8rem;padding-bottom:6rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info h1{font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:800;margin-bottom:.75rem}.contact-info p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.contact-detail{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9375rem;color:var(--text-secondary)}.contact-form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.form-input,.form-textarea{width:100%;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius);padding:.7rem .875rem;font-size:.9375rem;color:var(--text-primary);font-family:var(--font);transition:border-color .15s;outline:none}.form-input:focus,.form-textarea:focus{border-color:var(--accent)}.form-textarea{resize:vertical;min-height:130px}.form-error{font-size:.8125rem;color:var(--red);margin-top:.4rem}.form-success{background:var(--green-dim);border:1px solid rgba(34,197,94,.3);border-radius:var(--radius);padding:1rem 1.25rem;color:var(--green);font-size:.9375rem;margin-top:1rem}.contact-watermark{margin-top:1rem;font-size:.75rem;color:var(--text-muted);text-align:right}.contact-watermark a{color:var(--text-muted);text-decoration:none}.contact-watermark a:hover{text-decoration:underline}.legal-page{padding-top:8rem;padding-bottom:6rem;max-width:760px;margin:0 auto}.legal-page h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;letter-spacing:-.02em;margin-bottom:.5rem}.legal-meta{font-size:.875rem;color:var(--text-muted);margin-bottom:3rem}.legal-page h2{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin:2.5rem 0 .75rem}.legal-page p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8;font-size:.9375rem}.legal-page ul{list-style:disc;padding-left:1.5rem;color:var(--text-secondary);font-size:.9375rem;line-height:1.8;margin-bottom:1rem}.legal-page ul li{margin-bottom:.3rem}.legal-page a{color:var(--accent)}.legal-page a:hover{text-decoration:underline}.faq-section{background:var(--bg-surface)}.faq-header{text-align:center;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem;max-width:900px;margin:0 auto}.faq-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s}.faq-card:hover{border-color:var(--border-accent)}.faq-q{font-size:.9375rem;font-weight:700;color:var(--text-primary);margin-bottom:.6rem}.faq-a{font-size:.875rem;color:var(--text-secondary);line-height:1.65}.cta-strip{background:linear-gradient(135deg,#4f6ef71f,#6b85ff0f);border-top:1px solid var(--border-accent);border-bottom:1px solid var(--border-accent);padding:5rem 0;text-align:center}.cta-strip h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;letter-spacing:-.02em;margin-bottom:.75rem}.cta-strip p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.0625rem}@media(max-width:900px){.feature-row{grid-template-columns:1fr;gap:2.5rem}.feature-row.flip{direction:ltr}.feature-text{max-width:none}.contact-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:600px){.section{padding:4rem 0}.hero{padding:8rem 1rem 4rem}.hero-stats{gap:1.5rem}.nav-links .nav-link{display:none}}.trust-pills{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem;animation:fadeUp .5s .25s ease both}.trust-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);background:#ffffff0d;border:1px solid var(--border-light);border-radius:20px;padding:.3rem .85rem;letter-spacing:.01em}.hsd-stats{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:4rem;border-top:1px solid var(--border);padding-top:2rem;flex-wrap:wrap;animation:fadeUp .5s .45s ease both}.hsd-stat{padding:0 2.25rem;text-align:left}.hsd-stat:first-child{padding-left:0}.hsd-stat:last-child{padding-right:0}.hsd-key{font-size:1.375rem;font-weight:800;color:var(--text-primary);letter-spacing:-.025em;line-height:1.2}.hsd-desc{font-size:.78rem;color:var(--text-muted);margin-top:.25rem;white-space:nowrap}.hsd-divider{width:1px;background:var(--border);align-self:stretch;min-height:40px;flex-shrink:0}@media(max-width:600px){.hsd-stats{gap:1.5rem;border-top:none;padding-top:1rem}.hsd-divider{display:none}.hsd-stat{padding:0;text-align:center}}.nav-drop{position:relative}.nav-drop-trigger{display:flex;align-items:center;gap:.3rem;padding:.45rem .85rem;border-radius:7px;font-size:.9rem;font-weight:500;color:var(--text-secondary);background:none;border:none;font-family:var(--font);cursor:pointer;transition:color .15s,background .15s}.nav-drop-trigger:hover,.nav-drop-trigger.active{color:var(--text-primary);background:var(--bg-card)}.nav-caret{font-size:.6rem;opacity:.6}.nav-drop-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:.5rem;min-width:220px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transform:translate(-50%) translateY(-6px);transition:opacity .15s,transform .15s;z-index:200}.nav-drop-menu.open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-drop-item{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .85rem;border-radius:8px;transition:background .12s;text-decoration:none}.nav-drop-item:hover{background:var(--bg-surface)}.nav-drop-label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.nav-drop-desc{font-size:.75rem;color:var(--text-muted)}.view-all-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:600;color:var(--accent);border-bottom:1px solid var(--border-accent);padding-bottom:.1rem;transition:color .15s,border-color .15s}.view-all-link:hover{color:var(--accent-hover);border-color:var(--accent-hover)}.lite-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.lite-feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s}.lite-feature-card:hover{border-color:#818cf859}.lite-feature-icon{font-size:1.5rem;margin-bottom:.65rem}.lite-feature-title{font-size:.9375rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.lite-feature-body{font-size:.875rem;color:var(--text-secondary);line-height:1.65}.sg-root{width:100%}.sg-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.sg-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .875rem;border-radius:99px;border:1px solid var(--border-light);background:var(--bg-card);color:var(--text-secondary);font-size:.8125rem;font-weight:500;transition:all .15s}.sg-tab:hover{color:var(--text-primary);border-color:var(--border-accent)}.sg-tab--active{background:transparent;font-weight:600}.sg-count{font-size:.7rem;background:#ffffff14;border-radius:99px;padding:.05rem .4rem;color:var(--text-muted)}.sg-tab--active .sg-count{background:#ffffff1f;color:inherit;opacity:.7}.sg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:700px){.sg-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:440px){.sg-grid{grid-template-columns:1fr}}.sg-thumb{position:relative;aspect-ratio:16 / 10;overflow:hidden;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);padding:0;display:block;cursor:zoom-in;transition:border-color .15s}.sg-thumb:hover{border-color:var(--border-accent)}.sg-thumb img{width:100%;height:100%;object-fit:cover;object-position:top left;display:block;transition:transform .2s}.sg-thumb:hover img{transform:scale(1.03)}.sg-thumb-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}.sg-thumb:hover .sg-thumb-overlay{opacity:1}.sg-thumb-icon{font-size:1.5rem;color:#fff}.sg-lightbox{position:fixed;inset:0;z-index:9000;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.sg-lb-img{max-width:min(90vw,1200px);max-height:88vh;object-fit:contain;border-radius:var(--radius);box-shadow:0 24px 80px #000000b3;cursor:default}.sg-lb-close{position:fixed;top:1.25rem;right:1.5rem;font-size:1.25rem;color:#ffffffb3;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .15s;z-index:9001}.sg-lb-close:hover{background:#fff3;color:#fff}.sg-lb-arrow{position:fixed;top:50%;transform:translateY(-50%);font-size:3rem;line-height:1;color:#ffffffb3;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;z-index:9001;transition:all .15s}.sg-lb-arrow:hover{background:#ffffff2e;color:#fff}.sg-lb-arrow--left{left:1.25rem}.sg-lb-arrow--right{right:1.25rem}.sg-lb-counter{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);font-size:.8125rem;color:#ffffff80;background:#00000080;border-radius:99px;padding:.25rem .75rem;z-index:9001}.hub-hero{padding-bottom:3rem;justify-content:flex-start;padding-top:5.5rem;min-height:auto}.hub-glow{background:radial-gradient(ellipse 90% 60% at 50% -10%,rgba(79,110,247,.22) 0%,transparent 70%)!important}.hub-hero-inner{position:relative;z-index:1;width:100%;max-width:960px;margin:0 auto;padding:0 1.5rem}.hub-hero-title{font-size:clamp(2.4rem,5.5vw,4.25rem)!important;margin-bottom:.75rem!important}.hub-hero-sub{font-size:1rem!important;margin-bottom:1.25rem!important;max-width:520px!important}.hub-cards{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:start}.hub-cards--hero{margin-top:1.75rem;width:100%;margin-bottom:2rem}@media(max-width:780px){.hub-cards{grid-template-columns:1fr}.hub-vs{display:none}}.hub-card{background:var(--bg-card);border:1px solid var(--border-accent);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:0}.hub-card--lite{border-color:#818cf859}.hub-card-header{margin-bottom:1.25rem}.hub-card-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);background:var(--accent-dim);border-radius:99px;padding:.2rem .65rem;margin-bottom:.65rem}.hub-card-badge--lite{color:#818cf8;background:#818cf81f}.hub-card-name{font-size:1.5rem;font-weight:800;color:var(--text-primary);margin-bottom:.25rem}.hub-card-engine{font-size:.8125rem;color:var(--text-secondary)}.hub-card-list{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.25rem;flex:1}.hub-card-list li{font-size:.9rem;color:var(--text-secondary);display:flex;gap:.5rem}.hub-check{color:var(--accent);font-weight:700;flex-shrink:0}.hub-check--lite{color:#818cf8}.hub-card-size{font-size:.8rem;color:var(--text-muted);margin-bottom:1.25rem}.hub-card-btns{display:flex;gap:.75rem;flex-wrap:wrap}.hub-lite-btn{background:#818cf8;color:#fff}.hub-lite-btn:hover{background:#a5b4fc}.hub-vs{font-size:.875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;padding:0 .5rem}.hub-quiz-cta{font-size:.9375rem;color:var(--text-secondary);text-decoration:underline;text-underline-offset:3px;transition:color .15s;background:none;border:none;cursor:pointer}.hub-quiz-cta:hover{color:var(--text-primary)}.cmp-wrap{overflow-x:auto}.cmp-table{width:100%;border-collapse:collapse;font-size:.9rem}.cmp-th{padding:.65rem 1rem;text-align:center;font-size:.875rem;font-weight:700;color:var(--text-primary);border-bottom:2px solid var(--border-accent)}.cmp-th--feature{text-align:left}.cmp-th--lite{color:#818cf8;border-bottom-color:#818cf866}.cmp-row:nth-child(2n){background:#ffffff06}.cmp-feat{padding:.65rem 1rem;color:var(--text-secondary);font-size:.875rem}.cmp-cell{padding:.65rem 1rem;text-align:center;font-size:.875rem}.cmp-cell--str{color:var(--text-secondary);font-size:.8125rem}.cmp-yes{color:var(--green);font-weight:700}.cmp-no{color:var(--text-muted)}.dlm-backdrop{position:fixed;inset:0;background:#000000b3;z-index:8000;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dlm-panel{position:relative;background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:820px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.dlm-close{position:absolute;top:1rem;right:1rem;background:#ffffff0f;border:1px solid var(--border);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--text-secondary);transition:all .15s}.dlm-close:hover{background:#ffffff1f;color:var(--text-primary)}.dlm-header{text-align:center;margin-bottom:2rem}.dlm-title{font-size:1.625rem;font-weight:800;color:var(--text-primary)}.dlm-sub{font-size:.9375rem;color:var(--text-secondary);margin-top:.4rem}.dlm-cards{display:grid;grid-template-columns:1fr auto 1fr;gap:1.25rem;align-items:start}@media(max-width:620px){.dlm-cards{grid-template-columns:1fr}.dlm-or{display:none}}.dlm-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:border-color .15s}.dlm-card:hover{border-color:var(--border-accent)}.dlm-card--lite:hover{border-color:#818cf866}.dlm-card--hint{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.dlm-card--lite.dlm-card--hint{border-color:#818cf8;box-shadow:0 0 0 1px #818cf8}.dlm-card-badge{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:var(--accent-dim);padding:.2rem .6rem;border-radius:99px;width:fit-content}.dlm-card-badge--lite{color:#818cf8;background:#818cf81f}.dlm-card-name{font-size:1.125rem;font-weight:800;color:var(--text-primary)}.dlm-card-engine{font-size:.8rem;color:var(--text-muted)}.dlm-card-feats{list-style:none;display:flex;flex-direction:column;gap:.4rem}.dlm-card-feats li{font-size:.8375rem;color:var(--text-secondary)}.dlm-card-size{font-size:.75rem;color:var(--text-muted)}.dlm-card-learn{font-size:.8125rem;color:var(--text-muted);text-align:center;text-decoration:underline;text-underline-offset:2px;transition:color .15s}.dlm-card-learn:hover{color:var(--text-secondary)}.dlm-or{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);padding:0 .25rem;margin-top:4rem}.dlm-lite-btn{background:#818cf8;color:#fff}.dlm-lite-btn:hover{background:#a5b4fc}.dlm-quiz-link{display:block;text-align:center;margin-top:1.5rem;font-size:.875rem;color:var(--text-secondary);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .15s;background:none;border:none;width:100%}.dlm-quiz-link:hover{color:var(--text-primary)}.dlm-quiz-progress{display:flex;gap:.5rem;justify-content:center}.dlm-quiz-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--border-light);transition:background .2s}.dlm-quiz-dot.active{background:var(--accent)}.dlm-quiz-choices{display:flex;flex-direction:column;gap:.875rem;margin-top:1rem}.dlm-choice{display:flex;align-items:center;gap:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;text-align:left;color:var(--text-secondary);font-size:.9375rem;transition:all .15s;cursor:pointer}.dlm-choice:hover{border-color:var(--accent);color:var(--text-primary);background:var(--accent-dim)}.dlm-choice-icon{font-size:1.25rem;flex-shrink:0}.dlm-result-badge{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.04em;background:var(--green-dim);color:var(--green);border-radius:99px;padding:.25rem .75rem}.feats-root{padding-bottom:0}.feats-section{padding:4rem 0}.feats-section--alt{background:var(--bg-surface)}.feats-head{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2.5rem}.feats-icon{font-size:2.5rem;flex-shrink:0;margin-top:.25rem}.feats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.feats-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.125rem 1.25rem}.feats-item-name{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.35rem}.feats-item-desc{font-size:.8375rem;color:var(--text-secondary);line-height:1.6}.hub-showcase{position:relative;padding:6rem 0;overflow:hidden}.hub-showcase--main{background:var(--bg-surface)}.hub-showcase--lite{background:var(--bg-base)}.hub-showcase-accent{position:absolute;top:-120px;right:-120px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(79,110,247,.12) 0%,transparent 70%);pointer-events:none}.hub-showcase-accent--lite{background:radial-gradient(circle,rgba(129,140,248,.12) 0%,transparent 70%);top:-120px;left:-120px;right:auto}.hub-showcase-head{text-align:center;margin-bottom:4rem}.hub-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:3.5rem}@media(max-width:900px){.hub-mini-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.hub-mini-grid{grid-template-columns:1fr}}.hub-mini-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:border-color .15s}.hub-mini-card:hover{border-color:var(--border-accent)}.hub-mini-card--lite:hover{border-color:#818cf859}.hub-mini-icon{font-size:1.5rem;display:block;margin-bottom:.65rem}.hub-mini-title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.4rem}.hub-mini-desc{font-size:.8125rem;color:var(--text-secondary);line-height:1.6}.hub-handoff{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#4f6ef71a,#4f6ef70a);border:1px solid var(--border-accent);border-radius:var(--radius-lg);padding:2rem 2.5rem}.hub-handoff--lite{background:linear-gradient(135deg,#818cf81a,#818cf808);border-color:#818cf84d}@media(max-width:700px){.hub-handoff{flex-direction:column;align-items:flex-start}}.hub-handoff-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent);background:var(--accent-dim);border-radius:99px;padding:.2rem .65rem;margin-bottom:.6rem}.hub-handoff-title{font-size:1.125rem;font-weight:800;color:var(--text-primary);margin-bottom:.35rem}.hub-handoff-sub{font-size:.8375rem;color:var(--text-secondary)}.hub-handoff-btns{display:flex;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.hub-section-divider{height:1px;background:linear-gradient(90deg,transparent 0%,var(--border-light) 20%,var(--border-light) 80%,transparent 100%)}.ew-wrap{background:#0d0d1a;border-radius:0;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:12.5px;display:flex;flex-direction:column;height:390px}.ew-topbar{display:flex;align-items:center;justify-content:space-between;background:#0a0a14;border-bottom:1px solid rgba(255,255,255,.07);padding-right:.75rem;height:38px;flex-shrink:0}.ew-tabs{display:flex;height:100%}.ew-tab{display:flex;align-items:center;gap:.45rem;padding:0 1rem;font-size:.78rem;font-family:inherit;color:#4a4a6a;border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s;height:100%}.ew-tab:hover{color:#8888b0}.ew-tab.active{color:#e8e8f8;border-bottom-color:#4f6ef7}.ew-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ew-dot-html{background:#f87171}.ew-dot-css{background:#a5b4fc}.ew-pill{font-size:.65rem;font-family:Inter,Segoe UI,sans-serif;font-weight:700;letter-spacing:.06em;background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.3);border-radius:4px;padding:.15rem .55rem}.ew-body{display:flex;flex:1;overflow:hidden}.ew-editor{flex:1;overflow:auto;background:#13131f;border-right:1px solid rgba(255,255,255,.06)}.ew-pre{padding:.5rem 0;white-space:pre}.ew-line{display:flex;min-height:1.55em}.ew-ln{width:36px;min-width:36px;text-align:right;padding-right:14px;color:#2e2e50;-webkit-user-select:none;user-select:none;font-size:11.5px;line-height:1.55em}.ew-code{flex:1;padding-right:1rem;line-height:1.55em}.ew-preview{width:42%;min-width:160px;display:flex;flex-direction:column;background:#0f0f1a}.ew-preview-bar{display:flex;align-items:center;gap:.35rem;padding:0 .75rem;height:30px;background:#0a0a14;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.ew-pb-dot{width:7px;height:7px;border-radius:50%;background:#ffffff1f}.ew-pb-label{font-size:.7rem;font-family:Inter,sans-serif;color:#4a4a6a;margin-left:.3rem}.ew-iframe{flex:1;border:none;width:100%;background:#0f0f1a}.sw-wrap{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;width:100%;font-family:inherit}.sw-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-card)}.sw-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.sw-count{font-size:.75rem;color:var(--text-muted)}.sw-body{display:flex;height:320px}.sw-list{width:175px;flex-shrink:0;border-right:1px solid var(--border);overflow-y:auto;padding:.4rem 0}.sw-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.55rem 1rem;background:none;border:none;cursor:pointer;text-align:left;gap:.5rem;transition:background .15s}.sw-item:hover{background:#ffffff0a}.sw-item.active{background:#4f6ef71f;border-left:2px solid var(--accent)}.sw-item-name{font-size:.8rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sw-item.active .sw-item-name{color:var(--text-primary)}.sw-lang{font-size:.6875rem;font-weight:700;text-transform:uppercase;flex-shrink:0;letter-spacing:.03em}.sw-code-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.sw-code-bar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-card);flex-shrink:0}.sw-code-name{font-size:.8125rem;color:var(--text-secondary)}.sw-copy{font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:5px;border:1px solid var(--border-accent);background:none;color:var(--accent);cursor:pointer;transition:background .15s}.sw-copy:hover{background:#4f6ef71f}.sw-pre{flex:1;overflow:auto;padding:1rem 1.25rem;margin:0;font-family:var(--mono);font-size:.8rem;line-height:1.65;color:var(--text-secondary);background:var(--bg-surface);white-space:pre}.dew-wrap{background:#0d0d1a;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;font-size:13px;height:390px}.dew-topbar{display:flex;align-items:center;justify-content:space-between;background:#13131f;border-bottom:1px solid rgba(255,255,255,.07);padding:0 .5rem;flex-shrink:0;height:38px}.dew-tabs{display:flex;height:100%}.dew-tab{display:flex;align-items:center;gap:.4rem;padding:0 1rem;font-size:.78rem;font-weight:500;color:#4a4a6a;border-right:1px solid rgba(255,255,255,.05);cursor:default;white-space:nowrap}.dew-tab.active{color:#c8c8e8;background:#0d0d1a;border-bottom:2px solid #4f6ef7;margin-bottom:-1px}.dew-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.dew-dot-html{background:#f87171}.dew-dot-css{background:#a5b4fc}.dew-lite-badge{font-size:.68rem;font-weight:700;letter-spacing:.06em;color:#818cf8;background:#818cf81f;border:1px solid rgba(129,140,248,.3);border-radius:5px;padding:.15rem .5rem}.dew-body{flex:1;overflow:hidden;position:relative}.dew-pre{margin:0;padding:.65rem 0;overflow:auto;height:100%;cursor:text;background:transparent}.dew-line{display:flex;align-items:baseline;min-height:1.55em;padding:0 .75rem 0 0}.dew-line:hover{background:#ffffff06}.dew-ln{min-width:36px;text-align:right;padding-right:1rem;color:#2e2e4a;font-family:Cascadia Code,Consolas,monospace;font-size:.72rem;line-height:1.55em;-webkit-user-select:none;user-select:none;flex-shrink:0}.dew-code{font-family:Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.55em;color:#c8c8e8;white-space:pre}.dew-cursor{display:inline-block;width:2px;height:1em;background:#4f6ef7;vertical-align:text-bottom;animation:cursorBlink 1.1s step-end infinite}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.dew-textarea{width:100%;height:100%;background:#0d0d1a;border:none;outline:none;resize:none;padding:.65rem .75rem;font-family:Cascadia Code,Consolas,monospace;font-size:.78rem;line-height:1.55em;color:#e8e8f8;caret-color:#4f6ef7}.dew-footer{display:flex;align-items:center;justify-content:space-between;padding:.4rem .75rem;background:#13131f;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;height:30px}.dew-hint{font-size:.7rem;color:#4a4a6a}.dew-reset{font-size:.7rem;font-weight:600;color:#4f6ef7;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.dew-reset:hover{color:#6b85ff}.ww-wrap{background:#13131f;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;font-size:13px;height:420px;position:relative}.ww-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 1rem;background:#0d0d1a;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;flex-wrap:wrap}.ww-folder{display:flex;align-items:center;gap:.5rem}.ww-folder-icon{font-size:1rem}.ww-folder-name{font-size:.875rem;font-weight:700;color:#e8e8f8}.ww-folder-count{font-size:.7rem;background:#ffffff12;color:#8888b0;border-radius:4px;padding:.1rem .45rem}.ww-controls{display:flex;gap:.5rem;align-items:center}.ww-search{background:#1c1c32;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:.35rem .75rem;font-size:.8rem;color:#e8e8f8;font-family:inherit;outline:none;width:130px;transition:border-color .15s}.ww-search:focus{border-color:#4f6ef7}.ww-search::placeholder{color:#4a4a6a}.ww-sort{background:#1c1c32;border:1px solid rgba(255,255,255,.1);border-radius:7px;padding:.35rem .65rem;font-size:.78rem;color:#8888b0;font-family:inherit;outline:none;cursor:pointer}.ww-grid{flex:1;overflow-y:auto;padding:.75rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.6rem;align-content:start}.ww-empty{grid-column:1 / -1;text-align:center;color:#4a4a6a;padding:2rem;font-size:.875rem}.ww-card{background:#1c1c32;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.75rem;cursor:pointer;transition:border-color .15s,background .15s,transform .12s;display:flex;flex-direction:column;gap:.35rem}.ww-card:hover{border-color:#4f6ef74d;background:#1e1e38;transform:translateY(-1px)}.ww-card.active{border-color:#4f6ef7;background:#4f6ef714}.ww-card-top{display:flex;align-items:center;justify-content:space-between}.ww-size{font-size:.65rem;color:#4a4a6a}.ww-card-name{font-size:.8125rem;font-weight:600;color:#e8e8f8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ww-preview{font-family:Cascadia Code,Consolas,monospace;font-size:.65rem;color:#4a4a6a;line-height:1.4;white-space:pre;overflow:hidden;max-height:52px;text-overflow:ellipsis;background:#0003;border-radius:5px;padding:.35rem;margin:.1rem 0}.ww-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.1rem}.ww-lines{font-size:.65rem;color:#4a4a6a}.ww-open-btn{font-size:.68rem;font-weight:600;color:#4f6ef7;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;opacity:0;transition:opacity .15s}.ww-card:hover .ww-open-btn,.ww-card.active .ww-open-btn{opacity:1}.ww-ctx-menu{position:fixed;z-index:9999;background:#1c1c32;border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:.35rem;min-width:168px;box-shadow:0 8px 32px #0009;transform:translateY(-4px);animation:ctxIn .1s ease both}@keyframes ctxIn{0%{opacity:0;transform:scale(.95) translateY(-2px)}to{opacity:1;transform:scale(1) translateY(0)}}.ww-ctx-file{font-size:.72rem;font-weight:600;color:#4a4a6a;padding:.3rem .65rem .45rem;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.ww-ctx-sep{height:1px;background:#ffffff12;margin:.3rem 0}.ww-ctx-item{display:block;width:100%;text-align:left;padding:.45rem .65rem;font-size:.8125rem;font-family:inherit;color:#c8c8e8;background:none;border:none;border-radius:6px;cursor:pointer;transition:background .1s,color .1s}.ww-ctx-item:hover{background:#ffffff12;color:#fff}.ww-ctx-item.danger{color:#f87171}.ww-ctx-item.danger:hover{background:#ef44441f;color:#fca5a5}
