*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f8f9fa;--surface: #ffffff;--border: #dee2e6;--primary: #1a73e8;--primary-dark: #1558b0;--danger: #dc3545;--success: #198754;--warning: #ffc107;--text: #212529;--muted: #6c757d;--radius: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100dvh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;font-size:.95rem;border:none;border-radius:var(--radius);padding:.5rem 1.1rem;background:var(--primary);color:#fff;font-weight:500;transition:background .15s}button:hover:not(:disabled){background:var(--primary-dark)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:var(--border);color:var(--text)}button.secondary:hover:not(:disabled){background:#ced4da}button.danger{background:var(--danger)}button.danger:hover:not(:disabled){background:#b02a37}.container{max-width:900px;margin:0 auto;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1rem}.card h2{font-size:1.1rem;margin-bottom:1rem}.row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.row+.row{margin-top:.5rem}input,select,textarea{font-family:inherit;font-size:.95rem;border:1px solid var(--border);border-radius:var(--radius);padding:.45rem .75rem;width:100%;background:#fff}input:focus,select:focus,textarea:focus{outline:2px solid var(--primary);outline-offset:1px;border-color:var(--primary)}label{font-size:.85rem;font-weight:600;color:var(--muted)}.badge{display:inline-block;padding:.2em .6em;border-radius:99px;font-size:.78rem;font-weight:600}.badge.setup{background:#e9ecef;color:var(--muted)}.badge.active{background:#d1ecf1;color:#0c5460}.badge.complete{background:#d4edda;color:#155724}.badge.current{background:#fff3cd;color:#856404}.badge.picked{background:#d4edda;color:#155724}.badge.skipped{background:#f8d7da;color:#721c24}.badge.pending{background:#e9ecef;color:var(--muted)}.badge.funded{background:#cce5ff;color:#004085}.badge.owed{background:#fce8d3;color:#7a3c00}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:4px}.status-dot.active{background:var(--success)}.status-dot.setup{background:var(--muted)}.status-dot.complete{background:var(--primary)}nav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 1.5rem;display:flex;align-items:center;gap:1.5rem;height:52px}nav .brand{font-weight:700;font-size:1.05rem}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{padding:.55rem .75rem;border-bottom:1px solid var(--border);text-align:left}th{background:var(--bg);font-weight:600}tr:last-child td{border-bottom:none}.countdown{font-variant-numeric:tabular-nums}.pick-btn{width:100%;text-align:left;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;color:var(--text);margin-bottom:.5rem;transition:border-color .15s,background .15s}.pick-btn:hover:not(:disabled){border-color:var(--primary);background:#f0f6ff}.pick-btn:disabled{opacity:.5;cursor:not-allowed}.alert{padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.alert.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert.info{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.alert.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.drag-handle{cursor:grab;padding:0 .5rem;color:var(--muted);font-size:1.2rem;-webkit-user-select:none;user-select:none}.empty{color:var(--muted);font-size:.9rem;padding:1rem 0;text-align:center}h1{font-size:1.4rem;margin-bottom:1.25rem}h2{font-size:1.1rem}h3{font-size:.95rem}
