/* V18: clean footer edge, balanced feature actions, and two Midnight Match sizes. */
.site-footer{margin-top:0;border-top:1px solid #69445a;background:#291923;background-image:none}
.site-footer::before{content:none!important;display:none!important}

body[data-page="index"] .home-spotlights{margin-bottom:48px}
.home-spotlight{border:1px solid #f5d0de52;box-shadow:0 9px 24px #3d183128}
.home-spotlight:hover{box-shadow:0 14px 29px #3d18313b}
.home-spotlight:active{transform:scale(.992)}
.home-spotlight--match::before{background:linear-gradient(90deg,#21131ff2 0%,#351d31d7 38%,#3a203653 70%,transparent 100%)}
.home-spotlight--world::before{background:linear-gradient(270deg,#231b2be9 0%,#292036c7 39%,#25253334 72%,transparent 100%)}
.home-spotlight__action{display:inline-flex;align-items:center;justify-content:center;min-width:112px;min-height:44px;padding:0 17px;gap:0;border:1px solid #ffcddd;border-radius:12px;background:#ffd3e3;color:#2b1726;font-size:12px;font-weight:800;letter-spacing:0;box-shadow:0 5px 16px #150e1a38;backdrop-filter:none;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.home-spotlight:hover .home-spotlight__action,.home-spotlight:focus-visible .home-spotlight__action{background:#ffe4ed;box-shadow:0 7px 18px #150e1a45;transform:translateY(-2px)}
.home-spotlight--world .home-spotlight__action{min-width:122px;border-color:#fff2f5;background:#fff0f4;color:#382136}
.home-spotlight--world:hover .home-spotlight__action,.home-spotlight--world:focus-visible .home-spotlight__action{background:#fff9fb}

body[data-page="midnight"] .midnight-room{background:#fff9f8;background-image:none;padding-bottom:48px}
.midnight-room__top{max-width:820px;margin-inline:auto}
.midnight-room__top .btn{min-height:44px;height:44px;border:1px solid #eac1d1;border-radius:12px;background:#fff;color:#4d2941;box-shadow:none;font-size:12px;font-weight:800}
.midnight-room__top .btn:hover{background:#fce9f0;border-color:#d99bb8;box-shadow:0 4px 10px #4b243d16}
.match-mode{width:min(100%,820px);display:flex;align-items:center;gap:22px;margin:0 auto 17px;border-bottom:1px solid #ead7df}
.match-mode button{position:relative;min-height:42px;padding:0 2px 8px;border:0;background:none;color:#85667a;font-size:12px;font-weight:750;cursor:pointer;transition:color .2s ease}
.match-mode button:hover,.match-mode button[aria-pressed="true"]{color:#412337}
.match-mode button[aria-pressed="true"]::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:2px;background:#bd5582}
.match-mode button:focus-visible{outline:2px solid #bd5582;outline-offset:2px}
.match-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
body[data-page="midnight"] .match-card{box-shadow:0 7px 17px #361a3024;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s ease,border-color .24s ease}
body[data-page="midnight"] .match-card:hover{box-shadow:0 11px 20px #361a3033}
body[data-page="midnight"] .match-card img{opacity:.88;transform:scale(1.045);transition:opacity .32s ease,transform .38s cubic-bezier(.2,.8,.2,1)}
body[data-page="midnight"] .match-card.is-open img,body[data-page="midnight"] .match-card.is-matched img{opacity:1;transform:scale(1)}
body[data-page="midnight"] .match-card__back{transform:rotateY(0);transform-origin:center;transition:opacity .28s ease,transform .38s cubic-bezier(.2,.8,.2,1)}
body[data-page="midnight"] .match-card.is-open .match-card__back,body[data-page="midnight"] .match-card.is-matched .match-card__back{opacity:0;transform:rotateY(90deg);pointer-events:none}
.match-status{margin-top:15px;margin-bottom:11px}
.match-finish{background:#47263e;border-radius:15px;box-shadow:0 9px 18px #32172b24}
.match-finish button{min-height:42px;padding:0 15px;border-radius:11px;background:#ffd4e2;font-size:12px}
.midnight-room__browse{max-width:820px;margin:0 auto;display:flex;width:max-content;min-height:40px;align-items:center;font-size:12px;font-weight:750}

@media(max-width:760px){
  body[data-page="index"] .home-spotlights{margin-bottom:34px}
  .home-spotlight__action{min-height:42px;min-width:104px;padding:0 13px;font-size:11px;border-radius:11px}
  .home-spotlight--world .home-spotlight__action{min-width:114px}
  body[data-page="midnight"] .midnight-room{padding-bottom:35px}
  .midnight-room__top{margin-bottom:10px}
  .midnight-room__top .btn{min-height:42px;height:42px;padding:0 12px;font-size:11px}
  .match-mode{gap:19px;margin-bottom:13px}
  .match-mode button{min-height:40px;font-size:11px}
  .match-grid--four{grid-template-columns:repeat(2,minmax(0,1fr));max-width:430px}
  .match-grid--four .match-card{aspect-ratio:1.16}
}
@media(prefers-reduced-motion:reduce){.home-spotlight__action,.match-mode button,body[data-page="midnight"] .match-card img,body[data-page="midnight"] .match-card__back{transition:none}}
