:root{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#f8fafc;background:#0f172a;font-synthesis:none;--page: #0f172a;--card: #1e293b;--nav: #1f2937;--muted: #9ca3af;--gold: #eab308;--gold-2: #f0b90b;--purple: #6366f1;--line: rgba(148, 163, 184, .17)}*{box-sizing:border-box}html{background:var(--page)}body{margin:0;min-width:320px;min-height:100vh;background:var(--page);color:#f8fafc;-webkit-font-smoothing:antialiased}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.58}button:focus-visible,input:focus-visible{outline:2px solid #facc15;outline-offset:2px}.app-shell{min-height:100vh;background:var(--page)}.site-header{position:fixed;inset:0 0 auto;z-index:50;height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 11px;background:#0f172afa}.language-wrap{position:relative}.language-button,.wallet-button{display:flex;align-items:center;gap:5px;height:36px;border:1px solid transparent;border-radius:4px;color:#fff;background:transparent;font-size:13px;font-weight:700}.language-button img:first-child{width:16px;height:12px;object-fit:cover}.language-button{height:28px;padding:0 5px}.language-button[aria-expanded=true]{border-color:#e5e7eb}.language-button:focus-visible{outline:none}.language-button .tiny-chevron,.wallet-button .tiny-chevron{flex:0 0 auto;width:10px;height:10px;color:#9ca3af;opacity:.85}.tiny-chevron{transition:transform .2s ease}.tiny-chevron.rotated{transform:rotate(180deg)}.wallet-button{padding:0 14px;background:var(--nav)}.wallet-button.connected{border-color:#22c55e61}.wallet-presence{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e1f}.language-menu{position:absolute;top:29px;left:0;width:280px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:0;border:0;border-radius:0;background:#1e293b;box-shadow:0 18px 40px #00000059}.language-menu button{display:flex;align-items:center;gap:7px;width:100%;min-width:0;height:28px;padding:3px 9px;border:0;border-radius:0;color:#fff;background:transparent;text-align:left;font-size:13px}.language-menu button:hover{background:#334155}.language-menu button.selected{background:#475569}.language-menu img{flex:0 0 auto;width:17px;height:12px;object-fit:cover}.language-menu span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.language-check{width:13px;height:13px}.app-page{width:calc(100% - 24px);max-width:1560px;margin:0 auto;padding-bottom:92px}.page-home{padding-top:132px}.standard-page{padding-top:61px}.card{background:var(--card);border-radius:8px}.section-title{margin:26px 0 16px;font-size:21px;font-weight:500;text-align:center}.gold-button,.purple-button{border:0;border-radius:5px}.gold-button{color:#111827;background:var(--gold-2)}.purple-button{color:#fff;background:var(--purple)}.hero-carousel{overflow:hidden;position:relative}.hero-track{display:flex;transition:transform .45s ease}.hero-track>img{flex:0 0 100%;width:100%;aspect-ratio:750 / 276;object-fit:cover}.carousel-dots{display:flex;justify-content:center;gap:8px;height:70px;align-items:flex-end;padding-bottom:14px}.carousel-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#64748b}.carousel-dots button.active{background:#f8fafc}.carousel-dots button:focus-visible{outline:1px solid #fff;outline-offset:3px}.wallet-card{padding:22px 28px}.wallet-main{display:flex;align-items:center;justify-content:space-between}.wallet-main>strong{font-size:26px}.join-button{min-width:84px;height:40px;font-size:18px}.two-cols,.three-cols{display:grid}.two-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.wallet-stats{margin-top:25px}.wallet-stats div,.wallet-fields>div{display:flex;flex-direction:column;gap:7px}.wallet-stats span,.wallet-fields span{color:var(--muted)}.wallet-stats strong{font-size:16px;font-weight:500}.green{color:#22c55e}.wallet-fields{gap:26px;margin-top:22px}.metric-pill{display:flex;align-items:center;justify-content:space-between;min-height:45px;padding:0 15px;border-radius:6px;background:#0f172a6b;font-size:17px}.metric-pill b{min-width:100px;padding:8px 12px;border-radius:6px;background:var(--purple);text-align:center}.metric-pill svg{width:20px;height:20px;color:#fff;opacity:.42}.data-card{padding:10px 18px}.data-line{display:flex;align-items:center;justify-content:space-between;min-height:54px;gap:20px;border-bottom:1px solid var(--line)}.data-line:last-child{border-bottom:0}.data-line span{color:var(--muted)}.data-line strong{font-weight:500;text-align:right}.table-head,.output-row{display:flex;align-items:center;justify-content:space-between;padding:0 12px}.table-head{height:35px;color:var(--muted)}.output-row{min-height:50px;margin-bottom:2px;background:var(--card)}.output-row span{color:var(--muted)}.output-row strong{font-weight:500}.rate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:24px}.rate-card{min-height:144px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px}.rate-card>span:not(.rate-icon){color:var(--muted)}.rate-card>strong{font-size:24px}.rate-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%}.rate-icon svg{width:31px;height:31px;color:#fff;stroke-width:1.9}.green-icon{background:#16a34a}.purple-icon{background:#9333ea}.no-data{min-height:210px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;color:var(--muted)}.no-data img{width:96px;height:auto}.faq-card{overflow:hidden}.faq-card button{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;border:0;color:#fff;background:transparent;text-align:left}.faq-card button svg{flex:0 0 auto;width:16px;color:#fff;opacity:.6;transition:transform .2s ease}.faq-card button svg.rotated{transform:rotate(180deg)}.faq-card p{margin:0;padding:0 18px 18px;color:var(--muted);line-height:1.55}.activity-copy,.regulator-copy{margin:-7px 0 0;color:var(--muted);text-align:center}.activity-empty .no-data{min-height:176px}.regulator-copy{margin-top:-9px;margin-bottom:16px}.regulator-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.regulator-grid>div{display:grid;place-items:center;aspect-ratio:1.78 / 1;overflow:hidden;border-radius:8px;background:#cbd5e1}.regulator-grid img{max-width:91%;max-height:72%;object-fit:contain}.partners-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding:7px 16px}.partner-item{min-width:0;min-height:51px;display:flex;align-items:center;gap:13px;color:var(--muted);text-decoration:none}a.partner-item:hover{color:#fff}.partner-item img{flex:0 0 auto;width:34px;height:34px;object-fit:contain}.rce-logo-text{flex:0 0 auto;width:34px;color:#d1d5db;font-size:12px;font-weight:700}.bottom-nav{position:fixed;z-index:45;inset:auto 0 0;height:58px;display:grid;grid-template-columns:repeat(5,1fr);background:var(--nav);box-shadow:0 -1px #ffffff08}.bottom-nav button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;border:0;color:#fff;background:transparent;font-size:12px}.bottom-nav button.active{color:var(--gold)}.bottom-nav img{width:24px;height:24px;object-fit:contain}.chat-button{position:fixed;z-index:46;right:4px;bottom:319px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:linear-gradient(135deg,#f4bc10 0,#f4bc10 50%,#2d90ed 50%,#2d90ed);box-shadow:0 6px 18px #00000038}.chat-button img{width:23px;height:23px}.pool-hero{display:flex;align-items:center;flex-direction:column;padding:0 0 38px}.pool-hero h1{margin:0 0 7px;font-size:22px;font-weight:500}.pool-hero>strong{color:var(--gold);font-size:32px}.pool-hero span,.pool-hero p{color:var(--muted)}.pool-hero span{margin-top:9px;font-size:13px}.pool-hero p{margin:14px 0 0}.pool-card{padding:0 12px}.pool-card .data-line{min-height:55px}.pool-card .data-line:nth-child(3) strong{color:var(--gold)}.income-line strong{display:flex;align-items:flex-end;flex-direction:column;gap:2px}.income-line strong b{color:var(--gold);font-weight:500}.income-line strong small{color:var(--muted);font-weight:400}.mining-page>.section-title{margin-top:36px}.tier-table{overflow:hidden;border-radius:5px}.tier-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:58px;align-items:center;padding:7px 12px;background:var(--card)}.tier-row span{overflow-wrap:anywhere}.tier-row span:nth-child(2){text-align:center}.tier-row span:last-child{text-align:right}.tier-head{min-height:62px;color:var(--muted);border-bottom:1px solid var(--line)}.mining-records-empty .no-data{min-height:178px}.service-video{display:block;width:100%;height:150px;margin:0 auto;border-radius:8px;background:#020617;object-fit:cover}.service-video+.section-title{margin-top:14px}.service-benefits{width:100%;gap:14px;margin:0 auto}.service-benefits .card{min-height:111px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;text-align:center}.service-benefits strong{font-size:18px;font-weight:500}.benefit-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#facc15}.benefit-icon svg{width:31px;height:31px;color:#111827;stroke-width:2}.service-copy{margin:31px auto;color:var(--muted);line-height:1.5}.exchange-card{margin:0 auto 18px;padding:17px}.exchange-rate{display:flex;justify-content:space-between;gap:15px;margin-bottom:16px;color:var(--muted)}.exchange-rate span:last-child{display:flex;align-items:center;gap:7px}.exchange-rate svg{width:17px;height:17px;color:#fff;opacity:.65}.exchange-card label{display:block;margin-bottom:10px;color:#e2e8f0}.exchange-input{display:flex;align-items:center;height:54px;padding:0 12px;border-radius:7px;background:#35238f}.exchange-input input{width:100%;border:0;outline:0;color:#fff;background:transparent;font-size:18px}.exchange-input input::placeholder{color:#a7a4c8}.exchange-input b{margin:0 14px}.exchange-input button{padding:6px 13px;border:0;border-radius:18px;color:#a9a3cb;background:#ffffff14}.conversion{padding:9px 1px 15px;color:var(--muted);text-align:right}.exchange-card .purple-button{width:100%;height:47px;font-size:17px}.record-button{display:block;width:100%;height:48px;margin:12px auto 0;border:0;border-radius:6px;color:#fff;background:#caa616;font-size:17px}.form-error{margin:-8px 0 12px;color:#fca5a5;font-size:13px}.service-page>.partners-card{margin-bottom:16px}.invite-heading{display:flex;align-items:center;justify-content:space-between;min-height:84px}.invite-heading h1{margin:0 0 5px;font-size:20px}.invite-heading p{margin:0;color:var(--muted);line-height:1.3}.invite-heading img{width:90px;height:90px;object-fit:contain}.tab-bar{display:grid;grid-template-columns:1fr 1fr;margin:3px 0 23px}.tab-bar button{position:relative;height:48px;border:0;color:var(--muted);background:transparent;font-size:20px}.tab-bar button.active{color:var(--gold)}.tab-bar button.invite-tab-active:after{content:"";position:absolute;right:8px;bottom:0;left:8px;height:2px;background:var(--gold)}.tab-bar button.record-tab-active{border:1px solid #d1d5db;border-bottom-color:var(--gold);border-radius:2px}.tab-bar button:focus-visible{outline:1px solid #d1d5db;outline-offset:-3px}.invite-action{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px;padding:14px 16px;font-size:18px}.invite-action .gold-button{min-width:112px;min-height:42px;padding:7px 16px;font-size:18px}.rewards-card{padding:16px}.rewards-card h2{margin:4px 0 19px;text-align:center;font-size:20px}.reward-row{min-height:40px;display:grid;grid-template-columns:1fr 1fr;align-items:center;border-bottom:1px solid var(--line)}.reward-row>*:last-child{text-align:right}.reward-row>strong{color:var(--gold)}.reward-row b{display:inline-grid;place-items:center;min-width:26px;height:29px;padding:0 6px;border-radius:4px;background:#334155;font-weight:400}.reward-head{color:var(--muted);font-weight:700}.invite-record{min-height:235px}.invite-record h2{margin:16px 0 0;text-align:center;font-size:20px}.invite-record .no-data{min-height:178px}.asset-link{float:right;display:flex;align-items:center;gap:3px;border:0;color:var(--gold);background:transparent}.asset-link svg{width:14px;height:14px}.assets-hero{display:flex;align-items:center;flex-direction:column;padding:0 0 13px;clear:both}.assets-hero h1{margin:0 0 8px;font-size:25px}.assets-hero>strong{color:var(--gold);font-size:34px}.assets-hero small{font-size:17px}.assets-hero p{margin:5px 0 0;color:var(--muted);line-height:1.45;text-align:center}.assets-hero p b{color:var(--gold);font-size:19px;font-weight:500}.assets-hero p span{font-size:13px}.balances-grid{display:grid;grid-template-columns:1fr 1fr;height:165px;row-gap:20px;padding:16px 20px}.balance{display:flex;align-items:center;flex-direction:column;gap:8px;text-align:center}.balance span,.balance small{color:var(--muted)}.balance strong{color:var(--gold);font-size:18px;font-weight:500}.withdraw-card{padding:16px}.user-page>.section-title{margin-bottom:8px}.withdraw-card>input{width:100%;height:43px;padding:0 10px;border:0;border-radius:5px;color:#fff;background:#14202d;font-size:17px}.withdraw-card>div{display:flex;justify-content:space-between;padding:13px 0}.withdraw-card>div button{display:flex;align-items:center;gap:3px;border:0;color:var(--muted);background:transparent}.withdraw-card>div button svg{width:15px;height:15px;color:var(--gold)}.confirm-button{width:100%;height:49px;border-radius:28px;font-size:17px}.user-detail-card{margin-top:16px;padding:20px 16px}.detail-heading{display:flex;justify-content:space-between;align-items:center}.detail-heading h2{margin:0;font-size:20px;font-weight:500}.detail-heading button{min-width:86px;height:32px;padding:0 14px;border-radius:20px}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:15px;padding:16px 8px;border-radius:5px;background:#111827}.mini-stats .balance{gap:5px}.mini-stats .balance strong{color:#fff;font-size:16px}.mini-stats .balance span,.mini-stats .balance small{font-size:13px}.user-team-empty .no-data{min-height:195px}.back-page{min-height:100vh;padding:0 16px 60px;background:#18191d}.back-page.bill-page{background:#121212}.back-header{height:51px;display:flex;align-items:center;gap:13px}.back-header button{width:25px;height:35px;padding:0;border:0;background:transparent}.back-header button svg{width:22px;height:22px;color:#f8fafc;stroke-width:1.7}.back-header h1{margin:0;font-size:18px;font-weight:500}.subpage-no-data{min-height:450px;display:grid;place-items:center}.team-summary{display:grid;grid-template-columns:1fr 1fr;margin-top:13px;padding:27px 12px;background:#24252a}.team-summary .balance{gap:11px}.team-summary .balance strong{color:#fff;font-size:20px}.team-details{margin-top:23px;padding:24px;background:#24252a}.team-details h2{margin:0;font-size:20px;font-weight:500}.team-details .no-data{min-height:160px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#020617b8}.modal{width:min(480px,100%);max-height:calc(100vh - 36px);overflow-y:auto;padding:18px;border-radius:9px;background:var(--card);box-shadow:0 20px 70px #0006}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0;font-size:20px}.modal-head button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;color:var(--muted);background:transparent}.modal-head button svg{width:21px;height:21px}.modal-head button:focus-visible{outline:1px solid #94a3b8;outline-offset:-3px}.record-empty{min-height:76px;display:grid;place-items:center;margin:0;color:var(--muted);text-align:center}.record-modal{width:min(444px,100%);padding:16px;transform:translateY(2px)}.record-modal .modal-head h2{font-weight:500}.record-modal .modal-head button:focus-visible{outline:none}.record-modal .record-empty{min-height:66px}.demo-dialog{padding-top:8px;color:var(--muted)}.demo-dialog p{margin:0 0 18px}.demo-dialog .gold-button{width:100%;min-height:42px}.wallet-panel{padding-top:9px}.wallet-intro{margin:0 0 14px;color:var(--muted);line-height:1.55}.wallet-status,.wallet-error{display:flex;align-items:center;gap:9px;margin:0 0 13px;padding:11px 12px;border-radius:6px;font-size:14px}.wallet-status{color:#e2e8f0;background:#273449}.wallet-status svg{flex:0 0 auto;width:17px;height:17px;color:var(--gold)}.wallet-error{color:#fecaca;background:#7f1d1d6b}.wallet-panel h3{margin:14px 0 9px;font-size:15px;font-weight:500}.provider-list{display:grid;gap:8px}.provider-list>button{width:100%;min-height:58px;display:flex;align-items:center;gap:12px;padding:9px 12px;border:1px solid rgba(148,163,184,.18);border-radius:7px;color:#fff;background:#172236;text-align:left}.provider-list>button:hover:not(:disabled){border-color:#eab3088c;background:#1b2940}.provider-list>button>img,.provider-icon{flex:0 0 auto;width:36px;height:36px;border-radius:9px;object-fit:contain}.provider-icon{display:grid;place-items:center;color:#dbeafe;background:#334155}.provider-icon svg{width:21px;height:21px}.provider-list>button>span:not(.provider-icon){min-width:0;display:flex;flex-direction:column}.provider-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.provider-list small{color:var(--muted)}.provider-arrow{margin-left:auto;width:17px;height:17px;transform:rotate(-90deg);color:var(--muted)}.secondary-button,.danger-button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 13px;border:1px solid rgba(148,163,184,.22);border-radius:6px;color:#e2e8f0;background:#273449}.secondary-button svg,.danger-button svg{width:17px;height:17px}.danger-button{color:#fecaca;border-color:#f8717147;background:#7f1d1d3d}.refresh-wallets{width:100%;margin-top:12px}.wallet-empty{min-height:145px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:18px;border-radius:7px;color:var(--muted);background:#172236;text-align:center}.wallet-empty>svg{width:35px;height:35px;color:#cbd5e1}.wallet-empty strong{color:#f8fafc}.wallet-empty p{max-width:360px;margin:0;font-size:13px;line-height:1.5}.wallet-safety-list{display:grid;gap:7px;margin-top:14px;color:var(--muted);font-size:12px}.wallet-safety-list span{display:flex;align-items:flex-start;gap:7px}.wallet-safety-list svg{flex:0 0 auto;width:15px;height:15px;margin-top:1px;color:#22c55e}.wallet-connected-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:7px;background:#172236}.wallet-connected-card>svg{flex:0 0 auto;width:31px;height:31px;color:#22c55e}.wallet-connected-card>div{min-width:0;display:flex;flex-direction:column;gap:3px}.wallet-connected-card strong{font-weight:500}.wallet-connected-card span{overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.wallet-session-row{min-height:49px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--muted)}.wallet-session-row strong{color:#fff;font-weight:500}.wallet-panel-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.wallet-security-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:14px 0 0;color:var(--muted);font-size:12px}.wallet-security-note svg{width:15px;height:15px;color:#22c55e}.spin{animation:wallet-spin .85s linear infinite}@keyframes wallet-spin{to{transform:rotate(360deg)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.toast{position:fixed;z-index:100;left:50%;bottom:78px;transform:translate(-50%);width:max-content;max-width:calc(100% - 30px);padding:11px 16px;border-radius:7px;color:#fff;background:#334155;box-shadow:0 8px 28px #0000004d;text-align:center}@media(max-width:640px){.site-header{height:52px;padding:0 11px}.language-button{height:28px;padding:0 7px;border-radius:5px;font-size:13px}.wallet-button{min-width:131px;height:36px;justify-content:center;padding:0 13px;font-size:12px}.language-menu{top:29px;left:0;width:280px}.app-page{width:calc(100% - 22px);padding-bottom:78px}.page-home,.standard-page{padding-top:58px}.hero-carousel{border-radius:5px}.carousel-dots{position:absolute;inset:auto 0 7px;height:auto;padding-bottom:0}.carousel-dots button{width:8px;height:8px}.wallet-card{margin-top:7px;padding:18px 15px}.wallet-main>strong{font-size:21px}.join-button{min-width:77px;height:40px}.wallet-stats{margin-top:22px;gap:7px}.wallet-stats span,.wallet-fields span{font-size:13px}.wallet-stats strong{font-size:12px}.wallet-fields{gap:12px;margin-top:10px}.metric-pill{min-height:30px;padding:0 10px;font-size:14px}.metric-pill b{min-width:80px;padding:6px 8px;font-size:12px}.metric-pill svg{width:18px}.section-title{margin:23px 0 10px;font-size:20px}.data-card{padding:7px 15px}.data-line{min-height:57px}.data-line span{font-size:16px}.data-line strong{font-size:15px}.output-table{overflow:hidden}.table-head{padding:0 4px}.output-row{padding:0 11px}.output-row span,.output-row strong{font-size:14px}.rate-grid{gap:10px}.rate-card{min-height:130px}.regulator-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.regulator-grid>div{border-radius:5px}.partners-card{gap:0 10px;padding:7px 12px}.partner-item{min-height:48px;gap:9px;font-size:14px}.partner-item img,.rce-logo-text{width:29px}.activity-copy,.regulator-copy{font-size:14px}.bottom-nav{height:55px}.bottom-nav button{gap:2px;font-size:11px}.bottom-nav img{width:23px;height:23px}.chat-button{right:4px;bottom:382px;width:41px;height:41px}.pool-hero{padding-top:1px;padding-bottom:29px}.pool-hero h1{font-size:20px}.pool-hero>strong{font-size:30px}.pool-card .data-line{min-height:56px}.pool-hero span{margin-top:1px}.pool-hero p{margin-top:10px}.mining-page>.section-title{margin-top:29px;margin-bottom:11px}.tier-row{min-height:50px;padding:14px 10px;font-size:14px}.tier-head{min-height:64px;padding:7px 10px}.service-video{width:100%;height:150px;object-fit:cover}.service-page .section-title{margin-top:17px;margin-bottom:20px}.service-benefits{gap:14px}.service-benefits .card{min-height:131px;padding:10px 6px;gap:8px}.service-benefits strong{font-size:17px}.benefit-icon{width:52px;height:52px}.service-copy{margin:34px 0;font-size:14px}.exchange-card{padding:16px}.exchange-rate{font-size:14px}.invite-heading{min-height:86px}.invite-heading h1{font-size:19px}.invite-heading p{font-size:14px}.invite-heading img{width:83px;height:83px}.tab-bar{margin:8px 0 28px}.tab-bar button{height:44px;font-size:19px}.tab-bar button.invite-tab-active:after{right:14px;bottom:-4px;left:0}.invite-action{min-height:69px;margin-bottom:23px;padding:13px 16px;font-size:15px}.tab-bar+.invite-action{min-height:97px}.invite-action .gold-button{min-width:0;padding:5px 9px}.invite-action .draw-button{flex:0 0 77px;width:77px;height:62px;padding:5px 9px;font-size:17px}.invite-action .copy-button{flex:0 0 70px;width:70px;height:31px;min-height:31px}.copy-action{min-height:72px}.rewards-card{padding:15px 16px}.rewards-card h2{font-size:19px}.asset-link{margin-top:0;font-size:12px}.assets-hero{margin-top:-2px;padding:0 0 11px}.assets-hero h1{margin-bottom:0}.assets-hero p{margin-top:5px;line-height:1.25}.assets-hero h1{font-size:24px}.assets-hero>strong{font-size:32px}.balances-grid{height:165px;padding:16px 12px;row-gap:20px}.balance span,.balance small{font-size:13px}.withdraw-card{padding:15px 16px}.user-page>.section-title{margin-top:24px;margin-bottom:10px}.withdraw-card>input{font-size:16px}.withdraw-card>div{padding:13px 0 9px}.user-detail-card{margin-top:24px;padding:20px 24px}.withdraw-card+.user-detail-card{margin-top:16px}.mini-stats{padding:14px 3px}.mini-stats .balance:nth-child(2) span{max-width:48px}}@media(min-width:1000px){.wallet-card{margin-top:0}.wallet-stats>div:nth-child(2),.wallet-fields>div:nth-child(2){align-items:center}.wallet-stats>div:nth-child(3){align-items:flex-end}.chat-button{right:4px;bottom:319px}}@media(prefers-reduced-motion:reduce){.hero-track,.tiny-chevron,.faq-card button svg{transition:none}.spin{animation:none}}
