:root{color:#161616;background:#f5f5f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;margin:0;background:#f5f5f4}button,input{font:inherit}button{cursor:pointer}.app{width:min(100%,760px);min-height:100vh;margin:0 auto;padding:14px 12px 28px}.app-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.guest-box p{margin:0 0 4px;color:#74716c;font-size:.8rem;font-weight:700}h1,h2{margin:0;color:#171717;letter-spacing:0}h1{font-size:1.42rem;line-height:1.1}h2{font-size:1rem;line-height:1.2}.week-range{padding-bottom:2px;color:#44403c;font-weight:800;white-space:nowrap}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px;padding:4px;border:1px solid #ddd6ce;border-radius:8px;background:#fff}.tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;border:0;border-radius:6px;color:#57534e;background:transparent;font-weight:800}.tab.active{color:#fff;background:#0f766e}.week-list,.history-list{display:grid;gap:8px}.day-row,.totals,.history-card{border:1px solid #ddd6ce;border-radius:8px;background:#fff}.day-row{padding:10px}.day-title,.history-title,.totals-head,.summary-row,.guest-line{display:flex;align-items:center;justify-content:space-between;gap:10px}.day-title{margin-bottom:10px}.day-title>div{min-width:0;flex:1}.day-title span,.history-title span,.summary-row small{color:#78716c;font-size:.78rem;font-weight:650}.day-title strong,.totals-head strong,.history-title strong,.summary-row strong{white-space:nowrap}.add-button,.trash-button,.paid{display:inline-flex;align-items:center;justify-content:center;border-radius:7px}.add-button{width:36px;height:36px;border:0;color:#fff;background:#0f766e}.member-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.money-cell{display:grid;gap:5px;min-width:0}.money-cell span{color:#57534e;font-size:.78rem;font-weight:800}.money-cell button,.money-cell input,.guest-line button,.guest-line input,.guest-box input{width:100%;min-height:40px;border:1px solid #d6d3d1;border-radius:7px;color:#171717;background:#fafaf9}.money-cell button,.guest-line button{padding:0 8px;text-align:left;font-weight:850}.money-cell input,.guest-line input,.guest-box input{padding:0 10px;outline:none;font-weight:850}.money-cell input:focus,.guest-line input:focus,.guest-box input:focus{border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.done-button{min-height:40px;border:0;border-radius:7px;color:#fff;background:#0f766e;font-weight:850}.done-button.full{width:100%;margin-top:9px}.guest-list{display:grid;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid #eee7df}.guest-line{display:grid;grid-template-columns:minmax(76px,1fr) minmax(96px,1fr) 38px}.guest-line span{min-width:0;overflow:hidden;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.trash-button,.mini-done{width:38px;height:38px;border:1px solid #d6d3d1;color:#b42318;background:#fff7ed}.mini-done{color:#0f766e;background:#ecfdf5;font-size:.78rem;font-weight:900}.totals{margin-top:10px;padding:10px}.totals-head{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee7df}.totals-head span{color:#57534e;font-weight:850}.summary-list{display:grid;gap:6px}.summary-row{min-height:38px}.summary-row>div{display:grid;gap:1px}.summary-row span{font-weight:850}.paid{min-width:42px;height:32px;border:1px solid #d6d3d1;color:#57534e;background:#fff;font-size:.76rem;font-weight:850}.paid.active{border-color:#15803d;color:#fff;background:#15803d}.history-card{padding:10px}.history-title{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee7df}.history-title>div{min-width:0}.all-time-card{background:#f0fdfa;border-color:#99f6e4}.all-time-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.all-time-row div{display:grid;gap:3px;min-height:48px;padding:8px;border:1px solid #ccfbf1;border-radius:7px;background:#fff}.all-time-row span{color:#57534e;font-size:.78rem;font-weight:800}.all-time-row strong{color:#0f766e;font-size:.96rem}.guest-sheet{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;padding:12px;background:#1c191757}.guest-box{display:grid;gap:10px;width:min(100%,420px);padding:14px;border-radius:8px;background:#fff;box-shadow:0 18px 60px #1c191733}.sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.text-button{min-height:40px;border:1px solid #d6d3d1;border-radius:7px;color:#44403c;background:#fff;font-weight:850}@media(min-width:640px){.app{padding-top:22px}.member-grid{grid-template-columns:repeat(4,1fr)}.all-time-row{grid-template-columns:repeat(4,minmax(0,1fr))}}
