:root{--text:#1a1a1a;--bg:#fff;--border:#d6d6d6;--accent:#0b5d3b;--green:#1b7a3d;--yellow:#b8860b;--red:#b3261e;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font:17px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#f0f0f0;--bg:#121212;--border:#3a3a3a;--accent:#4ade80}}*{box-sizing:border-box}body{margin:0}#root{flex-direction:column;max-width:480px;min-height:100svh;margin:0 auto;display:flex}.screen{flex-direction:column;gap:16px;padding:24px 20px 40px;display:flex}h1{margin:0;font-size:26px}h2{margin:0 0 8px;font-size:20px}.muted{color:color-mix(in srgb, var(--text) 65%, transparent);font-size:15px}form{flex-direction:column;gap:14px;display:flex}label{flex-direction:column;gap:6px;font-size:15px;font-weight:600;display:flex}input,select,textarea{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:10px;min-height:48px;padding:12px 14px;font-size:18px}button{border:1px solid var(--border);background:var(--bg);color:var(--text);cursor:pointer;border-radius:10px;min-height:48px;padding:14px 18px;font-size:17px}button.primary,button[type=submit]{background:var(--accent);color:#fff;border-color:var(--accent)}.actions{flex-wrap:wrap;gap:10px;display:flex}.field-error{color:var(--red);font-weight:600}.status-card{border:2px solid var(--border);text-align:left;border-radius:14px;padding:18px}.status-card .current-weight{margin:4px 0;font-size:32px;font-weight:700}.status-green{border-color:var(--green)}.status-yellow{border-color:var(--yellow)}.status-red{border-color:var(--red)}.overweight-warning{color:var(--red);font-weight:700}.result-headline{font-size:20px;font-weight:700}.filter-tabs{gap:8px;display:flex}.filter-tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.trip-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.trip-row{border:1px solid var(--border);border-left-width:6px;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.trip-row.status-green{border-left-color:var(--green)}.trip-row.status-yellow{border-left-color:var(--yellow)}.trip-row.status-red{border-left-color:var(--red)}.row-actions{flex-direction:column;gap:6px;display:flex}.qr-pair{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.qr-pair img{width:100%;max-width:220px;height:auto}.trip-name{font-weight:600}
