@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--color-bg: #171d20;--color-background: #171d20;--color-surface-dark: #38454c;--color-border-subtle: #23272a;--color-primary: #5dd62c;--color-primary-dark: #337418;--color-accent-pink: #ae43ff;--color-accent-blue: #83ea5a;--color-text: #ffffff;--color-text-muted: #d0d0d0;--app-gradient: linear-gradient( -90deg, rgba(16, 16, 16, 1) 0%, rgba(15, 33, 24, 1) 100% );--font-heading: "Inter", system-ui, -apple-system, sans-serif;--font-subheading: "Inter", system-ui, -apple-system, sans-serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-size-xs: clamp(.75rem, 2vw, .875rem);--font-size-sm: clamp(.875rem, 2.5vw, 1rem);--font-size-base: clamp(1rem, 3vw, 1.125rem);--font-size-lg: clamp(1.125rem, 4vw, 1.5rem);--font-size-xl: clamp(1.5rem, 5vw, 2rem);--font-size-2xl: clamp(2rem, 6vw, 3rem);--font-size-3xl: clamp(2.5rem, 8vw, 4rem);--font-size-display: clamp(3rem, 10vw, 5rem);--spacing-0: 0rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: .75rem;--spacing-lg: 1rem;--spacing-xl: 1.5rem;--spacing-2xl: 2rem;--spacing-3xl: 3rem;--spacing-4xl: 4rem;--spacing-5xl: 6rem;--spacing-fluid-xs: clamp(.25rem, 1vw, .5rem);--spacing-fluid-sm: clamp(.5rem, 2vw, 1rem);--spacing-fluid-md: clamp(.75rem, 3vw, 1.5rem);--spacing-fluid-lg: clamp(1rem, 4vw, 2.5rem);--spacing-fluid-xl: clamp(1.5rem, 5vw, 4rem);--container-padding-mobile: clamp(1rem, 4vw, 1.5rem);--container-padding-tablet: clamp(1.5rem, 5vw, 2rem);--container-padding-desktop: clamp(2rem, 6vw, 3rem);--container-margin: clamp(1rem, 5vw, 2.5rem);--home-padding-block-mobile: clamp(32px, 6vw, 64px);--home-padding-block-desktop: clamp(64px, 8vw, 96px);--transition-fast: all .2s ease-in-out;--transition-slow: all .4s ease;--shadow-soft: 0 2px 6px rgba(0, 0, 0, .1);--shadow-hard: 0 4px 12px rgba(0, 0, 0, .25);--shadow-glow-green: 0 0 12px rgba(93, 214, 44, .6);--shadow-glow-blue: 0 8px 10px 0 #5dd62c;--shadow-glow-white: 0 8px 10px 0 #ffffff;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--breakpoint-xxs: 320px;--breakpoint-xs: 375px;--breakpoint-sm: 480px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--breakpoint-3xl: 1920px;--z-base: 0;--z-above: 10;--z-overlay: 100;--z-modal: 1000}@media(min-width:768px){:root{--container-margin: 2rem}}@media(min-width:1200px){:root{--container-margin: clamp(4rem, 8vw, 10rem);--home-padding-block-mobile: var(--home-padding-block-desktop)}}@media(min-width:1600px){:root{--container-margin: 18rem}}:root{font-family:var(--font-body);line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-accent-blue);text-decoration:inherit}a:hover{color:var(--color-primary)}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);background-image:var(--app-gradient);background-repeat:no-repeat;background-size:cover}h1{font-size:3.2em;line-height:1.1;font-family:var(--font-heading);color:#fff}h2{font-family:var(--font-subheading);color:var(--color-text)}button{border-radius:var(--radius-md);border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-surface-dark);color:var(--color-text);cursor:pointer;transition:var(--transition-fast);box-shadow:var(--shadow-soft)}button:hover{border-color:var(--color-accent-blue);box-shadow:var(--shadow-glow-green)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--color-text);background-color:var(--color-bg)}a:hover{color:var(--color-accent-pink)}button{background-color:var(--color-primary);color:var(--color-surface-dark)}}.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;inset:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media(max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media(max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}.logo-container{align-items:center;display:flex;height:100%}.logo-image{display:block;height:clamp(2.7rem,6vw,3.5rem);max-height:100%;transform:scale(1.2);width:auto}.navbar__search-btn{color:var(--color-primary)}.navbar__search-btn svg{height:28px;stroke:var(--color-primary);width:28px}@media(min-width:768px){.navbar__search-btn svg{height:32px;width:32px}}.connect-wallet-btn{align-items:center;background:var(--color-accent-pink);border:none;border-radius:6px;box-shadow:none;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;height:38px;justify-content:center;min-height:38px;min-width:118px;padding:10px;position:relative;transition:var(--transition-fast);width:118px}.connect-wallet-btn:focus{outline:2px solid var(--color-primary-dark)}.connect-wallet-text{display:inline}.connect-wallet-text-short{display:none}@media(max-width:600px){.connect-wallet-btn{min-width:44px;width:auto;padding:0 10px}.connect-wallet-text{display:none}.connect-wallet-text-short{display:inline}}.menu-toggle{background:transparent;border:none;cursor:pointer;padding:.5rem;z-index:1001;position:relative;border-radius:var(--radius-full);transition:var(--transition-fast)}.menu-toggle.hidden{opacity:0;pointer-events:none}.hamburger{display:flex;flex-direction:column;width:20px;height:16px;position:relative}.hamburger span{background:#eaebed;height:3px;width:100%;margin:2px 0;transition:transform var(--transition-fast),opacity var(--transition-fast),background var(--transition-fast);transform-origin:center;border-radius:2px}.hamburger.open span:nth-child(1){transform:translateY(5px) rotate(45deg);background:var(--color-primary)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-5px) rotate(-45deg);background:var(--color-primary)}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0e0f11b3;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;opacity:0;visibility:hidden;transition:opacity var(--transition-smooth),visibility var(--transition-smooth)}.menu-overlay.open{opacity:1;visibility:visible}.menu-panel{position:absolute;top:0;right:0;height:100vh;width:100%;max-width:393px;background:#121214;border-radius:16px 0 0 16px;box-shadow:3px 4px 4px 2px #00000040;transform:translate(110%);transition:transform var(--transition-smooth);display:flex;flex-direction:column}.menu-overlay.open .menu-panel{transform:translate(0)}.menu-header{display:flex;align-items:center;justify-content:space-between;height:64px;padding:calc(env(safe-area-inset-top) + 12px) 17px 12px 17px;border-bottom:1px solid #2d2d2d}.menu-title{color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;line-height:20px;margin:0}.menu-close{background:transparent;border:none;color:#5dd62c;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:500;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast);line-height:1;outline:none}.menu-close:hover{color:#4bc123;transform:scale(1.05)}.mobile-nav{display:flex;align-items:flex-start;justify-content:flex-start;height:100%;padding:33px 18px calc(env(safe-area-inset-bottom) + 24px) 18px}.menu-items{list-style:none;text-align:left;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:16px}.menu-items li{margin:.3rem 0;width:100%}.menu-items a{color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:var(--transition-fast);display:block;text-align:left;width:100%}.menu-items a:hover{color:var(--color-primary)}.menu-items a.active{color:#5dd62c}.coming-soon-row{display:flex;align-items:center;justify-content:space-between}.coming-soon-label{color:#6b6b6b;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;cursor:not-allowed}.coming-soon-pill{background:#292929;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;height:23px;padding:0 10px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-primary{color:var(--color-primary)}.text-muted{color:var(--color-text-muted)}.grid-responsive{display:grid;gap:var(--spacing-fluid-md);grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));width:100%}.flex{display:flex!important;gap:var(--spacing-fluid-md)}.mx-container{margin-left:var(--container-margin);margin-right:var(--container-margin)}.section{padding-block:var(--home-padding-block-mobile)}@media(min-width:1200px){.section{padding-block:var(--home-padding-block-desktop)}}.btn{align-items:center;background:var(--color-primary);border:none;border-radius:var(--radius-md);box-sizing:border-box;color:var(--color-bg);cursor:pointer;display:inline-flex;font-family:var(--font-body),sans-serif;font-size:var(--font-size-sm);font-weight:600;justify-content:center;max-width:100%;min-height:44px;min-width:44px;overflow:hidden;padding:var(--spacing-fluid-xs) var(--spacing-fluid-sm);text-align:center;text-decoration:none;text-overflow:ellipsis;transition:var(--transition-fast);white-space:nowrap}@media(max-width:600px){.btn{color:#fff!important}}.btn--outline{background:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn--rounded{border-radius:var(--radius-full)}.btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.btn:active{filter:brightness(.95);transform:translateY(0)}.btn:focus{outline:2px solid var(--color-primary);outline-offset:2px}.navbar{background:linear-gradient(180deg,#0e0f11,#0e0f11fa);border-bottom:1px solid rgba(85,85,85,.75);box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;right:0;width:100%;z-index:var(--z-above);transition:all .4s cubic-bezier(.22,.61,.36,1),box-shadow .3s ease,background .4s ease;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transform:translateY(0)}.navbar--scrolled{background:linear-gradient(180deg,#0e0f11fa,#0e0f11eb);-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);box-shadow:0 8px 32px #0006,0 2px 8px #0000004d,inset 0 1px #ffffff0d;border-bottom:1px solid rgba(85,85,85,.4);transform:translateY(0)}.navbar--scrolled .navbar__content{padding-top:12px;padding-bottom:12px;transition:padding .4s cubic-bezier(.22,.61,.36,1)}.navbar--scrolled .navbar__link{transition:all .3s cubic-bezier(.22,.61,.36,1)}.navbar--scrolled .navbar__actions>*{animation:fadeInScale .5s cubic-bezier(.22,.61,.36,1)}@keyframes fadeInScale{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.navbar__content{align-items:center;display:flex;justify-content:space-between;min-height:64px;padding:9px 26px;position:relative}.navbar .mx-container{margin-left:0;margin-right:0}.navbar__actions{align-items:center;display:flex;gap:var(--spacing-lg)}.navbar__links{display:none}.navbar__link{color:#adafae;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,.61,.36,1);position:relative}.navbar__link:after{content:"";position:absolute;bottom:-4px;left:50%;width:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-primary),transparent);transition:all .3s cubic-bezier(.22,.61,.36,1);transform:translate(-50%)}.navbar__link:hover{color:var(--color-text);filter:brightness(1.1);transform:translateY(-1px)}.navbar__link:hover:after{width:100%}.navbar__link.is-active{color:#fff}.navbar__link.is-active:after{width:60%;background:var(--color-primary)}.navbar__link.is-muted{color:#adafae}.navbar__search-btn{align-items:center;background:none;border:none;border-radius:var(--radius-full);cursor:pointer;display:flex;padding:var(--spacing-xs);transition:all .3s cubic-bezier(.22,.61,.36,1)}.navbar__search-btn:hover{transform:scale(1.1) rotate(5deg);background:#ffffff0d}.navbar__search-btn:active{transform:scale(.95)}.navbar__search-btn:focus{outline:2px solid var(--color-primary);transform:scale(1.05)}.navbar:after{content:"";height:0;display:none}@media(min-width:768px){.navbar__content{min-height:64px;padding:9px 26px}.navbar__actions{gap:26px}.navbar__links{align-items:center;display:flex;gap:73px;padding:17px 70px}}@media(max-width:390px){.hero-section__pill-list{font-size:6px}.hero-title{font-size:2.1rem}}.hero-section{background-image:linear-gradient(-90deg,#101010,#0f2118);padding-left:var(--container-margin);padding-right:var(--container-margin)}.hero-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:800;font-size:2.1rem;line-height:1.2;margin-bottom:.1rem;text-align:left;color:#fff}.hero-title__white{color:#fff}.hero-title__green{color:#5dd62c}.hero-section__pill{display:flex;align-items:center;justify-content:center;background:#69696936;border:1px solid #636363;border-radius:24px;padding:6px 12px;width:auto;max-width:100%;margin:8rem 0 0}.hero-section__pill-list{list-style:none;padding:0;margin:0;display:flex;gap:0rem;align-items:center;justify-content:center;color:#fff;font-size:12px}.hero-section__pill-dot{color:#5dd62c;margin-right:.35rem}.hero-section__row{display:none}.hero-section__mobile{align-items:flex-start;display:flex;flex-direction:column;gap:1.2rem}.hero-section__subtitle{font-size:var(--font-size-lg);margin-bottom:var(--spacing-md);margin-top:var(--spacing-xs);text-align:left;color:#a8b2aa}.hero-section__row--cta{align-items:center;display:flex;justify-content:center;margin-bottom:0;margin-top:var(--spacing-sm);width:100%}.hero-section__buttons{display:flex;gap:12px;justify-content:flex-start;align-items:center;margin-top:8px}.hero-section__cta{background:var(--color-primary-dark);border:none;border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);color:var(--color-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;letter-spacing:.01em;margin:0;padding:10px 16px;transition:var(--transition-fast)}.hero-section__cta:hover{background:#1e7c2b}.hero-section__cta--primary{background:#5dd62c;color:#fff}.hero-section__cta--primary:hover{background:#4bc621}.hero-section__cta--outline-purple{background:transparent;border:1px solid #ae43ff;color:#fff}.hero-section__cta--outline-purple:hover{background-color:#ae43ff;color:#fff;filter:brightness(1.1)}.hero-section__stats{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:8px}.hero-stats__item{color:#a8b2aa;font-size:.9rem}.hero-stats__label{color:#a8b2aa}.hero-stats__dot{width:8px;height:8px;border-radius:50%;background-color:#a8b2aa;display:inline-block}.hero-stats__item--strong{color:#fff;font-weight:800}.hero-stats__dot--red{background-color:#d64b4b}.hero-section__grid{display:grid;grid-template-columns:1fr;gap:24px;margin:0 auto}.hero-section__content{display:flex;flex-direction:column;gap:clamp(16px,2.5vw,28px)}.hero-gallery{display:none}.hero-gallery__grid{position:relative}.hero-gallery__item{position:relative;overflow:hidden;border-radius:16px;margin:0}.hero-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.hero-gallery__item figcaption{position:absolute;left:16px;bottom:12px;color:#fff;font-weight:600;font-size:16px}@media(min-width:1200px){.hero-section{min-height:720px;background-image:linear-gradient(-90deg,#101010,#0f2118);padding-left:var(--container-margin);padding-right:var(--container-margin);padding-top:12rem}.hero-section__grid{display:grid;grid-template-columns:minmax(520px,1fr) minmax(420px,.9fr);gap:clamp(24px,3vw,48px);align-items:start;justify-content:center;margin:0 auto;width:100%}.hero-section__content{padding-top:10px;padding-bottom:0;display:flex;flex-direction:column;gap:clamp(24px,3vh,48px);max-width:646px}.hero-section__row{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.5rem,4vh,4rem);min-height:auto}.hero-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:800;font-size:55px;line-height:1.18;margin-bottom:0;margin-top:0;color:#fff}.hero-section__subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;margin-bottom:0;text-align:left;color:#a8b2aa;max-width:622px;line-height:32px}.hero-section__pill{display:flex;align-items:center;justify-content:center;background:#69696936;border:1px solid #636363;border-radius:32px;padding:4px 19px;width:466px;margin:0}.hero-section__pill-list{list-style:none;padding:0;margin:0;display:flex;gap:1rem;align-items:center;justify-content:center;color:#fff;font-size:12px}.hero-section__buttons{display:flex;gap:14px;justify-content:flex-start;margin-top:0;margin-bottom:20px}.hero-section__cta{font-size:14px;padding:10px 16px;border-radius:var(--radius-sm);border:none;cursor:pointer;font-weight:600;letter-spacing:.01em;transition:var(--transition-fast)}.hero-section__cta--primary{background:#5dd62c;color:#fff;min-width:118px;text-align:center}.hero-section__cta--primary:hover{background:#4bc621}.hero-section__cta--outline-purple{background:transparent;border:1px solid #ae43ff;color:#fff;min-width:118px;text-align:center}.hero-section__cta--outline-purple:hover{background-color:#ae43ff;color:#fff;filter:brightness(1.1)}.hero-section__stats{display:flex;align-items:center;justify-content:flex-start;gap:clamp(.8rem,1.8vw,2rem);margin-top:0}.hero-stats__item{color:#a8b2aa;font-size:14px}.hero-stats__item.hero-stats__item--strong{color:#fff;font-weight:800;font-size:18px}.hero-stats__dot{width:8px;height:8px}.hero-gallery{display:block;background:transparent}.hero-gallery__grid{background:#121214;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;padding:0;width:100%;max-width:608px;aspect-ratio:608 / 486;height:auto;position:relative;display:grid;justify-content:center;align-content:center;grid-template-columns:62.3% 29.8%;grid-template-rows:29% 28.8% 29%;gap:16px}.hero-gallery__item--main{grid-column:1;grid-row:1 / span 2}.hero-gallery__item--top-right{grid-column:2;grid-row:1}.hero-gallery__item--mid-right{grid-column:2;grid-row:2}.hero-gallery__item--bottom{grid-column:1 / span 2;grid-row:3}.hero-gallery__item:after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(to bottom,#0000 60%,#000000b3 80%);pointer-events:none;z-index:1}.hero-gallery__item figcaption{z-index:2}}.key-features-section{color:var(--color-text);margin:0 auto;max-width:1400px;padding:0}.key-features-card{padding-left:var(--container-padding-mobile);padding-right:var(--container-padding-mobile);padding-top:clamp(64px,8vw,96px);padding-bottom:clamp(32px,6vw,64px)}.key-features-header{align-items:center;display:flex;margin-bottom:2.2rem}.key-features-bar{background:var(--color-accent-blue);border-radius:var(--radius-sm);height:12px;width:48px}.key-features-label{color:var(--color-text);font-family:var(--font-body);letter-spacing:.01em}.key-features-title{color:#fff;font-family:var(--font-body);font-size:32px;font-weight:700;line-height:normal;margin:0 auto 16px;text-align:center}.key-features-description{color:#959698;font-family:var(--font-body);font-size:16px;line-height:20px;margin:0 auto 24px;text-align:center;max-width:669px}.key-features-cards{display:flex;flex-direction:column;gap:16px;margin-top:16px}.feature-card{background:#121214;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;padding:16px 24px 24px;text-align:left;display:flex;flex-direction:column;gap:12px;min-height:201px}.feature-icon-wrap{position:relative;width:42px;height:42px}.feature-icon-bg{width:42px;height:42px;display:block}.feature-icon-fg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.feature-card-title{color:#f8f8f8;font-family:var(--font-body);font-weight:500;font-size:20px;line-height:normal;margin:0}.feature-card-description{color:#959698;font-family:var(--font-body);font-size:12px;line-height:20px;margin:0}@media(max-width:480px){.key-features-section{margin-top:1.5rem;max-width:100vw;padding:0}.key-features-title{font-size:22px}.key-features-header{margin-bottom:1.2rem;gap:.5rem}.key-features-bar{margin-left:var(--spacing-md)}}@media(min-width:768px){.key-features-section{max-width:1400px}.key-features-card{padding-left:var(--container-padding-desktop);padding-right:var(--container-padding-desktop);padding-top:clamp(64px,6vw,96px);padding-bottom:clamp(32px,5vw,64px)}.key-features-header{justify-content:center;margin-top:3rem;margin-bottom:2rem;gap:1.2rem}.key-features-description{font-size:1.1rem;max-width:800px;margin:0 auto;text-align:center;margin-bottom:1.5rem}.key-features-cards{display:grid;grid-template-columns:repeat(3,418px);justify-content:center;align-items:stretch;gap:29px;max-width:1316px;margin:48px auto}.feature-card{min-height:233px;height:100%;transition:var(--transition-fast)}.feature-card:hover{transform:translateY(-2px)}.feature-icon-wrap,.feature-icon-bg{width:48px;height:48px}.feature-icon-fg{width:28px;height:28px}.feature-card-description{max-width:359px}}@media(min-width:1200px)and (max-width:1400px){.key-features-cards{grid-template-columns:repeat(3,1fr);max-width:1000px}.feature-card{min-width:0;max-width:340px;width:100%}}.rewards-overview__card{background:#121214;border-radius:var(--radius-lg);box-shadow:var(--shadow-hard);width:100%;padding-left:var(--container-padding-mobile);padding-right:var(--container-padding-mobile);padding-top:var(--spacing-fluid-lg);padding-bottom:var(--spacing-fluid-lg)}.rewards-overview__title{color:#fff;text-align:center;margin-top:3rem;margin-bottom:.5rem;font-family:var(--font-body);font-size:22px;font-weight:700}.rewards-overview__title-accent{color:var(--color-primary)}.rewards-overview__desc{color:#959698;text-align:center;max-width:707px;margin:0 auto 2.5rem;line-height:20px;font-size:16px}.rewards-overview__cards{display:flex;flex-direction:column;gap:1.25rem;align-items:center;justify-content:center}.rewards-card{background:#121214;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;padding:8px 35px;text-align:center;color:#fff;width:100%;max-width:272px}.rewards-card__icon{width:52px;height:52px;margin:0 auto 9px}.rewards-card__icon img{width:52px;height:52px;display:block}.rewards-card__value{font-weight:700;font-size:32px}.rewards-card__label{color:#f8f8f8;font-size:14px;margin-top:6px}.rewards-card__sub{color:#959698;font-size:12px;line-height:1.2;margin-top:4px}.rewards-how{background:#161d16;border-radius:16px;padding:30px 45px;margin-top:2.5rem}.rewards-how__title{color:#fff;font-weight:500;font-size:24px;margin:0 0 10px}.rewards-how__list{margin:0;padding-left:1.2rem;list-style:disc}.rewards-how__list li{color:#fff;font-weight:300;font-size:18px;margin-bottom:10px}.rewards-how__list li::marker{color:#39a148}@media(min-width:900px){.rewards-overview__section{padding-top:0}.rewards-overview__card{padding-left:var(--container-padding-desktop);padding-right:var(--container-padding-desktop);padding-top:var(--spacing-fluid-xl);padding-bottom:var(--spacing-fluid-xl)}.rewards-overview__title{font-size:32px}.rewards-overview__cards{flex-direction:row;gap:94px}}.game-card-outer-wrapper{margin-bottom:var(--spacing-sm);position:relative;width:100%}.game-card{align-items:flex-start;background:#121214;border-radius:16px;border:none!important;box-shadow:3px 4px 4px 2px #00000040;display:flex;flex-direction:column;justify-content:flex-start;min-height:362px;overflow:hidden;padding:0!important;position:relative;transition:transform .2s;width:100%}.game-card-image{background-position:center;background-size:cover;background-repeat:no-repeat;height:227px;width:100%;margin:0!important;border-radius:16px 16px 0 0;display:block;position:relative;flex-shrink:0}.game-card-image:after{content:"";position:absolute;inset:0;border-radius:16px 16px 0 0;background:linear-gradient(to bottom,#0000 71.186%,#000000c7 87.571%);pointer-events:none}.game-card-title{color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:normal;padding:0;text-align:left;text-shadow:none;margin:0}.game-card-content{display:flex;flex-direction:column;justify-content:flex-start;padding:18px;width:100%;flex:1;position:relative}.game-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.game-card-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#959698;margin:0 0 12px;text-align:left}.game-card-live-badge{background:#ae43ff29;border:1px solid #ae43ff;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:2px 8px;line-height:normal;height:23px;min-width:51px}.game-card-cta-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto}.game-card-play-button{display:inline-flex;align-items:center;justify-content:center;font-size:14px;padding:10px;margin:0;width:61px;height:auto;box-sizing:border-box;background:#5dd62c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;line-height:normal}.game-card-fee-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:normal;color:#959698;text-align:right}.game-card.neon-blue .game-card-title,.game-card.neon-purple .game-card-title{text-shadow:0 2px 8px #000,0 0 2px #000}.game-card.neon-green,.game-card.neon-blue,.game-card.neon-white,.game-card.neon-smugglers,.game-card.neon-snake{background-image:none!important;box-shadow:3px 4px 4px 2px #00000040!important}.game-card,.game-card:hover,.game-card:focus,.game-card:active,.game-card-outer-wrapper,.game-card-outer-wrapper:hover,.game-card-outer-wrapper:focus,.game-card-outer-wrapper:active{border:none!important;outline:none!important}@media(min-width:600px){.game-card{min-height:380px}}@media(min-width:900px){.game-card-outer-wrapper{width:auto;flex:0 0 auto}.game-card{min-height:414px;max-height:414px;width:clamp(280px,25vw,420px);flex:none;position:relative;overflow:visible;padding:0;box-sizing:border-box;background:#121214;box-shadow:3px 4px 4px 2px #00000040;border-radius:16px}.game-card-image{min-height:227px;max-height:227px;height:227px;width:100%;min-width:0;margin:0;padding:0;border-radius:16px 16px 0 0;background-size:cover;background-position:center top;background-repeat:no-repeat;flex-shrink:0;box-sizing:border-box;overflow:hidden;position:relative}.game-card-image:after{content:"";position:absolute;inset:0;border-radius:16px 16px 0 0;background:linear-gradient(to bottom,#0000 78%,#00000061 92%);pointer-events:none}.game-card-content{padding:18px}.game-card-header{display:flex;align-items:center;justify-content:space-between}.game-card-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#fff;padding:0;margin:0;text-align:left;text-shadow:none}.game-card-live-badge{background:#ae43ff29;border:1px solid #ae43ff;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:2px 8px;line-height:normal}.game-card-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;text-align:left;color:#959698;margin-top:6px;margin-bottom:0}.game-card-play-button{display:inline-flex;align-items:center;justify-content:center;font-size:14px;padding:10px 12px;margin:0;width:auto;max-width:none;min-width:61px;box-sizing:border-box;background:#5dd62c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500}.game-card-cta-row{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.game-card-fee-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#959698}.game-card.neon-green,.game-card.neon-blue,.game-card.neon-white,.game-card.neon-smugglers,.game-card.neon-snake{background-image:none!important;background:#121214!important}.game-card.neon-green{box-shadow:0 10px 10px #5dd62c}.game-card.neon-snake,.game-card.neon-blue{box-shadow:0 10px 10px #2cb1d6}.game-card.neon-white{box-shadow:0 10px 10px #fff}.game-card.neon-smugglers{box-shadow:0 10px 10px #5dd62c}}.game-card-coming-soon-badge{position:absolute;left:12px;bottom:12px;background:#5dd62c;color:#fff;padding:.35rem .6rem;border-radius:.6rem;font-size:.8rem;font-weight:700;text-transform:uppercase;line-height:1;box-shadow:0 6px 12px #5dd62c1f;z-index:30;display:inline-block;pointer-events:none}@media(min-width:900px){.game-card-coming-soon-badge{display:none}}.game-list__title{color:#fff;filter:none;font-family:var(--font-heading);font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:left}.game-list__grid{display:flex;flex-direction:column;gap:2.2rem}.free-games-gallery{background:#121214;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;padding:0;width:100%;aspect-ratio:608 / 486;position:relative;display:grid;justify-content:center;align-content:center;grid-template-columns:62.3% 29.8%;grid-template-rows:29% 28.8% 29%;gap:12px}.free-games-gallery__item{position:relative;overflow:hidden;border-radius:16px;margin:0}.free-games-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.free-games-gallery__item figcaption{position:absolute;left:12px;bottom:10px;color:#fff;font-weight:600;font-size:14px;z-index:2}.free-games-gallery__item:after{content:"";position:absolute;inset:0;border-radius:16px;background:linear-gradient(to bottom,#0000 78%,#00000061 92%);pointer-events:none;z-index:1}.free-games-gallery__item--main{grid-column:1;grid-row:1 / span 2}.free-games-gallery__item--top-right{grid-column:2;grid-row:1 / span 2}.free-games-gallery__item--mid-right{grid-column:2;grid-row:2}.free-games-gallery__item--bottom{grid-column:1 / span 2;grid-row:3}.game-list__grid--free,.game-list__grid--pvp,.game-list__grid--pve,.game-list__description,.game-list__divider,.game-list__button-container{display:none}.game-list__grid .game-card-outer-wrapper,.game-list__grid .game-card{border:none!important;outline:none!important}@media(min-width:600px){.game-list__title{font-size:2.7rem;text-align:left}.game-list__grid{gap:2.7rem}}@media(min-width:900px){.game-list-section{padding-left:0;padding-right:0;padding-top:0;background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh}.game-list__title{font-size:4rem;text-align:center!important;margin-top:5rem;margin-bottom:.5rem}.game-list__description{display:block;font-family:var(--font-body);font-weight:400;color:#fff;font-size:1.8rem;text-align:center;margin-top:0;margin-bottom:1.5rem}.game-list__divider{display:block;width:120px;height:2px;background:linear-gradient(to right,#317017,#5dd62c);margin:2rem auto 4rem}.game-list__grid{flex-direction:row;gap:clamp(16px,2.5vw,32px);justify-content:center;align-items:stretch;flex-wrap:wrap;margin-bottom:10rem}.free-games-gallery{display:none}.game-list__grid--free,.game-list__grid--pvp,.game-list__grid--pve{display:flex}.game-list__grid--pve{margin-bottom:5rem}.game-list__button-container{display:flex;justify-content:center;margin-top:3rem;margin-bottom:2rem}.game-list__view-all-button{background:linear-gradient(to right,#38454c,#171d20);border:1px solid #38454c;border-radius:8px;color:#fff;cursor:pointer;font-family:var(--font-body);font-weight:400;font-size:1rem;padding:.75rem 2rem;text-align:center;transition:all .2s ease;margin-top:1.7rem;margin-bottom:1.7rem}.game-list__view-all-button:hover{background:linear-gradient(to right,#4a585f,#252c30);transform:translateY(-1px)}}.games-section__title{color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:800;font-size:32px;line-height:normal;text-align:left;margin-top:2rem;margin-bottom:2px}.games-section__row{display:flex;align-items:center;justify-content:space-between;padding:0 px;margin-bottom:1.8rem;max-height:1rem}.games-section__subtitle{color:#959698;font-size:14px;line-height:.1}.games-section__viewall{color:#fff;font-size:16px;display:inline-block}.games-section__grid{display:flex;flex-direction:column;gap:26px;margin-top:0}@media(min-width:900px){.games-section__title{text-align:left;font-size:32px;margin-top:3rem;margin-bottom:0}.games-section__subtitle{font-size:14px}.games-section__grid{flex-direction:row;gap:26px;justify-content:center;align-items:center}}.cursor-glow-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.cursor-glow{position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(93,214,44,.25) 0%,rgba(93,214,44,.15) 20%,rgba(93,214,44,.08) 40%,rgba(93,214,44,.03) 60%,transparent 80%);filter:blur(40px);transform:translate(-50%,-50%);transition:opacity .3s cubic-bezier(.22,.61,.36,1);opacity:0;animation:pulse 2s ease-in-out infinite,rotate 20s linear infinite;mix-blend-mode:screen}.cursor-glow.active{opacity:1;animation:pulse 2s ease-in-out infinite,rotate 20s linear infinite,expand .5s ease-out}.cursor-glow:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;background:radial-gradient(circle,rgba(93,214,44,.4) 0%,rgba(93,214,44,.2) 30%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);filter:blur(20px);animation:innerPulse 1.5s ease-in-out infinite,swirl 8s ease-in-out infinite}.cursor-glow:after{content:"";position:absolute;top:50%;left:50%;width:80px;height:80px;background:radial-gradient(circle,rgba(93,214,44,.6) 0%,rgba(93,214,44,.3) 40%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%);filter:blur(10px);animation:coreFlicker .3s ease-in-out infinite alternate}.particle{position:absolute;background:radial-gradient(circle,rgba(93,214,44,1) 0%,rgba(93,214,44,.6) 40%,transparent 80%);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);filter:blur(2px);box-shadow:0 0 10px #5dd62ccc,0 0 20px #5dd62c66;animation:particleFloat 2s ease-out forwards;mix-blend-mode:screen}.trail{position:absolute;width:60px;height:60px;background:radial-gradient(circle,rgba(93,214,44,.3) 0%,rgba(93,214,44,.15) 40%,transparent 70%);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);filter:blur(15px);animation:trailFade .8s ease-out forwards;mix-blend-mode:screen}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}@keyframes rotate{0%{filter:blur(40px) hue-rotate(0deg)}to{filter:blur(40px) hue-rotate(20deg)}}@keyframes expand{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}@keyframes innerPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}}@keyframes swirl{0%,to{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(180deg)}}@keyframes coreFlicker{0%{opacity:.8;transform:translate(-50%,-50%) scale(1)}to{opacity:1;transform:translate(-50%,-50%) scale(1.15)}}@keyframes particleFloat{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.5)}}@keyframes trailFade{0%{opacity:.8;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(.5)}}@media(max-width:768px){.cursor-glow-container{display:none}}.cursor-glow.on-interactive{filter:blur(30px);animation:pulse .8s ease-in-out infinite,rotate 20s linear infinite,interactiveExpand .3s ease-out}.cursor-glow.on-interactive:before{animation:interactivePulse .6s ease-in-out infinite,swirl 4s ease-in-out infinite}.cursor-glow.on-interactive:after{animation:interactiveCore .2s ease-in-out infinite alternate}@keyframes interactivePulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.3);opacity:.6}}@keyframes interactiveCore{0%{transform:translate(-50%,-50%) scale(1);box-shadow:0 0 20px #5dd62ccc}to{transform:translate(-50%,-50%) scale(1.3);box-shadow:0 0 40px #5dd62c}}@keyframes interactiveExpand{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.2)}}.cursor-glow.near-image{opacity:.2!important;filter:blur(40px);transition:opacity .3s ease-out}.cursor-glow.near-image:before{opacity:.2}.cursor-glow.near-image:after{opacity:.2}.cursor-glow.on-video{opacity:0!important;transition:opacity .2s ease-out}.cursor-glow.on-video:before{opacity:0!important}.cursor-glow.on-video:after{opacity:0!important}.rewards-section{align-items:center;background:var(--color-surface-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);box-sizing:border-box;display:flex;gap:var(--spacing-lg);justify-content:flex-start;margin:var(--spacing-lg) auto;max-width:340px;width:100%;margin-left:auto;margin-right:auto;padding:2.2rem 1.5rem 1.7rem}@media(max-width:500px){.rewards-section{max-width:98vw;padding-left:.7rem;padding-right:.7rem}}@media(min-width:1200px){.rewards-section{max-width:80vw;width:100%;padding-left:1rem;padding-right:1rem}}.rewards-section{align-items:center;background:var(--color-surface-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);box-sizing:border-box;display:flex;gap:var(--spacing-lg);justify-content:flex-start;margin:var(--spacing-lg) auto;max-width:600px;min-height:7.5rem;padding:var(--spacing-xl) var(--spacing-lg);width:100%}.rewards-section__icon-wrapper{align-items:center;background:transparent;display:flex;height:100%;justify-content:center;min-height:4.2rem;min-width:4.2rem;padding:0}.rewards-section__icon{background:transparent;border-radius:var(--radius-md);box-shadow:none;display:block;flex-shrink:0;height:5.5rem;width:5.5rem}.rewards-section__content{align-items:flex-start;display:flex;flex-direction:column;gap:.18em;height:100%;justify-content:center;min-width:0}.rewards-section__amount{color:var(--color-text);font-family:var(--font-subheading);font-size:var(--font-size-xl);font-weight:400;letter-spacing:.04em;line-height:1.05;word-break:break-word}.rewards-section__label{color:var(--color-primary);font-family:var(--font-subheading);font-size:1.5rem;font-weight:300;letter-spacing:.03em;line-height:1.05;word-break:break-word}@media(min-width:600px){.rewards-section{gap:var(--spacing-xl);min-height:10rem;padding:var(--spacing-2xl) var(--spacing-xl)}.rewards-section__icon-wrapper{min-height:5.5rem;min-width:5.5rem}.rewards-section__icon{height:7rem;width:7rem}.rewards-section__amount,.rewards-section__label{font-size:1.7rem}}.pool-rewards-section{margin-bottom:2.5rem;margin-top:2.5rem}.pool-rewards-banner{align-items:center;background:linear-gradient(90deg,#38454c,#171d20);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);box-sizing:border-box;display:flex;flex-direction:row-reverse;gap:var(--spacing-lg);justify-content:center;margin:1rem;width:25rem;max-width:none;padding:3rem;margin-left:50%;transform:translate(-50%)}.pool-rewards-icon-wrapper{align-items:center;background:transparent;display:flex;height:100%;justify-content:center;min-height:8.2rem;min-width:8.2rem;padding:0}.pool-rewards-icon{background:transparent;border-radius:var(--radius-md);box-shadow:none;display:block;flex-shrink:0;height:9rem;width:9rem}.pool-rewards-content{align-items:center;display:flex;flex-direction:column;gap:.18em;height:100%;justify-content:center;min-width:0;text-align:center}.pool-rewards-amount{color:var(--color-text);font-family:var(--font-subheading);font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.05;word-break:break-word}.pool-rewards-label{color:var(--color-primary);font-family:var(--font-subheading);font-size:1.2rem;font-weight:300;letter-spacing:.03em;line-height:1.05;word-break:break-word}@media(max-width:600px){.pool-rewards-amount{color:var(--color-text);font-family:var(--font-subheading);font-size:1.7rem;font-weight:400;letter-spacing:.04em;line-height:1.05;word-break:break-word}.pool-rewards-label{color:var(--color-primary);font-family:var(--font-subheading);font-size:1.8rem;font-weight:300;letter-spacing:.03em;line-height:1.05;word-break:break-word}.pool-rewards-banner{align-items:center;background:var(--color-surface-dark);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);box-sizing:border-box;display:flex;gap:var(--spacing-lg);justify-content:flex-start;margin:var(--spacing-lg) auto;max-width:600px;min-height:7.5rem;padding:var(--spacing-xl) 2.5rem;width:100%;flex-direction:row-reverse;margin-left:0;transform:none}.pool-rewards-icon-wrapper{min-height:4.2rem;min-width:4.2rem}.pool-rewards-icon{height:5.5rem;width:5.5rem}.pool-rewards-content{align-items:center;text-align:center}}.terms-modal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:termsModalFadeIn .2s ease-out}@keyframes termsModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes termsModalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.terms-modal-container{background:#121214;border-radius:16px;width:100%;max-width:874px;max-height:90vh;display:flex;flex-direction:column;position:relative;padding:40px;animation:termsModalSlideUp .3s ease-out}.terms-modal-header{padding:0 0 16px}.terms-modal-header h2{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:500;line-height:normal;color:#f8f8f8;margin:0}.terms-last-updated{margin:12px 0 0;font-size:12px;color:#959698}.terms-modal-content{flex:1;overflow-y:auto;padding-right:10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;color:#959698;line-height:20px;font-size:12px}.terms-modal-content::-webkit-scrollbar{width:8px}.terms-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.terms-modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.terms-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.terms-modal-content section{margin-bottom:24px}.terms-modal-content h3{font-size:14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;color:#f8f8f8;margin:0 0 12px}.terms-modal-content h4{font-size:13px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;color:#f8f8f8;margin:16px 0 8px}.terms-modal-content p{margin:0 0 12px;font-size:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;color:#959698;line-height:20px}.terms-modal-content ul{margin:8px 0 12px;padding-left:20px}.terms-modal-content li{margin-bottom:8px;font-size:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;color:#959698;line-height:20px}.terms-modal-content strong{color:#f8f8f8;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500}.terms-modal-footer{padding:24px 0 0;display:flex;justify-content:flex-end}.terms-accept-button{background:#ae43ff;border:none;border-radius:6px;padding:10px;height:41px;width:100%;max-width:286px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.terms-accept-button:hover{opacity:.9}.terms-accept-button:active{transform:scale(.98)}@media(max-width:768px){.terms-modal-container{padding:24px;max-width:100%;max-height:95vh}.terms-modal-content,.terms-modal-content p,.terms-modal-content li{font-size:11px}.terms-accept-button{max-width:100%}}.ef-footer{background:#101012;color:#fff;font-family:var(--font-body);padding-top:28px;padding-bottom:32px;position:relative;z-index:20}.ef-footer-top{display:grid;grid-template-columns:1fr 160px 220px;gap:192px;align-items:flex-start}.ef-col{min-width:0}.ef-brand-row{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 0}.ef-brand-text{font-weight:600;font-size:16px}.ef-brand-primary{color:#fff}.ef-brand-accent{color:var(--color-primary)}.ef-desc{color:#959698;font-size:12px;line-height:20px;margin:0;max-width:480px}.ef-links-title{color:#f8f8f8;font-weight:500;font-size:16px;margin:0 0 8px}.ef-links-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.ef-links-list a{color:#959698;font-size:12px;text-decoration:none}.ef-links-list a:hover{color:#fff}.ef-community-title{color:#f8f8f8;font-weight:500;font-size:14px;margin:0 0 8px}.ef-socials{display:flex;gap:29px}.ef-social-box{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#17181a;border-radius:8px}.ef-social-box img{width:20px;height:20px;display:block}.ef-divider{height:1px;background:#27282a;opacity:.8;margin-top:22px}.ef-divider--thin{margin-top:10px;opacity:.8}.ef-footer-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:24px}.ef-copyright{color:#959698;font-size:12px;line-height:20px}.ef-legal-links{display:flex;gap:24px}.ef-legal-link{color:#959698;font-size:12px;text-decoration:none}.ef-legal-link:hover{color:#fff}@media(max-width:900px){.ef-footer-top{grid-template-columns:1fr;gap:24px}.ef-socials{gap:16px}.ef-footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}.no-hover:hover,.no-hover:focus,.no-hover:active{background:none!important;color:#5dd62c!important;filter:none!important;box-shadow:none!important;outline:none!important;cursor:pointer}.advertise-modal__status{margin-top:12px;font-size:14px;line-height:1.4;padding:10px 12px;border-radius:10px}.advertise-modal__status--success{border:1px solid rgba(93,214,44,.35);background:#5dd62c1f;color:#5dd62c}.advertise-modal__status--error{border:1px solid rgba(255,77,79,.35);background:#ff4d4f1f;color:#ff4d4f}.advertise-modal__overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.advertise-modal{background:#121214;border-radius:16px;width:100%;max-width:874px;padding:40px;position:relative;animation:slideUp .3s ease-out}.advertise-modal__close{position:absolute;top:20px;right:24px;background:none;border:none;color:#39a148;font-size:28px;font-weight:500;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;line-height:1}.advertise-modal__close:hover{opacity:.8}.advertise-modal__icon{width:47px;height:47px;background:#292929;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.advertise-modal__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:20px;font-weight:500;line-height:normal;color:#f8f8f8;margin:0 0 12px}.advertise-modal__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;line-height:20px;color:#959698;margin:0 0 32px;max-width:823px}.advertise-modal__form{display:flex;flex-direction:column;gap:24px}.advertise-modal__input,.advertise-modal__textarea{width:100%;background:transparent;border:1px solid #636363;border-radius:6px;padding:10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#fff;outline:none;transition:border-color .2s ease;box-sizing:border-box}.advertise-modal__input::placeholder,.advertise-modal__textarea::placeholder{color:#4f4f4f}.advertise-modal__input:focus,.advertise-modal__textarea:focus{border-color:#5dd62c}.advertise-modal__input{height:41px}.advertise-modal__textarea{height:140px;resize:vertical;min-height:100px}.advertise-modal__submit{background:#ae43ff;border:none;border-radius:6px;padding:10px;height:41px;width:100%;max-width:286px;align-self:flex-end;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:opacity .2s ease,transform .1s ease}.advertise-modal__submit:hover{opacity:.9}.advertise-modal__submit:active{transform:scale(.98)}.advertise-modal__submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.advertise-modal{padding:24px;max-width:100%}.advertise-modal__description{font-size:11px}.advertise-modal__submit{max-width:100%}}._container_1lwsp_1{width:100vw;height:90vh}.snake2048-page{min-height:100vh;background:linear-gradient(135deg,#2c3e50,#34495e);padding:20px}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:1rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:5px;background:#fff3;transition:all .3s ease;font-weight:500}.back-button:hover{background:#ffffff4d;transform:translate(-2px)}.page-header h1{color:#fff;margin:0;font-size:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.game-container{display:flex;justify-content:center;margin-bottom:2rem;padding:2rem;background:#ffffff0d;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.game-info{max-width:600px;margin:0 auto;padding:2rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.game-info h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.game-info ul{color:#ffffffe6;line-height:1.8;padding-left:1.5rem}.game-info li{margin-bottom:.5rem}@media(max-width:768px){.page-header{flex-direction:column;gap:1rem;text-align:center}.page-header h1{font-size:1.5rem}.game-container{padding:1rem}.game-info{padding:1.5rem}}.sidebar{display:none;width:156px;border-right:1px solid rgba(149,150,152,.49);padding:34px 0;background:transparent;position:fixed;left:0;top:78px;bottom:0}.sidebar__nav{display:flex;flex-direction:column;gap:61px;width:100%}.sidebar__item{display:flex;align-items:center;gap:8px;padding:0 18px;color:#fff;text-decoration:none;transition:opacity .2s ease;cursor:pointer;min-height:40px}.sidebar__item--button{background:none;border:none;font-size:inherit;font-family:inherit;width:100%;text-align:left}.sidebar__item:hover{opacity:.8}.sidebar__item--active{color:#5dd62c}.sidebar__item--disabled{flex-direction:column;align-items:center;gap:4px;cursor:default;padding:0 14px}.sidebar__item--disabled:hover{opacity:1}.sidebar__item svg{width:20px;height:20px;flex-shrink:0;color:inherit}.sidebar__text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:inherit}.sidebar__text--centered{text-align:center;color:#959698;font-size:14px}.sidebar__badge{background:#292929;border-radius:6px;padding:4px 8px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:8px;font-weight:500;line-height:normal;color:#fff;text-transform:uppercase;text-align:center;width:72px}@media(min-width:1024px){.sidebar{display:block}}._wrapper_1yzj9_3{background:#121214;border:none;border-radius:16px;overflow:hidden;padding:0}._title_1yzj9_11{display:none}._list_1yzj9_15{display:flex;flex-direction:column;gap:0;padding:0}._group_1yzj9_22{display:contents}._groupItems_1yzj9_26{display:flex;flex-direction:column;gap:0}._empty_1yzj9_32{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;color:#959698;text-align:center;padding:60px 20px}._error_1yzj9_45{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;color:#ff6b6b;text-align:center;padding:20px}._loading_1yzj9_58{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;color:#959698;text-align:center;padding:40px 20px;opacity:.8}._moreWrapper_1yzj9_72{margin-top:0;padding:20px;text-align:center;background:#171717;border-top:1px solid #2d2d2d}._moreBtn_1yzj9_80{background:#5dd62c;border:none;border-radius:6px;color:#1a1d1f;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;padding:10px 24px;transition:background .2s ease;min-width:140px}._moreBtn_1yzj9_80:hover{background:#4bc123}@media(min-width:1024px){._list_1yzj9_15{padding:0}}._item_nxsi0_4{display:flex;flex-direction:column;width:100%}._headerRow_nxsi0_12{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;border:1px solid #2d2d2d;border-radius:16px 16px 0 0;background:transparent}._matchType_nxsi0_22{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:12px;line-height:20px;color:#959698;text-align:left;flex-shrink:0}._matchDate_nxsi0_36{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:12px;line-height:20px;color:#959698;text-align:center;flex:1}._matchResult_nxsi0_50{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;text-align:right;flex-shrink:0}._resultWin_nxsi0_63,._resultLoss_nxsi0_67{color:#5dd62c}._contentRow_nxsi0_73{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;min-height:79px;background:#171717;border-bottom:1px solid #2d2d2d}._gameName_nxsi0_83{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#959698;text-align:center;width:102px;flex-shrink:0;white-space:pre-wrap}._opponent_nxsi0_99{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#959698;text-align:center;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;padding:0 16px}._amountWrapper_nxsi0_117{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-shrink:0;min-width:70px}._trophyIcon_nxsi0_126{width:20px;height:20px;flex-shrink:0}._amount_nxsi0_117{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#5dd62c;text-align:center}._amountLoss_nxsi0_145{color:#5dd62c}@media(max-width:767px){._headerRow_nxsi0_12{padding:10px 12px}._contentRow_nxsi0_73{padding:10px 12px;min-height:60px;flex-wrap:wrap;gap:8px}._gameName_nxsi0_83{width:auto;min-width:80px}._opponent_nxsi0_99{font-size:12px;padding:0 8px}._matchType_nxsi0_22,._matchDate_nxsi0_36,._matchResult_nxsi0_50{font-size:11px}._amount_nxsi0_117{font-size:12px}}@media(min-width:768px){._gameName_nxsi0_83{width:102px}._opponent_nxsi0_99{max-width:420px}}.history-page{min-height:100vh;background:linear-gradient(to bottom,#101010,#0f2118);color:#fff;overflow-x:hidden;width:100%;position:relative}.history-page:before,.history-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px);opacity:.3}.history-page:before{width:657px;height:657px;background:radial-gradient(ellipse at center,rgba(93,214,44,.15),transparent 70%);left:40%;top:325px;transform:translate(-50%)}.history-page:after{width:525px;height:525px;background:radial-gradient(ellipse at center,rgba(174,67,255,.1),transparent 70%);left:60%;top:-112px}.history-page-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:100%}.history-page-main{flex:1;display:flex;flex-direction:column;gap:1.5rem}.history-main-card{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;overflow:hidden;display:flex;flex-direction:column;padding:43px 28px 32px;min-height:887px;margin-top:4rem}.history-main-card__header{text-align:center;margin-bottom:40px}.history-main-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;font-size:22px;line-height:normal;color:#fff;margin:0 0 20px}.history-main-card__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#959698;margin:0 auto;max-width:778px}.history-main-card__content{background:#121214;border-radius:16px;overflow:hidden;flex:1;min-height:0;max-height:684px;overflow-y:auto}.history-main-card__content::-webkit-scrollbar{width:6px}.history-main-card__content::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.history-main-card__content::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.history-main-card__content::-webkit-scrollbar-thumb:hover{background:#444}.history-not-connected{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:3rem 2rem;gap:1.5rem;text-align:center}.history-not-connected__icon{width:80px;height:80px;border-radius:50%;background:#5dd62c1a;display:flex;align-items:center;justify-content:center;color:#5dd62c;margin-bottom:.5rem}.history-not-connected__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:24px;color:#fff;margin:0}.history-not-connected__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;color:#959698;margin:0;max-width:400px;line-height:1.5}.history-not-connected__button{background:#5dd62c;border:none;border-radius:8px;color:#1a1d1f;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;padding:14px 32px;margin-top:.5rem;transition:background .2s ease,transform .2s ease}.history-not-connected__button:hover{background:#4bc123;transform:translateY(-2px)}.history-not-connected__button:active{transform:translateY(0)}.history-page-related{display:none;margin-top:4rem}@media(min-width:600px){.history-page-layout{padding:1.5rem}.history-main-card__title{font-size:24px}.history-main-card__description{font-size:16px}}@media(min-width:1024px){.history-page-layout{flex-direction:row;padding:2rem;gap:2rem;max-width:1800px;margin:0 auto 0 156px}.history-page-main{margin-top:4rem;flex:1;min-width:0;max-width:1028px;margin:0 auto}.history-main-card{min-height:887px}.history-main-card__content{max-width:784px;margin:0}.history-page-related{display:block;width:290px;flex-shrink:0}.related-games-grid{width:290px;grid-template-columns:86px 86px 86px;grid-auto-rows:91px;gap:8px}.related-game figcaption{font-size:11px;left:6px;bottom:6px}}@media(min-width:1400px){.history-page-main{max-width:1428px}.history-main-card__content{max-width:100%;width:100%;margin:0}}.main-layout{color:#fff}.main-content{padding:var(--spacing-lg) var(--container-padding-mobile);max-width:1200px;margin:0 auto}@media(min-width:768px){.main-content{padding:var(--spacing-xl) var(--container-padding-desktop);margin:0}}@media(min-width:900px){.main-layout{background-size:cover;background-repeat:no-repeat;background-position:center;min-height:100vh}}.games-page-layout{display:flex;min-height:calc(100vh - 64px);width:100%;position:relative}.games-page-layout__content{flex:1;width:100%;padding-top:0}@media(min-width:1024px){.games-page-layout__content{margin-left:156px}}.games-page{width:100%;max-width:1440px;margin:0 auto;margin-top:4rem;padding:2rem 1.5rem}.games-header{margin-bottom:2.5rem;max-width:876px}.games-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:700;line-height:normal;color:#fff;margin:0}.games-subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#959698;margin:0 0 1.5rem}.games-description{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#959698;margin:0}.mode-title{color:#0f0;font-size:18px;font-weight:600;line-height:24px}.games-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1200px}@media(min-width:768px){.games-page{padding:2rem}.games-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1024px){.games-page{padding:3rem 2rem}.games-header{margin-bottom:3rem}.games-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}@media(min-width:1200px){.games-page{padding:3rem 4rem 3rem 2.5rem}}@media(min-width:1440px){.games-page{padding:3rem 4rem 3rem 3rem}}._positionContainer_7d3s5_1{display:flex;align-items:center;gap:8px}._positionNumber_7d3s5_7{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;line-height:20px;text-align:center}._positionTop3_7d3s5_19{color:#5dd62c}._positionDefault_7d3s5_23{color:#fff}._trophyIcon_7d3s5_27{flex-shrink:0}._walletAddress_1atmq_1{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;line-height:20px;color:#fff;text-align:center;word-break:break-all}._mobileAddress_1atmq_16{display:block}._desktopAddress_1atmq_20{display:none}@media(min-width:768px){._desktopAddress_1atmq_20{display:block}._mobileAddress_1atmq_16{display:none}}._row_2ffbr_3{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;height:87px;border-bottom:1px solid #2d2d2d;transition:background-color .2s ease}._row_2ffbr_3:hover{background:#171717cc}._rowEven_2ffbr_18{background:#171717}._rankCell_2ffbr_23{display:flex;align-items:center;gap:8px;min-width:60px}._playerCell_2ffbr_31{flex:1;display:flex;justify-content:center;align-items:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#fff;text-align:center}._scoreCell_2ffbr_49{min-width:60px;text-align:right;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:14px;line-height:20px;color:#959698}@media(max-width:767px){._row_2ffbr_3{padding:10px 12px;height:70px}._rankCell_2ffbr_23{min-width:50px}._playerCell_2ffbr_31{font-size:12px}._scoreCell_2ffbr_49{min-width:50px;font-size:12px}}._leaderboardContainer_19dly_2{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--color-text)}._leaderboardContainer_19dly_2 h1{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#fff;text-align:center;margin-bottom:var(--spacing-2xl)}._leaderboardList_19dly_24{max-width:825px;margin:0 auto}._tableHeader_19dly_30{display:flex;align-items:center;justify-content:space-between;padding:12px 17px;border-bottom:1px solid #2d2d2d;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:12px;line-height:20px;color:#959698;text-align:center}._headerRank_19dly_48{text-align:left;min-width:60px}._headerPlayer_19dly_53{flex:1;text-align:center}._headerScore_19dly_58{text-align:right;min-width:60px}._loadingState_19dly_64,._errorState_19dly_65{text-align:center;padding:var(--spacing-3xl);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:var(--font-size-lg)}._loadingState_19dly_64{color:var(--color-text-muted)}._errorState_19dly_65{color:var(--color-accent-pink);background:#ae43ff1a;border:1px solid var(--color-accent-pink);border-radius:var(--radius-md);margin:var(--spacing-xl) auto;max-width:600px}@media(max-width:767px){._leaderboardContainer_19dly_2 h1{font-size:18px;margin-bottom:var(--spacing-xl)}._leaderboardList_19dly_24{padding:0}._tableHeader_19dly_30{font-size:11px;padding:10px 12px}._headerRank_19dly_48,._headerScore_19dly_58{min-width:50px}}.leaderboard-page{min-height:100vh;background:linear-gradient(to bottom,#101010,#0f2118);color:#fff;overflow-x:hidden;width:100%;position:relative}.leaderboard-page:before,.leaderboard-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px);opacity:.3}.leaderboard-page:before{width:657px;height:657px;background:radial-gradient(ellipse at center,rgba(93,214,44,.15),transparent 70%);left:40%;top:325px;transform:translate(-50%)}.leaderboard-page:after{width:525px;height:525px;background:radial-gradient(ellipse at center,rgba(174,67,255,.1),transparent 70%);left:60%;top:-112px}.leaderboard-page-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:100%}.leaderboard-page-main{flex:1;display:flex;flex-direction:column;gap:1.5rem}.leaderboard-main-card{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;overflow:hidden;display:flex;flex-direction:column;padding:43px 28px 32px;min-height:887px;margin-top:4rem}.leaderboard-main-card__header{text-align:center;margin-bottom:40px}.leaderboard-main-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;font-size:22px;line-height:normal;color:#fff;margin:0 0 20px}.leaderboard-main-card__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#959698;margin:0 auto;max-width:778px}.leaderboard-main-card__content{background:#121214;border-radius:16px;overflow:hidden;flex:1;min-height:0;max-height:651px;overflow-y:auto}.leaderboard-main-card__content::-webkit-scrollbar{width:6px}.leaderboard-main-card__content::-webkit-scrollbar-track{background:#1a1a1a;border-radius:3px}.leaderboard-main-card__content::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.leaderboard-main-card__content::-webkit-scrollbar-thumb:hover{background:#444}.leaderboard-page-related{display:none;margin-top:4rem}@media(min-width:600px){.leaderboard-page-layout{padding:1.5rem}.leaderboard-main-card__title{font-size:24px}.leaderboard-main-card__description{font-size:16px}}@media(min-width:1024px){.leaderboard-page-layout{flex-direction:row;padding:2rem;gap:2rem;max-width:1800px;margin:0 auto 0 156px}.leaderboard-page-main{margin-top:4rem;flex:1;min-width:0;max-width:1028px;margin:0 auto}.leaderboard-main-card{min-height:887px}.leaderboard-main-card__content{max-width:825px;margin:0 auto}.leaderboard-page-related{display:block;width:290px;flex-shrink:0}.related-games-grid{width:290px;grid-template-columns:86px 86px 86px;grid-auto-rows:91px;gap:8px}.related-game figcaption{font-size:11px;left:6px;bottom:6px}}@media(min-width:1400px){.leaderboard-page-main{max-width:1428px}.leaderboard-main-card__content{max-width:100%;width:100%;margin:0}}.page-header{margin-bottom:var(--spacing-xl);text-align:center;background:transparent}@media(min-width:768px){.page-header{text-align:left;margin-bottom:3rem}}.page-title{font-family:var(--font-heading);font-size:2.5rem!important;font-weight:700;color:#fff;margin-bottom:var(--spacing-lg);text-align:center}@media(min-width:768px){.page-title{font-size:2.5rem!important;text-align:left}}.description-text{font-family:var(--font-body);font-weight:300;font-size:1.1rem;line-height:1.6;color:#fff;margin-bottom:var(--spacing-md);opacity:.9}@media(min-width:768px){.description-text{font-size:1.2rem}}.tournaments-page{min-height:100vh;background:linear-gradient(to bottom,#101010,#0f2118);color:#fff;overflow-x:hidden;width:100%;position:relative}.tournaments-page-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:100%}.tournaments-page-main{flex:1;display:flex;flex-direction:column;gap:1.5rem}.tournaments-main-card{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;overflow:hidden;display:flex;flex-direction:column;padding:43px 28px 32px;min-height:887px;margin-top:4rem}.tournaments-main-card__header{text-align:center;margin-bottom:40px}.tournaments-main-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;font-size:22px;line-height:normal;color:#fff;margin:0 0 20px}.tournaments-main-card__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#959698;margin:0 auto 16px;max-width:778px}.tournaments-main-card__list{margin-bottom:16px;padding-left:20px;color:#bdbdbd;text-align:left;list-style-type:disc}.tournaments-main-card__list li{position:relative;margin-left:1em}.tournaments-main-card__list li::marker{color:#4bb022;font-size:1.1em}.tournaments-main-card__note{color:#959698;font-size:1rem;margin-bottom:24px}.tournaments-main-card__content{display:flex;gap:32px;flex-wrap:wrap;justify-content:center}.tournament-card{background:#1e1e1e;border-radius:16px;box-shadow:0 4px 16px #00000026;width:420px;min-height:414px;display:flex;flex-direction:column;overflow:hidden;position:relative}.tournament-card__image-wrapper{position:relative;width:100%;height:227px;overflow:hidden}.tournament-card__image{width:100%;height:100%;object-fit:cover;display:block}.tournament-card__image-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#0000 71%,#000000c7 88%);pointer-events:none}.tournament-card__content{padding:18px;display:flex;flex-direction:column;flex:1 1 0%}.tournament-card__status{font-size:.7rem;font-weight:500;border:1px solid;border-radius:6px;padding:2px 12px;margin-left:0;background:#ae43ff29;color:#fff}.tournaments-page-related{display:none}@media(min-width:600px){.tournaments-page-layout{padding:1.5rem}.tournaments-main-card__title{font-size:24px}.tournaments-main-card__description{font-size:16px}}@media(min-width:1024px){.tournaments-page-layout{flex-direction:row;padding:2rem;gap:2rem;max-width:1800px;margin:0 auto 0 156px}.tournaments-page-main{margin-top:4rem;flex:1;min-width:0;max-width:1028px;margin:0 auto}.tournaments-main-card{min-height:887px}.tournaments-main-card__content{max-width:825px;margin:0 auto}.tournaments-page-related{display:block;width:290px;flex-shrink:0}.related-games-grid{width:290px;grid-template-columns:86px 86px 86px;grid-auto-rows:91px;gap:8px}.related-game figcaption{font-size:11px;left:6px;bottom:6px}}@media(min-width:1400px){.tournaments-page-main{max-width:1428px}.tournaments-main-card__content{max-width:100%;width:100%;margin:0}}.tournament-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.tournament-card__title{font-size:1.15rem;font-weight:600;margin:0}.tournament-card__status{font-size:.75rem;font-weight:500;border:1px solid;border-radius:6px;padding:2px 18px;margin-left:8px;background:#ae43ff29;color:#fff;text-align:center;white-space:nowrap}.tournament-card__description{color:#bdbdbd;font-size:.98rem;margin-bottom:18px}.tournament-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.tournament-card__view-btn{background:#5dd62c;color:#fff;border:none;border-radius:6px;padding:8px 18px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.tournament-card__view-btn:hover{background:#4bb022}.tournament-card__reward{color:#959698;font-size:.95rem;margin-left:16px}.tournaments-page-related{width:320px;padding:48px 0 0;display:flex;flex-direction:column;align-items:flex-start}.related-games-grid{display:flex;flex-wrap:wrap;gap:16px}.related-games-grid>div{background:#232323;border-radius:12px;overflow:hidden;width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .2s}.related-games-grid>div:hover{box-shadow:0 0 0 2px #5dd62c}.related-games-grid img{width:60px;height:60px;object-fit:cover;margin-bottom:4px}.related-games-grid figcaption{color:#bdbdbd;font-size:.85rem;text-align:center}.tournament-modal-overlay{position:fixed;inset:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center}.tournament-modal{background:#181818;border-radius:16px;box-shadow:0 8px 32px #00000059;max-width:420px;width:95vw;padding:32px 24px 24px;position:relative;display:flex;flex-direction:column;align-items:center}.tournament-modal--premium{background:#181c1f;border-radius:24px;box-shadow:0 8px 32px #5dd62c2e,0 1.5px 8px #5dd62c1f;padding:32px 24px 24px;max-width:420px;width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.tournament-modal--large{max-width:900px;min-width:340px;width:96vw;padding:48px 40px 40px;max-height:92vh;overflow-y:auto;box-sizing:border-box}.tournament-modal__info{width:100%;max-width:700px;margin:0 auto}.tournament-modal__description{max-height:none;overflow:visible;padding-right:0}@media(max-width:900px){.tournament-modal--large{max-width:99vw;padding:24px 6vw}.tournament-modal__info{max-width:98vw}}.tournament-modal__meta{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-bottom:18px;font-size:1.08em}.tournament-modal__title{font-size:2.1em;margin-bottom:10px}.tournament-modal__description{font-size:1.12em;margin-top:8px;line-height:1.6}.tournament-modal__close{position:absolute;top:12px;right:18px;background:none;border:none;color:#5dd62c;font-size:2rem;cursor:pointer;z-index:2;transition:color .2s}.tournament-modal__close:hover{color:#4bb022}.tournament-modal__icon{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.tournament-modal__title{font-size:1.35rem;font-weight:700;margin-bottom:10px;color:#5dd62c;text-align:center}.tournament-modal__meta{font-size:1rem;color:#bdbdbd;margin-bottom:12px;text-align:center}.tournament-modal__description{color:#bdbdbd;font-size:1rem;margin-bottom:0;text-align:left}.tournament-modal__image-wrapper{width:100%;height:180px;border-radius:14px;overflow:hidden;margin-bottom:18px;box-shadow:0 2px 12px #5dd62c1f}.tournament-modal__image{width:100%;height:100%;object-fit:cover;display:block}.tournament-modal__info ul{margin-top:8px;margin-bottom:8px;padding-left:1.2em}.tournament-modal__info ul li{color:#5dd62c;font-weight:500;margin-bottom:4px}@media(max-width:600px){.tournament-modal{padding:18px 6px 12px;max-width:98vw}.tournament-modal__image-wrapper{height:120px}.tournament-modal--premium{padding:18px 6px 12px;max-width:99vw}}.pay-entry-spinner{width:32px;height:32px;border:3px solid rgba(93,214,44,.3);border-top:3px solid var(--color-primary, #5DD62C);border-radius:50%;animation:pay-entry-spin 1s linear infinite}.faqs-page{min-height:100vh;background:linear-gradient(to bottom,#101010,#0f2118);color:#fff;overflow-x:hidden;width:100%;position:relative}.faqs-page:before,.faqs-page:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px);opacity:.3}.faqs-page:before{width:657px;height:657px;background:radial-gradient(ellipse at center,rgba(93,214,44,.15),transparent 70%);left:40%;top:325px;transform:translate(-50%)}.faqs-page:after{width:525px;height:525px;background:radial-gradient(ellipse at center,rgba(174,67,255,.1),transparent 70%);left:60%;top:-112px}.faqs-page-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:100%}.faqs-page-main{flex:1;display:flex;flex-direction:column;gap:1.5rem}.faqs-main-card{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;overflow:hidden;display:flex;flex-direction:column;padding:43px 28px 32px;min-height:887px;margin-top:4rem}.faqs-main-card__header{text-align:center;margin-bottom:40px}.faqs-main-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;font-size:22px;line-height:normal;color:#5dd62c;margin:0 0 20px;letter-spacing:.5px}.faqs-main-card__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#bdbdbd;margin:0 auto;max-width:778px}.faqs-main-card__content{background:#121214;border-radius:16px;overflow:hidden;flex:1;min-height:0;max-height:651px;overflow-y:auto;padding:0}.faqs-list{list-style:none;margin:0;padding:0}.faqs-list-item{border-bottom:1px solid #232323;padding:32px 32px 24px;transition:background .2s;background:#18191b}.faqs-list-item:nth-child(odd){background:#18191b}.faqs-list-item:nth-child(2n){background:#15161a}.faqs-list-item:last-child{border-bottom:none}.faqs-question{font-size:18px;font-weight:700;margin:0;color:#5dd62c;letter-spacing:.2px;transition:color .2s}.faqs-answer{font-size:16px;color:#bdbdbd;margin-top:12px;line-height:1.6}@media(min-width:600px){.faqs-page-layout{padding:1.5rem}.faqs-main-card__title{font-size:24px}.faqs-main-card__description{font-size:16px}}@media(min-width:1024px){.faqs-page-layout{flex-direction:row;padding:2rem;gap:2rem;max-width:1800px;margin:0 auto 0 156px}.faqs-page-main{margin-top:4rem;flex:1;min-width:0;max-width:1028px;margin:0 auto}.faqs-main-card{min-height:887px}.faqs-main-card__content{max-width:825px;margin:0 auto}.faqs-page-related{margin-top:4rem;display:block;width:290px;flex-shrink:0}.related-games-grid{width:290px;grid-template-columns:86px 86px 86px;grid-auto-rows:91px;gap:8px}}@media(min-width:1400px){.faqs-page-main{max-width:1428px}.faqs-main-card__content{max-width:100%;width:100%;margin:0}}*{box-sizing:border-box}.game-page{min-height:100vh;background:linear-gradient(to bottom,#101010,#0f2118);color:var(--color-text, #ffffff);overflow-x:hidden;width:100%;position:relative}.game-page-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem;max-width:100%}.game-page-main{margin-top:4rem;flex:1;display:flex;flex-direction:column;gap:1.5rem}.game-main-card{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;overflow:hidden;display:flex;flex-direction:column}.game-main-card__media{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:16px 16px 0 0;overflow:hidden}.game-main-card__background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.game-main-card__gradient{position:absolute;inset:0;background:linear-gradient(to bottom,#0000 71.186%,#000000c7 87.571%);z-index:2;pointer-events:none}.game-main-card__content{position:absolute;inset:0;z-index:3;display:flex;justify-content:center;align-items:center}.game-main-card__info{padding:18px 22px 24px;display:flex;flex-direction:column;gap:12px}.game-main-card__features{display:flex;gap:19px;align-items:center;flex-wrap:wrap}.game-feature{display:flex;align-items:center;gap:6px}.game-feature__icon{width:20px;height:20px;object-fit:contain}.game-feature__label{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698}.game-main-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.game-main-card__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#fff;margin:0}.game-main-card__live-badge{background:#39a14826;border:1px solid rgba(57,161,72,.42);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;padding:4px 12px;min-width:51px;height:23px}.game-main-card__description{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#959698;margin:0}.game-main-card__fee{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698;text-align:right;margin:0}.game-main-card__actions{display:block;justify-content:space-between;padding-top:8px}.game-instructions-box{background:#111;border-radius:16px;padding:24px 28px;box-shadow:3px 4px 4px 2px #00000040}.game-instructions-box__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;font-size:22px;line-height:normal;color:#959698;margin:0 0 16px}.game-instructions-box__content{display:flex;flex-direction:column;gap:4px}.game-instructions-box__item{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#959698;margin:0}.game-page-related{display:none;margin-top:4rem}.related-games-grid{background:#111;border-radius:16px;box-shadow:3px 4px 4px 2px #00000040;padding:8px;display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:91px;gap:8px;width:100%}.related-game{position:relative;overflow:hidden;border-radius:14px;margin:0;cursor:pointer;transition:transform .2s ease}.related-game:hover{transform:scale(1.02)}.related-game img,.related-game video{width:100%;height:100%;object-fit:cover;display:block}.related-game figcaption{position:absolute;left:8px;bottom:8px;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:12px;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.8)}.related-game:after{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(to bottom,#0000 71%,#0000009e 84%);pointer-events:none;z-index:1}.related-game--small{grid-column:span 1;grid-row:span 1}.related-game--tall{grid-column:span 1;grid-row:span 2}.related-game--large{grid-column:span 2;grid-row:span 2}.related-game--wide{grid-column:span 3;grid-row:span 1}@media(min-width:600px){.game-page-layout{padding:1.5rem}.game-main-card__title{font-size:20px}.game-main-card__description,.game-instructions-box__item{font-size:15px}}@media(min-width:1024px){.game-page-layout{flex-direction:row;padding:2rem;gap:2rem;max-width:1800px;margin:0 auto 0 156px}.game-page-main{flex:1;min-width:0}.game-main-card{max-width:100%}.game-main-card__media{height:436px;aspect-ratio:unset}.game-main-card__info{padding:24px 22px 32px;gap:2rem}.game-main-card__title{font-size:18px}.game-main-card__actions{display:flex;gap:92px;justify-content:center}.game-instructions-box{padding:33px 28px;max-width:1429px}.game-instructions-box__item{font-size:16px}.game-page-related{display:block;width:290px;flex-shrink:0}.related-games-grid{grid-template-columns:86px 86px 86px;grid-auto-rows:91px;gap:8px}.related-game--small{grid-column:span 1;grid-row:span 1}.related-game--tall{grid-column:span 1;grid-row:span 2}.related-game--large{grid-column:span 2;grid-row:span 2}.related-game--wide{grid-column:span 3;grid-row:span 1}.related-game figcaption{font-size:11px;left:6px;bottom:6px}}@media(min-width:1340px){.game-main-card__media--playing{height:auto;aspect-ratio:16 / 9}.game-main-card__media--playing .game-main-card__content{position:relative;inset:unset;width:100%;aspect-ratio:16 / 9}}@media(min-width:1400px){.game-page-main{max-width:1428px}.related-games-grid{width:290px;grid-template-columns:86px 86px 86px}}.game-page-content{padding:2rem 1rem;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.game-inner-container{max-width:600px;width:90%;aspect-ratio:16 / 9;margin:0 auto 2rem;position:relative;overflow:hidden;background:#0000001a;border:none;outline:none;border-radius:16px}.game-inner-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:1}.game-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;justify-content:center;align-items:center}.payment-section{max-width:1600px;margin:0 auto 2rem;padding:0 3rem;box-sizing:border-box}@media(max-width:768px){.game-page-content{padding:1rem .5rem}.payment-section{margin:0 auto 1rem;padding:0 .5rem}}.placeholder-game{min-height:200px;display:flex;align-items:center;justify-content:center}.placeholder-content{max-width:300px}@media(max-width:768px){.placeholder-game{min-height:150px;padding:1rem}}.play-free-button{background:linear-gradient(90deg,#00c3ff,#ffff1c);color:#121214;border:none;border-radius:6px;padding:10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:600;font-size:15px;box-shadow:0 2px 8px #00c3ff26;cursor:pointer;transition:background .2s,transform .2s}.play-free-button:hover:not(:disabled){background:linear-gradient(90deg,#00b3e6,#ffe600);transform:translateY(-2px) scale(1.03)}.play-free-button:disabled{opacity:.6;cursor:not-allowed}.pay-entry-modal-backdrop{position:fixed;inset:0;width:100vw;height:100vh;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.pay-entry-modal{background:#121214;border-radius:16px;padding:33px 18px;max-width:520px;width:min(92vw,520px);display:flex;flex-direction:column;align-items:center;gap:30px;overflow:clip;animation:slideUp .3s ease-out}.pay-entry-modal h3{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#fff;margin:0;text-align:center}.pay-entry-modal-content{display:flex;flex-direction:column;gap:30px;align-items:center;width:100%}.pay-entry-transaction-info{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698;margin:0;text-align:center;word-break:break-all}.pay-entry-transaction-info a{color:#5dd62c;text-decoration:none}.pay-entry-transaction-info a:hover{text-decoration:underline}.pay-entry-waiting{display:flex;flex-direction:column;align-items:center;gap:20px}.pay-entry-spinner{width:24px;height:24px;border:3px solid rgba(93,214,44,.3);border-top:3px solid #5dd62c;border-radius:50%;animation:pay-entry-spin 1s linear infinite}.pay-entry-button .pay-entry-spinner.small{width:18px;height:18px;border-width:3px;display:inline-block;vertical-align:middle;margin:0}.pay-entry-amount-display{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;color:#959698;margin-top:8px;text-align:center}.pay-entry-section .button-group{min-width:200px;max-width:400px;margin:0 auto}.pay-entry-waiting-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698;text-align:center;margin:0}.pay-entry-continue-button{background:#5dd62c;color:#121214;border:none;border-radius:6px;padding:10px 24px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.pay-entry-continue-button:hover{background:#4bc123;transform:translateY(-2px)}.pay-entry-section{margin:0;text-align:center;width:100%}.button-group{display:flex;gap:1rem;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}@media(min-width:1024px){.button-group{justify-content:center;gap:92px}}.pay-entry-message{color:var(--color-text, #ffffff);font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.pay-entry-button{border:none;border-radius:6px;padding:10px;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;min-width:86px;text-transform:none;letter-spacing:normal;box-shadow:none!important;outline:none!important;color:#fff;white-space:nowrap;display:flex;align-items:center;justify-content:center}.degen-mode-button{background:transparent;border:1px solid #ae43ff}.degen-mode-button:hover:not(:disabled){background:#ae43ff26;transform:translateY(-2px)}.degen-mode-button:disabled{background:transparent;border:1px solid #ae43ff;opacity:.6;cursor:not-allowed}.casual-play-button{background:#5dd62c;border:none}.casual-play-button:hover:not(:disabled){background:#4bc123;transform:translateY(-2px)}.casual-play-button:disabled{background:#5dd62c;opacity:.6;cursor:not-allowed}.free-play-button{background:transparent;border:1px solid #636363}.free-play-button:hover:not(:disabled){background:#63636326;transform:translateY(-2px)}.free-play-button:disabled{background:transparent;border:1px solid #636363;opacity:.6;cursor:not-allowed}.pay-entry-button:focus{outline:none!important;box-shadow:none!important}.pay-entry-button:active{transform:translateY(0);box-shadow:none!important;outline:none!important}.pay-entry-button:focus-visible{outline:none!important;box-shadow:none!important}.pay-entry-button:disabled{cursor:not-allowed;transform:none;opacity:.7;box-shadow:none!important;outline:none!important}@keyframes pay-entry-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.pay-entry-modal{padding:24px 16px;gap:24px}.pay-entry-section{margin:.5rem 0;padding:1rem}.button-group{gap:.75rem}.pay-entry-button{padding:10px;font-size:14px;min-width:80px}}@media(max-width:480px){.pay-entry-modal{padding:20px 14px;gap:20px}.pay-entry-section{margin:.5rem 0;padding:.75rem}.button-group{gap:.5rem}.pay-entry-button{padding:8px;font-size:13px;min-width:70px}}.match-confirmation-backdrop{position:fixed;inset:0;width:100vw;height:100vh;background-color:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-out}.match-confirmation-modal{background:#121214;border-radius:16px;padding:33px 18px;max-width:520px;width:min(92vw,520px);display:flex;flex-direction:column;align-items:center;gap:30px;overflow:clip;animation:slideUp .3s ease-out}.modal-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:18px;line-height:normal;color:#fff;margin:0;text-align:center}.modal-main-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:normal;color:#959698;margin:0;text-align:center}.sol-amount{color:#5dd62c;font-weight:400}.modal-secondary-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698;margin:0;text-align:center}.modal-tx-info{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;line-height:normal;color:#959698;margin:0;text-align:center;max-width:265px;word-break:break-all}.modal-tx-info a,.modal-tx-link{color:#5dd62c;text-decoration:none}.modal-tx-info a:hover,.modal-tx-link:hover{text-decoration:underline}.modal-disclaimer-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;line-height:normal;color:#959698;margin:0;text-align:center;max-width:369px}.modal-buttons{display:flex;flex-direction:row;gap:103px;justify-content:center;align-items:flex-start;width:100%}.modal-buttons:has(button:only-child){justify-content:center;gap:0}.modal-error-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:16px;text-align:center;color:#959698;margin:0;line-height:normal}.modal-button{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:14px;line-height:normal;padding:10px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;width:138px;color:#fff;text-transform:none;letter-spacing:normal}.return-button{background-color:transparent;border:1px solid #636363}.return-button:hover:not(:disabled){background-color:#63636326;transform:translateY(-2px)}.return-button:active:not(:disabled){transform:translateY(0)}.confirm-button{background-color:#5dd62c;border:none}.confirm-button:hover:not(:disabled){background-color:#4bc123;transform:translateY(-2px)}.confirm-button:active:not(:disabled){transform:translateY(0)}.modal-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-section{display:flex;flex-direction:column;align-items:center;gap:20px}.embedded-logo-container{display:flex;justify-content:center;align-items:center}.embedded-logo{width:87px;height:59px;object-fit:contain}.transaction-section{margin:0;text-align:center;width:100%}.transaction-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;color:#959698;margin:0 0 4px;text-align:center}.transaction-id{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;font-size:12px;color:#5dd62c;text-align:center;margin:0;word-break:break-all;line-height:normal}.loading-text{display:flex;flex-direction:column;align-items:center;gap:8px}.loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #5dd62c;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner-button{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #ffffff;border-radius:50%;animation:spin 1s linear infinite;align-self:center}.loading-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:14px;color:#fff;margin:0;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.match-confirmation-modal{padding:24px 16px;gap:24px}.modal-buttons{gap:20px}.modal-button{width:120px;padding:10px 8px;font-size:13px}}@media(max-width:480px){.match-confirmation-modal{padding:20px 14px;gap:20px}.modal-buttons{gap:16px}.modal-button{width:110px;padding:10px 6px;font-size:12px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.degen-modal-backdrop{position:fixed;inset:0;background:#00000073;z-index:1000;display:flex;align-items:center;justify-content:center}.degen-modal{background:linear-gradient(135deg,#38454c,#171d20);border-radius:14px;box-shadow:0 4px 32px #0000002e;padding:32px 28px 24px;min-width:340px;max-width:95vw;display:flex;flex-direction:column;align-items:center}.degen-modal-title{font-size:2.35rem;font-weight:700;margin-bottom:8px;text-align:left;color:#5dd62c;font-family:Lobster,cursive;width:100%}.degen-modal-subtitle{font-size:1.2rem;color:#ccc;margin-bottom:12px;text-align:left;font-family:Nunito,sans-serif;font-weight:900;align-self:left;display:flex;justify-content:left;width:100%}.degen-modal-description{font-size:1rem;color:#ae43ff;margin-bottom:18px;text-align:center;margin-top:2rem;font-family:Nunito,sans-serif}.degen-options-row{display:flex;gap:14px;margin-bottom:28px;justify-content:center}.degen-option-button{padding:8px 16px;border-radius:6px;border:1px solid rgba(57,161,72,.42);background:#39a14826;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;font-size:12px;cursor:pointer;transition:border .2s,background .2s;color:#fff;display:flex;align-items:center;justify-content:center}.degen-option-button:hover{background:#39a14840;border-color:#39a14899}.degen-option-button.selected{border:1px solid #5dd62c;background:#5dd62c}.degen-modal-actions{margin-top:4rem;margin-bottom:1rem;display:flex;gap:16px;justify-content:flex-end;width:100%;color:#fff}.degen-cancel-button,.degen-continue-button{padding:10px 24px;border-radius:6px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.degen-cancel-button{background:#eee;color:#333}.degen-continue-button{background:#ae43ff;color:#fff}.degen-continue-button:disabled{background:#ccc;color:#fff;cursor:not-allowed}.geoblock-message-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#f1f5f9;padding:1rem}.geoblock-message{display:flex;flex-direction:column;align-items:center;text-align:center}.geoblock-message h1{font-size:2rem;font-weight:600;margin-bottom:.5rem}.geoblock-message p{max-width:28rem;color:#94a3b8;margin-top:0}
