:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#09090b;color:#f4f4f5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}.app-shell{min-height:100vh;display:grid;gap:1rem;padding:1rem;max-width:980px;margin:0 auto}.panel{border:1px solid #27272a;background:#18181b;border-radius:16px}.controls{padding:1rem}h1{margin:0 0 .4rem;font-size:1.3rem}textarea,input[type=text],button,a{font:inherit}textarea,input[type=text]{width:100%;border-radius:12px;border:1px solid #3f3f46;background:#09090b;color:#f4f4f5;padding:.75rem}.search-input{margin-top:.75rem}.button-row,.toggles{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.5rem}button,.card-footer a{border:0;border-radius:999px;background:#fafafa;color:#09090b;padding:.5rem .9rem;text-decoration:none;font-weight:600}.feed{display:grid;gap:1rem;padding-bottom:1rem}.feed.snap{max-height:100vh;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth}.card{padding:.85rem;display:grid;gap:.85rem;min-height:68vh;scroll-snap-align:start}.feed.snap .card{min-height:92vh}.feed.compact .card{gap:.55rem;min-height:60vh}.card-header{display:flex;justify-content:space-between;gap:1rem}.toggles label{display:inline-flex;align-items:center;gap:.35rem}.label,.muted{color:#a1a1aa}.label{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}p{margin:.2rem 0}.video-id{word-break:break-all}.embed-wrap{border-radius:12px;overflow:hidden;border:1px solid #3f3f46;min-height:52vh}iframe{width:100%;min-height:52vh;border:0;background:#09090b}.feed.compact .muted{display:none}.empty{padding:1rem}@media (min-width: 768px){.app-shell{padding:1.2rem}.card{min-height:76vh}.feed.snap .card{min-height:88vh}}
