:root {
  --ink: #17233a;
  --ink-soft: #667087;
  --navy: #172b4d;
  --navy-2: #213b68;
  --coral: #ff6f61;
  --sun: #ffc85a;
  --mint: #59d6b1;
  --sky: #7cc8ff;
  --paper: #fffaf1;
  --white: #ffffff;
  --line: rgba(23, 35, 58, .11);
  --shadow: 0 24px 65px rgba(31, 45, 74, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.site-noise { position: fixed; z-index: 100; inset: 0; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }

.site-header { position: sticky; z-index: 90; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 82px; padding: 12px max(28px, calc((100vw - 1420px) / 2)); border-bottom: 1px solid rgba(23,35,58,.08); background: rgba(255,250,241,.9); backdrop-filter: blur(18px); }
.site-logo { display: flex; align-items: center; }
.brand-logo-image { display: block; width: 205px; height: auto; }
.logo-mark { position: relative; display: grid; flex: 0 0 auto; grid-template-columns: repeat(2, 9px); gap: 3px; width: 39px; height: 39px; padding: 9px; overflow: visible; border-radius: 13px; background: var(--navy); box-shadow: 0 7px 16px rgba(23,43,77,.2); transform: rotate(-2deg); }
.logo-mark i { border-radius: 3px; background: var(--sun); }
.logo-mark i:nth-child(2) { background: var(--coral); }
.logo-mark i:nth-child(3) { background: var(--mint); }
.logo-mark i:nth-child(4) { background: var(--sky); }
.logo-mark b { position: absolute; right: -6px; top: -7px; color: var(--coral); font-size: 12px; text-shadow: 0 2px 0 white; transform: rotate(14deg); }
.logo-type { display: grid; margin-left: 10px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 800; line-height: .95; letter-spacing: .12em; }
.logo-type strong:last-child { color: var(--coral); }
.site-logo > small { margin-left: 12px; padding-left: 12px; border-left: 1px solid var(--line); color: #9a9fae; font-size: 7px; letter-spacing: .16em; }

.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.main-nav a { position: relative; padding: 12px 0; color: #747d90; font-size: 12px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 0; height: 2px; border-radius: 3px; background: var(--coral); transform: translateX(-50%); transition: width .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); }
.main-nav a:hover::after, .main-nav a.active::after { width: 16px; }

.header-tools { display: flex; align-items: center; gap: 10px; }
.header-search { display: flex; align-items: center; width: 190px; height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.65); transition: .2s; }
.header-search:focus-within { width: 220px; border-color: rgba(255,111,97,.42); box-shadow: 0 0 0 3px rgba(255,111,97,.08); }
.header-search svg, .round-tool svg { width: 17px; fill: none; stroke: #8c93a2; stroke-width: 1.8; stroke-linecap: round; }
.header-search input { width: 100%; margin-left: 8px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 11px; }
.header-search input::placeholder { color: #a1a7b2; }
.round-tool { display: none; }
.avatar-button { width: 38px; height: 38px; border: 0; border-radius: 13px; color: white; background: linear-gradient(145deg, var(--coral), #ff8b6d); box-shadow: 0 7px 16px rgba(255,111,97,.22); font-size: 12px; font-weight: 800; cursor: pointer; }

main { display: block; }
.hero-section { position: relative; display: grid; grid-template-columns: minmax(330px, .9fr) minmax(510px, 1.4fr) 70px; align-items: center; gap: clamp(30px, 4vw, 68px); width: min(1420px, calc(100% - 56px)); min-height: 650px; margin: 0 auto; padding: 68px 0 80px; }
.hero-section::before { content: ""; position: absolute; z-index: -1; left: -20vw; right: -20vw; top: 0; bottom: 0; background: radial-gradient(circle at 22% 38%, rgba(124,200,255,.14), transparent 23%), radial-gradient(circle at 72% 28%, rgba(255,200,90,.14), transparent 23%); }
.hero-copy { max-width: 500px; }
.hero-kicker { display: flex; align-items: center; gap: 8px; margin: 0 0 22px; color: #e75e54; font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.hero-kicker span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 7px; color: var(--coral); background: rgba(255,111,97,.1); font-size: 9px; }
.hero-copy h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(46px, 5.3vw, 78px); line-height: 1.02; letter-spacing: -.065em; }
.hero-copy h1 em { position: relative; z-index: 1; color: var(--coral); font-style: normal; white-space: nowrap; }
.hero-copy h1 em::after { content: ""; position: absolute; z-index: -1; left: -2%; right: -2%; bottom: 4px; height: 14px; border-radius: 30% 60% 25% 50%; background: rgba(255,200,90,.42); transform: rotate(-1deg); }
.hero-copy > p:not(.hero-kicker) { max-width: 435px; margin: 25px 0 28px; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 23px; }
.primary-cta { display: flex; align-items: center; justify-content: space-between; min-width: 174px; height: 54px; padding: 0 18px 0 20px; border-radius: 16px; color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(23,43,77,.2); font-size: 12px; font-weight: 800; transition: .2s; }
.primary-cta b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 9px; color: var(--navy); background: var(--sun); font-size: 15px; }
.primary-cta:hover { transform: translateY(-3px); box-shadow: 0 17px 32px rgba(23,43,77,.25); }
.text-cta { color: #5e687d; font-size: 11px; font-weight: 700; }
.text-cta span { display: inline-block; margin-left: 5px; color: var(--coral); transition: transform .2s; }
.text-cta:hover span { transform: translateY(3px); }
.trust-row { display: flex; gap: 20px; margin-top: 28px; color: #8e95a4; font-size: 8px; font-weight: 700; letter-spacing: .03em; }
.trust-row i { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-right: 4px; border-radius: 50%; color: #16896a; background: rgba(89,214,177,.16); font-size: 8px; font-style: normal; }

.featured-card { position: relative; overflow: hidden; border: 1px solid rgba(23,35,58,.12); border-radius: 30px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); transition: transform .3s; }
.featured-card:hover { transform: rotate(0) translateY(-4px); }
.featured-art { position: relative; height: 410px; overflow: hidden; background: #173a2a; }
.featured-art > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.featured-card:hover .featured-art > img { transform: scale(1.035); }
.editor-badge, .live-badge { position: absolute; z-index: 2; top: 20px; padding: 8px 11px; border-radius: 10px; font-size: 7px; font-weight: 800; letter-spacing: .12em; backdrop-filter: blur(8px); }
.editor-badge { left: 20px; color: #30425e; background: rgba(255,255,255,.88); }
.editor-badge i { color: var(--coral); font-style: normal; }
.live-badge { right: 20px; color: white; background: rgba(16,36,27,.67); }
.live-badge i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #8cf5b6; box-shadow: 0 0 7px #8cf5b6; }
.floating-tile { position: absolute; z-index: 2; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; background: linear-gradient(145deg, #f6d594, #dda954); box-shadow: inset 0 2px 2px rgba(255,255,255,.5), 0 10px 17px rgba(0,0,0,.2); animation: tileFloat 3.5s ease-in-out infinite alternate; }
.tile-one { left: 16%; top: 39%; rotate: 8deg; }
.tile-two { right: 13%; top: 29%; rotate: -12deg; animation-delay: -1.4s; }
.tile-three { right: 22%; bottom: 14%; rotate: 18deg; animation-delay: -2.4s; }
@keyframes tileFloat { to { translate: 0 -12px; rotate: 8deg; } }
.featured-info { display: flex; align-items: center; justify-content: space-between; min-height: 115px; padding: 19px 22px 19px 25px; }
.game-category { color: #e9655a; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.featured-info h2 { margin: 5px 0 4px; font-family: "Manrope", sans-serif; font-size: 22px; letter-spacing: -.03em; }
.featured-info p { margin: 0; color: #7e8798; font-size: 10px; }
.play-round { position: relative; display: grid; flex: 0 0 50px; place-items: center; width: 50px; height: 50px; border-radius: 17px; background: var(--coral); box-shadow: 0 10px 20px rgba(255,111,97,.24); transition: .2s; }
.play-round:hover { transform: scale(1.06) rotate(-2deg); }
.play-round i, .hover-play i { width: 0; height: 0; margin-left: 4px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid white; }
.hero-side-note { display: flex; height: 350px; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid var(--line); color: #a2a8b3; text-align: center; }
.hero-side-note > span { font-size: 7px; letter-spacing: .18em; writing-mode: vertical-rl; }
.hero-side-note strong { margin: 17px 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: 35px; }
.hero-side-note small { font-size: 7px; line-height: 1.5; }

.games-section { position: relative; padding: 76px max(28px, calc((100vw - 1420px) / 2)) 95px; background: #f3f6f8; }
.games-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .38; background: radial-gradient(circle at 0 0, rgba(124,200,255,.18), transparent 25%), radial-gradient(circle at 100% 65%, rgba(255,111,97,.11), transparent 20%); }
.section-heading, .filter-row, .game-grid, .empty-state { position: relative; z-index: 1; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; }
.section-heading > div > p { margin: 0 0 6px; color: #e75f55; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(32px, 3vw, 45px); letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 6px; color: #8c94a4; font-size: 9px; }
.section-heading > p span { color: var(--ink); font-weight: 800; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 31px; }
.filter-chip { height: 36px; padding: 0 15px; border: 1px solid rgba(23,35,58,.1); border-radius: 99px; color: #6d7689; background: rgba(255,255,255,.65); font-size: 9px; font-weight: 800; cursor: pointer; transition: .2s; }
.filter-chip:hover { border-color: rgba(255,111,97,.32); color: var(--coral); }
.filter-chip.active { border-color: var(--navy); color: white; background: var(--navy); }
.game-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px 19px; }
.game-card { min-width: 0; }
.cover-link { position: relative; display: block; overflow: hidden; aspect-ratio: 1.28; border-radius: 20px; background: #e7ebef; box-shadow: 0 12px 28px rgba(39,53,78,.1); }
.cover-link img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s; }
.game-card:not(.live-game) .cover-link img { filter: saturate(.82); }
.game-card:hover .cover-link img { transform: scale(1.04); }
.card-status { position: absolute; left: 12px; top: 12px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.23); border-radius: 9px; color: white; background: rgba(23,35,58,.62); backdrop-filter: blur(7px); font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.card-status.playable { background: rgba(21,98,73,.74); }
.card-status.playable i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #9af5bb; box-shadow: 0 0 6px #9af5bb; }
.hover-play { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 18px; background: var(--coral); box-shadow: 0 15px 30px rgba(24,34,53,.28); opacity: 0; transform: translate(-50%,-40%) scale(.7); transition: .25s; }
.live-game:hover .hover-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.game-meta { display: flex; align-items: flex-start; justify-content: space-between; padding: 13px 4px 0; }
.game-meta h3 { margin: 0 0 3px; overflow: hidden; font-family: "Manrope", sans-serif; font-size: 13px; letter-spacing: -.02em; text-overflow: ellipsis; white-space: nowrap; }
.game-meta p { margin: 0; color: #8a92a2; font-size: 8px; }
.rating { flex: 0 0 auto; margin-top: 2px; color: #b67a13; font-size: 8px; font-weight: 800; }
.soon-dot { flex: 0 0 auto; margin-top: 2px; padding: 4px 6px; border-radius: 6px; color: #9199a7; background: #e4e8ec; font-size: 6px; font-weight: 800; letter-spacing: .08em; }
.empty-state { padding: 65px 20px; border: 1px dashed rgba(23,35,58,.15); border-radius: 22px; text-align: center; background: rgba(255,255,255,.45); }
.empty-state > span { font-size: 34px; }
.empty-state h3 { margin: 8px 0 4px; }
.empty-state p { margin: 0 0 16px; color: #8a92a2; font-size: 11px; }
.empty-state button { height: 38px; padding: 0 16px; border: 0; border-radius: 11px; color: white; background: var(--navy); font-size: 9px; font-weight: 800; cursor: pointer; }

.promise-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 76px 0; }
.promise-section > div { padding: 10px clamp(25px, 4vw, 58px); text-align: center; }
.promise-section > div + div { border-left: 1px solid var(--line); }
.promise-icon { display: grid; place-items: center; width: 42px; height: 42px; margin: 0 auto 13px; border-radius: 14px; color: var(--navy); background: rgba(124,200,255,.2); font-size: 18px; }
.promise-section > div:nth-child(2) .promise-icon { color: #d45850; background: rgba(255,111,97,.15); }
.promise-section > div:nth-child(3) .promise-icon { color: #8b671e; background: rgba(255,200,90,.22); }
.promise-section h3 { margin: 0 0 7px; font-family: "Manrope", sans-serif; font-size: 13px; }
.promise-section p { margin: 0; color: #858d9d; font-size: 9px; line-height: 1.65; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 42px max(28px, calc((100vw - 1420px) / 2)); color: rgba(255,255,255,.7); background: var(--navy); }
.footer-logo { color: white; }
.footer-brand-image { width: 210px; }
.footer-logo .logo-mark { background: white; box-shadow: none; }
.footer-logo .logo-type strong:first-child { color: white; }
.site-footer > div:first-child > p { margin: 10px 0 0; color: rgba(255,255,255,.38); font-size: 8px; }
.footer-links { display: flex; gap: 25px; font-size: 9px; font-weight: 700; }
.footer-links a:hover { color: var(--sun); }
.copyright { justify-self: end; margin: 0; color: rgba(255,255,255,.3); font-size: 7px; }

.search-overlay { position: fixed; z-index: 200; inset: 0; display: grid; place-items: start center; visibility: hidden; padding-top: 90px; background: rgba(18,31,53,.5); backdrop-filter: blur(8px); opacity: 0; transition: .2s; }
.search-overlay.open { visibility: visible; opacity: 1; }
.search-panel { position: relative; width: min(570px, calc(100% - 28px)); padding: 27px; border-radius: 24px; background: var(--paper); box-shadow: 0 30px 80px rgba(20,30,50,.3); transform: translateY(-10px); transition: .25s; }
.search-overlay.open .search-panel { transform: translateY(0); }
.search-panel > button { position: absolute; right: 14px; top: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: #737d8e; background: rgba(23,35,58,.06); font-size: 21px; cursor: pointer; }
.search-panel label span { display: block; margin-bottom: 9px; color: #e45e55; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.search-panel input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: white; font-size: 14px; }
.search-panel input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,111,97,.1); }
.search-panel small { display: block; margin-top: 8px; color: #979daa; font-size: 8px; }
.profile-toast { position: fixed; z-index: 250; left: 50%; bottom: 24px; padding: 11px 17px; border-radius: 99px; color: white; background: rgba(23,35,58,.92); box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 10px; opacity: 0; pointer-events: none; transform: translate(-50%,15px); transition: .2s; }
.profile-toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1100px) {
  .site-logo > small { display: none; }
  .brand-logo-image { width: 184px; }
  .main-nav { gap: 20px; }
  .main-nav a:nth-child(3), .main-nav a:nth-child(4) { display: none; }
  .hero-section { grid-template-columns: minmax(280px,.8fr) minmax(460px,1.3fr); }
  .hero-side-note { display: none; }
  .featured-art { height: 360px; }
  .game-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 800px) {
  .site-header { grid-template-columns: auto 1fr auto; min-height: 72px; padding: 10px 18px; }
  .main-nav { display: none; }
  .header-tools { grid-column: 3; }
  .header-search { display: none; }
  .round-tool { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.7); }
  .hero-section { display: flex; width: min(100% - 32px, 620px); min-height: auto; flex-direction: column; padding: 48px 0 64px; }
  .hero-copy { max-width: 560px; text-align: center; }
  .hero-kicker, .hero-actions, .trust-row { justify-content: center; }
  .hero-copy > p:not(.hero-kicker) { margin-left: auto; margin-right: auto; }
  .featured-card { width: 100%; max-width: 620px; transform: none; }
  .featured-art { height: auto; aspect-ratio: 1.25; }
  .games-section { padding: 60px 18px 70px; }
  .game-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .promise-section { width: min(100% - 32px, 600px); }
  .site-footer { grid-template-columns: 1fr auto; }
  .copyright { display: none; }
}

@media (max-width: 520px) {
  .brand-logo-image { width: 167px; }
  .avatar-button { display: none; }
  .hero-copy h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-copy > p:not(.hero-kicker) { font-size: 12px; }
  .hero-actions { flex-direction: column; gap: 15px; }
  .primary-cta { width: min(100%, 260px); }
  .trust-row { gap: 9px; }
  .trust-row span { font-size: 7px; }
  .featured-info { min-height: 103px; padding: 16px 17px; }
  .featured-info h2 { font-size: 18px; }
  .featured-info p { max-width: 230px; font-size: 8px; }
  .play-round { width: 45px; height: 45px; border-radius: 15px; }
  .section-heading { align-items: flex-start; }
  .section-heading > p { margin-top: 10px; }
  .filter-row { flex-wrap: nowrap; margin-right: -18px; padding-right: 18px; overflow-x: auto; scrollbar-width: none; }
  .filter-row::-webkit-scrollbar { display: none; }
  .filter-chip { flex: 0 0 auto; }
  .game-grid { gap: 28px 11px; }
  .cover-link { border-radius: 15px; }
  .game-meta h3 { font-size: 11px; }
  .card-status { left: 8px; top: 8px; padding: 6px 7px; }
  .promise-section { display: block; padding: 45px 0; }
  .promise-section > div { padding: 22px 35px; }
  .promise-section > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .site-footer { display: block; text-align: center; }
  .footer-logo { justify-content: center; }
  .footer-links { justify-content: center; margin-top: 25px; }
}

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

/* Professional portal refresh */
.professional-theme {
  --ink: #172033;
  --ink-soft: #667085;
  --navy: #14213d;
  --navy-2: #1d3158;
  --coral: #ef654f;
  --sun: #f3bc4d;
  --paper: #f5f7fa;
  --line: rgba(20, 33, 61, .11);
  background: #f5f7fa;
}

.professional-theme .site-noise { opacity: .018; }
.professional-theme .site-header {
  min-height: 76px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7eaf0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 4px 18px rgba(20, 33, 61, .035);
}
.professional-theme .brand-logo-image { width: 198px; }
.professional-theme .main-nav { gap: clamp(24px, 3vw, 42px); }
.professional-theme .main-nav a { color: #626d80; font-size: 12px; }
.professional-theme .main-nav a::after { bottom: 1px; height: 2px; background: var(--coral); }
.professional-theme .header-search { border-color: #e1e5ec; border-radius: 10px; background: #f7f8fa; }
.professional-theme .avatar-button { border-radius: 10px; background: var(--navy); box-shadow: none; }

.professional-theme .hero-section {
  isolation: isolate;
  grid-template-columns: minmax(330px, .9fr) minmax(500px, 1.12fr);
  gap: clamp(42px, 5vw, 78px);
  width: min(1240px, calc(100% - 48px));
  min-height: 565px;
  margin: 34px auto 64px;
  padding: 54px 58px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  color: white;
  background:
    radial-gradient(circle at 82% 14%, rgba(92, 133, 194, .28), transparent 29%),
    linear-gradient(135deg, #101c33, #1a2c4e 58%, #162743);
  box-shadow: 0 22px 55px rgba(20, 33, 61, .16);
}
.professional-theme .hero-section::before {
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(90deg, transparent, black 65%);
}
.professional-theme .hero-copy { max-width: 480px; }
.professional-theme .hero-kicker { margin-bottom: 17px; color: #f3c665; font-size: 9px; }
.professional-theme .hero-kicker span { width: auto; height: auto; color: #f3c665; background: transparent; }
.professional-theme .hero-copy h1 {
  color: white;
  font-size: clamp(43px, 4.4vw, 63px);
  line-height: 1.06;
  letter-spacing: -.05em;
}
.professional-theme .hero-copy h1 em { color: #ffffff; }
.professional-theme .hero-copy h1 em::after { display: none; }
.professional-theme .hero-copy > p:not(.hero-kicker) { max-width: 455px; margin: 22px 0 27px; color: rgba(237, 242, 250, .7); font-size: 13px; line-height: 1.75; }
.professional-theme .primary-cta { min-width: 215px; height: 51px; border-radius: 11px; background: var(--coral); box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.professional-theme .primary-cta b { color: var(--navy); background: white; }
.professional-theme .text-cta { color: rgba(255,255,255,.75); }
.professional-theme .trust-row { gap: 18px; margin-top: 25px; color: rgba(232,239,249,.55); }
.professional-theme .trust-row i { color: #b5f1d9; background: rgba(89,214,177,.13); }

.professional-theme .featured-card {
  border-color: rgba(255,255,255,.14);
  border-radius: 18px;
  box-shadow: 0 24px 55px rgba(0,0,0,.27);
  transform: none;
}
.professional-theme .featured-card:hover { transform: translateY(-3px); }
.professional-theme .featured-art { height: 330px; }
.professional-theme .featured-card:hover .featured-art > img { transform: scale(1.015); }
.professional-theme .floating-tile { display: none; }
.professional-theme .editor-badge, .professional-theme .live-badge { top: 16px; border-radius: 7px; }
.professional-theme .editor-badge { left: 16px; }
.professional-theme .live-badge { right: 16px; }
.professional-theme .featured-info { min-height: 105px; padding: 17px 19px 17px 22px; color: var(--ink); }
.professional-theme .featured-info h2 { font-size: 21px; }
.professional-theme .play-round { width: 47px; height: 47px; border-radius: 12px; box-shadow: none; }
.professional-theme .hero-side-note { display: none; }

.professional-theme .games-section {
  padding: 68px max(24px, calc((100vw - 1240px) / 2)) 82px;
  border-top: 1px solid #e6e9ee;
  background: #f4f6f8;
}
.professional-theme .games-section::before { opacity: .15; }
.professional-theme .section-heading > div > p { color: #7a8496; letter-spacing: .18em; }
.professional-theme .section-heading h2 { font-size: clamp(31px, 3vw, 42px); }
.professional-theme .filter-row { margin: 25px 0 29px; padding-bottom: 15px; border-bottom: 1px solid #e0e4ea; }
.professional-theme .filter-chip { height: 35px; border-radius: 9px; background: white; }
.professional-theme .filter-chip.active { border-color: var(--navy); background: var(--navy); }
.professional-theme .game-grid { gap: 32px 18px; }
.professional-theme .cover-link { border: 1px solid rgba(20,33,61,.08); border-radius: 14px; box-shadow: 0 8px 20px rgba(39, 53, 78, .075); }
.professional-theme .game-card:hover .cover-link { box-shadow: 0 13px 28px rgba(39,53,78,.13); }
.professional-theme .card-status { border-radius: 6px; }
.professional-theme .hover-play { width: 48px; height: 48px; border-radius: 12px; }
.professional-theme .game-meta { padding-top: 12px; }
.professional-theme .game-meta h3 { font-size: 13px; }

.professional-theme .promise-section {
  gap: 0;
  width: min(1240px, calc(100% - 48px));
  margin: 62px auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e1e5eb;
  border-radius: 16px;
  background: white;
  box-shadow: 0 10px 28px rgba(20,33,61,.045);
}
.professional-theme .promise-section > div { min-height: 170px; padding: 35px 42px; text-align: left; }
.professional-theme .promise-section > div + div { border-color: #e5e8ed; }
.professional-theme .promise-icon { width: 38px; height: 38px; margin: 0 0 15px; border-radius: 10px; }
.professional-theme .promise-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.professional-theme .promise-section h3 { font-size: 13px; }
.professional-theme .promise-section p { max-width: 290px; color: #7a8393; font-size: 9px; }

.professional-theme .site-footer { padding-top: 38px; padding-bottom: 38px; background: #111f39; }
.professional-theme .footer-brand-image { width: 205px; }

@media (max-width: 1100px) {
  .professional-theme .brand-logo-image { width: 180px; }
  .professional-theme .hero-section { grid-template-columns: minmax(280px,.82fr) minmax(430px,1.1fr); padding: 44px; }
  .professional-theme .featured-art { height: 300px; }
}

@media (max-width: 800px) {
  .professional-theme .site-header { min-height: 68px; }
  .professional-theme .brand-logo-image { width: 168px; }
  .professional-theme .hero-section {
    width: min(100% - 28px, 620px);
    margin: 18px auto 48px;
    padding: 38px 28px 28px;
    border-radius: 19px;
  }
  .professional-theme .hero-copy { max-width: 100%; text-align: left; }
  .professional-theme .hero-kicker, .professional-theme .hero-actions, .professional-theme .trust-row { justify-content: flex-start; }
  .professional-theme .hero-copy > p:not(.hero-kicker) { margin-left: 0; margin-right: 0; }
  .professional-theme .featured-card { margin-top: 3px; }
  .professional-theme .featured-art { height: auto; }
  .professional-theme .games-section { padding: 54px 18px 65px; }
  .professional-theme .promise-section { width: min(100% - 28px, 600px); margin: 42px auto; }
  .professional-theme .promise-section > div { padding: 30px 25px; }
}

@media (max-width: 520px) {
  .professional-theme .brand-logo-image { width: 155px; }
  .professional-theme .hero-section { padding: 32px 19px 20px; }
  .professional-theme .hero-copy h1 { font-size: clamp(37px, 11.7vw, 48px); }
  .professional-theme .hero-copy h1 em { white-space: normal; }
  .professional-theme .hero-actions { align-items: flex-start; }
  .professional-theme .primary-cta { width: 100%; }
  .professional-theme .trust-row { flex-wrap: wrap; }
  .professional-theme .filter-row { border-bottom: 0; }
  .professional-theme .cover-link { border-radius: 11px; }
  .professional-theme .promise-section { display: block; }
  .professional-theme .promise-section > div { min-height: 0; padding: 28px; }
  .professional-theme .promise-section > div + div { border-top: 1px solid #e5e8ed; }
}
/* Editorial homepage and future ad inventory */
.journal-section {
  width: min(1080px, calc(100% - 64px));
  margin: 0 auto;
  padding: 50px 0 32px;
}

.journal-heading {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(20, 42, 72, .16);
}

.journal-heading > div > p,
.article-meta {
  margin: 0 0 10px;
  color: #c65348;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.journal-heading h1 {
  max-width: 700px;
  margin: 0;
  color: #132844;
  font: 800 clamp(25px, 3vw, 35px)/1.12 "Manrope", sans-serif;
  letter-spacing: -.035em;
}

.journal-heading > p {
  margin: 0 0 4px;
  color: #69768a;
  font-size: 13px;
  line-height: 1.6;
}

.article-module {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 42px;
  margin-top: 4px;
}

.article-link {
  position: relative;
  display: list-item;
  margin-left: 18px;
  min-height: 0;
  padding: 11px 14px 11px 0;
  border-bottom: 1px solid rgba(20, 42, 72, .12);
  color: #162a46;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  list-style-type: square;
  text-decoration: none;
  transition: color .18s ease;
}

.article-link:hover { color: #a8453d; text-decoration: underline; text-underline-offset: 3px; }
.article-arrow { display: inline-block; margin-top: 7px; color: #b34e44; font-size: 10px; font-weight: 800; }
.all-articles-link { display: inline-flex; gap: 10px; margin-top: 15px; color: #243c5b; font-size: 11px; font-weight: 800; text-decoration: none; }

.catalog-loading { grid-column: 1 / -1; padding: 80px 20px; color: #7e8999; text-align: center; }
.catalog-error { color: #b04b43; }
.promise-number { display: inline-block; margin-bottom: 16px; color: #c35449; font: 800 13px/1 "Manrope", sans-serif; letter-spacing: .12em; }
.search-symbol { font-size: 20px; line-height: 1; }

@media (max-width: 760px) {
  .journal-section { width: min(100% - 32px, 1180px); padding: 50px 0 32px; }
  .journal-heading { grid-template-columns: 1fr; gap: 18px; padding-bottom: 22px; }
  .journal-heading h1 { font-size: 29px; }
  .article-module { grid-template-columns: 1fr; }
  .article-link { grid-column: 1; min-height: auto; padding: 11px 0; }
  .article-link p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
}

/* Phone-first public layout */
@media (max-width: 600px) {
  .professional-theme .site-header {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 58px;
    padding: 8px 16px;
    border-bottom-color: #dedbd4;
    background: rgba(248,246,241,.96);
    backdrop-filter: blur(10px);
  }
  .professional-theme .brand-logo-image { width: 145px; }
  .professional-theme .round-tool { width: 36px; height: 36px; border-radius: 5px; }
  .journal-section { width: calc(100% - 32px); padding: 30px 0 22px; }
  .journal-heading { padding-bottom: 10px; }
  .journal-heading > div > p { margin-bottom: 5px; }
  .journal-heading h1 { font-size: 24px; }
  .article-module { grid-template-columns: 1fr; }
  .article-link { margin-left: 16px; padding: 10px 0; font-size: 13px; }
  .all-articles-link { margin-top: 12px; }
  .professional-theme .games-section { width: calc(100% - 32px); padding: 26px 0 54px; }
  .professional-theme .section-heading h2 { font-size: 26px; }
  .professional-theme .section-heading > p { font-size: 8px; }
  .professional-theme .filter-row { margin: 18px -16px 20px 0; padding-right: 16px; }
  .professional-theme .filter-chip { min-height: 34px; }
  .professional-theme .game-grid { gap: 22px 10px; }
  .professional-theme .cover-link { border-radius: 5px; }
  .professional-theme .game-meta { display: block; padding-top: 8px; }
  .professional-theme .game-meta h3 { font-size: 13px; }
  .professional-theme .game-meta > span { display: inline-block; margin-top: 5px; }
  .maker-note { margin-top: 38px; padding: 24px 0 42px; }
  .maker-note h2 { font-size: 20px; }
  .professional-theme .site-footer { padding: 34px 20px; }
  .professional-theme .footer-links { flex-wrap: wrap; gap: 14px 20px; }
}

/* A restrained, personal-site finish */
body.professional-theme { background: #f8f6f1; }
.professional-theme .site-noise { opacity: .018; }
.professional-theme .site-header {
  position: relative;
  top: auto;
  width: min(1080px, calc(100% - 48px));
  min-height: 70px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #d9d6ce;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.professional-theme .brand-logo-image { width: 168px; }
.professional-theme .main-nav { gap: 25px; }
.professional-theme .main-nav a { padding: 26px 0 22px; border-radius: 0; color: #596478; font-size: 12px; }
.professional-theme .main-nav a:hover, .professional-theme .main-nav a.active { background: transparent; color: #17304f; box-shadow: inset 0 -2px #c35349; }
.professional-theme .header-search { height: 36px; border-color: #d6d3cc; border-radius: 5px; background: rgba(255,255,255,.55); }
.professional-theme .avatar-button, .professional-theme .round-tool { border-radius: 5px; box-shadow: none; }
.plain-about-link { color: #596478; font-size: 11px; font-weight: 700; text-decoration: none; }
.professional-theme .games-section { width: min(1080px, calc(100% - 64px)); margin: 0 auto; padding: 34px 0 82px; background: transparent; }
.professional-theme .section-heading { margin-bottom: 20px; }
.professional-theme .section-heading h2 { font-size: 30px; letter-spacing: -.035em; }
.professional-theme .section-heading > div > p { font-size: 9px; letter-spacing: .15em; }
.professional-theme .filter-row { gap: 6px; margin-bottom: 24px; }
.professional-theme .filter-chip { min-height: 32px; padding: 0 11px; border: 1px solid #d7d4cd; border-radius: 4px; background: transparent; color: #657083; box-shadow: none; font-size: 10px; }
.professional-theme .filter-chip:hover, .professional-theme .filter-chip.active { border-color: #9d685f; background: #fffaf5; color: #9f443c; }
.professional-theme .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 18px; }
.professional-theme .game-card { border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.professional-theme .game-card:hover { transform: none; box-shadow: none; }
.professional-theme .cover-link { border: 1px solid #d5d1c8; border-radius: 7px; box-shadow: none; }
.professional-theme .game-meta { padding: 10px 2px 0; }
.professional-theme .game-meta h3 { font-size: 15px; }
.professional-theme .game-meta p { margin-top: 3px; font-size: 10px; }
.professional-theme .rating, .professional-theme .soon-dot { font-size: 9px; }
.maker-note { width: min(1080px, calc(100% - 64px)); margin: 72px auto 0; padding: 32px 0 68px; display: grid; grid-template-columns: 210px minmax(0, 640px); gap: 40px; border-top: 1px solid #d9d6ce; }
.maker-note > p { margin: 6px 0 0; color: #b54d44; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.maker-note h2 { margin: 0 0 10px; color: #162d49; font: 800 21px/1.25 "Manrope", sans-serif; letter-spacing: -.02em; }
.maker-note div > p { margin: 0; color: #6e798a; font-size: 13px; line-height: 1.65; }
.maker-note a { display: inline-block; margin-top: 14px; color: #a84740; font-size: 11px; font-weight: 800; text-decoration: none; }
.professional-theme .site-footer { margin-top: 0; border-radius: 0; box-shadow: none; }
.professional-theme .card-status, .professional-theme .editor-badge, .professional-theme .live-badge { letter-spacing: .04em; }

.dynamic-game-page .game-detail-main { width: min(1040px, calc(100% - 48px)); }
.dynamic-game-page .game-title-row h1 { font-size: clamp(34px, 5vw, 52px); }
.dynamic-game-page .game-player, .dynamic-game-page .info-card, .dynamic-game-page .coming-soon-panel { border-radius: 8px; box-shadow: none; }
.dynamic-game-page .info-card { border: 1px solid #dedad2; background: #fffdf9; }

@media (max-width: 900px) {
  .professional-theme .game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .professional-theme .site-header { width: calc(100% - 32px); }
  .professional-theme .games-section, .maker-note { width: calc(100% - 32px); }
  .professional-theme .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .maker-note { grid-template-columns: 1fr; gap: 12px; margin-top: 50px; padding-bottom: 50px; }
}
