:root {
  --chw-bg-deep:#020a07;
  --chw-bg-mid:#071710;
  --chw-bg-top:#113326;
  --chw-brass:#d0a86b;
  --chw-brass-soft:#f0d3a0;
  --chw-amber:#f4be7b;
  --chw-text:#fdf7ef;
  --chw-muted:#c2b1a4;
  --chw-border-soft:rgba(255,255,255,0.08);
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.chw-page{
  width:100%;
  min-height:100vh;
  background:
    radial-gradient(140% 200% at 10% 0%,#214032 0,transparent 55%),
    radial-gradient(140% 160% at 90% 100%,#10251b 0,transparent 60%),
    linear-gradient(150deg,var(--chw-bg-deep),var(--chw-bg-mid));
  color:var(--chw-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  position:relative;
  overflow-x:hidden;
  overflow-y:auto;
}

.chw-page::before{
  content:"";
  pointer-events:none;
  position:fixed;
  inset:0;
  opacity:0.18;
  mix-blend-mode:screen;
  background-image:
    radial-gradient(1px 1px at 15% 20%,rgba(189,228,200,0.4) 0,transparent 55%),
    radial-gradient(1px 1px at 80% 15%,rgba(226,241,210,0.3) 0,transparent 55%),
    radial-gradient(1px 1px at 55% 80%,rgba(207,230,198,0.25) 0,transparent 55%);
  z-index:0;
}

.chw-shell{
  position:relative;
  z-index:1;
  width:100%;
  margin:0 auto;
  padding:4.45rem 2rem 1.1rem 2rem;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}

header.chw-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.5rem;
  margin-bottom:1.45rem;
  flex-shrink:0;
}

.chw-header-left{
  display:flex;
  flex-direction:column;
  margin-left:9rem;
  max-width:52rem;
}

.chw-logo{
  font-size:1.7rem;
  letter-spacing:0.22em;
  font-weight:600;
  text-transform:uppercase;
}

.chw-tagline{
  font-size:0.95rem;
  opacity:0.78;
  margin-top:-0.2rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--chw-muted);
}

.chw-intent{
  margin-top:0.95rem;
  font-size:0.86rem;
  line-height:1.55;
  color:rgba(194,177,164,0.92);
  max-width:52rem;
}

.chw-nav{
  display:flex;
  gap:0.9rem;
  font-size:0.88rem;
  padding-top:0.35rem;
}

.chw-nav a{
  color:var(--chw-text);
  text-decoration:none;
  padding:0.25rem 0.9rem;
  border-radius:999px;
  border:1px solid transparent;
  background:radial-gradient(circle at 0% 0%,rgba(255,255,255,0.05),transparent 65%);
  transition:all 0.22s;
}

.chw-nav a:hover{
  border-color:rgba(240,189,125,0.9);
  background:
    radial-gradient(circle at 0% 0%,rgba(240,189,125,0.16),transparent 70%),
    rgba(5,20,14,0.95);
  box-shadow:0 10px 24px rgba(0,0,0,0.55);
  transform:translateY(-1px);
  color:#fff8ec;
}

.chw-main{
  display:flex;
  align-items:stretch;
  justify-content:space-between;
  gap:1.25rem;
  flex:1;
}

.chw-main-left{
  flex:7;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding-left:3.25rem;
}

.chw-main-right{
  flex:3;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:flex-start;
  position:relative;
}

.chw-plaque{
  width:100%;
  max-width:1080px;
  padding:1rem 1.6rem 1.15rem;
  border-radius:1.6rem;
  text-align:center;
  margin:0 auto 1.6rem;
  background:linear-gradient(135deg,#1a110a,#50341c 30%,#b88b54 50%,#50341c 70%,#1a110a 100%);
  border:1px solid #f3d4a8;
  box-shadow:
    0 14px 40px rgba(0,0,0,0.85),
    inset 0 2px 11px rgba(255,255,255,0.18);
  position:relative;
}

.chw-plaque-title{
  font-family:'Didot','Georgia',serif;
  font-size:2.5rem;
  font-weight:300;
  letter-spacing:0.23em;
  text-transform:uppercase;
  color:#fff3df;
  text-shadow:0 2px 8px rgba(0,0,0,0.9);
}

.chw-intro{
  width:100%;
  text-align:center;
  margin-bottom:-1rem;
}

.chw-list{
  width:100%;
  max-width:1040px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.1rem 1.4rem;
  margin:0 auto;
}

@keyframes chwFadeUp{
  from{ opacity:0; transform:translateY(14px); }
  to{ opacity:1; transform:translateY(0); }
}

.chw-game-row{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:0.85rem;
  padding:0.6rem 1.4rem;
  min-height:220px;
  border-radius:1.2rem;
  background:
    radial-gradient(circle at 0 0,rgba(186,228,201,0.18),transparent 60%),
    rgba(3,20,14,0.97);
  border:1px solid rgba(212,236,214,0.3);
  box-shadow:0 10px 26px rgba(0,0,0,0.85);
  overflow:hidden;
  cursor:default;
  animation:chwFadeUp 0.55s ease-out both;
}

.chw-game-row:hover:not(.chw-coming-soon){
  background:
    radial-gradient(circle at 0% 0%,rgba(186,228,201,0.32),transparent 70%),
    rgba(6,32,22,0.98);
  box-shadow:0 16px 42px rgba(0,0,0,0.95);
  border-color:rgba(240,189,125,0.9);
}

.chw-icon{
  flex:0 0 6.9rem;
  width:6.9rem;
  padding-top:0.15rem;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  overflow:visible;
}

.chw-icon img{
  width:100%;
  max-height:5.4rem;
  height:auto;
  object-fit:contain;
  object-position:left top;
  display:block;
  transition:transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
  transform-origin:left top;
}

.chw-game-row--winterword .chw-icon{
  padding-top:0;
  transform:translateY(-0.71rem);
}

.chw-game-row--winterword .chw-icon img{
  width:4.8rem;
  transform:scale(1.75);
}

.chw-game-row--10shot .chw-icon img,
.chw-game-row--thegrid .chw-icon img,
.chw-game-row--suddendeath .chw-icon img{
  width:6.24rem;
  transform:scale(1.2);
}

.chw-game-row:hover:not(.chw-coming-soon) .chw-icon img{
  transform:scale(1.2) translateY(-1px);
  filter:drop-shadow(0 0 10px rgba(240,189,125,0.8));
}

.chw-game-row--winterword:hover:not(.chw-coming-soon) .chw-icon img{
  transform:scale(1.85) translateY(-1px);
  filter:drop-shadow(0 0 10px rgba(240,189,125,0.8));
}

.chw-game-row--winterword .chw-game-info{
  margin-left:0.35rem;
}

.chw-game-info{
  display:flex;
  flex-direction:column;
  gap:0.25rem;
  height:100%;
  min-width:0;
  transition:opacity 0.22s ease, filter 0.22s ease;
  position:relative;
  z-index:2;
}

.chw-game-title{
  font-size:1.14rem;
  font-weight:600;
  margin:0;
}

.chw-game-subtitle{
  font-size:0.9rem;
  font-weight:500;
  color:var(--chw-brass-soft);
  opacity:0.96;
  margin:0;
}

.chw-game-body{
  font-size:0.84rem;
  line-height:1.45;
  color:var(--chw-muted);
  margin:0;
  white-space:pre-line;
}

.chw-cta-wrapper{
  margin-top:auto;
  align-self:flex-end;
  text-align:right;
  font-size:0.8rem;
}

.chw-cta-tagline{
  margin:0;
  color:var(--chw-muted);
}

.chw-cta-link{
  display:inline-block;
  margin-top:0.15rem;
  font-weight:500;
  color:var(--chw-brass-soft);
  text-decoration:none;
  letter-spacing:0.04em;
  cursor:pointer;
}

.chw-cta-link:hover{
  text-decoration:underline;
  text-underline-offset:2px;
  text-shadow:0 0 10px rgba(240,189,125,0.7);
}

.chw-coming-soon{
  cursor:default;
  position:relative;
  background:
    radial-gradient(circle at 0 0,rgba(186,228,201,0.045),transparent 62%),
    rgba(0,6,4,0.992);
  border-color:rgba(212,236,214,0.10);
  box-shadow:0 12px 34px rgba(0,0,0,0.95);
}

.chw-coming-soon > *{
  position:relative;
  z-index:2;
}

.chw-coming-soon .chw-game-title{
  opacity:0.88;
}

.chw-coming-soon .chw-game-subtitle{
  opacity:0.82;
}

.chw-coming-soon .chw-game-body{
  opacity:0.80;
  color:rgba(194,177,164,0.88);
}

.chw-coming-soon .chw-icon img{
  opacity:0.78;
  filter:saturate(0.85) contrast(0.92) brightness(0.82);
}

.chw-coming-soon::before{
  content:"";
  position:absolute;
  inset:0.1rem;
  border-radius:inherit;
  background:
    radial-gradient(circle at 15% 20%,rgba(240,189,125,0.08),transparent 58%),
    radial-gradient(circle at 82% 8%,rgba(240,189,125,0.07),transparent 58%),
    repeating-linear-gradient(
      90deg,
      rgba(160,210,220,0.032) 0,
      rgba(160,210,220,0.032) 1px,
      transparent 1px,
      transparent 22px
    ),
    linear-gradient(180deg,rgba(0,0,0,0.72),rgba(0,0,0,0.97));
  pointer-events:none;
  z-index:1;
}

.chw-coming-soon:hover,
.chw-coming-soon:focus-within{
  border-color:rgba(240,189,125,0.9);
  box-shadow:0 16px 42px rgba(0,0,0,0.95);
}

.chw-coming-soon:hover .chw-icon img,
.chw-coming-soon:focus-within .chw-icon img{
  opacity:1;
  filter:drop-shadow(0 0 12px rgba(240,189,125,0.55));
}

.chw-coming-soon:hover .chw-game-info,
.chw-coming-soon:focus-within .chw-game-info{
  opacity:0;
  filter:blur(1px);
}

.chw-comingsoon-label{
  position:absolute;
  left:0;
  right:0;
  top:67%;
  transform:translateY(5%);
  text-align:center;
  font-size:1.55rem;
  font-weight:700;
  letter-spacing:0.28em;
  text-transform:uppercase;
  color:var(--chw-brass-soft);
  opacity:0;
  text-shadow:
    0 0 24px rgba(240,189,125,1),
    0 0 34px rgba(0,0,0,0.85);
  transition:opacity 0.35s ease-out, transform 0.35s ease-out;
  pointer-events:none;
  z-index:3;
}

.chw-coming-soon:hover .chw-comingsoon-label,
.chw-coming-soon:focus-within .chw-comingsoon-label{
  opacity:0.95;
  transform:translateY(0);
}

.chw-knight-wrap{
  width:100%;
  max-width:420px;
  margin-right:0;
  margin-top:1.5rem;
}

.chw-knight{
  width:100%;
  height:auto;
  display:block;
  filter:
    drop-shadow(0 26px 55px rgba(0,0,0,0.95))
    drop-shadow(0 0 18px rgba(0,0,0,0.8));
}

.chw-footer{
  margin-top:0.7rem;
  padding-top:0.65rem;
  border-top:1px solid rgba(255,255,255,0.08);
  display:flex;
  justify-content:flex-end;
  flex-shrink:0;
}

.chw-footer-right{
  width:420px;
  max-width:420px;
  margin-left:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  gap:0.35rem;
  font-size:0.74rem;
  color:rgba(194,177,164,0.92);
}

.chw-footer-brandline{
  font-weight:600;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:rgba(253,247,239,0.90);
}

.chw-footer-links{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:0;
}

.chw-footer a,
.chw-footer button{
  color:inherit;
  text-decoration:none;
  font:inherit;
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
}

.chw-footer a:hover,
.chw-footer button:hover{
  color:rgba(253,247,239,0.95);
  text-decoration:underline;
  text-underline-offset:2px;
}

.chw-footer-dot{
  display:inline-block;
  padding:0 0.6rem;
  opacity:0.75;
  transform:translateY(-0.5px);
}

.chw-legal{
  position:relative;
  display:inline-flex;
  align-items:center;
}

.chw-legal-toggle{
  appearance:none;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  color:inherit;
}

.chw-legal-menu{
  position:absolute;
  right:0;
  bottom:calc(100% + 10px);
  min-width:170px;
  border-radius:0.75rem;
  padding:0.45rem 0.65rem;
  background:
    radial-gradient(circle at 0 0,rgba(186,228,201,0.14),transparent 60%),
    rgba(5,20,14,0.98);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 16px 34px rgba(0,0,0,0.65);
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity 0.14s ease, transform 0.14s ease;
  z-index:20;
  text-align:right;
  white-space:nowrap;
}

.chw-legal-menu a{
  display:block;
  padding:0.35rem 0.2rem;
  border-radius:10px;
  text-decoration:none;
  color:var(--chw-text);
  font-size:0.76rem;
}

.chw-legal-menu a:hover,
.chw-legal-menu a:focus-visible{
  background:rgba(186,228,201,0.10);
  text-decoration:none;
  outline:none;
}

.chw-legal:hover .chw-legal-menu,
.chw-legal:focus-within .chw-legal-menu{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}

@media (max-width:1200px){
  .chw-header-left{
    margin-left:0;
  }

  .chw-main-left{
    padding-left:0;
  }
}

@media (max-width:900px){
  .chw-main{
    flex-direction:column;
  }

  .chw-list{
    grid-template-columns:1fr;
  }

  .chw-main-right{
    align-items:center;
  }

  header.chw-header{
    flex-direction:column;
  }

  .chw-nav{
    flex-wrap:wrap;
  }
}

@media (max-width:600px){
  .chw-shell{
    padding:2rem 1rem;
  }

  .chw-plaque-title{
    font-size:1.8rem;
  }
}
