:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #f5f7fb; color: #182033; }
a { color: inherit; text-decoration: none; }
.container { width: min(1080px, calc(100% - 32px)); margin: 0 auto; }
.topbar { background: #111827; color: white; }
.nav-wrap { min-height: 64px; display: flex; align-items: center; justify-content: space-between; }
.brand { font-weight: 800; letter-spacing: .2px; }
.health { opacity: .8; }
.main-content { padding: 56px 0; }
.hero { display: flex; gap: 24px; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.eyebrow { color: #2563eb; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
h1 { margin: 8px 0 10px; font-size: clamp(30px, 5vw, 46px); }
p { line-height: 1.65; color: #556077; }
.card, .form-card { background: white; border: 1px solid #e5e7eb; border-radius: 16px; box-shadow: 0 10px 30px rgba(15, 23, 42, .06); }
.card { overflow: hidden; }
.form-card { max-width: 620px; padding: 28px; }
.form-card h1 { font-size: 30px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 16px; border-bottom: 1px solid #edf0f5; text-align: left; white-space: nowrap; }
th { background: #f8fafc; font-size: 13px; color: #64748b; }
.actions { display: flex; gap: 8px; }
.actions form { margin: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d6dbe5; background: white; color: #1f2937; border-radius: 9px; padding: 10px 14px; cursor: pointer; font: inherit; }
.button.primary { background: #2563eb; color: white; border-color: #2563eb; }
.button.danger { color: #b91c1c; }
.button.small { padding: 7px 10px; font-size: 13px; }
.badge { display: inline-block; border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 700; }
.badge.done { background: #dcfce7; color: #166534; }
.badge.pending { background: #fef3c7; color: #92400e; }
.alert { margin-bottom: 18px; background: #dcfce7; color: #166534; border-radius: 10px; padding: 12px 14px; }
.empty { padding: 30px; }
label { display: block; margin: 18px 0 7px; font-weight: 700; }
input[type="text"] { width: 100%; border: 1px solid #cfd6e2; border-radius: 9px; padding: 12px 13px; font: inherit; }
.checkbox-row { display: flex; gap: 10px; align-items: center; font-weight: 500; }
.checkbox-row input { width: 18px; height: 18px; }
.validation { color: #b91c1c; font-size: 13px; }
.form-actions { display: flex; gap: 10px; margin-top: 24px; }
code { overflow-wrap: anywhere; }
@media (max-width: 720px) { .hero { align-items: stretch; flex-direction: column; } .hero .button { align-self: flex-start; } }
