.window{position:absolute;background:var(--win-gray);border:2px solid #fff;border-right-color:#808080;border-bottom-color:#808080;box-shadow:3px 3px 0 #000;width:360px;animation:fadeIn .16s forwards;transform:scale(.98);opacity:0}
@keyframes fadeIn{to{opacity:1;transform:scale(1)}}
.title-bar{background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:5px 6px;font-weight:bold;font-size:13px;display:flex;justify-content:space-between;align-items:center;cursor:move;user-select:none}
.title-bar .btns{display:flex;gap:4px}
.title-button{width:18px;height:18px;background:var(--win-gray);border:1px solid #fff;border-bottom-color:#404040;border-right-color:#404040;text-align:center;font-size:12px;line-height:16px;color:#000;cursor:pointer}
.window-body{padding:12px;text-align:center}
.links a{display:block;background:var(--win-gray);border:2px outset #fff;padding:6px;margin:6px auto;width:80%;color:#000;text-decoration:none;font-weight:bold;max-width:260px}
.links a:hover{border:2px inset #fff;background:#a0a0a0}
textarea.note{width:92%;height:200px;resize:none;padding:8px;border:2px inset #fff;background:#fff;font-family:monospace}
.task-list{width:92%;min-height:120px;padding:8px;border:2px inset #fff;background:#fff;margin:6px auto}
