@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--fw-bg: #080E14;--fw-bg-soft: #111620;--fw-card: rgba(17, 22, 32, .9);--fw-card-2: rgba(10, 14, 20, .94);--fw-line: rgba(166,176,195,.16);--fw-line-strong: rgba(0,200,83,.32);--fw-text: #FFFFFF;--fw-muted: #A6B0C3;--fw-muted-2: #6B7280;--fw-green: #00C853;--fw-green-2: #00A86B;--fw-yellow: #00A86B;--fw-purple: #00C853;--fw-pink: #00A86B;--fw-blue: #00A6FF;--fw-button-text: #07130C;--fw-shadow: 0 30px 110px rgba(0,0,0,.48)}html{scroll-behavior:smooth}.fw-page,.fw-page *{box-sizing:border-box}.fw-page{font-family:Inter,Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.fw-page button,.fw-page a,.fw-page input{font-family:inherit}.fw-page button{cursor:pointer}.fw-page{min-height:100vh;position:relative;overflow-x:hidden;color:var(--fw-text);background:radial-gradient(circle at 18% 13%,rgba(0,230,118,.12),transparent 36rem),radial-gradient(circle at 82% 20%,rgba(0,139,107,.16),transparent 34rem),linear-gradient(180deg,#07080f,#090914 48%,#05060d)}.fw-page.fw-light{--fw-bg: #FFFFFF;--fw-bg-soft: #F6F8FA;--fw-card: rgba(255,255,255,.98);--fw-card-2: rgba(246,248,250,.98);--fw-line: #E5E7EB;--fw-line-strong: rgba(0,200,83,.26);--fw-text: #111114;--fw-muted: #6B7280;--fw-muted-2: #8A93A3;--fw-green: #00C853;--fw-green-2: #00A86B;--fw-yellow: #00A86B;--fw-purple: #00C853;--fw-pink: #00A86B;--fw-blue: #00A6FF;--fw-button-text: #FFFFFF;background:radial-gradient(circle at 17% 14%,rgba(0,200,83,.08),transparent 30rem),radial-gradient(circle at 84% 18%,rgba(17,17,20,.04),transparent 30rem),linear-gradient(180deg,#fff,#f6f8fa 48%,#fff)}.fw-bg-grid{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;opacity:.32;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 82%);mask-image:linear-gradient(to bottom,#000,transparent 82%)}.fw-light .fw-bg-grid{background-image:linear-gradient(rgba(20,24,36,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(20,24,36,.05) 1px,transparent 1px)}.fw-orb{position:fixed;pointer-events:none;border-radius:50%;filter:blur(28px);opacity:.45;animation:fw-orb 10s ease-in-out infinite}.fw-orb-a{width:420px;height:420px;left:-130px;top:120px;background:#00e67626}.fw-orb-b{width:360px;height:360px;right:-90px;top:230px;background:#008b6b2e;animation-delay:-3s}@keyframes fw-orb{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-28px,0) scale(1.06)}}.fw-header{position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:50;width:min(1200px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:66px;padding:10px 12px 10px 16px;border:1px solid var(--fw-line);border-radius:22px;background:#090a14c7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 18px 60px #00000061,inset 0 1px #ffffff14}.fw-light .fw-header{background:#ffffffc7;box-shadow:0 18px 60px #2e1f561f,inset 0 1px #fff9}.fw-logo,.fw-footer-logo{display:flex;align-items:center;gap:12px;color:var(--fw-text);text-decoration:none;min-width:190px}.fw-logo-mark{width:43px;height:43px;display:grid;place-items:center;border-radius:14px;background:#22ff8814;box-shadow:0 0 34px #00e67633}.fw-logo-mark svg{width:32px;height:32px;overflow:visible}.fw-logo-mark svg path:first-child{fill:#22ff8814;stroke:var(--fw-green);stroke-width:2.7}.fw-logo-mark svg path:last-child{fill:none;stroke:var(--fw-green);stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(34,255,136,.58))}.fw-logo strong,.fw-footer-logo strong{display:block;font-size:16px;font-weight:950;letter-spacing:.06em}.fw-logo small,.fw-footer-logo small{display:block;margin-top:2px;color:var(--fw-muted-2);font-size:11px;font-weight:800;text-transform:lowercase}.fw-menu-btn{display:none;width:44px;height:44px;border:1px solid var(--fw-line);border-radius:14px;background:#ffffff0f;padding:10px}.fw-menu-btn span{display:block;height:2px;margin:5px 0;background:var(--fw-text);border-radius:999px}.fw-nav{display:flex;align-items:center;gap:8px}.fw-nav a{position:relative;color:var(--fw-muted);text-decoration:none;font-weight:850;font-size:14px;padding:12px 13px;border-radius:999px;transition:color .18s ease,background .18s ease,transform .18s ease}.fw-nav a:hover{color:var(--fw-text);background:#ffffff12;transform:translateY(-1px)}.fw-light .fw-nav a:hover{background:#10131d0f}.fw-nav a:after{content:"";position:absolute;left:16px;right:16px;bottom:7px;height:2px;border-radius:10px;background:linear-gradient(90deg,var(--fw-green),var(--fw-green-2));transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.fw-nav a:hover:after{transform:scaleX(1)}.fw-nav-telegram{display:none}.fw-header-actions{display:flex;align-items:center;gap:10px;min-width:240px;justify-content:flex-end}.fw-telegram{color:var(--fw-green);text-decoration:none;border:1px solid rgba(0,230,118,.24);background:#00e67614;padding:10px 13px;border-radius:12px;font-weight:900;font-size:13px}.fw-theme{width:42px;height:42px;border-radius:13px;border:1px solid var(--fw-line);background:#ffffff0f;color:var(--fw-text);font-size:20px;font-weight:900}.fw-light .fw-theme{background:#10131d0a}.fw-primary,.fw-secondary{border:0;border-radius:16px;font-weight:950;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease}.fw-primary{color:var(--fw-button-text);background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));padding:16px 24px;box-shadow:0 16px 45px #00e67638}.fw-primary:hover{transform:translateY(-2px);box-shadow:0 24px 70px #00e6763d;filter:saturate(1.06)}.fw-small{padding:12px 18px;border-radius:13px}.fw-secondary{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:0 22px;color:var(--fw-text);text-decoration:none;border:1px solid var(--fw-line);background:#ffffff0f}.fw-secondary:hover{background:#ffffff1c;transform:translateY(-2px)}.fw-page main{padding-top:112px;position:relative;z-index:1}.fw-hero{width:min(1200px,calc(100% - 32px));margin:0 auto;min-height:calc(100vh - 112px);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.72fr);align-items:center;gap:64px;padding:54px 0 74px}.fw-live-pill{display:inline-flex;align-items:center;gap:10px;color:var(--fw-green);border:1px solid rgba(0,230,118,.28);background:#22ff8814;border-radius:999px;padding:9px 14px;font-weight:950;font-size:13px;margin-bottom:24px}.fw-live-pill span,.fw-live-board-head i{position:relative;width:9px;height:9px;border-radius:50%;background:var(--fw-green);box-shadow:0 0 0 8px #00e6761a,0 0 18px #22ff88f2;animation:fw-pulse 1.8s ease-in-out infinite}.fw-live-board-head i:after,.fw-live-pill span:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1px solid rgba(0,230,118,.34);animation:fw-live-ring 1.8s ease-out infinite}@keyframes fw-pulse{0%,to{transform:scale(1);box-shadow:0 0 0 7px #22ff881c,0 0 18px #22ff88d9}50%{transform:scale(1.25);box-shadow:0 0 0 14px #22ff880a,0 0 28px #22ff88f2}}@keyframes fw-live-ring{0%{opacity:.8;transform:scale(.55)}to{opacity:0;transform:scale(1.8)}}.fw-hero h1{max-width:790px;margin:0;font-size:clamp(50px,6.5vw,98px);line-height:.9;letter-spacing:-.075em}.fw-hero h1 em{font-style:normal;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none;filter:drop-shadow(0 0 22px rgba(0,230,118,.16))}.fw-hero-sub{max-width:700px;margin:28px 0 0;color:var(--fw-muted);font-size:clamp(18px,1.65vw,23px);line-height:1.45}.fw-hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.fw-trust-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.fw-trust-row span{display:inline-flex;align-items:center;gap:8px;color:var(--fw-green);background:#22ff8814;border:1px solid rgba(0,230,118,.23);border-radius:999px;padding:12px 16px;font-size:14px;font-weight:950}.fw-trust-row span:before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#00e67621}.fw-mini-path{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:22px;color:var(--fw-muted);font-weight:800;font-size:13px}.fw-mini-path span{display:inline-flex;align-items:center;gap:8px}.fw-mini-path b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));color:var(--fw-button-text)}.fw-live-board{position:relative;border:1px solid var(--fw-line);border-radius:30px;padding:22px;background:linear-gradient(180deg,#111620f0,#080b10eb);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--fw-shadow),0 0 100px #00e6761a;overflow:hidden}.fw-light .fw-live-board{background:#fffffff2;box-shadow:0 20px 60px #10111414}.fw-live-board:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:32px;padding:2px;background:linear-gradient(135deg,rgba(0,230,118,.42),rgba(0,139,107,.22),transparent 70%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.fw-live-board-head{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;color:var(--fw-muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.fw-live-board-head span{display:inline-flex;align-items:center;gap:9px}.fw-live-board-head small{color:var(--fw-green)}.fw-payout-row{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:13px;border-radius:18px;border:1px solid transparent;background:#ffffff0e;transition:transform .22s ease,background .22s ease,border-color .22s ease}.fw-light .fw-payout-row{background:#10131d0a}.fw-payout-row.active{transform:translate(-6px);background:#00e6761a;border-color:#00e67642}.fw-payout-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#00e67647,#008b6b33);color:var(--fw-text);font-weight:950}.fw-payout-row b{display:block;color:var(--fw-text);font-size:14px}.fw-payout-row small{display:block;color:var(--fw-muted-2);margin-top:4px;font-size:11px}.fw-payout-row strong{color:var(--fw-green);font-size:16px}.fw-live-total{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;margin-top:20px;padding-top:18px;border-top:1px solid var(--fw-line)}.fw-live-total span{color:var(--fw-muted-2);font-size:12px;font-weight:900;text-transform:uppercase}.fw-live-total b{font-size:27px}.fw-live-total i{grid-column:2;grid-row:1 / span 2;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:var(--fw-green);background:#00e6761a;font-style:normal}.fw-toast{position:fixed;left:20px;bottom:18px;z-index:40;width:min(380px,calc(100% - 40px));display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--fw-line);border-radius:18px;background:#121728e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 18px 50px #0000006b;animation:fw-toast-in .55s ease both}.fw-light .fw-toast{background:#ffffffeb}@keyframes fw-toast-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fw-toast-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#00e67626;color:var(--fw-green);font-weight:950}.fw-toast p{margin:0}.fw-toast b{display:block;font-size:13px}.fw-toast span{display:block;color:var(--fw-muted);font-size:12px;margin-top:2px}.fw-stats{position:relative;z-index:1;width:min(860px,calc(100% - 32px));margin:-54px auto 54px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.fw-stats div{text-align:center;border:1px solid var(--fw-line);background:#ffffff0e;border-radius:24px;padding:23px 18px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fw-light .fw-stats div{background:#ffffffb8}.fw-stat-icon{display:inline-grid!important;place-items:center;width:38px;height:38px;margin:0 auto 8px!important;border-radius:14px;background:#00e6761a;color:var(--fw-green)!important;font-weight:950!important;font-size:18px!important}.fw-stat-icon.live{animation:fw-dot 1.6s infinite ease-in-out}@keyframes fw-dot{0%,to{box-shadow:0 0 #00e67647}50%{box-shadow:0 0 0 9px #22ff880a}}.fw-stats strong{display:block;font-size:36px;letter-spacing:-.04em}.fw-stats span{display:block;margin-top:8px;color:var(--fw-muted);font-size:13px;font-weight:800}.fw-section{position:relative;z-index:1;width:min(1200px,calc(100% - 32px));margin:0 auto;padding:80px 0}.fw-section-head{max-width:860px;margin:0 auto 46px;text-align:center}.fw-kicker{display:inline-block;color:var(--fw-green);font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.16em}.fw-section h2,.fw-final-cta h2{margin:12px 0 0;font-size:clamp(42px,5vw,82px);line-height:.94;letter-spacing:-.065em}.fw-section-head p,.fw-calc-left p,.fw-final-cta p{margin:18px auto 0;color:var(--fw-muted);font-size:18px;line-height:1.55}.reveal{opacity:0;transform:translateY(38px) scale(.985);transition:opacity .72s ease,transform .72s cubic-bezier(.2,.8,.2,1)}.reveal.fw-visible{opacity:1;transform:translateY(0) scale(1)}.fw-how{padding-top:88px}.fw-timeline{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:28px;margin-top:56px;align-items:start}.fw-timeline:before{content:"";position:absolute;top:56px;left:10%;right:10%;height:3px;background:linear-gradient(90deg,var(--fw-green),var(--fw-green-2));opacity:.75;z-index:0}.fw-timeline button{position:relative;z-index:1;border:0;background:transparent;color:var(--fw-text);text-align:center;min-height:230px;padding:0;display:flex;flex-direction:column;align-items:center}.fw-step-circle{position:relative;z-index:2;display:grid;place-items:center;width:112px;height:112px;margin:0 auto 26px;border-radius:50%;border:4px solid var(--fw-green);background:var(--fw-bg);color:var(--fw-green);font-size:34px;font-weight:950;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;box-shadow:0 0 0 14px var(--fw-bg)}.fw-light .fw-step-circle{background:#f6fff8;box-shadow:0 0 0 14px #f7f4ff}.fw-timeline button b{display:flex;align-items:center;justify-content:center;min-height:50px;font-size:20px;line-height:1.2}.fw-timeline button small{display:block;max-width:210px;margin:0 auto;color:var(--fw-muted);font-size:15px;line-height:1.55}.fw-timeline button:hover .fw-step-circle,.fw-timeline button.active .fw-step-circle{border-color:var(--fw-green-2);color:var(--fw-green-2);box-shadow:0 0 0 14px var(--fw-bg),0 0 0 22px #00e67612,0 0 55px #00e67633;background:#00e67612}.fw-light .fw-timeline button:hover .fw-step-circle,.fw-light .fw-timeline button.active .fw-step-circle{box-shadow:0 0 0 14px #fff,0 0 0 22px #00e6761f,0 0 55px #00e6762e}.fw-timeline button.active b{color:var(--fw-green)}.fw-step-detail{display:grid;grid-template-columns:1fr minmax(320px,.75fr);gap:28px;align-items:stretch;margin-top:18px;padding:26px;border:1px solid var(--fw-line);border-radius:30px;background:linear-gradient(135deg,#ffffff14,#ffffff0a)}.fw-light .fw-step-detail{background:#ffffffad}.fw-step-detail span{color:var(--fw-green);font-weight:950;text-transform:uppercase;font-size:12px;letter-spacing:.14em}.fw-step-detail h3{margin:10px 0;font-size:34px;letter-spacing:-.04em}.fw-step-detail p{color:var(--fw-muted);font-size:17px;line-height:1.55}.fw-chat-demo{border:1px solid var(--fw-line);border-radius:24px;padding:18px;background:#090a148f}.fw-light .fw-chat-demo{background:#ffffffbd}.fw-chat-demo b{color:var(--fw-green)}.fw-chat-demo p{border-radius:16px;background:#ffffff12;padding:12px;margin:12px 0 0;font-size:14px}.fw-light .fw-chat-demo p{background:#10131d0d}.fw-chat-demo .user{margin-left:46px;background:#00e6761a;color:var(--fw-text)}.fw-partner-grid,.fw-security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fw-partner-card,.fw-security-grid article,.fw-model-card,.fw-referral-card,.fw-offer-card,.fw-reviews article,.fw-faq-list div,.fw-calc-left,.fw-calc-result{border:1px solid var(--fw-line);background:#ffffff0f;box-shadow:inset 0 1px #ffffff0f}.fw-light .fw-partner-card,.fw-light .fw-security-grid article,.fw-light .fw-model-card,.fw-light .fw-referral-card,.fw-light .fw-offer-card,.fw-light .fw-reviews article,.fw-light .fw-faq-list div,.fw-light .fw-calc-left,.fw-light .fw-calc-result{background:#ffffffb8}.fw-partner-card{padding:24px;min-height:190px;border-radius:28px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fw-partner-card:hover,.fw-security-grid article:hover,.fw-referral-card:hover,.fw-offer-card:hover,.fw-reviews article:hover{transform:translateY(-6px);border-color:#00e6764d;background:#ffffff16}.fw-light .fw-partner-card:hover,.fw-light .fw-security-grid article:hover,.fw-light .fw-referral-card:hover,.fw-light .fw-offer-card:hover,.fw-light .fw-reviews article:hover{background:#fffffff2}.fw-partner-card span{display:inline-flex;color:var(--fw-green);background:#00e6761a;border:1px solid rgba(0,230,118,.22);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;text-transform:uppercase}.fw-partner-card h3,.fw-security-grid h3,.fw-model-card h3{font-size:24px;margin:20px 0 10px}.fw-partner-card p,.fw-security-grid p,.fw-model-card li{color:var(--fw-muted);line-height:1.55}.fw-offers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fw-offer-card{position:relative;overflow:hidden;border-radius:28px;padding:20px;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.fw-offer-card:before{content:"";position:absolute;inset:-80px -80px auto auto;width:160px;height:160px;border-radius:50%;background:#00e6761f;filter:blur(18px);opacity:0;transition:opacity .2s ease}.fw-offer-card:hover:before{opacity:1}.fw-offer-top{display:flex;align-items:center;justify-content:space-between}.fw-offer-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#22ff881c;color:var(--fw-green);font-weight:950}.fw-offer-card small{color:var(--fw-muted-2);font-weight:800}.fw-offer-card h3{margin:24px 0 0;font-size:22px;line-height:1.15}.fw-offer-card p{color:var(--fw-muted);line-height:1.5;min-height:74px}.fw-offer-meta{display:flex;align-items:center;justify-content:space-between;margin:18px 0}.fw-offer-meta b{color:var(--fw-green);font-size:24px}.fw-offer-meta span{color:var(--fw-muted);font-weight:800}.fw-offer-card button{width:100%;border:0;border-radius:16px;padding:14px;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));color:var(--fw-button-text);font-weight:950;transition:transform .18s ease,filter .18s ease}.fw-offer-card button:hover{transform:translateY(-2px);filter:brightness(1.08)}.fw-reviews{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fw-reviews article{border-radius:28px;padding:24px;min-height:230px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fw-review-head{display:flex;align-items:center;gap:14px}.fw-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));color:var(--fw-button-text);font-weight:950}.fw-review-head h3{margin:0;font-size:18px}.fw-review-head b{display:block;margin-top:4px;color:var(--fw-green);font-size:16px}.fw-stars{display:block;margin:18px 0 10px;color:var(--fw-green);letter-spacing:.05em}.fw-reviews p{color:var(--fw-muted);line-height:1.55}.fw-security-grid article{border-radius:28px;padding:26px;text-align:center;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fw-security-icon{width:64px;height:64px;margin:0 auto 18px;display:grid;place-items:center;border-radius:20px;background:#00e67621;font-size:30px}.fw-model-card{max-width:760px;margin:36px auto 0;padding:30px;border-radius:28px}.fw-model-card h3{text-align:center;margin-top:0}.fw-model-card ol{margin:18px 0 0;padding-left:24px;display:grid;gap:12px}.fw-model-card li::marker{color:var(--fw-green);font-weight:950}.fw-referral-card{max-width:960px;margin:0 auto;padding:36px;text-align:center;border-radius:32px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fw-referral-badge{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 18px;border-radius:24px;background:#00e6761f;font-size:34px;box-shadow:0 0 55px #00e6761f}.fw-referral-card h3{margin:0 0 12px;font-size:34px;letter-spacing:-.04em}.fw-referral-card>p{max-width:720px;margin:0 auto 26px;color:var(--fw-muted);line-height:1.55}.fw-referral-levels{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.fw-referral-levels article{border:1px solid var(--fw-line);border-radius:24px;background:#ffffff0b;padding:24px 18px}.fw-light .fw-referral-levels article{background:#10131d0a}.fw-referral-levels i{display:block;font-style:normal;font-size:34px;margin-bottom:10px}.fw-referral-levels span{display:block;color:var(--fw-muted);font-weight:900}.fw-referral-levels b{display:block;margin:8px 0 4px;color:var(--fw-green);font-size:42px;letter-spacing:-.05em}.fw-referral-levels small{color:var(--fw-muted)}.fw-referral-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}.fw-referral-meta div{border:1px solid var(--fw-line);border-radius:18px;padding:18px;background:#22ff880e}.fw-referral-meta b{display:block;color:var(--fw-green);font-size:38px}.fw-referral-meta span{color:var(--fw-muted)}.fw-calc-tabs{width:min(900px,100%);margin:0 auto 22px;display:grid;grid-template-columns:repeat(2,1fr);gap:0;background:#ffffff0e;border:1px solid var(--fw-line);border-radius:18px;padding:6px}.fw-calc-tabs button{border:0;border-radius:13px;padding:18px;background:transparent;color:var(--fw-text);font-weight:950;font-size:16px}.fw-calc-tabs button.active{background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));color:var(--fw-button-text)}.fw-calculator{display:grid;grid-template-columns:1fr;gap:22px;width:min(900px,100%);margin:0 auto}.fw-calc-left,.fw-calc-result{border-radius:32px;padding:32px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.fw-range-label{display:flex;justify-content:space-between;align-items:center;margin:16px 0 11px;color:var(--fw-text);font-weight:950;font-size:18px}.fw-range-label b{color:var(--fw-green);font-size:34px}.fw-calc-left input[type=range]{width:100%;accent-color:var(--fw-green)}.fw-calc-note{border:1px solid var(--fw-line);border-radius:14px;padding:14px;font-size:14px!important}.fw-calc-result{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch;box-shadow:0 0 80px #22ff8814}.fw-calc-result div{border:1px solid var(--fw-line);border-radius:22px;padding:22px 16px;text-align:center;background:#ffffff0a}.fw-calc-result .month{border-color:#22ff8859;background:#22ff880f}.fw-calc-result small{color:var(--fw-muted);font-size:15px;font-weight:900}.fw-calc-result strong{display:block;margin:12px 0 0;font-size:clamp(28px,4vw,42px);letter-spacing:-.06em;color:var(--fw-text)}.fw-calc-result .month strong{color:var(--fw-green)}.fw-calc-result button{grid-column:1 / -1;justify-self:center}.fw-faq-list{max-width:900px;margin:0 auto;display:grid;gap:12px}.fw-faq-list div{padding:0;overflow:hidden;border-radius:24px}.fw-faq-list button{width:100%;border:0;background:transparent;color:var(--fw-text);padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;text-align:left;font-size:18px;font-weight:950}.fw-faq-list button span{color:var(--fw-green);font-size:26px}.fw-faq-list p{margin:0;padding:0 24px 22px;color:var(--fw-muted);line-height:1.55}.fw-faq-list .open{border-color:#00e67642;background:#22ff880e}.fw-final-cta{position:relative;z-index:1;width:min(1000px,calc(100% - 32px));margin:30px auto 0;padding:48px;text-align:center;border:1px solid rgba(0,230,118,.25);border-radius:36px;background:radial-gradient(circle at 50% 0,rgba(0,230,118,.18),transparent 55%),#ffffff0f;box-shadow:0 30px 100px #00000052}.fw-final-cta p{max-width:680px}.fw-final-cta button{margin-top:24px}.fw-footer{position:relative;z-index:1;width:min(1200px,calc(100% - 32px));margin:0 auto;padding:42px 0 56px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;color:var(--fw-muted-2);border-top:1px solid var(--fw-line)}.fw-footer nav{display:flex;align-items:center;justify-content:center;gap:22px}.fw-footer nav a{color:var(--fw-muted);text-decoration:none;font-weight:900}.fw-footer nav a:hover{color:var(--fw-green)}.fw-copy{justify-self:end;font-weight:900;color:var(--fw-muted)}@media (max-width: 1050px){.fw-header{align-items:center}.fw-menu-btn{display:block;order:3}.fw-logo{min-width:0}.fw-header-actions{min-width:0;margin-left:auto}.fw-nav{position:absolute;top:calc(100% + 10px);left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:16px;border:1px solid var(--fw-line);border-radius:22px;background:#090a14f5;box-shadow:0 20px 60px #00000059}.fw-light .fw-nav{background:#fffffff5}.fw-nav.open{display:flex}.fw-nav a{padding:14px 16px;border-radius:14px}.fw-nav-telegram{display:block!important;color:var(--fw-blue)!important}.fw-page main{padding-top:130px}.fw-hero{grid-template-columns:1fr;min-height:auto}.fw-live-board{max-width:560px}.fw-offers-grid,.fw-partner-grid,.fw-security-grid,.fw-reviews{grid-template-columns:repeat(2,1fr)}.fw-timeline{grid-template-columns:1fr;gap:14px}.fw-timeline:before{display:none}.fw-timeline button{display:grid;grid-template-columns:86px 1fr;text-align:left;gap:16px;min-height:auto;align-items:center;border:1px solid var(--fw-line);border-radius:24px;padding:14px;background:#ffffff0b}.fw-step-circle{width:72px;height:72px;margin:0;font-size:26px;border-width:3px;grid-row:1 / span 2;box-shadow:none}.fw-timeline button b{min-height:0;justify-content:flex-start}.fw-timeline button small{max-width:none;margin:0}.fw-step-detail{grid-template-columns:1fr}.fw-footer{grid-template-columns:1fr;text-align:center}.fw-footer-logo{justify-content:center;justify-self:center}.fw-copy{justify-self:center}}@media (max-width: 720px){.fw-header{top:8px;width:calc(100% - 18px);border-radius:18px;gap:8px;padding:8px}.fw-logo small,.fw-telegram{display:none}.fw-theme,.fw-menu-btn{width:40px;height:40px}.fw-small{padding:11px 14px}.fw-page main{padding-top:92px}.fw-hero{padding-top:32px;gap:34px}.fw-hero h1{font-size:clamp(44px,15vw,62px)}.fw-hero-buttons{display:grid}.fw-stats,.fw-offers-grid,.fw-reviews,.fw-partner-grid,.fw-security-grid,.fw-referral-levels,.fw-referral-meta,.fw-calc-result{grid-template-columns:1fr}.fw-stats{margin-top:0}.fw-section{padding:58px 0}.fw-section h2,.fw-final-cta h2{font-size:40px}.fw-live-board{padding:16px}.fw-payout-row{grid-template-columns:42px 1fr}.fw-payout-row strong{grid-column:2}.fw-toast{left:12px;bottom:12px;width:calc(100% - 24px)}.fw-calc-tabs{grid-template-columns:1fr}.fw-footer nav{flex-wrap:wrap}}.fw-month-pill{display:inline-flex;align-items:center;gap:14px;width:fit-content;margin-bottom:26px;padding:9px 14px 9px 9px;border:1px solid rgba(0,230,118,.26);border-radius:999px;background:linear-gradient(135deg,#00e6761a,#008b6b14);box-shadow:0 0 44px #00e6761f,inset 0 1px #ffffff14;color:var(--fw-text)}.fw-month-pill strong{position:relative;display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2));color:#071006;font-size:12px;font-weight:950;letter-spacing:.08em}.fw-month-pill strong:before{content:"";width:7px;height:7px;border-radius:50%;background:#071006;box-shadow:0 0 0 7px #0710061a;animation:fw-pulse 1.8s ease-in-out infinite}.fw-month-pill span{color:var(--fw-muted);font-weight:900;font-size:14px}.fw-month-pill b{padding-left:12px;border-left:1px solid var(--fw-line);font-size:16px}.fw-typing-title em{display:inline-block;min-width:6.3em}.fw-cursor{color:var(--fw-green-2);font-weight:300;animation:fw-cursor 1s steps(2,start) infinite}@keyframes fw-cursor{0%,44%{opacity:1}45%,to{opacity:0}}.fw-hero-copy{position:relative;z-index:2}.fw-platform-stats{position:relative;z-index:1;width:min(1200px,calc(100% - 32px));margin:10px auto 40px;padding:72px 0 26px}.fw-platform-head{text-align:left;margin:0 0 36px;max-width:760px}.fw-platform-head h2{text-align:left}.fw-platform-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr;gap:18px}.fw-platform-grid article{position:relative;min-height:184px;border:1px solid var(--fw-line);border-radius:28px;padding:28px;background:#ffffff0b;box-shadow:inset 0 1px #ffffff0f;overflow:hidden}.fw-light .fw-platform-grid article{background:#ffffffb8}.fw-platform-grid article:not(.fw-total-card):hover{transform:translateY(-4px);border-color:#00e67647;transition:transform .18s ease,border-color .18s ease}.fw-total-card{grid-row:span 2;min-height:386px!important;background:radial-gradient(circle at 70% 70%,rgba(0,230,118,.12),transparent 48%),#ffffff0e!important}.fw-platform-grid small,.fw-total-card span{display:block;color:var(--fw-muted-2);font-size:12px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.fw-platform-grid strong{display:block;margin:14px 0 8px;font-size:clamp(34px,4.6vw,72px);line-height:.95;letter-spacing:-.07em;color:var(--fw-text)}.fw-platform-grid article:not(.fw-total-card) strong{font-size:clamp(34px,3vw,52px)}.fw-total-card strong{background:linear-gradient(135deg,#fff,var(--fw-green-2));-webkit-background-clip:text;background-clip:text;color:transparent}.fw-platform-grid p{margin:0;color:var(--fw-muted);line-height:1.45}.fw-platform-grid .fw-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:14px;border-radius:14px;background:#00e6761a;color:var(--fw-green);font-size:20px}.fw-platform-grid .fw-stat-icon.live{animation:fw-pulse 1.8s ease-in-out infinite}.fw-growth-chart{position:absolute;left:28px;right:28px;bottom:30px;height:118px;display:flex;align-items:end;gap:11px}.fw-growth-chart i{display:block;flex:1;border-radius:12px 12px 0 0;background:linear-gradient(180deg,var(--fw-green),rgba(34,255,136,.08));opacity:.85;box-shadow:0 0 28px #00e6761a}.fw-growth-chart i:nth-child(1){height:28%}.fw-growth-chart i:nth-child(2){height:36%}.fw-growth-chart i:nth-child(3){height:44%}.fw-growth-chart i:nth-child(4){height:58%}.fw-growth-chart i:nth-child(5){height:70%}.fw-growth-chart i:nth-child(6){height:84%}.fw-growth-chart i:nth-child(7){height:100%}@media (max-width: 1050px){.fw-platform-grid{grid-template-columns:repeat(2,1fr)}.fw-total-card{grid-column:1 / -1;grid-row:auto}}@media (max-width: 720px){.fw-month-pill{flex-wrap:wrap;gap:8px;padding:8px}.fw-month-pill b{border-left:0;padding-left:0;width:100%}.fw-typing-title em{min-width:0}.fw-platform-stats{padding:48px 0 10px}.fw-platform-grid{grid-template-columns:1fr}.fw-total-card{min-height:310px!important}.fw-growth-chart{height:84px}}.fw-typing-title{display:block}.fw-typing-word{display:inline-flex;align-items:baseline;white-space:nowrap}.fw-typing-title em{display:inline;min-width:0!important}.fw-cursor{display:inline-block;margin-left:3px;color:var(--fw-green-2);transform:translateY(-1px)}.fw-trust-row.compact{display:flex;align-items:center;gap:14px}.fw-trust-row.compact span{white-space:nowrap}.fw-platform-grid.one-line{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.fw-platform-grid.one-line article{min-height:210px;display:flex;flex-direction:column;justify-content:flex-start}.fw-platform-grid.one-line strong{font-size:clamp(26px,2.4vw,42px)!important}.fw-mini-chart{display:flex;align-items:end;gap:5px;height:38px;margin-top:auto}.fw-mini-chart i{flex:1;min-width:5px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--fw-green),rgba(34,255,136,.06))}.fw-mini-chart i:nth-child(1){height:28%}.fw-mini-chart i:nth-child(2){height:45%}.fw-mini-chart i:nth-child(3){height:62%}.fw-mini-chart i:nth-child(4){height:78%}.fw-mini-chart i:nth-child(5){height:100%}.fw-offer-card{display:flex;flex-direction:column;min-height:370px}.fw-offer-card p{min-height:82px}.fw-offer-meta{margin-top:auto}.fw-ref-lines{display:grid;gap:4px}.fw-ref-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.fw-ref-breakdown span{border:1px solid var(--fw-line);border-radius:18px;padding:14px;background:#ffffff0b}.fw-ref-breakdown b{display:block;color:var(--fw-green);font-size:20px}.fw-ref-breakdown small{display:block;margin-top:4px;color:var(--fw-muted)}.fw-bonus-progress{margin-top:18px;padding:18px;border:1px solid var(--fw-line);border-radius:22px;background:#ffffff0b}.fw-bonus-head{display:flex;justify-content:space-between;gap:14px;align-items:center;color:var(--fw-text);font-weight:900}.fw-bonus-head span{color:var(--fw-green);font-size:13px}.fw-bonus-line{position:relative;height:10px;margin:18px 0 12px;border-radius:999px;background:#ffffff1f;overflow:hidden}.fw-bonus-line i{position:absolute;left:0;top:0;bottom:0;border-radius:999px;background:linear-gradient(90deg,var(--fw-green),var(--fw-green-2));box-shadow:0 0 26px #00e67642}.fw-bonus-marks{display:flex;justify-content:space-between;gap:8px;color:var(--fw-muted);font-size:12px;font-weight:800}.fw-bonus-progress p{color:var(--fw-muted);font-size:13px!important;margin:12px 0 0!important}@media (max-width: 1100px){.fw-platform-grid.one-line{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.fw-platform-grid.one-line,.fw-ref-breakdown{grid-template-columns:1fr}.fw-trust-row.compact span{white-space:normal}.fw-bonus-head,.fw-bonus-marks{flex-direction:column;align-items:flex-start}}.fw-typing-title{display:flex!important;flex-direction:column;align-items:flex-start;gap:.02em}.fw-typing-title>span{display:block}.fw-typing-word{display:inline-flex!important;align-items:baseline;min-height:.95em;min-width:7.2em;white-space:nowrap}.fw-typing-word em{display:inline!important;min-width:0!important}.fw-cursor{color:var(--fw-green)!important;margin-left:4px;transform:translateY(-2px)}.fw-section-head{max-width:960px;margin-bottom:42px}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{display:block;margin-bottom:14px;font-size:clamp(36px,5vw,76px);line-height:.94;letter-spacing:-.06em;text-transform:none;color:var(--fw-text);background:linear-gradient(135deg,#fff 0%,var(--fw-green) 78%);-webkit-background-clip:text;background-clip:text;color:transparent}.fw-light .fw-section-head .fw-kicker,.fw-light .fw-platform-head .fw-kicker{background:linear-gradient(135deg,#101114 0%,var(--fw-green-2) 82%);-webkit-background-clip:text;background-clip:text;color:transparent}.fw-section h2,.fw-final-cta h2{font-size:clamp(28px,3.5vw,50px);line-height:1.06;letter-spacing:-.045em;color:var(--fw-text);opacity:.92}.fw-section-head p{max-width:760px}.fw-platform-head{text-align:center!important;margin:0 auto 36px!important;max-width:940px!important}.fw-platform-head h2{text-align:center!important}.fw-platform-grid.one-line{width:100%;align-items:stretch}.fw-platform-grid.one-line article{min-height:190px;text-align:center;align-items:center;justify-content:flex-start;padding:24px 14px}.fw-platform-grid.one-line strong{white-space:nowrap;font-size:clamp(22px,2vw,34px)!important;line-height:1!important;letter-spacing:-.045em!important}.fw-platform-grid.one-line small{min-height:32px;display:flex;align-items:center;justify-content:center}.fw-platform-grid.one-line p{min-height:42px;display:flex;align-items:flex-start;justify-content:center}.fw-platform-grid .fw-stat-icon{width:46px!important;height:46px!important;margin:0 auto 14px!important;border-radius:16px!important;background:linear-gradient(135deg,#00e67629,#22ff880a)!important;border:1px solid rgba(0,230,118,.22);color:var(--fw-green)!important;font-size:15px!important;font-weight:950!important;letter-spacing:-.03em;box-shadow:0 0 30px #00e6761a,inset 0 1px #ffffff14}.fw-how .fw-section-head .fw-kicker{background:linear-gradient(135deg,#F6F8F7,var(--fw-green),var(--fw-green-2));-webkit-background-clip:text;background-clip:text;color:transparent}.fw-how .fw-timeline:before{background:linear-gradient(90deg,var(--fw-green),var(--fw-green-2));opacity:.78}.fw-how .fw-step-circle{border-color:var(--fw-green);color:var(--fw-green);background:var(--fw-bg)}.fw-how .fw-timeline button:hover .fw-step-circle,.fw-how .fw-timeline button.active .fw-step-circle{border-color:var(--fw-green-2);color:var(--fw-green-2);background:#00e67614;box-shadow:0 0 0 14px var(--fw-bg),0 0 0 22px #00e67617,0 0 55px #008b6b2e}.fw-light .fw-how .fw-timeline button:hover .fw-step-circle,.fw-light .fw-how .fw-timeline button.active .fw-step-circle{box-shadow:0 0 0 14px #fff,0 0 0 22px #00e6761f,0 0 55px #008b6b29}.fw-how .fw-timeline button.active b,.fw-how .fw-step-detail span{color:var(--fw-green-2)}.fw-offer-card{min-height:392px}.fw-offer-card h3{min-height:52px;display:flex;align-items:flex-start}.fw-offer-card p{min-height:104px}.fw-offer-meta{min-height:34px}.fw-offer-card button{margin-top:0}.fw-ref-lines{gap:10px}.fw-ref-lines .fw-range-label{align-items:flex-start;gap:16px;line-height:1.25}.fw-ref-lines .fw-range-label b{flex:0 0 auto}.fw-ref-breakdown span{min-height:96px;display:flex;flex-direction:column;justify-content:center}.fw-bonus-progress{border-color:#00e67642;background:radial-gradient(circle at 16% 0%,rgba(0,230,118,.12),transparent 45%),#ffffff0e;box-shadow:0 0 55px #22ff8814}.fw-bonus-head b{font-size:18px;color:var(--fw-green)}.fw-bonus-line i{background:linear-gradient(90deg,var(--fw-green),var(--fw-green-2))}.fw-calc-result .bonus{border-color:#00e6764d;background:#22ff880d}.fw-calc-result .bonus strong{color:var(--fw-green)}@media (max-width: 1100px){.fw-platform-grid.one-line{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.fw-typing-title{align-items:flex-start}.fw-typing-word{min-width:0}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{font-size:clamp(36px,12vw,56px)}.fw-section h2,.fw-final-cta h2{font-size:clamp(28px,8vw,42px)}.fw-platform-grid.one-line{grid-template-columns:1fr}.fw-platform-grid.one-line article{min-height:165px}.fw-platform-grid.one-line strong{font-size:clamp(28px,9vw,38px)!important}.fw-calc-result{grid-template-columns:1fr}}.fw-light .fw-header{border-color:#10111414}.fw-light .fw-logo small,.fw-light .fw-footer-logo small{color:#10111485}.fw-light .fw-primary{box-shadow:0 18px 44px #00a86b2e}.fw-light .fw-primary:hover{box-shadow:0 24px 60px #00a86b38}.fw-light .fw-telegram{border-color:#00a86b2e;background:#00a86b0f;color:var(--fw-green-2)}.fw-light .fw-trust-row span{background:#00a86b0f;border-color:#00a86b29;color:var(--fw-green-2)}.fw-light .fw-mini-path b{color:#fff}.fw-light .fw-platform-grid.one-line article,.fw-light .fw-partner-card,.fw-light .fw-security-grid article,.fw-light .fw-model-card,.fw-light .fw-referral-card,.fw-light .fw-offer-card,.fw-light .fw-reviews article,.fw-light .fw-faq-list div,.fw-light .fw-calc-left,.fw-light .fw-calc-result,.fw-light .fw-step-detail{box-shadow:0 12px 34px #1011140d}.fw-light .fw-theme,.fw-light .fw-menu-btn{background:#10111408}.fw-light .fw-how .fw-section-head .fw-kicker{background:linear-gradient(135deg,#101114,var(--fw-green-2));-webkit-background-clip:text;background-clip:text;color:transparent}.fw-page{background:radial-gradient(circle at 18% 10%,rgba(0,200,83,.08),transparent 28rem),radial-gradient(circle at 78% 16%,rgba(0,200,83,.06),transparent 28rem),linear-gradient(180deg,#080e14,#0a0f16,#080b10)}.fw-page.fw-light{background:radial-gradient(circle at 16% 12%,rgba(0,200,83,.08),transparent 30rem),linear-gradient(180deg,#fff,#f6f8fa 46%,#fff)}.fw-bg-grid{opacity:.22}.fw-header{top:18px;min-height:70px;border-radius:18px;border-color:#1f2633eb;background:#080e14d1;box-shadow:0 24px 70px #00000057,inset 0 1px #ffffff0d}.fw-light .fw-header{border-color:#e5e7eb;background:#ffffffe0;box-shadow:0 22px 54px #1111140f,inset 0 1px #ffffffe6}.fw-logo,.fw-footer-logo{min-width:180px;gap:10px}.fw-logo-mark{width:38px;height:38px;border-radius:12px;background:#00c85314;box-shadow:none}.fw-logo-mark svg{width:30px;height:30px}.fw-logo-mark svg path:first-child{fill:#00c85314;stroke:var(--fw-green);stroke-width:2.7}.fw-logo-mark svg path:last-child{stroke:var(--fw-green);filter:none}.fw-brand-text{display:inline-flex!important;align-items:baseline;gap:0;font-size:22px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.035em!important;text-transform:none!important}.fw-brand-fast{color:var(--fw-text)}.fw-brand-work{color:var(--fw-green)}.fw-logo small,.fw-footer-logo small{display:none}.fw-nav a{font-size:13px;font-weight:750;color:var(--fw-muted)}.fw-nav a:after{background:var(--fw-green)}.fw-primary{border-radius:10px;background:#00c853;color:var(--fw-button-text);box-shadow:none;font-weight:850}.fw-primary:hover{box-shadow:0 18px 44px #00c85333;filter:none}.fw-secondary{border-radius:10px;border-color:var(--fw-line);background:#ffffff0a}.fw-light .fw-secondary{background:#fff}.fw-theme,.fw-telegram{border-radius:10px}.fw-page main{padding-top:112px}.fw-hero{min-height:calc(100vh - 112px);grid-template-columns:minmax(0,.96fr) minmax(430px,.74fr);gap:72px;padding-top:78px}.fw-month-pill{border-radius:999px;border-color:#00c85338;background:#00c85314;color:var(--fw-muted);box-shadow:none}.fw-month-pill strong{background:#00c85324;color:var(--fw-green)}.fw-hero-title-v9{margin:0;max-width:720px;font-size:clamp(46px,5.7vw,92px);line-height:.92;letter-spacing:-.075em;font-weight:900}.fw-hero-title-v9>span{display:block}.fw-hero-accent{color:var(--fw-green)}.fw-brand-inline{font-weight:900;font-style:normal}.fw-brand-inline span{color:var(--fw-text)}.fw-brand-inline em{color:var(--fw-green);font-style:normal}.fw-hero-sub{max-width:610px;color:var(--fw-muted);font-size:clamp(17px,1.35vw,21px);line-height:1.55}.fw-trust-row.compact{gap:18px}.fw-trust-row span{border:0;background:transparent;color:var(--fw-muted);padding:0;font-size:13px;font-weight:700}.fw-trust-row span:before{width:auto;height:auto;background:transparent;color:var(--fw-green)}.fw-mini-path{display:none}.fw-income-card{position:relative;border:1px solid rgba(0,200,83,.22);border-radius:18px;padding:26px;background:radial-gradient(circle at 76% 20%,rgba(0,200,83,.15),transparent 42%),#111620d1;box-shadow:0 28px 90px #00000052,0 0 70px #00c85314;overflow:hidden}.fw-light .fw-income-card{background:#fff;border-color:#e5e7eb;box-shadow:0 24px 70px #11111412}.fw-income-top{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--fw-muted);font-size:13px;font-weight:700}.fw-income-top b{color:var(--fw-green);font-size:12px;font-weight:800}.fw-income-card>strong{display:block;margin-top:14px;font-size:clamp(42px,4.8vw,74px);line-height:.92;letter-spacing:-.055em;white-space:nowrap}.fw-income-chart{position:relative;height:190px;margin:22px 0 18px;display:flex;align-items:end;gap:10px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#00c85314,#00c85304);padding:22px 20px}.fw-income-chart i{display:block;flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#00c853,#00c8531a);box-shadow:0 0 22px #00c8531f}.fw-income-chart i:nth-child(1){height:22%}.fw-income-chart i:nth-child(2){height:28%}.fw-income-chart i:nth-child(3){height:36%}.fw-income-chart i:nth-child(4){height:44%}.fw-income-chart i:nth-child(5){height:52%}.fw-income-chart i:nth-child(6){height:63%}.fw-income-chart i:nth-child(7){height:72%}.fw-income-chart i:nth-child(8){height:86%}.fw-income-chart i:nth-child(9){height:100%}.fw-chart-line{position:absolute;left:22px;right:22px;bottom:34px;height:66%;border-bottom:3px solid var(--fw-green);border-right:3px solid var(--fw-green);border-radius:0 0 22px;opacity:.72;transform:skewY(-9deg);transform-origin:left bottom}.fw-chart-line:after{content:"";position:absolute;right:-7px;top:-5px;width:13px;height:13px;border-radius:50%;background:var(--fw-green);box-shadow:0 0 0 7px #00c85324}.fw-income-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.fw-income-mini div{border:1px solid var(--fw-line);border-radius:14px;padding:18px;background:#ffffff09}.fw-light .fw-income-mini div{background:#fff}.fw-income-mini small{display:block;color:var(--fw-muted);font-weight:700}.fw-income-mini b{display:block;margin-top:8px;font-size:24px;letter-spacing:-.04em}.fw-income-mini em{display:block;margin-top:8px;color:var(--fw-green);font-style:normal;font-weight:800}.fw-section,.fw-platform-stats{width:min(1200px,calc(100% - 32px))}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{font-size:clamp(40px,5vw,78px)!important;letter-spacing:-.07em!important;line-height:.94!important;background:linear-gradient(135deg,var(--fw-text) 0%,var(--fw-green) 86%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.fw-platform-single{max-width:900px;margin:0 auto}.fw-platform-total-card{position:relative;overflow:hidden;min-height:420px;border:1px solid rgba(0,200,83,.22);border-radius:24px;padding:34px;background:radial-gradient(circle at 76% 20%,rgba(0,200,83,.14),transparent 42%),#111620d1;box-shadow:0 24px 90px #00000042,inset 0 1px #ffffff0d}.fw-light .fw-platform-total-card{background:#fff;border-color:#e5e7eb;box-shadow:0 24px 70px #1111140f}.fw-platform-total-copy{position:relative;z-index:2}.fw-stat-label{display:block;color:var(--fw-muted);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.fw-platform-total-card strong{display:block;margin-top:18px;font-size:clamp(48px,7vw,96px);line-height:.9;letter-spacing:-.075em;white-space:nowrap}.fw-platform-total-card p{margin:14px 0 0;color:var(--fw-muted);font-size:16px}.fw-platform-growth{position:absolute;left:34px;right:34px;bottom:34px;height:170px;display:flex;align-items:end;gap:12px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#00c85314,#00c85305)}.fw-platform-growth i{display:block;flex:1;min-width:12px;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#00c853,#00c8531a)}.fw-platform-growth i:nth-child(1){height:20%}.fw-platform-growth i:nth-child(2){height:24%}.fw-platform-growth i:nth-child(3){height:31%}.fw-platform-growth i:nth-child(4){height:38%}.fw-platform-growth i:nth-child(5){height:46%}.fw-platform-growth i:nth-child(6){height:55%}.fw-platform-growth i:nth-child(7){height:66%}.fw-platform-growth i:nth-child(8){height:77%}.fw-platform-growth i:nth-child(9){height:88%}.fw-platform-growth i:nth-child(10){height:100%}@media (max-width: 1050px){.fw-hero{grid-template-columns:1fr}.fw-income-card{max-width:620px}}@media (max-width: 720px){.fw-brand-text{font-size:20px!important}.fw-hero-title-v9{font-size:clamp(46px,13vw,68px)}.fw-income-card,.fw-platform-total-card{padding:20px}.fw-income-card>strong,.fw-platform-total-card strong{font-size:clamp(36px,11vw,54px)}.fw-income-mini{grid-template-columns:1fr}.fw-platform-total-card{min-height:360px}.fw-platform-growth{left:20px;right:20px;bottom:20px;height:135px}}:root{--fw-bg: #080E14;--fw-bg-soft: #111620;--fw-card: rgba(17,22,32,.92);--fw-card-2: rgba(10,14,20,.94);--fw-line: rgba(166,176,195,.16);--fw-text: #FFFFFF;--fw-muted: #A6B0C3;--fw-muted-2: #6B7280;--fw-green: #00C853;--fw-green-2: #00C853;--fw-button-text: #07130C}.fw-page{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;background:radial-gradient(circle at 78% 17%,rgba(0,200,83,.09),transparent 34rem),linear-gradient(180deg,#080e14,#070b11 52%,#080e14)!important}.fw-page.fw-light{--fw-bg: #FFFFFF;--fw-bg-soft: #F6F8FA;--fw-card: #FFFFFF;--fw-card-2: #FFFFFF;--fw-line: #E5E7EB;--fw-text: #111114;--fw-muted: #6B7280;--fw-muted-2: #8A93A3;--fw-green: #00C853;--fw-green-2: #00C853;--fw-button-text: #FFFFFF;background:radial-gradient(circle at 75% 16%,rgba(0,200,83,.055),transparent 32rem),linear-gradient(180deg,#fff,#f6f8fa 54%,#fff)!important}.fw-bg-grid,.fw-orb{display:none!important}.fw-header{background:#080e14d6!important;border-color:#a6b0c324!important;border-radius:22px!important;box-shadow:0 18px 60px #00000052!important}.fw-light .fw-header{background:#ffffffd6!important;border-color:#e5e7eb!important;box-shadow:0 18px 60px #11111414!important}.fw-brand-text{font-weight:900!important;letter-spacing:-.04em!important;text-transform:none!important;font-size:23px!important}.fw-logo strong,.fw-footer-logo strong{letter-spacing:-.04em!important}.fw-brand-fast{color:var(--fw-text)!important}.fw-brand-work{color:var(--fw-green)!important}.fw-logo small{display:none!important}.fw-logo-mark{background:transparent!important;box-shadow:none!important}.fw-logo-mark svg path:first-child{fill:#00c8530f!important;stroke:var(--fw-green)!important}.fw-logo-mark svg path:last-child{stroke:var(--fw-green)!important;filter:none!important}.fw-nav a{color:var(--fw-text)!important;font-weight:700!important;font-size:13px!important}.fw-nav a:hover{background:#ffffff0d!important}.fw-light .fw-nav a:hover{background:#1111140a!important}.fw-nav a:after{background:var(--fw-green)!important}.fw-primary{background:#00c853!important;color:var(--fw-button-text)!important;border-radius:10px!important;box-shadow:none!important;font-weight:800!important}.fw-primary:hover{box-shadow:0 18px 44px #00c8532e!important;filter:none!important}.fw-secondary{background:#ffffff0a!important;border-color:var(--fw-line)!important;border-radius:10px!important;font-weight:800!important}.fw-light .fw-secondary{background:#fff!important}.fw-telegram,.fw-theme{border-radius:10px!important}.fw-page main{padding-top:112px!important}.fw-hero{grid-template-columns:minmax(0,.98fr) minmax(430px,.76fr)!important;gap:72px!important;padding-top:76px!important;align-items:center!important}.fw-month-pill{background:#00c85314!important;border:1px solid rgba(0,200,83,.22)!important;color:var(--fw-muted)!important;box-shadow:none!important;border-radius:999px!important}.fw-month-pill strong{background:#00c85324!important;color:var(--fw-green)!important}.fw-hero-title-v9{margin:0!important;max-width:720px!important;font-size:clamp(48px,5.8vw,92px)!important;line-height:.92!important;letter-spacing:-.075em!important;font-weight:900!important}.fw-hero-title-v9>span{display:block!important}.fw-hero-accent,.fw-brand-inline em{color:var(--fw-green)!important}.fw-brand-inline span{color:var(--fw-text)!important}.fw-hero-sub{max-width:610px!important;color:var(--fw-muted)!important;font-size:clamp(17px,1.35vw,21px)!important;line-height:1.55!important;font-weight:500!important}.fw-trust-row.compact{gap:18px!important}.fw-trust-row span{border:0!important;background:transparent!important;color:var(--fw-muted)!important;padding:0!important;font-size:13px!important;font-weight:700!important}.fw-trust-row span:before{width:auto!important;height:auto!important;background:transparent!important;color:var(--fw-green)!important}.fw-mini-path{display:none!important}.fw-hero-live-board,.fw-live-board{position:relative!important;border:1px solid rgba(0,200,83,.2)!important;border-radius:18px!important;padding:22px!important;background:#111620eb!important;box-shadow:0 24px 70px #00000047!important;overflow:hidden!important}.fw-light .fw-hero-live-board,.fw-light .fw-live-board{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 18px 48px #11111414!important}.fw-live-board:before{display:none!important}.fw-live-board-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important;color:var(--fw-muted)!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}.fw-live-board-head span{display:inline-flex!important;align-items:center!important;gap:9px!important}.fw-live-board-head i{width:8px!important;height:8px!important;border-radius:50%!important;background:var(--fw-green)!important;box-shadow:0 0 0 7px #00c8531c!important;animation:fw-pulse 1.8s ease-in-out infinite!important}.fw-live-board-head small{color:var(--fw-green)!important}.fw-payout-list{display:grid!important;gap:12px!important}.fw-payout-row{display:grid!important;grid-template-columns:46px 1fr auto!important;gap:12px!important;align-items:center!important;padding:13px!important;border-radius:14px!important;border:1px solid var(--fw-line)!important;background:#ffffff09!important;transition:transform .22s ease,background .22s ease,border-color .22s ease!important}.fw-light .fw-payout-row{background:#fff!important}.fw-payout-row.active{transform:translate(-4px)!important;background:#00c85314!important;border-color:#00c8533d!important}.fw-payout-avatar{width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:#00c8531f!important;color:var(--fw-green)!important;font-weight:900!important}.fw-payout-row b{display:block!important;color:var(--fw-text)!important;font-size:14px!important;font-weight:800!important}.fw-payout-row small{display:block!important;color:var(--fw-muted-2)!important;margin-top:4px!important;font-size:11px!important;font-weight:600!important}.fw-payout-row strong{color:var(--fw-green)!important;font-size:16px!important;white-space:nowrap!important}.fw-live-total{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;margin-top:20px!important;padding-top:18px!important;border-top:1px solid var(--fw-line)!important}.fw-live-total span{color:var(--fw-muted-2)!important;font-size:12px!important;font-weight:900!important;text-transform:uppercase!important}.fw-live-total b{font-size:27px!important;letter-spacing:-.05em!important}.fw-live-total i{grid-column:2!important;grid-row:1 / span 2!important;display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border-radius:50%!important;color:var(--fw-green)!important;background:#00c8531a!important;font-style:normal!important}.fw-toast{background:#111620eb!important;border-radius:16px!important}.fw-light .fw-toast{background:#fff!important}.fw-toast-icon{background:#00c8531f!important;color:var(--fw-green)!important}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{font-size:clamp(40px,5vw,78px)!important;letter-spacing:-.07em!important;line-height:.94!important;text-transform:none!important;background:linear-gradient(135deg,var(--fw-text) 0%,var(--fw-green) 86%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.fw-section h2,.fw-final-cta h2{font-size:clamp(26px,3.1vw,46px)!important;color:var(--fw-muted)!important;letter-spacing:-.04em!important}.fw-platform-single{max-width:1040px!important;margin:0 auto!important}.fw-platform-total-v11{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(220px,.72fr)!important;gap:16px!important;min-height:unset!important;border:1px solid rgba(0,200,83,.2)!important;border-radius:24px!important;padding:18px!important;background:#111620eb!important;box-shadow:0 24px 70px #0000003d!important}.fw-light .fw-platform-total-v11{background:#fff!important;border-color:#e5e7eb!important;box-shadow:0 18px 48px #11111414!important}.fw-platform-main,.fw-platform-side>div{border:1px solid rgba(0,200,83,.18)!important;border-radius:18px!important;background:#ffffff05!important}.fw-light .fw-platform-main,.fw-light .fw-platform-side>div{border-color:#e5e7eb!important;background:#fff!important}.fw-platform-main{padding:24px!important}.fw-platform-total-v11 strong{display:block!important;margin-top:14px!important;font-size:clamp(42px,6vw,70px)!important;line-height:.9!important;letter-spacing:-.065em!important;white-space:nowrap!important}.fw-platform-growth{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;height:208px!important;margin-top:18px!important;border-radius:16px!important;overflow:hidden!important;background:linear-gradient(180deg,#00c8530d,#00c85303)!important;padding:0!important;display:block!important}.fw-platform-growth i{display:none!important}.fw-chart-svg{width:100%!important;height:100%!important;display:block!important;color:var(--fw-green)!important}.fw-platform-side{display:grid!important;gap:16px!important}.fw-platform-side>div{padding:18px!important}.fw-platform-side small{display:block!important;color:var(--fw-muted)!important;font-weight:700!important}.fw-platform-side b{display:block!important;margin-top:8px!important;font-size:24px!important;letter-spacing:-.04em!important}.fw-platform-side em{display:block!important;margin-top:8px!important;color:var(--fw-green)!important;font-style:normal!important;font-weight:800!important}.fw-partner-card,.fw-security-grid article,.fw-model-card,.fw-referral-card,.fw-offer-card,.fw-reviews article,.fw-faq-list div,.fw-calc-left,.fw-calc-result,.fw-step-detail{border-radius:16px!important;border-color:var(--fw-line)!important;background:#111620bd!important;box-shadow:none!important}.fw-light .fw-partner-card,.fw-light .fw-security-grid article,.fw-light .fw-model-card,.fw-light .fw-referral-card,.fw-light .fw-offer-card,.fw-light .fw-reviews article,.fw-light .fw-faq-list div,.fw-light .fw-calc-left,.fw-light .fw-calc-result,.fw-light .fw-step-detail{background:#fff!important;box-shadow:0 10px 32px #1111140a!important}.fw-how .fw-step-circle{border-color:var(--fw-green)!important;color:var(--fw-green)!important}.fw-how .fw-timeline:before{background:var(--fw-green)!important}@media (max-width: 1050px){.fw-hero,.fw-platform-total-v11{grid-template-columns:1fr!important}}@media (max-width: 720px){.fw-brand-text{font-size:20px!important}.fw-hero-title-v9{font-size:clamp(46px,13vw,68px)!important}.fw-platform-total-v11{padding:14px!important}.fw-platform-main{padding:18px!important}.fw-platform-total-v11 strong{font-size:clamp(36px,11vw,54px)!important}.fw-platform-growth{height:150px!important}}.fw-page{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.fw-page{background:radial-gradient(circle at 16% 12%,rgba(0,200,83,.075),transparent 34rem),radial-gradient(circle at 84% 12%,rgba(0,168,107,.075),transparent 32rem),linear-gradient(180deg,#080e14,#071019 52%,#080e14)!important}.fw-page.fw-light{background:radial-gradient(circle at 16% 12%,rgba(0,200,83,.045),transparent 30rem),linear-gradient(180deg,#fff,#f6f8fa 52%,#fff)!important}.fw-hero-title-v9{font-family:Manrope,Inter,sans-serif!important;font-weight:760!important;letter-spacing:-.055em!important;line-height:.98!important;font-size:clamp(46px,5.35vw,82px)!important}.fw-hero-title-v9 .fw-hero-accent,.fw-brand-inline,.fw-brand-inline em{font-weight:820!important}.fw-hero-sub,.fw-section-head p,.fw-step-detail p,.fw-timeline button small,.fw-chat-demo p{color:var(--fw-muted)!important;line-height:1.62!important}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{display:inline-block!important;font-size:13px!important;line-height:1.2!important;letter-spacing:.16em!important;font-weight:900!important;text-transform:uppercase!important;color:var(--fw-green)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}.fw-section h2,.fw-final-cta h2{margin-top:14px!important;color:var(--fw-text)!important;font-weight:760!important;letter-spacing:-.055em!important;line-height:1.02!important;font-size:clamp(36px,4.7vw,68px)!important}.fw-section-head{max-width:880px!important;margin-bottom:42px!important}.fw-section-head p{max-width:780px;font-size:clamp(16px,1.35vw,19px)!important}.fw-logo strong,.fw-footer-logo strong,.fw-brand-text{letter-spacing:-.035em!important;font-weight:850!important}.fw-logo small,.fw-footer-logo small{letter-spacing:0!important}.fw-timeline:before{display:none!important}.fw-timeline button{position:relative!important;isolation:isolate}.fw-timeline button:after{content:"";position:absolute;top:56px;left:calc(50% + 72px);width:calc(100% - 88px);height:3px;border-radius:999px;background:#00c853b8;z-index:0;pointer-events:none}.fw-timeline button:last-child:after{display:none}.fw-step-circle{position:relative!important;z-index:4!important;background:#080e14!important;box-shadow:0 0 0 18px #080e14!important}.fw-light .fw-step-circle{background:#fff!important;box-shadow:0 0 0 18px #fff!important}.fw-timeline button:hover .fw-step-circle,.fw-timeline button.active .fw-step-circle,.fw-how .fw-timeline button:hover .fw-step-circle,.fw-how .fw-timeline button.active .fw-step-circle{border-color:var(--fw-green)!important;color:var(--fw-green)!important;background:#080e14!important;box-shadow:0 0 0 18px #080e14,0 0 0 28px #00c85312,0 0 52px #00c85333!important}.fw-light .fw-timeline button:hover .fw-step-circle,.fw-light .fw-timeline button.active .fw-step-circle,.fw-light .fw-how .fw-timeline button:hover .fw-step-circle,.fw-light .fw-how .fw-timeline button.active .fw-step-circle{background:#fff!important;box-shadow:0 0 0 18px #fff,0 0 0 28px #00c85314,0 0 42px #00c85324!important}.fw-timeline button b{position:relative;z-index:3;font-weight:820!important;letter-spacing:-.02em}.fw-timeline button small{position:relative;z-index:3}.fw-step-detail{border-radius:24px!important;background:#111620d1!important;border-color:#a6b0c32e!important}.fw-light .fw-step-detail{background:#fff!important;border-color:#e5e7eb!important}.fw-step-detail h3{font-weight:760!important;letter-spacing:-.04em!important;line-height:1.06!important}.fw-chat-demo{background:#080e148f!important;border-color:#a6b0c329!important}.fw-light .fw-chat-demo{background:#f6f8fa!important}.fw-chat-demo .user{background:#00c8531f!important}.fw-step-mobile-controls{display:none;align-items:center;justify-content:center;gap:14px;margin:20px 0 16px}.fw-step-mobile-controls button{width:44px;height:44px;border-radius:14px;border:1px solid rgba(0,200,83,.32);background:#00c8531a;color:var(--fw-green);font-size:22px;font-weight:800}.fw-step-mobile-controls span{color:var(--fw-muted);font-size:14px;font-weight:800}@media (max-width: 900px){.fw-hero-title-v9{font-size:clamp(42px,9.5vw,68px)!important;line-height:1!important}.fw-section h2,.fw-final-cta h2{font-size:clamp(34px,7.5vw,54px)!important}}@media (max-width: 720px){.fw-section{padding:62px 0!important}.fw-section-head{margin-bottom:26px!important}.fw-timeline{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 4px 14px;margin-top:28px!important}.fw-timeline::-webkit-scrollbar{height:0}.fw-timeline button{flex:0 0 176px;min-height:182px!important;padding:16px 14px!important;border:1px solid rgba(166,176,195,.16)!important;border-radius:20px!important;background:#111620b8!important;scroll-snap-align:center}.fw-light .fw-timeline button{background:#fff!important;border-color:#e5e7eb!important}.fw-timeline button:after{display:none!important}.fw-step-circle,.fw-timeline button:hover .fw-step-circle,.fw-timeline button.active .fw-step-circle,.fw-how .fw-timeline button:hover .fw-step-circle,.fw-how .fw-timeline button.active .fw-step-circle,.fw-light .fw-step-circle,.fw-light .fw-timeline button:hover .fw-step-circle,.fw-light .fw-timeline button.active .fw-step-circle{width:54px!important;height:54px!important;margin:0 auto 14px!important;border-width:2px!important;font-size:22px!important;box-shadow:none!important}.fw-timeline button b{min-height:auto!important;font-size:16px!important}.fw-timeline button small{font-size:13px!important;line-height:1.45!important}.fw-step-mobile-controls{display:flex}.fw-step-detail{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;padding:20px!important;margin-top:12px!important}.fw-step-detail h3{font-size:28px!important}.fw-chat-demo{padding:14px!important}}.fw-page{font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:-.015em}.fw-page main{padding-top:98px!important}.fw-hero{min-height:auto!important;padding:42px 0 40px!important;gap:52px!important}.fw-section,.fw-platform-stats{padding:46px 0!important;margin-top:0!important;margin-bottom:0!important}.fw-section-head,.fw-platform-head{margin:0 auto 28px!important;text-align:center!important;max-width:880px!important}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{display:block!important;font-size:clamp(38px,4.7vw,70px)!important;line-height:.96!important;letter-spacing:-.06em!important;font-weight:820!important;text-transform:none!important;color:transparent!important;background:linear-gradient(135deg,var(--fw-text) 0%,var(--fw-green) 92%)!important;-webkit-background-clip:text!important;background-clip:text!important}.fw-section h2,.fw-final-cta h2{margin-top:14px!important;font-size:clamp(23px,2.3vw,34px)!important;line-height:1.12!important;letter-spacing:-.04em!important;font-weight:650!important;color:var(--fw-muted)!important}.fw-section-head p{margin-top:14px!important;font-size:clamp(15px,1.25vw,18px)!important;line-height:1.55!important}.fw-final-cta{margin-top:10px!important;padding:38px!important}.fw-logo{min-width:205px!important;align-items:center!important}.fw-logo small,.fw-footer-logo small{display:block!important;margin-top:1px!important;font-size:10px!important;line-height:1.05!important;font-weight:800!important;letter-spacing:.02em!important;text-transform:lowercase!important;color:var(--fw-muted-2)!important}.fw-brand-text{line-height:1!important}.fw-theme{display:inline-grid!important;place-items:center!important;font-size:0!important;line-height:0!important}.fw-theme-icon{width:20px!important;height:20px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.2!important;stroke-linecap:round!important;stroke-linejoin:round!important}.fw-theme-icon circle{fill:currentColor!important;stroke:none!important}.fw-theme-icon path:first-child:last-child{fill:currentColor!important;stroke:none!important}.fw-month-pill{display:inline-flex!important;align-items:center!important;flex-wrap:nowrap!important;gap:10px!important;white-space:nowrap!important;max-width:100%!important;overflow:visible!important}.fw-month-pill strong,.fw-month-pill span,.fw-month-pill b{flex:0 0 auto!important;white-space:nowrap!important}.fw-month-pill b{width:auto!important;border-left:1px solid var(--fw-line)!important;padding-left:12px!important}.fw-platform-single{max-width:940px!important}.fw-platform-total-v11{grid-template-columns:minmax(0,1fr) 250px!important;gap:14px!important;padding:14px!important;border-radius:22px!important}.fw-platform-main{position:relative!important;min-height:300px!important;overflow:hidden!important;padding:24px!important;border-radius:18px!important}.fw-platform-chart-copy{position:relative!important;z-index:3!important}.fw-platform-chart-copy span{display:block!important;color:var(--fw-muted)!important;font-size:13px!important;font-weight:800!important;letter-spacing:-.01em!important;text-transform:none!important}.fw-platform-chart-copy strong{display:block!important;margin-top:14px!important;font-size:clamp(46px,5.5vw,74px)!important;line-height:.9!important;letter-spacing:-.07em!important;white-space:nowrap!important;color:var(--fw-text)!important}.fw-platform-chart-copy b{display:block!important;margin-top:12px!important;color:var(--fw-green)!important;font-size:14px!important;font-weight:850!important}.fw-platform-growth{position:absolute!important;left:24px!important;right:24px!important;bottom:24px!important;height:155px!important;margin:0!important;background:linear-gradient(180deg,#00c85317,#00c85306)!important;filter:drop-shadow(0 20px 35px rgba(0,200,83,.07))!important}.fw-chart-svg path[stroke]{filter:drop-shadow(0 0 6px rgba(0,200,83,.24))}.fw-platform-side{gap:14px!important}.fw-platform-side>div{min-height:143px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding:18px!important}.fw-platform-side small{font-size:13px!important;line-height:1.25!important}.fw-platform-side b{margin-top:10px!important;font-size:clamp(25px,2.3vw,34px)!important;line-height:1!important}.fw-platform-side em{margin-top:10px!important;font-size:15px!important}.fw-offers,.fw-reviews,.fw-security-grid,.fw-partners-grid,.fw-referral-card,.fw-calculator,.fw-faq-list{margin-top:0!important}.fw-security-grid article,.fw-partner-card,.fw-offer-card,.fw-reviews article{padding:24px!important}@media (max-width: 1050px){.fw-hero{gap:34px!important;padding-top:30px!important}.fw-platform-total-v11{grid-template-columns:1fr!important}.fw-platform-side{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 720px){.fw-page main{padding-top:86px!important}.fw-logo{min-width:150px!important;gap:8px!important}.fw-logo small{display:block!important;font-size:9px!important}.fw-section,.fw-platform-stats{padding:34px 0!important}.fw-section-head,.fw-platform-head{margin-bottom:22px!important}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{font-size:clamp(34px,11vw,52px)!important}.fw-section h2,.fw-final-cta h2{font-size:clamp(22px,6.4vw,34px)!important}.fw-month-pill{gap:7px!important;padding:7px 9px!important;font-size:11px!important;transform-origin:left center;max-width:calc(100vw - 32px)!important}.fw-month-pill strong{padding:6px 9px!important;font-size:10px!important}.fw-month-pill span{font-size:11px!important}.fw-month-pill b{width:auto!important;padding-left:8px!important;border-left:1px solid var(--fw-line)!important;font-size:12px!important}.fw-platform-total-v11{padding:10px!important}.fw-platform-main{min-height:265px!important;padding:18px!important}.fw-platform-chart-copy strong{font-size:clamp(36px,10.5vw,48px)!important}.fw-platform-growth{left:18px!important;right:18px!important;bottom:18px!important;height:128px!important}.fw-platform-side{grid-template-columns:1fr!important;gap:10px!important}.fw-platform-side>div{min-height:108px!important;padding:15px!important}}.fw-hero,.fw-toast{order:1!important}#how{order:2!important}#tasks{order:3!important}#calculator{order:4!important}#reviews{order:5!important}#questions{order:6!important}.fw-platform-stats{order:7!important}.fw-security{order:8!important}.fw-referral{order:9!important}.fw-hero-live-board,.fw-live-board{max-width:560px!important}.fw-payout-list{display:grid!important;gap:8px!important;max-height:470px!important;overflow:hidden!important;padding-right:0!important;-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%)}.fw-payout-row{min-height:48px!important;padding:9px 11px!important;border-radius:13px!important;transform:none!important;transition:background .25s ease,border-color .25s ease,opacity .25s ease,box-shadow .25s ease!important;opacity:.72}.fw-payout-row.active{opacity:1;border-color:#00c85357!important;background:#00c8531b!important;box-shadow:inset 0 1px #ffffff0f,0 0 22px #00c85314!important}.fw-payout-avatar{width:34px!important;height:34px!important;font-size:13px!important}.fw-payout-row b{font-size:13px!important;line-height:1.2!important}.fw-payout-row small{font-size:11px!important;line-height:1.25!important}.fw-payout-row strong{font-size:13px!important;white-space:nowrap!important}.fw-live-total{margin-top:12px!important;padding-top:12px!important}.fw-offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.fw-offer-card{padding:18px!important;min-height:auto!important}.fw-offer-card h3{margin-top:18px!important;font-size:20px!important}.fw-offer-card p{min-height:58px!important;font-size:14px!important}.fw-offer-meta{margin:14px 0!important}.fw-platform-single{max-width:1000px!important}.fw-platform-total-v11{grid-template-columns:minmax(0,1fr) 238px!important;align-items:stretch!important;padding:14px!important;background:#111620db!important}.fw-platform-main{min-height:305px!important;padding:0!important;background:linear-gradient(180deg,#111620eb,#0a1218eb)!important}.fw-light .fw-platform-main{background:#fff!important}.fw-platform-chart-copy{position:absolute!important;top:28px!important;left:28px!important;right:28px!important;z-index:3!important}.fw-platform-chart-copy span{font-size:13px!important;color:var(--fw-muted)!important;font-weight:850!important}.fw-platform-chart-copy strong{margin-top:14px!important;font-size:clamp(42px,5.2vw,68px)!important;letter-spacing:-.07em!important}.fw-platform-chart-copy b{margin-top:12px!important;display:inline-flex!important;color:var(--fw-green)!important;font-size:14px!important}.fw-platform-growth{position:absolute!important;left:22px!important;right:22px!important;bottom:22px!important;height:172px!important;border-radius:16px!important;background:linear-gradient(180deg,#00c85313,#00c85305)!important;filter:blur(.15px) drop-shadow(0 16px 30px rgba(0,200,83,.09))!important}.fw-chart-svg path[stroke]{stroke-width:3.4!important;filter:drop-shadow(0 0 5px rgba(0,200,83,.25))}.fw-chart-svg circle{filter:drop-shadow(0 0 8px rgba(0,200,83,.35))}.fw-platform-side{grid-template-columns:1fr!important;gap:12px!important}.fw-platform-side>div{min-height:0!important;padding:18px!important;justify-content:center!important}.fw-platform-side small{font-size:12px!important}.fw-platform-side b{font-size:30px!important}.fw-platform-side em{font-size:14px!important}.fw-referral-card{max-width:1120px!important;padding:34px!important;text-align:left!important}.fw-referral-badge{display:none!important}.fw-referral-card h3,.fw-referral-card>p{text-align:center!important}.fw-referral-lines-v14{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;margin:28px 0 22px!important}.fw-referral-lines-v14 article{position:relative;min-height:210px;padding:28px 24px!important;text-align:left;border:1px solid rgba(166,176,195,.16)!important;border-radius:20px!important;background:linear-gradient(180deg,#ffffff0b,#ffffff05)!important;overflow:hidden}.fw-referral-lines-v14 article:after{content:"";position:absolute;right:-46px;top:-54px;width:150px;height:150px;border-radius:50%;background:#00c8531a;filter:blur(18px)}.fw-light .fw-referral-lines-v14 article{background:#fff!important;border-color:#e5e7eb!important}.fw-referral-lines-v14 i{display:inline-grid!important;place-items:center!important;width:44px!important;height:44px!important;margin:0 0 18px!important;border-radius:14px!important;border:1px solid rgba(0,200,83,.36)!important;background:#00c8531f!important;color:var(--fw-green)!important;font-size:20px!important;font-weight:900!important;font-style:normal!important}.fw-referral-lines-v14 span{display:block!important;color:var(--fw-muted)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}.fw-referral-lines-v14 b{display:block!important;margin:10px 0 8px!important;color:var(--fw-green)!important;font-size:clamp(34px,3.4vw,48px)!important;line-height:.95!important;letter-spacing:-.06em!important}.fw-referral-lines-v14 strong{display:block!important;margin-bottom:12px!important;color:var(--fw-text)!important;font-size:17px!important;line-height:1.2!important}.fw-referral-lines-v14 small{display:block!important;color:var(--fw-muted)!important;line-height:1.45!important;font-size:14px!important}.fw-referral-bonus-v14{margin-top:24px;padding:24px;border-radius:20px;border:1px solid rgba(166,176,195,.16);background:linear-gradient(180deg,#ffffff0a,#ffffff05)}.fw-light .fw-referral-bonus-v14{background:#fff;border-color:#e5e7eb}.fw-referral-bonus-v14>div:first-child b{display:block;color:var(--fw-text);font-size:18px;margin-bottom:8px}.fw-referral-bonus-v14>div:first-child span{color:var(--fw-muted);font-size:14px}.fw-bonus-scale{position:relative;height:96px;margin-top:24px}.fw-bonus-scale:before{content:"";position:absolute;left:0;right:0;top:22px;height:8px;border-radius:999px;background:#a6b0c329}.fw-bonus-scale i{position:absolute;left:0;top:22px;width:28%;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--fw-green),#48f0a0);box-shadow:0 0 22px #00c85333}.fw-bonus-scale em{position:absolute;top:-3px;transform:translate(-50%);padding:6px 10px;border-radius:9px;background:#00c85329;color:var(--fw-green);font-style:normal;font-size:12px;font-weight:900;white-space:nowrap}.fw-bonus-scale strong{position:absolute;top:48px;transform:translate(-50%);color:var(--fw-text);font-size:15px;white-space:nowrap}.fw-bonus-scale strong:last-child{transform:translate(0)}.fw-bonus-scale small{display:block;margin-top:5px;color:var(--fw-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}@media (max-width: 1050px){.fw-platform-total-v11{grid-template-columns:1fr!important}.fw-platform-side{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fw-referral-lines-v14{grid-template-columns:1fr!important}.fw-offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 720px){.fw-payout-list{max-height:390px!important}.fw-payout-row:nth-child(n+11){display:none!important}.fw-offers-grid{grid-template-columns:1fr!important}.fw-offer-card:nth-child(n+5){display:none!important}.fw-reviews article:nth-child(n+5){display:none!important}.fw-platform-main{min-height:285px!important}.fw-platform-growth{height:142px!important}.fw-platform-side{grid-template-columns:1fr!important}.fw-referral-card{padding:22px!important}.fw-referral-lines-v14 article{min-height:0;padding:22px!important}.fw-bonus-scale{height:120px}.fw-bonus-scale strong{font-size:12px}}.fw-platform-stats{padding:24px 0 8px!important;margin:0 auto 6px!important}.fw-platform-compact{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(220px,.82fr) minmax(220px,.82fr);gap:16px;align-items:stretch}.fw-platform-hero-card,.fw-platform-mini-card{position:relative;overflow:hidden;border:1px solid var(--fw-line);border-radius:30px;background:linear-gradient(180deg,#ffffff0f,#ffffff09);box-shadow:inset 0 1px #ffffff0f}.fw-light .fw-platform-hero-card,.fw-light .fw-platform-mini-card{background:#ffffffd1}.fw-platform-hero-card{min-height:250px;padding:22px 22px 16px;color:var(--fw-green);background:radial-gradient(circle at 82% 75%,rgba(0,200,83,.14),transparent 42%),linear-gradient(180deg,#ffffff0f,#ffffff09)}.fw-light .fw-platform-hero-card{background:radial-gradient(circle at 82% 75%,rgba(0,200,83,.1),transparent 42%),#ffffffeb}.fw-platform-chart-copy.inside-chart{position:absolute;top:22px;left:22px;z-index:2;display:flex;flex-direction:column;gap:8px;color:var(--fw-text)}.fw-platform-chart-copy.inside-chart span{color:var(--fw-muted-2);font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.fw-platform-chart-copy.inside-chart strong{font-size:clamp(34px,4vw,58px);line-height:.95;letter-spacing:-.07em;color:var(--fw-text)}.fw-platform-chart-copy.inside-chart b{color:var(--fw-green);font-size:16px;font-weight:900}.fw-platform-growth.compact{position:absolute;inset:auto 16px 12px 16px;height:160px;color:var(--fw-green)}.fw-platform-growth.compact:before{content:"";position:absolute;top:8px;right:6px;bottom:0;left:6px;border-radius:24px;background:linear-gradient(180deg,#00c8530d,#00c8531a)}.fw-platform-growth.compact .fw-chart-svg{position:relative;z-index:1;width:100%;height:100%}.fw-platform-mini-card{min-height:250px;padding:26px 24px;display:flex;flex-direction:column;justify-content:center}.fw-platform-mini-card small{color:var(--fw-muted-2);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fw-platform-mini-card strong{margin-top:14px;font-size:clamp(34px,3vw,50px);line-height:.95;letter-spacing:-.06em;color:var(--fw-text)}.fw-platform-mini-card em{margin-top:14px;font-style:normal;color:var(--fw-green);font-size:26px;font-weight:900}.fw-security-grid article{text-align:left;padding:26px;min-height:232px}.fw-security-icon{width:64px;height:64px;margin:0 0 22px;border-radius:18px;background:#9d4edd1f;color:#b15bff;box-shadow:inset 0 1px #ffffff0f}.fw-security-icon svg{width:30px;height:30px}.fw-security-grid h3{margin-top:0;font-size:22px;line-height:1.15}.fw-security-grid p{font-size:16px}.fw-model-card{max-width:960px;background:linear-gradient(180deg,#ffffff0f,#ffffff0a)}.fw-referral-classic{max-width:1220px;padding:34px;text-align:left}.fw-referral-medals{margin-bottom:26px}.fw-referral-medals article{text-align:center;padding:26px 20px}.fw-referral-medals article img{display:block;width:112px;height:112px;object-fit:contain;margin:0 auto 16px;filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))}.fw-referral-medals article span{display:block;color:var(--fw-muted-2);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900}.fw-referral-medals article b{display:block;margin:12px 0 6px;font-size:48px;line-height:.95;letter-spacing:-.06em}.fw-referral-medals article strong{display:block;font-size:24px;margin-bottom:10px}.fw-referral-medals article small{display:block;color:var(--fw-muted);line-height:1.5}.fw-referral-card button.fw-primary{display:block;margin:28px auto 0}.fw-referral-bonus-v14>div:first-child span strong{color:var(--fw-text)}@media (max-width: 1050px){.fw-platform-compact{grid-template-columns:1fr}.fw-platform-mini-card{min-height:160px}}@media (max-width: 720px){.fw-trust-row.compact{flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:2px;-ms-overflow-style:none;scrollbar-width:none}.fw-trust-row.compact::-webkit-scrollbar{display:none}.fw-trust-row.compact span{white-space:nowrap!important;flex:0 0 auto}.fw-platform-stats{padding-top:12px!important}.fw-platform-hero-card{min-height:220px}.fw-platform-chart-copy.inside-chart strong{font-size:36px}.fw-platform-growth.compact{height:132px;inset:auto 12px 10px 12px}.fw-platform-mini-card{min-height:130px;padding:20px}.fw-security-grid article{min-height:0}.fw-referral-classic{padding:22px}.fw-referral-medals article img{width:92px;height:92px}.fw-referral-medals article strong{font-size:21px}.fw-referral-medals article b{font-size:40px}}:root{--fw-green: #00D86F;--fw-green-2: #00D86F;--fw-purple: #00D86F;--fw-pink: #00D86F;--fw-button-text: #06110B}.fw-page.fw-light{--fw-green: #00C853;--fw-green-2: #00C853;--fw-purple: #00C853;--fw-pink: #00C853}.fw-page{background:#080e14!important}.fw-page.fw-light{background:#fff!important}.fw-bg-grid{opacity:.18!important}.fw-orb{display:none!important}.fw-page main{padding-top:136px!important}.fw-hero{padding-top:84px!important;padding-bottom:48px!important}@media (max-width: 720px){.fw-page main{padding-top:112px!important}.fw-hero{padding-top:50px!important}}.fw-brand-work,.fw-brand-inline em,.fw-hero h1 em,.fw-hero-accent,.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker,.fw-referral-levels b,.fw-calc-result .month strong,.fw-review-head b,.fw-stars,.fw-offer-meta b{color:var(--fw-green)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;filter:none!important;text-shadow:none!important}.fw-section-head .fw-kicker,.fw-platform-head .fw-kicker{font-weight:900!important}.fw-primary,.fw-offer-card button,.fw-calc-tabs button.active,.fw-mini-path b,.fw-month-pill strong{background:var(--fw-green)!important;color:var(--fw-button-text)!important;box-shadow:0 16px 42px #00d86f2e!important}.fw-primary:hover,.fw-offer-card button:hover{box-shadow:0 22px 62px #00d86f3d!important}.fw-trust-row span,.fw-partner-card span,.fw-live-pill,.fw-month-pill,.fw-telegram{background:#00d86f14!important;border-color:#00d86f3d!important}.fw-logo-mark,.fw-security-icon,.fw-referral-badge,.fw-offer-icon,.fw-platform-hero-card,.fw-platform-total-card,.fw-income-card{box-shadow:none!important}.fw-telegram,.fw-nav-telegram{color:#229ed9!important;border-color:#229ed95c!important;background:#229ed91a!important}.fw-telegram:hover,.fw-nav-telegram:hover{background:#229ed929!important}.fw-tg-plane{display:inline-block;margin-right:6px;transform:translateY(-1px);color:#229ed9}.fw-platform-stats{padding:18px 0 22px!important;margin:0 auto 10px!important}.fw-platform-compact{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(220px,.72fr) minmax(220px,.72fr);gap:16px;align-items:stretch}.fw-platform-hero-card,.fw-platform-mini-card{position:relative;overflow:hidden;border:1px solid var(--fw-line);border-radius:28px;background:#ffffff0b;transition:transform .2s ease,border-color .2s ease,background .2s ease}.fw-light .fw-platform-hero-card,.fw-light .fw-platform-mini-card{background:#fff}.fw-platform-hero-card:hover,.fw-platform-mini-card:hover{transform:translateY(-6px);border-color:#00d86f57;background:#ffffff12}.fw-light .fw-platform-hero-card:hover,.fw-light .fw-platform-mini-card:hover{background:#fff}.fw-platform-hero-card{min-height:232px;padding:22px;color:var(--fw-green)}.fw-platform-chart-copy.inside-chart{top:22px;left:22px}.fw-platform-chart-copy.inside-chart span{color:var(--fw-muted)}.fw-platform-chart-copy.inside-chart strong{font-size:clamp(32px,3.6vw,54px)}.fw-platform-chart-copy.inside-chart b{color:var(--fw-green)}.fw-platform-growth.compact{height:145px;inset:auto 14px 10px 14px}.fw-platform-growth.compact:before{background:#00d86f0b}.fw-platform-mini-card{min-height:232px;padding:24px;display:flex;flex-direction:column;justify-content:center}.fw-platform-mini-card small{color:var(--fw-muted)}.fw-platform-mini-card strong{font-size:clamp(32px,3vw,48px)}.fw-platform-mini-card em{color:var(--fw-green)}@media (max-width: 1050px){.fw-platform-compact{grid-template-columns:1fr}.fw-platform-mini-card{min-height:144px}}@media (max-width: 720px){.fw-platform-hero-card{min-height:218px}.fw-platform-mini-card{min-height:120px}.fw-platform-growth.compact{height:128px}}.fw-security-icon{background:#00d86f1a!important;color:var(--fw-green)!important}.fw-security-grid article:hover .fw-security-icon{background:#00d86f24!important}.fw-model-card ol li::marker{color:var(--fw-green)!important}.fw-bonus-scale i,.fw-bonus-line i{background:var(--fw-green)!important;box-shadow:0 0 22px #00d86f33!important}.fw-bonus-scale em{background:#00d86f1f!important;color:var(--fw-green)!important}.fw-referral-medals article:nth-child(2){border-color:#00d86f47!important}@media (max-width: 720px){.fw-trust-row.compact{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:3px!important}.fw-trust-row.compact span{flex:0 0 auto!important;white-space:nowrap!important}}.fw-telegram,.fw-nav-telegram{display:inline-flex!important;align-items:center!important;gap:8px!important}.fw-tg-icon{width:16px;height:16px;display:inline-block;flex:0 0 16px;color:#229ed9}.fw-nav-telegram .fw-tg-icon,.fw-telegram .fw-tg-icon{margin:0!important}.fw-calculator-simple{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)!important;align-items:stretch}.fw-calc-quick-points{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 14px}.fw-calc-quick-points span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#00d86f14;border:1px solid rgba(0,216,111,.18);color:var(--fw-text);font-size:13px;font-weight:700}.fw-calc-quick-points span:before{content:"•";color:var(--fw-green);font-size:18px;line-height:1}@media (max-width: 920px){.fw-calculator-simple{grid-template-columns:1fr!important}}.fw-nav .fw-nav-telegram{display:none!important}.fw-step-detail-copy{display:flex;flex-direction:column;gap:12px}.fw-step-detail-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.fw-step-arrow-controls{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.fw-step-arrow-controls button{width:44px;height:44px;border-radius:12px;border:1px solid var(--fw-line);background:#ffffff0d;color:var(--fw-text);font-size:20px;font-weight:900;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.fw-step-arrow-controls button:hover{transform:translateY(-2px);border-color:#00e67659;color:var(--fw-green);background:#00e67614}.fw-light .fw-step-arrow-controls button{background:#fff}.fw-step-hint{display:inline-flex;align-items:center;gap:8px;color:var(--fw-muted);font-size:13px;font-weight:700}.fw-step-hint:before{content:"↔";color:var(--fw-green);font-size:16px;line-height:1}@media (max-width: 900px){.fw-step-detail-top{flex-direction:column;align-items:flex-start}.fw-step-arrow-controls{align-self:flex-start}}.fw-page main{display:flex!important;flex-direction:column!important}.fw-hero{order:1!important}.fw-platform-stats{order:2!important}#how{order:3!important}#tasks{order:4!important}#calculator{order:5!important}#reviews{order:6!important}.fw-security{order:7!important}.fw-referral{order:8!important}#questions{order:9!important}.fw-final-cta{order:10!important}.fw-footer{order:11!important}.fw-final-cta{background:#ffffff0a!important;box-shadow:none!important}.fw-light .fw-final-cta{background:#fff!important;box-shadow:0 12px 28px #1111140d!important}.fw-payout-list{max-height:none!important}.fw-payout-row{transition:transform .22s ease,background .22s ease,border-color .22s ease,opacity .22s ease!important}.fw-payout-row.active{transform:translateY(-1px)!important}.fw-step-detail-shell{position:relative;grid-template-columns:minmax(0,1fr) minmax(320px,.78fr)!important;padding:28px 72px!important;align-items:center!important}.fw-step-detail-top{align-items:flex-start!important}.fw-step-side-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid var(--fw-line);background:#ffffff0f;color:var(--fw-text);display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;cursor:pointer;z-index:2;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.fw-step-side-arrow.left{left:18px}.fw-step-side-arrow.right{right:18px}.fw-step-side-arrow:hover{transform:translateY(-50%) translateY(-2px);border-color:#00c85352;background:#00c85314;color:var(--fw-green)}.fw-light .fw-step-side-arrow{background:#fff}.fw-step-arrow-controls,.fw-step-hint,.fw-step-mobile-controls{display:none!important}.fw-calculator-simple{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;align-items:stretch!important;gap:22px!important}.fw-calc-left,.fw-calc-result{min-width:0}.fw-calc-result{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-content:start!important}.fw-calc-result>div{min-height:170px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.fw-calc-result button{grid-column:1 / -1!important;width:fit-content!important;margin:6px auto 0!important}@media (max-width: 920px){.fw-calculator-simple{grid-template-columns:1fr!important}.fw-step-detail-shell{grid-template-columns:1fr!important;padding:66px 18px 18px!important}.fw-step-side-arrow{top:18px;transform:none}.fw-step-side-arrow.left{left:18px}.fw-step-side-arrow.right{right:18px}.fw-step-side-arrow:hover{transform:translateY(-2px)}}.fw-header{position:fixed;isolation:isolate;overflow:hidden;background:#070c12bd!important;backdrop-filter:blur(28px) saturate(165%)!important;-webkit-backdrop-filter:blur(28px) saturate(165%)!important}.fw-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#ffffff0d,#ffffff04)}.fw-light .fw-header{background:#ffffffbd!important;backdrop-filter:blur(26px) saturate(150%)!important;-webkit-backdrop-filter:blur(26px) saturate(150%)!important}.fw-header>*{position:relative;z-index:1}.fw-platform-stats{padding:24px 0 18px!important}.fw-platform-bank-row{display:grid;grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(230px,.7fr));gap:18px;align-items:stretch}.fw-bank-stat{position:relative;overflow:hidden;border:1px solid var(--fw-line);border-radius:26px;background:#0e121ce0;box-shadow:0 14px 32px #00000029,inset 0 1px #ffffff08;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.fw-light .fw-bank-stat{background:#fffffff0;box-shadow:0 16px 34px #1018280f}.fw-bank-stat:hover{transform:translateY(-4px);border-color:#00d86f47;box-shadow:0 18px 38px #0003}.fw-light .fw-bank-stat:hover{box-shadow:0 18px 42px #10182814}.fw-bank-stat-primary{padding:22px 22px 118px;color:var(--fw-green);min-height:236px}.fw-bank-stat-secondary{display:flex;flex-direction:column;justify-content:space-between;padding:22px;min-height:236px}.fw-bank-stat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}.fw-bank-stat-head span{color:var(--fw-muted);font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.fw-bank-stat-head em{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#00d86f1a;color:var(--fw-green);font-style:normal;font-size:12px;font-weight:800}.fw-bank-stat strong{display:block;font-size:clamp(26px,2.7vw,42px);line-height:1.02;letter-spacing:-.055em;color:var(--fw-text)}.fw-bank-stat-primary>strong{max-width:75%;color:var(--fw-text)}.fw-bank-stat-foot{display:flex;flex-direction:column;gap:6px;margin-top:16px}.fw-bank-stat-foot b{color:var(--fw-green);font-size:22px;line-height:1;letter-spacing:-.03em}.fw-bank-stat-foot small{color:var(--fw-muted);font-size:14px;line-height:1.45}.fw-bank-stat-chart{position:absolute;left:18px;right:18px;bottom:16px;height:102px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#00d86f14,#00d86f04)}.fw-bank-stat-chart:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 0,rgba(0,216,111,.12),transparent 38%);pointer-events:none}.fw-bank-stat-chart .fw-chart-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;color:var(--fw-green)}.fw-calculator-bank{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)!important;gap:18px!important;align-items:stretch!important}.fw-calc-panel,.fw-calc-summary{border:1px solid var(--fw-line);border-radius:28px;background:#0e121ce0;box-shadow:0 14px 32px #00000029,inset 0 1px #ffffff08}.fw-light .fw-calc-panel,.fw-light .fw-calc-summary{background:#fffffff0;box-shadow:0 16px 34px #1018280f}.fw-calc-panel{padding:24px}.fw-calc-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;color:var(--fw-text);font-weight:800;font-size:18px}.fw-calc-panel-head b{color:var(--fw-green);font-size:44px;line-height:1;letter-spacing:-.05em}.fw-calc-panel input[type=range]{width:100%;margin:2px 0 0;accent-color:var(--fw-green)}.fw-calc-note-card{margin-top:16px;padding:16px 18px;border-radius:18px;border:1px solid var(--fw-line);background:#ffffff05}.fw-light .fw-calc-note-card{background:#fff}.fw-calc-note-card strong{display:block;margin-bottom:8px;font-size:16px;letter-spacing:-.02em}.fw-calc-note-card p{margin:0;color:var(--fw-muted);font-size:15px;line-height:1.5}.fw-calc-summary{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-content:start}.fw-calc-summary article{min-height:160px;display:flex;flex-direction:column;justify-content:space-between;padding:18px 16px;border-radius:22px;border:1px solid var(--fw-line);background:#ffffff08}.fw-light .fw-calc-summary article{background:#fff}.fw-calc-summary article.month{border-color:#00d86f4d;background:#00d86f14}.fw-calc-summary small{color:var(--fw-muted);font-size:14px;font-weight:800}.fw-calc-summary strong{display:block;margin-top:12px;font-size:clamp(28px,3vw,44px);line-height:1;letter-spacing:-.05em}.fw-calc-summary .month strong{color:var(--fw-green)}.fw-calc-summary button{grid-column:1 / -1;justify-self:center;margin-top:6px}@media (max-width: 1080px){.fw-platform-bank-row{grid-template-columns:1fr}.fw-bank-stat-primary,.fw-bank-stat-secondary{min-height:200px}.fw-calculator-bank{grid-template-columns:1fr!important}}@media (max-width: 720px){.fw-header{backdrop-filter:blur(22px) saturate(150%)!important;-webkit-backdrop-filter:blur(22px) saturate(150%)!important}.fw-bank-stat-primary{padding:18px 18px 112px}.fw-bank-stat-primary>strong{max-width:100%}.fw-bank-stat-chart{left:12px;right:12px;bottom:12px;height:92px}.fw-calc-panel,.fw-calc-summary{padding:16px}.fw-calc-summary{grid-template-columns:1fr}.fw-calc-summary article{min-height:120px}}.fw-platform-bank-row{grid-template-columns:minmax(0,1.55fr) minmax(190px,.62fr) minmax(190px,.62fr)!important;gap:14px!important}.fw-bank-stat{border-radius:22px!important}.fw-bank-stat-primary{min-height:220px!important;padding:20px 20px 104px!important}.fw-bank-stat-secondary{min-height:220px!important;padding:20px!important;justify-content:flex-start!important;gap:18px!important}.fw-bank-stat-head{margin-bottom:10px!important}.fw-bank-stat-head span{font-size:12px!important;letter-spacing:.045em!important}.fw-bank-stat-secondary strong{font-size:clamp(30px,2.6vw,42px)!important;margin-top:10px!important;white-space:nowrap!important}.fw-bank-stat-secondary .fw-bank-stat-foot{margin-top:10px!important;gap:5px!important}.fw-bank-stat-secondary .fw-bank-stat-foot b{font-size:22px!important}.fw-bank-stat-secondary .fw-bank-stat-foot small{font-size:13px!important;max-width:170px!important}.fw-bank-stat-primary>strong{font-size:clamp(34px,3.8vw,52px)!important;white-space:nowrap!important}.fw-bank-stat-chart{height:88px!important}.fw-calculator-bank{display:block!important;max-width:980px!important;margin-inline:auto!important;border:1px solid var(--fw-line)!important;border-radius:28px!important;padding:22px!important;background:#0e121ce0!important;box-shadow:0 14px 32px #00000029,inset 0 1px #ffffff08!important}.fw-light .fw-calculator-bank{background:#fffffff0!important;box-shadow:0 16px 34px #1018280f!important}.fw-calculator-bank .fw-calc-panel,.fw-calculator-bank .fw-calc-summary{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.fw-calculator-bank .fw-calc-panel{margin-bottom:18px!important}.fw-calc-panel-head{margin-bottom:14px!important}.fw-calc-panel-head span{font-size:20px!important;font-weight:900!important}.fw-calc-panel-head b{font-size:38px!important}.fw-calculator-bank input[type=range]{display:block!important;width:100%!important;margin:0 0 16px!important}.fw-calc-quick-points{margin:14px 0!important}.fw-calc-note-card{margin-top:14px!important;padding:14px 16px!important}.fw-calc-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.fw-calc-summary article{min-height:120px!important;padding:18px!important;border-radius:20px!important;justify-content:center!important;align-items:flex-start!important;gap:10px!important}.fw-calc-summary small{font-size:14px!important}.fw-calc-summary strong{font-size:clamp(28px,4vw,44px)!important;line-height:1!important;white-space:nowrap!important;word-break:keep-all!important}.fw-calc-summary button{grid-column:1 / -1!important;justify-self:center!important;margin-top:8px!important;min-width:250px!important}@media (max-width: 980px){.fw-platform-bank-row{grid-template-columns:1fr!important}.fw-bank-stat-primary,.fw-bank-stat-secondary{min-height:unset!important}.fw-bank-stat-secondary{gap:8px!important}.fw-bank-stat-secondary .fw-bank-stat-foot small{max-width:none!important}}@media (max-width: 720px){.fw-calculator-bank{padding:16px!important}.fw-calc-summary{grid-template-columns:1fr!important}.fw-calc-summary article{min-height:96px!important}.fw-calc-summary strong{font-size:34px!important}.fw-calc-summary button{width:100%!important;min-width:0!important}}.fw-header{top:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important;width:min(1200px,100%)!important}.fw-hero{padding-top:96px!important}.fw-hero-earn-badge{width:fit-content;display:inline-flex;align-items:center;gap:12px;margin-top:30px;padding:16px 26px;border-radius:999px;border:2px solid rgba(255,255,255,.92);color:var(--fw-text);background:#ffffff06;font-size:19px;font-weight:900;letter-spacing:-.02em}.fw-hero-earn-badge span{color:#a855f7;font-size:24px;line-height:1}.fw-light .fw-hero-earn-badge{border-color:#1118272e;background:#fff}.fw-trust-row.compact{margin-top:22px!important}.fw-mini-path{margin-top:24px!important;display:flex!important;flex-wrap:wrap;gap:12px 16px;align-items:center;color:var(--fw-muted);font-size:15px;font-weight:750}.fw-mini-path span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.fw-mini-path span:not(:last-child):after{content:"›";margin-left:8px;color:var(--fw-muted-2);font-size:22px;line-height:1}.fw-mini-path b{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--fw-green);color:#06120c;font-size:14px;font-weight:950}.fw-platform-bank-row{grid-template-columns:minmax(0,1.55fr) minmax(320px,.72fr)!important;gap:14px!important;align-items:stretch!important}.fw-bank-stat-combo{padding:16px!important;min-height:220px!important;display:grid!important;grid-template-rows:1fr 1fr!important;gap:12px!important}.fw-bank-mini-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy percent" "copy note";gap:6px 14px;align-items:center;padding:16px;border:1px solid var(--fw-line);border-radius:18px;background:#ffffff06}.fw-light .fw-bank-mini-row{background:#fff}.fw-bank-mini-row div{grid-area:copy;min-width:0}.fw-bank-mini-row span{display:block;color:var(--fw-muted);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.fw-bank-mini-row strong{display:block;color:var(--fw-text);font-size:clamp(28px,2.6vw,40px);line-height:1;letter-spacing:-.055em;white-space:nowrap}.fw-bank-mini-row b{grid-area:percent;align-self:end;color:var(--fw-green);font-size:22px;line-height:1;letter-spacing:-.04em;justify-self:end}.fw-bank-mini-row small{grid-area:note;color:var(--fw-muted);font-size:12px;line-height:1.25;justify-self:end;text-align:right;max-width:120px}.fw-live-board{padding:24px!important}.fw-payout-list{display:grid!important;gap:12px!important;overflow:hidden!important}.fw-payout-row{grid-template-columns:52px minmax(0,1fr) auto!important;gap:14px!important;padding:15px 16px!important;min-height:74px!important;border-radius:18px!important;animation:fw-chat-row-in .32s ease both}.fw-payout-row.active{transform:none!important;background:#00d86f1a!important;border-color:#00d86f47!important}.fw-payout-avatar{width:52px!important;height:52px!important;font-size:18px!important}.fw-payout-row b{font-size:16px!important;line-height:1.15!important}.fw-payout-row small{font-size:12px!important;line-height:1.25!important}.fw-payout-row strong{font-size:17px!important}@keyframes fw-chat-row-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.fw-calculator-bank{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)!important;gap:18px!important;max-width:1040px!important;padding:18px!important}.fw-calculator-bank .fw-calc-panel,.fw-calculator-bank .fw-calc-summary{border:1px solid var(--fw-line)!important;border-radius:22px!important;background:#ffffff06!important;padding:20px!important}.fw-light .fw-calculator-bank .fw-calc-panel,.fw-light .fw-calculator-bank .fw-calc-summary{background:#fff!important}.fw-calc-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important}.fw-calc-summary article{min-width:0!important;min-height:128px!important;padding:16px 14px!important;border-radius:18px!important;align-items:center!important;text-align:center!important}.fw-calc-summary strong{white-space:normal!important;overflow-wrap:anywhere!important;font-size:clamp(24px,2.35vw,34px)!important;line-height:1.08!important;text-align:center!important}.fw-calc-summary small{text-align:center!important}.fw-calc-summary button{grid-column:1 / -1!important;justify-self:center!important;min-width:240px!important}@media (max-width: 980px){.fw-platform-bank-row,.fw-calculator-bank{grid-template-columns:1fr!important}}@media (max-width: 720px){.fw-header{top:0!important;width:100%!important;border-radius:0 0 18px 18px!important}.fw-hero{padding-top:84px!important}.fw-hero-earn-badge{width:100%;justify-content:center;font-size:16px;padding:14px 18px}.fw-mini-path{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.fw-mini-path::-webkit-scrollbar{display:none}.fw-bank-stat-combo{min-height:unset!important}.fw-bank-mini-row{grid-template-columns:1fr;grid-template-areas:"copy" "percent" "note"}.fw-bank-mini-row b,.fw-bank-mini-row small{justify-self:start;text-align:left;max-width:none}.fw-payout-row{grid-template-columns:46px minmax(0,1fr)!important;min-height:72px!important}.fw-payout-row strong{grid-column:2!important;justify-self:start}.fw-payout-avatar{width:46px!important;height:46px!important}.fw-calc-summary{grid-template-columns:1fr!important}}.fw-header{top:0!important;left:0!important;transform:none!important;width:100%!important;border-radius:0 0 24px 24px!important;border-left:0!important;border-right:0!important;border-top:0!important;padding:12px 22px!important;background:#080e14b8!important;backdrop-filter:blur(24px) saturate(1.08)!important;-webkit-backdrop-filter:blur(24px) saturate(1.08)!important}.fw-light .fw-header{background:#ffffffc2!important}.fw-hero{padding-top:22px!important;padding-bottom:54px!important;gap:54px!important;min-height:calc(100vh - 96px)!important}.fw-hero-title-v9{max-width:700px!important;font-size:clamp(52px,6vw,92px)!important;line-height:.92!important;letter-spacing:-.078em!important}.fw-hero-sub{max-width:670px!important;margin-top:26px!important}.fw-mini-path{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:12px!important;margin-top:18px!important;color:var(--fw-text)!important;font-size:14px!important;font-weight:800!important}.fw-mini-path span{position:relative;display:inline-flex!important;align-items:center!important;gap:10px!important;color:#ffffffd1!important}.fw-light .fw-mini-path span{color:#111114cc!important}.fw-mini-path span:not(:last-child):after{content:"›";margin-left:2px;color:#ffffff75;font-size:18px;font-weight:700}.fw-light .fw-mini-path span:not(:last-child):after{color:#11111457}.fw-mini-path b{width:30px!important;height:30px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#00c853,#00a86b)!important;color:#08110d!important;box-shadow:0 10px 28px #00c85340!important}.fw-live-board,.fw-hero-live-board{padding:24px!important}.fw-payout-list{display:grid;gap:12px}.fw-payout-row{display:grid!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:16px!important;border-radius:18px!important;background:#ffffff0a!important;border:1px solid rgba(166,176,195,.1)!important}.fw-payout-row.active{background:linear-gradient(90deg,#00c85324,#00a86b0f)!important;border-color:#00c85338!important}.fw-payout-avatar{width:42px!important;height:42px!important;font-size:17px!important}.fw-payout-copy{min-width:0}.fw-payout-copy b{display:block;font-size:18px!important;line-height:1.1!important}.fw-payout-copy small{display:block;margin-top:4px;font-size:13px!important;color:var(--fw-muted)!important}.fw-payout-row strong{font-size:24px!important;white-space:nowrap}.fw-platform-bank-row{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr)!important;gap:18px!important;align-items:stretch!important}.fw-bank-stat{padding:22px 22px 20px!important}.fw-bank-stat-primary{min-height:294px!important}.fw-bank-stat-primary>strong{font-size:clamp(46px,4.7vw,66px)!important}.fw-bank-stat-combo{display:grid!important;grid-template-rows:1fr 1fr!important;gap:14px!important;padding:18px!important}.fw-bank-mini-row{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;align-items:start!important;gap:8px 14px!important;padding:16px!important;border-radius:18px!important;background:#ffffff08!important;border:1px solid rgba(166,176,195,.1)!important}.fw-bank-mini-row>div{min-width:0}.fw-bank-mini-row span{display:block;font-size:12px!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase;color:var(--fw-muted)!important}.fw-bank-mini-row strong{display:block;margin-top:10px;font-size:clamp(34px,3vw,44px)!important;line-height:1.02!important}.fw-bank-mini-row b{align-self:center;font-size:18px!important;line-height:1}.fw-bank-mini-row small{grid-column:1 / -1;font-size:14px!important;color:var(--fw-muted)!important}.fw-calculator-bank{display:grid!important;grid-template-columns:minmax(0,1.12fr) minmax(360px,.96fr)!important;gap:18px!important;align-items:stretch!important}.fw-calculator-bank .fw-calc-panel,.fw-calculator-bank .fw-calc-summary{min-width:0;padding:26px!important}.fw-calc-panel-head b{font-size:clamp(36px,3.2vw,48px)!important;line-height:1!important}.fw-calc-quick-points{gap:10px!important}.fw-calc-quick-points span{padding:12px 16px!important;font-size:15px!important}.fw-calc-note-card{margin-top:22px!important;padding:18px 18px 16px!important}.fw-calc-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;align-content:start!important}.fw-calc-summary article{min-width:0!important;min-height:162px!important;padding:18px 14px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.fw-calc-summary small{text-align:left!important;font-size:15px!important}.fw-calc-summary strong{display:flex!important;align-items:baseline!important;justify-content:center!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:auto 0!important;font-size:clamp(28px,2.75vw,50px)!important;line-height:1.02!important;text-align:center!important;word-break:keep-all!important;white-space:nowrap!important}.fw-calc-summary strong span{font-size:.9em}.fw-calc-summary button{grid-column:1 / -1!important;margin-top:6px!important;width:100%!important}.fw-final-cta{background:#ffffff0a!important;box-shadow:0 24px 70px #0000003d!important}@media (max-width: 1050px){.fw-header{padding:10px 14px!important}.fw-page main{padding-top:88px!important}.fw-hero{padding-top:18px!important;gap:34px!important}.fw-platform-bank-row,.fw-calculator-bank{grid-template-columns:1fr!important}.fw-bank-stat-combo{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}}@media (max-width: 720px){.fw-header{border-radius:0 0 18px 18px!important}.fw-hero-title-v9{font-size:clamp(42px,13vw,62px)!important}.fw-mini-path{overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:4px;scrollbar-width:none}.fw-mini-path::-webkit-scrollbar{display:none}.fw-live-board,.fw-hero-live-board{padding:18px!important}.fw-payout-row{grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;padding:14px 12px!important}.fw-payout-copy b{font-size:16px!important}.fw-payout-row strong{font-size:18px!important}.fw-bank-stat-primary{min-height:246px!important}.fw-bank-stat-primary>strong{font-size:clamp(38px,10vw,54px)!important}.fw-bank-stat-combo{grid-template-columns:1fr!important;gap:12px!important}.fw-calculator-bank .fw-calc-panel,.fw-calculator-bank .fw-calc-summary{padding:18px!important}.fw-calc-summary{grid-template-columns:1fr!important}.fw-calc-summary article{min-height:122px!important}.fw-calc-summary strong{justify-content:flex-start!important;font-size:clamp(32px,9vw,40px)!important}}.fw-live-board,.fw-hero-live-board{overflow:hidden}.fw-payout-list{gap:14px!important}.fw-payout-row{min-height:84px!important;transition:transform .32s ease,opacity .32s ease,background .22s ease,border-color .22s ease!important}.fw-payout-row.active{transform:translateY(-2px)!important}.fw-payout-copy b{font-size:19px!important;line-height:1.08!important}.fw-payout-row strong{font-size:24px!important}.fw-toast{animation:fw-toast-cycle .45s ease both!important}@keyframes fw-toast-cycle{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fw-faq-head-v24{text-align:center!important;margin-bottom:26px!important}.fw-faq-head-v24 h2{margin:0!important;font-size:clamp(44px,5.6vw,76px)!important;line-height:.98!important;letter-spacing:-.05em!important}.fw-faq-head-v24 h2 span{color:#e65bcb!important}.fw-faq-head-v24 p{margin:18px 0 0!important;color:var(--fw-text-soft, var(--fw-muted))!important;font-size:clamp(18px,2vw,22px)!important}.fw-faq-list-v24{max-width:920px!important;gap:16px!important}.fw-faq-list-v24>div{border-radius:22px!important;background:#111620d1!important;border:1px solid rgba(255,255,255,.04)!important;overflow:hidden!important}.fw-faq-list-v24 button{padding:24px 28px!important;font-size:18px!important;font-weight:900!important;align-items:flex-start!important}.fw-faq-question{display:block!important;line-height:1.35!important}.fw-faq-arrow{color:#ffffffc7!important;font-size:18px!important;line-height:1!important;transition:transform .22s ease!important}.fw-light .fw-faq-arrow{color:#111114ad!important}.fw-faq-list-v24 .open .fw-faq-arrow{transform:rotate(180deg)!important}.fw-faq-list-v24 p{padding:0 28px 24px!important;font-size:18px!important;line-height:1.5!important;color:#ffffffdb!important}.fw-light .fw-faq-list-v24 p{color:#111114c7!important}.fw-faq-list-v24 .open{border-color:#e65bcb2e!important;background:#1c132bb8!important}.fw-light .fw-faq-list-v24 .open{background:#fffffffa!important}@media (max-width: 720px){.fw-payout-row{min-height:76px!important}.fw-payout-copy b{font-size:16px!important}.fw-payout-copy small{font-size:12px!important}.fw-payout-row strong{font-size:18px!important}.fw-faq-head-v24 h2{font-size:clamp(36px,11vw,52px)!important}.fw-faq-head-v24 p{font-size:16px!important}.fw-faq-list-v24 button{padding:18px!important;font-size:16px!important}.fw-faq-list-v24 p{padding:0 18px 18px!important;font-size:15px!important}}.fw-header{top:14px!important;left:50%!important;transform:translate(-50%)!important;width:min(1200px,calc(100% - 32px))!important;border-radius:22px!important;border:1px solid var(--fw-line)!important;padding:10px 12px 10px 16px!important;min-height:66px!important;background:#080e14d6!important;backdrop-filter:blur(22px) saturate(1.08)!important;-webkit-backdrop-filter:blur(22px) saturate(1.08)!important}.fw-light .fw-header{background:#ffffffd6!important}.fw-page main{padding-top:92px!important}.fw-hero{grid-template-columns:minmax(0,.9fr) minmax(500px,.82fr)!important;gap:46px!important;min-height:auto!important;padding-top:14px!important;padding-bottom:24px!important;align-items:center!important}.fw-month-pill{margin-bottom:14px!important}.fw-hero-buttons{margin-top:20px!important}.fw-platform-stats{padding-top:10px!important;margin-top:0!important}.fw-mini-path{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;margin-top:16px!important;overflow-x:auto!important;scrollbar-width:none!important;white-space:nowrap!important;max-width:100%!important}.fw-mini-path span{flex:0 0 auto!important;white-space:nowrap!important;font-size:13px!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:8px!important;color:var(--fw-muted)!important}.fw-mini-path b{width:27px!important;height:27px!important;flex:0 0 27px!important;background:var(--fw-green)!important;color:#06120a!important;border-radius:999px!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:560px!important;padding:24px!important;border-radius:28px!important}.fw-payout-list{gap:12px!important}.fw-payout-row{min-height:80px!important;grid-template-columns:48px minmax(0,1fr) auto!important;gap:14px!important;padding:15px 16px!important;border-radius:18px!important;transform:none!important;opacity:1!important;transition:transform .28s ease,background .22s ease,border-color .22s ease!important}.fw-payout-row.active{transform:translateY(-2px)!important;background:#00c8531a!important;border-color:#00c85347!important}.fw-payout-avatar{width:42px!important;height:42px!important;font-size:16px!important}.fw-payout-row strong{font-size:21px!important;white-space:nowrap!important}.fw-faq-list-v24>div,.fw-faq-list div{background:#111620c7!important;border-color:var(--fw-line)!important;box-shadow:none!important}.fw-light .fw-faq-list-v24>div,.fw-light .fw-faq-list div{background:#fff!important}.fw-faq-list-v24 .open,.fw-faq-list .open{background:#ffffff0b!important;border-color:#00c8533d!important}.fw-light .fw-faq-list-v24 .open,.fw-light .fw-faq-list .open{background:#fff!important}.fw-light .fw-faq-list-v24 p{color:#111114b8!important}.fw-calculator-v25{display:grid!important;grid-template-columns:minmax(300px,.92fr) minmax(460px,1.35fr) auto!important;align-items:stretch!important;gap:16px!important;border:1px solid var(--fw-line)!important;border-radius:28px!important;padding:18px!important;background:#111620c7!important;box-shadow:none!important}.fw-light .fw-calculator-v25{background:#fff!important}.fw-calc-slider-v25,.fw-calc-results-v25 article{border:1px solid var(--fw-line)!important;border-radius:22px!important;background:#ffffff09!important}.fw-light .fw-calc-slider-v25,.fw-light .fw-calc-results-v25 article{background:#fff!important}.fw-calc-slider-v25{padding:20px!important;min-width:0!important}.fw-calc-slider-head{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;margin-bottom:16px!important}.fw-calc-slider-head span{font-weight:900!important;color:var(--fw-text)!important}.fw-calc-slider-v25 input[type=range]{width:100%!important;accent-color:var(--fw-green)!important}.fw-calc-scale{display:flex!important;justify-content:space-between!important;color:var(--fw-muted)!important;font-size:12px!important;font-weight:800!important;margin-top:10px!important}.fw-calc-results-v25{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;min-width:0!important}.fw-calc-results-v25 article{min-width:0!important;padding:18px 14px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:10px!important;text-align:left!important}.fw-calc-results-v25 article.main{border-color:#00c85357!important;background:#00c85312!important}.fw-calc-results-v25 small{color:var(--fw-muted)!important;font-size:13px!important;font-weight:900!important}.fw-calc-results-v25 strong{display:block!important;max-width:100%!important;overflow-wrap:normal!important;white-space:nowrap!important;color:var(--fw-text)!important;font-size:clamp(24px,2.4vw,34px)!important;line-height:1!important;letter-spacing:-.055em!important}.fw-calc-results-v25 .main strong{color:var(--fw-green)!important}.fw-calculator-v25>button{align-self:stretch!important;width:168px!important;padding:0 20px!important;border-radius:22px!important}@media (max-width: 1050px){.fw-hero{grid-template-columns:1fr!important;gap:28px!important}.fw-hero-live-board,.fw-live-board{max-width:100%!important}.fw-calculator-v25{grid-template-columns:1fr!important}.fw-calculator-v25>button{width:100%!important;min-height:58px!important}}@media (max-width: 720px){.fw-header{top:8px!important;width:calc(100% - 18px)!important;border-radius:18px!important;padding:8px!important;min-height:58px!important}.fw-header .fw-telegram{display:none!important}.fw-header-actions{gap:7px!important;min-width:0!important}.fw-header-actions .fw-small{padding:11px 14px!important;font-size:13px!important}.fw-theme{width:40px!important;height:40px!important}.fw-page main{padding-top:78px!important}.fw-hero{padding-top:10px!important;padding-bottom:18px!important}.fw-month-pill{max-width:100%!important;flex-wrap:nowrap!important;white-space:nowrap!important;overflow-x:auto!important}.fw-mini-path{font-size:12px!important;gap:8px!important}.fw-mini-path span{font-size:12px!important}.fw-mini-path b{width:24px!important;height:24px!important;flex-basis:24px!important}.fw-payout-row{min-height:72px!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:10px!important;padding:12px!important}.fw-payout-copy b{font-size:15px!important}.fw-payout-copy small{font-size:11px!important}.fw-payout-row strong{font-size:17px!important}.fw-timeline{display:none!important}.fw-step-detail-shell{padding:66px 18px 18px!important;touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important}.fw-step-side-arrow{top:16px!important;width:42px!important;height:42px!important}.fw-step-side-arrow.left{left:18px!important}.fw-step-side-arrow.right{right:18px!important}.fw-calc-results-v25{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important}.fw-calc-results-v25::-webkit-scrollbar{display:none!important}.fw-calc-results-v25 article{flex:0 0 78%!important;scroll-snap-align:start!important;min-height:110px!important}.fw-calc-results-v25 strong{font-size:clamp(28px,9vw,38px)!important}.fw-nav.open .fw-telegram,.fw-nav .fw-telegram{display:none!important}}.fw-header{top:10px!important;width:min(1200px,calc(100% - 32px))!important;border-radius:22px!important}.fw-page main{padding-top:86px!important}.fw-hero{width:min(1280px,calc(100% - 40px))!important;grid-template-columns:minmax(0,1.12fr) minmax(430px,.88fr)!important;gap:84px!important;padding-top:42px!important;padding-bottom:30px!important;min-height:auto!important}.fw-hero-sub{max-width:680px!important}.fw-hero-live-board,.fw-live-board{max-width:100%!important;padding:26px!important;border-radius:30px!important}.fw-payout-list{display:grid!important;gap:14px!important}.fw-payout-row{min-height:88px!important;padding:16px 18px!important}.fw-payout-copy b{font-size:18px!important}.fw-payout-copy small{font-size:13px!important}.fw-payout-row strong{font-size:22px!important}.fw-mini-path{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;gap:12px!important;margin-top:24px!important;padding-bottom:2px!important;scrollbar-width:none!important}.fw-mini-path span{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;font-weight:800!important;color:var(--fw-text)!important}.fw-light .fw-mini-path span{color:#101114!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:4px!important;color:#a6b0c380!important;font-size:18px!important;line-height:1!important}.fw-mini-path b{width:28px!important;height:28px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2))!important;color:#06120b!important;font-size:14px!important;font-weight:900!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:58px!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v26{margin-bottom:28px!important}.fw-calc-head-v26 h2{margin:0!important;font-size:clamp(44px,5.2vw,72px)!important;line-height:.96!important;letter-spacing:-.06em!important}.fw-calc-head-v26 h2 span{color:var(--fw-green)!important}.fw-calc-head-v26 p{margin-top:14px!important;font-size:clamp(18px,1.4vw,24px)!important;color:var(--fw-muted)!important}.fw-calculator-shell-v26{border:1px solid var(--fw-line)!important;border-radius:30px!important;padding:26px!important;background:#111620c7!important;box-shadow:none!important}.fw-calc-tabs-v26{display:grid!important;grid-template-columns:minmax(0,1fr)!important;margin-bottom:22px!important;border-radius:20px!important;background:#ffffff08!important}.fw-light .fw-calc-tabs-v26{background:#1111140a!important}.fw-calc-tabs-v26 button{min-height:60px!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#00c8532e,#00c8531a)!important;color:var(--fw-text)!important;font-size:22px!important;font-weight:900!important}.fw-calculator-v26{display:grid!important;gap:22px!important}.fw-calc-slider-v26{border:1px solid var(--fw-line)!important;border-radius:26px!important;background:#ffffff08!important;padding:24px 26px!important}.fw-light .fw-calc-slider-v26{background:#11111408!important}.fw-calc-slider-head{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:16px!important;margin-bottom:18px!important}.fw-calc-slider-head span{font-size:18px!important;font-weight:850!important;color:var(--fw-text)!important}.fw-calc-slider-head b{font-size:56px!important;line-height:1!important;color:var(--fw-green)!important}.fw-calc-scale{display:flex!important;justify-content:space-between!important;margin-top:12px!important;color:var(--fw-text)!important;opacity:.88!important;font-size:13px!important;font-weight:700!important}.fw-calc-results-v26{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.fw-calc-results-v26 article{min-width:0!important;padding:28px 24px!important;border:1px solid var(--fw-line)!important;border-radius:26px!important;background:#ffffff08!important;display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:center!important}.fw-calc-results-v26 small{font-size:16px!important;font-weight:800!important;color:var(--fw-muted)!important}.fw-calc-results-v26 strong{white-space:nowrap!important;font-size:clamp(34px,3.1vw,48px)!important;line-height:.98!important;letter-spacing:-.06em!important;color:var(--fw-text)!important}.fw-calc-cta-v26{margin-top:24px!important;min-height:60px!important;padding:0 30px!important;border-radius:18px!important}.fw-faq-list-v24{gap:18px!important}.fw-faq-list-v24 button{color:var(--fw-text)!important;min-height:90px!important}.fw-faq-question{color:var(--fw-text)!important;font-size:clamp(20px,1.6vw,24px)!important;font-weight:850!important}.fw-light .fw-faq-question{color:#101114!important}.fw-faq-arrow{color:#a6b0c3eb!important}.fw-faq-list-v24 p{color:var(--fw-muted)!important;font-size:18px!important;line-height:1.55!important}.fw-faq-list-v24 .open{border-color:#00c85338!important;background:#111620d6!important}@media (max-width: 1180px){.fw-hero{width:min(1200px,calc(100% - 28px))!important;grid-template-columns:1fr!important;gap:34px!important}}@media (max-width: 720px){.fw-header{top:8px!important;width:calc(100% - 16px)!important;border-radius:18px!important}.fw-page main{padding-top:80px!important}.fw-hero{width:calc(100% - 20px)!important;padding-top:8px!important;padding-bottom:10px!important;gap:24px!important}.fw-mini-path{gap:10px!important;margin-top:18px!important}.fw-mini-path span{font-size:12px!important}.fw-mini-path b{width:24px!important;height:24px!important;font-size:12px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:40px!important}.fw-calculator-shell-v26{padding:18px!important;border-radius:24px!important}.fw-calc-tabs-v26 button{min-height:52px!important;font-size:18px!important}.fw-calc-slider-v26{padding:18px!important;border-radius:22px!important}.fw-calc-slider-head span{font-size:16px!important}.fw-calc-slider-head b{font-size:42px!important}.fw-calc-results-v26{display:flex!important;gap:12px!important;overflow-x:auto!important;scrollbar-width:none!important}.fw-calc-results-v26::-webkit-scrollbar{display:none!important}.fw-calc-results-v26 article{flex:0 0 72%!important;padding:22px 18px!important}.fw-calc-results-v26 strong{font-size:clamp(30px,10vw,40px)!important}.fw-live-board,.fw-hero-live-board{padding:18px!important}.fw-payout-row{min-height:76px!important;padding:12px 14px!important}.fw-payout-copy b{font-size:15px!important}.fw-payout-copy small{font-size:11px!important}.fw-payout-row strong{font-size:17px!important}.fw-faq-list-v24 button{min-height:76px!important}.fw-faq-question{font-size:17px!important}.fw-faq-list-v24 p{font-size:15px!important}}:root{--fw-section-gap-v27: 76px}.fw-header{top:14px!important;left:50%!important;transform:translate(-50%)!important;width:min(1180px,calc(100% - 36px))!important;max-width:1180px!important;border-radius:22px!important}.fw-page main{padding-top:96px!important}.fw-hero{width:min(1220px,calc(100% - 40px))!important;min-height:auto!important;grid-template-columns:minmax(0,1.02fr) minmax(390px,.74fr)!important;gap:68px!important;padding-top:48px!important;padding-bottom:18px!important;align-items:center!important}.fw-hero-copy{max-width:720px!important}.fw-hero-title-v27{margin:0!important;max-width:720px!important;font-size:clamp(42px,4.8vw,72px)!important;line-height:1.04!important;letter-spacing:-.055em!important;font-weight:780!important}.fw-hero-title-v27>span{display:block!important;white-space:nowrap!important}.fw-hero-title-v27 .fw-hero-accent{color:var(--fw-green)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;filter:none!important}.fw-hero-sub{max-width:650px!important;margin-top:22px!important;font-size:clamp(17px,1.25vw,21px)!important;line-height:1.5!important;font-weight:450!important}.fw-hero-earn-badge{margin-top:22px!important}.fw-trust-row.compact{margin-top:20px!important}.fw-mini-path{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;width:100%!important;max-width:760px!important;gap:10px!important;margin-top:24px!important;padding:2px 0 5px!important;scrollbar-width:none!important}.fw-mini-path span{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;line-height:1!important;font-weight:760!important;color:var(--fw-text)!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:4px!important;color:#a6b0c36b!important;font-size:18px!important}.fw-mini-path b{flex:0 0 26px!important;width:26px!important;height:26px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:var(--fw-green)!important;color:#06120b!important;font-size:13px!important;font-weight:900!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:500px!important;justify-self:end!important;padding:18px!important;border-radius:26px!important}.fw-payout-row{min-height:68px!important;grid-template-columns:40px minmax(0,1fr) auto!important;gap:12px!important;padding:11px 13px!important;border-radius:16px!important}.fw-payout-avatar{width:36px!important;height:36px!important;font-size:14px!important}.fw-payout-copy b{font-size:15px!important;line-height:1.12!important}.fw-payout-copy small{font-size:11px!important;line-height:1.2!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-section-gap-v27)!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v27{margin-bottom:30px!important}.fw-offers-grid{gap:18px!important}.fw-offer-card{padding:22px!important;min-height:320px!important}.fw-offer-card h3{margin-top:18px!important;margin-bottom:14px!important;line-height:1.12!important}.fw-offer-card p{line-height:1.42!important;margin-bottom:18px!important}.fw-offer-meta{margin-top:auto!important}.fw-calc-head-v27 h2{margin:0!important;color:var(--fw-green)!important;font-size:clamp(48px,5.2vw,80px)!important;line-height:.95!important;letter-spacing:-.06em!important;font-weight:850!important}.fw-calc-subtitle-v27{margin:14px 0 0!important;color:var(--fw-text-soft, var(--fw-muted))!important;font-size:clamp(24px,2.4vw,34px)!important;line-height:1.12!important;letter-spacing:-.04em!important;font-weight:800!important}.fw-calc-description-v27{margin:14px 0 0!important;color:var(--fw-muted)!important;font-size:clamp(16px,1.25vw,20px)!important;line-height:1.45!important}.fw-calculator-shell-v26{max-width:980px!important;margin:0 auto!important;border:1px solid var(--fw-line)!important;border-radius:28px!important;padding:24px!important;background:#111620c7!important;box-shadow:none!important}.fw-light .fw-calculator-shell-v26{background:#fff!important}.fw-calc-tabs-v26{margin-bottom:22px!important;background:#ffffff09!important;border-radius:18px!important}.fw-light .fw-calc-tabs-v26{background:#1111140b!important}.fw-calc-tabs-v26 button{min-height:58px!important;border:0!important;border-radius:16px!important;background:#00c85324!important;color:var(--fw-text)!important;font-size:18px!important;font-weight:850!important}.fw-calculator-v26{display:grid!important;grid-template-columns:1fr!important;gap:20px!important}.fw-calc-slider-v26{padding:22px 24px!important;border:1px solid var(--fw-line)!important;border-radius:24px!important;background:#ffffff06!important}.fw-light .fw-calc-slider-v26{background:#11111406!important}.fw-calc-slider-head{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:16px!important;margin-bottom:20px!important}.fw-calc-slider-head span{color:var(--fw-text)!important;font-size:18px!important;font-weight:850!important}.fw-calc-slider-head b{color:var(--fw-green)!important;font-size:44px!important;line-height:1!important}.fw-calc-slider-v26 input[type=range]{width:100%!important;accent-color:var(--fw-green)!important}.fw-calc-results-v26{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}.fw-calc-results-v26 article{min-width:0!important;padding:24px 18px!important;border:1px solid var(--fw-line)!important;border-radius:22px!important;background:#ffffff08!important;text-align:center!important}.fw-light .fw-calc-results-v26 article{background:#11111408!important}.fw-calc-results-v26 article.main{border-color:#00c85357!important;background:#00c85314!important}.fw-calc-results-v26 small{display:block!important;margin-bottom:12px!important;color:var(--fw-muted)!important;font-size:15px!important;font-weight:800!important}.fw-calc-results-v26 strong{display:block!important;white-space:nowrap!important;color:var(--fw-text)!important;font-size:clamp(30px,3vw,42px)!important;line-height:1!important;letter-spacing:-.055em!important}.fw-calc-results-v26 article.main strong{color:var(--fw-green)!important}.fw-calc-cta-v26,.fw-calculator-shell-v26>.fw-primary{display:flex!important;justify-content:center!important;align-items:center!important;width:fit-content!important;min-width:230px!important;margin:24px auto 0!important}.fw-faq-list-v24>div{background:#111620c7!important;border:1px solid var(--fw-line)!important;border-radius:22px!important;box-shadow:none!important}.fw-faq-list-v24 .open{background:#111620d1!important;border-color:var(--fw-line)!important}.fw-faq-list-v24 button,.fw-faq-list-v24 button .fw-faq-question,.fw-faq-list-v24 .open .fw-faq-question{color:var(--fw-text)!important}.fw-light .fw-faq-list-v24 button,.fw-light .fw-faq-list-v24 button .fw-faq-question,.fw-light .fw-faq-list-v24 .open .fw-faq-question{color:#111114!important}.fw-faq-arrow{color:#a6b0c3d9!important}.fw-faq-list-v24 p{color:var(--fw-muted)!important}@media (max-width: 1180px){.fw-hero{grid-template-columns:1fr!important;gap:32px!important;width:min(960px,calc(100% - 32px))!important}.fw-hero-live-board,.fw-live-board{justify-self:stretch!important;max-width:640px!important}}@media (max-width: 720px){:root{--fw-section-gap-v27: 50px}.fw-header{top:8px!important;width:calc(100% - 16px)!important;max-width:none!important;border-radius:18px!important}.fw-page main{padding-top:78px!important}.fw-hero{width:calc(100% - 20px)!important;padding-top:10px!important;padding-bottom:8px!important;gap:24px!important}.fw-hero-title-v27{font-size:clamp(29px,8vw,38px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:760!important}.fw-hero-title-v27>span{white-space:nowrap!important}.fw-hero-sub{margin-top:16px!important;font-size:15px!important;line-height:1.45!important}.fw-hero-earn-badge{margin-top:18px!important}.fw-trust-row.compact{margin-top:16px!important}.fw-hero-buttons{margin-top:18px!important;justify-items:center!important}.fw-hero-buttons .fw-primary,.fw-hero-buttons .fw-secondary{width:100%!important;justify-content:center!important}.fw-mini-path{max-width:100%!important;gap:9px!important;margin-top:18px!important}.fw-mini-path span{font-size:12px!important}.fw-mini-path b{width:23px!important;height:23px!important;flex:0 0 23px!important;font-size:12px!important}.fw-hero-live-board,.fw-live-board{max-width:100%!important;padding:15px!important;border-radius:22px!important}.fw-payout-row{min-height:64px!important;padding:10px 11px!important;grid-template-columns:36px minmax(0,1fr) auto!important;gap:9px!important}.fw-payout-avatar{width:32px!important;height:32px!important}.fw-payout-copy b{font-size:14px!important}.fw-payout-copy small{font-size:10.5px!important}.fw-payout-row strong{font-size:15px!important}.fw-offer-card{min-height:auto!important;padding:18px!important}.fw-offer-card h3{margin-top:14px!important;margin-bottom:10px!important}.fw-offer-card p{line-height:1.38!important;margin-bottom:14px!important}.fw-calc-head-v27 h2{font-size:clamp(42px,13vw,58px)!important}.fw-calc-subtitle-v27{font-size:clamp(22px,7vw,30px)!important}.fw-calculator-shell-v26{padding:16px!important;border-radius:24px!important}.fw-calc-tabs-v26 button{min-height:52px!important;font-size:17px!important}.fw-calc-slider-v26{padding:18px!important;border-radius:22px!important}.fw-calc-results-v26{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important}.fw-calc-results-v26 article{padding:20px 18px!important;text-align:center!important}.fw-calc-results-v26 strong{font-size:clamp(30px,10vw,40px)!important}.fw-calc-cta-v26,.fw-calculator-shell-v26>.fw-primary{width:100%!important;min-width:0!important}}@media (max-width: 390px){.fw-hero-title-v27{font-size:27px!important}.fw-mini-path span{font-size:11.5px!important}}.fw-hero{width:min(1360px,calc(100% - 48px))!important;grid-template-columns:minmax(0,1.2fr) minmax(390px,.78fr)!important;gap:58px!important;padding-top:34px!important;padding-bottom:34px!important}.fw-hero-title-v9,.fw-hero-title-v27{max-width:820px!important;font-size:clamp(46px,4.7vw,76px)!important;line-height:1.02!important;letter-spacing:-.058em!important;font-weight:760!important}.fw-hero-accent{color:var(--fw-green)!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}.fw-hero-sub{max-width:690px!important;font-size:clamp(17px,1.22vw,20px)!important;line-height:1.52!important;margin-top:24px!important}.fw-hero-live-board,.fw-live-board{padding:20px!important;border-radius:26px!important}.fw-payout-row{min-height:70px!important;padding:12px 14px!important;grid-template-columns:40px minmax(0,1fr) auto!important;gap:12px!important}.fw-payout-copy b{font-size:16px!important}.fw-payout-copy small{font-size:12px!important}.fw-payout-row strong{font-size:18px!important}.fw-live-total{margin-top:14px!important}.fw-mini-path{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;margin-top:22px!important;overflow:visible!important;white-space:nowrap!important}.fw-mini-path span{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;min-width:0!important;font-size:13px!important;font-weight:780!important}.fw-mini-path b{width:27px!important;height:27px!important;flex:0 0 27px!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:1px!important}.fw-offer-card,.fw-offer-card:nth-child(n+5){display:block!important}.fw-offer-card{min-height:0!important;padding:16px!important;border-radius:22px!important}.fw-offer-top{margin-bottom:12px!important}.fw-offer-icon{width:42px!important;height:42px!important}.fw-offer-card h3{min-height:0!important;margin:14px 0 0!important;font-size:20px!important;line-height:1.15!important}.fw-offer-card p{min-height:0!important;margin:14px 0 18px!important;font-size:14px!important;line-height:1.42!important}.fw-offer-meta{margin-top:0!important;margin-bottom:12px!important}.fw-offer-card button{padding:12px!important;border-radius:14px!important}.fw-calc-head-v28 h2{margin:0!important;font-size:clamp(42px,5vw,70px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:820!important;color:var(--fw-text)!important}.fw-calc-head-v28 p{margin:16px 0 0!important;font-size:clamp(18px,1.6vw,23px)!important;color:var(--fw-muted)!important}.fw-calc-tabs-v28{display:grid!important;grid-template-columns:1fr!important;margin-bottom:22px!important;border-radius:20px!important;background:#ffffff09!important;border:1px solid rgba(166,176,195,.1)!important;overflow:hidden!important}.fw-light .fw-calc-tabs-v28{background:#11111409!important}.fw-calc-tabs-v28 button{min-height:56px!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#00c853f2,#00a86bf2)!important;color:#07120c!important;font-size:18px!important;font-weight:900!important}.fw-calc-slider-v28{padding:26px 30px!important;border-radius:26px!important;border:1px solid var(--fw-line)!important;background:#111620c7!important}.fw-calc-slider-head-v28{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:20px!important;margin-bottom:20px!important}.fw-calc-slider-head-v28 span{color:var(--fw-text)!important;font-size:18px!important;font-weight:850!important}.fw-calc-slider-head-v28 b{color:var(--fw-green)!important;font-size:46px!important;line-height:1!important}.fw-calc-results-v28 article{min-width:0!important;min-height:138px!important;padding:22px 20px!important;border-radius:24px!important;border:1px solid var(--fw-line)!important;background:#111620c7!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important;gap:12px!important}.fw-calc-results-v28 article.main{border-color:#00c85357!important;background:#00c85314!important}.fw-calc-results-v28 small{color:var(--fw-muted)!important;font-size:15px!important;font-weight:750!important}.fw-calc-results-v28 strong{color:var(--fw-text)!important;white-space:nowrap!important;font-size:clamp(30px,2.6vw,42px)!important;line-height:1!important;letter-spacing:-.045em!important}@media (max-width: 720px){.fw-toast{left:12px!important;right:12px!important;width:auto!important;bottom:auto!important;top:94px!important;z-index:45!important;padding:10px 12px!important;border-radius:16px!important}.fw-toast b{font-size:12px!important}.fw-toast span{font-size:11px!important}.fw-hero{width:calc(100% - 18px)!important;padding-top:12px!important;gap:22px!important}.fw-hero-title-v9,.fw-hero-title-v27{font-size:clamp(36px,11.4vw,48px)!important;line-height:1.02!important;letter-spacing:-.055em!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{white-space:nowrap!important}.fw-hero-sub{font-size:15px!important;line-height:1.45!important;margin-top:16px!important}.fw-hero-earn-badge{margin-top:16px!important}.fw-mini-path{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:5px!important;overflow:visible!important;white-space:normal!important;margin-top:16px!important}.fw-mini-path span{flex:none!important;gap:4px!important;align-items:flex-start!important;font-size:10px!important;line-height:1.12!important;white-space:normal!important}.fw-mini-path b{width:20px!important;height:20px!important;flex:0 0 20px!important;font-size:11px!important}.fw-mini-path span:not(:last-child):after{display:none!important}.fw-hero-buttons{justify-content:center!important;margin-top:18px!important}.fw-hero-buttons>*{flex:1 1 150px!important;justify-content:center!important}.fw-hero-live-board,.fw-live-board{padding:16px!important}.fw-payout-list{gap:8px!important}.fw-payout-row{min-height:62px!important;padding:10px 11px!important;grid-template-columns:34px minmax(0,1fr) auto!important;gap:8px!important}.fw-payout-avatar{width:30px!important;height:30px!important}.fw-payout-copy b{font-size:14px!important}.fw-payout-copy small{font-size:11px!important}.fw-payout-row strong{font-size:15px!important}.fw-live-total b{font-size:24px!important}.fw-offers-grid{gap:12px!important}.fw-offer-card{padding:14px!important;border-radius:18px!important}.fw-offer-card h3{font-size:18px!important;margin-top:10px!important}.fw-offer-card p{font-size:13px!important;line-height:1.35!important;margin:10px 0 14px!important}.fw-calc-head-v28 h2{font-size:clamp(34px,10vw,46px)!important}.fw-calc-head-v28 p{font-size:15px!important;line-height:1.4!important}.fw-calc-tabs-v28 button{min-height:50px!important;font-size:16px!important}.fw-calc-slider-v28{padding:18px!important;border-radius:22px!important}.fw-calc-slider-head-v28 span{font-size:16px!important}.fw-calc-slider-head-v28 b{font-size:40px!important}.fw-calc-results-v28{grid-template-columns:1fr!important;gap:12px!important}.fw-calc-results-v28 article{min-height:110px!important;padding:18px!important}.fw-calc-results-v28 strong{font-size:clamp(30px,9vw,40px)!important}}:root{--fw-section-gap-v29: 92px}.fw-header{top:14px!important;left:50%!important;transform:translate(-50%)!important;width:min(1200px,calc(100% - 32px))!important;border-radius:22px!important}.fw-page main{padding-top:104px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-section-gap-v29)!important}.fw-section{padding-top:0!important;padding-bottom:0!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:34px!important}.fw-hero{width:min(1280px,calc(100% - 40px))!important;grid-template-columns:minmax(0,1fr) minmax(430px,.82fr)!important;gap:64px!important;padding-top:18px!important;padding-bottom:10px!important;min-height:auto!important}.fw-hero-copy{max-width:760px!important}.fw-hero-title-v9,.fw-hero-title-v27{max-width:760px!important;font-size:clamp(50px,5.1vw,78px)!important;line-height:.98!important;letter-spacing:-.062em!important;font-weight:830!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{display:block!important;white-space:nowrap!important}.fw-hero-sub{max-width:640px!important;margin-top:24px!important;font-size:20px!important;line-height:1.55!important}.fw-hero-earn-badge{margin-top:26px!important}.fw-trust-row.compact{margin-top:18px!important}.fw-hero-buttons{margin-top:26px!important}.fw-mini-path{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:11px!important;overflow-x:auto!important;white-space:nowrap!important;max-width:100%!important;margin-top:22px!important;padding-bottom:2px!important;scrollbar-width:none!important}.fw-mini-path::-webkit-scrollbar{display:none!important}.fw-mini-path span{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-size:14px!important;line-height:1!important;font-weight:800!important;color:var(--fw-text)!important}.fw-mini-path b{flex:0 0 auto!important;width:28px!important;height:28px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;background:var(--fw-green)!important;color:#07110c!important;font-size:14px!important;font-weight:950!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:2px!important;color:#a6b0c38c!important;font-size:18px!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:500px!important;justify-self:end!important;padding:22px!important;border-radius:28px!important}.fw-payout-list{gap:10px!important}.fw-payout-row{min-height:68px!important;padding:12px 14px!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:12px!important;border-radius:18px!important}.fw-payout-avatar{width:38px!important;height:38px!important}.fw-payout-copy b{font-size:17px!important;line-height:1.12!important}.fw-payout-copy small{font-size:12px!important;line-height:1.25!important}.fw-payout-row strong{font-size:18px!important;white-space:nowrap!important}.fw-live-total{padding-top:16px!important;margin-top:16px!important}.fw-live-total b{font-size:28px!important}.fw-offer-card{padding:16px!important;border-radius:20px!important}.fw-offer-top{margin-bottom:8px!important}.fw-offer-card h3{margin:10px 0 0!important;font-size:20px!important;line-height:1.14!important}.fw-offer-card p{margin:10px 0 14px!important;min-height:0!important;font-size:14px!important;line-height:1.38!important}.fw-offer-meta{margin-bottom:10px!important}.fw-offer-card button{padding:12px!important}.fw-calc-head-v28 h2{margin:0!important;font-size:clamp(44px,5.2vw,72px)!important;line-height:.98!important;letter-spacing:-.06em!important;color:var(--fw-text)!important}.fw-calc-head-v28 p{margin-top:16px!important;color:var(--fw-muted)!important;font-size:clamp(18px,1.6vw,23px)!important}.fw-calculator-shell-v28{max-width:980px!important;margin:0 auto!important}.fw-calc-tabs-v28{margin-bottom:22px!important;border-radius:20px!important;background:#ffffff09!important;border:1px solid rgba(166,176,195,.1)!important}.fw-calc-tabs-v28 button{min-height:58px!important;border-radius:18px!important;background:linear-gradient(135deg,#00c853f5,#00a86bf5)!important;color:#07120c!important;font-size:19px!important;font-weight:950!important}.fw-calc-slider-v28{padding:28px 30px!important;border-radius:26px!important;background:#111620c7!important}.fw-calc-results-v28{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:24px!important}.fw-calc-results-v28 article{min-height:138px!important;padding:22px 18px!important;border-radius:24px!important}.fw-calc-results-v28 strong{font-size:clamp(29px,2.55vw,42px)!important;white-space:nowrap!important}.fw-faq-list-v24 .open{background:#111620d1!important;border-color:#00c85338!important}.fw-footer{gap:18px!important}.fw-footer-logo{justify-self:start!important}.fw-footer nav{flex-wrap:nowrap!important;white-space:nowrap!important}.fw-referral-bonus-v14,.fw-bonus-scale{overflow:visible!important}.fw-toast{bottom:max(24px,calc(env(safe-area-inset-bottom) + 24px))!important;top:auto!important}@media (max-width: 1180px){.fw-hero{grid-template-columns:1fr!important;gap:34px!important}.fw-hero-live-board,.fw-live-board{justify-self:start!important;max-width:620px!important}}@media (max-width: 720px){:root{--fw-section-gap-v29: 58px}.fw-header{top:8px!important;width:calc(100% - 18px)!important;border-radius:18px!important;padding:8px!important}.fw-page main{padding-top:86px!important}.fw-hero{width:calc(100% - 20px)!important;display:grid!important;grid-template-columns:1fr!important;gap:22px!important;padding-top:8px!important;padding-bottom:0!important}.fw-hero-copy{max-width:100%!important}.fw-month-pill{max-width:100%!important;display:inline-flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;font-size:11px!important;gap:8px!important}.fw-month-pill span,.fw-month-pill b{white-space:nowrap!important}.fw-hero-title-v9,.fw-hero-title-v27{font-size:clamp(36px,11.5vw,48px)!important;line-height:1.04!important;letter-spacing:-.052em!important;margin-top:18px!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{white-space:normal!important}.fw-hero-sub{margin-top:16px!important;font-size:15px!important;line-height:1.5!important}.fw-hero-earn-badge{margin-top:16px!important;width:100%!important;justify-content:center!important;text-align:center!important}.fw-trust-row.compact{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:14px!important}.fw-mini-path{display:none!important}.fw-hero-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:16px!important}.fw-hero-buttons>*{width:100%!important;justify-content:center!important;text-align:center!important}.fw-hero-live-board,.fw-live-board{max-width:100%!important;width:100%!important;padding:16px!important;border-radius:22px!important}.fw-payout-list{gap:9px!important}.fw-payout-row{min-height:62px!important;padding:10px 11px!important;grid-template-columns:34px minmax(0,1fr) auto!important;gap:8px!important;border-radius:15px!important}.fw-payout-avatar{width:30px!important;height:30px!important}.fw-payout-copy b{font-size:14px!important}.fw-payout-copy small{font-size:11px!important}.fw-payout-row strong{font-size:15px!important}.fw-live-total b{font-size:24px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-section-gap-v29)!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:24px!important}.fw-platform-bank-row{grid-template-columns:1fr!important;gap:14px!important}.fw-bank-stat-primary{min-height:250px!important}.fw-bank-stat-combo{grid-template-columns:1fr!important;grid-template-rows:auto auto!important;gap:12px!important}.fw-bank-mini-row{min-height:138px!important}.fw-offers-grid{gap:12px!important}.fw-offer-card{padding:14px!important;border-radius:18px!important}.fw-offer-card h3{font-size:18px!important;margin-top:8px!important}.fw-offer-card p{font-size:13px!important;line-height:1.34!important;margin:8px 0 12px!important}.fw-offer-meta{margin-bottom:10px!important}.fw-calc-head-v28 h2{font-size:clamp(34px,10vw,44px)!important}.fw-calc-head-v28 p{font-size:15px!important;line-height:1.42!important}.fw-calculator-shell-v28{max-width:100%!important}.fw-calc-tabs-v28 button{min-height:48px!important;font-size:15px!important}.fw-calc-slider-v28{padding:18px!important;border-radius:20px!important}.fw-calc-slider-head-v28 span{font-size:15px!important}.fw-calc-slider-head-v28 b{font-size:36px!important}.fw-calc-results-v28{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important}.fw-calc-results-v28 article{min-height:96px!important;padding:12px 8px!important;border-radius:16px!important;gap:8px!important}.fw-calc-results-v28 small{font-size:11px!important}.fw-calc-results-v28 strong{font-size:clamp(18px,5.8vw,24px)!important;letter-spacing:-.04em!important}.fw-referral-bonus-v14{padding:16px!important}.fw-bonus-scale{height:auto!important;padding-top:18px!important;display:grid!important;gap:10px!important}.fw-bonus-scale i,.fw-bonus-scale em,.fw-bonus-scale strong{position:static!important;left:auto!important;right:auto!important;transform:none!important}.fw-bonus-scale i{display:block!important;height:8px!important;border-radius:999px!important}.fw-bonus-scale em,.fw-bonus-scale strong{display:block!important;text-align:left!important}.fw-bonus-scale strong small{display:inline!important;margin-left:6px!important}.fw-faq-list-v24 button{min-height:74px!important;padding:18px!important}.fw-faq-question{font-size:16px!important;line-height:1.25!important}.fw-faq-list-v24 p{font-size:15px!important;line-height:1.45!important}.fw-toast{left:12px!important;right:12px!important;width:auto!important;top:auto!important;bottom:max(86px,calc(env(safe-area-inset-bottom) + 86px))!important;padding:10px 12px!important;border-radius:16px!important;z-index:45!important}.fw-toast b{font-size:12px!important}.fw-toast span{font-size:11px!important}.fw-footer{display:grid!important;grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:14px!important;padding:30px 0 38px!important}.fw-footer-logo{justify-self:center!important;min-width:0!important}.fw-footer nav{width:100%!important;justify-content:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:14px!important;white-space:nowrap!important;scrollbar-width:none!important}.fw-footer nav::-webkit-scrollbar{display:none!important}.fw-footer nav a{font-size:13px!important;flex:0 0 auto!important}.fw-copy{font-size:12px!important}}:root{--fw-section-gap-v30: 96px;--fw-mobile-gap-v30: 68px}.fw-header{top:14px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(1200px,calc(100% - 32px))!important;max-width:1200px!important;border-radius:24px!important;padding:10px 18px!important;backdrop-filter:blur(22px) saturate(150%)!important;-webkit-backdrop-filter:blur(22px) saturate(150%)!important}.fw-page main{padding-top:108px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-section-gap-v30)!important}.fw-section,.fw-how{padding-top:0!important;padding-bottom:0!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:38px!important}.fw-hero{width:min(1340px,calc(100% - 44px))!important;grid-template-columns:minmax(720px,1.1fr) minmax(420px,.82fr)!important;gap:74px!important;padding-top:34px!important;padding-bottom:6px!important;min-height:auto!important;align-items:center!important}.fw-hero-copy{max-width:820px!important}.fw-month-pill{margin-bottom:26px!important;white-space:nowrap!important}.fw-hero-title-v9,.fw-hero-title-v27{max-width:820px!important;margin:0!important;font-size:clamp(48px,4.65vw,74px)!important;line-height:1.02!important;letter-spacing:-.055em!important;font-weight:780!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{white-space:nowrap!important}.fw-hero-accent{color:var(--fw-green)!important;background:none!important;-webkit-text-fill-color:currentColor!important}.fw-hero-sub{max-width:700px!important;margin-top:24px!important;font-size:20px!important;line-height:1.55!important}.fw-hero-earn-badge{margin-top:24px!important}.fw-trust-row.compact{margin-top:16px!important}.fw-hero-buttons{margin-top:24px!important}.fw-mini-path{width:100%!important;max-width:820px!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:8px!important;overflow:visible!important;white-space:nowrap!important;margin-top:20px!important;padding-bottom:0!important}.fw-mini-path span{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:7px!important;font-size:13px!important;line-height:1!important;font-weight:800!important;color:var(--fw-text)!important}.fw-light .fw-mini-path span{color:#111114!important}.fw-mini-path b{flex:0 0 auto!important;width:26px!important;height:26px!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;background:var(--fw-green)!important;color:#06120b!important;font-size:13px!important;font-weight:950!important}.fw-mini-path span:not(:last-child):after{content:"›"!important;margin-left:2px!important;color:#a6b0c38c!important;font-size:18px!important;line-height:1!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:500px!important;justify-self:end!important;padding:22px!important;border-radius:30px!important}.fw-live-board-head{margin-bottom:14px!important}.fw-payout-list{display:grid!important;gap:10px!important}.fw-payout-row{min-height:64px!important;padding:11px 12px!important;grid-template-columns:38px minmax(0,1fr) auto!important;gap:12px!important;border-radius:16px!important;animation:fw-feed-slide-v30 .38s ease both!important}@keyframes fw-feed-slide-v30{0%{transform:translateY(-8px);opacity:.55}to{transform:translateY(0);opacity:1}}.fw-payout-avatar{width:36px!important;height:36px!important}.fw-payout-copy b{font-size:16px!important;line-height:1.08!important}.fw-payout-copy small{font-size:11.5px!important;line-height:1.25!important}.fw-payout-row strong{font-size:17px!important;white-space:nowrap!important}.fw-live-total{margin-top:14px!important;padding-top:14px!important}.fw-live-total b{font-size:26px!important}.fw-offers-grid{gap:16px!important}.fw-offer-card{min-height:0!important;padding:15px!important;border-radius:20px!important}.fw-offer-card h3{margin:9px 0 0!important;font-size:19px!important;line-height:1.12!important}.fw-offer-card p{min-height:0!important;margin:9px 0 12px!important;font-size:13.5px!important;line-height:1.34!important}.fw-offer-meta{margin:8px 0 10px!important}.fw-offer-card button{padding:11px 12px!important}.fw-calc-head-v28{text-align:center!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important}.fw-calc-head-v28 h2{margin:0!important;text-align:center!important;font-size:clamp(44px,5vw,72px)!important;line-height:.98!important;letter-spacing:-.058em!important;color:var(--fw-text)!important}.fw-calc-head-v28 h2 span{color:var(--fw-green)!important}.fw-calc-head-v28 p{margin:16px auto 0!important;text-align:center!important;color:var(--fw-muted)!important;font-size:clamp(18px,1.55vw,23px)!important}.fw-calculator-shell-v28{max-width:980px!important;margin:0 auto!important;padding:0!important;border:0!important;background:transparent!important}.fw-calc-tabs-v28{display:grid!important;grid-template-columns:1fr!important;margin-bottom:22px!important;padding:4px!important;border-radius:20px!important;background:#ffffff09!important;border:1px solid rgba(166,176,195,.1)!important}.fw-light .fw-calc-tabs-v28{background:#1011140a!important}.fw-calc-tabs-v28 button{min-height:58px!important;border-radius:16px!important;border:0!important;background:linear-gradient(135deg,var(--fw-green),var(--fw-green-2))!important;color:#06120b!important;font-size:19px!important;font-weight:950!important}.fw-calc-slider-v28{padding:28px 30px!important;border-radius:26px!important;border:1px solid var(--fw-line)!important;background:#111620c7!important}.fw-light .fw-calc-slider-v28{background:#fff!important}.fw-calc-slider-head-v28{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:20px!important;margin-bottom:18px!important}.fw-calc-slider-head-v28 span{font-size:18px!important;font-weight:900!important;color:var(--fw-text)!important}.fw-calc-slider-head-v28 b{font-size:46px!important;line-height:1!important;color:var(--fw-green)!important}.fw-calc-slider-v28 input[type=range]{width:100%!important;accent-color:var(--fw-green)!important}.fw-calc-scale{display:flex!important;justify-content:space-between!important;margin-top:12px!important;font-size:14px!important;color:var(--fw-muted)!important}.fw-calc-results-v28{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:24px!important}.fw-calc-results-v28 article{min-width:0!important;min-height:132px!important;padding:22px 18px!important;border-radius:24px!important;border:1px solid var(--fw-line)!important;background:#111620c7!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:12px!important;text-align:center!important}.fw-light .fw-calc-results-v28 article{background:#fff!important}.fw-calc-results-v28 article.main{border-color:#00c8534d!important;background:#00c85314!important}.fw-calc-results-v28 small{font-size:16px!important;font-weight:800!important;color:var(--fw-muted)!important}.fw-calc-results-v28 strong{color:var(--fw-text)!important;font-size:clamp(30px,2.55vw,42px)!important;line-height:1!important;letter-spacing:-.055em!important;white-space:nowrap!important}.fw-calc-results-v28 article.main strong{color:var(--fw-green)!important}.fw-faq-head-v24 h2 span{color:var(--fw-green)!important}.fw-faq-list-v24>div{background:#111620c7!important;border:1px solid var(--fw-line)!important;border-radius:22px!important}.fw-light .fw-faq-list-v24>div{background:#fff!important}.fw-faq-list-v24 .fw-faq-question,.fw-faq-list-v24 button{color:var(--fw-text)!important}.fw-light .fw-faq-list-v24 .fw-faq-question,.fw-light .fw-faq-list-v24 button{color:#111114!important}.fw-faq-list-v24 .open{background:#111620d6!important;border-color:#00c85333!important}.fw-light .fw-faq-list-v24 .open{background:#fff!important}.fw-faq-arrow{color:var(--fw-green)!important}.fw-toast{top:auto!important;bottom:max(30px,calc(env(safe-area-inset-bottom) + 30px))!important;background:#111620f0!important;border-color:#00c85338!important;color:var(--fw-text)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}@media (max-width: 1180px){.fw-hero{width:min(920px,calc(100% - 28px))!important;grid-template-columns:1fr!important;gap:34px!important}.fw-hero-live-board,.fw-live-board{justify-self:start!important;max-width:620px!important}}@media (max-width: 720px){:root{--fw-section-gap-v30: var(--fw-mobile-gap-v30)}.fw-header{top:8px!important;width:calc(100% - 16px)!important;min-height:62px!important;border-radius:18px!important;padding:8px 8px 8px 12px!important;gap:8px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto auto!important;align-items:center!important}.fw-logo{min-width:0!important;gap:9px!important}.fw-logo small{display:block!important;font-size:10px!important}.fw-brand-text{font-size:19px!important}.fw-header-actions{display:contents!important}.fw-telegram{display:none!important}.fw-theme{width:42px!important;height:42px!important;border-radius:14px!important;padding:0!important;order:2!important}.fw-small{order:3!important;min-height:42px!important;padding:0 16px!important;border-radius:14px!important;font-size:14px!important}.fw-menu-btn{order:4!important;display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:16px!important;padding:0!important;margin:0!important}.fw-menu-btn span{width:20px!important;height:2px!important;margin:2px 0!important;border-radius:999px!important}.fw-nav{position:absolute!important;left:10px!important;right:10px!important;top:calc(100% + 8px)!important;display:none!important;padding:12px!important;border-radius:18px!important;background:#111620f5!important;border:1px solid var(--fw-line)!important;box-shadow:0 18px 50px #00000042!important}.fw-light .fw-nav{background:#fffffffa!important}.fw-nav.open{display:grid!important;gap:8px!important}.fw-nav a{min-height:42px!important;display:flex!important;align-items:center!important;padding:0 12px!important;border-radius:12px!important;background:#ffffff0a!important}.fw-page main{padding-top:88px!important}.fw-hero{width:calc(100% - 20px)!important;grid-template-columns:1fr!important;gap:24px!important;padding-top:14px!important;padding-bottom:0!important}.fw-month-pill{max-width:100%!important;display:inline-flex!important;flex-wrap:nowrap!important;gap:8px!important;font-size:11px!important;padding:8px 10px!important;margin-bottom:16px!important}.fw-month-pill span,.fw-month-pill b{white-space:nowrap!important}.fw-hero-title-v9,.fw-hero-title-v27{font-size:clamp(36px,10.6vw,48px)!important;line-height:1.06!important;letter-spacing:-.046em!important;font-weight:780!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{white-space:normal!important}.fw-hero-sub{margin-top:16px!important;font-size:15px!important;line-height:1.48!important}.fw-hero-earn-badge{margin-top:16px!important;width:100%!important;justify-content:center!important;text-align:center!important;min-height:50px!important}.fw-trust-row.compact{margin-top:12px!important;display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.fw-mini-path{display:none!important}.fw-hero-buttons{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:16px!important}.fw-hero-buttons>*{width:100%!important;justify-content:center!important;text-align:center!important;min-height:52px!important;border-radius:16px!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:100%!important;padding:16px!important;border-radius:22px!important}.fw-live-board-head{margin-bottom:12px!important}.fw-payout-list{gap:8px!important}.fw-payout-row{min-height:58px!important;padding:9px 10px!important;grid-template-columns:32px minmax(0,1fr) auto!important;gap:8px!important;border-radius:14px!important}.fw-payout-avatar{width:30px!important;height:30px!important;font-size:13px!important}.fw-payout-copy b{font-size:14px!important}.fw-payout-copy small{font-size:10.5px!important}.fw-payout-row strong{font-size:14px!important}.fw-live-total{margin-top:12px!important;padding-top:12px!important}.fw-live-total b{font-size:24px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-mobile-gap-v30)!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:24px!important}.fw-how .fw-section-head p,.fw-timeline{display:none!important}.fw-step-detail-shell{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px!important;border-radius:22px!important;touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important}.fw-step-side-arrow{width:42px!important;height:42px!important;border-radius:999px!important;opacity:.88!important}.fw-step-side-arrow.left{left:8px!important}.fw-step-side-arrow.right{right:8px!important}.fw-step-detail h3{font-size:26px!important}.fw-step-detail p{font-size:15px!important}.fw-chat-demo{padding:14px!important;border-radius:18px!important}.fw-offers-grid{gap:12px!important}.fw-offer-card{padding:13px!important;border-radius:18px!important}.fw-offer-card h3{font-size:17px!important}.fw-offer-card p{font-size:13px!important;line-height:1.32!important}.fw-offer-meta b{font-size:19px!important}.fw-offer-meta span{font-size:13px!important}.fw-calc-head-v28 h2{font-size:clamp(34px,9.8vw,46px)!important}.fw-calc-head-v28 p{font-size:15px!important;line-height:1.42!important}.fw-calc-tabs-v28{margin-bottom:14px!important}.fw-calc-tabs-v28 button{min-height:48px!important;font-size:15px!important}.fw-calc-slider-v28{padding:17px!important;border-radius:20px!important}.fw-calc-slider-head-v28 span{font-size:15px!important}.fw-calc-slider-head-v28 b{font-size:34px!important}.fw-calc-results-v28{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}.fw-calc-results-v28 article{min-height:86px!important;padding:10px 6px!important;border-radius:15px!important;gap:6px!important}.fw-calc-results-v28 small{font-size:10.5px!important}.fw-calc-results-v28 strong{font-size:clamp(17px,5.1vw,22px)!important;letter-spacing:-.04em!important}.fw-referral-bonus-v14{padding:16px!important;border-radius:20px!important}.fw-bonus-scale{height:auto!important;padding-top:12px!important;display:grid!important;gap:8px!important}.fw-bonus-scale i,.fw-bonus-scale em,.fw-bonus-scale strong{position:static!important;left:auto!important;right:auto!important;transform:none!important}.fw-bonus-scale i{display:block!important;height:8px!important;width:100%!important;border-radius:999px!important}.fw-bonus-scale em,.fw-bonus-scale strong{display:block!important;width:100%!important;padding:8px 10px!important;border-radius:12px!important;background:#ffffff0a!important;text-align:left!important;font-size:13px!important}.fw-bonus-scale strong small{display:inline!important;margin-left:6px!important}.fw-faq-list-v24{gap:12px!important}.fw-faq-list-v24 button{min-height:70px!important;padding:16px!important}.fw-faq-question{font-size:16px!important;line-height:1.24!important}.fw-faq-list-v24 p{padding:0 16px 16px!important;font-size:15px!important}.fw-toast{left:12px!important;right:12px!important;width:auto!important;bottom:max(92px,calc(env(safe-area-inset-bottom) + 92px))!important;padding:10px 12px!important;border-radius:16px!important;z-index:45!important}.fw-toast b{font-size:12px!important}.fw-toast span{font-size:11px!important}.fw-footer{grid-template-columns:1fr!important;justify-items:center!important;text-align:center!important;gap:12px!important;padding:28px 0 36px!important}.fw-footer-logo{justify-self:center!important;min-width:0!important}.fw-footer-logo small{display:block!important}.fw-footer nav{width:100%!important;display:flex!important;justify-content:center!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;gap:13px!important;scrollbar-width:none!important}.fw-footer nav::-webkit-scrollbar{display:none!important}.fw-footer nav a{flex:0 0 auto!important;font-size:12.5px!important}.fw-copy{font-size:12px!important}}:root{--fw-section-gap-v31: 118px;--fw-mobile-gap-v31: 86px}.fw-header{top:14px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(1200px,calc(100% - 32px))!important;max-width:1200px!important;border-radius:24px!important}.fw-page main{padding-top:126px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-section-gap-v31)!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:42px!important}.fw-hero{padding-top:56px!important;padding-bottom:22px!important;gap:82px!important}.fw-month-pill{margin-bottom:30px!important}.fw-hero-sub{max-width:760px!important;line-height:1.55!important}.fw-hero-live-board,.fw-live-board{max-width:520px!important}.fw-toast{pointer-events:none!important;left:18px!important;right:auto!important;width:min(400px,calc(100% - 36px))!important;bottom:max(24px,calc(env(safe-area-inset-bottom) + 24px))!important;background:#111620f0!important;border:1px solid rgba(0,200,83,.18)!important;border-radius:20px!important;box-shadow:0 18px 46px #00000047!important;backdrop-filter:blur(18px) saturate(130%)!important;-webkit-backdrop-filter:blur(18px) saturate(130%)!important}.fw-light .fw-toast{background:#fffffff5!important}@media (max-width: 1180px){.fw-hero{gap:44px!important;padding-top:42px!important}.fw-hero-live-board,.fw-live-board{justify-self:stretch!important;max-width:100%!important}}@media (max-width: 720px){:root{--fw-section-gap-v31: var(--fw-mobile-gap-v31)}.fw-header{top:max(8px,env(safe-area-inset-top))!important;width:calc(100% - 20px)!important;min-height:66px!important;padding:8px 10px 8px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 44px 44px auto!important;gap:8px!important;align-items:center!important;border-radius:20px!important}.fw-logo{min-width:0!important;gap:9px!important}.fw-logo .fw-logo-mark{width:36px!important;height:36px!important}.fw-logo small{display:block!important;font-size:10px!important;line-height:1.1!important}.fw-brand-text{font-size:18px!important;line-height:1!important}.fw-header-actions{display:contents!important}.fw-telegram{display:none!important}.fw-menu-btn{order:1!important;display:grid!important;place-items:center!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;margin:0!important;border-radius:14px!important;background:#ffffff0b!important;border:1px solid var(--fw-line)!important}.fw-menu-btn span{width:20px!important;height:2px!important;display:block!important;margin:2px 0!important;border-radius:999px!important;background:var(--fw-text)!important}.fw-theme{order:2!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:14px!important}.fw-small{order:3!important;min-height:44px!important;padding:0 16px!important;border-radius:15px!important;font-size:14px!important;font-weight:900!important}.fw-nav{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 8px)!important;z-index:70!important;display:none!important;grid-template-columns:1fr!important;gap:4px!important;padding:18px 18px 20px!important;border-radius:0 0 22px 22px!important;border:1px solid var(--fw-line)!important;background:#090a14fa!important;box-shadow:0 26px 60px #00000057!important}.fw-light .fw-nav{background:#fffffffa!important}.fw-nav.open{display:grid!important}.fw-nav a{min-height:48px!important;padding:0 12px!important;display:flex!important;align-items:center!important;border-radius:12px!important;background:transparent!important;color:var(--fw-muted)!important;font-size:18px!important;font-weight:650!important}.fw-nav a:after{display:none!important}.fw-nav a:hover{background:#ffffff0a!important;color:var(--fw-text)!important}.fw-nav .fw-nav-telegram{display:flex!important;color:#229ed9!important}.fw-page main{padding-top:104px!important}.fw-hero{width:calc(100% - 22px)!important;padding-top:32px!important;padding-bottom:8px!important;gap:32px!important}.fw-month-pill{margin-bottom:20px!important}.fw-hero-title-v9,.fw-hero-title-v27{font-size:clamp(36px,10.5vw,48px)!important;line-height:1.08!important;letter-spacing:-.046em!important;font-weight:760!important}.fw-hero-title-v9>span,.fw-hero-title-v27>span{white-space:normal!important}.fw-hero-sub{margin-top:18px!important;font-size:15.5px!important;line-height:1.5!important}.fw-hero-earn-badge,.fw-hero-buttons{margin-top:18px!important}.fw-hero-live-board,.fw-live-board{width:100%!important;max-width:100%!important;padding:16px!important;border-radius:22px!important}.fw-payout-row{min-height:62px!important}.fw-platform-stats,.fw-section,.fw-final-cta{margin-top:var(--fw-mobile-gap-v31)!important}.fw-section-head,.fw-faq-head-v24,.fw-calc-head-v28{margin-bottom:28px!important}.fw-toast{left:14px!important;right:auto!important;width:min(360px,calc(100% - 28px))!important;bottom:max(22px,calc(env(safe-area-inset-bottom) + 22px))!important;padding:11px 13px!important;border-radius:18px!important}.fw-toast-icon{width:32px!important;height:32px!important;min-width:32px!important}.fw-toast b{font-size:13px!important}.fw-toast span{font-size:12px!important}}@media (max-width: 390px){.fw-header{grid-template-columns:minmax(0,1fr) 40px 40px auto!important;gap:6px!important;padding-left:10px!important}.fw-menu-btn,.fw-theme{width:40px!important;height:40px!important;min-width:40px!important}.fw-small{min-height:40px!important;padding:0 12px!important;font-size:13px!important}.fw-brand-text{font-size:17px!important}}.fw-header{overflow:visible!important}.fw-logo .fw-logo-mark{width:46px!important;height:46px!important}.fw-logo .fw-logo-mark svg{width:34px!important;height:34px!important}.fw-step-detail-copy,.fw-chat-demo{animation:fw-step-card-in .28s ease both}@keyframes fw-step-card-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@media (max-width: 720px){.fw-header{overflow:visible!important;z-index:120!important;grid-template-columns:minmax(0,1fr) 42px 42px auto!important}.fw-logo .fw-logo-mark{width:39px!important;height:39px!important}.fw-logo .fw-logo-mark svg{width:30px!important;height:30px!important}.fw-brand-text{font-size:19px!important}.fw-menu-btn{position:relative!important;z-index:130!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:14px!important}.fw-menu-btn span{width:19px!important;height:2px!important;margin:2.5px 0!important}.fw-theme{width:42px!important;height:42px!important;min-width:42px!important}.fw-small{min-height:42px!important;padding:0 15px!important}.fw-nav{z-index:125!important;left:-1px!important;right:-1px!important;top:calc(100% + 8px)!important;border-radius:20px!important;padding:16px 18px 18px!important;pointer-events:none!important;opacity:0!important;transform:translateY(-8px)!important;transition:opacity .22s ease,transform .22s ease!important}.fw-nav.open{display:grid!important;pointer-events:auto!important;opacity:1!important;transform:translateY(0)!important}.fw-nav a{min-height:44px!important;font-size:17px!important}.fw-nav .fw-nav-telegram{font-size:16px!important}.fw-step-detail-shell{position:relative!important;overflow:visible!important;padding:18px 20px!important;transform:translateZ(0)!important;transition:transform .22s ease,border-color .22s ease!important}.fw-step-detail-shell:active{transform:scale(.992)!important}.fw-step-detail-shell:before,.fw-step-detail-shell:after{content:"";position:absolute;top:50%;width:42px;height:72px;transform:translateY(-50%);pointer-events:none;opacity:.35}.fw-step-detail-shell:before{left:0;background:linear-gradient(90deg,rgba(0,200,83,.13),transparent)}.fw-step-detail-shell:after{right:0;background:linear-gradient(270deg,rgba(0,200,83,.13),transparent)}.fw-step-side-arrow{top:50%!important;width:36px!important;height:36px!important;min-width:36px!important;border-radius:999px!important;font-size:18px!important;transform:translateY(-50%)!important;opacity:.8!important;background:#00c8531f!important;border-color:#00c85338!important;color:var(--fw-green)!important;box-shadow:0 12px 28px #0003!important;animation:fw-arrow-nudge 1.8s ease-in-out infinite}.fw-step-side-arrow.left{left:-10px!important}.fw-step-side-arrow.right{right:-10px!important}.fw-step-side-arrow:hover,.fw-step-side-arrow:active{transform:translateY(-50%) scale(1.04)!important;opacity:1!important}@keyframes fw-arrow-nudge{0%,to{opacity:.55}50%{opacity:.95}}.fw-step-detail-top{padding-left:2px!important;padding-right:2px!important}.fw-step-detail h3{font-size:24px!important;line-height:1.08!important}.fw-step-detail p{font-size:14px!important;line-height:1.43!important}.fw-chat-demo{padding:12px!important;border-radius:16px!important}.fw-chat-demo p{font-size:12.5px!important;line-height:1.35!important;padding:10px!important}.fw-reviews{gap:10px!important}.fw-reviews article{min-height:0!important;padding:14px!important;border-radius:18px!important}.fw-review-head{gap:9px!important;margin-bottom:8px!important}.fw-review-avatar{width:38px!important;height:38px!important;min-width:38px!important;font-size:14px!important}.fw-review-head b{font-size:15px!important}.fw-reviews .fw-stars{font-size:13px!important}.fw-reviews p{font-size:13px!important;line-height:1.34!important;margin-top:8px!important}.fw-security-grid{gap:10px!important}.fw-security-grid article{min-height:0!important;padding:15px!important;border-radius:18px!important}.fw-security-icon{width:44px!important;height:44px!important;border-radius:14px!important;margin-bottom:10px!important}.fw-security-icon svg{width:24px!important;height:24px!important}.fw-security-grid h3{font-size:17px!important;line-height:1.18!important;margin:8px 0 6px!important}.fw-security-grid p{font-size:13px!important;line-height:1.35!important}.fw-final-cta{padding:22px 16px!important;border-radius:22px!important}.fw-final-cta h2{font-size:clamp(25px,7vw,32px)!important;line-height:1.08!important}.fw-final-cta p{max-width:310px!important;margin-top:10px!important;font-size:14px!important;line-height:1.38!important}.fw-final-cta button{margin-top:16px!important;min-height:44px!important;border-radius:14px!important;padding:0 18px!important}}@media (max-width: 390px){.fw-header{grid-template-columns:minmax(0,1fr) 39px 39px auto!important;gap:5px!important}.fw-menu-btn,.fw-theme{width:39px!important;height:39px!important;min-width:39px!important}.fw-small{min-height:39px!important;padding:0 11px!important;font-size:13px!important}.fw-brand-text{font-size:17px!important}.fw-logo .fw-logo-mark{width:36px!important;height:36px!important}}.fw-header{z-index:80!important;overflow:visible!important}@media (max-width: 720px){.fw-header{width:calc(100% - 20px)!important;max-width:560px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;display:grid!important;grid-template-columns:minmax(0,1fr) 44px 44px auto!important;align-items:center!important;gap:8px!important;padding:8px 10px 8px 12px!important}.fw-menu-btn{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important;margin:0!important;border-radius:15px!important;box-sizing:border-box!important;cursor:pointer!important;pointer-events:auto!important;z-index:101!important}.fw-menu-btn span{display:block!important;width:19px!important;max-width:19px!important;min-width:19px!important;height:2px!important;margin:0!important;padding:0!important;border-radius:999px!important;background:var(--fw-text)!important;transform:none!important}.fw-nav{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:0!important;z-index:100!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;padding:18px 20px 20px!important;border:1px solid var(--fw-line)!important;border-radius:0 0 22px 22px!important;background:#080b12!important;box-shadow:0 26px 80px #0000007a!important;opacity:1!important;transform:none!important;pointer-events:auto!important}.fw-light .fw-nav{background:#fff!important}.fw-nav.open{display:flex!important}.fw-nav a{min-height:46px!important;display:flex!important;align-items:center!important;padding:0 10px!important;font-size:17px!important;font-weight:650!important;color:var(--fw-muted)!important;border-radius:12px!important;text-decoration:none!important;background:transparent!important}.fw-nav a:after{display:none!important}.fw-nav .fw-nav-telegram{display:flex!important;color:#229ed9!important}body:has(.fw-header){overflow-x:hidden}}@media (max-width: 390px){.fw-header{grid-template-columns:minmax(0,1fr) 40px 40px auto!important;gap:6px!important}.fw-menu-btn,.fw-theme{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important}.fw-menu-btn span{width:18px!important;min-width:18px!important;max-width:18px!important}}.fw-toast{z-index:90!important;background:#111620!important;border:1px solid rgba(0,200,83,.22)!important;color:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:0 18px 54px #00000075!important}.fw-light .fw-toast{background:#fff!important;color:#101114!important;border-color:#00c85340!important}.fw-toast b,.fw-toast span{position:relative!important;z-index:2!important;text-shadow:none!important}.fw-toast span{color:#ffffffbd!important}.fw-light .fw-toast span{color:#1111149e!important}@media (max-width: 720px){.fw-toast{width:calc(100% - 28px)!important;left:14px!important;bottom:max(18px,calc(env(safe-area-inset-bottom) + 18px))!important;padding:12px 14px!important;border-radius:18px!important}}.fw-toast{opacity:1!important;isolation:isolate!important;overflow:hidden!important;background:#101722!important;background-color:#101722!important;background-image:none!important;border:1px solid rgba(0,200,83,.34)!important;box-shadow:0 18px 60px #00000094!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.fw-toast:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;background:#101722!important;border-radius:inherit!important;pointer-events:none!important}.fw-light .fw-toast,.fw-light .fw-toast:before{background:#fff!important;background-color:#fff!important}.fw-toast-icon,.fw-toast p,.fw-toast b,.fw-toast span{position:relative!important;z-index:2!important}.fw-toast span{color:#ffffffc7!important}.fw-light .fw-toast span{color:#111114ad!important}@media (max-width: 720px){.fw-hero-live-board,.fw-live-board{margin-top:22px!important}.fw-toast{left:14px!important;right:14px!important;width:auto!important;max-width:none!important;bottom:max(92px,calc(env(safe-area-inset-bottom) + 92px))!important;padding:13px 14px!important;border-radius:18px!important}.fw-toast-icon{flex:0 0 36px!important;width:36px!important;height:36px!important}.fw-toast b{font-size:15px!important;line-height:1.15!important}.fw-toast span{font-size:13px!important;line-height:1.25!important}.fw-referral-card{padding:16px 12px!important;border-radius:24px!important}.fw-referral-levels,.fw-referral-medals{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-bottom:14px!important}.fw-referral-levels article,.fw-referral-medals article{min-width:0!important;padding:10px 6px 11px!important;border-radius:16px!important;text-align:center!important}.fw-referral-medals article img{width:48px!important;height:48px!important;margin:0 auto 6px!important;object-fit:contain!important}.fw-referral-levels article span,.fw-referral-medals article span{font-size:10px!important;line-height:1.1!important;letter-spacing:.04em!important}.fw-referral-levels article b,.fw-referral-medals article b{font-size:24px!important;line-height:1!important;margin:5px 0 4px!important;white-space:nowrap!important}.fw-referral-levels article strong,.fw-referral-medals article strong{display:block!important;font-size:11px!important;line-height:1.15!important;margin:0!important}.fw-referral-levels article small,.fw-referral-medals article small{display:none!important}.fw-referral-bonus-v14{margin-top:14px!important}}@media (max-width: 380px){.fw-referral-levels,.fw-referral-medals{gap:6px!important}.fw-referral-levels article,.fw-referral-medals article{padding:9px 4px 10px!important}.fw-referral-medals article img{width:42px!important;height:42px!important}.fw-referral-levels article b,.fw-referral-medals article b{font-size:20px!important}.fw-referral-levels article strong,.fw-referral-medals article strong{font-size:10px!important}}.fw-hero-earn-badge span{width:22px!important;height:22px!important;display:inline-grid!important;place-items:center!important;color:var(--fw-green)!important}.fw-hero-earn-badge span svg{width:18px!important;height:18px!important;display:block!important}.fw-trust-row.compact{gap:16px!important}.fw-trust-row.compact span{display:inline-flex!important;align-items:center!important;gap:8px!important;white-space:nowrap!important}.fw-trust-row .fw-trust-svg{width:18px!important;height:18px!important;display:inline-grid!important;place-items:center!important;color:var(--fw-green)!important;flex:0 0 18px!important}.fw-trust-row .fw-trust-svg svg{width:18px!important;height:18px!important;display:block!important}.fw-trust-row span:before{display:none!important}.fw-platform-stats{margin-top:8px!important}@media (max-width: 720px){.fw-hero-live-board,.fw-live-board{margin-top:28px!important}.fw-toast{bottom:max(74px,calc(env(safe-area-inset-bottom) + 74px))!important}.fw-trust-row.compact{gap:10px!important;flex-wrap:wrap!important}.fw-trust-row.compact span{font-size:12px!important;white-space:nowrap!important}.fw-calc-results-v28,.fw-calc-summary{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.fw-calc-results-v28 article,.fw-calc-summary article{padding:14px 10px!important;min-width:0!important}.fw-calc-results-v28 strong,.fw-calc-summary strong{font-size:clamp(18px,6vw,26px)!important;line-height:1.05!important}.fw-calc-results-v28 small,.fw-calc-summary small{font-size:12px!important}}@media (max-width: 380px){.fw-calc-results-v28,.fw-calc-summary{gap:8px!important}.fw-calc-results-v28 article,.fw-calc-summary article{padding:12px 8px!important}}html{scroll-padding-top:118px!important}#top,#numbers,#how,#tasks,#calculator,#reviews,#questions,.fw-security,.fw-referral,.fw-final-cta{scroll-margin-top:118px!important}@media (max-width:720px){html{scroll-padding-top:104px!important}#top,#numbers,#how,#tasks,#calculator,#reviews,#questions,.fw-security,.fw-referral,.fw-final-cta{scroll-margin-top:104px!important}}@media (max-width: 720px){.fw-toast{bottom:max(58px,calc(env(safe-area-inset-bottom) + 58px))!important}}.fw-platform-stats{margin-top:64px!important;padding-top:0!important}.fw-bank-stat-chart svg g{transition:clip-path .18s linear}.fw-toast{overflow:hidden!important}.fw-toast p{min-width:0!important;overflow:hidden!important}.fw-toast span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important;max-width:100%!important}@media (max-width: 720px){.fw-platform-stats{margin-top:52px!important;padding-top:0!important}.fw-toast{bottom:max(52px,calc(env(safe-area-inset-bottom) + 52px))!important}.fw-toast span{font-size:11px!important;line-height:1.15!important}}.fw-toast{bottom:max(76px,calc(env(safe-area-inset-bottom) + 76px))!important}.fw-toast p{min-width:0!important}.fw-toast span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.fw-hero-earn-badge{font-size:clamp(18px,1.4vw,22px)!important;font-weight:950!important;padding:16px 24px!important;border-width:2px!important;box-shadow:0 18px 55px #00c8531a!important}.fw-hero-earn-badge span{width:30px!important;height:30px!important;border-radius:12px!important;background:#00c8531f!important;color:var(--fw-green)!important}.fw-hero-earn-badge span svg{width:23px!important;height:23px!important}.fw-hero-buttons{margin-top:32px!important}.fw-calc-blocks-v39{display:grid!important;gap:28px!important}.fw-calculator-shell-v39{cursor:default!important}.fw-calc-title-v39{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;padding:0 2px 20px!important;border-bottom:1px solid var(--fw-line)!important;margin-bottom:22px!important}.fw-calc-title-v39 b{display:block!important;font-size:clamp(24px,2.2vw,34px)!important;line-height:1.05!important;letter-spacing:-.04em!important;color:var(--fw-text)!important}.fw-calc-title-v39 span{max-width:430px!important;text-align:right!important;color:var(--fw-muted)!important;line-height:1.45!important;font-size:15px!important}.fw-ref-calc-grid-v39{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-bottom:18px!important}.fw-ref-calc-grid-v39 label{display:grid!important;gap:10px!important;min-width:0!important;padding:18px!important;border:1px solid var(--fw-line)!important;border-radius:20px!important;background:#ffffff09!important}.fw-light .fw-ref-calc-grid-v39 label{background:#11111408!important}.fw-ref-calc-grid-v39 label span{color:var(--fw-text)!important;font-weight:850!important;font-size:14px!important}.fw-ref-calc-grid-v39 label b{color:var(--fw-green)!important;font-size:34px!important;line-height:1!important}.fw-ref-calc-grid-v39 label small{color:var(--fw-muted)!important;font-size:12px!important;line-height:1.35!important}.fw-ref-calc-grid-v39 input[type=range]{width:100%!important;accent-color:var(--fw-green)!important}.fw-ref-calc-breakdown-v39{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0 0 18px!important}.fw-ref-calc-breakdown-v39 span{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:40px!important;padding:0 14px!important;border-radius:999px!important;border:1px solid rgba(0,200,83,.25)!important;background:#00c85314!important;color:var(--fw-muted)!important;font-weight:800!important;font-size:13px!important}.fw-ref-calc-breakdown-v39 b{color:var(--fw-green)!important}.fw-ref-results-v39 article strong{font-size:clamp(28px,3vw,44px)!important}@media (max-width: 900px){.fw-calc-title-v39{display:grid!important}.fw-calc-title-v39 span{text-align:left!important;max-width:none!important}.fw-ref-calc-grid-v39{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 720px){.fw-toast{bottom:max(78px,calc(env(safe-area-inset-bottom) + 78px))!important}.fw-toast span{font-size:11px!important}.fw-hero-earn-badge{font-size:16px!important;padding:14px 16px!important}.fw-hero-earn-badge span{width:28px!important;height:28px!important}.fw-hero-earn-badge span svg{width:21px!important;height:21px!important}.fw-hero-buttons{margin-top:28px!important}.fw-calc-blocks-v39{gap:24px!important}.fw-calc-title-v39{padding-bottom:16px!important;margin-bottom:16px!important}.fw-calc-title-v39 b{font-size:24px!important}.fw-calc-title-v39 span{font-size:13px!important}.fw-ref-calc-grid-v39{grid-template-columns:1fr!important;gap:10px!important}.fw-ref-calc-grid-v39 label{padding:14px!important;border-radius:18px!important}.fw-ref-calc-grid-v39 label b{font-size:30px!important}.fw-ref-calc-breakdown-v39 span{min-height:36px!important;font-size:12px!important;padding:0 12px!important}.fw-ref-results-v39{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.fw-ref-results-v39 article{padding:12px 8px!important}.fw-ref-results-v39 article strong{font-size:clamp(17px,5.4vw,25px)!important}}.fw-toast{bottom:18px!important}@media (max-width: 720px){.fw-toast{bottom:max(52px,calc(env(safe-area-inset-bottom) + 52px))!important}}.fw-mobile-step-carousel{display:none}@media (max-width: 720px){.fw-step-detail-shell{display:none!important}.fw-mobile-step-carousel{display:block!important;position:relative!important;width:100vw!important;margin-left:calc(50% - 50vw)!important;overflow:hidden!important;padding:4px 0 10px!important;touch-action:pan-y!important}.fw-mobile-step-carousel:before,.fw-mobile-step-carousel:after{content:""!important;position:absolute!important;top:0!important;bottom:30px!important;width:42px!important;z-index:2!important;pointer-events:none!important}.fw-mobile-step-carousel:before{left:0!important;background:linear-gradient(90deg,var(--fw-bg),transparent)!important}.fw-mobile-step-carousel:after{right:0!important;background:linear-gradient(270deg,var(--fw-bg),transparent)!important}.fw-mobile-step-track{display:flex!important;gap:12px!important;padding-left:12vw!important;padding-right:12vw!important;transition:transform .38s cubic-bezier(.2,.8,.2,1)!important;will-change:transform!important}.fw-mobile-step-track article{flex:0 0 76vw!important;min-height:250px!important;border:1px solid var(--fw-line)!important;border-radius:24px!important;padding:22px 20px!important;background:#111620db!important;box-shadow:0 18px 50px #00000038!important;opacity:.45!important;transform:scale(.94)!important;transition:opacity .32s ease,transform .32s ease,border-color .32s ease!important}.fw-light .fw-mobile-step-track article{background:#fff!important}.fw-mobile-step-track article.active{opacity:1!important;transform:scale(1)!important;border-color:#00c85347!important}.fw-mobile-step-track span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 14px!important;border-radius:999px!important;color:var(--fw-green)!important;background:#00c8531a!important;font-weight:950!important;font-size:13px!important}.fw-mobile-step-track h3{margin:18px 0 10px!important;font-size:28px!important;line-height:1.05!important;letter-spacing:-.04em!important}.fw-mobile-step-track p{margin:0!important;color:var(--fw-muted)!important;line-height:1.5!important;font-size:15px!important}.fw-mobile-step-track small{display:block!important;margin-top:16px!important;color:var(--fw-text)!important;opacity:.82!important;line-height:1.35!important;font-size:13px!important}.fw-mobile-step-dots{display:flex!important;justify-content:center!important;gap:7px!important;margin-top:14px!important}.fw-mobile-step-dots button{width:7px!important;height:7px!important;padding:0!important;border:0!important;border-radius:999px!important;background:#a6b0c35c!important}.fw-mobile-step-dots button.active{width:22px!important;background:var(--fw-green)!important}}.fw-ref-calc-inside-v40{margin-top:24px!important;border-radius:26px!important}.fw-ref-calc-breakdown-v39{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;flex-wrap:nowrap!important}.fw-ref-calc-breakdown-v39 span{justify-content:center!important;text-align:center!important;min-width:0!important;white-space:nowrap!important}@media (max-width: 720px){.fw-ref-calc-inside-v40{margin-top:18px!important;padding:16px!important}.fw-ref-calc-breakdown-v39{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.fw-ref-calc-breakdown-v39 span{min-height:48px!important;padding:6px 7px!important;border-radius:14px!important;font-size:10px!important;flex-direction:column!important;gap:3px!important}.fw-ref-calc-breakdown-v39 b{font-size:12px!important}}:root{--font-sans: "Inter", system-ui, sans-serif;--page-bg: #F5F7FB;--bg: #F5F7FB;--bg-alt: #EEF2FA;--surface: #FFFFFF;--text-primary: #111318;--text-secondary: #5B6270;--accent: #111318;--accent-strong: #2F6FED;--accent-soft: #EAF1FF;--border: #E4E7F0}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);background:var(--page-bg);color:var(--text-primary)}button{font-family:inherit;cursor:pointer;transition:opacity .15s ease,background .15s ease,border-color .15s ease,transform .1s ease}button:hover{opacity:.85}button:active{transform:scale(.98)}a{cursor:pointer;transition:opacity .15s ease,color .15s ease}a:hover{opacity:.75}.header-nav-link:hover{color:var(--accent-strong);opacity:1}.header-btn-outline:hover{background:var(--bg-alt);opacity:1}.header-btn-primary:hover{background:#2a2d36;opacity:1}@keyframes radar-ping{0%{transform:scale(1);opacity:.5}to{transform:scale(2.6);opacity:0}}.radar-dot{position:relative;width:8px;height:8px;border-radius:50%;background:var(--accent-strong);display:inline-block}.radar-dot:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--accent-strong);animation:radar-ping 1.8s ease-out infinite}.chat-fab{position:relative}.chat-fab:before,.chat-fab:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--accent-strong);animation:radar-ping 2.2s ease-out infinite}.chat-fab:after{animation-delay:1.1s}@keyframes wave{0%{transform:rotate(0)}15%{transform:rotate(18deg)}30%{transform:rotate(-10deg)}45%{transform:rotate(18deg)}60%{transform:rotate(-6deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}.wave-hand{display:inline-block;transform-origin:70% 70%;animation:wave 2.4s ease-in-out infinite}.typewriter-cursor{display:inline-block;width:2px;background:var(--accent);margin-left:2px;animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}
