*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:none;text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;scroll-padding-top:64px}
body{min-height:100dvh;line-height:1.65;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#1a1a1a;background:#E8E8E8}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{text-wrap:balance;line-height:1.2;font-family:'DM Serif Display','Georgia',serif}
p,li,figcaption{text-wrap:pretty}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse;width:100%}
a,button,[role="button"]{transition:color 180ms cubic-bezier(0.16,1,0.3,1),background 180ms cubic-bezier(0.16,1,0.3,1),box-shadow 180ms cubic-bezier(0.16,1,0.3,1),border-color 180ms cubic-bezier(0.16,1,0.3,1)}
:focus-visible{outline:2px solid #E78B3D;outline-offset:3px;border-radius:3px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}
.skip-lnk{position:absolute;top:-100px;left:10px;background:#E78B3D;color:#ffffff;padding:8px 16px;border-radius:4px;font-weight:700;font-size:0.9rem;z-index:9999}
.skip-lnk:focus{top:10px}
.pg-wrap{max-width:1200px;margin:0 auto;padding-left:10px;padding-right:10px}
header{background:#1E312E;position:sticky;top:0;z-index:100}
.hdr-bar{max-width:1200px;margin:0 auto;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:64px}
.hdr-bar>img{width:160px;height:57px;object-fit:contain;flex-shrink:0}
.desk-nav{display:none}
.ham-btn{display:flex;flex-direction:column;justify-content:center;width:44px;height:44px;padding:0;background:none;border:none;cursor:pointer}
.ham-btn span{display:block;width:26px;height:2px;background:#ffffff;border-radius:2px}
.ham-btn span:nth-child(2){margin-top:5px}
.ham-btn span:nth-child(3){margin-top:5px}
.btn-login{display:inline-block;padding:8px 18px;border:1px solid #E78B3D;color:#E78B3D;border-radius:4px;font-size:0.875rem;font-weight:600;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.btn-login:hover{background:#E78B3D;color:#ffffff}
.btn-signup{display:inline-block;padding:8px 18px;background:#E78B3D;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:600;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.btn-signup:hover{background:#cf7530}
.btn-signup:active{background:#b8612a}
.mob-menu{display:none;flex-direction:column;position:fixed;inset:0;background:#1E312E;z-index:200;overflow-y:auto}
.mob-menu.mob-open{display:flex}
.mob-top{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,0.1)}
.mob-top img{width:140px;height:auto}
.mob-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.6rem;background:none;border:none;cursor:pointer;flex-shrink:0}
.mob-close:hover{color:#E78B3D}
.mob-nav-list{list-style:none;padding:0}
.mob-nav-list>li{border-bottom:1px solid rgba(255,255,255,0.07)}
.mob-nav-list>li>a,.mob-nav-list>li>span{display:block;padding:14px 20px;color:#E8E8E8;font-size:1rem}
.mob-nav-list>li>.nav-active{color:#E78B3D;display:block;padding:14px 20px;font-size:1rem}
.mob-nav-list>li>a:hover{color:#E78B3D}
.mob-parent-row{display:flex;align-items:center}
.mob-par-link{flex:1;padding:14px 20px;color:#E8E8E8;font-size:1rem;display:block}
.mob-par-link:hover{color:#E78B3D}
.mob-sub-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;cursor:pointer;transition:transform 0.25s;transform-origin:center;color:#E8E8E8;font-size:0.75rem}
.mob-sub-arrow.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;list-style:none;background:rgba(0,0,0,0.2)}
.mob-sub.sub-open{display:block}
.mob-sub>li>a{display:block;padding:12px 20px 12px 36px;color:#cccccc;font-size:0.9rem}
.mob-sub>li>a:hover{color:#E78B3D}
.mob-auth{display:flex;gap:12px;padding:20px 16px}
.mob-auth-btn{flex:1;text-align:center}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:190}
.mob-overlay.ov-open{display:block}
@media (min-width:1081px){
.ham-btn{display:none}
.mob-menu{display:none!important}
.mob-overlay{display:none!important}
.desk-nav {
        display: flex;
        align-items: center;
        flex: 1;
        padding-left: 32px;
}
    .desk-nav-list {
        display: flex;
        align-items: center;
        gap: 24px;
        flex: 1;
		list-style:none;
    }
.desk-nav-list>li{position:relative}
.desk-nav-list>li>a{color:#E8E8E8;font-size:0.9rem;font-weight:500;padding:4px 0;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.desk-nav-list>li>a:hover{color:#E78B3D}
.desk-nav-list .nav-active{color:#E78B3D;font-size:0.9rem;font-weight:500;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.has-sub{position:relative}
.has-sub .sub-arrow{display:inline-flex;align-items:center;font-size:0.65rem;color:#E8E8E8;margin-left:4px;transition:transform 0.25s;transform-origin:center;vertical-align:middle}
.has-sub:hover .sub-arrow{transform:rotate(180deg)}
.sub-menu{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#1E312E;list-style:none;z-index:300;border-top:2px solid #E78B3D}
.has-sub:hover .sub-menu{display:block}
.sub-menu>li>a{display:block;padding:8px 14px;color:#E8E8E8;font-size:0.88rem;white-space:nowrap;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.sub-menu>li>a:hover{color:#E78B3D;background:rgba(231,139,61,0.1)}
.desk-auth{display:flex;align-items:center;gap:10px;flex-shrink:0}
}
.hero-sec{background:linear-gradient(135deg,#1a2e2b 0%,#1E312E 40%,#243d39 100%);padding:60px 0}
.hero-inner{display:flex;flex-direction:column;gap:40px;align-items:center}
.hero-txt{color:#ffffff}
.hero-txt h1{font-size:clamp(2rem,1.2rem + 2.5vw,3.5rem);color:#ffffff;margin-bottom:18px}
.hero-lead{font-size:clamp(1rem,0.95rem + 0.2vw,1.1rem);color:#d4d4d4;margin-bottom:28px;line-height:1.75}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px}
.cta-btn{display:inline-block;padding:13px 30px;background:#E78B3D;color:#ffffff;border-radius:5px;font-weight:700;font-size:0.9rem;text-align:center;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.cta-btn:hover{background:#cf7530}
.cta-btn:active{background:#b8612a}
.cta-ghost{display:inline-block;padding:13px 30px;border:2px solid #E78B3D;color:#E78B3D;border-radius:5px;font-weight:700;font-size:0.9rem;text-align:center;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.cta-ghost:hover{background:#E78B3D;color:#ffffff}
.hero-visual{width:100%;max-width:480px}
.hero-visual img{width:100%;height:auto;border-radius:8px}
@media (min-width:1081px){
.hero-inner{flex-direction:row;justify-content:space-between;align-items:center}
.hero-txt{flex:1;max-width:560px}
.hero-visual{flex:0 0 44%;max-width:500px}
}
.about-sec{padding:64px 0;background:#ffffff}
.about-sec h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);color:#1E312E;margin-bottom:16px}
.about-sec p{color:#2d2d2d;line-height:1.75;margin-bottom:16px}
.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}
@media (min-width:769px){.about-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1081px){.about-grid{grid-template-columns:repeat(4,1fr)}}
.info-card{background:#f4f4f4;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 3px rgba(0,0,0,0.06),0 2px 8px rgba(0,0,0,0.04)}
.info-card:hover{box-shadow:0 3px 10px rgba(0,0,0,0.1)}
.ic-ico{font-size:1.5rem;line-height:1}
.ic-lbl{font-size:0.75rem;color:#595959;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ic-val{font-size:0.88rem;color:#1E312E;font-weight:600;line-height:1.45;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.reg-sec{padding:64px 0;background:#E8E8E8}
.reg-sec h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);color:#1E312E;margin-bottom:16px}
.reg-sec p{color:#2d2d2d;line-height:1.75;margin-bottom:16px}
.steps-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px;margin-bottom:28px}
@media (min-width:769px){.steps-row{grid-template-columns:repeat(4,1fr)}}
.step-card{background:#ffffff;border-radius:8px;padding:20px 16px;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,0.06)}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#E78B3D;color:#ffffff;border-radius:50%;font-weight:800;font-size:1.1rem;margin-bottom:10px;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.step-card p{color:#2d2d2d;font-size:0.88rem;line-height:1.5;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.cta-cnt{text-align:center;margin-top:24px}
.games-sec{padding:64px 0;background:#ffffff}
.games-sec h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);color:#1E312E;margin-bottom:14px}
.games-sec p{color:#2d2d2d;line-height:1.75;margin-bottom:28px}
.games-tabs{display:flex;flex-direction:column;gap:36px}
.games-cat-ttl{font-size:clamp(1.1rem,1rem + 0.5vw,1.4rem);color:#1E312E;margin-bottom:16px;font-family:'DM Serif Display','Georgia',serif}
.games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media (min-width:769px){.games-grid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:969px){.games-grid{grid-template-columns:repeat(4,1fr)}}
.game-card{background:#f4f4f4;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,0.07)}
.game-card img{width:100%;height:150px;object-fit:cover}
.gc-meta{padding:10px 12px;display:flex;flex-direction:column;gap:3px}
.gc-meta strong{color:#1E312E;font-size:0.88rem;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.gc-meta span{color:#4a4a4a;font-size:0.78rem;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.pay-sec{padding:64px 0;background:#E8E8E8}
.pay-sec h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);color:#1E312E;margin-bottom:14px}
.pay-sec p{color:#2d2d2d;line-height:1.75;margin-bottom:16px}
.pay-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px;margin-bottom:8px;border-radius:8px}
.pay-tbl{min-width:560px;background:#ffffff;border-radius:8px;overflow:hidden}
.pay-tbl thead{background:#1E312E}
.pay-tbl thead th{color:#ffffff;padding:12px 16px;text-align:left;font-size:0.85rem;font-weight:700;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.pay-tbl tbody tr{border-bottom:1px solid rgba(0,0,0,0.07)}
.pay-tbl tbody tr:last-child{border-bottom:none}
.pay-tbl tbody td{padding:11px 16px;font-size:0.88rem;color:#2d2d2d;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.pay-tbl tbody tr:nth-child(even) td{background:#f7f7f7}
@media (max-width:480px){.pay-tbl thead th,.pay-tbl tbody td{font-size:0.78rem;padding:9px 10px}}
@media (max-width:320px){.pay-tbl thead th,.pay-tbl tbody td{font-size:0.72rem;padding:7px 8px}}
footer{background:#191919;color:#cccccc;padding:48px 0 0}
.ft-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.ft-top{display:flex;flex-direction:column;gap:32px;margin-bottom:36px}
@media (min-width:769px){.ft-top{flex-direction:row;gap:48px;align-items:flex-start}}
.ft-brand{max-width:260px}
.ft-brand img{width:140px;height:auto}
.ft-desc{margin-top:12px;font-size:0.83rem;color:#a5a5a5;line-height:1.6;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ft-nav{display:flex;gap:48px;flex-wrap:wrap}
.ft-col{display:flex;flex-direction:column;gap:9px}
.ft-col-ttl{font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.07em;color:#E78B3D;margin-bottom:3px;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ft-col a{font-size:0.86rem;color:#cccccc;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ft-col a:hover{color:#E78B3D}
.ft-logos-row{margin-bottom:28px}
.ft-logos-ttl{display:block;font-size:0.78rem;font-weight:700;text-transform:uppercase;letter-spacing:0.07em;color:#E78B3D;margin-bottom:14px;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ft-logos{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.ft-logos img{opacity:0.65;filter:brightness(0) invert(1)}
.ft-legal{padding:20px 0;border-top:1px solid rgba(255,255,255,0.09);font-size:0.77rem;color:#a5a5a5;line-height:1.65;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
.ft-bottom{display:flex;flex-direction:column;gap:14px;padding:20px 0;border-top:1px solid rgba(255,255,255,0.07)}
@media (min-width:769px){.ft-bottom{flex-direction:row;align-items:center;justify-content:space-between}}
.ft-trust{display:flex;align-items:center;gap:16px}
.ft-trust img{opacity:0.85}
.ft-copy{font-size:0.78rem;color:#555555;font-family:'DM Sans','Helvetica Neue',Arial,sans-serif}
@media (max-width:480px){
.about-grid{grid-template-columns:1fr}
.games-grid{grid-template-columns:1fr}
.steps-row{grid-template-columns:1fr}
.hero-ctas{flex-direction:column}
.ft-nav{flex-direction:column;gap:24px}
}
@media (max-width:320px){
.hdr-bar{padding:0 6px}
.pg-wrap{padding-left:6px;padding-right:6px}
.ft-wrap{padding:0 6px}
}