:root { font-family: 'Segoe UI', system-ui, sans-serif; color: #172d4e; background: #f2f5fb; font-size: 16px; line-height: 1.55; --navy:#152e55; --blue:#245cc6; --muted:#546681; }
* { box-sizing:border-box; } body { margin:0; } button,input { font:inherit; } button,a,input { -webkit-tap-highlight-color:transparent; } button { cursor:pointer; } a { color:var(--blue); } button:focus-visible,a:focus-visible,input:focus-visible { outline:3px solid #e69c24; outline-offset:4px; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding:22px max(24px,calc((100vw - 1120px)/2)); background:#fff; border-bottom:1px solid #e0e6ef; gap:20px; }
.brand { display:flex; gap:12px; align-items:center; font-size:30px; text-decoration:none; color:var(--navy); font-weight:750; line-height:1.15; }.brand span { font-size:20px; }.brand small { display:block; font-size:12px; letter-spacing:1.5px; margin-top:6px; font-weight:600; }
.local-badge,.tag { background:#eaf0fb; border-radius:40px; padding:7px 13px; font-size:14px; font-weight:600; }.local-badge { color:#45597c; }
main { max-width:1120px; margin:42px auto 60px; padding:0 24px; min-height:65vh; } h1,h2,h3,p { margin-top:0; } h1 { font-size:clamp(30px,4vw,44px); letter-spacing:-1.5px; line-height:1.12; margin-bottom:18px; } h2 { font-size:24px; line-height:1.25; } h3 { font-size:19px; } p { color:var(--muted); } .eyebrow { font-size:13px; font-weight:700; letter-spacing:2px; text-transform:uppercase; margin-bottom:20px; }
.auth-shell { display:grid; grid-template-columns:1fr 1fr; background:white; border:1px solid #dce3f0; border-radius:22px; overflow:hidden; box-shadow:0 20px 65px #142d5010; }
.trip-cover { color:white; background:var(--navy); padding:46px 40px; display:flex; flex-direction:column; justify-content:space-between; }.trip-cover p { color:#c4d4ee; }.trip-cover h1 { max-width:360px; }.trip-cover .eyebrow { color:#f8cd75; }.trip-cover .lead { font-size:18px; max-width:330px; }.trip-ticket { border-top:1px dashed #8298b7; padding-top:24px; margin-top:40px; }.trip-ticket strong { display:block; font-size:28px; color:#fff; }.trip-ticket span { color:#c4d4ee; }.trip-facts { display:flex; gap:30px; margin-top:20px; font-size:14px; }.trip-facts b { display:block; color:#f8cd75; font-size:19px; }
.auth-form { padding:42px; }.auth-form h2 { margin-bottom:10px; }.auth-form label { display:block; font-weight:650; margin:18px 0 7px; font-size:14px; } input:not([type=checkbox]) { width:100%; background:#f8faff; color:var(--navy); border:1px solid #b9c7dc; border-radius:9px; min-height:48px; padding:10px 13px; } .password-row { display:flex; gap:8px; }.password-row input { min-width:0; }.password-row button { background:white; color:var(--blue); border:1px solid #b9c7dc; border-radius:9px; padding:0 12px; font-size:14px; }.hint { font-size:14px; margin:7px 0 0; }.primary { background:var(--blue); color:white; border:0; border-radius:9px; padding:13px 20px; min-height:48px; font-weight:650; }.auth-form .primary { width:100%; margin-top:24px; }.secondary { border:1px solid #b9c7dc; border-radius:9px; background:white; color:var(--navy); padding:10px 18px; min-height:44px; }.text-button { background:none; border:0; color:var(--blue); padding:14px 0 0; text-decoration:underline; font-size:14px; } button:disabled { opacity:.6; cursor:wait; }.notice { background:#fff4d9; color:#705017; border-left:3px solid #d69726; padding:14px 17px; border-radius:6px; font-size:14px; }.error { color:#992c2c; background:#fff0ef; border-radius:7px; padding:12px; margin:18px 0 0; }.error:empty { display:none; }
.welcome { display:flex; justify-content:space-between; gap:24px; align-items:center; margin-bottom:24px; }.welcome h1 { font-size:36px; margin:8px 0; }.welcome p { margin:0; }.dashboard-grid { display:grid; grid-template-columns:1.25fr 1fr; gap:24px; margin-top:28px; }.panel { background:white; border:1px solid #dce3f0; border-radius:16px; padding:26px; }.day { display:grid; grid-template-columns:42px 1fr; gap:14px; padding:20px 0; border-top:1px solid #e6ebf3; }.day-icon { width:42px; height:42px; border-radius:12px; background:#eef3fc; display:grid; place-items:center; font-size:22px; }.day small { font-size:13px; color:var(--muted); }.day h3 { margin:4px 0 7px; }.day p { font-size:14px; margin-bottom:6px; }.route { color:var(--navy); font-weight:600; }.task { display:flex; gap:12px; align-items:flex-start; padding:13px 0; border-bottom:1px solid #e6ebf3; cursor:pointer; }.task input { width:20px; height:20px; margin:3px 0 0; flex-shrink:0; accent-color:var(--blue); }.task:has(input:checked) span { color:var(--muted); text-decoration:line-through; }.progress { width:100%; accent-color:var(--blue); height:10px; margin-bottom:12px; }.source { display:inline-block; font-size:14px; margin-top:16px; }.recovery { max-width:640px; margin:30px auto; }.recovery code { display:block; background:#eef3fc; border:1px dashed #93a7c6; padding:20px; margin:22px 0; overflow-wrap:anywhere; user-select:all; font-size:18px; }.recovery .primary { margin-top:24px; width:100%; }.recovery-check { display:flex; gap:10px; align-items:flex-start; }.recovery-check input { width:20px; height:20px; }.loading { text-align:center; padding:70px 0; } footer { color:var(--muted); font-size:13px; text-align:center; padding:20px 24px 30px; }
@media(max-width:760px) { .topbar { padding:18px 20px; flex-wrap:wrap; }.brand span { font-size:18px; }.local-badge { font-size:12px; } main { margin-top:24px; padding:0 16px; }.auth-shell,.dashboard-grid { grid-template-columns:1fr; }.trip-cover { padding:28px; }.trip-cover h1 { font-size:33px; max-width:none; }.trip-cover .lead { margin:0; font-size:16px; }.trip-ticket { margin-top:20px; padding-top:15px; }.trip-ticket strong { font-size:22px; }.trip-facts { margin-top:12px; }.auth-form { padding:28px; }.welcome { align-items:flex-start; }.welcome h1 { font-size:28px; }.panel { padding:22px; } }
