.Header-module__9fWxfa__header{z-index:1000;transition:all var(--transition-base);padding:16px 0;position:fixed;top:0;left:0;right:0}.Header-module__9fWxfa__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);background:#0a1628eb;padding:10px 0}.Header-module__9fWxfa__progressTrack{z-index:1001;background:0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.Header-module__9fWxfa__progressBar{background:linear-gradient(90deg,var(--orange),var(--cyan));border-radius:0 2px 2px 0;height:100%;transition:width 80ms linear;box-shadow:0 0 8px #ff8c0066}.Header-module__9fWxfa__inner{justify-content:space-between;align-items:center;gap:32px;display:flex}.Header-module__9fWxfa__logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__9fWxfa__logoText{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:700}.Header-module__9fWxfa__baseBadge{color:#ffffff80;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;flex-shrink:0;align-items:center;gap:5px;padding:4px 10px;font-size:.7rem;font-weight:500;display:inline-flex}.Header-module__9fWxfa__baseBadgeIcon{border-radius:3px}.Header-module__9fWxfa__nav{align-items:center;gap:8px;display:flex}.Header-module__9fWxfa__navLink{color:#ffffffb3;transition:all var(--transition-fast);border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:500;position:relative}.Header-module__9fWxfa__navLink:after{content:"";background:var(--orange);width:0;height:2px;transition:all var(--transition-base);border-radius:1px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__9fWxfa__navLink:hover{color:var(--text-primary);background:var(--glass-hover)}.Header-module__9fWxfa__navLink:hover:after{width:40%}.Header-module__9fWxfa__navLinkActive{color:var(--text-primary)}.Header-module__9fWxfa__navLinkActive:after{background:var(--orange);width:60%;box-shadow:0 0 6px #ff8c0066}.Header-module__9fWxfa__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.Header-module__9fWxfa__xBtn{color:#fffc;transition:all var(--transition-fast);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:500;text-decoration:none;display:flex}.Header-module__9fWxfa__xBtn:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 16px #0003}.Header-module__9fWxfa__xBtn svg{flex-shrink:0}.Header-module__9fWxfa__xBtnLabel{font-family:var(--font-display)}.Header-module__9fWxfa__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;width:28px;padding:4px 0;display:none}.Header-module__9fWxfa__burger span{background:var(--text-primary);width:100%;height:2px;transition:all var(--transition-base);border-radius:2px;display:block}.Header-module__9fWxfa__burgerOpen span:first-child{transform:rotate(45deg)translateY(7px)}.Header-module__9fWxfa__burgerOpen span:nth-child(2){opacity:0}.Header-module__9fWxfa__burgerOpen span:nth-child(3){transform:rotate(-45deg)translateY(-7px)}@media (max-width:768px){.Header-module__9fWxfa__nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity var(--transition-base);background:#0a1628fa;flex-direction:column;justify-content:center;align-items:center;gap:16px;position:fixed;inset:0}.Header-module__9fWxfa__navOpen{opacity:1;pointer-events:all}.Header-module__9fWxfa__navLink{padding:12px 24px;font-size:1.25rem}.Header-module__9fWxfa__actions{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--glass-border);opacity:0;pointer-events:none;transition:opacity var(--transition-base);z-index:1002;background:#0a1628f2;justify-content:center;position:fixed;bottom:0;left:0;right:0}.Header-module__9fWxfa__actionsOpen{opacity:1;pointer-events:all}.Header-module__9fWxfa__burger{display:flex}.Header-module__9fWxfa__xBtnLabel{display:none}.Header-module__9fWxfa__xBtn{padding:7px 10px}.Header-module__9fWxfa__baseBadge{display:none}}@media (max-width:480px){.Header-module__9fWxfa__inner{gap:12px}.Header-module__9fWxfa__logoText{font-size:1.1rem}}.Header-module__9fWxfa__docsOverlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:center;padding:24px;animation:.25s Header-module__9fWxfa__docsFadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__9fWxfa__docsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes Header-module__9fWxfa__docsSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__9fWxfa__docsPanel{-webkit-backdrop-filter:blur(24px);text-align:center;background:#0e1c32eb;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:480px;padding:48px 40px;animation:.35s cubic-bezier(.16,1,.3,1) Header-module__9fWxfa__docsSlideUp;position:relative;box-shadow:0 24px 80px #00000080,inset 0 0 0 1px #ffffff0d}.Header-module__9fWxfa__docsCloseBtn{color:#fff9;cursor:pointer;width:32px;height:32px;transition:all var(--transition-fast);background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:16px;right:16px}.Header-module__9fWxfa__docsCloseBtn:hover{color:#fff;background:#ffffff26}.Header-module__9fWxfa__docsIcon{filter:drop-shadow(0 4px 12px #ff8c004d);margin-bottom:16px;font-size:3rem}.Header-module__9fWxfa__docsTitle{font-family:var(--font-display);color:var(--text-primary);margin:0 0 4px;font-size:1.6rem;font-weight:700}.Header-module__9fWxfa__docsSubtitle{color:var(--orange);letter-spacing:.05em;text-transform:uppercase;margin:0 0 20px;font-size:1rem;font-weight:600}.Header-module__9fWxfa__docsDivider{background:linear-gradient(90deg,var(--orange),var(--cyan));border-radius:2px;width:60px;height:3px;margin:0 auto 20px}.Header-module__9fWxfa__docsBody{color:#ffffffb3;margin:0 0 12px;font-size:.95rem;line-height:1.65}.Header-module__9fWxfa__docsBody strong{color:var(--text-primary)}@media (max-width:480px){.Header-module__9fWxfa__docsPanel{padding:36px 24px}.Header-module__9fWxfa__docsTitle{font-size:1.3rem}}
.WalletButton-module__nV52ia__connectBtn{color:#ffc896f2;font-family:var(--font-display);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff8c4233 0%,#ff641e26 100%);border:1px solid #ff8c424d;border-radius:9px;align-items:center;gap:6px;margin-left:4px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.WalletButton-module__nV52ia__connectBtn:hover{color:#fff;background:linear-gradient(135deg,#ff8c4259 0%,#ff641e40 100%);border-color:#ff8c4280;transform:translateY(-1px);box-shadow:0 4px 16px #ff8c4233,0 0 8px #ff8c421a}.WalletButton-module__nV52ia__connectBtn:active{transform:translateY(1px)scale(.97);box-shadow:inset 0 1px 3px #0000004d}.WalletButton-module__nV52ia__connectLabel{line-height:1}.WalletButton-module__nV52ia__walletGroup{align-items:center;gap:4px;margin-left:4px;display:flex}.WalletButton-module__nV52ia__connectedPill{background:#00f5d414;border:1px solid #00f5d433;border-radius:9px;align-items:center;gap:6px;padding:6px 12px;transition:all .25s;display:flex}.WalletButton-module__nV52ia__connectedPill:hover{background:#00f5d41f}.WalletButton-module__nV52ia__dot{background:#00f5d4;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite WalletButton-module__nV52ia__dotPulse;box-shadow:0 0 6px #00f5d480}@keyframes WalletButton-module__nV52ia__dotPulse{0%,to{opacity:1;box-shadow:0 0 6px #00f5d480}50%{opacity:.6;box-shadow:0 0 12px #00f5d4cc}}.WalletButton-module__nV52ia__address{font-family:var(--font-display);color:#00f5d4e6;letter-spacing:.02em;font-size:.78rem;font-weight:600}.WalletButton-module__nV52ia__disconnectBtn{color:#ff969680;cursor:pointer;background:#ff64640f;border:1px solid #ff64641a;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .25s;display:flex}.WalletButton-module__nV52ia__disconnectBtn:hover{color:#ff7878e6;background:#ff646426;border-color:#ff64644d;transform:scale(1.05)}.WalletButton-module__nV52ia__disconnectBtn:active{transform:scale(.95)}@media (max-width:700px){.WalletButton-module__nV52ia__connectLabel{display:none}.WalletButton-module__nV52ia__connectBtn{padding:6px 8px}.WalletButton-module__nV52ia__address{font-size:.72rem}.WalletButton-module__nV52ia__connectedPill{padding:5px 8px}}@media (max-width:380px){.WalletButton-module__nV52ia__connectBtn,.WalletButton-module__nV52ia__walletGroup{display:none}}
.HowItWorks-module__qp9N0q__overlay{z-index:2000;-webkit-backdrop-filter:blur(10px);background:#000000a6;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out HowItWorks-module__qp9N0q__fadeIn;display:flex;position:fixed;inset:0}@keyframes HowItWorks-module__qp9N0q__fadeIn{0%{opacity:0}to{opacity:1}}.HowItWorks-module__qp9N0q__panel{background:linear-gradient(165deg,#14141ef7,#0c0c14fc);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;width:100%;max-width:640px;max-height:min(88vh,780px);animation:.35s cubic-bezier(.16,1,.3,1) HowItWorks-module__qp9N0q__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 80px #00000080,0 0 1px #ffffff1a,inset 0 1px #ffffff0d}@keyframes HowItWorks-module__qp9N0q__slideUp{0%{opacity:0;transform:translateY(28px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.HowItWorks-module__qp9N0q__header{background:#ffffff05;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;display:flex}.HowItWorks-module__qp9N0q__headerLeft{align-items:center;gap:12px;display:flex}.HowItWorks-module__qp9N0q__headerEmoji{font-size:28px;line-height:1}.HowItWorks-module__qp9N0q__headerTitle{color:#f0f0f0;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.HowItWorks-module__qp9N0q__headerSubtitle{color:#fff6;margin:2px 0 0;font-size:12.5px}.HowItWorks-module__qp9N0q__closeBtn{color:#ffffff80;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.HowItWorks-module__qp9N0q__closeBtn:hover{color:#fff;background:#ffffff14}.HowItWorks-module__qp9N0q__content{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;padding:20px 24px 28px;display:flex;overflow-y:auto}.HowItWorks-module__qp9N0q__content::-webkit-scrollbar{width:4px}.HowItWorks-module__qp9N0q__content::-webkit-scrollbar-track{background:0 0}.HowItWorks-module__qp9N0q__content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.HowItWorks-module__qp9N0q__section{background:#ffffff06;border:1px solid #ffffff0d;border-radius:14px;padding:18px 20px;transition:border-color .2s;animation:.4s ease-out backwards HowItWorks-module__qp9N0q__cardIn}.HowItWorks-module__qp9N0q__section:first-child{animation-delay:50ms}.HowItWorks-module__qp9N0q__section:nth-child(2){animation-delay:.1s}.HowItWorks-module__qp9N0q__section:nth-child(3){animation-delay:.15s}.HowItWorks-module__qp9N0q__section:nth-child(4){animation-delay:.2s}.HowItWorks-module__qp9N0q__section:nth-child(5){animation-delay:.25s}.HowItWorks-module__qp9N0q__section:nth-child(6){animation-delay:.3s}@keyframes HowItWorks-module__qp9N0q__cardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.HowItWorks-module__qp9N0q__section:hover{border-color:#ffffff1a}.HowItWorks-module__qp9N0q__sectionHeader{align-items:center;gap:10px;margin-bottom:10px;display:flex}.HowItWorks-module__qp9N0q__sectionIcon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.HowItWorks-module__qp9N0q__sectionTitle{color:#f0f0f0;margin:0;font-size:14.5px;font-weight:700}.HowItWorks-module__qp9N0q__sectionBody{color:#ffffff8c;margin:0;padding-left:46px;font-size:13px;line-height:1.7}.HowItWorks-module__qp9N0q__sectionBody strong{color:#ffffffd9;font-weight:600}.HowItWorks-module__qp9N0q__featureList{flex-direction:column;gap:6px;margin:8px 0 0 46px;padding:0;list-style:none;display:flex}.HowItWorks-module__qp9N0q__featureList li{color:#ffffff80;padding-left:16px;font-size:12.5px;line-height:1.5;position:relative}.HowItWorks-module__qp9N0q__featureList li:before{content:"→";color:#ffffff40;font-size:11px;position:absolute;left:0}.HowItWorks-module__qp9N0q__tierBadge{letter-spacing:.5px;text-transform:uppercase;color:#00f5d4;vertical-align:middle;background:#00f5d414;border:1px solid #00f5d426;border-radius:7px;align-items:center;margin-left:6px;padding:3px 10px;font-size:10.5px;font-weight:700;display:inline-flex}.HowItWorks-module__qp9N0q__footer{text-align:center;background:#00000026;border-top:1px solid #ffffff0f;flex-shrink:0;padding:16px 24px}.HowItWorks-module__qp9N0q__footerText{color:#ffffff59;margin:0;font-size:12px}.HowItWorks-module__qp9N0q__footerText a{color:#fff9;text-underline-offset:2px;-webkit-text-decoration:underline #ffffff26;text-decoration:underline #ffffff26}.HowItWorks-module__qp9N0q__footerText a:hover{color:#ffffffd9}@media (max-width:640px){.HowItWorks-module__qp9N0q__overlay{padding:0}.HowItWorks-module__qp9N0q__panel{border-radius:0;max-width:100%;max-height:100dvh}.HowItWorks-module__qp9N0q__header{padding:16px 18px}.HowItWorks-module__qp9N0q__content{padding:16px 18px 24px}.HowItWorks-module__qp9N0q__sectionBody{padding-left:0}.HowItWorks-module__qp9N0q__featureList{margin-left:0}.HowItWorks-module__qp9N0q__footer{padding:14px 18px;padding-bottom:max(14px,env(safe-area-inset-bottom))}}
.game-module__2-cBvW__gameContainer{touch-action:none;-webkit-overflow-scrolling:auto;background:0 0;width:100%;height:100dvh;position:relative;overflow:hidden}.game-module__2-cBvW__loading{background:radial-gradient(at bottom,#2a521e80,#0a1628e6 70%);justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.game-module__2-cBvW__loadingInner{text-align:center;background:var(--panel-bg);border:2px solid var(--panel-border);box-shadow:var(--panel-inner-shadow),0 16px 48px #0009;border-radius:24px;flex-direction:column;align-items:center;gap:16px;min-width:280px;padding:40px;display:flex}.game-module__2-cBvW__loadingLogo{border-radius:20px;width:100px;height:100px;animation:2s ease-in-out infinite game-module__2-cBvW__logoPulse;overflow:hidden;box-shadow:0 0 24px #00f5d440}.game-module__2-cBvW__loadingLogo img{object-fit:cover;width:100%;height:100%}@keyframes game-module__2-cBvW__logoPulse{0%,to{transform:scale(1);box-shadow:0 0 24px #00f5d433}50%{transform:scale(1.04);box-shadow:0 0 40px #00f5d473,0 0 80px #00f5d426}}.game-module__2-cBvW__loadingTitle{font-family:var(--font-display);color:var(--parchment);text-shadow:0 2px 4px #00000080;font-size:1.5rem;font-weight:700}.game-module__2-cBvW__loadingText{color:var(--parchment-dark);font-size:.9rem}.game-module__2-cBvW__loadingBarWrap{align-items:center;gap:10px;margin-top:4px;display:flex}.game-module__2-cBvW__loadingBar{background:#0006;border:1px solid #ffffff0f;border-radius:4px;width:200px;height:8px;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}.game-module__2-cBvW__loadingProgress{background:linear-gradient(90deg,var(--cyan),var(--gold),var(--coral));background-size:300% 100%;border-radius:3px;height:100%;transition:width .12s ease-out;animation:2s linear infinite game-module__2-cBvW__shimmer;box-shadow:0 0 8px #00f5d44d}.game-module__2-cBvW__loadingPercent{color:var(--parchment-dark);text-align:right;min-width:36px;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.8rem;font-weight:600}.game-module__2-cBvW__loadingTip{color:var(--parchment-dark);opacity:.75;text-align:center;max-width:260px;margin-top:4px;font-size:.8rem;font-style:italic;line-height:1.4}.game-module__2-cBvW__saveBanner{z-index:100;-webkit-backdrop-filter:blur(16px);background:#0f1928d9;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:10px;max-width:90vw;padding:16px 24px;animation:.6s cubic-bezier(.16,1,.3,1) game-module__2-cBvW__bannerSlideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000080,inset 0 1px #ffffff0d}.game-module__2-cBvW__saveBannerDismiss{color:#fff6;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.9rem;line-height:1;transition:color .2s;position:absolute;top:8px;right:12px}.game-module__2-cBvW__saveBannerDismiss:hover{color:#fffc}.game-module__2-cBvW__saveBannerContent{align-items:center;gap:8px;display:flex}.game-module__2-cBvW__saveBannerIcon{font-size:1.4rem}.game-module__2-cBvW__saveBannerText{color:var(--parchment);white-space:nowrap;font-size:.9rem;font-weight:500}.game-module__2-cBvW__saveBannerForm{align-items:center;gap:8px;display:flex}.game-module__2-cBvW__saveBannerInput{color:var(--parchment);background:#0000004d;border:1.5px solid #ffffff1f;border-radius:10px;outline:none;width:180px;padding:8px 14px;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.game-module__2-cBvW__saveBannerInput:focus{border-color:#f97316;box-shadow:0 0 8px #f9731640}.game-module__2-cBvW__saveBannerInput::placeholder{color:#ffffff4d}.game-module__2-cBvW__saveBannerButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;padding:8px 20px;font-size:.85rem;font-weight:700;transition:transform .1s,box-shadow .2s;box-shadow:0 3px 10px #f973164d}.game-module__2-cBvW__saveBannerButton:hover{transform:translateY(-1px);box-shadow:0 5px 16px #f9731666}.game-module__2-cBvW__saveBannerButton:active{transform:translateY(0)}.game-module__2-cBvW__saveBannerError{color:#ef4444;margin:0;font-size:.75rem}@keyframes game-module__2-cBvW__bannerSlideUp{0%{opacity:0;transform:translate(-50%)translateY(40px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:520px){.game-module__2-cBvW__saveBanner{border-radius:14px;padding:14px 16px;top:70px;bottom:auto}.game-module__2-cBvW__saveBannerText{white-space:normal;text-align:center;font-size:.8rem}.game-module__2-cBvW__saveBannerForm{flex-direction:column;width:100%}.game-module__2-cBvW__saveBannerInput,.game-module__2-cBvW__saveBannerButton{width:100%}}@media (max-width:380px){.game-module__2-cBvW__saveBanner{gap:8px;padding:12px;top:56px}.game-module__2-cBvW__saveBannerIcon{font-size:1.1rem}.game-module__2-cBvW__saveBannerText{font-size:.75rem}}
.Onboarding-module__oPp_vG__backdrop{z-index:200;pointer-events:none;background:#00000040;animation:.6s forwards Onboarding-module__oPp_vG__backdropFadeIn;position:fixed;inset:0}@keyframes Onboarding-module__oPp_vG__backdropFadeIn{0%{opacity:0}to{opacity:1}}.Onboarding-module__oPp_vG__card{z-index:210;-webkit-backdrop-filter:blur(24px)saturate(1.5);text-align:center;opacity:0;pointer-events:auto;background:#140c08d1;border:1px solid #ffc8821f;border-radius:20px;width:380px;max-width:calc(100vw - 32px);padding:28px 28px 20px;transition:opacity .4s,transform .5s cubic-bezier(.22,1,.36,1);position:fixed;bottom:40px;left:50%;overflow:hidden;transform:translate(-50%)translateY(30px);box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #ffffff08,inset 0 1px #ffffff0f,0 0 40px #ff8c000f}.Onboarding-module__oPp_vG__cardVisible{opacity:1;transform:translate(-50%)translateY(0)}.Onboarding-module__oPp_vG__progressBar{background:#ffc88214;border-radius:20px 20px 0 0;height:3px;position:absolute;top:0;left:0;right:0;overflow:hidden}.Onboarding-module__oPp_vG__progressFill{background:linear-gradient(90deg,#f97316,gold);border-radius:0 2px 2px 0;height:100%;transition:width .6s cubic-bezier(.22,1,.36,1);box-shadow:0 0 8px #f9731666}.Onboarding-module__oPp_vG__welcomeBadge{color:#ffc882b3;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:600;font-family:var(--font-display);background:#ffc88214;border:1px solid #ffc8821f;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:4px 12px;display:inline-flex}.Onboarding-module__oPp_vG__welcomeDot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Onboarding-module__oPp_vG__dotPulse;box-shadow:0 0 6px #22c55e80}@keyframes Onboarding-module__oPp_vG__dotPulse{0%,to{opacity:1;box-shadow:0 0 6px #22c55e80}50%{opacity:.5;box-shadow:0 0 12px #22c55ecc}}.Onboarding-module__oPp_vG__iconWrapper{justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:inline-flex;position:relative}.Onboarding-module__oPp_vG__icon{z-index:1;font-size:2.5rem;animation:2s ease-in-out infinite Onboarding-module__oPp_vG__iconBounce;position:relative}@keyframes Onboarding-module__oPp_vG__iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.Onboarding-module__oPp_vG__iconPulse{background:radial-gradient(circle,#f9731626 0%,#0000 70%);border-radius:50%;animation:2.5s ease-in-out infinite Onboarding-module__oPp_vG__iconPulseAnim;position:absolute;inset:-8px}@keyframes Onboarding-module__oPp_vG__iconPulseAnim{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.3)}}.Onboarding-module__oPp_vG__title{font-family:var(--font-display);color:#fff0dcf2;text-shadow:0 2px 4px #0000004d;margin:0 0 8px;font-size:1.3rem;font-weight:700}.Onboarding-module__oPp_vG__subtitle{color:#ffe6c8a6;max-width:320px;margin:0 auto 16px;font-size:.88rem;line-height:1.6}.Onboarding-module__oPp_vG__actionHint{color:#f97316d9;font-size:.76rem;font-weight:600;font-family:var(--font-display);background:#f9731614;border:1px solid #f9731626;border-radius:8px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 14px;display:inline-flex}.Onboarding-module__oPp_vG__actionDot{background:#f97316;border-radius:50%;width:5px;height:5px;animation:1.5s ease-in-out infinite Onboarding-module__oPp_vG__actionBlink}@keyframes Onboarding-module__oPp_vG__actionBlink{0%,to{opacity:1}50%{opacity:.3}}.Onboarding-module__oPp_vG__controls{justify-content:space-between;align-items:center;gap:12px;display:flex}.Onboarding-module__oPp_vG__skipBtn{color:#ffdcb459;cursor:pointer;font-size:.75rem;font-weight:500;font-family:var(--font-display);background:0 0;border:none;padding:6px 10px;transition:color .2s}.Onboarding-module__oPp_vG__skipBtn:hover{color:#ffdcb4b3}.Onboarding-module__oPp_vG__stepDots{align-items:center;gap:6px;display:flex}.Onboarding-module__oPp_vG__dot{background:#ffc88226;border-radius:50%;width:6px;height:6px;transition:all .3s}.Onboarding-module__oPp_vG__dotActive{background:#f9731680}.Onboarding-module__oPp_vG__dotCurrent{background:linear-gradient(90deg,#f97316,gold);border-radius:3px;width:20px;box-shadow:0 0 8px #f973164d}.Onboarding-module__oPp_vG__nextBtn{color:#fff;font-family:var(--font-display);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;padding:8px 18px;font-size:.82rem;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 3px 12px #f973164d}.Onboarding-module__oPp_vG__nextBtn:hover{transform:translateY(-1px);box-shadow:0 5px 18px #f9731666}.Onboarding-module__oPp_vG__nextBtn:active{transform:translateY(1px)}.Onboarding-module__oPp_vG__stepCounter{font-family:var(--font-mono);color:#ffc8824d;letter-spacing:.05em;font-size:.65rem;position:absolute;top:14px;right:16px}.Onboarding-module__oPp_vG__pulseTarget{z-index:205;pointer-events:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:fixed;bottom:50%;left:50%;transform:translate(-50%)}.Onboarding-module__oPp_vG__pulseRing,.Onboarding-module__oPp_vG__pulseRing2{border:2px solid #f9731666;border-radius:50%;width:80px;height:80px;animation:2s ease-out infinite Onboarding-module__oPp_vG__pulseRingAnim;position:absolute}.Onboarding-module__oPp_vG__pulseRing2{animation-delay:1s}@keyframes Onboarding-module__oPp_vG__pulseRingAnim{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.Onboarding-module__oPp_vG__pulseLabel{white-space:nowrap;font-family:var(--font-display);color:#ffdcb4d9;text-shadow:0 2px 8px #0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#140c08b3;border:1px solid #ffc88226;border-radius:8px;padding:4px 12px;font-size:.82rem;font-weight:600;position:absolute;top:50px}@media (max-width:480px){.Onboarding-module__oPp_vG__card{border-radius:16px;padding:24px 20px 16px;bottom:20px}.Onboarding-module__oPp_vG__title{font-size:1.15rem}.Onboarding-module__oPp_vG__subtitle{font-size:.82rem}.Onboarding-module__oPp_vG__iconWrapper{width:52px;height:52px}.Onboarding-module__oPp_vG__icon{font-size:2rem}.Onboarding-module__oPp_vG__welcomeBadge{margin-bottom:14px;font-size:.6rem}}@media (max-width:380px){.Onboarding-module__oPp_vG__card{padding:20px 16px 14px;bottom:12px}.Onboarding-module__oPp_vG__controls{gap:6px}.Onboarding-module__oPp_vG__skipBtn{padding:4px 6px;font-size:.68rem}.Onboarding-module__oPp_vG__nextBtn{padding:6px 14px;font-size:.76rem}}
.Minimap-module__YF2T9G__minimapContainer{z-index:60;-webkit-backdrop-filter:blur(18px)saturate(1.4);-webkit-user-select:none;user-select:none;background:#190f0a8c;border:1px solid #ffc8821f;border-radius:14px;padding:10px;transition:width .3s,height .3s;animation:.5s cubic-bezier(.22,1,.36,1) Minimap-module__YF2T9G__minimapSlideIn;position:fixed;bottom:70px;left:20px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0f}@keyframes Minimap-module__YF2T9G__minimapSlideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Minimap-module__YF2T9G__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;padding:0 2px;display:flex}.Minimap-module__YF2T9G__title{color:#ffe6c8bf;font-size:.72rem;font-weight:700;font-family:var(--font-display);letter-spacing:.04em;align-items:center;gap:5px;display:flex}.Minimap-module__YF2T9G__titleIcon{font-size:.8rem}.Minimap-module__YF2T9G__headerRight{align-items:center;gap:6px;display:flex}.Minimap-module__YF2T9G__phase{font-size:.8rem;line-height:1}.Minimap-module__YF2T9G__collapseBtn{color:#ffc88299;cursor:pointer;background:#ffc8821a;border:1px solid #ffc88226;border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:.65rem;line-height:1;transition:all .2s;display:flex}.Minimap-module__YF2T9G__collapseBtn:hover{color:#ffdcaae6;background:#ffc88233;border-color:#ffc8824d}.Minimap-module__YF2T9G__canvasWrap{position:relative}.Minimap-module__YF2T9G__canvas{cursor:pointer;background:#00000040;border:1px solid #ffffff0a;border-radius:8px;width:180px;height:180px;display:block;box-shadow:inset 0 2px 6px #00000059}.Minimap-module__YF2T9G__canvas:hover{box-shadow:inset 0 2px 6px #00000059,0 0 10px #ffc8641a}.Minimap-module__YF2T9G__tooltip{-webkit-backdrop-filter:blur(8px);color:#fff0dce6;font-size:.68rem;font-weight:600;font-family:var(--font-display);white-space:nowrap;pointer-events:none;z-index:10;background:#140c08d9;border:1px solid #ffc88233;border-radius:6px;padding:3px 8px;animation:.15s Minimap-module__YF2T9G__tooltipFade;position:absolute;box-shadow:0 4px 12px #0006}@keyframes Minimap-module__YF2T9G__tooltipFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.Minimap-module__YF2T9G__hint{color:#ffdcb459;text-align:center;font-size:.58rem;font-family:var(--font-display);letter-spacing:.03em;margin-top:4px}@media (max-width:640px){.Minimap-module__YF2T9G__minimapContainer{border-radius:10px;padding:6px;bottom:60px;left:12px}.Minimap-module__YF2T9G__canvas{width:100px;height:100px}.Minimap-module__YF2T9G__title{font-size:.6rem}.Minimap-module__YF2T9G__hint{display:none}}@media (max-width:380px){.Minimap-module__YF2T9G__minimapContainer{display:none}}
.Hero-module__gNeX-G__hero{background:radial-gradient(at 30%,#00f5d414 0%,#0000 60%),radial-gradient(at 70%,#ff6b6b0f 0%,#0000 60%),#0a162873;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:48px;padding-top:120px;padding-bottom:60px;display:flex;position:relative}.Hero-module__gNeX-G__heroBackdrop{-webkit-backdrop-filter:blur(28px)saturate(1.4);background:#0a1628b8;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;align-items:center;max-width:740px;padding:48px 56px;animation:.8s cubic-bezier(.16,1,.3,1) forwards Hero-module__gNeX-G__backdropEntry;display:flex;box-shadow:0 32px 80px #0006,inset 0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}@keyframes Hero-module__gNeX-G__backdropEntry{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.Hero-module__gNeX-G__title{margin-bottom:20px;animation:.6s ease-out .15s backwards Hero-module__gNeX-G__slide-up}.Hero-module__gNeX-G__subtitle{max-width:560px;color:var(--text-primary);opacity:.9;margin-bottom:32px;font-size:1.15rem;line-height:1.7;animation:.6s ease-out .25s backwards Hero-module__gNeX-G__slide-up}.Hero-module__gNeX-G__ctas{gap:16px;margin-bottom:16px;animation:.6s ease-out .35s backwards Hero-module__gNeX-G__slide-up;display:flex}.Hero-module__gNeX-G__skillHubCtas{gap:12px;animation:.6s ease-out .4s backwards Hero-module__gNeX-G__slide-up;display:flex}.Hero-module__gNeX-G__humanBtn,.Hero-module__gNeX-G__agentBtn{cursor:pointer;text-align:center;border:none;border-radius:10px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Hero-module__gNeX-G__humanBtn{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #f973164d}.Hero-module__gNeX-G__humanBtn:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 20px #f9731673}.Hero-module__gNeX-G__agentBtn{color:#e5e7eb;background:linear-gradient(135deg,#374151,#1f2937);border:1px solid #ffffff1a;box-shadow:0 4px 12px #0000004d}.Hero-module__gNeX-G__agentBtn:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 6px 20px #00000073}.Hero-module__gNeX-G__humanBtn:active,.Hero-module__gNeX-G__agentBtn:active{transform:translateY(0)}.Hero-module__gNeX-G__ctaPrimary{position:relative;overflow:hidden}.Hero-module__gNeX-G__ripple{pointer-events:none;background:#ffffff4d;border-radius:50%;animation:.6s ease-out forwards Hero-module__gNeX-G__ripple-effect;position:absolute}.Hero-module__gNeX-G__metrics{background:#00000040;border:1px solid #ffffff0f;border-radius:14px;align-items:center;gap:24px;padding:16px 32px;animation:.6s ease-out .45s backwards Hero-module__gNeX-G__slide-up;display:flex}.Hero-module__gNeX-G__metric{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__gNeX-G__metricValue{font-family:var(--font-display);color:var(--cyan);font-size:1.6rem;font-weight:700}.Hero-module__gNeX-G__metricLabel{color:#ffffffb3;font-size:.8rem}.Hero-module__gNeX-G__metricDivider{background:#ffffff1f;width:1px;height:36px}.Hero-module__gNeX-G__farmPreview{width:100%;max-width:680px;animation:.8s ease-out .55s backwards Hero-module__gNeX-G__slide-up}.Hero-module__gNeX-G__farmPreviewLabel{font-family:var(--font-mono);color:#ffffffb3;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:12px;font-size:.75rem;font-weight:500;display:inline-flex}.Hero-module__gNeX-G__liveIndicator{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__gNeX-G__glow-pulse;box-shadow:0 0 8px #22c55e99}.Hero-module__gNeX-G__farmPreviewFrame{background:linear-gradient(135deg,#ff8c0066,#00f5d433,#a855f74d,#ff8c0066) 0 0/300% 300%;border-radius:20px;padding:3px;text-decoration:none;animation:6s ease-in-out infinite Hero-module__gNeX-G__gradient-shift;display:block;box-shadow:0 0 40px #ff8c001f,0 0 80px #00f5d40f}.Hero-module__gNeX-G__farmPreviewInner{background:#0a1628e6;border-radius:18px;position:relative;overflow:hidden}.Hero-module__gNeX-G__farmIframe{pointer-events:none;border:none;border-radius:18px;width:100%;height:400px;display:block}.Hero-module__gNeX-G__farmOverlay{opacity:0;cursor:pointer;background:#00000059;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:12px;transition:opacity .3s;display:flex;position:absolute;inset:0}.Hero-module__gNeX-G__farmPreviewFrame:hover .Hero-module__gNeX-G__farmOverlay{opacity:1}.Hero-module__gNeX-G__playIcon{color:#fff;filter:drop-shadow(0 4px 16px #00000080);font-size:3rem;transition:transform .3s}.Hero-module__gNeX-G__farmPreviewFrame:hover .Hero-module__gNeX-G__playIcon{transform:scale(1.15)}.Hero-module__gNeX-G__playText{font-family:var(--font-display);color:#fff;text-shadow:0 2px 8px #00000080;letter-spacing:.02em;font-size:1.1rem;font-weight:600}@media (max-width:768px){.Hero-module__gNeX-G__content{gap:32px;padding-top:100px;padding-bottom:40px}.Hero-module__gNeX-G__heroBackdrop{border-radius:20px;padding:32px 20px}.Hero-module__gNeX-G__subtitle{font-size:.95rem}.Hero-module__gNeX-G__ctas{flex-direction:column;width:100%}.Hero-module__gNeX-G__ctas .btn{justify-content:center;width:100%}.Hero-module__gNeX-G__metrics{flex-direction:column;gap:12px;padding:16px 20px}.Hero-module__gNeX-G__metricDivider{width:40px;height:1px}.Hero-module__gNeX-G__skillHubCtas{width:100%}.Hero-module__gNeX-G__humanBtn,.Hero-module__gNeX-G__agentBtn{flex:1}.Hero-module__gNeX-G__farmIframe{height:260px}}@media (max-width:420px){.Hero-module__gNeX-G__skillHubCtas{flex-direction:column}.Hero-module__gNeX-G__heroBackdrop{padding:28px 16px}.Hero-module__gNeX-G__subtitle{margin-bottom:20px;font-size:.88rem}.Hero-module__gNeX-G__farmIframe{height:200px}}
.FarmDashboard-module__BnR3La__overlay{z-index:150;-webkit-backdrop-filter:blur(4px);background:#00000073;justify-content:flex-end;align-items:flex-start;padding:24px;animation:.3s FarmDashboard-module__BnR3La__dbFadeIn;display:flex;position:fixed;inset:0}@keyframes FarmDashboard-module__BnR3La__dbFadeIn{0%{opacity:0}to{opacity:1}}.FarmDashboard-module__BnR3La__panel{background:linear-gradient(165deg,#0f0a23f0,#080514f7);border:1px solid #a855f740;border-radius:20px;width:400px;max-height:90vh;margin-top:60px;padding:28px;animation:.45s cubic-bezier(.34,1.56,.64,1) FarmDashboard-module__BnR3La__dbSlideIn;position:relative;overflow-y:auto;box-shadow:0 0 40px #a855f714,0 0 80px #00f5d40a,inset 0 1px #ffffff0f,0 16px 48px #000000b3}.FarmDashboard-module__BnR3La__panel:before{content:"";z-index:-1;opacity:.6;background:linear-gradient(135deg,#a855f74d,#00f5d426,#a855f71a);border-radius:21px;animation:4s ease-in-out infinite FarmDashboard-module__BnR3La__neuralBorderPulse;position:absolute;inset:-1px}@keyframes FarmDashboard-module__BnR3La__neuralBorderPulse{0%,to{opacity:.4}50%{opacity:.7}}.FarmDashboard-module__BnR3La__panel:after{content:"";background:linear-gradient(135deg,#1a0a30,#0f0520);border:1px solid #a855f766;border-radius:50%;width:36px;height:36px;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 0 16px #a855f740,inset 0 0 8px #a855f71a}@keyframes FarmDashboard-module__BnR3La__dbSlideIn{0%{opacity:0;transform:translate(40px)scale(.97)}to{opacity:1;transform:translate(0)scale(1)}}.FarmDashboard-module__BnR3La__close{color:#c8b4ff99;cursor:pointer;z-index:2;background:#a855f714;border:1px solid #a855f726;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;transition:all .25s;display:flex;position:absolute;top:14px;right:14px}.FarmDashboard-module__BnR3La__close:hover{color:#fff;background:#a855f733;border-color:#a855f766;transform:scale(1.08);box-shadow:0 0 12px #a855f733}.FarmDashboard-module__BnR3La__close:active{transform:scale(.95)}.FarmDashboard-module__BnR3La__headerRow{align-items:center;gap:10px;margin-bottom:18px;display:flex}.FarmDashboard-module__BnR3La__headerIcon{filter:drop-shadow(0 0 8px #a855f780);font-size:1.5rem;animation:3s ease-in-out infinite FarmDashboard-module__BnR3La__brainPulse}@keyframes FarmDashboard-module__BnR3La__brainPulse{0%,to{filter:drop-shadow(0 0 8px #a855f780);transform:scale(1)}50%{filter:drop-shadow(0 0 14px #a855f7cc);transform:scale(1.08)}}.FarmDashboard-module__BnR3La__title{font-family:var(--font-display);color:#fff;text-shadow:0 0 20px #a855f74d;letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.FarmDashboard-module__BnR3La__weatherRow{align-items:center;gap:8px;margin-bottom:12px;display:flex}.FarmDashboard-module__BnR3La__weatherIcon{font-size:1.2rem}.FarmDashboard-module__BnR3La__weatherLabel{color:#c8b4ffb3;flex:1;font-size:.85rem}.FarmDashboard-module__BnR3La__farmLevelBadge{color:#c4b5fd;letter-spacing:.05em;background:linear-gradient(135deg,#a855f733,#00f5d41a);border:1px solid #a855f74d;border-radius:100px;padding:3px 10px;font-size:.7rem;font-weight:700;box-shadow:0 0 8px #a855f71a}.FarmDashboard-module__BnR3La__xpBarContainer{background:#a855f714;border:1px solid #a855f71f;border-radius:5px;height:10px;margin-bottom:18px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}.FarmDashboard-module__BnR3La__xpBar{background:linear-gradient(90deg,#ff8c00,#ffa833,#ff8c00) 0 0/200% 100%;border-radius:4px;height:100%;transition:width .5s;animation:3s linear infinite FarmDashboard-module__BnR3La__xpShimmer;box-shadow:0 0 10px #ff8c0066}@keyframes FarmDashboard-module__BnR3La__xpShimmer{0%{background-position:-200%}to{background-position:200%}}.FarmDashboard-module__BnR3La__xpLabel{color:#ffffffbf;text-shadow:0 1px 2px #000c;font-size:.55rem;font-weight:600;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.FarmDashboard-module__BnR3La__statsRow{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:22px;display:grid}.FarmDashboard-module__BnR3La__statBox{text-align:center;background:#ffffff08;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;align-items:center;gap:4px;padding:14px 8px 10px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0000004d}.FarmDashboard-module__BnR3La__statBox:hover{background:#ffffff0d;border-color:#ffffff14;transform:translateY(-1px)}.FarmDashboard-module__BnR3La__statMemory{border-color:#a855f726;box-shadow:inset 0 0 20px #a855f70d}.FarmDashboard-module__BnR3La__statMemory .FarmDashboard-module__BnR3La__statIcon{animation:2.5s ease-in-out infinite FarmDashboard-module__BnR3La__memoryGlow}@keyframes FarmDashboard-module__BnR3La__memoryGlow{0%,to{filter:drop-shadow(0 0 4px #a855f766);transform:scale(1)}50%{filter:drop-shadow(0 0 10px #a855f7b3);transform:scale(1.1)}}.FarmDashboard-module__BnR3La__statSkills{border-color:#00f5d41f;box-shadow:inset 0 0 20px #00f5d40a}.FarmDashboard-module__BnR3La__statNeurons{border-color:#ffd7001f;box-shadow:inset 0 0 20px #ffd7000a}.FarmDashboard-module__BnR3La__statIcon{font-size:1.3rem;line-height:1}.FarmDashboard-module__BnR3La__statValue{font-family:var(--font-display);color:#fff;text-shadow:0 0 6px #a855f733;font-size:1rem;font-weight:700}.FarmDashboard-module__BnR3La__statLabel{color:#c8b4ff80;text-transform:uppercase;letter-spacing:.06em;font-size:.55rem;font-weight:600}.FarmDashboard-module__BnR3La__section{margin-bottom:18px}.FarmDashboard-module__BnR3La__sectionTitle{text-transform:uppercase;letter-spacing:.1em;color:#a855f7b3;border-bottom:1px solid #a855f71f;margin-bottom:10px;padding-bottom:6px;font-size:.72rem;font-weight:600;position:relative}.FarmDashboard-module__BnR3La__sectionTitle:after{content:"";background:linear-gradient(90deg,#a855f7,#0000);border-radius:1px;width:40px;height:1px;position:absolute;bottom:-1px;left:0}.FarmDashboard-module__BnR3La__productivityList{flex-direction:column;gap:7px;display:flex}.FarmDashboard-module__BnR3La__productivityRow{align-items:center;gap:8px;display:flex}.FarmDashboard-module__BnR3La__prodName{color:#c8b4ffa6;white-space:nowrap;text-overflow:ellipsis;width:82px;font-size:.7rem;font-weight:500;overflow:hidden}.FarmDashboard-module__BnR3La__prodBarBg{background:#a855f70f;border-radius:4px;flex:1;height:8px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0000004d}.FarmDashboard-module__BnR3La__prodBar{z-index:1;border-radius:3px;min-width:2px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 0 6px #a855f733}.FarmDashboard-module__BnR3La__prodBarShimmer{z-index:2;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);width:100%;height:100%;animation:2.5s ease-in-out infinite FarmDashboard-module__BnR3La__barShimmer;position:absolute;top:0;left:-100%}@keyframes FarmDashboard-module__BnR3La__barShimmer{0%{left:-100%}to{left:100%}}.FarmDashboard-module__BnR3La__prodCount{color:#c8b4ff73;text-align:right;width:22px;font-size:.65rem;font-weight:600;font-family:var(--font-mono)}.FarmDashboard-module__BnR3La__feed{flex-direction:column;gap:5px;max-height:180px;display:flex;overflow-y:auto}.FarmDashboard-module__BnR3La__feedEmpty{color:#a855f766;padding:12px 0;font-size:.8rem;font-style:italic}.FarmDashboard-module__BnR3La__feedItem{background:#a855f70a;border-left:2px solid #a855f759;border-radius:10px;align-items:center;gap:8px;padding:7px 10px;font-size:.75rem;transition:background .2s;animation:.35s both FarmDashboard-module__BnR3La__feedSlide;display:flex}.FarmDashboard-module__BnR3La__feedItem:hover{background:#a855f714}@keyframes FarmDashboard-module__BnR3La__feedSlide{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.FarmDashboard-module__BnR3La__feedDot{color:#a855f7;flex-shrink:0;font-size:.45rem;animation:2s ease-in-out infinite FarmDashboard-module__BnR3La__dotPulse}@keyframes FarmDashboard-module__BnR3La__dotPulse{0%,to{opacity:.5;text-shadow:none}50%{opacity:1;text-shadow:0 0 6px #a855f799}}.FarmDashboard-module__BnR3La__feedText{color:#c8b4ffa6;flex:1}.FarmDashboard-module__BnR3La__feedText strong{color:#e2d4ff;font-weight:600}.FarmDashboard-module__BnR3La__feedTime{color:#a855f759;font-size:.6rem;font-family:var(--font-mono);flex-shrink:0}.FarmDashboard-module__BnR3La__feed::-webkit-scrollbar{width:3px}.FarmDashboard-module__BnR3La__panel::-webkit-scrollbar{width:3px}.FarmDashboard-module__BnR3La__feed::-webkit-scrollbar-track{background:0 0}.FarmDashboard-module__BnR3La__panel::-webkit-scrollbar-track{background:0 0}.FarmDashboard-module__BnR3La__feed::-webkit-scrollbar-thumb{background:#a855f740;border-radius:2px}.FarmDashboard-module__BnR3La__panel::-webkit-scrollbar-thumb{background:#a855f740;border-radius:2px}.FarmDashboard-module__BnR3La__feed::-webkit-scrollbar-thumb:hover{background:#a855f766}.FarmDashboard-module__BnR3La__panel::-webkit-scrollbar-thumb:hover{background:#a855f766}@media (max-width:640px){.FarmDashboard-module__BnR3La__overlay{align-items:flex-end;padding:12px}.FarmDashboard-module__BnR3La__panel{width:100%;max-height:80vh;padding:20px 16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-radius:20px 20px 0 0;margin-top:0}.FarmDashboard-module__BnR3La__statsRow{grid-template-columns:repeat(3,1fr);gap:6px}.FarmDashboard-module__BnR3La__statBox{padding:10px 6px 8px}.FarmDashboard-module__BnR3La__statIcon{font-size:1.1rem}.FarmDashboard-module__BnR3La__statValue{font-size:.85rem}.FarmDashboard-module__BnR3La__prodName{width:65px;font-size:.65rem}.FarmDashboard-module__BnR3La__feedItem{padding:5px 8px;font-size:.7rem}}@media (max-width:380px){.FarmDashboard-module__BnR3La__statsRow{grid-template-columns:repeat(2,1fr)}}
.Testimonials-module__3Exg0W__section{background:radial-gradient(at 50% 100%,#ff8c000a 0%,#0000 60%),#0a162880;padding:80px 0;overflow:hidden}.Testimonials-module__3Exg0W__header{text-align:center;margin-bottom:48px}.Testimonials-module__3Exg0W__liveRow{background:#22c55e1a;border:1px solid #22c55e33;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 16px;display:inline-flex}.Testimonials-module__3Exg0W__liveDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite Testimonials-module__3Exg0W__glow-pulse;box-shadow:0 0 8px #22c55e99}.Testimonials-module__3Exg0W__liveText{font-family:var(--font-mono);color:#22c55e;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.Testimonials-module__3Exg0W__description{max-width:450px;color:var(--text-primary);opacity:.85;margin:16px auto 0;font-size:1.05rem}.Testimonials-module__3Exg0W__marqueeContainer{width:100vw;margin-left:calc(50% - 50vw);position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.Testimonials-module__3Exg0W__marqueeTrack{gap:20px;width:max-content;padding:8px 0;animation:40s linear infinite Testimonials-module__3Exg0W__marquee-scroll;display:flex}@keyframes Testimonials-module__3Exg0W__marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Testimonials-module__3Exg0W__marqueeContainer:hover .Testimonials-module__3Exg0W__marqueeTrack{animation-play-state:paused}.Testimonials-module__3Exg0W__activityCard{cursor:default;border-radius:14px;flex-shrink:0;align-items:center;gap:14px;min-width:280px;padding:16px 20px;display:flex}.Testimonials-module__3Exg0W__activityCard:hover{transform:translateY(-2px)}.Testimonials-module__3Exg0W__activityEmoji{flex-shrink:0;font-size:1.8rem}.Testimonials-module__3Exg0W__activityContent{flex-direction:column;gap:2px;min-width:0;display:flex}.Testimonials-module__3Exg0W__activityTop{align-items:center;gap:8px;display:flex}.Testimonials-module__3Exg0W__agentName{font-family:var(--font-display);font-size:.9rem;font-weight:600}.Testimonials-module__3Exg0W__activityTime{font-family:var(--font-mono);color:#fff6;font-size:.65rem}.Testimonials-module__3Exg0W__activityAction{color:#fffc;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.Testimonials-module__3Exg0W__activityUser{font-family:var(--font-mono);color:#ffffff59;font-size:.7rem}@media (max-width:768px){.Testimonials-module__3Exg0W__section{padding:60px 0}.Testimonials-module__3Exg0W__activityCard{min-width:240px;padding:12px 16px}}
.Footer-module__nhiC3q__footer{background:linear-gradient(#050a1400 0%,#050a14d9 8%,#050a14f2 100%);margin-top:-20px;padding:0 0 40px;position:relative}.Footer-module__nhiC3q__topBorder{background:linear-gradient(90deg,transparent 0%,var(--orange)20%,var(--cyan)50%,var(--orange)80%,transparent 100%);opacity:.7;background-size:200% 100%;height:2px;animation:6s ease-in-out infinite Footer-module__nhiC3q__borderShift}@keyframes Footer-module__nhiC3q__borderShift{0%,to{background-position:0%}50%{background-position:100%}}.Footer-module__nhiC3q__ctaBanner{-webkit-backdrop-filter:blur(16px);background:linear-gradient(135deg,#ff8c000f 0%,#0a1628cc 40%,#00f5d40a 100%);border:1px solid #ff8c001f;border-radius:24px;justify-content:space-between;align-items:center;gap:40px;margin:56px 0;padding:48px 52px;display:flex;position:relative;overflow:hidden}.Footer-module__nhiC3q__ctaGlow{pointer-events:none;background:radial-gradient(circle,#ff8c001f 0%,#0000 70%);border-radius:50%;width:240px;height:240px;animation:4s ease-in-out infinite Footer-module__nhiC3q__glowPulse;position:absolute;top:-60px;right:-60px}@keyframes Footer-module__nhiC3q__glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.Footer-module__nhiC3q__ctaContent{flex-shrink:0;max-width:440px}.Footer-module__nhiC3q__ctaBadge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--orange);background:#ff8c001f;border:1px solid #ff8c0033;border-radius:100px;align-items:center;gap:6px;margin-bottom:16px;padding:5px 14px;font-size:.72rem;font-weight:600;display:inline-flex}.Footer-module__nhiC3q__ctaTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:12px;font-size:1.75rem;font-weight:700;line-height:1.2}.Footer-module__nhiC3q__ctaHighlight{color:var(--orange);position:relative}.Footer-module__nhiC3q__ctaHighlight:after{content:"";background:linear-gradient(90deg,var(--orange),transparent);opacity:.5;border-radius:2px;height:3px;position:absolute;bottom:-2px;left:0;right:0}.Footer-module__nhiC3q__ctaDesc{color:#fff9;font-size:.92rem;line-height:1.6}.Footer-module__nhiC3q__ctaActions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:14px;display:flex}.Footer-module__nhiC3q__emailRow{gap:10px;display:flex}.Footer-module__nhiC3q__emailInput{color:var(--text-primary);font-family:var(--font-body);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);background:#0a1628b3;border:1px solid #ffffff14;border-radius:12px;outline:none;min-width:200px;padding:11px 18px;font-size:.85rem}.Footer-module__nhiC3q__emailInput::placeholder{color:#ffffff47}.Footer-module__nhiC3q__emailInput:focus{border-color:#ff8c0066;box-shadow:0 0 16px #ff8c001a}.Footer-module__nhiC3q__notifyBtn{white-space:nowrap}.Footer-module__nhiC3q__grid{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.Footer-module__nhiC3q__brandCol{flex-direction:column;gap:16px;display:flex}.Footer-module__nhiC3q__logo{align-items:center;gap:12px;display:flex}.Footer-module__nhiC3q__logoText{font-family:var(--font-display);color:var(--text-primary);font-size:1.3rem;font-weight:700}.Footer-module__nhiC3q__tagline{color:#ffffff8c;max-width:280px;font-size:.88rem;line-height:1.65}.Footer-module__nhiC3q__socials{gap:10px;margin-top:4px;display:flex}.Footer-module__nhiC3q__socialIcon{color:#ffffff8c;width:40px;height:40px;transition:all var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__socialIcon:hover{color:var(--text-primary);background:#ff8c001a;border-color:#ff8c0040;transform:translateY(-2px);box-shadow:0 6px 20px #0003,0 0 12px #ff8c0014}.Footer-module__nhiC3q__linkCol{flex-direction:column;gap:12px;display:flex}.Footer-module__nhiC3q__linkTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6;margin-bottom:4px;padding-bottom:10px;font-size:.82rem;font-weight:600;position:relative}.Footer-module__nhiC3q__linkTitle:after{content:"";background:var(--orange);opacity:.5;border-radius:1px;width:24px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__nhiC3q__link{color:#ffffff80;transition:color var(--transition-fast),padding-left var(--transition-fast);padding-left:0;font-size:.88rem}.Footer-module__nhiC3q__link:hover{color:var(--orange);padding-left:4px}.Footer-module__nhiC3q__comingSoon{color:#ffffff4d;font-size:.72rem;font-style:italic}.Footer-module__nhiC3q__bottomBar{justify-content:space-between;align-items:center;padding-top:28px;display:flex}.Footer-module__nhiC3q__bottomLeft{align-items:center;gap:12px;display:flex}.Footer-module__nhiC3q__copy{color:#fff6;font-size:.8rem}.Footer-module__nhiC3q__bottomDot{color:#ffffff26;font-size:.7rem}.Footer-module__nhiC3q__builtOn{color:#fff6;align-items:center;gap:5px;font-size:.8rem;display:inline-flex}.Footer-module__nhiC3q__baseIcon{border-radius:4px;display:inline-block}.Footer-module__nhiC3q__baseText{color:#fff9;font-weight:600}.Footer-module__nhiC3q__domain{font-family:var(--font-mono);color:var(--cyan);opacity:.7;letter-spacing:.02em;transition:opacity var(--transition-fast);font-size:.8rem}.Footer-module__nhiC3q__domain:hover{opacity:1}@media (max-width:900px){.Footer-module__nhiC3q__grid{grid-template-columns:1fr 1fr;gap:40px}.Footer-module__nhiC3q__brandCol{grid-column:1/-1}.Footer-module__nhiC3q__tagline{max-width:100%}}@media (max-width:768px){.Footer-module__nhiC3q__ctaBanner{text-align:center;flex-direction:column;gap:28px;padding:36px 28px}.Footer-module__nhiC3q__ctaContent{max-width:100%}.Footer-module__nhiC3q__ctaActions{align-items:center;width:100%}.Footer-module__nhiC3q__emailRow{flex-direction:column;width:100%}.Footer-module__nhiC3q__emailInput{width:100%;min-width:auto}.Footer-module__nhiC3q__ctaGlow{width:180px;height:180px;top:-40px;right:50%;transform:translate(50%)}.Footer-module__nhiC3q__grid{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__nhiC3q__bottomBar{text-align:center;flex-direction:column;gap:12px}.Footer-module__nhiC3q__bottomLeft{flex-wrap:wrap;justify-content:center}}@media (max-width:480px){.Footer-module__nhiC3q__footer{padding-bottom:28px}.Footer-module__nhiC3q__ctaBanner{margin:40px 0;padding:28px 20px}.Footer-module__nhiC3q__ctaTitle{font-size:1.4rem}.Footer-module__nhiC3q__grid{grid-template-columns:1fr;gap:28px}.Footer-module__nhiC3q__linkCol{gap:10px}.Footer-module__nhiC3q__socials{justify-content:center}}
