/* ==================================================================
   LEGEND TOWN  —  PROFILE
   ------------------------------------------------------------------
   The new front door. Sign in with Discord, see your avatar, your
   hours, your characters, and apply from here.

   Applying used to be a page anyone could open and spam. Now the
   application cards only exist AFTER Discord has confirmed who you
   are, and the server has confirmed you are actually in the community
   server.
   ================================================================== */

.lt-pf {
  max-width: 1000px;
  margin: 0 auto;
  padding: 34px 18px 100px;
  direction: rtl;
  font-family: 'Cairo', 'Rajdhani', system-ui, sans-serif;
  color: #e8eefc;
}

/* ---------------------------------------------------------------- */
/*  SIGN IN                                                          */
/* ---------------------------------------------------------------- */

.lt-pf-gate {
  max-width: 520px;
  margin: 40px auto;
  text-align: center;
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 24px;
  padding: 52px 32px;
  backdrop-filter: blur(14px);
}
.lt-pf-gate h1 { font-size: 26px; font-weight: 900; margin: 0 0 12px; }
.lt-pf-gate p { font-size: 14px; color: #8fa0bd; line-height: 2; margin: 0 0 30px; }

.lt-pf-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #5865f2;
  color: #fff;
  border: 0;
  border-radius: 15px;
  padding: 16px 34px;
  font-size: 15px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: filter .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.lt-pf-login:hover { filter: brightness(1.1); }
.lt-pf-login:active { transform: scale(.97); }
.lt-pf-login svg { width: 21px; height: 21px; fill: currentColor; }

.lt-pf-why {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
  color: #8fa0bd;
  line-height: 2;
  text-align: start;
}
.lt-pf-why b { color: #22d3ee; display: block; margin-bottom: 6px; font-size: 12px; }

/* ---------------------------------------------------------------- */
/*  IDENTITY HEADER                                                  */
/* ---------------------------------------------------------------- */

.lt-pf-id {
  display: flex;
  align-items: center;
  gap: 18px;
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(12px);
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.lt-pf-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid #22d3ee;
  object-fit: cover;
  flex-shrink: 0;
  background: #0b1220;
}

.lt-pf-name { flex: 1; min-width: 170px; }
.lt-pf-name h1 { font-size: 24px; font-weight: 900; margin: 0 0 5px; }
.lt-pf-name .lt-pf-tag { font-size: 12px; color: #8fa0bd; direction: ltr; display: block; text-align: start; }

.lt-pf-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(52, 211, 153, .12);
  border: 1px solid rgba(52, 211, 153, .32);
  color: #34d399;
}
.lt-pf-verified.is-out {
  background: rgba(248, 113, 113, .1);
  border-color: rgba(248, 113, 113, .3);
  color: #f87171;
}

.lt-pf-signout {
  background: none;
  border: 1px solid rgba(255, 255, 255, .16);
  color: #8fa0bd;
  border-radius: 999px;
  padding: 9px 18px;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.lt-pf-signout:hover { color: #f87171; border-color: rgba(248, 113, 113, .4); }

/* ---------------------------------------------------------------- */
/*  STATS                                                            */
/* ---------------------------------------------------------------- */

.lt-pf-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.lt-pf-stat {
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(12px);
}
.lt-pf-stat b {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #22d3ee;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}
.lt-pf-stat span { font-size: 12px; color: #8fa0bd; font-weight: 700; }

/* ---------------------------------------------------------------- */
/*  SECTION TITLE                                                    */
/* ---------------------------------------------------------------- */

.lt-pf-title {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8fa0bd;
  margin: 34px 0 15px;
}
.lt-pf-title::after { content: ''; flex: 1; height: 1px; background: rgba(255, 255, 255, .09); }

/* ---------------------------------------------------------------- */
/*  CHARACTERS                                                       */
/*  The hours are the point of this card, so they are the loudest    */
/*  thing on it. Everything else supports them.                      */
/* ---------------------------------------------------------------- */

.lt-pf-chars {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
  gap: 12px;
}

.lt-pf-char {
  position: relative;
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  padding: 18px;
  backdrop-filter: blur(12px);
  overflow: hidden;
}

/* the main character gets the accent, nothing else does */
.lt-pf-char.is-main { border-color: rgba(34, 211, 238, .34); }
.lt-pf-char.is-main::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #22d3ee, rgba(34, 211, 238, 0));
}

.lt-pf-char-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }

.lt-pf-char-rank {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  background: rgba(255, 255, 255, .06);
  color: #8fa0bd;
  flex-shrink: 0;
}
.lt-pf-char.is-main .lt-pf-char-rank {
  background: rgba(34, 211, 238, .16);
  color: #22d3ee;
  font-size: 15px;
}

.lt-pf-char-id { flex: 1; min-width: 0; }
.lt-pf-char-id h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-pf-cid { font-size: 10px; color: #8fa0bd; direction: ltr; display: block; text-align: start; }

.lt-pf-char-flag {
  font-size: 10px;
  font-weight: 800;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(34, 211, 238, .12);
  border: 1px solid rgba(34, 211, 238, .28);
  color: #22d3ee;
  flex-shrink: 0;
}

/* the hours */
.lt-pf-char-time { display: flex; align-items: baseline; gap: 6px; margin-bottom: 12px; }
.lt-pf-char-time b {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #e8eefc;
  font-variant-numeric: tabular-nums;
}
.lt-pf-char.is-main .lt-pf-char-time b { color: #22d3ee; }
.lt-pf-char-time span { font-size: 13px; font-weight: 700; color: #8fa0bd; }
.lt-pf-char-time i { font-size: 12px; color: #8fa0bd; font-style: normal; margin-inline-start: 4px; }

/* share of total playtime */
.lt-pf-bar {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  overflow: hidden;
  margin-bottom: 7px;
}
.lt-pf-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, #34d399);
  min-width: 3px;
}
.lt-pf-bar-note { font-size: 10px; color: #8fa0bd; margin-bottom: 14px; font-weight: 700; }

.lt-pf-char-rows {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}
.lt-pf-char-row { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; }
.lt-pf-char-row span { color: #8fa0bd; font-weight: 700; }
.lt-pf-char-row b { font-weight: 800; font-variant-numeric: tabular-nums; }

.lt-pf-empty {
  background: rgba(13, 20, 33, .55);
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 18px;
  padding: 30px 22px;
  text-align: center;
  color: #8fa0bd;
  font-size: 13px;
  line-height: 2;
}

/* ---------------------------------------------------------------- */
/*  APPLICATION CARDS                                                */
/* ---------------------------------------------------------------- */

.lt-pf-apps { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; }

.lt-pf-app {
  position: relative;
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  padding: 20px;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: border-color .15s ease, transform .15s ease;
}
.lt-pf-app.can-apply { cursor: pointer; }
.lt-pf-app.can-apply:hover { border-color: rgba(34, 211, 238, .45); transform: translateY(-2px); }
.lt-pf-app.is-shut { opacity: .62; }

.lt-pf-app-emoji { font-size: 26px; line-height: 1; }
.lt-pf-app h3 { font-size: 15px; font-weight: 800; margin: 0; }

.lt-pf-state {
  font-size: 11px;
  font-weight: 800;
  padding: 5px 11px;
  border-radius: 999px;
  align-self: flex-start;
}
.lt-pf-state.s-open { background: rgba(52, 211, 153, .12); color: #34d399; border: 1px solid rgba(52, 211, 153, .3); }
.lt-pf-state.s-shut { background: rgba(248, 113, 113, .1); color: #f87171; border: 1px solid rgba(248, 113, 113, .28); }
.lt-pf-state.s-wait { background: rgba(251, 191, 36, .12); color: #fbbf24; border: 1px solid rgba(251, 191, 36, .3); }
.lt-pf-state.s-done { background: rgba(34, 211, 238, .12); color: #22d3ee; border: 1px solid rgba(34, 211, 238, .3); }

.lt-pf-reason { font-size: 11px; color: #8fa0bd; line-height: 1.8; margin: 0; }

.lt-pf-go {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(34, 211, 238, .1);
  border: 1px solid rgba(34, 211, 238, .28);
  color: #22d3ee;
  border-radius: 12px;
  padding: 11px 15px;
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.lt-pf-go:hover { background: rgba(34, 211, 238, .18); }
.lt-pf-go:active { transform: scale(.98); }
.lt-pf-go[disabled] {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .12);
  color: #8fa0bd;
  cursor: default;
}
.lt-pf-go[disabled]:hover { background: rgba(255, 255, 255, .04); }

/* ---------------------------------------------------------------- */
/*  LOADING / MESSAGES                                               */
/* ---------------------------------------------------------------- */

.lt-pf-msg { text-align: center; color: #8fa0bd; font-size: 14px; padding: 60px 20px; line-height: 2; }
.lt-pf-msg.is-bad { color: #f87171; }

.lt-pf-skel {
  background: linear-gradient(90deg, rgba(255, 255, 255, .04) 25%, rgba(255, 255, 255, .09) 50%, rgba(255, 255, 255, .04) 75%);
  background-size: 220% 100%;
  animation: lt-pf-shine 1.3s linear infinite;
  border-radius: 18px;
  height: 108px;
}
@keyframes lt-pf-shine { to { background-position: -220% 0; } }

/* ---------------------------------------------------------------- */
/*  PHONE                                                            */
/* ---------------------------------------------------------------- */

@media (max-width: 560px) {
  .lt-pf { padding: 22px 13px 84px; }
  .lt-pf-id { padding: 18px; gap: 14px; }
  .lt-pf-avatar { width: 66px; height: 66px; }
  .lt-pf-name h1 { font-size: 20px; }
  .lt-pf-stat { padding: 16px; }
  .lt-pf-stat b { font-size: 25px; }
  .lt-pf-gate { padding: 38px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .lt-pf-app, .lt-pf-skel { transition: none; animation: none; }
}

.lt-pf-go:focus-visible,
.lt-pf-login:focus-visible,
.lt-pf-signout:focus-visible {
  outline: 2px solid #22d3ee;
  outline-offset: 2px;
}

/* the two account buttons sit together on the identity card */
.lt-pf-actions { display: flex; gap: 8px; flex-wrap: wrap; }
@media (max-width: 560px) {
  .lt-pf-actions { width: 100%; }
  .lt-pf-actions .lt-pf-signout { flex: 1; }
}

/* V31 — PRO PROFILE DETAILS */
.lt-pf-id-pro{border-color:rgba(34,211,238,.18)!important;box-shadow:0 18px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.03)!important}
.lt-pf-email{display:block!important;margin-top:5px!important;color:#9bb0c9!important;font-size:12px!important;direction:ltr!important;text-align:start!important}
.lt-pf-actions-pro{align-items:center!important;justify-content:flex-end!important}
.lt-pf-profile-main{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:132px!important;height:42px!important;padding:0 16px!important;border:1px solid rgba(34,211,238,.28)!important;border-radius:10px!important;background:rgba(34,211,238,.09)!important;color:#dff9ff!important;text-decoration:none!important;font-size:12px!important;font-weight:900!important}
.lt-pf-profile-main:hover{background:rgba(34,211,238,.15)!important;border-color:rgba(34,211,238,.52)!important}
.lt-pf-contact{margin-bottom:14px!important;padding:20px!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;background:linear-gradient(145deg,rgba(10,20,32,.84),rgba(7,13,23,.78))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important}
.lt-pf-contact-head{display:flex!important;align-items:baseline!important;justify-content:space-between!important;gap:14px!important;margin-bottom:15px!important}
.lt-pf-contact-head b{font-size:15px!important;color:#fff!important}.lt-pf-contact-head span{font-size:10px!important;color:#70849a!important}
.lt-pf-contact-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}
.lt-pf-contact-grid>div{min-width:0!important;padding:13px!important;border:1px solid rgba(148,163,184,.08)!important;border-radius:11px!important;background:rgba(5,12,21,.52)!important}
.lt-pf-contact-grid span{display:block!important;margin-bottom:6px!important;color:#6f8398!important;font-size:10px!important;font-weight:700!important}.lt-pf-contact-grid b{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:#eaf5ff!important;font-size:12px!important;font-weight:850!important;direction:rtl!important}
.lt-pf-state.s-wait{background:rgba(251,191,36,.12)!important;color:#fbbf24!important;border-color:rgba(251,191,36,.30)!important;box-shadow:0 0 18px rgba(251,191,36,.06)!important}
@media(max-width:760px){.lt-pf-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lt-pf-contact-head{display:block!important}.lt-pf-contact-head span{display:block!important;margin-top:4px!important}}
@media(max-width:560px){.lt-pf-contact{padding:14px!important;border-radius:14px!important}.lt-pf-contact-grid{grid-template-columns:1fr!important}.lt-pf-actions-pro{width:100%!important}.lt-pf-profile-main,.lt-pf-actions-pro .lt-pf-signout{flex:1!important;min-width:0!important}}

/* ==================================================================
   SERVER CONNECT CARD  —  tiers + live queue
   ------------------------------------------------------------------
   Blue, to match the rest of Legend Town, rather than the green in
   the reference. Same idea, same layout, our colours.
   ================================================================== */

.lt-cx {
  background: rgba(13, 20, 33, .72);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  padding: 22px;
  margin-bottom: 16px;
  backdrop-filter: blur(14px);
}

.lt-cx-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.lt-cx-head b { font-size: 17px; font-weight: 900; letter-spacing: .2px; }
.lt-cx-head span { font-size: 12px; color: #8fa0bd; }

/* ---- the status panel ---- */

.lt-cx-panel {
  position: relative;
  border: 1px solid rgba(34, 211, 238, .38);
  border-radius: 18px;
  padding: 22px 24px 22px 22px;
  background:
    radial-gradient(120% 140% at 100% 0%, rgba(34, 211, 238, .13), transparent 62%),
    rgba(8, 14, 24, .74);
  overflow: hidden;
}
.lt-cx-panel.is-down { border-color: rgba(248, 113, 113, .38); }
.lt-cx-panel.is-down { background: rgba(8, 14, 24, .74); }

.lt-cx-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #22d3ee;
}
.lt-cx-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 0 0 rgba(34, 211, 238, .55);
  animation: lt-cx-pulse 2s infinite;
}
.lt-cx-panel.is-down .lt-cx-live { color: #f87171; }
.lt-cx-panel.is-down .lt-cx-dot { background: #f87171; animation: none; }

@keyframes lt-cx-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 211, 238, .5); }
  70%  { box-shadow: 0 0 0 11px rgba(34, 211, 238, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0); }
}

.lt-cx-name {
  font-size: 27px;
  font-weight: 900;
  margin: 9px 0 14px;
  line-height: 1.25;
}

.lt-cx-count {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.lt-cx-count svg { width: 20px; height: 20px; fill: #8fa0bd; flex: none; }
.lt-cx-count-t { font-size: 11px; color: #8fa0bd; letter-spacing: .05em; }
.lt-cx-count-v { font-size: 19px; font-weight: 900; }
.lt-cx-count-v i { font-style: normal; color: #22d3ee; }

/* the fill bar */
.lt-cx-bar {
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .08);
  overflow: hidden;
  margin: 12px 0 18px;
}
.lt-cx-bar i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #0ea5e9, #22d3ee);
  transition: width .5s ease;
}

/* ---- join button ---- */

.lt-cx-join {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  padding: 14px 30px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(135deg, #0ea5e9, #22d3ee);
  color: #04121a;
  transition: filter .12s ease, transform .12s ease;
  -webkit-tap-highlight-color: transparent;
}
.lt-cx-join:hover { filter: brightness(1.08); }
.lt-cx-join:active { transform: scale(.97); }
.lt-cx-join svg { width: 18px; height: 18px; fill: currentColor; }

.lt-cx-join.is-locked {
  background: rgba(255, 255, 255, .07);
  color: #70849a;
  cursor: not-allowed;
  border: 1px solid rgba(255, 255, 255, .08);
}
.lt-cx-join.is-locked:hover { filter: none; }
.lt-cx-join.is-locked:active { transform: none; }

.lt-cx-lockwhy {
  margin: 12px 0 0;
  font-size: 13px;
  color: #fbbf24;
  line-height: 1.9;
}

/* ---- my tier ---- */

.lt-cx-mine {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

.lt-cx-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 10px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(14, 165, 233, .22), rgba(34, 211, 238, .12));
  border: 1px solid rgba(34, 211, 238, .45);
}
.lt-cx-badge b { font-size: 18px; font-weight: 900; color: #22d3ee; line-height: 1.2; }
.lt-cx-badge span { font-size: 10px; color: #8fa0bd; margin-top: 3px; }
.lt-cx-badge.is-none {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
}
.lt-cx-badge.is-none b { color: #9bb0c9; }

.lt-cx-mine-t { font-size: 13px; color: #8fa0bd; line-height: 1.9; }
.lt-cx-mine-t b { color: #e8eefc; font-weight: 800; }

/* ---- the queue ---- */

.lt-cx-queue {
  margin-top: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .03);
  padding: 16px 18px;
}
.lt-cx-queue-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.lt-cx-queue-head b { font-size: 14px; font-weight: 900; }
.lt-cx-queue-head span { font-size: 11px; color: #70849a; }

.lt-cx-qgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.lt-cx-qcell {
  background: rgba(8, 14, 24, .6);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 13px;
  padding: 13px 14px;
  text-align: center;
}
.lt-cx-qcell b { display: block; font-size: 23px; font-weight: 900; color: #22d3ee; }
.lt-cx-qcell span { display: block; font-size: 11px; color: #8fa0bd; margin-top: 4px; }
.lt-cx-qcell.is-me b { color: #34d399; }

.lt-cx-qoff {
  font-size: 12.5px;
  color: #70849a;
  line-height: 1.95;
  margin: 0;
}

/* ---- the tier ladder ---- */

.lt-cx-ladder { margin-top: 16px; }
.lt-cx-ladder-t {
  font-size: 12px;
  color: #8fa0bd;
  margin-bottom: 9px;
  letter-spacing: .04em;
}
.lt-cx-rungs { display: flex; flex-wrap: wrap; gap: 8px; }
.lt-cx-rung {
  flex: 1 1 108px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .07);
  background: rgba(255, 255, 255, .03);
  padding: 10px 12px;
  text-align: center;
}
.lt-cx-rung b { display: block; font-size: 13px; font-weight: 900; color: #9bb0c9; }
.lt-cx-rung span { display: block; font-size: 10px; color: #70849a; margin-top: 3px; }
.lt-cx-rung.is-mine {
  border-color: rgba(34, 211, 238, .5);
  background: linear-gradient(135deg, rgba(14, 165, 233, .18), rgba(34, 211, 238, .07));
}
.lt-cx-rung.is-mine b { color: #22d3ee; }
.lt-cx-rung.is-mine span { color: #8fa0bd; }

@media (max-width: 640px) {
  .lt-cx { padding: 17px; }
  .lt-cx-panel { padding: 18px 16px; }
  .lt-cx-name { font-size: 21px; }
  .lt-cx-join { width: 100%; }
  .lt-cx-rung { flex: 1 1 calc(50% - 8px); }
}

/* ==================================================================
   v3.15 — RESTART BANNER
   ------------------------------------------------------------------
   Shown only when the profile was built by the website because the
   game server was not reachable. Applying still works; playtime and
   characters simply are not known yet, and are shown as — rather than
   as a wrong zero.
   ================================================================== */

.lt-pf-notice {
  margin: 0 0 14px;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid rgba(59, 130, 255, .32);
  background: rgba(59, 130, 255, .10);
  color: #cfe0ff;
  font-size: 13px;
  line-height: 1.7;
}

.lt-pf-stat-na {
  opacity: .45;
  font-weight: 700;
}
