:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f4f6f8}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}#root{min-height:100vh}h2{margin:.5rem 0 0}.app{max-width:1100px;margin:0 auto;padding:2rem}.header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}.site-title{margin:.35rem 0 0;font-size:2rem}.nav{display:flex;flex-wrap:wrap;gap:1rem}.content{display:grid;gap:1.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}@media(max-width:900px){.header{flex-direction:column;align-items:flex-start}}.card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb}.hero-card{padding:2rem}.eyebrow{margin:0;color:#2563eb;font-size:.85rem;font-weight:700;text-transform:uppercase}.card-title{margin:0 0 1rem;font-size:1.2rem;font-weight:700}.description{color:#4b5563}.description.small{margin-top:0}.result-block{white-space:pre-wrap}.card-row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.status{border-radius:999px;padding:.25rem .7rem;font-size:.8rem;font-weight:700;background:#e5e7eb;color:#111827}.status.ok{background:#dcfce7;color:#166534}.status.off{background:#fee2e2;color:#991b1b}.simple-list{margin:0;padding-left:1.25rem}.simple-list li+li{margin-top:.5rem}.ordered{list-style:decimal}.primary-button,.secondary-button,.submit-button{border:none;border-radius:8px;padding:.8rem 1rem;cursor:pointer;margin-top:1rem}.primary-button,.submit-button{background:#2563eb;color:#fff}.primary-button:disabled,.submit-button:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.secondary-button{background:#e5e7eb;color:#111827}.nav-button{border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:.7rem 1rem;cursor:pointer}.nav-button.active{background:#2563eb;color:#fff;border-color:#2563eb}.nav-button:disabled{opacity:.5;cursor:not-allowed}.tabs{display:flex;gap:.75rem;margin-bottom:1rem}.tab{border:1px solid #d1d5db;border-radius:8px;padding:.7rem 1rem;background:#fff;cursor:pointer}.tab.active{background:#2563eb;color:#fff;border-color:#2563eb}.auth-form{display:grid;gap:1rem}.field{display:grid;gap:.4rem}.field input{padding:.8rem;border:1px solid #d1d5db;border-radius:8px}.field textarea{min-height:160px;padding:.8rem;border:1px solid #d1d5db;border-radius:8px;resize:vertical}.feedback{margin-top:1rem;padding:.8rem 1rem;border-radius:8px}.feedback.success{background:#dcfce7;color:#166534}.feedback.error{background:#fee2e2;color:#991b1b}
