:root{--bg:#f4f2ec;--surface:#ffffff;--ink:#16241f;--ink-2:#3f4d48;--muted:#5b6863;--line:#e3dfd3;--line-soft:#ece8dc;--head:#f8f6f0;--accent:#1f6b57;--accent-ink:#134536;--accent-bg:#e1eee8;--display:"Bricolage Grotesque","Segoe UI",system-ui,sans-serif;--body:"Figtree","Segoe UI",system-ui,sans-serif;color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.45;-webkit-text-size-adjust:100%}a{color:var(--accent)}a:hover{color:var(--accent-ink);text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}h1,h2{font-family:var(--display);font-weight:700;margin:0;color:var(--ink)}h1{font-size:32px;line-height:38px}h2{font-size:20px;line-height:26px}p{margin:0}.muted{color:var(--muted)}.small{font-size:13px;line-height:18px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.topbar{background:var(--surface);border-bottom:1px solid var(--line);padding:0 32px;min-height:68px;justify-content:space-between;gap:16px}.topbar,.topbar-left{display:flex;align-items:center;flex-wrap:wrap}.topbar-left{gap:32px}.brand{display:flex;align-items:baseline;gap:10px}.brand-name{font-family:var(--display);font-weight:700;font-size:24px}.brand-name,.brand-name:hover{color:var(--ink);text-decoration:none}.brand-sub{color:var(--muted);font-size:14px}.nav{gap:6px}.nav,.nav a{display:flex}.nav a{align-items:center;min-height:44px;padding:0 16px;border-radius:10px;font-weight:600;color:var(--ink-2)}.nav a,.nav a:hover{text-decoration:none}.nav a:hover{background:var(--head);color:var(--ink)}.nav a[aria-current=page]{background:var(--accent-bg);color:#17573f}.tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lang{display:flex;border:1px solid var(--line);border-radius:10px;overflow:hidden}.lang a{display:flex;align-items:center;min-height:40px;padding:0 12px;font-weight:600;font-size:14px;color:var(--ink-2);text-decoration:none}.lang a[aria-current=true]{background:var(--accent-bg);color:#17573f}.tool-link{display:inline-flex;align-items:center;min-height:40px;padding:0 8px;font-size:14px;font-weight:600;color:var(--ink-2);background:none;border:0;cursor:pointer;text-decoration:none;font-family:inherit}.tool-link:hover{color:var(--ink);text-decoration:underline}.banner{background:#fbebcb;color:#7a4b00;font-weight:600;font-size:13px;padding:4px 12px;border-radius:999px}.page{padding:32px;max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-head p{margin-top:6px;max-width:70ch}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px}.cards3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.stat{padding:20px 24px}.stat-label{font-size:14px;font-weight:600;color:var(--muted)}.stat-value{font-family:var(--display);font-weight:700;font-size:44px;line-height:52px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat-value.alert{color:#8f2f0b}.filters{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px;min-width:160px}.field.grow{flex:1 1 260px}.field label{font-size:13px;font-weight:600;color:var(--ink-2)}.input,.select{height:44px;padding:0 14px;border:1px solid #cfcabb;border-radius:10px;background:var(--surface);font:inherit;color:var(--ink);width:100%}.check{display:flex;align-items:center;gap:10px;min-height:44px;font-weight:600;color:var(--ink-2)}.check input{width:20px;height:20px;accent-color:var(--accent)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;border:1px solid var(--accent);background:var(--accent);font:inherit;font-weight:600;cursor:pointer}.btn,.btn:hover{color:#fff;text-decoration:none}.btn:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.btn[disabled]{opacity:.6;cursor:progress}.btn.ghost{background:var(--surface)}.btn.ghost,.btn.ghost:hover{color:var(--ink);border-color:#cfcabb}.btn.ghost:hover{background:var(--head)}.btn.small{min-height:40px;padding:0 14px;font-size:14px}.chip{display:inline-block;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600;line-height:18px;white-space:nowrap}.chip.green{background:#e1f0e8;color:#17573f}.chip.amber{background:#fbebcb;color:#7a4b00}.chip.red{background:#f9ded6;color:#8f2f0b}.chip.grey{background:#e9e7e0;color:#4a4a44}.chip.blue{background:#e3eaf3;color:#284a70}.chip.plain{background:#efece3;color:var(--ink-2)}.table-card{overflow:hidden}.table-scroll{overflow-x:auto}.table{width:100%;border-collapse:collapse;min-width:1180px}.table th{text-align:left;font-size:13px;font-weight:600;color:var(--muted);padding:12px 16px;background:var(--head);white-space:nowrap}.table td{padding:14px 16px;border-top:1px solid var(--line-soft);vertical-align:middle;font-size:14px}.table td.num,.table th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table td.name a{font-size:15px;font-weight:600;color:var(--ink);text-decoration:none}.table td.name a:hover{text-decoration:underline}.table td a.plain{color:inherit;text-decoration:none}.table td a.plain:hover{text-decoration:underline}.table-foot{padding:14px 16px;border-top:1px solid var(--line-soft);background:var(--head);color:var(--muted);font-size:14px}.empty{padding:40px 16px;text-align:center;color:var(--muted)}.pills{display:flex;gap:10px;flex-wrap:wrap}.pill{padding:8px 14px;border-radius:10px;background:var(--surface);border:1px solid var(--line);font-weight:600;font-size:14px}.pill.warn{background:#fbebcb;border-color:#fbebcb;color:#7a4b00}.areas{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:16px;gap:16px;align-items:start}.area{overflow:hidden}.area-head{padding:16px 18px;background:var(--head);border-bottom:1px solid var(--line-soft)}.area-head h2{font-size:22px;line-height:28px}.area-meta{display:flex;justify-content:space-between;align-items:center;margin-top:2px}.area-count{font-weight:600;font-size:13px;color:#17573f}.stop{padding:14px 18px;border-top:1px solid var(--line-soft);display:flex;flex-direction:column;gap:6px}.stop:first-of-type{border-top:0}.stop-name{font-size:15px;font-weight:600;line-height:20px;color:var(--ink);text-decoration:none}.stop-name:hover{text-decoration:underline;color:var(--ink)}.chips{gap:6px}.chips,.stop-actions{display:flex;flex-wrap:wrap}.stop-actions{align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.stop-status{font-size:13px;color:var(--muted)}.stop-status.ok{color:#17573f;font-weight:600}.link-btn{background:none;border:0;padding:0 4px;min-height:40px;color:var(--accent);font:inherit;font-weight:600;cursor:pointer;text-decoration:underline}.link-btn[disabled]{opacity:.6;cursor:progress}.err{color:#8f2f0b;font-size:13px}.back,.err{font-weight:600}.back{display:inline-flex;align-items:center;min-height:44px;text-decoration:none}.detail-head{justify-content:space-between;gap:16px}.detail-head,.detail-title{display:flex;align-items:center;flex-wrap:wrap}.detail-title{gap:12px}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.panel{padding:20px 24px}.panel h2{margin-bottom:8px}.kv{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid var(--line-soft)}.kv dt{color:var(--muted)}.kv dd{font-weight:500;text-align:right;overflow-wrap:anywhere}.kv dd,dl.list{margin:0}.panel .table{min-width:0}.panel .table td:first-child,.panel .table th:first-child{padding-left:0}.history{list-style:none;margin:0;padding:0}.history li{justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid var(--line-soft)}.history li,.record{display:flex;gap:12px}.record{align-items:flex-end;flex-wrap:wrap;margin:12px 0 16px}.record .field{min-width:180px}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px}.login{width:100%;max-width:400px;padding:28px;gap:18px}.login,.login form{display:flex;flex-direction:column}.login form{gap:14px}.login .alert-box{background:#f9ded6;color:#8f2f0b;padding:10px 12px;border-radius:10px;font-weight:600;font-size:14px}.login-top{display:flex;justify-content:space-between;align-items:center}.error-box{padding:28px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}@media (max-width:900px){.topbar{padding:8px 16px}.page{padding:20px 16px}.cards3,.grid2{grid-template-columns:1fr}h1{font-size:28px;line-height:34px}.stat-value{font-size:38px;line-height:44px}}