@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;:root{--radius: .5rem;--background: 255 255 255;--foreground: 15 23 42;--card: 255 255 255;--card-foreground: 15 23 42;--popover: 255 255 255;--popover-foreground: 15 23 42;--primary: 15 23 42;--primary-foreground: 248 250 252;--secondary: 241 245 249;--secondary-foreground: 15 23 42;--muted: 241 245 249;--muted-foreground: 100 116 139;--accent: 241 245 249;--accent-foreground: 15 23 42;--destructive: 239 68 68;--destructive-foreground: 248 250 252;--border: 226 232 240;--input: 226 232 240;--ring: 15 23 42;--success: 34 197 94;--success-foreground: 255 255 255;--warning: 251 191 36;--warning-foreground: 15 23 42}.dark{--background: 64 46 122;--foreground: 248 250 252;--card: 76 59 207;--card-foreground: 248 250 252;--popover: 76 59 207;--popover-foreground: 248 250 252;--primary: 75 112 245;--primary-foreground: 248 250 252;--secondary: 76 59 207;--secondary-foreground: 248 250 252;--muted: 76 59 207;--muted-foreground: 180 190 245;--accent: 61 194 236;--accent-foreground: 64 46 122;--destructive: 239 68 68;--destructive-foreground: 248 250 252;--border: 75 112 245;--input: 76 59 207;--ring: 61 194 236;--success: 34 197 94;--success-foreground: 255 255 255;--warning: 251 191 36;--warning-foreground: 64 46 122}*{font-family:Archivo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,.title,.heading,.header-text{font-family:Archivo Narrow,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:600}code,pre,.code{font-family:Archivo,monospace}body{margin:0;font-family:Archivo,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-header{text-align:center;margin-bottom:2rem;color:#fff}.auth-header h1{font-size:2.5rem;margin:0;font-weight:700}.auth-header p{font-size:1.2rem;margin:.5rem 0 0;opacity:.9}.auth-form .auth-clerk-root{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a}.auth-form .auth-clerk-card{border:none;box-shadow:none}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.auth-loading .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.auth-loading p{color:#666;font-size:1.1rem}.user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem}.user-profile .user-info{display:flex;flex-direction:column;text-align:right}.user-profile .user-info .user-name{font-weight:600;font-size:.9rem;color:var(--text-primary, #333)}.user-profile .user-info .user-email{font-size:.8rem;color:var(--text-secondary, #666)}.user-profile .user-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden}.adhd-error-boundary{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem;background:linear-gradient(135deg,var(--Neutral-15, #f8f9fa) 0%,var(--Neutral-10, #ffffff) 100%);border-radius:12px;border:2px solid var(--error-light, #ffeaa7)}.adhd-error-boundary.page{min-height:60vh;margin:2rem}.adhd-error-boundary.component{min-height:150px;margin:1rem 0}.adhd-error-boundary.feature{min-height:180px;margin:1.5rem 0}.error-content{text-align:center;max-width:600px;width:100%}.error-icon{color:var(--error-primary, #e17055);margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.error-title{font-size:1.8rem;font-weight:700;color:var(--text-primary, #2d3748);margin-bottom:1rem;line-height:1.4;letter-spacing:.01em}.error-message{font-size:1.1rem;color:var(--text-secondary, #4a5568);margin-bottom:1.5rem;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.error-subtitle{font-size:1rem;color:var(--text-muted, #718096);margin-bottom:2rem;font-weight:500}.error-actions{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.retry-button,.reload-button,.home-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;min-height:44px}.retry-button:focus,.reload-button:focus,.home-button:focus{outline:3px solid var(--focus-ring, #4299e1);outline-offset:2px}.retry-button:disabled,.reload-button:disabled,.home-button:disabled{opacity:.6;cursor:not-allowed}.retry-button.primary{background:var(--primary, #4299e1);color:#fff}.retry-button.primary:hover:not(:disabled){background:var(--primary-dark, #3182ce);transform:translateY(-1px)}.retry-button.primary:active{transform:translateY(0)}.reload-button.secondary,.home-button.secondary{background:var(--neutral-light, #e2e8f0);color:var(--text-primary, #2d3748);border:1px solid var(--neutral-border, #cbd5e0)}.reload-button.secondary:hover,.home-button.secondary:hover{background:var(--neutral-lighter, #f7fafc);transform:translateY(-1px)}.reload-button.secondary:active,.home-button.secondary:active{transform:translateY(0)}.spinning{animation:spin 1s linear infinite}.troubleshooting{margin-top:2rem;text-align:left;max-width:500px;margin-left:auto;margin-right:auto}.troubleshooting summary{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;color:var(--text-secondary, #4a5568);margin-bottom:1rem}.troubleshooting summary:hover{color:var(--primary, #4299e1)}.troubleshooting summary:focus{outline:2px solid var(--focus-ring, #4299e1);outline-offset:2px;border-radius:4px}.troubleshooting ul{list-style:none;padding-left:0;margin:1rem 0}.troubleshooting ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:var(--text-secondary, #4a5568)}.troubleshooting ul li:before{content:"→";position:absolute;left:0;color:var(--primary, #4299e1);font-weight:700}.error-debug{margin-top:1.5rem;padding:1rem;background:var(--neutral-dark, #1a202c);border-radius:6px}.error-debug h4{color:var(--error-light, #fbb6ce);margin-bottom:.5rem;font-size:.9rem}.error-debug pre{color:var(--neutral-lighter, #e2e8f0);font-size:.8rem;white-space:pre-wrap;word-break:break-word;margin:0;max-height:200px;overflow-y:auto}.error-id{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted, #718096)}.error-id code{background:var(--neutral-light, #e2e8f0);padding:.2rem .4rem;border-radius:3px;font-family:Archivo,monospace}@media (max-width: 768px){.adhd-error-boundary{padding:1rem;margin:.5rem}.adhd-error-boundary.page{margin:1rem;min-height:50vh}.error-title{font-size:1.5rem}.error-message{font-size:1rem}.error-actions{flex-direction:column;gap:.75rem}.error-actions button{width:100%;justify-content:center}}@media (prefers-contrast: high){.adhd-error-boundary{border:3px solid var(--error-primary, #e17055);background:#fff}.retry-button.primary{background:#000;color:#fff;border:2px solid #000}.reload-button.secondary,.home-button.secondary{background:#fff;color:#000;border:2px solid #000}}@media (prefers-reduced-motion: reduce){.error-icon,.spinning{animation:none}.retry-button,.reload-button,.home-button{transition:none}.retry-button:hover,.reload-button:hover,.home-button:hover,.retry-button:active,.reload-button:active,.home-button:active{transform:none}}._toastContainer_1tl7a_1{position:fixed;z-index:9999;pointer-events:none;max-height:100vh;overflow:hidden}._toastContainer_1tl7a_1>*{pointer-events:auto}._toastContainer_1tl7a_1._topright_1tl7a_11{top:1rem;right:1rem}._toastContainer_1tl7a_1._topleft_1tl7a_15{top:1rem;left:1rem}._toastContainer_1tl7a_1._bottomright_1tl7a_19{bottom:1rem;right:1rem;display:flex;flex-direction:column-reverse}._toastContainer_1tl7a_1._bottomleft_1tl7a_25{bottom:1rem;left:1rem;display:flex;flex-direction:column-reverse}._toastContainer_1tl7a_1._topcenter_1tl7a_31{top:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center}._toastContainer_1tl7a_1._bottomcenter_1tl7a_39{bottom:1rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column-reverse;align-items:center}@media (max-width: 640px){._toastContainer_1tl7a_1._topright_1tl7a_11,._toastContainer_1tl7a_1._topleft_1tl7a_15,._toastContainer_1tl7a_1._bottomright_1tl7a_19,._toastContainer_1tl7a_1._bottomleft_1tl7a_25{left:0;right:0;padding:0 1rem}._toastContainer_1tl7a_1._topright_1tl7a_11,._toastContainer_1tl7a_1._topleft_1tl7a_15{top:1rem}._toastContainer_1tl7a_1._bottomright_1tl7a_19,._toastContainer_1tl7a_1._bottomleft_1tl7a_25{bottom:1rem}._toastContainer_1tl7a_1._topcenter_1tl7a_31{left:0;right:0;transform:none;padding:0 1rem;top:1rem}._toastContainer_1tl7a_1._bottomcenter_1tl7a_39{left:0;right:0;transform:none;padding:0 1rem;bottom:1rem}}@media (max-height: 600px){._toastContainer_1tl7a_1{max-height:50vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}._toastContainer_1tl7a_1::-webkit-scrollbar{display:none}}:root{--text: #1a1a1a;--gray-200: #f5f5f5;--gray-300: #e0e0e0;--gray-500: #9e9e9e;--gray-600: #757575;--gray-700: #616161;--gray-800: #424242;--gray-900: #f9f9f9;--gray-1000: #ffffff;--border-stroke: #e0e0e0;--accent-blue: rgb(25, 118, 210);--accent-blue-active-bg: #e3f2fd;--accent-blue-active: #1976d2;--accent-blue-headers: #1565c0;--accent-green: rgb(56, 142, 60);--midnight-blue: rgb(227, 242, 253);--blue-30: #1976d2;--accent-red: #d32f2f;--background: #ffffff;--color: #1a1a1a;scrollbar-color:#bdbdbd #f5f5f5;scrollbar-width:thin;--font-family: "Archivo", sans-serif;--Neutral-00: #ffffff;--Neutral-5: #fafafa;--Neutral-10: #f5f5f5;--Neutral-15: #eeeeee;--Neutral-20: #e0e0e0;--Neutral-30: #bdbdbd;--Neutral-50: #9e9e9e;--Neutral-60: #757575;--Neutral-80: #424242;--Neutral-90: #212121;--Green-500: #4caf50;--Green-700: #388e3c;--Blue-400: #42a5f5;--Blue-500: #2196f3;--Blue-800: #1565c0;--Red-400: #ef5350;--Red-500: #f44336;--Red-600: #e53935;--Red-700: #d32f2f}[data-theme=dark]{--text: white;--gray-200: #b4b8bb;--gray-300: #80868b;--gray-500: #5f6368;--gray-600: #444444;--gray-700: #202020;--gray-800: #171717;--gray-900: #111111;--gray-1000: #0a0a0a;--border-stroke: #444444;--accent-blue: rgb(161, 228, 242);--accent-blue-active-bg: #001233;--accent-blue-active: #98beff;--accent-blue-headers: #448dff;--accent-green: rgb(168, 218, 181);--midnight-blue: rgb(0, 18, 51);--blue-30: #99beff;--accent-red: #ff4600;--background: var(--gray-900);--color: var(--text);scrollbar-color:var(--gray-600) var(--gray-900);scrollbar-width:thin;--Neutral-00: #000;--Neutral-5: #181a1b;--Neutral-10: #1c1f21;--Neutral-15: #232729;--Neutral-20: #2a2f31;--Neutral-30: #404547;--Neutral-50: #707577;--Neutral-60: #888d8f;--Neutral-80: #c3c6c7;--Neutral-90: #e1e2e3;--Green-500: #0d9c53;--Green-700: #025022;--Blue-400: #80c1ff;--Blue-500: #1f94ff;--Blue-800: #0f3557;--Red-400: #ff9c7a;--Red-500: #ff4600;--Red-600: #e03c00;--Red-700: #bd3000}body.dark{--text: white;--gray-200: #b4b8bb;--gray-300: #80868b;--gray-500: #5f6368;--gray-600: #444444;--gray-700: #202020;--gray-800: #171717;--gray-900: #111111;--gray-1000: #0a0a0a;--border-stroke: #444444;--accent-blue: rgb(161, 228, 242);--accent-blue-active-bg: #001233;--accent-blue-active: #98beff;--accent-blue-headers: #448dff;--accent-green: rgb(168, 218, 181);--midnight-blue: rgb(0, 18, 51);--blue-30: #99beff;--accent-red: #ff4600;--background: var(--gray-900);--color: var(--text);scrollbar-color:var(--gray-600) var(--gray-900);--Neutral-00: #000;--Neutral-5: #181a1b;--Neutral-10: #1c1f21;--Neutral-15: #232729;--Neutral-20: #2a2f31;--Neutral-30: #404547;--Neutral-50: #707577;--Neutral-60: #888d8f;--Neutral-80: #c3c6c7;--Neutral-90: #e1e2e3;--Green-500: #0d9c53;--Green-700: #025022;--Blue-400: #80c1ff;--Blue-500: #1f94ff;--Blue-800: #0f3557;--Red-400: #ff9c7a;--Red-500: #ff4600;--Red-600: #e03c00;--Red-700: #bd3000}body{margin:0;font-family:Archivo,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--color);transition:background-color .3s ease,color .3s ease}.material-symbols-outlined.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.archivo-regular{font-family:Archivo,sans-serif;font-weight:400;font-style:normal}.archivo-bold{font-family:Archivo,sans-serif;font-weight:700;font-style:normal}.archivo-narrow-regular{font-family:Archivo Narrow,sans-serif;font-weight:400;font-style:normal}.archivo-narrow-bold{font-family:Archivo Narrow,sans-serif;font-weight:700;font-style:normal}.hidden{display:none}.flex{display:flex}.h-screen-full{height:100vh}.w-screen-full{width:100vw}.flex-col{flex-direction:column}.modern-unified-layout{position:relative;width:100vw;height:100vh;background:var(--Neutral-15);color:var(--gray-300);overflow:hidden;display:flex;flex-direction:column}.modern-unified-layout a,.modern-unified-layout a:visited,.modern-unified-layout a:active{color:var(--gray-300)}.modern-unified-layout .disabled{pointer-events:none}.modern-unified-layout .disabled>*{pointer-events:none}.modern-unified-layout #adhd-assistant{flex:1;overflow-y:auto}.modern-unified-layout .function-call{position:absolute;top:0;width:100%;height:50%;overflow-y:auto}.stream{flex-grow:1;max-width:90%;border-radius:32px;max-height:fit-content}body.focus-mode-active{--background-focus: #0a0a0a;--text-focus: #ffffff;--accent-focus: #4a90e2;--border-focus: #333333;--muted-focus: #666666;background:var(--background-focus);color:var(--text-focus)}body.focus-mode-active *,body.focus-mode-active *:before,body.focus-mode-active *:after{animation-duration:0s!important;animation-delay:0s!important;transition-duration:0s!important;transition-delay:0s!important}body.focus-mode-active .focus-mode-hidden{display:none!important}body.focus-mode-active .focus-mode-minimal{background:var(--background-focus)!important;border:1px solid var(--border-focus)!important;box-shadow:none!important;border-radius:4px!important}body.focus-mode-active .usage-tracker{background:var(--background-focus)!important;border-bottom:1px solid var(--border-focus)!important;padding:8px 16px!important;min-height:auto!important}body.focus-mode-active .usage-tracker .focus-mode-hidden{display:none!important}body.focus-mode-active .control-tray{background:var(--background-focus)!important;border-top:1px solid var(--border-focus)!important;padding:12px!important}body.focus-mode-active .control-tray .audio-pulse,body.focus-mode-active .control-tray .visualization,body.focus-mode-active .control-tray .decorative-element{display:none!important}body.focus-mode-active .control-tray button{background:var(--border-focus)!important;color:var(--text-focus)!important;border:none!important;border-radius:4px!important;box-shadow:none!important}body.focus-mode-active .control-tray button:hover{background:var(--accent-focus)!important}body.focus-mode-active .control-tray button:focus{outline:2px solid var(--accent-focus)!important;outline-offset:2px!important}body.focus-mode-active .adhd-assistant{background:var(--background-focus)!important}body.focus-mode-active .adhd-assistant .side-panel{width:48px!important}body.focus-mode-active .adhd-assistant .side-panel .panel-content{display:none!important}body.focus-mode-active .adhd-assistant .side-panel .panel-toggle{writing-mode:vertical-lr!important;text-orientation:mixed!important;padding:8px 4px!important;background:var(--border-focus)!important;color:var(--text-focus)!important;border:none!important;border-radius:4px!important}body.focus-mode-active .adhd-assistant .side-panel .panel-toggle:hover{background:var(--accent-focus)!important}body.focus-mode-active .adhd-assistant .conversation-container{background:var(--background-focus)!important;margin:0!important;padding:16px!important;border:none!important}body.focus-mode-active .adhd-assistant .conversation-container .message{background:var(--border-focus)!important;color:var(--text-focus)!important;border:none!important;border-radius:8px!important;box-shadow:none!important;margin-bottom:12px!important}body.focus-mode-active .adhd-assistant .conversation-container .message.user{background:var(--accent-focus)!important}body.focus-mode-active .adhd-assistant .conversation-container .message.assistant{background:var(--border-focus)!important}body.focus-mode-active .adhd-assistant .conversation-container .input-container{background:var(--background-focus)!important;border-top:1px solid var(--border-focus)!important;padding:12px!important}body.focus-mode-active .adhd-assistant .conversation-container .input-container input,body.focus-mode-active .adhd-assistant .conversation-container .input-container textarea{background:var(--border-focus)!important;color:var(--text-focus)!important;border:1px solid var(--muted-focus)!important;border-radius:4px!important}body.focus-mode-active .adhd-assistant .conversation-container .input-container input:focus,body.focus-mode-active .adhd-assistant .conversation-container .input-container textarea:focus{outline:2px solid var(--accent-focus)!important;outline-offset:2px!important;border-color:var(--accent-focus)!important}body.focus-mode-active .adhd-assistant .assistant-header{background:var(--background-focus)!important;border-bottom:1px solid var(--border-focus)!important;padding:8px 16px!important}body.focus-mode-active .adhd-assistant .assistant-header .logo-animation,body.focus-mode-active .adhd-assistant .assistant-header .decorative-elements,body.focus-mode-active .adhd-assistant .assistant-header .status-indicators{display:none!important}body.focus-mode-active .adhd-assistant .assistant-header .essential-controls{display:flex!important;gap:8px!important}body.focus-mode-active .adhd-assistant .assistant-header .essential-controls button{background:var(--border-focus)!important;color:var(--text-focus)!important;border:none!important;border-radius:4px!important;padding:6px 12px!important;font-size:14px!important}body.focus-mode-active .adhd-assistant .assistant-header .essential-controls button:hover{background:var(--accent-focus)!important}body.focus-mode-active .xp-display,body.focus-mode-active .streak-widget,body.focus-mode-active .achievement-popup{background:var(--border-focus)!important;color:var(--text-focus)!important;border:1px solid var(--muted-focus)!important;border-radius:4px!important;box-shadow:none!important}body.focus-mode-active .xp-display .sparkles,body.focus-mode-active .xp-display .animations,body.focus-mode-active .xp-display .celebration-effects,body.focus-mode-active .streak-widget .sparkles,body.focus-mode-active .streak-widget .animations,body.focus-mode-active .streak-widget .celebration-effects,body.focus-mode-active .achievement-popup .sparkles,body.focus-mode-active .achievement-popup .animations,body.focus-mode-active .achievement-popup .celebration-effects{display:none!important}body.focus-mode-active .focus-mode-indicator{position:fixed;top:50%;right:16px;transform:translateY(-50%);writing-mode:vertical-lr;text-orientation:mixed;background:var(--accent-focus);color:#fff;padding:8px 4px;border-radius:4px;font-size:12px;font-weight:700;z-index:1000;opacity:.8}body.focus-mode-active .focus-mode-indicator:hover{opacity:1}body.focus-mode-active .modal,body.focus-mode-active .dialog{background:var(--background-focus)!important;color:var(--text-focus)!important;border:2px solid var(--border-focus)!important;border-radius:8px!important;box-shadow:none!important}body.focus-mode-active .modal .modal-header,body.focus-mode-active .modal .dialog-header,body.focus-mode-active .dialog .modal-header,body.focus-mode-active .dialog .dialog-header{background:var(--border-focus)!important;border-bottom:1px solid var(--muted-focus)!important;padding:12px 16px!important}body.focus-mode-active .modal .modal-body,body.focus-mode-active .modal .dialog-body,body.focus-mode-active .dialog .modal-body,body.focus-mode-active .dialog .dialog-body{padding:16px!important;background:var(--background-focus)!important}body.focus-mode-active .modal .modal-footer,body.focus-mode-active .modal .dialog-footer,body.focus-mode-active .dialog .modal-footer,body.focus-mode-active .dialog .dialog-footer{background:var(--border-focus)!important;border-top:1px solid var(--muted-focus)!important;padding:12px 16px!important}body.focus-mode-active .modal .modal-footer button,body.focus-mode-active .modal .dialog-footer button,body.focus-mode-active .dialog .modal-footer button,body.focus-mode-active .dialog .dialog-footer button{background:var(--accent-focus)!important;color:#fff!important;border:none!important;border-radius:4px!important;padding:8px 16px!important}body.focus-mode-active .modal .modal-footer button.secondary,body.focus-mode-active .modal .dialog-footer button.secondary,body.focus-mode-active .dialog .modal-footer button.secondary,body.focus-mode-active .dialog .dialog-footer button.secondary{background:var(--border-focus)!important;color:var(--text-focus)!important}body.focus-mode-active .modal .modal-footer button:hover,body.focus-mode-active .modal .dialog-footer button:hover,body.focus-mode-active .dialog .modal-footer button:hover,body.focus-mode-active .dialog .dialog-footer button:hover{opacity:.9!important}body.focus-mode-active .settings-panel{background:var(--background-focus)!important;color:var(--text-focus)!important}body.focus-mode-active .settings-panel .advanced-settings,body.focus-mode-active .settings-panel .appearance-settings,body.focus-mode-active .settings-panel .decorative-options{display:none!important}body.focus-mode-active .settings-panel .essential-settings{display:block!important}body.focus-mode-active .settings-panel input,body.focus-mode-active .settings-panel select,body.focus-mode-active .settings-panel textarea{background:var(--border-focus)!important;color:var(--text-focus)!important;border:1px solid var(--muted-focus)!important;border-radius:4px!important}body.focus-mode-active .settings-panel input:focus,body.focus-mode-active .settings-panel select:focus,body.focus-mode-active .settings-panel textarea:focus{outline:2px solid var(--accent-focus)!important;outline-offset:2px!important;border-color:var(--accent-focus)!important}body.focus-mode-active .settings-panel label{color:var(--text-focus)!important;font-weight:400!important}body.focus-mode-active *:focus{outline:2px solid var(--accent-focus)!important;outline-offset:2px!important}body.focus-mode-active *:focus:not(:focus-visible){outline:none!important}@media (prefers-contrast: high){body.focus-mode-active{--text-focus: #ffffff;--background-focus: #000000;--accent-focus: #0066cc;--border-focus: #666666}}@media (prefers-reduced-motion: reduce){body.focus-mode-active *,body.focus-mode-active *:before,body.focus-mode-active *:after{animation-duration:.01s!important;animation-iteration-count:1!important;transition-duration:.01s!important}}.focus-mode-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--border-focus, #333333);color:var(--text-focus, #ffffff);border:1px solid var(--muted-focus, #666666);border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.focus-mode-toggle:hover{background:var(--accent-focus, #4a90e2);transform:translateY(-1px)}.focus-mode-toggle:focus{outline:2px solid var(--accent-focus, #4a90e2);outline-offset:2px}.focus-mode-toggle:active{transform:translateY(0)}.focus-mode-toggle .focus-icon{font-size:16px}.focus-mode-toggle .keyboard-shortcut{font-size:11px;opacity:.7;background:#ffffff1a;padding:2px 6px;border-radius:3px;font-family:monospace}.focus-mode-toggle.active{background:var(--accent-focus, #4a90e2);border-color:var(--accent-focus, #4a90e2)}.focus-mode-toggle.active .focus-icon{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.focus-mode-notification{position:fixed;top:20px;left:50%;transform:translate(-50%);background:var(--accent-focus, #4a90e2);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;z-index:10000;box-shadow:0 4px 12px #0000004d;animation:slideInDown .3s ease-out}.focus-mode-notification.exiting{animation:slideOutUp .3s ease-in forwards}@keyframes slideInDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes slideOutUp{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.mobile-responsive-container{width:100%;max-width:100vw;overflow-x:hidden}@media screen and (max-width: 767px){.mobile-responsive-container{padding:0;margin:0}}.no-overlap{position:relative;z-index:1}.no-overlap.level-1{z-index:11}.no-overlap.level-2{z-index:21}.no-overlap.level-3{z-index:31}.mobile-nav{display:none}@media screen and (max-width: 767px){.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#000000f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:8px 0;z-index:200;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav .nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:all .2s ease;min-height:44px;min-width:44px;padding:12px}}@media screen and (max-width: 767px) and (min-width: 1280px){.mobile-nav .nav-item{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.mobile-nav .nav-item.active{color:#4a90e2}.mobile-nav .nav-item .nav-icon{font-size:20px;margin-bottom:4px}.mobile-nav .nav-item .nav-label{font-size:11px;font-weight:500}}.gamification-container{display:flex;gap:12px;align-items:center}@media screen and (max-width: 767px){.gamification-container{flex-direction:row;gap:8px;padding:8px}.gamification-container .level-badge{position:relative;z-index:2;min-width:auto;padding:4px 8px;font-size:12px}.gamification-container .streak-widget{position:relative;z-index:1;flex:1;min-width:0}.gamification-container .streak-widget .streak-display{font-size:14px;padding:6px 10px}.gamification-container .xp-counter{position:relative;z-index:1;font-size:12px;padding:4px 8px}}@media screen and (max-width: 767px){.task-card{padding:12px;margin:8px;border-radius:12px}.task-card .task-content{font-size:14px;line-height:1.4}.task-card .task-actions{display:flex;gap:8px;margin-top:8px}.task-card .task-actions button{min-height:44px;min-width:44px;padding:12px;flex:1;border-radius:8px;font-size:14px}}@media screen and (max-width: 767px) and (min-width: 1280px){.task-card .task-actions button{min-height:36px;min-width:auto}}.templates-grid{display:grid;gap:16px}@media screen and (max-width: 767px){.templates-grid{grid-template-columns:1fr;padding:12px}}@media screen and (min-width: 768px) and (max-width: 1279px){.templates-grid{grid-template-columns:repeat(2,1fr);padding:16px}}@media screen and (min-width: 1280px){.templates-grid{grid-template-columns:repeat(3,1fr);padding:20px}}@media screen and (min-width: 1920px){.templates-grid{grid-template-columns:repeat(4,1fr)}}.templates-grid .template-card{padding:16px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;cursor:pointer}@media screen and (max-width: 767px){.templates-grid .template-card{padding:12px}.templates-grid .template-card .template-title{font-size:16px;margin-bottom:8px}.templates-grid .template-card .template-description{font-size:14px;line-height:1.4}}.templates-grid .template-card:hover{background:#ffffff14;transform:translateY(-2px)}@media screen and (max-width: 767px){.timer-container{padding:16px}.timer-container .timer-display{font-size:48px;font-weight:700;text-align:center;margin:20px 0}.timer-container .timer-controls{display:flex;gap:12px;justify-content:center}.timer-container .timer-controls button{min-height:44px;min-width:44px;padding:12px 24px;border-radius:12px;font-size:16px;font-weight:600}}@media screen and (max-width: 767px) and (min-width: 1280px){.timer-container .timer-controls button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.timer-container .timer-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.timer-container .timer-presets button{min-height:44px;min-width:44px;padding:10px;border-radius:8px;font-size:14px}}@media screen and (max-width: 767px) and (min-width: 1280px){.timer-container .timer-presets button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.focus-mode{position:fixed;inset:0;z-index:400;background:#000000f2;padding:20px;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.focus-mode .focus-timer{margin-top:20%}.focus-mode .focus-timer .timer-circle{width:200px;height:200px;margin:0 auto}.focus-mode .focus-controls{position:absolute;bottom:80px;left:20px;right:20px;display:flex;gap:12px}.focus-mode .focus-controls button{min-height:44px;min-width:44px;padding:12px;flex:1}}@media screen and (max-width: 767px) and (min-width: 1280px){.focus-mode .focus-controls button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.control-tray{position:fixed;bottom:60px;left:0;right:0;padding:12px;background:#000000e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);z-index:199}.control-tray .control-buttons{display:flex;gap:8px}.control-tray .control-buttons button{min-height:44px;min-width:44px;flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px;font-size:12px}}@media screen and (max-width: 767px) and (min-width: 1280px){.control-tray .control-buttons button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.control-tray .control-buttons button .control-icon{font-size:20px}}@media screen and (min-width: 1280px){.control-tray{padding:20px;background:#ffffff0d;border-radius:16px}.control-tray .control-buttons{display:flex;gap:12px}.control-tray .control-buttons button{padding:12px 20px;font-size:14px}}@media screen and (max-width: 767px){.adhd-assistant{height:calc(100vh - 140px);display:flex;flex-direction:column}.adhd-assistant .assistant-header{padding:12px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.adhd-assistant .assistant-header .assistant-title{font-size:18px;font-weight:600}.adhd-assistant .assistant-messages{flex:1;overflow-y:auto;padding:12px}.adhd-assistant .assistant-messages .message{margin-bottom:12px;padding:10px;border-radius:12px;font-size:14px;line-height:1.5}.adhd-assistant .assistant-messages .message.user{background:#4a90e233;margin-left:20%}.adhd-assistant .assistant-messages .message.assistant{background:#ffffff0d;margin-right:20%}.adhd-assistant .assistant-input{padding:12px;background:#00000080;border-top:1px solid rgba(255,255,255,.1)}.adhd-assistant .assistant-input .input-group{display:flex;gap:8px}.adhd-assistant .assistant-input .input-group input{flex:1;border-radius:8px;font-size:14px;min-height:44px;min-width:44px;padding:12px}}@media screen and (max-width: 767px) and (min-width: 1280px){.adhd-assistant .assistant-input .input-group input{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.adhd-assistant .assistant-input .input-group button{min-height:44px;min-width:44px;padding:0 16px;border-radius:8px}}@media screen and (max-width: 767px) and (min-width: 1280px){.adhd-assistant .assistant-input .input-group button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.settings-panel{position:fixed;inset:0;z-index:400;background:#000000f2;overflow-y:auto;padding:20px;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.settings-panel .settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.settings-panel .settings-header h2{font-size:24px}.settings-panel .settings-header .close-btn{min-height:44px;min-width:44px;padding:8px}}@media screen and (max-width: 767px) and (min-width: 1280px){.settings-panel .settings-header .close-btn{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.settings-panel .settings-section{margin-bottom:24px}.settings-panel .settings-section h3{font-size:18px;margin-bottom:12px}.settings-panel .settings-section .setting-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.settings-panel .settings-section .setting-item label{font-size:14px}.settings-panel .settings-section .setting-item input,.settings-panel .settings-section .setting-item select{min-height:44px;min-width:44px;padding:8px;font-size:14px}}@media screen and (max-width: 767px) and (min-width: 1280px){.settings-panel .settings-section .setting-item input,.settings-panel .settings-section .setting-item select{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.hide-mobile{display:none!important}}.show-mobile{display:none!important}@media screen and (max-width: 767px){.show-mobile{display:block!important}}@media screen and (min-width: 768px) and (max-width: 1279px){.hide-tablet{display:none!important}}.show-tablet{display:none!important}@media screen and (min-width: 768px) and (max-width: 1279px){.show-tablet{display:block!important}}@media screen and (min-width: 1280px){.hide-desktop{display:none!important}}.show-desktop{display:none!important}@media screen and (min-width: 1280px){.show-desktop{display:block!important}}@media screen and (max-width: 767px){.text-responsive{font-size:14px;line-height:1.5}}@media screen and (min-width: 768px) and (max-width: 1279px){.text-responsive{font-size:15px;line-height:1.6}}@media screen and (min-width: 1280px){.text-responsive{font-size:16px;line-height:1.7}}@media screen and (max-width: 767px){.p-responsive{padding:12px}}@media screen and (min-width: 768px) and (max-width: 1279px){.p-responsive{padding:16px}}@media screen and (min-width: 1280px){.p-responsive{padding:20px}}@media screen and (max-width: 767px){.m-responsive{margin:12px}}@media screen and (min-width: 768px) and (max-width: 1279px){.m-responsive{margin:16px}}@media screen and (min-width: 1280px){.m-responsive{margin:20px}}.container-responsive{width:100%;margin:0 auto;padding:0 16px}@media screen and (min-width: 768px) and (max-width: 1279px){.container-responsive{max-width:768px;padding:0 20px}}@media screen and (min-width: 1280px){.container-responsive{max-width:1024px;padding:0 24px}}@media screen and (min-width: 1920px){.container-responsive{max-width:1440px;padding:0 32px}}@media screen and (max-width: 767px){.mobile-scroll{-webkit-overflow-scrolling:touch;overflow-y:auto;overflow-x:hidden}}@media (hover: none) and (pointer: coarse){*:hover{transform:none!important;box-shadow:none!important}button,a,.clickable{-webkit-tap-highlight-color:rgba(74,144,226,.2);touch-action:manipulation}}@media (orientation: landscape) and (max-height: 600px){.mobile-nav{padding:4px 0;height:56px}.mobile-nav .nav-item{flex-direction:row;gap:8px}.mobile-nav .nav-item .nav-label{display:none}.adhd-assistant{height:calc(100vh - 56px)}.timer-display{font-size:36px!important}}:root{--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 48px;--safe-top: env(safe-area-inset-top);--safe-right: env(safe-area-inset-right);--safe-bottom: env(safe-area-inset-bottom);--safe-left: env(safe-area-inset-left)}input,textarea,select{font-size:16px!important}@media (hover: none) and (pointer: coarse){input,textarea,select{font-size:16px!important}}.touch-optimized{min-height:48px;min-width:48px;transition:all .15s ease-out;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;cursor:pointer;touch-action:manipulation}.touch-optimized:active{transform:scale(.97);opacity:.9}.swipeable-card{position:relative;margin:var(--spacing-md);background:#ffffff0d;border-radius:12px;overflow:hidden}@media screen and (max-width: 767px){.swipeable-card{touch-action:pan-y}.swipeable-card .card-content{padding:var(--spacing-md);transition:transform .2s ease-out}.swipeable-card .swipe-hint{position:absolute;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .2s}.swipeable-card .swipe-hint.left{left:var(--spacing-sm)}.swipeable-card .swipe-hint.right{right:var(--spacing-sm)}.swipeable-card.swiping .swipe-hint{opacity:1}}.mobile-grid{display:grid;gap:var(--spacing-md);padding:var(--spacing-md);grid-template-columns:1fr}@media (min-width: 480px){.mobile-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 768px){.mobile-grid{grid-template-columns:repeat(3,1fr);gap:var(--spacing-lg)}}@media screen and (min-width: 1280px){.mobile-grid{grid-template-columns:repeat(4,1fr);gap:var(--spacing-xl)}}@media screen and (max-width: 767px){.bottom-sheet{position:fixed;bottom:0;left:0;right:0;background:#000000f2;border-radius:16px 16px 0 0;padding:var(--spacing-lg);padding-bottom:calc(var(--spacing-lg) + var(--safe-bottom));transform:translateY(100%);transition:transform .3s ease-out;z-index:400}.bottom-sheet:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#ffffff4d;border-radius:2px}.bottom-sheet.open{transform:translateY(0)}.bottom-sheet .sheet-content{max-height:70vh;overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (min-width: 768px){.bottom-sheet{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;background:#000000f2;border-radius:16px;padding:var(--spacing-xl)}}@media screen and (max-width: 767px){.fab{position:fixed;bottom:calc(70px + var(--safe-bottom));right:calc(16px + var(--safe-right));width:56px;height:56px;border-radius:50%;background:#4a90e2;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;z-index:200;transition:all .2s ease-out}.fab:active{transform:scale(.95)}.fab.extended{width:auto;padding:0 20px;border-radius:28px}.fab.extended .fab-label{margin-left:8px}}@media screen and (min-width: 1280px){.fab{display:none}}@media screen and (max-width: 767px){.pull-to-refresh{position:relative}.pull-to-refresh .refresh-indicator{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.pull-to-refresh .refresh-indicator.visible{opacity:1}.pull-to-refresh .refresh-indicator.refreshing{animation:spin 1s linear infinite}}@keyframes spin{to{transform:translate(-50%) rotate(360deg)}}@media screen and (max-width: 767px){.mobile-typography h1{font-size:clamp(24px,6vw,32px);line-height:1.2}.mobile-typography h2{font-size:clamp(20px,5vw,28px);line-height:1.3}.mobile-typography h3{font-size:clamp(18px,4.5vw,24px);line-height:1.4}.mobile-typography p{font-size:clamp(14px,4vw,16px);line-height:1.6}.mobile-typography small{font-size:clamp(12px,3.5vw,14px)}}@media screen and (max-width: 767px){.mobile-form .form-group{margin-bottom:var(--spacing-lg)}.mobile-form .form-group label{display:block;margin-bottom:var(--spacing-sm);font-weight:500;color:#ffffffb3}.mobile-form .form-group input,.mobile-form .form-group textarea,.mobile-form .form-group select{width:100%;padding:12px 16px;font-size:16px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;transition:all .2s}.mobile-form .form-group input:focus,.mobile-form .form-group textarea:focus,.mobile-form .form-group select:focus{outline:none;border-color:#4a90e2;background:#ffffff14}.mobile-form .form-group input::placeholder,.mobile-form .form-group textarea::placeholder,.mobile-form .form-group select::placeholder{color:#fff6}.mobile-form .form-group textarea{min-height:100px;resize:vertical}.mobile-form .form-group.floating-label{position:relative}.mobile-form .form-group.floating-label label{position:absolute;top:50%;left:16px;transform:translateY(-50%);transition:all .2s;pointer-events:none}.mobile-form .form-group.floating-label input:focus+label,.mobile-form .form-group.floating-label input:not(:placeholder-shown)+label{top:-8px;left:12px;font-size:12px;background:#000000f2;padding:0 4px}.mobile-form .form-actions{display:flex;gap:var(--spacing-md)}.mobile-form .form-actions button{min-height:44px;min-width:44px;flex:1;padding:14px;border-radius:8px;font-size:16px;font-weight:600}}@media screen and (max-width: 767px) and (min-width: 1280px){.mobile-form .form-actions button{min-height:36px;min-width:auto}}@media screen and (max-width: 767px){.skeleton{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a,#ffffff0d 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:4px}.skeleton.text{height:14px;margin-bottom:8px}.skeleton.text:last-child{width:60%}.skeleton.title{height:24px;margin-bottom:12px;width:80%}.skeleton.card{height:120px;border-radius:12px}}@keyframes loading{0%{background-position:-200% 0}to{background-position:200% 0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme: dark){.mobile-optimized{--bg-primary: rgba(0, 0, 0, .95);--bg-secondary: rgba(255, 255, 255, .05);--text-primary: rgba(255, 255, 255, .9);--text-secondary: rgba(255, 255, 255, .7);--border-color: rgba(255, 255, 255, .1)}}@media (prefers-contrast: high){.touch-optimized{border:2px solid currentColor}.mobile-form input:focus{outline:3px solid currentColor;outline-offset:2px}}@media print{.mobile-nav,.control-tray,.fab,.bottom-sheet,.hide-print{display:none!important}.mobile-responsive-container{padding:0;margin:0}}._treeContainer_1snne_2{width:100%;height:100%;overflow-y:auto;background:linear-gradient(135deg,var(--Neutral-15) 0%,var(--Neutral-10) 100%);border:1px solid var(--Neutral-30);border-radius:12px;padding:1rem;font-family:Archivo,sans-serif;position:relative}._treeContainer_1snne_2::-webkit-scrollbar{width:8px}._treeContainer_1snne_2::-webkit-scrollbar-track{background:var(--bg-secondary, #f5f5f5);border-radius:4px}._treeContainer_1snne_2::-webkit-scrollbar-thumb{background:var(--accent-color, #3b82f6);border-radius:4px}._treeContainer_1snne_2::-webkit-scrollbar-thumb:hover{background:var(--accent-hover, #2563eb)}._gridContainer_1snne_29{width:100%;display:flex;flex-direction:column;gap:2rem}._projectsGrid_1snne_36{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;width:100%}._projectSection_1snne_43{display:flex;flex-direction:column;gap:1rem}._todosGrid_1snne_49{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;padding:1rem;background:rgba(var(--Neutral-20-rgb),.6);border-radius:12px;border:1px solid var(--Neutral-30)}._unassignedSection_1snne_60{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--Neutral-30-rgb),.3)}._emptyState_1snne_69{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}._emptyState_1snne_69 ._emptyIcon_1snne_77{width:3rem;height:3rem;color:var(--Neutral-50);margin-bottom:1rem}._emptyState_1snne_69 ._emptyTitle_1snne_83{font-size:1.125rem;font-weight:500;color:var(--Neutral-80);margin:0 0 .5rem}._emptyState_1snne_69 ._emptyDescription_1snne_89{font-size:.875rem;color:var(--Neutral-60);max-width:20rem;margin:0;line-height:1.5}._treeItem_1snne_97{display:flex;flex-direction:column;margin-bottom:.5rem;padding-left:calc(var(--depth, 0) * 1.5rem)}._treeItem_1snne_97:last-child{margin-bottom:0}._itemButton_1snne_108{display:flex;align-items:flex-start;width:100%;background:rgba(var(--Neutral-20-rgb),.8);border:1px solid var(--Neutral-30);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:left;position:relative}._itemButton_1snne_108:focus-visible{outline:none;background:rgba(var(--Blue-400-rgb),.15);border-color:var(--Blue-400);box-shadow:0 4px 16px rgba(var(--Blue-400-rgb),.2)}._itemButton_1snne_108:hover{background:rgba(var(--Neutral-30-rgb),.8);border-color:var(--Neutral-50);transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._itemButton_1snne_108._focused_1snne_135{background:rgba(var(--Blue-400-rgb),.15);border-color:var(--Blue-400);box-shadow:0 4px 16px rgba(var(--Blue-400-rgb),.2)}._itemButton_1snne_108._selected_1snne_140{background:rgba(var(--Blue-400-rgb),.2);border-color:var(--Blue-500);box-shadow:0 4px 20px rgba(var(--Blue-400-rgb),.3)}._itemButton_1snne_108[aria-expanded]{position:relative}._itemButton_1snne_108[aria-expanded]:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:4px;height:20px;background:var(--Blue-400);border-radius:2px;opacity:0;transition:opacity .2s ease}._itemButton_1snne_108[aria-expanded]:focus-visible:before,._itemButton_1snne_108[aria-expanded]._focused_1snne_135:before{opacity:1}._arrow_1snne_165{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:.5rem;color:var(--text-secondary, #6b7280);font-size:14px;transition:transform .2s ease;flex-shrink:0}._arrow_1snne_165._expanded_1snne_178{transform:rotate(0)}._arrow_1snne_165:hover{color:var(--Blue-400);background:rgba(var(--Blue-400-rgb),.1);border-radius:4px}._itemContent_1snne_187{flex:1;min-width:0}._itemContent_1snne_187>*{width:100%}._children_1snne_196{margin-top:.5rem;padding-left:1rem;border-left:2px solid var(--border-light, #e5e7eb);animation:_expandChildren_1snne_1 .2s ease-out}._rootTitle_1snne_204{display:flex;align-items:center}._rootTitle_1snne_204 h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #1f2937)}@keyframes _expandChildren_1snne_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-contrast: high){._itemButton_1snne_108{border-width:3px}._itemButton_1snne_108:focus-visible{box-shadow:0 0 0 4px #0000004d}._arrow_1snne_165{font-weight:700}}@media (prefers-reduced-motion: reduce){._itemButton_1snne_108,._arrow_1snne_165,._children_1snne_196{transition:none}._children_1snne_196{animation:none}}@media (max-width: 768px){._treeContainer_1snne_2{padding:.75rem}._gridContainer_1snne_29{gap:1.5rem}._projectsGrid_1snne_36{grid-template-columns:1fr;gap:1rem}._todosGrid_1snne_49{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;padding:.75rem}._unassignedSection_1snne_60{margin-top:1.5rem;padding-top:1.5rem}._emptyState_1snne_69{padding:2rem 1rem}._emptyState_1snne_69 ._emptyIcon_1snne_77{width:2.5rem;height:2.5rem}._emptyState_1snne_69 ._emptyTitle_1snne_83{font-size:1rem}._emptyState_1snne_69 ._emptyDescription_1snne_89{font-size:.8rem}._treeItem_1snne_97{padding-left:calc(var(--depth, 0) * 1rem)}._itemButton_1snne_108{padding:.5rem}._arrow_1snne_165{width:20px;height:20px;font-size:12px}}@media (max-width: 1024px){._projectsGrid_1snne_36{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}._todosGrid_1snne_49{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (min-width: 1200px){._projectsGrid_1snne_36{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem}._todosGrid_1snne_49{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.25rem}._gridContainer_1snne_29{gap:2.5rem}}@media (prefers-color-scheme: dark){._treeContainer_1snne_2{--bg-primary: #1f2937;--bg-secondary: #374151;--text-primary: #f9fafb;--text-secondary: #d1d5db;--border-light: #4b5563;--hover-bg: rgba(59, 130, 246, .1);--focus-bg: rgba(59, 130, 246, .15);--selected-bg: rgba(59, 130, 246, .2)}}._timerContainer_1hu2j_1{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px}._timerContainer_1hu2j_1._small_1hu2j_8{gap:8px;padding:12px}._timerContainer_1hu2j_1._large_1hu2j_12{gap:24px;padding:32px}._title_1hu2j_17{font-size:18px;font-weight:600;color:var(--text-color, #333);text-align:center;margin-bottom:8px}._small_1hu2j_8 ._title_1hu2j_17{font-size:14px;margin-bottom:4px}._large_1hu2j_12 ._title_1hu2j_17{font-size:24px;margin-bottom:12px}._timerWrapper_1hu2j_33{position:relative;display:flex;align-items:center;justify-content:center}._progressRing_1hu2j_40{transform:rotate(-90deg);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}._progressRing_1hu2j_40 ._progressRingBackground_1hu2j_44{stroke:var(--border-color, #e0e0e0);opacity:.3}._progressRing_1hu2j_40 ._progressRingCircle_1hu2j_48{transition:stroke-dashoffset .35s ease-in-out,stroke .3s ease-in-out;animation:_pulse_1hu2j_69 2s ease-in-out infinite alternate}._timeDisplay_1hu2j_53{position:absolute;font-size:32px;font-weight:700;color:var(--text-color, #333);font-family:Monaco,Menlo,Ubuntu Mono,monospace;text-align:center;-webkit-user-select:none;user-select:none}._small_1hu2j_8 ._timeDisplay_1hu2j_53{font-size:20px}._large_1hu2j_12 ._timeDisplay_1hu2j_53{font-size:48px}._pulseIndicator_1hu2j_69{position:absolute;width:100%;height:100%;pointer-events:none}._pulseIndicator_1hu2j_69 ._pulse_1hu2j_69{position:absolute;top:50%;left:50%;width:12px;height:12px;background:#4caf50;border-radius:50%;transform:translate(-50%,-50%);animation:_pulseAnimation_1hu2j_1 1s ease-in-out infinite}._small_1hu2j_8 ._pulseIndicator_1hu2j_69 ._pulse_1hu2j_69{width:8px;height:8px}._large_1hu2j_12 ._pulseIndicator_1hu2j_69 ._pulse_1hu2j_69{width:16px;height:16px}._controls_1hu2j_95{display:flex;gap:12px;align-items:center}._small_1hu2j_8 ._controls_1hu2j_95{gap:8px}._large_1hu2j_12 ._controls_1hu2j_95{gap:16px}._controlButton_1hu2j_107{background:var(--background-color, #fff);border:2px solid var(--border-color, #e0e0e0);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .2s ease-in-out}._controlButton_1hu2j_107:hover{background:var(--hover-background, #f5f5f5);border-color:var(--primary-color, #4CAF50);transform:scale(1.05)}._controlButton_1hu2j_107:active{transform:scale(.95)}._controlButton_1hu2j_107:disabled{opacity:.5;cursor:not-allowed}._controlButton_1hu2j_107:disabled:hover{transform:none;background:var(--background-color, #fff);border-color:var(--border-color, #e0e0e0)}._controlButton_1hu2j_107._playPause_1hu2j_137{background:var(--primary-color, #4CAF50);color:#fff;border-color:var(--primary-color, #4CAF50)}._controlButton_1hu2j_107._playPause_1hu2j_137:hover:not(:disabled){background:var(--primary-dark, #45a049);border-color:var(--primary-dark, #45a049)}._small_1hu2j_8 ._controlButton_1hu2j_107{width:36px;height:36px;font-size:14px}._large_1hu2j_12 ._controlButton_1hu2j_107{width:60px;height:60px;font-size:22px}._srOnly_1hu2j_157{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes _pulse_1hu2j_69{0%{opacity:1}to{opacity:.6}}@keyframes _pulseAnimation_1hu2j_1{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.7}}@media (prefers-color-scheme: dark){._timerContainer_1hu2j_1{--text-color: #fff;--background-color: #333;--border-color: #555;--hover-background: #444;--primary-color: #66BB6A;--primary-dark: #4CAF50}}@media (prefers-reduced-motion: reduce){._progressRingCircle_1hu2j_48,._controlButton_1hu2j_107,._pulse_1hu2j_69{animation:none;transition:none}._controlButton_1hu2j_107:hover,._controlButton_1hu2j_107:active{transform:none}}@media (prefers-contrast: high){._progressRingBackground_1hu2j_44{stroke:#000;opacity:.8}._controlButton_1hu2j_107{border-width:3px}._timeDisplay_1hu2j_53{text-shadow:1px 1px 0px rgba(0,0,0,.8)}}._controlButton_1hu2j_107:focus{outline:2px solid var(--primary-color, #4CAF50);outline-offset:2px}._timerContainer_1hu2j_1:focus-within ._progressRing_1hu2j_40{filter:drop-shadow(0 0 0 2px var(--primary-color, #4CAF50))}._xpDisplay_zycfo_1{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;box-shadow:0 4px 12px #667eea4d;transition:all .3s ease;cursor:pointer}._xpDisplay_zycfo_1:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}._xpDisplay_zycfo_1:hover ._tooltip_zycfo_19{opacity:1;visibility:visible;transform:translateY(-10px)}._xpDisplay_zycfo_1._small_zycfo_24{padding:8px 12px;gap:4px;border-radius:8px}._xpDisplay_zycfo_1._small_zycfo_24 ._level_zycfo_29{font-size:12px}._xpDisplay_zycfo_1._small_zycfo_24 ._progressBar_zycfo_32{height:4px}._xpDisplay_zycfo_1._small_zycfo_24 ._xpText_zycfo_35{font-size:10px}._xpDisplay_zycfo_1._large_zycfo_38{padding:16px 24px;gap:12px;border-radius:16px}._xpDisplay_zycfo_1._large_zycfo_38 ._level_zycfo_29{font-size:18px}._xpDisplay_zycfo_1._large_zycfo_38 ._progressBar_zycfo_32{height:8px}._xpDisplay_zycfo_1._large_zycfo_38 ._xpText_zycfo_35{font-size:16px}._level_zycfo_29{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px}._level_zycfo_29 ._levelIcon_zycfo_60{font-size:1.2em;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._level_zycfo_29 ._levelText_zycfo_64{text-shadow:0 1px 2px rgba(0,0,0,.3)}._progressContainer_zycfo_68{width:100%;max-width:200px}._small_zycfo_24 ._progressContainer_zycfo_68{max-width:120px}._large_zycfo_38 ._progressContainer_zycfo_68{max-width:280px}._progressBar_zycfo_32{position:relative;width:100%;height:6px;background:#fff3;border-radius:3px;overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._progressFill_zycfo_89{height:100%;background:linear-gradient(90deg,gold,#ffed4e,gold);border-radius:3px;transition:width .8s cubic-bezier(.4,0,.2,1);position:relative}._progressFill_zycfo_89:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:_shimmer_zycfo_1 2s infinite}._progressShine_zycfo_107{position:absolute;top:0;width:20px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transform:translate(-20px);transition:left .8s cubic-bezier(.4,0,.2,1)}._xpText_zycfo_35{font-size:12px;font-weight:600;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}._xpText_zycfo_35 ._currentXP_zycfo_123{color:gold;font-weight:700}._xpText_zycfo_35 ._separator_zycfo_127{color:#ffffffb3}._xpText_zycfo_35 ._targetXP_zycfo_130{color:#ffffffe6}._xpText_zycfo_35 ._label_zycfo_133{color:#fffc;font-size:.9em}._tooltip_zycfo_19{position:absolute;bottom:100%;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;pointer-events:none}._tooltipContent_zycfo_150{background:#000000e6;color:#fff;padding:12px 16px;border-radius:8px;font-size:12px;white-space:nowrap;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._tooltipContent_zycfo_150:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.9)}._tooltipRow_zycfo_173{display:flex;justify-content:space-between;gap:12px;margin-bottom:4px}._tooltipRow_zycfo_173:last-child{margin-bottom:0}._tooltipRow_zycfo_173 strong{color:gold}@keyframes _shimmer_zycfo_1{0%{transform:translate(-100%)}to{transform:translate(300%)}}._animated_zycfo_194 ._progressFill_zycfo_89{animation:_fillAnimation_zycfo_1 1s ease-out}._animated_zycfo_194 ._level_zycfo_29{animation:_levelPulse_zycfo_1 .6s ease-out}@keyframes _fillAnimation_zycfo_1{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}@keyframes _levelPulse_zycfo_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._levelUp_zycfo_219{animation:_levelUpCelebration_zycfo_1 1s ease-out}@keyframes _levelUpCelebration_zycfo_1{0%{transform:scale(1) rotate(0)}25%{transform:scale(1.2) rotate(5deg)}50%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.15) rotate(3deg)}to{transform:scale(1) rotate(0)}}@media (prefers-color-scheme: dark){._xpDisplay_zycfo_1{background:linear-gradient(135deg,#4c6ef5,#7c3aed);box-shadow:0 4px 12px #4c6ef54d}._xpDisplay_zycfo_1:hover{box-shadow:0 6px 20px #4c6ef566}}@media (prefers-contrast: high){._xpDisplay_zycfo_1{background:#000;border:2px solid #fff;color:#fff}._progressBar_zycfo_32{background:#333;border:1px solid #fff}._progressFill_zycfo_89{background:#fff}}@media (prefers-reduced-motion: reduce){._xpDisplay_zycfo_1,._progressFill_zycfo_89,._tooltip_zycfo_19,._progressShine_zycfo_107{transition:none;animation:none}._animated_zycfo_194 ._progressFill_zycfo_89,._animated_zycfo_194 ._level_zycfo_29{animation:none}}._xpDisplay_zycfo_1:focus{outline:2px solid #ffd700;outline-offset:2px}._streakWidget_1hypw_1{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:var(--surface-color, #ffffff);border:2px solid var(--border-color, #e0e0e0);border-radius:16px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;-webkit-user-select:none;user-select:none}._streakWidget_1hypw_1:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._streakWidget_1hypw_1:hover ._tooltip_1hypw_19{opacity:1;visibility:visible;transform:translateY(-10px)}._streakWidget_1hypw_1._celebrating_1hypw_24{animation:_celebrationPulse_1hypw_1 .6s ease-in-out;border-color:gold;box-shadow:0 4px 20px #ffd70066}._streakWidget_1hypw_1._small_1hypw_29{padding:8px;gap:4px}._streakWidget_1hypw_1._small_1hypw_29 ._main_1hypw_33{gap:2px}._streakWidget_1hypw_1._small_1hypw_29 ._flame_1hypw_36{font-size:16px}._streakWidget_1hypw_1._small_1hypw_29 ._streakNumber_1hypw_39{font-size:14px}._streakWidget_1hypw_1._small_1hypw_29 ._label_1hypw_42{font-size:10px}._streakWidget_1hypw_1._medium_1hypw_45{padding:12px;gap:8px}._streakWidget_1hypw_1._medium_1hypw_45 ._flame_1hypw_36{font-size:24px}._streakWidget_1hypw_1._medium_1hypw_45 ._streakNumber_1hypw_39{font-size:20px}._streakWidget_1hypw_1._medium_1hypw_45 ._label_1hypw_42{font-size:12px}._streakWidget_1hypw_1._large_1hypw_58{padding:16px;gap:12px}._streakWidget_1hypw_1._large_1hypw_58 ._flame_1hypw_36{font-size:32px}._streakWidget_1hypw_1._large_1hypw_58 ._streakNumber_1hypw_39{font-size:28px}._streakWidget_1hypw_1._large_1hypw_58 ._label_1hypw_42{font-size:14px}._streakWidget_1hypw_1._loading_1hypw_71{opacity:.6}._streakWidget_1hypw_1._loading_1hypw_71 ._spinner_1hypw_74{font-size:24px;animation:_spin_1hypw_74 2s linear infinite}._main_1hypw_33{display:flex;flex-direction:column;align-items:center;gap:4px}._flame_1hypw_36{font-size:24px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));transition:transform .3s ease}._streakWidget_1hypw_1:hover ._flame_1hypw_36{transform:scale(1.1)}._celebrating_1hypw_24 ._flame_1hypw_36{animation:_bounce_1hypw_1 .6s ease-in-out}._streakNumber_1hypw_39{font-size:20px;font-weight:700;color:var(--text-primary, #333333);margin:0;line-height:1}._label_1hypw_42{font-size:12px;font-weight:500;color:var(--text-secondary, #666666);text-transform:uppercase;letter-spacing:.5px;margin:0}._details_1hypw_116{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:4px}._small_1hypw_29 ._details_1hypw_116{gap:4px;margin-top:2px}._status_1hypw_129{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--text-secondary, #666666)}._statusIcon_1hypw_137{font-size:14px}._statusIcon_1hypw_137._active_1hypw_140{filter:hue-rotate(120deg)}._statusIcon_1hypw_137._broken_1hypw_143{filter:saturate(1.2)}._statusIcon_1hypw_137._new_1hypw_146{filter:hue-rotate(45deg)}._statusMessage_1hypw_150{font-weight:500}._stats_1hypw_154{display:flex;gap:16px;align-items:center}._small_1hypw_29 ._stats_1hypw_154{gap:12px}._stat_1hypw_129{display:flex;flex-direction:column;align-items:center;gap:2px}._statLabel_1hypw_170{font-size:10px;font-weight:600;color:var(--text-tertiary, #888888);text-transform:uppercase;letter-spacing:.3px}._statValue_1hypw_178{font-size:14px;font-weight:700;color:var(--text-primary, #333333)}._milestone_1hypw_184{display:flex;flex-direction:column;align-items:center;gap:2px}._milestoneLabel_1hypw_191{font-size:10px;font-weight:600;color:var(--accent-color, #4CAF50);text-transform:uppercase;letter-spacing:.3px}._milestoneValue_1hypw_199{font-size:12px;font-weight:700;color:var(--accent-color, #4CAF50)}._checkInButton_1hypw_205{background:linear-gradient(135deg,var(--accent-color, #4CAF50),#45a049);color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4caf504d}._checkInButton_1hypw_205:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4caf5066}._checkInButton_1hypw_205:active{transform:translateY(0);box-shadow:0 2px 6px #4caf504d}._checkInButton_1hypw_205:focus-visible{outline:2px solid var(--focus-color, #2196F3);outline-offset:2px}._celebration_1hypw_230{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff2;border-radius:16px;z-index:10;animation:_fadeIn_1hypw_1 .3s ease-in-out}._celebrationText_1hypw_246{font-size:16px;font-weight:700;color:var(--accent-color, #4CAF50);margin-bottom:8px;text-align:center;animation:_bounceIn_1hypw_1 .6s ease-out}._confetti_1hypw_255{display:flex;gap:8px}._confetti_1hypw_255 span{font-size:20px;animation:_confettiFall_1hypw_1 2s ease-out infinite}._confetti_1hypw_255 span:nth-child(1){animation-delay:0s}._confetti_1hypw_255 span:nth-child(2){animation-delay:.2s}._confetti_1hypw_255 span:nth-child(3){animation-delay:.4s}._confetti_1hypw_255 span:nth-child(4){animation-delay:.6s}._confetti_1hypw_255 span:nth-child(5){animation-delay:.8s}._tooltip_1hypw_19{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(0);background:var(--surface-elevated, #ffffff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:12px;box-shadow:0 4px 16px #0003;z-index:100;min-width:200px;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}._tooltip_1hypw_19:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--surface-elevated, #ffffff)}._tooltipContent_1hypw_306{display:flex;flex-direction:column;gap:6px}._tooltipRow_1hypw_312{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--text-secondary, #666666)}._tooltipRow_1hypw_312 strong{color:var(--text-primary, #333333);font-weight:600}@keyframes _spin_1hypw_74{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _celebrationPulse_1hypw_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _bounce_1hypw_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes _fadeIn_1hypw_1{0%{opacity:0}to{opacity:1}}@keyframes _bounceIn_1hypw_1{0%{opacity:0;transform:scale(.3) translateY(-20px)}50%{opacity:1;transform:scale(1.05) translateY(0)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes _confettiFall_1hypw_1{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(30px) rotate(180deg);opacity:0}}@media (prefers-color-scheme: dark){._streakWidget_1hypw_1{background:var(--surface-color-dark, #1a1a1a);border-color:var(--border-color-dark, #333333)}._streakWidget_1hypw_1 ._streakNumber_1hypw_39{color:var(--text-primary-dark, #ffffff)}._streakWidget_1hypw_1 ._label_1hypw_42,._streakWidget_1hypw_1 ._statusMessage_1hypw_150{color:var(--text-secondary-dark, #cccccc)}._streakWidget_1hypw_1 ._statValue_1hypw_178{color:var(--text-primary-dark, #ffffff)}._streakWidget_1hypw_1 ._celebration_1hypw_230{background:#1a1a1af2}._streakWidget_1hypw_1 ._tooltip_1hypw_19{background:var(--surface-elevated-dark, #2a2a2a);border-color:var(--border-color-dark, #333333)}._streakWidget_1hypw_1 ._tooltip_1hypw_19:after{border-top-color:var(--surface-elevated-dark, #2a2a2a)}}@media (prefers-reduced-motion: reduce){._streakWidget_1hypw_1,._flame_1hypw_36,._checkInButton_1hypw_205,._tooltip_1hypw_19{transition:none}._celebrating_1hypw_24,._spinner_1hypw_74,._confetti_1hypw_255 span{animation:none}._streakWidget_1hypw_1:hover,._streakWidget_1hypw_1:hover ._flame_1hypw_36{transform:none}}@media (prefers-contrast: high){._streakWidget_1hypw_1{border-width:3px;box-shadow:none}._checkInButton_1hypw_205{background:var(--text-primary, #000000);box-shadow:none}._checkInButton_1hypw_205:hover{background:var(--text-secondary, #666666);transform:none;box-shadow:none}}@media screen and (max-width: 480px){._streakWidget_1hypw_1{position:relative;z-index:10;padding:8px;min-width:auto;max-width:150px;border-radius:12px}._streakWidget_1hypw_1._medium_1hypw_45{padding:8px;gap:4px}._streakWidget_1hypw_1._medium_1hypw_45 ._flame_1hypw_36{font-size:18px}._streakWidget_1hypw_1._medium_1hypw_45 ._streakNumber_1hypw_39{font-size:16px}._streakWidget_1hypw_1._medium_1hypw_45 ._label_1hypw_42{font-size:10px}._streakWidget_1hypw_1._large_1hypw_58{padding:10px;gap:6px}._streakWidget_1hypw_1._large_1hypw_58 ._flame_1hypw_36{font-size:20px}._streakWidget_1hypw_1._large_1hypw_58 ._streakNumber_1hypw_39{font-size:18px}._streakWidget_1hypw_1._large_1hypw_58 ._label_1hypw_42{font-size:11px}._streakWidget_1hypw_1 ._tooltip_1hypw_19{display:none}._streakWidget_1hypw_1 ._details_1hypw_116{gap:4px}._streakWidget_1hypw_1 ._details_1hypw_116 ._status_1hypw_129{font-size:11px;gap:4px}._streakWidget_1hypw_1 ._details_1hypw_116 ._statusIcon_1hypw_137{font-size:12px}._streakWidget_1hypw_1 ._details_1hypw_116 ._stats_1hypw_154{gap:8px}._streakWidget_1hypw_1 ._details_1hypw_116 ._statLabel_1hypw_170{font-size:9px}._streakWidget_1hypw_1 ._details_1hypw_116 ._statValue_1hypw_178{font-size:12px}._streakWidget_1hypw_1 ._details_1hypw_116 ._milestoneLabel_1hypw_191{font-size:9px}._streakWidget_1hypw_1 ._details_1hypw_116 ._milestoneValue_1hypw_199{font-size:11px}._streakWidget_1hypw_1 ._details_1hypw_116 ._checkInButton_1hypw_205{padding:6px 12px;font-size:11px;min-height:32px}._streakWidget_1hypw_1:hover{transform:none;box-shadow:0 2px 8px #0000001a}._celebration_1hypw_230{border-radius:12px}._celebration_1hypw_230 ._celebrationText_1hypw_246{font-size:14px}._celebration_1hypw_230 ._confetti_1hypw_255 span{font-size:16px}}@media screen and (min-width: 481px) and (max-width: 768px){._streakWidget_1hypw_1._medium_1hypw_45{padding:10px}._streakWidget_1hypw_1._medium_1hypw_45 ._flame_1hypw_36{font-size:20px}._streakWidget_1hypw_1._medium_1hypw_45 ._streakNumber_1hypw_39{font-size:18px}._streakWidget_1hypw_1._medium_1hypw_45 ._label_1hypw_42{font-size:11px}._streakWidget_1hypw_1 ._details_1hypw_116 ._checkInButton_1hypw_205{padding:7px 14px;font-size:11px}}@media (hover: none) and (pointer: coarse){._streakWidget_1hypw_1:hover,._streakWidget_1hypw_1:hover ._flame_1hypw_36{transform:none}._streakWidget_1hypw_1:hover ._tooltip_1hypw_19{display:none}._streakWidget_1hypw_1 ._checkInButton_1hypw_205{min-height:44px;padding:10px 16px}}._settingsPage_16q2e_3{width:100%;height:100vh;background:radial-gradient(ellipse at 20% 20%,rgba(var(--Blue-400-rgb),.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(var(--Purple-400-rgb),.12) 0%,transparent 50%),linear-gradient(135deg,var(--Neutral-5) 0%,var(--Neutral-10) 100%);display:flex;flex-direction:column;overflow:hidden;font-family:Archivo,sans-serif;position:relative}._settingsPage_16q2e_3:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 30% 10%,rgba(255,255,255,.06) 0%,rgba(255,255,255,.02) 30%,transparent 60%);pointer-events:none;z-index:0}._settingsPage_16q2e_3>*{position:relative;z-index:1}._header_16q2e_26{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:var(--Neutral-10);border-bottom:1px solid var(--Neutral-20);box-shadow:0 2px 8px #0000001a}._header_16q2e_26 h1{margin:0;font-size:1.75rem;font-weight:600;color:var(--Neutral-80)}._backButton_16q2e_42{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;color:var(--Neutral-70);cursor:pointer;transition:all .2s ease}._backButton_16q2e_42:hover{background:var(--Neutral-20);color:var(--Neutral-80);transform:translate(-2px)}._backButton_16q2e_42 ._material-symbols-outlined_16q2e_60{font-size:20px}._content_16q2e_64{flex:1;overflow-y:auto;padding:2rem}@media (max-width: 768px){._content_16q2e_64{padding:1.5rem}}@media (max-width: 480px){._content_16q2e_64{padding:1rem}}._settingsSection_16q2e_80{margin-bottom:2.5rem}._settingsSection_16q2e_80:last-child{margin-bottom:0}@media (max-width: 480px){._settingsSection_16q2e_80{margin-bottom:2rem}}._settingsSection_16q2e_80 h2{margin:0 0 1.5rem;color:var(--Neutral-80);font-size:1.25rem;font-weight:600}@media (max-width: 480px){._settingsSection_16q2e_80 h2{font-size:1.125rem;margin-bottom:1rem}}._settingItem_16q2e_104{margin-bottom:1rem}._settingItem_16q2e_104:last-child{margin-bottom:0}@media (max-width: 480px){._settingItem_16q2e_104{margin-bottom:.75rem}}._settingButton_16q2e_116{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;color:var(--Neutral-80);font-family:Archivo,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}._settingButton_16q2e_116:hover{background:var(--Neutral-20);border-color:var(--Neutral-30)}._settingButton_16q2e_116:active{transform:scale(.98)}._settingButton_16q2e_116 ._material-symbols-outlined_16q2e_60{font-size:18px;color:var(--Blue-400)}@media (max-width: 480px){._settingButton_16q2e_116{padding:14px 16px;font-size:15px}}._settingLink_16q2e_150{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;color:var(--Neutral-80);font-family:Archivo,sans-serif;font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box}._settingLink_16q2e_150:hover{background:var(--Neutral-20);border-color:var(--Neutral-30);color:var(--Neutral-90)}._settingLink_16q2e_150:active{transform:scale(.98)}._settingLink_16q2e_150 ._material-symbols-outlined_16q2e_60:first-child{font-size:18px;color:var(--Blue-400)}._settingLink_16q2e_150 ._material-symbols-outlined_16q2e_60:last-child{font-size:16px;color:var(--Neutral-60);margin-left:auto}@media (max-width: 480px){._settingLink_16q2e_150{padding:14px 16px;font-size:15px}}._settingInfo_16q2e_192{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:var(--Neutral-10);border:1px solid var(--Neutral-15);border-radius:8px;color:var(--Neutral-70);font-family:Archivo,sans-serif;font-size:14px;font-weight:500}._settingInfo_16q2e_192 ._material-symbols-outlined_16q2e_60{font-size:18px;color:var(--Neutral-50)}@media (max-width: 480px){._settingInfo_16q2e_192{padding:14px 16px;font-size:15px}}._settingWithButton_16q2e_217{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;gap:16px}._settingWithButton_16q2e_217 ._settingInfo_16q2e_192{padding:0;background:none;border:none;flex:1}._settingWithButton_16q2e_217 ._settingInfo_16q2e_192 span{display:block;color:var(--Neutral-80);font-weight:500;margin-bottom:4px}._settingWithButton_16q2e_217 ._settingInfo_16q2e_192 small{color:var(--Neutral-60);font-size:12px}._settingWithButton_16q2e_217 ._settingButton_16q2e_116{width:auto;padding:8px 16px;margin:0;font-size:13px;min-width:80px}._settingWithButton_16q2e_217 ._settingButton_16q2e_116._enabled_16q2e_251{background:var(--Green-100);color:var(--Green-700);border-color:var(--Green-300)}._settingWithButton_16q2e_217 ._settingButton_16q2e_116._enabled_16q2e_251:hover{background:var(--Green-150)}._settingWithButton_16q2e_217 ._settingButton_16q2e_116:disabled{background:var(--Neutral-25);color:var(--Neutral-50);cursor:not-allowed;border-color:var(--Neutral-30)}._settingWithButton_16q2e_217 ._settingButton_16q2e_116:disabled:hover{background:var(--Neutral-25);transform:none}@media (max-width: 768px){._settingWithButton_16q2e_217{flex-direction:column;align-items:flex-start;gap:12px}._settingWithButton_16q2e_217 ._settingButton_16q2e_116{width:100%}}._settingWarning_16q2e_280{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:var(--Orange-50);border:1px solid var(--Orange-200);border-radius:8px;color:var(--Orange-800);font-family:Archivo,sans-serif;font-size:14px;font-weight:500}._settingWarning_16q2e_280 ._material-symbols-outlined_16q2e_60{font-size:18px;color:var(--Orange-600)}@media (max-width: 480px){._settingWarning_16q2e_280{padding:14px 16px;font-size:15px}}._settingDetails_16q2e_305{width:100%}._settingDetails_16q2e_305 summary{padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;color:var(--Neutral-80);font-family:Archivo,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;list-style:none}._settingDetails_16q2e_305 summary:hover{background:var(--Neutral-20);border-color:var(--Neutral-30)}._settingDetails_16q2e_305 summary::-webkit-details-marker{display:none}._settingDetails_16q2e_305 summary:after{content:"▼";float:right;transition:transform .2s ease}._settingDetails_16q2e_305[open] summary:after{transform:rotate(180deg)}._settingDetails_16q2e_305 ._instructionsList_16q2e_336{padding:16px;background:var(--Neutral-10);border:1px solid var(--Neutral-20);border-top:none;border-radius:0 0 8px 8px;margin-top:-1px}._settingDetails_16q2e_305 ._instructionsList_16q2e_336 p{margin:0 0 8px;color:var(--Neutral-70);font-size:13px;line-height:1.4}._settingDetails_16q2e_305 ._instructionsList_16q2e_336 p:last-child{margin-bottom:0}@media (max-width: 480px){._settingDetails_16q2e_305 summary{padding:14px 16px;font-size:15px}._settingDetails_16q2e_305 ._instructionsList_16q2e_336{padding:14px 16px}._settingDetails_16q2e_305 ._instructionsList_16q2e_336 p{font-size:14px}}._settingToggle_16q2e_366{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;cursor:pointer;transition:all .2s ease}._settingToggle_16q2e_366:hover:not(:has(input:disabled)){background:var(--Neutral-20);border-color:var(--Neutral-30)}._settingToggle_16q2e_366:has(input:disabled){background:var(--Neutral-10);border-color:var(--Neutral-15);cursor:not-allowed;opacity:.6}._settingToggle_16q2e_366:has(input:disabled) span:first-child{color:var(--Neutral-50)}._settingToggle_16q2e_366:has(input:disabled) ._toggleSwitch_16q2e_391{opacity:.5}._settingToggle_16q2e_366 span:first-child{color:var(--Neutral-80);font-family:Arquivo,sans-serif;font-size:14px;font-weight:500}._settingToggle_16q2e_366 input[type=checkbox]{display:none}@media (max-width: 480px){._settingToggle_16q2e_366{padding:14px 16px}._settingToggle_16q2e_366 span:first-child{font-size:15px}}._toggleSwitch_16q2e_391{position:relative;width:44px;height:24px;background:var(--Neutral-40);border-radius:12px;transition:background-color .2s ease}._toggleSwitch_16q2e_391:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}._settingToggle_16q2e_366 input[type=checkbox]:checked+._toggleSwitch_16q2e_391{background:var(--Blue-400)}._settingToggle_16q2e_366 input[type=checkbox]:checked+._toggleSwitch_16q2e_391:after{transform:translate(20px)}._settingSelect_16q2e_440{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:var(--Neutral-15);border:1px solid var(--Neutral-20);border-radius:8px;gap:16px}._settingSelect_16q2e_440 span{color:var(--Neutral-80);font-family:Arquivo,sans-serif;font-size:14px;font-weight:500}._settingSelect_16q2e_440 select{background:var(--Neutral-10);border:1px solid var(--Neutral-25);border-radius:6px;color:var(--Neutral-80);padding:8px 12px;min-width:140px;font-family:Archivo,sans-serif;font-size:14px;cursor:pointer}._settingSelect_16q2e_440 select:focus{outline:none;border-color:var(--Blue-400);box-shadow:0 0 0 2px #3b82f61a}._settingSelect_16q2e_440 select option{background:var(--Neutral-10);color:var(--Neutral-80)}@media (max-width: 480px){._settingSelect_16q2e_440{flex-direction:column;align-items:flex-start;gap:8px;padding:14px 16px}._settingSelect_16q2e_440 span{font-size:15px}._settingSelect_16q2e_440 select{width:100%;min-width:unset;padding:10px 12px}}._usageTracker_1stp5_1{background:linear-gradient(135deg,var(--Neutral-20) 0%,var(--Neutral-15) 100%);border:1px solid var(--Neutral-30);border-radius:12px;padding:1.25rem;transition:all .3s ease;position:relative;overflow:hidden;margin-bottom:1rem;width:100%;box-sizing:border-box}._usageTracker_1stp5_1:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--Orange-400);opacity:.8}._usageTracker_1stp5_1._atLimit_1stp5_23:before{background:var(--Red-500)}._usageTracker_1stp5_1:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;border-color:var(--Neutral-50)}._usageTracker_1stp5_1._loading_1stp5_31{background:var(--Neutral-20);border:1px solid var(--Neutral-30);height:4rem;animation:_pulse_1stp5_1 2s cubic-bezier(.4,0,.6,1) infinite}._usageTracker_1stp5_1._loading_1stp5_31:before{display:none}._container_1stp5_41{position:relative;z-index:1}._header_1stp5_46{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width: 768px){._header_1stp5_46{gap:.75rem}}@media (max-width: 480px){._header_1stp5_46{flex-direction:column;align-items:stretch;gap:1rem}}._leftSection_1stp5_65{display:flex;align-items:center;gap:.75rem;flex:1}._statusIcon_1stp5_72{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;flex-shrink:0}._statusIcon_1stp5_72._warning_1stp5_81{background:var(--Orange-500);color:#fff}._statusIcon_1stp5_72._danger_1stp5_85{background:var(--Red-500);color:#fff}._content_1stp5_90{flex:1;min-width:0}._titleRow_1stp5_95{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}._planTitle_1stp5_102{font-weight:600;font-size:.875rem;color:var(--Neutral-90);margin:0}._limitBadge_1stp5_109{display:inline-flex;align-items:center;padding:.25rem .5rem;background:var(--Red-100);color:var(--Red-800);border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}._stats_1stp5_122{display:flex;align-items:center;gap:1rem;margin-top:.25rem}._statItem_1stp5_129{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--Neutral-60);font-weight:500}._statItem_1stp5_129 ._statIcon_1stp5_137{font-size:.875rem}._statItem_1stp5_129 ._statText_1stp5_140{font-weight:600}._planDescription_1stp5_144{margin:0;opacity:.9;font-size:.95rem;line-height:1.4}@media (max-width: 480px){._planDescription_1stp5_144{font-size:.9rem}}._upgradeSection_1stp5_156{flex-shrink:0}._upgradeButton_1stp5_160{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--Blue-500);color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;cursor:pointer;transition:all .2s ease;flex-shrink:0}._upgradeButton_1stp5_160:hover{background:var(--Blue-600);transform:scale(1.05)}._upgradeButton_1stp5_160:focus{outline:2px solid var(--Blue-400);outline-offset:2px}._upgradeButton_1stp5_160 ._upgradeIcon_1stp5_185{width:.875rem;height:.875rem}@media (max-width: 768px){._upgradeButton_1stp5_160{padding:.5rem .75rem;font-size:.675rem}._upgradeButton_1stp5_160 ._upgradeIcon_1stp5_185{width:.75rem;height:.75rem}}@media (max-width: 480px){._upgradeButton_1stp5_160{align-self:center}}._footer_1stp5_205{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--Neutral-30)}._footer_1stp5_205 ._footerText_1stp5_210{font-size:.75rem;color:var(--Red-700);margin:0;line-height:1.4}._usageGrid_1stp5_217{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:0;width:100%;max-width:100%}@media (max-width: 768px){._usageGrid_1stp5_217{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 480px){._usageGrid_1stp5_217{grid-template-columns:1fr;gap:8px}}@media (max-width: 320px){._usageGrid_1stp5_217{grid-template-columns:1fr;gap:6px}}._usageItem_1stp5_244{background:#ffffff1a;border-radius:6px;padding:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .2s ease}._usageItem_1stp5_244:hover{transform:translateY(-1px)}@media (max-width: 480px){._usageItem_1stp5_244{padding:10px}}._usageHeader_1stp5_261{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._usageLabel_1stp5_268{font-weight:600;font-size:.95rem}._usageCount_1stp5_273{font-weight:700;font-size:1rem;font-variant-numeric:tabular-nums}._progressBar_1stp5_279{height:8px;background:#fff3;border-radius:4px;overflow:hidden;position:relative}._progressFill_1stp5_287{height:100%;border-radius:4px;transition:width .8s ease-out,background-color .3s ease;position:relative}._progressFill_1stp5_287:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_progressShine_1stp5_1 2s infinite}._limitText_1stp5_304{margin:8px 0 0;font-size:.85rem;color:#ffffffe6;display:flex;align-items:center;gap:4px}._benefitsSection_1stp5_313{background:#ffffff1a;border-radius:8px;padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}._benefitsTitle_1stp5_321{margin:0 0 12px;font-size:1.1rem;font-weight:600}._benefits_1stp5_313{display:flex;flex-wrap:wrap;gap:8px}._benefit_1stp5_313{background:#ffffff26;padding:6px 12px;border-radius:16px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}._loadingSpinner_1stp5_342{display:flex;align-items:center;justify-content:center;gap:12px;color:#666;font-weight:500}._spinner_1stp5_351{width:20px;height:20px;border:2px solid #e0e0e0;border-top:2px solid #666;border-radius:50%;animation:_spin_1stp5_351 1s linear infinite}@keyframes _shimmer_1stp5_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _warningPulse_1stp5_1{0%,to{opacity:.1}50%{opacity:.2}}@keyframes _criticalFlash_1stp5_1{0%,50%,to{opacity:.1}25%,75%{opacity:.3}}@keyframes _pulse_1stp5_1{0%,to{opacity:1}50%{opacity:.5}}@keyframes _progressShine_1stp5_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _spin_1stp5_351{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){._usageTracker_1stp5_1{box-shadow:0 4px 20px #0000004d}}.audio-visualization-3d{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;overflow:hidden}.audio-visualization-3d .visualization-canvas{width:100%!important;height:100%!important;position:absolute;top:0;left:0;image-rendering:auto;image-rendering:crisp-edges;image-rendering:pixelated}body,.app{background:transparent!important}.app:before{content:"";position:fixed;inset:0;background:#0000004d;pointer-events:none;z-index:0}.control-tray,.side-panel,.settings-dialog,.toast-container,.logger,.cost-display{position:relative;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.control-tray *,.side-panel *,.settings-dialog *,.toast-container *,.logger *,.cost-display *{text-shadow:0 1px 2px rgba(0,0,0,.5)}.side-panel,.settings-dialog{background:rgba(var(--background-rgb),.95)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}button,.btn{position:relative;z-index:11}.audio-visualization-3d.loading:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:2px solid rgba(74,144,226,.3);border-top:2px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
