.page-home .game-main{
  padding-top: 22px;
}
.launcher-home{
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}
.launcher-window{
  position: relative;
  padding: 22px;
  border: 1px solid #9f6819;
  border-radius: 5px;
  background:
    radial-gradient(620px 420px at 28% 24%, rgba(17,87,111,.24), transparent 72%),
    linear-gradient(145deg, rgba(8,36,49,.98), rgba(2,17,25,.99));
  box-shadow:
    0 0 0 4px #241606,
    0 0 0 5px rgba(208,149,45,.43),
    inset 0 0 0 1px rgba(244,203,110,.08),
    inset 0 0 70px rgba(0,0,0,.32),
    0 24px 70px rgba(0,0,0,.48);
}
.launcher-window::before,
.launcher-window::after{
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  pointer-events: none;
}
.launcher-window::before{
  top: 6px;
  left: 6px;
  border-top: 2px solid rgba(240,190,78,.72);
  border-left: 2px solid rgba(240,190,78,.72);
}
.launcher-window::after{
  right: 6px;
  bottom: 6px;
  border-right: 2px solid rgba(240,190,78,.72);
  border-bottom: 2px solid rgba(240,190,78,.72);
}
.launcher-dashboard{
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(400px, .84fr);
  gap: 20px;
}
.launcher-welcome{
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 38px 28px;
  text-align: center;
}
.launcher-logo{
  width: min(420px, 84%);
  aspect-ratio: 1;
  margin: -18px auto 0;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.48)) drop-shadow(0 0 16px rgba(211,149,39,.12));
}
.launcher-logo__image{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: lighten;
}
.launcher-eyebrow{
  margin-top: 8px;
  color: var(--game-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.launcher-description{
  max-width: 650px;
  margin: 18px auto 0;
  color: #bac6c7;
  font-size: 16px;
  line-height: 1.65;
}
.launcher-tags{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.launcher-tag{
  padding: 7px 13px;
  border: 1px solid rgba(197,132,31,.54);
  border-radius: 20px;
  color: #e7cf95;
  background: rgba(70,43,8,.34);
  font-size: 12px;
}
.launcher-cta{
  position: relative;
  min-width: 310px;
  min-height: 68px;
  margin-top: 28px;
  font-size: 22px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.launcher-cta::before,
.launcher-cta::after{
  content: "";
  position: absolute;
  top: 50%;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e7ae42);
  box-shadow: 0 0 10px #b66b13;
}
.launcher-cta::before{ right: calc(100% + 14px); }
.launcher-cta::after{ left: calc(100% + 14px); transform: rotate(180deg); }
.launcher-vote{
  min-width: 224px;
  min-height: 42px;
  margin-top: 14px;
  border-radius: 4px;
  color: #fff0c7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow:
    inset 0 1px rgba(255,217,122,.26),
    inset 0 -2px rgba(0,0,0,.34),
    0 5px 14px rgba(0,0,0,.26),
    0 0 12px rgba(230,184,74,.10);
}
.launcher-vote:hover{
  color: #fff7df;
  border-color: var(--game-gold-light);
  background: linear-gradient(180deg, rgba(190,130,35,.98), rgba(91,52,11,.98));
  box-shadow:
    inset 0 1px rgba(255,217,122,.34),
    0 6px 16px rgba(0,0,0,.30),
    0 0 18px rgba(230,184,74,.18);
}
.launcher-quicklinks{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.launcher-quicklinks a{
  color: #a9b8b9;
  font-size: 13px;
  text-decoration: none;
}
.launcher-quicklinks a + a::before{
  content: "•";
  margin-right: 8px;
  color: #97651f;
}
.launcher-quicklinks a:hover{ color: var(--game-gold-light); }

.launcher-side{
  display: grid;
  grid-template-rows: minmax(310px, 1fr) auto;
  gap: 18px;
}
.game-panel{
  position: relative;
  padding: 30px 18px 17px;
  border: 1px solid rgba(181,121,32,.72);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(7,34,46,.97), rgba(2,18,26,.99));
  box-shadow: 0 0 0 3px rgba(37,22,6,.78), inset 0 0 0 1px rgba(244,203,110,.06), inset 0 18px 34px rgba(21,75,90,.08);
}
.game-panel__title{
  position: absolute;
  z-index: 2;
  top: -14px;
  left: 50%;
  min-width: min(250px, calc(100% - 24px));
  padding: 5px 28px 6px;
  transform: translateX(-50%);
  border: 1px solid #c08022;
  border-radius: 3px;
  color: #f0c96c;
  background: linear-gradient(180deg, #6f4510, #2a1a08 58%, #4a2d09);
  box-shadow: 0 0 0 2px #1d1206, 0 4px 12px rgba(0,0,0,.38), inset 0 1px rgba(255,222,136,.26);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  text-shadow: 0 1px #170b00;
}
.launcher-news-list{
  display: grid;
  gap: 2px;
}
.launcher-news-item{
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: start;
  padding: 12px 7px;
  border-bottom: 1px solid rgba(151,124,75,.18);
  color: inherit;
  text-decoration: none;
}
.launcher-news-item:last-child{ border-bottom: 0; }
.launcher-news-item:hover{
  background: linear-gradient(90deg, rgba(191,126,28,.09), transparent);
}
.launcher-news-icon{
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #c18428;
  border-radius: 50%;
  color: #efc35f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
.launcher-news-copy strong{
  display: block;
  color: #efd28f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.25;
}
.launcher-news-copy span{
  display: -webkit-box;
  margin-top: 3px;
  overflow: hidden;
  color: #99aaad;
  font-size: 12px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.launcher-news-date{
  padding-top: 3px;
  color: #7fa9bd;
  font-size: 10px;
  white-space: nowrap;
}
.launcher-panel-action{
  display: flex;
  justify-content: center;
  margin-top: 11px;
}
.launcher-panel-action .btn{ min-width: 170px; }

.launcher-status-summary{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 10px;
}
.launcher-status{
  padding-top: 42px;
}
.launcher-status-stat{
  padding: 9px 11px;
  border: 1px solid rgba(188,128,35,.25);
  background: rgba(0,8,12,.22);
}
.launcher-status-stat span{
  display: block;
  color: #83979c;
  font-size: 10px;
  text-transform: uppercase;
}
.launcher-status-stat strong{
  display: block;
  margin-top: 2px;
  color: var(--game-gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}
.launcher-realms{ display: grid; }
.launcher-realm{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px 3px;
  border-top: 1px solid rgba(159,128,70,.2);
}
.launcher-realm__name{
  display: flex;
  align-items: center;
  gap: 7px;
  color: #efd28f;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.launcher-realm__dot{
  display: block;
  width: 9px;
  height: 9px;
  min-width: 9px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 50%;
  background: #58ce38;
  box-shadow: 0 0 8px rgba(89,220,55,.78);
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.launcher-realm__dot.pill--bad,
.launcher-realm__dot.pill--neutral{
  background: #bd3d35;
  box-shadow: 0 0 8px rgba(210,58,49,.48);
}
.launcher-realm__rate{
  padding: 2px 6px;
  border: 1px solid rgba(204,146,48,.38);
  border-radius: 8px;
  color: #d8b86f;
  font: 700 9px/1.2 "Segoe UI", sans-serif;
}
.launcher-realm__meta{
  margin-top: 3px;
  color: #83979c;
  font-size: 11px;
}
.launcher-realm__online{
  color: #91e263;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.launcher-realm__online small{
  color: #71878d;
  font: 10px "Segoe UI", sans-serif;
}

.launcher-commandbar{
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr 1fr;
  margin-top: 20px;
  border: 1px solid rgba(181,121,32,.64);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(11,44,56,.95), rgba(4,23,31,.98));
  box-shadow: 0 0 0 3px rgba(35,21,6,.68), inset 0 1px rgba(243,205,119,.07);
}
.launcher-command{
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border-right: 1px solid rgba(176,125,43,.22);
  color: #d7c38f;
  text-decoration: none;
}
.launcher-command:last-child{ border-right: 0; }
.launcher-command:hover{ background: rgba(208,149,45,.06); }
.launcher-command__icon{
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  min-width: 31px;
  place-items: center;
  border: 1px solid rgba(212,153,52,.6);
  border-radius: 50%;
  color: #efc967;
  background: rgba(61,38,8,.48);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}
.launcher-command:first-child .launcher-command__icon{
  font-size: 0;
}
.launcher-command:first-child .launcher-command__icon::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
  transform: translate(-35%, -50%);
}
.launcher-command strong{
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}
.launcher-command small{
  display: block;
  margin-top: 2px;
  color: #81959a;
  font-size: 10px;
}

.home-lower{
  display: grid;
  grid-template-columns: 1.5fr .75fr;
  gap: 20px;
  margin-top: 26px;
}
.home-lower .game-panel{ padding: 44px 22px 22px; }
.home-lower > .game-panel:last-child{
  padding-top: 48px;
}
.home-lower > .game-panel:last-child .game-panel__title{
  min-width: 250px;
  white-space: nowrap;
}
.home-feature-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.home-feature{
  padding: 16px;
  border: 1px solid rgba(185,130,42,.25);
  background: rgba(0,10,15,.2);
}
.home-feature strong{
  display: block;
  color: #e8ce8f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}
.home-feature p{
  margin: 7px 0 0;
  color: #9aacaf;
  font-size: 13px;
  line-height: 1.55;
}
.home-support-copy{
  color: #9fb0b2;
  font-size: 13px;
  line-height: 1.55;
}
.home-support-card{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  padding: 11px;
  border: 1px solid rgba(187,128,37,.38);
  color: #f0d99c;
  background: rgba(45,29,8,.34);
}
.home-support-card strong{ letter-spacing: .06em; }
.home-support-card button{
  min-width: 38px;
  min-height: 34px;
  padding: 5px;
}

@media (max-width: 1040px){
  .launcher-dashboard{ grid-template-columns: 1fr; }
  .launcher-welcome{ min-height: 500px; }
  .launcher-side{ grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .launcher-commandbar{ grid-template-columns: 1fr 1fr; }
  .launcher-command:nth-child(2){ border-right: 0; }
  .launcher-command:nth-child(-n+2){ border-bottom: 1px solid rgba(176,125,43,.22); }
  .home-lower{ grid-template-columns: 1fr; }
}

@media (max-width: 720px){
  .launcher-home{ width: calc(100% - 24px); }
  .launcher-window{ padding: 15px; }
  .launcher-welcome{ min-height: 440px; padding: 28px 14px 22px; }
  .launcher-logo{ width: min(330px, 90%); }
  .launcher-description{ font-size: 14px; }
  .launcher-cta{ min-width: min(270px, 88%); min-height: 58px; font-size: 18px; }
  .launcher-cta::before,
  .launcher-cta::after{ display: none; }
  .launcher-side{ grid-template-columns: 1fr; }
  .launcher-commandbar{ grid-template-columns: 1fr 1fr; }
  .launcher-command{ padding-inline: 10px; }
  .home-feature-grid{ grid-template-columns: 1fr; }
}

@media (max-width: 460px){
  .launcher-home{ width: calc(100% - 16px); }
  .launcher-window{ padding: 12px; }
  .launcher-news-item{ grid-template-columns: 30px minmax(0, 1fr); }
  .launcher-news-date{ display: none; }
  .launcher-commandbar{ grid-template-columns: 1fr; }
  .launcher-command,
  .launcher-command:nth-child(2){ border-right: 0; border-bottom: 1px solid rgba(176,125,43,.22); }
  .launcher-command:last-child{ border-bottom: 0; }
  .launcher-status-summary{ grid-template-columns: 1fr 1fr; }
}
