@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap";.admin-login-page,.admin-state-page,.admin-page{color:#eef7f1;background:#07110d;min-height:100svh}.admin-login-page{background:radial-gradient(circle at 50% 0,#24563c 0,#0000 42%),linear-gradient(150deg,#07110d,#101916);place-items:center;padding:72px 18px 30px;display:grid}.admin-back-link{color:#b9c8bf;background:0 0;border:0;align-items:center;gap:7px;display:inline-flex;position:fixed;top:18px;left:18px}.admin-login-card{background:#101b16ee;border:1px solid #315342;border-radius:24px;flex-direction:column;gap:16px;width:min(100%,390px);padding:30px;display:flex;box-shadow:0 24px 70px #0008}.admin-login-mark{color:#7df0a9;background:#1f5138;border-radius:20px;place-items:center;width:68px;height:68px;margin:0 auto;display:grid}.admin-login-card h1,.admin-login-card p{text-align:center;margin:0}.admin-login-card h1{font-size:25px}.admin-login-card p{color:#8fa197;font-size:13px}.admin-login-card label{color:#c7d7cd;gap:7px;font-size:12px;display:grid}.admin-login-card input,.admin-inline-form input,.admin-search input,.admin-balance-actions input,.admin-grant-row select{color:#f5fff8;background:#0a120f;border:1px solid #2d4b3b;border-radius:10px;outline:none;width:100%;min-width:0;height:44px;padding:0 13px}.admin-login-card input:focus,.admin-inline-form input:focus,.admin-search input:focus{border-color:#62d98d}.admin-primary-button,.admin-danger-button{color:#062312;background:#63db8f;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.admin-danger-button{color:#fff;background:#c94b54}.admin-primary-button:disabled,.admin-danger-button:disabled{opacity:.45}.admin-state-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:30px;display:flex}.admin-state-page h1,.admin-state-page p{margin:0}.admin-state-page p{color:#93a49a}.admin-spin{animation:.9s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-page{background:#0a0f0c}.admin-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0d1612f2;border-bottom:1px solid #24332b;justify-content:space-between;align-items:center;min-height:62px;padding:10px max(18px,50vw - 590px);display:flex;position:sticky;top:0}.admin-header strong,.admin-header small{display:block}.admin-header strong{font-size:16px}.admin-header small{color:#809087;margin-top:2px;font-size:10px}.admin-header-actions{gap:8px;display:flex}.admin-header-actions button,.admin-user-panel header button{color:#d6e5dc;background:#15211b;border:1px solid #2c3f35;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.admin-content{width:min(100%,1180px);margin:0 auto;padding:20px 18px 50px}.admin-error,.admin-notice{color:#ffcbd0;background:#451c22;border:1px solid #873c43;border-radius:10px;margin-bottom:14px;padding:11px 13px;font-size:12px}.admin-notice{color:#c4f7d5;background:#163723;border-color:#2c6d47}.admin-stats-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.admin-stat-card{background:#111b16;border:1px solid #253a2e;border-radius:15px;align-items:center;gap:12px;min-width:0;padding:15px;display:flex}.admin-stat-card>span{color:#6de09a;background:#1b432d;border-radius:11px;flex:0 0 39px;place-items:center;width:39px;height:39px;display:grid}.admin-stat-card strong,.admin-stat-card small{text-overflow:ellipsis;display:block;overflow:hidden}.admin-stat-card strong{white-space:nowrap;font-size:15px}.admin-stat-card small{color:#819188;margin-top:3px;font-size:10px}.admin-tabs{scrollbar-width:none;gap:7px;margin:18px 0;display:flex;overflow-x:auto}.admin-tabs button{color:#9aaba1;background:#111914;border:1px solid #2a3d33;border-radius:999px;flex:none;min-height:38px;padding:0 15px}.admin-tabs button.active{color:#092315;background:#63db8f;border-color:#63db8f;font-weight:700}.admin-panel{background:#101813;border:1px solid #263a30;border-radius:17px;padding:18px}.admin-panel h2{align-items:center;gap:7px;margin:0 0 16px;font-size:18px;display:flex}.admin-panel h3{color:#b8c7be;margin:20px 0 9px;font-size:13px}.admin-alert-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-alert-grid article{background:#17241d;border-radius:14px;padding:20px}.admin-alert-grid strong,.admin-alert-grid span{display:block}.admin-alert-grid strong{color:#73e49e;font-size:30px}.admin-alert-grid span{color:#8d9e94;font-size:12px}.admin-setting-row{border:1px solid #26382f;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;padding:13px;display:flex}.admin-setting-row strong,.admin-setting-row small{display:block}.admin-setting-row small{color:#83938a;margin-top:3px}.admin-search{color:#8d9f95;align-items:center;gap:9px;max-width:420px;margin-bottom:14px;display:flex}.admin-search input{flex:1}.admin-list{flex-direction:column;gap:9px;display:flex}.admin-list-card{background:#151f1a;border:1px solid #24372d;border-radius:12px;align-items:center;gap:12px;padding:12px;display:flex}.admin-list-card>div:first-of-type{flex:1;min-width:0}.admin-list-card strong,.admin-list-card p,.admin-list-card small{margin:0;display:block}.admin-list-card p{color:#b2c1b8;margin:4px 0;font-size:12px}.admin-list-card small{color:#77887e;font-size:10px;line-height:1.4}.admin-list-card>button,.admin-card-actions button,.admin-inline-form button,.admin-balance-actions button,.admin-user-actions button,.admin-grant-row button,.admin-mini-row button{color:#062312;background:#62d98d;border:0;border-radius:9px;justify-content:center;align-items:center;gap:5px;min-height:36px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.admin-card-actions{gap:6px;display:flex}.admin-card-actions .approve{background:#62d98d}.admin-card-actions .reject,.admin-icon-danger,.admin-balance-actions button.danger{color:#fff;background:#b9414c}.admin-icon-danger{width:38px;padding:0!important}.admin-green-text{color:#72e49c}.admin-red-text{color:#ff7f89}.admin-status{color:#bccbc2;background:#28362f;border-radius:999px;padding:5px 8px;font-size:9px}.admin-status.completed,.admin-status.approved{color:#b8f6cc;background:#1d5131}.admin-status.pending,.admin-status.pending_review{color:#ffe4a6;background:#5c4518}.admin-status.rejected{color:#ffc4c8;background:#62272d}.admin-empty{color:#7c8d83;text-align:center;padding:20px}.admin-badges{flex-wrap:wrap;gap:4px;display:flex}.admin-badges span{color:#ffc7cc;background:#63282f;border-radius:99px;padding:3px 6px;font-size:8px}.admin-inline-form{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px;margin-bottom:16px;display:grid}.admin-inline-form button{min-height:44px}.admin-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000a;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-user-panel{background:#0e1712;border-left:1px solid #31503e;width:min(100%,560px);height:100%;overflow-y:auto;box-shadow:-20px 0 50px #0008}.admin-user-panel>header{z-index:2;background:#0e1712ed;border-bottom:1px solid #26382f;justify-content:space-between;align-items:center;min-height:64px;padding:12px 16px;display:flex;position:sticky;top:0}.admin-user-panel header strong,.admin-user-panel header small{display:block}.admin-user-panel header small{color:#83938a;margin-top:3px}.admin-panel-loading{place-items:center;display:grid}.admin-user-body{padding:16px}.admin-balance{color:#092316;background:linear-gradient(135deg,#55ce82,#8ae9aa);border-radius:14px;padding:18px}.admin-balance span,.admin-balance strong{display:block}.admin-balance strong{margin-top:5px;font-size:24px}.admin-balance-actions{grid-template-columns:1fr auto;gap:8px;margin:12px 0;display:grid}.admin-user-actions{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.admin-user-actions button{color:#ffd2d6;background:#55242a}.admin-grant-row{grid-template-columns:1fr auto;gap:8px;margin-top:12px;display:grid}.admin-summary-grid{grid-template-columns:1fr 1fr;gap:8px;margin:16px 0;display:grid}.admin-summary-grid span{color:#809188;border:1px solid #273a30;border-radius:10px;padding:12px;font-size:10px}.admin-summary-grid strong{color:#eef8f1;margin-top:4px;font-size:13px;display:block}.admin-mini-row{border-bottom:1px solid #223229;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.admin-mini-row strong,.admin-mini-row small{display:block}.admin-mini-row small{color:#788980;margin-top:3px}.admin-operator-presets{gap:8px;margin-bottom:12px;display:flex;overflow-x:auto}.admin-operator-presets button{color:#83948a;background:#131e18;border:1px solid #0000;border-radius:11px;flex-direction:column;align-items:center;gap:4px;padding:7px;display:flex}.admin-operator-presets button.active{border-color:#62d98d}.operator-logo{color:#101010;border-radius:11px;flex:none;place-items:center;font-size:10px;display:grid;overflow:hidden}.operator-logo img{object-fit:contain;width:100%;height:100%}.admin-settings-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.admin-settings-grid label{color:#9aaba1;gap:6px;font-size:11px;display:grid}.admin-settings-grid input{color:#f5fff8;background:#0a120f;border:1px solid #2d4b3b;border-radius:9px;height:42px;padding:0 12px}.admin-panel-intro{color:#8fa097;max-width:720px;margin:-7px 0 16px;font-size:12px;line-height:1.5}.admin-announcement-form{background:#0b130f;border:1px solid #2a4034;border-radius:13px;gap:12px;margin-bottom:20px;padding:14px;display:grid}.admin-announcement-form label{color:#a8b9af;gap:6px;font-size:11px;display:grid}.admin-announcement-form input,.admin-announcement-form textarea,.admin-announcement-form select{color:#f5fff8;width:100%;min-width:0;font:inherit;background:#0a120f;border:1px solid #2d4b3b;border-radius:9px;outline:none;padding:11px 12px}.admin-announcement-form input,.admin-announcement-form select{min-height:42px}.admin-announcement-form textarea{resize:vertical;line-height:1.5}.admin-announcement-form input:focus,.admin-announcement-form textarea:focus,.admin-announcement-form select:focus{border-color:#62d98d}.admin-announcement-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.admin-announcement-form-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-secondary-button{color:#dbe9e0;background:#18241e;border:1px solid #365243;border-radius:10px;min-height:42px;padding:0 16px;font-weight:700}.admin-announcement-list{margin-top:4px}.admin-announcement-card{align-items:flex-start}.admin-announcement-heading{align-items:center;gap:9px;display:flex}.admin-announcement-copy{white-space:pre-wrap;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.admin-status.published{color:#b8f6cc;background:#1d5131}.admin-status.draft{color:#d1dbd5;background:#34443b}@media (width<=900px){.admin-stats-grid{grid-template-columns:repeat(3,1fr)}.admin-inline-form,.admin-settings-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.admin-content{padding:14px 10px 32px}.admin-header{padding:9px 12px}.admin-stats-grid{grid-template-columns:1fr 1fr;gap:8px}.admin-stat-card{gap:8px;padding:10px}.admin-stat-card>span{flex-basis:34px;width:34px;height:34px}.admin-stat-card strong{font-size:12px}.admin-panel{border-radius:13px;padding:12px}.admin-alert-grid,.admin-inline-form,.admin-settings-grid,.admin-announcement-options{grid-template-columns:1fr}.admin-announcement-card .admin-card-actions{width:100%}.admin-announcement-card .admin-card-actions button{flex:1}.admin-list-card{flex-wrap:wrap;align-items:flex-start}.admin-list-card>div:first-of-type{flex-basis:calc(100% - 55px)}.admin-user-actions{grid-template-columns:1fr}.admin-login-card{padding:24px 18px}}:root{color:#20241e;font-synthesis:none;text-rendering:optimizelegibility;--green:#7bc63e;--green-dark:#2b652c;--neon:#54e98a;--ink:#131313;--muted:#687066;--line:#e5e8e1;background:#000;font-family:Open Sans,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#000;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.button-reset{border:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{background:var(--ink);width:100%;max-width:420px;min-height:100vh;margin:0 auto;position:relative;overflow:hidden}.app-shell>main{z-index:1;position:relative}.top-bar{z-index:5;color:#fff;background:var(--green);grid-template-columns:42px 1fr 42px;align-items:center;height:58px;padding:0 15px;display:grid;position:sticky;top:0}.top-bar h1{text-align:center;margin:0;font:600 18px/1 Hanken Grotesk}.top-bar-side{min-width:42px;display:flex}.top-bar-right{justify-content:flex-end}.icon-button{width:36px;height:36px;color:inherit;background:0 0;border-radius:50%;place-items:center;display:grid}.icon-button:hover{background:#fff2}.bottom-nav{z-index:20;background:var(--green);color:#fff;grid-template-columns:repeat(4,1fr);gap:3px;width:min(100%,420px);height:58px;padding:5px 10px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 16px #1112}.nav-item{color:#fff;background:0 0;border:0;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;font:500 10px/1.1 JetBrains Mono;display:flex}.nav-item.active{color:#2e4c27;background:#fff}.nav-item:hover{background:#fff4}.nav-item.active:hover{background:#fff}.toast{z-index:50;color:#f8fff4;border:1px solid var(--green);text-align:center;background:#20261f;border-radius:999px;width:max-content;max-width:calc(100% - 32px);padding:11px 16px;font-size:12px;position:fixed;bottom:76px;left:50%;transform:translate(-50%);box-shadow:0 12px 30px #0008}.auth-shell{background-color:#131313;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;min-height:100vh;display:flex}.auth-overlay{background:linear-gradient(#101c14c9 0%,#101010ef 100%);position:absolute;inset:0}.auth-content{z-index:1;width:100%;max-width:360px;padding:64px 20px 32px;position:relative}.auth-brand{color:#fff;flex-direction:column;align-items:center;margin-bottom:34px;display:flex}.auth-brand h1{margin:10px 0 0;font:700 31px/1 Hanken Grotesk}.login-avatar{object-fit:contain;width:76px;height:76px}.logo-mark{color:#fff;border:5px solid #fff;border-radius:50%;place-items:center;width:76px;height:76px;font:500 39px/1 Hanken Grotesk;display:grid}.logo-mark span{opacity:.9;transform:translateY(-1px)}.logo-mark.dark{width:43px;height:43px;color:var(--green);background:#fff;border:2px solid #fff;font-size:25px}.login-card{background:#fff;border-radius:24px;flex-direction:column;gap:17px;padding:27px 24px 25px;display:flex;box-shadow:0 20px 50px #0007}.input-line{color:#627062;border-bottom:1px dashed #a2b0a0;align-items:center;min-height:44px;display:flex;position:relative}.input-line:focus-within{border-bottom-color:var(--green)}.input-line input{color:#273027;background:0 0;border:0;outline:0;width:100%;min-width:0;padding:8px 3px;font-size:12px}.input-line input::placeholder{color:#89918b}.input-leading{color:#62d878;border-right:1px solid #bdc6bb;align-items:center;gap:6px;height:24px;margin-right:10px;padding-right:12px;display:flex}.input-leading b{color:#747f73;font-size:14px;font-weight:500}.input-icon-only{border:0;justify-content:center;width:43px}.password-toggle{color:#6a7669;background:0 0;place-items:center;padding:5px;display:grid}.primary-button{color:#fff;background:linear-gradient(90deg,#00b596,#54e98a);border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:43px;padding:0 18px;font:600 12px/1 JetBrains Mono;transition:transform .16s,filter .16s;display:inline-flex;box-shadow:0 5px 15px #54e98a26}.primary-button:hover{filter:brightness(1.05);transform:translateY(-1px)}.primary-button:disabled{filter:grayscale();opacity:.5;transform:none}.login-submit{height:52px;margin-top:2px;font:700 15px Hanken Grotesk}.text-link{color:#1d9c87;text-underline-offset:3px;background:0 0;align-self:center;align-items:center;gap:3px;font-size:13px;text-decoration:underline;display:inline-flex}.home-page{color:#e5e2e1;background:#131313;padding-bottom:58px}.home-hero{height:260px;position:relative;overflow:hidden}.home-hero img{object-fit:cover;object-position:center 43%;width:100%;height:100%}.hero-shade{background:linear-gradient(#0001 20%,#131313 100%);position:absolute;inset:0}.hero-copy{text-align:center;color:#fff;position:absolute;bottom:16px;left:0;right:0}.hero-copy span{color:#bbcbbb;letter-spacing:.2em;text-transform:uppercase;font:500 11px JetBrains Mono}.hero-copy h1{margin:4px 0 0;font:700 25px/1.05 Hanken Grotesk}.home-content{background:#131313;border-radius:24px 24px 0 0;margin-top:-17px;padding:17px 20px 30px}.dashboard-cards{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.dashboard-card{color:#172019;background:#f8f9fa;border:0;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;min-height:124px;padding:10px 6px;display:flex}.dashboard-card strong{white-space:nowrap;font:600 14px Hanken Grotesk}.dashboard-card>span:last-child{color:#42af6b;align-items:center;font-size:10px;display:flex}.product-orb{color:#54a95f;place-items:center;width:48px;height:48px;display:grid}.quick-actions{grid-template-columns:repeat(4,1fr);gap:10px;margin:25px 0 35px;display:grid}.quick-action{color:#f1f1f1;background:0 0;flex-direction:column;align-items:center;gap:8px;display:flex}.quick-action>span{background:#2a2a2a;border-radius:17px;place-items:center;width:54px;height:54px;display:grid}.quick-action:hover>span{background:var(--green);color:#173f1f}.quick-action small{text-align:center;font-size:10px}.home-games h2{margin:0;font:600 20px Hanken Grotesk}.section-heading{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-heading svg{color:var(--green)}.game-strip{gap:8px;display:flex;overflow:hidden}.game-card{color:#fff;text-shadow:0 1px 5px #000;background:url(/assets/home-banner-DcUBRzxd_1787409660803-DcUBRzxd.jpg) 50%/cover;border-radius:9px;align-items:flex-end;min-width:90px;height:118px;padding:8px;font:700 11px Hanken Grotesk;display:flex;overflow:hidden}.game-2{filter:hue-rotate(45deg)}.game-3{filter:saturate(1.6)hue-rotate(100deg)}.game-4{filter:hue-rotate(190deg)}.account-page{color:#182018;background:#f6f8f4;padding-bottom:58px}.balance-header{color:#fff;background:linear-gradient(135deg,#7ac83e,#80c943);border-radius:0 0 21px 21px;padding:17px 20px 15px}.balance-profile{align-items:center;gap:10px;display:flex}.balance-profile strong{font:500 12px Inter;display:block}.level-pill{color:#71bb3b;background:#fff;border-radius:999px;width:max-content;padding:3px 9px;font:600 10px JetBrains Mono;display:inline-flex}.balance-footer{justify-content:space-between;align-items:flex-end;margin-top:21px;display:flex}.balance-footer>div:first-child span{opacity:.9;margin-bottom:7px;font-size:10px;display:block}.balance-footer>div:first-child strong{font:500 17px Hanken Grotesk}.balance-actions{gap:12px;display:flex}.balance-actions button{color:#fff;background:0 0;flex-direction:column;align-items:center;gap:3px;display:flex}.balance-actions small{font:9px Inter}.account-content{padding:8px 5px 22px}.mission-banner{text-align:left;color:#1d241c;background:#fff;border:0;border-radius:13px;grid-template-columns:1.1fr .9fr;width:100%;min-height:90px;display:grid;overflow:hidden}.mission-banner>div{padding:13px 13px 11px}.mission-banner h2{margin:0 0 4px;font:600 17px Hanken Grotesk}.mission-banner p{margin:0;font-size:9px;line-height:1.5}.mission-banner span{color:#5c9c32;border:1px solid #86bb56;border-radius:999px;align-items:center;gap:3px;margin-top:8px;padding:5px 10px;font-size:9px;display:inline-flex}.mission-banner img{object-fit:cover;width:100%;height:100%;min-height:90px}.settings-list{background:#fff;border-radius:11px;margin-top:9px;overflow:hidden}.settings-row{color:#384238;text-align:left;background:#fff;border:0;border-bottom:1px solid #f0f1ef;align-items:center;gap:10px;width:100%;min-height:43px;padding:0 13px;font-size:10px;display:flex}.settings-row:last-child{border-bottom:0}.settings-row>span:nth-child(2){flex:1}.settings-row>svg{color:#c2c8bf}.settings-icon{color:#6ccf88;place-items:center;display:grid}.logout-button{color:#17321c;background:linear-gradient(90deg,#78bf3b,#9cdb56);border-radius:999px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:45px;margin-top:15px;font:600 14px Hanken Grotesk;display:flex}.products-page{color:#e5e2e1;background:#131313;padding-bottom:58px}.products-page .top-bar{color:#e5e2e1;background:#131313;border-bottom:1px solid #353534}.products-stats{background:#2b652c;grid-template-columns:1fr 1fr;gap:12px;padding:15px 20px;display:grid}.products-stats button{color:#d9f0ce;text-align:left;background:0 0;border:0;flex-direction:column;align-items:flex-start;padding:0;display:flex}.products-stats span{opacity:.9;align-items:center;gap:3px;font-size:10px;display:inline-flex}.product-list{flex-direction:column;gap:13px;padding:15px 20px;display:flex}.product-card{background:#201f1f;border:1px solid #354b38;border-radius:12px;gap:13px;padding:13px;display:flex}.product-card>img{object-fit:cover;border-radius:8px;flex:0 0 105px;width:105px;height:108px}.product-details{flex:1;min-width:0}.product-details h2{margin:0 0 6px;font:600 15px Hanken Grotesk}.product-price{color:var(--neon);margin-bottom:10px;font:600 16px Hanken Grotesk;display:block}.product-specs{color:#bbcbbb;background:#353534;border-radius:7px;flex-direction:column;gap:6px;margin-bottom:11px;padding:8px;font-size:9px;display:flex}.product-specs span{justify-content:space-between;gap:5px;display:flex}.product-details .primary-button{width:100%;min-height:35px;padding:0;font-size:10px}.modal-backdrop{z-index:30;background:#000a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.purchase-modal{color:#656b64;background:#f7f7f7;border-radius:13px;width:min(100%,370px);overflow:hidden;box-shadow:0 16px 60px #0009}.purchase-modal>img{object-fit:cover;width:100%;height:135px;display:block}.purchase-body{padding:11px 16px 15px}.purchase-body h2{color:#242824;margin:0 0 4px;font:600 16px Hanken Grotesk}.purchase-body>strong{color:#66a943;font:700 20px Hanken Grotesk}.modal-divider{border-top:1px dashed #a8aaa5;margin:5px 0 9px}.purchase-body small,.purchase-body p{text-align:center;margin:0;font-size:9px;display:block}.purchase-body p{margin-top:5px;font-size:8px}.purchase-body dl{flex-direction:column;gap:7px;margin:9px 0 12px;font-size:11px;display:flex}.purchase-body dl div{justify-content:space-between;display:flex}.purchase-body dt,.purchase-body dd{margin:0}.purchase-body dd{font-weight:500}.modal-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.modal-actions>button:first-child{color:#85ae6d;background:#fff;border-radius:999px}.modal-actions .primary-button{color:#fff;background:#79c446}.team-page,.missions-page{color:#edf5e8;background:linear-gradient(160deg,#0a241b 0%,#153c2d 55%,#215a37 100%);padding-bottom:58px}.team-content{padding:17px 8px 20px}.team-title{justify-content:space-between;align-items:center;display:flex}.team-title h1{margin:0 0 14px;font:600 19px Hanken Grotesk}.team-title button{color:#fff;background:0 0;align-items:center;gap:2px;font-size:10px;display:flex}.invite-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.invite-card{background:#111;border-radius:8px;overflow:hidden}.invite-image{height:87px;position:relative}.invite-image img{object-fit:cover;filter:brightness(.53)saturate(1.3)hue-rotate(55deg);width:100%;height:100%}.invite-image>div{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:5px;display:flex;position:absolute;inset:0}.invite-image b{color:#fff;font:600 15px Hanken Grotesk}.invite-image span{color:#fff;font-size:8px}.invite-card>button{color:#173619;background:#83ed2e;justify-content:center;align-items:center;gap:4px;width:100%;height:26px;font-size:9px;display:flex}.team-section-heading{justify-content:space-between;align-items:flex-start;margin:22px 2px 10px;display:flex}.team-section-heading h2{margin:0;font:600 18px Hanken Grotesk}.team-section-heading p{text-align:right;margin:1px 0 0;font-size:8px;line-height:1.45}.team-levels{color:#131313;background:#fff;border-radius:13px;padding:13px 12px}.team-level{text-align:center;border-bottom:1px solid #e8eae8;grid-template-columns:1.1fr repeat(3,1fr);align-items:center;gap:8px;margin-bottom:13px;padding:0 0 13px;display:grid}.team-level:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.team-level>.level-pill{color:#fff;background:#83dd43;justify-self:start;font-size:11px}.team-level strong{font:600 16px Hanken Grotesk;display:block}.team-level small{margin-top:2px;font-size:8px;display:block}.team-promo-images{grid-template-columns:1fr 1fr;gap:8px;margin-top:9px;display:grid}.team-promo-images img{object-fit:cover;border-radius:11px;width:100%;height:91px}.team-note{color:#eff9ee;margin:10px 1px;font-size:8px;line-height:1.5}.missions-hero{background:linear-gradient(90deg,#00b596,#54e98a);border-radius:12px;place-items:center;min-height:108px;display:grid}.missions-hero h1{text-shadow:0 2px 5px #13563566;font:700 24px Hanken Grotesk}.reward-card{background:#201f1fb3;border:1px solid #53b47b44;border-radius:12px;flex-direction:column;align-items:center;gap:5px;margin:13px 0;padding:16px;display:flex}.mission-card>p b{color:var(--neon)}.mission-card>.level-pill{display:inline-flex}.mission-card>button{color:#bbcbbb;opacity:.7;background:#353534;border-radius:999px;width:100%;height:38px;font-size:11px}.mission-stats{text-align:center;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.mission-stats strong{font:600 18px Hanken Grotesk;display:block}.transaction-page,.history-page,.form-page,.support-page,.about-page{color:#e5e2e1;background:#131313;padding-bottom:20px}.transaction-page .top-bar,.history-page .top-bar,.form-page .top-bar,.support-page .top-bar,.about-page .top-bar{background:var(--green)}.transaction-hero{height:177px;position:relative;overflow:hidden}.transaction-hero img{object-fit:cover;filter:brightness(.58);width:100%;height:100%}.transaction-hero h1{text-align:center;color:#fff;margin:0;font:600 27px Hanken Grotesk;position:absolute;inset:auto 0 18px}.transaction-content,.withdraw-content,.simple-form,.support-content,.about-content{padding:20px}.transaction-content{background:#131313;border-radius:25px 25px 0 0;margin-top:-17px;position:relative}.transaction-content h2{margin:0 0 16px;font:500 16px Inter}.amount-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px;display:grid}.amount-grid button{min-height:38px;color:var(--neon);background:0 0;border:1px solid #869486;border-radius:10px;font-size:12px}.amount-grid button.selected,.amount-grid button:hover{border-color:var(--neon);background:#54e98a1f}.field-label{color:#bbcbbb;flex-direction:column;gap:7px;font-size:11px;display:flex}.field-label input,.field-label select{color:#e5e2e1;background:#1c1b1b;border:1px solid #869486;border-radius:9px;outline:none;width:100%;min-height:43px;padding:0 13px;font-size:12px}.field-label input::placeholder{color:#687066}.field-label select{appearance:none}.field-wrap{background:#1c1b1b;border:1px solid #869486;border-radius:9px;align-items:center;min-height:48px;display:flex;overflow:hidden}.field-wrap b{color:var(--neon);padding:0 10px;font-size:14px}.field-wrap input{background:0 0;border:0;min-height:46px;padding-left:0}.method-card{background:var(--neon);color:#123c1c;border-radius:10px;align-items:center;gap:10px;min-height:54px;margin:24px 0;padding:0 14px;font-weight:600;display:flex}.method-card svg:last-child{margin-left:auto}.transaction-submit{align-self:center;width:min(100%,260px);margin:18px auto;display:flex}.transaction-note{color:#869486;font-size:10px;line-height:1.6}.withdraw-content{flex-direction:column;gap:20px;display:flex}.withdraw-balance{background:#353534;border-radius:12px;justify-content:space-between;align-items:center;padding:18px;display:flex}.withdraw-balance span{color:#bbcbbb;font-size:11px}.withdraw-balance strong{color:var(--neon);font:600 20px Hanken Grotesk}.select-field{color:#bbcbbb;text-align:left;background:#1c1b1b;border:1px solid #3d4a3e;border-radius:9px;align-items:center;gap:9px;min-height:46px;padding:0 13px;font-size:12px;display:flex}.select-field svg:last-child{margin-left:auto}.withdraw-meta{color:#bbcbbb;justify-content:space-between;font:10px JetBrains Mono;display:flex}.history-content{background:#a3c98c;min-height:calc(100vh - 58px)}.history-tabs{background:#fff;grid-template-columns:1fr 1fr;display:grid}.history-tabs button{color:#6e796e;background:#fff;border-bottom:2px solid #0000;min-height:46px;font-size:10px}.history-tabs button.active{color:#54ad67;border-bottom-color:#54ad67}.history-list{padding:16px}.history-list article{color:#1d241c;background:#fff;border-radius:11px;justify-content:space-between;align-items:center;padding:15px;display:flex}.history-list article strong,.history-list article>b{color:#59a65e}.history-list article strong{font:600 14px Hanken Grotesk;display:block}.history-list article span{color:#758074;margin-top:5px;font-size:9px;display:block}.history-list article>b{font:700 14px Hanken Grotesk}.empty-history{color:#4a6b38;text-align:center;margin-top:30px;font-size:11px;display:block}.empty-state{color:#4a6b38;text-align:center;padding:80px 20px;font-size:12px}.simple-form{flex-direction:column;gap:19px;display:flex}.form-eyebrow{text-align:center;color:var(--green);margin:0 0 3px;font:600 20px Hanken Grotesk}.simple-form h1{color:var(--neon);margin:0 0 5px;font:600 24px Hanken Grotesk}.simple-form .transaction-submit{margin:7px auto 0}.support-content,.about-content{color:#293329;background:#f7f8f5;min-height:calc(100vh - 58px)}.support-hero{text-align:center;color:#173c20;background:#e5f3df;border-radius:15px;padding:20px}.support-hero svg{color:#67bf74}.support-hero h1{margin:10px 0 5px;font:600 21px Hanken Grotesk}.support-hero p{color:#687568;margin:0;font-size:11px;line-height:1.5}.faq-row{color:#394139;text-align:left;background:#fff;border:0;border-bottom:1px solid #e0e6dc;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:0 14px;font-size:11px;display:flex}.faq-row svg{color:var(--green)}.about-content{text-align:center}.about-logo{color:var(--green-dark);justify-content:center;align-items:center;gap:10px;display:flex}.about-logo h1{font:700 28px Hanken Grotesk}.about-content h2{margin:30px 0 10px;font:600 21px Hanken Grotesk}.about-content p{color:#687568;font-size:12px;line-height:1.7}.about-stat{color:var(--green-dark);background:#e5f3df;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:30px;padding:15px;font-size:11px;display:flex}@media (width>=700px){.app-shell{box-shadow:0 0 0 1px #111}}.quick-action>span img{object-fit:contain;width:34px;height:34px}.settings-icon img{object-fit:contain;width:19px;height:19px}.method-card img{object-fit:contain;width:22px;height:22px}.deposit-page .top-bar{background:0 0;position:absolute;left:0;right:0}.deposit-page .transaction-hero{height:235px}.deposit-page .transaction-hero img{filter:none}.deposit-page .transaction-hero h1{z-index:1;inset:auto 0 86px}.deposit-page .transaction-content{color:#30372f;background:#fff;min-height:calc(100vh - 167px);margin-top:-68px;padding-top:21px}.deposit-page .transaction-content h2{font-size:13px}.deposit-page .field-label{color:#7d887c}.deposit-page .field-label input,.deposit-page .field-label select,.deposit-page .field-wrap{color:#536156;background:#fff;border-color:#aab3aa}.deposit-page .field-wrap b{color:#55a578}.deposit-page .amount-grid button{color:#62a782;background:#fff;border-color:#dce4dc}.deposit-page .amount-grid button.selected,.deposit-page .amount-grid button:hover{background:#eef8f0;border-color:#65b287}.deposit-page .method-card{color:#fff;background:#4caf83;border-radius:5px;min-height:31px;margin:15px 0 10px;font-size:11px}.deposit-page .primary-button{box-shadow:none;background:#dfe3e9}.deposit-provider-page,.deposit-instruction-page{color:#242424;background:linear-gradient(155deg,#ffd617 0%,#ffc900 58%,#f0b900 100%);min-height:100svh}.deposit-provider-page:before,.deposit-instruction-page:before{content:"";pointer-events:none;background:radial-gradient(circle at 15% 10%,#fff66a55 0,#0000 36%);position:absolute;inset:0}.deposit-provider-content{align-items:flex-start;min-height:100svh;padding:clamp(120px,21svh,190px) 10px 48px;display:flex}.deposit-provider-panel{background:#fff;border-radius:11px;width:100%;padding:19px 17px 22px;box-shadow:0 12px 32px #8a650046}.deposit-provider-title{color:#f5bd00;justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.deposit-provider-title strong{letter-spacing:-.02em;font-size:16px;font-weight:800}.deposit-provider-title span{color:#fff;background:#ffc900;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:700}.deposit-provider-amount{color:#575757;background:#f8f8f8;justify-content:space-between;align-items:center;min-height:54px;padding:0 12px;font-size:12px;display:flex}.deposit-provider-amount strong{color:#e2ad00;font-size:14px}.deposit-provider-panel h1{color:#e5b100;margin:17px 0 12px;font-size:14px}.deposit-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:13px;display:grid}.deposit-channel-choice{color:#686868;background:#fff;border:2px solid #f3e8ae;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:83px;padding:7px;display:flex;position:relative}.deposit-channel-choice.selected{color:#fff;background:#ffc900;border-color:#ffc900;box-shadow:0 5px 13px #d99e0040}.deposit-channel-choice>strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.deposit-channel-choice>svg{color:#ffc900;background:#fff;border-radius:50%;padding:2px;position:absolute;top:7px;right:7px}.deposit-channel-empty{color:#8d6c00;background:#fff8d4;border:1px solid #f2d75a;border-radius:5px;margin-bottom:14px;padding:12px;font-size:11px;line-height:1.5}.deposit-amount-presets{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:10px 0;display:grid}.deposit-amount-presets button{color:#9b7900;background:#fff;border:1px solid #eadb8b;border-radius:4px;min-width:0;min-height:34px;padding:2px;font-size:9px}.deposit-amount-presets button.selected{color:#fff;background:#ffc900;border-color:#ffc900}.deposit-provider-field{margin-top:10px;display:block}.deposit-provider-field>span{color:#696969;margin-bottom:5px;font-size:10px;font-weight:700;display:block}.deposit-provider-field>div{background:#fff;border:1px solid #e9cd38;border-radius:4px;align-items:center;min-height:48px;display:flex}.deposit-provider-field b{color:#8b8b8b;text-align:center;border-right:1px solid #e7e7e7;min-width:67px;padding:8px 10px;font-size:12px}.deposit-provider-field input{color:#333;background:0 0;border:0;outline:0;width:100%;min-width:0;min-height:46px;padding:0 12px;font-size:16px}.deposit-provider-warning{color:#dc3b32;margin:11px 0 16px;font-size:10px;font-weight:700;line-height:1.45}.deposit-provider-warning.valid{color:#39873f}.deposit-provider-submit{color:#fff;background:#ffc900;width:100%;min-height:47px;font-size:14px;font-weight:800;box-shadow:0 5px 10px #9d74004d}.deposit-provider-submit:disabled{color:#b4a97b;box-shadow:none;background:#efe7c4}.payment-close-button{color:#fff;background:#8a8a8a;border:3px solid #fff;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;font-size:25px;font-weight:700;line-height:1;display:grid;box-shadow:0 2px 6px #0004}.selection-close-button{z-index:4;position:absolute;top:10px;right:8px}.payment-provider-header{z-index:3;color:#3a3100;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:70px;padding:10px 17px;display:grid;position:relative}.payment-provider-brand{align-items:center;gap:8px;display:flex}.payment-provider-brand strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.payment-secure-label{font-size:9px;font-weight:700}.deposit-instruction-content{padding:4px 17px 30px}.deposit-instruction-card{color:#fff;background:#2d2d2d;border-radius:5px;margin-bottom:16px;padding:17px;box-shadow:0 4px 8px #7657003d}.deposit-operator-logo{color:#fff;text-transform:uppercase;border-radius:10px;place-items:center;width:43px;height:43px;font-size:10px;font-weight:700;display:grid;overflow:hidden}.deposit-operator-logo img{object-fit:contain;width:100%;height:100%}.deposit-detail-row+.deposit-detail-row{margin-top:12px}.deposit-detail-row>span,.deposit-detail-row>strong{display:block}.deposit-detail-row>span{margin-bottom:7px;font-size:13px;font-weight:700}.deposit-detail-row>strong{color:#fff;overflow-wrap:anywhere;background:#383838;border-radius:4px;padding:11px 12px;font-size:12px}.deposit-instruction-card h2{color:#fff;margin:0 0 12px;font-size:14px;line-height:1.35}.deposit-ussd-card h2{color:#fff}.deposit-ussd-card code{overflow-wrap:anywhere;color:#f6fff3;background:#383838;border-radius:4px;padding:12px;font:700 12px/1.45 Open Sans,sans-serif;display:block}.deposit-instruction-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.deposit-action-button{color:#fff;background:#ffc900;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:37px;font-size:12px;font-weight:700;display:inline-flex}.deposit-action-button:disabled{opacity:.45}.deposit-ussd-card p{color:#c5d2c6;margin:12px 0 0;font-size:11px;line-height:1.45}.deposit-ussd-card .deposit-missing-command{color:#ffc3a9;margin:0}.deposit-ussd-card .deposit-reference{flex-direction:column;gap:4px;display:flex}.deposit-ussd-card .deposit-reference strong{overflow-wrap:anywhere;color:#fff}.deposit-result-card{color:#fff;font-size:11px;line-height:1.5}.deposit-result-copy{background:#383838;border-radius:4px;padding:12px}.deposit-result-card>p{margin:0 0 13px}.deposit-result-status{text-align:center;border-radius:8px;margin-bottom:10px;padding:8px 10px;font-size:10px;font-weight:700}.deposit-result-status.pending{color:#73580b;background:#fff4c4}.deposit-result-status.confirmed{color:#1d7045;background:#dcf6e7}.deposit-result-status.rejected{color:#982f2f;background:#fde5e5}.deposit-result-card .primary-button{width:100%;min-height:47px;box-shadow:none;background:#ffc900;border-radius:5px;margin:0;font-size:14px;font-weight:800}.deposit-payer-card{color:#fff;padding-right:86px;font-size:10px;line-height:1.5;position:relative}.deposit-payer-card>span,.deposit-payer-card>strong{display:block}.deposit-payer-card>strong{letter-spacing:.16em;margin-top:8px;font-size:15px}.deposit-payer-card>p{color:#ff5b50;margin:8px 0 0;font-weight:700}.deposit-edit-payer{color:#ffc900;background:0 0;font-size:10px;font-weight:700;position:absolute;top:45px;right:14px}.deposit-page .transaction-note{color:#596359}.withdraw-page{color:#222;background:#fff}.withdraw-page .withdraw-content{background:#fff;min-height:calc(100vh - 58px)}.withdraw-page .withdraw-balance{background:#fff;border-radius:0;padding:4px 18px 18px}.withdraw-page .withdraw-balance span{color:#7b837c}.withdraw-page .withdraw-balance strong{color:#171a17;font:400 25px Hanken Grotesk}.withdraw-page .field-label{color:#798279}.withdraw-page .field-label input,.withdraw-page .field-label select,.withdraw-page .field-wrap,.withdraw-page .select-field{color:#7d887c;background:#fff;border-color:#b9c0b9}.withdraw-page .field-wrap b{color:#55a578}.withdraw-page .withdraw-meta{color:#4b544b}.withdraw-page .vip-required{color:#59491f;background:#fff8df;border:1px solid #e6c66d;border-radius:10px;flex-direction:column;gap:7px;padding:14px;display:flex}.withdraw-page .vip-required strong{font-size:13px}.withdraw-page .vip-required span{font-size:11px;line-height:1.4}.withdraw-page .vip-required button{color:#fff;background:#35ae80;border-radius:7px;width:fit-content;margin-top:3px;padding:8px 12px;font-size:11px}.withdraw-page .primary-button{box-shadow:none;background:#35ae80}.withdraw-page .transaction-note{color:#4b544b}.auth-content{max-width:410px;padding:80px 20px 32px}.auth-brand{margin-bottom:30px}.input-leading img{object-fit:contain;width:25px;height:25px}.input-leading.input-icon-only{flex:0 0 43px;margin-right:5px}.country-code{color:#747f73;border-right:1px solid #bdc6bb;margin-right:7px;padding-right:10px;font-size:14px;font-weight:500}.register-card{gap:14px}.register-card .login-submit{margin-top:2px}.home-notification-backdrop{z-index:30;background:#0009;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.home-notification{color:#272c28;background:#fff;border:4px solid #a8c7b1;border-radius:15px;width:min(100%,292px);padding:12px 13px 10px;overflow:hidden;box-shadow:0 18px 55px #000a}.home-notification header{justify-content:space-between;align-items:center;margin-bottom:5px;display:flex}.notification-title{color:#202520;align-items:center;gap:7px;font-size:10px;line-height:1.15;display:flex}.notification-title img{object-fit:contain;width:25px;height:31px}.notification-close{background:#12b881;border-radius:50%;place-items:center;width:23px;height:23px;padding:0;display:grid}.notification-close img{object-fit:contain;width:12px;height:12px}.notification-copy{padding:0 1px}.telegram-link{color:#42a895;background:0 0;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:8px;font-size:7px;display:flex}.telegram-link img{border-radius:50%;width:15px;height:15px}.home-page{color:#242724;background:#fff}.home-content{background:#fff;margin-top:-17px;padding:12px 8px 25px}.dashboard-card{background:#f0f2f3;border-radius:1px;min-height:112px}.quick-action{color:#303330}.quick-action>span{color:#4b4d4b;background:#f0f0f0;width:58px;height:58px}.quick-action:hover>span{color:#2d7c48;background:#e1f1e1}.home-games h2{color:#202520;font-size:16px}.game-strip{grid-template-columns:repeat(4,1fr);gap:5px;display:grid;overflow:visible}.game-card{border-radius:5px;min-width:0;height:86px;padding:5px;font-size:8px}.home-notification-backdrop{align-items:start;padding-top:80px}.notification-close{background:0 0}.notification-close img{width:24px;height:24px}.notification-copy p{margin:4px 0;font-size:9px;line-height:1.38}.missions-page{color:#464c45;background:linear-gradient(#88c54d 0%,#b7dc9c 48%,#dcebd8 100%);min-height:100vh;padding-bottom:0}.missions-page .top-bar,.checkin-page .top-bar,.form-page .top-bar,.support-page .top-bar,.about-page .top-bar,.regulation-page .top-bar,.gift-page .top-bar{color:#68aa48;background:#fff;height:42px;padding:0 10px;box-shadow:0 1px 3px #51664722}.missions-page .top-bar h1,.checkin-page .top-bar h1,.form-page .top-bar h1,.support-page .top-bar h1,.about-page .top-bar h1,.regulation-page .top-bar h1,.gift-page .top-bar h1{text-align:left;font-size:10px;font-weight:500}.missions-page .top-bar h1:before,.checkin-page .top-bar h1:before,.form-page .top-bar h1:before,.support-page .top-bar h1:before,.about-page .top-bar h1:before,.regulation-page .top-bar h1:before,.gift-page .top-bar h1:before{content:"◯ omni one";color:#4f9d4d;margin-right:10px;font-size:10px;font-weight:600}.missions-page .top-bar .icon-button,.checkin-page .top-bar .icon-button,.form-page .top-bar .icon-button,.support-page .top-bar .icon-button,.about-page .top-bar .icon-button,.regulation-page .top-bar .icon-button,.gift-page .top-bar .icon-button{width:25px;height:25px}.missions-content{padding:0 5px 25px}.missions-hero{background:linear-gradient(90deg,#89dc69,#20c9c5);border-radius:0 0 12px 12px;min-height:63px;margin:0}.missions-hero h1{font-size:19px;font-weight:500}.reward-card{background:#fff;border:0;border-radius:7px;gap:1px;min-height:52px;margin:10px 0 7px;padding:8px}.reward-card span{color:#343a33;letter-spacing:0;font:500 8px Inter}.reward-card strong{color:#121812;font:700 16px Hanken Grotesk}.mission-card{background:#fff;border:0;border-radius:6px;margin-top:7px;padding:8px 12px 7px}.mission-card>p{margin:1px 0 7px;font-size:9px;line-height:1.35}.mission-card>p b{color:#54a765;font-weight:500}.mission-card>.level-pill{color:#fff;background:#79db3d;padding:3px 9px;font:600 9px Inter}.mission-stats{gap:5px;margin-bottom:7px}.mission-stats strong{font-size:12px}.mission-stats small{color:#656c63;font-size:8px}.mission-card>button{color:#fff;background:#e9ecee;border-radius:999px;height:16px;font-size:8px}.checkin-page{color:#fff;background:#dcebd7;min-height:100vh}.checkin-content{background:linear-gradient(#8dce55 0,#dcebd7 68%);min-height:calc(100vh - 42px)}.checkin-bonus{background:#8dce55;flex-direction:column;justify-content:center;align-items:center;height:77px;display:flex}.checkin-bonus strong{font:700 24px Hanken Grotesk}.checkin-bonus span{margin-top:1px;font-size:10px}.checkin-reward{background:#00b90b;padding:10px 11px 8px}.checkin-reward-top{grid-template-columns:98px 1fr;align-items:center;gap:10px;display:grid}.checkin-reward-top img,.checkin-days img{object-fit:cover;border-radius:9px;width:100%;height:70px}.checkin-reward-top h2{margin:0 0 3px;font-size:13px;font-weight:500}.checkin-reward-top p{margin:0 0 6px;font-size:9px}.checkin-reward-top strong{font:500 24px Hanken Grotesk}.checkin-days{text-align:center;grid-template-columns:1fr 98px;align-items:end;gap:10px;margin-top:9px;display:grid}.checkin-days>div{flex-direction:column;align-items:center;display:flex}.checkin-days b{font-size:11px}.checkin-days small{margin-top:3px;font-size:8px}.checkin-days strong{margin-top:4px;font:500 24px Hanken Grotesk}.checkin-action{color:#454f43;min-height:175px;padding:10px}.checkin-button,.green-form-button{color:#fff;background:#51c341;border-radius:999px;width:min(100%,155px);min-height:25px;margin:0 auto;font-size:11px;display:flex}.checkin-button:disabled{opacity:.75;background:#51c341}.checkin-action ol{margin:11px 0 0;padding-left:15px;font-size:8px;line-height:1.55}.form-page,.support-page,.about-page,.regulation-page,.gift-page{color:#4a5548;background:linear-gradient(#8dce55 0,#dcebd7 100%);min-height:100vh;padding-bottom:0}.simple-form{min-height:calc(100vh - 42px);padding:28px 20px}.simple-form .form-eyebrow{display:none}.simple-form .field-label{color:#fff;font-size:9px}.simple-form .field-label input,.simple-form .field-label select{color:#555e54;background:#fff;border:0;border-radius:0;min-height:32px;padding:0 9px;font-size:10px}.simple-form .transaction-submit{min-height:25px;box-shadow:none;background:#51c341;margin-top:12px;font-size:10px}.bank-list-content{background:linear-gradient(#8dce55,#dcebd7);min-height:calc(100vh - 42px);padding:16px 20px}.bank-list-content .green-form-button{margin-top:0}.support-content,.about-content{background:#cbe8e3;min-height:calc(100vh - 42px);padding:0 9px 20px}.support-title-band{color:#fff;text-align:center;background:#8dce55;margin:0 -9px 9px;padding:11px;font-size:11px}.support-hero{background:#fff;border-radius:7px;min-height:112px;padding:12px}.support-bot{color:#1dabb1;background:#eaf3f2;border-radius:50%;place-items:center;width:38px;height:38px;margin:0 auto 3px;display:grid}.support-hero>span{color:#687568;font-size:8px;display:block}.support-hero strong{color:#525a52;margin-top:8px;font:500 17px Hanken Grotesk;display:block}.telegram-list{background:#fff;border-radius:7px;margin-top:8px;padding:9px}.telegram-list h2{color:#4f5750;margin:0 0 8px;font-size:10px;font-weight:500}.telegram-list h2 span,.gift-telegram span{color:#28a8d9;vertical-align:middle;font-size:20px}.telegram-list button{color:#555c56;background:#f0f0f0;border:0;justify-content:space-between;align-items:center;width:100%;min-height:25px;margin-top:6px;padding:0 8px;font-size:8px;display:flex}.support-rules{color:#536056;padding:6px 2px;font-size:8px;line-height:1.5}.support-rules h2{margin:0 0 4px;font-size:10px;font-weight:500}.about-copy{color:#222;background:#f7f7f7;padding:10px;font-size:8px;line-height:1.55}.about-copy p{color:#222;margin:0 0 9px;font-size:8px;line-height:1.55}.regulation-content{color:#222;background:#f7f7f7;min-height:calc(100vh - 42px);padding:0 10px 20px;font-size:8px;line-height:1.5}.regulation-banner{color:#fff;background:linear-gradient(135deg,#061e43,#1683bd 52%,#071a4b);flex-direction:column;justify-content:center;align-items:flex-start;min-height:95px;margin:0 -10px 13px;padding:12px 10px;display:flex}.regulation-content ul{margin-top:8px;padding-left:15px}.gift-content{color:#5b655a;background:linear-gradient(#8dce55,#dcebd7);min-height:calc(100vh - 42px);padding:0 10px 20px}.gift-hero-image{object-fit:cover;width:calc(100% + 20px);height:170px;margin:0 -10px 18px;display:block}.gift-content>p{margin:0 0 11px;font-size:9px}.gift-telegram{color:#48554a;text-align:left;background:#d9e8e5;border-radius:4px;align-items:center;gap:6px;width:100%;min-height:37px;margin-bottom:16px;padding:0 10px;font-size:10px;display:flex}.gift-telegram svg{margin-left:auto}.gift-content .field-label{color:#5b655a;font-size:9px}.gift-content .field-label input{color:#596458;background:0 0;border:1px solid #8eb688;border-radius:0;min-height:28px;padding:0 8px;font-size:9px}.product-orb img{object-fit:cover;border-radius:8px;width:48px;height:48px}.nav-item{border-radius:13px;gap:0;font:500 8px/1 JetBrains Mono}.home-content{padding-bottom:6px}.account-content,.team-content{padding-bottom:8px}.home-notification-backdrop{place-items:center;padding:16px}.home-notification{width:min(100%,304px);padding:14px 15px 12px}.notification-copy p{margin:4px 0;line-height:1.52}.products-page{color:#2a3029;background:#f4f7f3}.products-page .top-bar{color:#303530;height:40px;box-shadow:none;background:#fff;border-bottom:0}.products-page .top-bar h1{font:500 11px/1 Hanken Grotesk}.products-stats{background:#7fc63f;gap:0;min-height:44px;padding:6px 10px}.products-stats button{color:#fff}.products-stats strong{font:600 15px/1 Hanken Grotesk}.products-stats svg{width:9px;height:9px}.product-list{background:#f4f7f3;gap:5px;padding:7px 8px 4px}.product-card{background:#fff;border:1px solid #c5d6bd;border-radius:6px;padding:8px;display:block;box-shadow:0 1px 2px #55734814}.product-summary{grid-template-columns:76px minmax(0,1fr);align-items:start;gap:10px;display:grid}.product-card>.product-summary>img{object-fit:cover;border-radius:3px;width:76px;height:74px;display:block}.product-details h2{color:#232723;margin:1px 0 5px;font:600 11px/1 Hanken Grotesk}.product-price{color:#70b940;margin-bottom:7px;font:500 10px/1 Hanken Grotesk}.product-specs{color:#4d564d;background:0 0;border-radius:0;gap:3px;margin:0;padding:0;font-size:7px;line-height:1.12}.product-specs b{color:#303630;font-weight:500}.product-card>.primary-button{width:100%;min-height:22px;box-shadow:none;color:#fff;background:#7ec541;border-radius:999px;margin-top:7px;font:500 9px/1 Hanken Grotesk}@supports (height:100dvh){.app-shell,.auth-shell,.missions-page,.checkin-page,.form-page,.support-page,.about-page,.regulation-page,.gift-page{min-height:100dvh}}.home-announcements{margin:18px 0 20px}.home-announcements .section-heading h2{align-items:center;gap:7px;display:flex}.home-announcement-list{gap:9px;display:grid}.home-announcement-card{color:#263129;background:#f6faf7;border:1px solid #dbe9df;border-radius:13px;padding:13px 14px;box-shadow:0 5px 18px #24442d0a}.home-announcement-card.notification{background:#effaf3;border-color:#bde7cc}.home-announcement-card>span{color:#247746;text-transform:uppercase;background:#d8f3e2;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:700;display:inline-flex}.home-announcement-card h3{margin:8px 0 4px;font-size:14px}.home-announcement-card p{color:#59645c;white-space:pre-wrap;margin:0;font-size:11px;line-height:1.5}.home-announcement-card time{color:#89938c;margin-top:8px;font-size:9px;display:block}.notification-copy{max-height:min(52vh,360px);overflow-y:auto}.notification-message{border-bottom:1px solid #e5eee7;padding:8px 0}.notification-message:last-child{border-bottom:0}.notification-message strong{font-size:10px;display:block}.notification-message p{white-space:pre-wrap}.notification-confirm{color:#fff;background:#12a971;border-radius:9px;width:100%;min-height:34px;margin-top:9px;font-size:10px;font-weight:700}body{overflow-x:hidden}.app-shell{min-height:100dvh;scroll-padding-bottom:42px;overflow:clip visible}.bottom-nav{height:42px;padding:5px 8px}.nav-item{font-size:clamp(8px,2.2vw,10px)}.home-content{padding:15px 10px 2px}.dashboard-cards{gap:8px}.dashboard-card{min-height:clamp(112px,29vw,128px);padding:12px 7px}.dashboard-card strong{font-size:clamp(14px,3.6vw,16px)}.dashboard-card>span:last-child{font-size:clamp(10px,2.5vw,11px)}.quick-actions{gap:10px;margin:19px 0 20px}.quick-action>span{width:clamp(58px,16vw,68px);height:clamp(58px,16vw,68px)}.quick-action>span img{width:clamp(34px,10vw,42px);height:clamp(34px,10vw,42px)}.quick-action small{font-size:clamp(10px,2.5vw,11px)}.section-heading{margin-bottom:10px}.home-games h2{font-size:clamp(16px,4.4vw,19px)}.game-strip{gap:6px}.game-card{height:clamp(86px,24vw,100px);padding:7px;font-size:clamp(8px,2.2vw,10px)}.products-page .top-bar{height:44px}.products-page .top-bar h1{font-size:clamp(11px,3vw,13px)}.products-stats{min-height:50px;padding:8px 10px}.products-stats strong{font-size:clamp(15px,4vw,18px)}.products-stats span{margin-top:5px;font-size:clamp(7px,2vw,9px)}.product-list{gap:7px;padding:8px 9px 2px}.product-card{padding:10px}.product-summary{grid-template-columns:clamp(76px,23vw,98px) minmax(0,1fr);gap:12px}.product-card>.product-summary>img{width:clamp(76px,23vw,98px);height:clamp(74px,22vw,94px)}.product-details h2{margin:2px 0 6px;font-size:clamp(11px,3vw,13px)}.product-price{margin-bottom:8px;font-size:clamp(10px,2.8vw,12px)}.product-specs{gap:4px;font-size:clamp(7px,2vw,8.5px);line-height:1.25}.product-card>.primary-button{min-height:clamp(22px,6.5vw,28px);margin-top:9px;font-size:clamp(9px,2.4vw,11px)}.about-content{min-height:0}.about-copy{padding:10px 13px 2px;font-size:clamp(9px,2.5vw,10.5px);line-height:1.65}.about-copy p{font-size:inherit;line-height:inherit;margin:0 0 14px}.about-copy p:last-child{margin-bottom:0}.regulation-content{min-height:0;padding:0 12px 2px;font-size:clamp(9px,2.5vw,10.5px);line-height:1.65}.regulation-banner{min-height:clamp(95px,29vw,122px);margin:0 -12px 15px;padding:16px 12px}.regulation-banner strong{font-size:clamp(19px,5.5vw,24px)}.regulation-banner span{font-size:clamp(16px,4.8vw,21px)}.regulation-banner small{margin-top:7px;font-size:clamp(8px,2.5vw,10px)}.regulation-content p{margin:13px 0}.regulation-content ul{margin:10px 0 0;padding-left:18px;line-height:1.65}.support-content{min-height:0;padding:0 10px 2px}.support-title-band{margin:0 -10px 10px;padding:13px;font-size:13px}.support-hero{min-height:128px;padding:15px}.support-bot{width:44px;height:44px}.support-hero>span{font-size:9px}.support-hero strong{margin-top:9px;font-size:19px}.telegram-list{margin-top:10px;padding:11px}.telegram-list h2{margin-bottom:9px;font-size:11px}.telegram-list button{min-height:29px;margin-top:7px;font-size:9px}.support-rules{padding:8px 2px 0;font-size:9px;line-height:1.6}.support-rules h2{font-size:11px}.support-rules p{margin:6px 0}.gift-content{min-height:0;padding-bottom:2px}.gift-hero-image{height:clamp(170px,47vw,200px);margin-bottom:15px}.gift-content>p{margin-bottom:12px;font-size:10px}.gift-telegram{min-height:42px;margin-bottom:14px;font-size:11px}.gift-content .field-label{font-size:10px}.gift-content .field-label input{min-height:34px;font-size:10px}.gift-content .green-form-button{margin-top:13px}@supports (height:100dvh){.checkin-content,.simple-form,.bank-list-content,.support-content,.about-content,.regulation-content,.gift-content{min-height:calc(100dvh - 42px)}.about-content,.regulation-content,.support-content,.gift-content{min-height:0}}@media (width>=380px){.home-hero{height:188px}.dashboard-card{min-height:132px}.quick-action>span{width:72px;height:72px}.quick-action>span img{width:44px;height:44px}.game-card{height:108px}.product-card{padding:12px}.product-summary{grid-template-columns:108px minmax(0,1fr)}.product-card>.product-summary>img{width:108px;height:106px}.product-details h2{font-size:13px}.product-price{font-size:12px}.product-specs{gap:5px;font-size:8.5px;line-height:1.3}.product-card>.primary-button{min-height:30px;margin-top:10px;font-size:11px}.about-copy{padding-top:12px;font-size:11.5px;line-height:1.72}.about-copy p{margin-bottom:18px}.regulation-content{padding-left:16px;padding-right:16px;font-size:11.5px;line-height:1.68}.regulation-banner{min-height:142px;margin-left:-16px;margin-right:-16px;padding:18px 16px}.regulation-banner strong{font-size:25px}.regulation-banner span{font-size:22px}.regulation-banner small{font-size:10px}.regulation-content p{margin:17px 0}.regulation-content ul{margin-top:13px;line-height:1.72}}:where(*){font-family:Open Sans,sans-serif!important}.form-error{color:#c43b3b;text-align:center;margin:0;font-size:11px}.bank-card{color:#283128;background:#fff;border-radius:10px;flex-direction:column;gap:4px;margin-bottom:10px;padding:14px;font-size:11px;display:flex}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background:#000;min-width:320px;min-height:100%}body{min-width:320px;min-height:100svh;overflow-x:hidden}.app-shell{--shell-max:420px;width:min(100%, var(--shell-max));max-width:var(--shell-max);min-width:0;min-height:100svh;overflow:clip visible}.top-bar{grid-template-columns:clamp(34px,10vw,50px) minmax(0,1fr) clamp(34px,10vw,50px);padding-inline:clamp(10px,3vw,24px)}.top-bar h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.bottom-nav{width:min(100%, var(--shell-max));padding-bottom:max(5px, env(safe-area-inset-bottom));height:calc(42px + env(safe-area-inset-bottom))}.toast{bottom:calc(54px + env(safe-area-inset-bottom))}.home-page,.account-page,.products-page,.team-page,.missions-page{padding-bottom:calc(42px + env(safe-area-inset-bottom))}.auth-shell{align-items:flex-start;min-height:100svh;overflow-y:auto}.auth-content{width:min(100%,440px);padding:clamp(44px, 12svh, 88px) clamp(14px, 4vw, 32px) max(28px, env(safe-area-inset-bottom))}.login-card{width:100%}.input-line input{min-width:0}.home-hero{height:clamp(188px,43vw,300px)}.home-content{padding-inline:clamp(10px,3vw,32px)}.dashboard-cards,.quick-actions,.game-strip,.dashboard-card,.quick-action,.game-card{min-width:0}.dashboard-card strong,.quick-action small,.game-card span{overflow-wrap:anywhere;text-align:center;max-width:100%}.balance-footer{gap:14px;min-width:0}.balance-footer>div:first-child,.balance-actions{min-width:0}.balance-actions{flex-wrap:wrap;justify-content:flex-end}.balance-actions button{min-width:40px}.mission-banner>div{min-width:0}.mission-banner h2,.mission-banner p{overflow-wrap:anywhere}.products-stats button,.product-card,.product-summary,.product-details,.product-specs,.product-specs span{min-width:0}.product-details h2,.product-specs b{overflow-wrap:anywhere}.product-specs span{align-items:baseline}.modal-backdrop{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));overflow-y:auto}.purchase-modal{max-height:calc(100svh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow-y:auto}.invite-card,.invite-image,.team-level,.team-level>div{min-width:0}.invite-image b,.invite-image span,.team-note{overflow-wrap:anywhere;max-width:100%}.team-level strong,.team-level small{overflow-wrap:anywhere}.missions-content,.checkin-content,.transaction-content,.withdraw-content,.simple-form,.bank-list-content,.support-content,.about-content,.regulation-content,.gift-content{width:100%;min-width:0}.mission-card>p,.transaction-note,.support-rules p,.about-copy p,.regulation-content p,.gift-content>p{overflow-wrap:anywhere}.gift-telegram,.telegram-list button{min-width:0}.gift-telegram{white-space:normal;text-align:center}.withdraw-meta{flex-wrap:wrap;gap:8px 16px}.withdraw-meta span{overflow-wrap:anywhere;min-width:0}.field-label,.field-wrap,.field-label input,.field-label select{min-width:0}.field-label input,.field-label select{max-width:100%}.history-tabs button{overflow-wrap:anywhere;min-width:0;padding-inline:8px}.history-list article{gap:12px;min-width:0}.history-list article>div{min-width:0}.history-list article strong,.history-list article span,.bank-card span{overflow-wrap:anywhere}@media (width<=599px){input,select,textarea{font-size:16px!important}}@media (width<=359px){.auth-content{padding-inline:10px}.login-card{border-radius:18px;padding-inline:16px}.input-leading.input-icon-only{flex-basis:36px;width:36px}.country-code{margin-right:5px;padding-right:7px;font-size:12px}.dashboard-cards{gap:4px}.dashboard-card{padding-inline:3px}.dashboard-card strong{font-size:12px}.quick-actions{gap:4px}.quick-action small{font-size:9px}.product-summary{grid-template-columns:68px minmax(0,1fr);gap:8px}.product-card>.product-summary>img{width:68px;height:68px}.product-details h2{font-size:10px}.product-specs{font-size:7px}.team-level{gap:4px}.team-level strong{font-size:12px}.team-level small{font-size:7px}.transaction-content,.withdraw-content,.simple-form{padding-inline:14px}}@media (width>=600px){.app-shell{--shell-max:640px}.top-bar{height:54px}.bottom-nav{height:calc(54px + env(safe-area-inset-bottom));padding-inline:20px}.nav-item{font-size:11px}.toast{bottom:calc(68px + env(safe-area-inset-bottom))}.auth-content{padding-top:clamp(54px,10svh,96px)}.home-page,.account-page,.products-page,.team-page,.missions-page{padding-bottom:calc(54px + env(safe-area-inset-bottom))}.home-content{padding-inline:22px}.dashboard-card{min-height:145px}.quick-actions{gap:16px}.game-card{height:130px}.account-content,.team-content,.missions-content{padding-inline:20px}.invite-image{height:120px}.team-level{padding-inline:4px}.product-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;padding-inline:20px;display:grid}.product-card{height:100%}.product-summary{grid-template-columns:clamp(82px,15vw,112px) minmax(0,1fr)}.product-card>.product-summary>img{width:clamp(82px,15vw,112px);height:clamp(82px,15vw,112px)}.transaction-content,.withdraw-content,.simple-form,.bank-list-content,.checkin-content,.support-content,.about-content,.regulation-content,.gift-content{padding-inline:28px}.transaction-hero{height:260px}.deposit-page .transaction-hero{height:300px}.history-content{min-height:calc(100svh - 54px)}.history-list{padding:22px 28px}}@media (width>=900px){.app-shell{--shell-max:880px}.home-hero{height:320px}.home-content{padding:24px 40px 12px}.dashboard-cards{gap:14px}.dashboard-card{min-height:170px}.quick-actions{margin-block:28px}.game-strip{gap:12px}.game-card{height:170px;padding:12px;font-size:13px}.balance-header{padding-inline:40px}.account-content{padding:18px 40px 24px}.product-list{grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:40px}.product-card{padding:14px}.product-summary{display:block}.product-card>.product-summary>img{width:100%;height:150px;margin-bottom:12px}.team-content,.missions-content,.checkin-content{max-width:820px;margin-inline:auto;padding-inline:32px}.invite-image{height:145px}.transaction-content,.withdraw-content,.simple-form,.bank-list-content,.support-content,.about-content,.regulation-content,.gift-content,.history-content{max-width:820px;margin-inline:auto}.transaction-hero{height:320px}.deposit-page .transaction-hero{height:360px}.modal-backdrop{padding:32px}.purchase-modal{width:min(100%,520px)}}@media (width>=1200px){.app-shell{--shell-max:1040px}.home-content{padding-inline:56px}.product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-inline:56px}.team-content,.missions-content,.checkin-content,.transaction-content,.withdraw-content,.simple-form,.bank-list-content,.support-content,.about-content,.regulation-content,.gift-content,.history-content{max-width:900px}}@supports (height:100dvh){body,.app-shell,.auth-shell{min-height:100dvh}.purchase-modal{max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}
