:root{--bg-dark: #121212;--header-dark: #1a1a1a;--surface-dark: #1e1e1e;--surface-dark-hover: #2a2a2a;--primary: #ffa726;--primary-hover: #e4e725;--text-primary: rgba(255,255,255,.87);--text-secondary: rgba(255,255,255,.6);--border-color: rgba(255,255,255,.1);--bg-light: #f5f5f5;--header-light: #e0e0e0;--surface-light: #ffffff;--surface-light-hover: #f0f0f0;--text-primary-light: #333333;--text-secondary-light: #666666;--border-color-light: rgba(0,0,0,.1);--export-menu-bg: #ffffff;--export-menu-hover: #f0f0f0;--export-menu-text: #333333;--export-menu-bg: #2d2d2d;--export-menu-hover: #3d3d3d;--export-menu-text: #eeeeee}.dark-mode{--export-menu-bg: var(--surface-dark);--export-menu-hover: var(--surface-dark-hover);--export-menu-text: var(--text-primary)}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}.mobile-only{display:none;pointer-events:none}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;max-width:100vw}*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.5;transition:background .3s,color .3s;padding-bottom:80px}body.light-mode{background:var(--bg-light);color:var(--text-primary-light);--border-color: var(--border-color-light)}.container{max-width:800px;margin:0 auto;padding:0 1rem}header{background:var(--header-dark);border-radius:8px;padding:1rem;margin:1rem 0 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0003;border:1px solid var(--border-color)}body.light-mode header{background:var(--header-light)}.header-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;flex-wrap:nowrap}.header-right{display:flex;gap:.5rem;align-items:center;flex-wrap:nowrap}.mission-title{font-size:1.5rem;font-weight:700;color:var(--primary);background:transparent;border:none;width:500px;padding:.25rem .5rem}.mission-title:focus{outline:2px solid var(--primary);border-radius:4px}.user-info-container{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.user-input{background:var(--surface-dark);border:1px solid var(--border-color);border-radius:6px;padding:.5rem;color:var(--text-primary);height:40px;font-family:inherit}body.light-mode .user-input{background:var(--surface-light)}.date-inputs{display:flex;gap:.5rem;flex-grow:1}.date-input{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0}.date-input label{white-space:nowrap;padding-right:.25rem}#countdown{color:var(--primary);font-weight:500;text-align:center}.btn{padding:.5rem 1rem;border-radius:6px;border:none;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:var(--primary);color:#000}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:var(--surface-dark);color:var(--text-primary)}body.light-mode .btn-secondary{background:var(--surface-light)}.btn-secondary:hover{background:var(--surface-dark-hover)}body.light-mode .btn-secondary:hover{background:var(--surface-light-hover)}.btn-icon{width:2.5rem;height:2.5rem;border-radius:50%;padding:0;justify-content:center;background:var(--surface-dark);color:var(--text-primary)}body.light-mode .btn-icon{background:var(--surface-light);color:#444;border:1px solid var(--border-color-light);box-shadow:0 0 0 1px #0000000d}.btn-icon:hover{background:var(--surface-dark-hover)}body.light-mode .btn-icon:hover{background:var(--surface-light-hover);color:#000}#projects{display:grid;gap:1.5rem}.add-task-btn{white-space:nowrap;padding:.5rem 1rem;font-size:14px;flex-shrink:0;max-height:40px}.project-card{background:var(--surface-dark);border-radius:8px;padding:1.5rem;position:relative;box-shadow:0 2px 8px #0000001a}body.light-mode .project-card{background:var(--surface-light)}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-title{font-size:1.2rem;font-weight:600;background:transparent;border:none;color:var(--text-primary);padding:.25rem .5rem;flex-grow:1}body.light-mode .project-title{color:var(--text-primary-light)}.project-title:focus{outline:2px solid var(--primary);border-radius:4px}.project-actions{display:flex;gap:.5rem}.toggle-priority{color:var(--text-secondary)}.toggle-priority.active,.priority-project .toggle-priority{color:var(--primary)}.priority-project{position:relative;overflow:hidden}.priority-project:before{content:"";position:absolute;inset:0;border:3px solid var(--primary);border-radius:8px;animation:priority-pulse 3s infinite;pointer-events:none;z-index:0}@keyframes priority-pulse{0%{box-shadow:0 0 0 0 var(--primary)}50%{box-shadow:0 0 0 6px #ffa7264d}to{box-shadow:0 0 0 0 var(--primary)}}.progress-container{margin:1rem 0;width:88%}.progress-bar{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}body.light-mode .progress-bar{background:#0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-hover));border-radius:4px;transition:width .3s}.progress-text{font-size:.85rem;color:var(--text-secondary);text-align:right}body.light-mode .progress-text{color:var(--text-secondary-light)}.chart-container{position:absolute;right:1rem;top:1rem;width:80px;height:80px;display:none}.task-list{margin:1rem 0;display:grid;gap:.75rem}.task-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:6px}body.light-mode .task-item{background:#00000008}.task-checkbox{width:1.1rem;height:1.1rem;accent-color:var(--primary);cursor:pointer}.task-input{flex:1;background:transparent;border:none;color:var(--text-primary);resize:none;overflow:hidden;min-height:1.5rem;line-height:1.5;font-family:inherit}body.light-mode .task-input{color:var(--text-primary-light)}.task-actions{display:flex;gap:.5rem}.subtask-list{margin-left:1.5rem;margin-top:.5rem;display:grid;gap:.5rem}.completed{opacity:.7;text-decoration:line-through}.sticky-add-btn{position:fixed;bottom:1rem;right:1rem;z-index:90;border-radius:6px;padding:.75rem 1.25rem;font-size:1rem;box-shadow:0 4px 12px #0003;display:flex;align-items:center;gap:.5rem;background:var(--primary);color:#000}.export-actions{position:relative}.export-menu{position:absolute;right:0;top:100%;background:var(--surface-dark);border-radius:6px;padding:.5rem 0;min-width:150px;box-shadow:0 4px 12px #0003;display:none;z-index:100}body.light-mode .export-menu{background:var(--surface-light)}.export-option{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:100%;background:none;border:none;color:var(--text-primary);cursor:pointer;text-align:left}body.light-mode .export-option{color:var(--text-primary-light)}.export-option:hover{background:var(--surface-dark-hover)}body.light-mode .export-option:hover{background:var(--surface-light-hover)}.export-toast{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:var(--surface-dark);color:var(--text-primary);padding:.75rem 1.5rem;border-radius:6px;box-shadow:0 4px 12px #0003;display:none;z-index:1000}body.light-mode .export-toast{background:var(--surface-light)}.progress-chart-container{display:flex;align-items:center;gap:1rem;margin:1rem 0}.chart-container{width:80px;height:80px;background:var(--surface-dark);border-radius:8px;padding:5px;border:1px solid var(--border-color)}body.light-mode .chart-container{background:var(--surface-light)}body.light-mode .btn-secondary,body.light-mode .user-input,body.light-mode .date-input label,body.light-mode .time-display,body.light-mode .time-btn i{color:var(--text-primary-light)}body.light-mode .time-btn:hover i{color:var(--primary)}.time-tracker{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding-left:12px}.time-display{font-family:monospace;font-size:.9rem;color:var(--text-secondary);min-width:60px}.time-btn{width:2.5rem;height:2.5rem}.time-btn:hover i{color:var(--primary)}.time-reset{margin-left:.25rem}.time-reset:hover i{color:#ff6b6b}.project-footer{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;margin-top:1rem;gap:1rem}.project-actions{display:flex;gap:.5rem;align-items:center}.project-actions .time-tracker{margin-left:0;padding-left:0;display:flex;align-items:center;gap:.25rem}.project-title{width:100%;margin-bottom:.5rem}.project-actions{width:100%;justify-content:flex-end;margin-top:.5rem}.time-log-modal{position:absolute;top:100%;right:0;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:1rem;width:300px;z-index:100;box-shadow:0 2px 10px #0000001a}.time-entry{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-color)}.time-entry:last-child{border-bottom:none}.time-entry:hover{background:#ffffff0d}body.light-mode .time-log-modal{background:var(--surface-light);border-color:var(--border-color-light)}body.light-mode .time-entry:hover{background:#00000008}.project-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.color-picker-btn{position:relative}.project-card{position:relative;overflow:visible;z-index:1}.color-palette{position:absolute;top:100%;left:0;margin-top:4px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:10px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:200}.color-palette.hidden{display:none!important}.color-option{width:24px;height:24px;border-radius:50%;cursor:pointer;border:2px solid #f0f0f0}.color-inner-border{position:absolute;inset:0;border-radius:8px;pointer-events:none;z-index:5;box-shadow:inset 0 0 0 3px transparent}.project-color-frame{position:absolute;inset:6px;border-radius:6px;pointer-events:none;z-index:2;background:transparent}.priority-project:before{z-index:0}.project-card[data-color]:after{content:"";position:absolute;inset:6px;border-radius:6px;pointer-events:none;z-index:2;border:5px solid var(--card-frame-color)}.color-picker-wrapper{position:relative;display:inline-block;vertical-align:middle}#timer-drag-handle{cursor:move;-webkit-user-select:none;user-select:none}#timer-drag-handle button{cursor:pointer}.timer-header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:var(--primary-color);color:#fff;cursor:move}#timer-project-name{font-weight:600;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.timer-actions{display:flex;gap:8px}.time-display{font-size:1.8rem;text-align:center;padding:20px;font-family:monospace;font-weight:700;color:var(--text-primary)}.project-selector{padding:0 15px 15px}#timer-project-select{width:100%;padding:8px 12px;border-radius:6px;border:1px solid var(--border-color);background:var(--input-bg);color:var(--text-primary)}.color-swatch{width:24px;height:24px;border-radius:50%;display:inline-block;margin-right:8px;vertical-align:middle;border:2px solid var(--border-color)}.light-mode{color:#333}.dropdown-menu,.export-menu{color:#333!important}#export-menu{background-color:#fff!important;color:#333!important}#export-menu button{color:#333!important}#floating-timer,.light-mode{color:#333}.export-menu,.dropdown-menu{background-color:#fff!important;color:#333!important}.export-menu button,.dropdown-menu button{color:#333!important}#floating-timer{color:#333;background:#fff;border:1px solid #ddd}body:not(.light-mode) #floating-timer{background:var(--surface-dark);color:var(--text-primary)}#timer-project-select{background:#fff;color:#333}body:not(.light-mode) #timer-project-select{background:var(--surface-dark);color:var(--text-primary)}.timer-header{background:var(--primary);color:#000}#floating-timer{position:fixed;display:none;width:280px;z-index:1000;background:var(--surface-dark);border:1px solid var(--border-color);border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0003}#timer-drag-handle{cursor:grab;user-select:none;-webkit-user-select:none;padding:12px 15px;background:var(--primary);color:#000;display:flex;justify-content:space-between;align-items:center}#floating-timer:active{cursor:grabbing}body.light-mode #floating-timer{background:var(--surface-light);border-color:var(--border-color-light)}.user-info-container .date-input{width:auto;max-width:200px}.user-info-container .user-input[type=date]{width:140px;padding:.4rem .5rem}.user-info-container .date-inputs{gap:.5rem}#export-menu{background-color:var(--surface-light);border:1px solid var(--border-color-light);box-shadow:0 2px 5px #0000001a}.dark-mode #export-menu{background-color:var(--surface-dark);border-color:var(--border-color);box-shadow:0 2px 5px #0000004d}.export-option{padding:8px 16px;color:var(--text-primary-light);transition:all .2s ease}.dark-mode .export-option{color:var(--text-primary)}.export-option:hover{background-color:var(--primary)!important;color:#fff!important}.export-option:active,.export-option:focus{background-color:var(--primary-hover)!important}#floating-timer>.time-start,#floating-timer>.time-reset,#floating-timer>#close-timer{display:block;margin-top:8px}.timer-header{display:block;width:100%}.timer-actions{gap:4px!important;justify-content:left!important}.timer-actions .btn{float:left;margin-right:5px}#floating-timer .timer-header{display:flex;flex-direction:column;gap:4px}#floating-timer .timer-header>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;line-height:1.2;margin-bottom:2px}#floating-timer .timer-actions{display:flex;justify-content:space-between;width:100%;gap:4px}#floating-timer .timer-actions .btn{padding:4px 2px;min-width:unset}button{background-color:#1976d2;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .2s}button:hover{background-color:#125ea2}@media (prefers-color-scheme: dark){body{background-color:#121212;color:#e0e0e0}button{background-color:#2196f3;color:#fff}button:hover{background-color:#0d8bf2}}.btn-icon>i,button.btn>i,button>i,i.fas,i.fa{color:inherit!important;pointer-events:none!important}.icon-button{background-color:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;padding:8px;transition:color .2s ease-in-out}.icon-button:hover{color:gold}.focus-mode .focused-project{border-bottom:4px solid orange}body.dark .focus-mode .focused-project{border-bottom:4px solid #ffa500}#landing-page{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-dark);color:var(--text-light);padding:2rem;border-radius:2rem;box-shadow:0 0 25px #0000004d;text-align:center;max-width:480px;width:90%;z-index:9999;font-family:Inter,sans-serif}body.light-mode #landing-page{background:#fff;color:#111;box-shadow:0 0 25px #0000001a}#landing-page h1{font-size:2.5rem;margin-bottom:.5rem}#landing-page .tagline{font-size:1.1rem;margin-bottom:1rem;color:var(--text-muted)}#landing-page .features{list-style:none;padding:0;text-align:left;margin:1rem 0}#landing-page .features li{padding:.3rem 0}#launch-btn{margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;border-radius:.75rem;border:none;cursor:pointer;background:var(--primary-color, #ffa726);color:#fff;transition:background .3s}#launch-btn:hover{background:#fb8c00}body{background-size:cover;background-position:center;background-repeat:no-repeat;transition:background-image .3s ease-in-out}html,body{height:100%;margin:0;padding:0;background-color:transparent}#toast-container{position:fixed;bottom:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast{background:#323232;color:#fff;padding:10px 15px;border-radius:6px;box-shadow:0 4px 8px #0003;opacity:.95;transition:opacity .5s ease,transform .5s ease;transform:translateY(0)}.toast.hide{opacity:0;transform:translateY(20px)}.task-card{width:100%;font-size:14px}.modal{width:100%;height:100%}html{touch-action:manipulation}.show-timer-icon{position:fixed;bottom:4.5rem;right:1rem;z-index:999;background:transparent;border:none;font-size:24px;color:#333;padding:.2rem}.button-row{display:flex;justify-content:flex-end;align-items:center;width:100%;max-width:100vw;padding:0 1rem;box-sizing:border-box;position:fixed;bottom:1rem;left:0;right:0;z-index:99;pointer-events:none}.icon-button{background:transparent;border:none;font-size:1.8rem;pointer-events:auto;color:#333}#show-timer-btn{display:none}@media (max-width: 768px){body{margin:0;padding:0;overflow-x:hidden;box-sizing:border-box;width:100%;max-width:100vw}.container,.header-content,.project-footer,.user-info-container,.task-card,.project-card{width:100%;max-width:100%;padding:.2rem .75rem;flex-wrap:wrap;box-sizing:border-box}.header-content{flex-direction:column;align-items:flex-start;gap:.5rem;padding:0 .75rem;box-sizing:border-box;width:100%;max-width:100%}.mission-title{width:100%;max-width:100%;font-size:1.25rem}.user-info-container{flex-direction:column;align-items:flex-start;width:100%;gap:.5rem}.user-info-container input[type=date]{width:100%;max-width:100%;padding:.5rem;font-size:16px;box-sizing:border-box;text-align:left;direction:ltr}.task-item{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start;width:100%}.task-input{flex:1 1 100%;width:100%;font-size:14px;padding:.5rem;box-sizing:border-box;white-space:normal;word-break:break-word}.subtask-list{margin-left:1rem;padding-left:0}.project-actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%;justify-content:flex-start}button,input,textarea{width:100%;max-width:100%;box-sizing:border-box;font-size:16px}button{padding:.5rem 1rem;font-size:16px;white-space:nowrap;text-align:center;flex-shrink:0;max-width:100%;width:auto}input[type=date]{width:100%!important;max-width:100%!important;box-sizing:border-box;padding:.5rem;font-size:16px;text-align:left;direction:ltr}.mobile-only{display:block;position:fixed;bottom:1rem;left:50%;transform:translate(-50%);z-index:999;background-color:#ffa726;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:2rem;font-size:16px;font-weight:700;box-shadow:0 2px 6px #0003}.sticky-add-btn{position:fixed;bottom:1rem;left:50%;z-index:10;background:#ffa726;width:auto;margin:0 auto;display:flex;justify-content:center;box-sizing:border-box;transform:translate(-50%)}.modal{width:100vw;height:100vh;top:0;left:0;border-radius:0;overflow-y:auto;padding:1rem;outline:1px solid red}input[type=text],textarea{width:100%;box-sizing:border-box}.project-card,.task-card,.modal,.task-item{max-width:100%;overflow-x:hidden}}
