:root{--background:#0a0a0c;--foreground:#f0f0f2;--card-bg:#ffffff0d;--card-border:#ffffff1a;--accent:#38bdf8;--accent-glow:#38bdf833;--secondary:#94a3b8;--glass:#0a0a0fe6;--glass-border:#ffffff1f;--font-sans:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background: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}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.glass{background:var(--glass);-webkit-backdrop-filter:blur(25px);border:1px solid var(--glass-border)}.card-glass{background:var(--card-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--card-border);border-radius:16px;transition:transform .2s,border-color .2s}.card-glass:hover{border-color:var(--accent);transform:translateY(-4px)}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.5s ease-out forwards fadeIn}
.Header-module__ldgnoG__header{z-index:100;align-items:center;height:70px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0000001a}.Header-module__ldgnoG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Header-module__ldgnoG__logo{font-size:1.5rem;font-weight:800;text-decoration:none}.Header-module__ldgnoG__nav{gap:2rem;display:flex}.Header-module__ldgnoG__navLink{color:var(--secondary);font-weight:500;transition:color .2s}.Header-module__ldgnoG__navLink:hover{color:var(--accent)}.Header-module__ldgnoG__navLinkButton{color:var(--secondary);font-weight:500;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;transition:color .2s}.Header-module__ldgnoG__navLinkButton:hover{color:var(--accent)}.Header-module__ldgnoG__actions{gap:1rem;display:flex}.Header-module__ldgnoG__btnPrimary{background:var(--accent);color:#000;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:transform .2s,background .2s}.Header-module__ldgnoG__btnPrimary:hover{background:#7dd3fc;transform:scale(1.05)}@media (max-width:768px){.Header-module__ldgnoG__nav,.Header-module__ldgnoG__actions{display:none}}
.MobileMenu-module__o1paLW__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;padding:0;display:none}.MobileMenu-module__o1paLW__hamburgerLine{background:var(--foreground);transform-origin:50%;border-radius:3px;width:100%;height:3px;transition:all .3s}.MobileMenu-module__o1paLW__hamburgerLine.MobileMenu-module__o1paLW__active:first-child{transform:translateY(7px)rotate(45deg)}.MobileMenu-module__o1paLW__hamburgerLine.MobileMenu-module__o1paLW__active:nth-child(2){opacity:0;transform:scaleX(0)}.MobileMenu-module__o1paLW__hamburgerLine.MobileMenu-module__o1paLW__active:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.MobileMenu-module__o1paLW__backdrop{-webkit-backdrop-filter:blur(4px);z-index:99;background:#00000080;width:100vw;height:100vh;animation:.2s MobileMenu-module__o1paLW__fadeIn;position:fixed;top:0;left:0}.MobileMenu-module__o1paLW__mobileNav{background:var(--glass);-webkit-backdrop-filter:blur(25px);border-left:1px solid var(--glass-border);z-index:105;width:280px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;overflow-y:auto}.MobileMenu-module__o1paLW__mobileNav.MobileMenu-module__o1paLW__open{right:0}.MobileMenu-module__o1paLW__mobileNavContent{flex-direction:column;gap:8px;padding:100px 24px 32px;display:flex}.MobileMenu-module__o1paLW__mobileNavLink{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;padding:16px 20px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.MobileMenu-module__o1paLW__mobileNavLink:hover{color:var(--accent);background:#ffffff14}.MobileMenu-module__o1paLW__divider{background:var(--glass-border);height:1px;margin:12px 0}.MobileMenu-module__o1paLW__btnPrimary{background:var(--accent);color:#000;text-align:center;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:8px;padding:16px 20px;font-size:1.1rem;font-weight:600;transition:transform .2s,background .2s;display:block}.MobileMenu-module__o1paLW__btnPrimary:hover{background:#7dd3fc;transform:scale(1.02)}.MobileMenu-module__o1paLW__userButtonContainer{align-items:center;gap:12px;padding:16px 20px;display:flex}.MobileMenu-module__o1paLW__userButtonLabel{color:var(--secondary);font-weight:500}@media (max-width:768px){.MobileMenu-module__o1paLW__hamburger{display:flex}}@keyframes MobileMenu-module__o1paLW__fadeIn{0%{opacity:0}to{opacity:1}}
.InAppBrowserAlert-module__irUwkW__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.InAppBrowserAlert-module__irUwkW__modal{background:var(--surface-color,#1a1a2e);text-align:center;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:400px;padding:2rem;box-shadow:0 20px 40px #0006}.InAppBrowserAlert-module__irUwkW__title{color:#ffc107;margin-bottom:1rem;font-size:1.5rem}.InAppBrowserAlert-module__irUwkW__message{color:var(--text-secondary,#ccc);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.InAppBrowserAlert-module__irUwkW__message strong{color:var(--text-primary,#fff)}.InAppBrowserAlert-module__irUwkW__instructions{text-align:left;background:#ffffff0d;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.InAppBrowserAlert-module__irUwkW__instructions p{color:var(--text-primary,#fff);margin-bottom:.5rem}.InAppBrowserAlert-module__irUwkW__instructions ol{color:var(--text-secondary,#ccc);margin:0;padding-left:1.25rem}.InAppBrowserAlert-module__irUwkW__instructions li{margin-bottom:.25rem}.InAppBrowserAlert-module__irUwkW__dismissBtn{color:var(--text-secondary,#aaa);cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;transition:all .2s}.InAppBrowserAlert-module__irUwkW__dismissBtn:hover{color:var(--text-primary,#fff);background:#ffffff1a}
