@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";
:root{--primary:#2a6df4;--primary-hover:#4781f5;--background:#0b0c0f;--surface:#16181d;--surface-hover:#1e2229;--border:#23272f;--foreground:#fafafa;--foreground-muted:#8f96a3;--success:#22c35d;--warning:#f59f0a;--error:#ef4343;--sidebar-width:280px;--header-height:72px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--font-main:"Inter", sans-serif;--font-heading:"Montserrat", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);height:100%;color:var(--foreground);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600}a{color:inherit;text-decoration:none;transition:all .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--foreground-muted)}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff0d}.gradient-text{background:linear-gradient(135deg,#fff 0%,#999 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.bn-editor-wrapper .bn-editor{background-color:#0000!important;margin-left:-12px!important;padding-left:0!important;padding-right:0!important}.bn-editor-wrapper .bn-main-content{padding:0!important}.bn-editor-wrapper [data-side-menu]{margin-left:-40px!important}
