:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f5f7;--card-bg:#fff;--text:#1a1a1a;--subtitle:#5c5f66;--border:#d6d8db;--teal:#1fabaa;--teal-hover:#178685;--navy:#14324f;--royal:#2f5fd0;--royal-hover:#24439e;--success:#16a34a;--success-bg:#dcfce7;--attention:#d97706;--attention-bg:#fef3c7;--stop:#dc2626;--stop-bg:#fee2e2;--neutral-bg:#e2e8f0;--accent:var(--teal);--accent-hover:var(--teal-hover);--error:var(--stop);font-family:system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}a{color:var(--royal)}a:hover{color:var(--royal-hover)}.site-header{background:var(--card-bg);border-bottom:3px solid var(--navy);align-items:center;width:100%;padding:.85rem 1.5rem;display:flex}.site-logo{width:auto;height:40px;display:block}.page{justify-content:center;align-items:flex-start;min-height:calc(100vh - 66px);padding:3rem 1rem;display:flex}.form-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;width:100%;max-width:480px;padding:2rem}.form-card h1{color:var(--navy);margin:0 0 .25rem;font-size:1.5rem}.subtitle{color:var(--subtitle);margin:0 0 1.5rem}form{flex-direction:column;gap:1rem;display:flex}label{flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600;display:flex}input,select{font:inherit;border:1px solid var(--border);border-radius:6px;padding:.6rem .7rem;font-weight:400}button{font:inherit;background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.7rem 1rem;font-weight:600}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.6;cursor:not-allowed}.error{color:var(--error);margin:0;font-size:.9rem}code{background:#eef0f2;border-radius:4px;padding:.2rem .4rem}.status-badge{background:var(--neutral-bg);color:var(--navy);border-radius:999px;margin:0 0 1.5rem;padding:.4rem .8rem;font-weight:600;display:inline-block}.status-badge.badge-attention{background:var(--attention-bg);color:var(--attention)}.status-badge.badge-success{background:var(--success-bg);color:var(--success)}.status-badge.badge-stop{background:var(--stop-bg);color:var(--stop)}.consent-log{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.consent-log li{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:.15rem;padding:.75rem;display:flex}.consent-log time{color:var(--subtitle);font-size:.8rem}.list-card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;width:100%;max-width:900px;padding:2rem}.list-card h1{color:var(--navy);margin:0 0 .25rem;font-size:1.5rem}.applications-table{border-collapse:collapse;width:100%;font-size:.9rem}.applications-table th,.applications-table td{text-align:left;border-bottom:1px solid var(--border);padding:.65rem .75rem}.applications-table th{color:var(--navy);text-transform:uppercase;letter-spacing:.02em;font-size:.8rem;font-weight:600}.applications-table a{color:var(--royal);font-weight:600;text-decoration:none}.applications-table a:hover{color:var(--royal-hover);text-decoration:underline}.applications-table .status-badge{margin:0;padding:.25rem .6rem;font-size:.8rem}
