:root{--bg: #0a0a0b;--surface: #121214;--surface-2: #1a1a1e;--fg: #f2f2f3;--muted: #8e8e96;--primary: #d7dbe3;--border: #26262b;font-family:IBM Plex Sans,Heebo,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--bg);color:var(--fg)}button:not(:disabled),[role=button]{cursor:pointer}a{color:inherit;text-decoration:none}.page{min-height:100dvh}.wrap{max-width:52rem;margin:0 auto;padding:0 1.25rem}.header{border-bottom:1px solid var(--border);padding:2rem 0}.h1{margin:.25rem 0 0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;letter-spacing:-.03em}.muted{color:var(--muted);font-size:.875rem}.row{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.icon-btn{width:2.75rem;height:2.75rem;border-radius:.75rem;border:1px solid var(--border);background:var(--surface);color:var(--fg)}.icon-btn.primary{background:var(--primary);color:var(--bg);border:0}.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.chip{min-height:2.5rem;border-radius:999px;padding:0 1rem;font-size:.875rem;border:1px solid var(--border);background:var(--surface);color:var(--fg)}.chip.on{background:var(--primary);color:var(--bg);border-color:transparent}.panel{border-bottom:1px solid var(--border);background:var(--surface);padding:1.5rem 0}.list{border:1px solid var(--border);border-radius:1rem;background:var(--bg)}.item{display:flex;justify-content:space-between;gap:.75rem;min-height:3.5rem;align-items:center;padding:0 1rem;border-top:1px solid var(--border)}.item:first-child{border-top:0}.field,select,textarea{width:100%;min-height:2.75rem;border-radius:.75rem;border:1px solid var(--border);background:var(--bg);color:var(--fg);padding:.5rem .75rem;font:inherit}textarea{min-height:7rem}.grid2{display:grid;gap:.75rem;margin-top:1.25rem}@media(min-width:640px){.grid2{grid-template-columns:1fr 1fr}}.feed{padding:1.5rem 0 3rem;display:flex;flex-direction:column;gap:.75rem}.hero{overflow:hidden;border-radius:1.5rem;border:1px solid var(--border);background:var(--surface)}.hero img,.thumb{object-fit:cover;display:block;background:var(--surface-2)}.hero img{width:100%;height:16rem}.hero .body{padding:1.25rem}.card{display:flex;gap:1rem;border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:.75rem}.card:hover{background:var(--surface-2)}.thumb,.ph{width:6rem;height:6rem;border-radius:.75rem;flex-shrink:0}@media(min-width:640px){.thumb,.ph{width:9rem;height:7rem}.hero img{height:18rem}}.ph{display:flex;align-items:center;justify-content:center;background:var(--surface-2);color:var(--muted)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skel{height:6rem;border-radius:1rem;background:var(--surface)}
