:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--sidebar-bg: #0f172a;--sidebar-border: #334155;--scrollbar-thumb: rgba(100, 116, 139, .28);--scrollbar-thumb-hover: rgba(148, 163, 184, .5)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f1f5f9;color:#0f172a}.sidebar-scroll{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}.sidebar-scroll::-webkit-scrollbar{width:5px;height:5px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:10px;transition:background .2s ease}.sidebar-scroll::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.main-content-scroll{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent}.main-content-scroll::-webkit-scrollbar{width:6px;height:6px}.main-content-scroll::-webkit-scrollbar-track{background:transparent}.main-content-scroll::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:10px}.main-content-scroll::-webkit-scrollbar-thumb:hover{background:#64748b99}
