*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#fff;color:#111827}.container{max-width:72rem;margin:0 auto;padding:2rem 1rem}.hero{text-align:center;margin-bottom:3rem}.hero-badge{display:inline-block;background:#dbeafe;color:#1d4ed8;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;margin-bottom:1rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.25rem;color:#6b7280;max-width:40rem;margin:0 auto}.form-container{max-width:42rem;margin:0 auto 3rem}.form-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e5e7eb}.form-label{display:block;margin-bottom:.5rem;font-weight:500}.form-group{display:flex;gap:1rem;margin-bottom:1rem}.form-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-button{background:#3b82f6;color:#fff;padding:.75rem 2rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background .2s}.form-button:hover{background:#2563eb}.form-button:disabled{opacity:.5;cursor:not-allowed}.form-helper{font-size:.75rem;color:#6b7280}.loading{display:none;text-align:center;padding:2rem}.loading.show{display:block}.spinner{display:inline-block;width:3rem;height:3rem;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results{display:none;max-width:56rem;margin:0 auto}.results.show{display:block}.result-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;border:1px solid #e5e7eb}.status-card{display:flex;align-items:center;gap:1.5rem}.status-icon{font-size:4rem}.status-text h2{font-size:1.5rem;margin-bottom:.5rem}.status-found{background:linear-gradient(to bottom right,#f0fdf4,#fff);border-color:#bbf7d0}.status-found .status-icon{color:#10b981}.status-notfound{background:linear-gradient(to bottom right,#fef2f2,#fff);border-color:#fecaca}.status-notfound .status-icon{color:#ef4444}.score-bar{height:.75rem;background:#e5e7eb;border-radius:999px;overflow:hidden;margin-top:1rem}.score-fill{height:100%;background:linear-gradient(to right,#3b82f6,#1d4ed8);transition:width 1s}.file-content{background:#1f2937;color:#e5e7eb;padding:1.5rem;border-radius:.5rem;font-family:monospace;font-size:.875rem;overflow-x:auto;white-space:pre-wrap;max-height:400px;overflow-y:auto}.check-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:.5rem;margin-bottom:.5rem}.check-pass{background:#f0fdf4}.check-fail{background:#fef2f2}.check-warn{background:#fffbeb}.check-icon{font-size:1.25rem;flex-shrink:0}.check-text{flex:1}.check-text strong{display:block;margin-bottom:.25rem}.check-text p{font-size:.875rem;color:#6b7280;margin:0}.info-section{max-width:56rem;margin:0 auto 3rem;padding:2rem;background:#f9fafb;border-radius:1rem}.info-section h2{font-size:1.5rem;margin-bottom:1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.info-card{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 4px #0000000d}.info-card h3{font-size:1.125rem;margin-bottom:.5rem;color:#3b82f6}.info-card p{font-size:.9rem;color:#6b7280;line-height:1.6}.example-section{max-width:56rem;margin:0 auto 3rem}.example-section h2{font-size:1.5rem;margin-bottom:1rem;text-align:center}.example-code{background:#1f2937;color:#e5e7eb;padding:1.5rem;border-radius:.75rem;font-family:monospace;font-size:.875rem;overflow-x:auto;white-space:pre}.example-code .comment{color:#6b7280}.example-code .section{color:#10b981}.example-code .value{color:#fbbf24}.cta{text-align:center;padding:3rem;background:linear-gradient(to bottom right,#eff6ff,#f0fdf4);border-radius:1rem;margin:3rem auto;max-width:56rem}.cta h2{font-size:1.75rem;margin-bottom:1rem}.cta p{color:#6b7280;margin-bottom:1.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;display:inline-block;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.btn-secondary:hover{background:#eff6ff}.btn-green{background:#10b981;color:#fff}.btn-green:hover{background:#059669}.faq{max-width:56rem;margin:0 auto 3rem}.faq h2{text-align:center;font-size:1.75rem;margin-bottom:2rem}.faq-item{background:#fff;margin-bottom:.75rem;border-radius:.5rem;box-shadow:0 2px 4px #0000000d;border:1px solid #e5e7eb}.faq-question{padding:1.25rem;cursor:pointer;font-weight:500;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background:#f9fafb}.faq-question:after{content:"+";font-size:1.5rem;color:#6b7280}details[open] .faq-question:after{content:"−"}.faq-answer{padding:0 1.25rem 1.25rem;color:#6b7280;line-height:1.7}.error{display:none;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;margin-top:1rem}.error.show{display:block}.rate-limit{display:none;padding:1.5rem;background:linear-gradient(135deg,#fef3c7,#fff7ed);border:1px solid #fde68a;border-radius:.75rem;margin-top:1rem}.rate-limit.show{display:block}.rate-limit h3{color:#92400e;font-size:1.125rem;margin-bottom:.5rem}.rate-limit p{color:#78350f;font-size:.9375rem;margin-bottom:1rem}.rate-limit .cta-btn{display:inline-block;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none}.rate-limit .cta-btn:hover{opacity:.9}.related-tools{max-width:56rem;margin:0 auto 3rem}.related-tools h2{text-align:center;font-size:1.5rem;margin-bottom:1.5rem}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.tool-card{background:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb;text-decoration:none;color:inherit;transition:all .2s}.tool-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.tool-card h3{font-size:1.125rem;margin-bottom:.5rem;color:#111827}.tool-card p{font-size:.875rem;color:#6b7280}@media(max-width:768px){.hero h1{font-size:1.75rem}.form-group{flex-direction:column}.status-card{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column}}
