:root{--bg: #0a0f12;--card: #10171c;--text: #e0f7ff;--muted: #9bd1ff;--accent: #39ffe2;--accent-2: #00c1ff}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,sans-serif;background:radial-gradient(80% 120% at 50% 0%,#0a0f12,#070b0e,#05080a);color:var(--text)}.container{max-width:1080px;margin:0 auto;padding:8px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.brand{font-weight:900;letter-spacing:1px;text-transform:uppercase;color:var(--accent);font-size:28px;display:inline-flex;align-items:center;gap:10px}.brand img{height:28px;width:auto;display:inline-block;vertical-align:middle}.card{background:var(--card);border:1px solid rgba(0,193,255,.18);border-radius:8px;padding:12px;box-shadow:0 12px 40px #00c1ff14 inset,0 1px #39ffe226}.muted{color:var(--muted)}.grid{display:grid;gap:12px}.threads{grid-template-columns:1fr}.thread{background:var(--card);border:1px solid rgba(0,193,255,.25);padding:10px;margin-bottom:12px;display:grid;grid-template-columns:160px 1fr;gap:12px}.thread .thumb{max-width:160px;max-height:160px;border:1px solid rgba(0,193,255,.25);border-radius:4px;height:auto;display:block;object-fit:cover}.thread .meta{font-size:12px;color:var(--muted)}.post{border-top:1px solid rgba(0,193,255,.2);padding-top:8px;margin-top:8px}.post .poster{color:#9bd1ff;font-weight:700;font-size:12px}.post .poster .trip{color:#39ffe2}.post .poster .id{color:#00c1ff}.post .body{white-space:pre-wrap;margin-top:4px}.post img{max-width:100%;height:auto;max-height:70vh}@media (min-width: 1024px){.post img{max-width:640px;max-height:480px}}.btn{background:#00c1ff1f;border:1px solid rgba(0,193,255,.35);color:var(--text);padding:6px 10px;border-radius:6px;cursor:pointer}.btn:hover{filter:brightness(1.1)}.input,.textarea,.file,select{width:100%;background:#ffffff05;border:1px solid rgba(0,193,255,.25);color:var(--text);padding:8px 10px;border-radius:6px}.textarea{min-height:44px;resize:vertical}.capsule{font-size:12px;padding:2px 8px;border:1px solid rgba(0,193,255,.35);border-radius:999px;color:var(--muted)}.row{display:flex;gap:10px;align-items:center}.space{height:12px}.link{color:var(--accent);text-decoration:none}.link:hover{text-decoration:underline}
