:root{--bg: #0b0f0a;--fg: #c9e8c2;--dim: #6f8f6a;--accent: #7cf27c;--error: #f27c7c;--font: "JetBrains Mono", "Berkeley Mono", "SFMono-Regular", ui-monospace, "Menlo", "Consolas", monospace}*{box-sizing:border-box}html,body{margin:0;height:100%;background:var(--bg);color:var(--fg);font-family:var(--font)}#screen{height:100%;overflow-y:auto;padding:1rem clamp(.75rem,3vw,2rem);padding-bottom:3.5rem;font-size:14px;line-height:1.5;touch-action:auto}.term-kbd{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;font-family:var(--font);font-size:16px;background:transparent;color:transparent;caret-color:transparent;z-index:1}.term-kbd:focus{outline:none}.term-output{white-space:pre-wrap;word-break:break-word;-webkit-user-select:text;user-select:text}.term-line{white-space:pre-wrap;word-break:break-word}.term-line.dim{color:var(--dim)}.term-line.accent{color:var(--accent)}.term-line.error{color:var(--error)}.term-inputline{position:relative}.term-inputline.collapsed{position:fixed;top:0;left:0;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.term-display{display:block;white-space:pre-wrap;word-break:break-word;pointer-events:none}.term-display .accept,.term-display .term-ghost,.term-display .term-more{position:relative;z-index:2;pointer-events:auto}.term-prompt{color:var(--accent);flex:0 0 auto;margin-right:.5ch}.term-typed{flex:1 1 auto;white-space:pre-wrap;word-break:break-word}.term-cursor{display:inline-block;width:1ch;background:var(--fg);color:var(--bg);animation:blink 1s step-end infinite}.term-ghost{color:var(--dim);cursor:pointer}.term-more{color:var(--bg);background:var(--dim);border-radius:4px;padding:0 .35ch;margin-left:.5ch;cursor:pointer;font-size:.85em}.term-cursor.hidden{animation:none;background:transparent}.term-app{height:100%;display:flex;flex-direction:column}.ed-title{flex:0 0 auto;background:var(--accent);color:var(--bg);padding:.15rem .5rem;font-weight:600}.ed-body{flex:1 1 auto;overflow-y:auto;padding:.5rem;white-space:pre-wrap;word-break:break-word}.ed-line{min-height:1.5em;white-space:pre-wrap;word-break:break-word}.ed-cursor{display:inline-block;min-width:1ch;background:var(--fg);color:var(--bg);animation:blink 1s step-end infinite}.ed-status{flex:0 0 auto;display:flex;align-items:center;gap:.5rem;background:var(--dim);color:var(--bg);padding:.25rem .5rem}.ed-key{font:inherit;color:var(--bg);background:#0b0f0a40;border:1px solid rgba(11,15,10,.4);border-radius:3px;padding:.1rem .5rem;cursor:pointer;min-height:1.9em}.ed-key:hover,.ed-key:focus-visible{background:#0b0f0a66;outline:none}.ed-msg{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-pos{flex:0 0 auto;font-variant-numeric:tabular-nums;opacity:.85}.sk{display:flex;flex-direction:column;align-items:center;width:100%}.sk-title{flex:0 0 auto;color:var(--accent);padding:.5rem;font-weight:600}.sk-board{flex:0 0 auto;margin:0;line-height:1;font-size:clamp(12px,3.4vw,20px);letter-spacing:.05em;color:var(--accent);white-space:pre}.sk-status{flex:0 0 auto;padding:.5rem;color:var(--dim);text-align:center}.sk-pad{flex:0 0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:min(280px,80vw);margin-top:.5rem}.sk-key{font:inherit;font-size:1.4rem;color:var(--fg);background:#7cf27c14;border:1px solid var(--dim);border-radius:6px;padding:.6rem 0;cursor:pointer;min-height:3rem;touch-action:manipulation}.sk-key:hover,.sk-key:focus-visible{background:#7cf27c2e;outline:none}.sk-key:active{background:#7cf27c52}.td-title{flex:0 0 auto;background:var(--accent);color:var(--bg);padding:.15rem .5rem;font-weight:600}.td-body{flex:1 1 auto;overflow-y:auto;padding:.5rem}.td-row{padding:.15rem .35rem;border-radius:4px;white-space:pre-wrap;word-break:break-word}.td-row.sel{background:#7cf27c29}.td-check{color:var(--accent)}.td-check.done{color:var(--dim)}.td-text.done{color:var(--dim);text-decoration:line-through}.td-add{padding:.15rem .35rem;color:var(--accent);white-space:pre-wrap}.td-cursor{display:inline-block;width:1ch;background:var(--fg);animation:blink 1s step-end infinite}.td-empty{padding:.35rem;color:var(--dim)}.td-status{flex:0 0 auto;padding:.25rem .5rem;background:var(--dim);color:var(--bg);white-space:pre-wrap}.term-keybar{position:fixed;left:0;right:0;bottom:0;z-index:5;display:flex;gap:.3rem;padding:.3rem .4rem;overflow-x:auto;background:color-mix(in srgb,var(--bg) 92%,transparent);border-top:1px solid color-mix(in srgb,var(--dim) 50%,transparent);scrollbar-width:none}.term-keybar::-webkit-scrollbar{display:none}.kb-key{flex:0 0 auto;font:inherit;font-size:.95rem;color:var(--fg);background:#7cf27c14;border:1px solid var(--dim);border-radius:6px;padding:.35rem .7rem;min-width:2.4rem;min-height:2.4rem;cursor:pointer;touch-action:manipulation}.kb-key.subtle{color:var(--dim)}.kb-key:hover,.kb-key:focus-visible{background:#7cf27c2e;outline:none}.kb-key:active{background:#7cf27c4d}.ed-hint{flex:0 0 auto;opacity:.85}@keyframes blink{50%{background:transparent;color:inherit}}
