@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Outfit:wght@400;700&display=swap";
:root{--bg-color:#0b0f19;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-green:#10b981;--card-bg:#1e293bb3;--card-border:#ffffff1a;--nav-bg:#0f172acc}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);background-image:radial-gradient(circle at 15%,#3b82f626 0%,#0000 50%),radial-gradient(circle at 85% 30%,#8b5cf626 0%,#0000 50%);background-attachment:fixed;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-family:Outfit,sans-serif;font-weight:700}a{color:var(--accent-blue);text-decoration:none;transition:color .3s}a:hover{color:var(--accent-purple)}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:16px;box-shadow:0 8px 32px #0000004d}.app-container{min-height:100vh;display:flex}.main-content{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:2rem}@media (max-width:768px){.main-content{margin-left:0;padding:90px 1rem 2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeIn}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#334155;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#475569}
.SectionNav-module__mfbQtG__nav{z-index:100;border-right:1px solid var(--card-border);background:#0f172af2;border-top:none;border-bottom:none;border-left:none;border-radius:0;flex-direction:column;width:260px;min-width:260px;height:100vh;padding:2rem 1.5rem;transition:width .3s,min-width .3s,padding .3s;display:flex;position:sticky;top:0;overflow:hidden auto}.SectionNav-module__mfbQtG__nav.SectionNav-module__mfbQtG__collapsed{width:80px;min-width:80px;padding:2rem .75rem}.SectionNav-module__mfbQtG__navHeader{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.SectionNav-module__mfbQtG__logo{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:.75rem;width:100%;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.SectionNav-module__mfbQtG__logoText{white-space:nowrap;transition:opacity .3s}.SectionNav-module__mfbQtG__collapsed .SectionNav-module__mfbQtG__logoText{opacity:0;pointer-events:none;width:0;height:0;overflow:hidden}.SectionNav-module__mfbQtG__logoIcon{color:var(--accent-blue);flex-shrink:0;font-size:2rem;transition:transform .3s}.SectionNav-module__mfbQtG__logo:hover .SectionNav-module__mfbQtG__logoIcon{transform:scale(1.1)}.SectionNav-module__mfbQtG__links{flex-direction:column;gap:.5rem;display:flex}.SectionNav-module__mfbQtG__link{color:var(--text-secondary);white-space:nowrap;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;overflow:hidden}.SectionNav-module__mfbQtG__locked{opacity:.4;cursor:not-allowed;filter:grayscale()}.SectionNav-module__mfbQtG__collapsed .SectionNav-module__mfbQtG__link{justify-content:center;padding:.75rem}.SectionNav-module__mfbQtG__linkIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.SectionNav-module__mfbQtG__linkLabel{transition:opacity .3s}.SectionNav-module__mfbQtG__collapsed .SectionNav-module__mfbQtG__linkLabel{opacity:0;pointer-events:none;width:0}.SectionNav-module__mfbQtG__link:not(.SectionNav-module__mfbQtG__locked):hover,.SectionNav-module__mfbQtG__active{color:#fff;background:#ffffff0d}.SectionNav-module__mfbQtG__active{color:var(--accent-blue);border-left:3px solid var(--accent-blue);background:#3b82f61a;border-top-left-radius:0;border-bottom-left-radius:0}.SectionNav-module__mfbQtG__mobileHeader{display:none}.SectionNav-module__mfbQtG__overlay{z-index:99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;display:none;position:fixed;inset:0}@media (max-width:768px){.SectionNav-module__mfbQtG__nav{background:#0f172afa;width:280px;height:calc(100vh - 70px);transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:70px;transform:translate(-100%)}.SectionNav-module__mfbQtG__navOpen{transform:translate(0)}.SectionNav-module__mfbQtG__navHeader{display:none}.SectionNav-module__mfbQtG__mobileHeader{z-index:101;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--card-border);background:#0f172ad9;justify-content:center;align-items:center;height:70px;display:flex;position:fixed;top:0;left:0;right:0}.SectionNav-module__mfbQtG__mobileHeader .SectionNav-module__mfbQtG__logo{width:auto}.SectionNav-module__mfbQtG__overlayOpen{display:block;top:70px}}
