body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-color:#fff;--text-color:#222}body{background:#f5f5f5}.header,body{color:#222;color:var(--text-color)}.header{background:#fff!important;background:var(--header-color)!important}.login-btn,.register-btn,.save-button,.settings-button{background-color:#007bff;border:none;color:#fff}.add-task-btn{background-color:#28a745}.delete-btn,.settings-button.danger{background-color:#dc3545;border:none;color:#fff}.main-content{display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1400px;min-height:calc(100vh - 80px);padding:2rem}.top-section{display:flex;justify-content:center;width:100%}.bottom-section{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr;width:100%}.left-column,.right-column{flex-direction:column}.left-column,.placeholder-component,.right-column{align-items:center;display:flex;justify-content:center;width:100%}.placeholder-component{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;color:#6c757d;max-width:none;min-height:400px;padding:2rem;text-align:center}.placeholder-component .icon{font-size:48px;margin-bottom:1rem}.placeholder-component h3{font-size:18px;font-weight:600;margin:0 0 .5rem}.placeholder-component p{font-size:14px;margin:0}@media (max-width:1024px){.main-content{gap:1rem;padding:1rem}.bottom-section{gap:1.5rem;grid-template-columns:1fr}.left-column,.right-column{align-items:stretch;justify-content:flex-start;width:100%}.main-content .calendar-container,.main-content .pomodoro-container,.main-content .task-box{max-width:100%;min-width:0}}@media (max-width:768px){.main-content{gap:.5rem;padding:.5rem}.bottom-section{gap:.5rem}.main-content .calendar-container,.main-content .pomodoro-container,.main-content .task-box{max-width:100%;min-width:0;padding:.5rem}.placeholder-component{font-size:15px;min-height:200px;padding:1rem}.placeholder-component .icon{font-size:32px}}@media (max-width:480px){.main-content{gap:.25rem;padding:.25rem}.bottom-section{gap:.25rem}.main-content .calendar-container,.main-content .pomodoro-container,.main-content .task-box{font-size:15px;padding:.25rem}.header,.header-center,.header-left,.header-right{align-items:flex-start;flex-direction:column;text-align:left}.header .title{font-size:1.2rem}.header .subtitle{font-size:.9rem}}.main-content .pomodoro-container{margin:0;max-width:700px;width:100%}.main-content .task-box{margin:0;max-width:none;width:100%}.main-content .calendar-container{margin:0;max-width:500px;width:100%}@media (min-width:1025px){.bottom-section{gap:3rem}.main-content .pomodoro-container{max-width:800px}.main-content .calendar-container{max-width:600px}}@media (min-width:1400px){.main-content{max-width:1600px}.bottom-section{gap:4rem}.main-content .pomodoro-container{max-width:900px}}.settings-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.settings-popup{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-height:80vh;max-width:500px;overflow-y:auto;padding:20px;width:90%}.settings-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.settings-header h2{color:#111!important;font-size:1.5rem;margin:0}.settings-section{margin-bottom:20px}.settings-section h3{color:#666;color:#111!important;margin-bottom:10px}.setting-item{align-items:center;cursor:pointer;display:flex;margin:10px 0}.setting-item input[type=checkbox]{margin-right:10px}.theme-select{border-radius:4px}.settings-button,.theme-select{border:1px solid #ddd;padding:8px;width:100%}.settings-button{background:#fff;border-radius:4px;color:#111!important;cursor:pointer;margin:5px 0}.settings-button.danger{border-color:#dc3545;color:#dc3545}.settings-button:hover{background:#f5f5f5}.change-password-form{border:1px solid #ddd;border-radius:4px;margin-top:15px;padding:15px}.password-input{margin-bottom:15px}.password-input label{display:block;margin-bottom:5px}.password-input input{border:1px solid #ddd;border-radius:4px;padding:8px;width:100%}.password-buttons{display:flex;gap:10px;margin-top:15px}.settings-button.primary{background-color:#007bff;color:#fff}.password-message{background-color:#f8f9fa;border-radius:4px;color:#666;padding:10px}.error-message{color:#dc3545;font-size:.9rem;margin:10px 0}.header{align-items:center;background-color:#f2f7ff;box-shadow:4px 1px 4px rgba(0,0,0,.291);display:flex;justify-content:space-between;padding:16px 32px}.header-center h1{color:#6f42c1}.header-left{display:flex;flex-direction:column}.title{color:#2563eb;font-size:34px;font-weight:700;margin:0}.subtitle{color:#4b5563;font-size:14px;margin-top:4px}.header-right{align-items:center;display:flex;gap:12px}.date{border-radius:999px;box-shadow:0 1px 3px #0000001a;color:#374151}.date,.login-btn{background-color:#fff;font-size:14px;padding:8px 16px}.login-btn{border:1px solid #d1d5db;border-radius:10px;cursor:pointer;font-weight:700;transition:background-color .2s}.login-btn:hover{background-color:#f3f4f6}.register-btn{background-color:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;transition:background-color .2s}.register-btn:hover{background-color:#1d4ed8}.logout-btn{background-color:#2563eb;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:8px 16px;transition:background-color .2s}.logout-btn:hover{background-color:#1d4ed8}.user-menu-container{position:relative}.user-icon-btn{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.5rem;padding:5px;transition:background-color .3s}.user-icon-btn:hover{background-color:#0000001a}.menu-popup{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;min-width:200px;padding:8px 0;position:absolute;right:0;top:100%;z-index:1000}.menu-email{border-bottom:1px solid #eee;color:#666;font-size:.9rem;padding:12px 16px}.menu-item{background:none;border:none;color:#333;cursor:pointer;display:block;font-size:1rem;padding:12px 16px;text-align:left;transition:background-color .2s;width:100%}.menu-item:hover{background-color:#f5f5f5}.menu-item.logout{border-top:1px solid #eee;color:#dc3545}@media screen and (max-width:768px){.menu-popup{left:50%;max-width:calc(100vw - 32px);position:absolute;right:auto;top:calc(100% + 10px);transform:translateX(-50%);width:250px}.menu-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.user-menu-container{display:flex;justify-content:center;position:relative;width:100%;z-index:1000}}@media (max-width:768px){.header{padding:12px 20px}.title{font-size:28px}.subtitle{font-size:13px}.header-right{gap:8px}.date,.login-btn,.logout-btn,.register-btn{font-size:13px;padding:6px 12px}}@media (max-width:600px){.header{flex-wrap:wrap;gap:12px;padding:12px 16px}.title{font-size:24px}.subtitle{font-size:12px;margin-top:2px}.header-right{flex-wrap:wrap;gap:6px}.date{font-size:12px;padding:5px 10px}.login-btn,.logout-btn,.register-btn{font-size:12px;padding:6px 10px}}@media (max-width:480px){.header{align-items:stretch;flex-direction:column;gap:12px;padding:10px 12px}.header-left{width:100%}.title{font-size:22px}.subtitle{font-size:11px}.header-right{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;width:100%}.date{font-size:11px;padding:6px 8px;text-align:left;width:100%}.login-btn,.logout-btn,.register-btn{box-sizing:border-box;font-size:11px;padding:6px 12px;white-space:nowrap;width:100%}}@media (max-width:360px){.header{align-items:stretch;flex-direction:column;gap:10px;padding:8px 10px}.title{font-size:20px}.subtitle{font-size:10px}.header-right{flex-direction:column;gap:6px;width:100%}.date{font-size:10px;padding:5px 6px;text-align:left;width:100%}.login-btn,.logout-btn,.register-btn{box-sizing:border-box;font-size:10px;padding:5px 8px;width:100%}}@media (min-width:1200px){.header{padding:20px 40px}.title{font-size:38px}.subtitle{font-size:15px}.date,.login-btn,.logout-btn,.register-btn{font-size:15px;padding:10px 18px}}.notix-container{left:50%;position:fixed;top:30px;transform:translateX(-50%);z-index:9999}.notix-container.top-right{left:auto;right:30px;top:30px;transform:none}.notix-container.top-left{left:30px;right:auto;top:30px;transform:none}.notix-container.bottom-right{bottom:30px;left:auto;right:30px;top:auto;transform:none}.notix-container.bottom-left{bottom:30px;left:30px;right:auto;top:auto;transform:none}.notix-toast{border-radius:8px;box-shadow:0 2px 12px #00000014;box-sizing:border-box;color:#fff;font-size:1.1em;font-weight:500;margin:10px 0;max-width:340px;min-width:340px;opacity:1;overflow:hidden;padding:14px 24px;position:relative;transition:all .3s;transition:opacity .3s,transform .3s;width:340px}.notix-toast .notix-progress{animation:notix-progress-bar 3s linear forwards;animation:notix-progress-bar var(--notix-duration,3s) linear forwards;animation-play-state:inherit;background:#ffffffb3;border-radius:0 0 8px 8px;bottom:0;height:4px;left:0;position:absolute;width:100%;z-index:2}@keyframes notix-progress-bar{0%{width:100%}to{width:0}}@keyframes notix-fade-in{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notix-fade-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-30px) scale(.95)}}.notix-toast.enter{animation:notix-fade-in .35s cubic-bezier(.4,1.4,.6,1) both}.notix-toast.exit{animation:notix-fade-out .35s cubic-bezier(.4,1.4,.6,1) both}.notix-toast.success{background:#28a745}.notix-toast.error{background:#dc3545}.notix-toast.info{background:#339cff}.notix-toast.warning{background:#ffc107;color:#222}@keyframes fadeIn{to{opacity:1}}.success{background-color:#28a745}.error{background-color:#dc3545}.info{background-color:#17a2b8}.warning{background-color:#ffc107;color:#000}.dark{background-color:#333;color:#fff}.light{background-color:#fff;border:1px solid #ddd;color:#000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-container{align-items:center;background-color:#f3f4f6;display:flex;height:100vh;justify-content:center}.login-form{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:32px;width:300px}.login-form h2{color:#2563eb;font-size:20px;margin-bottom:8px;text-align:center}.login-description{color:#6b7280;font-size:13px;margin-bottom:24px;text-align:center}.login-form label{color:#374151;display:block;font-size:14px;margin-top:12px}.login-form input{border:1px solid #d1d5db;border-radius:4px;font-size:14px;margin-top:4px;outline:none;padding:10px;width:100%}.login-form input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.forgot-password{color:#2563eb;display:block;font-size:12px;margin-top:8px;text-align:right;text-decoration:none}.sign-in-button{background-color:#2563eb;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;margin-top:20px;padding:10px;transition:background-color .2s;width:100%}.sign-in-button:hover{background-color:#1d4ed8}.back-button{background-color:#6b7280;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:10px;transition:background-color .2s;width:100%}.back-button:hover{background-color:#4b5563}.signup-link{color:#6b7280;font-size:13px;margin-top:20px;text-align:center}.signup-link a{color:#2563eb;margin-left:4px;text-decoration:none}.signup-link a:hover{text-decoration:underline}.google-signin-button{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:pointer;font-size:15px;font-weight:500;margin-top:12px;padding:10px;text-align:center;transition:background-color .2s ease;width:100%}.google-signin-button:hover{background-color:#f5f5f5}.google-text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#4285f4,#ea4335,#fbbc05,#34a853);-webkit-background-clip:text;background-clip:text;color:#0000;font-weight:700}.google-signin-button:disabled{cursor:not-allowed;opacity:.6}.privacy-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:1rem;margin-top:24px;text-decoration:underline}@media (max-width:600px){.privacy-btn{box-sizing:border-box;font-size:.95rem;padding:8px 0;width:100%}}body{font-family:sans-serif;margin:0;padding:0}.container{background-color:#fff;border:2px solid #a7a7a749;border-radius:10px;box-shadow:0 4px 12px #0000001a;box-sizing:border-box;flex-direction:column;justify-content:flex-start;margin:2rem auto;max-width:800px;padding:2em;width:95%}.container,.timer-title{align-items:center;display:flex}.timer-title{gap:.5rem;justify-content:center;margin-bottom:1.5rem;text-align:center}.timer-title h1{color:#333;font-size:clamp(1.8rem,5vw,2.4rem);margin:0}.timer-title i{color:#666;font-size:clamp(1.2rem,3vw,1.5rem)}.timer-title i,.timer-title svg{fill:#666!important;fill:var(--pomodoro-icon-color,#666)!important;color:#666!important;color:var(--pomodoro-icon-color,#666)!important}:root{--pomodoro-icon-color:#666}body[style*="background: #181818"] .timer-title i,body[style*="background: #181818"] .timer-title svg{--pomodoro-icon-color:#fff}.mode-selector{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;text-align:center;width:100%}.mode-selector p{color:#666;font-size:clamp(.9rem,2.5vw,1rem);margin-bottom:1rem}.button-group{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;width:100%}.button-group,.button-group button{display:flex;justify-content:center}.button-group button{align-items:center;border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:clamp(.9rem,2.5vw,1rem);gap:.5rem;max-width:300px;min-width:150px;padding:1rem 1.5rem;text-align:center;transition:all .3s ease}.mode-selector .button-group button:first-child{background-color:#e6f7ff;color:#007bff;font-weight:700}.mode-selector .button-group button:last-child{background-color:#fff;border:1px solid #6f42c1;color:#6f42c1;font-weight:700}.active-timer .button-group button:first-child{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404;font-weight:700}.active-timer .button-group button:last-child{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;font-weight:700}.button-group button:hover{opacity:.9;transform:translateY(-1px)}.button-group button i{font-size:clamp(1rem,2.5vw,1.1rem)}.active-timer,.time-remaining{margin-top:2rem;text-align:center;width:100%}.active-timer .big-timer,.time-remaining h2{color:#333;font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1.2;margin:0}@media (max-width:768px){.container{margin:1rem auto;padding:1.5em;width:90%}.timer-title{margin-bottom:1rem}.mode-selector{margin-bottom:1.5rem}.button-group{gap:.8rem;margin-top:1rem}.button-group button{min-width:120px;padding:.8rem 1.2rem}}@media (max-width:480px){.container{margin:.5rem auto;padding:1rem;width:95%}.timer-title{flex-direction:column;gap:.3rem;margin-bottom:1rem}.button-group{align-items:stretch;flex-direction:column;gap:.8rem}.button-group button{max-width:none;min-width:0;min-width:auto;padding:1rem;width:100%}.active-timer,.time-remaining{margin-top:1.5rem}}@media (max-width:320px){.container{padding:.8rem}.timer-title h1{font-size:1.5rem}.timer-title i{font-size:1.2rem}.button-group button{font-size:.9rem;padding:.8rem}.active-timer .big-timer,.time-remaining h2{font-size:2.2rem}}.task-box{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:20px auto;max-width:600px;padding:24px}.task-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.task-box h2,.task-header{align-items:center;display:flex}.task-box h2{color:#333;font-size:20px;font-weight:600;gap:8px;margin:0}.task-box h2:before{content:"📋";font-size:18px}.add-task-btn{align-items:center;background:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:10px 16px;transition:background-color .2s ease}.add-task-btn:hover{background:#16a34a}.add-task-btn:before{content:"+";font-size:16px;font-weight:700}.tasks-section{margin-top:20px}.tasks-section h3{align-items:center;color:#666;display:flex;font-size:16px;font-weight:500;gap:8px;margin:0 0 16px}.tasks-section h3:before{content:"⚡";font-size:14px}.task-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding:20px}.task-form.hidden{display:none}.input-group{display:flex;flex-wrap:wrap;gap:12px}.task-box input[type=date],.task-box input[type=text],.task-box input[type=time]{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;flex:1 1;font-size:14px;min-width:150px;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease}.task-box input[type=date]:focus,.task-box input[type=text]:focus,.task-box input[type=time]:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a;outline:none}.task-box input[type=text]{flex:2 1;min-width:200px}.save-btn{align-self:flex-start;background:#22c55e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.save-btn:hover{background:#16a34a}.empty-state{padding:40px 20px;text-align:center}.empty-state-icon{color:#d1d5db;font-size:48px;margin-bottom:16px}.empty-state h4{color:#374151;font-size:18px;font-weight:500;margin:0 0 8px}.empty-state p{color:#6b7280;font-size:14px;margin:0}.task-list{list-style:none;margin:0;padding:0}.task-item{align-items:center;background:#fff;border:1px solid #e5e7eb;justify-content:space-between;margin-bottom:8px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.task-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.task-item.completed .task-text{color:#888;text-decoration:line-through}.completed-label{color:#28a745;font-weight:700}.task-content{flex:1 1}.task-text{color:#374151;font-size:14px;font-weight:500;margin-bottom:4px}.task-datetime{color:#6b7280;font-size:12px}.task-actions{display:flex;gap:8px}.delete-btn{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 10px;transition:background-color .2s ease}.delete-btn:hover{background:#dc2626}.edit-btn,.undo-btn{margin-right:.5rem;padding:.4rem .8rem}.edit-btn{background:#e0e7ff;border:1px solid #a5b4fc;border-radius:6px;color:#3730a3;cursor:pointer;transition:background .2s}.edit-btn:hover{background:#c7d2fe}@media (max-width:640px){.task-box{box-sizing:border-box;margin:10px;max-width:100vw;padding:10px}.task-header{align-items:stretch;flex-direction:column;gap:12px}.input-group{flex-direction:column;gap:8px}.task-box input[type=date],.task-box input[type=text],.task-box input[type=time]{box-sizing:border-box;min-width:0;width:100%}.task-item{align-items:stretch;flex-direction:column;gap:8px;padding:10px 6px;word-break:break-word}.task-actions{justify-content:flex-end}.task-list{margin:0;padding:0}}.calendar-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:-webkit-fit-content;height:fit-content;max-width:400px;padding:20px;width:100%}.calendar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.calendar-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.nav-button{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;transition:all .2s ease;width:36px}.nav-button:hover{background:#e9ecef;border-color:#dee2e6}.calendar-weekdays{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.weekday{color:#666;font-size:12px;font-weight:600;padding:8px 0;text-align:center}.calendar-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr);margin-bottom:20px}.calendar-day{align-items:center;aspect-ratio:1;background:#f8f9fa;border:1px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-size:14px;justify-content:center;position:relative;transition:all .2s ease}.calendar-day:hover{background:#e9ecef}.calendar-day.empty{background:#0000;cursor:default}.calendar-day.empty:hover{background:#0000}.calendar-day.today{background:#007bff;color:#fff;font-weight:600}.calendar-day.today:hover{background:#0056b3}.calendar-day.selected{background:#28a745;border-color:#1e7e34;color:#fff;font-weight:600}.calendar-day.selected:hover{background:#1e7e34}.calendar-day.has-tasks{border-color:#ffc107;border-width:2px}.task-indicator{background:#ffc107;border-radius:50%;bottom:2px;height:6px;position:absolute;right:2px;width:6px}.calendar-day.selected .task-indicator,.calendar-day.today .task-indicator{background:#fff}.selected-day-tasks{border-top:1px solid #e9ecef;padding-top:20px}.selected-day-tasks h4{color:#333;font-size:16px;font-weight:600;margin:0 0 15px;text-transform:capitalize}.no-tasks{color:#666;padding:20px;text-align:center}.no-tasks-icon{font-size:24px;margin-bottom:8px}.no-tasks p{font-size:14px;margin:0}.tasks-list{display:flex;flex-direction:column;gap:12px;max-height:200px;overflow-y:auto}.task-item{align-items:flex-start;background:#f8f9fa;border-left:3px solid #007bff;border-radius:8px;display:flex;gap:12px;padding:12px}.task-time{color:#007bff;font-size:12px;font-weight:600;min-width:60px;text-align:right}.task-title{color:#000}.task-description{color:#333;flex:1 1;font-size:14px;line-height:1.4}.calendar-empty,.calendar-loading{align-items:center;color:#666;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.empty-icon,.loading-icon{font-size:32px;margin-bottom:12px}.calendar-empty p,.calendar-loading p{font-size:14px;margin:0}.calendar-empty h4{color:#333;font-size:16px;margin:0 0 8px}.calendar-day,.calendar-day.selected,.calendar-day.today{color:#111!important}.complete-btn{background:#e0ffe6;border:1px solid #6ee7b7;border-radius:6px;color:#059669;cursor:pointer;margin-right:.3rem;padding:.3rem .7rem;transition:background .2s}.complete-btn:hover{background:#bbf7d0}.undo-btn{background:#fffbe6;border:1px solid #fde68a;border-radius:6px;color:#b45309;cursor:pointer;margin-right:.3rem;padding:.3rem .7rem;transition:background .2s}.undo-btn:hover{background:#fef3c7}@media (max-width:768px){.calendar-container{box-sizing:border-box;margin:0 auto;max-width:100vw;padding:10px}.calendar-header h3{font-size:16px}.calendar-day{font-size:12px;min-width:28px}.selected-day-tasks h4{font-size:14px}.task-item{font-size:13px;padding:8px;word-break:break-word}.task-time{font-size:11px;min-width:40px}.task-description{font-size:12px}.calendar-grid{gap:1px}}@media (max-width:480px){.calendar-container{padding:4px}.calendar-header h3{font-size:14px}.calendar-day{font-size:10px;min-width:20px}}.confirm-dialog-overlay{align-items:center;background:#0009;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.confirm-dialog{animation:popUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 0 20px #0006;max-width:360px;padding:25px 30px;text-align:center;width:90%}@keyframes popUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.confirm-dialog p{color:#333;font-size:17px;font-weight:500;margin-bottom:20px}.confirm-dialog .buttons{display:flex;gap:15px;justify-content:center}.confirm-dialog button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:700;padding:8px 18px;transition:all .2s ease-in-out}.confirm-dialog button.confirm{background-color:#d9534f;color:#fff}.confirm-dialog button.confirm:hover{background-color:#c9302c}.confirm-dialog button.cancel{background-color:#6c757d;color:#fff}.confirm-dialog button.cancel:hover{background-color:#5a6268}.dashboard-edit-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.dashboard-edit-popup{background:#fff;border-radius:8px;max-width:500px;padding:20px;width:90%}.dashboard-edit-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:10px}.dashboard-edit-header h2{margin:0}.close-button{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:5px}.edit-option{margin:15px 0}.edit-option label{align-items:center;cursor:pointer;display:flex;gap:10px}.edit-option input[type=checkbox]{height:18px;width:18px}.analiticas-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000014;margin:0 auto;max-width:500px;padding:24px}.analiticas-container h2{color:#000;margin-bottom:24px;text-align:center}.barras-semanales{display:flex;flex-direction:column;gap:18px}.barra-semana{width:100%}.semana-label{font-weight:500;margin-bottom:6px}.barra{background:#eee;border-radius:8px;display:flex;height:24px;overflow:hidden}.barra-completadas{background:#28a745;height:100%;transition:width .3s}.barra-no-completadas{background:#dc3545;height:100%;transition:width .3s}.barra-valores{font-size:.95rem;margin-top:4px}.barra-valores .verde{color:#28a745;font-weight:700}.barra-valores .rojo{color:#dc3545;font-weight:700}.barras-verticales{align-items:flex-end;display:flex;gap:24px;height:220px;justify-content:space-around}.columna-semana{align-items:center;display:flex;flex-direction:column;width:48px}.barra-vertical{background:#eee;border-radius:8px;display:flex;flex-direction:column-reverse;height:140px;margin-bottom:8px;overflow:hidden;position:relative;width:28px}.barra-completadas-vert{background:#28a745;transition:height .3s;width:100%}.barra-no-completadas-vert{background:#dc3545;transition:height .3s;width:100%}.barra-valores-vert{font-size:.95rem;margin-bottom:2px}.barra-valores-vert .verde{color:#28a745;font-weight:700}.barra-valores-vert .rojo{color:#dc3545;font-weight:700}.semana-label-vert{color:#000;font-size:.95rem;margin-top:2px;text-align:center;word-break:break-word}.analiticas-btn{background:linear-gradient(90deg,#2563eb 60%,#0ea5e9);border:none;border-radius:8px;box-shadow:0 2px 8px #3b82f614;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.6rem 1.4rem;transition:background .2s,transform .2s}.analiticas-btn:hover{background:linear-gradient(90deg,#1d4ed8 60%,#0369a1);transform:translateY(-2px) scale(1.04)}@media (max-width:600px){.analiticas-container{box-sizing:border-box;max-width:100vw;padding:10px}.barras-verticales{gap:10px;height:120px}.columna-semana{width:28px}.barra-vertical{height:70px;margin-bottom:4px;width:16px}.barra-valores-vert,.semana-label-vert{font-size:.8rem}}#text-racha{color:#000}@media (max-width:600px){#text-racha{word-break:break-word}#text-racha,.streak-container{font-size:1rem;padding:.5rem}}.landing-container *{box-sizing:border-box}.landing-container{background:linear-gradient(135deg,#1e3a8a,#0c4a6e 50%,#1e3a8a);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;min-height:100vh;overflow:hidden;overflow-x:hidden;position:relative}.bg-decoration{inset:0;overflow:hidden;pointer-events:none;position:absolute}.bg-blob{animation:pulse 4s ease-in-out infinite;border-radius:50%;filter:blur(3rem);position:absolute}.bg-blob-1{background:linear-gradient(135deg,#3b82f633,#0ea5e933);right:-10rem;top:-10rem}.bg-blob-1,.bg-blob-2{height:20rem;width:20rem}.bg-blob-2{animation-delay:1s;background:linear-gradient(135deg,#06b6d433,#3b82f633);bottom:-10rem;left:-10rem}.bg-blob-3{animation-delay:.5s;background:linear-gradient(135deg,#0ea5e91a,#3b82f61a);height:24rem;left:50%;top:50%;transform:translate(-50%,-50%);width:24rem}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.landing-header{color:#111!important;padding:1.5rem;position:relative;z-index:10}.landing-nav{justify-content:space-between;margin:0 auto;max-width:72rem}.landing-logo,.landing-nav{align-items:center;display:flex}.landing-logo{gap:.5rem}.landing-logo-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#0ea5e9);border-radius:.75rem;box-shadow:0 4px 6px #0000001a;display:flex;height:2.5rem;justify-content:center;width:2.5rem}.landing-logo-icon svg{color:#fff;height:1.5rem;width:1.5rem}.landing-logo-text{-webkit-text-fill-color:#fff!important;background:none!important;color:#fff!important;font-size:1.5rem;font-weight:700;text-shadow:none!important}.landing-nav-links{-webkit-text-fill-color:#fff!important;color:#fff;display:none;gap:2rem}.landing-nav-links a{color:#111!important;font-weight:500;text-decoration:none;text-shadow:none!important;transition:color .3s ease}.landing-nav-links a:hover{color:#222!important}@media (min-width:768px){.landing-nav-links{display:flex}}.landing-main-content{margin:0 auto;max-width:72rem;padding:5rem 1.5rem 8rem;position:relative;z-index:10}.landing-hero-section{text-align:center;transition:all 1s ease}.landing-hero-section.visible{opacity:1;transform:translateY(0)}.landing-hero-section.hidden{opacity:0;transform:translateY(2.5rem)}.landing-hero-badge{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(90deg,#3b82f633,#0ea5e933);border:1px solid #3b82f64d;border-radius:9999px;display:inline-flex;font-size:.875rem;font-weight:500;margin-bottom:2rem;padding:.5rem 1rem}.landing-hero-badge svg{color:#93c5fd;height:1rem;margin-right:.5rem;width:1rem}.landing-hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.landing-hero-title-line1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#dbeafe,#e0f2fe);-webkit-background-clip:text;background-clip:text}.landing-hero-title-line2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#60a5fa,#0ea5e9,#22d3ee);-webkit-background-clip:text;background-clip:text}@media (min-width:768px){.landing-hero-title{font-size:4.5rem}}.landing-hero-description{color:#dbeafe;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:48rem}@media (min-width:768px){.landing-hero-description{font-size:1.5rem}}.landing-hero-description-highlight{color:#7dd3fc;font-weight:600}.landing-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:4rem}@media (min-width:640px){.landing-cta-buttons{flex-direction:row}}.landing-btn-primary{background:linear-gradient(90deg,#3b82f6,#0ea5e9);border:none;border-radius:1rem;box-shadow:0 10px 25px #3b82f640;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;padding:1rem 2rem;position:relative;transform:scale(1);transition:all .3s ease}.landing-btn-primary:hover{background:linear-gradient(90deg,#2563eb,#0284c7);box-shadow:0 20px 40px #3b82f640;transform:scale(1.05)}.landing-btn-primary .btn-content{align-items:center;display:flex;justify-content:center}.landing-btn-primary svg{height:1.25rem;margin-left:.5rem;transition:transform .3s ease;width:1.25rem}.landing-btn-primary:hover svg{transform:translateX(.25rem)}.landing-btn-secondary{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000;border:2px solid #60a5fa80;border-radius:1rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.landing-btn-secondary:hover{background:#3b82f61a;border-color:#93c5fd}.landing-stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:5rem}@media (min-width:768px){.landing-stats-section{grid-template-columns:repeat(3,1fr)}}.landing-stat-item{text-align:center}.landing-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#93c5fd,#7dd3fc);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.landing-stat-number{font-size:2.5rem}}.landing-stat-label{color:#dbeafe}.landing-features-section{position:relative}.landing-features-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.landing-features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.landing-features-grid{grid-template-columns:repeat(3,1fr)}}.landing-feature-card{cursor:pointer;position:relative;transform:scale(1);transition:all .5s ease}.landing-feature-card.active{transform:scale(1.05)}.landing-feature-card:hover{transform:scale(1.02)}.landing-feature-card-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #fff3;border-radius:1.5rem;inset:0;position:absolute;transition:all .3s ease}.landing-feature-card:hover .landing-feature-card-bg{border-color:#ffffff4d}.landing-feature-card-content{padding:2rem;position:relative;text-align:center}.landing-feature-icon{border-radius:1rem;display:inline-flex;margin-bottom:1.5rem;padding:1rem;transition:transform .3s ease}.landing-feature-card:hover .landing-feature-icon{transform:scale(1.1)}.landing-feature-icon.pomodoro{background:linear-gradient(135deg,#3b82f6,#0ea5e9)}.landing-feature-icon.tasks{background:linear-gradient(135deg,#0ea5e9,#06b6d4)}.landing-feature-icon.calendar{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.landing-feature-icon svg{color:#fff;height:3rem;width:3rem}.landing-feature-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem;transition:color .3s ease}.landing-feature-card:hover .landing-feature-title{color:#dbeafe}.landing-feature-description{color:#dbeafe;line-height:1.6}.landing-feature-indicator{background:linear-gradient(90deg,#60a5fa,#0ea5e9);border-radius:9999px;bottom:-.5rem;height:.25rem;left:50%;position:absolute;transform:translateX(-50%);width:3rem}.landing-additional-section{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin-top:8rem}@media (min-width:768px){.landing-additional-section{grid-template-columns:repeat(2,1fr)}}.landing-additional-content h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.landing-additional-content p{color:#dbeafe;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.landing-features-list{align-items:center;display:flex;gap:1rem}.landing-feature-item{align-items:center;display:flex;gap:.5rem}.landing-feature-item svg{height:1.25rem;width:1.25rem}.landing-feature-item.metrics svg{color:#7dd3fc}.landing-feature-item.goals svg{color:#22d3ee}.landing-feature-item span{color:#dbeafe}.landing-dashboard-mockup{position:relative}.landing-dashboard-card{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#0ea5e933,#3b82f633);border:1px solid #93c5fd33;border-radius:1.5rem;display:flex;height:16rem;justify-content:center;width:100%}.landing-dashboard-content{text-align:center}.landing-dashboard-content svg{animation:pulse 2s ease-in-out infinite;color:#7dd3fc;height:4rem;margin:0 auto 1rem;width:4rem}.landing-dashboard-content p{color:#dbeafe}.landing-final-cta{margin-top:8rem;text-align:center}.landing-final-cta h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,#dbeafe);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.landing-final-cta p{color:#dbeafe;font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:32rem}.landing-btn-final{background:linear-gradient(90deg,#2563eb,#0ea5e9);border:none;border-radius:1rem;box-shadow:0 20px 40px #3b82f640;color:#fff;cursor:pointer;font-size:1.25rem;font-weight:700;padding:1.25rem 2.5rem;transform:scale(1);transition:all .3s ease}.landing-btn-final:hover{background:linear-gradient(90deg,#1d4ed8,#0284c7);box-shadow:0 25px 50px #3b82f640;transform:scale(1.05)}.landing-btn-final .btn-content{align-items:center;display:flex;justify-content:center}.landing-btn-final svg{height:1.5rem;margin-left:.5rem;transition:transform .3s ease;width:1.5rem}.landing-btn-final:hover svg{transform:rotate(12deg)}
/*# sourceMappingURL=main.11d3680d.css.map*/