:root{--bg: #121212;--fg: #e0e0e0;--card-bg: #1e1e1e;--border: #333;--link: #4da3ff;--quote: #9bc27f}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,sans-serif}.container{max-width:960px;margin:0 auto;padding:1rem}a{color:inherit;text-decoration:none}.catalog{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.thread-card{background:#fff;border-radius:4px;padding:.5rem;display:flex;flex-direction:column;border:1px solid #ddd}.thread-card h3{font-size:1rem;margin:0 0 .5rem}.snippet{font-size:.875rem;color:#333}.thread .post{display:flex;gap:1rem;margin-bottom:1rem;background:#fff;padding:.5rem;border:1px solid #ddd;border-radius:4px}.post-no{font-weight:700}.thread{margin-bottom:2rem}.post{border:1px solid #bbb;padding:.5rem;font-size:.95rem;line-height:1.35;background:#f9f9f9;display:flex;gap:.75rem}.thumb{max-width:150px;max-height:200px;width:auto;height:auto}.post-body{flex:1}.reply{margin-left:3rem;margin-top:.5rem}.subject{font-weight:700;margin-bottom:.25rem}.op-label{font-size:.75rem;font-weight:700;color:#ff6b6b;margin-right:.5rem}.post-com .quote{color:var(--quote)}.post-com a,a{color:var(--link)}@media (max-width: 600px){.thread .post{flex-direction:column}.thumb{max-width:100%;max-height:250px;width:auto;height:auto}.reply{margin-left:0}}.post-body,.post-com{word-wrap:break-word;overflow-wrap:anywhere;word-break:break-word}.thread-card,.thread .post,.post{background:var(--card-bg)!important;border:1px solid var(--border)!important}.snippet,.subject{color:var(--fg)!important}.floating-site{position:fixed;bottom:.5rem;left:.5rem;font-size:1rem;background:#000c;color:#ff6bff;padding:.25rem .5rem;border-radius:4px;pointer-events:none;z-index:1000}.floating-site .byline{display:block;font-size:.75rem;opacity:.8}
