@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--background:#0a0a0a;--foreground:#ededed;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#1f2937;--secondary-foreground:#fff;--accent:#8b5cf6;--accent-foreground:#fff;--muted:#262626;--muted-foreground:#a3a3a3;--border:#333;--input:#333;--radius:.5rem;--font-sans:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.h-screen{height:100vh}.w-full{width:100%}.p-4{padding:1rem}.gap-4{gap:1rem}.border-b{border-bottom:1px solid var(--border)}.border-r{border-right:1px solid var(--border)}.btn{border-radius:var(--radius);cursor:pointer;border:none;outline:none;justify-content:center;align-items:center;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9}.btn-ghost{color:var(--foreground);background-color:#0000}.btn-ghost:hover{background-color:var(--muted)}
.layout-module__L5FxyW__layout{width:100vw;height:100vh;display:flex;overflow:hidden}.layout-module__L5FxyW__mainContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.layout-module__L5FxyW__contentArea{flex:1;position:relative;overflow:auto}
.Sidebar-module__7Qqipq__sidebar{background-color:var(--secondary);border-right:1px solid var(--border);z-index:50;flex-direction:column;align-items:center;width:64px;height:100vh;padding:1rem 0;display:flex}.Sidebar-module__7Qqipq__logoContainer{margin-bottom:2rem}.Sidebar-module__7Qqipq__logo{color:var(--primary);font-size:1.2rem;font-weight:700}.Sidebar-module__7Qqipq__nav{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.Sidebar-module__7Qqipq__navItem{border-radius:var(--radius);width:40px;height:40px;color:var(--muted-foreground);justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.Sidebar-module__7Qqipq__navItem:hover{background-color:var(--muted);color:var(--foreground)}.Sidebar-module__7Qqipq__navItemActive{background-color:var(--primary);color:var(--primary-foreground)}.Sidebar-module__7Qqipq__tooltip{background-color:var(--secondary);border:1px solid var(--border);opacity:0;pointer-events:none;white-space:nowrap;z-index:100;border-radius:4px;margin-left:10px;padding:4px 8px;font-size:12px;transition:opacity .2s;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.Sidebar-module__7Qqipq__navItem:hover .Sidebar-module__7Qqipq__tooltip{opacity:1}
