:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}a{color:#1d4ed8}.screen-message{padding:2rem}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#e2e8f0;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.sidebar nav{display:flex;flex-direction:column;gap:.5rem}.sidebar a{color:#cbd5e1;text-decoration:none}.sidebar a.active{color:#fff;font-weight:600}.sidebar button{margin-top:auto}.content{padding:1.25rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;margin-bottom:1rem}.muted{color:#64748b}.error{color:#b91c1c;white-space:pre-wrap}.section-title{margin:1.5rem 0 .75rem;font-size:1.05rem;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:.5rem}.stat-card h3{margin:.25rem 0 0}.section-hint{margin:-.35rem 0 .75rem;font-size:.9rem}.funnel-chart{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.funnel-row{display:grid;grid-template-columns:160px 1fr 48px;gap:.75rem;align-items:center}.funnel-label{font-size:.9rem;color:#475569}.funnel-bar-track{height:12px;background:#e2e8f0;border-radius:999px;overflow:hidden}.funnel-bar{height:100%;background:#0ea5e9;border-radius:999px;min-width:4px}.funnel-value{text-align:right;font-variant-numeric:tabular-nums}@media (max-width: 720px){.funnel-row{grid-template-columns:1fr 40px;grid-template-rows:auto auto}.funnel-label{grid-column:1 / -1}}.registrations-chart{display:flex;align-items:flex-end;gap:4px;min-height:180px;overflow-x:auto;padding-bottom:.5rem}.chart-bar-wrap{flex:1 0 22px;min-width:22px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px}.chart-bar{width:100%;max-width:18px;border-radius:4px 4px 0 0;background:#0ea5e9}.chart-value{font-size:10px;color:#334155;min-height:12px;line-height:1}.chart-label{font-size:9px;color:#94a3b8;writing-mode:vertical-rl;transform:rotate(180deg);height:42px;text-align:left}.registrations-table{max-height:360px;overflow:auto;display:block}.registrations-table thead,.registrations-table tbody,.registrations-table tr{display:table;width:100%;table-layout:fixed}.filters{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.checkbox-label{display:flex;align-items:center;gap:.5rem}.attention-row{background:#fef2f2}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #e2e8f0;text-align:left;padding:.65rem;vertical-align:top}.feedback-message{max-width:320px;white-space:pre-wrap}select{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .6rem;font:inherit}.pager{display:flex;gap:1rem;align-items:center}.actions .row{display:flex;gap:.75rem;flex-wrap:wrap}.login-wrapper{min-height:100vh;display:grid;place-items:center}.login-card{width:min(380px,90vw)}label{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}input,button{border:1px solid #cbd5e1;border-radius:8px;padding:.5rem .6rem;font:inherit}button{background:#0f172a;color:#fff;cursor:pointer}button:disabled{opacity:.65;cursor:default}
