*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:#1a1a2e;color:#eee;min-height:100dvh}.page{max-width:640px;margin:0 auto;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.nav{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #333}.nav a{color:#7eb8da;text-decoration:none;font-weight:600}.nav-logout{margin-left:auto;padding:.35rem .75rem;font-size:.875rem}.login-actions{display:flex;gap:.75rem}.login-actions button{flex:1}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh}.login-page form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:320px}input,select,button{font-size:1rem;padding:.75rem;border-radius:8px;border:1px solid #444;background:#16213e;color:#eee}button{background:#0f3460;cursor:pointer;font-weight:600}.error{color:#ff6b6b}.chat-messages{min-height:40vh;max-height:50vh;overflow-y:auto;margin-bottom:1rem}.message{margin-bottom:.75rem;padding:.75rem;border-radius:8px}.message.user{background:#0f3460;margin-left:2rem}.message.assistant{background:#16213e;margin-right:2rem}.message.streaming{opacity:.8}.reasoning{font-size:.85rem;color:#aaa;font-style:italic;margin:0 0 .5rem}.chat-input{display:flex;gap:.5rem}.chat-input input{flex:1}.task-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#16213e;margin-bottom:.25rem;border-radius:4px}.drag-handle{cursor:grab;color:#666}.block{display:flex;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #333}.block .time{color:#7eb8da;min-width:3.5rem;font-variant-numeric:tabular-nums}.block.overdue{color:#ff6b6b}.block.leave_by{color:#ffd93d}.warning{background:#4a1942;padding:.75rem;border-radius:8px;margin-bottom:1rem}.task-reorder{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #333}
