:root{--bg-primary:#06080f;--bg-secondary:#0d1117;--bg-card:#0d1117b3;--bg-card-hover:#161b22cc;--bg-glass:#ffffff08;--accent-blue:#58a6ff;--accent-purple:#bc8cff;--accent-cyan:#39d0d8;--accent-green:#3fb950;--accent-amber:#d29922;--accent-red:#f85149;--gradient-hero:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-blue:linear-gradient(135deg, #58a6ff, #39d0d8);--gradient-green:linear-gradient(135deg, #3fb950, #39d0d8);--gradient-amber:linear-gradient(135deg, #d29922, #f0883e);--gradient-red:linear-gradient(135deg, #f85149, #da3633);--text-primary:#f0f6fc;--text-secondary:#8b949e;--text-muted:#484f58;--border-default:#f0f6fc1a;--border-active:#58a6ff66;--font-body:"Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading:"Outfit Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--container-width:1200px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-card-hover);border-radius:4px}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}.navbar{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-default);z-index:1000;background:#06080fb3;align-items:center;height:72px;display:flex;position:fixed;top:0;left:0;right:0}.nav-container{width:100%;max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.logo{font-family:var(--font-heading);letter-spacing:-.5px;align-items:center;gap:12px;font-size:1.25rem;font-weight:700;display:flex}.logo-icon-img{border-radius:var(--radius-sm);object-fit:cover;width:32px;height:32px}.github-link{color:var(--text-secondary);transition:color .2s}.github-link:hover{color:var(--text-primary)}.hero{justify-content:center;align-items:center;min-height:80vh;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.hero-bg-orbs{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.orb{filter:blur(120px);opacity:.4;border-radius:50%;animation:18s ease-in-out infinite float;position:absolute}.orb-1{background:radial-gradient(circle, var(--accent-blue), var(--accent-purple));width:500px;height:500px;top:-100px;left:-100px}.orb-2{background:radial-gradient(circle, var(--accent-cyan), var(--accent-green));width:400px;height:400px;animation-duration:22s;animation-delay:-5s;bottom:-50px;right:-50px}.orb-3{background:radial-gradient(circle, var(--accent-purple), var(--accent-red));width:600px;height:600px;animation-duration:25s;animation-delay:-10s;top:30%;left:50%;transform:translate(-50%)}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:800px;display:flex;position:relative}.badge{background:var(--bg-glass);border:1px solid var(--border-default);color:var(--text-secondary);border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.875rem;font-weight:500;display:inline-flex}.badge-dot{background:var(--accent-blue);width:8px;height:8px;box-shadow:0 0 10px var(--accent-blue);border-radius:50%}.hero h1{letter-spacing:-1px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800}.gradient-text{background:var(--gradient-blue);-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:48px;font-size:1.125rem}.search-form{width:100%;max-width:640px}.input-wrapper{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:6px;transition:all .3s;display:flex}.input-wrapper:focus-within{border-color:var(--border-active);box-shadow:0 0 0 4px #58a6ff26,0 0 20px #58a6ff33}#urlInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0 20px;font-size:1.125rem}#urlInput::placeholder{color:var(--text-muted)}.hidden-honey{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}#successMessage{text-align:center;background:#3fb9501a;border:1px solid #3fb9504d;border-radius:12px;margin-top:32px;padding:20px;display:none}#successMessage.success-message--shown{display:block}.success-title{color:#3fb950;margin-bottom:8px;font-size:1.125rem;font-weight:600}.success-text{color:#8b949e;margin:0}.scan-button{background:var(--gradient-blue);border-radius:var(--radius-lg);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;height:48px;padding:0 24px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 15px #58a6ff4d}.scan-button:hover{transform:scale(1.02);box-shadow:0 6px 20px #58a6ff66}.scan-button:active{transform:scale(.98)}.helper-text{color:var(--text-muted);margin-top:16px;font-size:.875rem}.loading-section{text-align:center;flex-direction:column;align-items:center;padding:80px 24px;display:flex}.scanner-container{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;position:relative}.scanner-ring{border:2px solid var(--accent-blue);border-radius:50%;animation:2s cubic-bezier(.215,.61,.355,1) infinite pulse-ring;position:absolute;inset:0}.scanner-icon{z-index:1;font-size:2rem}.progress-steps{align-items:center;width:100%;max-width:600px;margin-top:40px;display:flex}.step{flex-direction:column;flex:1;align-items:center;gap:12px;display:flex}.step-indicator{background:var(--bg-secondary);border:2px solid var(--border-default);z-index:2;border-radius:50%;width:16px;height:16px;transition:all .3s}.step.active .step-indicator{background:var(--accent-blue);border-color:var(--accent-blue);box-shadow:0 0 10px var(--accent-blue)}.step.done .step-indicator{background:var(--accent-green);border-color:var(--accent-green)}.step-label{color:var(--text-muted);font-size:.875rem;transition:color .3s}.step.active .step-label{color:var(--accent-blue);font-weight:500}.step.done .step-label{color:var(--accent-green)}.step-line{background:var(--border-default);flex:2;height:2px;margin-bottom:28px;transition:background .3s}.step-line.done{background:var(--accent-green)}.results-section{padding:60px 24px;animation:.5s forwards slide-in}.results-container{max-width:var(--container-width);flex-direction:column;gap:40px;margin:0 auto;display:flex}.score-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(10px);text-align:center;flex-direction:column;align-items:center;gap:24px;padding:40px;display:flex}.gauge-container{width:200px;height:200px;position:relative}.gauge-svg{width:100%;height:100%;transform:rotate(-90deg)}.gauge-bg{fill:none;stroke:var(--bg-secondary);stroke-width:12px}.gauge-fill{fill:none;stroke:var(--accent-blue);stroke-width:12px;stroke-linecap:round;stroke-dasharray:502;stroke-dashoffset:502px;transition:stroke-dashoffset 1.5s cubic-bezier(.4,0,.2,1),stroke .5s}.gauge-text{font-family:var(--font-heading);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.score-value{font-size:4rem;font-weight:800;line-height:1}.score-symbol{color:var(--text-secondary);margin-bottom:16px;margin-left:2px;font-size:1.5rem;font-weight:600}.status-badge{letter-spacing:1px;border-radius:20px;margin-bottom:12px;padding:8px 24px;font-size:1.125rem;font-weight:700;display:inline-block}.status-compliant{color:var(--accent-green);background:#3fb95026}.status-partial{color:var(--accent-amber);background:#d2992226}.status-non-compliant{color:var(--accent-red);background:#f8514926}.scanned-url{color:var(--text-secondary);font-size:1.25rem;font-weight:500}.stats-row{justify-content:center;gap:20px;display:flex}.stat-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex:1;align-items:center;gap:16px;padding:24px;display:flex}.stat-icon{background:var(--bg-secondary);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex}.stat-content{flex-direction:column;display:flex}.stat-number{font-size:1.75rem;font-weight:700;font-family:var(--font-heading)}.stat-label{color:var(--text-secondary);font-size:.875rem}.checks-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.checks-grid{grid-template-columns:repeat(2,1fr)}}.check-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);opacity:0;border-left-width:4px;padding:20px;transition:all .3s;animation:.5s forwards fade-in-up;transform:translateY(20px)}.check-card:hover{background:var(--bg-card-hover);transform:translateY(-2px);box-shadow:0 10px 20px #0003}.check-pass{border-left-color:var(--accent-green)}.check-warn{border-left-color:var(--accent-amber)}.check-fail{border-left-color:var(--accent-red)}.check-skip{border-left-color:var(--text-muted)}.check-header{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.check-icon{margin-top:2px;font-size:1.25rem}.check-title-group{flex:1}.check-title{color:var(--text-primary);margin-bottom:4px;font-size:1.125rem;font-weight:600}.check-desc{color:var(--text-secondary);margin-bottom:12px;font-size:.875rem}.severity-badge{text-transform:uppercase;border-radius:12px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.severity-critical{color:var(--accent-red);background:#f8514933}.severity-major{color:var(--accent-amber);background:#d2992233}.severity-minor{color:var(--accent-blue);background:#58a6ff33}.severity-recommended{color:var(--accent-purple);background:#bc8cff33}.check-result-msg{margin-bottom:4px;font-size:.9375rem;font-weight:500}.check-pass .check-result-msg{color:var(--accent-green)}.check-warn .check-result-msg{color:var(--accent-amber)}.check-fail .check-result-msg{color:var(--accent-red)}.check-skip .check-result-msg{color:var(--text-muted)}.check-detail{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-sm);margin-top:12px;padding:10px 12px;font-size:.875rem}.raw-json-section{margin-top:20px}.toggle-json-btn{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);cursor:pointer;justify-content:space-between;align-items:center;padding:16px 24px;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.toggle-json-btn:hover{background:var(--bg-card-hover)}.toggle-json-btn .chevron{transition:transform .3s}.toggle-json-btn.open .chevron{transform:rotate(180deg)}.raw-json-container{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);margin-top:16px;padding:24px;overflow-x:auto}pre{margin:0}code{color:var(--accent-blue);font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem}.info-section{max-width:var(--container-width);text-align:center;margin:0 auto;padding:80px 24px}.info-title{margin-bottom:16px;font-size:2.5rem}.info-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 48px;font-size:1.125rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.info-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-xl);text-align:left;padding:40px 32px;transition:all .3s}.info-card:hover{background:var(--bg-card-hover);border-color:var(--border-active);transform:translateY(-8px);box-shadow:0 12px 30px #0000004d}.info-icon{margin-bottom:24px;font-size:3rem;display:inline-block}.info-card h3{margin-bottom:16px;font-size:1.5rem}.info-card p{color:var(--text-secondary)}.error-section{justify-content:center;padding:80px 24px;display:flex}.error-card{background:var(--bg-card);border-radius:var(--radius-xl);text-align:center;border:1px solid #f851494d;max-width:500px;padding:48px}.error-icon{color:var(--accent-red);margin-bottom:24px}.error-card h2{margin-bottom:16px;font-size:1.75rem}.error-card p{color:var(--text-secondary);margin-bottom:32px}.try-again-btn{border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);cursor:pointer;background:0 0;padding:12px 32px;font-weight:600;transition:all .2s}.try-again-btn:hover{background:var(--bg-secondary);border-color:var(--text-primary)}.site-footer{border-top:1px solid var(--border-default);margin-top:40px;padding:40px 24px}.seo-content-section{border-top:1px solid var(--border-default);padding:60px 24px 80px}.seo-content{max-width:800px;margin:0 auto}.seo-content h2{text-align:center;color:var(--text-primary);margin-bottom:40px;font-size:2rem}.seo-content article{margin-bottom:36px}.seo-content h3{color:var(--text-primary);border-bottom:1px solid var(--border-default);margin-bottom:16px;padding-bottom:8px;font-size:1.375rem}.seo-content p{color:var(--text-secondary);margin-bottom:16px;font-size:1rem;line-height:1.8}.seo-content ul{color:var(--text-secondary);margin:16px 0;padding-left:24px;font-size:1rem;line-height:1.8}.seo-content li{margin-bottom:10px}.seo-content li strong{color:var(--text-primary)}.seo-content code{background:var(--bg-secondary);color:var(--accent-cyan);border-radius:4px;padding:2px 8px;font-size:.875rem}.seo-content strong{color:var(--text-primary);font-weight:600}.faq-section{border-top:1px solid var(--border-default);padding:80px 24px}.faq-container{max-width:800px;margin:0 auto}.faq-section .info-title{margin-bottom:16px}.faq-section .info-subtitle{margin-bottom:48px}.faq-item{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-md);margin-bottom:12px;transition:border-color .3s;overflow:hidden}.faq-item:hover{border-color:var(--border-active)}.faq-question{width:100%;color:var(--text-primary);font-family:var(--font-heading);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1.0625rem;font-weight:600;transition:color .2s;display:flex}.faq-question:hover{color:var(--accent-blue)}.faq-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-chevron{color:var(--accent-blue);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px}.faq-answer-inner{color:var(--text-secondary);padding:0 24px 20px;font-size:.9375rem;line-height:1.8}.faq-answer-inner a{color:var(--accent-blue);text-underline-offset:2px;text-decoration:underline}.page-header{text-align:center;padding:120px 24px 48px;position:relative;overflow:hidden}.page-header .orb{filter:blur(120px);opacity:.25;pointer-events:none;border-radius:50%;position:absolute}.page-header .orb-1{background:radial-gradient(circle, var(--accent-blue), var(--accent-purple));width:400px;height:400px;top:-100px;left:-50px}.page-header .orb-2{background:radial-gradient(circle, var(--accent-cyan), var(--accent-green));width:300px;height:300px;bottom:-80px;right:-50px}.page-header h1{z-index:1;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);position:relative}.page-body{max-width:800px;margin:0 auto;padding:48px 24px 80px}.page-body h2{color:var(--text-primary);border-bottom:1px solid var(--border-default);margin:40px 0 16px;padding-bottom:8px;font-size:1.5rem}.page-body h2:first-child{margin-top:0}.page-body p,.page-body li{color:var(--text-secondary);margin-bottom:16px;font-size:1rem;line-height:1.8}.page-body ul,.page-body ol{margin-bottom:16px;padding-left:24px}.page-body strong{color:var(--text-primary)}.page-body a{color:var(--accent-blue);text-underline-offset:2px;text-decoration:underline}.page-body a:hover{color:var(--accent-cyan)}.contact-form{flex-direction:column;gap:20px;margin-top:24px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--text-primary);font-size:.9375rem;font-weight:600}.form-group input,.form-group textarea{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-primary);outline:none;padding:14px 16px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--border-active);box-shadow:0 0 0 3px #58a6ff26}.form-group textarea{resize:vertical;min-height:150px}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.submit-btn{background:var(--gradient-blue);border-radius:var(--radius-lg);color:#fff;cursor:pointer;border:none;align-self:flex-start;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 15px #58a6ff4d}.submit-btn:hover{transform:scale(1.02);box-shadow:0 6px 20px #58a6ff66}.submit-btn:active{transform:scale(.98)}.nav-links{align-items:center;gap:24px;display:flex}.nav-links a{color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.footer-grid{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 32px;margin-bottom:24px;display:flex}.footer-col h3{display:none}.footer-col{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 32px;display:flex}.footer-col a{color:var(--text-secondary);margin:0;font-size:.875rem;transition:color .2s;display:inline-block}.footer-col a:hover{color:var(--text-primary)}.footer-content{max-width:var(--container-width);text-align:center;flex-direction:column;align-items:center;gap:16px;margin:0 auto;display:flex}.footer-links{gap:24px;display:flex}.footer-links a{color:var(--text-secondary);font-weight:500;transition:color .2s}.footer-links a:hover{color:var(--text-primary)}.copyright,.built-with{color:var(--text-secondary);font-size:.875rem}[hidden]{display:none!important}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}@keyframes pulse-ring{0%{opacity:.5;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.json-key{color:var(--accent-purple)}.json-string{color:var(--accent-green)}.json-number{color:var(--accent-cyan)}.json-boolean{color:var(--accent-amber)}.json-null{color:var(--accent-red)}.notification-toast{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);z-index:2000;opacity:0;align-items:center;gap:16px;padding:14px 24px;font-size:.9375rem;transition:all .3s;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(20px);box-shadow:0 10px 40px #00000080}.notification-toast.visible{opacity:1;transform:translate(-50%)translateY(0)}.notification-error{border-color:#f8514966}.notification-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.25rem;transition:color .2s}.notification-close:hover{color:var(--text-primary)}@keyframes shake{0%,to{transform:translate(0)}10%,50%,90%{transform:translate(-6px)}30%,70%{transform:translate(6px)}}.input-wrapper.shake{animation:.5s shake;border-color:var(--accent-red)!important;box-shadow:0 0 0 4px #f8514926!important}.scan-button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.scan-button.scanning{background:var(--gradient-amber)}@media (width<=480px){.hero{min-height:auto;padding:100px 16px 40px}.hero h1{letter-spacing:-.5px;font-size:2rem}.subtitle{margin-bottom:32px;font-size:.9375rem}.badge{padding:4px 12px;font-size:.75rem}.input-wrapper{border-radius:var(--radius-lg);flex-direction:column;gap:0}#urlInput{border-bottom:1px solid var(--border-default);padding:14px 16px;font-size:1rem}.scan-button{border-radius:var(--radius-md);justify-content:center;width:100%;height:48px;margin:0}.helper-text{font-size:.8125rem}.nav-container{padding:0 16px}.logo-text{font-size:1rem}.logo-icon-img{width:28px;height:28px}.loading-section{padding:60px 16px}.loading-section h2{font-size:1.25rem}.progress-steps{flex-direction:column;align-items:stretch;gap:8px}.step{flex-direction:row;gap:10px}.step-line{width:2px;height:16px;margin:0 0 0 7px}.step-label{font-size:.8125rem}.results-section{padding:40px 16px}.results-container{gap:24px}.score-card{padding:24px 16px}.gauge-container{width:160px;height:160px}.score-value{font-size:3rem}.score-symbol{font-size:1.25rem}.status-badge{padding:6px 16px;font-size:.875rem}.scanned-url{word-break:break-all;font-size:.875rem}.stats-row{flex-direction:column;gap:12px}.stat-card{padding:16px}.stat-icon{border-radius:12px;width:44px;height:44px;font-size:1.5rem}.stat-number{font-size:1.5rem}.checks-grid{gap:12px}.check-card{padding:16px}.check-header{flex-wrap:wrap;gap:8px}.check-title{font-size:1rem}.check-desc{font-size:.8125rem}.severity-badge{padding:3px 8px;font-size:.6875rem}.toggle-json-btn{padding:12px 16px;font-size:.9375rem}.raw-json-container{padding:16px}code{font-size:.75rem}.info-section{padding:60px 16px}.info-title{font-size:1.75rem}.info-subtitle{margin-bottom:32px;font-size:1rem}.info-grid{grid-template-columns:1fr;gap:16px}.info-card{padding:28px 20px}.info-icon{margin-bottom:16px;font-size:2.25rem}.info-card h3{font-size:1.25rem}.error-card{padding:32px 20px}.error-card h2{font-size:1.5rem}.site-footer{padding:32px 16px}.footer-links{flex-direction:column;align-items:center;gap:12px}.notification-toast{font-size:.875rem;left:16px;right:16px;transform:translate(0)translateY(20px)}.notification-toast.visible{transform:translate(0)translateY(0)}}@media (width>=481px) and (width<=768px){.hero{min-height:65vh;padding:100px 24px 48px}.hero h1{font-size:2.5rem}.input-wrapper{border-radius:var(--radius-lg);flex-direction:column}#urlInput{border-bottom:1px solid var(--border-default);padding:14px 16px}.scan-button{border-radius:var(--radius-md);justify-content:center;width:100%}.stats-row{flex-direction:column}.score-card{padding:32px 24px}.progress-steps{flex-direction:column;gap:10px}.step{flex-direction:row;gap:10px}.step-line{width:2px;height:20px;margin:0 0 0 7px}.info-grid{grid-template-columns:1fr}.info-card{padding:32px 24px}}@media (width>=769px) and (width<=1024px){.hero{min-height:70vh;padding:120px 32px 60px}.info-grid{grid-template-columns:repeat(3,1fr);gap:20px}.info-card{padding:32px 24px}}@media (width>=1025px){.hero h1{font-size:4.5rem}.results-container{gap:48px}.score-card{flex-direction:row;justify-content:center;gap:48px;padding:48px}.score-details{text-align:left}}.schema-tool-section{max-width:var(--container-width);margin:0 auto;padding:0 24px 80px}.schema-tool-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=900px){.schema-tool-grid{grid-template-columns:1.1fr .9fr;align-items:start}}.schema-tool-card{background:var(--bg-card);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:28px}.schema-tool-card h2{margin-bottom:20px;font-size:1.0625rem}.schema-tool-card+.schema-tool-card{margin-top:24px}.schema-field-grid{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=560px){.schema-field-grid.two-col{grid-template-columns:1fr 1fr}}.form-group select{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-primary);outline:none;padding:14px 16px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group select:focus{border-color:var(--border-active);box-shadow:0 0 0 3px #58a6ff26}.form-group .required-mark{color:var(--accent-blue);margin-left:2px}.form-group .field-hint{color:var(--text-muted);font-size:.8125rem;font-weight:400}.readiness-progress-track{background:var(--bg-secondary);border-radius:999px;height:6px;margin:4px 0 18px;overflow:hidden}.readiness-progress-fill{background:var(--gradient-blue);border-radius:999px;width:0%;height:100%;transition:width .3s}.readiness-count{color:var(--text-secondary);margin-top:-10px;margin-bottom:18px;font-size:.8125rem}.readiness-list .check-card{margin-bottom:10px;padding:14px 16px}.readiness-list .check-card:last-child{margin-bottom:0}.readiness-list .check-title{font-size:.9375rem}.readiness-list .check-result-msg{font-size:.8125rem}.json-output-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.copy-json-btn{background:var(--bg-glass);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--accent-blue);cursor:pointer;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex}.copy-json-btn:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--border-active)}.copy-json-btn:disabled{opacity:.4;cursor:not-allowed}.copy-json-btn.copied{color:var(--accent-green);border-color:var(--accent-green)}.schema-output-pre{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:var(--radius-lg);max-height:460px;padding:20px;overflow:auto}.schema-output-pre code{color:var(--text-secondary);white-space:pre}.schema-fill-note{color:var(--text-muted);margin-top:12px;font-size:.8125rem}.page-header{text-align:center;flex-direction:column;align-items:center;padding:120px 24px 60px;display:flex;position:relative;overflow:hidden}.page-header h1{letter-spacing:-1px;z-index:1;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;position:relative}.page-header p{color:var(--text-secondary);z-index:1;max-width:600px;margin:0 auto;font-size:1.125rem;position:relative}.text-center{text-align:center}.section-subtitle{max-width:640px;margin:0 auto 48px}.mt-18{margin-top:18px}.mb-0{margin-bottom:0}.platform-tabs{flex-wrap:wrap;gap:6px;margin:14px 0 16px;display:flex}.platform-tab{border:1px solid var(--border-default);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s}.platform-tab:hover{border-color:var(--border-active);color:var(--text-primary)}.platform-tab.active{background:var(--gradient-blue);color:#fff;border-color:#0000}.platform-instructions{color:var(--text-muted);margin-top:10px;font-size:.8125rem;line-height:1.5}.platform-instructions strong{color:var(--text-secondary)}.checkbox-label{color:var(--text-secondary);cursor:pointer;user-select:none;align-items:center;gap:8px;font-size:.875rem;display:flex}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-blue);cursor:pointer}.rich-results-link{color:var(--accent-blue);align-items:center;gap:4px;margin-top:12px;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.rich-results-link:hover{text-decoration:underline}.rich-results-link.disabled{color:var(--text-muted);pointer-events:none}.headless-subrow{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-secondary);margin-bottom:16px;padding:14px}.platform-tabs-sub{margin:0 0 14px}.platform-tabs-sub .platform-tab{padding:5px 12px;font-size:.75rem}.mt-0{margin-top:0}.field-mapping-table-wrap{border:1px solid var(--border-default);border-radius:var(--radius-sm);overflow-x:auto}.field-mapping-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.75rem}.field-mapping-table th,.field-mapping-table td{text-align:left;border-bottom:1px solid var(--border-default);color:var(--text-secondary);padding:10px 12px}.field-mapping-table th{color:var(--text-primary);background:var(--bg-secondary);font-weight:600}.field-mapping-table tr:last-child td{border-bottom:none}.field-mapping-table code{font-family:var(--font-mono,monospace);color:var(--accent-blue);font-size:.7rem}.field-mapping-table td[data-col].col-active,.field-mapping-table th[data-col].col-active{background:#58a6ff14}.magento-panel{margin-bottom:16px}.magento-filetree{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-secondary);font-family:var(--font-mono,monospace);color:var(--text-secondary);margin:0 0 16px;padding:12px 14px;font-size:.75rem;list-style:none}.magento-filetree li{white-space:pre;padding:2px 0}.magento-download-btn{justify-content:center;width:100%;margin-bottom:8px;padding:12px;font-size:.875rem}.repeatable-rows{flex-direction:column;gap:12px;display:flex}.repeat-row{border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-secondary);align-items:flex-start;gap:8px;padding:10px;display:flex}.repeat-row-fields{flex-direction:column;flex:1;gap:8px;display:flex}.repeat-row-fields.row-inline{flex-direction:row}.repeat-row input,.repeat-row textarea{background:var(--bg-card,var(--bg-primary));border:1px solid var(--border-default);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:8px 10px;font-family:inherit;font-size:.8125rem}.repeat-row textarea{resize:vertical;min-height:50px}.remove-row-btn{border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;flex-shrink:0;width:28px;height:28px;font-size:1rem;line-height:1;transition:all .2s}.remove-row-btn:hover{border-color:var(--accent-red);color:var(--accent-red)}.add-row-btn{border:1px dashed var(--border-default);border-radius:var(--radius-sm);color:var(--accent-blue);cursor:pointer;background:0 0;width:100%;margin-top:12px;padding:8px 14px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s}.add-row-btn:hover{border-color:var(--accent-blue);background:#58a6ff0d}.text-green{color:var(--accent-green)}.text-amber{color:var(--accent-amber)}.text-red{color:var(--accent-red)}.text-muted{color:var(--text-muted)}.u-hidden{display:none!important}.u-offscreen{opacity:0;position:fixed}.readiness-progress-fill.fill-0-6{width:0%}.readiness-progress-fill.fill-1-6{width:16.6667%}.readiness-progress-fill.fill-2-6{width:33.3333%}.readiness-progress-fill.fill-3-6{width:50%}.readiness-progress-fill.fill-4-6{width:66.6667%}.readiness-progress-fill.fill-5-6{width:83.3333%}.readiness-progress-fill.fill-6-6{width:100%}.readiness-progress-fill.fill-0-8{width:0%}.readiness-progress-fill.fill-1-8{width:12.5%}.readiness-progress-fill.fill-2-8{width:25%}.readiness-progress-fill.fill-3-8{width:37.5%}.readiness-progress-fill.fill-4-8{width:50%}.readiness-progress-fill.fill-5-8{width:62.5%}.readiness-progress-fill.fill-6-8{width:75%}.readiness-progress-fill.fill-7-8{width:87.5%}.readiness-progress-fill.fill-8-8{width:100%}.gauge-fill{stroke-dasharray:502.655}.gauge-fill.gauge-green{stroke:var(--accent-green)}.gauge-fill.gauge-amber{stroke:var(--accent-amber)}.gauge-fill.gauge-red{stroke:var(--accent-red)}.gauge-fill.gauge-offset-0{stroke-dashoffset:502.655px}.gauge-fill.gauge-offset-1{stroke-dashoffset:497.628px}.gauge-fill.gauge-offset-2{stroke-dashoffset:492.602px}.gauge-fill.gauge-offset-3{stroke-dashoffset:487.575px}.gauge-fill.gauge-offset-4{stroke-dashoffset:482.549px}.gauge-fill.gauge-offset-5{stroke-dashoffset:477.522px}.gauge-fill.gauge-offset-6{stroke-dashoffset:472.496px}.gauge-fill.gauge-offset-7{stroke-dashoffset:467.469px}.gauge-fill.gauge-offset-8{stroke-dashoffset:462.442px}.gauge-fill.gauge-offset-9{stroke-dashoffset:457.416px}.gauge-fill.gauge-offset-10{stroke-dashoffset:452.389px}.gauge-fill.gauge-offset-11{stroke-dashoffset:447.363px}.gauge-fill.gauge-offset-12{stroke-dashoffset:442.336px}.gauge-fill.gauge-offset-13{stroke-dashoffset:437.31px}.gauge-fill.gauge-offset-14{stroke-dashoffset:432.283px}.gauge-fill.gauge-offset-15{stroke-dashoffset:427.257px}.gauge-fill.gauge-offset-16{stroke-dashoffset:422.23px}.gauge-fill.gauge-offset-17{stroke-dashoffset:417.204px}.gauge-fill.gauge-offset-18{stroke-dashoffset:412.177px}.gauge-fill.gauge-offset-19{stroke-dashoffset:407.15px}.gauge-fill.gauge-offset-20{stroke-dashoffset:402.124px}.gauge-fill.gauge-offset-21{stroke-dashoffset:397.097px}.gauge-fill.gauge-offset-22{stroke-dashoffset:392.071px}.gauge-fill.gauge-offset-23{stroke-dashoffset:387.044px}.gauge-fill.gauge-offset-24{stroke-dashoffset:382.018px}.gauge-fill.gauge-offset-25{stroke-dashoffset:376.991px}.gauge-fill.gauge-offset-26{stroke-dashoffset:371.965px}.gauge-fill.gauge-offset-27{stroke-dashoffset:366.938px}.gauge-fill.gauge-offset-28{stroke-dashoffset:361.912px}.gauge-fill.gauge-offset-29{stroke-dashoffset:356.885px}.gauge-fill.gauge-offset-30{stroke-dashoffset:351.858px}.gauge-fill.gauge-offset-31{stroke-dashoffset:346.832px}.gauge-fill.gauge-offset-32{stroke-dashoffset:341.805px}.gauge-fill.gauge-offset-33{stroke-dashoffset:336.779px}.gauge-fill.gauge-offset-34{stroke-dashoffset:331.752px}.gauge-fill.gauge-offset-35{stroke-dashoffset:326.726px}.gauge-fill.gauge-offset-36{stroke-dashoffset:321.699px}.gauge-fill.gauge-offset-37{stroke-dashoffset:316.673px}.gauge-fill.gauge-offset-38{stroke-dashoffset:311.646px}.gauge-fill.gauge-offset-39{stroke-dashoffset:306.619px}.gauge-fill.gauge-offset-40{stroke-dashoffset:301.593px}.gauge-fill.gauge-offset-41{stroke-dashoffset:296.566px}.gauge-fill.gauge-offset-42{stroke-dashoffset:291.54px}.gauge-fill.gauge-offset-43{stroke-dashoffset:286.513px}.gauge-fill.gauge-offset-44{stroke-dashoffset:281.487px}.gauge-fill.gauge-offset-45{stroke-dashoffset:276.46px}.gauge-fill.gauge-offset-46{stroke-dashoffset:271.434px}.gauge-fill.gauge-offset-47{stroke-dashoffset:266.407px}.gauge-fill.gauge-offset-48{stroke-dashoffset:261.381px}.gauge-fill.gauge-offset-49{stroke-dashoffset:256.354px}.gauge-fill.gauge-offset-50{stroke-dashoffset:251.327px}.gauge-fill.gauge-offset-51{stroke-dashoffset:246.301px}.gauge-fill.gauge-offset-52{stroke-dashoffset:241.274px}.gauge-fill.gauge-offset-53{stroke-dashoffset:236.248px}.gauge-fill.gauge-offset-54{stroke-dashoffset:231.221px}.gauge-fill.gauge-offset-55{stroke-dashoffset:226.195px}.gauge-fill.gauge-offset-56{stroke-dashoffset:221.168px}.gauge-fill.gauge-offset-57{stroke-dashoffset:216.142px}.gauge-fill.gauge-offset-58{stroke-dashoffset:211.115px}.gauge-fill.gauge-offset-59{stroke-dashoffset:206.089px}.gauge-fill.gauge-offset-60{stroke-dashoffset:201.062px}.gauge-fill.gauge-offset-61{stroke-dashoffset:196.035px}.gauge-fill.gauge-offset-62{stroke-dashoffset:191.009px}.gauge-fill.gauge-offset-63{stroke-dashoffset:185.982px}.gauge-fill.gauge-offset-64{stroke-dashoffset:180.956px}.gauge-fill.gauge-offset-65{stroke-dashoffset:175.929px}.gauge-fill.gauge-offset-66{stroke-dashoffset:170.903px}.gauge-fill.gauge-offset-67{stroke-dashoffset:165.876px}.gauge-fill.gauge-offset-68{stroke-dashoffset:160.85px}.gauge-fill.gauge-offset-69{stroke-dashoffset:155.823px}.gauge-fill.gauge-offset-70{stroke-dashoffset:150.796px}.gauge-fill.gauge-offset-71{stroke-dashoffset:145.77px}.gauge-fill.gauge-offset-72{stroke-dashoffset:140.743px}.gauge-fill.gauge-offset-73{stroke-dashoffset:135.717px}.gauge-fill.gauge-offset-74{stroke-dashoffset:130.69px}.gauge-fill.gauge-offset-75{stroke-dashoffset:125.664px}.gauge-fill.gauge-offset-76{stroke-dashoffset:120.637px}.gauge-fill.gauge-offset-77{stroke-dashoffset:115.611px}.gauge-fill.gauge-offset-78{stroke-dashoffset:110.584px}.gauge-fill.gauge-offset-79{stroke-dashoffset:105.558px}.gauge-fill.gauge-offset-80{stroke-dashoffset:100.531px}.gauge-fill.gauge-offset-81{stroke-dashoffset:95.5044px}.gauge-fill.gauge-offset-82{stroke-dashoffset:90.4779px}.gauge-fill.gauge-offset-83{stroke-dashoffset:85.4513px}.gauge-fill.gauge-offset-84{stroke-dashoffset:80.4248px}.gauge-fill.gauge-offset-85{stroke-dashoffset:75.3982px}.gauge-fill.gauge-offset-86{stroke-dashoffset:70.3717px}.gauge-fill.gauge-offset-87{stroke-dashoffset:65.3451px}.gauge-fill.gauge-offset-88{stroke-dashoffset:60.3186px}.gauge-fill.gauge-offset-89{stroke-dashoffset:55.292px}.gauge-fill.gauge-offset-90{stroke-dashoffset:50.2655px}.gauge-fill.gauge-offset-91{stroke-dashoffset:45.2389px}.gauge-fill.gauge-offset-92{stroke-dashoffset:40.2124px}.gauge-fill.gauge-offset-93{stroke-dashoffset:35.1858px}.gauge-fill.gauge-offset-94{stroke-dashoffset:30.1593px}.gauge-fill.gauge-offset-95{stroke-dashoffset:25.1327px}.gauge-fill.gauge-offset-96{stroke-dashoffset:20.1062px}.gauge-fill.gauge-offset-97{stroke-dashoffset:15.0796px}.gauge-fill.gauge-offset-98{stroke-dashoffset:10.0531px}.gauge-fill.gauge-offset-99{stroke-dashoffset:5.0265px}.gauge-fill.gauge-offset-100{stroke-dashoffset:0}.check-card.delay-0{animation-delay:0s}.check-card.delay-1{animation-delay:60ms}.check-card.delay-2{animation-delay:.12s}.check-card.delay-3{animation-delay:.18s}.check-card.delay-4{animation-delay:.24s}.check-card.delay-5{animation-delay:.3s}.check-card.delay-6{animation-delay:.36s}.check-card.delay-7{animation-delay:.42s}.check-card.delay-8{animation-delay:.48s}.check-card.delay-9{animation-delay:.54s}.check-card.delay-10{animation-delay:.6s}.check-card.delay-11{animation-delay:.66s}.check-card.delay-12{animation-delay:.72s}.check-card.delay-13{animation-delay:.78s}.check-card.delay-14{animation-delay:.84s}.check-card.delay-15{animation-delay:.9s}.check-card.delay-16{animation-delay:.96s}.check-card.delay-17{animation-delay:1.02s}.check-card.delay-18{animation-delay:1.08s}.check-card.delay-19{animation-delay:1.14s}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.BOeWTOD4.woff2)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.DqGufNeO.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.DlzME5K_.woff2)format("woff2-variations");unicode-range:U+1F??}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CkhJZR-_.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-ext-wght-normal.DdQaqQDo.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/outfit-latin-wght-normal.Bc-8i84L.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
