html,body,#root{width:100%;min-height:100%}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f7fb;color:#0f172a}.app{max-width:720px;margin:0 auto;padding:16px}.topbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.topbar h1{margin:0;font-size:1.4rem}.topbar p{margin:4px 0 0;color:#475569;font-size:.9rem}.refresh-btn{width:44px;height:44px;border-radius:12px;border:none;background:#1d4ed8;color:#fff;font-size:1.35rem;cursor:pointer}.refresh-btn:disabled{opacity:.55;cursor:wait}.status-card{margin-top:16px;background:#fff;border-radius:14px;padding:12px;display:grid;gap:8px;border:1px solid #e2e8f0}.journeys{margin-top:16px;display:grid;gap:12px}.journey-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.journey-head{display:flex;justify-content:space-between;align-items:center}.journey-head h2{margin:0;font-size:1.05rem}.summary{margin:8px 0;font-weight:600}.meta-row{display:flex;gap:12px;color:#475569;font-size:.9rem}.tags{margin:8px 0;display:flex;gap:8px;flex-wrap:wrap}.tag{padding:4px 8px;border-radius:999px;background:#e2e8f0;font-size:.75rem}.tag.favorite{background:#dbeafe;color:#1e40af}.tag.disruption{background:#fee2e2;color:#991b1b}ul{margin:8px 0 0;padding-left:16px}li{margin-bottom:4px}.info{color:#0f172a}.error{color:#b91c1c;font-weight:600}
