.cap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0}.cap-card{display:flex;flex-direction:column;gap:16px;min-width:0}.cap-top{display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.cap-top>span{font-size:13px;font-variant-numeric:tabular-nums}.cap-card p{font-size:15px;line-height:1.65;color:var(--muted);flex:1}.cap-card .button{align-self:flex-start;text-align:left}.cap-info{margin-top:24px;display:grid;gap:22px}.cap-info h3{margin-bottom:10px}.cap-info p{font-size:15px;line-height:1.7;color:var(--muted)}.cap-feedback{white-space:pre-wrap;overflow-wrap:anywhere}.ops-summary{border:1px solid var(--line);border-radius:18px;padding:22px;margin:22px 0;display:grid;gap:10px}.ops-summary>p{font-size:15px;line-height:1.6}.return-checklist{margin-top:26px;border-top:1px solid var(--line);padding-top:22px}.ops-check{display:flex;gap:14px;align-items:center;min-height:60px;padding:14px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.5}.ops-check input{width:22px;height:22px;accent-color:var(--text);flex:none}.ops-check small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.ops-checkmark{width:22px;flex:none}.return-checklist>.small-note{margin-top:16px}.ops-urgent{border-left:2px solid #bd9475}.panel{min-width:0}.care-section form{display:grid;gap:14px}.cap-card .button{white-space:normal}.field{min-width:0}.record small{overflow-wrap:anywhere}.button-row>a,.button-row>button{max-width:100%}
html[data-theme=light]{--bg:#f5f5f7;--panel:#fff;--raised:#ececef;--text:#1d1d1f;--muted:#66666d;--quiet:#77777d;--line:#d9d9df;--accent:#202023;color-scheme:light}html[data-theme=light] body{background:var(--bg);color:var(--text)}html[data-theme=light] .brand img,html[data-theme=light] .welcome-top img{filter:invert(1)}html[data-theme=light] .menu-drawer,html[data-theme=light] .modal,html[data-theme=light] .welcome-screen{background:var(--bg);color:var(--text)}html[data-theme=light] .nav-button.active,html[data-theme=light] .asset-switch button.active{background:#e5e5e9;color:var(--text)}html[data-theme=light] .button.primary{background:#202023;color:#fff}html[data-theme=light] .field input,html[data-theme=light] .field select,html[data-theme=light] .field textarea{background:#fff;color:var(--text);border-color:var(--line)}html[data-theme=light] .vehicle-scene{background:#121212;border-radius:16px;overflow:hidden}html[data-theme=light] .welcome-scene{background:#121212;border-radius:24px}html[data-theme=light] .welcome-scene:after{display:none}html[data-theme=light] .toast{background:#202023;color:#fff}html[data-theme=light] .choice.selected{background:#d9d9de;color:#18181a}html[data-theme=light] .state{background:#e8e8ed;color:#3b3b41}html[data-theme=light] :focus-visible{outline-color:#56565e}
@media(min-width:1100px){.cap-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.cap-grid{grid-template-columns:1fr;gap:14px}.cap-card{padding:22px}.cap-info .two-col{grid-template-columns:1fr}.ops-summary{padding:18px}.panel-head{gap:14px;flex-wrap:wrap}.panel-head .button{max-width:100%}.return-checklist .panel-head{flex-wrap:nowrap}}
.language-toggle{appearance:none;border:1px solid var(--line);background:transparent;color:var(--muted);border-radius:999px;min-width:44px;min-height:44px;padding:0 12px;font:700 12px/1 system-ui;letter-spacing:.08em;cursor:pointer}.welcome-top{display:flex;align-items:center;justify-content:space-between;gap:18px}.welcome-top img{min-width:0}.language-control{display:inline-grid;grid-template-columns:1fr 1fr;padding:3px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.language-control button{appearance:none;border:0;background:transparent;color:var(--muted);min-width:56px;min-height:40px;border-radius:999px;font:700 12px/1 system-ui;letter-spacing:.08em}.language-control button.active{background:var(--text);color:var(--bg)}
