@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Unbounded:wght@600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,sans-serif}h1,h2,h3,h4,h5,h6,.font-heading{font-family:Unbounded,sans-serif}body{color:#e2e8f0;background-color:#0b0c10;background-image:linear-gradient(#0d0e15 0%,#08090c 100%);min-height:100vh;margin:0;padding:0}.forum-block{background-color:#12141d;border:1px solid #1f2333;border-radius:8px;box-shadow:0 4px 20px #0006}.forum-block-header{background:linear-gradient(90deg,#1a1d2e 0%,#151726 100%);border-bottom:2px solid #6366f1;border-top-left-radius:8px;border-top-right-radius:8px;padding:12px 18px}.forum-node{background-color:#12141d;border-bottom:1px solid #1b1e2c;transition:background-color .15s ease-in-out}.forum-node:hover{background-color:#171a27}.forum-node:last-child{border-bottom:none;border-bottom-right-radius:8px;border-bottom-left-radius:8px}.forum-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0b0c10}::-webkit-scrollbar-thumb{background:#25293c;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3b4161}
