:root{color-scheme:dark light;--bg: #111;--surface: #1c1c1c;--ink: #eee;--muted: #9a9a9a;--accent: #b69cff;--on-accent: #111;--red: #ff7a7a;--green: #7fd99a}@media(prefers-color-scheme:light){:root{--bg: #f6f5f2;--surface: #fff;--ink: #1b1b1b;--muted: #666;--accent: #6b4fd8;--on-accent: #fff;--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{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--surface);display:grid;place-items:center}.thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.thumb img:not([src]),.strip-button img:not([src]){visibility:hidden}.glyph{font-size:28px;color:var(--muted)}.glyph .icon{width:28px;height:28px}.play-badge{position:absolute;left:5px;bottom:5px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#000a;color:#fff}.play-badge .icon{width:12px;height:12px}.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}.icon{display:block;width:24px;height:24px;flex:none}.icon-button{display:inline-grid;place-items:center;min-width:44px;min-height:44px;margin:0;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ink);touch-action:manipulation}.icon-button:disabled{opacity:.3}.icon-button:active:not(:disabled){background:#8883}.viewer-head{display:flex;align-items:center;gap:2px;margin:0 0 0 -10px}.detail-title{flex:1;min-width:0;margin:0;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-title.expanded{white-space:normal;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}.connection{display:inline-flex;align-items:center;gap:4px;margin:0 auto 16px 0;padding:2px 10px 2px 8px;min-height:28px;border-radius:999px;font-size:12px;color:var(--muted)}.connection .icon{width:16px;height:16px}.connection[data-path=relay]{color:var(--accent);border-color:var(--accent)}.connection-help{margin:-8px 0 12px;font-size:13px}.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{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;gap:2px;padding:16px 8px 6px;background:linear-gradient(transparent,#000d 40%);color:#fff;transition:opacity .25s ease}.stage.controls-idle .video-controls,.stage.controls-idle .stage-fullscreen{opacity:0;pointer-events:none}.stage.controls-idle{cursor:none}.video-row{display:flex;align-items:center;gap:8px}.video-spacer{flex:1}.video-volume{flex:0 1 96px;min-width:56px;padding:0;border:0;background:transparent;accent-color:#fff}.video-controls .icon-button{min-width:36px;min-height:36px;color:#fff}.video-seek{flex:1;min-width:0;padding:0;border:0;background:transparent;accent-color:#fff}.video-time{font-variant-numeric:tabular-nums;font-size:12px;white-space:nowrap}.video-speed{width:auto;min-height:28px;padding:0 4px;border:0;border-radius:6px;background:#fff2;color:#fff;font-size:13px}.video-speed option{color:#111}.views{display:flex;gap:6px;margin:10px 0 4px}.segment{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:36px;margin:0;padding:4px 12px 4px 10px;border-radius:999px;font-size:14px}.segment .icon{width:18px;height:18px}.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;display:inline-flex;align-items:center;gap:3px;padding:1px 5px;border-radius:4px;font-size:11px;background:#000a;color:#fff}.tile-badge .icon{width:10px;height:10px}.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:40px;min-height:40px;border-radius:10px;background:#0008;color:#fff}.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}.transport{display:flex;align-items:center;justify-content:space-between;margin:2px 0}.transport .icon-button{min-width:48px;min-height:48px}.transport .transport-main{width:56px;height:56px;background:var(--accent);color:var(--on-accent)}.transport .transport-main .icon{width:28px;height:28px}.viewer-player{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0}.position{margin-right:auto;white-space:nowrap;font-size:13px;font-variant-numeric:tabular-nums;color:var(--muted)}.chip{position:relative;display:inline-flex;align-items:center;min-height:36px;padding:0 9px;white-space:nowrap;border:1px solid #8886;border-radius:999px;font-weight:400;font-size:13px}.chip:focus-within{outline:2px solid var(--accent);outline-offset:1px}.chip-face{display:inline-flex;align-items:center;gap:4px;pointer-events:none}.chip .icon{width:18px;height:18px}.chip-select{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;opacity:0}.strip{display:flex;gap:6px;overflow-x:auto;padding:4px 0 8px}.strip-button{position:relative;flex:0 0 64px;height:64px;margin:0;padding:0;overflow:hidden;display:grid;place-items:center}.strip-button img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.strip-button .glyph .icon{width:22px;height:22px}.strip-button .play-badge{left:3px;bottom:3px;width:18px;height:18px}.strip-button .play-badge .icon{width:10px;height:10px}.strip-button.active{outline:3px solid var(--accent);outline-offset:-3px}
