*{box-sizing:border-box}body{color:#111827;background:#f3f4f6;min-width:320px;margin:0;font-family:Inter,Arial,sans-serif}a{color:#1d4ed8;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px}button:disabled{opacity:.5;cursor:not-allowed}input,select{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #e5e7eb;padding:8px;font-size:14px}.app-shell{max-width:980px;min-height:100vh;margin:0 auto}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px;display:flex}.topbar h1{margin:0;font-size:20px}.topbar nav{gap:14px;display:flex}.content{padding:16px}.page-stack{flex-direction:column;gap:12px;display:flex}.section-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.section-card h2{margin:0 0 8px;font-size:16px}.status-box{border:1px solid;border-radius:10px;padding:10px 12px}.status-box.error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.status-box.info{color:#1e3a8a;background:#eff6ff;border-color:#bfdbfe}.status-box.success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.toolbar{align-items:center;gap:10px;display:flex}.list-grid{grid-template-columns:1fr;gap:10px;display:grid}.list-item{border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.meta-row{color:#4b5563;font-size:13px}.telegram-dev-box{background:#fff;border:1px dashed #9ca3af;border-radius:12px;padding:12px}.telegram-dev-box h3{margin:0 0 6px}.inline-row{align-items:center;gap:8px;display:flex}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.table-wrap{overflow-x:auto}.steps{flex-wrap:wrap;gap:8px;display:flex}.step{background:#f3f4f6;border-radius:999px;padding:4px 8px;font-size:13px}.step.active{color:#1e3a8a;background:#dbeafe}.form-stack{flex-direction:column;gap:10px;display:flex}.choice-block{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:10px;padding:10px}.choice-title{margin-bottom:8px;font-weight:600}.choice-options{flex-direction:column;gap:6px;margin-bottom:8px;display:flex}.finalize-box{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:10px;display:flex}@media (width<=760px){.grid-2,.grid-3{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start;gap:8px}}
