:root { --accent: #c5a5ff; }
.capsize-minimal { padding:160px 6% 80px; min-height:100svh; background:radial-gradient(ellipse at 80% 20%,#112044,#02040b 70%); }
.capsize-minimal h1 { font-size:clamp(50px,7vw,90px); line-height:1; }
.capsize-minimal a { color:#a8ceff; }
.wordmark small { color: #b294e9; font-size: 10px; letter-spacing: .2em; margin-left: 12px; }
.arcade-hero { min-height: 660px; }
.arcade-hero .hero-content { max-width: 920px; }
.arcade-hero .hero-content h1 { font-size: clamp(64px,9vw,140px); }
.game-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.game-tile { border-top: 1px solid #263a55; background: linear-gradient(180deg,#081124,#030611); }
.tile-art { position: relative; height: 250px; overflow: hidden; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #233755; background: radial-gradient(ellipse at center,#142241,#020611 70%); }
.flood-art { display: grid; grid-template-columns: repeat(4,35px); grid-template-rows: repeat(3,35px); align-content: center; gap: 7px; }
.flood-art i { width: 35px; height: 35px; background: #58ceff; box-shadow: 0 0 20px #168fff45; }
.flood-art i:nth-child(3n) { background: #bb70ef; }
.flood-art i:nth-child(4n) { background: #ff7657; }
.wizard-art span { color: #baa0ff; font-size: 140px; text-shadow: 0 0 50px #6e4ee9; }
.poker-art span { display: inline-grid; place-items: center; width: 58px; height: 86px; border: 1px solid #b68e63; background: #140d12; color: #f1cca0; font: 40px Georgia,serif; transform: rotate(-12deg); }
.poker-art span + span { transform: translateY(-14px); }
.poker-art span + span + span { transform: rotate(12deg); }
.tile-copy { padding: 26px; }
.tile-copy > p { color: #8da9c9; font: 10px/1.8 monospace; letter-spacing: .08em; }
.tile-copy h2 { font-size: 27px; margin: 18px 0 26px; }
.tile-copy > div { display: flex; gap: 20px; flex-wrap: wrap; color: #bbabf6; font-size: 12px; }
.tile-copy a:hover { color: white; }
.engine-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; margin: 30px 6% 80px; border-top: 1px solid #25314a; padding-top: 45px; }
.engine-strip h2 { font-size: 50px; font-weight: 400; line-height: 1.08; }
.engine-strip a { color: #b8a2f3; font-size: 13px; }
.tools-strip { margin: 0 4% 65px; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; border-block: 1px solid #26334b; padding: 30px; background: #071020; }
.tools-strip h2 { font-size: 24px; margin: 0; }
.tools-strip p { font-size: 14px; color: #afc1da; }
.tools-strip a { color: #bda8ff; font-size: 12px; margin-left: auto; }
.detail-hero { position: relative; isolation: isolate; min-height: 85svh; padding: 150px 6% 100px; display: grid; grid-template-columns: .85fr 1fr; gap: 7%; align-items: center; }
.detail-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0; background: linear-gradient(90deg,#02040b55,#02040be8 65%); }
.detail-art, .detail-copy { position: relative; z-index: 1; }
.detail-art { min-height: 330px; background: #030919a0; border: 1px solid #3b4061; }
.detail-art.poker-art { display: flex; align-items: center; justify-content: center; }
.detail-art.wizard-art { display: grid; place-items: center; }
.detail-art.wizard-art span::before { content: '♜'; }
.detail-copy h1 { font-size: clamp(45px,6vw,96px); line-height: 1; margin: 0 0 28px; }
.signal { font: 11px/1.7 monospace; text-transform: uppercase; letter-spacing: .12em; color: #b79aef; margin-bottom: 24px; }
.detail-description { color: #b5c3db; font-size: 19px; line-height: 1.7; }
.detail-copy dl { display: flex; gap: 30px; margin: 28px 0; }
.detail-copy dt { font: 10px monospace; color: #91a6c6; margin-bottom: 10px; }
.detail-copy dd { margin: 0; font-size: 13px; color: #d5e0f4; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; padding: 14px 20px; border: 1px solid #3b547d; color: #d9e6ff; background: #071225; font-size: 12px; }
.button-hot { border-color: #a480e5; box-shadow: 0 0 24px #8156de2a; }
.button:hover { border-color: #d8bfff; background: #1b1935; }
.detail-footer a { color: #b4a0e2; }
@media(max-width:760px) {
 .wordmark small { display: block; margin: 6px 0 0; font-size: 8px; }
 .game-grid { grid-template-columns: 1fr; }
 .arcade-hero .hero-content h1 { font-size: clamp(58px,12vw,85px); }
 .engine-strip { grid-template-columns: 1fr; gap: 20px; margin: 20px 6% 45px; }
 .engine-strip h2 { font-size: 38px; }
 .tools-strip { margin-bottom: 35px; } .tools-strip a { margin-left: 0; }
 .detail-hero { grid-template-columns: 1fr; padding: 130px 6% 90px; gap: 35px; }
 .detail-art { min-height: 220px; }
 .detail-copy dl { flex-wrap: wrap; }
}
