@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";
@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.11.cyxs5p-0z~.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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.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:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist", "Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.0gw~uztddq1df.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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.0.q-h669a_dqa.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:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono", "Geist Mono Fallback"}
:root{--bg-color-1:#111;--bg-color-2:linear-gradient(135deg, #1e1e1fcc, #15151599);--border-color:#ffffff14;--accent-color:#00e5ff;--text-main:#fff;--text-muted:#d6d6d6;--text-light:#a3a3a3;--shadow-1:0 30px 60px #00000080;--shadow-2:0 16px 40px #0006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color-1);color:var(--text-muted);cursor:none;font-family:Poppins,-apple-system,sans-serif;font-size:15px;font-weight:300;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-main);font-weight:600}a{color:inherit;cursor:none;text-decoration:none}ul{list-style:none}button{cursor:none;background:0 0;border:none;font-family:inherit}.app-container{gap:30px;max-width:1200px;margin:0 auto;padding:0 15px;display:flex}.surface{background:var(--bg-color-2);border:1px solid var(--border-color);box-shadow:var(--shadow-1);border-radius:20px;padding:30px;position:relative}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}.page-title{margin-bottom:25px;padding-bottom:15px;font-size:32px;position:relative}.page-title:after{content:"";background:var(--accent-color);width:40px;height:5px;box-shadow:0 0 10px var(--accent-glow), 0 0 20px var(--accent-glow);border-radius:3px;transition:background .5s,box-shadow .5s;position:absolute;bottom:0;left:0}.section-title{margin-top:30px;margin-bottom:20px;font-size:24px}svg{transition:stroke .5s,filter .5s}.lucide[color="var(--accent-color)"]{filter:drop-shadow(0 0 8px var(--accent-glow))}@media (max-width:768px){.app-container{flex-direction:column;gap:20px;padding:16px!important}.sidebar{width:100%!important;max-width:100%!important;position:static!important}.main-content{padding:74px 20px 20px!important}}@media (max-width:580px){.page-title{font-size:26px}nav{border-bottom-left-radius:15px!important;gap:15px!important;padding:12px 25px!important}nav button{font-size:13px!important}}
