*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;background:#ffffff;color:#111827}
.container{max-width:900px;margin:0 auto;padding:24px}
.section{margin-top:16px;padding:16px;border:1px solid #e5e7eb;background:#ffffff;border-radius:8px}
.block{display:block;margin-bottom:8px;color:#374151}
.input,.select,.textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;background:#ffffff;color:#111827;border-radius:6px}
.textarea{min-height:84px;resize:vertical}
.btn{padding:10px 14px;border:1px solid #d1d5db;background:#f9fafb;color:#111827;border-radius:6px;cursor:pointer}
.btn:hover{background:#f3f4f6}
.btn.primary{background:#2563eb;border-color:#2563eb;color:#ffffff}
.btn.primary:hover{background:#1d4ed8}
.btn.danger{background:#dc2626;border-color:#dc2626;color:#ffffff}
.btn.danger:hover{background:#b91c1c}
.flex{display:flex}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.muted{color:#6b7280}
.field{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;margin-top:12px}
.field .col{display:flex;flex-direction:column}
.badge{display:inline-block;padding:4px 8px;border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;color:#374151;font-size:12px}
.row{display:flex;gap:12px;margin-top:8px}
.danger-text{color:#ef4444}
.hero{padding:48px 0;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#ffffff 0%,#f9fafb 100%)}
.hero-title{font-size:28px;line-height:1.2;margin:0 0 12px}
.hero-sub{color:#6b7280;margin:0 0 16px}
.hero-actions{display:flex;gap:12px;margin-top:8px}
.chips-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.chip{display:inline-block;padding:4px 10px;border:1px solid #e5e7eb;background:#f3f4f6;border-radius:999px;color:#1f2937}
.chip-btn{padding:6px 10px;border:1px solid #e5e7eb;background:#ffffff;color:#111827;border-radius:999px;cursor:pointer}
.chip-btn:hover{background:#f3f4f6}
