.fab-button--task{position:fixed!important;bottom:32px!important;right:32px!important;width:64px;height:64px;min-width:64px;min-height:64px;max-width:64px;max-height:64px;aspect-ratio:1 / 1;border-radius:50%!important;background:linear-gradient(135deg,#f97316,#fb923c);border:none;color:#fff;font-size:0;line-height:0;font-weight:300;cursor:pointer;box-shadow:0 8px 24px #6366f166;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);z-index:45;display:flex;align-items:center;justify-content:center;padding:0;margin:0;flex-shrink:0;overflow:hidden;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;contain:layout style paint;isolation:isolate}.fab-button--task:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 32px #f9731680}.fab-button--task:active:not(:disabled){transform:scale(.95)}.fab-button--task:disabled{opacity:.5;cursor:not-allowed;box-shadow:0 4px 12px #f9731633}.fab-button--task svg{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;stroke-width:2.5;flex-shrink:0;display:block;object-fit:contain}.modal-overlay--task{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:taskModalFadeIn .25s ease-out}@keyframes taskModalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content--task{background:#fff;border-radius:20px;width:100%;max-width:540px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 60px #0000001f,0 10px 25px #0000000f,0 0 0 1px #00000008;animation:taskModalSlideUp .4s cubic-bezier(.16,1,.3,1);transform-origin:center center}@keyframes taskModalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header--task{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid #e5e7eb;flex-shrink:0;background:#fff}.modal-title--task{font-size:22px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px}.modal-title__icon--task{font-size:24px}.modal-close--task{width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;border-radius:50%!important;background:#f3f4f6;border:none;color:#6b7280;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0!important;flex-shrink:0;aspect-ratio:1 / 1;overflow:hidden;box-sizing:border-box}.modal-close--task:hover{background:#e5e7eb;color:#1f2937;transform:scale(1.1)}.modal-form--task{padding:28px;display:flex;flex-direction:column;gap:20px;flex:1;overflow-y:auto}.modal-form--task::-webkit-scrollbar{width:6px}.modal-form--task::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.modal-form--task::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.modal-form--task::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-row--task{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field--task{display:flex;flex-direction:column;gap:8px}.form-field__label--task{font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:6px}.form-field__icon--task{font-size:16px}.form-field__input--task,.form-field__select--task,.form-field__textarea--task{width:100%;padding:12px 14px;border:1.5px solid #d1d5db;border-radius:12px;background:#f9fafb;color:#1f2937;font-size:15px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}input[type=datetime-local].form-field__input--task{color-scheme:light;position:relative}input[type=datetime-local].form-field__input--task::placeholder{color:#9ca3af;opacity:.7}.form-field__input--task:focus,.form-field__select--task:focus,.form-field__textarea--task:focus{outline:none;border-color:#f97316;background:#fff;box-shadow:0 0 0 3px #f973161a}.form-field__input--task::placeholder,.form-field__textarea--task::placeholder{color:#9ca3af}.form-field__textarea--task{resize:vertical;min-height:80px}.form-error--task{padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;font-size:14px;display:flex;align-items:center;gap:8px}.form-error--task:before{content:"⚠️";font-size:16px}.modal-actions--task{display:flex;gap:12px;padding-top:8px}.btn--task{flex:1;padding:14px 24px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.btn--primary-task{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff;box-shadow:0 4px 12px #f973164d}.btn--primary-task:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #f9731666}.btn--primary-task:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--secondary-task{background:#f3f4f6;color:#374151}.btn--secondary-task:hover{background:#e5e7eb;color:#1f2937}body.theme-light .modal-overlay--task{background:#0f172a73;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}body.theme-light .modal-content--task{background:#fff;box-shadow:0 25px 60px #0f172a2e,0 10px 25px #0f172a1a,0 0 0 1px #0f172a0f}body.theme-light .modal-header--task{background:transparent;border-bottom:1px solid rgba(15,23,42,.08)}body.theme-light .modal-title--task{color:#0f172a}body.theme-light .modal-close--task{background:#0f172a0f;color:#64748b;border:none;transform:none!important}body.theme-light .modal-close--task:hover{background:#0f172a1a;color:#0f172a;transform:scale(1.08)!important}body.theme-light .modal-form--task{background:transparent}body.theme-light .form-field__label--task{color:#475569;font-size:13px;font-weight:500;text-transform:none}body.theme-light .form-field__input--task,body.theme-light .form-field__select--task,body.theme-light .form-field__textarea--task{background:#f8fafc!important;border:1.5px solid rgba(15,23,42,.12)!important;border-radius:10px!important;color:#0f172a!important;padding:11px 14px!important;font-size:15px!important;box-shadow:inset 0 1px 2px #0f172a0a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;transform:none!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}body.theme-light .form-field__input--task:focus,body.theme-light .form-field__select--task:focus,body.theme-light .form-field__textarea--task:focus{background:#fff!important;border-color:#f97316!important;box-shadow:0 0 0 3px #f973161f,inset 0 1px 2px #0f172a05!important;transform:none!important;outline:none!important}body.theme-light input[type=datetime-local].form-field__input--task{color-scheme:light}body.theme-light .form-field__input--task::placeholder,body.theme-light .form-field__textarea--task::placeholder{color:#94a3b8!important}body.theme-light .modal-form--task::-webkit-scrollbar-track{background:#f1f5f9}body.theme-light .modal-form--task::-webkit-scrollbar-thumb{background:#cbd5e1}body.theme-light .modal-form--task::-webkit-scrollbar-thumb:hover{background:#94a3b8}body.theme-light .btn--secondary-task{background:#0f172a0f;color:#475569;border-radius:12px;transform:none!important}body.theme-light .btn--secondary-task:hover{background:#0f172a1a;color:#0f172a;transform:none!important}body.theme-light .btn--primary-task{transform:none!important}body.theme-light .btn--primary-task:hover:not(:disabled){transform:translateY(-2px)!important}body.theme-dark .modal-overlay--task{background:#000000b3}body.theme-dark .modal-content--task{background:#1e293b;box-shadow:0 25px 60px #00000080,0 10px 25px #0000004d,0 0 0 1px #ffffff0f}body.theme-dark .modal-header--task{background:transparent;border-bottom-color:#ffffff14}body.theme-dark .modal-title--task{color:#f1f5f9}body.theme-dark .form-field__label--task{color:#cbd5e1}body.theme-dark .modal-close--task{background:#ffffff14;color:#94a3b8;border:none}body.theme-dark .modal-close--task:hover{background:#ffffff24;color:#f1f5f9;transform:scale(1.08)}body.theme-dark .form-field__input--task,body.theme-dark .form-field__select--task,body.theme-dark .form-field__textarea--task{background:#ffffff0d;border-color:#ffffff1a;color:#e2e8f0}body.theme-dark input[type=datetime-local].form-field__input--task{background:#1e293bcc!important;color:#e2e8f0!important;border-color:#94a3b84d!important;color-scheme:dark}body.theme-dark input[type=datetime-local].form-field__input--task::placeholder{color:#e2e8f080!important}body.theme-dark .form-field__input--task::placeholder,body.theme-dark .form-field__textarea--task::placeholder{color:#e2e8f066}body.theme-dark .form-field__input--task:focus,body.theme-dark .form-field__select--task:focus,body.theme-dark .form-field__textarea--task:focus{border-color:#f97316;background:#ffffff14;box-shadow:0 0 0 3px #f9731626}body.theme-dark .btn--secondary-task{background:#ffffff14;color:var(--text-secondary)}body.theme-dark .btn--secondary-task:hover{background:#ffffff1f;color:var(--text-primary)}body.theme-dark .modal-close--task{background:#ffffff1a;color:#ffffffb3}body.theme-dark .modal-close--task:hover{background:#ffffff26;color:#ffffffe6}body.theme-dark .btn--ai-estimate{background:linear-gradient(135deg,#5b21b6,#7c3aed);color:#e9d5ff}body.theme-dark .btn--ai-estimate:hover:not(:disabled){box-shadow:0 8px 16px #7c3aed66}@media (max-width: 640px){.fab-button--task{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;bottom:20px!important;right:20px!important;border-radius:50%!important;font-size:0!important;line-height:0!important;z-index:45;aspect-ratio:1 / 1;flex-shrink:0;overflow:hidden;padding:0!important;margin:0;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0);position:fixed}.fab-button--task svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important}.modal-overlay--task{padding:0;align-items:flex-end}.modal-content--task{border-radius:20px 20px 0 0;max-height:90vh}.modal-header--task{padding:20px}.modal-title--task{font-size:20px}.modal-form--task{padding:20px;gap:16px}.form-row--task{grid-template-columns:1fr;gap:16px}.modal-actions--task{flex-direction:column-reverse}.btn--task{width:100%}}.ai-estimate-section--task{margin:8px 0}.btn--ai-estimate{background:linear-gradient(135deg,#8b5cf6,#a78bfa);border:none;padding:12px 24px;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}.btn--ai-estimate:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #8b5cf64d}.btn--ai-estimate:disabled{opacity:.5;cursor:not-allowed}.ai-estimate-result--task{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #7dd3fc;border-radius:16px;padding:20px;margin-top:16px;animation:slideDown .3s ease}body.theme-dark .ai-estimate-result--task{background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid #3b82f6;box-shadow:0 8px 32px #3b82f626}.ai-estimate-header--task{display:flex;align-items:center;gap:8px;margin-bottom:16px}.ai-estimate-icon--task{font-size:24px}.ai-estimate-title--task{font-size:16px;font-weight:700;color:#0c4a6e;margin:0}body.theme-dark .ai-estimate-title--task{color:#60a5fa}.ai-estimate-body--task{display:flex;flex-direction:column;gap:16px}.ai-estimate-pomodoros--task{display:flex;align-items:baseline;gap:12px;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 8px #0000000d}body.theme-dark .ai-estimate-pomodoros--task{background:#1f293799;border:1px solid rgba(59,130,246,.3);box-shadow:0 4px 16px #3b82f61a}.pomodoro-count--task{font-size:48px;font-weight:800;color:#f97316;line-height:1}.pomodoro-label--task{font-size:16px;color:#64748b;font-weight:500}body.theme-dark .pomodoro-label--task{color:#cbd5e1}.ai-estimate-confidence--task{display:flex;align-items:center;gap:12px}.confidence-label--task{font-size:14px;font-weight:600;color:#475569;min-width:80px}body.theme-dark .confidence-label--task{color:#e2e8f0}.confidence-bar--task{flex:1;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}body.theme-dark .confidence-bar--task{background:#3b82f633}.confidence-fill--task{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:4px;transition:width .5s ease}.confidence-value--task{font-size:14px;font-weight:700;color:#10b981;min-width:45px;text-align:right}body.theme-dark .confidence-value--task{color:#4ade80}.ai-estimate-reasoning--task{background:#fff;padding:12px;border-radius:8px;border-left:4px solid #3b82f6}body.theme-dark .ai-estimate-reasoning--task{background:#1e293b99;border-left:4px solid #60a5fa;box-shadow:inset 0 0 0 1px #60a5fa33}.reasoning-text--task{font-size:14px;color:#334155;margin:0;line-height:1.6}body.theme-dark .reasoning-text--task{color:#cbd5e1}.ai-estimate-suggestions--task{background:#fefce8;padding:12px;border-radius:8px;border-left:4px solid #facc15}body.theme-dark .ai-estimate-suggestions--task{background:#4e43004d;border-left:4px solid #facc15;box-shadow:inset 0 0 0 1px #facc1533}.suggestions-title--task{font-size:14px;font-weight:700;color:#854d0e;margin:0 0 8px}body.theme-dark .suggestions-title--task{color:#fcd34d}.suggestions-list--task{margin:0;padding-left:20px;list-style:disc}.suggestion-item--task{font-size:13px;color:#713f12;line-height:1.5;margin-bottom:4px}body.theme-dark .suggestion-item--task{color:#fef08a}.suggestion-item--task:last-child{margin-bottom:0}.fab-button{position:fixed!important;bottom:32px!important;right:32px!important;width:64px;height:64px;min-width:64px;min-height:64px;max-width:64px;max-height:64px;aspect-ratio:1 / 1;border-radius:50%!important;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border:none;color:#fff;font-size:0;line-height:0;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px #8b5cf666;transition:transform .3s ease,box-shadow .3s ease;z-index:45;padding:0;margin:0;flex-shrink:0;overflow:hidden;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;contain:layout style paint;isolation:isolate}.fab-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 32px #8b5cf699}.fab-button:active:not(:disabled){transform:scale(.95)}.fab-button:disabled{opacity:.5;cursor:not-allowed}.fab-button svg{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;flex-shrink:0;display:block;object-fit:contain}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:20px}.modal-content{background:var(--surface);border-radius:20px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--border)}.modal-title{font-size:24px;font-weight:700;color:var(--text-primary);display:flex;align-items:center;gap:12px;margin:0}.modal-title__icon{font-size:28px}.modal-close{width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;border-radius:50%!important;border:none;background:var(--surface-alt);color:var(--text-secondary);font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0!important;flex-shrink:0;line-height:1;aspect-ratio:1 / 1;overflow:hidden;box-sizing:border-box}.modal-close:hover{background:var(--border);color:var(--text-primary);transform:scale(1.1)}.modal-form{padding:28px}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.form-field__label{font-size:14px;font-weight:600;color:var(--text-primary);display:flex;align-items:center;gap:8px}.form-field__icon{font-size:16px}.form-field__input,.form-field__select,.form-field__textarea{width:100%;padding:12px 16px;border:2px solid var(--border);border-radius:12px;background:var(--surface-alt);color:var(--text-primary);font-size:15px;font-family:inherit;transition:all .2s ease}input[type=datetime-local].form-field__input{color-scheme:light}input[type=datetime-local].form-field__input::placeholder{color:var(--text-tertiary);opacity:.7}.form-field__input:focus,.form-field__select:focus,.form-field__textarea:focus{outline:none;border-color:#8b5cf6;background:var(--surface);box-shadow:0 0 0 4px #8b5cf61a}.form-field__textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-error{padding:12px 16px;background:#fef2f2;color:#dc2626;border-radius:12px;font-size:14px;margin-bottom:20px;border-left:4px solid #dc2626}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:20px;border-top:1px solid var(--border)}.btn{padding:12px 24px;border-radius:12px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.btn--secondary{background:var(--surface-alt);color:var(--text-secondary)}.btn--secondary:hover{background:var(--border);color:var(--text-primary)}.btn--primary{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 12px #8b5cf64d}.btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf666}.btn--primary:disabled{opacity:.6;cursor:not-allowed}body.theme-dark .modal-content{background:#1e293b}body.theme-dark .modal-header{border-bottom-color:#ffffff1a}body.theme-dark .modal-title,body.theme-dark .form-field__label{color:#e2e8f0}body.theme-dark .modal-close{background:#ffffff1a;color:#ffffffb3}body.theme-dark .modal-close:hover{background:#ffffff26;color:#ffffffe6}body.theme-dark .form-field__input,body.theme-dark .form-field__select,body.theme-dark .form-field__textarea{background:#ffffff0d;border-color:#ffffff1a;color:#e2e8f0}body.theme-dark input[type=datetime-local].form-field__input{background:#1e293bcc!important;color:#e2e8f0!important;border-color:#94a3b84d!important;color-scheme:dark}body.theme-dark input[type=datetime-local].form-field__input::placeholder{color:#e2e8f080!important}body.theme-dark .form-field__input::placeholder,body.theme-dark .form-field__textarea::placeholder{color:#e2e8f066}body.theme-dark .form-field__input:focus,body.theme-dark .form-field__select:focus,body.theme-dark .form-field__textarea:focus{background:#ffffff14;border-color:#a78bfa;box-shadow:0 0 0 3px #8b5cf626}body.theme-dark .form-error{background:#dc26261a;border-left-color:#ef4444}body.theme-dark .modal-actions{border-top-color:#ffffff1a}body.theme-dark .btn--secondary{background:#ffffff0d;color:#94a3b8}body.theme-dark .btn--secondary:hover{background:#ffffff1a;color:#e2e8f0}@media (max-width: 640px){.fab-button{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;bottom:20px!important;right:20px!important;border-radius:50%!important;font-size:0!important;line-height:0!important;z-index:45;aspect-ratio:1 / 1;flex-shrink:0;overflow:hidden;padding:0!important;margin:0;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0);position:fixed}.fab-button svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important}.modal-content{border-radius:20px 20px 0 0;max-height:95vh;margin-top:auto}.modal-header{padding:20px}.modal-title{font-size:20px}.modal-form{padding:20px}.form-row{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.btn{width:100%;justify-content:center}}.sf{width:100%;min-height:100%;position:relative}.sf__phase{animation:sfFadeIn .4s ease;padding:24px}@keyframes sfFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.sf__phase-header{text-align:center;margin-bottom:28px}.sf__phase-icon{font-size:48px;margin-bottom:8px}.sf__phase-title{font-size:28px;font-weight:800;margin:0 0 6px;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sf__phase-desc{color:#94a3b8;font-size:15px;margin:0}.sf__phase-desc strong{color:#e2e8f0}.sf__back-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:1px solid rgba(148,163,184,.2);color:#94a3b8;padding:6px 14px;border-radius:8px;font-size:13px;cursor:pointer;margin-bottom:16px;transition:all .2s}.sf__back-btn:hover{color:#e2e8f0;border-color:#94a3b866}.sf__search-bar{display:flex;align-items:center;gap:10px;background:#1e293b99;border:1px solid rgba(148,163,184,.12);border-radius:12px;padding:12px 16px;margin-bottom:20px;transition:border-color .2s}.sf__search-bar:focus-within{border-color:#a5b4fc66}.sf__search-icon{font-size:18px;opacity:.5}.sf__search-input{flex:1;background:none;border:none;outline:none;color:#e2e8f0;font-size:15px}.sf__search-input::placeholder{color:#64748b}.sf__task-list{display:flex;flex-direction:column;gap:8px;max-height:380px;overflow-y:auto;padding-right:6px;margin-bottom:20px}.sf__task-list::-webkit-scrollbar{width:5px}.sf__task-list::-webkit-scrollbar-thumb{background:#a5b4fc33;border-radius:10px}.sf__task-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#1e293b80;border:2px solid rgba(148,163,184,.08);border-radius:14px;cursor:pointer;text-align:left;transition:all .25s cubic-bezier(.4,0,.2,1);color:#e2e8f0;width:100%}.sf__task-card:hover{background:#1e293bcc;border-color:#a5b4fc33;transform:translate(4px)}.sf__task-card.is-selected{border-color:#6366f1;background:#6366f114;box-shadow:0 0 20px #6366f11a}.sf__task-priority{width:6px;height:36px;border-radius:3px;flex-shrink:0}.sf__task-info{flex:1;min-width:0}.sf__task-title{display:block;font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sf__task-meta{display:flex;gap:12px;margin-top:4px;font-size:12px;color:#94a3b8}.sf__task-course,.sf__task-due{display:flex;align-items:center;gap:4px}.sf__task-check{width:28px;height:28px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;animation:sfPop .3s ease;flex-shrink:0}@keyframes sfPop{0%{transform:scale(0)}to{transform:scale(1)}}.sf__empty{text-align:center;padding:48px 24px;color:#64748b}.sf__empty-icon{font-size:48px;display:block;margin-bottom:12px}.sf__section-label{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:12px}.sf__quickstart-section{margin-bottom:8px}.sf__qmethod-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:4px}.sf__qmethod-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 10px 12px;background:#1e293b8c;border:2px solid rgba(148,163,184,.1);border-radius:16px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);color:#e2e8f0;overflow:hidden;text-align:center}.sf__qmethod-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--m-gradient);opacity:0;transition:opacity .25s;border-radius:14px}.sf__qmethod-card:hover{border-color:var(--m-color);transform:translateY(-3px);box-shadow:0 8px 24px #00000040}.sf__qmethod-card:hover:before{opacity:.06}.sf__qmethod-card:active{transform:translateY(-1px)}.sf__qmethod-card.is-sophia-rec{border-color:var(--m-color);box-shadow:0 0 0 1px var(--m-color),0 8px 32px color-mix(in srgb,var(--m-color) 25%,transparent)}.sf__qmethod-card.is-sophia-rec:before{opacity:.1}.sf__qmethod-sophia-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--m-gradient);color:#fff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:0 0 10px 10px;white-space:nowrap;letter-spacing:.03em;z-index:1}.sf__qmethod-icon-wrap{width:48px;height:48px;border-radius:14px;background:var(--m-gradient);display:flex;align-items:center;justify-content:center;margin-bottom:2px;position:relative;z-index:1}.sf__qmethod-icon{font-size:24px}.sf__qmethod-name{font-size:13px;font-weight:700;margin:0;position:relative;z-index:1}.sf__qmethod-details{font-size:10px;color:#94a3b8;margin:0;line-height:1.4;position:relative;z-index:1}.sf__qmethod-cta{font-size:11px;font-weight:700;color:var(--m-color);margin-top:4px;position:relative;z-index:1;transition:opacity .2s}.sf__qmethod-card:hover .sf__qmethod-cta{opacity:.8}.sf__section-divider{display:flex;align-items:center;gap:12px;margin:18px 0 16px;color:#475569;font-size:12px;font-weight:500}.sf__section-divider:before,.sf__section-divider:after{content:"";flex:1;height:1px;background:#94a3b81f}.sf__action-bar{display:flex;flex-direction:column;gap:16px;padding-top:20px;border-top:1px solid rgba(148,163,184,.1)}.sf__ai-result{animation:sfFadeIn .4s ease}.sf__ai-estimate{background:linear-gradient(135deg,#6366f114,#8b5cf60d);border:1px solid rgba(165,180,252,.15);border-radius:16px;padding:20px}.sf__ai-time{display:flex;align-items:baseline;gap:8px;margin-bottom:10px}.sf__ai-time-value{font-size:42px;font-weight:800;background:linear-gradient(135deg,#a5b4fc,#818cf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sf__ai-time-label{font-size:14px;color:#94a3b8}.sf__ai-reasoning{font-size:13px;color:#94a3b8;margin:0 0 12px;line-height:1.5}.sf__ai-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.sf__ai-suggestion{font-size:12px;color:#c4b5fd;background:#8b5cf614;padding:4px 10px;border-radius:20px;border:1px solid rgba(139,92,246,.12)}.sf__ai-recommendation{display:flex;align-items:center;gap:10px;padding:12px;background:#fbbf240f;border:1px solid rgba(251,191,36,.15);border-radius:10px}.sf__ai-rec-label{font-size:13px;color:#fbbf24;font-weight:600}.sf__ai-rec-method{font-size:15px;font-weight:700;color:#e2e8f0}.sf__methods-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.sf__method-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px 24px;background:#1e293b99;border:2px solid rgba(148,163,184,.08);border-radius:20px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);text-align:center;color:#e2e8f0;overflow:hidden}.sf__method-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--method-color, #6366f1) 0%,transparent 100%);opacity:0;transition:opacity .3s}.sf__method-card:hover{border-color:var(--method-color);transform:translateY(-6px);box-shadow:0 12px 40px #0000004d}.sf__method-card:hover:before{opacity:.06}.sf__method-card.is-selected{border-color:var(--method-color);border-width:3px;box-shadow:0 0 30px color-mix(in srgb,var(--method-color) 20%,transparent)}.sf__method-card.is-recommended{border-color:#fbbf2440}.sf__method-card.is-recommended:hover{border-color:#fbbf24}.sf__method-rec-badge{position:absolute;top:8px;left:8px;font-size:10px;font-weight:700;color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.2);padding:2px 8px;border-radius:20px;z-index:2}.sf__method-tag{position:absolute;top:8px;right:8px;font-size:10px;font-weight:600;color:#94a3b8;background:#94a3b814;padding:2px 8px;border-radius:20px;z-index:2}.sf__method-icon-wrap{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0003;position:relative;z-index:1;transition:transform .3s}.sf__method-card:hover .sf__method-icon-wrap{transform:scale(1.1) rotate(-3deg)}.sf__method-icon{font-size:32px}.sf__method-name{font-size:20px;font-weight:700;margin:0;position:relative;z-index:1}.sf__method-desc{font-size:13px;color:#94a3b8;margin:0;line-height:1.4;position:relative;z-index:1}.sf__method-details{font-size:11px;color:#64748b;position:relative;z-index:1}.sf__method-benefit{display:inline-block;font-size:11px;color:#a5b4fc;background:#a5b4fc14;padding:3px 10px;border-radius:20px;border:1px solid rgba(165,180,252,.1);position:relative;z-index:1}.sf__method-check{position:absolute;top:10px;left:10px;width:28px;height:28px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;z-index:2;animation:sfPop .3s ease}.sf__session-summary{display:flex;gap:20px;padding:16px 20px;background:#1e293b80;border-radius:12px;border:1px solid rgba(148,163,184,.08)}.sf__summary-item{display:flex;flex-direction:column;gap:2px}.sf__summary-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sf__summary-value{font-size:14px;font-weight:600;color:#e2e8f0}.sf__btn{padding:12px 24px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;display:inline-flex;align-items:center;justify-content:center;gap:8px}.sf__btn:disabled{opacity:.5;cursor:not-allowed}.sf__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #6366f14d}.sf__btn--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}.sf__btn--ai{background:linear-gradient(135deg,#6366f11f,#8b5cf614);border:1px solid rgba(165,180,252,.2);color:#a5b4fc}.sf__btn--ai:hover:not(:disabled){background:linear-gradient(135deg,#6366f133,#8b5cf626);border-color:#a5b4fc59}.sf__btn--lg{padding:16px 32px;font-size:17px}.sf__btn--glow{animation:btnGlow 2s ease-in-out infinite}@keyframes btnGlow{0%,to{box-shadow:0 4px 15px #6366f14d}50%{box-shadow:0 4px 30px #6366f180,0 0 60px #6366f126}}.sf__running{display:flex;flex-direction:column;align-items:center;gap:24px;min-height:calc(100vh - 200px);justify-content:center}.sf__anticheat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:sfFadeIn .3s ease}.sf__anticheat-modal{background:#1e293bfa;border:2px solid rgba(239,68,68,.3);border-radius:24px;padding:40px;text-align:center;max-width:420px;width:90%;box-shadow:0 24px 80px #ef444433}.sf__anticheat-icon{font-size:64px;margin-bottom:12px}.sf__anticheat-modal h3{font-size:24px;font-weight:700;color:#fca5a5;margin:0 0 8px}.sf__anticheat-modal p{color:#94a3b8;font-size:14px;margin:0 0 20px;line-height:1.5}.sf__anticheat-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;font-size:14px;color:#f59e0b}.sf__anticheat-danger{color:#ef4444;font-weight:600}.sf__run-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#1e293b99;border-radius:16px;border:1px solid rgba(148,163,184,.08)}.sf__notif-blocked-badge{display:flex;align-items:center;gap:6px;align-self:center;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;background:#6366f11f;color:#a5b4fc;border:1px solid rgba(99,102,241,.25);letter-spacing:.02em}.theme-light .sf__notif-blocked-badge{background:#6366f114;color:#4f46e5;border-color:#6366f133}.sf__run-method{display:flex;align-items:center;gap:12px}.sf__run-method-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.sf__run-title{font-size:18px;font-weight:700;margin:0;color:#e2e8f0}.sf__run-task{font-size:13px;color:#94a3b8}.sf__run-stats{display:flex;gap:20px}.sf__run-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.sf__run-stat-val{font-size:20px;font-weight:700;color:#e2e8f0}.sf__run-stat-label{font-size:10px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sf__timer-area{display:flex;align-items:center;justify-content:center;padding:20px}.sf__timer-ring{position:relative;width:260px;height:260px;display:flex;align-items:center;justify-content:center}.sf__timer-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sf__timer-inner{display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1}.sf__timer-time{font-size:56px;font-weight:800;font-variant-numeric:tabular-nums;color:#f1f5f9;letter-spacing:-1px}.sf__timer-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:1px}.sf__controls{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.sf__ctrl-btn{padding:12px 24px;border-radius:14px;border:2px solid;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s;display:flex;align-items:center;gap:8px;background:#1e293b99;color:#e2e8f0}.sf__ctrl-btn--pause{border-color:#f59e0b4d;color:#fbbf24}.sf__ctrl-btn--pause:hover{background:#f59e0b1a}.sf__ctrl-btn--play{border-color:#22c55e4d;color:#22c55e}.sf__ctrl-btn--play:hover{background:#22c55e1a}.sf__ctrl-btn--stop{border-color:#ef44444d;color:#ef4444}.sf__ctrl-btn--stop:hover{background:#ef44441a}.sf__ctrl-btn--finish{border-color:#6366f14d;color:#818cf8}.sf__ctrl-btn--finish:hover{background:#6366f11a}.sf__focus-bar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#1e293b66;border-radius:10px}.sf__focus-indicator{display:flex;align-items:center;gap:8px}.sf__focus-dot{width:10px;height:10px;border-radius:50%;background:#64748b;transition:background .3s}.sf__focus-dot.is-active{background:#22c55e;box-shadow:0 0 10px #22c55e80;animation:dotPulse 1.5s ease infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.5}}.sf__focus-text{font-size:13px;color:#94a3b8}.sf__focus-warnings{font-size:12px;color:#f59e0b}.sf__break{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px)}.sf__break-content{text-align:center;max-width:420px}.sf__break-icon{font-size:72px;display:block;margin-bottom:12px;animation:sfBreathingIcon 3s ease-in-out infinite}@keyframes sfBreathingIcon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sf__break-title{font-size:28px;font-weight:800;margin:0 0 8px;color:#a5b4fc}.sf__break-subtitle{font-size:15px;color:#94a3b8;margin:0 0 24px}.sf__break-timer{margin-bottom:24px}.sf__break-time{font-size:64px;font-weight:800;font-variant-numeric:tabular-nums;color:#e2e8f0}.sf__break-tips{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}.sf__break-tips span{font-size:13px;color:#e2e8f0;padding:6px 14px;background:#334155bf;border-radius:20px;border:1px solid rgba(148,163,184,.25)}.sf__checkpoint{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px)}.sf__checkpoint-content{max-width:560px;width:100%}.sf__checkpoint-header{text-align:center;margin-bottom:24px}.sf__checkpoint-icon{font-size:56px;display:block;margin-bottom:8px;animation:sfBreathingIcon 2s ease-in-out infinite}.sf__checkpoint-title{font-size:24px;font-weight:700;margin:0 0 6px;color:#fbbf24}.sf__checkpoint-subtitle{font-size:14px;color:#94a3b8;margin:0}.sf__cp-feedback{display:flex;gap:14px;padding:16px;border-radius:14px;margin-bottom:20px;animation:sfFadeIn .4s ease}.sf__cp-feedback.is-approved{background:#22c55e14;border:1px solid rgba(34,197,94,.2)}.sf__cp-feedback.is-rejected{background:#ef444414;border:1px solid rgba(239,68,68,.2)}.sf__cp-feedback-icon{font-size:28px;flex-shrink:0}.sf__cp-feedback-body{flex:1}.sf__cp-feedback-text{font-size:14px;color:#e2e8f0;margin:0 0 8px;line-height:1.5}.sf__cp-feedback-tips{display:flex;flex-direction:column;gap:4px}.sf__cp-tip{font-size:12px;color:#94a3b8}.sf__cp-input-area{margin-bottom:16px}.sf__cp-label{display:block;font-size:14px;font-weight:600;color:#e2e8f0;margin-bottom:10px}.sf__cp-textarea{width:100%;padding:14px;background:#1e293b99;border:2px solid rgba(148,163,184,.12);border-radius:12px;color:#e2e8f0;font-size:14px;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s;box-sizing:border-box}.sf__cp-textarea:focus{outline:none;border-color:#a5b4fc66}.sf__cp-textarea::placeholder{color:#64748b}.sf__cp-photo-area{margin-top:12px}.sf__cp-photo-btn{padding:10px 18px;background:#1e293b99;border:1px dashed rgba(148,163,184,.2);border-radius:10px;color:#94a3b8;font-size:13px;cursor:pointer;transition:all .2s}.sf__cp-photo-btn:hover{border-color:#a5b4fc4d;color:#a5b4fc}.sf__cp-photo-preview{position:relative;display:inline-block;margin-top:10px}.sf__cp-photo-preview img{max-width:200px;max-height:150px;border-radius:10px;border:1px solid rgba(148,163,184,.15)}.sf__cp-photo-preview button{position:absolute;top:-6px;right:-6px;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;background:#ef4444;color:#fff;border:none;font-size:12px;line-height:1;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;aspect-ratio:1}.sf__cp-actions{margin-bottom:20px;display:flex;gap:10px}.sf__cp-examples{padding:16px;background:#1e293b66;border-radius:12px;border:1px solid rgba(148,163,184,.06);margin-top:16px}.sf__cp-examples h4{font-size:13px;color:#fbbf24;margin:0 0 10px}.sf__cp-examples ul{margin:0;padding-left:20px}.sf__cp-examples li{font-size:12px;color:#64748b;margin-bottom:4px;line-height:1.5}.sf__cp-blocked{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-radius:12px;margin-top:16px}.sf__cp-blocked-icon{font-size:24px}.sf__cp-blocked p{font-size:13px;color:#fca5a5;margin:0;line-height:1.5}.sf__completed{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px)}.sf__completed-content{text-align:center;max-width:520px;width:100%}.sf__completed-celebration{margin-bottom:28px}.sf__completed-icon{font-size:72px;display:block;margin-bottom:12px;animation:sfCelebrate 1s ease}@keyframes sfCelebrate{0%{transform:scale(0) rotate(-15deg)}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0)}}.sf__completed-title{font-size:26px;font-weight:800;margin:0;background:linear-gradient(135deg,#a5b4fc,#fbbf24);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sf__completed-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:24px}.sf__comp-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 12px;background:#1e293b80;border-radius:14px;border:1px solid rgba(148,163,184,.06)}.sf__comp-stat--highlight{background:linear-gradient(135deg,#6366f11a,#8b5cf614);border-color:#a5b4fc26}.sf__comp-stat-icon{font-size:24px}.sf__comp-stat-label{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.sf__comp-stat-value{font-size:22px;font-weight:800;color:#e2e8f0}.sf__completed-feedback{margin-bottom:24px}.sf__feedback{font-size:15px;margin:0;padding:14px 20px;border-radius:12px;line-height:1.5}.sf__feedback--perfect{background:#22c55e14;color:#4ade80;border:1px solid rgba(34,197,94,.15)}.sf__feedback--good{background:#6366f114;color:#a5b4fc;border:1px solid rgba(99,102,241,.15)}.sf__feedback--warn{background:#f59e0b14;color:#fbbf24;border:1px solid rgba(245,158,11,.15)}.theme-light .sf__phase-title{background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-light .sf__phase-desc{color:#64748b}.theme-light .sf__phase-desc strong{color:#1e293b}.theme-light .sf__search-bar{background:#fff;border-color:#e2e8f0}.theme-light .sf__search-input{color:#1e293b}.theme-light .sf__task-card{background:#fff;border-color:#e2e8f0;color:#1e293b}.theme-light .sf__task-card:hover{background:#f8fafc;border-color:#c4b5fd}.theme-light .sf__task-card.is-selected{background:#6366f10a}.theme-light .sf__task-meta{color:#64748b}.theme-light .sf__qmethod-card{background:#fff;border-color:#e2e8f0;color:#1e293b}.theme-light .sf__qmethod-details{color:#64748b}.theme-light .sf__section-label,.theme-light .sf__section-divider{color:#94a3b8}.theme-light .sf__method-card{background:#fff;border-color:#e2e8f0;color:#1e293b}.theme-light .sf__method-desc{color:#64748b}.theme-light .sf__method-details{color:#94a3b8}.theme-light .sf__ai-estimate{background:linear-gradient(135deg,#6366f10d,#8b5cf608);border-color:#e0e7ff}.theme-light .sf__ai-reasoning{color:#64748b}.theme-light .sf__run-header{background:#fff;border-color:#e2e8f0}.theme-light .sf__run-title,.theme-light .sf__timer-time{color:#1e293b}.theme-light .sf__ctrl-btn{background:#fff;color:#1e293b}.theme-light .sf__focus-bar{background:#f8fafccc}.theme-light .sf__break-title{color:#4f46e5}.theme-light .sf__break-time{color:#1e293b}.theme-light .sf__checkpoint-title{color:#d97706}.theme-light .sf__cp-textarea{background:#fff;border-color:#e2e8f0;color:#1e293b}.theme-light .sf__cp-label{color:#1e293b}.theme-light .sf__completed-title{background:linear-gradient(135deg,#4f46e5,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-light .sf__comp-stat{background:#fff;border-color:#e2e8f0}.theme-light .sf__comp-stat-value{color:#1e293b}.theme-light .sf__anticheat-modal{background:#fff;border-color:#ef444433}.theme-light .sf__anticheat-modal h3{color:#ef4444}.theme-light .sf__anticheat-modal p{color:#64748b}.theme-light .sf__session-summary{background:#f8fafc;border-color:#e2e8f0}.theme-light .sf__summary-value{color:#1e293b}@media (max-width: 768px){.sf__phase{padding:16px}.sf__phase-title{font-size:22px}.sf__methods-grid{grid-template-columns:1fr;gap:12px}.sf__method-card{padding:20px 16px}.sf__timer-time{font-size:44px}.sf__timer-ring{width:200px;height:200px}.sf__run-header{flex-direction:column;gap:12px;text-align:center}.sf__run-stats{justify-content:center}.sf__controls{flex-direction:column}.sf__ctrl-btn{justify-content:center}.sf__session-summary{flex-direction:column;gap:12px}.sf__completed-stats{grid-template-columns:repeat(2,1fr)}.sf__ai-time-value{font-size:32px}.sf__break-time{font-size:48px}.sf__qmethod-grid{gap:8px}.sf__qmethod-card{padding:12px 8px 10px}.sf__qmethod-icon-wrap{width:40px;height:40px}.sf__qmethod-icon{font-size:20px}}@media (max-width: 480px){.sf__phase-icon{font-size:36px}.sf__phase-title{font-size:20px}.sf__btn--lg{padding:14px 24px;font-size:15px}.sf__timer-ring{width:170px;height:170px}.sf__timer-time{font-size:36px}.sf__completed-stats{grid-template-columns:repeat(2,1fr);gap:8px}.sf__comp-stat{padding:12px 8px}.sf__comp-stat-value{font-size:18px}.sf__qmethod-grid{grid-template-columns:repeat(3,1fr)}.sf__qmethod-name{font-size:11px}.sf__qmethod-details{display:none}}.sf__platform-config{background:#0f172a80;border:1px solid rgba(100,116,139,.2);border-radius:16px;overflow:hidden;margin:20px 0}.sf__platform-config--compact{margin:12px 0 4px}.sf__platform-config-header{display:flex;align-items:center;gap:12px;padding:14px 18px;cursor:pointer;background:none;border:none;width:100%;text-align:left;transition:background .2s;color:inherit}.sf__platform-config-header:hover{background:#6366f114}.sf__platform-config-title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:#e2e8f0;flex-shrink:0}.sf__ext-badge{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500;white-space:nowrap}.sf__ext-badge--on{background:#22c55e26;color:#86efac}.sf__ext-badge--off{background:#f59e0b26;color:#fcd34d}.sf__platform-config-summary{font-size:12px;color:#64748b;flex:1}.sf__platform-config-chevron{font-size:11px;color:#475569;flex-shrink:0}.sf__platform-list{padding:0 18px 18px;border-top:1px solid rgba(100,116,139,.12)}.sf__ext-notice{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:10px;padding:10px 14px;margin-top:14px;font-size:12px;color:#fcd34d;line-height:1.5}.sf__ext-notice a{color:#93c5fd;text-decoration:underline}.sf__platform-actions{display:flex;gap:8px;margin:12px 0 16px;flex-wrap:wrap}.sf__platform-actions button{background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:8px;color:#a5b4fc;font-size:11px;padding:5px 12px;cursor:pointer;transition:background .2s;font-family:inherit}.sf__platform-actions button:hover{background:#6366f140}.sf__platform-category{margin-bottom:14px}.sf__platform-cat-header{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#475569;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px}.sf__platform-cat-header button{background:none;border:none;color:#818cf8;font-size:11px;cursor:pointer;font-family:inherit;padding:0}.sf__platform-cat-header button:hover{text-decoration:underline}.sf__platform-chips{display:flex;flex-wrap:wrap;gap:6px}.sf__platform-chip{background:#1e293b99;border:1px solid rgba(100,116,139,.25);border-radius:20px;padding:4px 12px;font-size:12px;color:#64748b;cursor:pointer;transition:all .18s;font-family:inherit}.sf__platform-chip:hover{border-color:#ef444466;color:#cbd5e1}.sf__platform-chip.is-enabled{background:#ef44441f;border-color:#ef444473;color:#fca5a5}.sf__anticheat-platform{display:inline-block;background:#ef44442e;border:1px solid rgba(239,68,68,.35);border-radius:10px;padding:6px 16px;font-weight:700;font-size:16px;color:#fca5a5;margin-bottom:16px;margin-top:-4px}.theme-light .sf__platform-config{background:#f8fafc;border-color:#e2e8f0}.theme-light .sf__platform-config-title{color:#1e293b}.theme-light .sf__platform-config-summary{color:#94a3b8}.theme-light .sf__platform-list{border-color:#e2e8f0}.theme-light .sf__platform-chip{background:#fff;border-color:#e2e8f0;color:#64748b}.theme-light .sf__platform-chip.is-enabled{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.theme-light .sf__platform-actions button{background:#ede9fe;border-color:#c4b5fd;color:#7c3aed}.theme-light .sf__platform-cat-header{color:#94a3b8}.theme-light .sf__anticheat-platform{background:#fef2f2;border-color:#fca5a5}.fab-button--schedule{position:fixed!important;bottom:32px!important;right:32px!important;width:64px;height:64px;min-width:64px;min-height:64px;max-width:64px;max-height:64px;aspect-ratio:1 / 1;border-radius:50%!important;background:linear-gradient(135deg,#10b981,#34d399);border:none;color:#fff;font-size:0;line-height:0;font-weight:300;cursor:pointer;box-shadow:0 8px 24px #10b98166;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);z-index:45;display:flex;align-items:center;justify-content:center;padding:0;margin:0;flex-shrink:0;overflow:hidden;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0) translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;contain:layout style paint;isolation:isolate}.fab-button--schedule:hover:not(:disabled){transform:scale(1.1);box-shadow:0 12px 32px #10b98180}.fab-button--schedule:active:not(:disabled){transform:scale(.95)}.fab-button--schedule:disabled{opacity:.5;cursor:not-allowed;box-shadow:0 4px 12px #10b98133}.fab-button--schedule svg{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;stroke-width:2.5;flex-shrink:0;display:block;object-fit:contain}.modal-overlay--schedule{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.modal-content--schedule{background:var(--surface);border-radius:20px;width:100%;max-width:640px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.modal-header--schedule{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;border-bottom:1px solid var(--border)}.modal-title--schedule{font-size:22px;font-weight:600;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:10px}.modal-close--schedule{width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;border-radius:50%!important;background:var(--surface-variant);border:none;color:var(--text-secondary);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1;padding:0!important;flex-shrink:0;aspect-ratio:1 / 1;overflow:hidden;box-sizing:border-box}.modal-close--schedule:hover{background:var(--surface-hover);color:var(--text-primary);transform:scale(1.1)}.modal-form--schedule{padding:28px;display:flex;flex-direction:column;gap:20px}.form-row--schedule{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-field--schedule{display:flex;flex-direction:column;gap:8px}.form-field__label--schedule{font-size:14px;font-weight:500;color:var(--text-secondary);display:flex;align-items:center;gap:6px}.form-field__input--schedule,.form-field__select--schedule,.form-field__textarea--schedule{width:100%;padding:12px 14px;border:2px solid var(--border);border-radius:12px;background:var(--surface);color:var(--text-primary);font-size:15px;font-family:inherit;transition:all .2s ease}input[type=time].form-field__input--schedule{color-scheme:light}input[type=time].form-field__input--schedule::placeholder{color:var(--text-tertiary);opacity:.7}.form-field__input--schedule:focus,.form-field__select--schedule:focus,.form-field__textarea--schedule:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-field__input--schedule::placeholder,.form-field__textarea--schedule::placeholder{color:var(--text-tertiary)}.form-field__textarea--schedule{resize:vertical;min-height:70px}.form-field__select--schedule{cursor:pointer}.form-error--schedule{padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#ef4444;font-size:14px;display:flex;align-items:center;gap:8px}.form-error--schedule:before{content:"⚠️";font-size:16px}.modal-actions--schedule{display:flex;gap:12px;padding-top:8px}.btn--schedule{flex:1;padding:14px 24px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.btn--primary-schedule{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;box-shadow:0 4px 12px #10b9814d}.btn--primary-schedule:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.btn--primary-schedule:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--secondary-schedule{background:var(--surface-variant);color:var(--text-secondary)}.btn--secondary-schedule:hover{background:var(--surface-hover);color:var(--text-primary)}body.theme-dark .modal-overlay--schedule{background:#000c}body.theme-dark .modal-content--schedule{background:var(--surface);box-shadow:0 20px 60px #0009}body.theme-dark .modal-header--schedule{border-bottom-color:#ffffff1a}body.theme-dark .modal-title--schedule,body.theme-dark .form-field__label--schedule{color:#e2e8f0}body.theme-dark .form-field__input--schedule,body.theme-dark .form-field__select--schedule,body.theme-dark .form-field__textarea--schedule{background:#ffffff0d;border-color:#ffffff1a;color:#e2e8f0}body.theme-dark input[type=time].form-field__input--schedule{background:#1e293bcc!important;color:#e2e8f0!important;border-color:#94a3b84d!important;color-scheme:dark}body.theme-dark input[type=time].form-field__input--schedule::placeholder{color:#e2e8f080!important}body.theme-dark .form-field__input--schedule::placeholder,body.theme-dark .form-field__textarea--schedule::placeholder{color:#e2e8f066}body.theme-dark .form-field__input--schedule:focus,body.theme-dark .form-field__select--schedule:focus,body.theme-dark .form-field__textarea--schedule:focus{border-color:#10b981;background:#ffffff14;box-shadow:0 0 0 3px #10b98126}body.theme-dark .btn--secondary-schedule{background:#ffffff14;color:var(--text-secondary)}body.theme-dark .btn--secondary-schedule:hover{background:#ffffff1f;color:var(--text-primary)}body.theme-dark .modal-close--schedule{background:#ffffff1a;color:#ffffffb3}body.theme-dark .modal-close--schedule:hover{background:#ffffff26;color:#ffffffe6}@media (max-width: 640px){.fab-button--schedule{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;max-width:56px!important;max-height:56px!important;bottom:20px!important;right:20px!important;border-radius:50%!important;font-size:0!important;line-height:0!important;z-index:45;aspect-ratio:1 / 1;flex-shrink:0;overflow:hidden;padding:0!important;margin:0;box-sizing:border-box;will-change:transform;transform-origin:center center;transform:translateZ(0);position:fixed}.fab-button--schedule svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important}.modal-overlay--schedule{padding:0;align-items:flex-end}.modal-content--schedule{border-radius:20px 20px 0 0;max-height:90vh}.modal-header--schedule{padding:20px}.modal-title--schedule{font-size:20px}.modal-form--schedule{padding:20px;gap:16px}.form-row--schedule{grid-template-columns:1fr;gap:16px}.modal-actions--schedule{flex-direction:column-reverse}.btn--schedule{width:100%}}.achievement-celebration{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.achievement-celebration--active{opacity:1;pointer-events:auto}.achievement-celebration__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:backdropFadeIn .3s ease-out;z-index:-1}.achievement-celebration__modal{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:24px;padding:3rem 2rem;max-width:500px;width:90%;box-shadow:0 25px 50px -12px #00000040,0 0 100px #667eea80;animation:modalBounce .6s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.achievement-celebration__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:24px;animation:glowPulse 2s ease-in-out infinite}.achievement-celebration__trophy-container{position:relative;display:flex;justify-content:center;margin-bottom:1.5rem;animation:trophyBounce .8s ease-in-out infinite}@keyframes trophyBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.achievement-celebration__trophy-emoji{font-size:4rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));z-index:2}.achievement-celebration__trophy-glow{position:absolute;width:120px;height:120px;background:radial-gradient(circle,rgba(255,215,0,.4) 0%,transparent 70%);border-radius:50%;animation:trophyGlowPulse 1.5s ease-in-out infinite;z-index:1}@keyframes trophyGlowPulse{0%,to{transform:scale(.8);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.achievement-celebration__decorative-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}.achievement-celebration__decorative-line--top{top:140px;animation:lineSlideIn .6s ease-out .2s both}.achievement-celebration__decorative-line--bottom{bottom:90px;animation:lineSlideIn .6s ease-out .3s both}.achievement-celebration__content{position:relative;z-index:3;text-align:center;animation:fadeInUp .6s ease-out .2s both}.achievement-celebration__title{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:titleScale .8s cubic-bezier(.34,1.56,.64,1)}.achievement-celebration__badge{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:radial-gradient(circle,#fff3,#ffffff0d);border:3px solid rgba(255,255,255,.3);border-radius:50%;margin:1.5rem 0;animation:badgeRotate .8s ease-in-out infinite;box-shadow:0 8px 32px #fff3}.achievement-celebration__achievement-emoji{font-size:3.5rem;animation:emojiPulse .6s ease-in-out infinite;display:block}.achievement-celebration__achievement-name{font-size:1.5rem;font-weight:700;color:#fff;margin:1rem 0 .5rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.achievement-celebration__achievement-description{font-size:.95rem;color:#ffffffe6;margin:.5rem 0 1.5rem;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2)}.achievement-celebration__stars{display:flex;justify-content:center;gap:1rem;margin:1.5rem 0;height:40px}.achievement-celebration__star{font-size:1.5rem;display:inline-block;animation:starFloat 2s ease-in-out infinite}.achievement-celebration__star--1{animation-delay:0s;animation-duration:2s}.achievement-celebration__star--2{animation-delay:-.3s;animation-duration:1.8s}.achievement-celebration__star--3{animation-delay:-.6s;animation-duration:2.2s}.achievement-celebration__close-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:2px solid rgba(255,255,255,.2);padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4f46e566;margin-top:1rem}.achievement-celebration__close-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4f46e599;border-color:#fff6}.achievement-celebration__close-button:active{transform:translateY(0)}.achievement-celebration__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:24px;overflow:hidden}.achievement-celebration__particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;left:50%;top:50%;animation:particleBurst 1.5s ease-out forwards;animation-delay:var(--particle-delay)}@media (max-width: 640px){.achievement-celebration__modal{padding:2rem 1.5rem;border-radius:20px}.achievement-celebration__title{font-size:1.5rem}.achievement-celebration__achievement-name{font-size:1.25rem}.achievement-celebration__trophy-emoji{font-size:3.5rem}.achievement-celebration__achievement-emoji{font-size:3rem}.achievement-celebration__badge{width:80px;height:80px}.achievement-celebration__star{font-size:1.25rem}.achievement-celebration__close-button{padding:.65rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.achievement-celebration__modal{padding:1.5rem 1rem;max-width:calc(100% - 2rem)}.achievement-celebration__title{font-size:1.25rem;margin-bottom:.75rem}.achievement-celebration__achievement-name{font-size:1.1rem}.achievement-celebration__achievement-description{font-size:.85rem}.achievement-celebration__trophy-emoji{font-size:3rem}.achievement-celebration__achievement-emoji{font-size:2.5rem}.achievement-celebration__badge{width:70px;height:70px;margin:1rem 0}.achievement-celebration__stars{gap:.5rem;margin:1rem 0}.achievement-celebration__star{font-size:1rem}.achievement-celebration__decorative-line--top{top:120px}.achievement-celebration__decorative-line--bottom{bottom:85px}}.streak-celebration{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.streak-celebration--active{opacity:1;pointer-events:auto}.streak-celebration__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:backdropFadeIn .3s ease-out;z-index:-1}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.streak-celebration__modal{background:linear-gradient(135deg,#f97316,#dc2626);border-radius:24px;padding:3rem 2rem;max-width:500px;width:90%;box-shadow:0 25px 50px -12px #00000040,0 0 100px #f9731680;animation:modalBounce .6s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}@keyframes modalBounce{0%{transform:scale(.3) translateY(-50px);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.streak-celebration__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:24px;animation:glowPulse 2s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.streak-celebration__streak-container{position:relative;display:flex;justify-content:center;margin-bottom:1.5rem;animation:streakBounce .8s ease-in-out infinite}@keyframes streakBounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.1)}}.streak-celebration__streak-emoji{font-size:4rem;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));z-index:2}.streak-celebration__streak-glow{position:absolute;width:120px;height:120px;background:radial-gradient(circle,rgba(255,215,0,.4) 0%,transparent 70%);border-radius:50%;animation:streakGlowPulse 1.5s ease-in-out infinite;z-index:1}@keyframes streakGlowPulse{0%,to{transform:scale(.8);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.streak-celebration__decorative-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}.streak-celebration__decorative-line--top{top:140px;animation:lineSlideIn .6s ease-out .2s both}.streak-celebration__decorative-line--bottom{bottom:90px;animation:lineSlideIn .6s ease-out .3s both}@keyframes lineSlideIn{0%{width:0;opacity:0}to{width:100%;opacity:1}}.streak-celebration__content{position:relative;z-index:3;text-align:center;animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.streak-celebration__title{font-size:1.75rem;font-weight:800;color:#fff;margin:0 0 1rem;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:titleScale .8s cubic-bezier(.34,1.56,.64,1)}@keyframes titleScale{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.streak-celebration__badge{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background:radial-gradient(circle,#fff3,#ffffff0d);border:3px solid rgba(255,255,255,.3);border-radius:50%;margin:1.5rem 0;animation:badgeRotate .8s ease-in-out infinite;box-shadow:0 8px 32px #fff3}@keyframes badgeRotate{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(5deg) scale(1.05)}}.streak-celebration__streak-number{font-size:3.5rem;animation:emojiPulse .6s ease-in-out infinite;display:block}@keyframes emojiPulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.streak-celebration__streak-name{font-size:1.5rem;font-weight:700;color:#fff;margin:1rem 0 .5rem;letter-spacing:.5px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.streak-celebration__streak-description{font-size:.95rem;color:#ffffffe6;margin:.5rem 0 1rem;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2)}.streak-celebration__milestone-message{font-size:1.1rem;font-weight:600;color:#fffffff2;margin:.5rem 0 1.5rem;padding:.75rem 1rem;background:#ffffff26;border-radius:12px;text-shadow:0 1px 4px rgba(0,0,0,.2);animation:messageSlide .6s ease-out .3s both}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.streak-celebration__stars{display:flex;justify-content:center;gap:1rem;margin:1.5rem 0;height:40px}.streak-celebration__star{font-size:1.5rem;display:inline-block;animation:starFloat 2s ease-in-out infinite}.streak-celebration__star--1{animation-delay:0s;animation-duration:2s}.streak-celebration__star--2{animation-delay:-.3s;animation-duration:1.8s}.streak-celebration__star--3{animation-delay:-.6s;animation-duration:2.2s}@keyframes starFloat{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-15px) scale(1.2);opacity:1}}.streak-celebration__close-button{background:linear-gradient(135deg,#dc2626,#991b1b);color:#fff;border:2px solid rgba(255,255,255,.2);padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dc262666;margin-top:1rem}.streak-celebration__close-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262699;border-color:#fff6}.streak-celebration__close-button:active{transform:translateY(0)}.streak-celebration__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:24px;overflow:hidden}.streak-celebration__particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;left:50%;top:50%;animation:particleBurst 1.5s ease-out forwards;animation-delay:var(--particle-delay)}@keyframes particleBurst{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(calc(cos(var(--particle-index) * 30deg)*100px),calc(sin(var(--particle-index) * 30deg)*100px)) scale(0);opacity:0}}.confetti-container{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9998}.confetti-particle{position:fixed;font-size:1.5rem;pointer-events:none;animation:confettiFall var(--duration, 3s) ease-in forwards;animation-delay:var(--delay, 0s);left:var(--left, 0);top:-10vh}@keyframes confettiFall{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(120vh) rotate(720deg) scale(0);opacity:0}}@media (max-width: 640px){.streak-celebration__modal{padding:2rem 1.5rem;border-radius:20px}.streak-celebration__title{font-size:1.5rem}.streak-celebration__streak-name{font-size:1.25rem}.streak-celebration__streak-emoji{font-size:3.5rem}.streak-celebration__streak-number{font-size:3rem}.streak-celebration__badge{width:80px;height:80px}.streak-celebration__star{font-size:1.25rem}.streak-celebration__close-button{padding:.65rem 1.5rem;font-size:.9rem}.streak-celebration__milestone-message{font-size:.95rem}}@media (max-width: 480px){.streak-celebration__modal{padding:1.5rem 1rem;max-width:calc(100% - 2rem)}.streak-celebration__title{font-size:1.25rem;margin-bottom:.75rem}.streak-celebration__streak-name{font-size:1.1rem}.streak-celebration__streak-description{font-size:.85rem}.streak-celebration__streak-emoji{font-size:3rem}.streak-celebration__streak-number{font-size:2.5rem}.streak-celebration__badge{width:70px;height:70px;margin:1rem 0}.streak-celebration__stars{gap:.5rem;margin:1rem 0}.streak-celebration__star{font-size:1rem}.streak-celebration__decorative-line--top{top:120px}.streak-celebration__decorative-line--bottom{bottom:85px}.streak-celebration__milestone-message{font-size:.85rem;padding:.6rem .8rem}}.notification-banner{position:fixed;bottom:20px;right:20px;z-index:10000;animation:slide-up .4s cubic-bezier(.16,1,.3,1)}@keyframes slide-up{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.notification-banner__container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:20px;box-shadow:0 8px 32px #0003,0 4px 16px #667eea4d;display:flex;align-items:center;gap:16px;max-width:500px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.notification-banner__icon{font-size:40px;flex-shrink:0;animation:bell-ring 2s ease-in-out infinite}@keyframes bell-ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.notification-banner__content{flex:1}.notification-banner__title{margin:0 0 8px;font-size:18px;font-weight:700;color:#fff}.notification-banner__description{margin:0;font-size:14px;line-height:1.5;color:#ffffffe6}.notification-banner__actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.notification-banner__btn{padding:10px 20px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.notification-banner__btn--primary{background:#fff;color:#667eea}.notification-banner__btn--primary:hover:not(:disabled){background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.notification-banner__btn--primary:active:not(:disabled){transform:translateY(0)}.notification-banner__btn--primary:disabled{opacity:.6;cursor:not-allowed}.notification-banner__btn--secondary{background:#ffffff26;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.notification-banner__btn--secondary:hover{background:#ffffff40}body.theme-dark .notification-banner__container{background:linear-gradient(135deg,#a78bfa,#c084fc);box-shadow:0 8px 32px #0006,0 4px 16px #a78bfa4d}body.theme-dark .notification-banner__btn--primary{background:#0f172af2;color:#a78bfa}body.theme-dark .notification-banner__btn--primary:hover:not(:disabled){background:#0f172a}@media (max-width: 768px){.notification-banner{bottom:10px;right:10px;left:10px}.notification-banner__container{padding:16px;flex-direction:column;text-align:center}.notification-banner__icon{font-size:32px}.notification-banner__title{font-size:16px}.notification-banner__description{font-size:13px}.notification-banner__actions,.notification-banner__btn{width:100%}}@media (max-width: 480px){.notification-banner__container{padding:14px}.notification-banner__icon{font-size:28px}.notification-banner__title{font-size:15px}.notification-banner__description{font-size:12px}}@media (max-width: 480px){body.theme-dark .notification-banner__container{padding:14px}body.theme-dark .notification-banner__icon{font-size:28px}body.theme-dark .notification-banner__title{font-size:15px}body.theme-dark .notification-banner__description{font-size:12px}}.offline-indicator{position:fixed;top:0;left:0;right:0;z-index:9999;padding:12px 20px;text-align:center;font-size:14px;font-weight:500;color:#fff;animation:slide-down .3s ease-out;box-shadow:0 2px 8px #00000026}.offline-indicator.offline{background:linear-gradient(135deg,#ef4444,#dc2626)}.offline-indicator.syncing{background:linear-gradient(135deg,#f59e0b,#d97706)}@keyframes slide-down{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.offline-indicator__content{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.offline-indicator__icon{font-size:18px;animation:pulse-icon 2s ease-in-out infinite}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.offline-indicator.syncing .offline-indicator__icon{animation:rotate-icon 1s linear infinite}@keyframes rotate-icon{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.offline-indicator__text{font-weight:600}.offline-indicator__badge{background:#fff3;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.theme-dark .offline-indicator.offline{background:linear-gradient(135deg,#dc2626,#b91c1c)}body.theme-dark .offline-indicator.syncing{background:linear-gradient(135deg,#d97706,#b45309)}@media (max-width: 768px){.offline-indicator{padding:10px 16px;font-size:13px}.offline-indicator__icon{font-size:16px}.offline-indicator__badge{width:100%;margin-top:4px;font-size:11px}}@media (max-width: 480px){.offline-indicator{padding:8px 12px;font-size:12px}.offline-indicator__content{gap:6px}.offline-indicator__badge{font-size:10px}}.theme-dark .cognitive-test{background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(99,102,241,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 20%,rgba(139,92,246,.1) 0%,transparent 60%),linear-gradient(135deg,#0f172a,#1e1b4b,#0f172a)}.theme-dark .cognitive-test:before{background:radial-gradient(circle 200px at 25% 35%,rgba(99,102,241,.08) 0%,transparent 70%),radial-gradient(circle 150px at 75% 65%,rgba(139,92,246,.06) 0%,transparent 70%)}.theme-dark .cognitive-test:after{background:radial-gradient(circle 3px,rgba(99,102,241,.15) 0%,transparent 100%),radial-gradient(circle 2px,rgba(139,92,246,.1) 0%,transparent 100%),repeating-linear-gradient(125deg,transparent 0px,transparent 50px,rgba(99,102,241,.03) 50px,rgba(99,102,241,.03) 51px);background-size:52px 52px,36px 36px,auto}.theme-dark .cognitive-test__container{background:#0f172a80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(99,102,241,.12);box-shadow:0 8px 32px #0000004d}.theme-dark .cognitive-test__title{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-dark .cognitive-test__subtitle,.theme-dark .cognitive-test__progress-text,.theme-dark .cognitive-test__hint{color:#cbd5e1}.theme-dark .cognitive-test__progress-bar{background:#94a3b81f}.theme-dark .cognitive-test__progress-fill{background:linear-gradient(90deg,#a5b4fc,#c4b5fd);box-shadow:0 0 12px #a5b4fc4d}.theme-dark .cognitive-test__question-card{background:#1e1b4b4d;border-color:#6366f126}.theme-dark .cognitive-test__sophia-asks{background:#6366f11a;border-color:#6366f133}.theme-dark .cognitive-test__sophia-avatar{filter:drop-shadow(0 0 10px rgba(165,180,252,.4))}.theme-dark .cognitive-test__sophia-label{color:#a5b4fc}.theme-dark .cognitive-test__question{color:#f1f5f9}.theme-dark .cognitive-test__option{background:#0f172a59;border-color:#6366f126;color:#e0e7ef}.theme-dark .cognitive-test__option:before{background:linear-gradient(135deg,#6366f11a,#8b5cf61a)}.theme-dark .cognitive-test__option:hover:not(:disabled){border-color:#a5b4fc;box-shadow:0 8px 24px #6366f12e}.theme-dark .cognitive-test__option.is-selected{border-color:#a5b4fc;background:linear-gradient(135deg,#6366f12e,#8b5cf62e);box-shadow:0 8px 24px #6366f138}.theme-dark .cognitive-test__option-icon{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);color:#1e1b4b}.theme-dark .cognitive-test__option-check{color:#4ade80}.theme-dark .cognitive-test__hint{background:#6366f114;border-color:#6366f11f;color:#cbd5e1}.cognitive-test{min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:0;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden;animation:test-fade-in .6s ease-out;background:radial-gradient(ellipse 80% 50% at 20% 40%,rgba(16,185,129,.15) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 80% 20%,rgba(52,211,153,.12) 0%,transparent 60%),radial-gradient(ellipse 70% 60% at 50% 90%,rgba(16,185,129,.1) 0%,transparent 60%),radial-gradient(ellipse 50% 70% at 90% 60%,rgba(110,231,183,.15) 0%,transparent 60%),linear-gradient(135deg,#fff,#ecfdf5 40%,#fff);background-size:200% 200%,200% 200%,200% 200%,200% 200%,100% 100%;animation:test-fade-in .6s ease-out,test-meshFlow 12s ease-in-out infinite alternate}@keyframes test-fade-in{0%{opacity:0}to{opacity:1}}@keyframes test-meshFlow{0%{background-position:0% 0%,100% 0%,50% 100%,100% 50%,0% 0%}25%{background-position:30% 20%,70% 30%,80% 70%,60% 80%,0% 0%}50%{background-position:60% 40%,40% 60%,20% 30%,30% 20%,0% 0%}75%{background-position:40% 70%,60% 40%,60% 60%,50% 40%,0% 0%}to{background-position:100% 100%,0% 100%,50% 0%,0% 50%,0% 0%}}.cognitive-test:before{content:"";position:absolute;top:-30%;left:-30%;width:160%;height:160%;background:radial-gradient(circle 200px at 25% 35%,rgba(16,185,129,.1) 0%,transparent 70%),radial-gradient(circle 150px at 75% 65%,rgba(52,211,153,.08) 0%,transparent 70%),radial-gradient(circle 180px at 60% 20%,rgba(110,231,183,.08) 0%,transparent 70%);animation:test-orbFloat 18s ease-in-out infinite alternate;pointer-events:none}@keyframes test-orbFloat{0%{transform:translate(0) rotate(0) scale(1)}33%{transform:translate(5%,-3%) rotate(3deg) scale(1.05)}66%{transform:translate(-3%,5%) rotate(-2deg) scale(.98)}to{transform:translate(3%,2%) rotate(1deg) scale(1.03)}}.cognitive-test:after{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle 3px,rgba(16,185,129,.14) 0%,transparent 100%),radial-gradient(circle 2px,rgba(5,150,105,.1) 0%,transparent 100%),repeating-linear-gradient(125deg,transparent 0px,transparent 50px,rgba(16,185,129,.03) 50px,rgba(16,185,129,.03) 51px);background-size:52px 52px,36px 36px,auto;animation:test-dotDrift 16s linear infinite;pointer-events:none}@keyframes test-dotDrift{0%{transform:translate(0)}to{transform:translate(-52px,-52px)}}.cognitive-test__container{max-width:720px;width:100%;background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:24px;padding:28px 36px 24px;box-shadow:0 8px 32px #10b98114,0 1px 3px #0000000a;border:1px solid rgba(16,185,129,.12);position:relative;z-index:1;overflow-y:auto;max-height:92vh;display:flex;flex-direction:column;animation:test-content-slide-in .8s cubic-bezier(.34,1.56,.64,1) .2s backwards;box-sizing:border-box}@keyframes test-content-slide-in{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cognitive-test__container::-webkit-scrollbar{width:6px}.cognitive-test__container::-webkit-scrollbar-track{background:transparent}.cognitive-test__container::-webkit-scrollbar-thumb{background:#10b98140;border-radius:10px}.cognitive-test__container::-webkit-scrollbar-thumb:hover{background:#10b98166}.cognitive-test__header{text-align:center;margin-bottom:14px;flex-shrink:0}.cognitive-test__logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.cognitive-test__logo-icon{font-size:36px;filter:drop-shadow(0 0 12px rgba(16,185,129,.3));animation:test-logoPulse 3s ease-in-out infinite}@keyframes test-logoPulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.cognitive-test__title{font-size:24px;font-weight:800;margin:0;background:linear-gradient(135deg,#065f46,#047857 40%,#059669,#065f46);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:test-titleShimmer 4s ease-in-out infinite}@keyframes test-titleShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.cognitive-test__subtitle{font-size:14px;color:#475569;margin:4px 0 0;line-height:1.4}.cognitive-test__progress-container{margin-bottom:16px;width:100%;flex-shrink:0}.cognitive-test__progress-bar{height:8px;background:#10b9811f;border-radius:10px;overflow:hidden;margin-bottom:8px}.cognitive-test__progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399,#059669);border-radius:10px;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #10b98166}.cognitive-test__progress-text{display:block;text-align:center;font-size:13px;font-weight:600;color:#047857}.cognitive-test__content{min-height:auto;width:100%;transition:opacity .3s ease,transform .3s ease;flex-grow:1;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.cognitive-test__content.is-animating{opacity:0;transform:translate(-20px)}.cognitive-test__question-card{background:linear-gradient(135deg,#10b9810a,#34d3990a);border-radius:18px;padding:20px 24px;border:1.5px solid rgba(16,185,129,.12)}.cognitive-test__question-number{display:none}.cognitive-test__sophia-asks{display:flex;align-items:center;gap:10px;padding:8px 14px;background:linear-gradient(135deg,#10b98114,#34d39914);border:1px solid rgba(16,185,129,.15);border-radius:12px;margin-bottom:12px}.cognitive-test__sophia-avatar{font-size:24px;animation:bobbing 3s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(16,185,129,.3))}@keyframes bobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.cognitive-test__sophia-label{font-size:14px;font-weight:600;color:#047857;letter-spacing:.3px}.cognitive-test__question{font-size:18px;font-weight:700;color:#1e293b;margin:0 0 14px;line-height:1.35}.cognitive-test__options{display:flex;flex-direction:column;gap:10px}.cognitive-test__option{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff73;border:1.5px solid rgba(16,185,129,.15);border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:14px;font-weight:500;color:#334155;text-align:left;position:relative;overflow:hidden;min-height:44px}.cognitive-test__option:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#10b98114,#34d39914);opacity:0;transition:opacity .3s ease}.cognitive-test__option:hover:not(:disabled){border-color:#10b981;transform:translateY(-2px);box-shadow:0 8px 24px #10b98126}.cognitive-test__option:hover:not(:disabled):before{opacity:1}.cognitive-test__option.is-selected{border-color:#10b981;background:linear-gradient(135deg,#10b9811f,#34d3991f);box-shadow:0 8px 24px #10b98133}.cognitive-test__option:disabled{cursor:not-allowed;opacity:.6}.cognitive-test__option-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0;position:relative;z-index:1}.cognitive-test__option-text{flex:1;position:relative;z-index:1;line-height:1.3}.cognitive-test__option-check{font-size:22px;color:#10b981;font-weight:700;position:relative;z-index:1;animation:checkmark .5s ease;flex-shrink:0}@keyframes checkmark{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.cognitive-test__footer{margin-top:14px;text-align:center;flex-shrink:0;width:100%}.cognitive-test__hint{font-size:12px;color:#475569;margin:0;padding:10px 12px;background:#10b9810f;border-radius:12px;border:1px solid rgba(16,185,129,.1);line-height:1.3}@media (max-width: 768px){.cognitive-test{padding:16px;align-items:center}.cognitive-test__container{padding:28px 22px;border-radius:20px;max-height:92vh}.cognitive-test__header{margin-bottom:16px}.cognitive-test__logo-icon{font-size:36px}.cognitive-test__title{font-size:24px}.cognitive-test__subtitle{font-size:14px}.cognitive-test__progress-container{margin-bottom:18px}.cognitive-test__question{font-size:18px}.cognitive-test__question-card{padding:20px 18px}.cognitive-test__option{padding:12px 14px;font-size:14px}.cognitive-test__option-icon{width:32px;height:32px;font-size:14px}.cognitive-test__footer{margin-top:14px}.cognitive-test__hint{font-size:12px;padding:10px}}@media (max-width: 480px){.cognitive-test{padding:10px;align-items:center}.cognitive-test__container{padding:20px 16px;border-radius:18px;max-height:95vh}.cognitive-test__header{margin-bottom:12px}.cognitive-test__logo{flex-direction:column;gap:6px}.cognitive-test__logo-icon{font-size:32px}.cognitive-test__title{font-size:20px}.cognitive-test__subtitle{font-size:13px}.cognitive-test__progress-container{margin-bottom:14px}.cognitive-test__question{font-size:16px;margin-bottom:14px}.cognitive-test__question-card{padding:16px 12px}.cognitive-test__options{gap:10px}.cognitive-test__option{padding:11px 12px;gap:10px;font-size:13px;min-height:44px}.cognitive-test__option-icon{width:30px;height:30px;font-size:12px}.cognitive-test__option-text{font-size:13px}.cognitive-test__option-check{font-size:18px}.cognitive-test__footer{margin-top:10px;padding-bottom:8px}.cognitive-test__hint{display:block;font-size:11px;padding:8px}.cognitive-test__content{min-height:auto}}.ts-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;font-family:Inter,Segoe UI,system-ui,sans-serif;transition:opacity .6s ease,transform .6s ease;opacity:0;transform:scale(1.02)}.ts-root.ts-enter{opacity:1;transform:scale(1)}.ts-root.ts-exit{opacity:0;transform:scale(.97);pointer-events:none}.ts-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.ts-light{background:radial-gradient(ellipse 70% 60% at 10% 20%,rgba(99,102,241,.1) 0%,transparent 55%),radial-gradient(ellipse 60% 70% at 90% 80%,rgba(139,92,246,.08) 0%,transparent 55%),radial-gradient(ellipse 50% 50% at 50% 10%,rgba(16,185,129,.07) 0%,transparent 50%),linear-gradient(160deg,#f8faff,#f0f4ff 40%,#faf5ff,#f8faff)}.ts-dark{background:radial-gradient(ellipse 70% 60% at 10% 20%,rgba(99,102,241,.18) 0%,transparent 55%),radial-gradient(ellipse 60% 70% at 90% 80%,rgba(139,92,246,.15) 0%,transparent 55%),radial-gradient(ellipse 50% 50% at 50% 10%,rgba(16,185,129,.08) 0%,transparent 50%),linear-gradient(160deg,#060b18,#0d1225 40%,#100b20,#060b18)}.ts-blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0;animation:ts-blob-float 12s ease-in-out infinite alternate}.ts-blob--1{width:380px;height:380px;top:-80px;left:-80px;animation-delay:0s}.ts-blob--2{width:300px;height:300px;bottom:-60px;right:-60px;animation-delay:4s}.ts-blob--3{width:240px;height:240px;top:45%;left:55%;animation-delay:8s}.ts-light .ts-blob--1{background:#6366f11a}.ts-light .ts-blob--2{background:#8b5cf614}.ts-light .ts-blob--3{background:#10b98112}.ts-dark .ts-blob--1{background:#6366f12e}.ts-dark .ts-blob--2{background:#8b5cf629}.ts-dark .ts-blob--3{background:#10b9811a}@keyframes ts-blob-float{0%{transform:translate(0) scale(1)}50%{transform:translate(30px,-20px) scale(1.08)}to{transform:translate(-15px,25px) scale(.95)}}.ts-layout{position:relative;z-index:1;display:grid;grid-template-columns:340px 1fr;width:100%;height:100%}.ts-left{display:flex;flex-direction:column;padding:32px 28px 24px;gap:16px;overflow-y:auto;overflow-x:hidden;position:relative;scrollbar-width:none}.ts-left::-webkit-scrollbar{display:none}.ts-light .ts-left{background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(99,102,241,.1)}.ts-dark .ts-left{background:#0a0e1e99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(99,102,241,.15)}.ts-header{display:flex;flex-direction:column;gap:16px}.ts-avatar{position:relative;width:56px;height:56px}.ts-avatar__ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid transparent;background:linear-gradient(135deg,#6366f1,#8b5cf6) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:ts-ring-spin 6s linear infinite}@keyframes ts-ring-spin{to{transform:rotate(360deg)}}.ts-avatar__emoji{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;font-size:28px}.ts-light .ts-avatar__emoji{background:#6366f114}.ts-dark .ts-avatar__emoji{background:#6366f126}.ts-header__text{display:flex;flex-direction:column;gap:4px}.ts-header__greeting{font-size:13px;font-weight:500;letter-spacing:.02em}.ts-light .ts-header__greeting{color:#6366f1}.ts-dark .ts-header__greeting{color:#a5b4fc}.ts-header__title{font-size:24px;font-weight:800;line-height:1.2;margin:0}.ts-light .ts-header__title{color:#1e1b4b}.ts-dark .ts-header__title{color:transparent;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text}.ts-header__sub{font-size:13px;margin:0}.ts-light .ts-header__sub,.ts-dark .ts-header__sub{color:#64748b}.ts-sophia-card{position:relative;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:16px;overflow:hidden;flex-shrink:0}.ts-sophia-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;z-index:0}.ts-light .ts-sophia-card{background:linear-gradient(135deg,#6366f10f,#8b5cf60a);border:1px solid rgba(99,102,241,.18);box-shadow:0 4px 24px #6366f114}.ts-light .ts-sophia-card__glow{background:radial-gradient(ellipse at top left,rgba(99,102,241,.07),transparent 60%)}.ts-dark .ts-sophia-card{background:linear-gradient(135deg,#6366f11f,#8b5cf614);border:1px solid rgba(165,180,252,.2);box-shadow:0 4px 32px #6366f126}.ts-dark .ts-sophia-card__glow{background:radial-gradient(ellipse at top left,rgba(165,180,252,.08),transparent 60%)}.ts-sophia-card__header{position:relative;z-index:1;display:flex;align-items:center;gap:12px}.ts-sophia-card__avatar-wrap{position:relative;flex-shrink:0}.ts-sophia-card__avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;font-size:24px}.ts-light .ts-sophia-card__avatar{background:#6366f11f}.ts-dark .ts-sophia-card__avatar{background:#6366f133}.ts-sophia-card__pulse{position:absolute;top:-3px;right:-3px;width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55e80;animation:ts-pulse 2s infinite}@keyframes ts-pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.ts-sophia-card__title{font-size:14px;font-weight:700;margin:0 0 2px}.ts-light .ts-sophia-card__title{color:#3730a3}.ts-dark .ts-sophia-card__title{color:#a5b4fc}.ts-sophia-card__sub{font-size:11px;margin:0}.ts-light .ts-sophia-card__sub{color:#6366f1}.ts-dark .ts-sophia-card__sub{color:#818cf8}.ts-sophia-pills{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}.ts-sophia-pill{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:1.5px solid var(--rc, #f59e0b);background:transparent;cursor:pointer;text-align:left;transition:all .2s ease;position:relative;overflow:hidden}.ts-light .ts-sophia-pill{background:#ffffffb3}.ts-dark .ts-sophia-pill{background:#0f172a80}.ts-sophia-pill:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--rc, #f59e0b);opacity:0;transition:opacity .2s}.ts-sophia-pill:hover:not(:disabled):before{opacity:.06}.ts-sophia-pill:hover:not(:disabled){transform:translate(4px);box-shadow:0 4px 20px #0000001f}.ts-sophia-pill__medal{font-size:18px;flex-shrink:0}.ts-sophia-pill__icon{font-size:20px;flex-shrink:0}.ts-sophia-pill__text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.ts-sophia-pill__name{font-size:13px;font-weight:700;white-space:nowrap}.ts-light .ts-sophia-pill__name{color:#1e1b4b}.ts-dark .ts-sophia-pill__name{color:#f1f5f9}.ts-sophia-pill__method{font-size:11px;opacity:.75}.ts-light .ts-sophia-pill__method{color:#6366f1}.ts-dark .ts-sophia-pill__method{color:#a5b4fc}.ts-sophia-pill__check{font-size:16px;font-weight:800;color:#22c55e;margin-left:auto}.ts-sophia-pill--chosen{border-color:#22c55e!important;background:#22c55e14!important}.ts-sophia-card__footer{position:relative;z-index:1;font-size:11px;margin:0;padding:8px 12px;border-radius:8px}.ts-light .ts-sophia-card__footer{color:#6366f1;background:#6366f10d}.ts-dark .ts-sophia-card__footer{color:#818cf8;background:#6366f114}.ts-hint{font-size:11px;margin-top:auto;flex-shrink:0;padding:8px 12px;border-radius:10px}.ts-light .ts-hint{color:#475569;background:#6366f10f;border:1px solid rgba(99,102,241,.12)}.ts-dark .ts-hint{color:#94a3b8;background:#6366f10d;border:1px solid rgba(99,102,241,.1)}.ts-right{display:flex;flex-direction:column;padding:40px 36px 32px;gap:16px;overflow-y:auto;overflow-x:hidden}.ts-right::-webkit-scrollbar{width:4px}.ts-right::-webkit-scrollbar-track{background:transparent}.ts-light .ts-right::-webkit-scrollbar-thumb{background:#6366f126;border-radius:2px}.ts-dark .ts-right::-webkit-scrollbar-thumb{background:#a5b4fc33;border-radius:2px}.ts-right__label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0;flex-shrink:0}.ts-light .ts-right__label{color:#475569}.ts-dark .ts-right__label{color:#94a3b8}.ts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-content:start}.ts-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:18px 12px 16px;border-radius:16px;border:1.5px solid transparent;cursor:pointer;text-align:center;transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,border-color .22s ease,background .22s ease;animation:ts-card-in .4s ease both;animation-delay:var(--delay, 0s);overflow:hidden}@keyframes ts-card-in{0%{opacity:0;transform:translateY(12px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ts-light .ts-card{background:#ffffffbf;border-color:#6366f114;box-shadow:0 2px 10px #0000000a}.ts-dark .ts-card{background:#0f172a8c;border-color:#94a3b81a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ts-card:hover:not(:disabled){transform:translateY(-4px) scale(1.02);border-color:var(--c, #6366f1)}.ts-light .ts-card:hover:not(:disabled){background:#fffffff2;box-shadow:0 10px 36px #00000014,0 0 0 3px color-mix(in srgb,var(--c) 12%,transparent)}.ts-dark .ts-card:hover:not(:disabled){background:#0f172acc;box-shadow:0 10px 40px #0006,0 0 0 3px color-mix(in srgb,var(--c) 20%,transparent)}.ts-card:disabled{opacity:.5;cursor:not-allowed}.ts-card--rec{border-color:#f59e0b4d!important}.ts-light .ts-card--rec{background:#fffbebd9}.ts-dark .ts-card--rec{background:#140f05b3}.ts-card--first{border-color:#f59e0b80!important}.ts-light .ts-card--first{box-shadow:0 4px 20px #f59e0b26}.ts-dark .ts-card--first{box-shadow:0 4px 28px #f59e0b2e}.ts-card--chosen{border-color:#22c55e!important;transform:scale(1.03)!important}.ts-light .ts-card--chosen{background:#dcfce7e6;box-shadow:0 6px 24px #22c55e33}.ts-dark .ts-card--chosen{background:#05190fcc;box-shadow:0 6px 28px #22c55e40}.ts-card__rank{position:absolute;top:8px;right:8px;padding:2px 6px;border-radius:20px;font-size:14px;line-height:1;z-index:2}.ts-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(ellipse at top,rgba(245,158,11,.1),transparent 60%);pointer-events:none;z-index:0}.ts-card__icon-wrap{position:relative;z-index:1;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--c) 14%,transparent);transition:transform .22s ease;flex-shrink:0}.ts-card:hover:not(:disabled) .ts-card__icon-wrap{transform:scale(1.1)}.ts-dark .ts-card__icon-wrap{background:color-mix(in srgb,var(--c) 22%,transparent)}.ts-card__icon{font-size:26px;line-height:1}.ts-card__subicons{display:flex;gap:2px;align-items:center}.ts-card__subicons span{font-size:15px;line-height:1}.ts-card__body{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px;width:100%}.ts-card__name{font-size:12px;font-weight:700;line-height:1.3;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-light .ts-card__name{color:#1e1b4b}.ts-dark .ts-card__name{color:#f1f5f9}.ts-card__desc{font-size:10.5px;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ts-light .ts-card__desc{color:#475569}.ts-dark .ts-card__desc{color:#94a3b8}.ts-card__benefit{font-size:10px;margin:2px 0 0;padding:3px 7px;border-radius:6px;font-weight:600;display:inline-block}.ts-light .ts-card__benefit{color:#6366f1;background:#6366f114}.ts-dark .ts-card__benefit{color:#a5b4fc;background:#6366f11f}.ts-card__check{position:absolute;top:8px;left:8px;width:22px;height:22px;border-radius:50%;background:#22c55e;color:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:3;animation:ts-check-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes ts-check-pop{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width: 1100px){.ts-layout{grid-template-columns:300px 1fr}.ts-left,.ts-right{padding:32px 24px 24px}.ts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.ts-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr;overflow:hidden}.ts-left{flex-direction:row;align-items:flex-start;flex-wrap:wrap;padding:20px 20px 16px;gap:14px;border-right:none;border-bottom:1px solid rgba(99,102,241,.12)}.ts-header{flex-direction:row;align-items:center;gap:12px;flex:1 1 200px}.ts-header__title{font-size:18px}.ts-sophia-card{flex:1 1 260px;padding:14px;gap:10px}.ts-hint{display:none}.ts-right{padding:16px 16px 20px;overflow-y:auto}.ts-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media (max-width: 600px){.ts-grid{grid-template-columns:repeat(2,1fr);gap:10px}.ts-card{padding:14px 10px 12px}.ts-card__icon-wrap{width:44px;height:44px}.ts-card__icon{font-size:22px}.ts-card__subicons span{font-size:13px}.ts-card__name{font-size:11.5px}.ts-card__desc{font-size:10px}.ts-card__benefit{font-size:9.5px}.ts-sophia-pills{flex-direction:row;flex-wrap:wrap;gap:6px}.ts-sophia-pill{flex:1 1 120px;padding:8px 10px}.ts-sophia-card__footer{display:none}}@media (max-width: 400px){.ts-grid{grid-template-columns:repeat(2,1fr);gap:8px}.ts-card{padding:12px 8px 10px;gap:7px}.ts-card__icon-wrap{width:38px;height:38px;border-radius:11px}.ts-card__icon{font-size:20px}.ts-card__name{font-size:11px}}@media (max-height: 800px){.ts-left{padding:20px 24px 16px;gap:12px}.ts-header{gap:10px}.ts-avatar{width:46px;height:46px}.ts-avatar__emoji{width:46px;height:46px;font-size:22px}.ts-header__title{font-size:20px}.ts-header__sub{font-size:12px}.ts-sophia-card{padding:14px 16px;gap:10px;border-radius:14px}.ts-sophia-card__avatar{width:36px;height:36px;font-size:20px}.ts-sophia-card__title{font-size:13px}.ts-sophia-card__sub{font-size:10.5px}.ts-sophia-pill{padding:8px 12px}.ts-sophia-card__footer{font-size:10px}.ts-hint{padding:6px 12px;font-size:10.5px}}@media (max-height: 700px){.ts-left{padding:14px 20px 12px;gap:10px}.ts-header__sub,.ts-sophia-card__footer{display:none}.ts-sophia-card{gap:8px;padding:12px 14px}.ts-sophia-pill{padding:7px 10px}}.ol-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden}.ol-light{background:radial-gradient(ellipse 80% 55% at 15% 25%,rgba(99,102,241,.14) 0%,transparent 65%),radial-gradient(ellipse 65% 70% at 85% 75%,rgba(139,92,246,.12) 0%,transparent 65%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(167,139,250,.06) 0%,transparent 70%),#f5f6ff}.ol-dark{background:radial-gradient(ellipse 80% 55% at 15% 25%,rgba(99,102,241,.22) 0%,transparent 65%),radial-gradient(ellipse 65% 70% at 85% 75%,rgba(139,92,246,.18) 0%,transparent 65%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(99,102,241,.08) 0%,transparent 70%),#050a16}.ol-enter{animation:ol-in .5s cubic-bezier(.16,1,.3,1) both}.ol-exit{animation:ol-out .7s ease both}@keyframes ol-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes ol-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.ol-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.ol-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;animation:ol-blob 9s ease-in-out infinite alternate}.ol-blob--1{width:500px;height:500px;top:-150px;left:-100px;opacity:.5;animation-delay:0s}.ol-blob--2{width:400px;height:400px;bottom:-100px;right:-80px;opacity:.45;animation-delay:-3s}.ol-blob--3{width:300px;height:300px;top:40%;left:60%;opacity:.3;animation-delay:-6s}.ol-light .ol-blob--1{background:radial-gradient(circle,rgba(99,102,241,.28),transparent 70%)}.ol-light .ol-blob--2{background:radial-gradient(circle,rgba(139,92,246,.22),transparent 70%)}.ol-light .ol-blob--3{background:radial-gradient(circle,rgba(196,181,253,.3),transparent 70%)}.ol-dark .ol-blob--1{background:radial-gradient(circle,rgba(99,102,241,.35),transparent 70%)}.ol-dark .ol-blob--2{background:radial-gradient(circle,rgba(139,92,246,.28),transparent 70%)}.ol-dark .ol-blob--3{background:radial-gradient(circle,rgba(165,180,252,.2),transparent 70%)}@keyframes ol-blob{0%{transform:translate(0) scale(1) rotate(0)}to{transform:translate(25px,18px) scale(1.07) rotate(4deg)}}.ol-card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;padding:56px 60px 48px;border-radius:32px;width:min(460px,92vw);animation:ol-card-in .65s cubic-bezier(.16,1,.3,1) both .08s}@keyframes ol-card-in{0%{opacity:0;transform:translateY(28px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.ol-light .ol-card{background:#fffc;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border:1px solid rgba(99,102,241,.16);box-shadow:0 28px 72px #6366f124,0 4px 20px #0000000f}.ol-dark .ol-card{background:#080c1ad1;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border:1px solid rgba(99,102,241,.24);box-shadow:0 28px 72px #0000008c,0 0 80px #6366f11a}.ol-orb{position:relative;width:120px;height:120px;display:flex;align-items:center;justify-content:center}.ol-orb__ring{position:absolute;border-radius:50%;border:1.5px solid transparent;animation:ol-orb-spin linear infinite}.ol-light .ol-orb__ring{border-color:#6366f14d}.ol-dark .ol-orb__ring{border-color:#a5b4fc40}.ol-orb__ring--1{top:0;right:0;bottom:0;left:0;animation-duration:5s}.ol-orb__ring--2{top:8px;right:8px;bottom:8px;left:8px;animation-duration:8s;animation-direction:reverse;opacity:.7}.ol-orb__ring--3{top:16px;right:16px;bottom:16px;left:16px;animation-duration:11s;opacity:.5}.ol-light .ol-orb__ring--1{border-top-color:#6366f1}.ol-light .ol-orb__ring--2{border-right-color:#8b5cf6}.ol-light .ol-orb__ring--3{border-bottom-color:#a78bfa}.ol-dark .ol-orb__ring--1{border-top-color:#818cf8}.ol-dark .ol-orb__ring--2{border-right-color:#a78bfa}.ol-dark .ol-orb__ring--3{border-bottom-color:#c4b5fd}@keyframes ol-orb-spin{to{transform:rotate(360deg)}}.ol-orb__core{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:ol-core-pulse 3.5s ease-in-out infinite}.ol-light .ol-orb__core{background:#6366f11a;box-shadow:0 0 24px #6366f126}.ol-dark .ol-orb__core{background:#6366f12e;box-shadow:0 0 32px #6366f140}@keyframes ol-core-pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #6366f126}50%{transform:scale(1.08);box-shadow:0 0 36px #6366f147}}.ol-orb__emoji{font-size:40px;line-height:1}.ol-text{text-align:center}.ol-text__title{font-size:26px;font-weight:800;margin:0 0 8px;letter-spacing:-.4px}.ol-light .ol-text__title{background:linear-gradient(135deg,#312e81,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}.ol-dark .ol-text__title{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.ol-text__sub{font-size:14px;margin:0}.ol-light .ol-text__sub{color:#6b7280}.ol-dark .ol-text__sub{color:#64748b}.ol-steps{display:flex;flex-direction:column;gap:10px;width:100%}.ol-step{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:12px;border:1px solid transparent;transition:all .35s ease;opacity:.35;transform:translate(-6px)}.ol-step--active{opacity:1;transform:translate(0)}.ol-light .ol-step--active{background:#6366f112;border-color:#6366f124}.ol-dark .ol-step--active{background:#6366f11a;border-color:#6366f138}.ol-step__dot{width:18px;height:18px;border-radius:50%;border:2px solid currentColor;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;transition:all .3s ease}.ol-light .ol-step__dot{color:#6366f1}.ol-dark .ol-step__dot{color:#818cf8}.ol-light .ol-step--active .ol-step__dot{background:#6366f1;color:#fff;border-color:#6366f1}.ol-dark .ol-step--active .ol-step__dot{background:#818cf8;color:#fff;border-color:#818cf8}.ol-step__check{font-size:9px}.ol-step__icon{font-size:16px}.ol-step__label{font-size:13px;font-weight:500}.ol-light .ol-step__label{color:#374151}.ol-dark .ol-step__label{color:#cbd5e1}.ol-bar{width:100%;height:4px;border-radius:99px;overflow:hidden}.ol-light .ol-bar{background:#6366f11f}.ol-dark .ol-bar{background:#6366f12e}.ol-bar__fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#6366f1,#8b5cf6,#a78bfa);transition:width .6s cubic-bezier(.4,0,.2,1)}.dt-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:dt-in .45s ease both}.dt-light{background:radial-gradient(ellipse 75% 55% at 18% 28%,rgba(99,102,241,.13) 0%,transparent 65%),radial-gradient(ellipse 60% 70% at 82% 72%,rgba(139,92,246,.11) 0%,transparent 65%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(167,139,250,.06) 0%,transparent 70%),#f5f6ff}.dt-dark{background:radial-gradient(ellipse 75% 55% at 18% 28%,rgba(99,102,241,.22) 0%,transparent 65%),radial-gradient(ellipse 60% 70% at 82% 72%,rgba(139,92,246,.18) 0%,transparent 65%),radial-gradient(ellipse 50% 50% at 50% 50%,rgba(99,102,241,.08) 0%,transparent 70%),#050a16}@keyframes dt-in{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.dt-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.dt-blob{position:absolute;border-radius:50%;filter:blur(88px);pointer-events:none;animation:dt-blob 10s ease-in-out infinite alternate}.dt-blob--1{width:480px;height:480px;top:-140px;left:-90px;opacity:.5;animation-delay:0s}.dt-blob--2{width:380px;height:380px;bottom:-90px;right:-70px;opacity:.45;animation-delay:-3.5s}.dt-blob--3{width:280px;height:280px;top:45%;left:62%;opacity:.28;animation-delay:-7s}.dt-light .dt-blob--1{background:radial-gradient(circle,rgba(99,102,241,.26),transparent 70%)}.dt-light .dt-blob--2{background:radial-gradient(circle,rgba(139,92,246,.2),transparent 70%)}.dt-light .dt-blob--3{background:radial-gradient(circle,rgba(196,181,253,.28),transparent 70%)}.dt-dark .dt-blob--1{background:radial-gradient(circle,rgba(99,102,241,.34),transparent 70%)}.dt-dark .dt-blob--2{background:radial-gradient(circle,rgba(139,92,246,.26),transparent 70%)}.dt-dark .dt-blob--3{background:radial-gradient(circle,rgba(165,180,252,.18),transparent 70%)}@keyframes dt-blob{0%{transform:translate(0) scale(1) rotate(0)}to{transform:translate(22px,16px) scale(1.06) rotate(3deg)}}.dt-card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:30px;padding:52px 60px 44px;border-radius:32px;width:min(440px,90vw);animation:dt-card-in .65s cubic-bezier(.16,1,.3,1) both .08s}@keyframes dt-card-in{0%{opacity:0;transform:translateY(26px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dt-light .dt-card{background:#fffc;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border:1px solid rgba(99,102,241,.15);box-shadow:0 28px 72px #6366f121,0 4px 18px #0000000f}.dt-dark .dt-card{background:#080c1ad1;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);border:1px solid rgba(99,102,241,.24);box-shadow:0 28px 72px #0000008f,0 0 80px #6366f11a}.dt-orb{position:relative;width:130px;height:130px;display:flex;align-items:center;justify-content:center}.dt-orb__ring{position:absolute;border-radius:50%;border:1.5px solid transparent;animation:dt-orb-spin linear infinite}.dt-orb__ring--1{top:0;right:0;bottom:0;left:0;animation-duration:4.5s}.dt-orb__ring--2{top:9px;right:9px;bottom:9px;left:9px;animation-duration:7.5s;animation-direction:reverse;opacity:.7}.dt-light .dt-orb__ring--1{border-color:#6366f138;border-top-color:#6366f1}.dt-light .dt-orb__ring--2{border-color:#8b5cf62e;border-right-color:#8b5cf6}.dt-dark .dt-orb__ring--1{border-color:#a5b4fc33;border-top-color:#818cf8}.dt-dark .dt-orb__ring--2{border-color:#a78bfa29;border-right-color:#a78bfa}@keyframes dt-orb-spin{to{transform:rotate(360deg)}}.dt-orb__core{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:dt-core-pulse 3s ease-in-out infinite}.dt-light .dt-orb__core{background:#6366f117;box-shadow:0 0 22px #6366f124}.dt-dark .dt-orb__core{background:#6366f12b;box-shadow:0 0 30px #6366f13d}@keyframes dt-core-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.dt-orb__emoji{font-size:46px;line-height:1}.dt-text{text-align:center}.dt-text__title{font-size:24px;font-weight:800;margin:0 0 8px;letter-spacing:-.4px}.dt-light .dt-text__title{background:linear-gradient(135deg,#312e81,#6d28d9);-webkit-background-clip:text;background-clip:text;color:transparent}.dt-dark .dt-text__title{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.dt-text__sub{font-size:14px;margin:0}.dt-light .dt-text__sub{color:#6b7280}.dt-dark .dt-text__sub{color:#64748b}.dt-progress{width:100%;display:flex;flex-direction:column;gap:8px}.dt-progress__track{width:100%;height:6px;border-radius:99px;overflow:hidden}.dt-light .dt-progress__track{background:#6366f11f}.dt-dark .dt-progress__track{background:#6366f12e}.dt-progress__fill{height:100%;border-radius:99px;position:relative;transition:width .25s ease;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.dt-progress__glow{position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:13px;height:13px;border-radius:50%;background:#8b5cf6;filter:blur(5px);opacity:.8}.dt-progress__pct{font-size:11.5px;font-weight:700;text-align:right;font-variant-numeric:tabular-nums}.dt-light .dt-progress__pct{color:#6366f1}.dt-dark .dt-progress__pct{color:#a5b4fc}.dt-dots{display:flex;gap:8px}.dt-dots__dot{width:7px;height:7px;border-radius:50%;animation:dt-bounce 1.1s ease-in-out infinite}.dt-light .dt-dots__dot{background:#6366f1}.dt-dark .dt-dots__dot{background:#818cf8}@keyframes dt-bounce{0%,80%,to{transform:translateY(0);opacity:.45}40%{transform:translateY(-8px);opacity:1}}.loading-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:99999;pointer-events:none;background:transparent}.loading-bar__fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;box-shadow:0 0 10px #667eea80;transition:width .2s ease-out}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.theme-dark .loading-bar__fill{background:linear-gradient(90deg,#a5b4fc,#c4b5fd,#a5b4fc);background-size:200% 100%;box-shadow:0 0 10px #a5b4fc80}.install-prompt{position:fixed;bottom:0;left:0;right:0;z-index:9998;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 -4px 20px #00000026;animation:slideUp .4s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.install-prompt__content{max-width:600px;margin:0 auto;display:flex;align-items:center;gap:16px;color:#fff}.install-prompt__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:12px}.install-prompt__icon svg{width:24px;height:24px}.install-prompt__text{flex:1;min-width:0}.install-prompt__text h3{margin:0 0 4px;font-size:16px;font-weight:600;color:#fff}.install-prompt__text p{margin:0;font-size:14px;color:#ffffffe6}.install-prompt__actions{display:flex;gap:8px;flex-shrink:0}.install-prompt__button{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.install-prompt__button--primary{background:#fff;color:#667eea;box-shadow:0 2px 8px #0003;font-weight:700;letter-spacing:.3px}.install-prompt__button--primary:hover{background:#fffffff2;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.install-prompt__button--primary:active{transform:translateY(0);box-shadow:0 2px 6px #00000040;background:#fff}.install-prompt__button--secondary{background:#ffffff40;color:#fff;border:1px solid rgba(255,255,255,.4)}.install-prompt__button--secondary:hover{background:#ffffff59;border-color:#fff9}.install-prompt__button--secondary:active{background:#fff3}@media (max-width: 480px){.install-prompt{padding:12px;box-shadow:0 -6px 24px #00000040}.install-prompt__content{flex-direction:column;gap:12px;text-align:center}.install-prompt__text h3{font-size:15px;text-shadow:0 1px 2px rgba(0,0,0,.1);margin-bottom:6px}.install-prompt__text p{font-size:13px;text-shadow:0 1px 2px rgba(0,0,0,.1);line-height:1.4;padding:0 8px}.install-prompt__actions{width:100%;flex-direction:column}.install-prompt__button{width:100%;padding:14px 20px;font-size:15px;font-weight:700;letter-spacing:.3px}.install-prompt__button--primary{box-shadow:0 4px 16px #00000059;background:#fff;color:#5568d3;animation:pulse-install 2s ease-in-out infinite}@keyframes pulse-install{0%,to{transform:scale(1);box-shadow:0 4px 16px #00000059}50%{transform:scale(1.02);box-shadow:0 6px 20px #5568d380}}.install-prompt__button--secondary{background:#ffffff4d;border:2px solid rgba(255,255,255,.6);font-weight:600}}.install-prompt--native-ready .install-prompt{background:linear-gradient(135deg,#10b981,#059669)}.install-prompt--native-ready .install-prompt__button--primary{background:linear-gradient(135deg,#fff,#f0fdf4);color:#047857;font-size:16px;padding:16px 24px;box-shadow:0 6px 24px #10b98166;animation:pulse-ready 1.5s ease-in-out infinite}@keyframes pulse-ready{0%,to{transform:scale(1);box-shadow:0 6px 24px #10b98166}50%{transform:scale(1.05);box-shadow:0 8px 32px #10b98199}}@media (max-width: 768px) and (min-width: 481px){.install-prompt{padding:14px}.install-prompt__text p{font-size:13px;line-height:1.4}.install-prompt__button{padding:12px 18px;font-size:14px}}body.theme-dark .install-prompt{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}body.theme-dark .install-prompt__button--primary{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 12px #8b5cf666;border:1px solid rgba(167,139,250,.3)}body.theme-dark .install-prompt__button--primary:hover{background:linear-gradient(135deg,#7c3aed,#8b5cf6);box-shadow:0 6px 16px #8b5cf699;transform:translateY(-2px)}body.theme-dark .install-prompt__button--primary:active{background:linear-gradient(135deg,#6d28d9,#7c3aed);transform:translateY(0)}body.theme-dark .install-prompt__button--secondary{background:#0f172a4d;border-color:#0f172a80}body.theme-dark .install-prompt__button--secondary:hover{background:#0f172a80;border-color:#0f172ab3}@media (max-width: 480px){body.theme-dark .install-prompt__button--primary{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 16px #8b5cf680;border:1px solid rgba(167,139,250,.3)}}.avatar-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease}.avatar-selector{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:520px;width:100%;max-height:85vh;display:flex;flex-direction:column;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.avatar-selector__header{display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e5e7eb}.avatar-selector__title{font-size:22px;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px}.avatar-selector__title-icon{font-size:26px;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0)}50%{transform:scale(1.2) rotate(180deg)}}.avatar-selector__close{background:#f3f4f6;border:none;width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;color:#6b7280;transition:all .2s ease;flex-shrink:0;padding:0;box-sizing:border-box;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.avatar-selector__close:hover{background:#e5e7eb;transform:rotate(90deg);color:#374151}.avatar-selector__grid{padding:24px 28px;display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:16px;overflow-y:auto;flex:1}.avatar-option{position:relative;width:100%;aspect-ratio:1;border:3px solid transparent;border-radius:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.avatar-option:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff3;opacity:0;transition:opacity .3s ease}.avatar-option:hover:before{opacity:1}.avatar-option:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 24px #00000026}.avatar-option:active{transform:translateY(-2px) scale(1.02)}.avatar-option--selected{border-color:#6366f1;box-shadow:0 0 0 4px #6366f133,0 12px 24px #6366f14d;transform:scale(1.05)}.avatar-option--selected:hover{transform:translateY(-2px) scale(1.08)}.avatar-option__emoji{font-size:44px;position:relative;z-index:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.avatar-option:hover .avatar-option__emoji{transform:scale(1.15) rotate(5deg)}.avatar-option--selected .avatar-option__emoji{animation:bounce .6s ease}@keyframes bounce{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(.95)}75%{transform:scale(1.1)}}.avatar-option__check{position:absolute;top:6px;right:6px;background:#6366f1;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;opacity:0;transform:scale(0);transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:2;box-shadow:0 2px 8px #6366f166}.avatar-option--selected .avatar-option__check{opacity:1;transform:scale(1)}.avatar-selector__footer{display:flex;gap:12px;padding:20px 28px;border-top:1px solid #e5e7eb}.avatar-selector__button{flex:1;padding:14px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.avatar-selector__button--secondary{background:#f3f4f6;color:#374151}.avatar-selector__button--secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.avatar-selector__button--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f166}.avatar-selector__button--primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f180}.avatar-selector__button--primary:active{transform:translateY(0);box-shadow:0 2px 8px #6366f166}.avatar-selector__button-icon{font-size:18px}body.theme-dark .avatar-selector{background:#1e293b;box-shadow:0 20px 60px #000000b3}body.theme-dark .avatar-selector__header{border-bottom-color:#334155}body.theme-dark .avatar-selector__title{color:#f1f5f9}body.theme-dark .avatar-selector__close{background:#334155;color:#cbd5e1}body.theme-dark .avatar-selector__close:hover{background:#475569;color:#f1f5f9}body.theme-dark .avatar-option--selected{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf64d,0 12px 24px #8b5cf666}body.theme-dark .avatar-option__check{background:#8b5cf6;box-shadow:0 2px 8px #8b5cf699}body.theme-dark .avatar-selector__footer{border-top-color:#334155}body.theme-dark .avatar-selector__button--secondary{background:#334155;color:#cbd5e1}body.theme-dark .avatar-selector__button--secondary:hover{background:#475569;color:#f1f5f9}body.theme-dark .avatar-selector__button--primary{background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 4px 12px #8b5cf680}body.theme-dark .avatar-selector__button--primary:hover{box-shadow:0 6px 16px #8b5cf699}@media (max-width: 480px){.avatar-selector{max-width:100%;border-radius:20px 20px 0 0;max-height:90vh}.avatar-selector__header{padding:20px}.avatar-selector__title{font-size:20px}.avatar-selector__grid{padding:20px;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:12px}.avatar-option__emoji{font-size:36px}.avatar-selector__footer{padding:16px 20px;flex-direction:column}.avatar-selector__button{width:100%;padding:16px}}.ls-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden}.ls-light{background:radial-gradient(ellipse 70% 60% at 20% 30%,rgba(99,102,241,.12) 0%,transparent 65%),radial-gradient(ellipse 60% 70% at 80% 70%,rgba(139,92,246,.1) 0%,transparent 65%),#f8f9ff}.ls-dark{background:radial-gradient(ellipse 70% 60% at 20% 30%,rgba(99,102,241,.2) 0%,transparent 65%),radial-gradient(ellipse 60% 70% at 80% 70%,rgba(139,92,246,.16) 0%,transparent 65%),#060b18}.ls-enter{animation:ls-fadein .45s ease both}.ls-leaving{animation:ls-fadeout .55s ease both}@keyframes ls-fadein{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@keyframes ls-fadeout{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.97)}}.ls-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.ls-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.55;animation:ls-blob-drift 8s ease-in-out infinite alternate}.ls-blob--1{width:420px;height:420px;top:-100px;left:-80px;animation-delay:0s}.ls-blob--2{width:360px;height:360px;bottom:-80px;right:-60px;animation-delay:-4s}.ls-light .ls-blob--1{background:radial-gradient(circle,rgba(99,102,241,.25),transparent 70%)}.ls-light .ls-blob--2{background:radial-gradient(circle,rgba(139,92,246,.2),transparent 70%)}.ls-dark .ls-blob--1{background:radial-gradient(circle,rgba(99,102,241,.3),transparent 70%)}.ls-dark .ls-blob--2{background:radial-gradient(circle,rgba(139,92,246,.25),transparent 70%)}@keyframes ls-blob-drift{0%{transform:translate(0) scale(1)}to{transform:translate(30px,20px) scale(1.06)}}.ls-card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;padding:52px 56px 44px;border-radius:28px;width:min(440px,90vw);animation:ls-card-in .6s cubic-bezier(.16,1,.3,1) both .1s}@keyframes ls-card-in{0%{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.ls-light .ls-card{background:#ffffffc7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(99,102,241,.14);box-shadow:0 24px 64px #6366f11f,0 4px 16px #0000000f}.ls-dark .ls-card{background:#0a0e1ec7;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(99,102,241,.22);box-shadow:0 24px 64px #00000080,0 0 60px #6366f114}.ls-logo{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.ls-logo__ring{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:rotate(-90deg)}.ls-light .ls-logo__ring circle{stroke:#6366f1;filter:drop-shadow(0 0 6px rgba(99,102,241,.55));transition:stroke-dashoffset .35s ease}.ls-dark .ls-logo__ring circle{stroke:#818cf8;filter:drop-shadow(0 0 8px rgba(129,140,248,.65));transition:stroke-dashoffset .35s ease}.ls-logo__inner{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:ls-logo-pulse 3s ease-in-out infinite}.ls-light .ls-logo__inner{background:#6366f11a}.ls-dark .ls-logo__inner{background:#6366f12e}@keyframes ls-logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.ls-logo__emoji{font-size:36px;line-height:1}.ls-brand{text-align:center}.ls-brand__name{font-size:28px;font-weight:800;margin:0 0 6px;letter-spacing:-.5px}.ls-light .ls-brand__name{background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;background-clip:text;color:transparent}.ls-dark .ls-brand__name{background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;color:transparent}.ls-brand__tagline{font-size:13.5px;margin:0}.ls-light .ls-brand__tagline{color:#6b7280}.ls-dark .ls-brand__tagline{color:#64748b}.ls-progress{width:100%;display:flex;flex-direction:column;gap:10px}.ls-progress__track{width:100%;height:6px;border-radius:99px;overflow:hidden}.ls-light .ls-progress__track{background:#6366f11f}.ls-dark .ls-progress__track{background:#6366f12e}.ls-progress__fill{height:100%;border-radius:99px;position:relative;transition:width .3s ease;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.ls-progress__glow{position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:14px;height:14px;border-radius:50%;background:#8b5cf6;filter:blur(5px);opacity:.8}.ls-progress__footer{display:flex;justify-content:space-between;align-items:center}.ls-progress__msg{font-size:12.5px}.ls-progress__pct{font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.ls-light .ls-progress__msg{color:#6b7280}.ls-light .ls-progress__pct{color:#6366f1}.ls-dark .ls-progress__msg{color:#64748b}.ls-dark .ls-progress__pct{color:#a5b4fc}.ls-dots{display:flex;gap:8px}.ls-dots__dot{width:7px;height:7px;border-radius:50%;animation:ls-bounce 1.1s ease-in-out infinite}.ls-light .ls-dots__dot{background:#6366f1}.ls-dark .ls-dots__dot{background:#818cf8}@keyframes ls-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-7px);opacity:1}}.rating-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.rating-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;animation:slideUp .4s ease-out;overflow:visible;position:relative;padding-top:0}.rating-modal__close{position:absolute;top:8px;right:8px;background:#f5f5f5;border:2px solid #ddd;font-size:24px;color:#666;cursor:pointer;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;z-index:11;line-height:1;padding:0;flex-shrink:0}.rating-modal__close:hover{background-color:#e0e0e0;color:#333;border-color:#999;transform:scale(1.1)}.rating-modal__content{padding:32px 24px;text-align:center}.rating-modal__title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rating-form{display:flex;flex-direction:column;gap:24px}.rating-stars{display:flex;justify-content:center;gap:12px;margin:0}.star{background:none;border:none;font-size:48px;cursor:pointer;transition:all .2s;padding:0;color:#ddd;line-height:1;display:inline-block}.star.filled{color:#ffc107;transform:scale(1.15);filter:drop-shadow(0 2px 4px rgba(255,193,7,.3))}.star.empty{color:#ddd}.star:hover{transform:scale(1.1)}.rating-comment{width:100%;min-height:100px;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:14px;resize:vertical;transition:border-color .2s;box-sizing:border-box}.rating-comment:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.rating-comment::placeholder{color:#999}.rating-buttons{display:flex;gap:12px;justify-content:center}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background-color:#4f46e5;color:#fff;flex:1}.btn-primary:hover:not(:disabled){background-color:#4338ca;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.btn-secondary{background-color:#f0f0f0;color:#333;flex:1}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.rating-success{padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;animation:scaleIn .4s ease-out}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.success-icon{font-size:64px;color:#4f46e5;font-weight:700;animation:bounceIn .6s ease-out}@keyframes bounceIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.rating-success p{font-size:18px;font-weight:600;color:#1a1a1a;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme: dark){.rating-modal{background-color:#2a2a2a;color:#fff}.rating-modal__close{background:#3a3a3a;border-color:#555;color:#aaa}.rating-modal__close:hover{background-color:#4a4a4a;color:#fff;border-color:#666}.rating-modal__title{color:#fff}.star{color:#444}.star.filled{color:#ffeb3b;text-shadow:0 0 8px rgba(255,235,59,.6);filter:drop-shadow(0 2px 8px rgba(255,235,59,.6))}.star:hover{color:#ff0}.rating-comment{background-color:#1a1a1a;border-color:#444;color:#fff}.rating-comment:focus{border-color:#4f46e5}.rating-comment::placeholder{color:#666}.btn-secondary{background-color:#444;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#555}.rating-success p{color:#fff}}@media (max-width: 480px){.rating-modal{width:95%}.rating-modal__close{width:36px;height:36px;font-size:20px}.rating-modal__content{padding:24px 16px}.rating-modal__title{font-size:18px;margin-bottom:20px}.star{font-size:40px}.rating-stars{gap:8px}.rating-buttons{flex-direction:column-reverse}.btn-primary,.btn-secondary{width:100%}.rating-success{padding:40px 20px}.success-icon{font-size:56px}.rating-success p{font-size:16px}}.admin-ratings-panel{padding:20px;background:var(--surface);border-radius:12px;box-shadow:0 2px 8px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border)}.panel-header h2{margin:0;font-size:22px;font-weight:600;color:var(--text-primary)}.btn-refresh{padding:8px 16px;background-color:#4f46e5;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.btn-refresh:hover:not(:disabled){background-color:#4338ca;transform:translateY(-2px)}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;border-radius:8px;text-align:center}.stat-card:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-label{font-size:12px;font-weight:600;text-transform:uppercase;opacity:.9;margin-bottom:8px}.stat-value{font-size:28px;font-weight:700}.filters-section{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.search-input,.rating-filter{padding:10px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;background:var(--background);color:var(--text-primary);transition:border-color .2s}.search-input{flex:1;min-width:200px}.search-input:focus,.rating-filter:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.rating-filter{min-width:200px}.btn-export{padding:10px 16px;background-color:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s;white-space:nowrap}.btn-export:hover{background-color:#059669;transform:translateY(-2px)}.ratings-container{margin-bottom:16px;overflow-x:auto}.empty-state{text-align:center;padding:40px;color:var(--text-secondary);font-size:16px}.ratings-table{width:100%;border-collapse:collapse;font-size:13px}.ratings-table thead{background-color:var(--surface-alt);border-bottom:2px solid var(--border)}.ratings-table th{padding:12px;text-align:left;font-weight:600;color:var(--text-secondary);text-transform:uppercase;font-size:12px;letter-spacing:.5px}.ratings-table tbody tr{border-bottom:1px solid var(--border);transition:background-color .2s}.ratings-table tbody tr:hover{background-color:var(--surface-alt)}.ratings-table td{padding:12px;color:var(--text-primary)}.cell-email{font-weight:500}.email-badge{display:inline-block;background-color:var(--surface-alt);padding:4px 8px;border-radius:4px;color:var(--text-secondary);font-size:12px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-name{color:var(--text-primary)}.cell-achievement{color:var(--text-secondary);font-size:12px;font-weight:500}.cell-rating{text-align:center}.rating-stars{font-size:16px;letter-spacing:2px}.cell-comment{max-width:300px}.comment-text{display:inline-block;max-width:100%;color:var(--text-primary);white-space:normal;word-wrap:break-word;line-height:1.4}.cell-date{color:var(--text-secondary);font-size:12px;white-space:nowrap}.rating-row--5{border-left:4px solid #fbbf24}.rating-row--4{border-left:4px solid #60a5fa}.rating-row--3{border-left:4px solid #34d399}.rating-row--2{border-left:4px solid #fbbf24}.rating-row--1{border-left:4px solid #f87171}.panel-footer{text-align:center;font-size:12px;color:var(--text-secondary);padding-top:12px;border-top:1px solid var(--border)}@media (max-width: 768px){.admin-ratings-panel{padding:16px}.panel-header{flex-direction:column;align-items:flex-start;gap:12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.filters-section{flex-direction:column}.search-input,.rating-filter,.btn-export{width:100%}.ratings-table{font-size:12px}.ratings-table th,.ratings-table td{padding:8px}.comment-text{max-width:150px}}.home-panel{display:flex;flex-direction:column;gap:20px;padding:24px;max-width:900px;margin:0 auto;animation:homeFadeIn .5s ease-out}@keyframes homeFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-hero{position:relative;background:linear-gradient(135deg,#fffef5,#fff9db,#fff3b0 60%,#fffef5);border-radius:20px;padding:32px 28px 28px;color:#1f2937;overflow:hidden;box-shadow:0 8px 32px #facc152e,0 2px 8px #0000000f}.home-hero__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.home-hero__sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background:#facc1573;animation:sparkleFloat 4s ease-in-out infinite}.home-hero__sparkle--1{top:15%;right:12%;animation-delay:0s}.home-hero__sparkle--2{top:55%;right:25%;animation-delay:1.3s;width:4px;height:4px}.home-hero__sparkle--3{top:30%;right:40%;animation-delay:2.6s;width:5px;height:5px}@keyframes sparkleFloat{0%,to{opacity:.3;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-10px) scale(1.4)}}.home-hero__clouds{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.home-hero__cloud{position:absolute;display:block;background:#ffffffb3;border-radius:50px;filter:blur(1px)}.home-hero__cloud:before,.home-hero__cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.home-hero__cloud--1{width:90px;height:28px;top:18%;animation:cloudSlide 26s linear infinite;opacity:.55}.home-hero__cloud--1:before{width:40px;height:40px;top:-20px;left:14px}.home-hero__cloud--1:after{width:30px;height:30px;top:-14px;left:48px}.home-hero__cloud--2{width:65px;height:20px;top:55%;animation:cloudSlideReverse 20s linear infinite 4s;opacity:.4}.home-hero__cloud--2:before{width:28px;height:28px;top:-14px;left:10px}.home-hero__cloud--2:after{width:22px;height:22px;top:-10px;left:34px}.home-hero__cloud--3{width:50px;height:16px;top:35%;animation:cloudSlide 16s linear infinite 9s;opacity:.35}.home-hero__cloud--3:before{width:22px;height:22px;top:-12px;left:8px}.home-hero__cloud--3:after{width:18px;height:18px;top:-8px;left:26px}@keyframes cloudSlide{0%{left:-120px;opacity:0}4%{opacity:.55}90%{opacity:.55}to{left:100%;opacity:0}}@keyframes cloudSlideReverse{0%{left:calc(100% + 80px);opacity:0}4%{opacity:.4}90%{opacity:.4}to{left:-80px;opacity:0}}.home-hero--night .home-hero__clouds{display:none}.home-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px}.home-hero__emoji{font-size:2.2rem;line-height:1;margin-bottom:4px}.home-hero__title{font-size:1.6rem;font-weight:800;letter-spacing:-.02em;margin:0;color:#1f2937;text-shadow:none}.home-hero__subtitle{font-size:.95rem;font-weight:400;opacity:1;margin:0;color:#6b7280}.home-quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.home-quick-stat{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 8px 12px;border-radius:14px;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 2px 12px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.home-quick-stat:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.home-quick-stat__value{font-size:1.25rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.home-quick-stat__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.home-quick-stat--level .home-quick-stat__value{color:#667eea}.home-quick-stat--xp .home-quick-stat__value{color:#8b5cf6}.home-quick-stat--streak .home-quick-stat__value{color:#f59e0b}.home-quick-stat--achievements .home-quick-stat__value{color:#10b981}.home-xp-bar{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:14px;padding:14px 18px;box-shadow:0 2px 12px #0000000f}.home-xp-bar__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.home-xp-bar__level{font-size:.85rem;font-weight:700;color:#667eea}.home-xp-bar__progress{font-size:.78rem;font-weight:600;color:#94a3b8}.home-xp-bar__track{height:10px;border-radius:10px;background:#667eea1f;overflow:hidden}.home-xp-bar__fill{height:100%;border-radius:10px;background:linear-gradient(90deg,#667eea,#8b5cf6,#a855f7);transition:width .8s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #667eea66;min-width:4px}.home-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.home-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px;padding:20px 14px 16px;border-radius:18px;background:#ffffffa6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);box-shadow:0 2px 16px #0000000f;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;text-align:center;outline:none;font-family:inherit}.home-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 28px #0000001f}.home-card:active{transform:translateY(-1px) scale(.98)}.home-card:focus-visible{outline:2px solid #667eea;outline-offset:2px}.home-card__icon-wrap{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.home-card:hover .home-card__icon-wrap{transform:scale(1.1) rotate(-3deg)}.home-card__icon-wrap--tasks{background:linear-gradient(135deg,#667eea20,#667eea40);color:#667eea}.home-card__icon-wrap--reminders{background:linear-gradient(135deg,#f59e0b20,#f59e0b40);color:#f59e0b}.home-card__icon-wrap--calendar{background:linear-gradient(135deg,#c084fc20,#c084fc40);color:#c084fc}.home-card__icon-wrap--focus{background:linear-gradient(135deg,#34d39920,#34d39940);color:#10b981}.home-card__icon-wrap--achievements{background:linear-gradient(135deg,#fbbf2420,#fbbf2440);color:#f59e0b}.home-card__icon-wrap--total{background:linear-gradient(135deg,#f472b620,#f472b640);color:#ec4899}.home-card__body{display:flex;flex-direction:column;gap:1px}.home-card__number{font-size:1.8rem;font-weight:800;color:#1e293b;letter-spacing:-.03em;line-height:1.1}.home-card__label{font-size:.82rem;font-weight:700;color:#475569}.home-card__sub{font-size:.7rem;color:#94a3b8;font-weight:500}.home-card__detail{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:4px}.home-card__tag{font-size:.65rem;font-weight:600;padding:2px 8px;border-radius:20px}.home-card__tag--pending{background:#fbbf2426;color:#b45309}.home-card__tag--progress{background:#3b82f626;color:#1d4ed8}.home-card__progress-ring{position:absolute;top:12px;right:12px;width:40px;height:40px}.home-card__ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.home-card__ring-bg{fill:none;stroke:#0000000f;stroke-width:3}.home-card__ring-fill{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .8s ease}.home-card__ring-fill--tasks{stroke:#667eea}.home-card__ring-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:#667eea}.home-footer-quote{display:flex;align-items:flex-start;gap:10px;padding:16px 20px;border-radius:14px;background:linear-gradient(135deg,#667eea14,#a855f714);border:1px solid rgba(102,126,234,.12)}.home-footer-quote__icon{font-size:1.3rem;flex-shrink:0;margin-top:1px}.home-footer-quote__text{font-size:.88rem;color:#475569;font-weight:500;line-height:1.5;margin:0}.home-hero--night{background:linear-gradient(135deg,#0f172a,#1e1b4b 35%,#312e81 65%,#1e1b4b);color:#fff;box-shadow:0 8px 32px #1e1b4b73,0 2px 8px #00000040;overflow:hidden}.home-hero--night .home-hero__sparkle{background:#ffffffb3;box-shadow:0 0 6px #c7d2fe80}.home-hero--night .home-hero__sparkle--1{width:4px;height:4px;animation:nightTwinkle 3s ease-in-out infinite}.home-hero--night .home-hero__sparkle--2{width:3px;height:3px;animation:nightTwinkle 3.5s ease-in-out infinite .8s}.home-hero--night .home-hero__sparkle--3{width:5px;height:5px;animation:nightTwinkle 4s ease-in-out infinite 1.6s}@keyframes nightTwinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}.home-hero--night .home-hero__title{color:#e0e7ff;text-shadow:0 2px 12px rgba(99,102,241,.25)}.home-hero--night .home-hero__subtitle{color:#c7d2fed9}body.theme-dark .home-hero--night{background:linear-gradient(135deg,#020617,#0f0a2e 35%,#1e1b4b 65%,#0f0a2e);box-shadow:0 8px 32px #00000080,0 0 24px #6366f11f}body.theme-dark .home-hero--night .home-hero__sparkle{background:#c7d2fecc;box-shadow:0 0 8px #a5b4fc80}body.theme-dark .home-hero{background:linear-gradient(135deg,#020617,#0f0a2e 35%,#1e1b4b 65%,#0f0a2e);color:#fff;box-shadow:0 8px 32px #00000080,0 0 24px #6366f11f}body.theme-dark .home-hero__sparkle{background:#c7d2fecc;box-shadow:0 0 8px #a5b4fc80}body.theme-dark .home-hero__title{color:#e0e7ff;text-shadow:0 2px 12px rgba(99,102,241,.25)}body.theme-dark .home-hero__subtitle{color:#ffffffe0}body.theme-dark .home-quick-stat{background:#1e293bb3;border-color:#8b5cf633;box-shadow:0 2px 12px #0003}body.theme-dark .home-quick-stat__value{color:#e2e8f0}body.theme-dark .home-quick-stat__label{color:#94a3b8}body.theme-dark .home-quick-stat--level .home-quick-stat__value{color:#818cf8}body.theme-dark .home-quick-stat--xp .home-quick-stat__value{color:#a78bfa}body.theme-dark .home-quick-stat--streak .home-quick-stat__value{color:#fbbf24}body.theme-dark .home-quick-stat--achievements .home-quick-stat__value{color:#34d399}body.theme-dark .home-xp-bar{background:#1e293bb3;border-color:#8b5cf633}body.theme-dark .home-xp-bar__level{color:#818cf8}body.theme-dark .home-xp-bar__progress{color:#94a3b8}body.theme-dark .home-xp-bar__track{background:#8b5cf626}body.theme-dark .home-xp-bar__fill{background:linear-gradient(90deg,#818cf8,#a855f7,#c084fc);box-shadow:0 0 16px #8b5cf680}body.theme-dark .home-card{background:#1e293bb3;border-color:#8b5cf626;box-shadow:0 2px 16px #00000040}body.theme-dark .home-card:hover{box-shadow:0 8px 32px #8b5cf640;border-color:#8b5cf659}body.theme-dark .home-card__number{color:#f1f5f9}body.theme-dark .home-card__label{color:#cbd5e1}body.theme-dark .home-card__sub{color:#64748b}body.theme-dark .home-card__tag--pending{background:#fbbf2433;color:#fbbf24}body.theme-dark .home-card__tag--progress{background:#60a5fa33;color:#60a5fa}body.theme-dark .home-card__icon-wrap--tasks{background:linear-gradient(135deg,#818cf826,#818cf84d);color:#818cf8}body.theme-dark .home-card__icon-wrap--reminders{background:linear-gradient(135deg,#fbbf2426,#fbbf244d);color:#fbbf24}body.theme-dark .home-card__icon-wrap--calendar{background:linear-gradient(135deg,#c084fc26,#c084fc4d);color:#c084fc}body.theme-dark .home-card__icon-wrap--focus{background:linear-gradient(135deg,#34d39926,#34d3994d);color:#34d399}body.theme-dark .home-card__icon-wrap--achievements{background:linear-gradient(135deg,#fbbf2426,#fbbf244d);color:#fbbf24}body.theme-dark .home-card__icon-wrap--total{background:linear-gradient(135deg,#f472b626,#f472b64d);color:#f472b6}body.theme-dark .home-card__ring-bg{stroke:#ffffff14}body.theme-dark .home-card__ring-fill--tasks{stroke:#818cf8}body.theme-dark .home-card__ring-text{color:#818cf8}body.theme-dark .home-footer-quote{background:linear-gradient(135deg,#8b5cf61a,#a855f71a);border-color:#8b5cf633}body.theme-dark .home-footer-quote__text{color:#cbd5e1}@media (max-width: 768px){.home-panel{padding:16px;gap:14px}.home-hero{padding:24px 20px 22px;border-radius:16px}.home-hero__emoji{font-size:1.8rem}.home-hero__title{font-size:1.3rem}.home-hero__subtitle{font-size:.85rem}.home-quick-stats{grid-template-columns:repeat(4,1fr);gap:8px}.home-quick-stat{padding:10px 4px 8px;border-radius:12px}.home-quick-stat__value{font-size:1rem}.home-quick-stat__label{font-size:.6rem}.home-cards{grid-template-columns:repeat(2,1fr);gap:10px}.home-card{padding:16px 10px 12px;border-radius:14px}.home-card__icon-wrap{width:44px;height:44px;border-radius:12px}.home-card__icon-wrap svg{width:22px;height:22px}.home-card__number{font-size:1.5rem}.home-card__label{font-size:.75rem}.home-card__progress-ring{width:34px;height:34px;top:8px;right:8px}}@media (max-width: 480px){.home-panel{padding:12px;gap:12px}.home-hero{padding:20px 16px 18px;border-radius:14px}.home-hero__emoji{font-size:1.5rem}.home-hero__title{font-size:1.15rem}.home-hero__subtitle{font-size:.8rem}.home-quick-stats{grid-template-columns:repeat(2,1fr);gap:8px}.home-quick-stat{padding:10px 6px;flex-direction:row;gap:6px}.home-quick-stat__value{font-size:1rem}.home-cards{grid-template-columns:repeat(2,1fr);gap:8px}.home-card{padding:14px 8px 10px;border-radius:12px;gap:6px}.home-card__icon-wrap{width:40px;height:40px;border-radius:10px}.home-card__icon-wrap svg{width:20px;height:20px}.home-card__number{font-size:1.3rem}.home-card__label{font-size:.7rem}.home-card__sub{font-size:.62rem}.home-card__detail{gap:4px}.home-card__tag{font-size:.58rem;padding:1px 6px}.home-xp-bar{padding:10px 14px}.home-xp-bar__level{font-size:.78rem}.home-xp-bar__progress{font-size:.7rem}.home-xp-bar__track{height:8px}.home-footer-quote{padding:12px 14px}.home-footer-quote__text{font-size:.8rem}}@media (max-width: 360px){.home-hero__title{font-size:1rem}.home-hero__subtitle{font-size:.75rem}.home-quick-stat__value{font-size:.9rem}.home-quick-stat__label{font-size:.55rem}.home-card__number{font-size:1.15rem}.home-card__label{font-size:.65rem}}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:settingsFadeIn .2s ease}@keyframes settingsFadeIn{0%{opacity:0}to{opacity:1}}.settings-panel{background:#fff;border-radius:16px;width:420px;max-width:92vw;max-height:85vh;overflow-y:auto;box-sizing:border-box;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;animation:settingsSlideUp .25s ease}.settings-panel *{box-sizing:border-box}@keyframes settingsSlideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.settings-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #f0f0f5;gap:12px}.settings-panel__title{font-size:18px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:8px;margin:0;flex:1;min-width:0}.settings-panel__title-icon{font-size:20px;flex-shrink:0}.settings-panel__close{background:#f5f5fa;border:none;border-radius:8px;width:32px;height:32px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s ease;flex-shrink:0;flex-grow:0;padding:0}.settings-panel__close svg{width:18px;height:18px;flex-shrink:0}.settings-panel__close:hover{background:#eaeaef;color:#1a1a2e}.settings-section{padding:20px 24px 24px}.settings-section__title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin:0 0 16px}.settings-auto-toggle{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#f8f8fc;border-radius:12px;margin-bottom:20px;gap:12px;overflow:hidden}.settings-auto-toggle__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;overflow:hidden}.settings-auto-toggle__label{font-size:15px;font-weight:600;color:#1a1a2e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-auto-toggle__desc{font-size:12px;color:#9ca3af}.settings-switch{position:relative;width:48px;min-width:48px;max-width:48px;height:28px;min-height:28px;max-height:28px;border-radius:14px;background:#d1d5db;border:none;cursor:pointer;transition:background .25s ease;flex-shrink:0;flex-grow:0;padding:0;margin:0}.settings-switch--on{background:#7c3aed}.settings-switch__thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .25s ease}.settings-switch--on .settings-switch__thumb{transform:translate(20px)}.settings-theme-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;transition:opacity .25s ease}.settings-theme-cards--disabled{opacity:.4;pointer-events:none}.settings-theme-card{border:2px solid transparent;border-radius:14px;padding:0;cursor:pointer;background:transparent;transition:all .2s ease;overflow:hidden;position:relative}.settings-theme-card:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.settings-theme-card--active{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.settings-theme-card__preview{border-radius:12px 12px 0 0;padding:12px;min-height:140px;display:flex;flex-direction:column;gap:8px}.settings-theme-card__preview--light{background:linear-gradient(135deg,#fef9c3,#fef08a 30%,#fde68a)}.settings-theme-card__preview--dark{background:linear-gradient(135deg,#1e1b4b,#1a1a3e,#0f172a)}.preview-header{margin-bottom:4px}.preview-greeting{display:flex;align-items:flex-start;gap:6px}.preview-icon{font-size:16px;line-height:1}.preview-text-group{display:flex;flex-direction:column;gap:1px}.preview-title{font-size:11px;font-weight:700;line-height:1.2}.settings-theme-card--light .preview-title{color:#1a1a2e}.settings-theme-card--dark .preview-title{color:#f1f5f9}.preview-subtitle{font-size:8px;line-height:1.2}.settings-theme-card--light .preview-subtitle{color:#6b7280}.settings-theme-card--dark .preview-subtitle{color:#94a3b8}.preview-stats{display:grid;grid-template-columns:1fr 1fr;gap:4px}.preview-stat{border-radius:6px;padding:5px 6px;display:flex;flex-direction:column;gap:1px}.settings-theme-card--light .preview-stat{background:#ffffffb3}.settings-theme-card--dark .preview-stat{background:#1e1e3c99;border:1px solid rgba(148,163,184,.15)}.preview-stat-value{font-size:10px;font-weight:700;line-height:1.2}.settings-theme-card--light .preview-stat-value{color:#7c3aed}.settings-theme-card--dark .preview-stat-value{color:#a78bfa}.preview-stat-label{font-size:7px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.settings-theme-card--light .preview-stat-label{color:#9ca3af}.settings-theme-card--dark .preview-stat-label{color:#64748b}.settings-theme-card__label{display:block;padding:8px 0;font-size:13px;font-weight:600;text-align:center}.settings-theme-card--light .settings-theme-card__label{color:#1a1a2e;background:#fafafa;border-radius:0 0 12px 12px}.settings-theme-card--dark .settings-theme-card__label{color:#e2e8f0;background:#1a1a2e;border-radius:0 0 12px 12px}.settings-theme-card__check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:#7c3aed;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #7c3aed4d}body.theme-dark .settings-panel{background:#1e1e32;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0d}body.theme-dark .settings-panel__header{border-bottom-color:#94a3b81a}body.theme-dark .settings-panel__title{color:#f1f5f9}body.theme-dark .settings-panel__close{background:#2d2d4a;color:#94a3b8}body.theme-dark .settings-panel__close:hover{background:#353560;color:#f1f5f9}body.theme-dark .settings-section__title{color:#64748b}body.theme-dark .settings-auto-toggle{background:#252540}body.theme-dark .settings-auto-toggle__label{color:#f1f5f9}body.theme-dark .settings-auto-toggle__desc{color:#64748b}body.theme-dark .settings-switch{background:#3f3f5e}body.theme-dark .settings-switch--on{background:#7c3aed}body.theme-dark .settings-theme-card--active{border-color:#a78bfa;box-shadow:0 0 0 3px #a78bfa33}body.theme-dark .settings-theme-card:hover:not(:disabled){box-shadow:0 8px 24px #0000004d}body.theme-dark .settings-theme-card--light .settings-theme-card__label{background:#2a2a45;color:#e2e8f0}body.theme-dark .settings-theme-card--dark .settings-theme-card__label{background:#151528}@media (max-width: 480px){.settings-overlay{align-items:stretch;justify-content:stretch;padding:0}.settings-panel{width:100%!important;max-width:100%!important;max-height:100vh;border-radius:0;min-height:100vh}.settings-panel__header{padding:16px}.settings-panel__title{font-size:16px}.settings-panel__close{width:34px;height:34px;min-width:34px;max-width:34px;min-height:34px;max-height:34px}.settings-panel__close svg{width:16px;height:16px}.settings-section{padding:16px}.settings-auto-toggle{padding:12px}.settings-auto-toggle__label{font-size:14px}.settings-auto-toggle__desc{font-size:11px}.settings-switch{width:44px;min-width:44px;max-width:44px;height:26px;min-height:26px;max-height:26px}.settings-switch__thumb{width:20px;height:20px}.settings-switch--on .settings-switch__thumb{transform:translate(18px)}.settings-theme-cards{gap:8px}.settings-theme-card__preview{min-height:110px;padding:10px}.settings-theme-card__label{padding:6px 0;font-size:12px}}.crisis-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e 40%,#0f3460);animation:crisisFadeIn .5s ease-out;overflow-y:auto;padding:24px}@keyframes crisisFadeIn{0%{opacity:0}to{opacity:1}}.crisis-close{position:fixed;top:16px;right:16px;z-index:10001;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffb3;width:40px;height:40px;min-width:40px;max-width:40px;min-height:40px;max-height:40px;padding:0;margin:0;border-radius:50%;font-size:16px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .2s,color .2s}.crisis-close:hover{background:#fff3;color:#fff}.crisis-phase{max-width:420px;width:100%;text-align:center;animation:crisisSlideUp .4s ease-out;display:flex;flex-direction:column;align-items:center;gap:16px}@keyframes crisisSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.crisis-sophia-avatar{font-size:64px;margin-bottom:0;animation:crisisFloat 3s ease-in-out infinite}@keyframes crisisFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.crisis-sophia-message{color:#e2e8f0;font-size:22px;font-weight:600;line-height:1.5;margin:0}.crisis-subtitle{color:#ffffff80;font-size:14px;margin:0}.crisis-primary-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:14px 32px;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .15s,box-shadow .2s}.crisis-primary-btn:hover{transform:scale(1.03);box-shadow:0 4px 20px #667eea66}.crisis-primary-btn:active{transform:scale(.98)}.crisis-question{color:#e2e8f0;font-size:20px;font-weight:600;margin:0 0 24px}.crisis-trigger-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.crisis-trigger-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:16px 12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:background .2s,border-color .2s,transform .15s}.crisis-trigger-btn:hover{background:#ffffff1f;border-color:#667eea80;transform:translateY(-2px)}.crisis-trigger-btn:active{transform:scale(.97)}.crisis-trigger-emoji{font-size:32px}.crisis-trigger-label{color:#cbd5e1;font-size:13px;font-weight:500}.crisis-breathing{display:flex;flex-direction:column;align-items:center}.crisis-breathing-instruction{color:#fff9;font-size:14px;margin:0 0 24px;letter-spacing:1px;text-transform:uppercase}.crisis-breathing-circle{width:200px;height:200px;border-radius:50%;background:#ffffff0d;border:2px solid rgba(102,126,234,.3);position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden}.crisis-breathing-fill{position:absolute;bottom:0;left:0;right:0;height:var(--progress);transition:height 1s linear;border-radius:0 0 50% 50%}.crisis-breathing-fill--inhala{background:linear-gradient(to top,#667eea4d,#667eea1a)}.crisis-breathing-fill--sosten{background:linear-gradient(to top,#764ba24d,#764ba21a)}.crisis-breathing-fill--exhala{background:linear-gradient(to top,#34d3994d,#34d3991a)}.crisis-breathing-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:4px}.crisis-breathing-emoji{font-size:36px}.crisis-breathing-label{color:#e2e8f0;font-size:18px;font-weight:600}.crisis-breathing-timer{color:#ffffffb3;font-size:28px;font-weight:300;font-variant-numeric:tabular-nums}.crisis-breathing-cycle{color:#fff6;font-size:13px;margin:0 0 20px}.crisis-skip-btn{background:none;border:none;color:#fff6;font-size:13px;cursor:pointer;padding:8px 16px;transition:color .2s}.crisis-skip-btn:hover{color:#ffffffb3}.crisis-tasks-title{color:#e2e8f0;font-size:22px;font-weight:600;margin:0 0 24px}.crisis-micro-task-card{background:#ffffff12;border:1px solid rgba(102,126,234,.3);border-radius:18px;padding:28px 24px;margin-bottom:20px;position:relative}.crisis-micro-task-number{position:absolute;top:12px;right:16px;color:#ffffff4d;font-size:12px;font-weight:500}.crisis-micro-task-title{color:#f1f5f9;font-size:18px;font-weight:500;line-height:1.5;margin:0 0 12px}.crisis-micro-task-time{display:inline-block;background:#34d39926;color:#6ee7b7;font-size:12px;font-weight:600;padding:4px 12px;border-radius:20px}.crisis-source-task{color:#ffffff4d;font-size:12px;margin:12px 0 0}.crisis-no-tasks{color:#fff9;font-size:16px}.crisis-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0}.crisis-loading p{color:#ffffff80;font-size:14px;margin:0}.crisis-loading-spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top:3px solid #667eea;border-radius:50%;animation:crisisSpin .8s linear infinite}@keyframes crisisSpin{to{transform:rotate(360deg)}}.crisis-done-emoji{font-size:64px;margin-bottom:16px}.crisis-done-title{color:#e2e8f0;font-size:26px;font-weight:700;margin:0 0 8px}.crisis-done-subtitle{color:#fff9;font-size:15px;line-height:1.5;margin:0 0 28px}.crisis-retake-card{margin-top:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:20px 20px 16px;text-align:center;width:100%}.crisis-retake-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.crisis-retake-icon{font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.crisis-retake-label{color:#c4b5fd;font-size:15px;font-weight:700;letter-spacing:.5px}.crisis-retake-desc{color:#ffffff73;font-size:13px;line-height:1.5;margin:0 0 14px}.crisis-retake-btn{background:#a78bfa26;border:1px solid rgba(167,139,250,.35);color:#c4b5fd;padding:10px 22px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;width:100%}.crisis-retake-btn:hover{background:#a78bfa47;border-color:#a78bfa99;transform:translateY(-1px)}.crisis-retake-btn:active{transform:scale(.97)}.crisis-studyplan-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#34d3991f;border:1px solid rgba(52,211,153,.35);color:#6ee7b7;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .15s;width:100%;margin-bottom:12px}.crisis-studyplan-btn:hover{background:#34d39938;border-color:#34d3998c;transform:translateY(-1px)}.crisis-studyplan-btn:active{transform:scale(.97)}.crisis-studyplan{text-align:left}.crisis-studyplan-title{color:#e2e8f0;font-size:22px;font-weight:700;margin:0 0 20px;text-align:center}.crisis-studyplan-method{background:#ffffff0f;border:1px solid rgba(102,126,234,.3);border-radius:14px;padding:14px 16px;margin-bottom:18px;text-align:center}.crisis-studyplan-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:700;padding:3px 12px;border-radius:20px;margin-bottom:6px}.crisis-studyplan-method-desc{color:#e2e8f099;font-size:13px;margin:4px 0 0}.crisis-studyplan-section-label{color:#a78bfae6;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 10px}.crisis-studyplan-tips{margin-bottom:18px}.crisis-studyplan-tip{display:flex;align-items:flex-start;gap:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 12px;margin-bottom:8px}.crisis-studyplan-tip-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.crisis-studyplan-tip-text{color:#e2e8f0cc;font-size:13px;line-height:1.5;flex:1}.crisis-studyplan-week{margin-bottom:4px}.crisis-studyplan-day{display:flex;align-items:center;gap:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:10px 12px;margin-bottom:7px}.crisis-studyplan-day-emoji{font-size:18px;flex-shrink:0}.crisis-studyplan-day-info{display:flex;flex-direction:column;gap:2px}.crisis-studyplan-day-name{color:#a78bfae6;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.crisis-studyplan-day-focus{color:#e2e8f0bf;font-size:13px;line-height:1.4}.crisis-studyplan-empty{color:#e2e8f080;font-size:14px;text-align:center;line-height:1.5;margin:20px 0}@media (max-width: 480px){.crisis-overlay{padding:16px}.crisis-sophia-message{font-size:18px}.crisis-breathing-circle{width:160px;height:160px}.crisis-micro-task-card{padding:20px 16px}.crisis-micro-task-title{font-size:16px}.crisis-trigger-grid{gap:8px}}@media (prefers-reduced-motion: reduce){.crisis-sophia-avatar,.crisis-overlay,.crisis-phase{animation:none}.crisis-loading-spinner{animation:crisisSpin 2s linear infinite}}body.theme-light .crisis-overlay{background:linear-gradient(135deg,#dbeafe,#ede9fe,#ecfdf5)}body.theme-light .crisis-close{background:#0000000f;border-color:#0000001f;color:#1e1b4bb3}body.theme-light .crisis-close:hover{background:#0000001f;color:#1e1b4b}body.theme-light .crisis-sophia-message{color:#1e1b4b}body.theme-light .crisis-subtitle{color:#1e1b4ba6}body.theme-light .crisis-primary-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}body.theme-light .crisis-studyplan-btn{background:#6366f11a;border-color:#6366f14d;color:#4338ca}body.theme-light .crisis-retake-card{background:#ffffffbf;border-color:#8b5cf633}body.theme-light .crisis-retake-label{color:#4338ca}body.theme-light .crisis-retake-desc{color:#1e1b4bb8}body.theme-light .crisis-trigger-btn{background:#ffffffbf;border-color:#8b5cf633;color:#1e1b4b}body.theme-light .crisis-trigger-btn:hover{background:#8b5cf61a;border-color:#8b5cf666}body.theme-light .crisis-breathing-instruction{color:#1e1b4bb3}body.theme-light .crisis-breathing-label,body.theme-light .crisis-breathing-counter{color:#1e1b4b}body.theme-light .crisis-micro-task-card{background:#ffffffd9;border-color:#8b5cf633}body.theme-light .crisis-micro-task-title{color:#1e1b4b}body.theme-light .crisis-micro-task-time{color:#1e1b4b99}body.theme-light .crisis-section-title,body.theme-light .crisis-phase-title{color:#1e1b4b}body.theme-light .crisis-studyplan-method{background:#ffffffbf;border-color:#8b5cf633;color:#4338ca}body.theme-light .crisis-studyplan-day{background:#ffffffbf;border-color:#8b5cf61f}body.theme-light .crisis-studyplan-day-name{color:#6d28d9}body.theme-light .crisis-studyplan-day-focus{color:#1e1b4bcc}body.theme-light .crisis-studyplan-empty,body.theme-light .crisis-skip-btn{color:#1e1b4b80}body.theme-light .crisis-skip-btn:hover{color:#4338ca}.energy-journal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9500;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px;animation:ejFadeIn .25s ease-out}@keyframes ejFadeIn{0%{opacity:0}to{opacity:1}}.energy-journal-modal{background:#1e1e2e;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px;width:100%;max-width:360px;animation:ejSlideUp .3s ease-out;box-shadow:0 12px 40px #0006}body.theme-light .energy-journal-modal{background:#fff;border-color:#00000014;box-shadow:0 12px 40px #0000001f}@keyframes ejSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.energy-journal-header{text-align:center;margin-bottom:20px}.energy-journal-title{color:#e2e8f0;font-size:18px;font-weight:700;margin:0 0 4px}body.theme-light .energy-journal-title{color:#1e293b}.energy-journal-sub{color:#fff9;font-size:13px;margin:0}body.theme-light .energy-journal-sub{color:#00000073}.energy-journal-levels{display:flex;gap:10px;margin-bottom:16px}.energy-journal-level{flex:1;background:var(--energy-bg);border:2px solid transparent;border-radius:14px;padding:14px 8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;transition:border-color .2s,transform .15s,background .2s}.energy-journal-level:hover{border-color:var(--energy-color);transform:translateY(-2px)}.energy-journal-level--active{border-color:var(--energy-color);background:color-mix(in srgb,var(--energy-color) 20%,transparent);transform:scale(1.05)}.energy-journal-level-emoji{font-size:28px}.energy-journal-level-label{color:#e2e8f0;font-size:12px;font-weight:500}body.theme-light .energy-journal-level-label{color:#475569}.energy-journal-mood-section{margin-bottom:12px;animation:ejFadeIn .2s ease-out}.energy-journal-mood-label{color:#fff9;font-size:12px;margin:0 0 8px}body.theme-light .energy-journal-mood-label{color:#00000073}.energy-journal-mood-grid{display:flex;gap:8px;flex-wrap:wrap}.energy-journal-mood-btn{width:40px;height:40px;font-size:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s,transform .15s}.energy-journal-mood-btn:hover{background:#ffffff1f;transform:scale(1.1)}.energy-journal-mood-btn--active{background:#667eea33;border-color:#667eea80;transform:scale(1.1)}body.theme-light .energy-journal-mood-btn{background:#0000000a;border-color:#0000001a}.energy-journal-notes{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;font-size:13px;padding:10px 12px;resize:none;margin-bottom:16px;font-family:inherit;animation:ejFadeIn .2s ease-out}.energy-journal-notes::placeholder{color:#ffffff4d}.energy-journal-notes:focus{outline:none;border-color:#667eea66}body.theme-light .energy-journal-notes{background:#00000008;border-color:#0000001a;color:#1e293b}body.theme-light .energy-journal-notes::placeholder{color:#0000004d}.energy-journal-chart{margin-bottom:16px}.energy-journal-chart-label{color:#ffffff8c;font-size:11px;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}body.theme-light .energy-journal-chart-label{color:#00000059}.energy-journal-bars{display:flex;gap:6px;align-items:flex-end;height:48px}.energy-journal-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.energy-journal-bar-track{width:100%;height:36px;background:#ffffff0d;border-radius:4px;position:relative;overflow:hidden;display:flex;align-items:flex-end}body.theme-light .energy-journal-bar-track{background:#0000000d}.energy-journal-bar-fill{width:100%;border-radius:4px;transition:height .5s ease-out;min-height:0}.energy-journal-bar-day{color:#ffffff80;font-size:10px;font-weight:500}body.theme-light .energy-journal-bar-day{color:#00000059}.energy-journal-bar-col--today .energy-journal-bar-day{color:#667eea;font-weight:700}.energy-journal-actions{display:flex;gap:10px}.energy-journal-skip{flex:1;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fffc;border-radius:12px;padding:12px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.energy-journal-skip:hover{background:#ffffff24}body.theme-light .energy-journal-skip{background:#0000000a;border-color:#0000001a;color:#475569}.energy-journal-submit{flex:2;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;border-radius:12px;padding:12px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s,opacity .2s}.energy-journal-submit:hover:not(:disabled){transform:scale(1.02)}.energy-journal-submit:disabled{opacity:.5;cursor:not-allowed}.energy-journal-saved{text-align:center;padding:32px 0;animation:ejSlideUp .3s ease-out}.energy-journal-saved-emoji{font-size:48px;display:block;margin-bottom:8px}.energy-journal-saved p{color:#34d399;font-size:18px;font-weight:600;margin:0}@media (max-width: 380px){.energy-journal-modal{padding:18px 14px}.energy-journal-level{padding:10px 6px}.energy-journal-level-emoji{font-size:24px}.energy-journal-mood-btn{width:36px;height:36px;font-size:18px}}@media (prefers-reduced-motion: reduce){.energy-journal-overlay,.energy-journal-modal,.energy-journal-saved,.energy-journal-mood-section{animation:none}}.sr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);overflow-y:auto;padding:32px 16px 48px;opacity:0;transform:scale(.98);transition:opacity .4s ease,transform .4s ease}.sr-overlay--visible{opacity:1;transform:scale(1)}.sr-card{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center;gap:0}.sr-avatar-wrap{position:relative;width:88px;height:88px;margin-bottom:20px;margin-top:8px}.sr-avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:36px;position:relative;z-index:1;animation:srAvatarFloat 3s ease-in-out infinite}.sr-avatar-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(102,126,234,.4);animation:srRingPulse 2s ease-in-out infinite}@keyframes srAvatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes srRingPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.12);opacity:1}}.sr-title{color:#f1f5f9;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}.sr-name{background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sr-subtitle{color:#f1f5f999;font-size:15px;text-align:center;margin:0 0 28px;line-height:1.5}.sr-profile-card{width:100%;background:#ffffff0f;border:1px solid rgba(167,139,250,.3);border-radius:18px;padding:20px 22px;margin-bottom:24px}.sr-profile-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sr-profile-icon{font-size:20px}.sr-profile-label{color:#a78bfae6;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sr-profile-style{color:#e2e8f0;font-size:18px;font-weight:700;margin:0 0 8px;text-transform:capitalize}.sr-profile-text{color:#e2e8f0a6;font-size:14px;line-height:1.6;margin:0}.sr-section{width:100%;margin-bottom:24px}.sr-section-title{color:#e2e8f0;font-size:16px;font-weight:700;margin:0 0 14px}.sr-tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.sr-tip-item{display:flex;align-items:flex-start;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 16px}.sr-tip-num{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.sr-tip-text{color:#e2e8f0d9;font-size:14px;line-height:1.5;flex:1}.sr-plan-method{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap}.sr-plan-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap}.sr-plan-desc{color:#e2e8f08c;font-size:13px}.sr-plan-week{display:flex;flex-direction:column;gap:8px}.sr-plan-day{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:11px 14px}.sr-plan-day-emoji{font-size:20px;flex-shrink:0}.sr-plan-day-info{display:flex;flex-direction:column;gap:2px}.sr-plan-day-name{color:#a78bfae6;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.sr-plan-day-focus{color:#e2e8f0cc;font-size:13px;line-height:1.4}.sr-cta-wrap{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}.sr-cta-hint{color:#e2e8f066;font-size:12px;text-align:center;margin:0;line-height:1.5}.sr-cta-btn{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #667eea59}.sr-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #667eea80}.sr-cta-btn:active{transform:scale(.97)}.sr-cta-icon{font-size:20px}@keyframes srCtaPulse{0%,to{transform:scale(1);box-shadow:0 4px 20px #667eea59}50%{transform:scale(1.04);box-shadow:0 8px 32px #764ba299}}.sr-cta-btn--pulse{animation:srCtaPulse 1.8s ease-in-out infinite}.sr-cta-btn--pulse:hover{animation:none;transform:translateY(-2px);box-shadow:0 8px 28px #667eea80}@media (max-width: 480px){.sr-overlay{padding:20px 12px 40px}.sr-title{font-size:24px}.sr-cta-btn{padding:14px 24px;font-size:15px}}@media (prefers-reduced-motion: reduce){.sr-avatar,.sr-avatar-ring,.sr-cta-btn--pulse{animation:none}}body.theme-light .sr-overlay{background:linear-gradient(135deg,#e0e7ff,#ede9fe,#f0fdf4)}body.theme-light .sr-title{color:#1e1b4b}body.theme-light .sr-subtitle{color:#1e1b4b99}body.theme-light .sr-profile-card{background:#ffffffbf;border-color:#8b5cf640;box-shadow:0 2px 16px #8b5cf614}body.theme-light .sr-profile-style{color:#1e1b4b}body.theme-light .sr-profile-text{color:#1e1b4ba6}body.theme-light .sr-section-title{color:#1e1b4b}body.theme-light .sr-tip-item{background:#fffc;border-color:#8b5cf626}body.theme-light .sr-tip-text{color:#1e1b4bd9}body.theme-light .sr-plan-day{background:#ffffffbf;border-color:#8b5cf61f}body.theme-light .sr-plan-day-focus{color:#1e1b4bcc}body.theme-light .sr-plan-desc{color:#1e1b4b8c}body.theme-light .sr-cta-hint{color:#1e1b4b73}body.theme-light .sr-avatar-ring{border-color:#8b5cf659}.me-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:24px 16px;opacity:0;transform:scale(.98);transition:opacity .35s ease,transform .35s ease}.me-overlay--visible{opacity:1;transform:scale(1)}.me-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:0}.me-avatar-wrap{position:relative;width:80px;height:80px;margin-bottom:20px}.me-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;color:#fff;position:relative;z-index:1;animation:meAvatarFloat 3s ease-in-out infinite}.me-avatar-ring{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid rgba(102,126,234,.4);animation:meRingPulse 2s ease-in-out infinite}@keyframes meAvatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes meRingPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:1}}.me-title{color:#f1f5f9;font-size:24px;font-weight:700;margin:0 0 8px;text-align:center;line-height:1.3}.me-name{background:linear-gradient(90deg,#a78bfa,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.me-subtitle{color:#f1f5f999;font-size:17px;text-align:center;margin:0 0 28px}.me-moods-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:100%}.me-mood-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:16px 8px 14px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;transition:background .2s,border-color .2s,transform .15s}.me-mood-btn:hover{background:#ffffff1f;border-color:var(--mood-color, rgba(102, 126, 234, .5));transform:translateY(-3px)}.me-mood-btn:active{transform:scale(.95)}.me-mood-emoji{font-size:30px;line-height:1}.me-mood-label{color:#e2e8f0b3;font-size:11px;font-weight:500;text-align:center;line-height:1.3}.me-response{display:flex;flex-direction:column;align-items:center;gap:18px;width:100%;animation:meSlideUp .35s ease-out}@keyframes meSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.me-response-mood{display:flex;align-items:center;gap:8px}.me-response-emoji{font-size:28px}.me-response-mood-label{color:#e2e8f099;font-size:14px;font-weight:600}.me-speech-bubble{background:#ffffff12;border:1px solid rgba(167,139,250,.3);border-radius:18px 18px 18px 4px;padding:18px 20px;width:100%;position:relative}.me-speech-text{color:#e2e8f0;font-size:15px;line-height:1.6;margin:0;font-style:italic}.me-strategy-card{display:flex;align-items:flex-start;gap:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 18px;width:100%}.me-strategy-tip{font-size:22px;flex-shrink:0;line-height:1;margin-top:2px}.me-strategy-text{color:#e2e8f0cc;font-size:14px;line-height:1.5;margin:0}.me-continue-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 36px;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 18px #667eea59;margin-top:4px}.me-continue-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #667eea80}.me-continue-btn:active{transform:scale(.97)}@media (max-width: 400px){.me-moods-grid{grid-template-columns:repeat(3,1fr)}.me-title{font-size:20px}}@media (prefers-reduced-motion: reduce){.me-avatar,.me-avatar-ring{animation:none}}.me-overlay.me-light{background:linear-gradient(135deg,#e0e7ff,#ede9fe,#f0fdf4)}.me-light .me-title{color:#1e1b4b}.me-light .me-subtitle{color:#1e1b4ba6}.me-light .me-mood-btn{background:#ffffffbf;border-color:#8b5cf62e}.me-light .me-mood-btn:hover{background:#fffffff2;border-color:var(--mood-color, rgba(99, 102, 241, .5))}.me-light .me-mood-label{color:#1e1b4bbf}.me-light .me-speech-bubble{background:#ffffffd9;border-color:#8b5cf640}.me-light .me-speech-text{color:#1e1b4b}.me-light .me-strategy-card{background:#ffffffbf;border-color:#8b5cf626}.me-light .me-strategy-text{color:#1e1b4bcc}.me-light .me-response-mood-label{color:#1e1b4ba6}.me-light .me-avatar-ring{border-color:#8b5cf659}.admin-panel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9998;animation:fadeIn .3s ease-out}.admin-panel-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:1200px;width:95%;max-height:90vh;overflow-y:auto;animation:slideUp .4s ease-out;position:relative}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.admin-panel-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;color:#999;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10}.admin-panel-close:hover{background-color:#f0f0f0;color:#333}@media (prefers-color-scheme: dark){.admin-panel-modal{background-color:#1a1a1a}.admin-panel-close:hover{background-color:#333;color:#fff}}@media (max-width: 768px){.admin-panel-modal-overlay{padding:10px}.admin-panel-modal{max-width:100%;width:100%;max-height:95vh}.admin-panel-close{top:12px;right:12px;font-size:28px;width:36px;height:36px}}html{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%;width:100%}body{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px!important;line-height:1.8!important;line-height:1.55;font-weight:400;--text-primary: #1f2937;--text-muted: #6b7280;--text-inverse: #f8fafc;--surface: #ffffff;--surface-alt: #eef2ff;--border: rgba(79, 70, 229, .18);--accent: #4f46e5;--accent-strong: #4338ca;--accent-secondary: #f97316;--background: linear-gradient(135deg,#fdf4ff 0%,#eff6ff 40%,#f5f7ff 100%)}*{box-sizing:border-box}html,body{overflow-x:hidden}html:has(.landing-page){overflow:visible!important;height:auto!important}body:has(.landing-page){overflow:visible!important;height:auto!important}body{margin:0;min-height:100vh;background:var(--background);color:var(--text-primary);display:flex;justify-content:center;padding:10px 5px 20px}body.theme-light{background:#fff}body:has(.landing-page){padding:0;display:block}@media (min-width: 769px){body{padding:20px 0 40px}body:has(.landing-page){padding:0}}@media (max-width: 500px) and (display-mode: fullscreen),(max-width: 500px) and (display-mode: minimal-ui){body{padding:0;min-height:100vh}html{height:100vh}}@media (min-width: 769px){::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#00000005;border-radius:10px;margin:4px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea66,#764ba266);border-radius:10px;border:2px solid transparent;background-clip:padding-box;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#667eeab3,#764ba2b3);border-width:1px}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#667eeae6,#764ba2e6)}::-webkit-scrollbar-corner{background:#00000005}*{scrollbar-width:thin;scrollbar-color:rgba(102,126,234,.4) rgba(0,0,0,.02)}}.app-shell{width:min(1120px,98vw);background:var(--surface);border-radius:28px;font-weight:700;color:var(--text-primary);font-size:1rem;line-height:1.25;word-break:break-word;overflow-wrap:anywhere;overflow:hidden;margin:0 auto;transition:width .3s ease}@media (max-width: 768px){.app-shell{width:100vw;border-radius:0}}@media (max-width: 640px){.app-shell{width:100%;border-radius:0}}.app-shell--loading{width:min(480px,92vw);font-size:.9rem;color:var(--accent-strong);line-height:1.2}.overview:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(79,70,229,.18),transparent 60%),radial-gradient(circle at 80% 30%,rgba(249,115,22,.15),transparent 60%);pointer-events:none}.overview__topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.overview__brand{display:flex;gap:24px;align-items:center;position:relative;z-index:1}.brand-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;font-weight:700;font-size:24px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));box-shadow:0 18px 32px #4f46e53d}.overview{padding:28px 32px;display:flex;flex-direction:column;gap:20px}@media (max-width: 640px){.overview{padding:18px 16px;gap:12px}}.overview__topbar{gap:28px;align-items:center;display:flex;justify-content:space-between}@media (max-width: 768px){.overview__topbar{flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}}.overview__brand{gap:20px;display:flex;align-items:center}@media (max-width: 640px){.overview__brand{gap:12px}}.brand-icon{margin-right:12px;flex:0 0 auto;width:64px;height:64px;border-radius:18px;display:grid;place-items:center;font-weight:700;font-size:24px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));box-shadow:0 18px 32px #4f46e53d}@media (max-width: 640px){.brand-icon{width:48px;height:48px;font-size:18px}}.overview__title{margin:6px 0 4px;line-height:1.05;font-size:40px}@media (max-width: 480px){.overview__title{font-size:24px}}.overview__description{margin-top:8px;max-width:720px}.overview__stickers{margin-top:12px;gap:12px;display:flex;flex-wrap:wrap}.overview__metrics{gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));position:relative;z-index:1;width:100%}@media (max-width: 480px){.overview__metrics{grid-template-columns:1fr}}.metric{padding:22px 24px;border-radius:18px;background:#ffffffd9;border:1px solid rgba(148,163,184,.24);box-shadow:0 12px 24px #94a3b82e;display:flex;flex-direction:column;gap:6px;transition:all .3s ease}@media (max-width: 480px){.metric{padding:16px;flex-direction:row;align-items:center;justify-content:space-between}}@media (max-width: 768px){.overview{padding:12px;gap:8px;flex-direction:column}.overview__title{font-size:24px}.metric{padding:12px;min-width:140px}.tab-bar{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-bar__button{font-size:14px;font-weight:700;color:var(--text-primary);min-width:120px}.tab-bar__button.is-active{color:#fff}}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;font-size:16px}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;border-radius:14px;border:2px solid rgba(148,163,184,.25);padding:14px 16px;font-size:15px;background:linear-gradient(135deg,#fffffff2,#f8f9fad9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:inherit;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:100%;max-width:100%;box-sizing:border-box;box-shadow:0 2px 8px #0000000a,inset 0 1px 2px #fff9;font-weight:500;letter-spacing:.01em}input::placeholder,textarea::placeholder{color:#64748b99;font-weight:400}@media (max-width: 480px){input,textarea,select{font-size:14px;padding:12px 14px;min-width:0;max-width:100%}input[type=date],input[type=time],input[type=datetime-local]{width:100%;max-width:100%;font-size:14px;padding:12px 14px;overflow:hidden;text-overflow:ellipsis}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{width:16px;height:16px;background-size:16px 16px}}input:focus,textarea:focus,select:focus{border-color:#4f46e599;box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;background:linear-gradient(135deg,#fff,#f8f9faf2);transform:translateY(-2px)}input:hover:not(:focus),textarea:hover:not(:focus),select:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{background:linear-gradient(135deg,#1e293bf2,#0f172aeb);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:#94a3b859;color:var(--text-inverse);box-shadow:0 2px 8px #0003,inset 0 1px 2px #ffffff0d}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#94a3b880}body.theme-dark input:focus,body.theme-dark textarea:focus,body.theme-dark select:focus{border-color:#7c3aed99;box-shadow:0 0 0 4px #7c3aed26,0 4px 16px #7c3aed33,inset 0 1px 2px #ffffff14;background:linear-gradient(135deg,#1e293b,#0f172af2);transform:translateY(-2px)}body.theme-dark input:hover:not(:focus),body.theme-dark textarea:hover:not(:focus),body.theme-dark select:hover:not(:focus){border-color:#94a3b873;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d}.calendar{display:flex;flex-direction:column;gap:4px;height:100%;max-height:calc(100vh - 250px);min-height:350px;overflow-y:auto;overflow-x:hidden;padding-bottom:20px}@media (max-width: 1024px){.calendar{max-height:calc(100vh - 400px);min-height:300px;gap:4px}}@media (max-width: 768px){.calendar{max-height:none;min-height:auto;gap:8px;overflow-y:auto;overflow-x:hidden}}@media (max-width: 480px){.calendar{gap:12px}}.calendar__head{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding-bottom:0;flex-shrink:0}@media (max-width: 1024px){.calendar__head{gap:4px}}@media (max-width: 768px){.calendar__head{display:none!important}}@media (max-width: 480px){.calendar__head{display:none!important}}.calendar__head-cell{background:#4f46e514;border-radius:8px;padding:6px 8px;text-align:center;border:1px solid rgba(79,70,229,.16);display:flex;flex-direction:column;gap:1px;min-width:0}@media (max-width: 1024px){.calendar__head-cell{padding:5px 6px;border-radius:6px}}@media (max-width: 768px){.calendar__head-cell{padding:4px;border-radius:5px}}@media (max-width: 480px){.calendar__head-cell{padding:3px 2px;border-radius:4px}}.calendar__head-day{font-weight:700;color:var(--accent-strong);font-size:12px}@media (max-width: 1024px){.calendar__head-day{font-size:11px}}@media (max-width: 768px){.calendar__head-day{font-size:10px}}@media (max-width: 480px){.calendar__head-day{font-size:9px}}.calendar__head-date{font-size:10px;color:var(--text-muted);text-transform:uppercase}@media (max-width: 1024px){.calendar__head-date{font-size:9px}}@media (max-width: 768px){.calendar__head-date{font-size:8px}}@media (max-width: 480px){.calendar__head-date{font-size:7px}}.calendar__body{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;flex:1;overflow:visible;min-height:0;padding-bottom:8px}@media (max-width: 1024px){.calendar__body{gap:4px}}@media (max-width: 768px){.calendar__body{display:flex;flex-direction:column;gap:8px;overflow:visible}}@media (max-width: 480px){.calendar__body{gap:12px}}.calendar__column{background:var(--surface-alt);border-radius:10px;padding:8px 8px 12px;border:1px solid rgba(148,163,184,.22);display:flex;flex-direction:column;gap:2px;min-width:0;overflow-y:auto;overflow-x:hidden;max-height:650px;min-height:300px}@media (max-width: 1024px){.calendar__column{padding:6px;gap:2px;border-radius:8px;max-height:500px;min-height:240px}}@media (max-width: 768px){.calendar__column{padding:12px;gap:8px;border-radius:12px;max-height:none;overflow:visible;position:relative}.calendar__column:before{content:attr(data-day);display:block;font-weight:700;font-size:16px;color:var(--accent-strong);margin-bottom:6px;padding-bottom:6px;border-bottom:2px solid rgba(79,70,229,.2)}}@media (max-width: 480px){.calendar__column{padding:14px;gap:10px;border-radius:14px}.calendar__column:before{font-size:18px;margin-bottom:8px;padding-bottom:8px}}.calendar__column::-webkit-scrollbar{width:8px}.calendar__column::-webkit-scrollbar-track{background:#00000005;border-radius:6px}.calendar__column::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea59,#764ba259);border-radius:6px;border:1px solid transparent;background-clip:padding-box;transition:all .3s ease}.calendar__column::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#667eea99,#764ba299)}.calendar__empty{margin:0;font-size:11px;color:var(--text-muted);text-align:center;padding:12px 0}@media (max-width: 1024px){.calendar__empty{font-size:10px;padding:10px 0}}@media (max-width: 768px){.calendar__empty{font-size:13px;padding:16px 0;text-align:left}}@media (max-width: 480px){.calendar__empty{font-size:14px;padding:20px 0}}.calendar-event{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:3px;padding:1px 3px!important;border-left:2px solid rgba(99,102,241,.8);box-shadow:0 1px 2px #94a3b814;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:3px!important;min-width:0;width:100%;transition:all .2s ease;position:relative;cursor:pointer;z-index:1;overflow:hidden;flex-shrink:0;font-size:.7rem;line-height:1;min-height:14px!important;max-height:16px!important}@media (max-width: 1024px){.calendar-event{padding:1px 3px;gap:3px;flex-direction:row;flex-wrap:wrap;border-radius:3px;border-left-width:2px;font-size:.7rem;line-height:1;min-height:14px;max-height:16px}}@media (max-width: 768px){.calendar-event{padding:14px 16px;gap:8px;border-radius:12px;border-left-width:4px}}@media (max-width: 480px){.calendar-event{padding:16px 18px;gap:10px;border-radius:14px;border-left-width:4px}}.calendar-event:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;opacity:0;transition:opacity .3s ease;z-index:-1}.calendar-event:hover{z-index:12;box-shadow:0 12px 28px #667eea40,0 4px 12px #667eea26;transform:translateY(-4px) scale(1.02)}@media (max-width: 768px){.calendar-event:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 20px #667eea33}}@media (max-width: 480px){.calendar-event:hover{transform:none;box-shadow:0 4px 12px #667eea26}}.calendar-event:hover:before{opacity:.15}.calendar-event__time{font-size:6px;font-weight:600;color:var(--accent-strong);line-height:1;text-transform:uppercase;letter-spacing:0;display:flex;align-items:center;gap:1px}@media (max-width: 1024px){.calendar-event__time{font-size:6px;gap:1px}}@media (max-width: 768px){.calendar-event__time{font-size:12px;gap:4px}}@media (max-width: 480px){.calendar-event__time{font-size:13px;gap:5px}}.calendar-event__time:before{content:"🕐";font-size:7px}@media (max-width: 1024px){.calendar-event__time:before{font-size:7px}}@media (max-width: 768px){.calendar-event__time:before{font-size:14px}}@media (max-width: 480px){.calendar-event__time:before{font-size:15px}}.calendar-event__title,.calendar-event__meta,.calendar-event__notes{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.calendar-event__title{-webkit-line-clamp:1;line-clamp:1;font-weight:600;color:var(--text-primary);font-size:7px;line-height:1;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.calendar-event__title{font-size:7px;line-height:1}}@media (max-width: 768px){.calendar-event__title{font-size:15px;-webkit-line-clamp:2;line-clamp:2}}@media (max-width: 480px){.calendar-event__title{font-size:16px;-webkit-line-clamp:2;line-clamp:2}}.calendar-event__meta{-webkit-line-clamp:1;line-clamp:1;color:var(--accent-strong);font-size:6px;font-weight:500;display:flex;align-items:center;gap:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.calendar-event__meta{font-size:6px;gap:1px}}@media (max-width: 768px){.calendar-event__meta{font-size:13px;gap:4px;display:flex}}@media (max-width: 480px){.calendar-event__meta{font-size:14px;gap:5px;display:flex}}.calendar-event__meta:before{content:"📍";font-size:7px}@media (max-width: 1024px){.calendar-event__meta:before{font-size:7px}}@media (max-width: 768px){.calendar-event__meta:before{font-size:14px}}@media (max-width: 480px){.calendar-event__meta:before{font-size:15px}}.calendar-event--expanded{z-index:10;transform:scale(1.05);box-shadow:0 12px 40px #0003}.calendar-event{transition:all .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.calendar-event__tooltip-portal{position:fixed;z-index:9999;transform:translate(-50%) translateY(-100%);pointer-events:none;perspective:1000px}.calendar-event__tooltip{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 20px 60px #0000004d;white-space:normal;word-wrap:break-word;min-width:320px;max-width:400px;animation:tooltipPop3D .4s cubic-bezier(.34,1.56,.64,1);pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform-style:preserve-3d}@keyframes tooltipPop3D{0%{opacity:0;transform:translateY(20px) rotateX(45deg) scale(.9)}to{opacity:1;transform:translateY(0) rotateX(0) scale(1)}}.calendar-event__tooltip-title{font-weight:700;font-size:16px;color:var(--text-primary);margin:0 0 12px;line-height:1.4;word-break:break-word;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:unset;line-clamp:unset}.calendar-event__tooltip-meta{font-size:14px;color:var(--accent-strong);font-weight:600;margin:8px 0;display:flex;align-items:center;gap:8px}.calendar-event__tooltip-meta:before{content:"📍";font-size:16px;flex-shrink:0}.calendar-event__tooltip-time{font-size:14px;color:var(--text-secondary);margin:8px 0;display:flex;align-items:center;gap:8px;font-weight:500}.calendar-event__tooltip-time:before{content:"🕐";font-size:16px;flex-shrink:0}.calendar-event__tooltip-notes{font-size:14px;color:var(--text-secondary);margin:12px 0 0;line-height:1.6;word-break:break-word;max-height:150px;overflow-y:auto;padding-top:12px;border-top:1px solid var(--border);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:unset;line-clamp:unset}.calendar-event__tooltip-status{font-size:13px;color:var(--accent);margin:12px 0 0;font-weight:600;display:flex;align-items:center;gap:8px;padding-top:12px;border-top:1px solid var(--border)}.calendar-event__tooltip-status:before{content:"✓";font-size:16px;flex-shrink:0}body.theme-dark .calendar-event__tooltip{background:var(--surface);border-color:#ffffff1a;box-shadow:0 20px 60px #00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body.theme-dark .calendar-event__tooltip-title{color:#e2e8f0}body.theme-dark .calendar-event__tooltip-meta,body.theme-dark .calendar-event__tooltip-time{color:#e2e8f0cc}body.theme-dark .calendar-event__tooltip-notes{border-top-color:#ffffff1a;color:#e2e8f0cc}body.theme-dark .calendar-event__tooltip-status{border-top-color:#ffffff1a}@media (max-width: 768px){.calendar-event__tooltip-portal{position:fixed;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.calendar-event__tooltip{min-width:90vw;max-width:90vw}}@media (max-width: 480px){.calendar-event__tooltip{min-width:85vw;max-width:85vw;font-size:14px;padding:16px}.calendar-event__tooltip-title{font-size:15px}.calendar-event__tooltip-notes{max-height:120px}}.calendar-event__notes{-webkit-line-clamp:2;line-clamp:2;color:var(--text-muted);font-size:10px;line-height:1.4;font-style:italic}@media (max-width: 1024px){.calendar-event__notes{font-size:9px}}@media (max-width: 768px){.calendar-event__notes{font-size:12px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box}}@media (max-width: 480px){.calendar-event__notes{font-size:13px;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box}}.calendar-event__pill{display:inline-block;padding:0 3px;border-radius:2px;font-size:5px;font-weight:600;background:linear-gradient(135deg,#6366f126,#6366f140);color:var(--accent-strong);margin-top:0;text-transform:uppercase;letter-spacing:0;border:1px solid rgba(99,102,241,.3);line-height:1}@media (max-width: 1024px){.calendar-event__pill{padding:0 3px;font-size:5px}}@media (max-width: 768px){.calendar-event__pill{padding:0 3px;font-size:5px;display:inline-block}}@media (max-width: 480px){.calendar-event__pill{padding:0 3px;font-size:5px;display:inline-block}}.calendar-event--schedule{border-left-color:#667eea;background:linear-gradient(135deg,#fff,#f0f4ff);box-shadow:0 1px 2px #667eea26;padding:1px 3px;min-height:14px;max-height:16px;gap:3px}.calendar-event--schedule:hover{box-shadow:0 4px 8px #667eea40}.calendar-event--task{border-left-color:#a855f7;background:linear-gradient(135deg,#fff,#faf5ff);box-shadow:0 1px 2px #a855f726;padding:1px 3px;min-height:14px;max-height:16px;gap:3px}.calendar-event--task:hover{box-shadow:0 4px 8px #a855f740}.calendar-event--task-completed{border-left-color:#10b981;background:linear-gradient(135deg,#ecfdf5,#d1fae5);opacity:.9;box-shadow:0 1px 2px #10b98126;padding:1px 3px;min-height:14px;max-height:16px;gap:3px}.calendar-event--task-completed:hover{box-shadow:0 4px 8px #10b98140;opacity:1}.calendar-event--task-completed .calendar-event__title{text-decoration:line-through;color:var(--text-muted)}.calendar-event--task-in_progress{border-left-color:#3b82f6d9;background:linear-gradient(135deg,#eff6fff2,#f0f9ff);padding:1px 3px;min-height:14px;max-height:16px;gap:3px}.calendar-event__details{display:none}body.theme-dark .calendar-event{background:#0f172ad9;border-left-color:#a855f7d9;box-shadow:0 4px 12px #080b17a6}body.theme-dark .calendar-event--schedule{background:linear-gradient(135deg,#1e293bf2,#0f172a);border-left-color:#6366f1e6}body.theme-dark .calendar-event--task{background:linear-gradient(135deg,#1e1b4bf2,#0f172a);border-left-color:#a855f7e6}body.theme-dark .calendar-event--task-completed{background:linear-gradient(135deg,#064e3bd9,#0f172ae6);border-left-color:#10b981e6}body.theme-dark .calendar-event--task-in_progress{background:linear-gradient(135deg,#1e3a8ad9,#0f172af2);border-left-color:#3b82f6e6}.calendar__body--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:20px}@media (max-width: 1024px){.calendar__body--grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}}@media (max-width: 768px){.calendar__body--grid{grid-template-columns:1fr;gap:15px;padding:15px}}.calendar__day-card{position:relative;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:24px;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 10px 30px #667eea4d}.calendar__day-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #667eea66}.calendar__day-card-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,#ffffff1a,#ffffff0d,#ffffff1a);background-size:200% 200%;animation:gradientShift 8s ease infinite;z-index:0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.calendar__day-card-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;color:#fff;text-align:center}.calendar__day-name{font-size:24px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.2)}.calendar__day-number{font-size:56px;font-weight:900;line-height:1;text-shadow:0 4px 12px rgba(0,0,0,.3)}.calendar__day-month{font-size:14px;font-weight:600;text-transform:uppercase;opacity:.9;letter-spacing:1px}.calendar__day-badge{margin:8px 0;padding:6px 16px;background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.3)}.calendar__badge-count,.calendar__badge-empty{font-size:12px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.calendar__view-btn{background:#fff;color:#667eea;border:none;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #00000026;margin-top:auto}.calendar__view-btn:hover{background:#f0f4ff;transform:scale(1.05);box-shadow:0 6px 20px #0003}.calendar__view-btn:active{transform:scale(.98)}.calendar__view-btn-icon{font-size:18px}.gcal__connect-prompt{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:12px}.gcal__connect-prompt--full{min-height:60vh;padding:64px 24px}.gcal__connect-icon{font-size:48px}.gcal__connect-title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0}.gcal__connect-desc{font-size:14px;color:var(--text-secondary);max-width:360px;margin:0}.gcal__connect-btn{margin-top:8px;padding:10px 24px;border-radius:24px;border:none;background:#1a73e8;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.gcal__connect-btn:hover{background:#1565c0}.gcal__toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid rgba(128,128,128,.22);flex-wrap:wrap;gap:8px;min-height:48px}.gcal__toolbar-left{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.gcal__toolbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.gcal__title{font-size:16px;font-weight:500;color:var(--text-primary);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize}.gcal__nav-arrows{display:flex;gap:2px}.gcal__btn{border:none;background:transparent;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .15s;color:var(--text-primary);font-family:inherit}.gcal__btn:hover{background:#8080801f}.gcal__btn--today{border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;border:1px solid rgba(128,128,128,.25)}.gcal__btn--nav{width:32px;height:32px;font-size:20px;font-weight:300}.gcal__btn--view-toggle{border-radius:6px;padding:6px 12px;font-size:13px;font-weight:500;border:1px solid rgba(128,128,128,.25);display:flex;align-items:center;gap:6px}.gcal__dropdown-arrow{font-size:10px;transition:transform .2s}.gcal__dropdown-arrow--open{transform:rotate(180deg)}.gcal__view-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9990;background:transparent}.gcal__view-menu{position:fixed;background:var(--card-bg, #ffffff);border-radius:10px;box-shadow:0 4px 24px #00000024,0 0 1px #00000014;border:1px solid rgba(128,128,128,.1);z-index:9991;min-width:170px;padding:6px 0;animation:gcalMenuIn .15s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@keyframes gcalMenuIn{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.gcal__view-menu-item{display:flex;align-items:center;gap:10px;width:calc(100% - 12px);padding:10px 16px;border:none;background:transparent;font-size:14px;font-weight:500;color:var(--text-primary, #374151);cursor:pointer;transition:all .15s ease;font-family:inherit;text-align:left;-webkit-user-select:none;user-select:none;border-radius:6px;margin:2px 6px;box-sizing:border-box}.gcal__view-menu-item:hover{background:#1a73e814;color:#1a73e8;transform:translate(2px)}.gcal__view-menu-item--active{color:#1a73e8;font-weight:700;background:#1a73e81f;border-left:3px solid #1a73e8;padding-left:13px}.gcal__view-menu-icon{font-size:16px}.gcal__content{position:relative;overflow:hidden;flex:1}.gcal__loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;font-size:13px;color:var(--text-secondary)}.gcal__spinner{width:16px;height:16px;border:2px solid rgba(128,128,128,.2);border-top-color:#1a73e8;border-radius:50%;animation:gcalSpin .7s linear infinite}@keyframes gcalSpin{to{transform:rotate(360deg)}}.gcal__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;color:var(--text-secondary);text-align:center;gap:8px}.gcal__empty-icon{font-size:40px}.gcal__agenda{max-height:calc(100vh - 320px);overflow-y:auto;padding:0}.gcal__agenda-day{display:flex;border-bottom:1px solid rgba(128,128,128,.1)}.gcal__agenda-date{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:14px 16px 14px 12px;min-width:56px;flex-shrink:0;gap:2px}.gcal__agenda-weekday{font-size:11px;font-weight:500;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.3px}.gcal__agenda-date--today .gcal__agenda-weekday{color:#1a73e8}.gcal__agenda-daynum{font-size:22px;font-weight:400;color:var(--text-primary);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1}.gcal__agenda-daynum--today{background:#1a73e8;color:#fff!important;font-weight:500}.gcal__agenda-events{flex:1;padding:10px 12px 10px 0;display:flex;flex-direction:column;gap:4px}.gcal__agenda-event{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background .12s}.gcal__agenda-event:hover{background:#8080800f}.gcal__agenda-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.gcal__agenda-dot--schedule{background:#4285f4}.gcal__agenda-dot--task{background:#7c3aed}.gcal__agenda-dot--google{background:#0d9488}.gcal__agenda-info{display:flex;flex-direction:column;gap:1px;min-width:0}.gcal__agenda-event-title{font-size:14px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcal__agenda-event-time{font-size:12px;color:var(--text-secondary)}.gcal__timegrid-wrapper{display:flex;flex-direction:column;height:calc(100vh - 320px);min-height:400px}.gcal__timegrid-header{display:flex;border-bottom:1px solid rgba(128,128,128,.25);flex-shrink:0;overflow-y:scroll;scrollbar-gutter:stable}.gcal__timegrid-header::-webkit-scrollbar{display:none}.gcal__timegrid-gutter{width:52px;min-width:52px;flex-shrink:0}.gcal__tg-col-header{flex:1;display:flex;flex-direction:column;align-items:center;padding:6px 0 8px;gap:2px}.gcal__tg-weekday{font-size:11px;font-weight:500;text-transform:uppercase;color:var(--text-secondary);letter-spacing:.3px}.gcal__tg-col-header--today .gcal__tg-weekday{color:#1a73e8}.gcal__tg-daynum{font-size:22px;font-weight:400;color:var(--text-primary);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:1}.gcal__tg-daynum--today{background:#1a73e8;color:#fff!important;font-weight:500}.gcal__allday-row{display:flex;border-bottom:1px solid rgba(128,128,128,.25);min-height:28px;flex-shrink:0;overflow-y:scroll;scrollbar-gutter:stable}.gcal__allday-row::-webkit-scrollbar{display:none}.gcal__allday-label{display:flex;align-items:center;justify-content:center}.gcal__allday-label span{font-size:9px;color:var(--text-secondary);text-transform:uppercase;writing-mode:horizontal-tb;letter-spacing:.2px}.gcal__allday-cell{flex:1;padding:2px 3px;display:flex;flex-direction:column;gap:2px;border-left:1px solid rgba(128,128,128,.2)}.gcal__allday-chip{font-size:11px;padding:2px 6px;border-radius:4px;color:#fff;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcal__allday-chip--schedule{background:#4285f4}.gcal__allday-chip--task{background:#7c3aed}.gcal__allday-chip--google{background:#0d9488}.gcal__timegrid-body{flex:1;overflow-y:scroll;overflow-x:hidden;position:relative;scrollbar-gutter:stable}.gcal__timegrid-slots{display:flex;position:relative;--slot-h: 60px;min-height:calc(var(--slot-h) * 24)}.gcal__hour-label{height:var(--slot-h, 60px);display:flex;align-items:flex-start;justify-content:flex-end;padding-right:8px}.gcal__hour-label span{font-size:10px;color:var(--text-secondary);transform:translateY(-6px);white-space:nowrap}.gcal__tg-col{flex:1;position:relative;border-left:1px solid rgba(128,128,128,.2);cursor:pointer;height:calc(var(--slot-h, 60px) * 24)}.gcal__tg-col--today{background:#1a73e808}.gcal__hour-slot{height:var(--slot-h, 60px);border-bottom:1px solid rgba(128,128,128,.18);box-sizing:border-box}.gcal__now-indicator{position:absolute;left:-1px;right:0;z-index:10;pointer-events:none;display:flex;align-items:center}.gcal__now-dot{width:10px;height:10px;border-radius:50%;background:#ea4335;margin-left:-5px;flex-shrink:0}.gcal__now-line{flex:1;height:2px;background:#ea4335}.gcal__tg-event{position:absolute;left:2px;right:2px;border-radius:5px;padding:3px 6px;overflow:hidden;cursor:pointer;color:#fff;z-index:5;display:flex;flex-direction:column;gap:1px;font-size:11px;line-height:1.3;border-left:3px solid transparent;transition:box-shadow .15s;box-sizing:border-box}.gcal__tg-event:hover{box-shadow:0 2px 8px #0003;z-index:6}.gcal__tg-event--schedule{background:#4285f4;border-left-color:#1a5bc4}.gcal__tg-event--task{background:#7c3aed;border-left-color:#5b21b6}.gcal__tg-event--google{background:#0d9488;border-left-color:#065f56}.gcal__tg-event-title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcal__tg-event-time{font-size:10px;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gcal__month{display:flex;flex-direction:column;height:calc(100vh - 320px);min-height:350px}.gcal__month-header{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid rgba(128,128,128,.25)}.gcal__month-weekday{text-align:center;font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;padding:8px 0;letter-spacing:.5px}.gcal__month-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr);flex:1}.gcal__month-cell{border-right:1px solid rgba(128,128,128,.2);border-bottom:1px solid rgba(128,128,128,.2);padding:4px;min-height:0;overflow:hidden;cursor:pointer;transition:background .12s}.gcal__month-cell:hover{background:#8080800a}.gcal__month-cell--outside{opacity:.35}.gcal__month-cell--today{background:#1a73e80a}.gcal__month-day{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:12px;font-weight:500;color:var(--text-primary);margin:0 auto 2px}.gcal__month-day--today{background:#1a73e8;color:#fff!important}.gcal__month-events{display:flex;flex-direction:column;gap:1px}.gcal__month-event{display:flex;align-items:center;gap:4px;padding:1px 3px;border-radius:3px;cursor:pointer;transition:background .1s}.gcal__month-event:hover{background:#80808014}.gcal__month-event-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.gcal__month-event--schedule .gcal__month-event-dot{background:#4285f4}.gcal__month-event--task .gcal__month-event-dot{background:#7c3aed}.gcal__month-event--google .gcal__month-event-dot{background:#0d9488}.gcal__month-event-title{font-size:10px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.gcal__month-more{font-size:10px;color:var(--text-secondary);padding:1px 3px;cursor:pointer;font-weight:500}.gcal__month-more:hover{color:#1a73e8}body.theme-dark .gcal__toolbar{border-bottom-color:#ffffff26}body.theme-dark .gcal__btn--today,body.theme-dark .gcal__btn--view-toggle{border-color:#ffffff26;color:#e2e8f0}body.theme-dark .gcal__btn--today:hover,body.theme-dark .gcal__btn--view-toggle:hover{background:#ffffff14}body.theme-dark .gcal__btn--nav{color:#e2e8f0}body.theme-dark .gcal__btn--nav:hover{background:#ffffff14}body.theme-dark .gcal__title{color:#f1f5f9}body.theme-dark .gcal__view-menu{background:#0f172a!important;border:2px solid rgba(59,130,246,.4)!important;box-shadow:0 20px 50px #000,inset 0 1px 3px #3b82f633,inset 0 0 20px #3b82f614!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}body.theme-dark .gcal__view-menu-item{color:#f1f5f9!important;background:transparent!important;transition:all .15s ease;border-bottom:1px solid rgba(59,130,246,.2)!important;border-radius:6px!important;padding:10px 16px!important}body.theme-dark .gcal__view-menu-item:last-child{border-bottom:none}body.theme-dark .gcal__view-menu-item:hover{background:#3b82f659!important;color:#e0e7ff!important;transform:translate(2px);box-shadow:inset 0 0 12px #60a5fa40!important}body.theme-dark .gcal__view-menu-item--active{background:linear-gradient(135deg,#3b82f673,#2563eb59)!important;color:#dbeafe!important;font-weight:700!important;border-left:4px solid #60a5fa!important;padding-left:12px!important;box-shadow:inset 0 0 16px #3b82f64d!important}body.theme-dark .gcal__agenda-daynum--today,body.theme-dark .gcal__tg-daynum--today,body.theme-dark .gcal__month-day--today{background:#8ab4f8;color:#0f172a!important}body.theme-dark .gcal__agenda-date--today .gcal__agenda-weekday,body.theme-dark .gcal__tg-col-header--today .gcal__tg-weekday{color:#8ab4f8}body.theme-dark .gcal__tg-col--today{background:#8ab4f80d}body.theme-dark .gcal__month-cell--today{background:#8ab4f814}body.theme-dark .gcal__now-dot,body.theme-dark .gcal__now-line{background:#f28b82}body.theme-dark .gcal__timegrid-header,body.theme-dark .gcal__allday-row,body.theme-dark .gcal__month-header{border-bottom-color:#ffffff26}body.theme-dark .gcal__allday-cell,body.theme-dark .gcal__tg-col,body.theme-dark .gcal__month-cell{border-color:#ffffff26}body.theme-dark .gcal__hour-slot,body.theme-dark .gcal__agenda-day{border-bottom-color:#ffffff1f}body.theme-dark .gcal__tg-weekday,body.theme-dark .gcal__agenda-weekday,body.theme-dark .gcal__month-weekday{color:#94a3b8}body.theme-dark .gcal__tg-daynum,body.theme-dark .gcal__agenda-daynum{color:#e2e8f0}body.theme-dark .gcal__hour-label span,body.theme-dark .gcal__allday-label span{color:#64748b}body.theme-dark .gcal__agenda-event-title,body.theme-dark .gcal__month-event-title{color:#f1f5f9}body.theme-dark .gcal__agenda-event-time{color:#94a3b8}body.theme-dark .gcal__empty{color:#64748b}body.theme-dark .gcal__loading{color:#94a3b8}body.theme-dark .gcal__month-more{color:#64748b}body.theme-dark .gcal__month-more:hover{color:#8ab4f8}body.theme-dark .gcal__agenda-event:hover{background:#ffffff0a}body.theme-dark .gcal__month-cell:hover{background:#ffffff08}body.theme-dark .gcal__month-event:hover{background:#ffffff0f}body.theme-dark .gcal__tg-event--schedule{background:#2563eb;border-left-color:#60a5fa}body.theme-dark .gcal__tg-event--task{background:#6d28d9;border-left-color:#a78bfa}body.theme-dark .gcal__tg-event--google{background:#0f766e;border-left-color:#5eead4}body.theme-dark .gcal__tg-event:hover{box-shadow:0 2px 12px #0006}body.theme-dark .gcal__allday-chip--schedule{background:#2563eb}body.theme-dark .gcal__allday-chip--task{background:#6d28d9}body.theme-dark .gcal__allday-chip--google{background:#0f766e}body.theme-dark .gcal__agenda-dot--schedule{background:#60a5fa}body.theme-dark .gcal__agenda-dot--task{background:#a78bfa}body.theme-dark .gcal__agenda-dot--google{background:#5eead4}body.theme-dark .gcal__month-event--schedule .gcal__month-event-dot{background:#60a5fa}body.theme-dark .gcal__month-event--task .gcal__month-event-dot{background:#a78bfa}body.theme-dark .gcal__month-event--google .gcal__month-event-dot{background:#5eead4}body.theme-dark .gcal__month-cell--outside{opacity:.3}body.theme-dark .gcal__month-day{color:#cbd5e1}body.theme-dark .gcal__connect-title{color:#f1f5f9}body.theme-dark .gcal__connect-desc{color:#94a3b8}body.theme-dark .gcal__connect-btn{background:#8ab4f8;color:#0f172a}body.theme-dark .gcal__connect-btn:hover{background:#aecbfa}body.theme-dark .gcal__spinner{border-color:#ffffff1a;border-top-color:#8ab4f8}@media (max-width: 767px){.panel--calendar{border-radius:0;margin:0;box-shadow:none;border:none}.gcal__toolbar{padding:6px 8px;gap:4px;min-height:44px;border-bottom:1px solid rgba(128,128,128,.12)}.gcal__toolbar--mobile .gcal__toolbar-left{gap:4px}.gcal__toolbar--mobile .gcal__title{font-size:15px;font-weight:600;max-width:120px}.gcal__btn--today{padding:4px 10px;font-size:12px;border-radius:16px}.gcal__btn--nav{width:30px;height:30px;font-size:20px}.gcal__btn--view-toggle{padding:4px 8px;font-size:12px;gap:2px;min-width:36px}.gcal__btn--add{width:34px;height:34px;min-width:34px;min-height:34px;max-width:34px;max-height:34px}.gcal__btn--add svg{width:18px;height:18px}.gcal__nav-arrows{gap:0}.gcal__content{touch-action:pan-y;-webkit-overflow-scrolling:touch}.gcal__agenda{max-height:calc(100dvh - 220px);padding:0 4px}.gcal__agenda-day{border-radius:0;border-bottom:1px solid rgba(128,128,128,.08)}.gcal__agenda-date{padding:10px 8px;min-width:44px}.gcal__agenda-daynum{font-size:22px;width:36px;height:36px}.gcal__agenda-weekday{font-size:11px}.gcal__agenda-event{padding:8px 4px;min-height:44px}.gcal__agenda-event-title{font-size:14px;font-weight:500}.gcal__agenda-event-time{font-size:12px}.gcal__agenda-dot{width:10px;height:10px;flex-shrink:0}.gcal__timegrid-wrapper{height:calc(100dvh - 220px);min-height:300px}.gcal__timegrid-slots{--slot-h: 48px}.gcal__timegrid-gutter{width:36px;min-width:36px}.gcal__hour-label{height:48px}.gcal__hour-label span{font-size:10px;color:var(--text-secondary, #64748b)}.gcal__hour-slot{height:48px;min-height:48px}.gcal__tg-col-header{padding:4px 0}.gcal__tg-daynum{font-size:20px;width:34px;height:34px}.gcal__tg-weekday{font-size:11px;font-weight:600}.gcal__allday-label span{font-size:9px}.gcal__allday-chip{font-size:11px;padding:2px 4px}.gcal__tg-event{font-size:11px;padding:3px 5px;border-radius:4px;min-height:20px}.gcal__tg-event-title{font-size:11px;font-weight:500}.gcal__tg-event-time{font-size:9px}.gcal__now-dot{width:10px;height:10px}.gcal__month{height:calc(100dvh - 220px);min-height:280px}.gcal__month-header{border-bottom:1px solid rgba(128,128,128,.08)}.gcal__month-weekday{font-size:11px;padding:6px 0;font-weight:600;color:var(--text-secondary, #64748b)}.gcal__month-day{width:24px;height:24px;font-size:12px}.gcal__month-cell{padding:2px;min-height:44px}.gcal__month-event-title{font-size:0}.gcal__month-event-dot{width:6px;height:6px}.gcal__month-events{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2px}.gcal__month-event{display:flex;align-items:center}.gcal__month-more{font-size:9px}.gcal__popover{left:50%!important;top:50%!important;transform:translate(-50%,-50%);width:calc(100vw - 32px);max-width:360px}.gcal__popover-overlay{background:#00000040}.gcal__empty{padding:32px 16px}.gcal__empty-icon{font-size:40px}.gcal__empty p{font-size:14px}.gcal__view-menu{min-width:150px;max-width:calc(100vw - 16px);border-radius:12px;box-shadow:0 8px 32px #0000002e;overflow:hidden}.gcal__view-menu-item{padding:12px 14px;font-size:13px;min-height:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width: 400px){.gcal__toolbar--mobile .gcal__title{font-size:13px;max-width:90px}.gcal__btn--today{padding:3px 8px;font-size:11px}.gcal__btn--add{width:30px;height:30px;min-width:30px;min-height:30px;max-width:30px;max-height:30px}.gcal__btn--add svg{width:16px;height:16px}.gcal__btn--nav{width:26px;height:26px;font-size:16px}.gcal__tg-daynum{font-size:16px;width:28px;height:28px}.gcal__tg-weekday{font-size:9px}.gcal__timegrid-gutter{width:30px;min-width:30px}.gcal__hour-label span{font-size:8px}.gcal__agenda-daynum{font-size:18px;width:32px;height:32px}.gcal__month-day{width:20px;height:20px;font-size:10px}.gcal__month-cell{min-height:36px}}@media (max-width: 767px){body.theme-dark .gcal__popover-overlay{background:#00000073}}@media (min-width: 768px) and (max-width: 1024px){.gcal__timegrid-wrapper,.gcal__month{height:calc(100vh - 300px)}.gcal__agenda{max-height:calc(100vh - 300px)}.gcal__tg-daynum{font-size:20px}}@media (min-width: 1025px){.gcal__timegrid-wrapper{height:calc(100vh - 340px);min-height:500px}.gcal__month{height:calc(100vh - 340px);min-height:450px}.gcal__agenda{max-height:calc(100vh - 340px)}.gcal__title{font-size:18px}.gcal__month-event-title{font-size:11px}.gcal__month-day{width:28px;height:28px;font-size:13px}}.gcal__btn--add{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;padding:0!important;border-radius:50%!important;aspect-ratio:1 / 1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #667eea59;transition:all .25s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;flex-grow:0;box-sizing:border-box}.gcal__btn--add:hover{transform:scale(1.12);box-shadow:0 4px 16px #667eea80;background:linear-gradient(135deg,#5a6fdc,#6a3f96)}.gcal__btn--add:active{transform:scale(.95)}.gcal__btn--add svg{width:22px;height:22px}.gcal__popover-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:transparent}.gcal__popover{position:fixed;z-index:9999;width:320px;max-width:calc(100vw - 24px);background:var(--card-bg, #fff);border-radius:8px;box-shadow:0 8px 32px #0000002e,0 2px 8px #00000014;overflow:hidden;animation:gcalPopoverIn .18s cubic-bezier(.2,0,.13,1.5)}@keyframes gcalPopoverIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.gcal__popover-bar{height:6px;width:100%;flex-shrink:0}.gcal__popover-header{display:flex;align-items:center;justify-content:space-between;padding:6px 6px 0}.gcal__popover-close{background:transparent;border:none;color:var(--text-secondary, #5f6368);width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.gcal__popover-close:hover{background:#8080801f}.gcal__popover-close svg{width:18px;height:18px}.gcal__popover-actions-top{display:flex;align-items:center;gap:2px}.gcal__popover-icon-btn{background:transparent;border:none;color:var(--text-secondary, #5f6368);width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.gcal__popover-icon-btn:hover{background:#8080801f}.gcal__popover-icon-btn svg{width:18px;height:18px}.gcal__popover-body{padding:8px 20px 18px}.gcal__popover-title-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.gcal__popover-dot{width:12px;height:12px;border-radius:4px;flex-shrink:0;margin-top:4px}.gcal__popover-title{font-size:18px;font-weight:500;color:var(--text-primary, #1e293b);margin:0;line-height:1.35;word-break:break-word}.gcal__popover-time{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-secondary, #5f6368);margin-bottom:6px;padding-left:24px}.gcal__popover-time svg{width:16px;height:16px;flex-shrink:0;color:var(--text-secondary, #5f6368)}.gcal__popover-meta{font-size:13px;color:var(--text-secondary, #5f6368);padding-left:24px;margin-bottom:4px}.gcal__popover-notes{font-size:13px;color:var(--text-secondary, #5f6368);line-height:1.55;margin:8px 0 0;padding-left:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.gcal__popover-status{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;margin-top:10px;margin-left:24px}.gcal__popover-status--completed{background:#d1fae5;color:#065f46}.gcal__popover-status--pending{background:#fef3c7;color:#92400e}.gcal__popover-status--in_progress{background:#dbeafe;color:#1e40af}body.theme-dark .gcal__popover{background:var(--card-bg, #292a2d);box-shadow:0 8px 32px #00000073,0 2px 8px #00000040}body.theme-dark .gcal__popover-close,body.theme-dark .gcal__popover-icon-btn{color:#9aa0a6}body.theme-dark .gcal__popover-close:hover,body.theme-dark .gcal__popover-icon-btn:hover{background:#ffffff14}body.theme-dark .gcal__popover-title{color:#e8eaed}body.theme-dark .gcal__popover-time,body.theme-dark .gcal__popover-meta,body.theme-dark .gcal__popover-notes{color:#9aa0a6}body.theme-dark .gcal__popover-status--completed{background:#10b98133;color:#6ee7b7}body.theme-dark .gcal__popover-status--pending{background:#f59e0b33;color:#fcd34d}body.theme-dark .gcal__popover-status--in_progress{background:#3b82f633;color:#93c5fd}body.theme-dark .gcal__btn--add{box-shadow:0 2px 8px #667eea40}body.theme-dark .calendar__day-card{background:linear-gradient(135deg,#4c1d95,#5b21b6);box-shadow:0 10px 30px #00000080}body.theme-dark .calendar__day-card:hover{box-shadow:0 20px 50px #4c1d9599}body.theme-dark .calendar__day-card-bg{background:linear-gradient(45deg,#ffffff0d,#ffffff05,#ffffff0d)}body.theme-dark .calendar__day-name,body.theme-dark .calendar__day-number,body.theme-dark .calendar__day-month{color:#f1f5f9}body.theme-dark .calendar__day-badge{background:#ffffff26;border-color:#fff3}body.theme-dark .calendar__badge-count,body.theme-dark .calendar__badge-empty{color:#e0e7ff}body.theme-dark .calendar__view-btn{background:#ffffff26;color:#e0e7ff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.theme-dark .calendar__view-btn:hover{background:#ffffff40;border-color:#ffffff4d;box-shadow:0 6px 20px #0006}body.theme-dark .calendar-modal{background:#1e293b;border:1px solid rgba(148,163,184,.2)}body.theme-dark .calendar-modal__header{background:linear-gradient(135deg,#4c1d95,#5b21b6)}body.theme-dark .calendar-modal__title{color:#f1f5f9}body.theme-dark .calendar-modal__close{background:#ffffff26;color:#f1f5f9;border:1px solid rgba(255,255,255,.2)}body.theme-dark .calendar-modal__close:hover{background:#ffffff40}body.theme-dark .calendar-modal__body{background:#1e293b}body.theme-dark .calendar-modal__empty{color:#94a3b8}body.theme-dark .calendar-modal-event{background:linear-gradient(135deg,#334155,#1e293b);box-shadow:0 4px 12px #0000004d;border:1px solid rgba(148,163,184,.15)}body.theme-dark .calendar-modal-event:hover{background:linear-gradient(135deg,#3f4b5f,#2d3a4d);box-shadow:0 6px 16px #0006}body.theme-dark .calendar-modal-event__title{color:#f1f5f9}body.theme-dark .calendar-modal-event__meta{color:#a78bfa}body.theme-dark .calendar-modal-event__time,body.theme-dark .calendar-modal-event__notes{color:#cbd5e1}body.theme-dark .calendar-modal-event__status{border-color:#94a3b84d}body.theme-dark .calendar-modal-event__status--completed{background:#22c55e26;color:#86efac;border-color:#22c55e4d}body.theme-dark .calendar-modal-event__status--pending{background:#fbbf2426;color:#fde047;border-color:#fbbf244d}body.theme-dark .calendar-modal-event__status--in_progress{background:#3b82f626;color:#93c5fd;border-color:#3b82f64d}body.theme-dark .calendar-modal-event__delete{border-color:#f87171;color:#f87171;background:transparent}body.theme-dark .calendar-modal-event__delete:hover{background:#f87171;color:#0f172a;box-shadow:0 4px 12px #f8717180}body.theme-dark{--text-primary:#f8fafc;--text-muted:#cbd5f5;--surface:rgba(15,23,42,.86);--surface-alt:rgba(30,41,59,.9);--accent:#a855f7;--accent-strong:#7c3aed}body.theme-dark .calendar-event__title,body.theme-dark .calendar-event__meta,body.theme-dark .calendar-event__notes{color:var(--text-primary)}body.theme-dark .calendar__navigation-icon,body.theme-dark .calendar__action-icon{filter:brightness(2.5) saturate(.7);opacity:.95;color:#fffffff2}body.theme-dark .calendar__navigation-icon:hover,body.theme-dark .calendar__action-icon:hover{filter:brightness(3) saturate(.8)}body.theme-dark .action-icon,body.theme-dark .status-icon{filter:brightness(2.5) saturate(.7);background:#7c3aed40;border:1px solid rgba(124,58,237,.35);color:#fffffff2}body.theme-dark .action-icon:hover{background:#7c3aed59;box-shadow:0 8px 16px #7c3aed40}.overview__title{margin:4px 0 0;font-size:40px;letter-spacing:-.02em;color:var(--accent-strong)}@media (max-width: 768px){.overview__title{font-size:28px}}.overview__description{margin:12px 0 0;max-width:560px;color:var(--text-primary)}.overview__helper{margin:6px 0 0;color:var(--text-muted);font-size:14px}.overview__stickers{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:1}.sticker{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:600;background:#ffffffbf;color:#1f2937;border:1px solid rgba(148,163,184,.24);box-shadow:0 6px 18px #94a3b826;white-space:nowrap}.sticker--accent{background:#4f46e52e;border-color:#4f46e552;color:var(--accent-strong)}.sticker--pulse{background:#10b98129;border-color:#10b9813d;color:#047857}.sticker--outline{background:#facc152e;border-color:#facc1552;color:#92400e}.overview__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:14px;position:relative;z-index:1;width:100%}.metric{background:#ffffffd9;padding:16px;border-radius:14px;border:1px solid rgba(148,163,184,.24);box-shadow:0 12px 24px #94a3b82e;display:flex;flex-direction:column;gap:4px;transition:all .3s ease}@media (max-width: 480px){.overview__metrics{grid-template-columns:1fr}.metric{flex-direction:row;align-items:center;justify-content:space-between}}@media (min-width: 1200px){.overview__metrics{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.metric__label{font-size:13px;color:#1e40afcc;text-transform:uppercase;letter-spacing:.08em}.metric__value{font-size:32px;color:#312e81}.metric__hint{font-size:14px;color:var(--text-muted)}.tab-bar{display:flex;gap:12px;background:#fffc;border-radius:14px;padding:8px;border:1px solid rgba(148,163,184,.22);overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.tab-bar__button{flex:1 1 auto;min-width:100px;padding:10px 14px;border-radius:12px;font-weight:600;color:var(--text-primary);background:transparent;position:relative;font-size:13px;white-space:nowrap;flex-shrink:0}.tab-bar__button.is-active{background:var(--accent);color:#fff;box-shadow:0 10px 24px #4f46e540}.tab-bar__button:not(.is-active):hover{background:#4f46e514;color:var(--accent-strong)}.tab-bar__button.is-disabled,.tab-bar__button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.tab-panels{display:flex;flex-direction:column;gap:36px}.tab-panel[hidden]{display:none}.panel{background:#ffffff8c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:20px;border:1px solid rgba(255,255,255,.45);box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:16px;position:relative}@media (max-width: 768px){.panel{padding:16px;border-radius:14px;gap:12px;max-width:100%;overflow-x:hidden;box-sizing:border-box}}@media (max-width: 480px){.panel{padding:12px;border-radius:12px;gap:10px;max-width:100%;overflow-x:hidden;box-sizing:border-box}}.profile-menu{position:relative;display:inline-flex;align-items:center;gap:12px}.profile-menu--placeholder{opacity:.4}.profile-menu__trigger{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#4f46e51f;border:1px solid rgba(79,70,229,.24);font-weight:600;color:var(--text-primary);font-size:13px}.profile-menu__trigger:hover{transform:translateY(-1px);box-shadow:0 12px 20px #4f46e538}.profile-menu__avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff;font-weight:700;font-size:14px}.profile-menu__name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu__panel{position:absolute;top:calc(100% + 12px);right:0;min-width:240px;background:var(--surface);border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow-md);padding:16px;display:flex;flex-direction:column;gap:12px;z-index:20}@media (max-width: 640px){.profile-menu__panel{min-width:90vw;max-width:90vw}}.profile-menu__header{display:flex;flex-direction:column;gap:4px}.profile-menu__title{margin:0;font-weight:700;color:var(--text-primary)}.profile-menu__email{margin:0;font-size:14px;color:var(--text-muted);word-break:break-word}.profile-menu__badge{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.profile-menu__actions{display:flex;flex-direction:column;gap:8px}.profile-menu__actions button{border-radius:12px;padding:10px 14px;background:#4f46e514;color:var(--accent-strong);font-weight:600;text-align:left}.profile-menu__actions button:hover{background:#4f46e524}body.theme-dark .overview{background:linear-gradient(140deg,#1e293beb,#4f46e538);border-color:#94a3b852}body.theme-dark .overview:after{background:radial-gradient(circle at 20% 25%,rgba(124,58,237,.28),transparent 60%),radial-gradient(circle at 80% 20%,rgba(14,165,233,.2),transparent 60%)}body.theme-dark .sticker{background:#0f172ab3;color:var(--text-primary);border:1px solid rgba(148,163,184,.2)}body.theme-dark .panel--auth{background:linear-gradient(140deg,#7c3aed2e,#ec48992e)}body.theme-dark .auth-card{background:#111928eb;border:1px solid rgba(148,163,184,.36);box-shadow:0 24px 46px #0f172ab3}body.theme-dark .auth-card__helper-block{color:#e0e7ffd1}body.theme-dark .auth-card__provider{background:#7c3aed33;border-color:#7c3aed73;color:#f8fafc}body.theme-dark .auth-card__provider:hover:not(:disabled){box-shadow:0 16px 32px #7c3aed66}body.theme-dark .auth-card__mode{background:#4f46e538;border:1px solid rgba(124,58,237,.5)}body.theme-dark .auth-card__mode-button{color:#dbeafe}body.theme-dark .auth-card__mode-button.is-active{box-shadow:0 10px 18px #7c3aed59}body.theme-dark .panel__mode-toggle{background:#4f46e547;border:1px solid rgba(124,58,237,.5);color:#f8fafc}body.theme-dark .profile-menu__trigger{background:#4f46e540;border:1px solid rgba(124,58,237,.5);color:#f8fafc}body.theme-dark .profile-menu__panel{border-color:#94a3b852;box-shadow:0 24px 40px #020617a6}body.theme-dark .profile-menu__badge{background:#7c3aed4d;color:#f8fafc}body.theme-dark .profile-menu__actions button{background:#7c3aed40;color:#f8fafc}body.theme-dark .profile-menu__actions button:hover{background:#7c3aed66}body.theme-dark .list-item__action{background:#7c3aed3d;color:#f8fafc}body.theme-dark .list-item__action:hover:not(:disabled){background:#7c3aed61}body.theme-dark .reminder-edit{background:#0f172aeb;border-color:#7c3aed66}@media (max-width: 720px){.list-item{flex-direction:column;align-items:flex-start;gap:12px}.list-item__actions{flex-direction:row;width:100%;justify-content:space-between;align-items:center}.reminder-edit__grid{grid-template-columns:1fr}.reminder-edit__label--wide{grid-column:span 1}}.panel--with-sticker:before{content:attr(data-icon);position:absolute;top:16px;right:20px;background:linear-gradient(135deg,#4f46e526,#4f46e514);color:var(--accent-strong);width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-size:18px;border:1px solid rgba(79,70,229,.2);box-shadow:0 2px 6px #4f46e51a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform:translateZ(0);transition:all .3s ease}.panel--with-sticker:hover:before{transform:translateZ(0) scale(1.08);box-shadow:0 4px 10px #4f46e526;background:linear-gradient(135deg,#4f46e533,#4f46e51f)}.panel--with-sticker:after{content:attr(data-sticker);position:absolute;top:-14px;left:32px;background:#fef3c7;color:#92400e;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.08em;box-shadow:0 12px 24px #f973162e}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:0}.auth-background__shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s ease-in-out infinite}.auth-background__shape--1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);top:-100px;right:-100px;animation-delay:0s}.auth-background__shape--2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:-150px;left:-150px;animation-delay:5s}.auth-background__shape--3{width:300px;height:300px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.auth-content{position:relative;z-index:1;width:100%;max-width:600px;animation:slideUp .6s ease-out;margin:0 auto}.auth-mode-toggle{position:absolute;top:20px;right:24px;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;z-index:100}.auth-mode-toggle:hover{background:#ffffff40;border-color:#ffffff80;transform:scale(1.1)}.auth-welcome{text-align:center;margin-bottom:18px}.auth-welcome__logo{display:flex;justify-content:center;margin-bottom:14px}.auth-welcome__logo-icon{width:72px;height:72px;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;letter-spacing:-1px;box-shadow:0 6px 20px #667eea59;animation:pulse 2s ease-in-out infinite}.auth-welcome__title{font-size:32px;font-weight:700;color:#fff;margin:0 0 10px;text-shadow:0 2px 8px rgba(0,0,0,.15);letter-spacing:-.5px}@media (max-width: 480px){.auth-welcome__title{font-size:24px;margin:0 0 8px}}.auth-welcome__subtitle{font-size:14px;color:#fffffff2;margin:0;line-height:1.6;text-shadow:0 1px 4px rgba(0,0,0,.1);font-weight:400}@media (max-width: 480px){.auth-welcome__subtitle{font-size:12px;line-height:1.5}}.auth-welcome__info{display:none}.auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:24px 36px;box-shadow:0 20px 60px #00000040;border:1px solid rgba(255,255,255,.3);flex:1;display:flex;flex-direction:column;width:100%;max-width:1400px}@media (max-width: 768px){.auth-card{padding:18px;border-radius:16px;max-width:95%}}@media (max-width: 480px){.auth-card{padding:16px;border-radius:14px;max-width:100%}}.auth-card__warning{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#fbbf2426,#ef444426);border:1px solid rgba(251,191,36,.3);border-radius:12px;margin-bottom:6px;font-size:13px}.auth-card__warning-icon{font-size:20px;flex-shrink:0}.auth-card__warning p{margin:0;font-size:13px;color:#92400e;line-height:1.4}.auth-card__header{text-align:center;margin-bottom:20px}.auth-card__title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 8px;letter-spacing:-.5px}@media (max-width: 480px){.auth-card__title{font-size:20px}}.auth-card__description{font-size:14px;color:#6b7280;line-height:1.5;max-width:700px;margin:0 auto}@media (max-width: 480px){.auth-card__description{font-size:12px}}.auth-providers,.auth-card__providers{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:24px;padding-bottom:24px;border-bottom:2px solid rgba(79,70,229,.08)}@media (max-width: 480px){.auth-providers,.auth-card__providers{grid-template-columns:1fr;gap:12px;margin-bottom:18px;padding-bottom:16px}.auth-provider{min-height:55px;padding:12px 14px}.auth-provider__icon{width:44px;height:44px}.auth-provider__icon svg{width:24px;height:24px}.auth-provider__title{font-size:13px}}.auth-provider{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border:2px solid #e5e7eb;border-radius:14px;text-decoration:none;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;min-height:65px;flex-direction:row;justify-content:flex-start}@media (min-width: 480px){.auth-provider{flex-direction:row;min-height:65px}}.auth-provider__icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f9fafb;border-radius:12px;position:relative;z-index:1;box-shadow:0 2px 6px #0000000f}.auth-provider__icon svg{width:28px;height:28px}.auth-provider__content{flex:1;display:flex;flex-direction:column;gap:1px;position:relative;z-index:1;min-width:0}.auth-provider__title{font-size:15px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-provider__description{font-size:12px;color:#6b7280;line-height:1.3;display:none}@media (min-width: 600px){.auth-provider__description{display:block}}@media (min-width: 480px){.auth-provider__description{display:block}}.auth-provider__spinner{position:relative;z-index:1}.spinner{width:20px;height:20px;border:3px solid rgba(102,126,234,.2);border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-card__demo-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #667eea40;margin-bottom:10px}.auth-card__demo-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea59}.auth-card__demo-icon{font-size:16px}.auth-card__feedback{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:10px;margin-top:6px;font-size:12px}.auth-card__feedback-icon{font-size:14px;flex-shrink:0}.auth-footer{text-align:center;margin-top:12px}.auth-footer__text{font-size:11px;color:#ffffffbf;margin:0;line-height:1.5}.auth-card__divider{height:1px;background:#4f46e51a;margin:12px 0;border-radius:2px}.auth-features{margin-top:0;padding-top:18px;display:flex;flex-direction:column;align-items:center;width:100%}.auth-features__title{font-size:15px;font-weight:700;color:var(--text-primary);margin:0 0 14px;text-align:center;letter-spacing:-.3px}.auth-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-bottom:14px;padding:0;width:100%}@media (max-width: 480px){.auth-features__grid{grid-template-columns:repeat(2,1fr);gap:10px}.auth-features__item{padding:10px 8px}.auth-features__icon{font-size:24px;margin-bottom:4px}.auth-features__name{font-size:11px;margin-bottom:3px}.auth-features__desc{font-size:10px}.auth-features__title{font-size:13px;margin-bottom:10px}}@media (min-width: 481px) and (max-width: 768px){.auth-features__grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media (min-width: 769px){.auth-features__grid{grid-template-columns:repeat(4,1fr);gap:14px}}.auth-features__item{padding:12px 10px;background:linear-gradient(135deg,#4f46e50a,#3b82f60a);border:1px solid rgba(79,70,229,.12);border-radius:12px;text-align:center;transition:all .3s ease;cursor:default;display:flex;flex-direction:column;align-items:center}.auth-features__icon{font-size:28px;display:block;margin-bottom:6px;line-height:1}.auth-features__name{font-size:12px;font-weight:600;color:var(--text-primary);margin:0 0 4px;line-height:1.2}.auth-features__desc{font-size:11px;color:var(--text-muted);margin:0;line-height:1.3}.auth-features__text{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}.auth-features__footer{text-align:center;font-size:12px;color:var(--text-muted);margin:8px 0 0;padding-top:12px;border-top:1px solid rgba(79,70,229,.12);font-weight:500;line-height:1.4}.auth-plans{display:none}body.theme-dark .auth-container{background:linear-gradient(135deg,#1e1b4b,#312e81)}body.theme-dark .auth-background__shape--1{background:linear-gradient(135deg,#4338ca,#6366f1)}body.theme-dark .auth-background__shape--2{background:linear-gradient(135deg,#7c3aed,#a855f7)}body.theme-dark .auth-background__shape--3{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}body.theme-dark .auth-mode-toggle{background:#0000004d;border-color:#fff3}body.theme-dark .auth-mode-toggle:hover{background:#0006;border-color:#ffffff4d}body.theme-dark .auth-welcome__logo-icon{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);box-shadow:0 8px 24px #6366f180}body.theme-dark .auth-welcome__info{color:#ffffffb3}body.theme-dark .auth-card{background:#0f172af2;border-color:#47556980}body.theme-dark .auth-card__title{color:#e2e8f0}body.theme-dark .auth-card__description{color:#94a3b8}body.theme-dark .auth-card__warning{background:linear-gradient(135deg,#fbbf2433,#ef444433);border-color:#fbbf2466}body.theme-dark .auth-card__warning p{color:#fbbf24}body.theme-dark .auth-provider{background:#1e293bcc;border-color:#47556999}body.theme-dark .auth-provider:before{background:linear-gradient(135deg,#6366f126,#8b5cf626)}body.theme-dark .auth-provider:hover{border-color:#6366f1;box-shadow:0 8px 24px #6366f14d}body.theme-dark .auth-provider__icon{background:#334155cc}body.theme-dark .auth-provider__title{color:#e2e8f0}body.theme-dark .auth-provider__description{color:#94a3b8}body.theme-dark .auth-card__demo-button{background:linear-gradient(135deg,#4338ca,#6366f1);box-shadow:0 4px 12px #4338ca66}body.theme-dark .auth-card__demo-button:hover{box-shadow:0 8px 20px #4338ca80}body.theme-dark .auth-card__feedback{background:#3b82f626;border-color:#3b82f64d;color:#93c5fd}body.theme-dark .auth-card__divider{background:#4755694d}body.theme-dark .auth-plans__plan{background:linear-gradient(135deg,#33415566,#1e3a8a4d);border-color:#47556966}body.theme-dark .auth-plans__plan:hover{background:linear-gradient(135deg,#33415599,#1e3a8a80);border-color:#6366f199;box-shadow:0 8px 24px #6366f140}body.theme-dark .auth-plans__plan--pro{background:linear-gradient(135deg,#6366f126,#8b5cf61f);border-color:#6366f166}body.theme-dark .auth-plans__plan--pro:hover{background:linear-gradient(135deg,#6366f140,#8b5cf633);border-color:#6366f1b3;box-shadow:0 12px 32px #6366f159}body.theme-dark .auth-plans__title{color:#e2e8f0}body.theme-dark .auth-plans__description{color:#cbd5e1}body.theme-dark .auth-plans__features li{color:#94a3b8}body.theme-dark .auth-plans__badge{background:#6366f140;color:#a5b4fc}body.theme-dark .auth-features__title{color:#e2e8f0}body.theme-dark .auth-features__item{background:linear-gradient(135deg,#3341554d,#1e3a8a40);border-color:#4755694d}body.theme-dark .auth-features__item:hover{background:linear-gradient(135deg,#33415580,#1e3a8a66);border-color:#6366f166;box-shadow:0 4px 12px #6366f126}body.theme-dark .auth-features__name{color:#cbd5e1}body.theme-dark .auth-features__desc{color:#94a3b8}body.theme-dark .auth-features__footer{color:#94a3b8;border-top-color:#4755694d}body.theme-dark .panel__lead,body.theme-dark .auth-card__helper-block,body.theme-dark .auth-card__provider-desc,body.theme-dark .panel__subtitle{color:#e2e8ffeb}body.theme-dark .panel__title{background:linear-gradient(135deg,#a78bfa,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .panel__title:after{background:linear-gradient(90deg,#a78bfa,#c084fc,#f472b6)}body.theme-dark .tab-bar{background:#080b1799;border:1px solid rgba(148,163,184,.12)}body.theme-dark .tab-bar__button{color:#fff!important;background:#7c3aed33;border:1px solid rgba(124,58,237,.35);box-shadow:0 8px 16px #7c3aed26}body.theme-dark .tab-bar__button:not(.is-active):hover{background:#7c3aed4d;border-color:#7c3aed73;color:#fff!important;transform:translateY(-1px);box-shadow:0 12px 24px #7c3aed33}body.theme-dark .tab-bar__button.is-active{color:#fff!important}@media (max-width: 768px){body.theme-dark .tab-bar__button{font-size:14px!important;font-weight:700!important;color:#fff!important}body.theme-dark .tab-bar__button.is-active{color:#fff!important}}body.theme-dark .panel__mode-toggle{background:#7c3aed40;border:1px solid rgba(124,58,237,.4);color:#fff;box-shadow:0 8px 16px #7c3aed33}body.theme-dark .panel__mode-toggle:hover{background:#7c3aed59;border-color:#7c3aed80;transform:translateY(-1px);box-shadow:0 12px 24px #7c3aed40}body.theme-dark .auth-card__provider-button{box-shadow:0 12px 22px #0f172a59}body.theme-dark .overview__eyebrow,body.theme-dark .metric__label,body.theme-dark .calendar__head-date,body.theme-dark .calendar__head-day{color:#cbd5e5d9}.panel--support{background:var(--surface-alt);border-style:dashed}.panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;padding:12px 14px;background:linear-gradient(135deg,#4f46e50d,#a855f708);border:1px solid rgba(148,163,184,.12);border-radius:8px}.panel__header-main{display:flex;flex-direction:column;gap:4px;flex:1}.panel__mode-toggle{border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;background:var(--surface-alt);border:1px solid var(--border);color:var(--accent);align-self:flex-start}.panel__mode-toggle:hover{transform:translateY(-1px);box-shadow:0 4px 8px #4f46e526}.panel__header--split{align-items:stretch;padding-right:50px}.panel__header--compact{align-items:center}.panel__title{margin:0;font-size:22px;font-weight:800;color:var(--text-primary);letter-spacing:-.3px;position:relative;display:inline-block;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.panel__title:after{display:none}.panel__subtitle{margin:0;color:var(--text-muted);font-size:15px;line-height:1.5;font-weight:400}.panel__helper{margin:2px 0 0;color:var(--accent-strong);font-size:12px;font-weight:500}.panel__badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#4f46e524;color:var(--accent-strong);font-size:18px}.panel__callout{background:var(--surface-alt);border-radius:12px;padding:8px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;border:1px solid rgba(148,163,184,.15);min-height:auto;max-height:fit-content}.panel__callout-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);line-height:1.2}.panel__callout-value{font-size:20px;color:var(--accent-strong);line-height:1.2}.panel-grid{display:grid;gap:20px;width:100%}.panel-grid--planner{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr))}@media (min-width: 768px){.panel-grid--planner{grid-template-columns:1.4fr 1fr}}.panel-grid__column{display:flex;flex-direction:column;gap:19px;min-width:0}.planner-layout{display:flex;flex-direction:column;gap:32px}.planner-layout__columns{display:grid;grid-template-columns:1.4fr 1fr;gap:28px}.list{display:flex;flex-direction:column;gap:8px;width:100%}.list-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center;background:var(--surface-alt);border-radius:12px;padding:16px 18px;border:1px solid rgba(148,163,184,.12);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000005;position:relative;overflow:hidden}.list-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(135deg,#4f46e5,#7c3aed);opacity:0;transition:opacity .3s ease}.list-item:hover{background:#4f46e50a;border-color:#4f46e533;transform:translate(3px);box-shadow:0 4px 12px #4f46e514}@media (max-width: 768px){.list-item{flex-direction:column;gap:12px;padding:14px 16px;align-items:stretch}.list-item__actions{width:100%;flex-direction:row;justify-content:space-between;flex-wrap:wrap;gap:8px}.list-item__body{width:100%;flex:none}.pill--outline{align-self:flex-start;margin-bottom:4px}.action-button{flex:1;min-width:0;justify-content:center}}@media (max-width: 480px){.list-item{padding:12px 14px;gap:10px;border-radius:10px}.list-item__title{font-size:14px}.list-item__meta{font-size:11px}.list-item__actions{flex-direction:column;gap:6px}.action-button{width:100%;padding:10px 14px}.pill--outline{font-size:10px;padding:4px 8px}}.list-item__body{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.list-item__title{font-weight:600;font-size:15px;color:#1f2937;word-break:break-word;line-height:1.4}.list-item__meta{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:4px}.list-item__actions{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}.list-item__action{background:transparent;color:var(--accent-strong);border:1px solid rgba(79,70,229,.2);border-radius:6px;padding:5px 10px;font-size:10px;font-weight:600;transition:all .2s ease;white-space:nowrap;cursor:pointer}.list-item__action:hover:not(:disabled){transform:translateY(-1px);background:#4f46e51a;border-color:#4f46e54d}.list-item__action:disabled{opacity:.5;cursor:not-allowed}.list-item__achievement{display:flex;align-items:center;justify-content:center;width:48px;min-width:48px;max-width:48px;height:48px;flex-shrink:0;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;box-shadow:0 4px 12px #f59e0b4d;animation:pulse-achievement 2s ease-in-out infinite;overflow:hidden}.list-item__achievement-icon{font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes pulse-achievement{0%,to{box-shadow:0 4px 12px #f59e0b4d;transform:scale(1)}50%{box-shadow:0 6px 20px #f59e0b80;transform:scale(1.05)}}.status-pill{padding:6px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.status-pill--pending{background:#f9731629;color:#c2410c}.status-pill--in_progress{background:#3b82f629;color:#1d4ed8}.status-pill--completed{background:#10b9812e;color:#047857}.primary{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff;border-radius:8px;padding:16px 32px;font-weight:700;font-size:16px;box-shadow:0 4px 12px #4f46e540;border:none;cursor:pointer;transition:all .2s ease;text-transform:capitalize;letter-spacing:.3px}.primary:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 8px 20px #4f46e559}.primary:active:not([disabled]){transform:translateY(0);box-shadow:0 4px 12px #4f46e540}.primary:disabled{opacity:.6;cursor:not-allowed}.ghost-button{padding:14px 22px;border-radius:8px;background:linear-gradient(135deg,#4f46e50f,#a855f70a);color:var(--accent-strong);font-weight:600;font-size:15px;border:1px solid rgba(79,70,229,.25);box-shadow:0 2px 8px #4f46e514;white-space:nowrap;cursor:pointer;transition:all .2s ease;text-transform:capitalize}.ghost-button:hover:not([disabled]){background:linear-gradient(135deg,#4f46e51a,#a855f714);border-color:#4f46e566;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e51f}.ghost-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.ghost-button{padding:8px 12px;font-size:11px;white-space:normal}}.ghost-button:hover:not([disabled]){background:#4f46e524;transform:translateY(-1px);box-shadow:0 4px 10px #4f46e526}body.theme-dark .ghost-button{background:#7c3aed40;border:1px solid rgba(124,58,237,.4);color:#fff;box-shadow:0 8px 16px #7c3aed33}body.theme-dark .ghost-button:hover{background:#7c3aed59;border-color:#7c3aed80;box-shadow:0 12px 24px #7c3aed40}.pill{padding:6px 12px;border-radius:999px;background:#94a3b82e;color:#1f2937;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;line-height:1}.pill.is-active{background:var(--accent);color:#fff}.pill--outline{border:1.5px solid rgba(79,70,229,.25);background:#4f46e514;color:#4f46e5;font-size:11px;padding:5px 10px;box-shadow:0 1px 3px #4f46e51a;display:inline-flex;align-items:center;justify-content:center}.empty-state{font-size:14px;color:var(--text-muted)}.timer{display:flex;flex-direction:column;gap:24px;background:linear-gradient(135deg,#fff,#f8fafc);padding:32px 28px;border-radius:24px;border:2px solid rgba(148,163,184,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #6366f114,0 2px 8px #0000000a,inset 0 1px #ffffffe6;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.timer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.03),transparent);animation:shimmer-timer 3s infinite}@keyframes shimmer-timer{0%{left:-100%}to{left:100%}}body.theme-dark .timer{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#6366f126;box-shadow:0 8px 32px #6366f126,0 2px 8px #0000004d,inset 0 1px #ffffff0d}.timer__display{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);border-radius:28px;padding:48px 32px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:72px;letter-spacing:-2px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 20px 60px #6366f14d,0 8px 16px #8b5cf633,inset 0 2px #fff3,inset 0 -2px #0000001a;overflow:hidden}.timer__display:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);animation:pulse-glow 4s ease-in-out infinite}@keyframes pulse-glow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}body.theme-dark .timer__display{background:linear-gradient(135deg,#4c1d95,#5b21b6,#6d28d9);box-shadow:0 20px 60px #8b5cf666,0 8px 16px #a855f74d,inset 0 2px #ffffff1a}.timer__display--warning{background:linear-gradient(135deg,#f9731626,#ef44441f);animation:pulse-warning 1s ease-in-out infinite}@keyframes pulse-warning{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.timer__warning{position:absolute;top:-26px;font-size:11px;font-weight:600;color:#ea580c;background:#f973161a;padding:3px 11px;border-radius:11px;white-space:nowrap;animation:fadeInScale .3s ease}.timer__time{font-variant-numeric:tabular-nums}.timer__presets{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding:8px;background:#6366f108;border-radius:16px;border:1px solid rgba(99,102,241,.08)}body.theme-dark .timer__presets{background:#6366f114;border-color:#6366f126}.timer__presets .pill{min-width:90px;padding:12px 24px;font-size:16px;font-weight:600;border:2px solid #3b82f6;background:#1e293b;color:#60a5fa;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f64d;cursor:pointer}.timer__presets .pill:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f680;border-color:#60a5fa;background:#0f172a;color:#93c5fd}.timer__presets .pill.is-active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#60a5fa;box-shadow:0 8px 24px #3b82f699;transform:scale(1.05)}body.theme-dark .timer__presets .pill{background:#1e293b!important;color:#60a5fa!important;border-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f64d!important}body.theme-dark .timer__presets .pill:hover{background:#0f172a!important;border-color:#60a5fa!important;box-shadow:0 8px 20px #3b82f680!important;color:#93c5fd!important}body.theme-dark .timer__presets .pill.is-active{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important;border-color:#60a5fa!important;box-shadow:0 8px 24px #3b82f699!important}.timer__label{font-weight:700;color:#1f2937;font-size:15px;letter-spacing:.3px;display:flex;align-items:center;gap:8px;margin-bottom:8px}.timer__label:before{content:"⏱️";font-size:18px}body.theme-dark .timer__label{color:#e2e8f0!important}#custom-duration{width:100%;padding:14px 20px;border:2px solid #3b82f6;border-radius:14px;font-size:18px;font-weight:600;color:#60a5fa;background:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f64d;text-align:center}#custom-duration:hover{border-color:#60a5fa;box-shadow:0 6px 16px #3b82f680;background:#0f172a;color:#93c5fd}#custom-duration:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px #3b82f666,0 6px 20px #3b82f680;background:#0f172a;color:#93c5fd}body.theme-dark #custom-duration{background:#1e293b!important;color:#60a5fa!important;border-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f64d!important}body.theme-dark #custom-duration:hover{border-color:#60a5fa!important;box-shadow:0 6px 16px #3b82f680!important;background:#0f172a!important;color:#93c5fd!important}body.theme-dark #custom-duration:focus{outline:none!important;border-color:#60a5fa!important;background:#0f172a!important;color:#93c5fd!important;box-shadow:0 0 0 4px #3b82f666,0 6px 20px #3b82f680!important}body.theme-dark #custom-duration::placeholder{color:#60a5fa!important}#custom-duration::-webkit-outer-spin-button,#custom-duration::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;color:#60a5fa}#custom-duration[type=number]{-moz-appearance:textfield}.timer__actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:8px}.timer__actions .primary{min-width:160px;padding:16px 32px;font-size:18px;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);border:none;box-shadow:0 8px 24px #10b9814d,0 2px 4px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);color:#fff}body.theme-dark .timer__actions .primary{box-shadow:0 8px 24px #10b98166,0 2px 4px #0000004d}.timer__actions .primary:hover{transform:translateY(-3px);box-shadow:0 12px 32px #10b98166,0 4px 8px #00000026}.timer__actions .primary:active{transform:translateY(-1px)}.timer__actions .ghost-button{min-width:140px;padding:16px 28px;font-size:16px;font-weight:600;border:2px solid rgba(99,102,241,.3);background:transparent;color:#6366f1;transition:all .3s ease}.timer__actions .ghost-button:hover{background:#6366f114;border-color:#6366f180;transform:translateY(-2px)}body.theme-dark .timer__actions .ghost-button{color:#e0e7ff!important;border-color:#818cf880!important;background:#33415599!important}body.theme-dark .timer__actions .ghost-button:hover{background:#475569cc!important;border-color:#818cf8b3!important;color:#fff!important}.timer__task-selector{background:#1e293b;border:2px solid #3b82f6;border-radius:20px;padding:24px;margin-bottom:0;box-shadow:0 4px 16px #3b82f633;transition:all .3s ease}.timer__task-selector:hover{box-shadow:0 8px 24px #3b82f64d;transform:translateY(-2px)}body.theme-dark .timer__task-selector{background:#1e293b!important;border-color:#3b82f6!important;box-shadow:0 4px 16px #3b82f633!important}.timer__task-label{display:flex;align-items:center;gap:10px;font-weight:700;font-size:17px;color:#60a5fa;margin-bottom:16px;letter-spacing:.3px}body.theme-dark .timer__task-label{color:#60a5fa!important}.timer__task-icon{font-size:24px;filter:drop-shadow(0 2px 4px rgba(59,130,246,.3));animation:bounce-icon 2s ease-in-out infinite}@keyframes bounce-icon{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.timer__task-select{width:100%;padding:16px 20px;border:2px solid #3b82f6;border-radius:14px;font-size:16px;font-weight:600;color:#60a5fa;background:#1e293b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #3b82f633}.timer__task-select:hover{border-color:#60a5fa;box-shadow:0 8px 20px #3b82f666;transform:translateY(-1px)}.timer__task-select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f64d}.timer__task-select:disabled{opacity:.5;cursor:not-allowed;background:#0f172a}body.theme-dark .timer__task-select{background:#1e293b!important;color:#60a5fa!important;border-color:#3b82f6!important;box-shadow:0 4px 12px #3b82f633!important}body.theme-dark .timer__task-select:hover{border-color:#60a5fa!important;box-shadow:0 8px 20px #3b82f666!important}body.theme-dark .timer__task-select:disabled{background:#0f172a!important}.timer__task-progress{margin-top:20px;padding:20px;background:#1e293b;border-radius:16px;box-shadow:0 4px 16px #3b82f633;border:1px solid #3b82f6;transition:all .3s ease}.timer__task-progress:hover{box-shadow:0 8px 24px #3b82f64d;transform:translateY(-2px)}body.theme-dark .timer__task-progress{background:#1e293b!important;border-color:#3b82f6!important;box-shadow:0 4px 16px #3b82f633!important}.timer__task-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px}.timer__task-progress-title{font-weight:700;font-size:16px;color:#60a5fa;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.3px}body.theme-dark .timer__task-progress-title{color:#60a5fa!important}.timer__task-progress-count{font-weight:800;font-size:15px;color:#60a5fa;white-space:nowrap;padding:4px 12px;background:#60a5fa1a;border-radius:8px;border:1px solid #3b82f6}body.theme-dark .timer__task-progress-count{color:#60a5fa!important;background:#60a5fa1a!important;border-color:#3b82f6!important}.timer__task-progress-bar{height:14px;background:#0f172a;border-radius:8px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000004d;border:1px solid #3b82f6}body.theme-dark .timer__task-progress-bar{background:#0f172a!important;border-color:#3b82f6!important;box-shadow:inset 0 2px 4px #0000004d!important}.timer__task-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd);border-radius:8px;transition:width .6s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 12px #3b82f680}.timer__task-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.timer__task-progress-time{margin-top:8px;font-size:13px;font-weight:500;color:#60a5fa;display:flex;align-items:center;gap:4px}body.theme-dark .timer__task-progress-time{color:#60a5fa!important}.timer__alarms-panel{margin-top:0;padding:24px;background:linear-gradient(135deg,#6366f114,#8b5cf60f);border-radius:20px;border:2px solid rgba(99,102,241,.15);box-shadow:0 4px 16px #6366f114,inset 0 1px #fff6;transition:all .3s ease}.timer__alarms-panel:hover{box-shadow:0 8px 24px #6366f11f,inset 0 1px #fff6}body.theme-dark .timer__alarms-panel{background:linear-gradient(135deg,#6366f126,#8b5cf61f);border-color:#818cf84d;box-shadow:0 4px 16px #6366f133,inset 0 1px #ffffff14}body.theme-dark .timer__alarms-label{color:#fff}body.theme-dark .timer__alarms-value{color:#818cf8}body.theme-dark .timer__alarms-subtitle{color:#e0e7ff!important}body.theme-dark .timer__alarms-slider::-webkit-slider-track{background:linear-gradient(to right,#6366f1 0%,#6366f1 var(--thumb-pos, 10%),rgba(99,102,241,.2) var(--thumb-pos, 10%),rgba(99,102,241,.2) 100%);box-shadow:inset 0 2px 5px #0000004d,0 1px 2px #0003}body.theme-dark .timer__alarms-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#fff,#f9fafb);border:3px solid #6366f1;box-shadow:0 0 0 3px #6366f133,0 4px 12px #6366f166,inset 0 -1px 2px #0000001a,inset 0 1px 2px #fffc}body.theme-dark .timer__alarms-test{box-shadow:0 4px 12px #0000004d}body.theme-dark .timer__alarms-test--completion{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 16px #10b98166,0 2px 4px #0003}body.theme-dark .timer__alarms-test--completion:hover{box-shadow:0 10px 24px #10b98180,0 4px 8px #0000004d}body.theme-dark .timer__alarms-test--warning{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 6px 16px #f9731666,0 2px 4px #0003}body.theme-dark .timer__alarms-test--warning:hover{box-shadow:0 10px 24px #f9731680,0 4px 8px #0000004d}body.theme-dark .timer__alarms-test--break{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 16px #3b82f666,0 2px 4px #0003}body.theme-dark .timer__alarms-test--break:hover{box-shadow:0 10px 24px #3b82f680,0 4px 8px #0000004d}.timer__alarms-title{margin:0 0 20px;font-size:20px;font-weight:800;color:var(--text-primary);line-height:1.3;display:flex;align-items:center;gap:8px;letter-spacing:.3px}body.theme-dark .timer__alarms-title{color:#fff}.timer__alarms-title:before{content:"";width:4px;height:24px;background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:2px;box-shadow:0 2px 8px #6366f166}.timer__alarms-section{margin-bottom:16px}.timer__alarms-section:last-child{margin-bottom:0}.timer__alarms-checkbox{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:500;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;padding:0;margin:0}.timer__alarms-checkbox input{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important;box-sizing:border-box!important;cursor:pointer;margin:0!important;padding:0!important;flex-shrink:0;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border:2px solid rgba(79,70,229,.3)!important;border-radius:4px;background:#fff!important;transition:all .2s ease;box-shadow:0 1px 3px #00000014;position:relative;vertical-align:middle;display:block;line-height:0}.timer__alarms-checkbox input:hover{border-color:#4f46e580!important;box-shadow:0 2px 6px #4f46e526}.timer__alarms-checkbox input:checked{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-color:#667eea!important;box-shadow:0 4px 12px #4f46e540}body.theme-dark .timer__alarms-checkbox input{background:#1e1e1ecc!important;border-color:#667eea66!important}body.theme-dark .timer__alarms-checkbox input:hover{background:#282828cc!important;border-color:#667eea99!important;box-shadow:0 2px 6px #667eea33}body.theme-dark .timer__alarms-checkbox input:checked{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-color:#667eea!important;box-shadow:0 4px 12px #667eea4d}body.theme-dark .timer__alarms-checkbox input{background:#fff!important;border-color:#6366f180!important;box-shadow:0 1px 3px #0003!important}body.theme-dark .timer__alarms-checkbox input:hover{background:#f9fafb!important;border-color:#6366f1b3!important;box-shadow:0 2px 6px #6366f14d!important}body.theme-dark .timer__alarms-checkbox input:checked{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border-color:#6366f1!important;box-shadow:0 4px 12px #6366f166!important}.timer__alarms-label{display:flex;align-items:center;justify-content:space-between;font-size:18px;font-weight:500;color:var(--text-primary);margin-bottom:8px}.timer__alarms-value{font-weight:700;color:var(--accent)}.timer__alarms-slider{width:100%;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;outline:none;cursor:pointer;margin:24px 0;position:relative}.timer__alarms-slider::-webkit-slider-track{width:100%;height:10px;background:#dfe2f1;border-radius:50px;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;position:relative}.timer__alarms-slider::-webkit-slider-track{background:linear-gradient(to right,#000000 0%,#000000 var(--thumb-pos, 10%),#dfe2f1 var(--thumb-pos, 10%),#dfe2f1 100%);transition:background .15s ease-out}.timer__alarms-slider:hover::-webkit-slider-track{background:linear-gradient(to right,#1a1a1a 0%,#1a1a1a var(--thumb-pos, 10%),#cdd0e5 var(--thumb-pos, 10%),#cdd0e5 100%);box-shadow:inset 0 2px 5px #00000014,0 0 0 5px #0000000a}.timer__alarms-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;background:linear-gradient(135deg,#fff,#f8f9fd);border:3px solid #000000;border-radius:50%;cursor:grab;box-shadow:0 0 #00000026,0 4px 12px #00000059,0 2px 4px #0000001a,inset 0 -1px 2px #0000000f,inset 0 1px 2px #ffffffe6;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.timer__alarms-slider::-webkit-slider-thumb:hover{transform:scale(1.3);border-width:3.5px;cursor:grab;box-shadow:0 0 0 8px #0000001f,0 6px 20px #00000073,0 3px 8px #00000026,inset 0 -1px 3px #00000014,inset 0 1px 3px #fff}.timer__alarms-slider::-webkit-slider-thumb:active{transform:scale(1.2);cursor:grabbing;border-color:#1a1a1a;box-shadow:0 0 0 12px #0000002e,0 4px 16px #00000080,0 2px 6px #0003,inset 0 -1px 3px #0000001a,inset 0 1px 3px #fffffff2}.timer__alarms-slider::-moz-range-track{width:100%;height:10px;background:#dfe2f1;border-radius:50px;border:none;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1)}.timer__alarms-slider::-moz-range-progress{height:10px;background:#000;border-radius:50px 0 0 50px;box-shadow:inset 0 1px 3px #fff3;transition:background .15s ease-out}.timer__alarms-slider:hover::-moz-range-progress{background:#1a1a1a}.timer__alarms-slider::-moz-range-thumb{width:22px;height:22px;background:linear-gradient(135deg,#fff,#f8f9fd);border:3px solid #000000;border-radius:50%;cursor:grab;box-shadow:0 0 #00000026,0 4px 12px #00000059,0 2px 4px #0000001a,inset 0 -1px 2px #0000000f,inset 0 1px 2px #ffffffe6;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.timer__alarms-slider::-moz-range-thumb:hover{transform:scale(1.3);border-width:3.5px;cursor:grab;box-shadow:0 0 0 8px #0000001f,0 6px 20px #00000073,0 3px 8px #00000026,inset 0 -1px 3px #00000014,inset 0 1px 3px #fff}.timer__alarms-slider::-moz-range-thumb:active{transform:scale(1.2);cursor:grabbing;border-color:#1a1a1a;box-shadow:0 0 0 12px #0000002e,0 4px 16px #00000080,0 2px 6px #0003,inset 0 -1px 3px #0000001a,inset 0 1px 3px #fffffff2}body.theme-dark .timer__alarms-slider::-webkit-slider-track{background:linear-gradient(to right,#ffffff 0%,#ffffff var(--thumb-pos, 10%),rgba(71,85,105,.5) var(--thumb-pos, 10%),rgba(71,85,105,.5) 100%);box-shadow:inset 0 2px 5px #0006,0 1px 2px #0003;transition:background .15s ease-out}body.theme-dark .timer__alarms-slider:hover::-webkit-slider-track{background:linear-gradient(to right,#f0f0f0 0%,#f0f0f0 var(--thumb-pos, 10%),rgba(100,116,139,.5) var(--thumb-pos, 10%),rgba(100,116,139,.5) 100%);box-shadow:inset 0 2px 6px #00000080,0 0 0 5px #ffffff14}body.theme-dark .timer__alarms-slider::-moz-range-track{background:#47556980;box-shadow:inset 0 2px 5px #0006,0 1px 2px #0003}body.theme-dark .timer__alarms-slider::-moz-range-progress{background:#fff}body.theme-dark .timer__alarms-slider:hover::-moz-range-progress{background:#f0f0f0}body.theme-dark .timer__alarms-slider::-webkit-slider-thumb{background:linear-gradient(135deg,#1e293b,#334155);border:3px solid #ffffff;box-shadow:0 0 #fff3,0 4px 14px #ffffff80,0 2px 5px #0006,inset 0 -1px 3px #0000004d,inset 0 1px 2px #ffffff14}body.theme-dark .timer__alarms-slider::-webkit-slider-thumb:hover{border-color:#f0f0f0;box-shadow:0 0 0 8px #ffffff26,0 6px 22px #fff9,0 3px 10px #00000080,inset 0 -1px 3px #0006,inset 0 1px 3px #ffffff1f}body.theme-dark .timer__alarms-slider::-webkit-slider-thumb:active{border-color:#e0e0e0;box-shadow:0 0 0 12px #ffffff38,0 4px 18px #ffffffb3,0 2px 8px #0009,inset 0 -1px 3px #00000080,inset 0 1px 3px #ffffff26}body.theme-dark .timer__alarms-slider::-moz-range-thumb{background:linear-gradient(135deg,#1e293b,#334155);border:3px solid #ffffff;box-shadow:0 0 #fff3,0 4px 14px #ffffff80,0 2px 5px #0006,inset 0 -1px 3px #0000004d,inset 0 1px 2px #ffffff14}body.theme-dark .timer__alarms-slider::-moz-range-thumb:hover{border-color:#f0f0f0;box-shadow:0 0 0 8px #ffffff26,0 6px 22px #fff9,0 3px 10px #00000080,inset 0 -1px 3px #0006,inset 0 1px 3px #ffffff1f}body.theme-dark .timer__alarms-slider::-moz-range-thumb:active{border-color:#e0e0e0;box-shadow:0 0 0 12px #ffffff38,0 4px 18px #ffffffb3,0 2px 8px #0009,inset 0 -1px 3px #00000080,inset 0 1px 3px #ffffff26}@media (max-width: 768px){.timer__alarms-slider{height:8px;margin:20px 0}.timer__alarms-slider::-webkit-slider-track{height:8px}.timer__alarms-slider::-moz-range-track{height:8px}.timer__alarms-slider::-moz-range-progress{height:8px}.timer__alarms-slider::-webkit-slider-thumb{width:20px;height:20px}.timer__alarms-slider::-moz-range-thumb{width:20px;height:20px}}@media (max-width: 480px){.timer__alarms-slider{height:6px;margin:18px 0}.timer__alarms-slider::-webkit-slider-track{height:6px}.timer__alarms-slider::-moz-range-track{height:6px}.timer__alarms-slider::-moz-range-progress{height:6px}.timer__alarms-slider::-webkit-slider-thumb{width:18px;height:18px}.timer__alarms-slider::-moz-range-thumb{width:18px;height:18px}}.timer__alarms-subtitle{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--text-muted);letter-spacing:.3px;display:flex;align-items:center;gap:6px}.timer__alarms-subtitle:before{content:"🎵";font-size:16px}.timer__alarms-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 640px){.timer__alarms-buttons{grid-template-columns:1fr;gap:10px}}.timer__alarms-test{padding:14px 20px;border-radius:14px;border:2px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #00000014;position:relative;overflow:hidden}.timer__alarms-test:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.timer__alarms-test:active:before{width:300px;height:300px}.timer__alarms-test--completion{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#10b9814d;box-shadow:0 6px 16px #10b9814d,0 2px 4px #0000001a}.timer__alarms-test--completion:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-3px);box-shadow:0 10px 24px #10b98166,0 4px 8px #00000026}.timer__alarms-test--completion:after{content:"✓";margin-left:6px}.timer__alarms-test--warning{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-color:#f973164d;box-shadow:0 6px 16px #f973164d,0 2px 4px #0000001a}.timer__alarms-test--warning:hover{background:linear-gradient(135deg,#ea580c,#dc2626);transform:translateY(-3px);box-shadow:0 10px 24px #f9731666,0 4px 8px #00000026}.timer__alarms-test--warning:after{content:"⚠️";margin-left:6px}.timer__alarms-test--break{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f64d;box-shadow:0 6px 16px #3b82f64d,0 2px 4px #0000001a}.timer__alarms-test--break:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-3px);box-shadow:0 10px 24px #3b82f666,0 4px 8px #00000026}.timer__alarms-test--break:after{content:"☕";margin-left:6px}.alarm-control__slider{width:100%;height:12px;border-radius:25px;background:transparent;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:8px 0;transition:all .3s ease;position:relative}.alarm-control__slider::-webkit-slider-track{width:100%;height:12px;background:linear-gradient(to right,#4f46e5 0%,#4f46e5 var(--thumb-pos, 30%),rgba(226,232,240,.95) var(--thumb-pos, 30%),rgba(226,232,240,.95) 100%);border-radius:25px;border:none;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;transition:background .35s cubic-bezier(.4,0,.2,1)}.alarm-control__slider::-moz-range-track{width:100%;height:12px;background:#e2e8f0f2;border-radius:25px;border:none;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;transition:background .35s cubic-bezier(.4,0,.2,1)}.alarm-control__slider::-moz-range-progress{height:12px;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:25px;box-shadow:0 0 12px #4f46e566,0 2px 4px #4f46e533;transition:width .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}.alarm-control__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#fff,#f8fafc);cursor:grab;box-shadow:0 0 0 3px #4f46e5,0 4px 12px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-top:-7px}.alarm-control__slider::-webkit-slider-thumb:hover{transform:scale(1.2);cursor:grab;box-shadow:0 0 0 4px #4f46e5,0 6px 16px #4f46e580,0 3px 6px #00000026,inset 0 1px 2px #fffc}.alarm-control__slider::-webkit-slider-thumb:active{transform:scale(1.1);cursor:grabbing;box-shadow:0 0 0 5px #4f46e54d,0 2px 8px #4f46e599,inset 0 1px 2px #fffc}.alarm-control__slider::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#fff,#f8fafc);cursor:grab;border:none;box-shadow:0 0 0 3px #4f46e5,0 4px 12px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.alarm-control__slider::-moz-range-thumb:hover{transform:scale(1.2);cursor:grab;box-shadow:0 0 0 4px #4f46e5,0 6px 16px #4f46e580,0 3px 6px #00000026,inset 0 1px 2px #fffc}.alarm-control__slider::-moz-range-thumb:active{transform:scale(1.1);cursor:grabbing;box-shadow:0 0 0 5px #4f46e54d,0 2px 8px #4f46e599,inset 0 1px 2px #fffc}body.theme-dark .alarm-control__slider::-webkit-slider-track{background:linear-gradient(to right,#7c3aed 0%,#7c3aed var(--thumb-pos, 30%),rgba(51,65,85,.8) var(--thumb-pos, 30%),rgba(51,65,85,.8) 100%);box-shadow:inset 0 2px 4px #0006,0 1px 2px #0003;transition:background .35s cubic-bezier(.4,0,.2,1)}body.theme-dark .alarm-control__slider::-moz-range-track{background:#334155cc;box-shadow:inset 0 2px 4px #0006,0 1px 2px #0003;transition:background .35s cubic-bezier(.4,0,.2,1)}body.theme-dark .alarm-control__slider::-moz-range-progress{background:linear-gradient(90deg,#7c3aed,#8b5cf6);box-shadow:0 0 16px #7c3aed99,0 2px 4px #7c3aed4d;transition:width .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}body.theme-dark .alarm-control__slider::-webkit-slider-thumb{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 3px #7c3aed,0 4px 12px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-webkit-slider-thumb:hover{box-shadow:0 0 0 4px #7c3aed,0 6px 16px #7c3aedb3,0 3px 6px #0006,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-webkit-slider-thumb:active{box-shadow:0 0 0 5px #7c3aed66,0 2px 8px #7c3aedcc,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-moz-range-thumb{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 3px #7c3aed,0 4px 12px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-moz-range-thumb:hover{box-shadow:0 0 0 4px #7c3aed,0 6px 16px #7c3aedb3,0 3px 6px #0006,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-moz-range-thumb:active{box-shadow:0 0 0 5px #7c3aed66,0 2px 8px #7c3aedcc,inset 0 1px 2px #ffffff80}@media (max-width: 768px){.alarm-control__slider{height:10px;margin:7px 0}.alarm-control__slider::-webkit-slider-track{height:10px}.alarm-control__slider::-moz-range-track{height:10px}.alarm-control__slider::-moz-range-progress{height:10px}.alarm-control__slider::-webkit-slider-thumb{width:24px;height:24px;margin-top:-7px;box-shadow:0 0 0 2.5px #4f46e5,0 3px 10px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc}.alarm-control__slider::-moz-range-thumb{width:24px;height:24px;box-shadow:0 0 0 2.5px #4f46e5,0 3px 10px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc}body.theme-dark .alarm-control__slider::-webkit-slider-thumb{box-shadow:0 0 0 2.5px #7c3aed,0 3px 10px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-moz-range-thumb{box-shadow:0 0 0 2.5px #7c3aed,0 3px 10px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}}@media (max-width: 480px){.alarm-control__slider{height:8px;margin:6px 0;border-radius:20px}.alarm-control__slider::-webkit-slider-track{height:8px;border-radius:20px;box-shadow:inset 0 1px 3px #0000000f}.alarm-control__slider::-moz-range-track{height:8px;border-radius:20px;box-shadow:inset 0 1px 3px #0000000f}.alarm-control__slider::-moz-range-progress{height:8px;border-radius:20px;box-shadow:0 0 10px #4f46e559}.alarm-control__slider::-webkit-slider-thumb{width:22px;height:22px;margin-top:-7px;box-shadow:0 0 0 2px #4f46e5,0 2px 8px #4f46e566,0 1px 3px #0000001a,inset 0 1px 2px #fffc}.alarm-control__slider::-webkit-slider-thumb:hover{transform:scale(1.12)}.alarm-control__slider::-webkit-slider-thumb:active{transform:scale(1.05)}.alarm-control__slider::-moz-range-thumb{width:22px;height:22px;box-shadow:0 0 0 2px #4f46e5,0 2px 8px #4f46e566,0 1px 3px #0000001a,inset 0 1px 2px #fffc}.alarm-control__slider::-moz-range-thumb:hover{transform:scale(1.12)}.alarm-control__slider::-moz-range-thumb:active{transform:scale(1.05)}body.theme-dark .alarm-control__slider::-webkit-slider-track{box-shadow:inset 0 1px 3px #0006}body.theme-dark .alarm-control__slider::-moz-range-track{box-shadow:inset 0 1px 3px #0006}body.theme-dark .alarm-control__slider::-moz-range-progress{box-shadow:0 0 12px #7c3aed8c}body.theme-dark .alarm-control__slider::-webkit-slider-thumb{box-shadow:0 0 0 2px #7c3aed,0 2px 8px #7c3aed99,0 1px 3px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark .alarm-control__slider::-moz-range-thumb{box-shadow:0 0 0 2px #7c3aed,0 2px 8px #7c3aed99,0 1px 3px #0000004d,inset 0 1px 2px #ffffff80}}.quick-actions__form{display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,#ffffff80,#f8f9fa4d);padding:16px;border-radius:12px;border:1px solid rgba(148,163,184,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}.quick-actions__label{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#4f46e51f,#a855f717);border:2px solid rgba(79,70,229,.3);border-radius:14px;font-weight:800;color:var(--text-primary);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #4f46e51f,inset 0 1px 2px #fff6}.quick-actions__label:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary),transparent);opacity:0;transition:opacity .3s ease}.quick-actions__label:hover,.quick-actions__label:focus-within{background:linear-gradient(135deg,#4f46e52e,#a855f724);border-color:#4f46e580;box-shadow:0 8px 24px #4f46e533,inset 0 1px 2px #ffffff80;transform:translateY(-3px)}.quick-actions__label:hover:before,.quick-actions__label:focus-within:before{opacity:1}.quick-actions__label span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quick-actions__label textarea{min-height:140px;border-radius:8px;border:1px solid rgba(148,163,184,.2);padding:12px;background:#fff9;resize:vertical;font-size:14px;line-height:1.5;font-family:inherit;color:var(--text-strong);transition:all .2s ease}.quick-actions__label textarea:focus{border-color:var(--accent);background:#ffffffe6;box-shadow:0 0 0 3px #4f46e51a;outline:none}.quick-actions__label textarea:focus{border-color:#4f46e573;box-shadow:0 0 0 3px #4f46e51f;outline:none}.quick-action{align-self:flex-start;background:var(--accent);border-radius:14px;padding:11px 18px;border:none;color:#fff;font-weight:600;font-size:13px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.quick-action--submit:hover{transform:translateY(-1px);box-shadow:0 10px 20px #4f46e538}.quick-action--submit:focus-visible{outline:3px solid rgba(79,70,229,.45);outline-offset:3px}.quick-actions__hint{font-size:13px;color:var(--text-muted)}.reminder-composer{display:flex;flex-direction:column;gap:14px;background:linear-gradient(135deg,#ffffff80,#f8f9fa4d);border-radius:12px;padding:16px;border:1px solid rgba(148,163,184,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}.reminder-composer__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 768px){.reminder-composer__grid{grid-template-columns:1fr;gap:10px}}.reminder-composer__label{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#4f46e51f,#a855f717);border:2px solid rgba(79,70,229,.3);border-radius:14px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #4f46e51f,inset 0 1px 2px #fff6}.reminder-composer__label:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary),transparent);opacity:0;transition:opacity .3s ease}.reminder-composer__label:hover,.reminder-composer__label:focus-within{background:linear-gradient(135deg,#4f46e52e,#a855f724);border-color:#4f46e580;box-shadow:0 8px 24px #4f46e533,inset 0 1px 2px #ffffff80;transform:translateY(-3px)}.reminder-composer__label:hover:before,.reminder-composer__label:focus-within:before{opacity:1}.reminder-composer__label-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e533,#a855f726);border-radius:10px;border:1px solid rgba(79,70,229,.25);box-shadow:0 4px 12px #4f46e51a}.reminder-composer__label-text{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reminder-composer__label input,.reminder-composer__label select,.reminder-composer__label textarea{font-size:16px;padding:14px 16px;border-radius:12px;border:2px solid rgba(148,163,184,.2);background:linear-gradient(135deg,#fffffff2,#f8f9fad9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000a,inset 0 1px 2px #fff9;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-weight:500}.reminder-composer__label input::placeholder,.reminder-composer__label textarea::placeholder{color:#64748b99;font-weight:400}.reminder-composer__label textarea{min-height:70px;resize:vertical;line-height:1.6}.reminder-composer__label input:focus,.reminder-composer__label select:focus,.reminder-composer__label textarea:focus{border-color:#4f46e599;background:linear-gradient(135deg,#fff,#f8f9faf2);box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;transform:translateY(-2px)}.reminder-composer__label input:hover:not(:focus),.reminder-composer__label select:hover:not(:focus),.reminder-composer__label textarea:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}.reminder-composer__label--wide{grid-column:span 2}@media (max-width: 768px){.reminder-composer__label--wide{grid-column:span 1}}.reminder-composer__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.reminder-composer__hint{font-size:14px;color:var(--text-muted);max-width:100%}.reminder-composer__actions{display:flex;align-items:center;gap:8px}.reminder-composer__error{color:#b91c1c;font-weight:600;font-size:11px}.reminder-composer__submit{background:var(--accent-secondary);color:#fff;padding:14px 24px;border-radius:8px;font-weight:600;font-size:16px;box-shadow:0 4px 12px #f9731633;border:none;cursor:pointer;transition:all .2s ease}.reminder-composer__submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f973164d}.schedule-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:10px;margin-bottom:10px;align-items:flex-start}@media (max-width: 768px){.schedule-grid{grid-template-columns:1fr;gap:8px}}.schedule-form{background:linear-gradient(135deg,#ffffff80,#f8f9fa4d);border-radius:12px;padding:16px;border:1px solid rgba(148,163,184,.15);display:flex;flex-direction:column;gap:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}.schedule-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule-form__label{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#4f46e51f,#a855f717);border:2px solid rgba(79,70,229,.3);border-radius:14px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #4f46e51f,inset 0 1px 2px #fff6}.schedule-form__label:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary),transparent);opacity:0;transition:opacity .3s ease}.schedule-form__label:hover,.schedule-form__label:focus-within{background:linear-gradient(135deg,#4f46e52e,#a855f724);border-color:#4f46e580;box-shadow:0 8px 24px #4f46e533,inset 0 1px 2px #ffffff80;transform:translateY(-3px)}.schedule-form__label:hover:before,.schedule-form__label:focus-within:before{opacity:1}.schedule-form__label-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e533,#a855f726);border-radius:10px;border:1px solid rgba(79,70,229,.25);box-shadow:0 4px 12px #4f46e51a}.schedule-form__label-text{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.schedule-form__label input,.schedule-form__label select,.schedule-form__label textarea{border-radius:12px;border:2px solid rgba(148,163,184,.2);padding:14px 16px;font-size:16px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;background:linear-gradient(135deg,#fffffff2,#f8f9fad9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000a,inset 0 1px 2px #fff9;color:#1f2937;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-weight:500}.schedule-form__label input::placeholder,.schedule-form__label textarea::placeholder{color:#64748b99;font-weight:400}.schedule-form__label textarea{resize:vertical;min-height:70px}.schedule-form__label input:focus,.schedule-form__label select:focus,.schedule-form__label textarea:focus{border-color:#4f46e599;background:linear-gradient(135deg,#fff,#f8f9faf2);box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;transform:translateY(-2px)}.schedule-form__label input:hover:not(:focus),.schedule-form__label select:hover:not(:focus),.schedule-form__label textarea:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}.schedule-form__label--wide{grid-column:span 2}@media (max-width: 768px){.schedule-form__label--wide{grid-column:span 1}}.schedule-form__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px;margin-top:6px}.schedule-form__error{color:#dc2626;font-size:11px;font-weight:600}.schedule-form__submit{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));color:#fff;border:none;padding:14px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 4px 12px #4f46e533;transition:all .2s ease}.schedule-form__submit:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f46e54d}.schedule-sidebar{background:linear-gradient(180deg,#e0e7ff8c,#bfdbfe73);border-radius:14px;padding:14px;border:1px solid rgba(99,102,241,.24);display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;min-width:0!important;width:100%!important}.schedule-sidebar::-webkit-scrollbar{width:8px}.schedule-sidebar::-webkit-scrollbar-track{background:#00000005;border-radius:6px}.schedule-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea59,#764ba259);border-radius:6px;border:1px solid transparent;background-clip:padding-box;transition:all .3s ease}.schedule-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#667eea99,#764ba299)}.schedule-sidebar__title{margin:0;font-size:17px;color:#1d4ed8;font-weight:700}.schedule-sidebar__list{display:flex;flex-direction:column;gap:8px;margin:0;padding:0;list-style:none}.schedule-sidebar__item{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:4px!important;padding:6px!important;background:#fffc;border-radius:10px;border:1px solid rgba(148,163,184,.16);flex-wrap:nowrap!important;max-width:100%!important;min-width:0!important;width:100%!important;box-sizing:border-box!important}.schedule-sidebar__headline{margin:0 0 2px;font-weight:700;font-size:16px;color:#1f2937}.schedule-sidebar__meta{margin:0;font-size:14px;color:#2563eb}.schedule-sidebar__notes{margin:4px 0 0;font-size:14px;color:#475569}.schedule-sidebar__delete{align-self:center;flex:0 0 auto;width:36px;height:36px;font-size:11px;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;cursor:pointer;position:relative;text-indent:-9999px;overflow:hidden;white-space:nowrap;transition:all .2s ease}.schedule-sidebar__empty{padding:16px;font-size:15px;color:var(--text-muted);text-align:center}.schedule-sidebar__delete:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 6 5 6 21 6'/><path d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/><path d='M10 11v6'/><path d='M14 11v6'/><path d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/></svg>");background-size:20px 20px;background-repeat:no-repeat;transition:none}@media (max-width: 1024px){.summary-panel{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.summary-panel{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.summary-panel{grid-template-columns:1fr;gap:12px}}.summary{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:32px}@media (max-width: 1024px){.summary{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.summary{grid-template-columns:1fr;gap:16px;max-width:100%;overflow-x:hidden}.summary *{max-width:100%!important;box-sizing:border-box!important}.summary__form{max-width:100%!important;overflow:hidden!important;padding:12px!important}.summary__result-panel{padding:16px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;max-height:500px!important;min-height:150px!important;border-radius:10px!important}.summary__result-panel::-webkit-scrollbar{width:10px!important;display:block!important}.summary__result-panel::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 10px 10px 0!important}.summary__result-panel::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:5px!important}.summary__bullets{padding-left:0!important;max-width:100%!important;gap:14px!important}.summary__bullet{padding-left:24px!important;font-size:14.5px!important;max-width:100%!important;word-break:break-word!important;overflow-wrap:break-word!important;line-height:1.75!important;text-align:justify!important;-webkit-hyphens:auto!important;hyphens:auto!important}.summary__paragraph--scrollable{padding:14px 16px!important;max-height:400px!important;min-height:150px!important;font-size:14.5px!important;line-height:1.7!important;border-radius:12px!important;resize:vertical!important;overflow-y:auto!important;overflow-x:hidden!important;word-wrap:break-word!important;white-space:pre-wrap!important}.summary__paragraph--scrollable::-webkit-scrollbar{width:10px!important;display:block!important}.summary__paragraph--scrollable::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 12px 12px 0!important}.summary__paragraph--scrollable::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:5px!important;border:2px solid rgba(249,250,251,.8)!important}}@media (max-width: 480px){.summary{grid-template-columns:1fr;gap:12px;max-width:100%;overflow-x:hidden}.summary *{max-width:100%!important;box-sizing:border-box!important}.summary__form{max-width:100%!important;overflow:hidden!important;padding:10px!important}.summary__result-panel{padding:12px!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;max-height:450px!important;min-height:140px!important;border-radius:9px!important}.summary__result-panel::-webkit-scrollbar{width:9px!important;display:block!important}.summary__result-panel::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 9px 9px 0!important}.summary__result-panel::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:4.5px!important}.summary__bullets{padding-left:0!important;max-width:100%!important;gap:12px!important}.summary__bullet{padding-left:20px!important;font-size:14px!important;max-width:100%!important;word-break:break-word!important;overflow-wrap:break-word!important;line-height:1.7!important;text-align:justify!important;-webkit-hyphens:auto!important;hyphens:auto!important}.summary__bullet:before{left:4px!important;font-size:16px!important}.summary__paragraph--scrollable{padding:13px 15px!important;max-height:350px!important;min-height:140px!important;font-size:14px!important;line-height:1.65!important;border-radius:11px!important;resize:vertical!important;overflow-y:auto!important;overflow-x:hidden!important;word-wrap:break-word!important;white-space:pre-wrap!important}.summary__paragraph--scrollable::-webkit-scrollbar{width:9px!important;display:block!important}.summary__paragraph--scrollable::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 11px 11px 0!important}.summary__paragraph--scrollable::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:4.5px!important;border:2px solid rgba(249,250,251,.8)!important}}.summary__form{display:flex;flex-direction:column;gap:14px;background:linear-gradient(135deg,#ffffff80,#f8f9fa4d);padding:16px;border-radius:12px;border:1px solid rgba(148,163,184,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a;max-width:100%;overflow:hidden;box-sizing:border-box}.summary__label{display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#4f46e51f,#a855f717);border:2px solid rgba(79,70,229,.3);border-radius:10px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #4f46e51f,inset 0 1px 2px #fff6}.summary__label:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary),transparent);opacity:0;transition:opacity .3s ease}.summary__label:hover,.summary__label:focus-within{background:linear-gradient(135deg,#4f46e52e,#a855f724);border-color:#4f46e580;box-shadow:0 8px 24px #4f46e533,inset 0 1px 2px #ffffff80;transform:translateY(-2px)}.summary__label:hover:before,.summary__label:focus-within:before{opacity:1}.summary__label-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e533,#a855f726);border-radius:8px;border:1px solid rgba(79,70,229,.25);box-shadow:0 2px 8px #4f46e51a;min-width:40px;flex-shrink:0}.summary__label-text{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}#summary-sentences{width:100%;height:12px;border-radius:25px;background:transparent;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;margin:16px 0;transition:all .3s ease;position:relative}#summary-sentences::-webkit-slider-track{width:100%;height:12px;background:linear-gradient(to right,#4f46e5 0%,#4f46e5 var(--thumb-pos, 70%),rgba(226,232,240,.95) var(--thumb-pos, 70%),rgba(226,232,240,.95) 100%);border-radius:25px;border:none;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;transition:background .35s cubic-bezier(.4,0,.2,1)}#summary-sentences::-moz-range-track{width:100%;height:12px;background:#e2e8f0f2;border-radius:25px;border:none;box-shadow:inset 0 2px 4px #0000000f,0 1px 2px #0000000a;transition:background .35s cubic-bezier(.4,0,.2,1)}#summary-sentences::-moz-range-progress{height:12px;background:linear-gradient(90deg,#4f46e5,#6366f1);border-radius:25px;box-shadow:0 0 12px #4f46e566,0 2px 4px #4f46e533;transition:width .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}#summary-sentences::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#fff,#f8fafc);cursor:grab;box-shadow:0 0 0 3px #4f46e5,0 4px 12px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-top:-7px;position:relative}#summary-sentences::-webkit-slider-thumb:hover{transform:scale(1.2);cursor:grab;box-shadow:0 0 0 4px #4f46e5,0 6px 16px #4f46e580,0 3px 6px #00000026,inset 0 1px 2px #fffc}#summary-sentences::-webkit-slider-thumb:active{transform:scale(1.1);cursor:grabbing;box-shadow:0 0 0 5px #4f46e54d,0 2px 8px #4f46e599,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#fff,#f8fafc);cursor:grab;border:none;box-shadow:0 0 0 3px #4f46e5,0 4px 12px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc;transition:all .3s cubic-bezier(.34,1.56,.64,1)}#summary-sentences::-moz-range-thumb:hover{transform:scale(1.2);cursor:grab;box-shadow:0 0 0 4px #4f46e5,0 6px 16px #4f46e580,0 3px 6px #00000026,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb:active{transform:scale(1.1);cursor:grabbing;box-shadow:0 0 0 5px #4f46e54d,0 2px 8px #4f46e599,inset 0 1px 2px #fffc}body.theme-dark #summary-sentences::-webkit-slider-track{background:linear-gradient(to right,#7c3aed 0%,#7c3aed var(--thumb-pos, 70%),rgba(51,65,85,.8) var(--thumb-pos, 70%),rgba(51,65,85,.8) 100%);box-shadow:inset 0 2px 4px #0006,0 1px 2px #0003;transition:background .35s cubic-bezier(.4,0,.2,1)}body.theme-dark #summary-sentences::-moz-range-track{background:#334155cc;box-shadow:inset 0 2px 4px #0006,0 1px 2px #0003;transition:background .35s cubic-bezier(.4,0,.2,1)}body.theme-dark #summary-sentences::-moz-range-progress{background:linear-gradient(90deg,#7c3aed,#8b5cf6);box-shadow:0 0 16px #7c3aed99,0 2px 4px #7c3aed4d;transition:width .35s cubic-bezier(.4,0,.2,1),box-shadow .3s ease}body.theme-dark #summary-sentences::-webkit-slider-thumb{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 3px #7c3aed,0 4px 12px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-webkit-slider-thumb:hover{box-shadow:0 0 0 4px #7c3aed,0 6px 16px #7c3aedb3,0 3px 6px #0006,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-webkit-slider-thumb:active{box-shadow:0 0 0 5px #7c3aed66,0 2px 8px #7c3aedcc,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-moz-range-thumb{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);box-shadow:0 0 0 3px #7c3aed,0 4px 12px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-moz-range-thumb:hover{box-shadow:0 0 0 4px #7c3aed,0 6px 16px #7c3aedb3,0 3px 6px #0006,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-moz-range-thumb:active{box-shadow:0 0 0 5px #7c3aed66,0 2px 8px #7c3aedcc,inset 0 1px 2px #ffffff80}@media (max-width: 768px){#summary-sentences{height:10px;margin:14px 0}#summary-sentences::-webkit-slider-track{height:10px}#summary-sentences::-moz-range-track{height:10px}#summary-sentences::-moz-range-progress{height:10px}#summary-sentences::-webkit-slider-thumb{width:24px;height:24px;margin-top:-7px;box-shadow:0 0 0 2.5px #4f46e5,0 3px 10px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc}#summary-sentences::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 3px #4f46e5,0 5px 14px #4f46e580,0 2px 5px #00000026,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb{width:24px;height:24px;box-shadow:0 0 0 2.5px #4f46e5,0 3px 10px #4f46e566,0 2px 4px #0000001a,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 3px #4f46e5,0 5px 14px #4f46e580,0 2px 5px #00000026,inset 0 1px 2px #fffc}body.theme-dark #summary-sentences::-webkit-slider-thumb{box-shadow:0 0 0 2.5px #7c3aed,0 3px 10px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-moz-range-thumb{box-shadow:0 0 0 2.5px #7c3aed,0 3px 10px #7c3aed99,0 2px 4px #0000004d,inset 0 1px 2px #ffffff80}}@media (max-width: 480px){#summary-sentences{height:8px;margin:12px 0;border-radius:20px}#summary-sentences::-webkit-slider-track{height:8px;border-radius:20px;box-shadow:inset 0 1px 3px #0000000f}#summary-sentences::-moz-range-track{height:8px;border-radius:20px;box-shadow:inset 0 1px 3px #0000000f}#summary-sentences::-moz-range-progress{height:8px;border-radius:20px;box-shadow:0 0 10px #4f46e559}#summary-sentences::-webkit-slider-thumb{width:22px;height:22px;margin-top:-7px;box-shadow:0 0 0 2px #4f46e5,0 2px 8px #4f46e566,0 1px 3px #0000001a,inset 0 1px 2px #fffc}#summary-sentences::-webkit-slider-thumb:hover{transform:scale(1.12);box-shadow:0 0 0 2.5px #4f46e5,0 4px 12px #4f46e580,0 2px 4px #00000026,inset 0 1px 2px #fffc}#summary-sentences::-webkit-slider-thumb:active{transform:scale(1.05)}#summary-sentences::-moz-range-thumb{width:22px;height:22px;box-shadow:0 0 0 2px #4f46e5,0 2px 8px #4f46e566,0 1px 3px #0000001a,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb:hover{transform:scale(1.12);box-shadow:0 0 0 2.5px #4f46e5,0 4px 12px #4f46e580,0 2px 4px #00000026,inset 0 1px 2px #fffc}#summary-sentences::-moz-range-thumb:active{transform:scale(1.05)}body.theme-dark #summary-sentences::-webkit-slider-track{box-shadow:inset 0 1px 3px #0006}body.theme-dark #summary-sentences::-moz-range-track{box-shadow:inset 0 1px 3px #0006}body.theme-dark #summary-sentences::-moz-range-progress{box-shadow:0 0 12px #7c3aed8c}body.theme-dark #summary-sentences::-webkit-slider-thumb{box-shadow:0 0 0 2px #7c3aed,0 2px 8px #7c3aed99,0 1px 3px #0000004d,inset 0 1px 2px #ffffff80}body.theme-dark #summary-sentences::-moz-range-thumb{box-shadow:0 0 0 2px #7c3aed,0 2px 8px #7c3aed99,0 1px 3px #0000004d,inset 0 1px 2px #ffffff80}}.summary__text-input-wrapper{display:flex!important;align-items:flex-end!important;gap:12px!important;width:100%!important;max-width:100%!important;position:relative!important;box-sizing:border-box!important;overflow:hidden!important}.summary__text-input-wrapper textarea{flex:1!important;border-radius:14px;border:2px solid rgba(148,163,184,.2);padding:16px 18px!important;font-size:17px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;resize:vertical;min-height:180px;max-height:500px;width:100%;max-width:100%;min-width:0;background:linear-gradient(135deg,#fffffffa,#f8f9faeb);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000a,inset 0 1px 2px #fff9;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-sizing:border-box;font-weight:400;line-height:1.7;overflow-y:auto;overflow-x:hidden;word-wrap:break-word;white-space:pre-wrap}.summary__text-input-wrapper textarea::-webkit-scrollbar{width:12px;background:#f3f4f680}.summary__text-input-wrapper textarea::-webkit-scrollbar-track{background:#f9fafbcc;border-left:1px solid rgba(229,231,235,.5);border-radius:0 14px 14px 0}.summary__text-input-wrapper textarea::-webkit-scrollbar-thumb{background:#9ca3af99;border-radius:6px;border:2px solid rgba(249,250,251,.8);min-height:40px}.summary__text-input-wrapper textarea::-webkit-scrollbar-thumb:hover{background:#6b7280cc}.summary__text-input-wrapper textarea::-webkit-scrollbar-thumb:active{background:#4b5563e6}.summary__text-input-wrapper textarea::placeholder{color:#64748b99;font-weight:400}.summary__text-input-wrapper textarea:focus{border-color:#4f46e599;background:linear-gradient(135deg,#fff,#f8f9faf2);box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;transform:translateY(-2px)}.summary__text-input-wrapper textarea:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}.summary__voice-button{background:linear-gradient(135deg,#4f46e526,#a855f71a);border:1px solid var(--accent);width:48px!important;height:48px!important;min-width:48px!important;max-width:48px!important;border-radius:12px;font-size:22px;cursor:pointer;transition:all .2s ease;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;flex-grow:0!important;position:static!important;box-sizing:border-box!important}.summary__voice-button:hover:not([disabled]){background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}@media (max-width: 768px){.summary__text-input-wrapper{gap:10px!important;max-width:100%!important;width:100%!important;overflow:hidden!important;box-sizing:border-box!important;flex-wrap:nowrap!important}.summary__text-input-wrapper textarea{flex:0 1 auto!important;max-height:400px!important;min-height:150px!important;resize:vertical!important;width:calc(100% - 54px)!important;max-width:calc(100% - 54px)!important;min-width:0!important;box-sizing:border-box!important;padding:14px 16px!important;font-size:14.5px!important;line-height:1.7!important;border-radius:12px!important;overflow-y:auto!important;overflow-x:hidden!important;word-wrap:break-word!important;white-space:pre-wrap!important}.summary__text-input-wrapper textarea::-webkit-scrollbar{width:10px!important;display:block!important}.summary__text-input-wrapper textarea::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 12px 12px 0!important}.summary__text-input-wrapper textarea::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:5px!important;border:2px solid rgba(249,250,251,.8)!important}.summary__voice-button{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;font-size:20px!important;flex-shrink:0!important;flex-grow:0!important}body.theme-dark .summary__voice-button{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important}}@media (max-width: 480px){.summary__text-input-wrapper{gap:8px!important;max-width:100%!important;width:100%!important;overflow:hidden!important;box-sizing:border-box!important;flex-wrap:nowrap!important}.summary__text-input-wrapper textarea{flex:0 1 auto!important;max-height:350px!important;min-height:140px!important;font-size:14px!important;padding:13px 15px!important;resize:vertical!important;width:calc(100% - 48px)!important;max-width:calc(100% - 48px)!important;min-width:0!important;box-sizing:border-box!important;line-height:1.65!important;border-radius:11px!important;overflow-y:auto!important;overflow-x:hidden!important;word-wrap:break-word!important;white-space:pre-wrap!important}.summary__text-input-wrapper textarea::-webkit-scrollbar{width:9px!important;display:block!important}.summary__text-input-wrapper textarea::-webkit-scrollbar-track{background:#f9fafbcc!important;border-radius:0 11px 11px 0!important}.summary__text-input-wrapper textarea::-webkit-scrollbar-thumb{background:#9ca3afb3!important;border-radius:4.5px!important;border:2px solid rgba(249,250,251,.8)!important}.summary__voice-button{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;font-size:18px!important;flex-shrink:0!important;flex-grow:0!important}body.theme-dark .summary__voice-button{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important}}.summary__upload{display:flex;flex-direction:column;gap:8px}.summary__file-input{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;overflow:hidden}.summary__upload-sticker{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:18px;background:#4f46e514;border:1px dashed rgba(79,70,229,.32);cursor:pointer}.summary__upload-sticker:focus{outline:3px solid rgba(79,70,229,.35);outline-offset:2px}.summary__upload-icon{font-size:24px}.summary__upload-title{font-weight:700;color:var(--accent-strong)}.summary__upload-subtitle{font-size:13px;color:var(--text-muted)}.summary__file-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#10b9811f;border:1px solid rgba(16,185,129,.3);padding:10px 14px;border-radius:14px}.summary__file-name{margin:0;font-size:14px;font-weight:600;color:#047857}.summary-actions{display:flex;flex-wrap:wrap;gap:12px}.summary__result{background:var(--surface-alt);border-radius:22px;padding:24px;border:1px solid rgba(148,163,184,.22);display:flex;flex-direction:column;gap:16px}.summary__result-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.summary__result-title{margin:0;font-size:18px;color:#1f2937}.summary__result-tabs{display:flex;gap:8px;padding:4px;background:#3b82f61a;border-radius:999px}.summary__result-tab{border:none;background:transparent;color:#1d4ed8;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer;transition:background .2s ease}.summary__result-tab.is-active{background:#fff;box-shadow:0 8px 16px #3b82f62e}.summary__paragraph{margin:0;line-height:1.6;color:#374151}.summary__paragraph--scrollable{width:100%!important;max-width:100%!important;max-height:220px;overflow-y:auto;padding-right:8px}.summary__result-panel{background:#ffffffbf;border-radius:18px;padding:16px;border:1px solid rgba(148,163,184,.16)}.summary__result-panel--original{border-style:dashed}.schedule-sidebar__delete:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='3 6 5 6 21 6'/><path d='M19 6l-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6'/><path d='M10 11v6'/><path d='M14 11v6'/><path d='M9 6V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v2'/></svg>");background-size:20px 20px;background-repeat:no-repeat;transition:none}.schedule-sidebar__delete:hover:before{filter:none;transform:translate(-50%,-50%);opacity:1}.schedule-sidebar__delete:hover{background:linear-gradient(135deg,#ef444426,#ef44441a);border-color:#ef44444d;box-shadow:0 4px 8px #ef444426,inset 0 1px 2px #ffffff26}.schedule-sidebar__delete:hover{background:#0000000a;transform:translateY(-1px)}body.theme-dark .schedule-sidebar{background:linear-gradient(180deg,#0c101c8a,#0a0e1880);border:1px solid rgba(255,255,255,.04)}body.theme-dark .schedule-sidebar__item{background:#ffffff08;border:1px solid rgba(255,255,255,.04);box-shadow:0 6px 18px #0206178c}body.theme-dark .schedule-sidebar__meta,body.theme-dark .schedule-sidebar__notes{color:#cbd5e5c7}body.theme-dark .schedule-sidebar__delete:before{filter:invert(1) brightness(2.5) saturate(.7);opacity:.95}body.theme-dark .schedule-sidebar__delete:hover{background:#7c3aed33;border-color:#7c3aed4d;transform:translateY(-1px)}.schedule-sidebar__item{padding:16px;gap:14px}.schedule-sidebar__headline{margin-bottom:6px}.schedule-sidebar__empty{margin:0;font-size:13px;color:#475569;text-align:center}.reminder-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:28px}.reminder-grid__list{display:flex;flex-direction:column;gap:16px}.reminder-grid__aside{background:var(--surface-alt);border-radius:22px;padding:24px;border:1px dashed rgba(148,163,184,.32);display:flex;flex-direction:column;gap:12px}.reminder-aside__title{margin:0;font-size:18px;color:#1f2937}.reminder-aside__text{margin:0;color:var(--text-muted);font-size:14px}.reminder-aside__tips{margin:0;padding-left:20px;color:#374151;display:flex;flex-direction:column;gap:6px}.summary-panel{display:grid;gap:32px;align-items:start;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr)}.chip-grid{display:flex;flex-wrap:wrap;gap:10px}.chip{background:#3b82f624;color:#1d4ed8;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:600}.calendar{display:flex;flex-direction:column;gap:16px}.calendar__head{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;overflow-x:auto;padding-bottom:8px}.calendar__head-cell{background:#4f46e514;border-radius:16px;padding:12px;text-align:center;border:1px solid rgba(79,70,229,.16);display:flex;flex-direction:column;gap:4px;min-width:0}.calendar__head-day{font-weight:700;color:var(--accent-strong);font-size:1rem;overflow-wrap:anywhere;white-space:normal}.calendar__head-date{font-size:.8rem;color:var(--text-muted);text-transform:uppercase;overflow-wrap:anywhere;white-space:normal}.calendar__body{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;overflow-x:auto;padding-bottom:12px}.calendar__column{min-height:160px;background:var(--surface-alt);border-radius:18px;padding:12px;border:1px solid rgba(148,163,184,.22);display:flex;flex-direction:column;gap:10px;min-width:180px}.calendar__empty{margin:0;font-size:13px;color:var(--text-muted);text-align:center;padding:18px 0}.calendar-event{background:#fff;border-radius:16px;padding:12px 14px;border-left:6px solid rgba(99,102,241,.8);box-shadow:0 12px 24px #94a3b829;display:flex;flex-direction:column;gap:6px;min-width:0;width:100%;transition:all .3s ease;position:relative;cursor:pointer;z-index:1;overflow:hidden}.calendar-event:hover{z-index:6;position:relative}.calendar-event__slider{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;transition:transform .3s ease}.calendar-event__details{position:absolute;left:0;right:0;top:100%;padding:12px;background:inherit;display:flex;flex-direction:column;gap:12px;transform:translateY(8px);opacity:0;transition:transform .28s cubic-bezier(.2,.9,.2,1),opacity .18s ease}.calendar-event__main{transition:opacity .22s ease}.calendar-event:hover .calendar-event__main{opacity:.18}.calendar-event:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:.5s}.calendar-event:hover:after{left:100%}.calendar-event--schedule{background:linear-gradient(135deg,#e0e7ffbf,#bfdbfed9);border-left-color:#6366f1}.calendar-event__time{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);overflow-wrap:anywhere;white-space:normal}.calendar-event__title{font-weight:700;color:var(--text-primary);font-size:1rem;line-height:1.25;word-break:break-word;overflow-wrap:anywhere}.calendar-event__meta{font-size:.85rem;color:var(--accent-strong);line-height:1.2;word-break:break-word;overflow-wrap:anywhere;transform:translate(-100%);position:absolute;left:0;background:inherit;padding:inherit;width:100%;transition:transform .3s ease;z-index:1;border-radius:inherit;box-shadow:inherit}.calendar-event:hover .calendar-event__meta{transform:translate(0)}.calendar-event__notes{font-size:.8rem;color:var(--text-muted);line-height:1.35;word-break:break-word;overflow-wrap:anywhere;transform:translate(100%);position:absolute;right:0;background:inherit;padding:inherit;width:100%;transition:transform .3s ease;z-index:1;border-radius:inherit;box-shadow:inherit;top:0}.calendar-event:hover .calendar-event__notes{transform:translate(0)}.calendar-event__content{position:relative;z-index:2;background:inherit;transition:opacity .3s ease}.calendar-event:hover .calendar-event__content{opacity:.1}.calendar-event__pill{display:inline-flex;align-self:flex-start;background:#14b8a624;color:#0f766e;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:999px}.calendar-event:hover,.calendar-event:focus-visible{transform:translateY(-2px);box-shadow:0 16px 36px #4f46e540;border-left-color:var(--accent)}.calendar-event:focus-visible{outline:3px solid rgba(79,70,229,.35);outline-offset:2px}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{background:#0f172ae0;border-color:#94a3b88c;color:var(--text-primary);caret-color:var(--text-primary)}body.theme-dark select{background-color:#0f172af2;color:#e2e8f0;border:1px solid rgba(148,163,184,.55)}body.theme-dark select option{background-color:#0f172afa;color:#e2e8f0;padding:8px 12px}body.theme-dark select option:checked,body.theme-dark select option:hover{background-color:#7c3aed80!important;color:#fff}body.theme-dark select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #a855f740}body.theme-dark ::selection{background:#a855f74d;color:var(--text-primary)}body.theme-dark input::selection,body.theme-dark textarea::selection{background:#a855f766;color:var(--text-primary)}body.theme-dark select:hover{border-color:#a855f780}body.theme-dark select optgroup{background-color:#0f172afa;color:#e2e8f0;font-weight:600;padding:8px 4px}body.theme-dark input[type=date],body.theme-dark input[type=time],body.theme-dark input[type=datetime-local]{color-scheme:dark;background-color:#0f172af2;border-color:#94a3b88c;color:#e2e8f0}input[type=date]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:brightness(.7) contrast(1.3);opacity:.9;cursor:pointer;transition:all .2s ease}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=time]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{filter:brightness(.5) contrast(1.5);opacity:1;transform:scale(1.1)}body.theme-dark input[type=date]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' stroke='%23ffffff' stroke-width='2.5'/%3E%3Cline x1='16' y1='2' x2='16' y2='6' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='8' y1='2' x2='8' y2='6' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3Cline x1='3' y1='10' x2='21' y2='10' stroke='%23ffffff' stroke-width='2.5'/%3E%3C/svg%3E");background-size:18px 18px;background-position:center;background-repeat:no-repeat;width:18px;height:18px;cursor:pointer;opacity:1!important;filter:none}body.theme-dark input[type=time]::-webkit-calendar-picker-indicator,body.theme-dark input[type=datetime-local]::-webkit-calendar-picker-indicator{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23ffffff' stroke-width='2.5'/%3E%3Cpath d='M12 6v6l4 2' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E");background-size:18px 18px;background-position:center;background-repeat:no-repeat;width:18px;height:18px;cursor:pointer;opacity:1!important;filter:none}body.theme-dark input[type=date]::-webkit-calendar-picker-indicator:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' stroke='%23a78bfa' stroke-width='3'/%3E%3Cline x1='16' y1='2' x2='16' y2='6' stroke='%23a78bfa' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='8' y1='2' x2='8' y2='6' stroke='%23a78bfa' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='3' y1='10' x2='21' y2='10' stroke='%23a78bfa' stroke-width='3'/%3E%3C/svg%3E");transform:scale(1.1)}body.theme-dark input[type=time]::-webkit-calendar-picker-indicator:hover,body.theme-dark input[type=datetime-local]::-webkit-calendar-picker-indicator:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23a78bfa' stroke-width='3'/%3E%3Cpath d='M12 6v6l4 2' stroke='%23a78bfa' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");transform:scale(1.1)}body.theme-dark select option:disabled{color:#94a3b8b3;background-color:#0f172ab3}body.theme-dark .list-item__icon,body.theme-dark .calendar-event__icon,body.theme-dark .summary__upload-icon,body.theme-dark .panel--with-sticker:before,body.theme-dark .metric__icon,body.theme-dark .auth-card__provider-icon{filter:brightness(2.5) saturate(.8);color:#fffffff2}body.theme-dark [data-icon="??"]{background:#7c3aed26;border-radius:12px;padding:8px;box-shadow:0 2px 8px #7c3aed33}body.theme-dark [data-icon="??"] svg{filter:brightness(2.8) saturate(.9);stroke-width:2.5}body.theme-dark .brand-icon{background:linear-gradient(135deg,#7c3aedf2,#ec4899f2);box-shadow:0 18px 32px #7c3aed59}body.theme-dark .panel--with-sticker:before{background:linear-gradient(135deg,#7c3aed4d,#7c3aed26);border:2px solid rgba(124,58,237,.4);color:#fffffff2;box-shadow:0 4px 12px #7c3aed4d,inset 0 2px 4px #ffffff1a,inset 0 -2px 4px #0003,0 0 0 1px #7c3aed33;text-shadow:0 1px 3px rgba(0,0,0,.3)}body.theme-dark .panel--with-sticker:hover:before{background:linear-gradient(135deg,#7c3aed66,#7c3aed33);box-shadow:0 6px 16px #7c3aed59,inset 0 2px 4px #ffffff26,inset 0 -2px 4px #00000040,0 0 0 1px #7c3aed4d}body.theme-dark .panel__icon,body.theme-dark .reminder-edit__icon,body.theme-dark .schedule-form__icon{filter:brightness(2.5);opacity:.9}body.theme-dark .list-item__icon:hover,body.theme-dark .calendar-event__icon:hover,body.theme-dark .panel__icon:hover,body.theme-dark .reminder-edit__icon:hover,body.theme-dark .schedule-form__icon:hover{opacity:1;filter:brightness(3)}body.theme-dark button[aria-label*=Eliminar] svg,body.theme.dark button[aria-label*=Editar] svg,body.theme-dark button[aria-label*=Completar] svg,body.theme-dark button[aria-label*=Agregar] svg,body.theme-dark [data-section=summary] svg{stroke-width:2.5;filter:brightness(2.2)}body.theme-dark .calendar__navigation-icon,body.theme-dark .calendar__action-icon{stroke-width:2.5;filter:brightness(2.5);opacity:.9}body.theme-dark .calendar__navigation-icon:hover,body.theme-dark .calendar__action-icon:hover{opacity:1;filter:brightness(3)}body.theme-dark input[type=search]::-webkit-search-cancel-button,body.theme-dark input[type=number]::-webkit-inner-spin-button,body.theme-dark input[type=number]::-webkit-outer-spin-button{filter:invert(1) brightness(1.5);opacity:.8}body.theme-dark input[type=checkbox],body.theme-dark input[type=radio]{border-color:#94a3b88c;background-color:#0f172af2}body.theme-dark input[type=checkbox]:checked,body.theme-dark input[type=radio]:checked{background-color:var(--accent);border-color:var(--accent)}body.theme-dark .calendar-event{background:#0f172ad9;border-left-color:#a855f7d9;box-shadow:0 16px 36px #080b17a6}body.theme-dark .calendar-event:after{background:linear-gradient(90deg,transparent,rgba(168,85,247,.1),transparent)}body.theme-dark .calendar-event__details{background:#0f172af2}body.theme-dark .calendar-event:hover{border-left-color:var(--accent);box-shadow:0 20px 40px #080b17cc}body.theme-dark .calendar-event__details{border-left:6px solid var(--accent)}body.theme-dark .calendar-event:hover,body.theme-dark .calendar-event:focus-visible{box-shadow:0 20px 44px #080b17bf}body.theme-dark .calendar-event--schedule{background:linear-gradient(135deg,#3b82f638,#818cf83d)}body.theme-dark .calendar-event__pill{background:#2dd4bf38;color:#5eead4}.calendar-event--task-pending{border-left-color:#f97316}.calendar-event--task-in_progress{border-left-color:#facc15}.calendar-event--task-completed{border-left-color:#22c55e;opacity:.9}@media (max-width: 1024px){.app-shell{padding:48px 24px 80px}.planner-layout__columns,.reminder-grid,.summary-panel,.summary,.schedule-grid,.schedule-form__grid{grid-template-columns:1fr}.calendar__head,.calendar__body{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (max-width: 768px){body{padding:24px 0 48px}.app-shell{border-radius:0;width:100vw;box-shadow:none}.tab-bar{flex-direction:column}.panel--with-sticker:before,.panel--with-sticker:after{display:none}}.auth-card__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.auth-card__provider-card{position:relative;border-radius:22px;padding:24px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(140deg,#4f46e514,#ec48990f);border:1px solid rgba(148,163,184,.24);box-shadow:0 22px 40px #4f46e529;transition:transform .25s ease,box-shadow .25s ease;overflow:hidden}.auth-card__provider-card:hover{transform:translateY(-4px);box-shadow:0 28px 48px #4f46e53d}.auth-card__provider-card--google{background:linear-gradient(140deg,#4285f424,#34d39914);border-color:#4285f44d}.auth-card__provider-card--microsoft{background:linear-gradient(140deg,#0563c129,#f250221f);border-color:#0563c152}.auth-card__provider-header{display:flex;flex-direction:column;gap:6px}.auth-card__provider-title{font-size:20px;font-weight:700;color:var(--text-primary)}.auth-card__provider-desc{margin:0;font-size:14px;line-height:1.55;color:var(--text-muted)}.auth-card__provider-actions{display:flex;flex-wrap:wrap;gap:12px}.auth-card__provider-button{flex:1;min-width:140px;border-radius:999px;padding:12px 18px;font-weight:600;font-size:15px;background:var(--accent);color:var(--text-inverse);box-shadow:0 12px 22px #4f46e547;transition:transform .2s ease,box-shadow .2s ease}.auth-card__provider-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 28px #4f46e552}.auth-card__provider-button--secondary{background:var(--surface);color:var(--accent);border:1px solid var(--accent);box-shadow:none}.auth-card__provider-button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none}.auth-card__offline{align-self:flex-start;border-radius:14px;padding:10px 18px;font-weight:600;border:1px dashed rgba(148,163,184,.5);background:transparent;color:var(--text-muted)}.auth-card__offline:hover{color:var(--accent-strong);border-color:var(--accent-strong)}body.theme-dark .auth-card__provider-card{background:linear-gradient(150deg,#7c3aed47,#2563eb38);border-color:#94a3b866;box-shadow:0 24px 48px #0f172ab3}body.theme-dark .auth-card__provider-button--secondary{background:#0f172abf;color:var(--text-inverse);border-color:#94a3b880}.task-form{background:linear-gradient(135deg,#ffffff80,#f8f9fa4d);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:14px;border:1px solid rgba(148,163,184,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000a}@media (max-width: 768px){.task-form{padding:14px;gap:12px}}@media (max-width: 480px){.task-form{padding:12px;gap:10px;border-radius:10px}}.task-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 768px){.task-form__grid{grid-template-columns:1fr;gap:10px}}@media (max-width: 480px){.task-form__grid{grid-template-columns:1fr;gap:8px}}.task-form__label{display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#4f46e51f,#a855f717);border:2px solid rgba(79,70,229,.3);border-radius:14px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 16px #4f46e51f,inset 0 1px 2px #fff6}.task-form__label:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--accent-secondary),transparent);opacity:0;transition:opacity .3s ease}.task-form__label:hover,.task-form__label:focus-within{background:linear-gradient(135deg,#4f46e52e,#a855f724);border-color:#4f46e580;box-shadow:0 8px 24px #4f46e533,inset 0 1px 2px #ffffff80;transform:translateY(-3px)}.task-form__label:hover:before,.task-form__label:focus-within:before{opacity:1}.task-form__label-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e533,#a855f726);border-radius:10px;border:1px solid rgba(79,70,229,.25);box-shadow:0 4px 12px #4f46e51a}.task-form__label-text{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.task-form__label textarea{resize:vertical;min-height:80px;font-size:16px;line-height:1.6;font-weight:500}.task-form__label textarea::placeholder{color:#64748b99;font-weight:400}.task-form__label textarea:focus{border-color:#4f46e599;background:linear-gradient(135deg,#fff,#f8f9faf2);box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;transform:translateY(-2px)}.task-form__label textarea:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}.task-form__label input,.task-form__label select{font-size:16px;padding:14px 16px;border-radius:12px;border:2px solid rgba(148,163,184,.2);background:linear-gradient(135deg,#fffffff2,#f8f9fad9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000a,inset 0 1px 2px #fff9;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-weight:500}.task-form__label input::placeholder{color:#64748b99;font-weight:400}.task-form__label input:focus,.task-form__label select:focus{border-color:#4f46e599;background:linear-gradient(135deg,#fff,#f8f9faf2);box-shadow:0 0 0 4px #4f46e51f,0 4px 16px #4f46e526,inset 0 1px 2px #ffffffb3;outline:none;transform:translateY(-2px)}.task-form__label input:hover:not(:focus),.task-form__label select:hover:not(:focus){border-color:#4f46e559;box-shadow:0 4px 12px #00000014,inset 0 1px 2px #fff9}.task-form__label--wide{grid-column:span 2}@media (max-width: 768px){.task-form__label--wide{grid-column:span 1}}.task-form__footer{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.task-form__error{color:#dc2626;font-weight:600;font-size:11px}.task-form__submit{border-radius:8px;padding:14px 24px;background:var(--accent-secondary);color:#fff;font-weight:600;font-size:16px;cursor:pointer;border:none;transition:all .2s ease}.task-form__submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}@media (max-width: 480px){.task-form__submit{padding:12px 18px;font-size:15px}}body.theme-dark .task-form,body.theme-dark .schedule-form,body.theme-dark .reminder-composer,body.theme-dark .summary__form,body.theme-dark .timer,body.theme-dark .quick-actions__form{background:#1e293bd9;border-color:#94a3b859}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:50}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.modal__content{position:relative;background:var(--surface);border-radius:24px;padding:28px;width:min(420px,90vw);box-shadow:var(--shadow-xl);display:flex;flex-direction:column;gap:18px}.modal__title{margin:0;font-size:22px;font-weight:700}.modal__subtitle{margin:0;color:var(--text-muted)}.modal__form{display:flex;flex-direction:column;gap:18px}.modal__label{display:flex;flex-direction:column;gap:8px;font-weight:600}.modal__actions{display:flex;justify-content:flex-end;gap:12px}body.theme-dark .modal__content{background:#0f172af0;border:1px solid rgba(148,163,184,.45)}.summary__bullets{margin:0;padding-left:20px;display:grid;gap:10px}.summary__bullet{color:var(--text-primary);line-height:1.6}.summary__result-panel--original{max-height:320px;overflow:auto}.summary__paragraph--scrollable{width:100%!important;max-width:100%!important;white-space:pre-line}.calendar-event{transition:transform .25s ease,box-shadow .25s ease}.calendar-event:hover,.calendar-event:focus-visible,.calendar-event:active{transform:translateY(-4px);box-shadow:0 18px 32px #4f46e533}.calendar-event__title,.calendar-event__meta,.calendar-event__notes{word-break:break-word}.calendar__column{display:flex;flex-direction:column;gap:12px;min-width:0}body.theme-dark .task-form__submit{background:var(--accent-secondary);color:var(--text-inverse)}body.theme-dark .modal__backdrop{background:#0f172aa6}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{color:var(--text-primary)}body.theme-dark{--background: radial-gradient(120% 120% at 50% 0%, #0b1220 0%, #0f172a 50%, #0b1220 100%);--surface: #0f172a;--surface-alt: #111b2e;--surface-strong: #1f2a44;--border: rgba(148, 163, 184, .25)}body.theme-dark .panel,body.theme-dark .card,body.theme-dark .overview__block,body.theme-dark .auth-card,body.theme-dark .calendar__head-cell,body.theme-dark .calendar-event{background:var(--surface);color:var(--text-primary);border-color:var(--border)}body.theme-dark .calendar__head-cell{background:linear-gradient(140deg,#6366f138,#9ca3af0f)}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{background-color:#ffffff0f;border-color:#94a3b847}body.theme-dark .auth-card__provider-button--secondary{background:transparent;border:1px solid var(--accent);color:var(--text-primary)}.calendar-event__title,.calendar-event__meta,.calendar-event__notes{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.calendar-event__title{-webkit-line-clamp:2;line-clamp:2}.calendar-event__meta{-webkit-line-clamp:1;line-clamp:1}.calendar-event__notes{-webkit-line-clamp:3;line-clamp:3}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft, 0 1px 2px rgba(15,23,42,.12));cursor:pointer}.icon-btn:hover{transform:translateY(-1px)}.icon-btn--danger{border-color:#ef444459}.icon-btn--danger:hover{background:#ef444414}.tab-bar{display:flex;gap:10px}.tab-bar__button--icon{width:44px;height:44px;border-radius:12px;padding:0;display:inline-flex;align-items:center;justify-content:center}.tab-bar__icon{display:inline-flex;line-height:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1,1);border:0}body.theme-dark .metric{background:#ffffff08;border:1px solid rgba(255,255,255,.03);box-shadow:none;color:var(--text-primary)}body.theme-dark .metric__value{color:var(--accent-strong);font-weight:800}body.theme-dark .summary__result-title,body.theme-dark .list-item__title,body.theme-dark .schedule-sidebar__headline,body.theme-dark .task-form__label{color:#e2e8fffa}body.theme-dark .task-form__label input,body.theme-dark .task-form__label select,body.theme-dark .task-form__label textarea{background:linear-gradient(135deg,#1e293bf2,#0f172aeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-color:#94a3b859!important;color:#e2e8f0!important;box-shadow:0 2px 8px #0003,inset 0 1px 2px #ffffff0d!important}body.theme-dark .task-form__label input::placeholder,body.theme-dark .task-form__label textarea::placeholder{color:#94a3b880!important}body.theme-dark .ai-assistant__edit-textarea{background:#1e293bf2!important;color:#e2e8fff2!important;border:2px solid #667eea!important}body.theme-dark .task-form__label input:focus,body.theme-dark .task-form__label select:focus,body.theme-dark .task-form__label textarea:focus{border-color:#7c3aed99!important;background:linear-gradient(135deg,#1e293b,#0f172af2)!important;box-shadow:0 0 0 4px #7c3aed26,0 4px 16px #7c3aed33,inset 0 1px 2px #ffffff14!important;transform:translateY(-2px)!important}body.theme-dark .task-form__label input:hover:not(:focus),body.theme-dark .task-form__label select:hover:not(:focus),body.theme-dark .task-form__label textarea:hover:not(:focus){border-color:#94a3b873!important;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d!important}body.theme-dark .reminder-composer__label input,body.theme-dark .reminder-composer__label select,body.theme-dark .reminder-composer__label textarea{background:linear-gradient(135deg,#1e293bf2,#0f172aeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-color:#94a3b859!important;color:#e2e8f0!important;box-shadow:0 2px 8px #0003,inset 0 1px 2px #ffffff0d!important}body.theme-dark .reminder-composer__label input::placeholder,body.theme-dark .reminder-composer__label textarea::placeholder{color:#94a3b880!important}body.theme-dark .reminder-composer__label input:focus,body.theme-dark .reminder-composer__label select:focus,body.theme-dark .reminder-composer__label textarea:focus{border-color:#7c3aed99!important;background:linear-gradient(135deg,#1e293b,#0f172af2)!important;box-shadow:0 0 0 4px #7c3aed26,0 4px 16px #7c3aed33,inset 0 1px 2px #ffffff14!important;transform:translateY(-2px)!important}body.theme-dark .reminder-composer__label input:hover:not(:focus),body.theme-dark .reminder-composer__label select:hover:not(:focus),body.theme-dark .reminder-composer__label textarea:hover:not(:focus){border-color:#94a3b873!important;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d!important}body.theme-dark .schedule-form__label input,body.theme-dark .schedule-form__label select,body.theme-dark .schedule-form__label textarea{background:linear-gradient(135deg,#1e293bf2,#0f172aeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-color:#94a3b859!important;color:#e2e8f0!important;box-shadow:0 2px 8px #0003,inset 0 1px 2px #ffffff0d!important}body.theme-dark .schedule-form__label input::placeholder,body.theme-dark .schedule-form__label textarea::placeholder{color:#94a3b880!important}body.theme-dark .schedule-form__label input:focus,body.theme-dark .schedule-form__label select:focus,body.theme-dark .schedule-form__label textarea:focus{border-color:#7c3aed99!important;background:linear-gradient(135deg,#1e293b,#0f172af2)!important;box-shadow:0 0 0 4px #7c3aed26,0 4px 16px #7c3aed33,inset 0 1px 2px #ffffff14!important;transform:translateY(-2px)!important}body.theme-dark .schedule-form__label input:hover:not(:focus),body.theme-dark .schedule-form__label select:hover:not(:focus),body.theme-dark .schedule-form__label textarea:hover:not(:focus){border-color:#94a3b873!important;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d!important}body.theme-dark .overview__description,body.theme-dark .overview__helper,body.theme-dark .summary__upload-subtitle,body.theme-dark .auth-card__provider-desc,body.theme-dark .list-item__meta,body.theme-dark .calendar__head-date{color:#cbd5e5d1}body.theme-dark .app-shell,body.theme-dark .panel,body.theme-dark .panel--auth,body.theme-dark .auth-card,body.theme-dark .summary__result,body.theme-dark .reminder-grid__aside{background:#080a12b3;border-color:#ffffff0a;backdrop-filter:none;-webkit-backdrop-filter:none}body.theme-dark .tab-bar__button svg,body.theme-dark .tab-bar__button .tab-bar__icon{filter:brightness(2.2) saturate(.85);opacity:.98;color:#e2e8fff2;stroke-width:2.5}body.theme-dark .tab-bar__button:hover svg,body.theme-dark .tab-bar__button:hover .tab-bar__icon{filter:brightness(2.5) saturate(.9);opacity:1}body.theme-dark .reminder-composer__label,body.theme-dark .reminder-composer__hint,body.theme-dark .panel__callout-label{color:#cbd5e5c7}body.theme-dark .ghost-button{background:#ffffff05;color:#e2e8fff2;border:1px solid rgba(255,255,255,.03)}body.theme-dark :focus-visible{outline:3px solid rgba(124,58,237,.32);outline-offset:2px}body.theme-dark .tab-panels,body.theme-dark .tab-panels *,body.theme-dark .panel,body.theme-dark .panel *,body.theme-dark .app-shell,body.theme-dark .app-shell *,body.theme-dark .auth-card,body.theme-dark .auth-card *,body.theme-dark .summary,body.theme-dark .summary *,body.theme-dark .calendar,body.theme-dark .calendar *,body.theme-dark .reminder-grid,body.theme-dark .reminder-grid *,body.theme-dark .timer,body.theme-dark .timer *,body.theme-dark .list,body.theme-dark .list *{color:var(--text-primary)!important}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#e2e8ff99!important}body.theme-dark svg:not(.sidebar-nav__icon *):not(.sidebar-footer__icon *),body.theme-dark svg *:not(.sidebar-nav__icon *):not(.sidebar-footer__icon *){color:var(--text-primary)!important;stroke:currentColor!important;fill:currentColor!important;opacity:.98!important}body.theme-dark .icon-btn,body.theme-dark .tab-bar__button--icon,body.theme-dark .profile-menu__trigger{background:#ffffff0a!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 2px 4px #0003!important}body.theme-dark .icon-btn:hover,body.theme-dark .tab-bar__button--icon:hover,body.theme-dark .profile-menu__trigger:hover{background:#ffffff14!important;border-color:#ffffff1f!important;transform:translateY(-1px)}body.theme-dark button,body.theme-dark a,body.theme-dark .primary,body.theme-dark .auth-card__provider-button{color:var(--text-inverse)!important}body.theme-dark .tab-bar__button svg,body.theme-dark .tab-bar__button .tab-bar__icon{color:var(--text-primary)!important}body.theme-dark .panel__helper,body.theme-dark .auth-card__helper-block,body.theme-dark .panel__callout-label{color:#e2e8ffc7!important}body.theme-dark .calendar-event__title,body.theme-dark .calendar-event__meta,body.theme-dark .calendar-event__notes{color:var(--text-primary)!important}body.theme-dark .tab-bar__button:focus-visible,body.theme-dark .icon-btn:focus-visible{outline:3px solid rgba(168,85,247,.28)!important;outline-offset:2px!important}body.theme-dark .icon-btn--danger svg,body.theme-dark .schedule-sidebar__delete:before{filter:invert(1) brightness(2.5) saturate(.7)!important;opacity:.95!important}body.theme-dark .calendar__navigation-icon,body.theme-dark .calendar__action-icon,body.theme-dark .calendar__head-cell svg,body.theme-dark .calendar-event svg,body.theme-dark .list-item__actions svg{filter:invert(1) brightness(2.2) saturate(.8)!important;opacity:.95!important}.summary__paragraph{line-height:1.8!important;font-size:15px!important;color:#374151!important}.summary__paragraph--scrollable{width:100%!important;max-width:100%!important;max-height:600px!important;min-height:250px!important;padding:24px 28px!important;background:linear-gradient(135deg,#fffffffa,#f8f9faeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-radius:16px!important;border:1px solid rgba(148,163,184,.12)!important;box-shadow:0 4px 12px #0000000d,inset 0 1px 3px #ffffffb3!important;overflow-y:auto!important;overflow-x:hidden!important;overflow-wrap:break-word!important;word-break:break-word!important;white-space:pre-wrap!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:15.5px!important;line-height:1.85!important;text-align:left!important;-webkit-hyphens:auto!important;hyphens:auto!important;word-wrap:break-word!important;box-sizing:border-box!important;margin:0 auto!important;font-weight:400!important;color:#1f2937!important;transition:all .3s cubic-bezier(.34,1.56,.64,1)!important;resize:vertical!important}.summary__paragraph--scrollable:hover{box-shadow:0 6px 16px #0000001a,inset 0 1px 3px #ffffffb3!important;transform:translateY(-1px)!important}.summary__paragraph--scrollable::-webkit-scrollbar{width:14px!important;background:#f3f4f666!important;display:block!important}.summary__paragraph--scrollable::-webkit-scrollbar-track{background:#f9fafbe6!important;border-left:1px solid rgba(229,231,235,.6)!important;border-radius:0 16px 16px 0!important;display:block!important}.summary__paragraph--scrollable::-webkit-scrollbar-thumb{background:#9ca3afa6!important;border-radius:7px!important;border:3px solid rgba(249,250,251,.9)!important;min-height:50px!important;display:block!important;visibility:visible!important;opacity:1!important}.summary__paragraph--scrollable::-webkit-scrollbar-thumb:hover{background:#6b7280d9!important;opacity:1!important}.summary__paragraph--scrollable::-webkit-scrollbar-thumb:active{background:#4b5563f2!important;opacity:1!important}.summary__result-panel{background:#ffffffeb!important;padding:24px!important;box-shadow:0 2px 8px #0000000a!important;max-width:100%;overflow-x:hidden;overflow-y:auto;word-wrap:break-word;box-sizing:border-box;border-radius:12px;max-height:600px;min-height:200px}.summary__result-panel::-webkit-scrollbar{width:12px}.summary__result-panel::-webkit-scrollbar-track{background:#00000005;border-radius:10px;margin:4px}.summary__result-panel::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea66,#764ba266);border-radius:10px;border:2px solid transparent;background-clip:padding-box;min-height:40px;transition:all .3s ease}.summary__result-panel::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#667eeab3,#764ba2b3)}.summary__result-panel::-webkit-scrollbar-thumb:active{background:#4b5563e6}.summary__result-panel--original{border-style:solid!important;background:#f8fafcf2!important;padding:0!important;max-width:100%;overflow-x:hidden;word-wrap:break-word;box-sizing:border-box;border-radius:12px;max-height:600px;min-height:200px;overflow-y:auto}.summary__result-panel--original::-webkit-scrollbar{width:12px;background:#f3f4f680}.summary__result-panel--original::-webkit-scrollbar-track{background:#f9fafbcc;border-left:1px solid rgba(229,231,235,.5);border-radius:0 12px 12px 0}.summary__result-panel--original::-webkit-scrollbar-thumb{background:#9ca3af99;border-radius:6px;border:2px solid rgba(249,250,251,.8);min-height:40px}.summary__result-panel--original::-webkit-scrollbar-thumb:hover{background:#6b7280cc}.summary__result-panel--original::-webkit-scrollbar-thumb:active{background:#4b5563e6}.summary__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.summary__bullet{padding-left:32px;position:relative;line-height:1.8;color:#1f2937;font-size:15.5px;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;box-sizing:border-box;text-align:justify;-webkit-hyphens:auto;hyphens:auto;font-weight:400}.summary__bullet:before{content:"";position:absolute;left:8px;color:#4f46e5;font-size:20px;font-weight:700}.summary__text-input-wrapper{position:relative;display:flex;align-items:flex-start;gap:8px}.summary__text-input-wrapper textarea{flex:1;min-height:120px;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;line-height:1.5;color:#1f2937;background:#fff;resize:vertical;transition:border-color .2s ease}.summary__text-input-wrapper textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.summary__voice-button.is-listening{background:#ef4444;border-color:#ef4444;animation:pulse-recording 1.5s ease-in-out infinite}.summary__voice-button.is-listening:hover{background:#dc2626;border-color:#dc2626}@keyframes pulse-recording{0%,to{box-shadow:0 0 #ef4444b3}50%{box-shadow:0 0 0 10px #ef444400}}body.theme-dark .summary__paragraph{color:#e2e8f0f2!important}body.theme-dark .summary__result-tab{color:#60a5fa!important}body.theme-dark .summary__result-tab.is-active{background:#1e293b!important;color:#e2e8f0!important;box-shadow:0 8px 16px #0006!important}body.theme-dark .summary__text-input-wrapper{display:flex!important;align-items:flex-end!important;gap:12px!important}body.theme-dark .summary__text-input-wrapper textarea{flex:1!important;background:linear-gradient(135deg,#1e293bf2,#0f172aeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border-color:#94a3b859!important;color:#e2e8f0!important;padding:14px 16px!important;box-shadow:0 2px 8px #0003,inset 0 1px 2px #ffffff0d!important}body.theme-dark .summary__text-input-wrapper textarea::placeholder{color:#94a3b880!important}body.theme-dark .summary__text-input-wrapper textarea:focus{border-color:#7c3aed99!important;background:linear-gradient(135deg,#1e293b,#0f172af2)!important;box-shadow:0 0 0 4px #7c3aed26,0 4px 16px #7c3aed33,inset 0 1px 2px #ffffff14!important;transform:translateY(-2px)!important}body.theme-dark .summary__text-input-wrapper textarea:hover:not(:focus){border-color:#94a3b873!important;box-shadow:0 4px 12px #0000004d,inset 0 1px 2px #ffffff0d!important}body.theme-dark .summary__voice-button{background:linear-gradient(135deg,#60a5fa26,#7c3aed1a)!important;border-color:#60a5fa!important;color:#60a5fa!important;position:static!important;width:48px!important;height:48px!important;min-width:48px!important;flex-shrink:0!important}body.theme-dark .summary__voice-button:hover{background:#60a5fa!important;border-color:#60a5fa!important;color:#fff!important}body.theme-dark .summary__voice-button.is-listening{background:#ef4444!important;border-color:#ef4444!important}body.theme-dark .summary__voice-button.is-listening:hover{background:#dc2626!important;border-color:#dc2626!important}body.theme-dark .summary__paragraph--scrollable{width:100%!important;max-width:100%!important;background:linear-gradient(135deg,#1e293bfa,#0f172aeb)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(148,163,184,.2)!important;box-shadow:0 2px 8px #0000004d,inset 0 1px 2px #ffffff1a!important}body.theme-dark .summary__paragraph--scrollable:hover{box-shadow:0 4px 12px #0006,inset 0 1px 2px #ffffff1a!important}body.theme-dark .summary__paragraph--scrollable::-webkit-scrollbar{width:12px!important;background:#0f172a80!important;display:block!important}body.theme-dark .summary__paragraph--scrollable::-webkit-scrollbar-track{background:#1e293bcc!important;border-left:1px solid rgba(51,65,85,.5)!important;border-radius:0 14px 14px 0!important;display:block!important}body.theme-dark .summary__paragraph--scrollable::-webkit-scrollbar-thumb{background:#47556999!important;border-radius:6px!important;border:2px solid rgba(30,41,59,.8)!important;min-height:40px!important;display:block!important;visibility:visible!important;opacity:1!important}body.theme-dark .summary__paragraph--scrollable::-webkit-scrollbar-thumb:hover{background:#64748bcc!important;opacity:1!important}body.theme-dark .summary__paragraph--scrollable::-webkit-scrollbar-thumb:active{background:#94a3b8e6!important;opacity:1!important}body.theme-dark .summary__result-panel{background:#0f172ad9!important;border-color:#94a3b833!important}body.theme-dark .summary__result-panel--original{background:#1e293bf2!important}body.theme-dark .summary__bullet{color:#e2e8f0eb}body.theme-dark .summary__bullet:before{color:#a78bfa}@media (max-width: 479px){:root{font-size:14px}.app-shell{min-height:100vh;height:auto}.overview{gap:12px}.overview__topbar{flex-direction:column;align-items:stretch}.overview__brand{flex-direction:column;width:100%}.tab-bar{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab-bar__button{min-width:70px}.planner-layout__columns{grid-template-columns:1fr;gap:20px}.panel-grid--planner{grid-template-columns:1fr}.list-item{flex-direction:column}.auth-container{padding:16px}.auth-content{width:100%}.auth-card{max-width:100%}.auth-welcome__title{font-size:24px}.profile-menu__panel{position:fixed;top:auto!important;bottom:0;left:0;right:0;border-radius:20px 20px 0 0;width:100%;max-width:100%;min-width:unset;z-index:999}.quick-actions__label textarea{min-height:100px}}@media (min-width: 480px) and (max-width: 639px){.planner-layout__columns,.panel-grid--planner{grid-template-columns:1fr}.auth-providers{grid-template-columns:1fr 1fr}}@media (min-width: 640px) and (max-width: 1023px){.planner-layout__columns{grid-template-columns:1.2fr 1fr}.overview__metrics{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.calendar__head,.calendar__body{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}}@media (min-width: 1024px){.app-shell{display:flex;flex-direction:column}.planner-layout__columns{grid-template-columns:1.4fr 1fr}.overview__metrics{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.calendar__head,.calendar__body{grid-template-columns:repeat(7,minmax(0,1fr))}.auth-providers{grid-template-columns:1fr 1fr}}@media (min-width: 1440px){:root{font-size:16px}.app-shell{max-width:1280px}.overview__metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-height: 500px) and (orientation: landscape){.overview{padding:12px 20px;gap:8px}.overview__title{margin-bottom:0}.tab-bar{padding:6px;gap:8px}.panel{padding:16px}.timer__display{padding:16px;font-size:32px}}@media (hover: none) and (pointer: coarse){button,.pill,.list-item__action,.auth-provider{min-height:44px;min-width:44px}.tab-bar__button{min-height:44px}input,textarea,select{font-size:16px;min-height:44px}.calendar-event__details{display:none}.calendar-event:active{transform:scale(.98)}}@media print{.app-shell{background:#fff;box-shadow:none}.profile-menu,.tab-bar{display:none}*{background:#fff!important;color:#000!important;border-color:#000!important}}.landing-page{width:100%;min-height:100vh;overflow-x:hidden;overflow-y:visible;background:#fff;position:relative;touch-action:pan-y}.landing-page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle 3px at center,rgba(16,185,129,.18) 0%,transparent 100%),radial-gradient(circle 2px at center,rgba(5,150,105,.12) 0%,transparent 100%),radial-gradient(circle 4px at center,rgba(52,211,153,.09) 0%,transparent 100%);background-size:48px 48px,32px 32px,64px 64px;background-position:0 0,16px 16px,8px 8px;animation:dotGridPulse 6s ease-in-out infinite}@keyframes dotGridPulse{0%,to{opacity:.55}50%{opacity:1}}.landing-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:visible;touch-action:pan-y}.landing-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.landing-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#10b9810a,#34d39912,#05966908);opacity:1;pointer-events:none}.landing-hero__shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;pointer-events:none}.shape{position:absolute;border-radius:50%;filter:blur(30px);opacity:.06;z-index:0;pointer-events:none;will-change:transform}.shape--1{width:500px;height:500px;background:radial-gradient(circle,#10b98173,#34d39940);top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.shape--2{width:400px;height:400px;background:radial-gradient(circle,#05966959,#6ee7b733);bottom:-150px;left:-150px;animation:float 25s ease-in-out infinite reverse}.shape--3{width:350px;height:350px;background:radial-gradient(circle,#34d39966,#10b9812e);top:50%;left:50%;transform:translate(-50%,-50%);animation:float 30s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.landing-hero__content{position:relative;z-index:100;flex:1;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;width:100%;padding:0 clamp(24px,4vw,48px)}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,3vh,24px) 0;gap:clamp(12px,2vw,16px)}.landing-header__logo{display:flex;align-items:center;gap:clamp(8px,1.5vw,12px);flex-shrink:0}.landing-header__logo-icon{width:clamp(52px,8vw,64px);height:clamp(52px,8vw,64px);border-radius:12px;background:linear-gradient(135deg,#059669,#047857);color:#fff;display:grid;place-items:center;font-weight:700;font-size:clamp(20px,3.5vw,26px);box-shadow:0 4px 12px #05966959}.landing-header__logo-text{font-size:clamp(18px,3vw,24px);font-weight:800;background:linear-gradient(135deg,#0369a1,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-header__theme-toggle{width:clamp(40px,6vw,48px);height:clamp(40px,6vw,48px);border-radius:12px;background:#fffc;border:2px solid rgba(16,185,129,.15);cursor:pointer;display:grid;place-items:center;font-size:clamp(18px,2.5vw,22px);transition:all .3s ease;box-shadow:0 2px 8px #05966914;flex-shrink:0;padding:0;min-width:clamp(40px,6vw,48px);min-height:clamp(40px,6vw,48px)}.landing-header__theme-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.landing-hero__mockup-top{display:none}.landing-hero__main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:clamp(40px,8vh,60px) 0;gap:clamp(20px,4vh,32px);position:relative;z-index:10}.landing-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffffbf;border:2px solid rgba(16,185,129,.18);border-radius:100px;font-size:14px;font-weight:600;color:#065f46;box-shadow:0 4px 16px #05966914;animation:slideDown .8s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.landing-hero__badge-emoji{font-size:18px}.landing-hero__title{font-size:clamp(40px,6vw,72px);font-weight:900;line-height:1.1;margin:0;max-width:min(900px,60vw);animation:slideUp .8s ease .2s both}.landing-hero__title-gradient{background:linear-gradient(135deg,#0369a1,#0891b2,#059669,#10b981,#0891b2,#0369a1);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;animation:limeShimmer 5s ease-in-out infinite}@keyframes limeShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.landing-hero__description{font-size:clamp(16px,2vw,20px);line-height:1.6;color:var(--text-muted);max-width:min(700px,50vw);margin:0;animation:slideUp .8s ease .4s both}.landing-hero__cta{display:flex;gap:clamp(12px,2vw,16px);flex-wrap:wrap;justify-content:center;animation:slideUp .8s ease .6s both}.landing-hero__cta-primary{display:inline-flex;align-items:center;gap:clamp(8px,1.5vw,12px);padding:clamp(14px,2.5vh,18px) clamp(24px,4vw,36px);background:linear-gradient(135deg,#0596691a,#10b98129,#34d3991f);color:#065f46;border:2px solid rgba(16,185,129,.25);border-radius:14px;font-size:clamp(16px,2vw,18px);font-weight:700;cursor:pointer;box-shadow:0 8px 32px #0596691f,inset 0 1px #fff9;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:emeraldBtnGlow 3s ease-in-out infinite}@keyframes emeraldBtnGlow{0%,to{box-shadow:0 8px 32px #0596691f,inset 0 1px #fff9}50%{box-shadow:0 8px 40px #05966940,inset 0 1px #fff9,0 0 20px #10b9811a}}.landing-hero__cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #0596694d,0 0 24px #10b98126;border-color:#10b98166;background:linear-gradient(135deg,#05966929,#10b98138,#34d3992e)}.landing-hero__cta-arrow{font-size:clamp(20px,3vw,24px);transition:transform .3s ease}.landing-hero__cta-primary:hover .landing-hero__cta-arrow{transform:translate(4px)}.landing-hero__cta-secondary{padding:clamp(14px,2.5vh,18px) clamp(24px,4vw,36px);background:#fffc;color:#065f46;border:2px solid rgba(16,185,129,.12);border-radius:14px;font-size:clamp(16px,2vw,18px);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0596690f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-hero__cta-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 24px #05966924;border-color:#10b9814d;background:#ecfdf599}.landing-hero__stats{display:flex;gap:clamp(24px,6vw,48px);flex-wrap:wrap;justify-content:center;animation:slideUp .8s ease .8s both;position:relative;z-index:100}.landing-hero__stat{display:flex;flex-direction:column;gap:4px;align-items:center;position:relative;z-index:10}.landing-hero__stat-value{font-size:clamp(28px,4vw,36px);font-weight:800;background:linear-gradient(135deg,#0369a1,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;z-index:10}.landing-hero__stat-label{font-size:14px;color:var(--text-muted);font-weight:500;text-align:center;position:relative;z-index:10}.landing-hero__mockup{position:absolute;right:0%;top:45%;transform:translateY(-50%);z-index:2}@keyframes slideLeft{0%{opacity:0;transform:translateY(-50%) translate(50px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.mockup-card{width:clamp(280px,22vw,380px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;overflow:hidden;transform:rotate(-20deg);transition:transform .3s ease;position:relative;z-index:1}.mockup-card:hover{transform:rotate(0) translateY(-5px)}.mockup-card__header{display:flex;gap:8px;padding:16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.mockup-card__dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb}.mockup-card__dot:nth-child(1){background:#ef4444}.mockup-card__dot:nth-child(2){background:#f59e0b}.mockup-card__dot:nth-child(3){background:#10b981}.mockup-card__body{padding:20px;display:flex;flex-direction:column;gap:12px}.mockup-task{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:10px}.mockup-task__checkbox{width:24px;height:24px;border:2px solid #10b981;border-radius:6px;display:grid;place-items:center;color:#10b981;font-weight:700;flex-shrink:0}.mockup-task__text{flex:1;font-size:14px;font-weight:600}.mockup-task__badge{padding:4px 10px;background:linear-gradient(135deg,#059669,#047857);color:#fff;border-radius:6px;font-size:12px;font-weight:700}.mockup-streak{display:flex;align-items:center;gap:8px;padding:12px;background:linear-gradient(135deg,#ecfdf5cc,#d1fae599);border-radius:10px}.mockup-streak__emoji{font-size:24px}.mockup-streak__text{font-size:14px;font-weight:700;color:#065f46}.landing-hero__scroll{position:absolute;bottom:40px;right:40px;animation:fadeIn 1s ease 2s both;z-index:50}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer}.scroll-indicator__mouse{width:30px;height:50px;border:2px solid var(--text-muted);border-radius:20px;position:relative}.scroll-indicator__wheel{width:4px;height:10px;background:var(--text-muted);border-radius:2px;position:absolute;top:8px;left:50%;transform:translate(-50%);animation:scroll 2s ease-in-out infinite}@keyframes scroll{0%,to{opacity:0;top:8px}50%{opacity:1;top:20px}}.scroll-indicator__text{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.landing-features{padding:clamp(60px,12vh,120px) clamp(20px,3vw,24px);background:linear-gradient(180deg,#d1fae526,#fffffff7)}.landing-features__container{max-width:1200px;margin:0 auto}.landing-features__header{text-align:center;margin-bottom:clamp(40px,8vh,80px)}.landing-features__title{font-size:clamp(32px,5vw,48px);font-weight:800;line-height:1.2;margin:0 0 clamp(12px,2vh,16px)}.text-gradient{background:linear-gradient(135deg,#0369a1,#059669,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-features__description{font-size:clamp(16px,2vw,18px);color:var(--text-muted);max-width:600px;margin:0 auto}.landing-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(24px,3vw,32px)}.feature-card{padding:clamp(24px,3vw,32px) clamp(20px,2.5vw,24px);background:#ffffffd9;border:2px solid rgba(16,185,129,.08);border-radius:20px;transition:all .3s ease;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feature-card:hover{transform:translateY(-8px);border-color:#10b9814d;box-shadow:0 20px 40px #0596691a}.feature-card__emoji{font-size:clamp(40px,6vw,48px);margin-bottom:clamp(12px,2vh,16px)}.feature-card__title{font-size:20px;font-weight:700;margin:0 0 8px;color:var(--text-primary)}.feature-card__description{font-size:15px;color:var(--text-muted);line-height:1.6;margin:0}.landing-cta{padding:120px 24px;background:linear-gradient(135deg,#047857,#059669 35%,#10b981 65%,#047857);background-size:300% 300%;animation:emeraldWave 8s ease-in-out infinite;position:relative;overflow:hidden}@keyframes emeraldWave{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.landing-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle 6px at 25% 25%,rgba(255,255,255,.18) 0%,transparent 100%),radial-gradient(circle 4px at 75% 40%,rgba(255,255,255,.14) 0%,transparent 100%),radial-gradient(circle 8px at 50% 70%,rgba(255,255,255,.12) 0%,transparent 100%),radial-gradient(circle 3px at 15% 80%,rgba(255,255,255,.16) 0%,transparent 100%),radial-gradient(circle 5px at 85% 15%,rgba(255,255,255,.13) 0%,transparent 100%);background-size:80px 80px,60px 60px,100px 100px,50px 50px,70px 70px;animation:dropletDrift 12s linear infinite;opacity:1}@keyframes dropletDrift{0%{background-position:0 0,0 0,0 0,0 0,0 0}to{background-position:80px 80px,-60px 60px,100px -100px,-50px 50px,70px -70px}}.landing-cta__container{max-width:800px;margin:0 auto;position:relative;z-index:1}.landing-cta__content{text-align:center;color:#fff}.landing-cta__title{font-size:clamp(32px,5vw,48px);font-weight:800;margin:0 0 16px}.landing-cta__description{font-size:20px;opacity:.95;margin:0 0 40px;line-height:1.6}.landing-cta__button{display:inline-flex;align-items:center;gap:12px;padding:20px 48px;background:#ffffffed;color:#065f46;border:2px solid rgba(255,255,255,.6);border-radius:14px;font-size:20px;font-weight:700;cursor:pointer;box-shadow:0 12px 32px #0478572e;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.landing-cta__button:hover{transform:translateY(-4px);box-shadow:0 16px 40px #04785747;background:#fff}.landing-cta__button-emoji{font-size:24px}.landing-footer{background:#0f172a;color:#94a3b8;padding:80px 24px 24px}.landing-footer__container{max-width:1200px;margin:0 auto 40px;display:flex;justify-content:space-between;gap:60px;flex-wrap:wrap}.landing-footer__brand{flex:1;min-width:250px}.landing-footer__logo{display:flex;align-items:center;gap:12px;margin-bottom:12px}.landing-footer__logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:grid;place-items:center;font-weight:700;font-size:16px}.landing-footer__logo-text{font-size:20px;font-weight:700;color:#fff}.landing-footer__tagline{font-size:14px;line-height:1.6;margin:0}.landing-footer__links{display:flex;gap:60px;flex-wrap:wrap}.landing-footer__column{display:flex;flex-direction:column;gap:12px}.landing-footer__column-title{font-size:14px;font-weight:700;color:#fff;margin:0 0 8px;text-transform:uppercase;letter-spacing:1px}.landing-footer__link{font-size:14px;color:#94a3b8;text-decoration:none;transition:color .2s ease}.landing-footer__link:hover{color:#fff}.landing-footer__bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #1e293b;text-align:center}.landing-footer__copyright{font-size:14px;margin:0}body.theme-dark .landing-page{background:var(--background)}body.theme-dark .landing-page:after{display:none}body.theme-dark .landing-hero{color:#f8fafc}body.theme-dark .landing-hero__gradient{background:linear-gradient(180deg,#0f172af2,#1e293bfa);opacity:1}body.theme-dark .shape{opacity:.06}body.theme-dark .shape--1{background:linear-gradient(135deg,#667eea,#764ba2)}body.theme-dark .shape--2{background:linear-gradient(135deg,#f093fb,#f5576c)}body.theme-dark .shape--3{background:linear-gradient(135deg,#4facfe,#00f2fe)}body.theme-dark .landing-header__logo-icon{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}body.theme-dark .landing-header__logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .landing-header__theme-toggle{background:#1e293b99;color:#f8fafc;border-color:#94a3b833}body.theme-dark .landing-header__theme-toggle:hover{background:#1e293bcc;box-shadow:0 8px 20px #0006}body.theme-dark .landing-hero__badge{background:#1e293bcc;border-color:#6366f14d;color:#cbd5e1;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .landing-hero__badge-text{color:#cbd5e1}body.theme-dark .landing-hero__title{color:#f8fafc}body.theme-dark .landing-hero__title-gradient{background:linear-gradient(135deg,#818cf8,#a78bfa,#c084fc);background-size:100% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:none}body.theme-dark .landing-hero__cta-primary{background:linear-gradient(135deg,#667eea,#764ba2);background-size:100% 100%;color:#fff;border:none;box-shadow:0 8px 24px #667eea66;animation:none;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .landing-hero__cta-primary:hover{box-shadow:0 12px 32px #667eea80}body.theme-dark .landing-hero__description{color:#cbd5e1}body.theme-dark .landing-hero__cta-secondary{background:#1e293b99;color:#f8fafc;border-color:#94a3b833;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .landing-hero__cta-secondary:hover{background:#1e293bcc;border-color:#6366f180}body.theme-dark .landing-hero__stat-label{color:#94a3b8}body.theme-dark .landing-hero__stat-value{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .scroll-indicator__mouse,body.theme-dark .scroll-indicator__wheel{border-color:#e2e8f0;background:#e2e8f033}body.theme-dark .scroll-indicator__text{color:#e2e8f0}body.theme-dark .mockup-card{background:#1e293be6;border-color:#94a3b833}body.theme-dark .mockup-task__checkbox{border-color:#818cf8;color:#818cf8}body.theme-dark .mockup-task__badge{background:linear-gradient(135deg,#667eea,#764ba2)}body.theme-dark .mockup-card__header{background:#0f172acc;border-color:#94a3b81a}body.theme-dark .mockup-card__dot{background:#94a3b84d}body.theme-dark .mockup-card__dot:nth-child(1){background:#ef4444}body.theme-dark .mockup-card__dot:nth-child(2){background:#f59e0b}body.theme-dark .mockup-card__dot:nth-child(3){background:#10b981}body.theme-dark .mockup-task{background:#0f172a99}body.theme-dark .mockup-task__text{color:#f8fafc}body.theme-dark .mockup-streak{background:linear-gradient(135deg,#ca8a0433,#d9770633)}body.theme-dark .mockup-streak__text{color:#fbbf24}body.theme-dark .landing-features{background:#0f172af2}body.theme-dark .landing-features__title{color:#f8fafc}body.theme-dark .landing-features__description{color:#94a3b8}body.theme-dark .feature-card{background:#1e293b99;border-color:#94a3b81a;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .feature-card:hover{background:#1e293bcc;border-color:#6366f14d;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .feature-card__title{color:#f8fafc}body.theme-dark .feature-card__description{color:#cbd5e1}body.theme-dark .text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .landing-cta{background:linear-gradient(135deg,#1e1b4bf2,#581c87f2);background-size:100% 100%;animation:none}body.theme-dark .landing-cta:before{opacity:.3}body.theme-dark .landing-cta__title{color:#f8fafc}body.theme-dark .landing-cta__description{color:#e0e7ff;opacity:1}body.theme-dark .landing-cta__button{background:linear-gradient(135deg,#818cf8,#a78bfa);color:#fff;box-shadow:0 12px 32px #818cf880;border:2px solid rgba(167,139,250,.3)}body.theme-dark .landing-cta__button:hover{transform:translateY(-4px);box-shadow:0 16px 40px #818cf8b3;background:linear-gradient(135deg,#a78bfa,#c084fc);border-color:#a78bfa99}body.theme-dark .landing-footer{background:#0a0f1e;color:#94a3b8}body.theme-dark .landing-footer__logo-text,body.theme-dark .landing-footer__column-title{color:#f8fafc}body.theme-dark .landing-footer__link{color:#94a3b8}body.theme-dark .landing-footer__link:hover{color:#f8fafc}body.theme-dark .landing-footer__bottom{border-color:#1e293b80}@media (max-width: 1400px){.landing-hero__mockup{right:-5%}.mockup-card{transform:rotate(-18deg) scale(.95)}.landing-hero__title{max-width:min(800px,55vw)}.landing-hero__description{max-width:min(650px,48vw)}}@media (max-width: 1200px){.landing-hero__mockup{right:-10%}.mockup-card{transform:rotate(-15deg) scale(.9)}.landing-hero__title{max-width:min(600px,50vw)}.landing-hero__description{max-width:min(500px,45vw)}}@media (max-width: 1024px){.landing-hero__mockup{position:static;transform:none;margin-top:40px;display:flex;justify-content:center;animation:none}.mockup-card{transform:rotate(0) scale(1)}.landing-hero__title,.landing-hero__description{max-width:100%}}@media (max-width: 768px){html,body{overflow-y:auto!important;overflow-x:hidden!important;height:auto!important;position:relative!important}body:has(.landing-page){overflow:visible!important}.landing-page{overflow-y:auto!important;-webkit-overflow-scrolling:touch;touch-action:pan-y;position:relative}.landing-hero{min-height:auto;height:auto;overflow-y:visible;position:relative}.landing-hero__main{padding:40px 0;margin-top:30px;gap:0}.landing-header{gap:12px!important}.landing-header__theme-toggle{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;flex-shrink:0!important}.landing-hero__mockup-top{display:flex;justify-content:center;margin:20px auto 10px;padding:0 20px;pointer-events:none}.landing-hero__mockup-top .mockup-card{width:280px;transform:rotate(-20deg) scale(1)}.landing-hero__badge{margin-top:-15px;margin-bottom:20px}.landing-hero__title{order:0;margin-bottom:20px}.landing-hero__description{order:2;margin-top:100px;margin-bottom:30px}.landing-hero__cta{flex-direction:column;width:100%;margin-top:0;margin-bottom:30px}.mockup-card{width:clamp(140px,70vw,180px);transform:rotate(-5deg) scale(.5);box-shadow:0 10px 30px #00000026}.mockup-card__header{padding:8px;gap:4px}.mockup-card__dot{width:6px;height:6px}.mockup-card__body{padding:10px;gap:6px}.mockup-task{padding:6px;gap:6px}.mockup-task__checkbox{width:16px;height:16px;font-size:10px;border-width:1px}.mockup-task__text{font-size:10px}.mockup-task__badge{padding:2px 6px;font-size:8px}.mockup-streak{padding:6px;gap:4px}.mockup-streak__emoji{font-size:12px}.mockup-streak__text{font-size:10px}.landing-hero__cta{flex-direction:column;width:100%;margin-top:90px}.landing-hero__cta-primary,.landing-hero__cta-secondary{width:100%;justify-content:center}.landing-hero__stats{gap:24px;margin-top:0;display:grid;grid-template-columns:repeat(2,1fr);width:100%;max-width:400px}.landing-features{padding:80px 24px}.landing-features__header{margin-bottom:60px}.landing-features__grid{grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{padding:14px 10px;border-radius:14px}.feature-card__emoji{font-size:28px;margin-bottom:6px}.feature-card__title{font-size:13px;margin-bottom:4px}.feature-card__description{font-size:10px;line-height:1.3}.landing-cta{padding:80px 24px}.landing-footer__container{flex-direction:column;gap:40px}.landing-footer__links{gap:40px}.landing-hero__scroll{left:10px;right:auto;bottom:700px}.scroll-indicator{transform:scale(.8)}.scroll-indicator__mouse{width:24px;height:40px}.scroll-indicator__wheel{width:3px;height:8px}.scroll-indicator__text{font-size:10px}}@media (max-width: 480px){.landing-header__logo-text{display:none}.landing-header{gap:8px!important}.landing-header__theme-toggle{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;padding:0!important;flex-shrink:0!important;font-size:16px!important}.landing-hero__mockup-top{margin:30px auto 10px}.landing-hero__mockup-top .mockup-card{width:260px;transform:rotate(5deg) scale(.95)}.landing-hero__mockup{margin:10px auto 15px}.landing-hero__description{margin-top:90px;margin-bottom:25px}.landing-hero__cta{margin-bottom:25px}.landing-hero__stats{margin-top:0;gap:16px}.mockup-card{width:120px;transform:rotate(-8deg) scale(.45);border-radius:15px;box-shadow:0 8px 20px #0000001f}.mockup-card__header{padding:6px;gap:3px}.mockup-card__dot{width:5px;height:5px}.mockup-card__body{padding:8px;gap:5px}.mockup-task{padding:5px;gap:5px;border-radius:6px}.mockup-task__checkbox{width:14px;height:14px;font-size:9px;border-width:1px}.mockup-task__text{font-size:9px}.mockup-task__badge{padding:2px 5px;font-size:7px;border-radius:6px}.mockup-streak{padding:5px;gap:3px;border-radius:6px}.mockup-streak__emoji{font-size:10px}.mockup-streak__text{font-size:9px}.landing-hero__title{font-size:26px}.landing-hero__description{font-size:16px}.landing-hero__cta-primary,.landing-hero__cta-secondary{font-size:16px;padding:16px 28px}.mockup-card{width:280px}.landing-hero__scroll{left:8px;right:auto;transform:none;bottom:580px}.scroll-indicator{transform:scale(.7)}.scroll-indicator__mouse{width:20px;height:35px}.scroll-indicator__wheel{width:3px;height:7px;top:6px}.scroll-indicator__text{font-size:9px}}.notification-bell-button{position:relative;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;cursor:pointer;display:grid;place-items:center;box-shadow:0 4px 12px #6366f140;transition:all .3s ease}.notification-bell-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 16px #6366f159}.notification-bell-button:active{transform:translateY(0) scale(.98)}.notification-bell-icon{font-size:22px;animation:ring 2s ease-in-out infinite}@keyframes ring{0%,90%,to{transform:rotate(0)}92%,96%{transform:rotate(15deg)}94%,98%{transform:rotate(-15deg)}}.gamification-bar{display:flex;align-items:center;gap:clamp(16px,3vw,20px);padding:clamp(14px,3vw,24px) clamp(16px,4vw,24px);background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #667eea40;margin-bottom:24px;flex-wrap:wrap}.gamification-bar__level{display:flex;align-items:center;gap:clamp(10px,2vw,12px);flex:1;min-width:200px}.gamification-bar__level-badge{width:60px;height:60px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 16px #667eea4d;transition:transform .3s ease;position:relative;overflow:hidden}.gamification-bar__level-badge:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);border-radius:16px}.gamification-bar__level-badge:hover{transform:scale(1.05) translateY(-2px);box-shadow:0 6px 20px #667eea66}.gamification-bar__level-number{font-size:32px;font-weight:800;color:#fff;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.2)}.gamification-bar__level-info{display:flex;flex-direction:column;gap:2px;color:#fff}.gamification-bar__level-name{font-size:clamp(15px,3vw,18px);font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.gamification-bar__level-xp{font-size:clamp(12px,2vw,13px);opacity:.95;font-weight:500}.gamification-bar__level-remaining{opacity:.8;font-size:12px}.gamification-bar__progress-container{flex:2;min-width:200px;height:clamp(14px,3vw,16px);background:#ffffff40;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.gamification-bar__progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:12px;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:block;min-width:10%}.gamification-bar__progress-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shine 2s infinite}@keyframes shine{to{left:100%}}.gamification-bar__streak{display:flex;align-items:center;gap:clamp(8px,1.5vw,10px);padding:clamp(8px,2vw,10px) clamp(12px,3vw,16px);background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#fff;flex-shrink:1;min-width:0}.gamification-bar__streak:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.gamification-bar__streak-emoji{font-size:clamp(28px,5vw,32px);flex-shrink:0}.gamification-bar__streak-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.gamification-bar__streak-days{font-size:clamp(20px,4vw,24px);font-weight:800;line-height:1}.gamification-bar__streak-label{font-size:clamp(10px,1.8vw,11px);opacity:.9;font-weight:500;word-break:break-word;line-height:1.3}@media (max-width: 1024px) and (min-width: 769px){.gamification-bar{gap:14px;padding:16px 18px;margin-top:16px}.gamification-bar__level{min-width:180px}.gamification-bar__progress-container{min-width:150px}.gamification-bar__streak{gap:8px;padding:8px 12px;max-width:200px;flex-shrink:1}.gamification-bar__streak-emoji{font-size:26px}.gamification-bar__streak-days{font-size:20px}.gamification-bar__streak-label{font-size:9px;max-width:120px}}@media (max-width: 768px){.gamification-bar{flex-direction:column;align-items:stretch;gap:12px;padding:12px 14px;margin-top:16px}.gamification-bar__level{min-width:unset;flex-basis:100%}.gamification-bar__level-badge{width:52px;height:52px}.gamification-bar__level-number{font-size:28px}.gamification-bar__level-name{font-size:14px}.gamification-bar__level-xp{font-size:11px}.gamification-bar__progress-container{flex-basis:100%;min-width:unset}.gamification-bar__streak{flex-basis:100%;justify-content:center;padding:8px 12px;max-width:100%}.gamification-bar__streak-emoji{font-size:28px}.gamification-bar__streak-days{font-size:18px}.gamification-bar__streak-label{font-size:10px}}@media (min-width: 1025px){.gamification-bar{margin-top:20px}}@media (max-width: 480px){.gamification-bar{padding:10px 12px;gap:10px;margin-bottom:16px;margin-top:12px}.gamification-bar__level{gap:8px}.gamification-bar__level-badge{width:48px;height:48px}.gamification-bar__level-number{font-size:24px}.gamification-bar__level-name{font-size:12px}.gamification-bar__level-xp{font-size:10px}.gamification-bar__progress-container{height:12px}.gamification-bar__streak-emoji{font-size:24px}.gamification-bar__streak-days{font-size:16px}.gamification-bar__streak-info{align-items:center;width:100%}.gamification-bar__streak-label{font-size:9px;text-align:center;max-width:100%}}.achievement-system{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000014}.achievement-system__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.achievement-system__title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.achievement-system__progress{display:flex;align-items:center;gap:10px;min-width:180px}.achievement-system__progress-bar{flex:1;height:10px;background:#e5e7eb;border-radius:8px;overflow:hidden}.achievement-system__progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:8px;transition:width .5s cubic-bezier(.4,0,.2,1)}.achievement-system__progress-text{font-size:14px;font-weight:600;color:var(--accent);min-width:40px}.achievement-system__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px}.achievement-badge{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 8px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.achievement-badge:hover{transform:translateY(-4px);border-color:var(--badge-color, var(--accent));box-shadow:0 8px 20px #0000001f}.achievement-badge--unlocked{background:linear-gradient(135deg,rgba(var(--badge-color, 99, 102, 241),.05),#fff);border-color:var(--badge-color, var(--accent))}.achievement-badge--locked{opacity:.5;filter:grayscale(1)}.achievement-badge__emoji{font-size:36px;transition:transform .3s ease}.achievement-badge:hover .achievement-badge__emoji{transform:scale(1.2) rotate(10deg)}.achievement-badge__name{font-size:11px;font-weight:600;text-align:center;color:var(--text-primary);line-height:1.2}.achievement-badge__locked-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#fffc;border-radius:10px;font-size:32px;font-weight:700;color:#9ca3af}.achievement-system__motivational-banner{background:linear-gradient(135deg,#60a5fa,#3b82f6);padding:20px;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 16px #3b82f64d}.achievement-system__quote{color:#fff;font-size:18px;font-weight:600;text-align:center;margin:0;line-height:1.5;letter-spacing:.3px}body.theme-dark .achievement-system__quote{color:#fff!important}.achievement-system__daily-challenges{background:#f0f9ff;border:2px solid #93c5fd;border-radius:14px;padding:20px;margin-bottom:24px}body.theme-dark .achievement-system__daily-challenges{background:linear-gradient(135deg,#0f172a,#1e1b4b)!important;border-color:#818cf84d!important}.achievement-system__challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:16px}.daily-challenge{background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:16px;display:flex;gap:12px;transition:all .3s ease;cursor:pointer}.daily-challenge:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3b82f633;border-color:#60a5fa}body.theme-dark .daily-challenge{background:#1e1b4b80!important;border-color:#818cf82e!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}body.theme-dark .daily-challenge:hover{background:#6366f133!important;border-color:#818cf8!important;box-shadow:0 6px 20px #6366f14d}.daily-challenge__emoji{font-size:32px;min-width:40px;text-align:center}.daily-challenge__content{flex:1}.daily-challenge__name{font-weight:700;color:#1f2937;margin:0 0 4px;font-size:14px}body.theme-dark .daily-challenge__name{color:#e0e7ff!important}.daily-challenge__description{font-size:13px;color:#6b7280;margin:0 0 8px}body.theme-dark .daily-challenge__description{color:#c7d2fe!important}.daily-challenge__reward{display:inline-block;background:#dbeafe;color:#1e40af;padding:4px 10px;border-radius:8px;font-size:12px;font-weight:600}body.theme-dark .daily-challenge__reward{background:#6366f140!important;color:#a5b4fc!important;border:1px solid rgba(129,140,248,.3)}.achievement-system__section{margin-bottom:32px}.achievement-system__section-title{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 16px;letter-spacing:.3px}body.theme-dark .achievement-system__section-title{color:#60a5fa!important}.achievement-system__next-milestone{background:#fef3c7;border:2px solid #fcd34d;border-radius:14px;padding:20px;margin-top:24px}body.theme-dark .achievement-system__next-milestone{background:#1e293b!important;border-color:#f59e0b!important}.achievement-system__milestone-text{color:#78350f;font-size:16px;font-weight:600;margin:0;line-height:1.6}body.theme-dark .achievement-system__milestone-text{color:#fbbf24!important}@media (max-width: 768px){.achievement-system{padding:16px}.achievement-system__header{flex-direction:column;align-items:flex-start;margin-bottom:16px}.achievement-system__title{font-size:18px;width:100%}.achievement-system__progress{min-width:unset;width:100%}.achievement-system__progress-bar{flex:1}.achievement-system__grid{grid-template-columns:repeat(3,1fr);gap:10px}.achievement-badge{padding:10px 6px;gap:4px}.achievement-badge__emoji{font-size:30px}.achievement-badge__name{font-size:10px}.achievement-system__challenges-grid{grid-template-columns:1fr}.achievement-system__motivational-banner{padding:16px;margin-bottom:16px}.achievement-system__quote{font-size:16px}}@media (max-width: 480px){.achievement-system{padding:12px}.achievement-system__title{font-size:16px}.achievement-system__progress-text{font-size:12px}.achievement-system__grid{grid-template-columns:repeat(3,1fr);gap:8px}.achievement-badge{padding:10px 6px;gap:3px;border-radius:10px}.achievement-badge__emoji{font-size:28px}.achievement-badge__name{font-size:9px;line-height:1.2}.achievement-badge__locked-overlay{font-size:24px}}.achievement-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;z-index:1000;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.achievement-modal{background:#fff;border-radius:20px;padding:40px 32px;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);text-align:center}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.achievement-modal__close{position:absolute;top:12px;right:12px;background:#f3f4f6;border:none;width:32px!important;height:32px!important;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:18px;color:#6b7280;transition:all .2s ease;padding:0!important;box-sizing:border-box;flex-shrink:0}.achievement-modal__close:hover{background:#e5e7eb;transform:scale(1.1)}.achievement-modal__emoji{font-size:80px;margin-bottom:16px;animation:bounce .6s ease}.achievement-modal__name{font-size:24px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.achievement-modal__description{font-size:15px;color:var(--text-muted);margin:0}@media (max-width: 768px){.achievement-modal{padding:32px 24px;max-width:90%}.achievement-modal__emoji{font-size:64px;margin-bottom:12px}.achievement-modal__name{font-size:20px;margin-bottom:6px}.achievement-modal__description{font-size:13px}.achievement-modal__close{width:28px!important;height:28px!important;min-width:28px;max-width:28px;min-height:28px;max-height:28px;font-size:16px}}@media (max-width: 480px){.achievement-modal{padding:24px 16px;width:95%}.achievement-modal__emoji{font-size:56px;margin-bottom:12px}.achievement-modal__name{font-size:18px}.achievement-modal__description{font-size:12px}.achievement-modal__close{width:24px!important;height:24px!important;min-width:24px;max-width:24px;min-height:24px;max-height:24px;font-size:14px;top:8px;right:8px}}.achievement-unlock-notification{--achievement-color: #60a5fa;position:fixed;top:24px;right:24px;background:linear-gradient(135deg,#60a5fa1a,#8b5cf61a);border:2px solid var(--achievement-color, #60a5fa);border-radius:16px;padding:20px 24px;max-width:500px;width:calc(100vw - 48px);box-shadow:0 20px 60px #0003;z-index:2000;animation:slideInRight .5s cubic-bezier(.34,1.56,.64,1),slideOutRight .5s ease 3.5s forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@keyframes slideInRight{0%{transform:translate(600px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(600px);opacity:0}}.achievement-unlock-notification__content{display:flex;align-items:flex-start;gap:16px}.achievement-unlock-notification__emoji{font-size:48px;flex-shrink:0;animation:bounce .6s ease}.achievement-unlock-notification__text{flex:1}.achievement-unlock-notification__title{font-size:16px;font-weight:700;color:var(--text-primary);margin:0 0 4px}.achievement-unlock-notification__name{font-size:18px;font-weight:700;color:var(--achievement-color, #60a5fa);margin:4px 0}.achievement-unlock-notification__description{font-size:13px;color:var(--text-muted);margin:4px 0 0}.achievement-unlock-notification__close{background:transparent;border:none;color:var(--text-muted);font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.achievement-unlock-notification__close:hover{color:var(--text-primary);transform:scale(1.2)}@media (max-width: 640px){.achievement-unlock-notification{top:12px;right:12px;width:calc(100vw - 24px);left:12px}.achievement-unlock-notification__emoji{font-size:40px}.achievement-unlock-notification__title{font-size:14px}.achievement-unlock-notification__name{font-size:16px}.achievement-unlock-notification__description{font-size:12px}}.notification-center-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:grid;place-items:center;z-index:1000;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.notification-center{background:#fff;border-radius:20px;max-width:480px;width:95%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1)}.notification-center__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.notification-center__title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:8px}.notification-center__badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;border-radius:12px}.notification-center__close{background:#f3f4f6;border:none;width:32px!important;height:32px!important;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:50%;cursor:pointer;display:grid;place-items:center;font-size:18px;color:#6b7280;transition:all .2s ease;padding:0!important;box-sizing:border-box;flex-shrink:0}.notification-center__close:hover{background:#e5e7eb;transform:rotate(90deg)}.notification-center__permission-prompt{padding:20px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.notification-center__permission-text{margin:0 0 12px;font-size:14px;color:var(--text-muted)}.notification-center__permission-button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.notification-center__permission-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.notification-center__test-section{padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#6366f10d}.notification-center__test-button{width:100%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6366f14d}.notification-center__test-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166}.notification-center__test-button:active{transform:translateY(0);box-shadow:0 2px 8px #6366f14d}body.theme-dark .notification-center__test-section{background:#8b5cf61a;border-bottom-color:#374151}body.theme-dark .notification-center__test-button{background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 4px 12px #8b5cf666}body.theme-dark .notification-center__test-button:hover{box-shadow:0 6px 16px #8b5cf680}.notification-center__actions{display:flex;gap:8px;padding:12px 24px;border-bottom:1px solid #e5e7eb}.notification-center__action-button{flex:1;background:#f3f4f6;border:none;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .2s ease}.notification-center__action-button:hover{background:#e5e7eb}.notification-center__action-button--danger{color:#ef4444}.notification-center__list{flex:1;overflow-y:auto;padding:16px 24px}.notification-center__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:12px}.notification-center__empty-emoji{font-size:64px;opacity:.5}.notification-center__empty-text{font-size:15px;color:var(--text-muted);margin:0}.notification-item{position:relative;display:flex;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-left:4px solid var(--notif-color, var(--accent));border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .2s ease}.notification-item:hover{background:#f9fafb;transform:translate(4px)}.notification-item--unread{background:#eff6ff;border-color:#3b82f6}.notification-item__emoji{font-size:28px;flex-shrink:0}.notification-item__content{flex:1;min-width:0}.notification-item__title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.notification-item__body{font-size:13px;color:var(--text-muted);margin:0 0 6px;line-height:1.5}.notification-item__timestamp{font-size:12px;color:#9ca3af}.notification-item__unread-dot{position:absolute;top:18px;right:16px;width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.notification-center__tabs{display:flex;border-bottom:2px solid #e5e7eb;background:#f8fafc}.notification-center__tab{flex:1;padding:12px 16px;border:none;background:none;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s ease;border-bottom:3px solid transparent;margin-bottom:-2px}.notification-center__tab:hover{color:var(--accent);background:#6366f10d}.notification-center__tab--active{color:var(--accent);border-bottom-color:var(--accent);background:#6366f10f}.notification-center__empty-hint{font-size:13px;color:#9ca3af;margin:4px 0 0;text-align:center}.push-status-banner{display:flex;gap:10px;padding:12px 16px;margin:12px 16px 8px;border-radius:10px;align-items:flex-start}.push-status-banner--ok{background:#22c55e14;border:1px solid rgba(34,197,94,.25)}.push-status-banner--warning{background:#f59e0b14;border:1px solid rgba(245,158,11,.25)}.push-status-banner__icon{font-size:20px;flex-shrink:0}.push-status-banner__info{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--text-primary)}.push-status-banner__info strong{font-size:14px}.push-status-banner__detail{font-size:12px;color:var(--text-muted)}.push-status-banner__issues{margin:4px 0 0;padding-left:18px;font-size:12px;color:#b45309;list-style:disc}.notification-center__scheduled{overflow-y:auto;flex:1;padding-bottom:16px}.scheduled-section{padding:0 16px;margin-bottom:16px}.scheduled-section__title{font-size:14px;font-weight:700;color:var(--text-primary);margin:16px 0 10px;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.scheduled-item{display:flex;gap:10px;padding:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:8px;transition:transform .15s ease}.scheduled-item:hover{transform:translate(3px)}.scheduled-item--sent{opacity:.65}.scheduled-item__emoji{font-size:24px;flex-shrink:0}.scheduled-item__content{flex:1;min-width:0}.scheduled-item__header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.scheduled-item__title{font-size:14px;font-weight:600;color:var(--text-primary);margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheduled-item__type-badge{font-size:11px;font-weight:600;color:#fff;padding:2px 8px;border-radius:10px;white-space:nowrap;flex-shrink:0}.scheduled-item__body{font-size:12px;color:var(--text-muted);margin:0 0 4px;line-height:1.4;white-space:pre-line}.scheduled-item__time{font-size:11px;color:#9ca3af}.push-actions{display:flex;gap:8px;padding:8px 16px;flex-wrap:wrap}.push-actions__btn{flex:1;min-width:130px;padding:10px 14px;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.push-actions__btn--subscribe{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.push-actions__btn--subscribe:hover{box-shadow:0 4px 12px #6366f166;transform:translateY(-1px)}.push-actions__btn--test{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.push-actions__btn--test:hover{box-shadow:0 4px 12px #22c55e66;transform:translateY(-1px)}body.theme-dark .notification-center{background:#1e293b;box-shadow:0 20px 60px #000000b3}body.theme-dark .notification-center__header{border-bottom-color:#334155;background:#0f172a}body.theme-dark .notification-center__title{color:#f1f5f9}body.theme-dark .notification-center__close{background:#334155;color:#cbd5e1}body.theme-dark .notification-center__close:hover{background:#475569;color:#f1f5f9}body.theme-dark .notification-center__permission-prompt{background:#8b5cf61a;border-bottom-color:#334155}body.theme-dark .notification-center__permission-text{color:#cbd5e1}body.theme-dark .notification-center__permission-button{background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 4px 12px #8b5cf666}body.theme-dark .notification-center__permission-button:hover{box-shadow:0 6px 16px #8b5cf680}body.theme-dark .notification-center__actions{border-bottom-color:#334155;background:#0f172a}body.theme-dark .notification-center__action-button{background:#334155;color:#cbd5e1}body.theme-dark .notification-center__action-button:hover{background:#475569;color:#f1f5f9}body.theme-dark .notification-center__action-button--danger{color:#f87171}body.theme-dark .notification-center__action-button--danger:hover{background:#ef44441a;color:#fca5a5}body.theme-dark .notification-center__list{background:#1e293b}body.theme-dark .notification-center__empty{color:#64748b}body.theme-dark .notification-center__empty-emoji{opacity:.3}body.theme-dark .notification-center__empty-text{color:#64748b}body.theme-dark .notification-item{background:#0f172a;border-color:#334155}body.theme-dark .notification-item:hover{background:#1e293b;border-color:#475569}body.theme-dark .notification-item--unread{background:#8b5cf61f;border-color:#8b5cf6}body.theme-dark .notification-item--unread:hover{background:#8b5cf62e}body.theme-dark .notification-item__title{color:#f1f5f9}body.theme-dark .notification-item__body{color:#94a3b8}body.theme-dark .notification-item__timestamp{color:#64748b}body.theme-dark .notification-item__unread-dot{background:#8b5cf6;box-shadow:0 0 8px #8b5cf699}body.theme-dark .notification-center__tabs{background:#0f172a;border-bottom-color:#334155}body.theme-dark .notification-center__tab{color:#94a3b8}body.theme-dark .notification-center__tab:hover{color:#a78bfa;background:#8b5cf614}body.theme-dark .notification-center__tab--active{color:#a78bfa;border-bottom-color:#a78bfa;background:#8b5cf61a}body.theme-dark .push-status-banner--ok{background:#22c55e1a;border-color:#22c55e33}body.theme-dark .push-status-banner--warning{background:#f59e0b1a;border-color:#f59e0b33}body.theme-dark .push-status-banner__issues{color:#fbbf24}body.theme-dark .scheduled-section__title{color:#f1f5f9;border-bottom-color:#334155}body.theme-dark .scheduled-item{background:#0f172a;border-color:#334155}body.theme-dark .scheduled-item:hover{background:#1e293b;border-color:#475569}body.theme-dark .scheduled-item__title{color:#f1f5f9}body.theme-dark .scheduled-item__body{color:#94a3b8}body.theme-dark .scheduled-item__time,body.theme-dark .notification-center__empty-hint{color:#64748b}body.theme-dark .push-actions__btn--subscribe{background:linear-gradient(135deg,#7c3aed,#6366f1)}body.theme-dark .push-actions__btn--test{background:linear-gradient(135deg,#059669,#22c55e)}@media (max-width: 1024px){.gamification-bar{gap:16px;padding:clamp(14px,3vw,20px)}.gamification-bar__level{min-width:180px}.gamification-bar__progress-container{min-width:150px}.gamification-bar__streak{padding:8px 14px;gap:8px}.gamification-bar__streak-emoji{font-size:28px;animation:none}.gamification-bar__streak-days{font-size:20px}.gamification-bar__streak-label{font-size:10px}}@media (max-width: 768px){.gamification-bar{flex-direction:column;gap:14px;padding:clamp(12px,3vw,16px)}.gamification-bar__level,.gamification-bar__progress-container{width:100%!important;min-width:unset!important;max-width:100%!important}.gamification-bar__progress-container{height:18px!important;order:2;display:block!important;visibility:visible!important;flex:none!important}.gamification-bar__progress-fill{display:block!important;min-width:10%!important}.gamification-bar__level{order:1}.gamification-bar__streak{width:100%;justify-content:center;padding:12px 16px;order:3}.achievement-system__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px}.achievement-badge{padding:16px 8px}.achievement-badge__emoji{font-size:36px}.achievement-badge__name{font-size:12px}}@media (max-width: 480px){.gamification-bar{padding:clamp(10px,2.5vw,14px);gap:12px}.gamification-bar__progress-container{height:20px!important;display:block!important;visibility:visible!important}.gamification-bar__progress-fill{display:block!important}.gamification-bar__level-badge{width:52px;height:52px;border-radius:14px}.gamification-bar__level-number{font-size:28px}.gamification-bar__level-name{font-size:16px}.gamification-bar__level-xp{font-size:12px}.gamification-bar__streak{padding:10px 14px}.gamification-bar__streak-emoji{font-size:26px;animation:none}.gamification-bar__streak-days{font-size:18px}.gamification-bar__streak-label{font-size:10px}.achievement-system{padding:16px}.achievement-system__grid{grid-template-columns:repeat(3,1fr);gap:8px}.notification-center{width:100%;max-height:100vh;border-radius:0}.achievement-modal{width:95%;padding:32px 24px}}.auth-container-v2{display:grid;grid-template-columns:.7fr 1.3fr;min-height:100vh;height:100vh;width:100%;max-width:1600px;margin:0 auto;border-radius:24px;overflow:hidden;position:fixed;top:0;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #0000001f,0 10px 30px #00000014,0 0 0 1px #0000000d}.auth-left{position:relative;background:linear-gradient(135deg,#fff,#ecfdf5 40%,#d1fae5);padding:clamp(24px,5vw,60px);display:flex;flex-direction:column;justify-content:flex-start;padding-top:clamp(40px,8vh,80px);overflow-y:auto;max-height:100vh;border-radius:24px 0 0 24px}.auth-left__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.auth-left__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#fff9,#d1fae566)}.auth-left__pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(16,185,129,.12) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(52,211,153,.1) 0%,transparent 50%);overflow:hidden}.auth-left__pattern:before{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;background-image:radial-gradient(circle 4px,rgba(16,185,129,.22) 0%,transparent 100%),radial-gradient(circle 3px,rgba(5,150,105,.16) 0%,transparent 100%),radial-gradient(circle 5px,rgba(52,211,153,.13) 0%,transparent 100%);background-size:60px 60px,44px 44px,80px 80px;animation:authDotsDrift 20s linear infinite}.auth-left__pattern:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle 120px at 30% 30%,rgba(16,185,129,.08) 0%,transparent 70%),radial-gradient(circle 100px at 70% 60%,rgba(52,211,153,.06) 0%,transparent 70%);animation:authBlobFloat 10s ease-in-out infinite alternate}@keyframes authDotsDrift{0%{transform:translate(0)}to{transform:translate(-60px,-60px)}}@keyframes authBlobFloat{0%{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(4%,-3%) scale(1.08);opacity:1}to{transform:translate(-3%,4%) scale(.95);opacity:.8}}.auth-left__content{position:relative;z-index:1;color:#1f2937}.auth-brand{margin-bottom:clamp(16px,4vh,48px)}.auth-brand__icon{width:clamp(44px,8vw,64px);height:clamp(44px,8vw,64px);background:#10b98126;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:clamp(22px,4vw,32px);font-weight:700;color:#065f46;margin-bottom:clamp(8px,2vh,16px);box-shadow:0 8px 32px #10b98126}.auth-brand__text{display:flex;flex-direction:column;gap:4px}.auth-brand__name{font-size:clamp(18px,3.5vw,28px);font-weight:700}.auth-brand__tagline{font-size:clamp(12px,2vw,16px);opacity:.9;line-height:1.5}.auth-visual{margin:clamp(24px,4vh,48px) 0}.mockup-window{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:32px;box-shadow:0 20px 60px #10b9811f;border:1px solid rgba(16,185,129,.2);transition:transform .3s ease}.mockup-window:hover{transform:translateY(-8px)}.mockup-window__header{display:flex;gap:8px;margin-bottom:24px}.mockup-window__dot{width:12px;height:12px;border-radius:50%;background:#10b98159}.mockup-window__content{display:flex;flex-direction:column;gap:16px}.mockup-stat{display:flex;align-items:center;gap:12px;background:#10b98114;padding:16px;border-radius:12px}.mockup-stat__icon{font-size:20px}.mockup-stat__label{font-size:14px;opacity:.8;margin-bottom:4px}.mockup-stat__value{font-size:20px;font-weight:600;color:#065f46}.auth-features-list{display:flex;flex-direction:column;gap:16px}.auth-feature-item{display:flex;align-items:center;gap:12px}.auth-feature-item__icon{width:40px;height:40px;background:#facc1526;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.auth-feature-item__text{font-size:15px;line-height:1.5;opacity:.95}.auth-right{position:relative;background:var(--surface);padding:clamp(32px,6vw,60px);padding-top:clamp(90px,18vh,130px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;border-radius:0 24px 24px 0;overflow-y:auto;max-height:100vh}.auth-theme-toggle{position:absolute;top:clamp(16px,3vw,24px);right:clamp(16px,3vw,24px);width:44px!important;height:44px!important;min-width:44px;max-width:44px;min-height:44px;max-height:44px;border-radius:50%;border:2px solid var(--border);background:var(--surface);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s ease;flex-shrink:0;padding:0!important;margin:0;overflow:hidden;box-sizing:border-box}.auth-theme-toggle:hover{background:var(--surface-alt);transform:rotate(15deg) scale(1.05)}.auth-right__content{width:100%;max-width:440px}.auth-header{text-align:center;margin-bottom:clamp(24px,4vh,40px)}.auth-header__title{font-size:clamp(22px,4vw,32px);font-weight:700;color:var(--text-primary);margin:0 0 clamp(8px,1.5vh,12px) 0}.auth-header__subtitle{font-size:clamp(13px,2vw,16px);color:var(--text-muted);margin:0}.auth-alert{display:flex;gap:12px;padding:clamp(12px,2vh,16px);background:#fef3c7;border:1px solid #fbbf24;border-radius:12px;margin-bottom:clamp(20px,3vh,32px)}.auth-alert__icon{font-size:clamp(18px,2.5vw,20px);flex-shrink:0}.auth-alert__content{flex:1}.auth-alert__title{display:block;font-size:clamp(13px,1.8vw,14px);font-weight:600;color:#92400e;margin-bottom:4px}.auth-alert__text{font-size:clamp(13px,1.8vw,14px);color:#92400e;margin:0;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:clamp(12px,2vh,16px)}.auth-providers{display:flex;flex-direction:column;gap:clamp(10px,1.5vh,12px)}.auth-provider-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;padding:clamp(12px,2vh,14px) clamp(16px,3vw,24px);background:var(--surface);border:2px solid var(--border);border-radius:12px;font-size:clamp(14px,2vw,15px);font-weight:500;color:var(--text-primary);text-decoration:none;transition:all .2s ease;cursor:pointer}.auth-provider-btn:hover{background:var(--surface-alt);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #4f46e526}.auth-provider-btn--loading{opacity:1;pointer-events:none;position:relative}.auth-provider-btn--loading:before{display:none}.auth-provider-btn--loading:after{display:none}@media (min-width: 769px){.auth-provider-btn--loading:after{width:auto;max-width:420px;padding:40px 48px;font-size:17px;bottom:18vh}.auth-provider-btn--loading .auth-provider-btn__spinner{bottom:31vh}}@keyframes slideInUp{0%{opacity:0;transform:translate(-50%) translateY(50px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}to{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}@media (max-width: 768px){.auth-provider-btn--loading:after{display:none}.auth-provider-btn--loading .auth-provider-btn__spinner{position:static}.auth-provider-btn--loading .spinner{width:40px;height:40px;border-width:3px}}@media (max-width: 480px){.auth-provider-btn--loading:after{display:none}.auth-provider-btn--loading .auth-provider-btn__spinner{position:static}.auth-provider-btn--loading .spinner{width:36px;height:36px;border-width:3px}}.auth-provider-btn__icon{display:flex;align-items:center;justify-content:center}.auth-provider-btn__text{flex:1;text-align:center}.auth-provider-btn--loading .auth-provider-btn__text:after{content:".";animation:dots 1.4s steps(4,end) infinite;display:inline;width:1ch}@keyframes dots{0%,20%{content:".";width:1ch}40%{content:"..";width:2ch}60%{content:"...";width:3ch}80%,to{content:"";width:0ch}}.auth-provider-btn__spinner{position:absolute;right:16px;display:flex;align-items:center;justify-content:center}.auth-provider-btn--loading .auth-provider-btn__spinner{display:none}.auth-provider-btn--loading .spinner{width:40px;height:40px;border-width:4px;border-color:#667eea33;border-top-color:#667eea}.auth-demo-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #667eea4d}.auth-demo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #667eea66}.auth-demo-btn__icon{font-size:20px}.auth-demo-btn__text{font-size:15px}.auth-feedback{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#dbeafe;border:1px solid #3b82f6;border-radius:8px}.auth-feedback__icon{font-size:18px}.auth-feedback__text{font-size:14px;color:#1e40af;flex:1}.auth-divider{position:relative;text-align:center;margin:clamp(16px,3vh,24px) 0;display:flex;align-items:center}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-divider:before{margin-right:clamp(12px,2vw,16px)}.auth-divider:after{margin-left:clamp(12px,2vw,16px)}.auth-divider__text{font-size:clamp(12px,1.8vw,13px);color:var(--text-muted);white-space:nowrap}.auth-benefits{display:flex;flex-direction:column;gap:12px;margin-top:8px}.auth-benefit{display:flex;align-items:center;gap:10px}.auth-benefit__icon{font-size:18px}.auth-benefit__text{font-size:14px;color:var(--text-muted)}.auth-right__footer{margin-top:32px;text-align:center}.auth-right__footer-text{font-size:13px;color:var(--text-muted);line-height:1.6;margin:0}.auth-right__footer-link{color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s ease}.auth-right__footer-link:hover{color:var(--accent-strong);text-decoration:underline}body.theme-dark{background:linear-gradient(135deg,#0f0f1e,#1a1a2e 40%,#16213e)}body.theme-dark .auth-container-v2{box-shadow:0 20px 60px #0000004d,0 10px 30px #0003,0 0 0 1px #ffffff1a}body.theme-dark .auth-header__title{color:#f8fafc}body.theme-dark .auth-header__subtitle{color:#94a3b8}body.theme-dark .auth-alert{background:#fbbf2426;border-color:#fbbf244d}body.theme-dark .auth-alert__title{color:#fbbf24}body.theme-dark .auth-alert__text{color:#fcd34d}body.theme-dark .auth-provider-btn--loading:after{background:#1e293b;color:#f8fafc;box-shadow:0 12px 40px #0009}body.theme-dark .auth-divider:before,body.theme-dark .auth-divider:after{background:#94a3b833}body.theme-dark .auth-right__footer-text{color:#94a3b8}body.theme-dark .auth-right__footer-link{color:#818cf8}body.theme-dark .auth-right__footer-link:hover{color:#a5b4fc}body.theme-dark .auth-left{background:linear-gradient(135deg,#1e1b4b,#312e81,#4c1d95)}body.theme-dark .auth-left__content{color:#fff}body.theme-dark .auth-left__gradient{background:linear-gradient(135deg,#1e1b4bf2,#4c1d95f2)}body.theme-dark .auth-left__pattern{background-image:radial-gradient(circle at 20% 50%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(168,85,247,.12) 0%,transparent 50%)}body.theme-dark .auth-left__pattern:before{background-image:radial-gradient(circle 4px,rgba(139,92,246,.2) 0%,transparent 100%),radial-gradient(circle 3px,rgba(99,102,241,.15) 0%,transparent 100%),radial-gradient(circle 5px,rgba(168,85,247,.12) 0%,transparent 100%)}body.theme-dark .auth-left__pattern:after{background:radial-gradient(circle 120px at 30% 30%,rgba(139,92,246,.1) 0%,transparent 70%),radial-gradient(circle 100px at 70% 60%,rgba(99,102,241,.08) 0%,transparent 70%)}body.theme-dark .mockup-window{background:#1e1b4b66;border-color:#8b5cf640;box-shadow:0 20px 60px #00000080}body.theme-dark .mockup-window__dot{background:#8b5cf659}body.theme-dark .mockup-stat{background:#8b5cf61f;border:1px solid rgba(139,92,246,.15)}body.theme-dark .mockup-stat__value{color:#e2e8f0}body.theme-dark .mockup-stat__label{color:#e2e8f0b3}body.theme-dark .auth-brand__icon{background:#8b5cf640;box-shadow:0 8px 32px #8b5cf633;color:#fff}body.theme-dark .auth-feature-item__icon{background:#8b5cf633;border:1px solid rgba(139,92,246,.15)}body.theme-dark .auth-benefit{background:#1e1b4b4d;border:1px solid rgba(139,92,246,.12);border-radius:10px;padding:8px 14px}body.theme-dark .auth-benefit__icon{filter:drop-shadow(0 0 4px rgba(139,92,246,.4))}body.theme-dark .auth-benefit__text{color:#c7d2fe}body.theme-dark .auth-provider-btn{background:#1e1b4b80;border-color:#8b5cf633;color:#f8fafc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body.theme-dark .auth-provider-btn:hover{background:#312e8199;border-color:#8b5cf680;box-shadow:0 4px 20px #8b5cf64d}body.theme-dark .auth-right{background:linear-gradient(180deg,#0f0f1e,#1a1a2e)}body.theme-dark .auth-theme-toggle{background:#1e1b4b80;border-color:#8b5cf640;box-shadow:0 2px 12px #0000004d}body.theme-dark .auth-theme-toggle:hover{background:#312e8199;border-color:#8b5cf680}body.theme-dark .auth-divider__text{background:#0f0f1e;color:#64748b}body.theme-dark .auth-feedback{background:#3b82f626;border-color:#3b82f64d}body.theme-dark .auth-feedback__text{color:#60a5fa}body.theme-dark .app-container{background:#0f0f1e}body.theme-dark .main-panel,body.theme-dark .side-panel{background:#1a1a2e;border-color:#94a3b81a}body.theme-dark .tab-bar{background:#252540;border-color:#94a3b81a}body.theme-dark .tab-bar__tab{color:#94a3b8}body.theme-dark .tab-bar__tab:hover{background:#2d2d4a;color:#f8fafc}body.theme-dark .tab-bar__tab--active{color:#818cf8;background:#818cf81a}body.theme-dark .task-item,body.theme-dark .reminder-card,body.theme-dark .session-card{background:#252540;border-color:#94a3b833;color:#f8fafc}body.theme-dark .task-item:hover,body.theme-dark .reminder-card:hover,body.theme-dark .session-card:hover{background:#2d2d4a;border-color:#818cf84d}body.theme-dark .task-item__title,body.theme-dark .reminder-card__title{color:#f8fafc}body.theme-dark .task-item__description,body.theme-dark .reminder-card__description{color:#94a3b8}body.theme-dark .button,body.theme-dark .btn{background:#252540;border-color:#94a3b833;color:#f8fafc}body.theme-dark .button:hover,body.theme-dark .btn:hover{background:#2d2d4a;border-color:#667eea}body.theme-dark .button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}body.theme-dark .button--primary:hover{box-shadow:0 4px 16px #667eea66}body.theme-dark input,body.theme-dark textarea,body.theme-dark select{background:#252540;border-color:#94a3b833;color:#f8fafc}body.theme-dark input::placeholder,body.theme-dark textarea::placeholder{color:#64748b}body.theme-dark input:focus,body.theme-dark textarea:focus,body.theme-dark select:focus{border-color:#667eea;background:#2d2d4a}body.theme-dark .header-greeting{color:#f8fafc}body.theme-dark .header-greeting__name{color:#818cf8}body.theme-dark .gamification-bar{background:#252540;border-color:#94a3b833}body.theme-dark .gamification-bar__level-badge{background:#818cf833;color:#a5b4fc}body.theme-dark .gamification-bar__progress-bg{background:#94a3b833}body.theme-dark .achievement-system{background:#1a1a2e;border:1px solid rgba(148,163,184,.15);box-shadow:0 4px 12px #0000004d}body.theme-dark .achievement-system__title{color:#f8fafc}body.theme-dark .achievement-system__progress-bar{background:#94a3b833}body.theme-dark .achievement-system__progress-fill{background:linear-gradient(90deg,#a78bfa,#c084fc)}body.theme-dark .achievement-system__progress-text{color:#a78bfa}body.theme-dark .achievement-badge{background:#252540;border-color:#94a3b833}body.theme-dark .achievement-badge--locked{opacity:.5}body.theme-dark .achievement-badge:hover{background:#2d2d4a;border-color:#818cf84d}body.theme-dark .achievement-modal-overlay{background:#000000d9}body.theme-dark .achievement-modal{background:#1e293b;box-shadow:0 20px 60px #0009}body.theme-dark .achievement-modal__close{background:#ffffff1a;color:#ffffffb3}body.theme-dark .achievement-modal__close:hover{background:#ffffff26;color:#ffffffe6}body.theme-dark .achievement-modal__name{color:#e2e8f0}body.theme-dark .achievement-modal__description{color:#94a3b8}body.theme-dark .notification-item{background:#252540;border-color:#94a3b833}body.theme-dark .notification-item:hover{background:#2d2d4a}body.theme-dark .notification-item__title{color:#f8fafc}body.theme-dark .notification-item__text{color:#94a3b8}body.theme-dark .modal,body.theme-dark .modal-content{background:#1a1a2e;border-color:#94a3b833}body.theme-dark .modal__title{color:#f8fafc}body.theme-dark .modal__description{color:#94a3b8}body.theme-dark .calendar-day{background:#252540;border-color:#94a3b833;color:#f8fafc}body.theme-dark .calendar-day:hover{background:#2d2d4a;border-color:#818cf84d}body.theme-dark .calendar-event{background:#667eea4d;color:#a5b4fc}body.theme-dark .stats-card{background:#252540;border-color:#94a3b833}body.theme-dark .stats-card__value{color:#f8fafc}body.theme-dark .stats-card__label{color:#94a3b8}body.theme-dark .quick-note{background:#252540;border-color:#94a3b833;color:#f8fafc}body.theme-dark .quick-note::placeholder{color:#64748b}@media (max-width: 1024px){.auth-container-v2{grid-template-columns:1fr 1fr}.auth-left,.auth-right{padding:clamp(24px,4vw,48px)}.auth-brand__icon{width:clamp(40px,7vw,56px);height:clamp(40px,7vw,56px);font-size:clamp(20px,3.5vw,28px)}.auth-brand__name{font-size:clamp(16px,3vw,24px)}.auth-brand__tagline{font-size:clamp(11px,1.8vw,14px)}.mockup-window{padding:clamp(20px,3vw,28px)}.auth-feature-item__icon{width:36px;height:36px;font-size:18px}.auth-feature-item__text{font-size:14px}}@media (max-width: 768px){.auth-container-v2{grid-template-columns:1fr 1fr;min-height:100vh;height:100vh;border-radius:16px;margin:0;max-width:100%;overflow:hidden}.auth-left{padding:clamp(8px,2vw,16px);padding-top:clamp(20px,5vh,40px);border-radius:16px 0 0 16px;justify-content:flex-start}.auth-right{padding:clamp(8px,2vw,16px);padding-top:clamp(55px,10vh,75px);border-radius:0 16px 16px 0;justify-content:flex-start}.auth-brand{margin-bottom:clamp(8px,2vh,16px)}.auth-brand__icon{width:clamp(32px,7vw,42px);height:clamp(32px,7vw,42px);font-size:clamp(16px,3.5vw,21px);border-radius:10px;margin-bottom:clamp(4px,1vh,8px)}.auth-brand__name{font-size:clamp(13px,3vw,18px)}.auth-brand__tagline{font-size:clamp(9px,1.8vw,12px)}.auth-visual{margin:clamp(10px,2vh,16px) 0}.mockup-window{padding:clamp(12px,2.5vw,18px);border-radius:10px}.mockup-window__header{gap:5px;margin-bottom:clamp(8px,1.5vh,12px)}.mockup-window__dot{width:8px;height:8px}.mockup-window__content{gap:clamp(8px,1.5vh,10px)}.mockup-stat{padding:clamp(8px,1.8vw,12px);gap:8px;border-radius:8px}.mockup-stat__icon{font-size:16px}.mockup-stat__label{font-size:11px}.mockup-stat__value{font-size:14px}.auth-features-list{gap:clamp(8px,1.5vh,12px)}.auth-feature-item{gap:8px}.auth-feature-item__icon{width:30px;height:30px;font-size:15px;border-radius:7px}.auth-feature-item__text{font-size:clamp(11px,1.8vw,13px);line-height:1.3}.auth-theme-toggle{width:36px!important;height:36px!important;min-width:36px;max-width:36px;min-height:36px;max-height:36px;font-size:16px;top:clamp(10px,2vw,16px);right:clamp(10px,2vw,16px)}.auth-right__content{max-width:100%}.auth-header{margin-bottom:clamp(12px,2.5vh,20px)}.auth-header__title{font-size:clamp(16px,3.2vw,22px);margin-bottom:clamp(4px,1vh,8px)}.auth-header__subtitle{font-size:clamp(11px,1.7vw,13px)}.auth-alert{padding:clamp(8px,1.5vh,12px);gap:8px;margin-bottom:clamp(12px,2vh,18px)}.auth-alert__icon{font-size:clamp(14px,2vw,16px)}.auth-alert__title{font-size:clamp(11px,1.5vw,12px)}.auth-alert__text{font-size:clamp(10px,1.5vw,12px)}.auth-form{gap:clamp(8px,1.5vh,12px)}.auth-providers{gap:clamp(6px,1.2vh,8px)}.auth-provider-btn{padding:clamp(8px,1.5vh,10px) clamp(10px,2vw,14px);font-size:clamp(11px,1.7vw,13px);gap:8px;border-radius:8px}.auth-demo-btn{padding:clamp(9px,1.8vh,11px) clamp(12px,2.5vw,16px);font-size:clamp(12px,1.7vw,13px);gap:7px;border-radius:8px}.auth-demo-btn__icon{font-size:16px}.auth-divider{margin:clamp(10px,2vh,16px) 0}.auth-footer{margin-top:clamp(16px,2.5vh,24px)}.auth-footer__text,.auth-footer__link{font-size:clamp(11px,1.7vw,13px)}}@media (max-width: 480px){.auth-container-v2{grid-template-columns:1fr 1fr;min-height:100vh;height:100vh;border-radius:12px;margin:0;max-width:100%;overflow:hidden}.auth-left{padding:clamp(6px,1.5vw,12px);padding-top:clamp(16px,4vh,32px);border-radius:12px 0 0 12px;justify-content:flex-start}.auth-right{padding:clamp(6px,1.5vw,12px);padding-top:clamp(47px,9vh,63px);border-radius:0 12px 12px 0;justify-content:flex-start}.auth-brand{margin-bottom:clamp(6px,1.5vh,10px)}.auth-brand__icon{width:clamp(28px,9vw,38px);height:clamp(28px,9vw,38px);font-size:clamp(14px,4.5vw,19px);margin-bottom:clamp(3px,.8vh,6px)}.auth-brand__name{font-size:clamp(12px,3.2vw,16px)}.auth-brand__tagline{font-size:clamp(8px,1.8vw,11px)}.auth-visual{margin:clamp(8px,1.5vh,12px) 0}.mockup-window{padding:clamp(10px,2.5vw,14px);border-radius:8px}.mockup-window__header{gap:4px;margin-bottom:clamp(6px,1.2vh,10px)}.mockup-window__dot{width:7px;height:7px}.mockup-window__content{gap:clamp(6px,1.2vh,8px)}.mockup-stat{padding:clamp(6px,1.5vw,10px);gap:7px}.mockup-stat__icon{font-size:14px}.mockup-stat__label{font-size:10px}.mockup-stat__value{font-size:13px}.auth-features-list{gap:clamp(6px,1.2vh,10px)}.auth-feature-item{gap:7px}.auth-feature-item__icon{width:26px;height:26px;font-size:13px}.auth-feature-item__text{font-size:clamp(10px,1.8vw,12px);line-height:1.3}.auth-theme-toggle{width:32px!important;height:32px!important;min-width:32px;max-width:32px;min-height:32px;max-height:32px;font-size:14px;top:clamp(8px,1.8vw,12px);right:clamp(8px,1.8vw,12px)}.auth-header{margin-bottom:clamp(10px,2vh,16px)}.auth-header__title{font-size:clamp(14px,3.2vw,20px);margin-bottom:clamp(3px,.8vh,6px)}.auth-header__subtitle{font-size:clamp(10px,1.7vw,12px)}.auth-alert{padding:clamp(7px,1.3vh,10px);gap:7px;margin-bottom:clamp(10px,1.8vh,14px);border-radius:8px}.auth-alert__icon{font-size:clamp(13px,1.8vw,14px)}.auth-alert__title{font-size:clamp(10px,1.4vw,11px)}.auth-alert__text{font-size:clamp(9px,1.4vw,11px)}.auth-form{gap:clamp(7px,1.3vh,10px)}.auth-providers{gap:clamp(5px,1vh,7px)}.auth-provider-btn{padding:clamp(7px,1.4vh,9px) clamp(8px,2vw,12px);font-size:clamp(10px,1.7vw,12px);gap:7px;border-radius:7px}.auth-demo-btn{padding:clamp(8px,1.6vh,10px) clamp(10px,2.5vw,14px);font-size:clamp(11px,1.7vw,12px);gap:6px;border-radius:7px}.auth-demo-btn__icon{font-size:15px}.auth-divider{margin:clamp(8px,1.8vh,12px) 0}.auth-right__footer{margin-top:clamp(12px,2.5vh,20px)}.auth-right__footer-text,.auth-right__footer-link{font-size:clamp(10px,1.6vw,11px)}}.panel{transition:box-shadow .3s ease}.panel:hover{box-shadow:0 8px 24px #00000014,0 2px 6px #0000000a}.list-item{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.list-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#667eea,#764ba2);border-radius:14px 0 0 14px;opacity:0;transition:opacity .3s ease}.list-item:hover:before{opacity:1}.list-item:hover{transform:translate(2px);box-shadow:0 4px 16px #00000014}.task-form__submit,.primary{background:linear-gradient(135deg,#667eea,#764ba2);transition:all .3s ease;position:relative;overflow:hidden}.task-form__submit:before,.primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.task-form__submit:hover:not(:disabled):before,.primary:hover:before{left:100%}.task-form__submit:hover:not(:disabled),.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.ghost-button{transition:all .3s ease;position:relative;overflow:hidden}.ghost-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#667eea1a,#764ba21a);transition:left .3s ease;z-index:-1}.ghost-button:hover:after{left:0}.ghost-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4f46e533;border-color:#4f46e566}.status-pill{transition:all .3s ease}.status-pill--completed{background:linear-gradient(135deg,#10b9812e,#05966938);box-shadow:0 2px 8px #10b98126}.status-pill--pending{background:linear-gradient(135deg,#f9731629,#ea580c33);box-shadow:0 2px 8px #f9731626}.status-pill--in_progress{background:linear-gradient(135deg,#3b82f629,#2563eb33);box-shadow:0 2px 8px #3b82f626;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 2px 8px #3b82f626}50%{box-shadow:0 4px 12px #3b82f640}}.achievement-badge{transition:all .3s cubic-bezier(.4,0,.2,1)}.achievement-badge:hover{transform:translateY(-4px) scale(1.05)}.achievement-badge--unlocked{box-shadow:0 4px 12px #0000001a}.achievement-badge--unlocked:hover{box-shadow:0 8px 24px #00000026}.achievement-badge--unlocked:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;padding:2px;background:linear-gradient(135deg,var(--badge-color, #667eea),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .3s ease}.achievement-badge--unlocked:hover:before{opacity:1}.calendar-event{transition:all .3s ease}.calendar-event:hover{transform:translateY(-2px) scale(1.02);z-index:10}.calendar-event--schedule{background:linear-gradient(135deg,#fffffffa,#f5f7ff);box-shadow:0 2px 8px #4f46e51a}.calendar-event--schedule:hover{box-shadow:0 6px 16px #4f46e526}.calendar-event--task{background:linear-gradient(135deg,#fffffffa,#faf7ff);box-shadow:0 2px 8px #a855f71a}.calendar-event--task:hover{box-shadow:0 6px 16px #a855f726}.calendar-event--task-completed{background:linear-gradient(135deg,#ecfdf5fa,#dcfce7);box-shadow:0 2px 8px #10b9811a}.calendar-event--task-completed:hover{box-shadow:0 6px 16px #10b98126}.achievement-system__progress-fill,.progress-bar__fill{transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.achievement-system__progress-fill:after,.progress-bar__fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}input:focus,textarea:focus,select:focus{outline:none;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.gamification-bar{transition:all .3s ease}.gamification-bar:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}[data-tooltip]{position:relative}.achievement-modal{animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}body.theme-dark .panel:hover{box-shadow:0 8px 24px #0000004d,0 2px 6px #0003}body.theme-dark .list-item:before{background:linear-gradient(180deg,#818cf8,#a78bfa)}body.theme-dark .list-item:hover{box-shadow:0 4px 16px #818cf826}body.theme-dark .task-form__submit,body.theme-dark .primary{background:linear-gradient(135deg,#818cf8,#a78bfa)}body.theme-dark .task-form__submit:hover:not(:disabled),body.theme-dark .primary:hover{box-shadow:0 8px 20px #818cf866}body.theme-dark .calendar-event--schedule{background:linear-gradient(135deg,#1e293bfa,#1e2337)}body.theme-dark .calendar-event--task{background:linear-gradient(135deg,#1e293bfa,#231e32)}body.theme-dark .calendar-event--task-completed{background:linear-gradient(135deg,#142823fa,#0f2d23)}body.theme-dark input:focus,body.theme-dark textarea:focus,body.theme-dark select:focus{box-shadow:0 0 0 3px #818cf826}@media (max-width: 1024px){html{font-size:15px}h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}.panel{border-radius:12px}.panel__header{padding:16px}.panel__title{font-size:20px}.panel__subtitle,button,input,textarea,select{font-size:14px}}@media (max-width: 767px){html{font-size:14px}*{box-sizing:border-box}body{margin:0;padding:0}h1{font-size:24px}h2{font-size:20px}h3{font-size:16px}.task-form__grid{grid-template-columns:1fr;gap:12px}.task-form__label{width:100%}.task-form__label span{font-size:13px}.task-form__label input,.task-form__label textarea,.task-form__label select{font-size:16px;padding:12px;border-radius:8px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.task-form__label input[type=datetime-local],.reminder-composer__label input[type=datetime-local],.reminder-edit__label input[type=datetime-local]{width:100%!important;max-width:100%!important;overflow:hidden}.task-form__button{width:100%;padding:12px;font-size:14px}.task,.reminder-item{flex-direction:column;gap:8px;padding:12px}.task__title,.reminder-item__title{font-size:17px;font-weight:600}.task__meta,.reminder-item__time{font-size:15px}.task__actions,.reminder-item__actions{width:100%;justify-content:flex-end;gap:8px}.task__button,.reminder-item__button{padding:10px 14px;font-size:15px}.focus-timer{padding:20px}.focus-timer__display{font-size:48px;margin:20px 0}.focus-timer__controls{flex-wrap:wrap;gap:8px}.focus-timer__button{flex:1;min-width:calc(50% - 4px);padding:12px;font-size:12px}.week-calendar{gap:8px}.week-calendar__header{gap:4px}.week-calendar__day-button{padding:8px;font-size:12px;width:100%;flex:1}.time-slot{padding:10px;margin:4px 0;font-size:12px}.achievement-system__grid{grid-template-columns:repeat(3,1fr);gap:8px}.achievement-badge{padding:10px 6px;gap:4px}.achievement-badge__emoji{font-size:28px}.achievement-badge__name{font-size:10px;line-height:1.2}.summary-container{padding:16px;gap:12px}.summary-controls{flex-wrap:wrap;gap:8px}.summary-controls button{flex:1;min-width:80px;padding:10px;font-size:12px}.summary-output{padding:16px;font-size:13px;line-height:1.6}.notification-item{padding:12px;flex-direction:column;gap:8px}.notification-item__title{font-size:13px}.notification-item__message{font-size:12px}.status-pill{padding:6px 10px;font-size:11px}.tab-bar{gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:8px 4px}.tab-bar__tab{min-width:max-content;padding:8px 12px;font-size:12px}}@media (max-width: 480px){html{font-size:13px}h1{font-size:20px}h2{font-size:18px}h3{font-size:14px}body.theme-dark,body{font-size:12px}.container{padding:12px}.panel{border-radius:10px;padding:12px}.panel__header{padding:12px;margin-bottom:12px}.panel__title{font-size:18px}.panel__subtitle{font-size:13px;line-height:1.5}input,textarea,select,button{font-size:16px;min-height:44px;padding:12px}textarea{min-height:100px}.task-form__grid,.week-calendar__time-slots,.summary-container{grid-template-columns:1fr;gap:10px}.achievement-system__grid{grid-template-columns:repeat(3,1fr);gap:6px}button:not(.status-pill):not(.achievement-badge):not(.week-calendar__day-button):not(.tab-bar__tab){width:100%;padding:12px}.sidebar-nav__label{display:none}.focus-timer__display{font-size:40px}.focus-timer__session-count{font-size:12px}.achievement-badge{padding:8px 4px;border-radius:8px}.achievement-badge__emoji{font-size:24px}.achievement-badge__name{font-size:8px}.task__info,.reminder-item__info{gap:4px}.task__course,.task__due-date,.reminder-item__time{font-size:14px}.summary-output{font-size:15px;padding:12px}.notification-center{border-radius:0;max-height:80vh}.notification-item{padding:10px}.notification-item__title{font-size:12px}.notification-item__message{font-size:11px}body,html{overflow-x:hidden;width:100%}}@media (max-width: 360px){html{font-size:12px}h1{font-size:18px}h2{font-size:16px}.panel{padding:10px;border-radius:8px}.panel__title{font-size:16px}input,textarea,select,button{font-size:16px;min-height:40px;padding:10px}.focus-timer__display{font-size:36px}.achievement-badge__emoji{font-size:28px}.achievement-system__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1280px){html{font-size:16px}.panel{border-radius:16px}.dashboard-content{max-width:1400px;margin:0 auto}}@media (min-width: 1920px){.dashboard-content{max-width:1800px;margin:0 auto}.achievement-system__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 1024px){.landing-hero__content{padding:0 20px}.landing-header{padding:16px 0;gap:12px}.landing-header__logo-icon{width:52px;height:52px;font-size:24px;flex-shrink:0}.landing-header__logo-text{font-size:20px}.landing-header__theme-toggle{width:40px;height:40px;font-size:18px;flex-shrink:0;border:2px solid #e5e7eb;padding:0;min-width:40px;min-height:40px}.landing-hero__main{margin-top:40px}.landing-hero__badge{padding:12px 20px;margin-top:-20px}.landing-hero__title{font-size:38px;line-height:1.2}.landing-hero__description{font-size:18px}.landing-hero__cta{flex-wrap:wrap}.landing-hero__cta-primary,.landing-hero__cta-secondary{font-size:16px;padding:14px 28px}.landing-features{grid-template-columns:repeat(2,1fr);gap:24px;padding:60px 20px}.landing-feature{padding:24px}.landing-feature__emoji{font-size:36px}.landing-feature__title{font-size:16px}.landing-feature__description{font-size:14px}.landing-stats{grid-template-columns:repeat(2,1fr);gap:20px;padding:60px 20px}.landing-stat{padding:24px}.landing-stat__value{font-size:28px}.landing-stat__label{font-size:14px}.landing-cta__title{font-size:36px}.landing-cta__description{font-size:16px}}@media (max-width: 767px){.landing-page{overflow-x:hidden}.landing-hero{min-height:80vh;padding-bottom:20px}.landing-hero__content{padding:0 16px;max-width:100%}.landing-header{padding:16px 0;margin-bottom:20px}.landing-header__logo{gap:8px}.landing-header__logo-icon{width:48px;height:48px;font-size:20px;box-shadow:0 2px 8px #667eea33}.landing-header__logo-text{font-size:18px}.landing-header__theme-toggle{width:36px;height:36px;font-size:16px}.shape--1{width:300px;height:300px;top:-150px;right:-100px}.shape--2{width:250px;height:250px;bottom:-100px;left:-100px}.shape--3{width:200px;height:200px}.landing-hero__main{margin-top:110px}.landing-hero__badge{padding:10px 16px;font-size:12px;border-radius:20px;margin-top:-30px}.landing-hero__badge-emoji{font-size:14px;margin-right:6px}.landing-hero__title{font-size:36px;line-height:1.2;margin:16px 0}.landing-hero__title-gradient{display:block}.landing-hero__description{font-size:16px;line-height:1.5;margin:16px 0}.landing-hero__cta{flex-direction:column;gap:12px;margin:24px 0}.landing-hero__cta-primary,.landing-hero__cta-secondary{width:100%;padding:12px 20px;font-size:14px;border-radius:8px}.landing-hero__cta-primary{display:flex;align-items:center;justify-content:center;gap:8px}.landing-hero__cta-arrow{transition:transform .3s ease}.landing-hero__cta-primary:active .landing-hero__cta-arrow{transform:translate(4px)}.landing-features{grid-template-columns:1fr;gap:16px;padding:40px 16px;background:var(--surface)}.landing-feature{padding:20px;border-radius:12px;background:var(--background)}.landing-feature__emoji{font-size:32px}.landing-feature__title{font-size:16px;margin:12px 0}.landing-feature__description{font-size:13px;line-height:1.4}.landing-stats{grid-template-columns:repeat(2,1fr);gap:16px;padding:40px 16px}.landing-stat{padding:16px;text-align:center;background:var(--surface);border-radius:12px}.landing-stat__value{font-size:24px;font-weight:800;margin-bottom:8px}.landing-stat__label{font-size:12px;color:var(--text-secondary)}.landing-footer,.landing-cta{padding:40px 16px;text-align:center}.landing-cta__title{font-size:28px;line-height:1.2;margin-bottom:16px}.landing-cta__description{font-size:14px;line-height:1.5;margin-bottom:24px}.landing-cta__button{width:100%;padding:12px 20px;font-size:14px;border-radius:8px}}@media (max-width: 480px){.landing-hero{min-height:70vh}.landing-hero__content{padding:0 12px}.landing-header{padding:10px 0;gap:8px}.landing-header__logo-icon{width:40px;height:40px;font-size:18px;flex-shrink:0}.landing-header__logo-text{font-size:16px}.landing-header__theme-toggle{width:32px;height:32px;font-size:14px;flex-shrink:0;border:2px solid #e5e7eb;padding:0;min-width:32px;min-height:32px}.shape--1{width:200px;height:200px;top:-100px;right:-80px}.shape--2{width:180px;height:180px;bottom:-80px;left:-80px}.shape--3{width:150px;height:150px}.landing-hero__main{margin-top:60px}.landing-hero__badge{padding:8px 14px;font-size:11px;margin-top:-30px}.landing-hero__badge-emoji{font-size:12px;margin-right:4px}.landing-hero__title{font-size:24px;line-height:1.2;margin:12px 0}.landing-hero__description{font-size:14px;line-height:1.4;margin:12px 0}.landing-hero__cta{flex-direction:column;gap:8px;margin:16px 0}.landing-hero__cta-primary,.landing-hero__cta-secondary{padding:11px 18px;font-size:13px}.landing-features{padding:32px 12px;gap:12px}.landing-feature{padding:16px}.landing-feature__emoji{font-size:28px}.landing-feature__title{font-size:14px;margin:8px 0}.landing-feature__description{font-size:12px}.landing-stats{gap:12px;padding:32px 12px}.landing-stat{padding:12px;background:var(--surface);border-radius:10px}.landing-stat__value{font-size:20px}.landing-stat__label{font-size:11px}.landing-footer,.landing-cta{padding:32px 12px}.landing-cta__title{font-size:24px;margin-bottom:12px}.landing-cta__description{font-size:13px;margin-bottom:16px}.landing-cta__button{padding:11px 18px;font-size:13px}}@media (max-width: 360px){.landing-hero__title{font-size:24px}.landing-hero__description{font-size:13px}.landing-cta__title{font-size:20px}.landing-cta__description{font-size:12px}.landing-header__logo-text{font-size:14px}}.confirm-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.confirm-dialog{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d,0 4px 12px #0003;width:100%;max-width:440px;overflow:hidden;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}body.theme-dark .confirm-dialog{background:#1e293b}.confirm-dialog__header{display:flex;flex-direction:column;align-items:center;padding:32px 24px 16px;border-bottom:1px solid rgba(226,232,240,.6)}body.theme-dark .confirm-dialog__header{border-bottom-color:#47556966}.confirm-dialog__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;animation:iconBounce .6s ease-out}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.confirm-dialog__icon--danger{background:linear-gradient(135deg,#fee2e2,#fecaca)}body.theme-dark .confirm-dialog__icon--danger{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.confirm-dialog__icon--warning{background:linear-gradient(135deg,#fef3c7,#fde68a)}body.theme-dark .confirm-dialog__icon--warning{background:linear-gradient(135deg,#78350f,#92400e)}.confirm-dialog__icon--info{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}body.theme-dark .confirm-dialog__icon--info{background:linear-gradient(135deg,#1e3a8a,#1e40af)}.confirm-dialog__title{font-size:20px;font-weight:700;color:var(--text);margin:0;text-align:center}.confirm-dialog__body{padding:24px}.confirm-dialog__message{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0;text-align:center}.confirm-dialog__footer{display:flex;gap:12px;padding:16px 24px 24px}.confirm-dialog__button{flex:1;padding:12px 24px;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:inherit}.confirm-dialog__button--cancel{background:var(--surface-hover);color:var(--text-secondary)}.confirm-dialog__button--cancel:hover{background:#94a3b826;transform:translateY(-1px)}.confirm-dialog__button--cancel:active{transform:translateY(0)}body.theme-dark .confirm-dialog__button--cancel{background:#4755694d}body.theme-dark .confirm-dialog__button--cancel:hover{background:#47556980}.confirm-dialog__button--confirm{color:#fff;box-shadow:0 2px 8px #00000026}.confirm-dialog__button--confirm:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.confirm-dialog__button--confirm:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.confirm-dialog__button--confirm.confirm-dialog__button--danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.confirm-dialog__button--confirm.confirm-dialog__button--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.confirm-dialog__button--confirm.confirm-dialog__button--warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.confirm-dialog__button--confirm.confirm-dialog__button--warning:hover{background:linear-gradient(135deg,#d97706,#b45309)}.confirm-dialog__button--confirm.confirm-dialog__button--info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.confirm-dialog__button--confirm.confirm-dialog__button--info:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.action-button{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit;white-space:nowrap;box-shadow:0 1px 3px #00000014}.action-button__icon{font-size:16px;line-height:1}.action-button__text{line-height:1}.action-button:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0000001f}.action-button:active{transform:translateY(0);box-shadow:0 1px 3px #00000014}.action-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.action-button--primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.action-button--primary:hover{background:linear-gradient(135deg,#4f46e5,#4338ca)}body.theme-dark .action-button--primary{background:linear-gradient(135deg,#818cf8,#6366f1)}body.theme-dark .action-button--primary:hover{background:linear-gradient(135deg,#6366f1,#4f46e5)}.action-button--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.action-button--success:hover{background:linear-gradient(135deg,#059669,#047857)}body.theme-dark .action-button--success{background:linear-gradient(135deg,#34d399,#10b981)}body.theme-dark .action-button--success:hover{background:linear-gradient(135deg,#10b981,#059669)}.action-button--danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.action-button--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}body.theme-dark .action-button--danger{background:linear-gradient(135deg,#f87171,#ef4444)}body.theme-dark .action-button--danger:hover{background:linear-gradient(135deg,#ef4444,#dc2626)}@media (max-width: 768px){.confirm-dialog{max-width:90%}.confirm-dialog__header{padding:24px 20px 12px}.confirm-dialog__icon{width:48px;height:48px;font-size:24px;margin-bottom:12px}.confirm-dialog__title{font-size:18px}.confirm-dialog__body{padding:20px}.confirm-dialog__message{font-size:14px}.confirm-dialog__footer{padding:12px 20px 20px;flex-direction:column-reverse}.confirm-dialog__button{padding:12px;width:100%}.action-button{padding:6px 10px;font-size:12px;gap:4px}.action-button__icon{font-size:14px}.action-button__text{font-size:11px}}@media (max-width: 768px){input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],input[type=url],input[type=search],input[type=date],input[type=time],input[type=datetime-local],textarea,select{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.task-form__label,.reminder-composer__label,.reminder-edit__label{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden}.task-form__grid,.reminder-composer__grid,.reminder-edit__grid{width:100%!important;max-width:100%!important;overflow:hidden}}.summary__quick-actions{margin-top:20px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.summary__quick-actions-label{font-size:14px;font-weight:600;color:var(--text-secondary);margin:0}.summary__quick-actions-buttons{display:flex;flex-wrap:wrap;gap:10px}.ghost-button--compact{padding:8px 16px;font-size:14px}n .summary-actions__divider{width:100%;height:1px;background:var(--border);margin:8px 0}.summary-fab-group{position:fixed;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:50}.summary-fab{width:56px;height:56px;min-width:56px;min-height:56px;border-radius:50%;border:none;color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0003;transition:all .3s ease;padding:0;flex-shrink:0}.summary-fab:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 16px #0000004d}.summary-fab:disabled{opacity:.4;cursor:not-allowed}.summary-fab--task{background:linear-gradient(135deg,#f97316,#fb923c)}.summary-fab--reminder{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.summary-fab--copy{background:linear-gradient(135deg,#06b6d4,#22d3ee)}@media (max-width: 768px){.summary-fab-group{right:16px;gap:10px}.summary-fab{width:48px;height:48px;min-width:48px;min-height:48px;font-size:20px}}.summary-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:12px;margin-bottom:16px;align-items:flex-start}@media (max-width: 768px){.summary-grid{grid-template-columns:1fr;gap:10px}}.summary-sidebar{background:#ffffff80;border-radius:12px;padding:16px;border:1px solid rgba(148,163,184,.15);position:sticky;top:16px}.summary-sidebar__title{font-size:14px;font-weight:600;color:var(--text-secondary);margin:0 0 12px}.summary-sidebar__buttons{display:flex;flex-direction:column;gap:8px}.summary-action-button{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fff;border:2px solid rgba(148,163,184,.2);border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:inherit}.summary-action-button:hover:not(:disabled){border-color:#8b5cf6;transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf633}.summary-action-button:disabled{opacity:.5;cursor:not-allowed}.summary-action-button__icon{font-size:20px;flex-shrink:0}.summary-action-button__text{font-size:14px;font-weight:500;color:var(--text-primary)}body.theme-dark .summary-sidebar,body.theme-dark .summary-action-button{background:#ffffff0d;border-color:#ffffff1a}body.theme-dark .summary-action-button:hover:not(:disabled){background:#ffffff14;border-color:#a78bfa}.summary__paper{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:20px;border:2px solid rgba(226,232,240,.8);box-shadow:0 10px 40px #00000014;min-height:550px;padding:32px;margin-bottom:24px;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.summary__paper:hover{box-shadow:0 12px 48px #0000001f}body.theme-dark .summary__paper{background:linear-gradient(135deg,#1e293bf2,#0f172afa);border-color:#33415580;box-shadow:0 10px 40px #0006}.summary__paper-textarea{flex:1;background:transparent;border:none;outline:none;font-family:Segoe UI,system-ui,sans-serif;font-size:17px;line-height:1.7;color:var(--text-primary);padding:80px 100px;resize:none;caret-color:#8b5cf6;z-index:1;position:relative}.summary__paper-textarea::placeholder{color:#64748b66;font-style:italic}body.theme-dark .summary__paper-textarea::placeholder{color:#94a3b84d}.summary__paper-textarea:disabled{background:#f8fafc80;cursor:not-allowed}body.theme-dark .summary__paper-textarea:disabled{background:#0f172a80}.summary__listening-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;pointer-events:none;z-index:100}.summary__listening-pulse{width:80px;height:80px;background:linear-gradient(135deg,#ef4444,#f87171);border-radius:50%;animation:listeningPulse 1.5s ease-in-out infinite;box-shadow:0 0 #ef4444b3}@keyframes listeningPulse{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}50%{transform:scale(1);box-shadow:0 0 0 20px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.summary__listening-text{font-size:20px;font-weight:700;color:#ef4444;text-shadow:0 2px 8px rgba(0,0,0,.2);animation:listeningTextPulse 1.5s ease-in-out infinite}@keyframes listeningTextPulse{0%,to{opacity:.7}50%{opacity:1}}body.theme-dark .summary__listening-text{color:#f87171}.summary__paper-tabs{position:absolute;top:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;background:#ffffffe6;padding:6px;border-radius:12px;border:1px solid rgba(226,232,240,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000014;z-index:50}body.theme-dark .summary__paper-tabs{background:#334155e6;border-color:#94a3b833}.summary__paper-tab{padding:8px 16px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-secondary);transition:all .2s ease;white-space:nowrap}.summary__paper-tab:hover{background:#8b5cf61a;color:var(--text-primary)}.summary__paper-tab.is-active{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 2px 8px #8b5cf64d}body.theme-dark .summary__paper-tab:hover{background:#a78bfa26}body.theme-dark .summary__paper-tab.is-active{background:linear-gradient(135deg,#a78bfa,#c4b5fd)}.summary__floating-bubble{position:absolute;top:0;left:0;z-index:45}.summary__bubble-toggle{width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b5cf6bf,#a78bfabf);color:#fff;font-size:28px;cursor:pointer;box-shadow:0 6px 20px #8b5cf64d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;padding:0}.summary__bubble-toggle:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.summary__bubble-toggle:hover:not(:disabled){transform:scale(1.1) rotate(15deg);box-shadow:0 8px 28px #8b5cf680;background:linear-gradient(135deg,#8b5cf6d9,#a78bfad9)}.summary__bubble-toggle:active:not(:disabled){transform:scale(.95)}body.theme-dark .summary__bubble-toggle{background:linear-gradient(135deg,#a78bfabf,#c4b5fdbf);box-shadow:0 6px 20px #a78bfa66;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.summary__bubble-menu{position:absolute;top:75px;left:0;background:#fff;border-radius:16px;box-shadow:0 12px 40px #00000026;min-width:240px;max-width:calc(100vw - 32px);overflow:hidden;border:1px solid rgba(226,232,240,.8);animation:bubbleSlideIn .3s cubic-bezier(.34,1.56,.64,1);z-index:160}body.theme-dark .summary__bubble-menu{background:#1e293bfa;border-color:#33415599;box-shadow:0 12px 40px #00000080}@keyframes bubbleSlideIn{0%{opacity:0;transform:translateY(-15px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.summary__bubble-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 18px;background:transparent;border:none;cursor:pointer;color:var(--text-primary);font-size:15px;font-weight:500;transition:all .2s ease;text-align:left}.summary__bubble-item:hover:not(:disabled){background:#8b5cf61a;padding-left:24px}.summary__bubble-item.is-active{background:#8b5cf626;color:#8b5cf6;font-weight:600;border-left:3px solid #8b5cf6;padding-left:21px}.summary__bubble-item:disabled{opacity:.4;cursor:not-allowed}body.theme-dark .summary__bubble-item:hover:not(:disabled){background:#a78bfa26}body.theme-dark .summary__bubble-item.is-active{background:#a78bfa33;color:#a78bfa;border-left-color:#a78bfa}.summary__bubble-icon{font-size:20px;min-width:24px}.summary__bubble-text{flex:1}.summary__bubble-divider{height:1px;background:#e2e8f080;margin:4px 0}body.theme-dark .summary__bubble-divider{background:#33415580}.summary__mic-button{position:absolute;top:0;right:0;width:52px;height:52px;min-width:52px;min-height:52px;max-width:52px;max-height:52px;aspect-ratio:1 / 1;border-radius:50%;border:2px solid rgba(226,232,240,.6);background:#ffffffe6;cursor:pointer;font-size:26px;display:flex;flex-shrink:0;align-items:center;justify-content:center;transition:all .3s ease;padding:0;margin:0;box-shadow:0 4px 12px #00000014;z-index:45;overflow:hidden}.summary__mic-button:hover:not(.is-listening){background:#8b5cf6;border-color:#8b5cf6;color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #8b5cf666}.summary__mic-button.is-listening{background:#ef4444;border-color:#ef4444;color:#fff;animation:micPulse 1.5s ease-in-out infinite}@keyframes micPulse{0%,to{box-shadow:0 4px 12px #ef444466}50%{box-shadow:0 6px 24px #ef444499}}body.theme-dark .summary__mic-button{background:#334155e6;border-color:#94a3b84d}body.theme-dark .summary__mic-button:hover:not(.is-listening){background:#a78bfa;border-color:#a78bfa}.summary__upload-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.summary__upload-label{display:flex;flex-direction:column;align-items:center;gap:16px;padding:48px 64px;background:#8b5cf60f;border:2px dashed rgba(139,92,246,.3);border-radius:20px;cursor:pointer;transition:all .3s ease;pointer-events:auto}.summary__upload-label:hover{background:#8b5cf61f;border-color:#8b5cf680;transform:scale(1.02)}body.theme-dark .summary__upload-label{background:#a78bfa14;border-color:#a78bfa40}body.theme-dark .summary__upload-label:hover{background:#a78bfa24;border-color:#a78bfa66}.summary__upload-icon{font-size:72px}.summary__upload-title{font-size:20px;font-weight:600;color:var(--text-primary)}.summary__upload-subtitle{font-size:14px;color:var(--text-secondary)}.summary__file-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 40px 56px;background:#10b98126;border:2px solid rgba(16,185,129,.4);border-radius:20px;animation:slideUpFade .4s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #10b98133;z-index:20;max-width:80%}body.theme-dark .summary__file-badge{background:#10b98133;border-color:#10b98180;box-shadow:0 8px 24px #10b9814d}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.summary__file-icon{font-size:48px;color:#10b981;filter:drop-shadow(0 2px 8px rgba(16,185,129,.3))}.summary__file-name{font-size:16px;font-weight:600;color:var(--text-primary);max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.summary__file-remove{position:absolute;top:12px;right:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;cursor:pointer;padding:6px 10px;font-size:18px;border-radius:8px;transition:all .2s ease;font-weight:700;line-height:1;min-width:auto;width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center}.summary__file-remove:hover{background:#ef444433;border-color:#ef444480;transform:scale(1.1)}body.theme-dark .summary__file-remove{background:#ef444426;border-color:#ef444466}body.theme-dark .summary__file-remove:hover{background:#ef444440;border-color:#ef444499}.summary__sentence-control{position:absolute;bottom:32px;right:32px;display:flex;align-items:center;gap:14px;background:#fffc;padding:14px 20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.6);z-index:50}body.theme-dark .summary__sentence-control{background:#33415599;border-color:#94a3b833}.summary__sentence-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--text-secondary);white-space:nowrap}.summary__sentence-icon{font-size:18px}.summary__sentence-slider{width:140px;height:6px;border-radius:6px;background:linear-gradient(to right,rgba(139,92,246,.4) 0%,rgba(139,92,246,.4) var(--thumb-pos, 50%),rgba(226,232,240,.3) var(--thumb-pos, 50%),rgba(226,232,240,.3) 100%);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.summary__sentence-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a78bfa);cursor:pointer;box-shadow:0 2px 10px #8b5cf680;transition:all .2s ease}.summary__sentence-slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 16px #8b5cf699}.summary__sentence-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a78bfa);cursor:pointer;border:none;box-shadow:0 2px 10px #8b5cf680;transition:all .2s ease}.summary__sentence-slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 16px #8b5cf699}@media (max-width: 768px){.summary__paper{min-height:450px;padding:20px;border-radius:16px}.summary__bubble-toggle{width:52px;height:52px;min-width:52px;min-height:52px;font-size:24px}.summary__bubble-menu{min-width:220px;top:65px}.summary__mic-button{width:46px;height:46px;min-width:46px;min-height:46px;font-size:22px;top:20px;right:20px}.summary__upload-label{padding:36px 48px}.summary__upload-icon{font-size:56px}.summary__sentence-control{bottom:20px;right:20px;padding:12px 16px}.summary__sentence-slider{width:100px}.summary__file-badge{bottom:80px;left:20px}}.summary-result-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.summary-result-modal__content{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:24px;width:100%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;position:relative;overflow:hidden;animation:modalSlideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}body.theme-dark .summary-result-modal__content{background:linear-gradient(135deg,#1e293bfa,#0f172afa)}.summary-result-modal__floating-bubble{position:absolute;top:24px;left:24px;z-index:150;opacity:1;transition:opacity .3s ease;pointer-events:auto}.summary-result-modal__floating-bubble.is-hidden{opacity:0;pointer-events:none;visibility:hidden}@media (min-width: 1024px){.summary-result-modal__floating-bubble.is-hidden{opacity:1!important;pointer-events:auto!important;visibility:visible!important}}.summary-result-modal__close{position:fixed;top:16px;right:20px;width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;aspect-ratio:1 / 1;border-radius:50%!important;border:2px solid rgba(226,232,240,.5);background:#fffc;color:var(--text-secondary);cursor:pointer;font-size:22px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0!important;margin:0;flex-shrink:0;overflow:hidden;box-sizing:border-box;z-index:10}.summary-result-modal__close:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:scale(1.1)}body.theme-dark .summary-result-modal__close{background:#334155cc;border-color:#94a3b84d}.summary-result-modal__body{flex:1;overflow-y:auto;padding:100px 40px 32px}.summary-result-modal__text{max-width:900px;margin:0 auto}.summary-result-modal__paragraph{font-size:18px;line-height:1.8;color:var(--text-primary);margin-bottom:20px;text-align:justify}.summary-result-modal__paragraph:last-child{margin-bottom:0}.summary-result-modal__keywords{padding:24px 40px;border-top:2px solid rgba(226,232,240,.5);background:#f8fafc80}body.theme-dark .summary-result-modal__keywords{border-top-color:#33415580;background:#0f172a80}.summary-result-modal__keywords-title{font-size:16px;font-weight:700;color:var(--text-primary);margin:0 0 16px}.summary-result-modal__keywords-list{display:flex;flex-wrap:wrap;gap:10px}.summary-result-modal__keyword{padding:8px 16px;background:#8b5cf61f;border:1px solid rgba(139,92,246,.3);border-radius:20px;font-size:14px;font-weight:500;color:#7c3aed}body.theme-dark .summary-result-modal__keyword{background:#a78bfa26;border-color:#a78bfa4d;color:#c4b5fd}.summary-result-modal__actions{display:flex;gap:16px;padding:24px 40px;border-top:2px solid rgba(226,232,240,.5);background:#ffffff80}body.theme-dark .summary-result-modal__actions{border-top-color:#33415580;background:#1e293b80}.summary-result-modal__action-btn{flex:1;padding:14px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px}.summary-result-modal__action-btn--speak{background:linear-gradient(135deg,#10b981,#34d399);color:#fff;box-shadow:0 4px 12px #10b9814d}.summary-result-modal__action-btn--speak:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.summary-result-modal__action-btn--copy{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;box-shadow:0 4px 12px #3b82f64d}.summary-result-modal__action-btn--copy:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}@media (max-width: 768px){.summary-result-modal{padding:0}.summary-result-modal__content{max-width:100%;max-height:100vh;border-radius:0;padding:0 8px}.summary-result-modal__close{top:12px!important;right:16px!important;width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;border-radius:50%!important;padding:0!important;margin:0!important}.summary-result-modal__body{padding:24px}.summary-result-modal__paragraph{font-size:16px}.summary-result-modal__keywords,.summary-result-modal__actions{padding:20px 16px}.summary-result-modal__actions{flex-direction:column}}@media (max-width: 768px){.summary__paper{padding:20px 16px;min-height:450px}.summary__paper-textarea{padding:70px 16px;font-size:15px}.summary__floating-bubble{top:0;left:0}.summary__bubble-toggle{width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;aspect-ratio:1;font-size:24px}.summary__bubble-menu{min-width:200px;top:65px}.summary__bubble-item{padding:12px 16px;font-size:14px}.summary__mic-button{top:0;right:0;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;aspect-ratio:1 / 1;font-size:24px;padding:0!important;margin:0;flex-shrink:0;overflow:hidden}.summary__listening-indicator{gap:12px}.summary__listening-pulse{width:60px;height:60px}.summary__listening-text{font-size:16px}.summary__upload-center{padding:16px}.summary__upload-label{padding:40px 20px;gap:12px}.summary__upload-icon{font-size:42px}.summary__upload-title{font-size:16px}.summary__upload-subtitle{font-size:12px}.summary__sentence-control{bottom:16px;right:16px;left:16px;padding:12px 16px;flex-wrap:wrap;justify-content:center}.summary__sentence-label{font-size:13px}.summary__sentence-slider{width:100%;max-width:200px}.summary__file-badge{padding:20px 24px;max-width:90%;gap:12px;left:50%;top:45%;transform:translate(-50%,-50%)}.summary__file-icon{font-size:40px}.summary__file-name{font-size:14px;max-width:250px}.summary__file-badge p{font-size:12px!important;margin:4px 0 0!important}.summary__file-remove{top:8px;right:8px;padding:4px 8px!important;font-size:16px;min-width:28px!important;max-width:28px!important;width:28px!important;height:28px!important;line-height:1!important}}@media (max-width: 480px){.summary__paper{padding:16px 12px;min-height:400px}.summary__paper-textarea{padding:60px 12px;font-size:14px}.summary__bubble-toggle,.summary__mic-button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;aspect-ratio:1 / 1;font-size:22px;padding:0!important;margin:0;flex-shrink:0;overflow:hidden}.summary__listening-pulse{width:50px;height:50px}.summary__listening-text{font-size:14px}.summary__sentence-control{bottom:12px;right:12px;left:12px}.summary__file-badge{padding:16px 20px;max-width:92%;gap:10px;left:50%;top:43%;transform:translate(-50%,-50%)}.summary__file-icon{font-size:36px}.summary__file-name{font-size:13px;max-width:200px}.summary__file-badge p{font-size:11px!important;margin:2px 0 0!important;line-height:1.4}.summary__file-remove{top:6px;right:6px;padding:3px 6px!important;font-size:14px;min-width:24px!important;max-width:24px!important;width:24px!important;height:24px!important;line-height:1!important}.summary-result-modal__close{top:8px!important;right:12px!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;max-width:36px!important;max-height:36px!important;border-radius:50%!important;padding:0!important;margin:0!important;font-size:20px!important}.summary-result-modal__body{padding:80px 20px 24px}.summary-result-modal__paragraph{font-size:15px;line-height:1.7;padding:0 4px}.summary-result-modal__keywords,.summary-result-modal__actions{padding:16px 20px}.summary__bubble-menu{min-width:200px;max-width:calc(100vw - 48px)}}.summary__sheet{position:relative;background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);border-radius:24px;border:2px solid rgba(203,213,225,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #00000014;min-height:500px;display:flex;flex-direction:column;padding:24px;margin-bottom:24px;overflow:hidden}body.theme-dark .summary__sheet{background:linear-gradient(135deg,#1e293bcc,#0f172ad9);border-color:#3341554d;box-shadow:0 8px 32px #0000004d}.summary__sheet-textarea{flex:1;background:transparent;border:none;outline:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;color:var(--text-primary);padding:0;resize:none;caret-color:#8b5cf6}.summary__sheet-textarea::placeholder{color:#64748b80}body.theme-dark .summary__sheet-textarea::placeholder{color:#94a3b866}.summary__sheet-voice-button{position:absolute;top:24px;right:24px;width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;border-radius:50%;border:2px solid rgba(203,213,225,.3);background:#fffc;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;flex-shrink:0;box-shadow:0 4px 12px #0000001a}.summary__sheet-voice-button:hover:not(.is-listening){background:#8b5cf6;border-color:#8b5cf6;color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #8b5cf64d}.summary__sheet-voice-button.is-listening{background:#ef4444;border-color:#ef4444;color:#fff;animation:pulse 1.5s ease-in-out infinite}body.theme-dark .summary__sheet-voice-button{background:#334155cc;border-color:#94a3b833}body.theme-dark .summary__sheet-voice-button:hover:not(.is-listening){background:#a78bfa;border-color:#a78bfa}.summary__center-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;border-radius:24px}.summary__file-input{display:none}.summary__center-upload{display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;padding:40px;border-radius:16px;background:#8b5cf614;border:2px dashed rgba(139,92,246,.4);transition:all .3s ease;pointer-events:auto}.summary__center-upload:hover{background:#8b5cf61f;border-color:#8b5cf699;transform:scale(1.02)}body.theme-dark .summary__center-upload{background:#a78bfa0d;border-color:#a78bfa33}body.theme-dark .summary__center-upload:hover{background:#a78bfa1a;border-color:#a78bfa66}.summary__center-upload-icon{font-size:64px}.summary__center-upload-title{font-size:18px;font-weight:600;color:var(--text-primary)}.summary__center-upload-subtitle{font-size:14px;color:var(--text-secondary)}.summary__file-indicator{position:absolute;bottom:24px;left:24px;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:8px;animation:slideUp .3s ease}.summary__file-indicator-icon{font-size:18px;color:#10b981}.summary__file-indicator-name{font-size:14px;font-weight:500;color:var(--text-primary);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary__file-indicator-clear{background:transparent;border:none;color:#10b981;cursor:pointer;padding:0 4px;font-size:16px;transition:all .2s ease}.summary__file-indicator-clear:hover{color:#059669;transform:scale(1.2)}.summary__sheet-controls{position:absolute;bottom:24px;right:24px;display:flex;align-items:center;gap:12px;background:#ffffffb3;padding:12px 16px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(203,213,225,.3)}body.theme-dark .summary__sheet-controls{background:#33415580;border-color:#94a3b81a}.summary__sentence-control{display:flex;align-items:center;gap:12px}.summary__sentence-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-secondary);white-space:nowrap}.summary__sentence-icon{font-size:16px}.summary__sentence-text{color:var(--text-primary)}#summary-sentences{width:120px;height:5px;border-radius:5px;background:linear-gradient(to right,rgba(139,92,246,.3) 0%,rgba(139,92,246,.3) var(--thumb-pos, 50%),rgba(203,213,225,.2) var(--thumb-pos, 50%),rgba(203,213,225,.2) 100%);outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}#summary-sentences::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a78bfa);cursor:pointer;box-shadow:0 2px 8px #8b5cf666;transition:all .2s ease}#summary-sentences::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #8b5cf699}#summary-sentences::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#a78bfa);cursor:pointer;border:none;box-shadow:0 2px 8px #8b5cf666;transition:all .2s ease}#summary-sentences::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #8b5cf699}.summary__action-bubble{position:absolute;top:24px;left:24px;z-index:50}.summary__action-toggle{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;box-shadow:0 4px 16px #8b5cf666;transition:all .3s cubic-bezier(.4,0,.2,1)}.summary__action-toggle:hover{transform:scale(1.1) rotate(10deg);box-shadow:0 6px 24px #8b5cf680}.summary__action-toggle:active{transform:scale(.95)}body.theme-dark .summary__action-toggle{background:linear-gradient(135deg,#a78bfa,#c4b5fd);box-shadow:0 4px 16px #a78bfa4d}.summary__action-menu{position:absolute;top:70px;left:0;background:#fff;border-radius:16px;box-shadow:0 12px 32px #00000026;overflow:hidden;min-width:220px;border:1px solid rgba(203,213,225,.3);animation:slideDown .3s cubic-bezier(.4,0,.2,1);z-index:100}body.theme-dark .summary__action-menu{background:#1e293bf2;border-color:#3341554d;box-shadow:0 12px 32px #0006}.summary__action-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:transparent;border:none;cursor:pointer;color:var(--text-primary);font-size:14px;font-weight:500;transition:all .2s ease;border-bottom:1px solid rgba(203,213,225,.1)}.summary__action-item:last-child{border-bottom:none}.summary__action-item:hover:not(:disabled){background:#8b5cf614;padding-left:20px}.summary__action-item:disabled{opacity:.5;cursor:not-allowed}body.theme-dark .summary__action-item:hover:not(:disabled){background:#a78bfa1a}.summary__action-icon{font-size:18px;min-width:20px}.summary__action-label{flex:1;text-align:left}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{box-shadow:0 4px 12px #ef44444d}50%{box-shadow:0 6px 20px #ef444480}}@media (max-width: 768px){.summary__sheet{min-height:400px;padding:16px;border-radius:16px}.summary__sheet-voice-button{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;font-size:20px;top:16px;right:16px}.summary__action-toggle{width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px;font-size:24px}.summary__action-menu{min-width:200px;top:60px}.summary__sheet-controls{bottom:16px;right:16px;padding:10px 12px}.summary__sentence-label{font-size:12px}#summary-sentences{width:100px}.summary__file-indicator{bottom:16px;left:16px}}.toast-container{position:fixed;top:20px;right:20px;z-index:9999;pointer-events:none;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:#fff;border-radius:12px;box-shadow:0 10px 32px #0000001f;border-left:4px solid var(--accent);animation:toastSlideIn .4s cubic-bezier(.34,1.56,.64,1);pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;position:relative;overflow:hidden}.toast--success{--accent: #10b981;border-left-color:#10b981}.toast--success .toast__icon{color:#10b981}.toast--error{--accent: #ef4444;border-left-color:#ef4444}.toast--error .toast__icon{color:#ef4444}.toast--warning{--accent: #f59e0b;border-left-color:#f59e0b}.toast--warning .toast__icon{color:#f59e0b}.toast--info{--accent: #3b82f6;border-left-color:#3b82f6}.toast--info .toast__icon{color:#3b82f6}.toast__icon{font-size:20px;flex-shrink:0;animation:toastIconPop .5s cubic-bezier(.34,1.56,.64,1);line-height:1;margin-top:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.toast__icon:empty{display:none;width:0;margin:0;gap:0}.toast__content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.toast__title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.toast__message{font-size:13px;color:var(--text-muted);margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.toast__close{background:transparent;border:none;width:32px;height:32px;min-width:32px;min-height:32px;padding:0;cursor:pointer;color:#9ca3af;font-size:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;border-radius:6px;margin-top:0;margin-left:auto}.toast__close:hover{background:#0000000d;color:var(--text-primary)}.toast__progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--accent);border-radius:0 0 12px 12px;animation:toastProgress 3s linear forwards}@keyframes toastSlideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}@keyframes toastProgress{0%{width:100%}to{width:0%}}@keyframes toastIconPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@media (max-width: 640px){.toast-container{top:12px;right:12px;left:12px;max-width:none;bottom:auto;padding:0;top:max(12px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));left:max(12px,env(safe-area-inset-left));gap:8px}.toast{width:calc(100% - 24px);max-height:none;padding:16px;border-radius:12px;box-shadow:0 6px 24px #00000026;gap:12px;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:flex-start}.toast__icon{font-size:22px;flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;margin-top:2px;grid-row:1 / 3;grid-column:1}.toast__content{gap:6px;padding-right:0;grid-column:2;grid-row:1 / 3;min-width:0}.toast__title{font-size:15px;font-weight:600;line-height:1.35;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.toast__message{font-size:13px;line-height:1.5;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;color:var(--text-muted)}.toast__close{width:36px;height:36px;min-width:36px;min-height:36px;font-size:20px;margin-top:0;margin-right:-4px;margin-left:8px;flex-shrink:0;padding:0;grid-column:3;grid-row:1 / 3;align-self:flex-start;display:flex;align-items:center;justify-content:center}.toast__close:active{background:#0000001a;transform:scale(.95)}.toast__progress{height:3px}}@media (max-width: 374px){.toast-container{top:max(8px,env(safe-area-inset-top));right:max(8px,env(safe-area-inset-right));left:max(8px,env(safe-area-inset-left));gap:6px}.toast{width:calc(100% - 16px);max-height:none;padding:14px;gap:10px}.toast__title{font-size:14px;line-height:1.35}.toast__message{font-size:12px;line-height:1.45}.toast__icon{font-size:20px;width:20px;height:20px;margin-top:2px}.toast__close{width:32px;height:32px;min-width:32px;min-height:32px;font-size:18px;margin-left:6px;margin-right:-2px}}body.theme-dark .toast{background:#1e293bf2;box-shadow:0 10px 32px #0006;border-left-width:4px}body.theme-dark .toast__title{color:#f1f5f9}body.theme-dark .toast__message{color:#cbd5e1}body.theme-dark .toast__close:hover{background:#ffffff1a;color:#f1f5f9}body.theme-dark .toast__progress{opacity:.7}.ai-assistant{display:flex;flex-direction:column;height:100%;background:var(--surface);border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden;position:relative}.ai-assistant__header{padding:20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-align:center;border-bottom:2px solid rgba(255,255,255,.1)}.ai-assistant__header h2{margin:0;font-size:24px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.ai-assistant__header p{margin:4px 0 0;opacity:.9;font-size:14px}.ai-assistant__welcome{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding-top:0;background:linear-gradient(135deg,#f5f7fa,#f0f4f8);z-index:101;overflow:hidden}body.theme-dark .ai-assistant__welcome{background:linear-gradient(135deg,#0f172a,#1e1b4b 40%,#0f172a)}.ai-assistant__welcome-content{text-align:center;animation:welcomeFadeIn .5s ease-out;padding:12px 16px 100px;display:flex;flex-direction:column;align-items:center;overflow-y:auto;max-height:100%}@keyframes welcomeFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ai-assistant__welcome-avatar{font-size:48px;margin-bottom:6px;animation:bobbing 3s ease-in-out infinite}@keyframes bobbing{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.ai-assistant__welcome-content h1{margin:0 0 2px;font-size:22px;font-weight:600;color:#1f2937}body.theme-dark .ai-assistant__welcome-content h1{color:#e0e7ff;text-shadow:0 0 20px rgba(129,140,248,.3)}.ai-assistant__welcome-content p{margin:4px 0;font-size:15px;color:#6b7280}body.theme-dark .ai-assistant__welcome-content p{color:#a5b4fc}.ai-assistant__welcome-subtitle{font-size:14px;font-weight:500;margin-top:10px;color:#4f46e5}.ai-assistant__welcome-services{display:grid;grid-template-columns:repeat(5,1fr);gap:3px;margin-top:10px;max-width:320px;margin-left:auto;margin-right:auto;justify-items:center;width:100%}.ai-assistant__welcome-section-label{grid-column:1 / -1;font-size:9px;font-weight:700;color:#6366f1;text-transform:uppercase;letter-spacing:.5px;padding:6px 0 2px;text-align:left;width:100%}.ai-assistant__welcome-section-label:first-child{padding-top:0}body.theme-dark .ai-assistant__welcome-section-label{color:#a5b4fc}.ai-assistant__welcome-service-item{display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 4px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:8px;font-weight:500;color:#374151;text-align:center;-webkit-user-select:none;user-select:none}body.theme-dark .ai-assistant__welcome-service-item{background:#1e1b4b8c;border-color:#818cf82e;color:#e0e7ff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ai-assistant__welcome-service-item:hover{border-color:#4f46e5;background:#f3f4f6;transform:translateY(-3px) scale(1.05);box-shadow:0 6px 16px #4f46e533;font-weight:600}.ai-assistant__welcome-service-item:active{transform:translateY(-1px) scale(.98)}body.theme-dark .ai-assistant__welcome-service-item:hover{background:#6366f140;border-color:#818cf8;box-shadow:0 6px 24px #6366f159,inset 0 1px #ffffff0f}body.theme-dark .ai-assistant__welcome-service-item:active{transform:translateY(-1px) scale(.98)}.ai-assistant__service-icon{font-size:12px}.ai-assistant__welcome-tips{margin-top:20px}body.theme-dark .ai-assistant__welcome-avatar{filter:drop-shadow(0 0 18px rgba(129,140,248,.45))}body.theme-dark .ai-assistant__welcome-tips{background:#1e1b4b80;border:1px solid rgba(129,140,248,.2);border-radius:10px;padding:8px 12px;margin-top:20px;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}body.theme-dark .ai-assistant__welcome-tips p{color:#c7d2fe!important;font-size:13px}body.theme-dark .ai-assistant__welcome-tips strong{color:#a5b4fc}.ai-assistant__messages{flex:1;overflow-y:auto;padding:20px 20px 150px;display:flex;flex-direction:column;gap:16px;background:#fafafa;scroll-behavior:smooth}body.theme-dark .ai-assistant__messages{background:linear-gradient(180deg,#0f172a,#1e1b4b,#0f172a)}.ai-assistant__message{display:flex;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ai-assistant__message--user{justify-content:flex-end}.ai-assistant__message--assistant{justify-content:flex-start}.ai-assistant__message-content{max-width:80%;display:flex;gap:8px}.ai-assistant__message--user .ai-assistant__message-content{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:12px 16px;border-radius:16px 4px 16px 16px}.ai-assistant__message--assistant .ai-assistant__message-content{background:#fff;color:#1f2937;padding:12px 16px;border-radius:4px 16px 16px;border:1px solid #e5e7eb}body.theme-dark .ai-assistant__message--assistant .ai-assistant__message-content{background:#1e1b4b8c;color:#e0e7ff;border-color:#818cf82e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 12px #00000040,inset 0 1px #ffffff0a}body.theme-dark .ai-assistant__message--assistant .ai-assistant__message-text p{color:#c7d2fe}body.theme-dark .ai-assistant__message--assistant .ai-assistant__message-text strong{color:#a5b4fc}.sophia-typing-indicator{display:flex;align-items:center;gap:5px;padding:14px 20px!important;min-height:auto}.sophia-typing-dot{width:8px;height:8px;border-radius:50%;background:#667eea;animation:sophia-bounce 1.4s infinite ease-in-out both}.sophia-typing-dot:nth-child(1){animation-delay:0s}.sophia-typing-dot:nth-child(2){animation-delay:.16s}.sophia-typing-dot:nth-child(3){animation-delay:.32s}@keyframes sophia-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}body.theme-dark .sophia-typing-dot{background:#a78bfa}.ai-assistant__message-icon{font-size:20px;align-self:flex-start;margin-top:4px}.ai-assistant__message-text{flex:1}.ai-assistant__message-text p{margin:0 0 8px;font-size:14px;line-height:1.5}.ai-assistant__message-text p:last-child{margin-bottom:0}.ai-assistant__message-file-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap;margin-bottom:8px;max-width:100%}body.theme-dark .ai-assistant__message-file-chip{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.ai-assistant__message-text .ai-assistant__message-file-chip span{overflow:hidden;text-overflow:ellipsis}.ai-assistant__message-list{list-style:none;padding:0;margin:8px 0 0;font-size:13px}.ai-assistant__message-list li{padding:4px 0 4px 20px;position:relative}.ai-assistant__message-list li:before{content:"✓";position:absolute;left:2px;color:currentColor;opacity:.7}.ai-assistant__input-area{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:calc(100% - 32px);max-width:580px;padding:8px 12px;background:#fff;border:2px solid #e5e7eb;border-radius:24px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:4px;box-shadow:0 10px 25px #00000026;z-index:102}body.theme-dark .ai-assistant__input-area{background:#2a2a2a;border-color:#3d3d3d;box-shadow:0 10px 25px #0006}.ai-assistant__input-area .ai-assistant__textarea{padding:8px 8px 0!important;background:transparent!important;border:none!important;margin:0!important;width:100%!important;flex:0 0 100%!important;line-height:1.5!important;vertical-align:middle!important}.ai-assistant__input-controls{display:flex;gap:4px;flex-shrink:0;flex:0 0 auto;margin-top:8px;order:2}.ai-assistant__btn--audio{color:#4f46e5}.ai-assistant__btn--audio.is-active{color:#10b981}body.theme-dark .ai-assistant__btn--audio{color:#818cf8}body.theme-dark .ai-assistant__btn--audio.is-active{color:#34d399}.ai-assistant__uploaded-files{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0;margin:8px 0;border-top:1px solid rgba(79,70,229,.1);border-bottom:1px solid rgba(79,70,229,.1);flex:0 0 100%;order:4}.ai-assistant__file-chip{display:flex;align-items:center;gap:6px;padding:6px 10px;background:linear-gradient(135deg,#4f46e51a,#3b82f614);border:1px solid rgba(79,70,229,.2);border-radius:16px;font-size:12px;color:#4f46e5;transition:all .2s ease;max-width:200px;flex-shrink:1;min-width:0}.ai-assistant__file-chip:hover{background:linear-gradient(135deg,#4f46e526,#3b82f61f);border-color:#4f46e54d}.ai-assistant__file-chip-icon{font-size:14px;flex-shrink:0}.ai-assistant__file-chip-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.ai-assistant__file-chip-size{font-size:11px;color:#4f46e599;flex-shrink:0}.ai-assistant__file-chip-remove{width:16px;height:16px;min-width:16px;max-width:16px;min-height:16px;max-height:16px;padding:0;border:none;background:#ef44441a;color:#ef4444;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;align-self:center;border-radius:50%;transition:all .2s ease;font-size:10px;flex-shrink:0;line-height:1;box-sizing:border-box}.ai-assistant__file-chip-remove:hover{background:#ef44441a;color:#ef4444}body.theme-dark .ai-assistant__file-chip{background:linear-gradient(135deg,#7c3aed26,#3b82f61a);border-color:#7c3aed40;color:#a78bfa}body.theme-dark .ai-assistant__file-chip:hover{background:linear-gradient(135deg,#7c3aed33,#3b82f626);border-color:#7c3aed59}body.theme-dark .ai-assistant__file-chip-size{color:#a78bfa99}body.theme-dark .ai-assistant__file-chip-remove{color:#a78bfab3}body.theme-dark .ai-assistant__file-chip-remove:hover{background:#ef444426;color:#f87171}.ai-assistant__btn{padding:0;border:none;background:transparent;color:#4f46e5;border-radius:50%;cursor:pointer;font-size:16px;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;align-self:center;width:32px;height:32px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;box-sizing:border-box;flex-shrink:0}body.theme-dark .ai-assistant__btn{color:#818cf8}.ai-assistant__btn:hover:not(:disabled){background:#4f46e51a;transform:scale(1.1)}.ai-assistant__btn:disabled{opacity:.5;cursor:not-allowed}.ai-assistant__btn--voice.is-listening{background:#ef4444;color:#fff;animation:pulse 1s infinite}.ai-assistant__btn--voice.is-listening svg{fill:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.ai-assistant__btn--listen.is-speaking{background:#10b981;color:#fff;animation:pulse 1s infinite}.ai-assistant__btn--command{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:all .2s}.ai-assistant__btn--command svg{width:18px;height:18px;stroke:#fff;display:block;flex-shrink:0;transition:transform .2s}.ai-assistant__btn--command:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#dc2626);transform:scale(1.1)}.ai-assistant__btn--command:hover:not(:disabled) svg{transform:scale(1.1)}.ai-assistant__btn--command.is-commanding{background:linear-gradient(135deg,#dc2626,#b91c1c);animation:commandPulse .8s infinite}.ai-assistant__btn--command.is-commanding svg{fill:#fff;animation:none}.ai-assistant__btn--command svg{width:18px;height:18px;transition:transform .2s}@keyframes commandPulse{0%,to{opacity:1;box-shadow:0 0 #ef4444b3}50%{opacity:.9;box-shadow:0 0 20px 5px #ef44444d}}body.theme-dark .ai-assistant__btn--command{background:linear-gradient(135deg,#f59e0b,#f97316)}body.theme-dark .ai-assistant__btn--command:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#dc2626)}.ai-assistant__audio-canvas{flex:1 1 200px;min-height:56px;border-radius:8px;background:transparent;animation:canvasPulse 2s ease-in-out infinite}@keyframes canvasPulse{0%,to{opacity:1}50%{opacity:.85}}.ai-assistant__textarea{flex:0 0 auto;padding:4px 8px 0;border:none;background:transparent;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.5;resize:none;min-height:20px;max-height:120px;overflow-y:auto;color:#1f2937;transition:all .2s;outline:none;min-width:80px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;box-sizing:border-box;vertical-align:baseline}body.theme-dark .ai-assistant__textarea{color:#f1f5f9}.ai-assistant__textarea:focus{outline:none}.ai-assistant__textarea:disabled{opacity:.6;cursor:not-allowed}.ai-assistant__file-chips-container{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:6px 0;max-width:calc(100% - 60px);overflow-x:auto;scroll-behavior:smooth}.ai-assistant__file-count{font-size:11px;color:#999;margin-left:4px;white-space:nowrap;flex-shrink:0}.ai-assistant__actions{display:flex;gap:4px;flex-shrink:0;margin-left:auto;margin-top:8px;order:3}.ai-assistant__btn--send{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;width:32px;height:32px;font-weight:600;font-size:14px;flex:none}.ai-assistant__btn--send:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);transform:scale(1.1)}.ai-assistant__btn--stop{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;width:32px;height:32px;font-weight:600;font-size:14px;flex:none;animation:stopPulse 1s infinite}.ai-assistant__btn--stop:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);transform:scale(1.1)}@keyframes stopPulse{0%,to{opacity:1}50%{opacity:.7}}.ai-assistant__status{padding:8px 16px;background:#f0fdf4;border-top:1px solid #dcfce7;display:flex;gap:12px;font-size:13px;color:#166534;flex-wrap:wrap;min-height:28px;align-items:center}body.theme-dark .ai-assistant__status{background:#1b4332;border-top-color:#2d6a4f;color:#b7e4c7}.ai-assistant__status-item{display:flex;align-items:center;gap:4px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ai-assistant__quick-actions{display:flex;gap:8px;margin:8px 0 4px;padding:0;overflow-x:auto;width:100%;justify-content:flex-start}.ai-assistant__quick-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:18px;padding:8px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px #6366f14d;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ai-assistant__quick-btn:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.ai-assistant__quick-btn:active{transform:translateY(0);box-shadow:0 2px 6px #6366f14d}body.theme-dark .ai-assistant__quick-btn{background:linear-gradient(135deg,#4c1d95,#6b21a8);box-shadow:0 2px 8px #9333ea66}body.theme-dark .ai-assistant__quick-btn:hover{background:linear-gradient(135deg,#5b21b6,#7e22ce);box-shadow:0 4px 12px #9333ea99}@media (min-width: 769px){.ai-assistant__welcome{align-items:center;padding-top:0;padding-bottom:80px;overflow:hidden}.ai-assistant__welcome-content{max-width:600px;padding:8px 16px 0;overflow:visible;max-height:none}.ai-assistant__welcome-avatar{font-size:44px;margin-bottom:4px}.ai-assistant__welcome-content h1{font-size:21px;margin-bottom:2px}.ai-assistant__welcome-content p{font-size:13px;margin:2px 0}.ai-assistant__welcome-services{grid-template-columns:repeat(5,1fr);gap:8px;margin:12px auto;max-width:560px}.ai-assistant__welcome-section-label{font-size:10px;padding:8px 0 3px}.ai-assistant__welcome-service-item{padding:8px 6px;font-size:10px;min-height:52px;gap:4px}.ai-assistant__service-icon{font-size:18px}.ai-assistant__welcome-tips{margin-top:10px;padding:8px 14px;max-width:560px}.ai-assistant__welcome-tips p{font-size:13px}}@media (max-width: 768px){.ai-assistant__welcome-tips{margin-top:24px}.ai-assistant__messages{padding:60px 12px 12px}.ai-assistant__message-content{max-width:95%}.ai-assistant__input-area{position:fixed;max-width:90%;width:90%;bottom:10px;left:50%;padding:12px 8px 8px;align-items:flex-start}.ai-assistant__textarea{font-size:12px}.ai-assistant__btn{width:28px;height:28px;min-width:28px;max-width:28px;min-height:28px;max-height:28px;padding:0;font-size:14px}.ai-assistant__input-controls{gap:3px}.ai-assistant__uploaded-files{gap:6px;padding:6px 0;margin:6px 0}.ai-assistant__file-chip{padding:6px 8px;font-size:11px;max-width:100%;align-items:center;gap:4px}.ai-assistant__file-chip-icon{font-size:14px;flex-shrink:0;margin-right:2px}.ai-assistant__file-chip-name{flex:1;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-assistant__file-chip-size{font-size:10px}.ai-assistant__file-chip-remove{width:18px;height:18px;flex-shrink:0;margin-left:2px}.ai-assistant__welcome-avatar{font-size:65px;margin-bottom:14px}.ai-assistant__welcome-content h1{font-size:24px;margin:5px 0}.ai-assistant__welcome-content p{font-size:14px;margin:3px 0}.ai-assistant__welcome-subtitle{font-size:13px;margin-top:9px}.ai-assistant__welcome-services{grid-template-columns:repeat(5,1fr);gap:7px;margin-top:14px;margin-left:auto;margin-right:auto;max-width:420px}.ai-assistant__welcome-section-label{font-size:10px;padding:6px 0 2px}.ai-assistant__welcome-service-item{padding:7px 9px;font-size:11px;gap:3px}.ai-assistant__service-icon{font-size:17px}}@media (max-width: 480px){.ai-assistant__welcome{z-index:50}.ai-assistant__welcome-content{padding:16px 15px 130px}.ai-assistant__messages{padding-top:80px;padding-bottom:220px}.ai-assistant__input-area{position:fixed;max-width:90%;width:90%;bottom:35px;padding:10px 8px 6px;align-items:flex-start;left:50%;z-index:102;border-radius:20px;gap:4px}.ai-assistant__textarea{font-size:13px;min-height:36px}.ai-assistant__btn{width:24px;height:24px;min-width:24px;max-width:24px;min-height:24px;max-height:24px;padding:0;font-size:12px}.ai-assistant__input-controls{gap:2px}.ai-assistant__uploaded-files{gap:4px;padding:4px 0;margin:4px 0 8px;flex-wrap:wrap}.ai-assistant__file-chip{padding:4px 8px;font-size:11px;max-width:220px;flex-shrink:1;min-width:0;gap:4px;border-radius:12px}.ai-assistant__file-chip-icon{font-size:12px;flex-shrink:0}.ai-assistant__file-chip-name{flex:1;min-width:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500}.ai-assistant__file-chip-size{display:none}.ai-assistant__file-chip-remove{width:14px;height:14px;min-width:14px;max-width:14px;min-height:14px;max-height:14px;flex-shrink:0;padding:0;margin-left:2px;font-size:9px;align-self:center;box-sizing:border-box}.ai-assistant__message-content{max-width:100%}.ai-assistant__welcome-avatar{font-size:50px;margin-bottom:10px}.ai-assistant__welcome-content h1{font-size:22px;margin:4px 0}.ai-assistant__welcome-content p{font-size:13px;margin:2px 0}.ai-assistant__welcome-subtitle{font-size:12px;margin-top:8px}.ai-assistant__welcome-services{grid-template-columns:repeat(5,1fr);gap:4px;margin:12px auto 0;max-width:320px;width:calc(100% - 20px)}.ai-assistant__welcome-section-label{font-size:8px;padding:5px 0 1px}.ai-assistant__welcome-service-item{padding:5px 3px;font-size:8px;gap:2px}.ai-assistant__service-icon{font-size:14px}.ai-assistant__welcome-tips{margin-top:28px}}.modal-overlay--schedule{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content--schedule{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:500px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.modal-header--schedule{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff}.modal-title--schedule{margin:0;font-size:20px;font-weight:600;display:flex;align-items:center;gap:8px}.modal-title__icon--schedule{font-size:24px}.modal-close--schedule{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:4px 8px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close--schedule:hover{background:#f3f4f6;color:#1f2937}.modal-form--schedule{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.modal-form--schedule::-webkit-scrollbar{width:6px}.modal-form--schedule::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.modal-form--schedule::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.modal-form--schedule::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-field--schedule{display:flex;flex-direction:column;gap:6px}.form-field__label--schedule{font-size:14px;font-weight:500;color:#1f2937;display:flex;align-items:center;gap:6px}.form-field__icon--schedule{font-size:16px}.form-field__input--schedule,.form-field__select--schedule{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;width:100%;box-sizing:border-box}.form-field__input--schedule:focus,.form-field__select--schedule:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-field__input--schedule::placeholder{color:#9ca3af}.form-field__textarea--schedule{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease;width:100%;box-sizing:border-box}.form-field__textarea--schedule:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-field__textarea--schedule::placeholder{color:#9ca3af}.form-row--schedule{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-actions--schedule{display:flex;gap:12px;padding:0;margin-top:0}.btn--schedule{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn--primary-schedule{background:#4f46e5;color:#fff}.btn--primary-schedule:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.btn--primary-schedule:active{transform:translateY(0)}.btn--secondary-schedule{background:#f3f4f6;color:#1f2937}.btn--secondary-schedule:hover{background:#e5e7eb}body.theme-dark .modal-content--schedule{background:#1f2937;color:#f9fafb}body.theme-dark .modal-header--schedule{border-bottom-color:#374151;background:#1f2937}body.theme-dark .modal-title--schedule{color:#f9fafb}body.theme-dark .modal-close--schedule{color:#9ca3af}body.theme-dark .modal-close--schedule:hover{background:#374151;color:#f9fafb}body.theme-dark .form-field__label--schedule{color:#f9fafb}body.theme-dark .form-field__input--schedule,body.theme-dark .form-field__select--schedule,body.theme-dark .form-field__textarea--schedule{background:#374151;color:#f9fafb;border-color:#4b5563}body.theme-dark .form-field__input--schedule::placeholder,body.theme-dark .form-field__textarea--schedule::placeholder{color:#9ca3af}body.theme-dark .btn--secondary-schedule{background:#374151;color:#f9fafb}body.theme-dark .btn--secondary-schedule:hover{background:#4b5563}@keyframes taskFadeIn{0%{opacity:0}to{opacity:1}}@keyframes taskSlideUp{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay--reminder{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:taskFadeIn .2s ease}.modal-content--reminder{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:540px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:taskSlideUp .3s ease}.modal-header--reminder{padding:20px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:#fff}.modal-title--reminder{margin:0;font-size:20px;font-weight:600;display:flex;align-items:center;gap:8px}.modal-title__icon--reminder{font-size:24px}.modal-close--reminder{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;width:36px;height:36px;min-width:36px;max-width:36px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;border-radius:6px;line-height:1;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .2s ease}.modal-close--reminder:hover{background:#f3f4f6;color:#1f2937}.modal-form--reminder{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.modal-form--reminder::-webkit-scrollbar{width:6px}.modal-form--reminder::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.modal-form--reminder::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.modal-form--reminder::-webkit-scrollbar-thumb:hover{background:#9ca3af}.form-field--reminder{display:flex;flex-direction:column;gap:6px}.form-field__label--reminder{font-size:14px;font-weight:500;color:#1f2937;display:flex;align-items:center;gap:6px}.form-field__icon--reminder{font-size:16px}.form-field__input--reminder,.form-field__select--reminder{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s ease;width:100%;box-sizing:border-box}.form-field__input--reminder:focus,.form-field__select--reminder:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.form-field__input--reminder::placeholder{color:#9ca3af}.form-field__textarea--reminder{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;transition:all .2s ease;width:100%;box-sizing:border-box}.form-field__textarea--reminder:focus{outline:none;border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a}.form-field__textarea--reminder::placeholder{color:#9ca3af}.form-row--reminder{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-actions--reminder{display:flex;gap:12px;padding:0;margin-top:0}.btn--reminder{flex:1;padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn--primary-reminder{background:#0891b2;color:#fff}.btn--primary-reminder:hover{background:#0e7490;transform:translateY(-1px);box-shadow:0 4px 12px #0891b24d}.btn--primary-reminder:active{transform:translateY(0)}.btn--secondary-reminder{background:#f3f4f6;color:#1f2937}.btn--secondary-reminder:hover{background:#e5e7eb}body.theme-dark .modal-content--reminder{background:#1f2937;color:#f9fafb}body.theme-dark .modal-header--reminder{border-bottom-color:#374151;background:#1f2937}body.theme-dark .modal-title--reminder{color:#f9fafb}body.theme-dark .modal-close--reminder{color:#9ca3af}body.theme-dark .modal-close--reminder:hover{background:#374151;color:#f9fafb}body.theme-dark .form-field__label--reminder{color:#f9fafb}body.theme-dark .form-field__input--reminder,body.theme-dark .form-field__select--reminder,body.theme-dark .form-field__textarea--reminder{background:#374151;color:#f9fafb;border-color:#4b5563}body.theme-dark .form-field__input--reminder::placeholder,body.theme-dark .form-field__textarea--reminder::placeholder{color:#9ca3af}body.theme-dark .btn--secondary-reminder{background:#374151;color:#f9fafb}body.theme-dark .btn--secondary-reminder:hover{background:#4b5563}@media (max-width: 600px){.modal-content--schedule,.modal-content--task,.modal-content--reminder{width:calc(100% - 32px);max-width:none;max-height:90vh;margin:16px}.modal-header--schedule,.modal-header--task,.modal-header--reminder{padding:16px}.modal-title--schedule,.modal-title--task,.modal-title--reminder{font-size:18px}.modal-form--schedule,.modal-form--task,.modal-form--reminder{padding:16px;gap:12px}.form-field__input--schedule,.form-field__select--schedule,.form-field__textarea--schedule,.form-field__input--task,.form-field__select--task,.form-field__textarea--task,.form-field__input--reminder,.form-field__select--reminder,.form-field__textarea--reminder{padding:10px;font-size:16px}.form-field__textarea--schedule,.form-field__textarea--task,.form-field__textarea--reminder{min-height:80px}.form-row--schedule,.form-row--task,.form-row--reminder{grid-template-columns:1fr;gap:10px}.form-field__label--schedule,.form-field__label--task,.form-field__label--reminder{font-size:13px}.form-field__icon--schedule,.form-field__icon--task,.form-field__icon--reminder{font-size:14px}.btn--schedule,.btn--task,.btn--reminder{padding:12px 16px;font-size:13px}.modal-actions--schedule,.modal-actions--task,.modal-actions--reminder{gap:10px}.ai-estimate-section--task{gap:8px}.btn--ai-estimate{font-size:13px;padding:12px 16px}}@media (max-width: 360px){.modal-content--schedule,.modal-content--task,.modal-content--reminder{width:calc(100% - 16px);margin:8px}.modal-header--schedule,.modal-header--task,.modal-header--reminder{padding:12px}.modal-title--schedule,.modal-title--task,.modal-title--reminder{font-size:16px}.modal-form--schedule,.modal-form--task,.modal-form--reminder{padding:12px;gap:10px}.form-field__input--schedule,.form-field__select--schedule,.form-field__textarea--schedule,.form-field__input--task,.form-field__select--task,.form-field__textarea--task,.form-field__input--reminder,.form-field__select--reminder,.form-field__textarea--reminder{padding:8px;font-size:14px}.btn--schedule,.btn--task,.btn--reminder{padding:10px 12px;font-size:12px}}:root{--background: #0d1117;--surface: #161b22;--surface-alt: #0d1117;--border: #30363d;--border-muted: rgba(48, 54, 61, .4);--accent: #58a6ff;--accent-dark: #1f6feb;--text-primary: #c9d1d9;--text-muted: #8b949e;--text-disabled: #6e7681;--muted-2: rgba(255,255,255,.03);--danger: #f85149;--danger-dark: #da3633;--success: #3fb950;--success-dark: #238636;--warning: #d29922;--info: #58a6ff;--glass: linear-gradient(135deg, rgba(88,166,255,.02), rgba(255,255,255,.01));--card-radius: 8px;--shadow-sm: 0 3px 12px rgba(0,0,0,.3);--shadow-md: 0 8px 24px rgba(0,0,0,.4);--shadow-lg: 0 16px 32px rgba(0,0,0,.5);--status-pending-color: #9ca3af;--status-pending-bg: rgba(156, 163, 175, .15);--status-progress-color: #fbbf24;--status-progress-bg: rgba(251, 191, 36, .15);--status-completed-color: #4ade80;--status-completed-bg: rgba(74, 222, 128, .15)}body.theme-light{--background: #ffffff;--surface: #f6f8fa;--surface-alt: #eaeef2;--border: #d0d7de;--border-muted: rgba(209,213,219,.5);--accent: #0969da;--accent-dark: #0860ca;--text-primary: #24292f;--text-muted: #57606a;--text-disabled: #8c959f;--muted-2: rgba(0,0,0,.02);--danger: #cf222e;--danger-dark: #a40e26;--success: #1a7f37;--success-dark: #116329;--warning: #9e6a03;--info: #0969da;--glass: linear-gradient(135deg, rgba(9,105,218,.02), rgba(255,255,255,.8));--card-radius: 8px;--shadow-sm: 0 3px 12px rgba(0,0,0,.08);--shadow-md: 0 8px 24px rgba(0,0,0,.1);--shadow-lg: 0 16px 32px rgba(0,0,0,.12);--status-pending-color: #6b7280;--status-pending-bg: rgba(107, 114, 128, .1);--status-progress-color: #f59e0b;--status-progress-bg: rgba(245, 158, 11, .12);--status-completed-color: #16a34a;--status-completed-bg: rgba(22, 163, 74, .12)}body.theme-light .sidebar-logo__icon{box-shadow:0 6px 18px #0366d614}body.theme-light .panel--tasks{background:var(--surface);border:1px solid var(--border);color:var(--text-primary)}body.theme-light .panel__sticker{background:linear-gradient(135deg,#79b8ff,#0366d6)}body.theme-light .sidebar-nav__item--active{background:linear-gradient(135deg,#0366d60f,#02a05a05);color:var(--accent)}body.theme-dark{--background: #0d1117;--surface: #161b22;--surface-alt: #010409;--border: #30363d;--border-muted: rgba(48,54,61,.4);--accent: #58a6ff;--accent-dark: #1f6feb;--text-primary: #c9d1d9;--text-muted: #8b949e;--text-disabled: #6e7681;--muted-2: rgba(255,255,255,.01);--danger: #f85149;--danger-dark: #da3633;--success: #3fb950;--success-dark: #238636;--warning: #d29922;--info: #58a6ff;--glass: linear-gradient(135deg, rgba(88,166,255,.02), rgba(255,255,255,.01));--card-radius: 8px;--shadow-sm: 0 3px 12px rgba(0,0,0,.3);--shadow-md: 0 8px 24px rgba(0,0,0,.4);--shadow-lg: 0 16px 32px rgba(0,0,0,.5);--status-pending-color: #9ca3af;--status-pending-bg: rgba(156, 163, 175, .15);--status-progress-color: #fbbf24;--status-progress-bg: rgba(251, 191, 36, .15);--status-completed-color: #4ade80;--status-completed-bg: rgba(74, 222, 128, .15)}body.theme-dark .panel--tasks{background:linear-gradient(180deg,rgba(88,166,255,.02),transparent);border:1px solid var(--border)}body.theme-dark .panel__sticker{background:linear-gradient(135deg,var(--accent),var(--accent-dark))}body.theme-dark .fab-button--task{background:linear-gradient(135deg,var(--accent-dark),var(--accent));box-shadow:0 12px 30px #58a6ff26}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";color:var(--text-primary);background:var(--background)}.panel--tasks{background:transparent;border-radius:var(--card-radius);padding:18px;border:1px solid var(--border)}.panel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel__title-block{display:flex;align-items:center;gap:12px}.panel__sticker{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:6px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));font-size:18px}.panel__title{font-size:18px;margin:0;color:var(--text-primary);font-weight:600}.panel__content--tasks{padding:8px 0 0}.fab-button--task{background:linear-gradient(135deg,var(--accent-dark),var(--accent));color:#fff;border:none;width:56px;height:56px;border-radius:8px;display:inline-grid;place-items:center;box-shadow:var(--shadow-md);cursor:pointer;transition:all .2s ease;font-size:24px}.dashboard-container{display:grid;grid-template-columns:260px 1fr;height:100vh;overflow:hidden;background:var(--background);position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;animation:dashboard-fade-in .6s ease-out}@keyframes dashboard-fade-in{0%{opacity:0}to{opacity:1}}@keyframes edit-indicator-pulse{0%,to{box-shadow:0 4px 12px #667eea80,inset 0 1px #fff3,0 0 #667eeab3}50%{box-shadow:0 4px 12px #667eea80,inset 0 1px #fff3,0 0 0 6px #667eea00}}@keyframes sidebar-light-bg{0%,to{background-position:0% 0%}25%{background-position:100% 50%}50%{background-position:50% 100%}75%{background-position:0% 50%}}.dashboard-sidebar{background:linear-gradient(135deg,#f8f0ff,#e8ecff,#f0f4ff,#fce7f3,#ede9fe,#e0f2fe);background-size:300% 300%;animation:sidebar-light-bg 12s ease infinite;border-right:1px solid rgba(139,92,246,.12);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;overflow-y:auto;overflow-x:hidden;transition:width .22s cubic-bezier(0,0,.2,1);will-change:width;transform:translateZ(0);width:260px;position:relative}.dashboard-sidebar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(139,92,246,.06) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(99,102,241,.06) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(236,72,153,.04) 0%,transparent 60%);pointer-events:none;z-index:0}.dashboard-sidebar>*{position:relative;z-index:1}.sidebar-header{padding:8px 16px;border-bottom:1px solid rgba(139,92,246,.1);display:flex;align-items:center;justify-content:space-between;min-height:56px;background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sidebar-logo{display:flex;align-items:center;gap:12px}.sidebar-logo__icon{width:40px;height:40px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#fff;box-shadow:var(--shadow-sm);flex-shrink:0}.sidebar-logo__text{font-size:18px;font-weight:700;color:var(--text-primary)}@keyframes profile-glow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes avatar-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-profile{padding:8px 12px;margin:8px 12px 0;background:linear-gradient(135deg,#667eea0f,#764ba20f,#667eea0f);background-size:200% 200%;animation:profile-glow 6s ease infinite;border:1px solid rgba(102,126,234,.18);border-radius:10px;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.sidebar-profile:hover{border-color:#667eea4d;box-shadow:0 4px 20px #667eea1a}.sidebar-profile__avatar-wrap{position:relative;width:32px;height:32px;flex-shrink:0}.sidebar-profile__avatar-ring{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:conic-gradient(from 0deg,#667eea,#764ba2,#f093fb,#667eea);animation:avatar-ring-spin 4s linear infinite;opacity:.7;transition:opacity .3s ease}.sidebar-profile:hover .sidebar-profile__avatar-ring{opacity:1}.sidebar-profile__avatar-ring:after{content:"";position:absolute;top:2.5px;right:2.5px;bottom:2.5px;left:2.5px;border-radius:50%;background:var(--surface-alt)}.sidebar-profile__avatar{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1;color:#fff;flex-shrink:0;border:none;padding:0;margin:0;position:relative;z-index:1;box-sizing:border-box;cursor:pointer;transition:transform .2s ease;text-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sidebar-profile__avatar:hover{transform:scale(1.05)}.sidebar-profile__avatar.avatar-background-update{transition:background .4s cubic-bezier(.34,1.56,.64,1),transform .2s ease}.sidebar-profile__avatar--clickable:after{content:"✏️";position:absolute;bottom:-2px;right:-2px;width:16px;height:16px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:8px;opacity:0;transform:scale(.7);transition:all .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 8px #0003;border:2px solid var(--surface);z-index:2}.sidebar-profile__avatar--clickable:hover:after{opacity:1;transform:scale(1)}.sidebar-profile__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sidebar-profile__name{font-size:13px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.sidebar-profile__email{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.sidebar-stats{padding:0 16px;margin:0 0 8px}.sidebar-nav{flex:1;padding:8px 16px 4px;margin-top:4px;display:flex;flex-direction:column;gap:2px;border-top:1px solid rgba(148,163,184,.1)}.sidebar-nav__item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;background:transparent;border:none;color:var(--text-primary);font-size:16px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;min-height:40px}.sidebar-nav__item:hover:not(.sidebar-nav__item--disabled){background:#667eea1a;color:var(--accent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sidebar-nav__item--active{background:#667eea26;color:var(--accent);font-weight:600;border-left:3px solid var(--accent);padding-left:9px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sidebar-nav__item--disabled{opacity:.4;cursor:not-allowed}.sidebar-nav__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-nav__icon svg{width:28px;height:28px}.sidebar-nav__label{flex:1;color:inherit;font-weight:500;font-size:17px}.sidebar-footer{padding:10px 16px;border-top:1px solid rgba(139,92,246,.1);display:flex;flex-direction:column;gap:4px;background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.sidebar-footer__button{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;background:transparent;border:none;color:var(--text-primary);font-size:15px;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;min-height:36px}.sidebar-footer__button:hover{background:#58a6ff14;color:var(--accent)}.sidebar-footer__button--logout{color:var(--danger)}.sidebar-footer__button--logout:hover{background:#f851491a;color:var(--danger)}.sidebar-footer__button--crisis{color:#a78bfa;position:relative}.sidebar-footer__button--crisis:hover{background:#a78bfa1a;color:#c4b5fd}.sidebar-footer__button--crisis .sidebar-footer__icon{font-size:20px}.sidebar-footer__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:24px}.sidebar-footer__label{flex:1;color:inherit;font-weight:500}.sidebar-collapse-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.sidebar-collapse-btn:hover{background:var(--surface-alt);color:var(--accent);border-color:var(--accent)}.dashboard-container.dashboard-container--collapsed{grid-template-columns:64px 1fr}.dashboard-sidebar.dashboard-sidebar--collapsed{width:64px}.dashboard-sidebar--collapsed .sidebar-header{padding:8px 0;justify-content:center;flex-direction:column;gap:6px}.dashboard-sidebar--collapsed .sidebar-logo{justify-content:center}.dashboard-sidebar--collapsed .sidebar-logo__icon{width:34px;height:34px;font-size:14px;border-radius:8px}.dashboard-sidebar--collapsed .sidebar-logo__text{display:none}.dashboard-sidebar--collapsed .sidebar-collapse-btn{width:24px;height:24px}.dashboard-sidebar--collapsed .sidebar-collapse-btn svg{width:14px;height:14px}.dashboard-sidebar--collapsed .sidebar-profile{padding:8px;margin:8px 6px 0;justify-content:center;background:transparent;border-radius:8px;border-color:transparent;animation:none}.dashboard-sidebar--collapsed .sidebar-profile__avatar-wrap{width:36px;height:36px}.dashboard-sidebar--collapsed .sidebar-profile__avatar{width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;font-size:15px}.dashboard-sidebar--collapsed .sidebar-profile__avatar-ring{display:none}.dashboard-sidebar--collapsed .sidebar-profile__avatar--clickable:after{display:none}.dashboard-sidebar--collapsed .sidebar-profile__info,.dashboard-sidebar--collapsed .sidebar-stats{display:none}.dashboard-sidebar--collapsed .sidebar-nav{padding:8px 6px;align-items:center}.dashboard-sidebar--collapsed .sidebar-nav__item{justify-content:center;padding:10px;gap:0;min-height:44px;width:44px;border-radius:10px}.dashboard-sidebar--collapsed .sidebar-nav__label{display:none}.dashboard-sidebar--collapsed .sidebar-nav__icon{width:24px;height:24px}.dashboard-sidebar--collapsed .sidebar-nav__icon svg{width:22px;height:22px}.dashboard-sidebar--collapsed .sidebar-footer{padding:8px 6px;align-items:center}.dashboard-sidebar--collapsed .sidebar-footer__button{justify-content:center;padding:10px;gap:0;min-height:44px;width:44px;border-radius:10px}.dashboard-sidebar--collapsed .sidebar-footer__label{display:none}.dashboard-sidebar--collapsed .sidebar-footer__icon{width:22px;height:22px;font-size:20px}.dashboard-main{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;background:linear-gradient(160deg,#f5f0ff,#eef2ff,#fdf2f8,#f0f9ff,#f5f3ff)}.dashboard-main:before,.dashboard-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.dashboard-main:before{background:radial-gradient(ellipse 650px 450px at 10% 20%,rgba(99,102,241,.18) 0%,transparent 65%),radial-gradient(ellipse 550px 550px at 90% 75%,rgba(139,92,246,.16) 0%,transparent 65%),radial-gradient(ellipse 500px 400px at 50% 5%,rgba(59,130,246,.14) 0%,transparent 60%),radial-gradient(ellipse 400px 500px at 80% 15%,rgba(236,72,153,.12) 0%,transparent 65%),radial-gradient(ellipse 500px 400px at 20% 85%,rgba(16,185,129,.1) 0%,transparent 60%),radial-gradient(ellipse 300px 300px at 60% 50%,rgba(251,191,36,.08) 0%,transparent 55%);animation:meshDrift 20s ease-in-out infinite alternate}.dashboard-main:after{background:repeating-linear-gradient(135deg,transparent 0px,transparent 40px,rgba(99,102,241,.03) 40px,rgba(99,102,241,.03) 41px),repeating-linear-gradient(45deg,transparent 0px,transparent 60px,rgba(139,92,246,.025) 60px,rgba(139,92,246,.025) 61px),repeating-linear-gradient(-30deg,transparent 0px,transparent 80px,rgba(59,130,246,.02) 80px,rgba(59,130,246,.02) 81px);animation:reliefShift 40s linear infinite}@keyframes meshDrift{0%{background-position:0% 0%,100% 100%,50% 0%,75% 20%,25% 80%,60% 50%;transform:scale(1)}25%{background-position:20% 35%,75% 45%,65% 25%,35% 65%,75% 25%,40% 70%}50%{background-position:40% 15%,55% 85%,30% 55%,85% 45%,15% 65%,70% 30%;transform:scale(1.01)}75%{background-position:15% 60%,85% 25%,55% 75%,50% 15%,60% 85%,25% 45%}to{background-position:10% 50%,90% 30%,40% 70%,60% 10%,50% 90%,55% 55%;transform:scale(1.02)}}@keyframes reliefShift{0%{background-position:0px 0px,0px 0px,0px 0px}to{background-position:200px 200px,-150px 150px,100px -100px}}body.theme-dark .dashboard-main{background:var(--background)}body.theme-dark .dashboard-main:before{background:radial-gradient(ellipse 600px 400px at 15% 25%,rgba(99,102,241,.1) 0%,transparent 70%),radial-gradient(ellipse 500px 500px at 85% 70%,rgba(139,92,246,.08) 0%,transparent 70%),radial-gradient(ellipse 400px 300px at 50% 10%,rgba(59,130,246,.07) 0%,transparent 70%),radial-gradient(ellipse 350px 450px at 75% 20%,rgba(236,72,153,.05) 0%,transparent 70%),radial-gradient(ellipse 450px 350px at 25% 80%,rgba(16,185,129,.06) 0%,transparent 70%)}body.theme-dark .dashboard-main:after{background:repeating-linear-gradient(135deg,transparent 0px,transparent 40px,rgba(99,102,241,.035) 40px,rgba(99,102,241,.035) 41px),repeating-linear-gradient(45deg,transparent 0px,transparent 60px,rgba(139,92,246,.025) 60px,rgba(139,92,246,.025) 61px),repeating-linear-gradient(-30deg,transparent 0px,transparent 80px,rgba(59,130,246,.02) 80px,rgba(59,130,246,.02) 81px)}.dashboard-header,.dashboard-content{position:relative;z-index:1}.dashboard-header{background:#fff9;border-bottom:1px solid rgba(139,92,246,.08);padding:16px 24px;flex-shrink:0;z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-header--hidden{opacity:0!important;visibility:hidden!important;height:0!important;padding-top:0!important;padding-bottom:0!important;border-bottom:none!important;overflow:hidden!important;pointer-events:none!important;transition:opacity .2s ease,height .2s ease,padding .2s ease}.dashboard-header__content{display:flex;align-items:center;justify-content:space-between;max-width:none;margin:0}.dashboard-header__crud{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent}.dashboard-header__crud-left{display:flex;align-items:center;gap:12px}.dashboard-header__icon{font-size:1.8rem;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;background:linear-gradient(135deg,#58a6ff26,#1f6feb1a);border-radius:6px;border:1px solid var(--border-muted)}.dashboard-header__titles{display:flex;flex-direction:column;gap:2px}.dashboard-header__title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:-.3px}.dashboard-header__subtitle{font-size:.85rem;color:var(--text-muted);margin:0}.dashboard-header__title{font-size:1.7rem;font-weight:700;color:var(--text-primary)}.dashboard-header__subtitle{font-size:1rem;color:var(--text-muted)}.dashboard-header__crud-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.dashboard-header__menu-toggle{width:36px;height:36px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-primary);font-size:18px;cursor:pointer;transition:all .15s ease;display:none;align-items:center;justify-content:center}.dashboard-header__menu-toggle:hover{background:#58a6ff1a;border-color:var(--accent);color:var(--accent)}.dashboard-header__menu-toggle-icon{display:flex;align-items:center;justify-content:center}.dashboard-header__notification-btn{width:36px;height:36px;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;font-size:18px;position:relative}.dashboard-header__notification-btn:hover{background:#58a6ff1a;border-color:var(--accent);color:var(--accent)}.dashboard-header__notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:inline-grid;place-items:center;background:var(--danger);color:#fff;font-size:10px;font-weight:600;border-radius:999px;padding:0 4px;border:2px solid var(--surface)}@media (max-width: 768px){.dashboard-header__crud{flex-direction:column;align-items:flex-start;gap:12px;padding:0 8px}.dashboard-header__crud-actions{gap:8px}.dashboard-header__menu-toggle{display:flex}}.dashboard-header__notification-icon{font-size:26px;animation:ring 2s ease-in-out infinite}.dashboard-header__profile-btn{width:44px;height:44px;border-radius:10px;border:1px solid var(--muted-2);background:var(--surface);display:inline-grid;place-items:center;cursor:pointer}.dashboard-header__profile-avatar img{width:100%;height:100%;border-radius:8px;display:block}.dashboard-header__profile-avatar{font-weight:700;color:var(--text-primary)}.dashboard-content{flex:1;padding:16px;overflow-y:auto;overflow-x:hidden;min-height:0;width:100%;background:transparent}.dashboard-panel{animation:fadeIn .3s ease;height:100%;width:100%;max-width:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}body.theme-dark .dashboard-sidebar{background:#1a1a2e;background-size:auto;animation:none;border-right-color:#94a3b81a}body.theme-dark .dashboard-sidebar:before{display:none}body.theme-dark .sidebar-header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:#94a3b81a}body.theme-dark .sidebar-logo__text{color:#f8fafc}body.theme-dark .sidebar-profile{background:linear-gradient(135deg,#8b5cf614,#6366f114,#8b5cf614);background-size:200% 200%;animation:profile-glow 6s ease infinite;border-color:#8b5cf633}body.theme-dark .sidebar-profile:hover{border-color:#8b5cf666;box-shadow:0 4px 24px #8b5cf626}body.theme-dark .sidebar-profile__avatar-ring{background:conic-gradient(from 0deg,#8b5cf6,#6366f1,#a78bfa,#f093fb,#8b5cf6);opacity:.8}body.theme-dark .sidebar-profile:hover .sidebar-profile__avatar-ring{opacity:1}body.theme-dark .sidebar-profile__avatar-ring:after{background:#1e1e32}body.theme-dark .sidebar-profile__avatar{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}body.theme-dark .sidebar-profile__avatar--clickable:hover{box-shadow:0 8px 16px #8b5cf699}body.theme-dark .sidebar-profile__avatar--clickable:after{background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-color:#1e1e32;box-shadow:0 4px 12px #8b5cf680}body.theme-dark .sidebar-profile__name{color:#f8fafc}body.theme-dark .sidebar-nav__item,body.theme-dark .sidebar-nav__label{color:#f8fafc!important}body.theme-dark .sidebar-nav__item:hover:not(.sidebar-nav__item--disabled){background:#252540;color:#f8fafc}body.theme-dark .sidebar-nav__item--active{background:#667eea33;color:#a5b4fc}body.theme-dark .sidebar-nav__item--active .sidebar-nav__label{color:#a5b4fc!important}body.theme-dark .sidebar-footer{border-top-color:#94a3b81a;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}body.theme-dark .sidebar-footer__button,body.theme-dark .sidebar-footer__label{color:#f8fafc!important}body.theme-dark .sidebar-footer__button--crisis{color:#c4b5fd!important}body.theme-dark .sidebar-footer__button--crisis:hover{background:#a78bfa26;color:#ddd6fe!important}body.theme-dark .sidebar-footer__button:hover{background:#252540;color:#fff!important}body.theme-dark .sidebar-footer__button--logout:hover{background:#ef444426}body.theme-dark .sidebar-collapse-btn{background:#252540;border-color:#94a3b826;color:#94a3b8}body.theme-dark .sidebar-collapse-btn:hover{background:#2d2d4a;color:var(--accent);border-color:var(--accent)}@media (max-width: 768px){body.theme-dark .sidebar-nav__label,body.theme-dark .sidebar-footer__label{display:block!important;color:#f8fafc!important}}body.theme-dark .dashboard-header{background:#1a1a2ef2;border-bottom-color:#94a3b81a}body.theme-dark .dashboard-header__title{background:linear-gradient(135deg,#a78bfa,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}body.theme-dark .dashboard-header__notification-btn{background:#1e293bd9;border-color:#94a3b859}body.theme-dark .dashboard-header__notification-btn:hover{background:#1e293bf2;border-color:#4f46e580;box-shadow:0 4px 12px #4f46e540}body.theme-dark .dashboard-header__menu-toggle{background:#1e293bd9;border-color:#94a3b859;color:#f8fafc}body.theme-dark .dashboard-header__menu-toggle:hover{background:#1e293bf2;border-color:#4f46e580;box-shadow:0 4px 12px #4f46e540}@media (max-width: 1024px){.dashboard-container{grid-template-columns:240px 1fr}.sidebar-header{padding:20px 16px}.dashboard-header{padding:16px 20px}.dashboard-content{padding:20px}}@media (max-width: 768px){.dashboard-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.dashboard-container.dashboard-container--collapsed{grid-template-columns:1fr}.sidebar-collapse-btn{display:none}.dashboard-sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;height:100dvh;z-index:100;transform:translate(-280px);transition:transform .28s cubic-bezier(.25,.46,.45,.94);will-change:transform;contain:layout style;box-shadow:4px 0 20px #0000001a;border-radius:0;animation:none;background-size:auto}.dashboard-sidebar.dashboard-sidebar--collapsed{width:280px}.dashboard-sidebar--collapsed .sidebar-logo__text{display:inline-block}.dashboard-sidebar--collapsed .sidebar-profile__info{display:flex}.dashboard-sidebar--collapsed .sidebar-profile{padding:8px 12px;margin:8px 12px 0;background:linear-gradient(135deg,#667eea0f,#764ba20f,#667eea0f);background-size:200% 200%;animation:profile-glow 6s ease infinite;border:1px solid rgba(102,126,234,.18);border-radius:10px;justify-content:flex-start}.dashboard-sidebar--collapsed .sidebar-profile__avatar-wrap{width:32px;height:32px}.dashboard-sidebar--collapsed .sidebar-profile__avatar{width:32px;height:32px;min-width:32px;min-height:32px;max-width:32px;max-height:32px;font-size:14px}.dashboard-sidebar--collapsed .sidebar-profile__avatar-ring{display:block}.dashboard-sidebar--collapsed .sidebar-profile__avatar--clickable:after{display:flex}.dashboard-sidebar--collapsed .sidebar-stats{display:block}.dashboard-sidebar--collapsed .sidebar-nav{padding:8px 16px;align-items:stretch}.dashboard-sidebar--collapsed .sidebar-nav__item{justify-content:flex-start;width:auto;gap:12px;padding:10px 16px}.dashboard-sidebar--collapsed .sidebar-nav__label{display:block}.dashboard-sidebar--collapsed .sidebar-footer{padding:16px;align-items:stretch}.dashboard-sidebar--collapsed .sidebar-footer__button{justify-content:flex-start;width:auto;gap:16px;padding:14px 16px}.dashboard-sidebar--collapsed .sidebar-footer__label{display:block}.dashboard-sidebar--collapsed .sidebar-header{flex-direction:row;padding:8px 16px}.dashboard-sidebar--open{transform:translate(0)}.dashboard-header{padding:14px 16px;grid-column:1;grid-row:1;position:sticky;top:0;z-index:50}.dashboard-header__title{font-size:20px}.dashboard-main{grid-column:1;grid-row:2;overflow-y:auto}.dashboard-content{padding:16px}.sidebar-nav{gap:4px}.sidebar-nav__item{padding:10px 16px;gap:12px}.sidebar-nav__label,.sidebar-footer__label{display:block!important;color:var(--text-primary)!important}}@media (max-width: 480px){.dashboard-container{grid-template-rows:auto 1fr}.dashboard-header{padding:12px}.dashboard-header__title{font-size:18px;margin-right:auto}.dashboard-header__actions{gap:8px}.dashboard-header__notification-btn{width:40px;height:40px}.dashboard-content{padding:12px}.panel{border-radius:12px}.panel__header{padding:16px 12px}.panel__title{font-size:24px;padding-bottom:8px;font-weight:700}.panel__subtitle{font-size:16px;line-height:1.5}.panel{position:relative;overflow:hidden;border-radius:12px}.panel--with-sticker{padding:20px;background:linear-gradient(180deg,#fff9,#fff6);border:1px solid rgba(102,126,234,.08)}.panel--animated-bg:before{content:"";position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background-repeat:no-repeat;background-size:200% 200%;background-image:radial-gradient(circle at 10% 20%,rgba(102,126,234,.12) 0%,transparent 18%),radial-gradient(circle at 80% 70%,rgba(118,75,162,.12) 0%,transparent 20%),radial-gradient(circle at 40% 80%,rgba(99,102,241,.08) 0%,transparent 22%);filter:blur(12px);transform:translateZ(0);will-change:transform;animation:panel-bg-move 14s ease-in-out infinite;pointer-events:none;z-index:0;opacity:.9}.panel--animated-bg>*{position:relative;z-index:1}@keyframes panel-bg-move{0%{transform:translate3d(-5%,0,0) scale(1)}25%{transform:translate3d(6%,-4%,0) scale(1.02)}50%{transform:translate3d(-6%,4%,0) scale(1)}75%{transform:translate3d(4%,-2%,0) scale(1.01)}to{transform:translate3d(-5%,0,0) scale(1)}}.panel--with-sticker:after{content:attr(data-icon) " " attr(data-sticker);position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#ffffffe6,#fffc);padding:6px 10px;border-radius:999px;font-weight:700;font-size:13px;color:var(--text-primary);box-shadow:0 6px 18px #6366f10f;z-index:2}.task-form__grid{grid-template-columns:1fr}.task-form__label{margin-bottom:12px}.task-form__label input,.task-form__label textarea,.task-form__label select{font-size:18px;padding:14px}.task-form__button{padding:14px;font-size:17px;width:100%}.task{padding:12px;flex-direction:column;gap:8px}.task__title{font-size:17px}.task__meta{flex-wrap:wrap;gap:6px;font-size:15px}.task__actions{width:100%;justify-content:flex-end}.reminder-item{padding:12px;flex-direction:column;gap:8px}.reminder-item__title{font-size:17px}.reminder-item__time{font-size:15px}.focus-timer__display{font-size:48px}.focus-timer__controls{flex-wrap:wrap;gap:8px}.focus-timer__button{padding:14px 18px;font-size:16px}.week-calendar__header{gap:4px}.week-calendar__day-button{padding:12px;font-size:16px;width:100%}.time-slot{padding:12px;font-size:16px}.achievement-badge{padding:16px 10px;gap:6px}.achievement-badge__emoji{font-size:48px}.achievement-badge__name{font-size:14px}.gamification-bar{flex-direction:column;gap:12px}.gamification-bar__stat{flex:1;min-width:0}.sidebar-footer{padding:12px}.sidebar-footer__button{padding:14px 16px;font-size:16px}}@media (max-width: 360px){.dashboard-header__title{font-size:16px}.dashboard-header__notification-btn{width:36px;height:36px;font-size:16px}.dashboard-header__notification-icon{font-size:22px}.panel__title{font-size:20px;font-weight:700}.panel__subtitle{font-size:14px}.focus-timer__display{font-size:40px}.achievement-badge__emoji{font-size:44px}.task-form__label input,.task-form__label textarea{font-size:17px;padding:12px}}@media (min-width: 1280px){.dashboard-container{grid-template-columns:300px 1fr}.dashboard-header{padding:24px 32px}.dashboard-content{padding:32px}.sidebar-nav__item{padding:12px 20px}}@media (min-width: 1920px){.dashboard-container{grid-template-columns:320px 1fr}.dashboard-content{max-width:1600px;margin:0 auto;width:100%;padding:40px}.panel{max-width:100%}}@media (max-width: 480px){body.theme-dark .dashboard-header{padding:12px}body.theme-dark .dashboard-header__title{font-size:18px}body.theme-dark .dashboard-header__notification-btn{width:40px;height:40px}body.theme-dark .dashboard-content{padding:12px}body.theme-dark .panel{border-radius:12px}body.theme-dark .panel__header{padding:16px 12px}body.theme-dark .panel__title{font-size:24px;padding-bottom:8px;font-weight:700}body.theme-dark .panel__subtitle{font-size:16px;line-height:1.5}}@media (max-width: 360px){body.theme-dark .dashboard-header__title{font-size:16px}body.theme-dark .dashboard-header__notification-btn{width:36px;height:36px;font-size:16px}body.theme-dark .dashboard-header__notification-icon{font-size:22px}body.theme-dark .panel__title{font-size:20px;font-weight:700}body.theme-dark .panel__subtitle{font-size:14px}}.recommended-tools-hero{padding:40px 20px;margin-bottom:30px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;border:1px solid rgba(102,126,234,.2)}.recommended-tools-hero__content h2{margin:0 0 10px;font-size:24px;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--accent-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recommended-tools-hero__content p{margin:0 0 30px;font-size:16px;color:var(--text-secondary);font-weight:500}.recommended-tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.recommended-tool-card{all:unset;cursor:pointer;padding:20px;border:2px solid;border-radius:12px;background:var(--surface);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.recommended-tool-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);pointer-events:none}.recommended-tool-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #667eea33}.recommended-tool-card:active{transform:translateY(-2px)}.recommended-tool-card__icon{font-size:48px;margin-bottom:12px;animation:icon-bounce .6s ease-out}@keyframes icon-bounce{0%{transform:scale(0) rotate(-10deg)}to{transform:scale(1) rotate(0)}}.recommended-tool-card__name{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px;z-index:1;position:relative}.recommended-tool-card__desc{font-size:14px;color:var(--text-secondary);margin-bottom:12px;z-index:1;position:relative}.recommended-tool-card__badge{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border-radius:20px;font-size:12px;font-weight:600;z-index:1;position:relative}body.theme-dark .recommended-tools-hero{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea40}body.theme-dark .recommended-tool-card{background:#1e293b;border-color:#334155}body.theme-dark .recommended-tool-card:hover{box-shadow:0 8px 24px #667eea4d}@media (max-width: 768px){.recommended-tools-hero{padding:24px 16px}.recommended-tools-hero__content h2{font-size:20px}.recommended-tools-hero__content p{font-size:14px}.recommended-tools-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.recommended-tool-card{padding:16px}.recommended-tool-card__icon{font-size:40px}.recommended-tool-card__name{font-size:16px}.recommended-tool-card__desc{font-size:12px}}.panel--calendar{margin-top:24px}.feature-landing{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 120px);padding:40px 20px;background:linear-gradient(135deg,var(--surface) 0%,rgba(88,166,255,.02) 50%,var(--surface) 100%)}.feature-landing__content{text-align:center;max-width:550px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-landing__icon{font-size:120px;margin-bottom:30px;display:block;animation:bounce .8s ease-in-out}.feature-landing__title{font-size:42px;font-weight:700;margin-bottom:20px;color:var(--text-primary);letter-spacing:-.5px}.feature-landing__description{font-size:17px;color:var(--text-muted);margin-bottom:50px;line-height:1.7;font-weight:400}.feature-landing__button{padding:14px 50px;font-size:17px;font-weight:600;border:none;border-radius:8px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fffffffa;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-md);text-transform:capitalize;letter-spacing:.5px}.feature-landing__button:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#6bb6ff,#2876d9)}.feature-landing__button:active{transform:translateY(-1px)}.feature-landing__button:disabled{opacity:.6;cursor:not-allowed;transform:none}body.theme-light .feature-landing{background:linear-gradient(135deg,var(--surface) 0%,rgba(9,105,218,.02) 50%,var(--surface) 100%)}body.theme-light .feature-landing__title{color:var(--text-primary)}body.theme-light .feature-landing__description{color:var(--text-muted)}#panel-reminders .panel{display:flex;flex-direction:column;gap:24px}#panel-reminders .panel__header--split{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:2px solid var(--border);gap:30px}#panel-reminders .panel__header--split>div:first-child{flex:1}#panel-reminders .panel__title{font-size:28px;font-weight:800;margin-bottom:10px;line-height:1.2}#panel-reminders .panel__subtitle{font-size:15px;margin-bottom:8px;font-weight:400}#panel-reminders .panel__helper{font-size:13px;color:var(--accent);font-weight:500;margin:0}#panel-reminders .panel__callout{background:linear-gradient(135deg,#58a6ff1a,#1f6feb0d);border:2px solid var(--accent);border-radius:12px;padding:16px 20px;min-width:180px;box-shadow:0 4px 12px #58a6ff26;display:flex;flex-direction:column;gap:6px}#panel-reminders .panel__callout-label{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);font-weight:600}#panel-reminders .panel__callout-value{font-size:24px;font-weight:800;color:var(--accent);line-height:1.1}#panel-reminders .reminder-grid{display:flex;flex-direction:column;gap:12px;flex:1}#panel-reminders .reminder-grid__list{display:flex;flex-direction:column;gap:12px}#panel-reminders .list-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:all .3s ease}#panel-reminders .list-item:hover{background:#58a6ff08;border-color:var(--accent);transform:translate(4px);box-shadow:0 4px 12px #0000001a}#panel-reminders .list-item__body{display:flex;flex-direction:column;gap:6px;flex:1}#panel-reminders .list-item__title{font-size:16px;font-weight:600;color:var(--text-primary)}#panel-reminders .list-item__meta{font-size:13px;color:var(--text-muted);line-height:1.4}#panel-reminders .list-item__actions{display:flex;align-items:center;gap:12px}#panel-reminders .fab-button{background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none;width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #58a6ff4d;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:24px}#panel-reminders .fab-button:hover{transform:translateY(-4px);box-shadow:0 8px 28px #58a6ff66}#panel-reminders .fab-button:active{transform:translateY(-2px)}#panel-reminders .pill{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}#panel-reminders .pill--outline{background:transparent;border:1px solid var(--accent);color:var(--accent)}#panel-reminders .action-button{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:1px solid transparent;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}#panel-reminders .action-button--primary{color:var(--accent)}#panel-reminders .action-button--primary:hover{background:#58a6ff1a;border-color:var(--accent)}#panel-reminders .action-button--danger{color:var(--danger)}#panel-reminders .action-button--danger:hover{background:#f851491a;border-color:var(--danger)}body.theme-light #panel-reminders .panel__callout{background:linear-gradient(135deg,#0969da14,#0596d50a);border-color:#0969da}body.theme-light #panel-reminders .panel__callout-label,body.theme-light #panel-reminders .panel__callout-value{color:#0969da}body.theme-light #panel-reminders .list-item:hover{background:#0969da05;border-color:#0969da}body.theme-light #panel-reminders .fab-button{box-shadow:0 6px 20px #0969da40}body.theme-light #panel-reminders .fab-button:hover{box-shadow:0 8px 28px #0969da59}@media (max-width: 768px){#panel-reminders .panel__header--split{flex-direction:column;align-items:flex-start;gap:16px;padding:16px 0}#panel-reminders .panel__callout{width:100%}#panel-reminders .list-item{flex-direction:column;align-items:flex-start;gap:12px}#panel-reminders .list-item__actions{width:100%;justify-content:space-between}}.empty-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:60px 40px;text-align:center;background:linear-gradient(135deg,#58a6ff08,#1f6feb05);border:2px dashed var(--border);border-radius:16px;animation:slideUp .5s ease-out;margin:20px 0}.empty-state-icon{font-size:100px;margin-bottom:25px;display:block;animation:bounce 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite;filter:drop-shadow(0 4px 12px rgba(88,166,255,.2))}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-state-title{font-size:26px;font-weight:700;color:var(--text-primary);margin:0 0 12px;letter-spacing:-.5px;line-height:1.3}.empty-state-description{font-size:15px;color:var(--text-muted);margin:0 0 35px;line-height:1.6;max-width:500px;font-weight:400}.empty-state-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #58a6ff40;letter-spacing:.3px;text-transform:capitalize;position:relative;overflow:hidden}.empty-state-cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.empty-state-cta:hover:before{left:100%}.empty-state-cta:hover{transform:translateY(-3px);box-shadow:0 8px 24px #58a6ff59;background:linear-gradient(135deg,#6bb6ff,#2876d9)}.empty-state-cta:active{transform:translateY(-1px);box-shadow:0 4px 12px #58a6ff40}.empty-state-cta-icon{font-size:20px;display:inline-block;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}body.theme-light .empty-state-container{background:linear-gradient(135deg,#0969da05,#0596d503);border-color:#e1e8ed}body.theme-light .empty-state-title{color:var(--text-primary)}body.theme-light .empty-state-description{color:var(--text-muted)}body.theme-light .empty-state-icon{filter:drop-shadow(0 4px 12px rgba(9,105,218,.15))}body.theme-light .empty-state-cta{box-shadow:0 4px 16px #0969da33}body.theme-light .empty-state-cta:hover{box-shadow:0 8px 24px #0969da4d}@media (max-width: 768px){.empty-state-container{min-height:300px;padding:40px 20px}.empty-state-icon{font-size:80px;margin-bottom:20px}.empty-state-title{font-size:22px}.empty-state-description{font-size:14px}.empty-state-cta{padding:12px 24px;font-size:15px}}.reminders-container{display:flex;flex-direction:column;gap:32px;padding:0;overflow-x:hidden}.reminders-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:2px solid var(--border)}.reminders-header__content{flex:1}.reminders-header__icon{font-size:28px;margin-right:12px}.reminders-header__title{font-size:32px;font-weight:800;color:var(--text-primary);margin:0 0 8px;line-height:1.2;display:flex;align-items:center}.reminders-header__subtitle{font-size:16px;color:var(--text-muted);margin:0;font-weight:400}.reminders-header__stats{display:flex;gap:12px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:12px 20px;text-align:center;min-width:100px}.stat-card__label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:4px}.stat-card__value{font-size:28px;font-weight:800;color:var(--accent)}.reminder-featured{background:linear-gradient(135deg,#58a6ff1a,#1f6feb0d);border:2px solid var(--accent);border-radius:16px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 8px 24px #58a6ff26;position:relative;overflow:hidden}.reminder-featured:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(88,166,255,.05),transparent);animation:shimmer 2s infinite;pointer-events:none}@keyframes shimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.reminder-featured__content{flex:1;position:relative;z-index:1}.reminder-featured__badge{display:inline-block;background:var(--accent);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.reminder-featured__title{font-size:28px;font-weight:800;color:var(--text-primary);margin:0 0 12px}.reminder-featured__description{font-size:16px;color:var(--text-muted);margin:0 0 16px}.reminder-featured__time{display:flex;align-items:baseline;gap:12px}.reminder-featured__time-value{font-size:42px;font-weight:900;color:var(--accent);font-variant-numeric:tabular-nums}.reminder-featured__time-date{font-size:14px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.reminder-featured__provider{background:#fff;color:var(--accent);padding:12px 20px;border-radius:12px;font-size:13px;font-weight:700;text-transform:uppercase;position:relative;z-index:1}body.theme-light .reminder-featured__provider{background:#f0f7ff}.reminders-timeline{display:flex;flex-direction:column;gap:16px}.reminders-timeline__header{padding-bottom:12px;border-bottom:1px solid var(--border)}.reminders-timeline__title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.reminders-timeline__items{display:flex;flex-direction:column;gap:12px}.reminder-card{display:flex;gap:16px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:all .3s ease;cursor:pointer;position:relative}.reminder-card:hover{background:#58a6ff08;border-color:var(--accent);transform:translate(4px);box-shadow:0 4px 12px #0000001a}.reminder-card__timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.reminder-card__content{flex:1;display:flex;flex-direction:column;gap:10px}.reminder-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reminder-card__title{font-size:16px;font-weight:700;color:var(--text-primary);margin:0}.reminder-card__type{font-size:12px;background:#58a6ff1a;color:var(--accent);padding:4px 10px;border-radius:6px;white-space:nowrap;font-weight:600}.reminder-card__description{font-size:14px;color:var(--text-muted);margin:0;line-height:1.5}.reminder-card__time{display:flex;align-items:center;gap:12px;font-size:13px}.reminder-card__time-value{font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.reminder-card__time-date{color:var(--text-muted)}.reminder-card__actions{display:flex;gap:8px;margin-top:8px}.reminder-card__action{padding:6px 12px;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease}.reminder-card__action--edit{background:#58a6ff1a;color:var(--accent)}.reminder-card__action--edit:hover{background:#58a6ff33}.reminder-card__action--delete{background:#f851491a;color:var(--danger)}.reminder-card__action--delete:hover{background:#f8514933}.tasks-container{display:flex;flex-direction:column;gap:32px;padding:0;overflow-x:hidden}.tasks-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:2px solid var(--border)}.tasks-header__content{flex:1}.tasks-header__icon{font-size:28px;margin-right:12px}.tasks-header__title{font-size:32px;font-weight:800;color:var(--text-primary);margin:0 0 8px;line-height:1.2;display:flex;align-items:center}.tasks-header__subtitle{font-size:16px;color:var(--text-muted);margin:0;font-weight:400}.tasks-header__stats{display:flex;gap:12px}.tl-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface)}.tl-group__header{display:flex;align-items:center;justify-content:space-between;padding:6px 16px;background:var(--bg-primary, var(--surface));border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none}.tl-group__header-left{display:flex;align-items:center;gap:8px}.tl-group__collapse{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:4px;transition:transform .2s ease,background .15s ease;transform:rotate(90deg);padding:0}.tl-group__collapse--closed{transform:rotate(0)}.tl-group__collapse:hover{background:#8080801f}.tl-group__status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 7px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.tl-group__status-icon{display:flex;align-items:center}.tl-group__count{font-size:12px;font-weight:600;color:var(--text-muted);background:#8080801a;padding:1px 7px;border-radius:10px}.tl-group__add-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;border-radius:4px;opacity:0;transition:opacity .2s,background .15s;padding:0}.tl-group__header:hover .tl-group__add-btn{opacity:1}.tl-group__add-btn:hover{background:#8080801f;color:var(--text-primary)}.tl-group__border{height:0}.tl-columns{display:grid;grid-template-columns:36px 1fr 130px 150px 120px 60px;align-items:center;padding:0 16px;height:30px;background:#8080800a;border-bottom:1px solid var(--border)}.tl-col{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:0 4px}.tl-rows{display:flex;flex-direction:column}.tl-row{display:grid;grid-template-columns:36px 1fr 130px 150px 120px 60px;align-items:center;padding:0 16px;min-height:38px;border-bottom:1px solid rgba(128,128,128,.08);transition:background .12s ease}.tl-row:last-child{border-bottom:none}.tl-row--hovered{background:#8080800f}.tl-cell{display:flex;align-items:center;padding:4px;min-width:0}.tl-cell--check{justify-content:center}.tl-check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;cursor:pointer;border-radius:50%;padding:0;transition:transform .15s ease,background .15s}.tl-check:hover{transform:scale(1.15);background:#80808014}body.theme-dark .tl-check:hover{background:#ffffff1a}.tl-check--done{cursor:default}.tl-cell--name{gap:6px;overflow:hidden}.tl-task-name{font-size:13.5px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tl-task-name--done{text-decoration:line-through;opacity:.55}.tl-task-notes{display:flex;color:var(--text-muted);opacity:.6;flex-shrink:0}.tl-cell--course{justify-content:center}.tl-course-tag{font-size:12px;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 10%,transparent);padding:2px 8px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.tl-cell--due{justify-content:center}.tl-due-tag{font-size:12px;font-weight:500;color:var(--text-secondary, var(--text-muted));white-space:nowrap}.tl-due-tag--overdue{color:var(--danger, #ef4444);font-weight:700}.tl-cell--status{justify-content:center}.tl-status-badge{display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 6px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.tl-cell--actions{justify-content:flex-end}.tl-row-actions{display:flex;gap:4px}.tl-action-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:6px;cursor:pointer;transition:background .15s,transform .15s;padding:0}.tl-action-btn--complete{background:#16a34a1f;color:#16a34a}.tl-action-btn--complete:hover{background:#16a34a;color:#fff;transform:scale(1.1)}.tl-action-btn--delete{background:#ef44441a;color:#ef4444}.tl-action-btn--delete:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.tl-cell-placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted);opacity:.35}.tl-row--add{cursor:pointer;min-height:34px;border-bottom:none}.tl-row--add:hover{background:#8080800f}.tl-add-text{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-muted);opacity:.6;transition:opacity .15s,color .15s}.tl-row--add:hover .tl-add-text{opacity:1;color:var(--accent)}body.theme-dark .tl-table{background:#ffffff0a;border-color:#ffffff1a}body.theme-dark .tl-group__header{background:#ffffff08;border-bottom-color:#ffffff14}body.theme-dark .tl-group__collapse{color:#fff9}body.theme-dark .tl-group__collapse:hover{background:#ffffff1a;color:#fff}body.theme-dark .tl-group__count{color:#fff9;background:#ffffff14}body.theme-dark .tl-group__add-btn{color:#ffffff80;opacity:1}body.theme-dark .tl-group__add-btn:hover{background:#ffffff1a;color:#fff}body.theme-dark .tl-columns{background:#ffffff08;border-bottom-color:#ffffff14}body.theme-dark .tl-col{color:#ffffff80}body.theme-dark .tl-row{border-bottom-color:#ffffff0f}body.theme-dark .tl-row--hovered,body.theme-dark .tl-row:hover{background:#ffffff0d}.tl-dot{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;flex-shrink:0}.tl-dot--pending{background-color:#9ca3af}.tl-dot--in_progress,.tl-dot--progress{background-color:#f59e0b}.tl-dot--completed{background-color:#16a34a}body.theme-dark .tl-dot--pending{background-color:#58a6ff}body.theme-dark .tl-dot--in_progress,body.theme-dark .tl-dot--progress{background-color:#fbbf24}body.theme-dark .tl-dot--completed{background-color:#4ade80}.tl-dot--completed svg{display:block}body.theme-dark .tl-task-name{color:#ffffffe6}body.theme-dark .tl-task-name--done{color:#ffffff73}body.theme-dark .tl-task-notes{color:#fff6}body.theme-dark .tl-course-tag{color:var(--accent);background:#58a6ff1f}body.theme-dark .tl-due-tag{color:#ffffffa6}body.theme-dark .tl-due-tag--overdue{color:#f87171}body.theme-dark .tl-status-badge{background:#ffffff0f}body.theme-dark .tl-action-btn--complete{background:#4ade8026;color:#4ade80}body.theme-dark .tl-action-btn--complete:hover{background:#22c55e;color:#fff}body.theme-dark .tl-action-btn--delete{background:#f871711f;color:#f87171}body.theme-dark .tl-action-btn--delete:hover{background:#ef4444;color:#fff}body.theme-dark .tl-row--add:hover{background:#ffffff0a}body.theme-dark .tl-add-text{color:#fff6}body.theme-dark .tl-row--add:hover .tl-add-text{color:var(--accent)}body.theme-dark .tl-group__border{border-color:#ffffff0f}@media (max-width: 768px){.reminders-header,.tasks-header,.schedule-header{flex-direction:column;gap:16px}.reminders-header__stats,.tasks-header__stats,.schedule-header__stats{width:100%;justify-content:flex-start}.tl-table{border-radius:8px;border:none;gap:0}.tl-columns{display:none}.tl-group__header{padding:8px 12px;position:sticky;top:0;z-index:2;background:var(--surface)}.tl-group__add-btn{opacity:1}.tl-row{display:flex;flex-wrap:wrap;align-items:center;padding:10px 12px;gap:6px 8px;min-height:unset;border-bottom:1px solid rgba(128,128,128,.08)}.tl-cell{padding:0}.tl-cell--check{flex:0 0 28px;order:1}.tl-check{width:28px;height:28px}.tl-cell--name{flex:1 1 0;min-width:0;order:2}.tl-task-name{font-size:14px;font-weight:600}.tl-cell--actions{flex:0 0 auto;order:3}.tl-row .tl-row-actions{display:flex;opacity:1}.tl-action-btn{width:30px;height:30px}.tl-cell--course{flex:0 1 auto;order:4;margin-left:36px;justify-content:flex-start}.tl-course-tag{font-size:11px;padding:1px 6px}.tl-cell--due{flex:0 1 auto;order:5;justify-content:flex-start}.tl-due-tag{font-size:11px}.tl-cell--status{display:none}.tl-row--add{display:flex;padding:10px 12px;gap:8px}.tl-row--add .tl-cell--check{flex:0 0 28px}.tl-row--add .tl-cell--name{flex:1}.tl-add-text{opacity:1;font-size:14px}.reminder-featured{flex-direction:column;align-items:flex-start}.reminders-container,.tasks-container,.schedule-container{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.reminders-timeline__items{min-width:0}}.schedule-container{display:flex;flex-direction:column;gap:32px;padding:0;overflow-x:hidden}.schedule-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:24px;border-bottom:2px solid var(--border)}.schedule-header__content{flex:1}.schedule-header__icon{font-size:28px;margin-right:12px}.schedule-header__title{font-size:32px;font-weight:800;color:var(--text-primary);margin:0 0 8px;line-height:1.2;display:flex;align-items:center}.schedule-header__subtitle{font-size:16px;color:var(--text-muted);margin:0;font-weight:400}.schedule-header__stats{display:flex;gap:12px}.schedule-calendar-wrapper{display:flex;flex-direction:column;gap:16px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px;overflow-x:auto}@media (max-width: 768px){.schedule-header{flex-direction:column;gap:16px}.schedule-header__stats{width:100%;justify-content:flex-start}.schedule-calendar-wrapper{padding:16px}}.reminder-list-fab{position:fixed;bottom:32px;right:32px;width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff;border:none;padding:0;margin:0;box-shadow:0 6px 20px #58a6ff4d;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;transition:transform .1s ease,box-shadow .1s ease;z-index:45}.reminder-list-fab svg{width:24px;height:24px;flex-shrink:0}.reminder-list-fab:hover{transform:translateY(-4px);box-shadow:0 8px 28px #58a6ff66}.reminder-list-fab:active{transform:translateY(-2px)}@media (max-width: 768px){.reminder-list-fab{bottom:24px;right:24px;width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px}.reminder-list-fab:hover{transform:translateY(-2px)}}@media (max-width: 480px){.reminder-list-fab{bottom:16px;right:16px;width:48px;height:48px;min-width:48px;min-height:48px;max-width:48px;max-height:48px}.schedule-calendar-wrapper{padding:12px;overflow-x:auto;-webkit-overflow-scrolling:touch}.reminders-container,.tasks-container,.schedule-container{width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:0}}.sidebar-edge-tab{display:none}@media (max-width: 768px){.sidebar-edge-tab{display:flex;align-items:center;justify-content:center;position:fixed;left:6px;top:50%;transform:translateY(-50%);width:32px;height:56px;z-index:1002;cursor:grab;-webkit-tap-highlight-color:transparent;border:none;padding:0 2px 0 4px;touch-action:none;border-radius:14px;background:linear-gradient(135deg,#667eeaeb,#764ba2e0);box-shadow:2px 2px 12px #667eea4d,inset 0 1px #ffffff26;transition:left .28s cubic-bezier(.25,.46,.45,.94),box-shadow .2s ease,background .2s ease;will-change:left;animation:edgeTabNudge 3s ease-in-out infinite}.sidebar-edge-tab--open{left:280px;animation:none}.sidebar-edge-tab:active{cursor:grabbing;background:linear-gradient(135deg,#667eea,#764ba2f2);box-shadow:3px 4px 18px #667eea80,inset 0 1px #ffffff40;animation:none}.sidebar-edge-tab__arrow{width:18px;height:36px;color:#fffffff2;transition:transform .28s cubic-bezier(.25,.46,.45,.94);flex-shrink:0}.sidebar-edge-tab--open .sidebar-edge-tab__arrow{transform:rotate(180deg)}.sidebar-edge-tab:active .sidebar-edge-tab__arrow{color:#fff}@keyframes edgeTabNudge{0%,to{transform:translateY(-50%) translate(0)}35%{transform:translateY(-50%) translate(4px)}55%{transform:translateY(-50%) translate(0)}}body.theme-dark .sidebar-edge-tab{background:linear-gradient(135deg,#8b5cf6eb,#a78bfad9);box-shadow:2px 2px 12px #8b5cf666,inset 0 1px #ffffff1f}body.theme-dark .sidebar-edge-tab:active{background:linear-gradient(135deg,#8b5cf6,#a78bfaf2);box-shadow:3px 4px 18px #8b5cf68c,inset 0 1px #fff3}}.sidebar-drag-handle{display:none}@media (max-width: 768px){.sidebar-drag-handle{display:flex;align-items:center;justify-content:center;position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:28px;height:52px;cursor:grab;z-index:101;border:none;padding:0 2px 0 0;-webkit-tap-highlight-color:transparent;border-radius:0 12px 12px 0;background:linear-gradient(135deg,#667eeaeb,#764ba2e0);box-shadow:2px 2px 12px #667eea4d,inset 0 1px #ffffff26;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;touch-action:pan-y}.sidebar-drag-handle:active{cursor:grabbing;transform:translateY(-50%) translate(-4px) scale(1.05);background:linear-gradient(135deg,#667eea,#764ba2f2);box-shadow:3px 4px 18px #667eea80,inset 0 1px #ffffff40}.sidebar-drag-handle__arrow{width:18px;height:36px;color:#fffffff2;transition:transform .2s ease;flex-shrink:0}.sidebar-drag-handle:active .sidebar-drag-handle__arrow{color:#fff;transform:translate(-2px)}body.theme-dark .sidebar-drag-handle{background:linear-gradient(135deg,#8b5cf6eb,#a78bfad9);box-shadow:2px 2px 12px #8b5cf666,inset 0 1px #ffffff1f}body.theme-dark .sidebar-drag-handle:active{background:linear-gradient(135deg,#8b5cf6,#a78bfaf2);box-shadow:3px 4px 18px #8b5cf68c,inset 0 1px #fff3}}.sidebar-overlay{display:none}@media (max-width: 768px){.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99;opacity:0;pointer-events:none;transition:opacity .28s cubic-bezier(.25,.46,.45,.94);-webkit-tap-highlight-color:transparent}.sidebar-overlay--visible{opacity:1;pointer-events:auto}body.theme-dark .sidebar-overlay--visible{background:#0009}}.swipe-hint{display:none}@media (max-width: 768px){.swipe-hint{display:flex;position:fixed;left:24px;top:50%;transform:translateY(-50%);z-index:90;align-items:center;gap:0;pointer-events:none;animation:swipeHintAppear .5s ease-out forwards}.swipe-hint--hidden{animation:swipeHintDisappear .4s ease-in forwards}.swipe-hint__tab{width:28px;height:72px;background:linear-gradient(135deg,#667eead9,#764ba2d9);border-radius:0 14px 14px 0;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 12px #667eea59;position:relative;overflow:hidden}.swipe-hint__tab:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.25) 50%,transparent 100%);animation:swipeShimmer 1.8s ease-in-out infinite}.swipe-hint__arrow{display:flex;align-items:center;animation:swipeArrowBounce 1.2s ease-in-out infinite}.swipe-hint__arrow svg{width:18px;height:18px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.swipe-hint__label{position:absolute;left:36px;white-space:nowrap;background:linear-gradient(135deg,#667eeaeb,#764ba2eb);color:#fff;font-size:12px;font-weight:600;padding:6px 14px 6px 8px;border-radius:0 10px 10px 0;box-shadow:2px 2px 12px #667eea4d;opacity:0;transform:translate(-10px);animation:swipeLabelSlide 1.8s ease-in-out infinite;letter-spacing:.3px}body.theme-dark .swipe-hint__tab{background:linear-gradient(135deg,#8b5cf6d9,#a78bfad9);box-shadow:2px 2px 12px #8b5cf666}body.theme-dark .swipe-hint__label{background:linear-gradient(135deg,#8b5cf6eb,#a78bfaeb);box-shadow:2px 2px 12px #8b5cf659}}@keyframes swipeHintAppear{0%{opacity:0;transform:translateY(-50%) translate(-30px)}to{opacity:1;transform:translateY(-50%) translate(0)}}@keyframes swipeHintDisappear{0%{opacity:1;transform:translateY(-50%) translate(0)}to{opacity:0;transform:translateY(-50%) translate(-30px)}}@keyframes swipeArrowBounce{0%,to{transform:translate(0)}50%{transform:translate(5px)}}@keyframes swipeShimmer{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}@keyframes swipeLabelSlide{0%,20%{opacity:0;transform:translate(-10px)}35%,75%{opacity:1;transform:translate(0)}90%,to{opacity:0;transform:translate(-10px)}}.tool-selector,.tool-selector__container,.cognitive-test,.cognitive-test__container,.dashboard-transition,.loading-screen,.onboarding-loader,.achievement-celebration,.streak-celebration,.confetti-container{will-change:transform,opacity}.tool-selector__tool,.task-list-item,.reminder-item,.schedule-item,.home-panel__card,.gamification-bar,.settings-panel{contain:layout style paint}.tab-panel[hidden],.panel-hidden{content-visibility:auto;contain-intrinsic-size:0 500px}@media (max-width: 768px){.tool-selector__container,.cognitive-test__container,.loading-screen__content,.onboarding-loader__content,.dashboard-transition__content,.auth-modal,.task-modal__content,.reminder-modal__content,.schedule-modal__content,.rating-modal__content,.settings-panel,.avatar-modal,.admin-panel-modal__content{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.tool-selector__container{background:#ffffff8c!important}.cognitive-test__container{background:#ffffffe6!important}.shape{filter:blur(30px)!important;opacity:.05!important}.tool-selector__particle,.confetti-particle{box-shadow:none!important;filter:none!important}.tool-selector:before,.tool-selector:after,.cognitive-test:before,.cognitive-test:after,.loading-screen:before,.loading-screen:after,.onboarding-loader:before,.onboarding-loader:after{animation:none!important}.tool-selector,.cognitive-test,.loading-screen,.onboarding-loader{background-size:100% 100%!important;animation-duration:.6s!important;animation-iteration-count:1!important}.tool-selector__sophia-avatar,.tool-selector__tool-icon,.streak-celebration__emoji,.achievement-celebration__trophy{filter:none!important}.tool-selector__tool:hover,.tool-selector__tool:active{box-shadow:0 2px 8px #00000014!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (max-width: 768px){.theme-dark .tool-selector__container{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#0f172a80!important}.theme-dark .cognitive-test__container,.theme-dark .task-modal__content,.theme-dark .reminder-modal__content,.theme-dark .schedule-modal__content{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#1e1e28f2!important}}@media (max-width: 768px){.tool-selector__tool,.task-list-item,.reminder-item,.home-panel__card,.gamification-bar__item,button,.btn,[role=button]{transition:transform .2s ease,opacity .2s ease!important}}
