.app-shell{flex-direction:column;min-height:100vh;display:flex}.route-loading{background:var(--bg-color);min-height:100vh;color:var(--text-secondary);place-items:center;font-weight:700;display:grid}.navbar{border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);z-index:40;background:#05070a99;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.brand{cursor:pointer;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.brand-button{min-height:44px;color:inherit;background:0 0;border:0;border-radius:0;padding:0}.brand-icon{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00d2ff33}.brand:hover .brand-icon{transform:scale(1.08);box-shadow:0 6px 30px #00d2ff59}.brand-name{letter-spacing:0;text-transform:uppercase;overflow-wrap:anywhere;font-size:1.5rem;font-style:italic;font-weight:900}.brand-accent{color:var(--accent-primary)}.status-badge{letter-spacing:.02em;border-radius:9999px;align-items:center;gap:6px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.status-processing{color:var(--warning);background:#fbbf241a;border:1px solid #fbbf2433}.status-completed{color:var(--success);background:#34d3991a;border:1px solid #34d39933}.status-failed{color:var(--error);background:#f871711a;border:1px solid #f8717133}.score-ring{justify-content:center;align-items:center;display:flex;position:relative}.feature-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.feature-card{border-radius:var(--radius-lg);background:var(--panel-bg);border:1px solid var(--border-color);padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg, transparent, var(--accent-primary), transparent);opacity:0;height:2px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.feature-card:hover{border-color:#00d2ff33;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.feature-card[role=link]{cursor:pointer}.feature-card:focus-visible{outline-offset:4px;outline:3px solid #00d2ff73}.feature-card:hover:before{opacity:1}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.feature-title{margin-bottom:8px;font-size:1.1rem;font-weight:700}.feature-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.feature-card-link{color:var(--accent-primary);align-items:center;gap:8px;margin-top:18px;font-size:.86rem;font-weight:800;display:inline-flex}.feature-card-link svg{width:15px;height:15px}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.stat-card{border-radius:var(--radius-lg);background:var(--panel-bg);border:1px solid var(--border-color);padding:24px}.stat-value{margin-bottom:4px;font-size:2rem;font-weight:800;line-height:1}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:500}.site-footer{border-top:1px solid var(--border-color);margin-top:auto;padding:40px 0}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-text{color:var(--text-tertiary);font-size:.85rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:24px;list-style:none;display:flex}.hero-search-card,.nav-actions,.dashboard-toolbar,.modal-actions,.section-heading-row,.score-legend,.performance-hero,.report-header-main,.report-url-title{min-width:0}.hero-search-card{width:100%}.hero-title{font-size:4rem!important}.hero-type-selector{flex:0 0 220px}.hero-submit{min-height:56px}.modal-panel{max-height:calc(100dvh - 32px);overflow-y:auto}.customer-alert-shell{z-index:140;justify-content:center;align-items:center;padding:16px;animation:.18s ease-out fadeIn;display:flex;position:fixed;inset:0}.customer-alert-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;position:absolute;inset:0}.customer-alert-panel{z-index:150;text-align:center;width:100%;max-width:420px;padding:40px;animation:.22s ease-out alertPop;position:relative}.table-shell{width:100%}.responsive-table{table-layout:fixed}.responsive-table th:first-child,.responsive-table td:first-child{width:42%}.responsive-table td,.responsive-table th{vertical-align:middle}.responsive-table td span,.report-url-title,.report-url-title div,.report-card-grid,.checks-grid,.metrics-grid{overflow-wrap:anywhere;word-break:break-word}.site-preview{aspect-ratio:14/9;max-width:100%}.legal-page,.responsive-section,.performance-card{width:100%}.footer-links a{color:var(--text-secondary);font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--accent-primary)}@media (width<=960px){.feature-grid{grid-template-columns:repeat(2,1fr)}.report-top-grid,.report-card-grid{grid-template-columns:1fr!important}.performance-hero{gap:32px!important;margin-bottom:40px!important}}@media (width<=768px){.container{padding:0 16px}.navbar-inner{flex-direction:column;align-items:flex-start}.app-header .navbar-inner,.navbar .navbar-inner{align-items:center}.nav-actions{grid-template-columns:1fr 1fr;width:100%;gap:10px!important;display:grid!important}.nav-actions button,.modal-actions button{justify-content:center;width:100%;padding-left:12px!important;padding-right:12px!important}.hero-search-card{flex-direction:column!important;gap:8px!important;padding:8px!important}.hero-title{font-size:3rem!important}.hero-type-selector{border-top:1px solid #ffffff0f;flex-basis:auto;width:100%;border-left:0!important;min-width:0!important}.hero-options-menu{max-height:calc(100dvh - 48px);overflow-y:auto;position:fixed!important;inset:auto 16px 16px!important}.hero-submit{width:100%;min-width:0!important}.feature-grid{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card,.feature-card,.responsive-section,.performance-card,.legal-card{padding:20px!important}.report-header-main{flex-direction:column;align-items:flex-start!important;gap:10px!important}.report-header-main>div[style*="width: 1"]{display:none}.report-url-title{align-items:flex-start!important;font-size:.9rem!important}.score-legend,.section-heading-row,.modal-actions{flex-direction:column;align-items:stretch!important;gap:10px!important}.performance-info{max-width:100%!important}.site-preview{width:min(100%,320px)!important;height:auto!important}.metrics-grid,.checks-grid{grid-template-columns:1fr!important;gap:18px!important}.analysis-option-grid{grid-template-columns:1fr!important}.responsive-table{table-layout:auto;display:block}.responsive-table thead{display:none}.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block;width:100%!important}.responsive-table tr{padding:16px;border-bottom:1px solid #ffffff14!important}.responsive-table td{padding:8px 0!important}.responsive-table td:before{content:attr(data-label);color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.footer-inner{text-align:center;flex-direction:column}}@media (width<=520px){.container{padding:0 14px}.brand-icon{border-radius:10px;width:36px;height:36px}.brand-name{font-size:1.15rem}.app-header .navbar-inner,.navbar .navbar-inner{flex-direction:row;align-items:center}.app-header .navbar-inner>button{min-width:80px;padding:8px 12px!important}.nav-actions,.stat-grid{grid-template-columns:1fr}.modal-panel{padding:24px!important}.hero-title{font-size:2.35rem!important}.footer-links{gap:14px}}.landing-page{background:radial-gradient(circle at 12% 8%, #00d2ff1f, transparent 28rem), radial-gradient(circle at 88% 30%, #3a7bd51f, transparent 26rem), var(--bg-color);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex;position:relative;overflow-x:clip}.landing-bg{pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 78%);mask-image:linear-gradient(#000,#0000 78%)}.landing-header,.landing-main,.site-footer{z-index:1;position:relative}.landing-header{padding-top:max(10px, env(safe-area-inset-top))}.nav-auth-button{min-width:96px;color:var(--text-secondary);border:1px solid var(--border-color);border-radius:var(--radius-sm);background:#ffffff08;padding:10px 18px}.nav-auth-primary{color:var(--accent-primary);background:#00d2ff14;border-color:#00d2ff38}.landing-main{flex:1;width:100%}.landing-hero{grid-template-columns:1fr;align-items:center;gap:32px;padding-top:clamp(28px,8vw,88px);padding-bottom:clamp(36px,9vw,92px);display:grid}.landing-hero-copy{max-width:720px}.hero-kicker{color:var(--accent-primary);background:#00d2ff14;border:1px solid #00d2ff29;border-radius:999px;align-items:center;gap:8px;padding:7px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.hero-kicker svg{width:15px;height:15px}.landing-page .hero-title{letter-spacing:0;max-width:760px;margin:22px 0 18px;font-weight:900;line-height:.98;font-size:clamp(2.45rem,12vw,5rem)!important}.hero-lede{max-width:620px;color:var(--text-secondary);margin-bottom:28px;font-size:clamp(1rem,2.6vw,1.18rem);line-height:1.7}.hero-search{width:100%;max-width:860px}.landing-page .hero-search-card{border-color:#ffffff1a;grid-template-columns:1fr;width:100%;box-shadow:0 18px 64px #00000061,0 0 0 1px #00d2ff0a;gap:8px!important;padding:8px!important;display:grid!important}.hero-input-shell{align-items:center;min-width:0;min-height:54px;display:flex;position:relative}.hero-input-icon{width:20px;height:20px;color:var(--text-tertiary);position:absolute;left:16px}.hero-url-input{width:100%;min-height:54px;color:var(--text-primary);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;padding:14px 14px 14px 48px;font-size:16px;font-weight:500}.hero-url-input:focus{border-color:#00d2ff73;box-shadow:0 0 0 3px #00d2ff1f}.landing-page .hero-type-selector{width:100%;position:relative;border:0!important;min-width:0!important}.hero-type-button,.landing-page .hero-submit{width:100%;min-height:54px}.hero-type-button{color:var(--text-secondary);background:#ffffff06;border:1px solid #ffffff0f;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.hero-type-label,.hero-option span{align-items:center;gap:10px;min-width:0;display:inline-flex}.landing-page .hero-options-menu{z-index:100;background:#0a0d14;border:1px solid #ffffff1a;border-radius:16px;max-height:min(420px,100dvh - 160px);padding:8px;overflow-y:auto;box-shadow:0 24px 80px #0009,0 0 0 2px #00d2ff1a;position:absolute!important;inset:calc(100% + 10px) 0 auto!important}.hero-option{width:100%;min-height:46px;color:var(--text-secondary);text-align:left;background:0 0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.hero-option.is-selected,.hero-option:hover{color:var(--accent-primary);background:#00d2ff14}.landing-page .hero-submit{justify-content:center;align-items:center;gap:8px;padding:14px 22px;font-size:1rem;font-weight:800;display:inline-flex}.button-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.6s linear infinite spin}.hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.hero-stat{text-align:center;background:#ffffff06;border:1px solid #ffffff0f;border-radius:14px;min-width:0;padding:12px 10px}.hero-stat strong{color:var(--accent-primary);overflow-wrap:anywhere;font-size:clamp(1rem,4vw,1.35rem);line-height:1.1;display:block}.hero-stat span{color:var(--text-tertiary);text-transform:uppercase;margin-top:4px;font-size:.68rem;font-weight:700;display:block}.landing-hero-media{aspect-ratio:1/.9;justify-self:center;place-items:center;width:min(100%,520px);display:grid;position:relative}.landing-hero-media:before{content:"";filter:blur(44px);opacity:.7;background:linear-gradient(135deg,#00d2ff38,#3a7bd52e);position:absolute;inset:12%}.landing-hero-media img{object-fit:contain;filter:drop-shadow(0 28px 70px #00000073);width:min(82vw,440px);max-height:100%;position:relative}.hero-media-card{background:#0a0d14db;border:1px solid #ffffff1a;border-radius:14px;gap:2px;min-width:118px;padding:12px 14px;display:grid;position:absolute;box-shadow:0 16px 50px #0000005c}.hero-media-card span{color:var(--text-secondary);text-transform:uppercase;font-size:.72rem;font-weight:700}.hero-media-card strong{color:var(--text-primary);font-size:1.45rem;line-height:1}.media-card-score{top:16%;left:0}.media-card-speed{bottom:18%;right:0}.landing-features{padding-top:clamp(24px,6vw,64px);padding-bottom:clamp(56px,10vw,110px)}.section-heading{text-align:center;max-width:620px;margin:0 auto 28px}.section-heading h2{margin-bottom:10px;font-size:clamp(1.75rem,6vw,2.45rem);font-weight:900;line-height:1.1}.section-heading p{color:var(--text-secondary)}.auth-modal{z-index:50;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.auth-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;position:absolute;inset:0}.auth-modal-panel{z-index:1;text-align:center;border-color:#00d2ff26;width:min(100%,440px);padding:clamp(24px,7vw,48px);position:relative;box-shadow:0 0 80px #00d2ff14}.auth-modal-icon{background:#00d2ff14;border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 24px;display:grid}.auth-modal-panel h2{margin-bottom:12px;font-size:clamp(1.45rem,6vw,1.75rem);font-weight:900}.auth-modal-panel p{color:var(--text-secondary);margin-bottom:28px}.google-login-button,.guest-login-button{border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:50px;padding:14px;font-size:15px;display:inline-flex}.google-login-button{color:#111;background:#fff}.google-login-button img{width:20px;height:20px}.guest-login-button{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;margin-top:12px}.modal-dismiss-button{min-height:40px;color:var(--text-tertiary);background:0 0;margin-top:14px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@keyframes alertPop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes landingReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.landing-reveal{animation:.55s ease-out both landingReveal}.landing-reveal-delayed{animation-delay:.12s}.landing-page .feature-card{animation:.45s ease-out both landingReveal}@media (width>=860px){.landing-hero{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(32px,5vw,72px)}.landing-page .hero-search-card{grid-template-columns:minmax(220px,1fr) minmax(190px,.42fr) auto;align-items:stretch;gap:6px!important}.landing-page .hero-submit{width:auto;min-width:132px}}@media (width<=768px){.landing-page .navbar-inner{flex-direction:row;align-items:center}.landing-hero-copy{text-align:left}.landing-hero-media{width:min(100%,430px)}.landing-page .hero-options-menu{max-height:calc(100dvh - 220px)}}@media (width<=520px){.landing-page .brand-name{font-size:1.05rem}.landing-page .hero-title{font-size:clamp(2.35rem,13vw,3rem)!important}.hero-stats{grid-template-columns:1fr}.landing-hero-media{aspect-ratio:1/.82;margin-top:4px}.hero-media-card{min-width:102px;padding:10px 11px}.media-card-score{left:4px}.media-card-speed{right:4px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.analysis-page{background:radial-gradient(circle at 8% 12%, #00d2ff1a, transparent 28rem), radial-gradient(circle at 88% 16%, #3a7bd51a, transparent 24rem), var(--bg-color);min-height:100vh;color:var(--text-primary);position:relative;overflow-x:clip}.analysis-header{border-bottom-color:#ffffff0f}.analysis-back-button{color:var(--text-secondary);border:1px solid var(--border-color);background:#ffffff08;align-items:center;gap:8px;padding:10px 14px;display:inline-flex}.analysis-back-button svg{width:16px;height:16px}.analysis-hero{z-index:1;grid-template-columns:minmax(0,1fr);gap:24px;padding-top:clamp(36px,8vw,82px);padding-bottom:clamp(32px,7vw,70px);display:grid;position:relative}.analysis-hero-copy{min-width:0;max-width:790px}.analysis-icon-large{border-radius:16px;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid}.analysis-icon-large svg{width:30px;height:30px}.analysis-hero h1{letter-spacing:0;margin:18px 0 16px;font-size:clamp(2.35rem,9vw,4.8rem);font-weight:900;line-height:1}.analysis-hero p{max-width:680px;color:var(--text-secondary);font-size:clamp(1rem,2.5vw,1.18rem);line-height:1.75}.analysis-hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.analysis-hero-illustration{aspect-ratio:1;justify-self:center;place-items:center;width:min(100%,400px);display:grid;position:relative}.analysis-hero-illustration:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#00d2ff2e,#0000 70%);border-radius:50%;position:absolute;inset:15%}.analysis-hero-illustration img{object-fit:contain;filter:drop-shadow(0 24px 60px #00000080);width:min(85%,360px);max-height:100%;animation:.7s ease-out both analysisImageReveal;position:relative}.analysis-hero-illustration--svg{position:relative}.analysis-illustration-svg{opacity:.85;width:100%;height:100%;animation:.6s ease-out both analysisImageReveal}.analysis-illustration-icon{pointer-events:none;place-items:center;display:grid;position:absolute;inset:0}.analysis-illustration-icon svg{filter:drop-shadow(0 0 18px);width:54px;height:54px}@keyframes analysisImageReveal{0%{opacity:0;transform:scale(.92)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.analysis-primary-link,.analysis-secondary-link{text-align:center;justify-content:center;align-items:center;gap:8px;min-height:48px;display:inline-flex}.analysis-primary-link svg{width:18px;height:18px}.analysis-secondary-link{color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);background:#ffffff08;padding:12px 20px;font-weight:800}.analysis-summary-strip{z-index:1;padding-bottom:clamp(28px,5vw,48px);position:relative}.analysis-summary-card{max-width:680px;padding:28px 32px}.analysis-summary-card span{color:var(--text-tertiary);text-transform:uppercase;font-size:.75rem;font-weight:800}.analysis-summary-card strong{margin:8px 0;font-size:clamp(1.6rem,5vw,2.4rem);line-height:1;display:block}.analysis-summary-card p{color:var(--text-secondary)}.analysis-section{z-index:1;padding-bottom:clamp(46px,8vw,84px);position:relative}.analysis-section-heading{margin-bottom:24px}.analysis-type-grid,.best-practice-grid,.engine-practice-grid,.reference-grid,.analysis-more-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:16px;display:grid}.analysis-type-card,.best-practice-card,.reference-card,.analysis-more-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#11141ca6;min-width:0}.analysis-type-card{min-height:76px;color:var(--text-primary);align-items:center;gap:12px;padding:18px;font-weight:750;display:flex}.analysis-type-card svg,.best-practice-card svg{width:20px;height:20px;color:var(--success);flex:none}.best-practice-card{gap:14px;padding:20px;display:flex}.best-practice-card p{color:#d9e3ef;line-height:1.65}.engine-practice-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr))}.engine-practice-card{padding:24px}.engine-practice-card span{color:var(--accent-primary);text-transform:uppercase;font-size:.78rem;font-weight:900}.engine-practice-card h3{margin:8px 0 18px;font-size:1.14rem;line-height:1.35}.engine-practice-card ul{color:var(--text-secondary);gap:12px;padding-left:18px;line-height:1.6;display:grid}.reference-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.reference-card,.analysis-more-card{min-height:58px;color:var(--text-primary);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-weight:800;transition:border-color .2s,transform .2s,background .2s;display:flex}.reference-card:hover,.analysis-more-card:hover{background:#00d2ff0d;border-color:#00d2ff47;transform:translateY(-2px)}.reference-card svg{width:17px;height:17px;color:var(--accent-primary)}.analysis-more-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr))}.analysis-more-card{justify-content:flex-start}.analysis-more-card span{place-items:center;width:34px;height:34px;display:grid}.analysis-more-card svg{width:22px;height:22px}@media (width>=860px){.analysis-hero{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:center}.analysis-hero-illustration{width:min(100%,420px)}}@media (width<=859px){.analysis-hero-illustration{width:min(80%,300px);margin-top:8px}.analysis-illustration-icon svg{width:42px;height:42px}}@media (width<=520px){.analysis-page .navbar-inner{flex-direction:row}.analysis-back-button{min-width:0;padding:9px 11px}.analysis-hero-actions{display:grid}.analysis-primary-link,.analysis-secondary-link{width:100%}.analysis-hero-illustration{width:min(70%,240px)}}
