:root{--brand:#9c27b0;--brand-accent:#ab47bc;--brand-hover:#8e24aa;--brand-secondary:#7b1fa2;--background-primary:#ffffff;--background-secondary:#f8f9fa;--background-tertiary:#f0f2f5;--background-dropdown:#f8f9fa;--background-article:#ffffff;--foreground-primary:#1f1f1f;--foreground-secondary:#4a5568;--foreground-tertiary:#718096;--foreground-muted:#a0aec0;--foreground-inverse:#ffffff;--border-primary:#f3e5f5;--border-secondary:#edf2f7;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--font-mono:"Söhne Mono",menlo,monospace;--transition-slow:all 0.3s ease;--transition-base:all 0.2s ease;--transition-fast:all 0.1s ease}[data-theme=dark]{--background-primary:#121212;--background-secondary:#1e1e1e;--background-tertiary:#2d2d2d;--background-dropdown:#2d2d2d;--background-article:#2d2d2d;--foreground-primary:#ffffff;--foreground-secondary:#e0e0e0;--foreground-tertiary:#b0b0b0;--foreground-muted:#888888;--foreground-inverse:#121212;--border-primary:#3ecf8e75;--border-secondary:#333333;--shadow-sm:0 1px 3px 0 rgba(0,0,0,0.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.4),0 2px 4px -1px rgba(0,0,0,0.2);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.5),0 4px 6px -2px rgba(0,0,0,0.3)}html{scroll-behavior:smooth}body,html{padding:0;margin:0;font-family:var(--font-sans);color:var(--foreground-primary);background-color:var(--background-primary);line-height:1.6;font-size:16px;letter-spacing:-.015em}a{color:var(--brand);text-decoration:none;transition:var(--transition-base);font-weight:500}a:hover{color:var(--brand-hover);text-decoration:underline}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;line-height:1.2;font-weight:700;color:var(--text-color)}p{margin:0 0 1em}img{max-width:100%;height:auto;display:block}button{cursor:pointer}*{box-sizing:border-box}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.Layout_container__l2gjk{min-height:100vh;display:flex;flex-direction:column;background:var(--background-primary)}.Layout_header__8XhYm{display:flex;flex-direction:column;width:100%;padding:.5rem 1.5rem;z-index:100;background:var(--background-secondary);border-bottom:1px solid var(--border-primary)}.Layout_headerContent__06wDW{justify-content:space-between;width:100%;max-width:1400px;margin:0 auto;height:48px}.Layout_headerContent__06wDW,.Layout_headerLeft__VU_e6,.Layout_headerRight__U7sRP{display:flex;align-items:center}.Layout_logo__Yfd0y{font-size:1.9rem;font-weight:700;margin-right:2rem}.Layout_logo__Yfd0y a{color:var(--brand,#14a664);text-decoration:none;text-transform:uppercase;font-weight:900;letter-spacing:.5px}.Layout_menuButton__xndd9{display:flex;align-items:center;justify-content:center;z-index:200;cursor:pointer;padding:8px}.Layout_menuIcon__Qx3Nc{width:24px;height:20px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.Layout_menuIcon__Qx3Nc span{display:block;height:2px;width:100%;background:var(--foreground-primary,#1f1f1f);border-radius:2px;transition:all .3s ease}.Layout_menuIcon__Qx3Nc.Layout_open__pZ2tV span:first-child{transform:translateY(9px) rotate(45deg)}.Layout_menuIcon__Qx3Nc.Layout_open__pZ2tV span:nth-child(2){opacity:0}.Layout_menuIcon__Qx3Nc.Layout_open__pZ2tV span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.Layout_desktopNav__ysg2Z ul{display:flex;list-style:none;padding:0;margin:0}.Layout_desktopNav__ysg2Z li{margin:0 1rem 0 0;position:relative}.Layout_navItem__dRAc_{display:flex;align-items:center;cursor:pointer;color:var(--foreground-secondary);font-weight:500;padding:.5rem 0;transition:all .2s ease;font-size:.95rem}.Layout_navItem__dRAc_:hover{background:transparent}.Layout_dropdownArrow__l_73S{transition:transform .2s ease;margin-left:2px}.Layout_navItem__dRAc_:hover .Layout_dropdownArrow__l_73S{transform:rotate(180deg)}.Layout_dropdown__z3jRI{position:absolute;top:100%;left:0;background:var(--background-dropdown);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);min-width:180px;padding:.5rem 0;z-index:200;margin-top:.5rem;border:1px solid var(--border-primary);display:flex;flex-direction:column}.Layout_dropdown__z3jRI a{padding:.5rem 1rem;font-size:.9rem;color:var(--foreground-secondary);text-decoration:none;transition:all .2s ease;display:block}.Layout_activeDropdownItem__te7ir,.Layout_dropdown__z3jRI a:hover{background:var(--background-tertiary);color:var(--foreground-primary)}.Layout_mobileMenu__1_AFG{position:fixed;top:49px;left:0;width:100%;height:0;background:var(--background-primary);overflow:hidden;transition:height .3s ease;box-shadow:var(--shadow-lg)}.Layout_mobileMenu__1_AFG.Layout_open__pZ2tV{height:calc(100vh - 60px);overflow-y:auto}.Layout_mobileNav__1vJ3S{padding:1.5rem}.Layout_mobileNav__1vJ3S ul{list-style:none;padding:0;margin:0}.Layout_mobileNav__1vJ3S li{margin:1.25rem 0}.Layout_mobileNavItem__3jHJu{display:flex;align-items:center;justify-content:space-between;width:100%}.Layout_mobileNavItem__3jHJu a{font-size:1.1rem;color:var(--foreground-primary,#1f1f1f);text-decoration:none;transition:color .2s ease;display:block;padding:.5rem 0;flex-grow:1}.Layout_mobileDropdownArrow__nJsyS{padding:8px;cursor:pointer}.Layout_mobileDropdown__muUfs{padding-left:1rem;margin-top:.5rem;border-left:1px solid var(--border-primary,rgba(0,0,0,.05));display:flex;flex-direction:column}.Layout_mobileDropdown__muUfs a{font-size:1rem;padding:.5rem 0;color:var(--foreground-secondary,#4a4a4a)}.Layout_mobileNav__1vJ3S a:hover{color:var(--brand,#3ecf8e)}.Layout_mobileAuthLinks__Rn_nt{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-primary,rgba(0,0,0,.05));display:flex;flex-direction:column;gap:1rem}.Layout_main__BqQ1G{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}.Layout_footer__3v8iv{padding:1.5rem;text-align:center;font-size:.9rem;color:var(--foreground-tertiary);background:var(--background-secondary);backdrop-filter:blur(10px);border-top:1px solid var(--border-primary);margin-top:3rem}.Layout_actionButtons__E9ZXA{display:flex;align-items:center;gap:.75rem}.Layout_loginButton__770Ob,.Layout_signupButton__c0ne0{padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s ease}.Layout_loginButton__770Ob{color:var(--foreground-primary,#1f1f1f);background:transparent}.Layout_loginButton__770Ob:hover{background:var(--background-hover,rgba(0,0,0,.03))}.Layout_signupButton__c0ne0{color:white;background:var(--brand,#3ecf8e)}.Layout_signupButton__c0ne0:hover{background:var(--brand-dark,#24bb75)}.Layout_mobileLoginButton__26FwA,.Layout_mobileSignupButton__3s49z{padding:.75rem 1rem;border-radius:4px;font-size:1rem;font-weight:500;text-align:center;transition:all .2s ease}.Layout_mobileLoginButton__26FwA{color:var(--foreground-primary,#1f1f1f);background:transparent;border:1px solid var(--border-primary,rgba(0,0,0,.1))}.Layout_mobileSignupButton__3s49z{color:white;background:var(--brand,#3ecf8e);margin-top:.5rem}@media (max-width:768px){.Layout_header__8XhYm{padding:.5rem 1rem}.Layout_main__BqQ1G{padding:1rem}}