.HabitCard_habitCard__UR3SD{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:20px;margin-bottom:16px;transition:all .2s ease;box-shadow:var(--card-shadow)}.HabitCard_habitCard__UR3SD:hover{border-color:var(--border-color);box-shadow:var(--card-shadow)}.HabitCard_habitCard__UR3SD.HabitCard_completed__IIzyd{background:var(--success-bg);border-color:var(--success-color)}.HabitCard_cardHeader__0qEfj{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.HabitCard_pillarBadge__35Yvy{background:var(--primary-color);color:var(--text-inverse);padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize}.HabitCard_areaBadge__F6BB5{background:var(--info-bg);color:var(--info-color);padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid var(--info-color)}.HabitCard_difficulty__Cq79c{background:var(--background-tertiary);color:var(--text-secondary);padding:4px 8px;border-radius:6px;font-size:12px;text-transform:capitalize}.HabitCard_habitInfo__oflrA{margin-bottom:16px}.HabitCard_habitName__nj0Xe{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.HabitCard_habitDescription__RFduQ{font-size:14px;color:var(--text-secondary);margin:0;line-height:1.4}.HabitCard_statsRow__3AaVG{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:16px;padding:12px;background:var(--background-secondary);border-radius:8px}.HabitCard_stat__j_LtI{text-align:center}.HabitCard_statLabel__fEDRA{display:block;font-size:12px;color:var(--text-secondary);margin-bottom:2px}.HabitCard_statValue__6pE8_{display:block;font-size:14px;font-weight:600;color:var(--text-primary)}.HabitCard_actionRow__PGse_{display:flex;gap:8px;margin-bottom:16px}.HabitCard_completeBtn__r555o{flex:1 1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:4px}.HabitCard_completeBtn__r555o.HabitCard_quick__x8hwK{background:var(--success-color);color:var(--text-inverse)}.HabitCard_completeBtn__r555o.HabitCard_quick__x8hwK:hover{background:var(--success-hover)}.HabitCard_completeBtn__r555o.HabitCard_quick__x8hwK:disabled{background:var(--disabled-bg);cursor:not-allowed}.HabitCard_completeBtn__r555o.HabitCard_detailed__4_Olg{background:var(--button-background);color:var(--text-primary);border:1px solid var(--border-color)}.HabitCard_completeBtn__r555o.HabitCard_detailed__4_Olg:hover{background:var(--background-hover)}.HabitCard_deleteBtn__20lmR{padding:10px 14px;background:var(--error-bg);color:var(--error-color);border:1px solid var(--error-color);border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.HabitCard_deleteBtn__20lmR:hover{background:var(--error-hover);border-color:var(--error-color)}.HabitCard_deleteBtn__20lmR:disabled{opacity:.5;cursor:not-allowed}.HabitCard_completedIndicator__hdFVo{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:var(--success-bg);color:var(--success-color);border-radius:8px;font-weight:600}.HabitCard_checkmark__RC3JI{background:var(--success-color);color:var(--text-inverse);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.HabitCard_progressSection__x1c8c{margin-bottom:12px}.HabitCard_progressBar__NGeHA{width:100%;height:6px;background:var(--background-tertiary);border-radius:3px;overflow:hidden;margin-bottom:4px}.HabitCard_progressFill___MNfY{height:100%;background:var(--primary-color);transition:width .3s ease}.HabitCard_progressText__hSEOu{font-size:12px;color:var(--text-secondary)}.HabitCard_quickInfo__zUisv{display:flex;flex-direction:column;gap:4px;padding-top:12px;border-top:1px solid var(--border-color)}.HabitCard_timeInfo__FJRcR,.HabitCard_triggerInfo__aapIF{font-size:12px;color:var(--text-secondary)}.HabitCard_spinner__CjL89{width:16px;height:16px;border:2px solid var(--text-inverse);border-top:2px solid transparent;border-radius:50%;animation:HabitCard_spin__wAhP9 1s linear infinite}@keyframes HabitCard_spin__wAhP9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.HabitCard_modalOverlay__1BKCV{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.HabitCard_modal__An_o3{background:var(--card-background);border-radius:12px;padding:24px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto}.HabitCard_modal__An_o3 h3{margin:0 0 20px;color:var(--text-primary)}.HabitCard_formRow__jB8ip{margin-bottom:16px}.HabitCard_formRow__jB8ip label{display:block;margin-bottom:4px;font-weight:500;color:var(--text-primary)}.HabitCard_formRow__jB8ip input[type=range]{width:100%;margin:8px 0}.HabitCard_formRow__jB8ip input[type=number],.HabitCard_formRow__jB8ip textarea{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:6px}.HabitCard_formRow__jB8ip textarea{resize:vertical;min-height:60px;background:var(--input-background);color:var(--text-primary)}.HabitCard_modalActions__HVawo{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.HabitCard_modalActions__HVawo button{padding:8px 16px;border:1px solid var(--border-color);border-radius:6px;font-weight:500;cursor:pointer}.HabitCard_modalActions__HVawo button[type=button]{background:var(--card-background);color:var(--text-primary)}.HabitCard_modalActions__HVawo button[type=submit]{background:var(--success-color);color:var(--text-inverse);border-color:var(--success-color)}.HabitCard_modalActions__HVawo button:hover{opacity:.9}@media (max-width:640px){.HabitCard_habitCard__UR3SD{padding:16px}.HabitCard_statsRow__3AaVG{grid-template-columns:1fr;gap:8px}.HabitCard_actionRow__PGse_{flex-direction:column}.HabitCard_modal__An_o3{padding:20px;margin:20px}}#sakura-toast-root{position:fixed;top:16px;right:16px;z-index:10000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast-imperative{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:var(--card-bg,#1f2937);color:var(--text-primary,#f9fafb);box-shadow:0 6px 24px rgba(0,0,0,.25);font-size:14px;max-width:360px;pointer-events:auto;animation:toast-in .2s ease-out}.toast-imperative.toast-success{border-left:4px solid #22c55e}.toast-imperative.toast-error{border-left:4px solid #ef4444}.toast-imperative.toast-warning{border-left:4px solid #f59e0b}.toast-imperative.toast-info{border-left:4px solid #3b82f6}.toast-imperative .toast-close{background:none;border:none;color:inherit;opacity:.6;font-size:16px;cursor:pointer;padding:0 2px}.toast-imperative .toast-close:hover{opacity:1}.toast-leaving{opacity:0;transition:opacity .2s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.confirm-backdrop{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:24px}.confirm-dialog{background:var(--card-bg,#1f2937);color:var(--text-primary,#f9fafb);border-radius:14px;padding:20px;max-width:380px;width:100%;box-shadow:0 12px 48px rgba(0,0,0,.35)}.confirm-message{margin:0 0 16px;font-size:15px;line-height:1.45;white-space:pre-line}.confirm-actions{display:flex;justify-content:flex-end;gap:8px}.confirm-btn{border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer}.confirm-btn-cancel{background:rgba(148,163,184,.2);color:inherit}.confirm-btn-primary{background:#3b82f6;color:#fff}.confirm-btn-danger{background:#ef4444;color:#fff}.confirm-btn:hover{filter:brightness(1.1)}.EnhancedPreferencesDisplay_preferencesContainer__df9U_{height:100%;display:flex;flex-direction:column;gap:16px}.EnhancedPreferencesDisplay_header__PBtL1{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,var(--card-background) 0,var(--background-secondary) 100%);border-radius:12px;border:1px solid var(--border-color);box-shadow:0 2px 4px rgba(0,0,0,.05)}.EnhancedPreferencesDisplay_headerContent__Dm5uT{display:flex;align-items:center;gap:12px}.EnhancedPreferencesDisplay_headerIcon__17Em1{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.EnhancedPreferencesDisplay_headerTitle__AWg6M{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}.EnhancedPreferencesDisplay_editAllButton__UG19v{padding:8px 16px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));color:#3b82f6;border:1px solid rgba(59,130,246,.3);border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.EnhancedPreferencesDisplay_editAllButton__UG19v:hover{background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(139,92,246,.15));transform:translateY(-1px)}.EnhancedPreferencesDisplay_sectionsContainer__sJdih{flex:1 1;display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:4px}.EnhancedPreferencesDisplay_sectionsContainer__sJdih::-webkit-scrollbar{width:4px}.EnhancedPreferencesDisplay_sectionsContainer__sJdih::-webkit-scrollbar-track{background:transparent}.EnhancedPreferencesDisplay_sectionsContainer__sJdih::-webkit-scrollbar-thumb{background:linear-gradient(135deg,var(--text-tertiary),var(--text-secondary));border-radius:2px}.EnhancedPreferencesDisplay_section__XcZn6{background:linear-gradient(135deg,var(--card-background) 0,var(--background-secondary) 100%);border-radius:10px;border:1px solid var(--border-color);overflow:hidden;transition:all .3s ease}.EnhancedPreferencesDisplay_section__XcZn6:hover{border-color:var(--text-tertiary);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.EnhancedPreferencesDisplay_sectionHeader__XE7sM{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;background:linear-gradient(135deg,var(--background-secondary),var(--background-tertiary));border-bottom:1px solid var(--border-color);transition:all .2s ease}.EnhancedPreferencesDisplay_sectionHeader__XE7sM:hover{background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(139,92,246,.05))}.EnhancedPreferencesDisplay_sectionTitle__arot1{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--text-primary);font-size:.875rem}.EnhancedPreferencesDisplay_sectionIcon__lDwmx{font-size:1rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.EnhancedPreferencesDisplay_hasValuesDot__eSfU4{width:6px;height:6px;background:linear-gradient(45deg,#10b981,#06b6d4);border-radius:50%;margin-left:4px}.EnhancedPreferencesDisplay_expandIcon__MuUOo{font-size:.75rem;color:var(--text-secondary);transition:transform .2s ease}.EnhancedPreferencesDisplay_expandIcon__MuUOo.EnhancedPreferencesDisplay_expanded__dJDbL{transform:rotate(180deg)}.EnhancedPreferencesDisplay_sectionContent__25Ekr{padding:16px 18px;display:flex;flex-direction:column;gap:12px}.EnhancedPreferencesDisplay_preferenceItem__33KSh{display:flex;flex-direction:column;gap:6px;padding:12px;background:var(--background-secondary);border-radius:8px;border:1px solid var(--border-color);transition:all .2s ease}.EnhancedPreferencesDisplay_preferenceItem__33KSh:hover{background:var(--card-background);border-color:var(--text-tertiary)}.EnhancedPreferencesDisplay_preferenceLabel__SjSxj{font-size:.75rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.EnhancedPreferencesDisplay_preferenceValue__lxR10{display:flex;align-items:center;gap:8px}.EnhancedPreferencesDisplay_emptyValue__lMqIm{color:var(--text-tertiary);font-style:italic;font-size:.875rem}.EnhancedPreferencesDisplay_textValue__PpHh1{color:var(--text-primary);font-weight:500;font-size:.875rem}.EnhancedPreferencesDisplay_numberValue__2mLm5{color:#059669;font-weight:700;font-size:.875rem}.EnhancedPreferencesDisplay_timeValue__vHZ5M{color:#7c3aed;font-weight:600;font-size:.875rem;font-family:SF Mono,Monaco,monospace}.EnhancedPreferencesDisplay_booleanValue__HLjlT{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500}.EnhancedPreferencesDisplay_statusDot__qLABI{width:8px;height:8px;border-radius:50%}.EnhancedPreferencesDisplay_statusDot__qLABI.EnhancedPreferencesDisplay_active__mg_Og{background:linear-gradient(45deg,#10b981,#06b6d4);box-shadow:0 0 8px rgba(16,185,129,.3)}.EnhancedPreferencesDisplay_statusDot__qLABI.EnhancedPreferencesDisplay_inactive__dMee5{background:linear-gradient(45deg,#ef4444,#f97316);box-shadow:0 0 8px rgba(239,68,68,.3)}.EnhancedPreferencesDisplay_tagContainer__95F5O{display:flex;flex-wrap:wrap;gap:4px}.EnhancedPreferencesDisplay_valueTag__i4B9t{padding:4px 8px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));color:#3b82f6;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid rgba(59,130,246,.2)}.EnhancedPreferencesDisplay_moreTag__IkrpJ{padding:4px 8px;background:linear-gradient(135deg,rgba(107,114,128,.1),rgba(156,163,175,.1));color:var(--text-secondary);border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid rgba(107,114,128,.2)}.EnhancedPreferencesDisplay_objectValue__ffdRi{display:flex;flex-direction:column;gap:4px}.EnhancedPreferencesDisplay_objectEntry__cvLMF{display:flex;align-items:center;gap:6px;font-size:.75rem}.EnhancedPreferencesDisplay_objectKey___aW0Z{color:var(--text-secondary);font-weight:600;min-width:60px}.EnhancedPreferencesDisplay_objectEntryValue__rYaUE{color:var(--text-primary);font-weight:500}.EnhancedPreferencesDisplay_moreItems__Lqx18{color:var(--text-tertiary);font-size:.75rem;font-style:italic}.EnhancedPreferencesDisplay_footer__eQ7Cf{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,var(--background-secondary) 0,var(--background-tertiary) 100%);border-radius:12px;border:1px solid var(--border-color);margin-top:auto}.EnhancedPreferencesDisplay_footerStats__Xw_g4{display:flex;align-items:center;gap:12px}.EnhancedPreferencesDisplay_statItem__Pbkgm{font-size:.75rem;color:var(--text-secondary);font-weight:500}.EnhancedPreferencesDisplay_fullEditButton__u5GR_{padding:10px 18px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.EnhancedPreferencesDisplay_fullEditButton__u5GR_:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.EnhancedPreferencesDisplay_emptyState__CVF5l{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;height:100%;background:linear-gradient(135deg,var(--card-background) 0,var(--background-secondary) 100%);border-radius:12px;border:2px dashed var(--border-color)}.EnhancedPreferencesDisplay_emptyIcon__RBQW3{font-size:3rem;margin-bottom:16px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.EnhancedPreferencesDisplay_emptyState__CVF5l h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 8px}.EnhancedPreferencesDisplay_emptyState__CVF5l p{font-size:.875rem;color:var(--text-secondary);margin:0 0 24px;line-height:1.5}.EnhancedPreferencesDisplay_setupButton__t_bzA{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.EnhancedPreferencesDisplay_setupButton__t_bzA:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);transform:translateY(-2px);box-shadow:0 8px 12px -2px rgba(0,0,0,.15)}@media (max-width:480px){.EnhancedPreferencesDisplay_header__PBtL1{padding:12px 16px}.EnhancedPreferencesDisplay_headerTitle__AWg6M{font-size:1rem}.EnhancedPreferencesDisplay_sectionContent__25Ekr{padding:12px 16px}.EnhancedPreferencesDisplay_preferenceItem__33KSh{padding:10px}.EnhancedPreferencesDisplay_footer__eQ7Cf{padding:12px 16px;flex-direction:column;gap:8px}}