:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#e2e8f0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:linear-gradient(145deg,#e2e8f0,#f8fafc 35%,#e2e8f0)}h1,h2,h3{margin:0;letter-spacing:-.02em}button{font:inherit}.page{max-width:960px;margin:0 auto;padding:32px 24px 64px;color:#0f172a}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#475569;margin:0 0 4px}.lede{margin:6px 0 0;color:#334155}.panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 18px 20px;margin-bottom:16px;box-shadow:0 8px 30px #0f172a0d}.hero{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#e2e8f0;padding:18px;border-radius:14px;border:1px solid #1e293b;box-shadow:0 18px 40px #0f172a40;display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.hero .lede{color:#cbd5e1}.search-wrap{display:flex;align-items:center}.search{width:320px;max-width:100%;padding:10px 12px;border-radius:12px;border:1px solid #cbd5e1;font-size:16px}.form-grid{display:grid;gap:12px;margin:10px 0 12px}.field{display:grid;gap:6px;text-align:left;color:#0f172a}.field input,.field textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5e1;background:#fff;font-size:16px;color:inherit}.field textarea{resize:vertical}.primary{background:linear-gradient(135deg,#2563eb,#22d3ee);color:#fff;border:none;border-radius:12px;padding:10px 16px;font-weight:600;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.primary:disabled{opacity:.65;cursor:not-allowed}.primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb2e}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.stack{display:grid;gap:12px}.subforum-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:8px 0 12px}.subforum-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;text-align:left;cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease,transform .12s ease}.subforum-card.active{border-color:#2563eb;box-shadow:0 12px 24px #2563eb1f;transform:translateY(-1px)}.subforum-name{font-weight:700;color:#0f172a}.subforum-create{border-top:1px dashed #e2e8f0;padding-top:12px}.card{padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 6px 14px #0f172a0f}.card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.body{margin:10px 0;color:#1e293b;line-height:1.5}.comments{border-top:1px dashed #e2e8f0;margin-top:10px;padding-top:10px}.comment-stack{display:grid;gap:8px;margin:8px 0 10px}.comment{padding:10px 12px;background:#f1f5f9;border-radius:10px;border:1px solid #e2e8f0;display:grid;gap:6px}.comment textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:8px;font:inherit}.post-actions,.comment-actions{display:flex;gap:8px;flex-wrap:wrap}.comment-form{display:grid;grid-template-columns:1fr auto;gap:8px}.comment-form input{border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px}.pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#e0f2fe;color:#075985;border:1px solid #bae6fd;font-weight:600}.pill.muted{background:#f8fafc;color:#475569;border-color:#e2e8f0}.muted{color:#64748b;margin:0}.secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:10px;padding:8px 12px;cursor:pointer}.secondary.danger{border-color:#fca5a5;color:#b91c1c}.wide{width:100%}.auth-grid{display:grid;gap:12px}.auth-tabs{display:inline-flex;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.auth-tabs button{border:none;background:#f8fafc;padding:8px 14px;cursor:pointer}.auth-tabs button.active{background:#2563eb;color:#fff}.error{color:#b91c1c;margin:0;font-weight:600}.dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1}.dot.online{background:#22c55e}
