@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg:#fff;--bg-card:#fff;--bg-card-hover:#f7f7f7;--bg-muted:#f0f0f0;--accent:#0038ff;--accent-dim:#0038ff0f;--accent-hover:#0028cc;--text:#000;--text-muted:#555;--text-dim:#999;--border:#000;--border-light:#d0d0d0;--danger:#f03;--success:#0c5;--radius:0px;--radius-sm:0px;--nav-height:56px;--safe-bottom:env(safe-area-inset-bottom,0px);--font-mono:"Space Mono", "SF Mono", "Fira Code", monospace;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;overscroll-behavior:none;font-size:16px}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;width:100%;height:100dvh;line-height:1.5;position:fixed;overflow:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4{color:var(--text);text-transform:uppercase;letter-spacing:-.02em;font-weight:900;line-height:1.1}h2{margin-bottom:.25rem;font-size:1.75rem}h3{letter-spacing:.02em;margin-bottom:.25rem;font-size:1rem}.text-muted{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);letter-spacing:-.01em}.text-accent{color:var(--accent)}.app-layout{flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.app-header{padding:8px 16px 6px;padding-top:env(safe-area-inset-top,8px);z-index:50;background:var(--bg);border-bottom:2px solid var(--border);flex-shrink:0;align-items:center;display:flex}.app-header-left{align-items:center;display:flex}.app-header-brand{color:inherit;text-decoration:none}.app-header h1{letter-spacing:.12em;text-transform:uppercase;font-size:1.4rem;font-weight:900}.app-header-right{align-items:center;gap:4px;margin-left:auto;display:flex}.header-btn{border:2px solid var(--border);width:36px;height:36px;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;justify-content:center;align-items:center;transition:all .1s;display:flex}.header-btn:hover{background:var(--text);color:var(--bg)}.header-btn.listening{background:var(--danger);border-color:var(--danger);color:#fff;animation:1.5s ease-in-out infinite pulse-border}@keyframes pulse-border{0%,to{box-shadow:none}50%{box-shadow:0 0 0 3px #ff00334d}}.header-btn svg{stroke-width:2.5px;width:18px;height:18px}.app-main{padding:16px 16px calc(var(--nav-height) + 16px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;overflow-y:auto}.page{max-width:600px;margin:0 auto}.page h2{margin-bottom:2px}.page>.text-muted{margin-bottom:20px}.card{background:var(--bg-card);border:2px solid var(--border);padding:14px;transition:background .1s}.card:hover{background:var(--bg-card-hover)}.card-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=380px){.card-grid{grid-template-columns:1fr}}button{cursor:pointer;font-family:inherit;font-size:inherit;border:none}.btn{text-transform:uppercase;letter-spacing:.06em;border:2px solid var(--border);justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.8rem;font-weight:700;transition:all .1s;display:inline-flex}.btn-primary{background:var(--text);color:var(--bg);border-color:var(--text)}.btn-primary:hover{background:var(--accent);border-color:var(--accent)}.btn-secondary{background:var(--bg);color:var(--text)}.btn-secondary:hover{background:var(--text);color:var(--bg)}.btn-ghost{color:var(--text-muted);background:0 0;border:none}.btn-ghost:hover{color:var(--text)}input,textarea,select{font-family:var(--font-mono);background:var(--bg);color:var(--text);border:2px solid var(--border-light);outline:none;width:100%;padding:10px 12px;font-size:.85rem;transition:border-color .1s}input:focus,textarea:focus,select:focus{border-color:var(--text)}input::placeholder,textarea::placeholder{color:var(--text-dim);font-style:italic}.bottom-nav{height:var(--nav-height);background:var(--bg);border-top:2px solid var(--border);z-index:100;align-items:stretch;padding-bottom:0;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{color:var(--text);text-transform:uppercase;letter-spacing:.08em;font-size:.55rem;font-weight:700;font-family:var(--font-mono);-webkit-tap-highlight-color:transparent;border-right:1px solid var(--border-light);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;text-decoration:none;transition:all .1s;display:flex}.nav-item:last-child{border-right:none}.nav-item svg{stroke-width:2px;width:24px;height:24px}.nav-item.active{color:var(--bg);background:var(--text)}.nav-item:not(.active):hover{background:var(--bg-muted);color:var(--text)}.nav-item-btn{border:none;border-right:1px solid var(--border-light);cursor:pointer;font-family:var(--font-mono);background:0 0}.more-backdrop{z-index:150;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.more-sheet{background:var(--bg);border-top:3px solid var(--border);width:100%;max-width:600px;max-height:75vh;padding:20px 16px calc(var(--nav-height) + 16px);animation:.15s sheet-up;overflow-y:auto}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.more-sheet-header{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;display:flex}.more-sheet-header h3{letter-spacing:.08em;margin-bottom:0;font-size:.9rem}.more-sheet-actions{align-items:center;gap:4px;display:flex}.more-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.more-grid-item{background:var(--bg);border:2px solid var(--border-light);color:var(--text-muted);cursor:pointer;flex-direction:column;align-items:center;gap:6px;padding:14px 6px;transition:all .1s;display:flex;position:relative}.more-grid-item:hover{border-color:var(--text);color:var(--text);background:var(--bg-muted)}.more-grid-item--active{border-color:var(--text);color:var(--bg);background:var(--text)}.more-grid-icon{justify-content:center;align-items:center;width:36px;height:36px;display:flex}.more-grid-label{text-transform:uppercase;letter-spacing:.06em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);text-align:center}.more-pinned-dot{background:var(--accent);width:6px;height:6px;position:absolute;top:6px;right:6px}.more-footer{border-top:2px solid var(--border-light);margin-top:12px;padding-top:12px}.more-footer-link{width:100%;color:var(--text);font-size:.7rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:10px 12px;transition:all .1s;display:flex}.more-footer-link:hover{background:var(--bg-muted)}.more-edit{flex-direction:column;gap:16px;display:flex}.more-edit-hint{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);line-height:1.5}.more-edit-section{flex-direction:column;gap:6px;display:flex}.more-edit-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-size:.65rem;font-weight:700;font-family:var(--font-mono)}.more-edit-list{flex-direction:column;gap:4px;display:flex}.more-edit-item{text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:10px;padding:10px 12px;font-size:.8rem;font-weight:700;display:flex}.more-edit-item--pinned{background:var(--text);color:var(--bg);border:2px solid var(--text)}.more-edit-item--unpinned{background:var(--bg);color:var(--text-muted);border:2px solid var(--border-light)}.more-swap-targets{gap:3px;margin-left:auto;display:flex}.more-swap-btn{background:var(--bg);border:2px solid var(--border-light);width:26px;height:26px;color:var(--text-dim);cursor:pointer;justify-content:center;align-items:center;transition:all .1s;display:flex}.more-swap-btn:hover{border-color:var(--text);color:var(--text);background:var(--bg-muted)}.voice-toast{bottom:calc(var(--nav-height) + 12px);z-index:200;background:var(--text);color:var(--bg);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;text-align:center;max-width:calc(100% - 32px);padding:10px 20px;font-size:.75rem;font-weight:700;animation:.15s toast-in;position:fixed;left:50%;transform:translate(-50%)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.header-btn.processing{opacity:.4;cursor:wait}.auth-loading{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;display:flex}.auth-loading-logo{letter-spacing:.15em;font-size:2.5rem;font-weight:900;animation:1.5s ease-in-out infinite pulse-text}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.3}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text)}@media (width>=768px){.app-main{padding-left:24px;padding-right:24px}.card-grid{grid-template-columns:repeat(3,1fr)}.page{max-width:720px}}@media (width>=1024px){.page{max-width:800px}}.tasks-list-selector{margin-bottom:16px;overflow:hidden}.tasks-list-scroll{scrollbar-width:none;-ms-overflow-style:none;border:2px solid var(--border);gap:0;display:flex;overflow-x:auto}.tasks-list-scroll::-webkit-scrollbar{display:none}.tasks-pill{background:var(--bg);border-right:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0;align-items:center;gap:6px;padding:8px 14px;font-size:.75rem;font-weight:700;transition:all .1s;display:inline-flex}.tasks-pill:last-child{border-right:none}.tasks-pill:hover{color:var(--text);background:var(--bg-muted)}.tasks-pill--active{background:var(--text);color:var(--bg)}.tasks-pill--add{color:var(--text-dim);padding:8px 12px}.tasks-pill--add:hover{color:var(--text);background:var(--bg-muted)}.tasks-pill-icon{font-size:1rem;line-height:1}.tasks-pill-name{line-height:1}.tasks-pill-count{background:var(--bg);color:var(--text);font-size:.65rem;font-weight:700;font-family:var(--font-mono);border:1px solid;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;display:inline-flex}.tasks-pill--active .tasks-pill-count{background:var(--bg);color:var(--text)}.tasks-new-list{margin-bottom:12px;padding:12px}.tasks-new-list-row{align-items:center;gap:8px;display:flex}.tasks-new-list-icon-input{text-align:center;flex-shrink:0;width:44px;padding:8px;font-size:1.1rem}.tasks-new-list-name-input{flex:1}.tasks-new-list-btn{flex-shrink:0;padding:8px 14px}.tasks-quick-add{gap:0;margin-bottom:16px;display:flex}.tasks-quick-input{border-right:none;flex:1}.tasks-quick-btn{flex-shrink:0;padding:10px 14px}.tasks-quick-btn:disabled{opacity:.3;cursor:not-allowed}.tasks-sort-row{justify-content:flex-end;margin-bottom:10px;display:flex}.tasks-sort-select{width:auto;min-width:100px;font-size:.65rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;border:2px solid var(--border);background:var(--bg);padding:6px 10px}.tasks-items{flex-direction:column;gap:6px;display:flex}.tasks-empty{text-align:center;padding:40px 0}.tasks-item{padding:12px;transition:opacity .15s}.tasks-item--done{opacity:.4}.tasks-item--overdue{border-left:4px solid var(--danger)}.tasks-item-main{align-items:flex-start;gap:10px;display:flex}.tasks-checkbox-wrap{cursor:pointer;flex-shrink:0;align-items:center;margin-top:2px;display:flex;position:relative}.tasks-checkbox{opacity:0;width:0;height:0;position:absolute}.tasks-checkbox-custom{border:2px solid var(--border);background:0 0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.tasks-checkbox-custom:after{content:"";background:var(--text);width:10px;height:10px;transition:transform .15s cubic-bezier(.34,1.56,.64,1);display:block;transform:scale(0)}.tasks-checkbox:checked+.tasks-checkbox-custom{border-color:var(--text)}.tasks-checkbox:checked+.tasks-checkbox-custom:after{transform:scale(1)}.tasks-checkbox:focus-visible+.tasks-checkbox-custom{outline:2px solid var(--text);outline-offset:2px}.tasks-item-body{cursor:pointer;flex:1;min-width:0}.tasks-item-title{word-break:break-word;font-size:.9rem;font-weight:600;line-height:1.4;display:block}.tasks-item-title--done{color:var(--text-dim);text-decoration:line-through}.tasks-item-meta{align-items:center;gap:8px;margin-top:4px;display:flex}.tasks-due-badge{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);border:1px solid var(--border-light);align-items:center;gap:4px;padding:1px 6px;display:inline-flex}.tasks-due-badge--overdue{color:var(--danger);border-color:var(--danger);font-weight:700}.tasks-note-indicator{color:var(--text-dim);align-items:center;display:inline-flex}.tasks-item-actions{flex-shrink:0;gap:2px;margin-top:1px;display:flex}.tasks-expand-btn,.tasks-delete-btn{padding:4px}.tasks-delete-btn:hover{color:var(--danger)}.tasks-item-details{border-top:2px solid var(--border);flex-direction:column;gap:12px;margin-top:12px;padding-top:12px;display:flex}.tasks-detail-field{flex-direction:column;gap:4px;display:flex}.tasks-detail-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700;font-family:var(--font-mono)}.tasks-detail-input{padding:8px 12px;font-size:.85rem}.tasks-detail-textarea{resize:vertical;min-height:60px;padding:8px 12px;font-size:.85rem}.tasks-detail-actions{gap:8px;display:flex}.tasks-detail-actions .btn{padding:8px 16px;font-size:.8rem}.tasks-delete-list-btn{color:var(--text-dim);text-transform:uppercase;letter-spacing:.04em;gap:6px;margin-top:24px;font-size:.75rem}.tasks-delete-list-btn:hover{color:var(--danger)}.meals-tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:20px;display:flex}.meals-tab{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:0 0;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:6px;padding:12px 0;font-size:.75rem;font-weight:700;transition:all .1s;display:flex}.meals-tab:hover{color:var(--text)}.meals-tab.active{color:var(--text);border-bottom-color:var(--text)}.meals-section{flex-direction:column;gap:10px;display:flex}.week-nav{justify-content:center;align-items:center;gap:12px;display:flex}.week-label{text-align:center;text-transform:uppercase;letter-spacing:.02em;min-width:180px;font-size:.9rem;font-weight:800}.day-row{padding:12px 14px}.day-label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.75rem;font-weight:800}.meal-slots{flex-direction:column;gap:4px;display:flex}.meal-slot{background:var(--bg);border:2px solid var(--border-light);text-align:left;color:var(--text);align-items:center;gap:10px;width:100%;padding:8px 12px;transition:border-color .1s;display:flex}.meal-slot:hover{border-color:var(--text)}.meal-slot.filled{border-color:var(--text);background:var(--bg-muted)}.meal-type-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);min-width:56px;font-size:.65rem;font-family:var(--font-mono);font-weight:700}.meal-value{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.slot-editor{flex-direction:column;gap:10px;margin-bottom:8px;display:flex}.slot-editor-header{text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.9rem;font-weight:800;display:flex}.slot-editor-actions{gap:8px;display:flex}.slot-editor-actions .btn{flex:1}.recipe-picker{border-top:2px solid var(--border);flex-direction:column;gap:4px;max-height:180px;padding-top:8px;display:flex;overflow-y:auto}.recipe-pick-item{color:var(--text);text-align:left;background:0 0;padding:8px 12px;font-size:.85rem;transition:background .1s}.recipe-pick-item:hover{background:var(--bg-muted)}.search-row{align-items:stretch;gap:0;display:flex}.search-input-wrap{flex:1;position:relative}.search-input-wrap input{border-right:none;padding-left:36px}.search-icon{color:var(--text-dim);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.recipe-list{flex-direction:column;gap:6px;display:flex}.recipe-card{text-align:left;cursor:pointer;width:100%}.recipe-card-name{text-transform:uppercase;font-size:.9rem;font-weight:800}.recipe-card-meta{font-size:.75rem;font-family:var(--font-mono);margin-top:2px}.recipe-form{flex-direction:column;gap:10px;display:flex}.recipe-form textarea{resize:vertical;min-height:60px}.form-row-triple{grid-template-columns:1fr 1fr 1fr;gap:0;display:grid}.form-row-triple input,.form-row-triple select{border-right:none}.form-row-triple>:last-child{border-right:2px solid var(--border-light)}.recipe-detail{margin-top:12px}.recipe-detail h3{margin-bottom:8px;font-size:1.1rem}.recipe-detail h4{letter-spacing:.08em;margin-top:16px;margin-bottom:6px;font-size:.75rem;font-weight:800}.recipe-meta{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);flex-wrap:wrap;gap:14px;display:flex}.recipe-meta span{align-items:center;gap:4px;display:inline-flex}.recipe-tags{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.tag{background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.04em;font-size:.65rem;font-weight:700;font-family:var(--font-mono);padding:2px 8px;display:inline-block}.ingredient-list{padding:0;list-style:none}.ingredient-list li{border-bottom:1px solid var(--border-light);font-size:.85rem;font-family:var(--font-mono);padding:4px 0}.ingredient-list li:last-child{border-bottom:none}.recipe-instructions{color:var(--text-muted);white-space:pre-wrap;font-size:.85rem;line-height:1.6;font-family:var(--font-mono)}.empty-state{color:var(--text-dim);text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.empty-state p{max-width:260px;font-size:.85rem;line-height:1.5;font-family:var(--font-mono)}.grocery-actions{flex-wrap:wrap;gap:0;display:flex}.grocery-add-row{align-items:stretch;gap:0;display:flex}.grocery-add-row input{border-right:none;flex:1}.grocery-add-row select{border-right:none;width:auto;min-width:100px}.grocery-add-btn{flex-shrink:0;padding:10px 14px}.grocery-list{flex-direction:column;gap:14px;display:flex}.grocery-category-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);font-size:.65rem;font-weight:700;font-family:var(--font-mono);margin-bottom:6px}.grocery-item{background:var(--bg-card);border:2px solid var(--border-light);text-align:left;width:100%;color:var(--text);align-items:center;gap:10px;margin-bottom:2px;padding:10px 12px;transition:border-color .1s,opacity .2s;display:flex}.grocery-item:hover{border-color:var(--text)}.grocery-item.checked{opacity:.4}.grocery-item.checked .grocery-item-name{color:var(--text-dim);text-decoration:line-through}.grocery-check{border:2px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.grocery-item.checked .grocery-check{background:var(--text);border-color:var(--text);color:var(--bg);animation:.3s cubic-bezier(.34,1.56,.64,1) check-pop}@keyframes check-pop{0%{transform:scale(.6)}50%{transform:scale(1.2)}to{transform:scale(1)}}.grocery-item-name{font-size:.85rem;font-family:var(--font-mono);flex:1}.grocery-badge{text-transform:uppercase;letter-spacing:.06em;background:var(--text);color:var(--bg);font-size:.6rem;font-weight:700;font-family:var(--font-mono);padding:1px 5px}.fitness-tabs{border:2px solid var(--border);gap:0;margin-bottom:20px;display:flex}.fitness-tab{background:var(--bg);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--border-light);flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:.75rem;font-weight:700;transition:all .1s;display:flex}.fitness-tab:last-child{border-right:none}.fitness-tab:hover{color:var(--text)}.fitness-tab--active{background:var(--text);color:var(--bg)}.fitness-empty{text-align:center;color:var(--text-muted);padding:48px 20px}.fitness-empty svg{opacity:.2;margin-bottom:12px}.fitness-empty p{font-size:.85rem;font-family:var(--font-mono);margin-bottom:16px}.fitness-history-list{flex-direction:column;gap:8px;display:flex}.fitness-history-item{background:var(--bg-card);border:2px solid var(--border);cursor:pointer;padding:14px 16px;transition:all .1s}.fitness-history-item:hover{background:var(--bg-card-hover)}.fitness-history-header{justify-content:space-between;align-items:center;display:flex}.fitness-history-title{text-transform:uppercase;letter-spacing:.02em;font-size:.95rem;font-weight:800}.fitness-history-meta{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);align-items:center;gap:12px;margin-top:4px;display:flex}.fitness-history-detail{border-top:2px solid var(--border);margin-top:14px;padding-top:12px}.fitness-history-notes{color:var(--text-muted);font-size:.8rem;font-style:italic;font-family:var(--font-mono);margin-bottom:12px}.fitness-exercise-block{margin-bottom:14px}.fitness-exercise-block:last-child{margin-bottom:0}.fitness-exercise-name{text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.8rem;font-weight:800}.fitness-sets-table{border-collapse:collapse;width:100%;font-size:.8rem;font-family:var(--font-mono)}.fitness-sets-table th{text-align:left;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;padding:4px 8px 4px 0;font-size:.65rem;font-weight:700}.fitness-sets-table td{color:var(--text-muted);padding:4px 8px 4px 0}.fitness-sets-table .set-number{color:var(--text-dim);width:30px}.fitness-overlay{z-index:200;background:var(--bg);flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.fitness-overlay-header{border-bottom:2px solid var(--border);background:var(--bg);z-index:10;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex;position:sticky;top:0}.fitness-overlay-header h3{letter-spacing:.08em;font-size:1rem}.fitness-overlay-body{flex:1;width:100%;max-width:600px;margin:0 auto;padding:16px 16px 120px}.fitness-overlay-footer{padding:12px 16px;padding-bottom:calc(12px + var(--safe-bottom));background:var(--bg);border-top:2px solid var(--border);gap:8px;display:flex;position:fixed;bottom:0;left:0;right:0}.fitness-overlay-footer .btn{flex:1}.fitness-workout-name-input{margin-bottom:16px}.fitness-add-exercise-row{gap:8px;margin-bottom:20px;display:flex}.fitness-add-exercise-row input{flex:1}.fitness-active-exercise{background:var(--bg-card);border:2px solid var(--border);margin-bottom:10px;padding:14px}.fitness-active-exercise-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fitness-active-exercise-header h4{text-transform:uppercase;letter-spacing:.04em;font-size:.85rem;font-weight:800}.fitness-set-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.fitness-set-label{width:28px;color:var(--text-dim);font-size:.75rem;font-weight:700;font-family:var(--font-mono);flex-shrink:0}.fitness-set-input{text-align:center;width:72px;padding:8px 10px;font-size:.85rem}.fitness-set-unit{color:var(--text-dim);width:32px;font-size:.7rem;font-family:var(--font-mono);text-transform:uppercase;flex-shrink:0}.fitness-set-delete{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:4px}.fitness-set-delete:hover{color:var(--danger)}.fitness-add-set-btn{color:var(--text);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;background:0 0;border:none;align-items:center;gap:4px;margin-top:2px;padding:6px 0;font-size:.75rem;font-weight:700;display:inline-flex}.fitness-add-set-btn:hover{text-decoration:underline}.fitness-template-picker{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.fitness-template-option{background:var(--bg-card);border:2px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .1s;display:flex}.fitness-template-option:hover{background:var(--bg-muted)}.fitness-template-option-name{text-transform:uppercase;font-size:.85rem;font-weight:700}.fitness-template-option-meta{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.fitness-template-exercises{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.fitness-template-exercise-row{align-items:center;gap:8px;display:flex}.fitness-template-exercise-row input{flex:1}.fitness-template-exercise-row input.small{text-align:center;flex:none;width:60px}.fitness-template-delete-btn{color:var(--text-dim);cursor:pointer;background:0 0;border:none;padding:6px}.fitness-template-delete-btn:hover{color:var(--danger)}.fitness-notes{margin-top:16px}.fitness-notes textarea{resize:vertical;min-height:60px}.fitness-notes label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:6px;font-size:.7rem;font-weight:700;display:block}.fitness-save-template{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);align-items:center;gap:8px;margin-top:12px;display:flex}.fitness-save-template input[type=checkbox]{width:18px;height:18px;accent-color:var(--text)}.fitness-section-heading{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);font-size:.7rem;font-weight:700;font-family:var(--font-mono);margin-top:4px;margin-bottom:10px}.fitness-template-list{flex-direction:column;gap:8px;display:flex}.fitness-template-card{background:var(--bg-card);border:2px solid var(--border);padding:14px 16px}.fitness-template-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.fitness-template-card-header h4{text-transform:uppercase;letter-spacing:.02em;font-size:.9rem}.fitness-template-card-exercises{color:var(--text-muted);font-size:.75rem;line-height:1.7;font-family:var(--font-mono)}.money-overview{margin-bottom:16px}.money-overview h3{margin-bottom:12px}.money-overview-grid{gap:16px;margin-bottom:12px;display:flex}.money-overview-stat{flex:1;align-items:flex-start;gap:10px;display:flex}.money-overview-stat svg{color:var(--text);stroke-width:2.5px;flex-shrink:0;margin-top:2px}.money-stat-value{font-size:1.15rem;font-weight:900;font-family:var(--font-mono);display:block}.money-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.65rem;font-weight:700;display:block}.money-progress-bar{background:var(--border-light);width:100%;height:6px;overflow:hidden}.money-progress-fill{background:var(--text);height:100%;transition:width .4s}.money-progress-fill--complete{background:var(--success)}.money-tabs{border:2px solid var(--border);gap:0;margin-bottom:16px;display:flex}.money-tab{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-right:1px solid var(--border-light);background:0 0;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;font-weight:700;transition:all .1s;display:inline-flex}.money-tab:last-child{border-right:none}.money-tab:hover{color:var(--text)}.money-tab--active{background:var(--text);color:var(--bg)}.money-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.money-section-header h3{margin-bottom:0}.money-subheading{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);margin-top:20px;margin-bottom:10px}.money-list{flex-direction:column;gap:6px;display:flex}.money-bill-card{padding:12px 14px}.money-bill-main{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.money-bill-info{flex-direction:column;min-width:0;display:flex}.money-bill-name{text-transform:uppercase;letter-spacing:.02em;font-size:.9rem;font-weight:800}.money-bill-meta{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin-top:2px}.money-bill-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.money-bill-amount{font-size:1rem;font-weight:900;font-family:var(--font-mono)}.money-bill-actions{justify-content:flex-end;gap:4px;margin-top:8px;display:flex}.money-bill--overdue{border-left:4px solid var(--danger)}.money-bill--upcoming{border-left:4px solid var(--text)}.money-bill--not-due{opacity:.5}.money-badge{text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);align-items:center;gap:4px;padding:1px 6px;display:inline-flex}.money-badge--overdue{background:var(--danger);color:#fff}.money-badge--upcoming{background:var(--text);color:var(--bg)}.money-goal-card{padding:14px}.money-goal-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:10px;display:flex}.money-goal-info{flex-direction:column;min-width:0;display:flex}.money-goal-name{text-transform:uppercase;align-items:center;gap:6px;font-size:.9rem;font-weight:800;display:inline-flex}.money-goal-check{color:var(--success)}.money-goal-deadline{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin-top:2px}.money-goal-amounts{flex-direction:column;flex-shrink:0;align-items:flex-end;display:flex}.money-goal-current{font-size:1rem;font-weight:900;font-family:var(--font-mono)}.money-goal-target{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono)}.money-goal-pct{text-align:right;font-size:.7rem;font-weight:700;font-family:var(--font-mono);margin-top:4px;display:block}.money-goal-actions{justify-content:flex-end;align-items:center;gap:4px;margin-top:8px;display:flex}.money-empty{color:var(--text-dim);flex-direction:column;align-items:center;gap:8px;padding:40px 16px;display:flex}.money-empty svg{opacity:.2}.money-empty p{font-size:.85rem;font-family:var(--font-mono)}.money-modal-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.money-form-card{width:100%;max-width:400px}.money-form-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.money-form-header h3{margin-bottom:0}.money-form{flex-direction:column;gap:10px;display:flex}.money-form-row{gap:0;display:flex}.money-form-row>*{flex:1}.money-form-row>:not(:last-child){border-right:none}.btn-sm{padding:6px 12px;font-size:.75rem}.btn-icon{padding:6px}@media (width<=400px){.money-overview-grid{flex-direction:column;gap:12px}.money-form-row{flex-direction:column;gap:0}.money-form-row>*{border-right:2px solid var(--border-light)!important}}.hobbies-currently{margin-bottom:16px}.hobbies-currently h3{margin-bottom:10px}.hobbies-currently-list{flex-direction:column;gap:4px;display:flex}.hobbies-currently-item{background:var(--bg-muted);border:2px solid var(--border);cursor:pointer;align-items:center;gap:8px;padding:8px 10px;transition:background .1s;display:flex}.hobbies-currently-item:hover{background:var(--bg-card-hover)}.hobbies-type-icon{color:var(--text);stroke-width:2.5px;flex-shrink:0}.hobbies-currently-title{font-size:.85rem;font-weight:700}.hobbies-controls{margin-bottom:16px}.hobbies-type-filters{scrollbar-width:none;-ms-overflow-style:none;border:2px solid var(--border);gap:0;margin-bottom:10px;display:flex;overflow-x:auto}.hobbies-type-filters::-webkit-scrollbar{display:none}.hobbies-pill{background:var(--bg);border-right:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:.7rem;font-weight:700;transition:all .1s;display:inline-flex}.hobbies-pill:hover{color:var(--text);background:var(--bg-muted)}.hobbies-pill--active{background:var(--text);color:var(--bg)}.hobbies-pill-label{line-height:1}.hobbies-controls-row{align-items:center;gap:8px;display:flex}.hobbies-status-select{width:auto;min-width:120px;padding:6px 10px;font-size:.75rem}.hobbies-view-toggle{border:2px solid var(--border);gap:0;display:flex}.hobbies-view--active{color:var(--bg)!important;background:var(--text)!important}.hobbies-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.hobbies-list{flex-direction:column;gap:6px;display:flex}.hobbies-list .hobbies-item-card{flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.hobbies-list .hobbies-item-top{align-items:center;gap:6px;display:flex}.hobbies-list .hobbies-item-title{flex:1;min-width:0;margin-bottom:0}.hobbies-list .hobbies-item-rating{margin-top:0}.hobbies-list .hobbies-item-notes{width:100%;margin-top:4px}.hobbies-list .hobbies-item-actions{margin-top:0;margin-left:auto}.hobbies-item-card{padding:12px}.hobbies-item-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.hobbies-item-title{text-transform:uppercase;letter-spacing:.01em;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:.85rem;font-weight:800;display:-webkit-box;overflow:hidden}.hobbies-item-notes{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:6px;display:-webkit-box;overflow:hidden}.hobbies-item-rating{margin-top:4px}.hobbies-item-actions{justify-content:flex-end;gap:4px;margin-top:8px;display:flex}.hobbies-status-badge{text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);align-items:center;padding:1px 6px;display:inline-flex}.hobbies-status--blue{color:#fff;background:#0038ff}.hobbies-status--amber{color:#fff;background:#191919}.hobbies-status--green{background:var(--success);color:#fff}.hobbies-stars{gap:2px;display:inline-flex}.hobbies-star{color:var(--border-light);background:0 0;justify-content:center;align-items:center;padding:0;transition:color .1s;display:flex}.hobbies-star:hover,.hobbies-star--filled{color:var(--text)}.hobbies-star--filled svg{fill:var(--text)}.hobbies-rating-input{align-items:center;gap:8px;display:flex}@media (width<=400px){.hobbies-grid{grid-template-columns:1fr}.hobbies-controls-row{flex-wrap:wrap}}.career-stats{gap:8px;margin-bottom:16px;display:flex}.career-stat{background:var(--bg-card);border:2px solid var(--border);flex-direction:column;flex:1;align-items:center;padding:14px;display:flex}.career-stat-number{font-size:1.75rem;font-weight:900;font-family:var(--font-mono)}.career-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);margin-top:2px}.career-controls{justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}.career-filters{scrollbar-width:none;-ms-overflow-style:none;border:2px solid var(--border);gap:0;display:flex;overflow-x:auto}.career-filters::-webkit-scrollbar{display:none}.career-pill{background:var(--bg);border-right:1px solid var(--border-light);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0;align-items:center;gap:5px;padding:6px 12px;font-size:.7rem;font-weight:700;transition:all .1s;display:inline-flex}.career-pill:hover{color:var(--text);background:var(--bg-muted)}.career-pill--active{background:var(--text);color:var(--bg)}.career-modal-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.career-form-card{width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.career-form-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.career-form{flex-direction:column;gap:12px;display:flex}.career-form-row{gap:0;display:flex}.career-form-row>*{flex:1}.career-form-row>:not(:last-child){border-right:none}.career-completed-toggle{color:var(--text-muted);cursor:pointer;font-size:.8rem;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.career-completed-toggle input[type=checkbox]{width:auto;accent-color:var(--text)}.career-empty{text-align:center;color:var(--text-dim);padding:48px 20px}.career-empty svg{opacity:.15;margin-bottom:12px}.career-empty p{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono)}.career-timeline{flex-direction:column;gap:6px;display:flex}.career-item{cursor:pointer;padding:12px}.career-item--pending{border-left:4px solid var(--accent)}.career-item-main{align-items:center;gap:12px;display:flex}.career-item-icon{border:2px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.career-icon--green{background:var(--success);color:#fff;border-color:var(--success)}.career-icon--amber{background:var(--text);color:var(--bg);border-color:var(--text)}.career-icon--blue{background:var(--accent);color:#fff;border-color:var(--accent)}.career-item-body{flex:1;min-width:0}.career-item-title{text-transform:uppercase;letter-spacing:.01em;font-size:.9rem;font-weight:700;line-height:1.3;display:block}.career-item-date{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);align-items:center;gap:4px;margin-top:2px;display:inline-flex}.career-item-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.career-chevron{color:var(--text-dim)}.career-goal-check{background:var(--bg);border:2px solid var(--border);width:28px;height:28px;color:var(--text-dim);justify-content:center;align-items:center;font-size:.85rem;transition:all .1s;display:flex}.career-goal-check:hover{border-color:var(--text);color:var(--text)}.career-goal-check--done{background:var(--text);border-color:var(--text);color:var(--bg);font-weight:700}.career-item-expanded{border-top:2px solid var(--border);margin-top:12px;padding-top:12px}.career-item-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5;font-family:var(--font-mono);margin-bottom:10px}.career-item-btns{gap:8px;display:flex}.career-item-btns .btn{gap:4px;font-size:.75rem}.career-delete-btn:hover{color:var(--danger)!important}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.weekend-nav{justify-content:center;align-items:center;gap:8px;margin-bottom:20px;display:flex;position:relative}.weekend-nav-label{text-align:center;text-transform:uppercase;letter-spacing:.04em;min-width:140px;font-size:.9rem;font-weight:800}.weekend-nav-this{font-weight:900}.weekend-today-btn{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:700;position:absolute;right:0}.weekend-day{margin-bottom:20px}.weekend-day--today{border-left:4px solid var(--text);padding-left:12px}.weekend-day-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.weekend-day-info{align-items:center;gap:8px;display:flex}.weekend-day-info h3{margin-bottom:0}.weekend-today-badge{text-transform:uppercase;letter-spacing:.08em;background:var(--text);color:var(--bg);font-size:.6rem;font-weight:700;font-family:var(--font-mono);padding:2px 8px}.weekend-empty-day{text-align:center;background:var(--bg);border:2px dashed var(--border-light);padding:20px}.weekend-activities{flex-direction:column;gap:6px;display:flex}.weekend-activity{padding:12px;transition:opacity .15s}.weekend-activity--done{opacity:.4}.weekend-activity-main{align-items:flex-start;gap:10px;display:flex}.weekend-check{border:2px solid var(--border);color:#0000;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:.7rem;font-weight:700;transition:all .1s;display:flex}.weekend-check:hover{border-color:var(--text)}.weekend-check--done{background:var(--text);border-color:var(--text);color:var(--bg)}.weekend-activity-body{flex:1;min-width:0}.weekend-activity-title{font-size:.9rem;font-weight:700;line-height:1.3;display:block}.weekend-activity-title--done{color:var(--text-dim);text-decoration:line-through}.weekend-activity-meta{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.weekend-meta-item{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);align-items:center;gap:4px;display:inline-flex}.weekend-tag{background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.04em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);margin-top:6px;padding:1px 6px;display:inline-block}.weekend-activity-notes{color:var(--text-muted);border-top:2px solid var(--border);font-size:.75rem;line-height:1.4;font-family:var(--font-mono);margin-top:8px;padding-top:8px}.weekend-activity-actions{flex-shrink:0;gap:2px;display:flex}.weekend-delete-btn:hover{color:var(--danger)!important}.weekend-modal-backdrop{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.weekend-form-card{width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.weekend-form-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.weekend-form{flex-direction:column;gap:12px;display:flex}.weekend-form-row{gap:0;display:flex}.weekend-form-row>*{flex:1}.weekend-form-row>:not(:last-child){border-right:none}input[type=time]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.settings-section{margin-bottom:12px;padding:16px}.settings-section h3{align-items:center;gap:8px;margin-bottom:12px;display:flex}.settings-profile-info{align-items:center;gap:12px;margin-bottom:16px;display:flex}.settings-avatar{border:2px solid var(--border);background:var(--bg-muted);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.settings-profile-text{flex-direction:column;min-width:0;display:flex}.settings-display-name{text-transform:uppercase;letter-spacing:.01em;font-size:1rem;font-weight:700}.settings-email{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-signout{width:100%;color:var(--danger);justify-content:center}.settings-signout:hover{background:#ff00330f}.settings-error{border:2px solid var(--danger);font-size:.8rem;font-family:var(--font-mono);color:var(--danger);text-transform:uppercase;background:#ff00330f;margin-bottom:12px;padding:10px 14px}.settings-household-name{text-transform:uppercase;letter-spacing:-.01em;margin-bottom:16px;font-size:1.25rem;font-weight:900}.settings-invite{margin-bottom:16px}.settings-invite-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);margin-bottom:6px;display:block}.settings-invite-row{align-items:center;gap:8px;display:flex}.settings-invite-code{font-family:var(--font-mono);letter-spacing:.25em;border:2px solid var(--border);background:var(--bg-muted);padding:8px 14px;font-size:1.5rem;font-weight:700}.settings-members{margin-bottom:16px}.settings-members-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6rem;font-weight:700;font-family:var(--font-mono);margin-bottom:8px;display:block}.settings-member{border-bottom:1px solid var(--border-light);align-items:center;gap:10px;padding:8px 0;display:flex}.settings-member:last-child{border-bottom:none}.settings-member-icon{border:2px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.settings-member-name{text-transform:uppercase;flex:1;font-size:.85rem;font-weight:700}.settings-member-role{color:var(--text-muted);font-size:.65rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em}.settings-leave{width:100%;color:var(--danger);justify-content:center;margin-top:8px;font-size:.75rem}.settings-leave:hover{background:#ff00330f}.settings-help-btn{justify-content:center;width:100%}.settings-form{flex-direction:column;gap:10px;display:flex}.settings-form input{font-family:var(--font-mono)}.dash-grid{flex-direction:column;gap:8px;margin-top:20px;display:flex}.dash-card{cursor:pointer}.dash-card-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text);align-items:center;gap:8px;margin-bottom:10px;font-size:.75rem;font-weight:800;display:flex}.dash-card-header svg{stroke-width:2.5px}.dash-chevron{color:var(--text-dim);margin-left:auto}.dash-card-body{flex-direction:column;gap:5px;display:flex}.dash-highlight{font-weight:700}.dash-meals-list p{font-size:.85rem;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.dash-meal-label{background:var(--text);width:20px;height:20px;color:var(--bg);font-size:.65rem;font-weight:700;font-family:var(--font-mono);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.dash-badge{font-size:.7rem;font-family:var(--font-mono);color:var(--accent);text-transform:uppercase;letter-spacing:.04em;margin-top:8px;font-weight:700}.dash-task-item{font-size:.85rem;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.dash-task-dot{background:var(--text);flex-shrink:0;width:6px;height:6px}.dash-due{font-size:.7rem;font-family:var(--font-mono);color:var(--text-muted);flex-shrink:0;margin-left:auto}.dash-due.overdue{color:var(--danger);font-weight:700}.dash-bill-item{font-size:.85rem;font-family:var(--font-mono);align-items:center;gap:8px;display:flex}.dash-bill-item .text-accent{margin-left:auto;font-size:.85rem;font-weight:700}.dash-bill-item .text-muted{flex-shrink:0;font-size:.7rem}.dash-media-type{background:var(--text);color:var(--bg);font-size:.6rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;margin-right:6px;padding:1px 5px;display:inline-block}.dash-title-row{justify-content:space-between;align-items:flex-start;display:flex}.dash-title-inline{align-items:baseline;gap:10px;display:flex}.dash-title-inline .text-muted{font-size:.7rem}.dash-title-row .header-btn.active{background:var(--text);color:var(--bg)}.dash-edit-card{margin-top:12px;margin-bottom:4px}.dash-edit-grid{flex-wrap:wrap;gap:4px;display:flex}.dash-edit-toggle{background:var(--bg);border:2px solid var(--border-light);color:var(--text-dim);font-size:.65rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;align-items:center;gap:5px;padding:6px 10px;transition:all .1s;display:inline-flex}.dash-edit-toggle:hover{border-color:var(--text);color:var(--text)}.dash-edit-toggle--on{background:var(--text);border-color:var(--text);color:var(--bg)}.dash-widgets{flex-direction:column;gap:8px;margin-top:20px;margin-bottom:12px;display:flex}.dash-widget{padding:14px}.dash-widget-label{font-size:.65rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:10px}.dash-mood-picker{gap:4px;margin-bottom:10px;display:flex}.dash-mood-btn{background:var(--bg);border:2px solid var(--border-light);cursor:pointer;-webkit-tap-highlight-color:transparent;flex:1;justify-content:center;align-items:center;height:44px;font-size:1.4rem;transition:all .1s;display:flex}.dash-mood-btn:hover{border-color:var(--text);background:var(--bg-muted)}.dash-mood-btn.active{border-color:var(--text);background:var(--text);box-shadow:inset 0 0 0 2px var(--bg)}.dash-mood-status{font-size:.75rem;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-weight:700}.dash-mood-status .text-muted{font-size:.65rem;font-weight:400}.dash-mood-history{border-top:2px solid var(--border-light);gap:0;margin-top:10px;padding-top:8px;display:flex}.dash-mood-day{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.dash-mood-day-label{font-size:.55rem;font-family:var(--font-mono);color:var(--text-dim);text-transform:uppercase;font-weight:700}.dash-mood-day-val{font-size:1rem;line-height:1}.dash-mood-day-val.empty{color:var(--text-dim);font-size:1.2rem;font-family:var(--font-mono)}.dash-weather-body{flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:60px;display:flex}.dash-weather-detail{flex-direction:column;gap:6px;display:flex}.dash-weather-main{align-items:center;gap:10px;display:flex}.dash-weather-emoji{font-size:2rem;line-height:1}.dash-weather-temp{font-size:1.5rem;font-weight:900;font-family:var(--font-mono);letter-spacing:-.02em}.dash-weather-desc{font-size:.65rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.dash-weather-stats{border-top:2px solid var(--border-light);font-size:.65rem;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-top:4px;padding-top:8px;display:flex}.dash-weather-retry{margin-top:8px;padding:6px 14px;font-size:.7rem}@media (width>=768px){.dash-widgets{flex-direction:row}.dash-mood{flex:2}.dash-weather{flex:1}.dash-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}}.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:20px;display:flex}.auth-card{width:100%;max-width:360px}.auth-logo{letter-spacing:.15em;text-align:center;margin-bottom:4px;font-size:3rem;font-weight:900}.auth-tagline{text-align:center;font-family:var(--font-mono);color:var(--text-muted);margin-bottom:32px;font-size:.8rem}.auth-tabs{border:2px solid var(--border);margin-bottom:20px;display:flex}.auth-tab{background:var(--bg);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-right:1px solid var(--border-light);flex:1;padding:10px;font-size:.75rem;font-weight:700;transition:all .1s}.auth-tab:last-child{border-right:none}.auth-tab--active{background:var(--text);color:var(--bg)}.auth-form{flex-direction:column;gap:10px;display:flex}.auth-error{font-family:var(--font-mono);color:var(--danger);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:700}.auth-confirm{font-family:var(--font-mono);color:var(--success);font-size:.75rem;font-weight:700}.auth-submit{width:100%;margin-top:4px}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.help-page{padding-bottom:40px}.help-back{margin-bottom:16px;padding:6px 0;font-size:.75rem}.help-section{border:2px solid var(--border);margin-top:24px;padding:16px}.help-section h3{letter-spacing:.1em;border-bottom:2px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:.85rem}.help-desc{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:12px;font-size:.8rem}.help-list{flex-direction:column;display:flex}.help-item{border-bottom:1px solid var(--border-light);flex-direction:column;gap:2px;padding:8px 0;display:flex}.help-item:last-child{border-bottom:none}.help-item-label{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:700}.help-item-desc{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.help-examples{flex-direction:column;gap:6px;display:flex}.help-example{font-family:var(--font-mono);border:2px solid var(--border);background:var(--bg-muted);padding:10px 12px;font-size:.75rem}.help-steps{flex-direction:column;gap:8px;display:flex}.help-step{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem;line-height:1.5}.help-step strong{color:var(--text);font-weight:700}.help-link{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text);border-bottom:2px solid var(--text);padding-bottom:1px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .1s;display:inline-block}.help-link:hover{background:var(--text);color:var(--bg)}.onboarding-page{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:32px 24px;display:flex}.onboarding-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:380px;display:flex}.onboarding-title{letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px;font-size:2rem;font-weight:900;line-height:1.1}.onboarding-body{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:24px;font-size:.85rem;line-height:1.6}.onboarding-examples{flex-direction:column;gap:8px;width:100%;margin-bottom:32px;display:flex}.onboarding-example{font-family:var(--font-mono);border:2px solid var(--border);background:var(--bg-muted);text-align:left;letter-spacing:-.01em;padding:12px 16px;font-size:.8rem}.onboarding-lines{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.onboarding-line{font-family:var(--font-mono);color:var(--text-muted);font-size:.85rem;line-height:1.6}.onboarding-btn{width:100%;margin-top:8px;padding:14px 20px;font-size:.85rem}.onboarding-dots{gap:10px;padding:32px 0 16px;display:flex}.onboarding-dot{border:2px solid var(--border);background:var(--bg);width:10px;height:10px;transition:background .15s}.onboarding-dot--filled{background:var(--text)}
