:root{--bg: #0f172a;--bg-2: #1e293b;--bg-3: #334155;--fg: #f1f5f9;--fg-muted: #94a3b8;--fg-dim: #64748b;--accent: #38bdf8;--accent-2: #0284c7;--danger: #f87171;--success: #4ade80;--warning: #fbbf24;--shabbat: #fef3c7;--shabbat-bg: rgba(254, 243, 199, .06);--holiday-bg: rgba(56, 189, 248, .08);--border: rgba(241, 245, 249, .08);--radius: 14px;--radius-sm: 8px;font-family:Heebo,system-ui,-apple-system,sans-serif;font-feature-settings:"kern" 1}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{font-size:16px;line-height:1.4;overscroll-behavior:none}button{font-family:inherit;cursor:pointer;border:0;border-radius:var(--radius-sm);background:var(--bg-3);color:var(--fg);padding:.6em 1em;font-size:1rem;transition:background .15s,transform .05s}button:hover{background:#475569}button:active{transform:scale(.98)}button.primary{background:var(--accent);color:#0c1325;font-weight:600}button.primary:hover{background:#7dd3fc}button.danger{background:var(--danger);color:#1f0a0a}button.ghost{background:transparent}input,select,textarea{font-family:inherit;font-size:1rem;background:var(--bg-2);color:var(--fg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5em .75em;width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0;font-weight:600}.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;gap:1rem}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.row{display:flex;gap:.5rem;align-items:center}.col{display:flex;flex-direction:column;gap:.5rem}.muted{color:var(--fg-muted)}.dim{color:var(--fg-dim)}.small{font-size:.85rem}.tiny{font-size:.75rem}.spacer{flex:1}.dashboard{--bg: #f6f1e7;--bg-2: #ffffff;--bg-3: #efe9dc;--bg-hover: #ede5d3;--fg: #1f2937;--fg-muted: #6b7280;--fg-dim: #9ca3af;--accent: #2563eb;--accent-2: #1d4ed8;--shabbat: #b45309;--shabbat-bg: rgba(180, 83, 9, .08);--holiday-bg: rgba(37, 99, 235, .1);--border: rgba(31, 41, 55, .06);--shadow-sm: 0 1px 2px rgba(31, 41, 55, .04);--shadow-md: 0 1px 3px rgba(31, 41, 55, .05), 0 6px 20px rgba(31, 41, 55, .04);background:var(--bg);color:var(--fg);min-height:100vh;display:flex;flex-direction:column}.dashboard button{background:var(--bg-3);color:var(--fg)}.dashboard button:hover{background:var(--bg-hover)}.dashboard button.primary{background:var(--accent);color:#fff}.dashboard button.primary:hover{background:var(--accent-2)}.dashboard .event-chip:hover,.dashboard .event-row:hover,.dashboard .chore-card:hover{background:var(--bg-hover)}.dashboard .today-lane,.dashboard .week-day,.dashboard .weekly-summary-block{border-color:transparent;box-shadow:var(--shadow-md)}.dashboard .week-day.today{box-shadow:0 0 0 2px rgba(37,99,235,.35),var(--shadow-md)}.dash-header{display:flex;align-items:flex-end;justify-content:space-between;padding:2rem 2rem 1.5rem;gap:2rem;flex-wrap:wrap}.dash-header-main{display:flex;gap:1.75rem;align-items:flex-end;flex-wrap:wrap}.dash-header-dates{display:flex;flex-direction:column;gap:.25rem}.dash-date{font-size:3rem;font-weight:300;line-height:1.05;letter-spacing:-.01em}.dash-hebdate{color:var(--fg-muted);font-size:1.15rem;font-weight:400}.dash-major-holiday{padding-bottom:.5rem}.dash-header-side{display:flex;gap:2.5rem;padding-bottom:.4rem}.dash-parashat,.dash-shabbat-time{text-align:end;display:flex;flex-direction:column;gap:.15rem}.dash-parashat .dim,.dash-shabbat-time .dim{font-size:.78rem;opacity:.75}.dash-parashat>div,.dash-shabbat-time>div{font-size:1.15rem;font-weight:500}.badge.holiday{background:var(--holiday-bg);color:var(--accent);padding:.35em .8em;border-radius:var(--radius-sm);font-weight:600}.section-title{padding:0 2rem;margin:1.5rem 0 .75rem;font-size:.78rem;color:var(--fg-muted);font-weight:600;letter-spacing:.04em}.today-section{padding:1rem 1rem 0}.today-lanes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem}.today-lane{background:var(--bg-2);border:1px solid var(--border);border-top:3px solid var(--accent-person);border-radius:var(--radius);padding:.85rem;display:flex;flex-direction:column;gap:.65rem;min-height:220px}.today-lane-header{position:relative;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.today-lane-glyph-btn{background:transparent;border:0;padding:4px;margin:-4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.today-lane-glyph-btn:hover{background:var(--bg-3)}.emoji-picker{position:absolute;top:100%;inset-inline-start:0;z-index:30;margin-top:4px;padding:.5rem;background:var(--bg-2);border:1px solid var(--border);border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,.35);min-width:16rem}.emoji-picker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.25rem}.emoji-picker-btn{font-size:1.4rem;line-height:1;padding:.3rem;border:0;background:transparent;border-radius:6px;cursor:pointer}.emoji-picker-btn:hover{background:var(--bg-3)}.emoji-picker-btn.sel{background:var(--bg-3);outline:2px solid var(--accent)}.emoji-picker-custom{display:flex;gap:.4rem;align-items:center;margin-top:.5rem}.emoji-picker-custom input{flex:1;font-size:1.1rem;text-align:center;padding:.3rem}.today-lane-header h2{font-size:1.05rem;font-weight:600}.today-lane-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-person);flex-shrink:0}.today-lane-emoji{font-size:1.5rem;line-height:1;flex-shrink:0}.event-chip .chip-emoji{font-size:1rem;line-height:1;flex-shrink:0;padding-inline-start:2px}.person-glyph-emoji{font-size:1.15rem;line-height:1;flex-shrink:0}.today-events{display:flex;flex-direction:column;gap:.3rem}.event-row{display:flex;gap:.5rem;align-items:baseline;padding:.3rem .55rem;background:var(--bg-3);border-radius:var(--radius-sm);font-size:.92rem}.event-time{font-variant-numeric:tabular-nums;color:var(--fg-muted);font-size:.82rem;min-width:3.5em}.event-title{flex:1}.chore-grid{display:flex;flex-direction:column;gap:.4rem}.chore-card{display:flex;align-items:center;gap:.6rem;padding:.65rem .75rem;background:var(--bg-3);border:2px solid transparent;border-radius:var(--radius);text-align:start;width:100%;font-size:.95rem;transition:background .15s,border-color .15s,opacity .2s}.chore-card{cursor:pointer}.chore-edit-btn{background:transparent;color:var(--fg-muted);width:28px;height:28px;padding:0;border:0;border-radius:50%;font-size:.95rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.chore-edit-btn:hover{background:rgba(0,0,0,.08);color:var(--fg)}.chore-emoji{font-size:1.35rem;line-height:1}.chore-title{flex:1;font-weight:500}.chore-meta{display:flex;align-items:center;gap:.4rem}.chore-check{color:var(--success);font-weight:700;font-size:1.2rem}.chore-streak{background:rgba(251,191,36,.15);color:var(--warning);padding:.1em .5em;border-radius:999px;font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap}.chore-card.done{background:rgba(74,222,128,.08);border-color:rgba(74,222,128,.28)}.chore-card.done .chore-title{text-decoration:line-through;color:var(--fg-muted)}.chore-card.done .chore-emoji{opacity:.55}.today-empty{text-align:center;padding:.75rem 0}.week-section{padding:0 1rem 1rem}.week-section-head{display:flex;align-items:center;justify-content:space-between;padding-inline-end:1rem}.week-section-head .section-title{padding:0 1rem;margin:1.5rem 0 .75rem}.week-pager{display:flex;gap:.3rem;align-items:center}.dashboard .week-pager-btn{background:var(--bg-2);color:var(--fg-muted);width:34px;height:34px;padding:0;border-radius:50%;border:1px solid var(--border);font-size:.9rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.dashboard .week-pager-btn:hover{color:var(--accent);border-color:var(--accent);background:var(--bg-2)}.dashboard .week-pager-today{background:var(--bg-2);color:var(--accent);border:1px solid var(--border);padding:.35rem .8rem;border-radius:999px;font-size:.85rem;font-weight:500;box-shadow:var(--shadow-sm)}.dashboard .week-pager-today:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.week-strip+.week-strip{margin-top:.5rem}.week-day{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.6rem;min-height:140px;display:flex;flex-direction:column;gap:.4rem}.week-day.shabbat{background:var(--shabbat-bg);border-color:rgba(254,243,199,.18)}.week-day.today{border-color:var(--accent);box-shadow:0 0 0 2px rgba(56,189,248,.25)}.week-day-header{display:flex;align-items:baseline;gap:.5rem;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:.4rem}.week-day-name{font-weight:600;font-size:.95rem}.week-day-num{color:var(--fg-muted);font-variant-numeric:tabular-nums}.week-day-holidays{display:flex;flex-direction:column;gap:.2rem}.holiday-chip{font-size:.75rem;padding:.2em .5em;border-radius:var(--radius-sm);background:var(--holiday-bg);color:var(--accent)}.holiday-chip.kind-modern{background:rgba(168,85,247,.12);color:#c084fc}.holiday-chip.kind-fast{background:rgba(248,113,113,.1);color:var(--danger)}.holiday-chip.kind-roshchodesh{background:rgba(94,234,212,.1);color:#5eead4}.holiday-chip.kind-minor{background:rgba(148,163,184,.12);color:var(--fg-muted)}.holiday-chip.kind-omer{background:rgba(251,191,36,.1);color:var(--warning)}.week-day-events{display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.event-chip{position:relative;display:flex;gap:.35rem;padding:.2em .45em;padding-inline-start:.55em;border-radius:var(--radius-sm);background:var(--bg-3);border:0;color:inherit;font-family:inherit;font-size:.78rem;text-align:start;align-items:baseline;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;width:100%}.event-row{cursor:pointer;border:0;font-family:inherit;font-size:.92rem;color:inherit;text-align:start;width:100%}.person-chip:disabled,.person-chip.locked{opacity:.85;cursor:default}.person-chip:disabled:hover,.person-chip.locked:hover{background:var(--bg-3)}.event-chip .chip-stripe{position:absolute;top:2px;bottom:2px;inset-inline-start:2px;width:3px;border-radius:2px}.event-chip .chip-time{color:var(--fg-muted);font-variant-numeric:tabular-nums;flex-shrink:0}.event-chip .chip-title{overflow:hidden;text-overflow:ellipsis}@media(min-width:1280px){.today-lane{min-height:280px}.week-day{min-height:165px}.dash-date{font-size:2.1rem}}@media(max-width:900px){.today-lanes,.week-strip{grid-template-columns:repeat(2,1fr)}.dash-header-side{display:none}}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:240px;flex-shrink:0;background:var(--bg-2);border-inline-start:1px solid var(--border);padding:1.5rem 1rem;display:flex;flex-direction:column;gap:.4rem}.admin-sidebar h1{margin-bottom:1rem;font-size:1.4rem}.admin-sidebar nav{display:flex;flex-direction:column;gap:.15rem}.admin-sidebar nav a{padding:.55rem .75rem;border-radius:var(--radius-sm);color:var(--fg);text-decoration:none;font-size:.95rem}.admin-sidebar nav a:hover{background:var(--bg-3);text-decoration:none}.admin-sidebar nav a.active{background:var(--accent-2);color:#fff;font-weight:500}.admin-main{flex:1;padding:2rem;overflow:auto}.admin-section{max-width:900px}.admin-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.admin-section-header h2{flex:1}.color-dot{width:14px;height:14px;border-radius:50%;display:inline-block;flex-shrink:0}.color-swatches{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.swatch{width:28px;height:28px;border-radius:50%;border:2px solid transparent;padding:0;cursor:pointer}.swatch.sel{border-color:var(--fg)}.day-toggle{background:var(--bg-3);border:1px solid var(--border);width:40px;height:40px;padding:0;border-radius:50%;font-size:.85rem;line-height:1}.day-toggle.on{background:var(--accent-2);color:#fff;border-color:var(--accent-2)}.task-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:.3rem;margin-top:.3rem}.task-emoji-btn{font-size:1.3rem;line-height:1;padding:.4rem 0;background:var(--bg-3);border:1px solid var(--border);border-radius:8px;cursor:pointer}.task-emoji-btn.none{font-size:1rem;color:var(--fg-dim)}.task-emoji-btn.sel{border-color:var(--accent-2);background:var(--bg-2)}.task-emoji-custom{margin-top:.4rem}.person-chips{display:flex;gap:.4rem;flex-wrap:wrap}.person-chip{display:inline-flex;align-items:center;gap:.4rem;background:var(--bg-3);border:2px solid transparent;padding:.45em .8em;border-radius:999px;font-size:.95rem}.person-chip-dot{width:10px;height:10px;border-radius:50%;background:var(--accent-person)}.person-chip.sel{border-color:var(--accent-person);background:rgba(255,255,255,.05)}.add-mini{background:transparent;color:var(--fg-muted);border:1px dashed var(--border);width:26px;height:26px;padding:0;border-radius:50%;font-size:1rem;line-height:1;font-weight:600;flex-shrink:0}.add-mini:hover{color:var(--accent);border-color:var(--accent);border-style:solid}.today-lane-header .add-mini{width:28px;height:28px;font-size:1.1rem}.add-choices{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.add-choice{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem .5rem;background:var(--bg-3);border-radius:var(--radius);font-size:1rem;font-weight:500}.add-choice:hover{background:var(--accent-2);color:#fff}.add-choice-emoji{font-size:2.2rem;line-height:1}.review-table{width:100%;border-collapse:collapse}.review-table th,.review-table td{padding:.45rem .5rem;text-align:start;border-bottom:1px solid var(--border)}.review-table th{color:var(--fg-muted);font-weight:500;font-size:.85rem}.bar{background:var(--bg-3);height:8px;border-radius:4px;overflow:hidden;margin-bottom:.2rem}.bar-fill{background:var(--success);height:100%;transition:width .3s}.weekly-summary-section{padding:0 1rem 1.5rem}.weekly-summary{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.weekly-summary-block{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1rem}.weekly-summary-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.6rem}.weekly-summary-title{font-size:1rem;font-weight:600}.weekly-summary-total-num{font-size:1.1rem;font-weight:600}.weekly-summary-person{margin-bottom:.55rem}.weekly-summary-person-head{display:flex;align-items:center;gap:.45rem;margin-bottom:.2rem}.weekly-summary-person-name{flex:1;font-weight:500}.dash-tabs{display:flex;gap:.4rem;padding:0 2rem;margin-bottom:.5rem}.dash-tab{background:transparent;color:var(--fg-muted);padding:.5rem 1.1rem;border-radius:999px;font-size:.95rem;font-weight:500}.dashboard .dash-tab:hover{background:var(--bg-3);color:var(--fg)}.dashboard .dash-tab.active{background:var(--accent);color:#fff}.dashboard .dash-tab.active:hover{background:var(--accent-2)}.weekly-report-section{padding:0 1rem 1.5rem}.weekly-report{display:flex;flex-direction:column;gap:.85rem}.weekly-report-block{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.15rem;box-shadow:var(--shadow-md)}.weekly-report-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.weekly-report-title{font-size:1.05rem;font-weight:600}.weekly-report-people{display:grid;gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.weekly-report-person{background:var(--bg-3);border-radius:var(--radius);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.4rem}.weekly-report-person-head{display:flex;align-items:center;gap:.5rem}.weekly-report-person-emoji{font-size:1.4rem;line-height:1}.weekly-report-person-name{flex:1;font-weight:600;font-size:1.05rem}.weekly-report-points{display:inline-flex;align-items:baseline;gap:.25rem}.weekly-report-points-num{font-size:1.5rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.weekly-report-meta{font-size:.82rem}.weekly-report-bonus{color:var(--accent-2);font-weight:500}.weekly-report-streaks{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.3rem}.weekly-report-streak-chip{display:inline-flex;align-items:center;gap:.3rem;background:rgba(251,146,60,.12);color:#c2410c;padding:.2em .55em;border-radius:999px;font-size:.8rem;font-weight:500}.weekly-report-streak-num{font-variant-numeric:tabular-nums;opacity:.85}.weekly-report-achievements{background:rgba(251,146,60,.1);border-radius:var(--radius-sm);padding:.45rem .6rem}.weekly-report-achievements-label{font-size:.78rem;font-weight:600;color:#c2410c;margin-bottom:.3rem}.weekly-report-achievement-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.weekly-report-achievement{display:flex;align-items:center;gap:.4rem;font-size:.88rem}.weekly-report-achievement-title{flex:1}.weekly-report-achievement-streaks{display:inline-flex;gap:.25rem}.weekly-report-streak-badge{background:rgba(194,65,12,.18);color:#c2410c;padding:.05em .45em;border-radius:999px;font-size:.78rem;font-weight:600;font-variant-numeric:tabular-nums}.weekly-report-achievement-bonus{color:var(--accent);font-weight:700;font-variant-numeric:tabular-nums;font-size:.85rem}.weekly-report-days{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem}.weekly-report-day{border-top:1px solid var(--border);padding-top:.5rem}.weekly-report-day:first-child{border-top:0;padding-top:0}.weekly-report-day-label{font-size:.82rem;color:var(--fg-muted);font-weight:600;margin-bottom:.3rem}.weekly-report-tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.weekly-report-task{display:flex;align-items:center;gap:.5rem;font-size:.92rem}.weekly-report-task-emoji{font-size:1.05rem;line-height:1}.weekly-report-task-title{flex:1}.weekly-report-task-points{font-variant-numeric:tabular-nums;color:var(--accent);font-weight:600;background:rgba(37,99,235,.1);padding:.05em .5em;border-radius:999px;font-size:.8rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--bg-2);border-radius:var(--radius);width:100%;max-width:480px;max-height:90vh;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-header h3{flex:1;font-size:1.15rem}.modal-body{padding:1.25rem;overflow:auto}.modal-footer{padding:.75rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:.5rem;justify-content:flex-end}
