:root {
    --ar-ink: #07111f;
    --ar-ink-2: #111827;
    --ar-panel: #ffffff;
    --ar-panel-soft: #f4f7fb;
    --ar-line: rgba(7, 17, 31, 0.12);
    --ar-muted: #5c6677;
    --ar-cobalt: #2864ff;
    --ar-lime: #bcff3d;
    --ar-orange: #ff8a2a;
    --ar-violet: #895cff;
    --ar-cyan: #38d5ff;
    --ar-white: #fbfdff;
    --ar-shadow: 0 18px 55px rgba(7, 17, 31, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #e8edf5;
    color: var(--ar-ink);
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    min-width: 320px;
}

body.ar-modal-open {
    overflow: hidden;
}

a {
    color: var(--ar-cobalt);
}

a:hover,
a:focus {
    color: #1744b8;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid rgba(188, 255, 61, 0.75);
    outline-offset: 3px;
}

p {
    color: var(--ar-muted);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 18px;
}

h1,
h2,
h3,
h4,
h5,
.brand-name,
.navbar-nav > li > a {
    font-family: 'Oswald', Impact, sans-serif;
    letter-spacing: 0;
}

.skip-link {
    background: var(--ar-lime);
    color: var(--ar-ink);
    left: 16px;
    padding: 10px 14px;
    position: absolute;
    top: -80px;
    z-index: 5000;
}

.skip-link:focus {
    top: 16px;
}

.site-header-bg {
    background: #060b14;
    color: var(--ar-white);
    padding: 18px 0;
}

.site-header-bg .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.brand-lockup {
    align-items: center;
    color: var(--ar-white);
    display: inline-flex;
    gap: 12px;
    text-decoration: none;
}

.brand-lockup:hover,
.brand-lockup:focus {
    color: var(--ar-white);
    text-decoration: none;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--ar-lime), var(--ar-orange));
    border-radius: 8px;
    color: var(--ar-ink);
    display: inline-flex;
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.brand-name {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.brand-subline {
    color: #aeb9cb;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.top-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.top-stat {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #d9e2f0;
    display: inline-block;
    font-size: 13px;
    padding: 9px 12px;
}

.btn-arcade {
    background: var(--ar-lime);
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--ar-ink);
    display: inline-flex;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 11px 18px;
    text-transform: uppercase;
    transition: background-color .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}

.btn-arcade:hover,
.btn-arcade:focus {
    background: transparent;
    border-color: var(--ar-lime);
    color: var(--ar-lime);
    text-decoration: none;
}

.btn-arcade.btn-cobalt {
    background: var(--ar-cobalt);
    color: #fff;
}

.btn-arcade.btn-cobalt:hover,
.btn-arcade.btn-cobalt:focus {
    background: transparent;
    border-color: var(--ar-cobalt);
    color: var(--ar-cobalt);
}

.btn-arcade.btn-muted {
    background: #eef2f8;
    border-color: #d8e0ec;
    color: var(--ar-ink);
}

.btn-arcade.btn-muted:hover,
.btn-arcade.btn-muted:focus {
    background: #fff;
    border-color: var(--ar-cobalt);
    color: var(--ar-cobalt);
}

.btn-arcade.btn-outline {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
}

.btn-arcade.btn-outline:hover,
.btn-arcade.btn-outline:focus {
    border-color: var(--ar-lime);
    color: var(--ar-lime);
}

.main-header {
    background: #060b14;
    color: var(--ar-white);
    overflow: hidden;
    position: relative;
    text-align: center;
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 58px;
}

