@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--primary:#10b981;--primary-dark:#047857;--primary-light:#d1fae5;--primary-glow:#10b98114;--bg:#000;--bg-card:#07120c;--bg-code:#030b07;--bg-input:#07120c;--bg-prefix:#030b07;--border:#1a1a1a;--text-primary:#fff;--text-secondary:#fff;--text-muted:#fff;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 16px 40px #0009;--grid-color:#ffffff06;--surface-1:#06120b;--surface-2:#0a1b12;--surface-border:#1a3a2b;--surface-border-strong:#2b5a43;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-pill:999px;--navbar-h:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:17px}body{background-color:var(--bg);color:var(--text-primary);background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);background-size:40px 40px;min-height:100vh;font-family:Space Grotesk,system-ui,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit}.display-1{letter-spacing:-.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.15}.display-2{letter-spacing:-.015em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;line-height:1.2}.gradient-text{background:linear-gradient(135deg, var(--primary) 0%, #10b981 50%, #047857 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-title-white{color:#fff}.hero-title-green{color:var(--primary)}.hero-title-line{display:block}.hero-title-gradient{background:linear-gradient(135deg, #fff 0%, #f0fff7 16%, #bbf7d0 36%, #4ade80 62%, #22c55e 82%, var(--primary) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:100% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block}.mono{font-family:JetBrains Mono,monospace}.container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:1.25rem}@media (min-width:640px){.container{padding-inline:2rem}}@media (min-width:1024px){.container{padding-inline:2.5rem}}.matrix-bg-canvas{z-index:0;opacity:.35;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.app-shell{z-index:1;position:relative}.btn-primary,.btn-ghost,.btn-outline{white-space:nowrap;cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 4px 14px #065f4640;color:#fff!important;background:#0a8d68!important;border:none!important}.btn-primary:hover,.btn-ghost:hover,.btn-outline:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98159;background:#0fa97d!important}.btn-primary:active,.btn-ghost:active,.btn-outline:active{transform:translateY(0)}.btn-primary:disabled,.btn-ghost:disabled,.btn-outline:disabled{cursor:not-allowed;opacity:1;box-shadow:none;background:#0b6952!important}.btn-primary{padding:.7rem 1.5rem;font-size:.95rem}.card{isolation:isolate;background:var(--surface-1);border:1px solid var(--surface-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:background .3s,box-shadow .3s,transform .3s,border-color .3s;position:relative;overflow:hidden}.card:before,.card:after{display:none}.card:hover,.card:focus-within{box-shadow:0 0 0 3px var(--primary-glow), var(--shadow-md);border-color:var(--primary);background:var(--surface-2);transform:translateY(-1px)}.card:active{transform:translateY(0)}.badge{background:var(--primary-glow);color:var(--primary);border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:uppercase;border:1px solid #10b98133;align-items:center;gap:.3rem;padding:.25rem .7rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label{color:var(--primary);border-radius:var(--radius-pill);letter-spacing:.1em;text-transform:uppercase;background:#0a1a14;border:1px solid #7effd12e;margin-bottom:1rem;padding:.3rem .9rem;font-size:.7rem;font-weight:700;display:inline-block}.navbar{z-index:120;height:auto;box-shadow:none;background:0 0;border-bottom:none;padding-inline:.3rem;position:sticky;top:.75rem}.navbar .container{height:var(--navbar-h);border-radius:var(--radius-pill);background:#040e09bd;border:1px solid #7effd142;align-items:center;gap:1rem;max-width:1280px;padding-inline:clamp(1rem,2vw,1.5rem);transition:background .3s,box-shadow .2s;display:flex;box-shadow:0 10px 30px #00000047}.navbar-logo{color:var(--text-primary);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.navbar-logo .logo-icon{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:#fff;border-radius:8px;padding:.3rem .45rem;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;line-height:1}.navbar-nav{align-items:center;gap:.25rem;margin-left:auto;display:flex}.navbar-nav a{color:var(--text-secondary);border-radius:var(--radius-sm);white-space:nowrap;padding:.45rem .8rem;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.navbar-nav a:hover{color:var(--text-primary);background:var(--border)}.navbar-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.theme-toggle{width:36px;height:36px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.theme-toggle:hover{background:var(--border);color:var(--text-primary)}.mobile-menu-btn{width:36px;height:36px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;margin-left:auto;display:none}.mobile-menu-btn:hover{background:var(--border)}@media (max-width:768px){.navbar-nav{display:none}.navbar{padding-inline:.4rem;top:.5rem}.navbar .container{height:58px;padding-inline:.9rem}.mobile-nav-open .navbar-nav{top:calc(var(--navbar-h) + .5rem)}.mobile-menu-btn{display:flex}.navbar-actions{gap:.25rem}}.mobile-nav-open .navbar-nav{top:calc(var(--navbar-h) + .75rem);background:var(--bg-card);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex;position:fixed;left:0;right:0}.mobile-nav-open .navbar-nav a{padding:.65rem .9rem;display:block}.hero{text-align:center;padding:4rem 0 3rem}@media (min-width:768px){.hero{padding:5.5rem 0 4rem}}.hero-eyebrow,.hero-title{margin-bottom:1.25rem}.hero-sub{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}@media (min-width:768px){.hero-sub{font-size:1.125rem}}.url-bar-wrap{max-width:720px;margin-inline:auto}.url-bar{border-radius:var(--radius-pill);box-shadow:var(--shadow-md);background:#08150f;border:1.5px solid #7effd12e;align-items:stretch;transition:border-color .2s,box-shadow .2s,background .3s;display:flex;overflow:hidden}.url-bar:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow), var(--shadow-md)}.url-prefix{background:var(--bg-prefix);border-right:1px solid var(--border);color:var(--text-muted);white-space:nowrap;flex-shrink:0;align-items:center;padding:0 .9rem;font-family:JetBrains Mono,monospace;font-size:.85rem;display:flex}.url-input{color:var(--text-primary);background:0 0;border:none;flex:1;min-width:0;padding:.85rem 1rem;font-size:1rem}.url-input:focus{outline:none}.url-input::placeholder{color:var(--text-muted)}.url-submit{white-space:nowrap;cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;margin:.3rem;padding:.7rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .15s,background .15s,box-shadow .15s;display:flex;box-shadow:0 4px 18px #065f4640;color:#fff!important;background:#0a8d68!important;border:none!important}.url-submit:hover{transform:scale(1.02);box-shadow:0 6px 20px #10b98159;background:#0fa97d!important}.url-submit:active{transform:scale(.98)}.url-submit:disabled{cursor:not-allowed;opacity:1;box-shadow:none;background:#0b6952!important}.url-options{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:.9rem;display:flex}.url-option-label{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;font-size:.85rem;display:flex}.url-option-label input[type=checkbox]{accent-color:var(--primary);cursor:pointer;width:15px;height:15px}.stats-bar{background:0 0;border-top:none;border-bottom:none;margin:1.25rem 0 3rem;padding:2rem 0}.stats-bar .container{text-align:center;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.stat-item{padding:.5rem}.stat-value{color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;line-height:1}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}@media (max-width:480px){.stats-bar .container{grid-template-columns:1fr;gap:1.5rem}.stat-value{font-size:2rem}.home-stats-bar .container{grid-template-columns:repeat(3,1fr);gap:.35rem}.home-stats-bar .stat-value{font-size:1.1rem}.home-stats-bar .stat-label{font-size:.62rem}}.section{padding:1.5rem 0}.section-header{text-align:center;max-width:760px;margin:0 auto 2rem;padding:0 clamp(1.1rem,4vw,2.25rem)}.section-title{margin-bottom:.75rem}.section-sub{color:#aebcd0;max-width:560px;margin-inline:auto;font-size:1.05rem}.home-stats-bar{margin:1.5rem 0 4.5rem}.home-section{padding:clamp(2.75rem,5vw,4.5rem) 0}.home-section.pt-0{padding-top:0}.home-section .section-header{margin-bottom:clamp(2.5rem,4vw,3.5rem)}.home-section .blog-grid{gap:1.5rem}.home-section .analysis-h-card{gap:1.25rem;padding:1.15rem 1.35rem}.home-section .analysis-h-icon{border-radius:18px;width:64px;height:64px}.home-section .analysis-h-icon svg{width:30px;height:30px}@media (min-width:768px){.home-section .analysis-h-card{padding:1.15rem 1.35rem}.home-section .analysis-h-icon{width:68px;height:68px}.home-section .analysis-h-icon svg{width:32px;height:32px}}.features-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.feature-card{flex:280px;max-width:400px;padding:1.75rem}.feature-icon{background:var(--primary-glow);border-radius:var(--radius-md);width:48px;height:48px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-title{margin-bottom:.5rem;font-size:1rem;font-weight:700}.feature-desc{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.blog-grid{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.blog-card{flex:300px;max-width:450px;overflow:hidden}.blog-card-img{background:linear-gradient(135deg, var(--primary-glow), var(--border));height:180px;color:var(--primary);justify-content:center;align-items:center;display:flex}.blog-card-body{padding:1.25rem}.blog-card-tag{letter-spacing:.07em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.blog-card-title{margin-bottom:.5rem;font-size:1rem;font-weight:600;line-height:1.4}.blog-card-excerpt{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.analysis-h-card{flex:340px;align-items:center;gap:1.25rem;max-width:none;padding:1.15rem 1.35rem;flex-flow:row!important;display:flex!important}.analysis-h-icon{background:var(--primary-glow);border-radius:var(--radius-md);width:52px;height:52px;color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.analysis-h-icon svg{width:24px;height:24px}.analysis-h-body{flex:1;min-width:0}.analysis-h-title{color:#f0f4f8;margin-bottom:.3rem;font-size:.95rem;font-weight:600;line-height:1.4}.analysis-h-excerpt{color:#b8c9da;margin:0;font-size:.85rem;line-height:1.55}.testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.testimonial-card{padding:2rem;position:relative}.testimonial-quote{color:var(--primary);opacity:.3;font-size:3rem;line-height:1;position:absolute;top:1.25rem;left:1.5rem}.testimonial-text{color:var(--text-secondary);margin-top:1.5rem;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--primary-dark), #047857);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.testimonial-name{font-size:.9rem;font-weight:600}.testimonial-role{color:var(--text-muted);font-size:.8rem}.footer{background:0 0;border-top:none;margin-top:4rem;padding:0 .45rem 1rem}.footer .container{border-radius:var(--radius-pill);background:#0a0a0ab8;border:1px solid #1a1a1ad9;max-width:1280px;padding:.85rem clamp(.95rem,2.2vw,1.45rem);transition:background .3s,box-shadow .2s;box-shadow:0 10px 30px #0003}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-logo{align-items:center;gap:.5rem;font-size:1rem;font-weight:700;display:flex}.footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.footer-links a{color:var(--text-secondary);font-size:.85rem;transition:color .15s}.footer-links a:hover{color:var(--primary)}.footer-copy{color:var(--text-muted);text-align:center;border-top:1px solid var(--border);width:100%;margin-top:.55rem;padding-top:.55rem;font-size:.8rem}.legal-page{max-width:1100px;margin-inline:auto;padding:3rem 1.25rem 4rem}.legal-page>.container,.legal-surface{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm), 0 12px 28px #0000002e;background:#06120b;border:1px solid #7effd117;padding:clamp(1.25rem,2.2vw,2rem);position:relative;overflow:hidden}.legal-title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.legal-updated{color:var(--text-muted);margin-bottom:2.5rem;font-size:.85rem}.legal-section{margin-bottom:2rem}.legal-section h2{color:var(--primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.legal-section h3{color:var(--text-primary);margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:600}.legal-section p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.75}.legal-section ul{margin-bottom:.75rem;padding-left:1.5rem;list-style:outside}.legal-section li{color:var(--text-secondary);margin-bottom:.25rem;font-size:.95rem;line-height:1.75}.legal-back{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2rem}.results-layout{margin-inline:auto;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(6px);background:linear-gradient(#040e09d1,#020a06c2);border:1px solid #7effd11f;flex-direction:column;gap:1.5rem;max-width:1280px;margin-top:2.5rem;margin-bottom:1.75rem;padding:1.5rem 1.25rem 2rem;display:flex;position:relative;box-shadow:0 18px 44px #00000057}.results-layout:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#7effd10a,#0000 25%);position:absolute;inset:0}@media (min-width:640px){.results-layout{padding:1.75rem 2rem 2.25rem}}@media (max-width:639px){.results-layout{border-radius:var(--radius-md);margin-top:1.35rem;margin-bottom:1.25rem;padding:1.25rem 1rem 1.5rem}}.results-url-bar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.results-url-bar .url-bar{flex:1;min-width:260px}.results-layout>*,.results-layout .card,.results-layout .section-anchor,.results-layout .accordion-header,.results-layout .accordion-body,.results-layout .analysis-grid,.results-layout .analysis-card,.results-layout .analysis-row,.results-layout .analysis-row-label,.results-layout .analysis-row-value,.results-layout .quick-visual-grid,.results-layout .quick-donut-grid,.results-layout .quick-stats-grid,.results-layout .recommendation-grid,.results-layout .tech-info,.results-layout .search-wrapper,.results-layout .overflow-x-auto,.results-layout .perf-header,.results-layout .crux-metric-header,.results-layout .structured-data-block,.results-layout .social-preview{min-width:0;max-width:100%}.results-layout .analysis-row{flex-wrap:wrap}.results-layout .perf-vital-item{flex-wrap:nowrap}.results-layout .analysis-row-value,.results-layout .social-preview-host,.results-layout .social-preview-desc,.results-layout .tech-description,.results-layout .extractor-table th,.results-layout .extractor-table td{overflow-wrap:anywhere;word-break:break-word}.results-layout .social-preview{width:100%}.results-layout .extractor-table{table-layout:fixed}.results-layout .html-tags-table{table-layout:auto}.results-layout .favicon-row img,.results-layout .brand-logo-img,.results-layout .social-preview-img{max-width:100%}.code-viewer{border-radius:var(--radius-md);box-shadow:var(--shadow-sm), 0 12px 28px #0000002e;background:#06120b;border:1px solid #7effd117;overflow:hidden}.code-toolbar{background:#0b1a12;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.code-toolbar-left{color:var(--text-muted);align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.8rem;display:flex}.code-toolbar-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:.5rem;display:flex}.code-toolbar-actions .btn-outline{flex-shrink:0;padding:.38rem .62rem;font-size:.74rem}.code-scroll{background:#010603;max-height:50vh;padding:1.25rem 1.5rem 1.25rem 1.25rem;overflow:auto}.code-scroll::-webkit-scrollbar{width:8px;height:8px}.code-scroll::-webkit-scrollbar-track{background:0 0}.code-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.code-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff40}.code-scroll::-webkit-scrollbar-corner{background:0 0}.code-scroll pre,.code-scroll code{white-space:pre;tab-size:2;opacity:1;margin:0;font-family:JetBrains Mono,monospace;font-size:.8rem;line-height:1.7;color:#d7e3ee!important;-webkit-text-fill-color:currentColor!important}.code-scroll.wrap-enabled pre,.code-scroll.wrap-enabled code{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.code-scroll .token.tag{color:#ff7b93}.code-scroll .token.attr-name{color:#ffb86c}.code-scroll .token.attr-value,.code-scroll .token.string{color:#69ff94}.code-scroll .token.comment{color:#6a737d;font-style:italic}.code-scroll .token.doctype,.code-scroll .token.prolog,.code-scroll .token.punctuation{color:#8b949e}.code-scroll .token.keyword{color:#c792ea}.code-scroll .token.selector,.code-scroll .token.property{color:#82aaff}.code-scroll .token.number,.code-scroll .token.boolean{color:#f78c6c}.code-scroll .token{opacity:1;-webkit-text-fill-color:currentColor!important}.tabs-bar{white-space:nowrap;scrollbar-width:thin;isolation:isolate;border-radius:var(--radius-md);box-shadow:var(--shadow-sm), 0 12px 28px #0000002e;background:#08150f;border:1px solid #7effd117;flex-wrap:nowrap;justify-content:stretch;gap:.22rem;padding:.3rem;display:flex;position:relative;overflow:hidden}.tabs-bar::-webkit-scrollbar{height:4px}.tabs-bar::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:4px}.tabs-scroll-hint{color:#adf9ddeb;pointer-events:none;z-index:3;background:#04100bcc;border:1px solid #7effd140;border-radius:999px;place-items:center;width:1.35rem;height:1.35rem;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 6px 18px #00000057}.tabs-scroll-hint:before{font-size:.9rem;font-weight:700;line-height:1}.tabs-scroll-hint-left{left:.25rem}.tabs-scroll-hint-left:before{content:"‹";transform:translate(-.03rem)}.tabs-scroll-hint-right{right:.25rem}.tabs-scroll-hint-right:before{content:"›";transform:translate(.03rem)}.tabs-bar.has-left-hint .tabs-scroll-hint-left,.tabs-bar.has-right-hint .tabs-scroll-hint-right{display:grid}.tabs-bar.has-left-hint{padding-left:1.65rem}.tabs-bar.has-right-hint{padding-right:1.65rem}.tab-btn{z-index:1;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;border-radius:999px;flex:1 1 0;min-width:0;padding:.44rem .76rem;font-size:.78rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .15s;position:relative;overflow:hidden;box-shadow:0 4px 12px #065f4633;color:#fff!important;background:#065f46!important;border:none!important}.tab-btn.active{box-shadow:0 6px 18px #10b98159;background:#10b981!important}.tab-btn:hover:not(.active){transform:translateY(-1px);background:#059669!important}.tab-btn:focus-visible{outline-offset:2px;outline:2px solid #7effd173}.tabs-bar-sticky{top:calc(var(--navbar-h) + 1rem);z-index:50;position:sticky}.quick-stats-widget{background:#07140e;border-color:#7effd124;padding:1rem 1.1rem}.quick-stats-header{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.85rem;display:flex}.quick-stats-note{color:var(--text-muted);font-size:.75rem}.quick-visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-bottom:.75rem;display:grid}.quick-visual-card{background:#04100b8f;border:1px solid #7effd11f;border-radius:12px;padding:.75rem}.quick-visual-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.55rem;font-size:.7rem}.quick-donut-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;display:grid}.quick-donut-item{flex-direction:column;align-items:center;gap:.45rem;display:flex}.quick-donut{border-radius:50%;place-items:center;width:64px;height:64px;display:grid;position:relative}.quick-donut:before{content:"";background:#07140e;border-radius:50%;position:absolute;inset:8px}.quick-donut span{z-index:1;font-size:.95rem;font-weight:700;position:relative}.quick-donut-empty{background:#94a3b833!important}.quick-donut-label{color:#c6d4e3;text-align:center;font-size:.68rem}.quick-security-wrap{align-items:center;gap:.75rem;display:flex}.quick-security-donut{border-radius:50%;flex-shrink:0;place-items:center;width:74px;height:74px;display:grid;position:relative}.quick-security-donut:before{content:"";background:#07140e;border-radius:50%;position:absolute;inset:10px}.quick-security-donut span{z-index:1;font-size:.9rem;font-weight:700;position:relative}.quick-security-legend{color:#d3deea;flex-direction:column;gap:.4rem;font-size:.75rem;display:flex}.quick-security-row{align-items:center;gap:.35rem;display:flex}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.dot-good{background:#10b981}.dot-poor{background:#ef4444}.dot-neutral{background:#64748b}.quick-timing-bar{background:#94a3b829;border-radius:999px;height:10px;display:flex;overflow:hidden}.quick-timing-segment{height:100%;display:block}.quick-timing-legend{grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .55rem;margin-top:.55rem;display:grid}.quick-timing-row{color:#c6d4e3;align-items:center;gap:.35rem;font-size:.68rem;display:flex}.quick-timing-row i{border-radius:2px;width:8px;height:8px;display:inline-block}.quick-stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;display:grid}.quick-stat{background:#04100b99;border:1px solid #7effd11a;border-radius:10px;flex-direction:column;gap:.2rem;padding:.55rem .65rem;display:flex}.quick-stat-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem}.quick-stat-value{color:#dce6f0;font-size:1rem;font-weight:700}.quick-stat-good{border-color:#34d39959}.quick-stat-good .quick-stat-value{color:#34d399}.quick-stat-medium{border-color:#fbbf2459}.quick-stat-medium .quick-stat-value{color:#fbbf24}.quick-stat-poor{border-color:#ef444459}.quick-stat-poor .quick-stat-value{color:#f87171}.section-anchor{scroll-margin-top:calc(var(--navbar-h) + 86px);border-radius:var(--radius-md);box-shadow:var(--shadow-sm), 0 12px 28px #0000002e;background:#06120b;border:1px solid #7effd117;overflow:hidden}@media (max-width:768px){.tabs-bar-sticky{top:calc(var(--navbar-h) + .75rem)}.quick-stats-widget{padding:.85rem .9rem}.quick-visual-grid{grid-template-columns:1fr}.quick-donut-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-security-wrap{justify-content:flex-start}.quick-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-anchor{scroll-margin-top:calc(var(--navbar-h) + 78px)}}.accordion-header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;transition:background .15s;display:flex}.accordion-header:hover{background:#ffffff08}.accordion-title{letter-spacing:.06em;text-transform:uppercase;color:#dce6f0;font-size:.875rem;font-weight:700}.accordion-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s}.accordion-chevron.open{transform:rotate(180deg)}.accordion-body{padding:0 1.25rem 1.25rem}.bulk-actions{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.sections-stack{flex-direction:column;gap:1rem;display:flex}.sections-stack .bulk-actions{order:0}.sections-stack #section-tech{order:10}.sections-stack #section-performance{order:20}.sections-stack #section-server{order:30}.sections-stack #section-pageinfo{order:40}.sections-stack #section-og{order:50}.sections-stack #section-structured{order:60}.sections-stack #section-html{order:70}.sections-stack #section-assets{order:80}.structured-data-block{color:#c8d3de;border:1px solid var(--border);border-radius:var(--radius-sm);white-space:pre-wrap;word-break:break-all;background:#030b07;margin-bottom:.75rem;padding:1rem;font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.6;overflow-x:auto}.structured-data-block:last-child{margin-bottom:0}.analysis-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:960px){.analysis-grid:has(>:nth-child(2)){grid-template-columns:repeat(2,minmax(0,1fr))}}.analysis-card{padding:1.25rem}.analysis-card-title{letter-spacing:.08em;text-transform:uppercase;color:#c4d4e3;margin-bottom:1rem;font-size:.75rem;font-weight:700}.analysis-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;font-size:.875rem;display:flex}.analysis-row:last-child{border-bottom:none}.analysis-row-label{color:#b8c9da}.analysis-row-value{word-break:break-all;text-align:right;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600}.tech-badges{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{border-radius:var(--radius-pill);color:var(--primary);background:#0a1a14;border:1px solid #7effd138;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.perf-item{margin-bottom:1rem}.perf-header{justify-content:space-between;margin-bottom:.35rem;font-size:.8rem;display:flex}.perf-label{color:var(--text-secondary);font-weight:500}.perf-value{font-family:JetBrains Mono,monospace;font-weight:700}.perf-track{background:var(--border);border-radius:99px;height:6px;overflow:hidden}.perf-bar{background:linear-gradient(90deg, var(--primary-dark), var(--primary));border-radius:99px;height:100%;transition:width 1s}.page-info-strip{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.page-info-strip{grid-template-columns:repeat(4,1fr)}}.info-chip{isolation:isolate;border-radius:var(--radius-sm);text-align:center;box-shadow:var(--shadow-sm);background:#06120b;border:1px solid #7effd129;padding:.75rem;position:relative;overflow:hidden}.info-chip:before{display:none}.info-chip-value{color:var(--primary);margin-bottom:.15rem;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700}.info-chip-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:500}.spinner-wrap{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;padding:5rem 1rem;font-size:.95rem;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-box{border-radius:var(--radius-md);color:#f87171;text-align:center;background:#ef44440a;border:1px solid #7f1d1d;padding:2rem;font-size:.95rem}.extractor-table{border-collapse:collapse;width:100%;font-size:.875rem}.extractor-table th{text-align:left;background:var(--bg-prefix);border-bottom:2px solid var(--border);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);padding:.75rem 1rem;font-size:.75rem}.extractor-table td{border-bottom:1px solid var(--border);vertical-align:top;word-break:break-all;padding:.65rem 1rem;font-family:JetBrains Mono,monospace;font-size:.8rem}.extractor-table tr:last-child td{border-bottom:none}.extractor-table tr:hover td{background:var(--primary-glow)}.html-tags-table th:first-child,.html-tags-table td:first-child,.html-tags-table th:nth-child(2),.html-tags-table td:nth-child(2){white-space:nowrap;width:1%}.html-tags-table th:nth-child(3),.html-tags-table td:nth-child(3){width:auto}.html-tags-table th:nth-child(4),.html-tags-table td:nth-child(4){width:42%}.html-tags-table td:nth-child(3){word-break:normal;overflow-wrap:normal;white-space:normal}.html-tags-table .tech-badge{white-space:nowrap;word-break:normal}.html-classes-cell{flex-wrap:wrap;gap:.35rem;display:flex}.html-classes-cell .tech-badge{margin:0}.html-example-cell{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.prose{max-width:760px;margin-inline:auto}.prose h2{margin:2rem 0 .75rem;font-size:1.4rem;font-weight:700}.prose p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.75}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.5s both fadeUp}.fade-up-1{animation-delay:.1s}.fade-up-2{animation-delay:.2s}.fade-up-3{animation-delay:.3s}.text-center{text-align:center}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.w-full{width:100%}.bg-card-section{background:0 0;border-top:none;border-bottom:none}.pt-0{padding-top:0}.cta-card{text-align:center;padding:3rem 2rem}.mb-5{margin-bottom:1.25rem}.mb-7{margin-bottom:1.75rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.inline-icon{margin-right:.35rem;display:inline}.text-secondary-label{color:var(--text-secondary);margin-bottom:1.75rem}.text-sm-secondary{color:var(--text-secondary);font-size:.875rem}.text-muted-italic{color:var(--text-muted);font-style:italic}.form-container{max-width:720px;margin:0 auto 2rem}.form-container-sm{max-width:720px;margin:0 auto 1rem}.container-sm{max-width:720px;margin:0 auto}.info-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;max-width:720px;margin:3rem auto 0;display:grid}.flex-row-wrap{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.flex-1-min-w{flex:1;min-width:260px}.flex-end-mt{justify-content:flex-end;margin-top:.75rem;display:flex}.search-wrapper{margin-left:auto;position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.search-input{border-radius:var(--radius-sm);background:#07130d;border:1px solid #7effd11a;min-width:200px;height:36px;padding-left:2rem;padding-right:1rem}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.tag-code{color:var(--primary-dark);font-weight:600}.font-bold{font-weight:700}.mr-1-mb-1{margin-bottom:.25rem;margin-right:.25rem}.success-card{text-align:center;background:#0c1a14;border-color:#7effd11f;padding:2rem}.success-icon{color:var(--primary);margin:0 auto 1rem}.info-card{text-align:center;padding:1.25rem}.info-icon{margin-bottom:.5rem;font-size:1.75rem}.info-title{margin-bottom:.35rem;font-size:.9rem;font-weight:700}.info-desc{color:var(--text-secondary);font-size:.8rem}.status-ok{color:#22c55e}.status-error{color:#f87171}.p-6{padding:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.95)}70%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes pulseGlow{0%,to{opacity:1;box-shadow:0 0 0 0 var(--primary-glow)}50%{opacity:.8;box-shadow:0 0 0 6px #10b98100}}@keyframes scrollGlowPulseUp{0%{box-shadow:0 0 #10b9818c,0 10px 30px #0000004d}to{box-shadow:0 0 0 12px #10b98100,0 16px 40px #0000005c}}@keyframes scrollGlowPulseDown{0%{box-shadow:0 0 #10b98180,0 10px 30px #0000004d}to{box-shadow:0 0 0 10px #10b98100,0 15px 38px #00000059}}.animate-fade-in-up{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.animate-pop-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards popIn}.animate-pulse-slow{animation:2s infinite pulseGlow}.code-footer-actions{justify-content:flex-end;margin-top:1rem;display:flex}.m-0{margin:0}.mt-8{margin-top:2rem}.mb-6{margin-bottom:1.5rem}.tech-category-title{opacity:.6}.tech-list{flex-direction:column;gap:10px;display:flex}.tech-item{align-items:center;gap:10px;display:flex}.tech-item-rich{align-items:flex-start;gap:12px;padding:8px 0;display:flex}.tech-icon{object-fit:contain;border-radius:4px;flex-shrink:0;width:24px;height:24px;margin-top:2px}.tech-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px;display:inline-block}.tech-info{flex:1;min-width:0}.tech-name-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tech-name{font-size:.9rem;font-weight:500}.tech-link{color:inherit;text-decoration:none}.tech-link:hover{color:var(--primary);text-decoration:underline}.tech-version{color:var(--primary);font-size:.7rem;font-family:var(--font-mono);background:#00ffaa1a;border-radius:6px;padding:1px 6px}.tech-confidence{color:#ffffff80;font-size:.65rem;font-family:var(--font-mono);background:#ffffff0f;border-radius:4px;padding:1px 5px}.tech-description{color:#ffffff80;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.tech-count{text-align:right;opacity:.5;margin-top:12px;font-size:.8rem}.social-preview{background:#07120c;border:1px solid #ffffff1a;border-radius:12px;max-width:500px;padding:15px}.social-preview-img{border-radius:8px;width:100%;height:auto;margin-bottom:10px}.social-preview-title{font-size:1.2rem;font-weight:700}.social-preview-desc{color:#ffffffb3;margin-top:5px;font-size:.9rem}.social-preview-host{color:#ffffff80;margin-top:10px;font-size:.8rem}.swatch-grid{flex-wrap:wrap;gap:10px;display:flex}.color-swatch{flex-direction:column;align-items:center;display:flex}.color-swatch-circle{border:1px solid #fff3;border-radius:50%;width:50px;height:50px}.color-swatch-label{color:#fff9;margin-top:4px;font-size:11px}.favicon-row{flex-wrap:wrap;gap:15px;margin-bottom:20px;display:flex}.favicon-img{background:#fff;border-radius:4px;width:32px;height:32px;padding:2px}.brand-logo-img{object-fit:contain;background:#fff;border:1px solid #ffffff26;border-radius:8px;max-width:220px;max-height:52px;padding:6px}.media-image-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;display:grid}.media-image-cell{aspect-ratio:1;background:#ffffff0d;border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.media-image-cell img{object-fit:contain;max-width:100%;max-height:100%}.perf-header-bar{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.perf-score{font-size:1.2rem;font-weight:700}.perf-score-good{color:#34d399}.perf-score-medium{color:#fbbf24}.perf-score-poor{color:#ef4444}.perf-vitals-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;display:grid}.perf-vital-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:12px;display:flex}.perf-vital-item .analysis-row-label{white-space:nowrap}.perf-vital-item .analysis-row-value{white-space:nowrap;text-align:right;word-break:normal;flex-shrink:0;width:auto}@media (max-width:767px){.hero{padding:2.5rem 0 1.5rem}.hero-sub{margin-bottom:1.25rem;font-size:.92rem}.url-bar{border-radius:var(--radius-md)}.url-prefix{padding:0 .55rem;font-size:.75rem}.url-input{padding:.65rem .55rem;font-size:.88rem}.url-submit{margin:.2rem;padding:.55rem .85rem;font-size:.82rem}.url-options{gap:.9rem;margin-top:.65rem}.url-option-label{font-size:.78rem}.stats-bar .container{gap:.35rem}.stat-value{font-size:1.15rem}.stat-label{letter-spacing:.04em;font-size:.65rem}.home-stats-bar{margin:1rem 0 2rem;padding:1.1rem 0}.home-section{padding:clamp(1.5rem,4vw,2.75rem) 0}.home-section .section-header{margin-bottom:1.25rem}.section-sub{font-size:.88rem}.home-section .blog-grid{grid-template-columns:repeat(2,1fr);gap:.65rem;display:grid}.home-section .analysis-h-card{flex-direction:column!important;flex:unset!important;align-items:flex-start!important;gap:.55rem!important;min-width:0!important;padding:.85rem!important}.home-section .analysis-h-icon{border-radius:10px;width:38px;height:38px}.home-section .analysis-h-icon svg{width:18px;height:18px}.home-section .analysis-h-title{margin-bottom:.1rem;font-size:.8rem}.home-section .analysis-h-excerpt{font-size:.72rem;line-height:1.4}.cta-card{padding:1.75rem 1.15rem}.cta-card .display-2{font-size:1.25rem}.footer{margin-top:2rem;padding:0 .5rem .9rem}.footer .container{border-radius:28px;padding:.72rem .85rem}.footer-inner{text-align:center;flex-direction:column;gap:.55rem}.footer-links{justify-content:center}}@media (max-width:374px){.home-section .blog-grid{grid-template-columns:1fr}.home-section .analysis-h-card{flex-direction:row!important;align-items:center!important}.stats-bar .container{grid-template-columns:1fr;gap:1rem}}.crux-grid{flex-direction:column;gap:1.25rem;display:flex}.crux-metric-header{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.crux-metric-label{color:var(--text-primary);white-space:nowrap;font-size:.875rem;font-weight:600}.recommendation-shell{padding:1.25rem}.recommendation-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.recommendation-kicker{border-radius:var(--radius-pill);color:var(--primary);letter-spacing:.04em;text-transform:uppercase;background:#0a1a14;border:1px solid #7effd12e;align-items:center;gap:.4rem;padding:.28rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.recommendation-title{margin-top:.85rem;font-size:1.35rem;font-weight:700;line-height:1.2}.recommendation-subtitle{color:var(--text-secondary);max-width:40rem;margin-top:.45rem;font-size:.92rem}.recommendation-disclosure{max-width:18rem;color:var(--text-muted);font-size:.78rem;line-height:1.55}.recommendation-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.recommendation-card{border-radius:var(--radius-md);background:#0b1a12;border:1px solid #7effd114;flex-direction:column;gap:.75rem;min-height:100%;padding:1rem;display:flex}.recommendation-card-top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.recommendation-pill{border-radius:var(--radius-pill);color:#b8f9dd;letter-spacing:.04em;text-transform:uppercase;background:#10b98114;border:1px solid #7effd11f;align-items:center;padding:.25rem .6rem;font-size:.72rem;font-weight:700;display:inline-flex}.recommendation-slot{color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.75rem}.recommendation-card-title{font-size:1rem;font-weight:700;line-height:1.3}.recommendation-card-copy{color:var(--text-secondary);flex:1;font-size:.88rem;line-height:1.65}.recommendation-link{color:#d7fff0;align-items:center;gap:.45rem;font-size:.88rem;font-weight:700;display:inline-flex}.recommendation-link:hover{color:var(--primary)}@media (max-width:767px){.recommendation-shell{padding:1rem}.recommendation-title{font-size:1.15rem}.recommendation-disclosure{max-width:none}}.crux-metric-p75{color:var(--text-secondary);white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:.8125rem}.crux-bar{background:var(--border);border-radius:4px;height:8px;display:flex;overflow:hidden}.crux-bar-good{background:#10b981}.crux-bar-ni{background:#f59e0b}.crux-bar-poor{background:#ef4444}.crux-bar-labels{color:var(--text-muted);justify-content:space-between;margin-top:.25rem;font-size:.6875rem;display:flex}.crux-label-good{color:#10b981}.crux-label-ni{color:#f59e0b}.crux-label-poor{color:#ef4444}.safe-browsing-safe{border-color:#34d39947;border-left-style:none;border-left-width:medium}.safe-browsing-unsafe{border-color:#f8717147;border-left-style:none;border-left-width:medium}.threat-badge{margin-right:.375rem;color:#ef4444!important;background:#ef444426!important}.lighthouse-scores{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.8rem,1.5vw,1.4rem);width:100%;display:grid}.lighthouse-score-item{flex-direction:column;align-items:center;gap:.5rem;min-width:0;display:flex}.lighthouse-ring{border:6px solid var(--border);width:clamp(86px,7vw,118px);height:clamp(86px,7vw,118px);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:clamp(1.1rem,1.8vw,1.55rem);font-weight:700;display:flex}.lighthouse-ring.ring-good{color:#10b981;border-color:#10b981}.lighthouse-ring.ring-medium{color:#f59e0b;border-color:#f59e0b}.lighthouse-ring.ring-poor{color:#ef4444;border-color:#ef4444}.lighthouse-score-label{color:var(--text-secondary);text-align:center;font-size:clamp(.72rem,.95vw,.9rem);line-height:1.2}.perf-opp-score{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600}.perf-bar-poor{background:#ef4444}.perf-bar-medium{background:#f59e0b}@media (max-width:1024px){.results-layout .tabs-bar{white-space:nowrap;scrollbar-width:thin;flex-wrap:nowrap;gap:.3rem;padding:.3rem;overflow:auto hidden}.results-layout .tabs-bar.has-left-hint{padding-left:1.65rem}.results-layout .tabs-bar.has-right-hint{padding-right:1.65rem}.results-layout .tab-btn{box-shadow:none;border-radius:999px;flex:none;padding:.42rem .72rem;font-size:.75rem;line-height:1.1}.results-layout .tab-btn.active{box-shadow:0 4px 12px #10b9813d}}@media (max-width:767px){.results-layout{-webkit-backdrop-filter:blur(4px);border-radius:14px;gap:.9rem;margin-top:1rem;margin-bottom:1rem;padding:.85rem .75rem 1rem}.results-layout .results-url-bar{flex-direction:column;align-items:stretch;gap:.55rem}.results-layout .results-url-bar .url-bar{border-radius:14px;width:100%;min-width:0}.results-layout .results-url-bar .url-prefix{padding-inline:.55rem;font-size:.74rem}.results-layout .results-url-bar .url-input{padding:.62rem .55rem;font-size:.9rem}.results-layout .results-url-bar .url-submit{margin:.22rem;padding:.52rem .78rem;font-size:.78rem}.results-layout .url-options{justify-content:flex-start;gap:.65rem;margin-top:.35rem}.results-layout .url-option-label{font-size:.74rem}.results-layout .code-viewer,.results-layout .section-anchor,.results-layout .tabs-bar,.results-layout .quick-stats-widget{border-radius:12px}.results-layout .code-toolbar{gap:.55rem;padding:.58rem .62rem}.results-layout .code-toolbar-left{white-space:nowrap;width:100%;font-size:.7rem;overflow:auto}.results-layout .code-toolbar-actions{flex-wrap:nowrap;gap:.38rem;width:100%;padding-bottom:.08rem;display:flex;overflow-x:auto}.results-layout .code-toolbar-actions .btn-outline{justify-content:center;width:auto;padding:.4rem .56rem;font-size:.72rem}.results-layout .code-scroll{max-height:42vh;padding:.8rem .75rem}.results-layout .code-scroll pre,.results-layout .code-scroll code{font-size:.72rem;line-height:1.55}.results-layout .tabs-bar{top:calc(var(--navbar-h) + .55rem);scroll-snap-type:x proximity;flex-wrap:nowrap;gap:.22rem;padding:.25rem;overflow-x:auto}.results-layout .tabs-scroll-hint{background:#04100bdb;border-color:#7effd152;width:1.25rem;height:1.25rem}.results-layout .tabs-scroll-hint:before{font-size:.84rem}.results-layout .tab-btn{scroll-snap-align:start;box-shadow:none;padding:.39rem .64rem;font-size:.72rem}.results-layout .tab-btn.active{box-shadow:0 4px 12px #10b98142}.results-layout .quick-stats-widget{padding:.72rem}.results-layout .quick-stats-header{flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.55rem}.results-layout .quick-stats-note{font-size:.68rem}.results-layout .quick-visual-grid{gap:.5rem}.results-layout .quick-visual-card{border-radius:10px;padding:.6rem}.results-layout .quick-visual-title{margin-bottom:.42rem;font-size:.64rem}.results-layout .quick-donut{width:52px;height:52px}.results-layout .quick-donut:before{inset:7px}.results-layout .quick-donut span{font-size:.78rem}.results-layout .quick-donut-label{font-size:.62rem}.results-layout .quick-security-donut{width:60px;height:60px}.results-layout .quick-security-donut:before{inset:8px}.results-layout .quick-security-donut span{font-size:.76rem}.results-layout .quick-security-legend{gap:.3rem;font-size:.68rem}.results-layout .quick-timing-legend{grid-template-columns:1fr;gap:.22rem}.results-layout .quick-timing-row{font-size:.64rem}.results-layout .quick-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.results-layout .quick-stat{border-radius:9px;padding:.42rem .5rem}.results-layout .quick-stat-label{font-size:.58rem}.results-layout .quick-stat-value{font-size:.84rem}.results-layout .sections-stack{gap:.72rem}.results-layout .bulk-actions{justify-content:stretch}.results-layout .bulk-actions .btn-outline{justify-content:center;width:100%;padding:.5rem .75rem;font-size:.76rem}.results-layout .section-anchor{scroll-margin-top:calc(var(--navbar-h) + 66px);border-radius:12px}.results-layout .accordion-header{padding:.78rem}.results-layout .accordion-title{letter-spacing:.045em;font-size:.74rem}.results-layout .accordion-chevron{width:16px;height:16px}.results-layout .accordion-body{padding:0 .78rem .82rem}.results-layout .analysis-grid{grid-template-columns:1fr;gap:.62rem}.results-layout .analysis-card{padding:.72rem}.results-layout .analysis-card-title{margin-bottom:.62rem;font-size:.64rem}.results-layout .analysis-row{flex-direction:column;align-items:flex-start;gap:.38rem;padding:.45rem 0}.results-layout .analysis-row-label{font-size:.74rem}.results-layout .analysis-row-value{text-align:left;overflow-wrap:anywhere;width:100%;font-size:.7rem}.results-layout .lighthouse-scores{grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.results-layout .lighthouse-ring{width:72px;height:72px;font-size:1.02rem}.results-layout .lighthouse-score-label{font-size:.7rem}.results-layout .perf-vital-item{flex-direction:row;justify-content:space-between;align-items:center;gap:.45rem}.results-layout .perf-vital-item .analysis-row-label{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.7rem;overflow:hidden}.results-layout .perf-vital-item .analysis-row-value{white-space:nowrap;text-align:right;width:auto;font-size:.7rem}.results-layout .perf-vitals-grid{grid-template-columns:1fr;gap:.6rem}.results-layout .extractor-table{font-size:.72rem}.results-layout .extractor-table th,.results-layout .extractor-table td{padding:.5rem .55rem;font-size:.68rem}.results-layout .flex-row-wrap{flex-direction:column;align-items:stretch;gap:.55rem}.results-layout .search-wrapper{width:100%;margin-left:0}.results-layout .search-input{width:100%;min-width:0}.results-layout .tech-item-rich{gap:.62rem;padding:.35rem 0}.results-layout .tech-name{font-size:.82rem}.results-layout .tech-description{font-size:.7rem}.results-layout .social-preview{border-radius:10px;padding:.65rem}.results-layout .social-preview-title{font-size:.92rem}.results-layout .social-preview-desc{font-size:.76rem}.results-layout .social-preview-host{font-size:.68rem}.results-layout .swatch-grid{gap:.5rem}.results-layout .color-swatch-circle{width:38px;height:38px}.results-layout .color-swatch-label{font-size:.62rem}.results-layout .brand-logo-img{max-width:170px;max-height:42px;padding:4px}.results-layout .favicon-img{width:26px;height:26px}.results-layout .recommendation-shell{padding:.78rem}.results-layout .recommendation-header{gap:.65rem;margin-bottom:.78rem}.results-layout .recommendation-kicker{padding:.2rem .5rem;font-size:.62rem}.results-layout .recommendation-title{margin-top:.45rem;font-size:.95rem}.results-layout .recommendation-subtitle{margin-top:.28rem;font-size:.74rem}.results-layout .recommendation-card{gap:.55rem;padding:.72rem}.results-layout .recommendation-card-title{font-size:.86rem}.results-layout .recommendation-card-copy{font-size:.75rem;line-height:1.45}.results-layout .recommendation-link{font-size:.74rem}}
