@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#2d3748;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}:root{--nav-bar-width: 80px;--timer-section-padding-right: calc(var(--nav-bar-width) + 20px)}html,body,*{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{display:none;width:0;height:0}.app{min-height:100vh;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-image:url(/assets/light-theme-CvLfheEr.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}[data-theme=dark] .app{background-image:url(/assets/dark-theme-CpfG6mcn.jpg)}[data-theme=dark] .app-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #0000004d,0 8px 32px #0003,inset 0 1px #ffffff26}[data-theme=dark] .current-phase,[data-theme=dark] .timer-display,[data-theme=dark] .task-header h3,[data-theme=dark] .task-text,[data-theme=dark] .stat-value{color:#fff}[data-theme=dark] .session-counter,[data-theme=dark] .stat-label{color:#e0e0e0}[data-theme=dark] .task-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}[data-theme=dark] .task-item:hover{background:#ffffff26;border-color:#ffffff40}[data-theme=dark] .stat-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}[data-theme=dark] .duration-controls{background:#ffffff1a}[data-theme=dark] .duration-input{background:#ffffff26;border:2px solid rgba(255,255,255,.2);color:#fff}[data-theme=dark] .duration-input:focus{border-color:#4facfe;background:#fff3}[data-theme=dark] .duration-input:hover{border-color:#fff6}[data-theme=dark] .task-checkbox{border:2px solid #e0e0e0}[data-theme=dark] .task-checkbox:hover{border-color:#fff;background:#ffffff1a}[data-theme=dark] .settings-menu{background:#00000026;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-theme=dark] .menu-header{border-bottom:1px solid rgba(255,255,255,.2)}[data-theme=dark] .menu-header h3,[data-theme=dark] .setting-group label{color:#fff}[data-theme=dark] .close-btn{color:#e0e0e0}[data-theme=dark] .close-btn:hover{background:#ffffff1a;color:#fff}.content-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6rem 2rem 2rem;position:relative;z-index:2;background:linear-gradient(135deg,#ffffff1a,#ffffff0d 25%,#0000001a 75%,#0003);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.timer-section{display:flex;justify-content:center;width:100%;max-width:1200px;margin:0 auto 2rem;padding-right:var(--timer-section-padding-right)}.panels-container{display:flex;gap:2rem;width:100%;align-items:stretch}.timer-panel,.task-panel{flex:1;display:flex;flex-direction:column}.app-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;padding:3rem 2.5rem;box-shadow:0 20px 60px #00000026,0 8px 32px #0000001f,inset 0 1px #fffc;border:1px solid rgba(0,0,0,.1);flex:1;text-align:center;min-width:320px;display:flex;flex-direction:column}.timer-card{justify-content:space-between;align-items:center;height:600px;max-height:600px;min-height:600px}.task-card{justify-content:flex-start;height:600px;max-height:600px;min-height:600px}.task-content{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.timer-display{font-size:clamp(3rem,8vw,5rem);font-weight:500;font-family:JetBrains Mono,Courier New,monospace;color:#2d3748;margin:0;letter-spacing:.05em;line-height:1;flex-grow:1;display:flex;align-items:center;justify-content:center}.timer-display:focus-visible{outline:3px solid #4facfe;outline-offset:8px;border-radius:12px}.timer-controls{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;flex-shrink:0;margin-top:0}.control-btn{padding:1rem 2.5rem;border:2px solid transparent;border-radius:16px;font-size:1.1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;min-width:140px;transition:all .2s ease}.control-btn.primary{background:#4facfe;color:#fff}.control-btn.primary:hover{background:#3b8bfd}.control-btn.secondary{background:#6c757d;color:#fff}.control-btn.secondary:hover{background:#5a6268}.settings-menu{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1200;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;padding-top:6rem;transform:translate(100%);visibility:hidden}.settings-menu.open{transform:translate(0);visibility:visible}.settings-menu::-webkit-scrollbar{display:none}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 1.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.1);max-width:600px;margin:0 auto}.menu-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#2d3748}.close-btn{background:none;border:none;font-size:2rem;color:#6c757d;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.close-btn:hover{background:#0000001a;color:#2d3748}.menu-content{padding:1.5rem;max-width:600px;margin:0 auto}.setting-group{margin-bottom:2rem}.setting-group label{display:block;font-weight:600;color:#2d3748;margin-bottom:.75rem;font-size:1rem}.duration-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#0000000d;border-radius:12px}.duration-btn{background:#4facfe;color:#fff;border:none;border-radius:8px;width:2.5rem;height:2.5rem;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}.duration-btn:hover{background:#3b8bfd}.duration-input{font-size:1.5rem;font-weight:600;color:#2d3748;width:4rem;text-align:center;border:2px solid rgba(79,172,254,.2);border-radius:8px;background:#ffffffe6;padding:.5rem .25rem}.duration-input:focus{outline:none;border-color:#4facfe;background:#fff;box-shadow:0 0 0 3px #4facfe1a}.duration-input:hover{border-color:#4facfe66}.duration-input::-webkit-outer-spin-button,.duration-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.duration-input[type=number]{appearance:textfield}.task-header{margin-bottom:2rem;text-align:center}.task-header h3{margin:0;font-size:1.5rem;font-weight:700;color:#2d3748}.task-content{display:flex;flex-direction:column;flex:1;min-height:0}.task-list{flex:1;margin-bottom:1.5rem;height:280px;max-height:280px;overflow-y:auto;padding:.75rem;border:1px solid rgba(0,0,0,.1);border-radius:8px}.task-list::-webkit-scrollbar{width:6px}.task-list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.task-list::-webkit-scrollbar-thumb:hover{background:#0000004d}.task-list::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}[data-theme=dark] .task-list::-webkit-scrollbar-thumb{background:#ffffff4d}[data-theme=dark] .task-list::-webkit-scrollbar-thumb:hover{background:#fff6}[data-theme=dark] .task-list::-webkit-scrollbar-track{background:#ffffff1a}[data-theme=dark] .task-list{border:1px solid rgba(255,255,255,.2)}.task-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0000000d;border-radius:12px;margin-bottom:.75rem;border:1px solid rgba(0,0,0,.1);min-height:60px}.task-item:hover{background:#00000014;border-color:#00000026}.task-item.placeholder{opacity:.7;border-style:dashed}.task-checkbox{width:20px;height:20px;border:2px solid #6c757d;border-radius:4px;background:transparent;cursor:pointer;position:relative;padding:0;margin:0;display:flex;align-items:center;justify-content:center}.task-checkbox input[type=checkbox]{width:20px;height:20px;margin:0;padding:0;cursor:pointer;opacity:0;position:absolute;top:0;left:0;z-index:1}.task-checkbox input[type=checkbox]:checked+.task-text{text-decoration:line-through;opacity:.6}.task-checkbox:hover{border-color:#2d3748;background:#0000000d}.task-text{flex:1;color:#2d3748;font-size:1rem;font-weight:400}.task-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease}.task-item:hover .task-actions{opacity:1}.edit-btn,.delete-btn{padding:.25rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.edit-btn{background:#4facfe;color:#fff}.edit-btn:hover{background:#3b8bfd}.delete-btn{background:#dc3545;color:#fff}.delete-btn:hover{background:#c82333}.task-input,.task-edit{display:flex;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#00000005;border-radius:12px;border:1px solid rgba(0,0,0,.1)}.task-input input,.task-edit input{flex:1;padding:.75rem 1rem;border:2px solid rgba(79,172,254,.2);border-radius:8px;font-size:1rem;background:#ffffffe6;color:#2d3748}.task-input input:focus,.task-edit input:focus{outline:none;border-color:#4facfe;background:#fff;box-shadow:0 0 0 3px #4facfe1a}.add-task-btn,.update-task-btn{padding:.75rem 1.5rem;background:#4facfe;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.add-task-btn:hover,.update-task-btn:hover{background:#3b8bfd}[data-theme=dark] .task-input,[data-theme=dark] .task-edit{background:#ffffff0d;border:1px solid rgba(255,255,255,.15)}[data-theme=dark] .task-input input,[data-theme=dark] .task-edit input{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff}[data-theme=dark] .task-input input::placeholder,[data-theme=dark] .task-edit input::placeholder{color:#e0e0e0}[data-theme=dark] .task-input input:focus,[data-theme=dark] .task-edit input:focus{background:#ffffff26;border-color:#4facfe;box-shadow:0 0 0 3px #4facfe33}@media (max-width: 768px){.timer-section{padding-right:0;margin-bottom:1.5rem}.panels-container{flex-direction:column;gap:1.5rem}.timer-panel,.task-panel{flex:none}.app-card{padding:2rem 1.5rem;min-height:auto}.timer-card{justify-content:space-between;min-height:300px}.timer-display{font-size:clamp(2.5rem,12vw,4rem)}.task-list{min-height:150px}.task-stats{flex-direction:column;gap:.75rem}.content-wrapper{padding:5rem 1.5rem 1.5rem}.duration-input{font-size:1.25rem;width:3.5rem;padding:.4rem .2rem}.timer-controls{gap:1rem;margin-top:1rem}.control-btn{min-width:120px;padding:.9rem 2rem;font-size:1rem;border-radius:12px}.current-phase{font-size:1.1rem}.session-counter{font-size:.8rem}.settings-menu{padding-top:5rem}}@media (max-width: 480px){.content-wrapper{padding:4.5rem 1rem 1rem}.timer-controls{flex-direction:column;align-items:center;gap:1rem}.control-btn{width:100%;max-width:200px}.settings-menu{padding-top:4.5rem}.menu-content{padding:1rem}}@media (prefers-color-scheme: dark){.app-card{background:#fffffff2;border:1px solid rgba(0,0,0,.1)}.content-wrapper{background:linear-gradient(135deg,#0000001a,#0000000d 25%,#ffffff0d 75%,#ffffff1a)}}.notification-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;opacity:0;transition:opacity .3s ease;cursor:pointer}.notification-backdrop.visible{opacity:1}.notification-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:2rem;box-shadow:0 25px 50px #00000026,0 15px 35px #0000001a,inset 0 1px #ffffff4d;border:1px solid rgba(255,255,255,.2);z-index:9999;min-width:400px;max-width:500px;width:90vw;opacity:0;transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:default}.notification-popup.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.notification-popup.work{border-left:4px solid #4facfe}.notification-popup.break{border-left:4px solid #43e97b}.notification-content{text-align:center}.notification-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:#4facfe;opacity:.8}.notification-popup.work .notification-icon{color:#4facfe}.notification-popup.break .notification-icon{color:#43e97b}.notification-title{font-size:1.75rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.2}.notification-message{font-size:1.125rem;color:#4a5568;margin:0 0 2rem;line-height:1.4}.notification-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.notification-btn{padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;min-width:140px;position:relative;overflow:hidden}.notification-btn.primary{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 4px 15px #4facfe66}.notification-btn.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe80}.notification-btn.secondary{background:#6c757d1a;color:#6c757d;border:2px solid rgba(108,117,125,.2)}.notification-btn.secondary:hover{background:#6c757d26;border-color:#6c757d4d;transform:translateY(-1px)}.notification-btn:active{transform:translateY(0)}.notification-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.notification-close:hover{background:#6c757d1a;color:#2d3748;transform:scale(1.1)}@media (max-width: 768px){.notification-popup{min-width:320px;width:95vw;padding:1.5rem}.notification-title{font-size:1.5rem}.notification-message{font-size:1rem}.notification-actions{flex-direction:column;align-items:center}.notification-btn{width:100%;max-width:250px}}@media (max-width: 480px){.notification-popup{width:90vw;padding:1.25rem}.notification-title{font-size:1.25rem}.notification-message{font-size:.875rem}}.dock-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;background:#ffffffd9;box-shadow:0 -2px 16px #00000014;display:flex;justify-content:center;align-items:center;padding:.5rem 0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .dock-nav{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 -2px 16px #0000004d}.dock-content{display:flex;gap:2rem}.nav-bar-item{background:none;border:none;outline:none;padding:.5rem 1.2rem;border-radius:1.5rem;font-size:1.1rem;color:#222;transition:transform .18s cubic-bezier(.4,2,.3,1),box-shadow .18s,background .18s;cursor:pointer;position:relative}[data-theme=dark] .nav-bar-item{color:#fff}.nav-bar-item:hover,.nav-bar-item:focus{background:#4cacfe1f;box-shadow:0 2px 12px #4cacfe2e;transform:translateY(-4px) scale(1.08);color:#1976d2}[data-theme=dark] .nav-bar-item:hover,[data-theme=dark] .nav-bar-item:focus{background:#4cacfe33;box-shadow:0 2px 12px #4cacfe4d;color:#4facfe}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 2px 20px #0000001a;height:64px;max-height:64px;min-height:64px;display:flex;align-items:center;overflow:hidden;box-sizing:border-box}.header-content{max-width:100vw;width:100vw;margin:0 auto;padding:.5rem 2.5rem;display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem;box-sizing:border-box;overflow:hidden}.header-content>*{min-width:0}@media (max-width: 1024px){.header-content{padding:.5rem .75rem;height:60px;gap:.5rem}}@media (max-width: 768px){.header-content{padding:.5rem .25rem;height:52px;gap:.25rem}}@media (max-width: 480px){.header-content{padding:.25rem .15rem;height:44px;gap:.15rem}}.header-brand{display:flex;align-items:center;gap:1rem;flex-shrink:0}.logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:50%;box-shadow:0 4px 15px #4facfe4d}.brand-name{font-size:1.75rem;font-weight:800;color:#2d3748;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-center{display:flex;align-items:center;gap:2rem;flex-grow:1;justify-content:center;max-width:400px}.time-display{text-align:center;padding:.5rem 1rem;background:#4facfe1a;border-radius:12px;border:1px solid rgba(79,172,254,.2)}.current-time{font-size:1.25rem;font-weight:600;color:#2d3748;font-family:JetBrains Mono,Courier New,monospace;letter-spacing:.05em}.current-date{font-size:.75rem;color:#6c757d;font-weight:500;margin-top:.25rem}.separator{width:1px;height:30px;background:#0000001a}[data-theme=dark] .header{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 2px 20px #0000004d}[data-theme=dark] .brand-name{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .current-time{color:#fff}[data-theme=dark] .current-date{color:#e0e0e0}[data-theme=dark] .time-display{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}[data-theme=dark] .separator{background:#fff3}.desktop-nav{display:none;align-items:center;gap:1rem;flex-shrink:0}.header-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:2px solid rgba(79,172,254,.2);border-radius:12px;color:#2d3748;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease}.header-nav-item:hover{background:#4facfe1a;border-color:#4facfe4d;transform:translateY(-1px)}.header-nav-item:active{transform:translateY(0)}.header-nav-item:focus-visible{outline:2px solid #4facfe;outline-offset:2px;background:#4facfe1a;border-color:#4facfe66}.header-nav-item svg{color:#4facfe}.mobile-menu-toggle{display:none;flex-shrink:0}.hamburger{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;transition:all .3s ease;color:#2d3748}.hamburger:hover{background:#4facfe1a;color:#4facfe}.hamburger svg{transition:transform .3s ease}.hamburger.open svg{transform:rotate(90deg)}.hamburger.open{background:#4facfe26;color:#4facfe}.mobile-dropdown{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);box-shadow:0 8px 30px #00000026;animation:slideDownFade .4s cubic-bezier(.4,0,.2,1);border-radius:0 0 16px 16px}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem}.header-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:transparent;border:2px solid rgba(79,172,254,.2);border-radius:12px;color:#2d3748;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .3s ease;width:100%;text-align:left;position:relative;overflow:hidden}.header-dropdown-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(79,172,254,.1),transparent);transition:left .5s ease}.header-dropdown-item:hover:before{left:100%}.header-dropdown-item:hover{background:#4facfe1a;border-color:#4facfe66;transform:translateY(-2px);box-shadow:0 4px 15px #4facfe33}.header-dropdown-item:active{transform:translateY(0)}.header-dropdown-item svg{color:#4facfe;flex-shrink:0;transition:transform .3s ease}.header-dropdown-item:hover svg{transform:scale(1.1)}@media (max-width: 768px){.header-content{padding:1rem 1.5rem}.header-center{gap:1rem;max-width:250px}.time-display{padding:.4rem .8rem}.current-time{font-size:1rem}.current-date{font-size:.7rem}.brand-name{font-size:1.5rem}.desktop-nav{display:none}.mobile-menu-toggle{display:block}}@media (max-width: 640px){.header-content{padding:1rem}.header-center{gap:.75rem;max-width:200px}.separator{display:none}.brand-name{font-size:1.25rem}.time-display{padding:.3rem .6rem}.current-time{font-size:.9rem}.current-date{font-size:.65rem}}@media (max-width: 480px){.header-brand{gap:.5rem}.logo{width:32px;height:32px}.brand-name{font-size:1.1rem}.header-center{max-width:150px}}.toggle-theme-switch{position:relative;width:48px;height:28px;display:inline-block;vertical-align:middle;cursor:pointer;background:var(--switch-bg, #e2e8f0);border-radius:999px;transition:background .3s;border:none;outline:none;box-shadow:0 2px 8px #0000000a}.toggle-theme-switch[data-checked=true]{background:var(--switch-bg-checked, #2d3748)}.toggle-theme-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0000001f;transition:left .3s cubic-bezier(.4,0,.2,1),background .3s;display:flex;align-items:center;justify-content:center;color:#fbbf24;font-size:1.1rem}.toggle-theme-switch[data-checked=true] .toggle-theme-thumb{left:23px;background:#22223b;color:#fbbf24}.toggle-theme-icon{pointer-events:none;width:18px;height:18px;display:block}.toggle-theme-switch:focus-visible{outline:2px solid #4facfe;outline-offset:2px}
