:root{color:#1a1a2e;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#0f0f1a;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}.app{max-width:1200px;margin:0 auto;padding:1.5rem}.app--compact-nav{max-width:1400px;padding:.5rem .75rem .35rem}.app-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.app-header--compact{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem}.app-header h1{color:#f5d76e;margin:0;font-size:1.75rem}.app-header__title{white-space:nowrap;font-size:1.05rem}.app-header__user{align-items:center;gap:.45rem;margin-left:auto;display:flex}.app-header__username{color:#c8c8e0;font-size:.72rem}.app-header__logout{padding:.24rem .55rem;font-size:.72rem}.auth-screen{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:#161625;border:1px solid #2a2a44;border-radius:16px;width:min(100%,28rem);padding:1.5rem}.auth-card h1{color:#f5d76e;margin:0;font-size:1.35rem}.auth-card__subtitle,.auth-card__footer{color:#a0a0b8;font-size:.88rem;line-height:1.45}.auth-card__subtitle{margin:.75rem 0 1rem}.auth-card__footer{margin:1rem 0 0}.auth-card__footer a{color:#f5d76e}.auth-card__error{color:#ff6b6b;margin:0 0 .75rem;font-size:.88rem}.auth-card--loading{text-align:center;color:#c8c8e0}.auth-form{flex-direction:column;gap:.75rem;display:flex}.auth-form__field{color:#e8e8f8;flex-direction:column;gap:.3rem;font-size:.88rem;display:flex}.auth-form__submit{align-self:flex-start;margin-top:.25rem}.app-header p{color:#a0a0b8;margin:.25rem 0 0}.tab-nav{gap:.5rem;display:flex}.tab-nav--compact{gap:.25rem}.tab-button{color:#d0d0e0;background:#1e1e32;border:1px solid #3a3a5c;border-radius:999px;padding:.55rem 1.1rem;transition:background .15s,border-color .15s}.tab-nav--compact .tab-button{padding:.28rem .62rem;font-size:.78rem}.tab-button:hover{background:#2a2a44}.tab-button.active{color:#1a1a2e;background:linear-gradient(135deg,#f5d76e,#c9a227);border-color:#f5d76e;font-weight:600}.panel{background:#161625;border:1px solid #2a2a44;border-radius:16px;padding:1.25rem}.panel-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.panel-header h2{color:#f0f0ff;margin:0}.panel-subtitle{color:#9090a8;margin:.25rem 0 0;font-size:.95rem}.date-controls,.header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.date-controls button,.header-actions button,.panel-footer button,.panel-button,.task-card__actions button,.move-to-date-control button,.daily-toolbar__actions button,.subtask-actions button,.goal-card__header-actions button,.manager-list button,.schedule-form button,.add-subtask button{color:#e8e8f8;cursor:pointer;background:#252540;border:1px solid #4a4a6a;border-radius:10px;padding:.45rem .85rem}.date-controls button:hover,.header-actions button:hover,.panel-footer button:hover,.panel-button:hover,.task-card__actions button:hover,.move-to-date-control button:hover,.daily-toolbar__actions button:hover,.subtask-actions button:hover,.goal-card__header-actions button:hover,.manager-list button:hover,.schedule-form button:hover,.add-subtask button:hover{background:#32325a}.date-controls input[type=date],.schedule-form input,.schedule-form select,.add-subtask input,.add-daily-task input,.smart-field textarea,.motivation-field textarea,.goal-title-input,.action-step input,.input-light{color:#fff;background:#0f0f1a;border:1px solid #3a3a58;border-radius:8px;width:100%;padding:.5rem .65rem}.input-light::placeholder,.add-subtask input::placeholder,.add-daily-task input::placeholder{color:#b8b8d0}.input-light option{color:#fff;background:#1a1a2e}.daily-section{margin-bottom:1.5rem}.daily-section h3{color:#c8c8e0;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem;font-size:.95rem}.task-grid{flex-direction:column;gap:.75rem;display:flex}.task-grid--low .task-card,.task-grid--unassigned .task-card{align-self:flex-start;width:75%}.daily-split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:.65rem;min-height:calc(100vh - 7.5rem);display:grid}.daily-timeblock{border-left:1px solid #2a2a44;flex-direction:column;min-width:0;min-height:0;padding-left:.55rem;display:flex}.daily-timeblock__toolbar{flex-shrink:0;align-items:center;gap:.35rem;margin-bottom:.25rem;display:flex}.timeblock-zoom{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}.timeblock-zoom__btn{color:#e8e8f8;cursor:pointer;background:#252540;border:1px solid #4a4a6a;border-radius:6px;width:1.5rem;height:1.5rem;padding:0;font-size:.95rem;line-height:1}.timeblock-zoom__btn:hover{background:#32325a}.timeblock-zoom__label{color:#c8c8e0;text-align:center;min-width:2.25rem;font-size:.68rem}.daily-timeblock__add{flex:1;gap:.25rem;min-width:0;margin-bottom:0;display:flex}.daily-timeblock__add input{flex:1;min-width:0;padding:.2rem .35rem;font-size:.72rem}.daily-timeblock__add .panel-button{padding:.2rem .4rem;font-size:.72rem}.timeblock-timeline{cursor:copy;background:#12121f;border:1px dashed #3a3a58;border-radius:8px;flex:1;min-height:0;max-height:calc(100vh - 7.5rem);position:relative;overflow-y:auto}.timeblock-timeline--active{background:#f5d76e0a;border-color:#f5d76e}.timeblock-timeline__hour{pointer-events:none;z-index:0;align-items:center;gap:.25rem;display:flex;position:absolute;left:0;right:0}.timeblock-timeline__hour-label{color:#707088;text-align:right;flex-shrink:0;width:4.25rem;padding-left:.2rem;font-size:.68rem}.timeblock-timeline__hour-line{background:#3a3a58;flex:1;height:1px}.timeblock-timeline__quarter{pointer-events:none;z-index:0;background:#223;height:1px;position:absolute;left:4.35rem;right:0}.timeblock-timeline__blocks{z-index:1;position:absolute;inset:0 .35rem 0 4.35rem}.timeblock-timeline--adjusting{cursor:grabbing}.timeblock-item{border:1px solid #0003;border-radius:6px;flex-direction:column;min-height:18px;display:flex;position:absolute;left:0;right:0;overflow:hidden;box-shadow:0 1px 4px #00000040}.timeblock-item__drag-area{cursor:grab}.timeblock-item__drag-area:active{cursor:grabbing}.timeblock-item--time-only{color:#1a1a2e;border-color:#ccc}.timeblock-item--objective{color:#fff}.timeblock-item--objective .timeblock-item__title,.timeblock-item--objective .timeblock-item__time{text-shadow:0 1px 2px #00000059}.timeblock-item__content{flex:1;align-items:flex-start;min-height:0;padding:.4rem 1.75rem .35rem .5rem;display:flex;overflow:hidden}.timeblock-item__title{-webkit-line-clamp:6;word-break:break-word;-webkit-box-orient:vertical;font-size:.88rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.timeblock-item--time-only .timeblock-item__title{font-weight:600}.timeblock-item__remove{color:inherit;cursor:pointer;background:#0003;border:none;border-radius:4px;width:1rem;height:1rem;padding:0;font-size:.75rem;line-height:1;position:absolute;top:.1rem;right:.15rem}.timeblock-item--time-only .timeblock-item__remove{color:#444;background:#00000014}.timeblock-item__resize-handle{cursor:ns-resize;background:#00000026;flex-shrink:0;height:6px}.timeblock-item--time-only .timeblock-item__resize-handle{background:#00000014}.timeblock-item__resize-handle:hover{background:#f5d76e73}.daily-panel{--daily-label-width:4.75rem;border-radius:12px;padding:.45rem .6rem}.daily-toolbar{border-bottom:1px solid #2a2a44;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:.35rem;padding-bottom:.3rem;display:flex}.daily-toolbar__date-group{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.daily-toolbar__title{color:#f0f0ff;white-space:nowrap;margin:0;font-size:.92rem;font-weight:600}.date-controls--compact{flex-shrink:0;gap:.25rem}.date-controls--compact button{padding:.22rem .42rem;font-size:.72rem}.date-nav-button{min-width:5.5rem;padding:.38rem .75rem!important;font-size:.82rem!important}.date-controls--compact input[type=date]{width:auto;padding:.2rem .35rem;font-size:.72rem}.add-daily-task--compact{flex:1;gap:.25rem;min-width:9rem;margin:0;display:flex}.add-daily-task--compact input{min-width:0;padding:.22rem .4rem;font-size:.74rem}.add-daily-task--compact .panel-button{padding:.22rem .48rem;font-size:.72rem}.daily-toolbar__actions{flex-wrap:wrap;gap:.25rem;margin-left:auto;display:flex}.daily-toolbar__actions button{padding:.32rem .65rem;font-size:.78rem}.daily-toolbar__actions .advance-button{padding:.38rem .75rem;font-size:.82rem;font-weight:600}.daily-board{flex-direction:column;gap:.22rem;display:flex}.daily-board .drop-zone{align-items:stretch;padding:.35rem .5rem}.daily-board .drop-zone--primary{--drop-min-height:3.75rem}.daily-board .drop-zone--secondary{--drop-min-height:6.25rem}.daily-board .drop-zone--high,.daily-board .drop-zone--low,.daily-board .drop-zone--unassigned{--drop-min-height:3rem}.daily-board .drop-zone--active{background:#f5d76e11;border-color:#f5d76e}.daily-board .drop-zone__content{min-height:var(--drop-min-height,2.5rem);border-radius:6px;flex-direction:column;padding:.3rem .35rem;display:flex}.daily-board .drop-zone__content .empty-slot{min-height:calc(var(--drop-min-height,2.5rem) - .6rem);flex:1;align-items:center;padding:.35rem .25rem;display:flex}.daily-panel .task-grid{gap:.22rem}.daily-panel .task-card{border-radius:8px;flex-direction:row;align-items:center;gap:.45rem;padding:.35rem .5rem;display:flex}.daily-panel .task-card__body{flex:1;min-width:0}.daily-panel .task-card--primary{align-items:center;padding:.45rem .6rem}.daily-panel .task-card--primary .task-card__title{font-size:1.45rem;line-height:1.1}.daily-panel .task-card--secondary{padding:.38rem .55rem}.daily-panel .task-card--secondary .task-card__title{font-size:1.05rem}.daily-panel .task-card--high .task-card__title,.daily-panel .task-card--low .task-card__title,.daily-panel .task-card--unassigned .task-card__title{font-size:.88rem}.daily-panel .task-card--high,.daily-panel .task-card--low,.daily-panel .task-card--unassigned{padding:.35rem .5rem}.daily-panel .task-card__meta{opacity:.85;margin-top:.1rem;font-size:.65rem;line-height:1.2;display:block}.daily-panel .task-card--primary .task-card__meta{font-size:.72rem}.daily-panel .task-card--secondary .task-card__meta{font-size:.68rem}.daily-panel .task-grid--low .task-card,.daily-panel .task-grid--unassigned .task-card{align-self:stretch;width:100%}.daily-panel .task-card__actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.25rem;margin-top:0;display:flex}.daily-panel .task-card[draggable=true]{cursor:grab}.daily-panel .task-card[draggable=true]:active{cursor:grabbing}.daily-panel .task-card__actions button{white-space:nowrap;border-radius:12px;padding:.28rem .55rem;font-size:.68rem}.daily-panel .move-to-date-control{flex-wrap:nowrap;width:auto}.daily-panel .move-to-date-control input{border-radius:10px;min-width:6.5rem}.daily-panel .move-to-date-control button{border-radius:12px;padding:.28rem .55rem;font-size:.68rem}.daily-panel .task-card__transfer-note{margin-top:.15rem;font-size:.65rem}.daily-panel .empty-slot{margin:0;padding:.15rem 0;font-size:.72rem}.task-card{cursor:pointer;border:2px solid #0000;border-radius:12px;padding:1rem 1.1rem;transition:opacity .15s,transform .15s}.task-card:hover{transform:translateY(-1px)}.task-card--primary{color:#1a1a2e;background:linear-gradient(135deg,#fffef8 0%,#f5d76e 100%);border-color:#d4af37;padding:1.35rem 1.5rem}.task-card--primary .task-card__title{font-size:2rem;line-height:1.15}.task-card--primary .task-card__meta{font-size:.95rem}.task-card--secondary{color:#fff;background:linear-gradient(135deg,#ff6b6b,#c0392b);border-color:#922b21;padding:1.15rem 1.25rem}.task-card--secondary .task-card__title{font-size:1.3rem;line-height:1.2}.task-card--secondary .task-card__meta{font-size:.88rem}.task-card--high{color:#fff;background:linear-gradient(135deg,#9b59b6,#6c3483);border-color:#512e5f}.task-card--low{color:#fff;background:linear-gradient(135deg,#2ecc71,#1e8449);border-color:#196f3d;border-radius:10px;padding:.65rem .55rem}.task-card--low .task-card__title{font-size:.82rem;font-weight:600;line-height:1.25}.task-card--low .task-card__meta{margin-top:.25rem;font-size:.68rem}.task-card--low .task-card__actions{margin-top:.45rem}.task-card--low .task-card__actions button{border-radius:12px;padding:.28rem .55rem;font-size:.68rem}.task-card--unassigned{color:#fff;background:linear-gradient(135deg,#3498db,#1f618d);border-color:#1a5276;border-radius:10px;padding:.65rem .55rem}.task-card--unassigned .task-card__title{font-size:.82rem;font-weight:600;line-height:1.25}.task-card--unassigned .task-card__meta{margin-top:.25rem;font-size:.68rem}.task-card--unassigned .task-card__actions{margin-top:.45rem}.task-card--unassigned .task-card__actions button{border-radius:12px;padding:.28rem .55rem;font-size:.68rem}.task-card--transferred .task-card__transfer-note{color:#d4b84a}.task-card__transfer-note{color:#f5d76e;margin-top:.35rem;font-size:.78rem;font-style:italic}.task-card--completed{opacity:.55;color:#888!important;background:#3a3a48!important;border-color:#555!important}.task-card--completed .task-card__title{text-decoration:line-through}.task-card__title{font-size:1.05rem;font-weight:600}.task-card__meta{opacity:.85;margin-top:.35rem;font-size:.82rem}.task-card__actions{flex-wrap:wrap;gap:.35rem;margin-top:.65rem;display:flex}.task-card__actions button{border-radius:12px;padding:.32rem .6rem;font-size:.75rem}.move-to-date-control{flex-wrap:wrap;align-items:center;gap:.35rem;width:100%;display:flex}.move-to-date-control input{flex:1;min-width:8.5rem}.empty-slot,.empty-state,.assign-note{color:#8888a0;font-size:.92rem}.panel-footer{border-top:1px solid #2a2a44;margin-top:1rem;padding-top:1rem}.panel-footer--daily-actions{flex-wrap:wrap;gap:.75rem;display:flex}.advance-button{color:#fff!important;background:linear-gradient(135deg,#5dade2,#3498db)!important;border-color:#85c1e9!important}.advance-button:hover{background:linear-gradient(135deg,#7ec8ee,#5dade2)!important}.undo-advance-button,.undo-transfer-button{background:#4a3040!important;border-color:#6a4050!important}.goal-card{background:#1a1a2e;border:1px solid #2e2e48;border-radius:14px;margin-bottom:1.25rem;padding:1.1rem}.goal-card--complete{opacity:.7}.goal-card--complete .goal-title-input{text-decoration:line-through}.goal-card__title--crossed,.goal-summary-text--crossed{color:#9090a8;text-decoration:line-through}.quest-complete-badge{color:#1a1a2e;background:#2ecc71;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.mission-progress-panel{border-top:1px solid #2a2a44;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.mission-progress-item{background:#12121f;border:1px solid #2a2a40;border-radius:10px;padding:.75rem}.mission-progress-item--complete .mission-progress-item__title{color:#8888a0;text-decoration:line-through}.mission-progress-item__header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.mission-progress-item__number{color:#1a1a2e;background:#f5d76e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.8rem;font-weight:700;display:flex}.mission-progress-item__title{color:#fff;flex:1;font-weight:600}.mission-progress-item__due,.mission-progress-item__count{color:#f5d76e;font-size:.82rem}.mission-progress-bar{background:#2a2a40;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.mission-progress-bar__fill{background:linear-gradient(90deg,#f5d76e,#2ecc71);border-radius:3px;height:100%;transition:width .2s}.mission-objective-list{margin:0;padding:0;list-style:none}.mission-objective-list li{color:#c8c8e0;border-bottom:1px solid #252538;padding:.25rem 0;font-size:.85rem}.mission-objective--done{color:#707088;text-decoration:line-through}.goal-card--hidden{border-style:dashed}.goal-card__header{justify-content:space-between;gap:1rem;margin-bottom:1rem;display:flex}.goal-title-input{flex:1;font-size:1.2rem;font-weight:600}.goal-card__header-actions{gap:.4rem;display:flex}.smart-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.smart-field,.motivation-field{flex-direction:column;gap:.35rem;display:flex}.smart-field span,.motivation-field span{color:#f5d76e;font-size:.85rem;font-weight:600}.action-steps h3{color:#e0e0f0;margin:0 0 .75rem}.action-step{background:#12121f;border:1px solid #2a2a40;border-radius:10px;margin-bottom:.75rem;padding:.85rem}.action-step__header{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.65rem;display:flex}.step-number{color:#1a1a2e;background:#f5d76e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-weight:700;display:flex}.subtask-list{margin:0;padding:0;list-style:none}.subtask{color:#fff;border-bottom:1px solid #252538;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.subtask--done span,.subtask--done .subtask__title-input{color:#707088;text-decoration:line-through}.subtask__title-input{width:100%;min-width:0;padding:.28rem .45rem;font-size:.88rem}.reorder-buttons{flex-direction:column;flex-shrink:0;gap:.1rem;display:flex}.reorder-buttons__btn{color:#e8e8f8;cursor:pointer;background:#252540;border:1px solid #4a4a6a;border-radius:6px;width:1.45rem;height:1.1rem;padding:0;font-size:.72rem;line-height:1}.reorder-buttons__btn:hover:not(:disabled){background:#32325a}.reorder-buttons__btn:disabled{opacity:.35;cursor:not-allowed}.subtask__content{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.subtask-actions{flex-shrink:0;align-items:center;gap:.35rem;margin-left:auto;display:flex}.subtask-actions button{padding:.25rem .5rem;font-size:.78rem}.add-subtask{gap:.5rem;margin-top:.65rem;display:flex}.toggle-hidden{color:#a0a0b8;align-items:center;gap:.4rem;font-size:.9rem;display:flex}.calendar{margin-bottom:1.25rem;overflow-x:auto}.calendar-row{grid-template-columns:80px repeat(7,minmax(120px,1fr));gap:.5rem;display:grid}.calendar-row--header{margin-bottom:.5rem}.week-number-cell{color:#f5d76e;flex-direction:column;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.week-meta{color:#9090a8;gap:.25rem;font-size:.75rem}.calendar-header-cell{text-align:center;background:#1e1e32;border-radius:8px;padding:.5rem}.weekday-name{color:#d0d0e8;font-weight:600;display:block}.day-number{color:#f5d76e;font-size:1.25rem;display:block}.calendar-day{background:#12121f;border:1px solid #2a2a40;border-radius:10px;min-height:140px;padding:.65rem}.calendar-day--today{border-color:#f5d76e;box-shadow:0 0 0 1px #f5d76e33}.ordinal-label{color:#9090a8;margin-bottom:.5rem;font-size:.72rem;line-height:1.3}.scheduled-task-list{margin:0;padding:0;list-style:none}.scheduled-task-list li{background:#252540;border-radius:6px;margin-bottom:.35rem;padding:.4rem .5rem;font-size:.82rem}.scheduled-task-list small{color:#8888a0;margin-top:.15rem;display:block}.abc-anchor{margin-bottom:1rem}.abc-anchor label{color:#a0a0b8;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.schedule-form{background:#1a1a2e;border:1px solid #2e2e48;border-radius:12px;margin-bottom:1.25rem;padding:1rem}.schedule-form h3,.scheduled-task-manager h3{color:#e0e0f0;margin:0 0 .75rem}.schedule-form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.schedule-form label{color:#b0b0c8;flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.manager-list{margin:0;padding:0;list-style:none}.manager-list li{border-bottom:1px solid #2a2a40;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.manager-list span{color:#c8c8e0;font-size:.85rem;display:block}.manager-list strong{color:#fff}.drop-zone{grid-template-columns:var(--daily-label-width,4.75rem) 1fr;border:1px dashed #3a3a58;border-radius:8px;align-items:start;gap:.25rem .45rem;min-height:0;padding:.2rem .35rem;transition:border-color .15s,background .15s;display:grid}.drop-zone--active{background:#f5d76e11;border-color:#f5d76e}.drop-zone__label{text-align:right;padding-top:.12rem}.drop-zone__label h3{color:#c8c8e0;text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.72rem;line-height:1.15}.drop-zone--primary .drop-zone__label h3{color:#f5d76e;font-size:.82rem}.drop-zone--secondary .drop-zone__label h3{font-size:.78rem}.drop-zone__content{min-width:0}.drop-zone__priority-note{color:#9090a8;text-transform:none;letter-spacing:0;margin:.12rem 0 0;font-size:.62rem;font-weight:500}.drop-zone--primary .drop-zone__priority-note{color:#c9a227}.drop-zone--low .empty-slot,.drop-zone--unassigned .empty-slot{font-size:.72rem}.add-daily-task{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.add-daily-task input{flex:1;min-width:180px}.add-daily-task__priority{flex:none;min-width:150px;width:auto!important}.subtask-daily-badge{color:#f5d76e;font-size:.78rem}@media (width<=900px){.daily-split{grid-template-columns:1fr}.daily-timeblock{border-top:1px solid #2a2a44;border-left:none;padding-top:.45rem;padding-left:0}.timeblock-timeline{max-height:420px}.task-grid--low .task-card,.task-grid--unassigned .task-card{width:100%}.daily-toolbar__actions{width:100%;margin-left:0}.daily-panel .task-card--primary .task-card__title{font-size:1.25rem}}.draft-badge{color:#1a1a2e;text-transform:uppercase;background:#f5d76e;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700}.goal-card__footer{border-top:1px solid #2a2a44;margin-top:1rem;padding-top:1rem}.save-goal-button{font-weight:600;color:#1a1a2e!important;background:linear-gradient(135deg,#f5d76e,#c9a227)!important;border-color:#f5d76e!important;padding:.6rem 1.5rem!important}.goal-card--collapsed{padding:.85rem 1.1rem}.goal-card--collapsed h3{color:#fff;margin:0}.goal-summary-text{color:#c0c0d8;margin:.5rem 0 0;font-size:.92rem}.saved-goals-section h3{color:#f5d76e;margin:0 0 .75rem}.days-remaining{color:#f5d76e;font-size:.85rem;font-weight:600}.smart-field--due{grid-column:1/-1}.step-due-date{flex-direction:column;gap:.25rem;min-width:140px;display:flex}.step-due-date span{color:#f5d76e;font-size:.75rem}.step-days-remaining{color:#f5d76e;margin:0 0 .5rem 2.4rem;font-size:.82rem}.scheduler-panel .calendar-day,.scheduler-panel .scheduled-task-list li,.scheduler-panel .ordinal-label{color:#fff}.week-symbol{font-size:1.1rem;line-height:1}.week-parity-symbol{border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.week-parity-symbol--odd{color:#fff;background:0 0}.week-parity-symbol--even{color:#1a1a2e;background:#fff}.week-parity-symbol--accent.week-parity-symbol--odd{color:#f5d76e;background:0 0;border-color:#f5d76e}.week-parity-symbol--accent.week-parity-symbol--even{color:#1a1a2e;background:#f5d76e;border-color:#f5d76e}.abc-symbol{font-size:1rem}.week-number-cell{gap:.35rem}.week-meta-item{align-items:center;gap:.35rem;display:flex}.linked-badge{color:#f5d76e!important}.scheduler-note{color:#b0b0c8;margin:0 0 .75rem;font-size:.88rem}.scheduled-task-list span{color:#fff}.scheduled-task-list small{color:#b0b0c8}.calendar-row--day-symbols{min-height:auto}.calendar-day-symbols-cell{background:#16162a;border-bottom:1px solid #2a2a44;border-right:1px solid #2a2a44;padding:.35rem .5rem}.day-symbols-row{flex-wrap:wrap;justify-content:center;gap:.35rem;display:flex}.day-symbol{justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:700;line-height:1;display:inline-flex}.on-day-symbol,.day-symbol-legend.on-day-symbol{color:#f5d76e;font-size:1rem}.off-day-symbol,.day-symbol-legend.off-day-symbol{color:#d0d0e8;font-size:1rem}.three-day-symbol--gold{color:#f5d76e}.three-day-symbol--silver{color:silver}.three-day-symbol--bronze{color:#cd7f32}.four-day-symbol--earth{color:#8b6914}.four-day-symbol--water{color:#5dade2}.four-day-symbol--air{color:#ecf0f1}.four-day-symbol--fire{color:#e67e22}.five-day-symbol{color:#fff}.five-day-symbol--circle{font-size:.7rem}.five-day-symbol--line{font-size:.85rem;font-weight:700}.five-day-symbol--triangle{font-size:.85rem}.five-day-symbol--square{font-size:.75rem}.five-day-symbol--star{color:#f5d76e;font-size:.85rem}.six-day-symbol--red{color:#e74c3c}.six-day-symbol--orange{color:#e67e22}.six-day-symbol--yellow{color:#f1c40f}.six-day-symbol--green{color:#2ecc71}.six-day-symbol--blue{color:#3498db}.six-day-symbol--purple{color:#9b59b6}.week-meta-label{color:#9090a8;margin-bottom:.25rem;font-size:.75rem;display:block}.recurrence-rules-section{border-top:1px solid #2a2a44;margin-top:1rem;padding-top:1rem}.recurrence-rules-section__header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.recurrence-rules-section__header h4{color:#fff;margin:0}.recurrence-rules-section__header p{color:#9090a8;flex:1;min-width:200px;margin:0;font-size:.85rem}.recurrence-rule-editor{background:#12121f;border:1px solid #2a2a40;border-radius:10px;margin-bottom:.75rem;padding:.75rem}.recurrence-rule-editor__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.recurrence-rule-editor__header strong{color:#f5d76e;font-size:.9rem}.rule-remove-btn{padding:.25rem .5rem;font-size:.8rem}.recurrence-rule-editor__fields{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;display:grid}.field-hint{color:#9090a8;margin-top:.35rem;font-size:.78rem;line-height:1.35;display:block}.clear-end-date-btn{margin-top:.35rem;padding:.2rem .5rem;font-size:.8rem;display:block}.recurrence-rules-section--exclude{border-top-color:#5a3040}.recurrence-rules-section--exclude h4{color:#e88}.rule-logic-select{color:#c8c8e0;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.rule-logic-select select{width:auto;min-width:11rem}.empty-state--inline{margin:0;padding:.5rem 0;font-size:.88rem}.manager-list__actions{flex-shrink:0;gap:.4rem;display:flex}.manager-list__editing{flex-direction:column;align-items:stretch!important}.manager-list__edit-form{width:100%}.manager-list__edit-form h4{color:#f5d76e;margin:0 0 .75rem}.schedule-form-actions{gap:.5rem;display:flex}.schedule-form .schedule-form{background:0 0;border:none;margin:0;padding:0}.time-panel{overflow:hidden}.time-tab-intro{color:#b0b0c8;margin:0 0 1.25rem;font-size:.92rem}.time-layout{grid-template-columns:minmax(220px,280px) 1fr;align-items:start;gap:1.5rem;display:grid}.objectives-pool h3{color:#f5d76e;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .75rem;font-size:.95rem}.time-objective-list{flex-direction:column;gap:.5rem;display:flex}.time-objective-row{flex-direction:column;gap:.35rem;display:flex}.time-objective-chip{cursor:grab;color:#fff;background:#252540;border:1px solid #3a3a58;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.4rem;padding:.55rem .7rem;display:flex}.time-objective-chip:active{cursor:grabbing}.time-objective-chip--done{opacity:.5;cursor:default}.time-objective-chip__title{flex:1;font-size:.9rem}.time-objective-chip__badge{color:#1a1a2e;background:#f5d76e;border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.time-objective-chip__time{color:#f5d76e;font-size:.78rem}.analog-clock__marker-duration{fill:#c8c8e0;font-size:8px}.analog-clock__pie-slice{stroke:#fff3;stroke-width:1px}.time-assignment-controls{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.time-duration-label{color:#b0b0c8;flex-direction:column;gap:.25rem;font-size:.78rem;display:flex}.time-clear-button{padding:.25rem .5rem!important;font-size:.75rem!important}.clocks-row{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.analog-clock{text-align:center}.analog-clock h3{color:#f5d76e;letter-spacing:.15em;margin:0 0 .75rem;font-size:1.1rem}.analog-clock--active .analog-clock__face{filter:drop-shadow(0 0 12px #f5d76e88)}.analog-clock__face{cursor:copy;margin:0 auto;display:block}.analog-clock__rim{fill:#1a1a2e;stroke:#f5d76e;stroke-width:3px}.analog-clock__tick{stroke:#c8c8e0;stroke-width:2px}.analog-clock__quarter-tick{stroke:#5a5a78;stroke-width:1px}.analog-clock__hour-label{fill:#fff;font-size:14px;font-weight:600}.analog-clock__hub{fill:#f5d76e}.analog-clock__marker{fill:#ff6b6b;stroke:#fff;stroke-width:1.5px}.analog-clock__marker-label{fill:#f5d76e;font-size:10px;font-weight:600}.analog-clock__marker-title{fill:#fff;font-size:9px}.analog-clock__hint{color:#8888a0;margin:.65rem 0 0;font-size:.82rem}@media (width<=768px){.time-layout{grid-template-columns:1fr}.calendar-row{grid-template-columns:60px repeat(7,minmax(100px,1fr))}.app-header{flex-direction:column;align-items:flex-start}}
