@font-face{font-family:Styrene A Web;src:url(../assets/fonts/StyreneAWeb-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:CeraPro;src:url(../assets/fonts/CeraPro.ttf) format("truetype");font-weight:400;font-style:normal}*{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background-color:#1f1e25;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}span,div{-webkit-user-select:none;user-select:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}button:focus{outline:none}.main-header{height:68px;width:100%;padding:12px 44px;display:flex;align-items:center;position:fixed;background:transparent;z-index:10;top:0;box-shadow:none;transition:background .35s ease,box-shadow .35s ease}.main-header.scrolled{background:#000;box-shadow:0 4px 20px #0000004d}.main-header.main-header--light-bg{background:#150d2b!important;box-shadow:0 2px 16px #0000002e}.main-header.main-header--hero-overlay{background:transparent!important;box-shadow:none!important}.main-header.main-header--hero-overlay.scrolled{background:#150d2b!important;box-shadow:0 4px 20px #0000004d!important}.header-start{display:flex;align-items:center;flex-shrink:0;z-index:2}.header-nav{flex:1;display:flex;align-items:center;justify-content:flex-end;min-width:0}.header-nav-desktop{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:0;width:max-content;z-index:1;pointer-events:none}.header-nav-desktop>*{pointer-events:auto}.header-nav-mobile{display:none;align-items:center;margin-left:auto;z-index:2}.header-end{display:none}.logo-box{display:flex;align-items:center;justify-content:center;gap:21px;flex:0 0 auto;height:54px;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.logo-box:hover{transform:scale(1.05);opacity:.9}.logo-box:active{transform:scale(.98)}.logo-icon{width:auto;height:54px;object-fit:contain}.header-middle{display:flex;align-items:center;justify-content:center;flex:1}.download-button{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 24px;gap:8px;min-width:250px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-family:Styrene A Web;font-weight:600;font-size:20px;letter-spacing:.5px;text-transform:none;cursor:pointer;border:none;box-shadow:0 4px 15px #667eea66;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.download-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.download-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea99;background:linear-gradient(135deg,#764ba2,#667eea)}.download-button:hover:before{left:100%}.login-box{display:flex;align-items:center;justify-content:space-around;gap:5px}.header-button,.chat-button,.profile-button{flex-direction:row;justify-content:center;align-items:center;gap:10px;width:50px;height:47px;background:#2c2c3a;border:1px solid #363646;border-radius:8px;color:#fff;display:flex;padding:0;position:relative}.notification-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;border:2px solid #1F1E25;animation:notificationPulse 2s infinite}@keyframes notificationPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.level-icon{position:absolute;right:0;bottom:0;width:18.7px;height:18.7px;border-radius:50%;background:#1f1e25;display:flex;align-items:center;justify-content:center}.main-content{margin-top:0;width:100%}.navigation-tabs{width:auto;max-width:none}.nav-tabs-container{display:flex;align-items:center;justify-content:center;gap:0;background:transparent;padding:0;border-radius:0;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;width:auto;box-shadow:none}.nav-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 18px;background:transparent;border:none;border-radius:0;color:#ffffffb3;font-family:Styrene A Web,sans-serif;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s ease;position:relative;overflow:visible;text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.3)}.nav-tab:after{display:none}.nav-tab:before{display:none}.nav-tab:hover{color:#fff;background:transparent;border-color:transparent;transform:none;box-shadow:none;text-shadow:0 0 10px rgba(255,255,255,.5)}.nav-tab.active{background:transparent;color:#9acd32;border:none;transform:none;box-shadow:none;font-weight:800;text-shadow:0 0 15px rgba(154,205,50,.6),0 2px 4px rgba(0,0,0,.4)}.nav-tab.active:hover{background:transparent;color:#9acd32;border:none;box-shadow:none;text-shadow:0 0 20px rgba(154,205,50,.8),0 2px 4px rgba(0,0,0,.4)}.nav-tab svg{display:none}@media(max-width:768px){.logo-box{height:58px}.logo-icon{width:auto;height:56px;max-width:min(150px,44vw)}.navigation-tabs{max-width:100%}.nav-tabs-container{gap:0;padding:0}.nav-tab{padding:8px 10px;font-size:11px;letter-spacing:.5px}}.carousel-box{width:100%;padding-right:0;margin-left:0;padding-top:0;padding-bottom:0;overflow-x:hidden}.carousel-box .game-list-hero{width:100%;max-width:100%}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes tickerScrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.web3-unit-desktop{right:2%;left:auto}.web3-unit-mobile{display:none!important}@media(max-width:768px){.web3-unit-desktop{display:none!important}.web3-unit-mobile{display:flex!important;left:50%;right:auto;transform:translate(-50%)}}.banner-text-overlay{top:50%;left:6%;transform:translateY(-50%);width:50%;text-align:left}@media(max-width:768px){.banner-text-overlay{top:52%;left:50%;transform:translate(-50%,-50%);width:92%;max-width:420px;text-align:center;padding:0 4px}}@keyframes fairyFly{0%{left:110%}to{left:-220px}}@keyframes fairyRise{0%{top:105%}to{top:calc(50% + 80px)}}@keyframes fairyCatch{0%{top:110%}to{top:45%}}@keyframes fairyCatchMobile{0%{top:110%}to{top:22%}}@keyframes fairyBob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.banner-sky-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0}.banner-box{background-position:26% 50%;background-size:cover;background-repeat:no-repeat;color:#fff;border-radius:0;height:100vh;min-height:400px;width:100%;margin-top:0;overflow:hidden}.-container{position:absolute;top:0;left:0;width:100%;height:100vh;border-radius:0;overflow:hidden;display:flex;justify-content:center;align-items:center;background:#000}.banner-video-single1{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:0;z-index:1}.banner-image-container{position:absolute;left:20px;bottom:-24px;width:100%;height:500px;border-radius:10px;overflow:hidden}.banner-slider{display:flex;width:400%;height:100%;animation:slideInfiniteOneDirection 60s linear infinite}@keyframes slideInfiniteOneDirection{0%{transform:translate(0)}to{transform:translate(-50%)}}.banner-character{width:25%;height:500px;border-radius:10px;object-fit:cover;object-position:center;flex-shrink:0}.banner-text-box{display:flex;flex-direction:column;width:515px;position:absolute;left:97px;top:130px;z-index:2}.banner-mark-image{position:absolute;top:10px;right:10px;width:260px;height:auto;z-index:1;border-radius:15px;box-shadow:0 8px 25px #0000004d;transition:transform .3s ease;animation:markFloat 3s ease-in-out infinite,markGlow 2s ease-in-out infinite}.banner-mark-image:hover{transform:scale(1.1);animation-play-state:paused}@keyframes markFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(2deg)}50%{transform:translateY(-5px) rotate(-2deg)}75%{transform:translateY(-15px) rotate(1deg)}}@keyframes markGlow{0%,to{box-shadow:0 8px 25px #0000004d,0 0 20px #ffd7004d}50%{box-shadow:0 8px 25px #0000004d,0 0 40px #ffd70099}}.banner-title{font-family:Styrene A Web;font-weight:900;font-size:49.391px;line-height:63px;text-transform:uppercase;color:#fff;text-shadow:-6.73513px 6.73513px 0px rgba(0,0,0,.25)}.banner-title span{color:#fed847}.banner-desc{font-family:Styrene A Web;font-weight:900;font-size:25px;line-height:94px;text-transform:uppercase;color:#fff;text-shadow:-9.99288px 9.99288px 0px rgba(0,0,0,.25)}.banner-text{font-family:Styrene A Web;font-weight:400;font-size:14px;line-height:18px;color:#fff}.game-list-box{width:100%;text-align:center}.game-list-box>span{font-family:Styrene A Web;font-style:normal;font-weight:900;font-size:32px;line-height:41px;text-transform:uppercase;color:#fff;text-shadow:-8.08791px 8.08791px 0px rgba(111,111,111,.25)}.promo-section{margin-top:0;margin-bottom:0;width:100%;padding:0;background:#fff}.promo-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto;padding:80px 60px}.promo-left{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.promo-logo-box{width:500px;height:380px;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:40px}.promo-logo-img{width:100%;height:auto;object-fit:contain;border-radius:10px}.promo-right{flex:1;display:flex;flex-direction:column;gap:25px}.promo-title{font-weight:900;font-size:48px;color:#000;margin:0;text-transform:uppercase;letter-spacing:2px}.promo-description{font-weight:400;font-size:16px;line-height:28px;color:#000000e6;margin:0}.promo-button{align-self:flex-start;padding:14px 32px;background:#fff;border:none;border-radius:8px;color:#1e0f3d;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff3;letter-spacing:1px;display:flex;align-items:center;gap:8px;text-transform:uppercase}.promo-button svg{transition:transform .3s ease}.promo-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff6;background:#f0f0f0}.promo-button:hover svg{transform:translate(5px)}.promo-button:active{transform:translateY(0)}@media(max-width:968px){.promo-container{flex-direction:column;padding:60px 30px;gap:50px}.promo-logo-box{width:380px;height:280px;padding:30px}.promo-title{font-size:36px;text-align:center}.promo-description{font-size:14px;line-height:24px;text-align:center}.promo-button{align-self:center}}.global-section{margin-top:0;margin-bottom:0;width:100%;padding:80px 0;background:#fff}.global-container{display:flex;align-items:center;justify-content:space-between;gap:100px;margin:0 auto;padding:0 60px}.global-left{flex:1;display:flex;flex-direction:column;align-items:center;gap:40px}.global-title{font-weight:900;font-size:56px;color:#fff;margin:0;text-transform:uppercase;letter-spacing:3px;text-align:center}.global-earth-container{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.rotating-earth-globe{width:550px;height:550px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:transparent}.earth-image{width:100%;height:100%;object-fit:cover}.global-earth-img{width:50%;height:auto;object-fit:contain}@keyframes rotateEarth{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.global-right{flex:1;display:flex;flex-direction:column;gap:40px}.global-stats-title{font-weight:900;font-size:48px;color:#9acd32;margin:0;text-transform:uppercase;letter-spacing:2px}.global-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.global-stat-item{display:flex;flex-direction:column;gap:10px}.global-stat-number{font-weight:900;font-size:48px;color:#fff;line-height:1}.global-stat-label{font-weight:400;font-size:18px;color:#fffc;text-transform:uppercase;letter-spacing:1px}.global-map-container{margin-top:40px;width:100%}.global-map-img{margin-top:-150px;width:100%;height:auto;display:block}@media(min-width:769px){.we-make-games-map{margin-top:200px}}@media(max-width:968px){.global-section{padding:60px 0}.global-container{flex-direction:column;padding:0 30px;gap:60px}.global-title{font-size:42px}.global-earth-container{max-width:300px}.rotating-earth-globe{width:280px;height:280px}.global-stats-title{font-size:36px;text-align:center}.global-stats-grid{gap:30px}.global-stat-number{font-size:36px}.global-stat-label{font-size:16px}}@media(max-width:480px){.global-section{padding:40px 0}.rotating-earth-globe{width:220px;height:220px}.global-container{padding:0 20px;gap:40px}.global-title{font-size:32px;letter-spacing:2px}.global-earth-container{max-width:250px}.global-stats-title{font-size:28px}.global-stats-grid{grid-template-columns:1fr;gap:25px}.global-stat-item{text-align:center}.global-stat-number{font-size:32px}.global-stat-label{font-size:14px}}.contact-section{margin-top:0;margin-bottom:0;width:100%;padding:60px 0;background:linear-gradient(135deg,#000 0% 100%)}.contact-container{display:flex;align-items:center;justify-content:space-between;gap:60px;max-width:1400px;margin:0 auto;padding:0 60px}.contact-left{flex:1;display:flex;flex-direction:column;gap:20px}.contact-label{font-weight:600;font-size:14px;color:#ffffffe6;letter-spacing:2px}.contact-title{font-weight:700;font-size:42px;color:#000;margin:0;line-height:1.2}.contact-right{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.contact-button{padding:16px 36px;background:#fff;border:none;border-radius:50px;color:#7b4fd1;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #00000026;letter-spacing:.5px;display:flex;align-items:center;gap:10px;text-transform:none}.contact-button svg{transition:transform .3s ease}.contact-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00000040;background:#f5f5f5}.contact-button:hover svg{transform:translate(5px)}.contact-button:active{transform:translateY(-1px)}@media(max-width:968px){.contact-section{padding:50px 0}.contact-container{flex-direction:column;padding:0 30px;gap:40px;text-align:center}.contact-title{font-size:32px}.contact-button{padding:14px 32px;font-size:15px}}@media(max-width:480px){.contact-section{padding:40px 0}.contact-container{padding:0 20px;gap:30px}.contact-label{font-size:12px}.contact-title{font-size:26px}.contact-button{padding:12px 28px;font-size:14px}}.contact-page{width:100%;margin-top:40px;background:#fff;padding:100px 0 80px;box-sizing:border-box}.contact-page-container{max-width:1280px;margin:0 auto;padding:0 clamp(20px,4vw,48px)}.contact-layout{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.35fr);gap:clamp(32px,4vw,56px);align-items:start}.contact-layout-media{position:sticky;top:100px}.contact-layout-img{width:100%;margin-top:50px;max-height:720px;object-fit:cover;object-position:center;border-radius:16px;display:block;box-shadow:0 12px 40px #0000001f}.contact-form-title{font-size:clamp(32px,4vw,44px);font-weight:700;color:#1e3a8a;margin:0 0 16px;line-height:1.15}.contact-form-intro{font-size:15px;line-height:1.7;color:#6b7280;margin:0 0 28px;max-width:640px}.contact-form-success{padding:12px 16px;margin-bottom:20px;border-radius:8px;background:#ecfdf5;color:#047857;font-size:14px}.contact-form-error{padding:12px 16px;margin-bottom:20px;border-radius:8px;background:#fef2f2;color:#b91c1c;font-size:14px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-field{display:block}.contact-field--full{width:100%}.contact-field input,.contact-field select,.contact-field textarea{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#1f2937;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#9ca3af}.contact-field select{color:#6b7280;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.contact-field textarea{resize:vertical;min-height:140px}.contact-upload-box{border:1px solid #d1d5db;border-radius:8px;padding:20px;background:#fafafa}.contact-upload-label{margin:0 0 14px;font-size:14px;color:#4b5563}.contact-upload-input{display:none}.contact-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:none;border-radius:6px;background:#dbeafe;color:#1d4ed8;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-upload-btn:hover{background:#bfdbfe}.contact-privacy-note{font-size:13px;line-height:1.6;color:#6b7280;margin:8px 0 0}.contact-privacy-note a{color:#2563eb;text-decoration:none}.contact-privacy-note a:hover{text-decoration:underline}.contact-form-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px;flex-wrap:wrap;margin-top:8px}.contact-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.contact-btn--outline{background:#fff;color:#1e3a8a;border:2px solid #1e3a8a}.contact-btn--outline:hover{background:#eff6ff}.contact-btn--primary{background:#1e3a8a;color:#fff;border:2px solid #1e3a8a}.contact-btn--primary:hover:not(:disabled){background:#1e40af;border-color:#1e40af}.contact-btn--primary:disabled{opacity:.65;cursor:not-allowed}@media(max-width:1024px){.contact-layout{grid-template-columns:1fr}.contact-layout-media{position:static;max-width:480px;margin:0 auto}.contact-layout-img{max-height:420px}}@media(max-width:640px){.contact-page{padding:88px 0 56px}.contact-form-row{grid-template-columns:1fr}.contact-form-actions{flex-direction:column-reverse;align-items:stretch}.contact-btn{width:100%}}.about-us-page{width:100%;min-height:60vh;margin-top:-20px;background:#1f1e25;padding:0}.about-us-container{width:100%;margin:0 auto}.about-us-hero{min-height:100vh;height:auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(40px,6vw,120px);padding:clamp(60px,6vw,100px) clamp(20px,5vw,100px);background:transparent;position:relative;overflow:hidden}.about-us-content{flex:0 0 auto;margin-top:50px;width:50%;position:relative;z-index:1}.about-us-main-title{font-weight:900;font-size:clamp(28px,4vw,56px);color:#fff;margin:0 0 30px;line-height:1.1;text-transform:uppercase;letter-spacing:1px}.about-us-description{font-weight:400;font-size:20px;color:#ffffffe6;margin:0 0 40px}.about-us-join-button{padding:16px 40px;background:#9acd32;border:none;border-radius:8px;color:#1f1e25;font-weight:700;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #9acd324d;letter-spacing:.5px;text-transform:none}.about-us-join-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #9acd3280;background:#b5e550}.about-us-join-button:active{transform:translateY(-1px)}.about-us-image{flex:1;display:flex;align-items:center;justify-content:flex-end;width:700px;margin-bottom:-200px;position:relative;z-index:1}.about-us-hero-img{position:relative;z-index:1;right:0;width:50%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 40px rgba(0,0,0,.5));animation:slideInFromRight 1s cubic-bezier(.25,.46,.45,.94) both}@keyframes slideInFromRight{0%{opacity:0;transform:translate(80px)}to{opacity:1;transform:translate(0)}}.about-us-quote-section{background:#fff;padding:80px;position:relative;overflow:hidden}.about-us-quote-container{display:flex;align-items:center;justify-content:space-between;gap:60px;position:relative}.about-us-quote-content{flex:1}.about-us-quote{display:flex;align-items:flex-start;gap:20px}.quote-mark{font-size:120px;font-weight:900;color:#1f1e25;line-height:.8;font-family:Georgia,serif;flex-shrink:0}.quote-mark-end{font-size:120px;font-weight:900;color:#1f1e25;line-height:.8;font-family:Georgia,serif;flex-shrink:0;align-self:flex-end}.quote-text-wrapper{display:flex;flex-direction:column;gap:0}.quote-text{font-weight:900;font-size:48px;color:#1f1e25;margin:20px 0 0;line-height:1.2;text-transform:uppercase;letter-spacing:1px}.quote-text-highlight{font-weight:900;font-size:48px;color:#1f1e25;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:1px;background:#9acd32;padding:5px 15px;display:inline-block;width:fit-content}.about-us-quote-image{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:flex-end;max-width:500px;position:relative}.quote-hero-img{width:100%;max-width:450px;height:auto;margin-top:100px;object-fit:contain;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.careers-page{--careers-accent: #9ACD32;--careers-accent-dark: #6B9E1E;--careers-accent-soft: rgba(154, 205, 50, .14);--careers-accent-line: rgba(154, 205, 50, .5);width:100%;min-height:80vh;margin-top:-20px;background:#fff}.careers-hero{width:100%;height:60vh;background:url(https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=1600&h=400&fit=crop) center/cover;position:relative;display:flex;align-items:center;justify-content:center}.careers-hero-overlay{position:absolute;inset:0;background:#0006}.careers-hero-content{position:relative;z-index:2;text-align:center}.careers-hero-title{font-weight:700;font-size:48px;color:#fff;margin:0;line-height:1.3}.careers-hero-title .highlight{color:#fff;font-weight:900}.careers-book-call-btn{margin-top:32px;padding:16px 40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:transparent;border:2px solid #FFFFFF;border-radius:50px;color:#fff;font-size:16px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.careers-book-call-icon{flex-shrink:0}.careers-book-call-btn:hover{background:#fff;color:#1f1e25;transform:translateY(-3px);box-shadow:0 8px 30px #ffffff4d}.careers-intro{background:#fff;padding:60px 80px;text-align:center}.careers-intro-text{font-size:18px;line-height:1.8;color:#1f1e25;max-width:900px;margin:0 auto}.careers-intro-text strong{font-weight:700}.careers-filters{background:#f5f5f5;padding:40px 80px}.careers-filter-container{display:flex;align-items:center;justify-content:center;gap:20px;max-width:1000px;margin:0 auto}.filter-item{flex:1}.filter-search,.filter-select{width:100%;padding:14px 20px;border:1px solid #DDDDDD;border-radius:8px;font-size:15px;background:#fff;color:#1f1e25}.filter-search::placeholder{color:#999}.filter-select{cursor:pointer}.filter-go-button{padding:14px 40px;background:#1f1e25;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.filter-go-button:hover{background:#333;transform:translateY(-2px)}.job-listings-section{background:#fff;padding:60px 80px}.job-listings-container{max-width:1400px;margin:0 auto;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.job-listings-header{display:grid;grid-template-columns:2fr 1fr 1.5fr 150px;gap:20px;padding:20px 30px;background:#4dd0e1;font-weight:700;font-size:14px;color:#1f1e25;text-transform:uppercase;letter-spacing:.5px}.job-listings-body{background:#fff}.job-listing-row{display:grid;grid-template-columns:2fr 1fr 1.5fr 150px;gap:20px;padding:25px 30px;border-bottom:1px solid #E5E5E5;transition:background .2s ease;align-items:center}.job-listing-row:hover{background:#f9f9f9}.job-listing-row:last-child{border-bottom:none}.job-position{font-size:15px;font-weight:600;color:#1f1e25}.job-division,.job-location{font-size:14px;color:#666}.job-type{font-size:13px;color:#999;margin-top:4px}.job-action{display:flex;justify-content:flex-end}.apply-now-button{padding:10px 24px;background:#1f1e25;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.apply-now-button:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.no-jobs-found{padding:60px 30px;text-align:center}.no-jobs-found p{font-size:16px;color:#999}.careers-categories{background:#fff;padding:80px}.careers-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1100px;margin:0 auto}.career-category-card{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;min-height:360px;overflow:hidden;box-shadow:0 8px 30px #0003}.career-category-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #00000059}.career-category-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000008c,#00000073,#000000a6);z-index:1}.career-category-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;height:100%;width:100%;padding:36px 28px 32px}.career-category-icon{font-size:64px;margin-bottom:20px}.career-category-title{font-weight:800;font-size:22px;color:#fff;margin:0 0 14px;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:.5px}.career-category-description{font-weight:400;font-size:14px;line-height:1.7;color:#ffffffeb;margin:0 0 28px;flex:1;text-shadow:0 1px 4px rgba(0,0,0,.4)}.career-category-button{padding:13px 28px;border:none;border-radius:50px;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s ease;width:100%;letter-spacing:.3px;box-shadow:0 4px 14px #0003}.career-category-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d;filter:brightness(1.08)}.what-we-do-section{background:#e8e8e8;padding:80px}.what-we-do-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto}.what-we-do-image{flex:0 0 auto;max-width:500px}.team-image{width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #00000026}.what-we-do-content{flex:1;display:flex;flex-direction:column;gap:25px}.what-we-do-title{font-weight:900;font-size:36px;color:#1f1e25;margin:0;text-transform:uppercase;letter-spacing:1px}.what-we-do-description{font-size:15px;line-height:1.8;color:#1f1e25;margin:0}.what-we-do-description strong{font-weight:700}.what-we-do-stats{display:flex;gap:30px;margin-top:20px}.stat-box{background:#4dd0e1;padding:20px 30px;border-radius:8px;text-align:center;min-width:150px}.stat-box .stat-number{font-weight:900;font-size:20px;color:#1f1e25!important;margin-bottom:5px}.stat-box .stat-label{font-weight:600;font-size:13px;color:#1f1e25!important}.careers-testimonials{position:relative;background:#fff;padding:72px 40px 88px;overflow:hidden}.careers-testimonials__deco{position:absolute;pointer-events:none}.careers-testimonials__deco--yellow-circle{top:-48px;left:-48px;width:160px;height:160px;border-radius:50%;background:#facc15;opacity:.95}.careers-testimonials__deco--blue-circle{top:72px;left:72px;width:56px;height:56px;border-radius:50%;background:#67e8f9}.careers-testimonials__deco--blue-triangle{top:42%;right:12%;width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:22px solid #67e8f9}.careers-testimonials__deco--yellow-ring{bottom:-72px;right:-72px;width:220px;height:220px;border:28px solid #facc15;border-radius:50%;opacity:.95}.careers-testimonials__inner{position:relative;z-index:1;max-width:920px;margin:0 auto}.careers-testimonials__card{position:relative;background:#fff;border-radius:4px;box-shadow:0 8px 32px #1f1e2514;padding:36px 40px 40px;margin-bottom:36px}.careers-testimonials__quote-mark{display:block;font-size:56px;line-height:1;font-weight:700;color:#facc15;margin-bottom:8px}.careers-testimonials__quote{margin:0;font-size:16px;line-height:1.75;color:#1f2937}.careers-testimonials__quote--placeholder{color:#64748b;font-style:italic}.careers-testimonials__avatar-btn--selected{box-shadow:0 0 0 3px #facc15}.careers-testimonials__profiles{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.careers-testimonials__avatars{display:flex;align-items:center;justify-content:center;gap:18px}.careers-testimonials__avatar-btn{border:none;padding:0;background:transparent;border-radius:50%;cursor:pointer;transition:transform .3s ease,opacity .3s ease,box-shadow .3s ease;overflow:hidden;flex-shrink:0}.careers-testimonials__avatar-btn--prev,.careers-testimonials__avatar-btn--next{width:72px;height:72px;opacity:.55;transform:scale(.92)}.careers-testimonials__avatar-btn--active{width:112px;height:112px;opacity:1;transform:scale(1);box-shadow:0 8px 24px #1f1e252e}.careers-testimonials__avatar-btn:hover{opacity:1}.careers-testimonials__avatar{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}.careers-testimonials__meta{display:flex;flex-direction:column;gap:4px;min-width:220px}.careers-testimonials__name{font-size:28px;font-weight:800;color:#1e3a5f;line-height:1.2}.careers-testimonials__role{font-size:15px;line-height:1.45;color:#334155}.important-section{background:#fff;padding:80px}.important-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto}.important-content{flex:1;display:flex;flex-direction:column;gap:25px}.important-title{font-weight:700;font-size:36px;color:#1f1e25;margin:0}.important-description{font-size:15px;line-height:1.8;color:#1f1e25;margin:0}.important-button{align-self:flex-start;padding:14px 28px;background:#4dd0e1;border:none;border-radius:50px;color:#1f1e25;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.important-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4dd0e166}.important-image{flex:0 0 auto;max-width:500px;position:relative}.important-circle{position:absolute;width:400px;height:400px;border-radius:50%;z-index:1}.blue-circle{background:#4dd0e1;top:-50px;right:-50px}.important-img{position:relative;width:100%;height:auto;border-radius:50%;z-index:2;box-shadow:0 10px 40px #00000026;display:block}.careers-hover-media{position:relative;z-index:2;width:100%;display:block;line-height:0}.careers-hover-media__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:50%;opacity:0;pointer-events:none;transition:opacity .25s ease;background:#000;z-index:3}.careers-hover-media__video--visible{opacity:1}.responsible-section{background:#fff;padding:80px}.responsible-container{display:flex;align-items:center;justify-content:space-between;gap:80px;max-width:1400px;margin:0 auto}.responsible-image{flex:0 0 auto;max-width:500px;position:relative}.responsible-circle{position:absolute;width:400px;height:400px;border-radius:50%;z-index:1}.yellow-circle{background:gold;top:-50px;left:-50px}.responsible-img{position:relative;width:100%;height:auto;border-radius:50%;z-index:2;box-shadow:0 10px 40px #00000026}.responsible-content{flex:1;display:flex;flex-direction:column;gap:20px}.responsible-title{font-weight:700;font-size:36px;color:#1f1e25;margin:0}.responsible-description{font-size:15px;line-height:1.8;color:#1f1e25;margin:0}.responsible-button{align-self:flex-start;padding:14px 28px;background:#4dd0e1;border:none;border-radius:50px;color:#1f1e25;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease}.responsible-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4dd0e166}.open-positions-section{--careers-accent: #9ACD32;--careers-accent-dark: #6B9E1E;--careers-accent-soft: rgba(154, 205, 50, .14);background:#fff;padding:80px}.open-positions-container{max-width:1600px;margin:0 auto}.open-positions-label{font-size:13px;font-weight:700;color:var(--careers-accent-dark, #6B9E1E);text-transform:uppercase;letter-spacing:1.5px;margin:0 0 12px}.open-positions-heading{font-size:28px;font-weight:800;color:#1f1e25;margin:0 0 16px;line-height:1.3}.open-positions-description{font-size:16px;color:#555;line-height:1.7;margin:0 0 40px;max-width:920px}.open-positions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(5,auto);gap:24px;align-items:stretch;width:100%}.open-pos-card{background:#fff;border:1px solid #E8E8E8;border-radius:12px;padding:22px 18px;display:grid;grid-row:span 5;grid-template-rows:subgrid;grid-template-columns:minmax(0,1fr);height:100%;gap:0;box-shadow:0 2px 12px #0000000f;transition:box-shadow .3s ease,transform .3s ease;min-width:0}.open-pos-card-top{display:flex;flex-direction:column;gap:14px;margin-bottom:10px;min-height:0}.open-pos-card-body{display:none}.open-pos-card-lists{display:contents}.open-pos-responsibilities-wrap{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;min-height:0}.open-pos-requirements-wrap,.open-pos-hiring-wrap{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid #ECEEF1;min-height:0}.open-pos-hiring-note{margin:4px 0 0;padding:12px 14px;border-radius:8px;background:#f3f8ff;border:1px solid #D6E4FF;font-size:12px;line-height:1.55;color:#37474f;min-height:72px;box-sizing:border-box}.open-pos-card-footer{margin-top:auto;padding-top:20px;border-top:1px solid #E8E8E8;display:flex;flex-direction:column;gap:10px;flex-shrink:0;width:100%}@supports not (grid-template-rows: subgrid){.open-positions-grid{grid-template-rows:none}.open-pos-card{display:flex;flex-direction:column;grid-row:auto;grid-template-rows:none}.open-pos-card-top{min-height:300px}.open-pos-responsibilities-wrap,.open-pos-requirements-wrap{min-height:252px}.open-pos-hiring-wrap{min-height:210px}}.open-pos-card:hover{box-shadow:0 8px 32px #0000001f;transform:translateY(-3px)}.open-pos-header{display:flex;align-items:flex-start;gap:14px;min-height:76px}.open-pos-header-text{flex:1;min-width:0;min-height:76px}.open-pos-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:10px;padding:6px}.open-pos-title{font-size:16px;font-weight:700;color:#1f1e25;margin:0 0 4px;line-height:1.35;min-height:2.7em}.open-pos-category{font-size:12px;font-weight:600;color:var(--careers-accent-dark, #6B9E1E);line-height:1.45;display:block;min-height:2.9em}.open-pos-desc{font-size:13px;color:#555;line-height:1.55;margin:0;min-height:6.2em}.open-pos-salary{font-size:14px;font-weight:700;color:#2e7d32;background:#f1f8e9;border-radius:8px;padding:10px 14px;display:block;width:100%;box-sizing:border-box}.open-pos-tags{display:flex;gap:8px;flex-wrap:wrap;min-height:64px;align-content:flex-start}.open-pos-tag{font-size:12px;color:#555;background:#f5f5f5;border-radius:4px;padding:4px 10px;border:1px solid #E0E0E0}.open-pos-section-title{font-size:12px;font-weight:700;color:#1f1e25;margin:0;padding-left:15px;letter-spacing:.02em;text-transform:uppercase}.open-pos-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.open-pos-list--responsibilities{margin:0}.open-pos-list li{font-size:12px;color:#444;line-height:1.5;display:flex;align-items:flex-start;gap:6px;min-height:2.25em}.op-arrow{color:var(--careers-accent, #9ACD32);font-weight:700;flex-shrink:0;width:9px;margin-top:2px;text-align:center}.open-pos-bonus-box{background:#fffde7;border-radius:8px;padding:12px 14px;border:1px solid #FFF9C4;margin-top:auto;flex-shrink:0}.open-pos-bonus-title{font-size:13px;font-weight:700;color:#f57f17;margin-bottom:4px}.open-pos-bonus-text{font-size:12px;color:#795548;line-height:1.5;margin:0}.open-pos-assessment-box{background:#f3f8ff;border-radius:8px;padding:12px 14px;border:1px solid #D6E4FF}.open-pos-assessment-title{font-size:13px;font-weight:700;color:#1565c0;margin-bottom:4px}.open-pos-assessment-text{font-size:12px;color:#37474f;line-height:1.5;margin:0}.open-pos-assessment-slot{min-height:74px;flex-shrink:0}.open-pos-work-setup-label{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin:0}.open-pos-work-setup{display:flex;flex-wrap:wrap;gap:6px}.open-pos-work-setup-tag{font-size:12px;color:#555;background:#f5f5f5;border-radius:4px;padding:3px 10px;border:1px solid #E0E0E0}.open-pos-regions-label{font-size:12px;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-top:auto}.open-pos-regions{display:flex;flex-wrap:wrap;gap:6px}.open-pos-region{font-size:12px;color:#555;background:#f5f5f5;border-radius:4px;padding:3px 10px;border:1px solid #E0E0E0}.open-pos-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;align-items:stretch}.open-pos-apply-btn{flex:1 1 0;min-width:0;min-height:44px;padding:10px 12px;background:#2563eb;color:#fff;border:1px solid #2563eb;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,transform .2s ease;text-transform:none;letter-spacing:.3px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;box-shadow:0 2px 8px #2563eb47;text-decoration:none;font-family:inherit}.open-pos-apply-btn--with-icons{gap:8px;flex-wrap:wrap}.open-pos-btn-pdf-tag{font-size:11px;font-weight:800;letter-spacing:.4px;padding:2px 6px;border-radius:4px;background:#f0f9e8;color:var(--careers-accent-dark);line-height:1.2}.open-pos-apply-btn--outline{background:#fff;color:#1f1e25;border:1px solid #cbd5e1;box-shadow:none}.open-pos-apply-btn--outline:hover{background:#9acd321a;color:#1f1e25;border-color:#9acd32;transform:translateY(-2px)}.open-pos-apply-btn:not(.open-pos-apply-btn--outline):hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}@media(max-width:1200px){.open-positions-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;max-width:100%;gap:20px}.open-pos-card{display:flex;flex-direction:column;grid-row:auto;grid-template-rows:none}.open-pos-card-footer{margin-top:0;align-self:stretch}.open-pos-category,.open-pos-desc,.open-pos-list li,.open-pos-hiring-note,.open-pos-header,.open-pos-header-text,.open-pos-tags{min-height:0}.open-pos-card{padding:24px 20px}.open-pos-title{font-size:17px}.open-pos-desc{font-size:14px;min-height:6em}.open-pos-list li{font-size:13px}.open-pos-apply-btn{font-size:14px;min-height:48px;padding:12px 16px}}@media(max-width:768px){.open-positions-section{padding:40px 16px}.open-positions-grid{grid-template-columns:1fr;grid-template-rows:none}.open-pos-card{display:flex;flex-direction:column;grid-row:auto;grid-template-rows:none}.open-positions-heading{font-size:20px}.open-positions-description{font-size:14px;margin-bottom:28px}.open-pos-card{padding:20px 16px}.open-pos-responsibilities-wrap{margin-bottom:8px}.open-pos-requirements-wrap{padding-top:8px}}.how-we-hire-section{--careers-accent: #9ACD32;--careers-accent-dark: #6B9E1E;--careers-accent-soft: rgba(154, 205, 50, .14);background:#fff;padding:80px clamp(20px,5vw,80px)}.how-we-hire-container{max-width:1400px;margin:-5% auto 0;text-align:center}.how-we-hire-kicker{margin:0 0 12px;font-size:13px;font-weight:700;letter-spacing:.04em;color:var(--careers-accent-dark, #6B9E1E);text-transform:none}.how-we-hire-title{font-weight:800;font-size:clamp(28px,4vw,40px);color:#1a1a2e;margin:0 0 16px}.how-we-hire-lead{max-width:720px;margin:0 auto 32px;font-size:15px;line-height:1.7;color:#666}.how-we-hire-security-banner{display:flex;align-items:flex-start;gap:14px;max-width:60%;margin:0 auto 40px;padding:18px 22px;text-align:left;background:#e8f4fc;border:1px solid #b8dff5;border-radius:12px}.how-we-hire-security-banner__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f5;border-radius:10px;color:#1f1e25;margin-top:2px}.how-we-hire-security-banner__text{margin:0;font-size:14px;line-height:1.65;color:#334155}.how-we-hire-security-banner__text strong{color:#1a1a2e;font-weight:700}.how-we-hire-steps-track{display:flex;align-items:stretch;justify-content:center;gap:0;margin-bottom:28px;text-align:left}.how-we-hire-connector{flex:0 0 clamp(28px,3vw,48px);display:flex;align-items:center;justify-content:center;align-self:center;min-height:48px}.how-we-hire-connector__line{flex:1;height:0;border-top:2px dashed var(--careers-accent, #9ACD32);opacity:.55}.how-we-hire-connector__arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--careers-accent, #9ACD32);color:#fff}.hire-step-card{flex:1 1 0;min-width:0;background:#fff;border:1px solid #e8ecf0;border-radius:12px;padding:24px 18px 22px;display:flex;flex-direction:column;box-shadow:0 2px 12px #0000000a;transition:box-shadow .25s ease,transform .25s ease}.hire-step-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000014}.hire-step-icon{width:48px;height:48px;border-radius:50%;background:var(--careers-accent-soft, rgba(154, 205, 50, .14));color:var(--careers-accent-dark, #6B9E1E);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hire-step-num{font-weight:900;font-size:32px;color:var(--careers-accent, #9ACD32);line-height:1;margin-bottom:8px}.hire-step-title{font-weight:700;font-size:16px;color:#1f1e25;margin:0 0 4px}.hire-step-subtitle{font-weight:600;font-size:13px;color:var(--careers-accent-dark, #6B9E1E);margin:0 0 14px}.hire-step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.hire-step-list li{font-size:12px;color:#555;line-height:1.55;display:flex;align-items:flex-start;gap:8px}.hire-arrow{color:var(--careers-accent, #9ACD32);font-weight:700;flex-shrink:0;margin-top:0;line-height:1.55}.how-we-hire-footer-note{display:flex;align-items:flex-start;gap:10px;max-width:900px;margin:0 auto;padding:0;font-size:13px;line-height:1.65;color:#777;text-align:left}.how-we-hire-footer-note__icon{flex-shrink:0;color:#1976d2;margin-top:2px}@media(max-width:1100px){.how-we-hire-steps-track{flex-wrap:wrap;gap:20px;justify-content:center}.how-we-hire-connector{display:none}.hire-step-card{flex:1 1 calc(50% - 12px);max-width:calc(50% - 12px)}}@media(max-width:768px){.how-we-hire-section{padding:40px 16px}.how-we-hire-lead{font-size:14px;margin-bottom:24px}.how-we-hire-security-banner{flex-direction:row;padding:14px 16px;margin-bottom:28px}.how-we-hire-security-banner__text{font-size:13px}.hire-step-card{flex:1 1 100%;max-width:100%}.how-we-hire-title{font-size:24px}}.believe-section{background:#fff;padding:80px}.believe-container{max-width:1400px;margin:0 auto;text-align:center}.believe-title{font-weight:900;font-size:42px;color:#1f1e25;margin:0 0 30px;text-transform:uppercase;letter-spacing:2px}.believe-intro{font-size:16px;line-height:1.8;color:#1f1e25;max-width:900px;margin:0 auto 20px}.believe-intro strong{font-weight:700}.believe-description{font-size:16px;line-height:1.8;color:#1f1e25;max-width:900px;margin:0 auto 50px}.believe-description strong{font-weight:700}.believe-images-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.believe-image-card{overflow:hidden;border-radius:12px;box-shadow:0 8px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.believe-image-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.believe-img{width:100%;height:280px;object-fit:cover;display:block}@media(max-width:1200px){.believe-section{padding:70px 60px}.believe-title{font-size:38px}.believe-images-grid{gap:25px}.believe-img{height:250px}}@media(max-width:968px){.believe-section{padding:60px 40px}.believe-title{font-size:32px}.believe-intro,.believe-description{font-size:15px}.believe-images-grid{grid-template-columns:repeat(2,1fr);gap:20px}.believe-img{height:220px}}@media(max-width:480px){.believe-section{padding:40px 20px}.believe-title{font-size:28px}.believe-intro,.believe-description{font-size:14px}.believe-images-grid{grid-template-columns:1fr;margin-top:40px}.believe-img{height:200px}}@media(max-width:1200px){.important-section,.responsible-section{padding:70px 60px}.important-container,.responsible-container{gap:60px}.important-image,.responsible-image{max-width:400px}.important-circle,.responsible-circle{width:350px;height:350px}}@media(max-width:968px){.important-section,.responsible-section{padding:60px 40px}.important-container{flex-direction:column;gap:50px}.responsible-container{flex-direction:column-reverse;gap:50px}.important-image,.responsible-image{max-width:350px}.important-title,.responsible-title{font-size:32px;text-align:center}.important-description,.responsible-description{font-size:14px;text-align:center}.important-button,.responsible-button{align-self:center}.important-circle,.responsible-circle{width:300px;height:300px}}@media(max-width:480px){.important-section,.responsible-section{padding:40px 20px}.important-container,.responsible-container{gap:40px}.important-image,.responsible-image{max-width:280px}.important-title,.responsible-title{font-size:28px}.important-description,.responsible-description{font-size:13px}.important-circle,.responsible-circle{width:250px;height:250px}.blue-circle{top:-30px;right:-30px}.yellow-circle{top:-30px;left:-30px}}@media(max-width:1200px){.what-we-do-section{padding:70px 60px}.what-we-do-container{gap:60px}.what-we-do-image{max-width:400px}}@media(max-width:968px){.what-we-do-section{padding:60px 40px}.what-we-do-container{flex-direction:column;gap:50px}.what-we-do-image{max-width:100%}.what-we-do-title{font-size:32px;text-align:center}.what-we-do-description{font-size:14px;text-align:center}.what-we-do-stats{justify-content:center;flex-wrap:wrap}}@media(max-width:480px){.what-we-do-section{padding:40px 20px}.what-we-do-container{gap:40px}.what-we-do-title{font-size:28px}.what-we-do-description{font-size:13px}.what-we-do-stats{flex-direction:column;gap:15px}.stat-box{width:100%;min-width:auto}.careers-testimonials{padding:48px 20px 64px}.careers-testimonials__card{padding:28px 24px 32px}.careers-testimonials__quote{font-size:14px}.careers-testimonials__profiles{flex-direction:column;gap:20px}.careers-testimonials__meta{text-align:center;min-width:0}.careers-testimonials__name{font-size:24px}}@media(max-width:1200px){.careers-categories-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media(max-width:968px){.careers-hero{height:300px}.careers-hero-title{font-size:36px;padding:0 20px}.careers-intro{padding:50px 40px}.careers-intro-text{font-size:16px}.careers-filters{padding:30px 40px}.careers-filter-container{flex-wrap:wrap;gap:15px}.job-listings-section{padding:40px}.job-listings-header,.job-listing-row{grid-template-columns:2fr 1fr 1.5fr 120px;gap:15px;padding:20px}.filter-item{flex:1 1 calc(50% - 15px);min-width:200px}.filter-go-button{flex:1 1 100%}.careers-categories{padding:60px 40px}.careers-categories-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:480px){.careers-hero{height:250px}.careers-hero-title{font-size:28px}.careers-intro{padding:40px 20px}.careers-intro-text{font-size:15px}.careers-filters{padding:25px 20px}.filter-item{flex:1 1 100%}.job-listings-section{padding:30px 20px}.job-listings-header{display:none}.job-listing-row{grid-template-columns:1fr;gap:12px;padding:20px;border:1px solid #E5E5E5;border-radius:8px;margin-bottom:15px}.job-position{font-size:16px;font-weight:700}.job-division:before{content:"Division: ";font-weight:600;color:#1f1e25}.job-location:before{content:"Location: ";font-weight:600;color:#1f1e25;display:block}.job-action{justify-content:flex-start}.apply-now-button{width:100%}.careers-categories{padding:40px 20px}.career-category-card{padding:30px 25px}.career-category-icon{font-size:48px}.career-category-title{font-size:18px}}@media(max-width:768px){.careers-hero{height:280px}.careers-hero-title{font-size:28px;padding:0 16px;text-align:center}.careers-book-call-btn{padding:12px 28px;font-size:14px;margin-top:20px}.careers-intro{padding:40px 16px}.what-we-do-section,.important-section,.responsible-section,.believe-section{padding:50px 16px}.what-we-do-container,.important-container,.responsible-container{flex-direction:column;gap:30px}.what-we-do-image,.important-image,.responsible-image{max-width:100%;width:100%}.team-image,.important-img,.responsible-img{width:100%;height:auto}.believe-images-grid{grid-template-columns:repeat(2,1fr);gap:12px}.important-title,.responsible-title,.believe-title,.what-we-do-title{font-size:24px;text-align:center}.important-description,.responsible-description,.believe-intro,.believe-description{font-size:14px;text-align:center}.important-button,.responsible-button{width:100%}.what-we-do-stats{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}}@media(max-width:480px){.careers-hero-title{font-size:22px}.believe-images-grid{grid-template-columns:1fr}.what-we-do-stats{flex-direction:column;align-items:center}}.always-with-us-page{width:100%;min-height:50vh;background:#000;margin-top:-50px}.vision-section{padding:100px 80px 20px}.vision-container{display:flex;align-items:flex-start;justify-content:space-between;gap:100px;max-width:1400px;margin:0 auto}.vision-triangle{position:relative;width:400px;height:auto;display:flex;align-items:flex-start;justify-content:center;padding:0}.vision-image{flex:0 0 auto;display:block;margin-top:50px;width:550px;height:auto}@media(max-width:768px){.vision-image{margin-top:0!important;width:100%!important;max-width:320px!important;display:block!important;margin-left:auto!important;margin-right:auto!important}.vision-triangle{height:auto!important;width:100%!important;padding:0!important}.vision-content{margin-top:-50px!important}}.vision-ceo-img{width:200px;height:380px;object-fit:cover;border-radius:8px;clip-path:polygon(50% 5%,95% 50%,50% 95%,5% 50%)}.vision-content{flex:1;display:flex;flex-direction:column;gap:25px;margin-top:100px}.vision-title{font-weight:700;font-size:32px;color:#fff;margin:0}.vision-description{font-size:15px;line-height:1.8;color:#ffffffe6;margin:0}.vision-priorities-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.vision-priorities-list li{font-size:15px;line-height:1.6;color:#fff;padding-left:25px;position:relative;font-weight:600}.vision-priorities-list li:before{content:"•";position:absolute;left:0;color:#fff;font-weight:700;font-size:20px}.vision-learn-button{align-self:flex-start;padding:14px 32px;background:#fff;border:none;border-radius:50px;color:#000;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;margin-top:10px}.vision-learn-button svg{transition:transform .3s ease}.vision-learn-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffffff4d}.vision-learn-button:hover svg{transform:translate(4px)}@media(max-width:1200px){.vision-section{padding:80px 60px}.vision-container{gap:80px}.vision-triangle{width:350px;height:400px}.vision-ceo-img{width:280px;height:330px}}@media(max-width:968px){.vision-section{padding:60px 40px}.vision-container{flex-direction:column;gap:40px;align-items:center}.vision-triangle{order:1;width:320px;height:370px;margin:0 auto}.vision-content{order:2;width:100%;text-align:center}.vision-image{margin-top:0;width:150%;max-width:340px;display:block;margin-left:auto;margin-right:auto}.vision-ceo-img{width:260px;height:310px}.vision-title{font-size:28px;text-align:center}.vision-description{font-size:14px;text-align:center}.vision-priorities-list{align-items:center}.vision-learn-button{align-self:center}}@media(max-width:480px){.vision-section{padding:40px 20px}.vision-container{gap:50px}.vision-triangle{width:280px;height:330px}.vision-ceo-img{width:230px;height:280px}.vision-title{font-size:24px}.vision-description{font-size:13px}.vision-priorities-list li{font-size:14px}}.history-page{width:100%;min-height:80vh;margin-top:-20px;background:#fff}.history-hero{width:100%;height:400px;background:url(/assets/images/timeline.jpg) center/cover;position:relative;display:flex;align-items:center;justify-content:center}.history-hero-overlay{position:absolute;inset:0}.history-hero-content{position:relative;z-index:2;text-align:center}.history-hero-title{font-weight:900;font-size:56px;color:#fff;margin:0 0 15px}.history-hero-subtitle{font-weight:400;font-size:18px;color:#fff;margin:0;font-style:italic}.history-content{background:#fff;padding:80px 0}.history-container{max-width:1200px;margin:0 auto;padding:0 80px}.history-main-title{font-weight:900;font-size:42px;color:#1f1e25;margin:0 0 60px;text-align:center;text-transform:uppercase;letter-spacing:2px}.history-timeline{display:flex;flex-direction:column;gap:50px}.history-year-section{border-left:3px solid #9ACD32;padding-left:40px;position:relative}.history-year-section:before{content:"";position:absolute;left:-8px;top:0;width:13px;height:13px;background:#9acd32;border-radius:50%}.history-year{font-weight:900;font-size:32px;color:#1f1e25;margin:0 0 25px}.history-events-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.history-event{font-size:15px;line-height:1.8;color:#1f1e25;padding-left:25px;position:relative}.history-event:before{content:"•";position:absolute;left:0;color:#1f1e25;font-weight:700;font-size:18px}.history-company-image{margin-top:80px;width:100%;display:flex;justify-content:center;align-items:center}.company-image{width:100%;max-width:1200px;height:auto;border-radius:15px;box-shadow:0 10px 40px #00000026}@media(max-width:968px){.history-hero{height:300px}.history-hero-title{font-size:42px;padding:0 20px}.history-company-image{margin-top:60px}.history-hero-subtitle{font-size:16px;padding:0 20px}.history-content{padding:60px 0}.history-container{padding:0 40px}.history-main-title{font-size:36px;margin-bottom:50px}.history-timeline{gap:40px}.history-year-section{padding-left:30px}.history-year{font-size:28px}}@media(max-width:480px){.history-hero{height:250px}.history-hero-title{font-size:32px}.history-hero-subtitle{font-size:14px}.history-content{padding:40px 0}.history-container{padding:0 20px}.history-main-title{font-size:28px;margin-bottom:40px}.history-timeline{gap:35px}.history-year-section{padding-left:25px}.history-year{font-size:24px;margin-bottom:20px}.history-event{font-size:14px;padding-left:20px}}.evolution-section{background:#fff;padding:80px}.evolution-container{max-width:1400px;margin:0 auto}.evolution-title{font-weight:900;font-size:42px;color:#1f1e25;margin:0 0 60px;text-align:center;text-transform:uppercase;letter-spacing:2px}.evolution-timeline{display:flex;align-items:flex-start;justify-content:space-between;gap:60px;position:relative}.evolution-timeline:before{content:"";position:absolute;top:50px;left:0;right:0;height:2px;background:#ddd;z-index:1}.timeline-item{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.timeline-item.center{flex:0 0 auto;min-width:250px}.timeline-year{font-weight:700;font-size:24px;color:#1f1e25;margin-bottom:30px;background:#fff;padding:0 15px}.timeline-content{display:flex;flex-direction:column;align-items:center;gap:20px}.timeline-image-wrapper{width:200px;height:200px;border-radius:50%;overflow:hidden;box-shadow:0 8px 30px #0000001a}.timeline-image{width:100%;height:100%;object-fit:cover}.timeline-logo-wrapper{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:3px solid #1F1E25;box-shadow:0 8px 30px #0000001a}.timeline-logo{text-align:center}.logo-text{font-weight:900;font-size:24px;color:#1f1e25}.timeline-list{list-style:none;padding:0;margin:0;text-align:left}.timeline-list li{font-size:14px;line-height:1.8;color:#1f1e25;margin-bottom:15px;padding-left:20px;position:relative}.timeline-list li:before{content:"•";position:absolute;left:0;color:#1f1e25;font-weight:700}.evolution-button-wrapper{display:flex;justify-content:center;margin-top:60px}.evolution-history-button{padding:16px 40px;background:#5a6c7d;border:none;border-radius:8px;color:#fff;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #00000026}.evolution-history-button:hover{background:#4a5c6d;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.evolution-history-button:active{transform:translateY(0)}@media(max-width:1200px){.evolution-section{padding:70px 60px}.evolution-timeline{gap:40px}.timeline-image-wrapper,.timeline-logo-wrapper{width:180px;height:180px}}@media(max-width:968px){.evolution-section{padding:60px 40px}.evolution-title{font-size:36px;margin-bottom:50px}.evolution-timeline{flex-direction:column;gap:50px}.evolution-timeline:before{display:none}.timeline-item{width:100%}.timeline-item.center{min-width:auto}.timeline-year{font-size:22px}.timeline-list{text-align:center}.timeline-list li{padding-left:0;text-align:left}}@media(max-width:480px){.evolution-section{padding:40px 20px}.evolution-title{font-size:32px;margin-bottom:40px}.timeline-image-wrapper,.timeline-logo-wrapper{width:150px;height:150px}.timeline-year{font-size:20px}.timeline-list li{font-size:13px}.logo-text{font-size:20px}}.exec-crew-section{--exec-notch: 14px;--exec-purple: #a855f7;--exec-blue: #6366f1;--exec-orange: #f97316;--exec-yellow: #fed847;background:#000;padding:80px clamp(20px,5vw,80px);overflow:hidden}.exec-crew-title{font-weight:900;font-size:clamp(24px,3vw,40px);color:#fff;margin:0 0 56px;text-transform:uppercase;letter-spacing:2px;text-align:center}.exec-crew-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(14px,1.8vw,24px);align-items:stretch;max-width:1600px;margin:0 auto}.exec-crew-card{min-width:0}.exec-crew-card-frame{position:relative;height:100%;padding:28px 20px 52px;text-align:center;background:#06060c;clip-path:polygon(0 var(--exec-notch),var(--exec-notch) 0,100% 0,100% calc(100% - var(--exec-notch)),calc(100% - var(--exec-notch)) 100%,0 100%);box-shadow:0 0 0 2px #a855f78c,0 0 24px #6366f140,inset 0 0 40px #6366f10a}.exec-crew-card-frame:before{content:"";position:absolute;inset:0;padding:2px;background:linear-gradient(135deg,var(--exec-purple) 0%,var(--exec-blue) 100%);clip-path:polygon(0 var(--exec-notch),var(--exec-notch) 0,100% 0,100% calc(100% - var(--exec-notch)),calc(100% - var(--exec-notch)) 100%,0 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.exec-crew-avatar{position:relative;z-index:1;width:min(100%,200px);aspect-ratio:1 / 1;margin:0 auto 22px;padding:4px;background:linear-gradient(135deg,var(--exec-purple) 0%,#7c3aed 50%,var(--exec-blue) 100%);clip-path:polygon(0 12px,12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%);box-shadow:0 0 20px #a855f773}.exec-crew-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;background:#0d0d14;clip-path:polygon(0 10px,10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%)}.exec-crew-name{position:relative;z-index:1;font-weight:700;font-size:clamp(15px,1.15vw,18px);color:#fff;margin:0 0 8px;line-height:1.3}.exec-crew-role{position:relative;z-index:1;font-weight:700;font-size:clamp(12px,.95vw,14px);color:var(--exec-yellow);margin:0 0 14px;letter-spacing:.02em}.exec-crew-divider{position:relative;z-index:1;width:36%;height:2px;margin:0 auto 16px;background:var(--exec-orange);border-radius:2px}.exec-crew-bio{position:relative;z-index:1;font-size:clamp(11px,.85vw,13px);line-height:1.65;color:#ffffffe0;margin:0;padding-right:8px;text-align:left}.exec-crew-linkedin{position:absolute;right:12px;bottom:12px;z-index:2;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;background:#0a66c2;color:#fff;text-decoration:none;box-shadow:0 4px 14px #0a66c273;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.exec-crew-linkedin:hover{background:#004182;transform:translateY(-2px) scale(1.06);box-shadow:0 6px 20px #0a66c28c}.exec-crew-linkedin:focus-visible{outline:2px solid #f97316;outline-offset:2px}@media(max-width:1400px){.exec-crew-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:968px){.exec-crew-title{margin-bottom:40px}.exec-crew-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.exec-crew-card-frame{padding:24px 18px 28px}.exec-crew-avatar{width:min(100%,180px)}}@media(max-width:600px){.exec-crew-section{padding:56px 16px}.exec-crew-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.exec-crew-bio{text-align:center}}.team-carousel-section{background:#1a1645;padding:80px 0;overflow:hidden}.team-carousel-wrapper{width:100%;margin:0 auto;position:relative;height:600px;display:flex;align-items:center;justify-content:center}.team-carousel-slide{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;animation:teamSlideShow 9s infinite}.team-carousel-slide:nth-child(1){animation-delay:0s}.team-carousel-slide:nth-child(2){animation-delay:3s}.team-carousel-slide:nth-child(3){animation-delay:6s}.team-carousel-image{width:50%;height:700px;object-fit:cover;border-radius:15px;box-shadow:0 8px 30px #0000004d}@keyframes teamSlideShow{0%{opacity:0;transform:scale(.95)}11.11%{opacity:1;transform:scale(1)}33.33%{opacity:1;transform:scale(1)}44.44%{opacity:0;transform:scale(.95)}to{opacity:0;transform:scale(.95)}}@media(max-width:968px){.team-carousel-section{padding:60px 0}.team-carousel-wrapper{max-width:600px;height:300px}.team-carousel-image{width:550px;height:300px}}@media(max-width:480px){.team-carousel-section{padding:40px 0}.team-carousel-wrapper{max-width:100%;height:250px;padding:0 20px}.team-carousel-image{width:100%;height:250px}}@media(max-width:1200px){.about-us-hero{padding:80px 60px;gap:60px}.about-us-main-title{font-size:48px}.quote-text{font-size:40px}}@media(max-width:968px){.about-us-hero{flex-direction:column;padding:60px 40px;gap:50px;text-align:center}.about-us-content{max-width:100%}.about-us-main-title{font-size:40px}.about-us-description{font-size:15px}.about-us-join-button{padding:14px 36px;font-size:15px}.about-us-image{max-width:500px}.about-us-quote-section{padding:60px 40px}.about-us-quote-container{flex-direction:column;gap:40px}.about-us-quote-content{max-width:100%}.quote-mark,.quote-mark-end{font-size:80px}.quote-text,.quote-text-highlight{font-size:32px}.about-us-quote-image{max-width:400px}.quote-hero-img{max-width:350px}}@media(max-width:480px){.about-us-hero{padding:40px 20px;gap:40px}.about-us-main-title{font-size:32px}.about-us-description{font-size:14px;line-height:1.6}.about-us-join-button{padding:12px 32px;font-size:14px}.about-us-image{max-width:100%}.about-us-quote-section{padding:40px 20px}.about-us-quote{flex-direction:column;gap:10px}.quote-mark{font-size:60px}.quote-mark-end{font-size:60px;align-self:flex-start}.quote-text{font-size:24px;margin-top:0}.quote-text-highlight{font-size:24px;padding:3px 10px}.about-us-quote-image{max-width:100%}.quote-hero-img{max-width:280px}}.learn-page{width:100%;min-height:80vh;margin-top:-20px;background:#fff}.learn-logo-section{width:100%;margin-top:-90px;display:flex;justify-content:center;align-items:center}.learn-header-logo{width:100%;height:auto;object-fit:contain}.learn-container{width:80%;margin:200px auto 0;display:flex;align-items:center;gap:80px;background:#fff;padding:40px 20px 80px}.learn-container-alt{background:#fff;margin-top:0!important;padding-top:20px}.learn-left{flex:-3 0 45%;display:flex;align-items:center;justify-content:center}.learn-image{width:100%;max-width:500px;height:auto;object-fit:contain}.learn-right{flex:1;display:flex;flex-direction:column;gap:20px}.learn-title{font-family:Styrene A Web;font-weight:900;font-size:48px;color:#1f1e25;margin:0;text-transform:uppercase;letter-spacing:2px}.learn-subtitle{font-family:Styrene A Web;font-weight:700;font-size:24px;color:#1f1e25;margin:20px 0 10px}.learn-description{font-family:Styrene A Web;font-weight:400;font-size:16px;line-height:28px;color:#666;margin:0}@media(max-width:968px){.learn-logo-section{margin-bottom:40px;padding:20px 0}.learn-header-logo{max-width:250px}.learn-container{flex-direction:column;gap:40px}.learn-container-alt{flex-direction:column}.learn-left{flex:0 0 auto}.learn-image{max-width:350px}.learn-title{font-size:36px;text-align:center}.learn-subtitle{font-size:20px;text-align:center}.learn-description{font-size:14px;line-height:24px;text-align:center}}.game-list{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:30px;margin-left:0;margin-right:0;margin-top:22px;width:100%;overflow:auto;flex-wrap:wrap}.game-button{width:241px;height:280px;padding:0;border-radius:20px;flex:none;background:none;border:none;cursor:pointer;transition:transform .3s ease;display:flex;flex-direction:column;position:relative;overflow:hidden}.game-button:hover{transform:scale(1.05)}.game-button:hover img{opacity:.7}.game-button:hover .game-hover-overlay{opacity:1;visibility:visible}.game-button img{width:100%;height:242px;border-radius:20px;object-fit:cover;transition:opacity .3s ease}.game-hover-overlay{position:absolute;inset:0 0 38px;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease;border-radius:20px 20px 0 0}.game-download-btn{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#00d4ff;border:2px solid transparent;background-clip:padding-box;padding:12px 24px;border-radius:50px;font-family:Styrene A Web;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;position:relative;overflow:hidden;text-shadow:0 0 10px rgba(0,212,255,.5);box-shadow:0 0 20px #00d4ff4d,inset 0 1px #ffffff1a}.game-download-btn:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#ff006e,#8338ec,#3a86ff,#06ffa5,#ffbe0b,#fb5607);border-radius:50px;opacity:.3;z-index:-1;animation:borderGlow 3s linear infinite}@keyframes borderGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.game-download-btn:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 0 30px #00d4ff99,0 8px 25px #0000004d,inset 0 1px #fff3;text-shadow:0 0 15px rgba(0,212,255,.8)}.sparkle-icon{font-size:16px;animation:sparkle 2s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}.game-info{padding:8px 12px;background:#000c;border-radius:0 0 20px 20px;display:flex;flex-direction:column;gap:4px;position:absolute;bottom:0;left:0;right:0}.game-rating{display:flex;align-items:center;gap:6px;font-size:12px}.stars{color:#fed847;font-size:14px;letter-spacing:1px}.rating-number{color:#fff;font-weight:600}.game-players{display:flex;align-items:center;gap:4px;font-size:11px;color:#ccc}.game-players svg{width:12px;height:12px;color:#fed847}.bonus-list{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:25px;margin-top:55px;flex-wrap:wrap;padding:0 20px}.bonus-card{background:#2c2c3a;border:1px solid #363646;border-radius:20px;padding:30px;flex:1;min-width:320px;max-width:450px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.bonus-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 50%,rgba(255,255,255,.02) 100%);border-radius:20px;pointer-events:none;opacity:0;transition:opacity .3s ease}.bonus-card:hover:before{opacity:1}.bonus-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 50px #00000040;border-color:#5a45d14d}.bonus-card.colored{background:linear-gradient(135deg,#5a45d1,#ba6aff);border:1px solid rgba(186,106,255,.3);box-shadow:0 4px 20px #5a45d133}.bonus-card.colored:hover{box-shadow:0 20px 50px #5a45d166;border-color:#ba6aff80}.bonus-card.colored:before{background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%)}.bonus-icon{width:150px;height:150px;padding:18px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.1);margin-bottom:30px;flex-shrink:0}.bonus-card:hover .bonus-icon{transform:scale(1.1) rotate(5deg);background:#ffffff26;border-color:#fff3}.bonus-card.colored .bonus-icon{background:#fff3;border-color:#fff3}.bonus-card.colored:hover .bonus-icon{background:#ffffff40;border-color:#ffffff4d}.bonus-content{display:flex;flex-direction:column;gap:15px;text-align:center;flex:1;justify-content:flex-start}.bonus-card h3{font-size:22px;font-weight:700;margin:0;color:#fff;font-family:Styrene A Web;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.bonus-card p{font-size:14px;line-height:22px;color:#ccc;margin:0;opacity:.9}.bonus-card.colored p{color:#ffffffe6}.stats-section{margin-top:40px;margin-bottom:40px}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:0 20px}.stat-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.stat-card:before{content:"";position:absolute;inset:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.stat-card.blue{background:linear-gradient(135deg,#6366f11a,#8b5cf61a)}.stat-card.green{background:linear-gradient(135deg,#22c55e1a,#3b82f61a)}.stat-card.purple{background:linear-gradient(135deg,#a855f71a,#ec48991a)}.stat-card.cyan{background:linear-gradient(135deg,#06b6d41a,#3b82f61a)}.stat-icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.stat-card.blue .stat-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.stat-card.green .stat-icon{background:linear-gradient(135deg,#22c55e,#3b82f6)}.stat-card.purple .stat-icon{background:linear-gradient(135deg,#a855f7,#ec4899)}.stat-card.cyan .stat-icon{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.stat-number{font-size:32px;font-weight:900;color:#fff;margin-bottom:8px;font-family:Styrene A Web}.stat-label{font-size:14px;color:#9ca3af;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.bonus-banner-box{margin-top:65px;height:300px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #363646;display:flex;align-items:center;padding:0;overflow:hidden}.bonus-banner-box:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#5a45d11a,#ba6aff0d);pointer-events:none}.bonus-banner-content{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:40px;gap:40px;position:relative;z-index:1}.bonus-banner-text{flex:1;position:static;width:auto;top:auto;left:auto;display:flex;flex-direction:column;justify-content:center;gap:15px;max-width:500px}.bonus-banner-text .banner-title{font-size:36px;line-height:1.2;margin-bottom:10px}.bonus-banner-text .banner-desc{font-size:20px;line-height:1.3;margin-bottom:15px}.bonus-banner-text .banner-text{font-size:16px;line-height:1.5;opacity:.9}.bonus-banner-image{flex:1;display:flex;align-items:center;justify-content:center;height:100%;position:relative;overflow:hidden;max-width:400px}.bonus-banner-character{width:auto;height:100%;max-height:350px;object-fit:contain;object-position:center;position:static;left:auto;bottom:auto;transition:transform .3s ease;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));z-index:2}.bonus-banner-character:hover{transform:scale(1.05)}.bonus-decoration-image{position:absolute;top:20%;right:20px;transform:translateY(-50%);width:150px;height:auto;opacity:.9;z-index:3;transition:all .3s ease;filter:drop-shadow(0 5px 15px rgba(0,0,0,.2));animation:floatDecoration 3s ease-in-out infinite;border:2px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0d;padding:10px}@keyframes floatDecoration{0%,to{transform:translateY(-50%) translate(0) rotate(0)}50%{transform:translateY(-50%) translate(5px) rotate(2deg)}}.bonus-banner-image:hover .bonus-decoration-image{opacity:1;transform:translateY(-50%) scale(1.1);animation-play-state:paused}.chat-widget{position:fixed;right:20px;bottom:100px;top:auto;width:380px;height:560px;background:linear-gradient(160deg,#0d0d1a,#0a0a18 60%,#0d0820);border:1px solid rgba(0,255,255,.25);border-radius:20px;display:none;flex-direction:column;z-index:1000;box-shadow:0 0 0 1px #00ffff14,0 8px 40px #000c,0 0 60px #00c8ff14,inset 0 1px #ffffff0d;overflow:hidden;font-family:Inter,-apple-system,sans-serif}.chat-widget.active{display:flex;animation:chatOpen .25s cubic-bezier(.34,1.56,.64,1)}@keyframes chatOpen{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.chat-widget:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,255,.012) 2px,rgba(0,255,255,.012) 4px);pointer-events:none;z-index:0;border-radius:20px}.chat-header{padding:14px 18px;border-bottom:1px solid rgba(0,255,255,.15);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#00ffff0f,#7800ff0f);position:relative;z-index:1;flex-shrink:0}.chat-header:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,255,255,.4),transparent)}.chat-header-content{display:flex;align-items:center;gap:10px}.chat-header-content img{border:1px solid rgba(0,255,255,.3);box-shadow:0 0 10px #0ff3}.chat-header h3{color:#00e5ff;font-size:15px;font-weight:700;letter-spacing:.5px;text-shadow:0 0 12px rgba(0,229,255,.6)}.chat-header button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff9;font-size:18px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease;line-height:1}.chat-header button:hover{background:#00e5ff1a;border-color:#00e5ff4d;color:#00e5ff}.chat-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1;scrollbar-width:thin;scrollbar-color:rgba(0,229,255,.2) transparent}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#00e5ff33;border-radius:4px}.chat-message{padding:10px 14px;border-radius:14px;max-width:88%;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;font-size:13.5px;display:flex;align-items:flex-start;gap:9px;animation:messageSlideIn .2s ease-out}.chat-message.bot-message{background:linear-gradient(135deg,#00e5ff12,#7800ff12);border:1px solid rgba(0,229,255,.18);align-self:flex-start;box-shadow:0 2px 12px #00e5ff0f}.chat-message.user-message{background:linear-gradient(135deg,#7800ff40,#5000c840);border:1px solid rgba(150,0,255,.3);align-self:flex-end;margin-left:auto;box-shadow:0 2px 12px #7800ff26}.chat-message.system-message{background:linear-gradient(135deg,#00e5ff12,#7800ff12);border:1px solid rgba(0,229,255,.18);align-self:flex-start;box-shadow:0 2px 12px #00e5ff0f}.chat-avatar-img{width:28px!important;height:28px!important;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,229,255,.3);box-shadow:0 0 8px #00e5ff33}.chat-message-content{display:flex;flex-direction:column;flex:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.chat-message-content .username{font-weight:700;font-size:11px;margin-bottom:3px;letter-spacing:.5px;text-transform:uppercase}.chat-message.bot-message .chat-message-content .username,.chat-message.system-message .chat-message-content .username{color:#00e5ff;text-shadow:0 0 8px rgba(0,229,255,.5)}.chat-message.user-message .chat-message-content .username{color:#b388ff;text-shadow:0 0 8px rgba(179,136,255,.5)}.chat-message-content .message{font-size:13.5px;line-height:1.55;color:#ffffffe6}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-typing span{display:inline-block;width:6px;height:6px;background:#00e5ff;border-radius:50%;margin:0 2px;animation:typingBounce 1.2s infinite;box-shadow:0 0 6px #00e5ff99}@keyframes typingBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-input{padding:12px 14px;border-top:1px solid rgba(0,229,255,.12);display:flex;gap:8px;align-items:center;background:#0000004d;position:relative;z-index:1;flex-shrink:0}.chat-input input{flex:1;padding:10px 16px;background:#ffffff0d;border:1px solid rgba(0,229,255,.2);border-radius:50px;color:#fff;font-size:13px;transition:all .2s ease;outline:none}.chat-input input:focus{border-color:#00e5ff80;background:#00e5ff0d;box-shadow:0 0 0 2px #00e5ff1a}.chat-input input::placeholder{color:#ffffff59}.chat-input .send-button{width:40px;height:40px;padding:0;background:linear-gradient(135deg,#00c8ff,#0070ff);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 0 14px #00c8ff66;flex-shrink:0}.chat-input .send-button:hover{transform:scale(1.1);box-shadow:0 0 20px #00c8ff99}.chat-input .send-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.mic-button{width:40px;height:40px;padding:0;background:#7800ff26;border:1px solid rgba(150,0,255,.3);border-radius:50%;color:#b388ff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mic-button:hover{background:#7800ff40;box-shadow:0 0 12px #9600ff4d}.mic-button.mic-active{background:#e5393533;border-color:#e5393580;color:#ef5350;animation:micPulse 1s ease-in-out infinite}@keyframes micPulse{0%,to{box-shadow:0 0 #e5393566}50%{box-shadow:0 0 0 8px #e5393500}}.profile-widget{position:fixed;right:0;top:90px;width:300px;background:#2c2c3a;border:1px solid #363646;border-radius:8px;display:none;flex-direction:column;z-index:1000}.profile-widget.active{display:flex}.profile-header{padding:15px 20px;border-bottom:1px solid #363646;display:flex;justify-content:space-between;align-items:center}.profile-header h3{color:#fff;font-size:16px;font-weight:700}.profile-header button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer}.profile-content{padding:20px;text-align:center}.profile-avatar{margin-bottom:15px}.profile-info h4{color:#fff;font-size:18px;font-weight:700;margin-bottom:5px}.profile-info p{color:#fed847;font-size:14px;margin-bottom:20px}.profile-stats{text-align:left}.stat{display:flex;justify-content:space-between;margin-bottom:10px}.stat .label{color:#ccc;font-size:14px}.stat .value{color:#fff;font-size:14px;font-weight:600}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.modal-content{background:linear-gradient(135deg,#1f1e25,#2d2c35);border-radius:20px;padding:40px;width:90vw;max-width:500px;border:2px solid #715AE0;outline:none;position:relative;text-align:center}.welcome-modal{background:transparent;width:95vw;height:90vh;max-width:1400px;max-height:900px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px;position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 60px #00000080;border:none;outline:none}.welcome-carousel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex:1}.welcome-slides{position:relative;width:100%;height:100%;overflow:hidden;border-radius:15px;box-shadow:0 10px 30px #0000004d}.welcome-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(100%)}.welcome-slide img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:15px}.welcome-slide.active{opacity:1;transform:translate(0)}.welcome-slide.prev{transform:translate(-100%)}.welcome-slide img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:15px}.welcome-nav{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:2px solid rgba(254,216,71,.5);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fed847;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.welcome-nav:hover{background:#fed84733;border-color:#fed847;transform:translateY(-50%) scale(1.1);box-shadow:0 5px 15px #fed8474d}.welcome-prev{left:20px}.welcome-next{right:20px}.welcome-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.welcome-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(254,216,71,.5);background:#ffffff4d;cursor:pointer;transition:all .3s ease}.welcome-dot.active{background:#fed847;border-color:#fed847;transform:scale(1.2);box-shadow:0 0 10px #fed84780}.welcome-dot:hover{background:#fed847b3;border-color:#fed847;transform:scale(1.1)}.modal-close{position:absolute;top:15px;right:20px;background:#00000080;border:none;color:#fff;font-size:24px;cursor:pointer;padding:5px 10px;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#000000b3}.modal-button{background:linear-gradient(135deg,#fed847,#ffb800);color:#1f1e25;padding:16px 50px;border-radius:50px;font-family:Styrene A Web;font-weight:800;font-size:18px;text-transform:uppercase;cursor:pointer;border:3px solid #FED847;position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:20;transition:all .3s ease;box-shadow:0 8px 25px #fed84766;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-button:hover{background:linear-gradient(135deg,#ffb800,#fed847);transform:translate(-50%) translateY(-3px) scale(1.05);box-shadow:0 12px 35px #fed84799}.win-security-toast{position:fixed;bottom:32px;right:32px;z-index:99999;display:flex;align-items:flex-start;gap:14px;background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #0078d4;border-left:4px solid #0078d4;border-radius:12px;padding:18px 20px;max-width:420px;box-shadow:0 8px 32px #0078d440,0 2px 8px #00000080;animation:toastSlideIn .35s cubic-bezier(.34,1.56,.64,1)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(60px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.win-security-toast-icon{flex-shrink:0;color:#0078d4;margin-top:2px}.win-security-toast-body{display:flex;flex-direction:column;gap:6px;flex:1}.win-security-toast-title{color:#fed847;font-size:14px;font-weight:700;line-height:1.3}.win-security-toast-msg{color:#ccc;font-size:13px;line-height:1.55}.win-security-toast-close{flex-shrink:0;background:none;border:none;color:#888;font-size:20px;cursor:pointer;line-height:1;padding:0;margin-top:-2px;transition:color .2s}.win-security-toast-close:hover{color:#fff}.download-modal h2{color:#fed847;font-size:28px;font-weight:900;margin-bottom:15px;text-transform:uppercase}.download-modal p{color:#fff;font-size:16px;margin-bottom:30px}.download-buttons{display:flex;flex-direction:column;gap:15px}.download-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s ease}.download-btn:hover{transform:translateY(-2px)}.windows-btn{background:linear-gradient(135deg,#0078d4,#106ebe);color:#fff}.mac-btn{background:linear-gradient(135deg,#333,#555);color:#fff}.linux-btn{background:linear-gradient(135deg,#fcc624,#f7a600);color:#333;font-weight:600}.linux-btn:hover{background:linear-gradient(135deg,#f7a600,#fcc624)}@media(min-width:769px)and (max-width:1024px){.logo-icon{height:48px}}@media(max-width:764px){.main-header{padding:8px 14px}.download-button{min-width:120px;padding:10px 16px;font-size:13px;height:44px}.chat-button{display:none}.banner-box{height:clamp(300px,60vh,500px);border-radius:0}.banner-image-container{left:unset;right:-45px;bottom:0;width:285px;height:auto}.banner-character{height:auto}.banner-text-box{transform:translate(-50%);left:50%;width:100%;padding:0 20px;top:10px}.banner-title{font-size:18px;line-height:23px}.banner-desc{font-size:23px;line-height:34px}.banner-text{display:none}.game-list-box>span{font-size:19px;line-height:24px}.game-list{gap:20px;margin-top:6px}.game-button{width:144px;height:170px}.game-button img{height:145px}.game-hover-overlay{bottom:25px}.game-download-btn{padding:8px 16px;font-size:12px;gap:6px;border-radius:40px}.sparkle-icon{font-size:14px}.game-info{padding:4px 8px;gap:2px}.game-rating{font-size:10px;gap:4px}.stars{font-size:12px}.game-players{font-size:9px;gap:3px}.game-players svg{width:10px;height:10px}.bonus-list{flex-direction:column;gap:25px;align-items:center;padding:0 15px}.bonus-card{width:100%;max-width:600px;min-width:unset;padding:25px;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.bonus-content h3{font-size:20px}.bonus-icon{width:60px;height:60px;padding:15px;margin-bottom:20px}.bonus-banner-box{height:auto;min-height:250px}.bonus-banner-content{flex-direction:column;padding:30px 20px;gap:25px;text-align:center}.bonus-banner-text{order:1;top:auto;width:100%;padding:0;left:auto}.bonus-banner-image{order:2;height:200px;max-width:none;width:100%}.bonus-banner-character{max-height:200px;width:auto;right:auto;bottom:auto}.bonus-decoration-image{display:none}}@media(max-width:480px){.download-button{min-width:100px;padding:8px 12px;font-size:12px;height:40px;gap:6px}.carousel-box{padding-right:0}.stats-cards{grid-template-columns:1fr;gap:12px;margin:0 10px}.stat-card{padding:16px}.stat-number{font-size:20px}.stat-icon{width:40px;height:40px;margin-bottom:12px}.bonus-list{padding:0 10px;gap:20px}.bonus-card{padding:20px;min-width:unset;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.bonus-content h3{font-size:18px}.bonus-content p{font-size:13px;line-height:20px}.bonus-icon{width:55px;height:55px;padding:12px;margin-bottom:15px}.chat-widget,.profile-widget{width:calc(100vw - 16px)!important;inset:8px!important;height:calc(100dvh - 16px)!important;border-radius:12px!important}.modal-content{width:95vw;padding:20px}.welcome-modal{width:95vw;height:85vh;padding:15px;border-radius:15px}.welcome-slides,.welcome-slide img{border-radius:10px}.welcome-nav{width:40px;height:40px}.welcome-prev{left:15px}.welcome-next{right:15px}.welcome-dots{bottom:70px;gap:8px}.welcome-dot{width:10px;height:10px}.modal-button{bottom:25px;padding:14px 40px;font-size:16px}}.welcome-nav{width:40px;height:40px}.welcome-prev{left:10px}.welcome-next{right:10px}.welcome-dots{bottom:15px;gap:8px}.welcome-dot{width:10px;height:10px}.notification-games{grid-template-columns:1fr;gap:15px}.notification-game-item{padding:15px}.notification-game-item img{width:60px;height:60px}.notification-modal h2{font-size:24px}.notification-description{font-size:16px}.main-footer{background:#000;margin-top:0;padding:60px 0 0;color:#fff}.footer-content{max-width:1200px;margin:0 auto 40px;padding:0 50px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;position:relative}.brand-content{display:flex;align-items:flex-start;gap:20px}.footer-logo-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:12px;margin-left:-10%;padding:15px;border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.footer-logo-img{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.brand-text{flex:1;display:flex;flex-direction:column;gap:12px}.footer-characters{position:relative;display:flex;align-items:center;justify-content:center;height:200px;overflow:visible}.footer-character-img{width:200px;height:auto;opacity:.9;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));z-index:2;margin-right:20px}.floating-coins{position:absolute;top:-20px;left:-20px;width:240px;height:240px;z-index:1}.floating-coin{position:absolute;width:25px;height:25px;opacity:.8;animation:floatCoin 4s ease-in-out infinite}.coin-1{top:10px;left:30px;animation-delay:0s}.coin-2{top:40px;right:20px;animation-delay:1s}.coin-3{bottom:60px;left:10px;animation-delay:2s}.coin-4{bottom:20px;right:40px;animation-delay:3s}.coin-5{top:80px;left:80px;animation-delay:.5s}@keyframes floatCoin{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(90deg)}50%{transform:translateY(-4px) rotate(180deg)}75%{transform:translateY(-12px) rotate(270deg)}}.footer-section{display:flex;flex-direction:column}.brand-section{max-width:none}.brand-content{display:flex;align-items:flex-start;gap:30px}.footer-logo-container{flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:15px;padding:20px;border:2px solid rgba(255,255,255,.1);transition:all .3s ease}.footer-logo-container:hover{background:#ffffff14;border-color:#fed8474d;transform:scale(1.05)}.footer-logo-img{margin-left:-70%;width:200px;height:200px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.brand-text{flex:1;display:flex;flex-direction:column;gap:15px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.footer-brand-name{font-size:28px;font-weight:700;font-family:Styrene A Web;color:#fff;margin-bottom:0}.footer-brand-name span{color:#fed847}.footer-description{font-size:15px;line-height:1.6;color:#ccc;margin:0}.footer-trust{font-size:14px;line-height:1.5;color:#999;font-style:italic;margin:0}.footer-title{font-size:18px;font-weight:600;font-family:Styrene A Web;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#ccc;text-decoration:none;font-size:14px;transition:color .3s ease;cursor:pointer}.footer-links a:hover{color:#fed847}.footer-bottom{background:#000;border-top:1px solid rgba(255,255,255,.1);padding:25px 0}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 50px;display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-size:13px;color:#999;margin:0}.footer-location{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:#aab8d4;text-decoration:none;margin-bottom:6px}.footer-location:hover{color:#fff}.footer-location svg{flex-shrink:0;opacity:.85}.social-link-box{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#12182b;border-radius:12px;color:#c8d0e0;text-decoration:none;transition:background .2s,color .2s}.social-link-box:hover{background:#1e2a42;color:#fff}.footer-contact{font-size:13px;color:#ccc}.footer-contact span{display:flex;align-items:center;gap:8px}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:30px;padding:0 30px}.brand-section{grid-column:1 / -1;margin-bottom:20px}.brand-content{gap:20px}.footer-logo-img{width:50px;height:50px}.footer-brand-name{font-size:24px}.footer-characters{grid-column:1 / -1;height:150px;margin-top:20px}.footer-character-img{width:150px}.floating-coins{width:180px;height:180px}}@media(max-width:768px){.main-footer{padding:40px 0 0;margin-top:60px}.footer-content{grid-template-columns:1fr;gap:30px;padding:0 20px}.brand-content{flex-direction:column;align-items:center;text-align:center;gap:15px}.footer-logo-container{align-self:center}.footer-logo-img{width:45px;height:45px}.footer-brand-name{font-size:22px}.footer-characters{height:120px;margin-top:15px}.footer-character-img{width:120px}.floating-coins{width:150px;height:150px}.floating-coin{width:20px;height:20px}.footer-bottom-content{flex-direction:column;gap:15px;text-align:center;padding:0 20px}.footer-title{font-size:16px;margin-bottom:15px}.footer-description{font-size:14px}}@media(max-width:480px){.footer-content,.footer-bottom-content{padding:0 15px}.brand-content{gap:12px}.footer-logo-img{width:40px;height:40px}.footer-brand-name{font-size:20px}.footer-description{font-size:13px}.footer-characters{display:none}}.game-list::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:3px}.game-list::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:#fff3}.game-list::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:linear-gradient(48.57deg,#5a45d1 24.42%,#ba6aff 88.19%);border-radius:2px}body::-webkit-scrollbar{width:0px}.enhanced-bonus-section{background:linear-gradient(135deg,#2a2a3a,#1a1a2a);border-radius:20px;margin:40px 20px;padding:60px 40px;position:relative;overflow:hidden;border:1px solid #363646}.enhanced-bonus-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#5a45d11a,#ba6aff0d);pointer-events:none}.enhanced-bonus-content{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.enhanced-bonus-text{flex:1;max-width:500px}.enhanced-bonus-text h2{font-size:42px;font-weight:900;color:#fff;margin-bottom:15px;text-transform:uppercase;font-family:Styrene A Web;text-shadow:-6px 6px 0px rgba(0,0,0,.25)}.enhanced-bonus-text h2 span{color:#fed847}.enhanced-bonus-text h3{font-size:24px;font-weight:900;color:#fff;margin-bottom:20px;text-transform:uppercase;font-family:Styrene A Web;text-shadow:-4px 4px 0px rgba(0,0,0,.25)}.enhanced-bonus-text p{font-size:16px;line-height:1.6;color:#ccc;margin:0 0 25px}.enhanced-download-btn{display:flex;align-items:center;justify-content:center;gap:15px;padding:20px 45px;background:linear-gradient(135deg,#ff6b35,#f7931e,gold);border:3px solid #FFD700;border-radius:50px;color:#1a1a2e;font-family:Styrene A Web;font-weight:800;font-size:20px;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #ff6b3566,0 0 30px #ffd7004d,inset 0 2px #ffffff4d;position:relative;overflow:hidden;min-width:280px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.enhanced-download-btn:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#ff6b35,#f7931e,gold,#ff6b35);border-radius:50px;z-index:-1;animation:borderRotate 3s linear infinite}@keyframes borderRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.enhanced-download-btn:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .8s ease}.enhanced-download-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px #ff6b3599,0 0 50px #ffd70080,inset 0 2px #fff6;background:linear-gradient(135deg,#f7931e,gold,#ff6b35);border-color:#ff6b35}.enhanced-download-btn:hover:after{left:100%}.enhanced-download-btn:active{transform:translateY(-2px) scale(1.02)}.enhanced-download-btn svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.enhanced-bonus-characters{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:300px}.enhanced-bonus-character{width:auto;height:100%;max-height:300px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));z-index:2}.floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.floating-coin,.floating-gem{position:absolute;font-size:24px;animation:floatElement 3s ease-in-out infinite;opacity:.8}.coin-btc{top:20%;left:10%;color:#f7931a;animation-delay:0s}.coin-eth{top:30%;right:15%;color:#627eea;animation-delay:1s}.coin-dollar{bottom:30%;left:20%;color:#22c55e;animation-delay:2s}.gem-1{top:60%;right:10%;animation-delay:.5s}.gem-2{bottom:20%;right:30%;animation-delay:1.5s}@keyframes floatElement{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-10px) rotate(90deg)}50%{transform:translateY(-5px) rotate(180deg)}75%{transform:translateY(-15px) rotate(270deg)}}.enhanced-footer{background:#000;margin-top:0;padding:60px 0 0;color:#fff}.enhanced-footer-content{max-width:1200px;margin:0 auto 40px;padding:0 50px}.footer-brand-section{display:flex;gap:40px;align-items:flex-start}.footer-brand-info{flex:2}.footer-logo-section{display:flex;gap:20px;align-items:flex-start}.footer-brand-logo{width:200px;height:200px;object-fit:contain;flex-shrink:0}.footer-brand-text h3{font-size:28px;font-weight:700;font-family:Styrene A Web;color:#fff;margin-bottom:15px}.footer-brand-text h3 span{color:#fed847}.footer-brand-text p{font-size:15px;line-height:1.6;color:#ccc;margin-bottom:15px}.footer-trust-text{font-size:14px;color:#999;font-style:italic}.footer-character-section{flex:1;position:relative;display:flex;align-items:center;justify-content:center;height:200px}.footer-main-character{width:auto;height:100%;max-height:200px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));z-index:2}.footer-floating-coins{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.footer-coin{position:absolute;font-size:20px;opacity:.7;animation:floatCoin 4s ease-in-out infinite}.footer-coin.coin-1{top:10%;left:10%;color:#f7931a;animation-delay:0s}.footer-coin.coin-2{top:20%;right:15%;color:#627eea;animation-delay:1s}.footer-coin.coin-3{bottom:30%;left:20%;color:#22c55e;animation-delay:2s}.footer-coin.coin-4{bottom:15%;right:10%;animation-delay:3s}.enhanced-footer-bottom{background:#0a0a0a;border-top:1px solid #2a2a2a;padding:25px 0}.enhanced-footer-bottom .footer-bottom-content{max-width:1200px;margin:0 auto;padding:0 50px;display:flex;flex-direction:column;gap:20px;align-items:center}.footer-links{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;align-items:center}.social-media-links{display:flex;gap:15px;justify-content:center;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:all .3s ease;text-decoration:none;position:relative}.social-link.telegram{background:linear-gradient(135deg,#08c,#229ed9);color:#fff}.social-link.whatsapp{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.social-link.youtube{background:linear-gradient(135deg,red,#c00);color:#fff}.social-link.instagram{background:linear-gradient(135deg,#e4405f,#c13584,#833ab4);color:#fff}.social-link.slack{background:linear-gradient(135deg,#4a154b,#611f69);color:#fff}.social-link.twitter{background:linear-gradient(135deg,#000,#1a1a1a);color:#fff}.social-link.facebook{background:linear-gradient(135deg,#1877f2,#166fe5);color:#fff}.social-link.news{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff}.social-link.linkedin{background:linear-gradient(135deg,#0a66c2,#004182);color:#fff}.social-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px #0000004d}.social-link svg{width:20px;height:20px}.footer-link{color:#ccc;font-size:14px;font-weight:400;text-decoration:none;transition:color .3s ease;white-space:nowrap;position:relative}.footer-link:hover{color:#fed847}.footer-link[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:400;white-space:normal;width:200px;text-align:center;z-index:1000;margin-bottom:8px;box-shadow:0 4px 12px #0000004d;border:1px solid rgba(255,255,255,.1);line-height:1.4;animation:tooltipFadeIn .3s ease}.footer-link[title]:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#000000e6;z-index:1001;margin-bottom:2px;animation:tooltipFadeIn .3s ease}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.footer-copyright{color:#888;font-size:14px;text-align:center;margin:0}@media(max-width:768px){.enhanced-bonus-section{margin:20px 10px;padding:40px 20px}.enhanced-bonus-content{flex-direction:column;text-align:center;gap:30px}.enhanced-bonus-text h2{font-size:32px}.enhanced-bonus-text h3{font-size:20px}.enhanced-download-btn{font-size:18px;padding:18px 35px;min-width:250px;gap:12px}.enhanced-bonus-characters{height:200px}.enhanced-footer-content{padding:0 20px}.footer-brand-section{flex-direction:column;gap:30px}.footer-logo-section{flex-direction:column;align-items:center;text-align:center}.enhanced-footer-bottom .footer-bottom-content{flex-direction:column;gap:20px;text-align:center;padding:0 20px}.footer-links{flex-direction:column;gap:15px}.footer-link{font-size:13px}.social-media-links{gap:12px}.social-link{width:35px;height:35px}.social-link svg{width:18px;height:18px}.footer-link[title]:hover:after,.footer-link[title]:hover:before{display:none}}.game-info-modal{max-width:500px;width:90vw;background:linear-gradient(135deg,#1a1a2e,#16213e);border:2px solid #FED847;border-radius:20px;overflow:hidden}.game-info-content{padding:30px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.game-info-icon{width:120px;height:120px;border-radius:20px;overflow:hidden;border:3px solid #FED847;box-shadow:0 8px 25px #fed8474d}.game-info-icon img{width:100%;height:100%;object-fit:cover}.game-info-details{width:100%}.game-info-details h2{color:#fed847;font-size:28px;font-weight:900;margin-bottom:15px;text-transform:uppercase;text-shadow:0 0 10px rgba(254,216,71,.5)}.game-info-rating{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.game-info-rating .stars{color:#fed847;font-size:18px;letter-spacing:2px}.game-info-rating .rating-number{color:#fff;font-weight:700;font-size:16px}.game-info-rating .players-count{display:flex;align-items:center;gap:6px;color:#ccc;font-size:14px}.game-info-rating .players-count svg{color:#fed847}.game-description{color:#fff;font-size:16px;line-height:1.6;margin-bottom:25px;opacity:.9}.game-info-actions{display:flex;justify-content:center}.play-now-btn{display:flex;align-items:center;gap:8px;padding:15px 40px;border:none;border-radius:25px;font-family:Styrene A Web;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;min-width:160px;justify-content:center;background:linear-gradient(135deg,#fed847,#ffb800);color:#1a1a2e;box-shadow:0 4px 15px #fed84766}.play-now-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fed84799;background:linear-gradient(135deg,#ffb800,#fed847)}@media(max-width:768px){.game-info-modal{width:95vw;max-width:none}.game-info-content{padding:20px;gap:15px}.game-info-icon{width:100px;height:100px}.game-info-details h2{font-size:24px}.game-info-rating{gap:10px}.game-description{font-size:14px}.play-now-btn{width:100%;min-width:auto;padding:18px 30px;font-size:15px}}.notification-modal{max-width:600px;width:90vw}.notification-modal h2{color:#fed847;font-size:28px;font-weight:900;margin-bottom:15px;text-transform:uppercase;text-align:center}.notification-description{color:#fff;font-size:18px;margin-bottom:30px;text-align:center;line-height:1.5}.notification-games{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:30px}.notification-game-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.notification-game-item:hover{background:#ffffff1a;transform:translateY(-2px)}.notification-game-item img{width:80px;height:80px;border-radius:8px;margin-bottom:12px;object-fit:cover}.notification-game-item span{color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.notification-ok-btn{background:linear-gradient(135deg,#5a45d1,#ba6aff);color:#fff;padding:15px 40px;border-radius:8px;font-family:Styrene A Web;font-weight:700;font-size:16px;text-transform:uppercase;cursor:pointer;border:none;transition:all .3s ease;flex:1;max-width:180px}.notification-ok-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #5a45d166}.notification-download-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:15px 10px;border-radius:8px;font-family:Styrene A Web;font-weight:700;font-size:16px;text-transform:uppercase;cursor:pointer;border:none;transition:all .3s ease;flex:1;max-width:250px}.notification-download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#764ba2,#667eea)}.notification-buttons{display:flex;gap:20px;justify-content:center;align-items:center;max-width:400px;margin:0 auto}.notification-ok-btn:hover{background:linear-gradient(135deg,#4a35c1,#aa5aef);transform:translateY(-2px);box-shadow:0 8px 25px #5a45d166}@media(max-width:768px){.notification-buttons{flex-direction:column;gap:15px}.notification-ok-btn,.notification-download-btn{width:100%;min-width:auto;padding:18px 30px;font-size:14px}.notification-modal{width:95vw;max-width:none;margin:20px}.notification-games{grid-template-columns:1fr;gap:15px}.notification-game-item{padding:15px}.notification-game-item img{width:60px;height:60px}}.about-awards-section{background:#000;padding:60px clamp(20px,6vw,80px) 70px;overflow:hidden}.about-awards-head{text-align:center;margin-bottom:40px}.about-awards-title{margin:0;color:#fff;font-size:clamp(32px,4vw,50px);font-weight:800;letter-spacing:1px}.about-awards-subtitle{margin:10px 0 0;color:#ffffffb8;font-size:clamp(16px,2vw,22px);font-weight:400}.about-awards-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(20px,2.5vw,36px);align-items:start}.about-awards-card{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0}.about-awards-badge{width:100%;max-width:110px;height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;flex-shrink:0}.about-awards-badge img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.about-awards-desc{margin:0;color:#ffffffd9;font-size:clamp(11px,1vw,13px);line-height:1.45;max-width:200px}@media(max-width:1100px){.about-awards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.about-awards-section{padding:48px 20px 56px}.about-awards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.about-awards-badge{max-width:96px;height:88px}}@media(max-width:480px){.about-awards-grid{grid-template-columns:1fr;gap:24px}.about-awards-desc{max-width:260px}}.locations-section{width:100%;background:#fff;padding:80px 0;overflow:hidden}.locations-header{text-align:center;max-width:800px;margin:0 auto 60px;padding:0 20px}.locations-title{font-size:42px;font-weight:700;color:#1f1e25;margin:0 0 20px}.locations-description{font-size:16px;line-height:1.6;color:#666;margin:0 0 30px}.locations-button{padding:14px 32px;background:#00a8e8;color:#fff;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.locations-button:hover{background:#0090cc;transform:translateY(-2px);box-shadow:0 4px 12px #00a8e84d}.locations-scroll-container{width:100%;overflow:hidden;padding:20px 0}.locations-row{display:flex;gap:40px;margin-bottom:40px;animation-duration:40s;animation-timing-function:linear;animation-iteration-count:infinite}.locations-row-rtl{animation-name:scrollRTL}.locations-row-ltr{animation-name:scrollLTR}@keyframes scrollRTL{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollLTR{0%{transform:translate(-50%)}to{transform:translate(0)}}.location-item{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:120px;flex-shrink:0}.location-item img{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.location-item:hover img{transform:scale(1.1)}.location-item span{font-size:14px;font-weight:600;color:#1f1e25;text-align:center}.locations-row-rtl:after,.locations-row-ltr:after{content:"";display:flex;gap:40px}.investment-case-page{width:100%;min-height:80vh;margin-top:-20px;background:#000;padding:80px 20px}.investment-case-container{max-width:1400px;width:100%;margin:0 auto}.investment-case-content{display:flex;height:90vh;gap:80px;align-items:center;margin-bottom:100px}.investment-case-left{flex:1}.investment-case-title{font-size:48px;font-weight:700;color:#fff;margin:15% 0 40px}.investment-case-image{width:100%;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0000004d}.investment-case-image img{width:100%;height:auto;display:block}.investment-case-right{flex:1}.investment-case-subtitle{font-size:32px;font-weight:700;color:#fff;margin:0 0 30px;line-height:1.3}.investment-case-description{font-size:16px;line-height:1.8;color:#ffffffd9;margin:0}.investment-markets-section{background:#fff;border-radius:20px;padding:60px;margin-top:60px}.investment-markets-content{display:flex;gap:60px;align-items:flex-start}.investment-markets-left{flex:1}.investment-markets-title{font-size:32px;font-weight:700;color:#1f1e25;margin:0 0 30px;line-height:1.3}.investment-markets-text{display:flex;flex-direction:column;gap:20px}.investment-markets-text p{font-size:15px;line-height:1.7;color:#666;margin:0}.investment-markets-right{flex:1}.investment-markets-map{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.investment-markets-map img{width:100%;height:auto;display:block}.markets-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-around;padding:20px}.market-badge{background:#fffffff2;border:2px solid #00A8E8;border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000026;max-width:90%}.market-badge-1{align-self:flex-start}.market-badge-2{align-self:center}.market-badge-3{align-self:flex-end}.badge-icon{font-size:24px;flex-shrink:0}.badge-text{font-size:12px;line-height:1.4;color:#1f1e25;font-weight:600}.investment-portfolio-section{background:#fff;border-radius:20px;padding:60px;margin-top:40px}.investment-portfolio-content{display:flex;gap:60px;align-items:flex-start}.investment-portfolio-left{flex:1}.investment-portfolio-title{font-size:32px;font-weight:700;color:#1f1e25;margin:0 0 30px;line-height:1.3}.investment-portfolio-text{display:flex;flex-direction:column;gap:20px}.investment-portfolio-text p{font-size:15px;line-height:1.7;color:#666;margin:0}.investment-portfolio-right{flex:1}.investment-portfolio-map{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;margin-bottom:20px}.investment-portfolio-map img{width:100%;height:auto;display:block}.portfolio-overlay{position:absolute;inset:0}.portfolio-marker{position:absolute;background:#007bffe6;color:#fff;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0003}.portfolio-marker-1{top:35%;left:20%}.portfolio-marker-2{top:45%;left:15%}.portfolio-marker-3{top:40%;right:25%}.marker-label{text-align:center;line-height:1.4}.portfolio-legend{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.legend-item{display:flex;align-items:center;gap:10px}.legend-icon{font-size:18px}.legend-text{font-size:14px;color:#1f1e25;font-weight:500}.portfolio-note{font-size:11px;line-height:1.5;color:#999;margin:8px 0 0;font-style:italic}.investment-leverage-section{background:#fff;border-radius:20px;padding:60px;margin-top:40px}.investment-leverage-content{display:flex;gap:60px;align-items:center}.investment-leverage-left{flex:1}.investment-leverage-title{font-size:32px;font-weight:700;color:#1f1e25;margin:0 0 30px;line-height:1.3}.investment-leverage-text{display:flex;flex-direction:column;gap:20px}.investment-leverage-text p{font-size:15px;line-height:1.7;color:#666;margin:0}.investment-leverage-right{flex:1}.investment-leverage-image{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.investment-leverage-image img{width:100%;height:auto;display:block}.investment-subscribe-section{background:linear-gradient(135deg,#06f,#0052cc);border-radius:20px;padding:50px 60px;margin-top:40px}.investment-subscribe-content{display:flex;justify-content:space-between;align-items:center;gap:40px}.subscribe-left{flex:1}.subscribe-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 10px}.subscribe-subtitle{font-size:16px;color:#ffffffe6;margin:0}.subscribe-right{flex-shrink:0}.subscribe-button{padding:16px 40px;background:#fff;color:#06f;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.subscribe-button:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 6px 20px #0003}@media(max-width:1024px){.investment-case-content{flex-direction:column;gap:50px;margin-bottom:60px}.investment-case-title{font-size:36px}.investment-case-subtitle{font-size:26px}.investment-markets-section{padding:40px}.investment-markets-content{flex-direction:column;gap:40px}.investment-markets-title{font-size:26px}.investment-portfolio-section{padding:40px}.investment-portfolio-content{flex-direction:column;gap:40px}.investment-portfolio-title{font-size:26px}.investment-leverage-section{padding:40px}.investment-leverage-content{flex-direction:column;gap:40px}.investment-leverage-title{font-size:26px}.investment-subscribe-section{padding:40px}.investment-subscribe-content{flex-direction:column;text-align:center}.subscribe-title{font-size:26px}}@media(max-width:768px){.investment-case-page{padding:60px 20px}.investment-case-title{font-size:32px;margin-bottom:30px}.investment-case-subtitle{font-size:22px}.investment-case-description{font-size:15px}.investment-markets-section{padding:30px 20px}.investment-markets-title{font-size:22px}.investment-markets-text p{font-size:14px}.market-badge{padding:10px 12px;max-width:100%}.badge-text{font-size:11px}.investment-portfolio-section{padding:30px 20px}.investment-portfolio-title{font-size:22px}.investment-portfolio-text p{font-size:14px}.portfolio-marker{padding:6px 10px;font-size:11px}.legend-text{font-size:13px}.portfolio-note{font-size:10px}.investment-leverage-section{padding:30px 20px}.investment-leverage-title{font-size:22px}.investment-leverage-text p{font-size:14px}.investment-subscribe-section{padding:30px 20px}.subscribe-title{font-size:22px}.subscribe-subtitle{font-size:14px}.subscribe-button{padding:14px 32px;font-size:15px}}.policy-page{width:100%;min-height:80vh;background:#fff;padding:80px 20px}.policy-container{max-width:1200px;margin:0 auto}.policy-header{text-align:center;margin-bottom:60px}.policy-title{font-size:48px;font-weight:700;color:#1f1e25;margin:0 0 15px}.policy-updated{font-size:16px;color:#666;margin:0}.policy-content{display:flex;flex-direction:column;gap:60px}.policy-section{display:flex;gap:40px;align-items:flex-start}.policy-section.full-width{flex-direction:column}.policy-image{flex:1;min-width:300px}.policy-image img{width:100%;height:auto;border-radius:16px;box-shadow:0 4px 20px #0000001a}.policy-text{flex:1}.policy-text h2{font-size:28px;font-weight:700;color:#1f1e25;margin:0 0 20px}.policy-text p{font-size:16px;line-height:1.8;color:#666;margin:0 0 15px}.policy-text ul{margin:15px 0;padding-left:25px}.policy-text li{font-size:16px;line-height:1.8;color:#666;margin-bottom:10px}@media(max-width:1024px){.policy-section{flex-direction:column}.policy-image{min-width:100%}.policy-title{font-size:36px}.policy-text h2{font-size:24px}}@media(max-width:768px){.policy-page{padding:60px 20px}.policy-header{margin-bottom:40px}.policy-title{font-size:32px}.policy-content{gap:40px}.policy-text h2{font-size:22px}.policy-text p,.policy-text li{font-size:15px}}.we-make-games-section{background:#000;padding:80px 0;width:100%}.we-make-games-container{max-width:100%;margin:0 auto;padding:0}.we-make-games-header{margin-bottom:50px;padding:0 40px}.we-make-games-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 15px;letter-spacing:2px}.we-make-games-subtitle{font-size:18px;color:#333;margin:0}.we-make-games-carousel{position:relative;padding:0 clamp(50px,8vw,170px)}.we-make-games-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,30px);position:relative;transition:all .5s ease;justify-items:center}.game-showcase-card{border-radius:20px;overflow:hidden;position:relative;width:100%;max-width:500px;aspect-ratio:1 / 1;box-shadow:0 10px 30px #0000004d;transition:transform .3s ease;animation:slideIn .5s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.game-showcase-card:hover{transform:translateY(-5px)}.game-showcase-image{position:absolute;top:0;left:0;width:100%;height:100%}.game-showcase-image img{width:100%;height:100%;object-fit:cover}.game-showcase-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#000000b3)}.game-showcase-content{position:relative;z-index:2;padding:30px;height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.game-showcase-title{font-size:32px;font-weight:700;margin:0 0 15px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.game-showcase-description{font-size:16px;line-height:1.6;margin:0 0 20px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.game-showcase-actions{display:flex;flex-direction:column;gap:15px;opacity:0;transform:translateY(20px);transition:all .4s ease}.game-showcase-card:hover .game-showcase-actions{opacity:1;transform:translateY(0)}.game-play-button{background:#9acd32;color:#000;border:none;padding:12px 30px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;letter-spacing:1px;width:fit-content}.game-play-button:hover{background:#8bc220;transform:scale(1.05)}.game-store-buttons{display:flex;gap:10px;align-items:center}.store-button{display:block;height:40px;transition:transform .3s ease}.store-button:hover{transform:scale(1.05)}.store-button img{height:100%;width:auto}.carousel-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:2px solid rgba(255,255,255,.3);width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.carousel-nav-arrow:hover{background:#000000e6;border-color:#fff9;transform:translateY(-50%) scale(1.1)}.carousel-nav-prev{left:clamp(8px,3vw,150px)}.carousel-nav-next{right:clamp(8px,3vw,150px)}.carousel-indicators{display:flex;justify-content:center;gap:10px;margin-top:30px}.carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #ffffff;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:#ffffff80}.carousel-indicator.active{background:#9acd32;border-color:#9acd32}.we-make-games-media-row{display:flex;gap:40px;align-items:flex-start;margin-top:32px;flex-wrap:wrap}.we-make-games-video-wrap{flex:1 1 600px;max-width:900px;cursor:pointer}.we-make-games-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:16px;overflow:hidden}.we-make-games-video-poster,.we-make-games-video-player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.we-make-games-video-player{z-index:1;background:#000}.we-make-games-video-overlay{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:#00000047;border-radius:16px}.we-make-games-video-play-btn{width:72px;height:72px;border-radius:50%;border:none;padding:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #0006;cursor:pointer}.we-make-games-map-wrap{flex:0 0 50%}.we-make-games-video-section{width:100%;max-width:1400px;margin:60px auto 0;padding:0 60px;position:relative;cursor:pointer;transition:transform .3s ease}.we-make-games-video-section:hover{transform:scale(1.02)}.we-make-games-video{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 40px #00000080;display:block;transition:box-shadow .3s ease}.we-make-games-video-section:hover .we-make-games-video{box-shadow:0 15px 50px #000000b3}.video-click-overlay{position:absolute;inset:0 60px;background:#0000004d;border-radius:15px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;pointer-events:none}.we-make-games-video-section:hover .video-click-overlay{opacity:1}.video-click-hint{display:flex;flex-direction:column;align-items:center;gap:15px;background:#000000b3;padding:30px 40px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.video-click-hint svg{animation:playPulse 1.5s ease-in-out infinite}.video-click-hint span{color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;text-align:center}@keyframes playPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@media(max-width:1200px){.we-make-games-grid{grid-template-columns:repeat(2,1fr)}.game-showcase-card:last-child{grid-column:1 / -1;max-width:500px;margin:0 auto}}@media(max-width:768px){.we-make-games-section{padding:60px 0}.we-make-games-header{padding:0 20px}.we-make-games-carousel{padding:0 60px}.we-make-games-title{font-size:clamp(24px,7vw,36px);line-height:1.15}.we-make-games-media-row{flex-direction:column!important;gap:28px!important;margin-top:20px!important}.we-make-games-video-wrap{flex:1 1 100%!important;max-width:100%!important;width:100%!important}.we-make-games-video-frame{aspect-ratio:16 / 9}.we-make-games-map-wrap{flex:1 1 100%!important;width:100%!important}.we-make-games-map,.we-make-games-map-wrap .global-map-img{margin-top:0!important}.we-make-games-subtitle{font-size:16px}.we-make-games-grid{grid-template-columns:1fr;gap:20px}.game-showcase-card{height:400px}.game-showcase-card:last-child{grid-column:1;max-width:100%}.game-showcase-title{font-size:28px}.we-make-games-video-section{padding:0 20px;margin-top:40px}.video-click-overlay{left:20px;right:20px}.video-click-hint{padding:20px 30px}.video-click-hint span,.game-showcase-description{font-size:14px}.carousel-nav-arrow{width:40px;height:40px}.carousel-nav-prev{left:10px}.carousel-nav-next{right:10px}}.stories-section{background:#fff;padding:80px 40px}.stories-container{max-width:1400px;margin:0 auto}.stories-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:50px}.stories-label{font-size:14px;color:#666;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.stories-title{font-size:42px;font-weight:700;color:#1a1a1a;margin:0;max-width:600px}.view-all-link{font-size:16px;color:#1a1a1a;text-decoration:none;font-weight:600;transition:color .3s ease;white-space:nowrap}.view-all-link:hover{color:#9acd32}.stories-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.story-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.story-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.story-card-featured{grid-row:span 2}.story-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.story-image{width:100%;height:250px;overflow:hidden}.story-card-featured .story-image{height:450px}.story-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.story-card:hover .story-image img{transform:scale(1.05)}.story-content{padding:25px}.story-category{font-size:13px;color:#9acd32;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.story-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.story-card-featured .story-title{font-size:28px}.story-date{font-size:14px;color:#666;margin:0}@media(max-width:1200px){.stories-grid{grid-template-columns:1fr}.story-card-featured{grid-row:span 1}.story-card-featured .story-image{height:350px}.story-cards-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.stories-section{padding:60px 20px}.stories-header{flex-direction:column;gap:20px}.stories-title{font-size:32px}.story-cards-grid{grid-template-columns:1fr}.story-image{height:200px}.story-card-featured .story-image{height:250px}.story-title{font-size:18px}.story-card-featured .story-title{font-size:22px}}.blog-list-page{background:#fff;min-height:100vh;margin-top:-20px;padding:80px 40px}.blog-list-container{max-width:1400px;margin:0 auto}.blog-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:60px}.blog-list-label{font-size:14px;color:#666;margin:0 0 10px;text-transform:uppercase;letter-spacing:1px}.blog-list-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:0}.create-article-button{background:#9acd32;color:#000;border:none;padding:14px 28px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.create-article-button:hover{background:#8bc220;transform:translateY(-2px);box-shadow:0 5px 15px #9acd324d}.featured-article{margin-bottom:50px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 20px #0000001a}.featured-article:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.featured-article-image{width:100%;height:500px;overflow:hidden}.featured-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-article:hover .featured-article-image img{transform:scale(1.05)}.featured-article-content{padding:40px;background:#f8f8f8}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 3px 15px #00000014}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.article-image{width:100%;height:250px;overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.05)}.article-content{padding:25px}.article-category{font-size:13px;color:#9acd32;margin:0 0 12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.4}.article-date{font-size:14px;color:#666;margin:0}.blog-article-page{background:#fff;min-height:100vh;padding:60px 40px}.blog-article-container{max-width:900px;margin:0 auto}.back-button{background:transparent;border:2px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:15px;font-weight:600;color:#333;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;margin-bottom:40px}.back-button:hover{background:#f5f5f5;border-color:#9acd32;color:#9acd32}.page-back-button{background:transparent;border:2px solid #666666;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;color:#1f1e25;cursor:pointer;display:inline-flex;align-items:center;gap:10px;margin-bottom:40px}.page-back-button svg{flex-shrink:0}.article-header{margin-bottom:40px}.article-main-title{font-size:48px;font-weight:700;color:#1a1a1a;margin:15px 0 20px;line-height:1.2}.article-meta{display:flex;align-items:center;gap:10px;font-size:15px;color:#666}.article-author{font-weight:600;color:#333}.article-separator{color:#ccc}.article-featured-image{width:100%;height:500px;border-radius:16px;overflow:hidden;margin-bottom:50px}.article-featured-image img{width:100%;height:100%;object-fit:cover}.article-body{margin-bottom:50px}.article-paragraph{font-size:18px;line-height:1.8;color:#333;margin:0 0 25px}.article-footer{padding-top:30px;border-top:2px solid #e0e0e0}.share-button{background:#9acd32;color:#000;border:none;padding:12px 24px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.share-button:hover{background:#8bc220;transform:translateY(-2px)}.create-article-page{background:#f8f8f8;min-height:100vh;margin-top:-20px;padding:60px 40px}.create-article-container{max-width:900px;margin:80px auto 0;background:#fff;padding:50px;border-radius:16px;box-shadow:0 5px 20px #00000014}.create-article-header{margin-bottom:40px}.create-article-title{font-size:42px;font-weight:700;color:#1a1a1a;margin:0 0 10px}.create-article-subtitle{font-size:16px;color:#666;margin:0}.create-article-form{display:flex;flex-direction:column;gap:25px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:15px;font-weight:600;color:#333}.form-group input,.form-group textarea{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#9acd32}.form-group textarea{resize:vertical;min-height:200px}.image-upload-container{width:100%}.image-upload-area{position:relative;width:100%;min-height:250px;border:3px dashed #e0e0e0;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;background:#fafafa}.image-upload-area:hover{border-color:#9acd32;background:#f5f9f0}.image-upload-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.image-upload-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;color:#666;pointer-events:none}.image-upload-label svg{color:#9acd32}.upload-text{font-size:16px;font-weight:600;color:#333}.upload-hint{font-size:14px;color:#999}.image-preview-container{position:relative;width:100%;border-radius:12px;overflow:hidden}.image-preview{width:100%;height:400px;object-fit:cover;border-radius:12px}.remove-image-button{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.remove-image-button:hover{background:#000000e6;transform:scale(1.05)}.form-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:20px}.cancel-button{background:transparent;border:2px solid #e0e0e0;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease}.cancel-button:hover{background:#f5f5f5;border-color:#ccc}.submit-button{background:#9acd32;color:#000;border:none;padding:14px 32px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-button:hover{background:#8bc220;transform:translateY(-2px);box-shadow:0 5px 15px #9acd324d}.toast-notification{position:fixed;bottom:30px;right:30px;z-index:10000;animation:slideInUp .3s ease}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-content{background:#2c2447;color:#fff;padding:18px 24px;border-radius:12px;box-shadow:0 10px 30px #0000004d;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600}.toast-content svg{color:#9acd32;flex-shrink:0}@media(max-width:1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.blog-list-page,.blog-article-page,.create-article-page{padding:40px 20px}.blog-list-header{flex-direction:column;gap:20px}.blog-list-title{font-size:36px}.create-article-button{align-self:flex-start}.featured-article-image{height:300px}.articles-grid{grid-template-columns:1fr}.article-main-title{font-size:32px}.article-featured-image{height:300px}.article-paragraph{font-size:16px}.create-article-container{padding:30px 20px}.create-article-title{font-size:32px}.toast-notification{bottom:20px;right:20px;left:20px}}.notification-bell-button{position:relative;background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:50%}.notification-bell-button:hover{background:#ffffff1a}.bell-icon{color:#fff;transition:transform .3s ease}.notification-bell-button:hover .bell-icon{transform:rotate(15deg)}.notification-badge-circle{position:absolute;top:4px;right:4px;background:red;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #2b1f4d;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-panel-overlay{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.notification-panel{width:450px;height:100vh;background:#fff;box-shadow:-5px 0 20px #0003;display:flex;flex-direction:column;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.notification-panel-header{padding:25px 30px;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#2b1f4d}.notification-panel-title{font-size:24px;font-weight:700;color:#fff;margin:0}.notification-close-button{background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.notification-close-button svg{color:#fff}.notification-close-button:hover{background:#ffffff1a}.notification-panel-body{flex:1;overflow-y:auto;padding:20px 0}.notification-item{padding:20px 30px;display:flex;gap:15px;align-items:flex-start;position:relative;transition:background .3s ease;cursor:pointer;border-bottom:1px solid #f5f5f5}.notification-item:hover{background:#f8f8f8}.notification-item.unread{background:#f0f7ff}.notification-item.unread:hover{background:#e6f2ff}.notification-icon-modern{width:50px;height:50px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:12px;color:#333}.notification-item.unread .notification-icon-modern{background:#e6f2ff;color:#2b1f4d}.notification-icon{font-size:32px;flex-shrink:0}.notification-content{flex:1}.notification-title{font-size:16px;font-weight:700;color:#1a1a1a;margin:0 0 6px}.notification-message{font-size:14px;color:#666;margin:0 0 12px;line-height:1.5}.notification-footer-row{display:flex;justify-content:space-between;align-items:center;gap:15px}.notification-time{font-size:12px;color:#999}.notification-action-button{background:#9acd32;color:#000;border:none;padding:6px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.notification-action-button:hover{background:#8bc220;transform:translate(3px)}.notification-unread-dot{position:absolute;top:25px;right:30px;width:10px;height:10px;background:#9acd32;border-radius:50%}.notification-panel-footer{padding:20px 30px;border-top:2px solid #f0f0f0;display:flex;gap:15px;background:#fafafa}.mark-all-read-button,.view-all-button{flex:1;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.mark-all-read-button{background:transparent;border:2px solid #e0e0e0;color:#666}.mark-all-read-button:hover{background:#f5f5f5;border-color:#ccc}.view-all-button{background:#9acd32;border:none;color:#000}.view-all-button:hover{background:#8bc220;transform:translateY(-2px)}@media(max-width:768px){.notification-panel{width:100%}.notification-panel-header,.notification-panel-body,.notification-panel-footer,.notification-item{padding-left:20px;padding-right:20px}}.game-new-badge{position:absolute;top:12px;left:12px;z-index:5;background:red;color:#fff;padding:6px 14px;font-size:11px;font-weight:700;letter-spacing:1.5px;border-radius:6px;box-shadow:0 4px 12px #ff383866;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);animation:modernBadgeGlow 2s ease-in-out infinite}.game-new-badge span{display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.2)}.game-new-badge:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 100%);border-radius:6px;pointer-events:none}@keyframes modernBadgeGlow{0%,to{box-shadow:0 4px 12px #ff383866,0 0 #ff383866}50%{box-shadow:0 4px 16px #ff383899,0 0 20px 4px #ff38384d}}.game-button{position:relative;overflow:visible}.job-details-page{background:#f8f8f8;min-height:100vh;margin-top:-20px;padding:60px 40px}.job-details-page--hero{background:#eef1f6;margin-top:0;padding:0 0 60px}.job-details-page--hero .trf-hero{margin-bottom:0}.job-details-page--hero .trf-hero__title{line-height:1.3}.job-details-shell{max-width:980px;margin:0 auto;padding:0 40px}.job-details-page--hero .job-details-container{margin-top:0}.job-details-container{max-width:900px;margin:80px auto 0;background:#fff;border-radius:16px;box-shadow:0 5px 20px #00000014;overflow:hidden}.job-details-hero{width:100%;overflow:hidden;line-height:0;background:#0d1220;display:flex;align-items:center;justify-content:center}.job-details-hero-img{width:100%;height:auto;max-height:420px;display:block;object-fit:contain;object-position:center}.job-details-title-bar{padding:32px 50px 0}.job-details-page-title{font-size:36px;font-weight:700;color:#1f1e25;margin:0 0 16px}.job-details-header{background:linear-gradient(135deg,#2b1f4d,#3d2f5f);padding:50px;display:flex;gap:30px;align-items:flex-start}.job-company-logo{width:150px;height:150px;border-radius:12px;padding:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.job-company-logo img{width:150px;height:150px;border-radius:10px;object-fit:contain}.job-header-content{flex:1}.job-title{font-size:42px;font-weight:700;color:#fff;margin:0 0 15px}.job-meta{display:flex;align-items:center;gap:10px;font-size:16px;color:#ffffffe6;margin-bottom:20px;flex-wrap:wrap}.job-company{font-weight:600;font-size:40px}.job-separator{color:#ffffff80}.job-tags{display:flex;gap:10px;flex-wrap:wrap}.job-tag{background:#9acd3233;color:#9acd32;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;border:1px solid rgba(154,205,50,.3)}.job-details-body{padding:50px}.job-section{margin-bottom:40px}.job-section:last-child{margin-bottom:0}.job-section-title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 20px}.job-section-text{font-size:16px;line-height:1.8;color:#333;margin:0}.job-section-text--spaced+.job-section-text--spaced{margin-top:14px}.job-contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px 20px}.job-contact-list li{display:inline-flex;flex-direction:row;align-items:center;gap:6px;font-size:16px;line-height:1.6;color:#333}.job-contact-list li:not(:last-child){padding-right:20px;border-right:1px solid #e0e0e0}.job-contact-list strong{font-weight:700;color:#1a1a1a}.job-contact-link{color:#2563eb;text-decoration:none;font-weight:500}.job-contact-link:hover{text-decoration:underline}.job-list{list-style:none;padding:0;margin:0}.job-list li{font-size:16px;line-height:1.8;color:#333;padding-left:30px;position:relative;margin-bottom:12px}.job-list li:before{content:"✓";position:absolute;left:0;color:#9acd32;font-weight:700;font-size:18px}.job-list--nested{margin:8px 0 12px;padding-left:8px}.job-list--nested li{padding-left:22px}.job-list--nested li:before{content:"•";color:#666;font-size:16px}.job-list--ordered{list-style:decimal;padding-left:24px}.job-list--ordered li{padding-left:8px;list-style:decimal}.job-list--ordered li:before{content:none}.job-details-footer{padding:40px 50px;background:#f8f8f8;border-top:2px solid #e0e0e0;text-align:center}.job-apply-button{width:100%;max-width:100%;background:#2563eb;color:#fff;border:1px solid #2563eb;padding:16px 48px;border-radius:8px;font-size:18px;font-weight:700;cursor:pointer;transition:background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease;margin-bottom:0;box-shadow:0 2px 8px #2563eb47}.job-apply-button:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}.job-details-footer__contact{margin-top:32px;padding-top:28px;border-top:1px solid #e0e0e0;text-align:left}.job-details-footer__contact .job-section-title{margin-bottom:16px}.team-contact-bar{text-align:left}.team-contact-bar__title{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 16px}.team-contact-bar--footer{margin-top:32px;padding-top:28px;border-top:1px solid #e0e0e0}.team-contact-bar--page{margin-top:48px;padding-top:32px;border-top:1px solid #e5e7eb}.job-footer-note{font-size:13px;color:#666;margin:0}@media(max-width:768px){.job-details-page{padding:40px 20px}.job-details-page--hero{padding:0 0 40px}.job-details-shell{padding:0 20px}.job-details-title-bar{padding:24px 20px 0}.job-details-page-title{font-size:28px}.job-details-body,.job-details-footer{padding:30px 20px}.job-section-title{font-size:20px}.job-section-text,.job-list li{font-size:15px}}.company-info-page{background:linear-gradient(180deg,#1a1a2e,#16213e);min-height:100vh;margin-top:-20px;padding:40px 20px}.company-info-container{max-width:1400px;margin:0 auto}.company-info-hero{text-align:center;padding:60px 20px}.company-info-title{font-size:56px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.company-info-subtitle{font-size:24px;color:#b8b8b8;font-weight:300}.company-info-content{display:flex;flex-direction:column;gap:80px}.info-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.info-section.reverse{direction:rtl}.info-section.reverse>*{direction:ltr}.info-text{padding:20px}.info-section-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:24px;text-transform:uppercase}.info-section-description{font-size:18px;line-height:1.8;color:#d0d0d0;margin-bottom:24px}.info-list{list-style:none;padding:0;margin:0}.info-list li{font-size:16px;line-height:1.8;color:#d0d0d0;margin-bottom:16px;padding-left:24px;position:relative}.info-list li:before{content:"→";position:absolute;left:0;color:#4dd0e1;font-weight:700}.info-list li strong{color:#fff}.info-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.info-image img{width:100%;height:100%;object-fit:cover;display:block}.info-stats{background:linear-gradient(135deg,#2a2a4e,#1a1a3e);border-radius:20px;padding:60px 40px;text-align:center}.stats-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:50px;text-transform:uppercase}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.stat-card{background:#ffffff0d;border-radius:16px;padding:40px 20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.stat-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #4dd0e133}.stat-number{font-size:48px;font-weight:700;color:#4dd0e1;margin-bottom:12px}.stat-label{font-size:16px;color:#b8b8b8;text-transform:uppercase;letter-spacing:1px}.team-section{background:linear-gradient(135deg,#2a2a4e,#1a1a3e);border-radius:20px;padding:60px 40px;margin-top:80px}.team-title{font-size:42px;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;margin-bottom:16px}.team-subtitle{font-size:18px;color:#b8b8b8;text-align:center;margin-bottom:50px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.team-member-card{background:#ffffff0d;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer}.team-member-card:hover{background:#ffffff14;transform:translateY(-10px);box-shadow:0 15px 40px #4dd0e14d;border-color:#4dd0e180}.team-member-image{width:100%;height:280px;overflow:hidden;background:#1a1a2e}.team-member-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-member-card:hover .team-member-image img{transform:scale(1.1)}.team-member-info{padding:24px;text-align:center;background:#0000004d}.team-member-name{font-size:18px;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:1px}.team-member-role{font-size:14px;color:#b8b8b8;line-height:1.4}.responsible-gaming-page{background:linear-gradient(180deg,#1a1a2e,#16213e);min-height:100vh;margin-top:-20px;padding:40px 20px}.responsible-gaming-container{max-width:1400px;margin:0 auto}.responsible-gaming-hero{text-align:center;padding:60px 20px}.responsible-gaming-title{font-size:56px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.responsible-gaming-subtitle{font-size:24px;color:#b8b8b8;font-weight:300}.responsible-gaming-content{display:flex;flex-direction:column;gap:80px}.rg-section{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.rg-section.reverse{direction:rtl}.rg-section.reverse>*{direction:ltr}.rg-text{padding:20px}.rg-section-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:24px;text-transform:uppercase}.rg-section-description{font-size:18px;line-height:1.8;color:#d0d0d0;margin-bottom:24px}.rg-list{list-style:none;padding:0;margin:0}.rg-list li{font-size:16px;line-height:1.8;color:#d0d0d0;margin-bottom:16px;padding-left:24px;position:relative}.rg-list li:before{content:"✓";position:absolute;left:0;color:#4dd0e1;font-weight:700}.rg-list li strong{color:#fff}.rg-image{border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0006}.rg-image img{width:100%;height:100%;object-fit:cover;display:block}.rg-features{background:linear-gradient(135deg,#2a2a4e,#1a1a3e);border-radius:20px;padding:60px 40px}.features-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:50px;text-align:center;text-transform:uppercase}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.feature-card{background:#ffffff0d;border-radius:16px;padding:30px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-align:center}.feature-card:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #4dd0e133}.feature-icon{width:60px;height:60px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-title{font-size:22px;font-weight:600;color:#fff;margin-bottom:12px}.feature-description{font-size:15px;line-height:1.6;color:#b8b8b8}.rg-principles{background:linear-gradient(135deg,#2a2a4e,#1a1a3e);border-radius:20px;padding:60px 40px}.principles-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:50px;text-align:center;text-transform:uppercase}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.principle-item{background:#ffffff0d;border-radius:16px;padding:30px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.principle-item:hover{background:#ffffff14;transform:translateY(-5px);box-shadow:0 10px 30px #4dd0e133}.principle-item h3{font-size:22px;font-weight:600;color:#4dd0e1;margin-bottom:12px}.principle-item p{font-size:15px;line-height:1.6;color:#b8b8b8}.rg-contact{background:#000;border-radius:20px;padding:60px 40px;text-align:center}.contact-title{font-size:42px;font-weight:700;color:#fff;margin-bottom:20px;text-transform:uppercase}.contact-description{font-size:18px;color:#fff;margin-bottom:40px;opacity:.9}.contact-buttons{display:flex;gap:20px;justify-content:center}.contact-button{padding:16px 40px;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.contact-button.primary{background:#fff;color:#4dd0e1}.contact-button.primary:hover{background:#f0f0f0;transform:translateY(-2px);box-shadow:0 5px 20px #0003}.contact-button.secondary{background:transparent;color:#fff;border:2px solid #FFFFFF}.contact-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.back-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:30px}.back-button:hover{background:#ffffff26;transform:translate(-5px)}.back-button svg{transition:transform .3s ease}.back-button:hover svg{transform:translate(-3px)}@media(max-width:1024px){.info-section,.rg-section{grid-template-columns:1fr;gap:40px}.info-section.reverse,.rg-section.reverse{direction:ltr}.stats-grid,.features-grid,.principles-grid{grid-template-columns:repeat(2,1fr)}.team-grid{grid-template-columns:repeat(3,1fr)}.company-info-title,.responsible-gaming-title{font-size:42px}.info-section-title,.rg-section-title,.stats-title,.features-title,.principles-title,.contact-title,.team-title{font-size:32px}}@media(max-width:768px){.stats-grid,.features-grid,.principles-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.company-info-title,.responsible-gaming-title{font-size:32px}.info-section-title,.rg-section-title,.stats-title,.features-title,.principles-title,.contact-title,.team-title{font-size:28px}.company-info-hero,.responsible-gaming-hero{padding:40px 20px}.contact-buttons{flex-direction:column}.contact-button{width:100%}}@media(max-width:480px){.team-grid{grid-template-columns:1fr}}:root{--header-height: 68px;--content-max-width: 1400px;--side-padding: clamp(16px, 4vw, 80px)}@media(max-width:480px){:root{--header-height: 62px}.main-header{height:var(--header-height);padding:10px 12px}.main-content{margin-top:0}.logo-box{height:54px}.logo-icon{height:52px;max-width:min(140px,46vw)}.download-button{min-width:90px;height:36px;font-size:11px;padding:6px 10px}.banner-box{height:100vh}.banner-title{font-size:clamp(14px,4vw,20px);line-height:1.3}.banner-desc{font-size:clamp(14px,4vw,20px);line-height:1.4}.game-button{width:clamp(120px,38vw,160px);height:auto}.game-button img{height:clamp(100px,30vw,145px)}.game-list{gap:12px}.game-list-box>span{font-size:clamp(16px,5vw,22px)}.promo-logo-box{width:100%;height:auto;padding:20px}.promo-title,.global-title{font-size:clamp(24px,7vw,36px)}.global-stats-title{font-size:clamp(20px,6vw,28px)}.global-stat-number{font-size:clamp(24px,7vw,36px)}.rotating-earth-globe{width:clamp(180px,60vw,260px);height:clamp(180px,60vw,260px)}.about-us-main-title{font-size:clamp(28px,8vw,42px)}.about-us-hero{padding:30px 16px;gap:30px}.about-us-hero-img{width:80%}.banner-text-box{left:50%;transform:translate(-50%);width:95%;padding:0 10px;top:100px}.modal-content{width:95vw;padding:20px 16px}.download-modal .download-buttons{flex-direction:column;gap:12px}.download-btn{width:100%;justify-content:center}}@media(min-width:481px)and (max-width:640px){:root{--header-height: 64px}.main-header{height:var(--header-height);padding:10px 16px}.main-content{margin-top:0}.logo-icon{height:50px}.banner-box{height:100vh}.banner-title,.banner-desc{font-size:clamp(16px,4.5vw,24px)}.game-button{width:clamp(140px,40vw,180px);height:auto}.game-button img{height:clamp(120px,32vw,160px)}.promo-title,.global-title{font-size:clamp(28px,6vw,40px)}.about-us-main-title{font-size:clamp(32px,7vw,48px)}}@media(min-width:641px)and (max-width:768px){:root{--header-height: 66px}.main-header{height:var(--header-height);padding:10px 24px}.main-content{margin-top:0}.logo-icon{height:52px}.banner-box{height:100vh}.banner-title{font-size:clamp(20px,4vw,30px)}.game-button{width:clamp(160px,28vw,200px);height:auto}.game-button img{height:clamp(140px,24vw,180px)}.promo-container{padding:50px 30px;gap:40px}.global-container{padding:0 30px;gap:50px}}@media(min-width:769px)and (max-width:1024px){:root{--header-height: 68px}.main-header{height:var(--header-height);padding:12px 32px}.main-content{margin-top:0}.logo-icon{height:54px}.banner-box{height:100vh}.banner-title{font-size:clamp(28px,4vw,40px)}.banner-desc{font-size:clamp(18px,3vw,26px)}.game-button{width:clamp(180px,22vw,220px);height:auto}.game-button img{height:clamp(160px,20vw,200px)}.promo-container{padding:60px 40px;gap:50px}.global-container{padding:0 40px;gap:60px}.careers-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px)and (max-width:1280px){.main-header{height:68px;padding:12px 40px}.logo-icon,.logo-box{height:54px}.banner-box{height:100vh}.banner-title{font-size:clamp(36px,3.5vw,48px)}.game-button{width:clamp(200px,18vw,241px);height:auto}.game-button img{height:clamp(180px,16vw,242px)}.promo-container{padding:70px 50px}.global-container{padding:0 50px}.rotating-earth-globe{width:clamp(380px,35vw,500px);height:clamp(380px,35vw,500px)}}@media(min-width:1281px)and (max-width:1440px){.main-header{height:68px;padding:12px 48px}.logo-icon,.logo-box{height:54px}.banner-box{height:85vh}.banner-title{font-size:clamp(40px,3.2vw,52px)}.game-button{width:241px;height:280px}.game-button img{height:242px}.promo-container{max-width:1300px;padding:80px 60px}.global-container{max-width:1300px;padding:0 60px}}@media(min-width:1441px)and (max-width:1920px){:root{--header-height: 76px}.main-header{height:var(--header-height);padding:12px 60px}.main-content{margin-top:0}.logo-icon,.logo-box{height:58px}.download-button{min-width:280px;height:66px;font-size:22px}.banner-box{height:85vh}.banner-title{font-size:clamp(48px,3vw,60px);line-height:1.2}.banner-desc{font-size:clamp(24px,2vw,32px)}.banner-text-box{width:580px;left:120px}.game-button{width:clamp(241px,16vw,300px);height:auto}.game-button img{height:clamp(242px,14vw,280px)}.game-list{gap:clamp(20px,2vw,40px)}.game-list-box>span{font-size:clamp(32px,2.5vw,42px)}.promo-container{max-width:1600px;padding:100px 80px;gap:100px}.promo-title{font-size:clamp(48px,3vw,60px)}.promo-logo-box{width:560px;height:420px}.global-container{max-width:1600px;padding:0 80px;gap:120px}.global-title{font-size:clamp(56px,3.5vw,72px)}.global-stats-title,.global-stat-number{font-size:clamp(48px,3vw,60px)}.rotating-earth-globe{width:clamp(500px,35vw,650px);height:clamp(500px,35vw,650px)}.about-us-main-title{font-size:clamp(56px,3.5vw,72px)}.about-us-hero{padding-left:120px;gap:140px}}@media(min-width:1921px)and (max-width:2560px){:root{--header-height: 84px}html{font-size:18px}.main-header{height:var(--header-height);padding:14px 80px}.main-content{margin-top:0}.logo-icon,.logo-box{height:62px}.download-button{min-width:320px;height:72px;font-size:24px;border-radius:16px}.banner-box{height:85vh}.banner-title{font-size:clamp(56px,2.8vw,72px)}.banner-desc{font-size:clamp(28px,1.8vw,40px)}.banner-text-box{width:680px;left:160px;top:60px}.game-button{width:clamp(280px,14vw,360px);height:auto}.game-button img{height:clamp(260px,12vw,320px)}.game-list{gap:clamp(24px,2vw,50px)}.game-list-box>span{font-size:clamp(40px,2.2vw,52px)}.promo-container{max-width:1900px;padding:120px;gap:120px}.promo-title{font-size:clamp(56px,2.8vw,72px)}.promo-logo-box{width:680px;height:500px}.promo-description{font-size:20px;line-height:34px}.global-container{max-width:1900px;padding:0 120px;gap:160px}.global-title{font-size:clamp(64px,3.2vw,84px)}.global-stats-title,.global-stat-number{font-size:clamp(56px,2.8vw,72px)}.global-stat-label{font-size:22px}.rotating-earth-globe{width:clamp(600px,30vw,800px);height:clamp(600px,30vw,800px)}.about-us-main-title{font-size:clamp(64px,3.2vw,84px)}.about-us-description{font-size:24px}.about-us-hero{padding-left:160px;gap:180px}.nav-tab{font-size:18px;padding:12px 28px}.modal-content{max-width:700px;padding:50px}.download-btn{font-size:18px;padding:18px 36px}}@media(min-width:2561px){:root{--header-height: 92px}html{font-size:20px}.main-header{height:var(--header-height);padding:14px 100px}.main-content{margin-top:0}.logo-icon,.logo-box{height:66px}.download-button{min-width:380px;height:84px;font-size:28px;border-radius:18px}.banner-box{height:85vh}.banner-title{font-size:clamp(64px,2.5vw,96px)}.banner-desc{font-size:clamp(32px,1.5vw,52px)}.banner-text-box{width:800px;left:200px;top:80px}.game-button{width:clamp(320px,12vw,440px);height:auto}.game-button img{height:clamp(300px,10vw,400px)}.game-list{gap:clamp(28px,2vw,60px)}.game-list-box>span{font-size:clamp(48px,2vw,64px)}.promo-container{max-width:2400px;padding:140px 160px;gap:160px}.promo-title{font-size:clamp(64px,2.5vw,96px)}.promo-logo-box{width:800px;height:600px}.global-container{max-width:2400px;padding:0 160px;gap:200px}.global-title{font-size:clamp(80px,3vw,110px)}.global-stats-title,.global-stat-number{font-size:clamp(64px,2.5vw,96px)}.rotating-earth-globe{width:clamp(700px,28vw,1000px);height:clamp(700px,28vw,1000px)}.about-us-main-title{font-size:clamp(80px,3vw,110px)}.about-us-hero{padding-left:200px;gap:220px}.nav-tab{font-size:22px;padding:14px 36px}}.game-button{width:clamp(120px,18vw,241px);height:auto}.game-button img{width:100%;height:clamp(100px,16vw,242px);object-fit:cover}.main-content{margin-top:0}.promo-container,.global-container,.contact-container,.contact-page-container{padding-left:var(--side-padding);padding-right:var(--side-padding)}.job-announcement-modal{position:relative;background:#1e1b2e;border:1px solid rgba(154,205,50,.25);border-radius:20px;width:90vw;max-width:600px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0009;animation:modalSlideIn .3s ease}.job-announcement-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:16px;padding:28px 28px 0}.job-announcement-title{font-size:20px;font-weight:800;color:#9acd32;margin:0;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.job-announcement-logo img{height:70px;width:auto;object-fit:contain}.job-announcement-body{flex:1;overflow-y:auto;padding:20px 28px;display:flex;flex-direction:column;gap:14px;scrollbar-width:thin;scrollbar-color:#9ACD32 transparent}.job-announcement-body::-webkit-scrollbar{width:4px}.job-announcement-body::-webkit-scrollbar-thumb{background:#9acd32;border-radius:4px}.job-announcement-body p{font-size:15px;line-height:1.75;color:#ffffffe0;margin:0}.job-announcement-body p:first-child{font-size:17px;font-weight:700;color:#fff}.job-announcement-footer{flex-shrink:0;padding:20px 28px 28px;display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.08)}.job-announcement-contact-btn{padding:13px 48px;background:#9acd32;color:#1a1a1a;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease;letter-spacing:.5px}.job-announcement-contact-btn:hover{background:#b5e550;transform:translateY(-2px);box-shadow:0 6px 20px #9acd3266}@media(max-width:480px){.job-announcement-modal{max-height:90vh;border-radius:14px}.job-announcement-logo img{height:52px}.job-announcement-body{padding:16px 18px}.job-announcement-body p{font-size:14px}.job-announcement-footer{padding:16px 18px 22px}}.careers-doc-buttons{display:flex;justify-content:center;gap:16px;margin-top:24px;flex-wrap:wrap}.careers-doc-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s ease;background:#2b579a;color:#fff;border:2px solid #2B579A}.careers-doc-btn:hover{background:#1e3f73;transform:translateY(-2px);box-shadow:0 6px 18px #2b579a59}.careers-doc-btn--secondary{background:transparent;color:#2b579a;border:2px solid #2B579A}.careers-doc-btn--secondary:hover{background:#2b579a;color:#fff}@media(max-width:480px){.careers-doc-buttons{flex-direction:column;align-items:center}.careers-doc-btn{width:100%;max-width:280px;justify-content:center}}.job-details-header{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.job-test-download-btn{margin-left:auto;display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#2b579a;color:#fff;border:2px solid #2B579A;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease;white-space:nowrap;flex-shrink:0}.job-test-download-btn:hover{background:#1e3f73;border-color:#1e3f73;transform:translateY(-2px);box-shadow:0 6px 18px #2b579a59}@media(max-width:640px){.job-test-download-btn{margin-left:0;width:100%;justify-content:center}}.job-float-download-wrapper{position:fixed;bottom:40px;right:40px;z-index:100;display:flex;flex-direction:column;align-items:center;gap:10px}.job-float-download-menu{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;pointer-events:none}.job-float-download-wrapper:hover .job-float-download-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:all}.job-float-os-btn{display:flex;align-items:center;gap:8px;padding:9px 18px;border-radius:50px;font-size:13px;font-weight:600;text-decoration:none;color:#fff;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px #00000040}.job-float-os-btn:hover{transform:scale(1.06);box-shadow:0 6px 20px #00000059}.job-float-os-btn.windows{background:#0078d4}.job-float-os-btn.mac{background:#555}.job-float-os-btn.linux{background:#e95420}.job-float-download-btn{width:70px;height:70px;border-radius:50%;background:#7b2ff7;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 10px #7b2ff71f,0 0 0 20px #7b2ff712,0 8px 32px #7b2ff773;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;cursor:pointer}.job-float-download-wrapper:hover .job-float-download-btn{transform:scale(1.12);background:#6a1fe0;box-shadow:0 0 0 14px #7b2ff72e,0 0 0 28px #7b2ff71a,0 12px 48px #7b2ff78c}@media(max-width:480px){.job-float-download-wrapper{bottom:24px;right:24px}.job-float-download-btn{width:56px;height:56px}.job-float-download-btn svg{width:22px;height:22px}}.page-loader-overlay{position:fixed;inset:0;background:#0e0a1ed1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .25s ease;pointer-events:none}.page-loader-bar{position:absolute;top:0;left:0;height:3px;background:linear-gradient(90deg,#00c6ff,#7b2ff7,#ff6b6b);border-radius:0 2px 2px 0;transition:width .25s ease;box-shadow:0 0 10px #7b2ff7b3}.page-loader-center{position:relative;display:flex;align-items:center;justify-content:center;width:110px;height:110px}.page-loader-ring{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,#00C6FF,#7B2FF7,#FF6B6B,transparent 75%);animation:loaderSpin 1s linear infinite}.page-loader-ring-inner{position:absolute;inset:5px;border-radius:50%;background:#0e0a1ee6}@keyframes loaderSpin{to{transform:rotate(360deg)}}.page-loader-logo{position:relative;border-radius:50px;z-index:1;width:64px;height:64px;object-fit:contain;animation:loaderPulse 1s ease-in-out infinite}@keyframes loaderPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.85}}.learn-video-banner{width:100%;height:85vh;min-height:400px;overflow:hidden;background:#000}.learn-banner-video{position:absolute;top:0;left:0;width:100%;height:100vh;object-fit:cover}@media(max-width:768px){.learn-video-banner{height:clamp(220px,50vw,400px)}}.floating-chat-btn{position:fixed;top:85%;right:40px;width:40px;height:40px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:200;transition:transform .25s ease;animation:chatBounce 2.5s ease-in-out infinite}.floating-chat-btn img{width:250px;height:160px;object-fit:cover;mix-blend-mode:multiply;filter:drop-shadow(0 4px 12px rgba(0,0,0,.5))}@keyframes chatBounce{0%,to{transform:translateY(0)}30%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes chatGlow{0%,to{box-shadow:0 4px 20px #0006,0 0 #9acd3200}50%{box-shadow:0 8px 28px #00000080,0 0 0 10px #9acd3226}}@media(max-width:768px){.floating-chat-btn{top:auto;bottom:calc(18px + env(safe-area-inset-bottom,0px));right:14px;width:68px;height:68px}.floating-chat-btn img{width:68px;height:68px;object-fit:contain}}@media(max-width:480px){.floating-chat-btn{bottom:calc(14px + env(safe-area-inset-bottom,0px));right:12px;width:60px;height:60px}.floating-chat-btn img{width:60px;height:60px}}.chat-typing span{display:inline-block;animation:typingDot 1.2s infinite;font-size:20px;line-height:1}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.chat-avatar-img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.chat-contact-card{display:flex;flex-direction:column;gap:10px;margin-top:6px}.chat-contact-intro{font-size:14px;color:#fff;margin:0 0 4px}.chat-contact-item{display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff;font-size:13px;transition:opacity .2s}.chat-contact-item:hover{opacity:.8}.chat-contact-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.whatsapp-icon{background:#25d366}.telegram-icon{background:#229ed9}.linkedin-icon{background:#0a66c2}.email-icon{background:#e53935}.rpg-section{width:100%}.rpg-iframe-wrapper{width:100%;height:100vh;min-height:600px}.rpg-iframe{width:100%;height:100vh;border:none;display:block}@media(max-width:768px){.rpg-iframe-wrapper{height:70vh;min-height:400px}}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:4px;z-index:1001}.hamburger-line{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.open-1{transform:translateY(7px) rotate(45deg)}.open-2{opacity:0}.open-3{transform:translateY(-7px) rotate(-45deg)}.nav-mobile-menu{position:fixed;top:var(--header-height, 60px);left:0;right:0;background:#000;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;z-index:1000;box-shadow:0 8px 32px #00000080;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-mobile-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 24px;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.06);color:#ffffffd9;font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;text-align:left;cursor:pointer;transition:background .2s,color .2s;box-sizing:border-box}.nav-mobile-item:hover,.nav-mobile-item.active{background:#9acd3214;color:#9acd32}.nav-mobile-item.disabled{opacity:.35;cursor:not-allowed}.nav-mobile-parent.expanded{color:#9acd32;background:#9acd320d}.nav-mobile-children{background:#0003}.nav-mobile-child{padding-left:36px;font-size:13px;font-weight:600;color:#ffffffa6;letter-spacing:1px}.nav-mobile-child:hover,.nav-mobile-child.active{background:#9acd3214;color:#9acd32}@media(max-width:768px){:root{--header-height: 62px}.main-header,.main-header.scrolled{height:var(--header-height);padding:0 16px;background:transparent!important;box-shadow:none!important}.logo-icon{display:block!important;height:48px}.carousel-box{padding-top:0}.header-nav-desktop{display:none!important}.header-nav-mobile{display:flex!important}.nav-hamburger{display:flex}.header-middle{flex:1;justify-content:flex-end;margin-top:0;order:0;width:auto}.main-content{margin-top:0}.banner-box{height:clamp(260px,55vw,400px)}.banner-text-box{width:calc(100% - 32px);left:16px;top:16px;transform:none}.banner-title{font-size:clamp(16px,5vw,24px);line-height:1.3}.banner-desc{font-size:clamp(14px,4vw,20px);line-height:1.4}.banner-text{display:none}.game-button{width:clamp(130px,40vw,180px);height:auto}.game-button img{height:clamp(110px,32vw,160px)}.game-list{gap:12px}.game-list-box>span{font-size:clamp(18px,5vw,26px)}.promo-container{flex-direction:column;padding:40px 16px;gap:32px}.promo-logo-box{width:100%;height:auto;padding:20px}.promo-title{font-size:clamp(24px,7vw,36px);text-align:center}.global-container{flex-direction:column;padding:0 16px;gap:40px}.global-title{font-size:clamp(28px,7vw,40px)}.rotating-earth-globe{width:clamp(200px,70vw,320px);height:clamp(200px,70vw,320px)}.about-us-hero{flex-direction:column;padding:30px 16px;gap:24px;height:auto}.about-us-content{width:100%}.about-us-image{width:100%;margin-bottom:0}.about-us-hero-img{width:80%}.about-us-main-title{font-size:clamp(28px,8vw,42px)}.contact-page-container{padding:0 16px}.contact-form-title{font-size:28px}.exec-crew-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}.exec-crew-avatar{width:min(100%,200px)}.exec-crew-bio{text-align:center}.download-modal .download-buttons{flex-direction:column;gap:12px}.download-btn{width:100%;justify-content:center}.chat-widget{width:calc(100vw - 16px)!important;inset:8px!important;height:calc(100dvh - 16px)!important;border-radius:12px!important}.job-float-download-wrapper{bottom:24px;right:16px}.footer-links{flex-wrap:wrap;gap:8px;justify-content:center}.footer-link{font-size:12px}.notification-panel{width:calc(100vw - 24px);right:12px}.web3-overlay-text{width:90%!important;left:5%!important;right:5%!important}}@media(max-width:480px){.banner-box{height:clamp(220px,60vw,320px)}.game-button{width:clamp(110px,44vw,160px)}.exec-crew-grid{grid-template-columns:1fr}.about-us-quote-section{padding:40px 16px}.quote-text,.quote-text-highlight{font-size:clamp(20px,6vw,32px)}}.back-button,.page-back-button{display:none!important}#multiGamesSection,#singleGamesSection{background-image:url(/assets/images/gamebac.png);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;padding:40px 20px;margin-top:0!important;border-radius:0}#multiGamesSection:before,#singleGamesSection:before{content:"";position:absolute;inset:0;background:#00000080;z-index:0}#multiGamesSection>span,#multiGamesSection .game-list,#singleGamesSection>span,#singleGamesSection .game-list{position:relative;z-index:1}.games-page-bg{background-image:none;background:#000}#multiGamesSection,#singleGamesSection{background-image:none!important;background-attachment:unset!important}#multiGamesSection:before,#singleGamesSection:before{z-index:0!important;pointer-events:none}#multiGamesSection>*,#singleGamesSection>*{position:relative;z-index:2}.rpg-section{position:relative;z-index:2}#multiGamesSection{padding-top:200px!important}@media(max-width:768px){#multiGamesSection{padding-top:24px!important}}.enhanced-bonus-section{margin:0!important;border-radius:0!important}.bonus-banner-box{margin-top:0!important}.games-page-bg{position:relative}.games-page-bg>*{position:relative;z-index:1}.games-page-bg .banner-box{height:100vh!important;min-height:100vh!important;margin:0!important}@media(max-width:768px){.header-nav-desktop{display:none!important}.header-nav-mobile,.nav-hamburger{display:flex!important}}@media(min-width:769px){.header-nav{flex:0;width:0;overflow:visible}.header-nav-desktop{display:flex!important}.header-nav-mobile,.nav-hamburger{display:none!important}}@media(orientation:landscape)and (max-height:500px)and (hover:none)and (pointer:coarse){:root{--header-height: 52px}.main-header,.main-header.scrolled{height:var(--header-height);padding:0 12px 0 16px;background:transparent!important;box-shadow:none!important}.main-header.main-header--light-bg,.main-header.main-header--light-bg.scrolled{background:transparent!important;box-shadow:none!important}.logo-icon{display:block!important;height:40px}.logo-box{height:40px}.header-start{flex-shrink:0;z-index:3}.header-nav{flex:1;width:auto;justify-content:flex-end}.header-nav-desktop{display:none!important}.header-nav-mobile,.nav-hamburger{display:flex!important}.nav-mobile-menu{top:var(--header-height, 52px);max-height:calc(100dvh - var(--header-height, 52px));overflow-y:auto}.banner-text-overlay{top:56%;left:4%;transform:translateY(-50%);width:46%;max-width:none;text-align:left;padding:0}}.rpg-section,.rpg-iframe-wrapper{margin:0!important;padding:0!important;display:block;line-height:0;font-size:0}.rpg-iframe{display:block;margin:0;padding:0}.web3-job-featured{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#0f0c29,#1a1040,#24243e);border:1px solid rgba(123,47,247,.4);border-radius:16px;padding:28px 36px;margin:0 auto 40px;max-width:1100px;box-shadow:0 0 40px #7b2ff726;flex-wrap:wrap}.web3-job-featured-content{display:flex;flex-direction:column;gap:10px;flex:1;min-width:260px}.web3-job-featured-badge{display:inline-block;background:#7b2ff740;color:#c084fc;font-size:12px;font-weight:700;letter-spacing:1px;padding:4px 12px;border-radius:50px;width:fit-content;border:1px solid rgba(192,132,252,.3)}.web3-job-featured-title{font-size:22px;font-weight:700;color:#fff;margin:0}.web3-job-featured-title span{color:#a78bfa;font-size:16px;font-weight:500}.web3-job-featured-desc{font-size:14px;color:#a0aec0;margin:0}.web3-job-featured-tags{display:flex;flex-wrap:wrap;gap:8px}.web3-job-tag{background:#ffffff0f;color:#cbd5e0;font-size:12px;padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.1)}.web3-job-featured-btn{padding:14px 32px;background:linear-gradient(135deg,#7b2ff7,#4f46e5);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #7b2ff766;flex-shrink:0}.web3-job-featured-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #7b2ff78c}@media(max-width:640px){.web3-job-featured{padding:20px;flex-direction:column}.web3-job-featured-btn{width:100%;text-align:center}}.web3-job-modal{position:relative;background:#12102a;border:1px solid rgba(123,47,247,.3);border-radius:20px;width:95%;max-width:1000px;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #000000b3;animation:modalFadeIn .25s ease}.web3-job-modal-header{display:flex;align-items:center;gap:16px;padding:24px 28px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;justify-content:center;text-align:center}.web3-job-modal-logo{width:48px;height:48px;object-fit:contain;border-radius:10px}.web3-job-modal-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 6px}.web3-job-modal-badge{display:inline-block;background:#4ade8026;color:#4ade80;font-size:12px;font-weight:600;padding:3px 10px;border-radius:50px;border:1px solid rgba(74,222,128,.3)}.web3-job-modal-body{overflow-y:auto;padding:24px 28px;flex:1;color:#c8d0e0;font-size:14px;line-height:1.7}.web3-job-modal-body h3{color:#a78bfa;font-size:16px;margin:0 0 16px}.web3-job-modal-body h4{color:#e2e8f0;font-size:14px;font-weight:700;margin:20px 0 8px;text-transform:uppercase;letter-spacing:.5px}.web3-job-modal-body p{margin:0 0 10px}.web3-job-modal-body ul{margin:0 0 10px;padding-left:20px}.web3-job-modal-body ul li{margin-bottom:6px}.web3-job-offer-list{list-style:none!important;padding-left:0!important}.web3-job-offer-list li{padding-left:0}.web3-job-modal-footer{padding:16px 28px 24px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0;display:flex;gap:12px}.web3-job-apply-btn{flex:1;padding:14px;background:linear-gradient(135deg,#7b2ff7,#4f46e5);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #7b2ff766}.web3-job-apply-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px #7b2ff78c}.web3-job-book-btn{flex:1;padding:14px;background:transparent;color:#a78bfa;border:2px solid #7B2FF7;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,color .2s,transform .2s}.web3-job-book-btn:hover{background:#7b2ff726;color:#fff;transform:translateY(-2px)}@media(max-width:480px){.web3-job-modal{width:96%;max-height:92vh;border-radius:14px}.web3-job-modal-header,.web3-job-modal-body,.web3-job-modal-footer{padding-left:16px;padding-right:16px}.web3-job-modal-title{font-size:17px}}.web3-job-calendly-wrap{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:16px 28px 24px}.web3-job-calendly-iframe{flex:1;width:100%;min-height:600px;border:none;border-radius:12px;background:#fff}.calendly-modal{position:relative;background:#fff;border-radius:16px;width:95%;max-width:900px;height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #000000b3;animation:modalFadeIn .25s ease}.calendly-modal .modal-close{position:absolute;top:12px;right:16px;z-index:10;background:#00000026;color:#333;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.calendly-modal-iframe{width:100%;height:100%;border:none}.pdf-viewer-modal{position:relative;background:#fff;border-radius:16px;width:95%;max-width:960px;height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #000000b3;animation:modalFadeIn .25s ease}.pdf-viewer-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.pdf-viewer-modal__title{margin:0;font-size:16px;font-weight:700;color:#0f172a;line-height:1.3;padding-right:40px}.pdf-viewer-modal .modal-close{position:absolute;top:12px;right:16px;z-index:10;background:#0f172a14;color:#334155;border:none;border-radius:50%;width:32px;height:32px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.pdf-viewer-modal__frame{flex:1;width:100%;border:none;background:#f1f5f9}.carousel-box .services-page,.carousel-box .our-products-page,.carousel-box .svc-detail-page{position:relative;z-index:1;width:100%;min-height:100vh;box-sizing:border-box;overflow-x:hidden}.our-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.our-product-card{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:transform .2s,box-shadow .2s;cursor:default}.our-product-card--clickable{cursor:pointer}.our-product-card--clickable:hover{transform:translateY(-4px);box-shadow:0 12px 40px #9acd3226}.our-product-card-image{position:relative;width:100%;aspect-ratio:16 / 10;background:#0d1220;overflow:hidden;display:flex;align-items:center;justify-content:center}.our-product-card-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.our-product-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000014,#00000073);pointer-events:none}.our-product-card-body{padding:20px 24px}.our-product-card-title{color:#fed847;font-size:14px;line-height:1.75;margin:0}.our-products-ideas{margin-top:80px}.our-products-ideas-title{color:#fff;font-size:clamp(24px,3.5vw,48px);font-weight:900;margin:0 0 40px;text-transform:uppercase;letter-spacing:1px}.our-products-ideas-title span{color:#fed847}.our-products-ideas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.our-products-idea-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16 / 10;min-height:140px;border:1px solid rgba(255,255,255,.08);background:#0d1220}.our-products-idea-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.our-products-idea-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 60%);pointer-events:none}.our-products-idea-label{position:absolute;bottom:12px;left:14px;right:14px}.our-products-idea-label span{color:#fff;font-size:13px;font-weight:700}.product-detail-page{background:#0a0a12;min-height:100vh;padding:120px clamp(20px,5vw,100px) 80px;box-sizing:border-box;overflow-x:hidden}.product-detail-inner{max-width:1200px;margin:0 auto}.product-detail-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#9acd32;font-size:15px;font-weight:600;cursor:pointer;margin-bottom:32px;padding:0}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-detail-hero{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #00000080;padding:0;background:#0d1220;width:100%;display:flex;align-items:center;justify-content:center;min-height:280px;cursor:default}.product-detail-hero-img{width:100%;height:auto;max-height:420px;object-fit:contain;object-position:center;display:block}.product-detail-info{display:flex;flex-direction:column;gap:28px}.product-detail-label{color:#fed847;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0 0 10px}.product-detail-title{color:#fff;font-size:clamp(24px,3vw,40px);font-weight:900;margin:0;line-height:1.2}.product-detail-description{color:#ffffffbf;font-size:15px;line-height:1.8;margin:0}.product-detail-section-title{color:#fff;font-size:16px;font-weight:700;margin:0 0 14px}.product-detail-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.product-detail-features li{display:flex;align-items:flex-start;gap:10px;color:#fffc;font-size:14px}.product-detail-check{color:#9acd32;font-weight:700;flex-shrink:0;margin-top:1px}.product-detail-downloads{display:flex;gap:12px;flex-wrap:wrap}.product-detail-download-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#9acd32;border-radius:10px;color:#1f1e25;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 20px #9acd324d}.product-detail-download-btn:hover{background:#b5e550;transform:translateY(-2px)}.product-detail-toast{position:fixed;bottom:16px;right:24px;z-index:9999;background:#1a1535;border:1px solid rgba(154,205,50,.3);border-radius:12px;padding:16px 20px;max-width:380px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 8px 32px #00000080}.product-detail-toast-title{color:#9acd32;font-weight:700;font-size:13px;margin:0 0 4px}.product-detail-toast-text{color:#ffffffb3;font-size:12px;line-height:1.6;margin:0}.product-detail-toast-close{background:none;border:none;color:#fff6;cursor:pointer;font-size:18px;padding:0;flex-shrink:0}@media(max-width:768px){.services-page .services-section{padding:40px 16px!important}.services-page .services-section--first{padding-top:calc(var(--header-height, 62px) + 20px)!important}.services-page .services-row{flex-direction:column!important;align-items:stretch!important;gap:24px!important}.services-page .services-text{min-width:0!important;flex:1 1 auto!important;order:2}.services-page .services-media{flex:0 0 auto!important;width:100%!important;order:1}.services-page .services-media img{width:100%!important;max-width:100%!important;height:auto;margin:0 auto;border-radius:12px}.services-page .services-text h2{font-size:clamp(22px,6vw,30px)!important;margin-bottom:14px!important}.services-page .services-text p{font-size:15px!important;line-height:1.65!important}.services-page .services-cta{padding:32px 16px 40px!important}.services-page .services-cta-inner{flex-direction:column!important;align-items:center!important;text-align:center;gap:28px!important}.services-page .services-cta-copy{min-width:0!important;width:100%}.services-page .services-cta-copy p{max-width:none!important;margin-left:auto!important;margin-right:auto!important}.services-page .services-cta-form{width:100%!important;max-width:100%!important;min-width:0!important}.services-page .services-cta-avatar{width:100%;display:flex;justify-content:center}.services-page .services-cta-avatar-ring{width:180px!important;height:180px!important}.our-products-page{padding-top:calc(var(--header-height, 62px) + 24px)!important;padding-left:16px!important;padding-right:16px!important;padding-bottom:48px!important}.our-products-page .our-products-grid{grid-template-columns:1fr!important;gap:16px!important}.our-products-page .our-product-card-image{aspect-ratio:16 / 11;min-height:180px}.our-products-page .our-product-card-img{object-fit:contain;object-position:center}.our-products-ideas{margin-top:48px!important}.our-products-ideas-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.our-products-idea-card{aspect-ratio:4 / 3;min-height:120px}.product-detail-page{padding:calc(var(--header-height, 62px) + 24px) 16px 48px!important}.product-detail-grid{grid-template-columns:1fr!important;gap:28px!important}.product-detail-hero{min-height:220px}.product-detail-hero-img{max-height:min(58vw,320px)}.product-detail-download-btn{width:100%;justify-content:center;box-sizing:border-box}.product-detail-toast{left:8px;right:8px;max-width:none}}@media(max-width:480px){.our-products-ideas-grid{grid-template-columns:1fr!important}.product-detail-page{padding:calc(var(--header-height, 62px) + 20px) 12px 40px!important}.product-detail-hero{min-height:200px}.product-detail-hero-img{max-height:min(62vw,280px)}}.investment-stats-row{display:flex;gap:24px;margin-top:20px;flex-wrap:wrap}.investment-stats-row>div{text-align:center;min-width:80px}.vision-images-grid{max-width:1400px;margin:0 auto;padding:40px clamp(20px,5vw,100px);display:grid;grid-template-columns:repeat(4,1fr);gap:16px;box-sizing:border-box}.vision-images-grid__item{width:100%;height:200px;object-fit:cover;border-radius:12px;display:block}.always-industries-section{background:#060d1c;padding:clamp(40px,6vh,80px) clamp(24px,5vw,80px);border-top:1px solid rgba(255,255,255,.06)}.always-industries-inner{max-width:1100px;margin:0 auto}.svc-logo-strip{display:flex;justify-content:space-between;flex-wrap:nowrap;gap:12px}.svc-logo-item{display:flex;flex-direction:column;align-items:center;gap:28px;cursor:pointer;width:220px;height:260px;padding:32px 16px;border-radius:20px;transition:transform .25s;justify-content:center;box-sizing:border-box}.svc-logo-item:hover{transform:translateY(-8px)}.svc-logo-item__icon{width:160px;height:160px;object-fit:contain;transition:transform .25s}.svc-logo-item:hover .svc-logo-item__icon{transform:scale(1.1)}.svc-logo-item__label{font-size:18px;font-weight:700;text-align:center;color:#fff9;transition:color .25s;line-height:1.3}.game-list-page{background:#000;min-height:100vh;box-sizing:border-box;width:100%;overflow-x:hidden}.carousel-box .game-list-page{margin-top:0}.game-list-hero{position:relative;width:100%;line-height:0;background:#000}.game-list-hero__img{width:100%;display:block;height:auto;max-height:none;object-fit:contain;object-position:top center;vertical-align:top}.game-list-hero__title-wrap{position:absolute;top:50%;left:8%;transform:translateY(-50%);max-width:85%}.game-list-hero__title{color:#c8860a;font-size:clamp(14px,4vw,36px);font-family:"Press Start 2P",monospace;text-transform:uppercase;text-shadow:0 0 30px rgba(200,134,10,.8),0 2px 8px rgba(0,0,0,.9);margin:0;line-height:1.6}.game-list-body{padding:48px clamp(16px,5vw,60px) 40px;box-sizing:border-box}.game-list-grid-wrap{position:relative;width:100%}.game-list--category{justify-content:center;margin-top:0}.game-list-decor{position:absolute;top:50%;transform:translateY(-50%);height:420px;width:auto;object-fit:contain;z-index:2;pointer-events:none}.game-list-decor--left{left:-60px}.game-list-decor--right{right:-60px}.game-list-footer-img{width:100%;display:block;margin-top:32px;border-radius:12px;height:auto;object-fit:cover}.game-list-footer-img--overlap{margin-top:16px}@media(max-width:768px),(orientation:landscape)and (max-height:500px)and (hover:none)and (pointer:coarse){.nav-hamburger{background:#0f0c1eb8;border:1px solid rgba(255,255,255,.28);border-radius:10px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 14px #00000047}.hamburger-line{background:#fff}.main-header--light-bg .nav-hamburger{background:#fffffff2;border:1px solid rgba(0,0,0,.12);box-shadow:0 2px 14px #0000001f}.main-header--light-bg .hamburger-line{background:#1a1a2e}}@media(max-width:768px){.always-with-us-page{margin-top:0!important;padding-top:calc(var(--header-height, 62px) + 8px);overflow-x:hidden}.always-with-us-page .vision-section{padding:32px 16px 24px!important}.always-with-us-page .vision-container{flex-direction:column!important;align-items:center!important;gap:28px!important}.always-with-us-page .vision-triangle{order:1;width:100%!important;height:auto!important;padding:0!important}.always-with-us-page .vision-content{order:2;margin-top:0!important;width:100%;text-align:center;align-items:center}.always-with-us-page .vision-image{width:100%!important;max-width:280px!important;margin:0 auto!important}.always-with-us-page .vision-title{font-size:26px!important}.always-with-us-page .vision-description{font-size:14px!important;text-align:left}.always-with-us-page .vision-learn-button{align-self:center}.vision-images-grid{grid-template-columns:repeat(2,1fr);padding:24px 16px;gap:12px}.vision-images-grid__item{height:120px}.always-industries-section{padding:40px 16px}.always-industries-inner h2{font-size:clamp(24px,7vw,36px)!important}.always-industries-inner>p{margin-bottom:32px!important}.svc-logo-strip{display:grid!important;grid-template-columns:repeat(2,1fr);gap:12px}.svc-logo-item{width:100%!important;height:auto!important;min-height:180px;padding:20px 12px!important;gap:16px!important}.svc-logo-item__icon{width:90px!important;height:90px!important}.svc-logo-item__label{font-size:13px!important;white-space:normal!important}.always-with-us-page .stories-section{padding:48px 16px!important}.always-with-us-page .stories-title{font-size:26px!important;max-width:100%!important}.always-with-us-page .view-all-link{white-space:normal}.games-page-bg .rpg-section{min-height:calc(100vh - var(--header-height, 62px))!important}.games-page-bg .rpg-iframe-wrapper,.games-page-bg .rpg-iframe{height:calc(100vh - var(--header-height, 62px))!important;min-height:calc(100vh - var(--header-height, 62px))!important}.games-page-bg #multiGamesSection{padding-top:24px!important}.games-page-bg .banner-box{height:auto!important;min-height:0!important}.web3-game-dev-page{padding:48px 16px!important}.web3-game-dev-page h2{font-size:clamp(11px,3.2vw,16px)!important;line-height:1.5!important}.web3-game-dev-page .web3-narrow-copy{max-width:100%!important}.web3-game-dev-page .web3-process-step{margin-left:0!important}.web3-game-dev-page [style*="padding: 48px 40px"]{padding:24px 16px!important}.game-list-hero__img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:top center}.game-list-hero__title-wrap{left:50%;transform:translate(-50%,-50%);text-align:center;width:calc(100% - 32px)}.game-list-hero__title{font-size:clamp(12px,3.5vw,20px)!important}.game-list-body{padding:28px 12px 32px}.game-list-decor{display:none!important}.game-list--category{gap:10px!important;margin-top:0!important}.game-list-page .game-button{width:calc(50% - 8px)!important;max-width:160px}.game-list-page .game-button img{height:clamp(100px,28vw,140px)!important}.game-list-footer-img--overlap{margin-top:24px!important}.contact-page{padding-top:calc(var(--header-height, 62px) + 24px)!important;margin-top:0!important}.contact-page-container{max-width:100%!important;padding:0 16px!important}.contact-form-title{font-size:clamp(26px,7vw,36px)!important}.contact-layout-img{max-height:min(72vw,360px)!important}.careers-page,.how-we-hire-section,.open-positions-section,.what-we-do-section,.important-section,.responsible-section,.believe-section{overflow-x:hidden}.important-circle,.responsible-circle,.yellow-circle,.blue-circle{width:min(280px,70vw)!important;height:min(280px,70vw)!important}.important-image,.responsible-image{overflow:hidden}.believe-img{height:auto;min-height:160px;max-height:220px;object-fit:contain;object-position:center;background:#0d1220}.job-details-hero-img{width:100%;height:auto;max-height:min(58vw,320px);object-fit:contain;object-position:center}.investment-case-page{margin-top:0!important;padding:calc(var(--header-height, 62px) + 20px) 16px 48px!important}.investment-case-content{height:auto!important;min-height:0!important;flex-direction:column!important;gap:32px!important;margin-bottom:48px!important;align-items:stretch!important}.investment-case-title{font-size:clamp(28px,8vw,36px)!important;margin-bottom:20px!important}.investment-case-subtitle,.investment-markets-title,.investment-portfolio-title,.investment-leverage-title{font-size:clamp(20px,5.5vw,26px)!important}.investment-case-description,.investment-markets-text p,.investment-portfolio-text p,.investment-leverage-text p{font-size:15px!important;line-height:1.65!important}.investment-stats-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important;margin-top:24px!important}.investment-stats-row>div{min-width:0!important;padding:12px;background:#ffffff0f;border-radius:12px}.investment-markets-section,.investment-portfolio-section,.investment-leverage-section{padding:24px 16px!important;margin-top:24px!important;border-radius:16px!important}.investment-markets-content,.investment-portfolio-content,.investment-leverage-content{flex-direction:column!important;gap:24px!important}.investment-markets-map,.investment-portfolio-map{border-radius:12px!important}.markets-overlay{position:static!important;padding:16px 0 0!important;gap:12px!important}.market-badge{align-self:stretch!important;max-width:100%!important}.portfolio-overlay{position:static!important;display:flex!important;flex-direction:column!important;gap:10px!important;padding:16px 0 0!important}.portfolio-marker{position:static!important;width:fit-content}.portfolio-note{font-size:11px!important;line-height:1.5!important}.investment-subscribe-section{padding:28px 20px!important;margin-top:24px!important}.investment-subscribe-content{flex-direction:column!important;align-items:stretch!important;text-align:center!important;gap:20px!important}.subscribe-button{width:100%;max-width:280px;margin:0 auto}}@media(max-width:480px){.vision-images-grid{grid-template-columns:1fr 1fr}.vision-images-grid__item{height:100px}.svc-logo-strip{grid-template-columns:1fr}.game-list-page .game-button{width:calc(50% - 6px)!important}}.product-healthcare-carousel{margin-top:clamp(40px,6vw,56px);padding-top:clamp(24px,4vw,36px);border-top:1px solid rgba(255,255,255,.08);animation:productGalleryIn .55s cubic-bezier(.22,1,.36,1) forwards}@keyframes productGalleryIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.product-healthcare-carousel__title{color:#fff;font-size:clamp(18px,2.2vw,22px);font-weight:700;margin:0 0 20px}.product-healthcare-carousel__frame{position:relative;display:flex;align-items:center;gap:12px}.product-healthcare-carousel__viewport{position:relative;flex:1;min-width:0;aspect-ratio:16 / 9;max-height:min(72vh,560px);border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#00000073;box-shadow:0 20px 60px #00000073}.product-healthcare-carousel__slide{position:absolute;inset:0;opacity:0;transition:opacity .55s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-healthcare-carousel__slide--active{opacity:1;pointer-events:auto;z-index:1}.product-healthcare-carousel__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#0d1220}.product-healthcare-carousel__nav{flex-shrink:0;width:44px;height:44px;border-radius:50%;border:2px solid rgba(154,205,50,.45);background:#000000a6;color:#9acd32;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s ease,border-color .25s ease,transform .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-healthcare-carousel__nav:hover{background:#9acd3226;border-color:#9acd32;transform:scale(1.06)}.product-healthcare-carousel__dots{display:flex;justify-content:center;gap:10px;margin-top:18px}.product-healthcare-carousel__dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(154,205,50,.45);background:transparent;padding:0;cursor:pointer;transition:background .25s ease,transform .25s ease}.product-healthcare-carousel__dot--active{background:#9acd32;transform:scale(1.15)}.product-detail-hero--clickable{cursor:pointer;position:relative}.product-detail-hero--clickable:after{content:"Click to view screenshots";position:absolute;left:50%;bottom:14px;transform:translate(-50%);padding:8px 14px;border-radius:999px;background:#000000a6;color:#9acd32;font-size:12px;font-weight:600;letter-spacing:.02em;opacity:0;transition:opacity .25s ease;pointer-events:none;white-space:nowrap;max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis}.product-detail-hero--clickable:hover:after{opacity:1}@media(max-width:768px){.product-healthcare-carousel__frame{flex-direction:column}.product-healthcare-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3}.product-healthcare-carousel__nav--prev{left:8px}.product-healthcare-carousel__nav--next{right:8px}.product-healthcare-carousel__frame{position:relative}.product-healthcare-carousel__viewport{width:100%;aspect-ratio:4 / 3;min-height:240px;max-height:min(75vw,420px)}.product-healthcare-carousel__slide img{object-fit:contain;object-position:center}.product-detail-hero--clickable:after{opacity:1}}@media(max-width:768px){.main-banner-hero{height:min(100vh,680px)!important;min-height:480px}.banner-hero__headline{font-size:clamp(17px,5.2vw,24px)!important;line-height:1.2!important;margin-bottom:14px!important}.banner-hero__desc{font-size:clamp(12px,3.4vw,15px)!important;line-height:1.55!important}.we-make-games-section{padding:48px 0 56px!important}.we-make-games-header{padding:0 16px!important}.we-make-games-video-wrap video,.we-make-games-video-poster,.we-make-games-video-player{object-fit:cover}.site-footer__inner{flex-direction:column!important;align-items:center!important;text-align:center;gap:28px!important;padding:40px 16px 28px!important}.site-footer__brand{flex:1 1 100%!important;min-width:0!important;width:100%}.site-footer__logo{height:88px!important;margin:0 auto 8px!important;display:block}.site-footer__brand p{font-size:12px!important}.site-footer__brand>div:first-of-type{justify-content:center}.site-footer__brand>div:last-of-type{justify-content:center;flex-wrap:wrap}.site-footer__col{flex:1 1 100%!important;min-width:0!important;width:100%;text-align:center}.site-footer__col h4{font-size:15px!important;margin-bottom:12px!important}.site-footer__col a{font-size:14px!important;margin-bottom:8px!important}.site-footer__bar{padding:14px 16px!important}.site-footer__bar p{font-size:11px!important;line-height:1.5}.main-content{padding-bottom:calc(72px + env(safe-area-inset-bottom,0px))}}@media(max-width:480px){.main-banner-hero{min-height:420px;height:min(92vh,560px)!important}.banner-hero__headline{font-size:clamp(15px,4.8vw,20px)!important}.site-footer__logo{height:72px!important}.site-footer__inner{gap:24px!important;padding:32px 14px 24px!important}}@media(orientation:landscape)and (max-height:500px)and (hover:none)and (pointer:coarse){.main-banner-hero{height:100vh!important;min-height:0!important}.banner-hero__headline{font-size:clamp(12px,3.2vh,17px)!important;line-height:1.15!important;margin-bottom:8px!important}.banner-hero__desc{font-size:clamp(10px,2.2vh,12px)!important;line-height:1.4!important}.we-make-games-section{padding:calc(var(--header-height, 52px) + 6px) 16px 12px!important;min-height:0!important}.we-make-games-header{padding:0!important;margin-bottom:0!important}.we-make-games-title{font-size:clamp(13px,3vh,17px)!important;margin:0 0 6px!important;letter-spacing:1px!important;text-align:center}.we-make-games-media-row{flex-direction:row!important;flex-wrap:nowrap!important;gap:12px!important;margin-top:6px!important;align-items:center!important}.we-make-games-video-wrap{flex:1 1 52%!important;max-width:52%!important;min-width:0!important;border-radius:10px!important}.we-make-games-video-frame{aspect-ratio:16 / 9;border-radius:10px!important}.we-make-games-video-wrap video,.we-make-games-video-poster,.we-make-games-video-player{border-radius:10px!important;object-fit:cover}.we-make-games-map-wrap{flex:0 0 46%!important;width:46%!important;min-width:0!important}.we-make-games-map{margin-top:0!important}.we-make-games-map-wrap .global-map-img{width:100%!important;height:auto!important;max-height:min(calc(100dvh - var(--header-height, 52px) - 48px),260px)!important;object-fit:contain!important;object-position:center;margin-top:0!important}.about-us-hero{flex-direction:row!important;align-items:center!important;padding:calc(var(--header-height, 52px) + 12px) 20px 24px!important;gap:20px!important;height:auto!important;min-height:0!important}.about-us-content{width:55%!important;flex:1 1 55%}.about-us-image{width:40%!important;flex:0 0 40%;margin-bottom:0!important}.about-us-main-title{font-size:clamp(18px,4vh,28px)!important}.global-container{flex-direction:row!important;align-items:center!important;padding:24px 20px!important;gap:24px!important}.rotating-earth-globe{width:clamp(140px,28vh,220px)!important;height:clamp(140px,28vh,220px)!important}.investment-case-page{padding:calc(var(--header-height, 52px) + 12px) 20px 32px!important}.investment-case-content{flex-direction:row!important;align-items:stretch!important;gap:16px!important;margin-bottom:28px!important;min-height:calc(100dvh - var(--header-height, 52px) - 20px)!important}.investment-case-left{flex:0 0 46%!important;max-width:46%!important;display:flex!important;flex-direction:column!important;min-height:0!important}.investment-case-right{flex:1 1 54%!important;min-width:0!important;display:flex!important;flex-direction:column!important}.investment-case-title{font-size:clamp(18px,4vh,24px)!important;margin-bottom:8px!important;flex-shrink:0!important}.investment-case-image{flex:1 1 auto!important;width:100%!important;min-height:0!important;display:flex!important;align-items:stretch!important;border-radius:12px!important}.investment-case-image img{width:100%!important;height:100%!important;min-height:calc(100dvh - var(--header-height, 52px) - 72px)!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;border-radius:12px!important}.investment-case-subtitle{font-size:clamp(14px,3vh,18px)!important;margin-top:0!important}.investment-case-description{font-size:clamp(11px,2.2vh,13px)!important;line-height:1.5!important;margin-bottom:10px!important}.always-with-us-page{padding-top:0!important;margin-top:0!important;background:#000!important}.always-with-us-page .vision-section{padding:calc(var(--header-height, 52px) + 8px) 20px 16px!important;display:flex;align-items:center;box-sizing:border-box}.always-with-us-page .vision-container{flex-direction:row!important;align-items:center!important;gap:20px!important;max-width:none!important;width:100%}.always-with-us-page .vision-triangle{flex:0 0 42%!important;width:42%!important;height:auto!important;padding:0!important;order:0!important;margin:0!important}.always-with-us-page .vision-image{width:100%!important;max-width:100%!important;margin:0!important;display:block!important;object-fit:contain}.always-with-us-page .vision-content{flex:1 1 58%!important;margin-top:0!important;gap:14px!important;text-align:left!important;align-items:flex-start!important;justify-content:center;order:1!important;min-width:0;width:auto!important}.always-with-us-page .vision-title{font-size:clamp(22px,4.5vh,30px)!important;font-weight:700!important;color:#fff!important;margin:0!important;text-align:left!important;line-height:1.2!important}.always-with-us-page .vision-description{font-size:clamp(11px,2.5vh,14px)!important;line-height:1.65!important;color:#ffffffe6!important;text-align:left!important;margin:0!important;max-height:calc(100dvh - var(--header-height, 52px) - 100px);overflow-y:auto;-webkit-overflow-scrolling:touch}.always-with-us-page .vision-learn-button{padding:10px 26px!important;font-size:13px!important;font-weight:700!important;background:#fff!important;color:#000!important;border:none!important;border-radius:50px!important;margin-top:4px!important;align-self:flex-start!important;display:inline-flex!important;align-items:center!important;gap:8px!important;flex-shrink:0}.always-with-us-page .vision-learn-button svg{width:14px!important;height:14px!important}.about-us-quote-section{padding:calc(var(--header-height, 52px) + 8px) 16px 12px!important;overflow:visible!important}.about-us-quote-container{flex-direction:row!important;align-items:center!important;gap:12px!important}.about-us-quote-content{flex:1 1 58%!important;min-width:0!important;max-width:none!important}.about-us-quote{flex-direction:row!important;align-items:flex-start!important;gap:6px!important}.quote-mark,.quote-mark-end{font-size:clamp(28px,7vh,44px)!important;line-height:.75!important}.quote-mark-end{align-self:flex-end!important}.quote-text-wrapper{flex:1;min-width:0}.quote-text{font-size:clamp(11px,3.2vh,15px)!important;line-height:1.15!important;margin:0 0 4px!important;letter-spacing:.3px!important}.quote-text-highlight{font-size:clamp(11px,3.2vh,15px)!important;line-height:1.15!important;padding:3px 8px!important;display:inline!important;box-decoration-break:clone;-webkit-box-decoration-break:clone}.about-us-quote-image{flex:0 0 38%!important;max-width:38%!important;align-items:center!important;justify-content:center!important}.quote-hero-img{width:100%!important;max-width:100%!important;max-height:min(calc(100dvh - var(--header-height, 52px) - 24px),220px)!important;margin-top:0!important;object-fit:contain!important;object-position:center bottom}.carousel-box{padding-top:0!important}.main-content{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}}.App{min-height:100vh;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}.App.light-theme{background-color:#f5f5f5;color:#1f1e25}.App.light-theme .main-content{background-color:#f5f5f5}.App.light-theme .game-list-box>span{color:#1f1e25;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.App.light-theme .bonus-card{background:#fff;border:1px solid #E0E0E0;box-shadow:0 4px 20px #00000014}.App.light-theme .bonus-card h3{color:#1f1e25}.App.light-theme .bonus-card p{color:#666}.App.light-theme .bonus-card.colored{background:linear-gradient(135deg,#5a45d1,#ba6aff);border:1px solid rgba(186,106,255,.3)}.App.light-theme .bonus-card.colored h3,.App.light-theme .bonus-card.colored p{color:#fff}.App.light-theme .stat-card{background:#fff;border:1px solid #E0E0E0;box-shadow:0 4px 20px #00000014}.App.light-theme .stat-number{color:#1f1e25}.App.light-theme .stat-label{color:#666}.App.light-theme .bonus-banner-box{background:linear-gradient(135deg,#fff,#f5f5f5);border:1px solid #E0E0E0}.App.light-theme .bonus-banner-text .banner-title,.App.light-theme .bonus-banner-text .banner-desc{color:#1f1e25;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.App.light-theme .bonus-banner-text .banner-text{color:#666}
