:root{color:#0f172a;background:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}.app{background:#f8fafc;min-height:100vh;padding:24px}.container{flex-direction:column;gap:24px;max-width:1280px;margin:0 auto;display:flex}header h1{margin:0 0 6px;font-size:28px;font-weight:750;line-height:1.1}header p{color:#64748b;margin:0}.card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:20px;box-shadow:0 1px 2px #0f172a0d}.card-head{margin-bottom:16px}.card-head h3{margin:0;font-size:16px}.card-head p{color:#64748b;margin:4px 0 0;font-size:14px}.grid{gap:16px;display:grid}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.four{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{flex-direction:column;gap:16px;display:flex}.metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.metric p{color:inherit;opacity:.78;margin:0;font-size:14px}.metric strong{text-overflow:ellipsis;margin-top:8px;font-size:22px;font-weight:750;display:block;overflow:hidden}.metric small{opacity:.72;margin-top:4px;display:block}.metric.green{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.metric.amber{color:#78350f;background:#fffbeb;border-color:#fde68a}.metric.blue{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.metric.red{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.badge{color:#334155;background:#f1f5f9;border-radius:999px;align-items:center;padding:4px 8px;font-size:12px;font-weight:650;display:inline-flex}.badge.green{color:#166534;background:#dcfce7}.badge.amber{color:#92400e;background:#fef3c7}.badge.blue{color:#1e40af;background:#dbeafe}.badge.red{color:#991b1b;background:#fee2e2}.field span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:650;display:block}.input-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;overflow:hidden}.input-wrap input{font:inherit;border:0;outline:0;flex:1;padding:10px 12px}.input-wrap em{color:#64748b;padding:10px 12px;font-size:14px;font-style:normal}select{width:100%;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:14px;outline:0;padding:10px 12px}.toggle{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px;display:flex}.toggle.on{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.two-col{grid-template-columns:300px minmax(0,1fr);gap:24px;display:grid}.left-nav{flex-direction:column;gap:8px;display:flex}.step-btn{text-align:left;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:100%;padding:14px;transition:all .15s;display:block}.step-btn:hover{background:#f8fafc}.step-btn.active{color:#fff;background:#0f172a;border-color:#0f172a}.step-btn small{opacity:.75;font-size:12px;display:block}.step-btn b{margin-top:4px;font-size:14px;display:block}.step-btn span{color:#64748b;margin-top:4px;font-size:12px;display:block}.step-btn.active span{color:#cbd5e1}.main-panel{flex-direction:column;gap:16px;display:flex}.flow-head small{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.flow-head h2{margin:4px 0 0;font-size:20px}.flow-head p{color:#64748b;margin:4px 0 0}.progress{background:#e2e8f0;border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.progress i{background:#0f172a;border-radius:999px;height:100%;display:block}.actions{background:#fff;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;padding:14px;display:flex}.actions button,.tabs button{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:10px 16px;font-weight:650}.actions button.primary,.tabs button.active{color:#fff;background:#0f172a;border-color:#0f172a}.actions button:disabled{opacity:.45}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.category-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px}.category-card.active{color:#fff;background:#0f172a;border-color:#0f172a}.category-card b,.family-card b{display:block}.category-card span,.family-card span,.hint{color:#64748b;margin-top:6px;font-size:12px;display:block}.category-card.active span{color:#cbd5e1}.family-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.text{color:#334155;font-size:14px}.chips{flex-wrap:wrap;gap:8px;display:flex}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;color:#64748b;border-bottom:1px solid #e2e8f0;padding:10px;font-weight:650}td{border-bottom:1px solid #f1f5f9;padding:10px}pre{color:#fff;background:#0f172a;border-radius:16px;margin:0;padding:16px;font-size:12px;overflow:auto}.verdict{border:1px solid;border-radius:20px;padding:20px}.verdict.pass{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.verdict.fail{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.timeline{flex-direction:column;gap:10px;display:flex}.timeline div{border:1px solid #e2e8f0;border-radius:14px;padding:12px}.tabs{flex-wrap:wrap;gap:8px;display:flex}ul{color:#334155;margin:0;padding-left:20px}li{margin:6px 0}@media (width<=900px){.two-col,.two,.three,.four,.category-grid{grid-template-columns:1fr}.app{padding:14px}}