.navbar-default {
    background: rgba(6, 11, 20, 0.94);
    border-color: rgba(255, 255, 255, 0.12);
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-default .navbar-nav > li > a {
    color: #d8e1f2;
    font-size: 15px;
    font-weight: 500;
    min-height: 58px;
    padding: 20px 15px 18px;
    position: relative;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:after {
    background: linear-gradient(90deg, var(--ar-lime), var(--ar-orange));
    bottom: 12px;
    content: "";
    height: 2px;
    left: 16px;
    position: absolute;
    right: 16px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    color: var(--ar-white);
}

.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
    transform: scaleX(1);
}

.navbar-default .navbar-toggle {
    border-color: rgba(255, 255, 255, 0.32);
    border-radius: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: var(--ar-white);
}

.nav-action {
    padding: 8px 0 8px 12px;
}

.nav-action .btn-arcade {
    min-height: 40px;
    padding: 10px 16px;
}

.intro {
    background:
        radial-gradient(circle at 15% 18%, rgba(40, 100, 255, 0.5), transparent 30%),
        radial-gradient(circle at 82% 24%, rgba(255, 138, 42, 0.34), transparent 26%),
        linear-gradient(135deg, #091322 0%, #15213a 48%, #101525 100%);
    margin-bottom: -82px;
    min-height: 560px;
    padding: 92px 0 150px;
    position: relative;
    text-align: left;
    z-index: 11;
}

.inner-header .intro {
    margin-bottom: -54px;
    min-height: 330px;
    padding: 70px 0 104px;
}

.overlay {
    background:
        linear-gradient(115deg, rgba(6, 11, 20, 0.76), rgba(6, 11, 20, 0.34)),
        repeating-linear-gradient(125deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 24px);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.nutral {
    background-color: #e8edf5;
    height: 82px;
    position: relative;
    z-index: 10;
}

.inner-header .nutral {
    height: 54px;
}

.hero-copy,
.inner-hero-copy,
.hero-stack {
    position: relative;
    z-index: 2;
}

.eyebrow {
    color: var(--ar-lime);
    display: inline-block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.header-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.02;
    margin: 0 0 22px;
    max-width: 720px;
    text-transform: uppercase;
}

.main-header p {
    color: #d7e0ef;
    font-size: 18px;
    line-height: 1.65;
    max-width: 620px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-stack {
    min-height: 360px;
}

.hero-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    color: #fff;
    min-height: 136px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 260px;
}

.hero-card:before {
    background: linear-gradient(135deg, rgba(188, 255, 61, 0.85), rgba(40, 100, 255, 0.55));
    content: "";
    height: 110px;
    position: absolute;
    right: -34px;
    top: -32px;
    transform: rotate(20deg);
    width: 150px;
}

.hero-card strong,
.hero-card span {
    display: block;
    position: relative;
}

.hero-card strong {
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
}

.hero-card span {
    color: var(--ar-lime);
    margin-top: 12px;
}

.shot-one {
    left: 24px;
    top: 8px;
}

.shot-two {
    right: 0;
    top: 126px;
}

.shot-three {
    left: 74px;
    top: 248px;
}

.breadcrumb {
    background: transparent;
    margin: 0 0 20px;
    padding: 0;
}

.breadcrumb > li,
.breadcrumb > li > a {
    color: #dbe5f4;
    font-family: 'Roboto', Arial, sans-serif;
}

.breadcrumb > .active {
    color: var(--ar-lime);
}

.section-bg,
.page-bgc {
    background-color: var(--ar-panel);
    border-radius: 0;
}

.section-bg {
    padding-bottom: 76px;
}

.page-bgc {
    padding-bottom: 90px;
}

.title-box {
    padding: 78px 0 34px;
    text-align: center;
    text-transform: uppercase;
}

.title-box p {
    color: var(--ar-cobalt);
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 8px;
}

.title {
    color: var(--ar-ink);
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.title span {
    color: var(--ar-orange);
}

.boxed {
    padding: 0 80px;
}

.text-lead {
    color: #3f4858;
    font-size: 17px;
    line-height: 1.75;
}

.feature-panel,
.quick-band,
.utility-panel,
.cta-panel,
.legal-panel,
.form-panel,
.empty-state {
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    box-shadow: var(--ar-shadow);
}

.feature-panel {
    background:
        linear-gradient(145deg, rgba(40, 100, 255, 0.08), rgba(188, 255, 61, 0.08)),
        #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
    overflow: hidden;
    padding: 22px;
}

.feature-media {
    background: #111827;
    border: 0;
    border-radius: 8px;
    min-height: 360px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.feature-copy {
    align-self: center;
    padding: 16px 12px 16px 0;
}

.feature-copy h3 {
    font-size: 42px;
    line-height: 1.05;
    margin: 12px 0 16px;
    text-transform: uppercase;
}

.category-badge,
.game-status,
.small-badge {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    min-height: 28px;
    padding: 8px 10px;
    text-transform: uppercase;
}

.category-badge {
    background: rgba(40, 100, 255, 0.1);
    color: var(--ar-cobalt);
}

.game-status {
    background: rgba(188, 255, 61, 0.18);
    color: #cfff72;
}

.small-badge {
    background: rgba(255, 138, 42, 0.14);
    color: #c95600;
}

.game-media {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
        linear-gradient(135deg, #2864ff, #895cff);
    border-radius: 8px;
    height: 100%;
    min-height: 210px;
    overflow: hidden;
    position: relative;
}

.game-media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.game-media.is-fallback img {
    display: none;
}

.game-fallback {
    align-items: flex-end;
    color: #fff;
    display: none;
    height: 100%;
    inset: 0;
    padding: 20px;
    position: absolute;
}

.game-media.is-fallback .game-fallback {
    display: flex;
}

.game-fallback:before,
.game-fallback:after {
    content: "";
    position: absolute;
}

.game-fallback:before {
    background: rgba(188, 255, 61, 0.62);
    height: 90px;
    right: -18px;
    top: 28px;
    transform: skewX(-18deg);
    width: 150px;
}

.game-fallback:after {
    border: 2px solid rgba(255, 255, 255, 0.6);
    bottom: 42px;
    height: 84px;
    left: 26px;
    transform: rotate(-10deg);
    width: 126px;
}

.game-fallback span {
    display: block;
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 30px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.game-tone-1 {
    background: linear-gradient(135deg, #1548d6, #ff8a2a);
}

.game-tone-2 {
    background: linear-gradient(135deg, #101827, #38d5ff);
}

.game-tone-3 {
    background: linear-gradient(135deg, #895cff, #bcff3d);
}

.game-tone-4 {
    background: linear-gradient(135deg, #ff8a2a, #2864ff);
}

.game-tone-5 {
    background: linear-gradient(135deg, #0f766e, #facc15);
}

.game-tone-6 {
    background: linear-gradient(135deg, #be185d, #38d5ff);
}

.game-grid,
.collection-grid,
.benefit-grid,
.style-grid,
.category-grid,
.steps-grid {
    display: grid;
    gap: 22px;
}

.game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.style-grid,
.category-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.game-card {
    background: #fff;
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    box-shadow: 0 12px 36px rgba(7, 17, 31, 0.09);
    overflow: hidden;
    position: relative;
}

.game-card-main {
    background: transparent;
    border: 0;
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.game-card-main .game-media {
    border-radius: 0;
    min-height: 205px;
}

.game-card-large {
    grid-column: span 2;
}

.game-card-large .game-card-main .game-media {
    min-height: 300px;
}

.game-play-chip {
    align-items: center;
    background: rgba(6, 11, 20, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    bottom: 14px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    gap: 7px;
    left: 14px;
    min-height: 34px;
    padding: 8px 10px;
    position: absolute;
    text-transform: uppercase;
}

.game-card-body {
    padding: 18px;
}

.game-card-body h3 {
    font-size: 24px;
    line-height: 1.12;
    margin: 12px 0 8px;
    text-transform: uppercase;
}

.game-card-body p {
    min-height: 50px;
}

.card-actions,
.inline-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.playlist-btn,
.icon-btn {
    align-items: center;
    background: #eef2f8;
    border: 1px solid #d6deea;
    border-radius: 8px;
    color: var(--ar-ink);
    display: inline-flex;
    font-weight: 800;
    gap: 7px;
    justify-content: center;
    min-height: 42px;
    min-width: 42px;
    padding: 10px 12px;
}

.playlist-btn:hover,
.playlist-btn:focus,
.icon-btn:hover,
.icon-btn:focus {
    background: #fff;
    border-color: var(--ar-cobalt);
    color: var(--ar-cobalt);
}

.playlist-btn.is-saved {
    background: rgba(188, 255, 61, 0.24);
    border-color: rgba(100, 156, 0, 0.35);
    color: #335300;
}

.quick-band {
    background: #07111f;
    color: #fff;
    overflow: hidden;
    padding: 24px;
}

.quick-band h3,
.quick-band p {
    color: #fff;
}

.quick-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-tile {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fff;
    min-height: 122px;
    padding: 14px;
    text-align: left;
    width: 100%;
}

.quick-tile:hover,
.quick-tile:focus {
    border-color: var(--ar-lime);
    color: #fff;
}

.quick-tile strong {
    display: block;
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 23px;
    line-height: 1.05;
    margin: 10px 0;
    text-transform: uppercase;
}

.utility-panel,
.cta-panel,
.form-panel,
.legal-panel,
.empty-state {
    background: #fff;
    padding: 28px;
}

.utility-panel.dark,
.cta-panel {
    background:
        radial-gradient(circle at 8% 0%, rgba(188, 255, 61, 0.18), transparent 30%),
        linear-gradient(135deg, #07111f, #1b2234);
    color: #fff;
}

.utility-panel.dark p,
.cta-panel p {
    color: #dce6f4;
}

.preview-header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.preview-header h3 {
    font-size: 28px;
    margin: 0;
    text-transform: uppercase;
}

.category-card,
.style-card,
.benefit-card,
.step-card {
    background: #fff;
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    color: var(--ar-ink);
    display: block;
    min-height: 145px;
    padding: 18px;
    text-decoration: none;
}

.category-card:hover,
.category-card:focus,
.style-card:hover,
.style-card:focus {
    border-color: var(--ar-cobalt);
    color: var(--ar-ink);
    text-decoration: none;
}

.category-card span,
.style-card span,
.benefit-card span,
.step-card span {
    color: var(--ar-orange);
    display: inline-block;
    font-size: 28px;
    margin-bottom: 12px;
}

.category-card strong,
.style-card strong,
.benefit-card strong,
.step-card strong {
    display: block;
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.benefit-card,
.step-card {
    background: var(--ar-panel-soft);
}

.filter-shell {
    background: var(--ar-panel-soft);
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    margin-bottom: 26px;
    padding: 18px;
}

.search-input {
    border: 1px solid #cfd8e6;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    min-height: 46px;
    padding: 10px 14px;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.filter-btn {
    background: #fff;
    border: 1px solid #d7deea;
    border-radius: 8px;
    color: var(--ar-ink);
    font-weight: 800;
    min-height: 38px;
    padding: 9px 12px;
}

.filter-btn.is-active,
.filter-btn:hover,
.filter-btn:focus {
    background: var(--ar-cobalt);
    border-color: var(--ar-cobalt);
    color: #fff;
}

.count-line {
    color: var(--ar-muted);
    font-weight: 800;
    margin: 14px 0 0;
    text-transform: uppercase;
}

.empty-state {
    text-align: center;
}

.empty-state h3 {
    font-size: 27px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.faq-list {
    max-width: 860px;
    margin: 0 auto;
}

.panel-group .panel {
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 10px;
    overflow: hidden;
}

.panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background: #fff;
}

.panel-title a {
    color: var(--ar-ink);
    display: block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 18px 48px 18px 18px;
    position: relative;
    text-decoration: none;
}

.panel-title a:after {
    color: var(--ar-cobalt);
    content: "\f126";
    font-family: 'ionicons';
    position: absolute;
    right: 18px;
    top: 18px;
}

.panel-title a.collapsed:after {
    content: "\f123";
}

.panel-body {
    color: var(--ar-muted);
    line-height: 1.7;
    padding: 0 18px 18px;
}

.contact-form label {
    color: var(--ar-ink);
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-form .form-control {
    border: 1px solid #d6deea;
    border-radius: 8px;
    box-shadow: none;
    min-height: 46px;
}

.contact-form textarea.form-control {
    min-height: 150px;
}

.form-note {
    border-radius: 8px;
    margin-top: 18px;
    padding: 14px;
}

.form-note.success {
    background: rgba(188, 255, 61, 0.18);
    color: #284600;
}

.form-note.error {
    background: rgba(255, 138, 42, 0.14);
    color: #7a3300;
}

.contact-detail {
    background: var(--ar-panel-soft);
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
}

.contact-detail h4 {
    margin: 0 0 8px;
    text-transform: uppercase;
}

.legal-panel h2,
.legal-panel h3 {
    margin-top: 34px;
    text-transform: uppercase;
}

.legal-panel h2:first-child,
.legal-panel h3:first-child {
    margin-top: 0;
}

.footer-widget {
    background: #060b14;
    color: #dbe5f4;
    padding: 66px 0 50px;
}

.footer-widget h3 {
    color: #fff;
    font-size: 21px;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.footer-widget p {
    color: #aeb9cb;
}

.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 10px;
}

.footer-widget a {
    color: #dbe5f4;
}

.footer-widget a:hover,
.footer-widget a:focus {
    color: var(--ar-lime);
}

.footer {
    background: #04070d;
    color: #aeb9cb;
    padding: 18px 0;
    text-align: center;
}

.footer p {
    color: #aeb9cb;
    margin: 0;
}

.ar-game-modal[hidden],
.cookie-banner[hidden] {
    display: none;
}

.ar-game-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 4000;
}

.ar-game-backdrop {
    background: rgba(3, 7, 14, 0.82);
    inset: 0;
    position: absolute;
}

.ar-game-window {
    background: #07111f;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
    color: #fff;
    display: flex;
    flex-direction: column;
    max-height: calc(100dvh - 32px);
    max-width: 1180px;
    overflow: hidden;
    position: relative;
    width: min(1180px, 100%);
}

.ar-game-toolbar {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 14px 16px;
}

.ar-game-heading h2 {
    font-size: 26px;
    margin: 6px 0 0;
    text-transform: uppercase;
}

.ar-game-toolbar-actions {
    display: flex;
    gap: 8px;
}

.ar-game-toolbar .playlist-btn,
.ar-game-toolbar .icon-btn {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.ar-game-toolbar .playlist-btn.is-saved {
    background: rgba(188, 255, 61, 0.24);
    color: var(--ar-lime);
}

.ar-game-screen {
    background: #02050a;
    height: min(72dvh, 690px);
    min-height: 430px;
    position: relative;
}

.ar-game-screen iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.ar-game-loading {
    align-items: center;
    background:
        radial-gradient(circle at center, rgba(40, 100, 255, 0.28), transparent 42%),
        #02050a;
    color: #fff;
    display: flex;
    font-family: 'Oswald', Impact, sans-serif;
    font-size: 28px;
    inset: 0;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    z-index: 2;
}

.ar-game-loading[hidden] {
    display: none;
}

.cookie-banner {
    background: #fff;
    border: 1px solid var(--ar-line);
    border-radius: 8px;
    bottom: 18px;
    box-shadow: var(--ar-shadow);
    left: 18px;
    max-width: 560px;
    padding: 18px;
    position: fixed;
    z-index: 3000;
}

.cookie-banner p {
    margin-bottom: 12px;
}

.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 991px) {
    .boxed {
        padding: 0 28px;
    }

    .feature-panel {
        grid-template-columns: 1fr;
    }

    .feature-copy {
        padding: 0;
    }

    .game-grid,
    .collection-grid,
    .benefit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .style-grid,
    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .game-card-large {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .site-header-bg {
        padding: 14px 0;
    }

    .site-header-bg .row {
        display: block;
    }

    .top-actions {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .navbar .navbar-nav {
        display: block;
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        min-height: 46px;
        padding: 14px 15px;
    }

    .nav-action {
        padding: 8px 15px 16px;
    }

    .nav-action .btn-arcade {
        width: 100%;
    }

    .intro {
        margin-bottom: -46px;
        min-height: 0;
        padding: 56px 0 88px;
    }

    .inner-header .intro {
        min-height: 0;
        padding: 48px 0 82px;
    }

    .nutral,
    .inner-header .nutral {
        height: 46px;
    }

    .header-title {
        font-size: 43px;
    }

    .hero-stack {
        min-height: 310px;
        margin-top: 30px;
    }

    .hero-card {
        width: 230px;
    }

    .shot-one {
        left: 0;
    }

    .shot-two {
        right: 0;
    }

    .shot-three {
        left: 34px;
    }

    .boxed {
        padding: 0 15px;
    }

    .title-box {
        padding: 58px 0 28px;
    }

    .title {
        font-size: 30px;
    }

    .quick-row {
        display: flex;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
    }

    .quick-tile {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .game-grid,
    .collection-grid,
    .benefit-grid,
    .style-grid,
    .category-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .feature-media {
        min-height: 250px;
    }

    .feature-copy h3 {
        font-size: 34px;
    }

    .preview-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .ar-game-modal {
        padding: 8px;
    }

    .ar-game-window {
        max-height: calc(100dvh - 16px);
    }

    .ar-game-toolbar {
        align-items: flex-start;
    }

    .ar-game-heading h2 {
        font-size: 21px;
    }

    .ar-game-screen {
        height: calc(100dvh - 128px);
        min-height: 320px;
    }

    .cookie-banner {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}