:root{color-scheme:dark light;--bg: #111;--surface: #1c1c1c;--ink: #eee;--muted: #9a9a9a;--accent: #b69cff;--red: #ff7a7a;--green: #7fd99a}@media(prefers-color-scheme:light){:root{--bg: #f6f5f2;--surface: #fff;--ink: #1b1b1b;--muted: #666;--accent: #6b4fd8;--red: #c43d3d;--green: #2c8a4a}}*{box-sizing:border-box}[hidden]{display:none!important}body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}main{max-width:480px;margin:0 auto;padding:max(24px,env(safe-area-inset-top)) 16px 32px}h1{font-size:20px;margin:0 0 24px}form{display:grid;gap:8px}label{font-weight:600}input{font:inherit;padding:12px;border-radius:10px;border:1px solid var(--muted);background:var(--surface);color:var(--ink)}button{font:inherit;padding:12px 16px;border-radius:10px;border:1px solid var(--muted);background:var(--surface);color:var(--ink);margin-top:8px}button.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}button:disabled{opacity:.5}.help,.status{color:var(--muted);margin:0}.status.ok{color:var(--green)}.error{color:var(--red);margin:0 0 8px}.pin-title{font-size:18px;font-weight:600;margin:0}.pin-dots{display:flex;justify-content:center;gap:20px;margin:28px 0 12px}.pin-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--muted)}.pin-dot.filled{background:var(--ink);border-color:var(--ink)}#pin-message{min-height:1.5em;text-align:center}.keypad{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:340px;margin:8px auto 0}.keypad.busy{opacity:.5;pointer-events:none}.key{margin:0;height:72px;font-size:30px;font-weight:500;border-radius:16px;touch-action:manipulation;-webkit-user-select:none;user-select:none}.key:active{background:var(--accent);border-color:var(--accent);color:#fff}.key-back{font-size:24px}.bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.bar h1{margin:0 0 16px}.lock{margin:0 0 16px;padding:8px 14px}body.in-vault .bar h1{color:var(--accent)}.filters{display:grid;grid-template-columns:1fr;gap:8px}select{font:inherit;padding:10px;border-radius:10px;border:1px solid var(--muted);background:var(--surface);color:var(--ink)}#count{margin:12px 0 8px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px;margin:0;padding:0;list-style:none}.card{cursor:pointer}.thumb{aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--surface);display:grid;place-items:center}.thumb img{width:100%;height:100%;object-fit:cover}.glyph{font-size:28px;color:var(--muted)}.card-title{margin:4px 0 0;font-size:13px;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sentinel{height:1px}.detail-title{font-size:18px;margin:16px 0 4px;overflow-wrap:anywhere}.tags{color:var(--accent);margin:4px 0}img.full{display:block;width:100%;margin:12px 0;border-radius:8px;background:var(--surface);min-height:80px}.placeholder{padding:16px;border-radius:10px;background:var(--surface);color:var(--muted);overflow-wrap:anywhere}.note{margin-top:16px;display:grid;gap:6px}.note-body{white-space:pre-wrap;margin:0}.note a{color:var(--accent);overflow-wrap:anywhere}.vault-corner{position:fixed;z-index:5;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:manipulation}.vault-corner.top-left{top:0;left:0}.vault-corner.top-right{top:0;right:0}.vault-corner.bottom-left{bottom:0;left:0}.vault-corner.bottom-right{bottom:0;right:0}.overlay{position:fixed;inset:0;z-index:10;background:var(--bg);padding:max(24px,env(safe-area-inset-top)) 16px 32px;display:grid;align-content:start;justify-items:stretch;max-width:480px;margin:0 auto}video.full{display:block;width:100%;margin:12px 0;border-radius:8px;background:#000}.badge{font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid var(--muted);color:var(--muted);margin:0 auto 16px 0}.turned{position:relative;width:100%;margin:12px 0;overflow:hidden;border-radius:8px;background:var(--surface)}.turned>.turned-media{position:absolute;left:50%;top:50%;margin:0;min-height:0;max-width:none;border-radius:0}.video-controls{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;background:#000c;color:#fff}.video-play,.video-sound,.video-fullscreen{min-width:40px;min-height:36px;padding:0;border:0;background:transparent;color:#fff}.video-seek{flex:1;min-width:0}.video-time{font-variant-numeric:tabular-nums;font-size:12px;white-space:nowrap}.video-speed{width:auto;min-height:32px;padding:2px 4px;background:#fff2;color:#fff;border:0}.video-speed option{color:#111}.views{display:flex;gap:6px;margin:10px 0 4px}.segment{flex:0 0 auto;min-height:38px;padding:6px 14px}.segment[aria-pressed=true]{border-color:var(--accent);color:var(--accent)}.chosen-bar{position:sticky;top:0;z-index:4;display:flex;gap:8px;padding:8px 0;background:var(--bg, inherit)}.chosen-bar .primary{flex:1}.grid.files{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:6px}.tile .thumb{position:relative}.tile-badge,.tile-count{position:absolute;bottom:4px;padding:1px 5px;border-radius:4px;font-size:11px;background:#000a;color:#fff}.tile-badge{left:4px}.tile-count{right:4px}.grid.choosing .tile .thumb:after{content:"";position:absolute;top:5px;right:5px;width:20px;height:20px;border:2px solid #fff;border-radius:50%;background:#0006}.grid.choosing .tile.chosen .thumb:after{background:var(--accent);box-shadow:inset 0 0 0 3px #fff}.tile.chosen .thumb{outline:3px solid var(--accent);outline-offset:-3px}.stage{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;margin:12px 0 8px;border-radius:8px;background:#000;overflow:hidden;touch-action:pan-y}.stage img.full,.stage video.full{margin:0;max-height:70vh;object-fit:contain;border-radius:0}.stage .turned{margin:0;max-height:70vh}.stage-loading{position:absolute;inset:auto 0 45%;text-align:center;color:#ccc}.stage-fullscreen{position:absolute;bottom:8px;right:8px;z-index:2;min-width:38px;min-height:38px;padding:0;background:#0008;color:#fff;border:0}.stage:fullscreen{width:100vw;height:100vh;margin:0;border-radius:0}.stage:fullscreen img.full{width:100vw;height:100vh;max-height:none}.stage:fullscreen video.full{flex:1;width:100vw;min-height:0;max-height:none}.viewer-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin:8px 0}.viewer-row .nav-button{flex:1;min-height:42px}.position{min-width:64px;text-align:center;font-variant-numeric:tabular-nums;color:var(--muted)}.viewer-player{justify-content:flex-start}.viewer-player select{flex:1 1 40%;min-height:40px}.viewer-player .primary{flex:1 1 100%;min-height:44px}.strip{display:flex;gap:6px;overflow-x:auto;padding:4px 0 8px}.strip-button{flex:0 0 64px;height:64px;padding:0;overflow:hidden;display:grid;place-items:center}.strip-button img{width:100%;height:100%;object-fit:cover}.strip-button.active{outline:3px solid var(--accent);outline-offset:-3px}
