:root{--bg: oklch(97% .012 72);--surface: oklch(99.5% .004 72);--surface-alt: oklch(94% .018 72);--primary: oklch(44% .16 62);--primary-hover: oklch(38% .15 62);--primary-light: oklch(95% .045 72);--danger: #ef4444;--danger-light: #fee2e2;--success: #22c55e;--success-light: #f0fdf4;--warning: #f97316;--warning-light: #fff7ed;--text: oklch(22% .025 62);--text-muted: oklch(52% .03 70);--border: oklch(88% .025 75);--nav-bg: oklch(24% .035 60);--nav-text: oklch(84% .04 72);--font-display: "Bricolage Grotesque", system-ui, sans-serif;--radius-sm: .375rem;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .06);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .06);--sidebar-w: 220px;--topbar-h: 56px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-family:var(--font-display);font-size:clamp(2.125rem,5vw,2.875rem);font-weight:800;line-height:1.05;letter-spacing:-.03em}h2{font-family:var(--font-display);font-size:1.3125rem;font-weight:700;line-height:1.25;letter-spacing:-.015em}h3{font-family:var(--font-display);font-size:1rem;font-weight:700;letter-spacing:-.01em}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page{max-width:860px;animation:fade-in-up .45s cubic-bezier(.16,1,.3,1) both}@keyframes chore-complete{0%{transform:scale(1);opacity:1}20%{transform:scale(1.018);opacity:1}50%{transform:scale(.99);opacity:1}70%{transform:scale(1);opacity:1}to{transform:scale(.97) translateY(-4px);opacity:0}}.item-row-completing{animation:chore-complete .42s cubic-bezier(.16,1,.3,1) forwards;pointer-events:none}.item-row-completing .btn:disabled{opacity:1}@keyframes bar-grow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes backdrop-enter{0%{opacity:0}to{opacity:1}}@keyframes modal-enter{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ring-bloom{0%{transform:scale(1)}40%{transform:scale(1.1)}to{transform:scale(1)}}.progress-ring-complete{animation:ring-bloom .55s cubic-bezier(.16,1,.3,1) both}@keyframes btn-glow-pulse{0%,to{box-shadow:0 0 #b677008c;box-shadow:0 0 oklch(62% .18 72 / .55)}50%{box-shadow:0 0 0 5px #b6770000;box-shadow:0 0 0 5px oklch(62% .18 72 / 0)}}.btn-glow{animation:btn-glow-pulse 1.8s cubic-bezier(.25,1,.5,1) infinite}@media (prefers-reduced-motion: reduce){.btn-glow{animation:none}}label{display:block;font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:.375rem}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],select,textarea{font-family:inherit;font-size:.9375rem;line-height:1.5;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:.5625rem .75rem;width:100%;transition:border-color .15s,box-shadow .15s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #713f0024;box-shadow:0 0 0 3px oklch(42% .13 62 / .14)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;padding-right:2.25rem}.field{margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1;padding:.5625rem 1.125rem;border-radius:var(--radius);border:1.5px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s,transform .15s,box-shadow .15s;white-space:nowrap;text-decoration:none!important;-webkit-user-select:none;user-select:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn:active:not(:disabled){transform:scale(.97)}.btn-primary{background:var(--primary);color:#fdfbf9;border-color:var(--primary);box-shadow:0 2px 6px #7943004d;box-shadow:0 2px 6px oklch(44% .16 62 / .3)}.btn-primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover);box-shadow:0 4px 16px #79430066;box-shadow:0 4px 16px oklch(44% .16 62 / .4);transform:translateY(-2px)}.btn-danger{background:transparent;color:var(--danger);border-color:var(--danger)}.btn-danger:hover:not(:disabled){background:var(--danger-light)}.btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface-alt);color:var(--text)}.btn-full{width:100%}.btn-sm{font-size:.8125rem;padding:.375rem .75rem}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:1.5rem;margin-bottom:1.25rem}.item-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:.5rem;transition:box-shadow .15s,transform .15s}.item-row:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.item-row-overdue{background:#fff8f8;background:oklch(98.5% .012 15)}.item-row-overdue:hover{background:#fff1f2;background:oklch(97% .02 15)}.item-list{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1.25rem}.item-list .item-row{border:none;border-bottom:1px solid var(--border);border-radius:0;margin-bottom:0;transition:background .15s}.item-list .item-row:hover{background:var(--surface-alt);box-shadow:none;transform:none}.item-list>.item-row:last-child,.item-list>div:last-child>.item-row:last-child{border-bottom:none}.item-list>div>.section-label{padding:.375rem 1rem;margin-bottom:0;background:var(--surface-alt);border-bottom:1px solid var(--border);font-size:.65rem}.item-list>div:not(:first-child)>.section-label{border-top:1px solid var(--border)}.badge{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .55rem;border-radius:9999px}.badge-pending{background:var(--warning-light);color:#c2410c}.badge-completed{background:var(--success-light);color:#15803d}.badge-overdue{background:var(--danger-light);color:#b91c1c}.badge-neutral{background:var(--surface-alt);color:var(--text-muted)}.badge-active{background:var(--success-light);color:#15803d}.badge-inactive{background:var(--surface-alt);color:var(--text-muted)}.badge-must-do{background:var(--danger-light);color:#b91c1c}.badge-should-do{background:var(--warning-light);color:#c2410c}.badge-can-do{background:var(--surface-alt);color:var(--text-muted)}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.filter-tab{font-family:inherit;font-size:.875rem;font-weight:500;padding:.375rem 1rem;border-radius:9999px;border:1.5px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:all .15s}.filter-tab:not(.filter-tab-active):hover{border-color:var(--primary);color:var(--primary)}.filter-tab:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.filter-tab-active{background:var(--primary);border-color:var(--primary);color:#fff}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;gap:1rem}.section-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.625rem}.member-list{margin:0;padding:0;list-style:none}.member-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid var(--border)}.member-item:last-child{border-bottom:none}.member-info{flex:1;min-width:0}.member-stats{display:flex;gap:.375rem;flex-wrap:wrap;align-items:center;margin-top:.3rem}.avatar{width:34px;height:34px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8125rem;flex-shrink:0;text-transform:uppercase}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.alert-error{background:var(--danger-light);color:#b91c1c}.alert-info{background:var(--primary-light);color:#3f2000;color:oklch(28% .1 62);border:1px solid oklch(74% .1 65)}.empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);font-size:.9375rem}.divider{border:none;border-top:1px solid var(--border);margin:1.25rem 0}.nav-divider{height:1px;background:#ffffff14;margin:.375rem .25rem}.disclosure-summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;gap:.375rem;margin-bottom:0;border-radius:var(--radius-sm);transition:color .15s}.disclosure-summary:hover{color:var(--text)}.disclosure-summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.invite-box{background:var(--primary-light);border:1px solid oklch(74% .1 65);border-radius:var(--radius);padding:.875rem 1rem;margin-top:.875rem;color:#3f2000;color:oklch(28% .1 62);font-size:.875rem}.invite-box code{display:block;margin-top:.375rem;word-break:break-all;font-size:.8125rem}.invite-box small{display:block;margin-top:.375rem;opacity:.75;font-size:.75rem}.app-wrapper{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--nav-bg);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .25s ease;overflow-y:auto}.sidebar-brand{font-family:var(--font-display);font-size:1.3125rem;font-weight:800;color:#fdfbf9;padding:1.5rem 1.25rem 1.125rem;letter-spacing:-.03em}.sidebar-nav{flex:1;padding:.25rem .625rem;display:flex;flex-direction:column;gap:.125rem}.nav-item{display:flex;align-items:center;padding:.5625rem .75rem;border-radius:var(--radius);color:var(--nav-text);font-size:.9375rem;font-weight:500;text-decoration:none!important;transition:background .15s,color .15s}.nav-item:hover{background:#ffffff14;color:#fff;text-decoration:none}.nav-item:focus-visible{outline:2px solid oklch(74% .1 65);outline-offset:-2px}.nav-item-active{background:#ffffff2e;color:#fff;font-weight:600}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.user-row{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem}.user-avatar-sm{width:30px;height:30px;border-radius:50%;background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;flex-shrink:0}.user-name-btn{background:none;border:none;padding:0;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:135px}.user-name-btn:hover{color:var(--nav-text)}.user-email-sm{font-size:.7rem;color:#dbc7af8c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:135px}.sidebar-edit-form{display:flex;flex-direction:column;gap:.5rem}.sidebar-edit-form input{font-size:.875rem;padding:.375rem .625rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:var(--radius-sm);width:100%}.sidebar-edit-form input::placeholder{color:#ffffff59}.sidebar-edit-form input:focus{border-color:#d79e65;box-shadow:0 0 0 2px #d79e6533}.sidebar-edit-btns{display:flex;gap:.375rem;margin-top:.125rem}.btn-nav-action{flex:1;border:none;font-family:inherit;font-size:.8125rem;font-weight:500;padding:.4rem;border-radius:var(--radius-sm);cursor:pointer}.btn-nav-save{background:var(--primary);color:#fff}.btn-nav-cancel{background:#ffffff1a;color:#fff}.btn-signout{width:100%;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:var(--nav-text);font-family:inherit;font-size:.8125rem;font-weight:500;padding:.4375rem;border-radius:var(--radius);cursor:pointer;transition:background .15s}.btn-signout:hover{background:#ffffff24;color:#fff}.btn-signout:focus-visible{outline:2px solid oklch(74% .1 65);outline-offset:2px}.hamburger:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px;border-radius:var(--radius-sm)}.main-content{flex:1;margin-left:var(--sidebar-w);padding:2rem;min-height:100vh}.topbar{display:none;position:fixed;top:0;left:0;right:0;height:var(--topbar-h);background:var(--nav-bg);color:#fff;align-items:center;justify-content:space-between;padding:0 1rem;z-index:200}.topbar-title{font-family:var(--font-display);font-size:1.375rem;font-weight:800;letter-spacing:-.03em;color:#fff}.hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:.375rem;color:#fff}.hamburger span{display:block;width:20px;height:2px;background:currentColor;border-radius:2px}.nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar-open{transform:translate(0)}.topbar{display:flex}.nav-overlay-visible{display:block}.main-content{margin-left:0;padding:1rem;padding-top:calc(var(--topbar-h) + 1rem)}h1{font-size:1.5rem}.page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.item-row{flex-wrap:wrap}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto;z-index:300;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:backdrop-enter .18s ease both}@media (min-height: 600px){.modal-backdrop{align-items:center}}.modal{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:440px;position:relative;display:flex;flex-direction:column;max-height:calc(100dvh - 2rem);animation:modal-enter .28s cubic-bezier(.16,1,.3,1) both}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.75rem 1.75rem 1.25rem;flex-shrink:0}.modal-body{overflow-y:auto;padding:0 1.75rem 1.75rem;overscroll-behavior:contain}.modal-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;letter-spacing:-.015em}.modal-close{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;border-radius:var(--radius-sm);font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.modal-close:hover{color:var(--text);background:var(--surface-alt)}.modal-close:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(145deg,#ffebd2,#fbf8f4 55%,#ffead9);background:linear-gradient(145deg,#ffebd2,#fbf8f4 55%,color(xyz 0.835 0.852 0.765))}.auth-card{width:100%;max-width:420px;background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:2.25rem}.auth-logo{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:var(--primary);text-align:center;margin-bottom:1.75rem;letter-spacing:-.03em}.auth-title{font-family:var(--font-display);font-size:1.5rem;font-weight:800;text-align:center;margin-bottom:.25rem;letter-spacing:-.025em}.auth-sub{text-align:center;color:var(--text-muted);font-size:.875rem;margin-bottom:1.75rem}.auth-footer{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:1.25rem}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.cal-col-header{padding:.5rem .25rem;text-align:center;font-size:.75rem;font-weight:600;color:var(--text-muted);background:var(--surface-alt);border-bottom:1px solid var(--border)}.cal-cell{min-height:6rem;padding:.375rem;cursor:pointer;background:var(--surface);transition:background .1s;position:relative}.cal-cell-pad{min-height:6rem;background:var(--surface-alt)}.cal-cell:hover{background:var(--surface-alt)}.cal-cell-selected,.cal-cell-selected:hover{background:var(--primary-light)}.cal-day-num{font-size:.75rem;font-weight:600;margin-bottom:.25rem;display:flex;justify-content:flex-end}.cal-day-circle{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.cal-day-circle-today{background:var(--primary);color:#fff}.cal-pill{font-size:.68rem;padding:.1rem .3rem;margin-bottom:.125rem;border-radius:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cal-pill-assigned{background:var(--primary-light);color:var(--primary)}.cal-pill-shared{background:var(--surface-alt);color:var(--text-muted);border:1px solid var(--border)}.cal-overflow{font-size:.68rem;padding:.1rem .3rem;border-radius:.25rem;background:var(--surface-alt);color:var(--text-muted)}.cal-chips{display:none;flex-direction:row;gap:.15rem;margin-top:.2rem}.cal-chip{display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;line-height:1;padding:.15rem .3rem;border-radius:9999px;width:fit-content}.cal-chip-assigned{background:var(--primary-light);color:var(--primary)}.cal-chip-shared{background:var(--surface-alt);color:var(--text-muted);border:1px solid var(--border)}@media (max-width: 600px){.cal-cell,.cal-cell-pad{min-height:3.5rem;padding:.2rem .15rem}.cal-cell{display:flex;flex-direction:column}.cal-col-header{font-size:.65rem;padding:.375rem .1rem}.cal-day-num{margin-bottom:0}.cal-day-circle{width:1.25rem;height:1.25rem;font-size:.7rem}.cal-pill,.cal-overflow{display:none}.cal-chips{display:flex;margin-top:auto}}.gamification-widgets{display:flex;flex-direction:row;gap:.75rem;margin-bottom:1.25rem;align-items:flex-start}.gamification-widget-card{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;min-height:152px}.gamification-hero--solo{width:110px;flex-shrink:0;background:var(--primary-light);border-color:#f1d2ad}@media (max-width: 540px){.gamification-widgets{flex-direction:column;align-items:stretch}.gamification-hero--solo{width:100%;display:flex;flex-direction:column;align-items:center}.gamification-hero--solo .section-label{text-align:center}}@media (prefers-reduced-motion: reduce){.page,.progress-ring-complete{animation:none}.item-row-completing{animation:fade-out-simple .25s ease forwards}.progress-ring-complete svg circle{transition:none}.modal-backdrop,.modal{animation:none}.btn,.item-row,.filter-tab,.nav-item,.modal-close,.btn-signout{transition:none}.btn:active:not(:disabled){transform:none}}@keyframes fade-out-simple{0%{opacity:1}to{opacity:0}}.title-italics{opacity:.4;margin-left:-2px;margin-right:3px;letter-spacing:-2px}
