:root{color-scheme:light;--page: #f6f5f2;--surface: #fffefa;--surface-raised: #ffffff;--text: #181817;--muted: #6e6a62;--border: #dedad1;--border-soft: #ece8de;--focus: #4f7c5d;--primary: #1c2b22;--primary-text: #ffffff;--positive: #17663d;--negative: #9d3327;--warning-border: #c19852;--warning-text: #77521a;--notice-bg: #fff6eb;--notice-border: #d8b38d;--notice-text: #7a421d;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--page);color:var(--text);font-synthesis:none;line-height:1.45}:root[data-theme=dark]{color-scheme:dark;--page: #111310;--surface: #191b17;--surface-raised: #22251f;--text: #f0eee8;--muted: #aba69a;--border: #363a32;--border-soft: #2b2f29;--focus: #8dbb96;--primary: #d9eadc;--primary-text: #111310;--positive: #83c990;--negative: #e1877c;--warning-border: #b9955a;--warning-text: #e0c18c;--notice-bg: #2d2419;--notice-border: #7f5d34;--notice-text: #f1cf9b}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--page)}button,input{font:inherit}button{border:1px solid var(--border);border-radius:6px;background:var(--surface-raised);color:var(--text);cursor:pointer;min-height:38px;padding:0 14px}button:disabled,input:disabled{cursor:not-allowed;opacity:.55}button:hover{border-color:var(--muted)}button.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-text)}input{width:100%;min-height:38px;border:1px solid var(--border);border-radius:6px;background:var(--surface-raised);color:var(--text);padding:8px 10px}input:focus,button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.shell{width:min(1380px,calc(100% - 32px));margin:0 auto;padding:28px 0 48px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.eyebrow{margin:0 0 3px;color:var(--muted);font-size:.85rem;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:0}h2{margin-bottom:0;font-size:1rem}h3{margin-bottom:3px;font-size:1.1rem}.total-pill{border:1px solid var(--border);border-radius:999px;background:var(--surface-raised);padding:8px 14px;white-space:nowrap}.total-pill.is-warning{border-color:var(--warning-border);color:var(--warning-text)}.topbar-actions{display:flex;align-items:center;gap:10px}.edit-lock{display:flex;align-items:center;gap:6px}.edit-lock input{width:118px;min-height:38px}.edit-lock button{white-space:nowrap}.edit-lock.is-unlocked{border:1px solid var(--border);border-radius:999px;background:var(--surface-raised);min-height:38px;padding:3px 3px 3px 12px}.edit-lock.is-unlocked span{color:var(--positive);font-size:.86rem;white-space:nowrap}.edit-lock.is-unlocked button{min-height:30px;border-radius:999px}.theme-switch{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;width:138px;min-height:38px;padding:0;overflow:hidden;border-radius:999px;background:var(--surface-raised)}.theme-switch span{position:relative;z-index:1;color:var(--muted);font-size:.82rem;text-align:center}.theme-switch i{position:absolute;top:3px;bottom:3px;left:3px;width:calc(50% - 3px);border-radius:999px;background:var(--primary);transition:transform .16s ease}.theme-switch[aria-checked=false] span:first-child,.theme-switch[aria-checked=true] span:nth-child(2){color:var(--primary-text)}.theme-switch[aria-checked=true] i{transform:translate(100%)}.layout,.grid-two{display:grid;grid-template-columns:300px 1fr;gap:16px;align-items:start}.grid-two{grid-template-columns:1fr 1fr;margin-top:16px}.panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:16px}.setup-panel{max-width:760px}.setup-panel p{color:var(--muted)}pre{overflow-x:auto;border:1px solid var(--border);border-radius:8px;background:var(--page);padding:14px}code{font-family:Cascadia Code,SFMono-Regular,Consolas,monospace;font-size:.92rem}.notice{border:1px solid var(--notice-border);border-radius:8px;background:var(--notice-bg);color:var(--notice-text);margin-bottom:16px;padding:10px 12px}.section-title,.session-head,.history-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.section-title span{color:var(--muted);font-size:.9rem}.add-player{display:grid;gap:8px}.player-list{display:grid;gap:8px;margin-top:14px}.player-row,.stat-row,.settlement-row,.debt-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border-soft);padding:10px 0}.player-row:first-child,.stat-row:first-child,.settlement-row:first-child,.debt-row:first-child{border-top:0}.icon-button{width:30px;min-height:30px;padding:0;color:var(--negative)}.session-fields{display:grid;grid-template-columns:160px minmax(180px,1fr);gap:10px;width:min(520px,100%)}label{display:grid;gap:5px;color:var(--muted);font-size:.85rem}.actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{border-bottom:1px solid var(--border-soft);padding:10px 8px;text-align:left}th{color:var(--muted);font-size:.82rem;font-weight:600}tfoot td{border-bottom:0;font-weight:700}.name-cell{min-width:140px;font-weight:700}.money-input{min-width:94px}.positive{color:var(--positive);font-weight:700}.negative{color:var(--negative);font-weight:700}.empty,.empty-row{color:var(--muted)}.empty-row{text-align:center}.settlements,.stats-list,.debt-list{min-height:86px}.settlement-row strong{color:var(--primary)}.debt-row{justify-content:start}.debt-row div{display:grid;flex:1;gap:2px}.debt-row span{color:var(--muted);font-size:.9rem}.debt-row.is-paid{color:var(--muted)}.check-button,.paid-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;border-radius:999px}.check-button{padding:0;border-color:var(--focus);color:var(--positive)}.paid-mark{border:1px solid var(--border);background:var(--surface-raised);color:var(--positive);font-weight:700}.stat-row div{display:grid;gap:2px}.stat-row span{color:var(--muted);font-size:.9rem}.history-panel{margin-top:16px}.history-layout{display:grid;grid-template-columns:300px 1fr;gap:16px}.history-list{display:grid;align-content:start;gap:8px}.history-item{display:grid;justify-items:start;height:auto;min-height:56px;padding:9px 10px;text-align:left}.history-item small{color:var(--muted)}.history-item.is-active{border-color:var(--focus);background:var(--surface-raised)}.history-detail{min-width:0}.history-detail-head p{margin-bottom:0;color:var(--muted)}.compact-table{min-width:560px}@media(max-width:980px){.layout,.grid-two,.history-layout{grid-template-columns:1fr}.sidebar{order:-1}}@media(max-width:680px){.shell{width:min(100% - 20px,1380px);padding-top:18px}.topbar,.session-head,.history-detail-head{align-items:stretch;flex-direction:column}.total-pill{width:fit-content}.topbar-actions{align-items:stretch;flex-direction:column}.edit-lock,.theme-switch{width:100%}.edit-lock input{flex:1;width:auto}.session-fields{grid-template-columns:1fr}.actions{justify-content:stretch}.actions button{flex:1}}
