:root{color:#172033;background:#f4f6f8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;--primary: #1e40af;--primary-dark: #153389;--border: #cbd5e1;--muted: #526174;--danger: #b91c1c;--warning-bg: #fff7d6}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,input[type=checkbox]{cursor:pointer}button{min-height:44px;padding:.55rem .8rem;color:#172033;background:#fff;border:1px solid #94a3b8;border-radius:4px;font-weight:650}button:hover:not(:disabled){background:#e9eef6;border-color:#64748b}button:active:not(:disabled){background:#dbe3ed}button:disabled{cursor:not-allowed;opacity:.5}button.primary{color:#fff;background:var(--primary);border-color:var(--primary)}button.primary:hover:not(:disabled){background:var(--primary-dark)}button.primary:active:not(:disabled){background:#102969}button:focus-visible,input:focus-visible,dialog:focus-visible{outline:3px solid #d97706;outline-offset:2px}input{width:100%;min-height:44px;padding:.55rem .65rem;color:#111827;background:#fff;border:1px solid #94a3b8;border-radius:4px}input[type=checkbox]{width:1.2rem;min-height:1.2rem;accent-color:var(--primary)}label{display:grid;gap:.35rem;color:#27364a;font-size:.9rem;font-weight:650}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.5rem,3vw,2.25rem);letter-spacing:-.035em}h2{margin-bottom:0;font-size:1.2rem;letter-spacing:-.015em}.eyebrow{margin-bottom:.2rem;color:var(--primary);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.muted{margin-bottom:0;color:var(--muted)}.app-shell{width:min(1600px,100%);margin:0 auto;padding:1.25rem}.skip-link{position:absolute;left:1rem;top:-5rem;z-index:10;padding:.75rem;color:#fff;background:#172033}.skip-link:focus{top:1rem}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1rem;border-bottom:2px solid #172033}.top-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem}.live-region{min-height:3.5rem;padding:.75rem 0}.feedback{margin:0;padding:.65rem .8rem;border-left:4px solid}.feedback.error{color:#7f1d1d;background:#fee2e2;border-color:var(--danger)}.feedback.notice{color:#1e3a5f;background:#dbeafe;border-color:var(--primary)}section{margin-bottom:1.25rem;padding:1rem;background:#fff;border:1px solid var(--border);border-radius:6px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.table-wrap{width:100%;max-width:100%;overflow-x:auto;border:1px solid var(--border)}table{width:100%;min-width:980px;table-layout:fixed;border-collapse:collapse;font-size:.875rem}th,td{padding:.65rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border);overflow-wrap:anywhere}thead th{color:#334155;background:#eef2f6;font-size:.75rem;letter-spacing:.035em;text-transform:uppercase}tbody tr:last-child>*{border-bottom:0}tbody th{color:#111827}.number,code{font-variant-numeric:tabular-nums;font-family:ui-monospace,Cascadia Mono,SFMono-Regular,Consolas,monospace}.rates-table th:nth-child(1){width:8%}.rates-table th:nth-child(2){width:9%}.rates-table th:nth-child(3){width:12%}.rates-table th:nth-child(4){width:12%}.rates-table th:nth-child(5){width:35%}.rates-table th:nth-child(6){width:8%}.rates-table th:nth-child(7){width:12%}.cell-note{display:block;color:var(--muted);font-size:.78rem}.status{display:inline-block;padding:.18rem .45rem;border:1px solid currentColor;border-radius:999px;font-weight:750;white-space:nowrap}.status.fresh{color:#166534;background:#f0fdf4}.status.unavailable,.status.stale{color:#991b1b;background:#fff1f2}.priority-list{display:grid;gap:.4rem;margin:0;padding:0;list-style:none;counter-reset:priority}.priority-list li{display:grid;grid-template-columns:minmax(7rem,1fr) auto auto;align-items:center;gap:.35rem;counter-increment:priority}.priority-list label{display:flex;align-items:center;gap:.4rem}.priority-list label:before{content:counter(priority) "."}.priority-list button{min-height:36px;padding:.25rem .5rem;font-size:.78rem}.small-input{max-width:5rem}.preview-warning{padding:.8rem;color:#713f12;background:var(--warning-bg);border-left:4px solid #d97706}.settings-grid,.inline-form{display:grid;grid-template-columns:repeat(5,minmax(9rem,1fr));align-items:end;gap:.75rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.split>*{min-width:0}.split .inline-form{grid-template-columns:1fr 10rem auto}.compact-table{margin-top:1rem}.compact-table table{min-width:640px}.admin-list{display:grid;gap:.45rem;padding:0;list-style:none}.admin-list li{display:flex;justify-content:space-between;gap:1rem;padding:.65rem;background:#eef2f6}.route{color:#334155;font-size:.78rem}.row-actions{display:flex;flex-wrap:wrap;gap:.35rem}.login-shell{display:grid;min-height:100vh;place-items:center;padding:1rem}.login-card{display:grid;width:min(28rem,100%);gap:.75rem;padding:1.5rem;background:#fff;border:1px solid var(--border);box-shadow:0 12px 30px #0f172a1a}dialog{width:min(42rem,calc(100% - 2rem));padding:1.5rem;border:2px solid #172033;border-radius:6px}dialog::backdrop{background:#0f172aa6}.secret{display:block;margin:1rem 0;padding:.8rem;background:#eef2f6;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.dialog-actions{display:flex;flex-wrap:wrap;justify-content:end;gap:.6rem}.sr-only{position:absolute;left:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.topbar,.section-heading{align-items:flex-start;flex-direction:column}.settings-grid,.inline-form,.split,.split .inline-form{grid-template-columns:1fr}.app-shell{padding:.75rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
