*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:clip}html,body{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;padding:0}#app{isolation:isolate;min-height:100vh;display:flex;flex-direction:column}html{font-size:16px}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--text);background-color:var(--bg);font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.1;letter-spacing:-.02em;font-weight:700}h1{font-size:clamp(1.25rem,3.5vw,2.5rem);font-weight:800}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:clamp(1.1rem,2vw,1.375rem)}p{line-height:1.7}strong{font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-heading);font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius);cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition),box-shadow var(--transition),transform var(--transition);white-space:nowrap;text-decoration:none}.btn--md{padding:.8125rem 1.875rem;font-size:.8125rem}.btn--sm{padding:.5625rem 1.25rem;font-size:.75rem}.btn--lg{padding:1rem 2.5rem;font-size:.875rem}.btn--primary{background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 100%);color:#07100a;border:none}.btn--primary:hover{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-light) 100%);transform:translateY(-2px);box-shadow:0 8px 28px #c8a84b4d}.btn--primary:active{transform:translateY(0)}.btn--outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.btn--outline:hover{background:#c8a84b14;border-color:var(--gold-light);color:var(--gold-light)}.btn--ghost{background:transparent;color:var(--text-muted);border:1.5px solid var(--border)}.btn--ghost:hover{color:var(--text);border-color:var(--text-dark)}.btn:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.btn:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.input-wrap{display:flex;flex-direction:column;gap:.4rem}.input-wrap--error .input-field{border-color:var(--error)}.input-label{font-size:.8125rem;font-weight:500;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-heading)}.input-required{color:var(--gold)}.input-field{width:100%;padding:.9375rem 1.125rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;font-family:var(--font-body);transition:border-color var(--transition),box-shadow var(--transition);-webkit-appearance:none;appearance:none;line-height:1.4}.input-field::placeholder{color:var(--text-dark)}.input-field:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #c8a84b1f}.input-field[type=date]{color-scheme:dark}textarea .input-field,textarea.input-field{resize:vertical;min-height:120px}.input-error{font-size:.75rem;color:var(--error);line-height:1.4}.checkbox-wrap{display:flex;flex-direction:column;gap:.25rem}.checkbox-wrap--error .checkbox-box{border-color:var(--error)}.checkbox-label{display:flex;align-items:flex-start;gap:.875rem;cursor:pointer;font-size:.9rem;color:var(--text-muted);line-height:1.5}.checkbox-input{position:absolute;opacity:0;width:0;height:0}.checkbox-input:checked+.checkbox-box{background:var(--gold);border-color:var(--gold)}.checkbox-input:checked+.checkbox-box:after{opacity:1;transform:rotate(45deg) scale(1)}.checkbox-input:focus-visible+.checkbox-box{outline:2px solid var(--gold);outline-offset:2px}.checkbox-box{flex-shrink:0;width:20px;height:20px;border:1.5px solid var(--border);border-radius:3px;background:var(--surface-2);position:relative;transition:background var(--transition),border-color var(--transition);margin-top:1px}.checkbox-box:after{content:"";position:absolute;left:5px;top:2px;width:6px;height:10px;border:2px solid #07100A;border-top:0;border-left:0;transform:rotate(45deg) scale(.7);opacity:0;transition:opacity .15s ease,transform .15s ease}.checkbox-text{flex:1}.checkbox-text a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.checkbox-text a:hover{color:var(--gold-light)}.checkbox-error{font-size:.75rem;color:var(--error);padding-left:calc(20px + .875rem)}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cookie-panel{position:fixed;bottom:1.5rem;left:1.5rem;z-index:900;width:calc(100vw - 3rem);max-width:340px;background:#0d1a0ff0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(35,56,40,.8);border-radius:12px;padding:1.375rem 1.375rem 1.25rem;box-shadow:0 20px 60px #0000008c,0 0 0 1px #c8a84b0f;animation:slide-up .35s cubic-bezier(.16,1,.3,1) both;display:flex;flex-direction:column;gap:.75rem}.cookie-panel:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,rgba(200,168,75,.2),transparent 50%,transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.cookie-panel__icon{width:28px;height:28px;color:var(--gold);opacity:.8}.cookie-panel__icon svg{width:100%;height:100%}.cookie-panel__title{font-family:var(--font-heading);font-size:.9375rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.cookie-panel__text{font-size:.8125rem;color:var(--text-muted);line-height:1.55;margin-top:-.25rem}.cookie-panel__link{color:var(--gold);text-decoration:underline;text-underline-offset:2px}.cookie-panel__link:hover{color:var(--gold-light)}.cookie-panel__actions{display:flex;gap:.5rem;margin-top:.125rem}.cookie-panel__btn{flex:1;padding:.5625rem .75rem;border-radius:7px;font-family:var(--font-heading);font-weight:600;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:all var(--transition)}.cookie-panel__btn--accept{background:linear-gradient(135deg,var(--gold-dark),var(--gold));color:#07100a;border:none}.cookie-panel__btn--accept:hover{background:linear-gradient(135deg,var(--gold),var(--gold-light));box-shadow:0 4px 16px #c8a84b4d}.cookie-panel__btn--decline{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.cookie-panel__btn--decline:hover{border-color:var(--text-dark);color:var(--text)}.cookie-panel__btn:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.header{position:fixed;top:0;left:0;right:0;z-index:800;height:var(--header-height);background:transparent;transition:background var(--transition),border-color var(--transition),box-shadow var(--transition);border-bottom:1px solid transparent}.header--scrolled{background:#07100ae6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--border);box-shadow:0 4px 24px #0000004d}.header__inner{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.header__inner{padding:0 2rem}}@media(min-width:1200px){.header__inner{padding:0 3rem}}.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo-img{height:36px;width:auto;display:block}@media(min-width:1200px){.header__logo-img{height:42px}}.header__nav{display:none;flex:1;justify-content:center}@media(min-width:1200px){.header__nav{display:flex}}.header__nav--open{display:flex;flex-direction:column;position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:#07100af7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);justify-content:center;align-items:center;z-index:700}.header__nav-list{display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:1200px){.header__nav-list{flex-direction:row;gap:.25rem}}.header__nav-link{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text-muted);padding:.5rem 1rem;border-radius:var(--radius);transition:color var(--transition);letter-spacing:.02em}@media(min-width:1200px){.header__nav-link{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.5rem .875rem}}.header__nav-link:hover{color:var(--text)}.header__nav-link[data-status=active]{color:var(--gold)}.header__nav-link:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.header__right{display:flex;align-items:center;gap:1rem}.header__cta{display:none}@media(min-width:768px){.header__cta{display:inline-flex}}.header__burger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:none;border:none;cursor:pointer}@media(min-width:1200px){.header__burger{display:none}}.header__burger span{display:block;width:100%;height:1.5px;background:var(--text);border-radius:2px;transition:transform var(--transition),opacity var(--transition);transform-origin:center}.header__burger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.header__burger:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.header__overlay{display:none}.footer{background:var(--surface);border-top:1px solid var(--border);margin-top:auto}.footer__main{padding:4rem 0 3rem}@media(min-width:768px){.footer__main{padding:5rem 0 4rem}}.footer__grid{display:grid;gap:3rem}@media(min-width:768px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.5rem 3rem}}@media(min-width:1200px){.footer__grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem 4rem}}.footer__brand{display:flex;flex-direction:column;gap:1.25rem}.footer__logo{display:flex;align-items:center;text-decoration:none;width:fit-content}.footer__logo-img{height:40px;width:auto;display:block}.footer__tagline{font-size:.9rem;color:var(--text-muted);line-height:1.65;max-width:300px}.footer__address{font-style:normal;display:flex;flex-direction:column;gap:.2rem}.footer__address p{font-size:.875rem;color:var(--text-dark)}.footer__phone{font-size:.875rem;color:var(--gold);margin-top:.25rem;transition:color var(--transition)}.footer__phone:hover{color:var(--gold-light)}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__col ul{display:flex;flex-direction:column;gap:.625rem}.footer__col-title{font-family:var(--font-heading);font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dark)}.footer__link{font-size:.9rem;color:var(--text-muted);transition:color var(--transition)}.footer__link:hover{color:var(--gold)}.footer__link:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}.footer__responsible{font-size:.875rem;color:var(--text-dark);line-height:1.6}.footer__help-line{display:flex;flex-direction:column;gap:.125rem;text-decoration:none;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;transition:border-color var(--transition);width:fit-content}.footer__help-line:hover{border-color:var(--gold-dark)}.footer__help-label{font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dark);font-family:var(--font-heading)}.footer__help-number{font-size:1rem;font-weight:700;color:var(--gold);font-family:var(--font-heading)}.footer__bottom{border-top:1px solid var(--border);padding:1.5rem 0}.footer__bottom .container{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.footer__bottom .container{flex-direction:row;align-items:center;justify-content:space-between}}.footer__copy{font-size:.8125rem;color:var(--text-dark);line-height:1.5}.footer__age{font-size:.8125rem;color:var(--text-dark);display:flex;align-items:center;gap:.625rem;flex-shrink:0}.footer__age-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--gold-dark);font-family:var(--font-heading);font-size:.6875rem;font-weight:700;color:var(--gold);letter-spacing:-.02em;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes med-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hero{position:relative;display:flex;flex-direction:column;min-height:88vh;overflow:hidden;background:var(--bg);border-bottom:1px solid var(--border)}.hero__ghost{position:absolute;top:50%;left:-2%;transform:translateY(-54%);font-family:var(--font-heading);font-size:clamp(3.5rem,18vw,20rem);font-weight:900;letter-spacing:-.06em;color:transparent;-webkit-text-stroke:1px rgba(35,56,40,.22);white-space:nowrap;pointer-events:none;user-select:none;line-height:1}.hero__inner{flex:1;display:flex;align-items:center;padding-top:calc(var(--header-height) + 3.5rem);padding-bottom:3.5rem}.hero__grid{display:grid;gap:3rem;align-items:center;position:relative;z-index:1}@media(min-width:1200px){.hero__grid{grid-template-columns:52% 1fr;gap:4rem}}.hero__content{display:flex;flex-direction:column;gap:1.75rem}.hero__eyebrow{display:flex;align-items:center;gap:.625rem;font-family:var(--font-heading);font-size:.6875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dark)}.hero__loc-dot{display:block;width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;box-shadow:0 0 8px #c8a84b99}.hero__title{display:flex;flex-direction:column;gap:0;margin:0}.hero__title-line{display:block;font-family:var(--font-heading);letter-spacing:-.03em;line-height:.95}.hero__title-line--sm{font-size:clamp(1rem,2.5vw,1.75rem);font-weight:400;color:var(--text-muted);margin-bottom:.1em}.hero__title-line--lg{font-size:clamp(2.5rem,7vw,5.5rem);font-weight:800;background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 45%,var(--gold-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__title-line--outline{font-size:clamp(1.5rem,4vw,3.5rem);font-weight:800;color:transparent;-webkit-text-stroke:1.5px rgba(242,238,229,.35)}@media(min-width:768px){.hero__title-line--outline{-webkit-text-stroke:2px rgba(242,238,229,.35)}}.hero__desc{color:var(--text-muted);font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.75;max-width:480px}.hero__actions{display:flex;gap:.875rem;flex-wrap:wrap}.hero__visual{position:relative;display:none;align-items:center;justify-content:center}@media(min-width:1200px){.hero__visual{display:flex}}.hero__medallion-wrap{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}@media(min-width:1440px){.hero__medallion-wrap{width:340px;height:340px}}.hero__medallion{position:absolute;inset:0;width:100%;height:100%;color:var(--gold);animation:med-spin 60s linear infinite;opacity:.75}.hero__medallion-label{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.hero__medallion-num{font-family:var(--font-heading);font-size:4rem;font-weight:900;background:linear-gradient(135deg,var(--gold-dark),var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.hero__medallion-sub{font-family:var(--font-heading);font-size:.625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dark)}.hero__float{position:absolute;background:#0d1a0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .875rem;display:flex;flex-direction:column;gap:1px;animation:float-in .6s ease both}.hero__float--1{top:8%;left:-4%;animation-delay:.2s}.hero__float--2{top:8%;right:-4%;animation-delay:.4s}.hero__float--3{bottom:10%;left:50%;transform:translate(-50%);animation-delay:.6s}.hero__float-val{font-family:var(--font-heading);font-size:1rem;font-weight:800;background:linear-gradient(135deg,var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.hero__float-key{font-size:.625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);white-space:nowrap}.hero__ticker{border-top:1px solid var(--border);background:var(--surface);overflow:hidden;padding:.75rem 0;flex-shrink:0}.hero__ticker-track{display:flex;width:max-content;animation:marquee 40s linear infinite;gap:0}.hero__ticker-item{font-family:var(--font-heading);font-size:.6875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dark);padding:0 1.5rem;white-space:nowrap;display:flex;align-items:center;gap:1.5rem}.hero__ticker-dot{color:var(--gold);opacity:.6}.about-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-section__grid{display:grid;gap:3.5rem}@media(min-width:1200px){.about-section__grid{grid-template-columns:1fr 1.15fr;gap:6rem;align-items:start}}.about-section__left{display:flex;flex-direction:column;gap:2.5rem}.about-section__title{font-size:clamp(1.125rem,4vw,3rem);font-weight:800;color:var(--text);line-height:1;letter-spacing:-.03em;margin-top:.5rem}.about-section__title-outline{color:transparent;-webkit-text-stroke:2px rgba(200,168,75,.5)}.about-section__stats{display:grid;grid-template-columns:1fr;gap:1px;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--border)}@media(min-width:768px){.about-section__stats{grid-template-columns:repeat(2,1fr)}}.about-section__right{display:flex;flex-direction:column;gap:1.25rem;padding-top:0}@media(min-width:1200px){.about-section__right{padding-top:3.5rem}}.about-section__lead{font-size:clamp(1.0625rem,1.8vw,1.25rem);color:var(--text);line-height:1.65;font-weight:400}.about-section__body{color:var(--text-muted);font-size:.9375rem;line-height:1.8}.about-section__tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem}.about-section__tag{font-size:.6875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);border:1px solid var(--border);border-radius:100px;padding:.3rem .75rem;background:var(--surface-2)}.about-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-top:.25rem;transition:gap var(--transition),color var(--transition);width:fit-content}.about-section__cta:hover{gap:.75rem;color:var(--gold-light)}.about-section__cta:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}.about-stat{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1rem;padding:.875rem 1.25rem;background:var(--surface-2)}@media(min-width:768px){.about-stat{flex-direction:column;align-items:center;justify-content:center;padding:1.75rem 1rem;gap:.25rem;text-align:center}}.about-stat__value{font-family:var(--font-heading);font-size:1.5rem;font-weight:900;background:linear-gradient(135deg,var(--gold-dark),var(--gold),var(--gold-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;flex-shrink:0;min-width:4.5rem}@media(min-width:768px){.about-stat__value{font-size:clamp(1.625rem,3.5vw,2.25rem);min-width:unset}}.about-stat__label{font-size:.6875rem;color:var(--text-dark);letter-spacing:.06em;text-transform:uppercase;font-weight:600;font-family:var(--font-heading);line-height:1.4}.games-section{background:var(--bg)}.games-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}.games-section__header .section-title{margin-bottom:0}.games-section__all{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:color var(--transition),gap var(--transition);margin-bottom:.25rem}.games-section__all:hover{color:var(--gold);gap:.625rem}.games-section__all:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:2px}.games-section__layout{display:grid;gap:1.25rem}@media(min-width:1200px){.games-section__layout{grid-template-columns:1fr 1fr;align-items:stretch}}.games-section__stack{display:flex;flex-direction:column;gap:1.25rem}.game-card{position:relative;background:var(--surface-2);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.game-card__num{position:absolute;top:1rem;right:1.25rem;font-family:var(--font-heading);font-size:4rem;font-weight:900;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(35,56,40,.45);pointer-events:none;user-select:none}.game-card__icon-wrap svg{transition:color var(--transition)}.game-card:hover{border-color:#c8a84b59;box-shadow:0 8px 40px #00000059,inset 0 1px #c8a84b14}.game-card:hover .game-card__icon-wrap svg{color:var(--gold-light)}.game-card:hover .game-card__cta{color:var(--gold-light);background:#c8a84b1a}.game-card--featured{padding:2.25rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.game-card--featured:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-dark))}.game-card--featured .game-card__icon-wrap svg{width:72px;height:72px;color:var(--gold)}.game-card--featured .game-card__body{display:flex;flex-direction:column;gap:.5rem}.game-card--featured .game-card__desc{max-width:340px}.game-card--compact{padding:1.5rem;display:flex;align-items:center;gap:0}.game-card--compact .game-card__side{display:flex;align-items:center;gap:1.25rem;flex:1;min-width:0}.game-card--compact .game-card__icon-wrap svg{width:44px;height:44px;color:var(--gold);flex-shrink:0}.game-card--compact .game-card__num{font-size:3rem;top:.75rem;right:1rem}.game-card--compact .game-card__desc{display:none}@media(min-width:768px){.game-card--compact .game-card__desc{display:block}}.game-card__tagline{font-family:var(--font-heading);font-size:.625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--jade-light)}.game-card__title{font-size:1.375rem;font-weight:700;color:var(--text);line-height:1.1}.game-card__desc{font-size:.9rem;color:var(--text-muted);line-height:1.65}.game-card__btn{margin-top:.5rem;width:fit-content}.game-card__cta{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:50%;color:var(--text-dark);border:1px solid var(--border);transition:color var(--transition),background var(--transition),border-color var(--transition);margin-left:.75rem}.game-card__cta:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.contact-section__hero{padding:calc(var(--header-height) + 3rem) 0 3.5rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.contact-section__title{margin-top:.5rem;margin-bottom:.75rem}.contact-section__subtitle{color:var(--text-muted);max-width:520px;line-height:1.7;font-size:1.0625rem}.contact-section__grid{display:grid;gap:3rem;padding:4rem 0 6rem}@media(min-width:1200px){.contact-section__grid{grid-template-columns:1fr 1.6fr;gap:5rem}}.contact-section__info{display:flex;flex-direction:column;gap:2rem}.contact-section__info-title{font-size:1.25rem;color:var(--text);margin-bottom:0}.contact-section__notice{padding:1.25rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:3px solid var(--gold-dark)}.contact-section__notice p{font-size:.875rem;color:var(--text-dark);line-height:1.65}.contact-section__notice-link{color:var(--gold);font-weight:500}.contact-section__notice-link:hover{color:var(--gold-light)}.contact-section__form-wrap{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem 1.75rem}@media(min-width:768px){.contact-section__form-wrap{padding:2.5rem}}.contact-info{font-style:normal;display:flex;flex-direction:column;gap:1.5rem}.contact-info__item{display:flex;gap:1rem;align-items:flex-start}.contact-info__icon{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:.125rem}.contact-info__label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dark);margin-bottom:.25rem;font-family:var(--font-heading)}.contact-info p{font-size:.9375rem;color:var(--text-muted);line-height:1.5}.contact-info__link{font-size:.9375rem;color:var(--gold);transition:color var(--transition)}.contact-info__link:hover{color:var(--gold-light)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__title{font-size:1.25rem;color:var(--text);margin-bottom:.25rem}.contact-form__row{display:grid;gap:1.25rem}@media(min-width:768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__checks{display:flex;flex-direction:column;gap:.875rem;padding-top:.25rem}.contact-form__error{font-size:.875rem;color:var(--error);padding:.75rem 1rem;background:#e0555514;border:1px solid rgba(224,85,85,.2);border-radius:var(--radius)}.contact-form__submit{width:100%;margin-top:.25rem;justify-content:center}.contact-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;padding:2rem 1rem}.contact-success svg{width:56px;height:56px;color:var(--jade-light)}.contact-success h3{font-size:1.375rem;color:var(--text)}.contact-success p{color:var(--text-muted);line-height:1.65;max-width:380px}.hotel-feature{position:relative;overflow:hidden;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.hotel-feature__media{position:relative;width:100%;aspect-ratio:4/3;background:linear-gradient(160deg,#0f2418,#07100a 40%,#0a0c06);overflow:hidden}@media(min-width:768px){.hotel-feature__media{aspect-ratio:16/7}}@media(min-width:1200px){.hotel-feature__media{aspect-ratio:21/8}}.hotel-feature__placeholder{position:absolute;inset:0;z-index:0;display:flex;align-items:flex-end;justify-content:center;color:#2e7d521f;pointer-events:none}.hotel-feature__img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;object-position:center 40%;display:block}.hotel-feature__silhouette{height:85%;width:auto;max-width:180px}@media(min-width:768px){.hotel-feature__silhouette{max-width:240px}}.hotel-feature__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to top,rgba(7,16,10,.96) 0%,rgba(7,16,10,.6) 35%,rgba(7,16,10,.15) 65%,transparent 100%)}.hotel-feature__content{position:absolute;bottom:0;left:0;right:0;z-index:3;padding-bottom:2rem}@media(min-width:768px){.hotel-feature__content{padding-bottom:2.5rem}}@media(min-width:1200px){.hotel-feature__content{padding-bottom:3rem}}.hotel-feature__inner{display:flex;flex-direction:column;gap:.875rem}.hotel-feature__meta{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.hotel-feature__tag{display:inline-flex;align-items:flex-start;gap:.375rem;font-family:var(--font-heading);font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:#c8a84b1a;border:1px solid rgba(200,168,75,.2);border-radius:100px;padding:.3125rem .75rem .3125rem .5625rem;white-space:normal;line-height:1.4;max-width:100%}.hotel-feature__tag svg{flex-shrink:0;margin-top:1px}@media(min-width:768px){.hotel-feature__tag{font-size:.6875rem;letter-spacing:.15em;align-items:center;white-space:nowrap}}.hotel-feature__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3.5vw,3rem);font-weight:800;line-height:.95;letter-spacing:-.03em;color:var(--text);margin:0}.hotel-feature__title-sub{font-weight:400;color:var(--gold);opacity:.85}.hotel-feature__awards{display:flex;align-items:center;flex-wrap:wrap;gap:.875rem 1.5rem;margin-top:.375rem}@media(min-width:768px){.hotel-feature__awards{gap:0;flex-wrap:nowrap}}.hotel-feature__award{display:flex;flex-direction:column;gap:1px}.hotel-feature__award-val{font-family:var(--font-heading);font-size:clamp(1rem,2.5vw,1.5rem);font-weight:800;color:var(--gold);line-height:1}.hotel-feature__award-label{font-size:.625rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#f2eee573}@media(min-width:768px){.hotel-feature__award-label{font-size:.6875rem}}.hotel-feature__award-sep{width:1px;height:28px;background:#f2eee51f;margin:0 1.25rem;display:none}@media(min-width:768px){.hotel-feature__award-sep{display:block}}.gallery-section{overflow:hidden;padding-bottom:0}.gallery-section__header{margin-bottom:2.5rem;display:flex;flex-direction:column;gap:0}.gallery-section__header .section-label{margin-bottom:.5rem}.gallery-section__title{margin-bottom:.75rem}.gallery-grid{display:grid;gap:3px;grid-template-columns:1fr}@media(min-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.gallery-grid{grid-template-columns:repeat(12,1fr);grid-template-rows:285px 285px}}.gallery-item{position:relative;margin:0;overflow:hidden;cursor:pointer}@media(min-width:768px){.gallery-item--1{grid-column:span 2;aspect-ratio:16/7}.gallery-item--2,.gallery-item--3,.gallery-item--4,.gallery-item--5{aspect-ratio:4/3}}@media(min-width:1200px){.gallery-item--1{grid-column:1/4;grid-row:1}.gallery-item--2{grid-column:10/13;grid-row:1}.gallery-item--3{grid-column:1/4;grid-row:2}.gallery-item--4{grid-column:10/13;grid-row:2}.gallery-item--5{grid-column:4/10;grid-row:1/3}}.gallery-item__media{position:relative;width:100%;height:100%;min-height:240px;overflow:hidden}@media(min-width:768px){.gallery-item__media{min-height:0;height:100%}}.gallery-item__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.25,.46,.45,.94);display:block;will-change:transform;z-index:1}.gallery-item__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition);z-index:0}.gallery-item__placeholder[data-type=casino]{background:linear-gradient(160deg,#1a1a0a,#0d1a0f,#0a100d);color:#c8a84b59}.gallery-item__placeholder[data-type=casino] svg{width:52px;height:52px}.gallery-item__placeholder[data-type=suite]{background:linear-gradient(160deg,#161a12,#0d1a0f 60%,#0a0d0a);color:#f2eee533}.gallery-item__placeholder[data-type=suite] svg{width:48px;height:48px}.gallery-item__placeholder[data-type=dining]{background:linear-gradient(160deg,#1a1205,#0d1a0f 60%,#0a0e0a);color:#c8a84b4d}.gallery-item__placeholder[data-type=dining] svg{width:44px;height:44px}.gallery-item__placeholder[data-type=pool]{background:linear-gradient(160deg,#0a1420,#0d1a0f,#071014);color:#3ea06859}.gallery-item__placeholder[data-type=pool] svg{width:48px;height:48px}.gallery-item__placeholder[data-type=night]{background:linear-gradient(160deg,#0a0a02,#07100a,#060806);color:#c8a84b40}.gallery-item__placeholder[data-type=night] svg{width:52px;height:52px}.gallery-item__badge{position:absolute;top:1rem;left:1rem;z-index:2;font-family:var(--font-heading);font-size:.625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#c8a84bd9;background:#07100a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:.3rem .65rem;border:1px solid rgba(200,168,75,.2);border-radius:2px;opacity:0;transform:translateY(-4px);transition:opacity .3s ease,transform .3s ease}.gallery-item--5 .gallery-item__badge{font-size:.6875rem;top:1.5rem;left:1.5rem}.gallery-item__caption{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 1.25rem 1rem;background:linear-gradient(to top,rgba(7,16,10,.9) 0%,transparent 100%);font-family:var(--font-heading);font-size:.6875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#f2eee5bf;z-index:2;transform:translateY(4px);opacity:0;transition:opacity .3s ease,transform .3s ease}.gallery-item--5 .gallery-item__caption{font-size:.8125rem;padding:3rem 1.75rem 1.25rem}.gallery-item:hover .gallery-item__img{transform:scale(1.04)}.gallery-item:hover .gallery-item__caption,.gallery-item:hover .gallery-item__badge{opacity:1;transform:translateY(0)}.games-page__hero{padding:calc(var(--header-height) + 3rem) 0 3.5rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.games-page__hero:before{content:"";position:absolute;top:-60px;right:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(200,168,75,.06) 0%,transparent 70%);pointer-events:none}.games-page__title{margin-top:.5rem;margin-bottom:1rem}.games-page__desc{color:var(--text-muted);max-width:600px;line-height:1.75;font-size:1.0625rem}.games-page__notice{margin-top:4rem;padding:1.5rem 2rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.games-page__notice p{font-size:.875rem;color:var(--text-dark);line-height:1.65}.games-page__notice p a{color:var(--gold);font-weight:500}.games-page__notice p a:hover{color:var(--gold-light)}.games-grid{display:grid;gap:1.5rem}@media(min-width:768px){.games-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.games-grid{grid-template-columns:repeat(3,1fr)}}.games-grid__card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.5rem;transition:border-color var(--transition),transform var(--transition);position:relative;overflow:hidden}.games-grid__card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity var(--transition)}.games-grid__card:hover{border-color:var(--gold-dark);transform:translateY(-4px)}.games-grid__card:hover:before{opacity:1}.games-grid__card:hover .games-grid__icon{color:var(--gold-light)}.games-grid__icon-wrap{width:64px;height:64px}.games-grid__icon{width:64px;height:64px;color:var(--gold);transition:color var(--transition)}.games-grid__body{display:flex;flex-direction:column;gap:.5rem;flex:1}.games-grid__tagline{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-family:var(--font-heading)}.games-grid__name{font-size:1.375rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.games-grid__desc{color:var(--text-muted);font-size:.9375rem;line-height:1.65;flex:1}.games-grid__features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.games-grid__features li{font-size:.75rem;font-weight:500;color:var(--text-dark);background:var(--surface-3);border:1px solid var(--border);border-radius:100px;padding:.25rem .75rem;letter-spacing:.02em}.about-page__hero{position:relative;padding:calc(var(--header-height) + 3rem) 0 4rem;background:linear-gradient(160deg,var(--surface) 0%,var(--bg) 60%);border-bottom:1px solid var(--border);overflow:hidden}.about-page__title{margin-top:.5rem;margin-bottom:1rem}.about-page__intro{color:var(--text-muted);max-width:580px;font-size:1.125rem;line-height:1.75}.about-page__decoration{position:absolute;right:-80px;top:50%;transform:translateY(-50%);width:340px;height:340px;color:var(--gold);opacity:.08;pointer-events:none}@media(min-width:1200px){.about-page__decoration{right:5%;opacity:.12}}.about-page__story-grid{display:grid;gap:3rem}@media(min-width:1200px){.about-page__story-grid{grid-template-columns:1fr 1fr;gap:5rem;align-items:start}}.about-page__story-text h2{margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.25rem)}.about-page__story-text p{color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem}.about-page__story-text p:last-child{margin-bottom:0}.about-page__stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.about-page__timeline-section{padding:5rem 0}@media(min-width:768px){.about-page__timeline-section{padding:6rem 0}}@media(min-width:1200px){.about-page__timeline-section{padding:8rem 0}}.about-page__timeline-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-page__timeline-header{margin-bottom:3rem}.about-page__responsible-inner{max-width:680px}.about-page__responsible-inner h2{margin-top:.5rem;margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.25rem)}.about-page__responsible-inner p{color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.about-page__responsible-inner p:last-child{margin-bottom:0}.about-page__link{color:var(--gold);font-weight:500}.about-page__link:hover{color:var(--gold-light)}.about-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;background:var(--surface-2);text-align:center;gap:.25rem}.about-stat__value{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 50%,var(--gold-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.about-stat__label{font-size:.8125rem;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-weight:500}.about-timeline{display:flex;flex-direction:column;gap:0;position:relative}.about-timeline:before{content:"";position:absolute;left:80px;top:0;bottom:0;width:1px;background:var(--border)}@media(min-width:768px){.about-timeline:before{left:100px}}.about-timeline__item{display:flex;gap:2rem;padding:1.75rem 0;position:relative}.about-timeline__item:before{content:"";position:absolute;left:76px;top:2.25rem;width:9px;height:9px;border-radius:50%;background:var(--gold);border:2px solid var(--bg)}@media(min-width:768px){.about-timeline__item:before{left:96px}}.about-timeline__year{font-family:var(--font-heading);font-size:.875rem;font-weight:700;color:var(--gold);width:80px;flex-shrink:0;padding-top:.2rem;letter-spacing:.04em}@media(min-width:768px){.about-timeline__year{width:100px}}.about-timeline__content{padding-left:2rem}.about-timeline__content h3{font-size:1.0625rem;color:var(--text);margin-bottom:.375rem}.about-timeline__content p{color:var(--text-muted);font-size:.9375rem;line-height:1.65}:root{--bg: #07100A;--surface: #0D1A0F;--surface-2: #142419;--surface-3: #1C3022;--border: #233828;--gold: #C8A84B;--gold-light: #E5C06A;--gold-dark: #9A7A32;--jade: #2E7D52;--jade-light: #3EA068;--text: #F2EEE5;--text-muted: #8B9489;--text-dark: #4A5E4D;--error: #E05555;--success: #4CAF50;--font-heading: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--container: 1200px;--radius: 4px;--radius-lg: 8px;--transition: .3s ease;--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 48px rgba(0, 0, 0, .6);--header-height: 68px}@media(min-width:1200px){:root{--header-height: 84px}}.policy-page__hero{padding:calc(var(--header-height) + 3rem) 0 3rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.policy-page__title{color:var(--text);margin-top:.5rem;margin-bottom:.5rem}.policy-page__date{font-size:.875rem;color:var(--text-dark);margin-top:.5rem}.policy-page__content{padding:3rem 0 5rem;max-width:760px}@media(min-width:768px){.policy-page__content{padding:4rem 0 7rem}}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--text);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.policy-section h3{font-size:1rem;color:var(--gold);margin-top:1.25rem;margin-bottom:.5rem;font-weight:600;letter-spacing:.02em}.policy-section p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem}.policy-section p:last-child{margin-bottom:0}.policy-list{margin-top:.75rem;margin-bottom:.75rem;padding-left:0;display:flex;flex-direction:column;gap:.5rem}.policy-list li{color:var(--text-muted);padding-left:1.25rem;position:relative;line-height:1.6}.policy-list li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--gold)}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}@media(min-width:1200px){.container{padding:0 3rem}}.section{padding:5rem 0}@media(min-width:768px){.section{padding:6rem 0}}@media(min-width:1200px){.section{padding:8rem 0}}.section-label{display:inline-block;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-title{margin-bottom:1.25rem;color:var(--text)}.section-desc{color:var(--text-muted);font-size:1.0625rem;max-width:560px;line-height:1.75}main{flex:1}
