:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:#e2e8f0;background:#0f172a}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#0f172a}a{color:#93c5fd;text-decoration:none}a.active{color:#fff;font-weight:600}button{cursor:pointer;border:1px solid #334155;background:#1e293b;color:#e2e8f0;border-radius:8px;padding:.5rem .75rem}button.primary{background:#2563eb;border-color:#2563eb}button.danger{background:#dc2626;border-color:#dc2626}input,select,textarea{background:#1e293b;border:1px solid #334155;color:#e2e8f0;border-radius:8px;padding:.5rem}.app-shell{display:flex;flex-direction:column;min-height:100vh}.top-nav{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#1e293b;border-bottom:1px solid #334155;flex-wrap:wrap}.top-nav h1{margin:0;font-size:1.1rem;flex:1}.nav-links{display:flex;gap:.75rem;flex-wrap:wrap}.top-nav-right{display:flex;align-items:center;gap:1rem;margin-left:auto}.location-switch{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.location-switch-label{color:#94a3b8;white-space:nowrap}.location-switch-options{display:flex;gap:.25rem}.location-switch .chip{padding:.25rem .55rem;font-size:.8rem}.capacity-bar{min-width:140px;font-size:.85rem}.capacity-bar .track{height:8px;background:#334155;border-radius:4px;overflow:hidden;margin-top:4px}.capacity-bar .fill{height:100%;background:#22c55e}.main-layout{display:grid;grid-template-columns:280px 1fr 320px;flex:1;min-height:0}@media(max-width:1100px){.main-layout{grid-template-columns:1fr}.sidebar,.ai-panel{display:none}}.sidebar,.ai-panel{border-right:1px solid #334155;padding:1rem;overflow:auto;background:#111827}.ai-panel{border-right:none;border-left:1px solid #334155}.content{padding:1rem;overflow:auto}.task-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.75rem;margin-bottom:.5rem;cursor:grab}.task-card.done{opacity:.55;text-decoration:line-through;cursor:default}.parent-task-label{font-size:.72rem;color:#94a3b8;margin-bottom:2px;line-height:1.2}.parent-task-label-link{cursor:pointer}.parent-task-label-link:hover{color:#cbd5e1;text-decoration:underline}.fc .fc-event .parent-task-label{font-size:.65rem;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc .fc-event .fc-event-label{font-size:.72rem;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card-scheduled{cursor:default}.task-card-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.task-done-btn{flex-shrink:0;width:28px;height:28px;padding:0;border-radius:6px;background:#166534;border-color:#22c55e;color:#fff;font-size:.9rem;line-height:1}.sidebar-add{display:flex;gap:.5rem;margin-bottom:1rem}.sidebar-add input{flex:1;min-width:0}.sidebar-empty,.sidebar-hint{font-size:.85rem;color:#94a3b8;margin:0 0 .75rem}.fc .fc-event.fc-event-done{opacity:.55;text-decoration:line-through}.task-card.escalate{border-color:#ef4444}.badge{font-size:.75rem;padding:2px 6px;border-radius:4px;background:#334155}.badge.warn{background:#ca8a04}.badge.danger{background:#dc2626}.badge.badge-done{background:#166534;color:#bbf7d0}.badge.badge-progress{background:#1d4ed8;color:#bfdbfe}.badge.badge-cancelled{background:#475569;color:#cbd5e1}.badge.badge-deferred{background:#854d0e;color:#fef08a}.subtask-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.6rem .75rem;margin-bottom:.5rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.subtask-card:hover{background:#243044;border-color:#475569}.subtask-card.done{opacity:.65;border-color:#22c55e59}.subtask-card.done .subtask-title{text-decoration:line-through;color:#94a3b8}.subtask-card.cancelled{opacity:.5;border-color:#475569}.subtask-card.cancelled .subtask-title{text-decoration:line-through;color:#64748b}.subtask-row{display:flex;align-items:flex-start;gap:.6rem}.subtask-checkbox{flex-shrink:0;width:22px;height:22px;padding:0;border-radius:50%;border:2px solid #475569;background:transparent;color:#fff;font-size:.75rem;line-height:1;display:flex;align-items:center;justify-content:center;margin-top:1px;transition:border-color .15s ease,background .15s ease}.subtask-checkbox:hover{border-color:#22c55e;background:#22c55e26}.subtask-checkbox.checked{background:#166534;border-color:#22c55e}.subtask-body{flex:1;min-width:0}.subtask-title{display:block;margin-bottom:4px;font-size:.9rem}.subtask-badges{display:flex;gap:4px;flex-wrap:wrap}.subtask-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.subtask-header h4{margin:0}.subtask-count{font-size:.8rem;color:#94a3b8}.subtask-progress{margin-bottom:10px}.subtask-progress .track{height:6px;background:#334155;border-radius:3px;overflow:hidden}.subtask-progress .fill{height:100%;background:#22c55e;border-radius:3px;transition:width .2s ease}.subtask-all-done{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:.5rem .75rem;margin-bottom:10px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;font-size:.85rem;color:#bbf7d0}.subtask-all-done button{flex-shrink:0;padding:.35rem .6rem;font-size:.8rem}.banner{padding:.75rem 1rem;background:#422006;border:1px solid #ca8a04;border-radius:8px;margin-bottom:1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;z-index:100}.modal{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1rem;width:min(600px,90vw);max-height:80vh;overflow:auto}.search-results .task-card{cursor:pointer}.fc{--fc-border-color: #334155;--fc-page-bg-color: #0f172a;--fc-neutral-bg-color: #1e293b;--fc-now-indicator-color: #ef4444}.fc .fc-timegrid-now-indicator-line{border-width:2px 0 0}.fc .fc-event{border:none}.fc-theme-standard td,.fc-theme-standard th{border-color:#334155}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.chip-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.chip{padding:.35rem .75rem;border-radius:999px;background:#334155;border:none}.chip.active{background:#2563eb}.chip-routine{background:#1e293b;border:1px solid #475569}.chip-routine.active{background:#475569;border-color:#64748b}.focus-card{background:#1e293b;border:2px solid #2563eb;border-radius:16px;padding:2rem;text-align:center;max-width:500px;margin:2rem auto}.focus-card h2{margin-top:0}.summary-buttons{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.summary-box{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:1rem;margin-bottom:1rem;white-space:pre-wrap}.chat-messages{max-height:300px;overflow:auto;margin-bottom:.75rem}.chat-msg{margin-bottom:.5rem;padding:.5rem;border-radius:8px;background:#0f172a}.chat-msg.user{background:#1d4ed8}.task-panel-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:200}.task-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,95vw);background:#1e293b;border-left:1px solid #334155;padding:1rem;overflow:auto;z-index:201;box-shadow:-4px 0 24px #0000004d}.task-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.task-panel-header>div:first-child{flex:1;min-width:0}.task-panel-header h2{margin:0;font-size:1.1rem}.task-panel-close{font-size:1.5rem;line-height:1;padding:0 8px;background:transparent;border:none}.task-panel-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.task-panel-form label{display:block;margin-bottom:10px;font-size:.85rem;color:#94a3b8}.task-panel-form input,.task-panel-form select,.task-panel-form textarea{width:100%;margin-top:4px}.task-panel-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.task-panel-section{margin-top:16px;border-top:1px solid #334155;padding-top:12px}.task-panel-section h4{margin:0 0 8px}.fc .fc-event.fc-event-sleep{opacity:.35}.fc .fc-event.fc-event-routine{opacity:.6;border-style:dashed}.celebration-banner{padding:1rem 1.25rem;margin-bottom:1rem;background:linear-gradient(135deg,#14532d,#166534);border:1px solid #22c55e;border-radius:12px;font-size:1.05rem;text-align:center}.command-palette{width:min(520px,92vw)}.command-actions{display:flex;gap:8px;margin-bottom:8px}.settings-section{margin-bottom:2rem}.settings-section h3{margin-bottom:12px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.settings-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;color:#94a3b8}.settings-checkbox{flex-direction:row!important;align-items:center;gap:8px!important;color:#e2e8f0!important}.settings-json{background:#0f172a;padding:12px;border-radius:8px;font-size:.85rem}.retro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.retro-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1rem}.retro-card h3{margin-top:0;font-size:1rem}.retro-stat{font-size:1.5rem;font-weight:700;color:#22c55e;margin:0 0 8px}.retro-slipped .retro-stat{color:#f59e0b}.retro-risks .retro-stat{color:#ef4444}.retro-list{margin:0;padding-left:1.25rem}.retro-list li{margin-bottom:6px}.retro-empty{color:#94a3b8;font-size:.9rem}.deferral-card{margin-top:1rem}.deferral-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #334155;cursor:pointer}.deferral-detail{font-size:.8rem;color:#94a3b8}.confirm-row{display:flex;align-items:center;gap:8px;margin:4px 0 8px;padding-left:8px}.confirm-hint{font-size:.8rem;color:#94a3b8}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:1000;display:flex;flex-direction:column;gap:.5rem;max-width:min(420px,calc(100vw - 2rem));pointer-events:none}.toast{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;background:#1e293b;border:1px solid #334155;box-shadow:0 4px 16px #0006;pointer-events:auto;animation:toast-in .2s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-success{border-color:#22c55e}.toast-error{border-color:#ef4444}.toast-warning{border-color:#f59e0b}.toast-info{border-color:#3b82f6}.toast-message{flex:1;font-size:.9rem}.toast-action{background:transparent;border:1px solid #64748b;padding:.25rem .5rem;font-size:.8rem;white-space:nowrap}.toast-close{background:transparent;border:none;font-size:1.2rem;line-height:1;padding:0 4px;color:#94a3b8}.confirm-dialog p{margin:0 0 1rem}.confirm-actions{display:flex;gap:8px;justify-content:flex-end}.skeleton-line{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s infinite;border-radius:6px;width:100%}.skeleton-short{width:40%}.skeleton-title{width:30%;margin-bottom:1rem}.skeleton-header{width:60%;margin-bottom:1rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-list{display:flex;flex-direction:column;gap:8px}.skeleton-card{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.skeleton-grid{display:flex;flex-direction:column;gap:8px}.skeleton-page{padding:0}.auth-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.auth-error-actions{display:flex;gap:12px;margin-top:1rem}.logout-btn{font-size:.8rem;padding:.35rem .6rem;white-space:nowrap}.mobile-nav{display:none}@media(max-width:1100px){.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#1e293b;border-top:1px solid #334155;z-index:50;padding:.25rem 0;padding-bottom:env(safe-area-inset-bottom,.25rem)}.mobile-nav-link{flex:1;text-align:center;padding:.6rem .25rem;font-size:.8rem;color:#94a3b8;text-decoration:none}.mobile-nav-link.active{color:#fff;font-weight:600}.content{padding-bottom:calc(4rem + env(safe-area-inset-bottom,0))}.top-nav .nav-links,.logout-btn{display:none}}.fc-mobile .fc-event{min-height:28px;font-size:.85rem}.fc-mobile .fc-timegrid-slot{height:2.5em}.shortcuts-help h3{margin-top:0}.shortcuts-help ul{list-style:none;padding:0;margin:0}.shortcuts-help li{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #334155}.shortcuts-help kbd{background:#0f172a;border:1px solid #475569;border-radius:6px;padding:2px 8px;font-family:inherit;font-size:.85rem;min-width:48px;text-align:center}.category-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.category-chip{display:inline-flex;align-items:center;gap:6px;padding:.35rem .75rem;border-radius:999px;background:#1e293b;border:1px solid;font-size:.85rem}.category-dot{width:10px;height:10px;border-radius:50%}.category-add{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.category-add input{flex:1;min-width:180px}.color-picker{display:flex;gap:4px}.color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;padding:0}.color-swatch.active{border-color:#fff;box-shadow:0 0 0 2px #2563eb}
