.myinfo-v2-panel{padding:22px!important;border-radius:22px!important}
.myinfo-title{margin:0 0 18px!important;color:#f7fbff!important;font-size:24px!important;font-weight:950!important}
.myinfo-stat-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;margin-bottom:14px!important}
.myinfo-stat-card{min-height:112px!important;padding:14px!important;border-radius:17px!important;border:1px solid rgba(148,163,184,.16)!important;background:rgba(255,255,255,.035)!important}
.myinfo-stat-label{color:#9da8bd!important;font-size:13px!important;font-weight:850!important;margin-bottom:8px!important}
.myinfo-stat-value{color:#f7fbff!important;font-size:18px!important;font-weight:950!important;line-height:1.35!important}
.myinfo-stat-sub{color:#9da8bd!important;font-size:13px!important;font-weight:750!important;line-height:1.35!important;margin-top:6px!important}
.myinfo-block{border:1px solid rgba(148,163,184,.14)!important;border-radius:18px!important;background:rgba(255,255,255,.025)!important;padding:14px!important;margin-bottom:16px!important}
.myinfo-block h3{margin:0 0 14px!important;color:#f7fbff!important;font-size:21px!important;font-weight:950!important}
.myinfo-file-input,.myinfo-text-input{width:100%!important;height:54px!important;border-radius:12px!important;border:1px solid rgba(148,163,184,.16)!important;background:#070911!important;color:#fff!important;font-size:16px!important;font-weight:800!important;padding:0 14px!important;box-sizing:border-box!important}
.profile-edit-row{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;margin-top:12px!important}
.profile-avatar-large{width:78px!important;height:78px!important;border-radius:999px!important;background:#ffd057!important;color:#121212!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:34px!important;font-weight:1000!important}
.profile-edit-body{min-width:0!important}
.myinfo-action-row{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}
.myinfo-action-row.second{margin-top:12px!important}
.myinfo-btn{min-height:46px!important;border:0!important;border-radius:12px!important;padding:0 16px!important;background:rgba(255,255,255,.055)!important;color:#fff!important;font-size:16px!important;font-weight:900!important;cursor:pointer!important}
.myinfo-btn.subtle{background:rgba(255,255,255,.035)!important}
.myinfo-btn.google{background:#fff!important;color:#111!important}
.myinfo-btn.discord{background:#5865f2!important;color:#fff!important}
.myinfo-btn.support{margin-left:auto!important;min-width:180px!important}
.myinfo-btn:disabled{opacity:.35!important;cursor:not-allowed!important}
.help-text{color:#9da8bd!important;font-size:15px!important;line-height:1.55!important;margin:14px 0 0!important}
.help-text.top{margin:0 0 12px!important}
.muted{color:#9da8bd!important;font-size:13px!important}
.linked-text{color:#c6cedf!important;font-size:17px!important;font-weight:900!important;margin-bottom:14px!important}
.support-block{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important}
.withdraw-block{border-color:rgba(248,85,85,.45)!important}
.withdraw-block h3{color:#ff7d7d!important}
.privacy-link{text-align:center!important;margin:18px 0 4px!important}
.privacy-link a{color:#8e96aa!important;text-decoration:underline!important;text-underline-offset:4px!important}
@media(max-width:1500px){.myinfo-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:900px){.myinfo-stat-grid{grid-template-columns:1fr!important}.profile-edit-row{grid-template-columns:1fr!important}.support-block{display:block!important}.myinfo-btn.support{margin:14px 0 0!important}}


/* profile file input alignment fix */
input[type="file"]{
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
  box-sizing: border-box;
  font-size: 14px;
}

input[type="file"]::file-selector-button{
  height: 32px;
  margin-right: 12px;
  padding: 0 14px;
  border-radius: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* working profile avatar preview */
.profile-avatar-large{
  overflow:hidden!important;
  object-fit:cover!important;
  flex:0 0 78px!important;
}

img.profile-avatar-large{
  display:block!important;
}

.profile-avatar-large.fallback{
  display:flex!important;
}

.myinfo-file-input{
  cursor:pointer!important;
}

/* ranking V fallback avatar */
.ranking-avatar{
  overflow:hidden!important;
  object-fit:cover!important;
}

/* V-Grow my-info mobile compact 20260708 */
@media(max-width:760px){
  .myinfo-v2-panel{
    padding:10px!important;
    border-radius:15px!important;
  }

  .myinfo-title{
    margin:0 0 9px!important;
    font-size:18px!important;
    line-height:1.15!important;
  }

  .myinfo-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    margin-bottom:9px!important;
  }

  .myinfo-stat-card{
    min-height:0!important;
    padding:8px 9px!important;
    border-radius:12px!important;
  }

  .myinfo-stat-label{
    margin-bottom:4px!important;
    font-size:10.5px!important;
    line-height:1.1!important;
  }

  .myinfo-stat-value{
    font-size:13px!important;
    line-height:1.16!important;
    word-break:keep-all!important;
  }

  .myinfo-stat-sub{
    margin-top:4px!important;
    font-size:9.6px!important;
    line-height:1.18!important;
  }

  .myinfo-block{
    padding:9px!important;
    margin-bottom:8px!important;
    border-radius:12px!important;
  }

  .myinfo-block h3{
    margin:0 0 7px!important;
    font-size:14px!important;
    line-height:1.15!important;
  }

  .profile-edit-row{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:center!important;
    margin-top:8px!important;
  }

  .profile-avatar-large{
    width:46px!important;
    height:46px!important;
    flex:0 0 46px!important;
    font-size:20px!important;
  }

  .myinfo-file-input,
  .myinfo-text-input{
    height:36px!important;
    min-height:36px!important;
    border-radius:10px!important;
    padding:0 10px!important;
    font-size:16px!important;
  }

  input[type="file"].myinfo-file-input{
    height:36px!important;
    line-height:36px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }

  input[type="file"].myinfo-file-input::file-selector-button{
    height:26px!important;
    margin-right:7px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    font-size:11px!important;
  }

  .myinfo-action-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:6px!important;
    width:100%!important;
  }

  .myinfo-action-row.second{
    margin-top:6px!important;
  }

  .myinfo-btn{
    min-height:32px!important;
    height:32px!important;
    padding:0 8px!important;
    border-radius:9px!important;
    font-size:11.5px!important;
    line-height:1.05!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  .myinfo-btn.support{
    width:100%!important;
    min-width:0!important;
    margin:7px 0 0!important;
  }

  .support-block{
    display:block!important;
  }

  .help-text{
    margin:7px 0 0!important;
    font-size:10.5px!important;
    line-height:1.28!important;
  }

  .help-text.top{
    margin:0 0 7px!important;
  }

  .muted{
    display:block!important;
    grid-column:1 / -1!important;
    font-size:10px!important;
    line-height:1.25!important;
  }

  .linked-text{
    margin-bottom:7px!important;
    font-size:12px!important;
    line-height:1.2!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }

  .withdraw-block{
    padding:8px!important;
  }

  .privacy-link{
    margin:10px 0 2px!important;
    font-size:11px!important;
  }
}

@media(max-width:390px){
  .myinfo-stat-value{
    font-size:12px!important;
  }

  .myinfo-stat-label{
    font-size:10px!important;
  }

  .myinfo-btn{
    font-size:10.5px!important;
    padding:0 6px!important;
  }
}


/* user title selector 20260710 */
.myinfo-title-block{
  overflow:hidden!important;
}
.myinfo-title-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:14px!important;
  margin-bottom:14px!important;
}
.myinfo-equipped-title{
  flex:0 0 auto!important;
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
}
.myinfo-title-section-label{
  margin:14px 0 8px!important;
  color:#c7d2e8!important;
  font-size:13px!important;
  font-weight:950!important;
}
.myinfo-title-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.myinfo-title-chip{
  min-height:58px!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.035)!important;
  color:#f7fbff!important;
  text-align:left!important;
  padding:10px 12px!important;
  cursor:pointer!important;
}
.myinfo-title-chip b{
  display:block!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1.25!important;
}
.myinfo-title-chip span{
  display:block!important;
  margin-top:4px!important;
  color:#9da8bd!important;
  font-size:12px!important;
  font-weight:750!important;
}
.myinfo-title-chip.active{
  border-color:rgba(255,208,87,.65)!important;
  background:rgba(255,208,87,.12)!important;
  box-shadow:0 0 0 3px rgba(255,208,87,.08)!important;
}
.myinfo-title-empty{
  grid-column:1 / -1!important;
  border:1px dashed rgba(148,163,184,.18)!important;
  border-radius:14px!important;
  padding:12px!important;
  color:#9da8bd!important;
  font-size:13px!important;
  font-weight:800!important;
}
.myinfo-title-empty.big{
  margin-top:8px!important;
}
.myinfo-title-clear{
  margin-top:12px!important;
}
@media(max-width:760px){
  .myinfo-title-head{
    display:block!important;
  }
  .myinfo-equipped-title{
    justify-content:flex-start!important;
    margin-top:8px!important;
  }
  .myinfo-title-grid{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  .myinfo-title-chip{
    min-height:48px!important;
    padding:8px 10px!important;
  }
  .myinfo-title-chip b{
    font-size:12px!important;
  }
  .myinfo-title-chip span{
    font-size:10.5px!important;
  }
}





/* clean separate title picker modal 20260710 */
body.title-modal-lock{
  overflow:hidden!important;
}

.myinfo-title-block{
  position:relative!important;
}

.myinfo-title-summary{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}

.myinfo-title-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}

.myinfo-btn.title-select{
  background:linear-gradient(135deg,rgba(106,162,255,.28),rgba(255,208,87,.18))!important;
  border:1px solid rgba(148,163,184,.18)!important;
}

.myinfo-btn.title-clear-outside{
  border:1px solid rgba(255,208,87,.26)!important;
  background:rgba(255,208,87,.08)!important;
  color:#ffd66d!important;
}

.title-picker-backdrop{
  display:none!important;
  position:fixed!important;
  inset:0!important;
  z-index:10030!important;
  align-items:center!important;
  justify-content:center!important;
  padding:24px!important;
  background:rgba(2,6,23,.72)!important;
  backdrop-filter:blur(8px)!important;
}

.title-picker-backdrop.active{
  display:flex!important;
}

.title-picker-card{
  width:min(860px,calc(100vw - 40px))!important;
  max-height:86vh!important;
  overflow:hidden!important;
  border-radius:26px!important;
  border:1px solid rgba(148,163,184,.20)!important;
  background:linear-gradient(180deg,#151b28,#101624)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.52)!important;
  color:#f7fbff!important;
}

.title-picker-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:22px 24px 16px!important;
  border-bottom:1px solid rgba(148,163,184,.14)!important;
}

.title-picker-head h3{
  margin:0 0 6px!important;
  font-size:24px!important;
  font-weight:950!important;
}

.title-picker-head p{
  margin:0!important;
  color:#9da8bd!important;
  font-size:14px!important;
  font-weight:800!important;
}

.title-picker-close{
  min-width:78px!important;
  height:46px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:950!important;
  line-height:1!important;
  cursor:pointer!important;
}

.title-picker-body{
  max-height:calc(86vh - 96px)!important;
  overflow-y:auto!important;
  padding:18px 24px 24px!important;
}

.title-picker-group + .title-picker-group{
  margin-top:20px!important;
}

.title-picker-group h4{
  margin:0 0 10px!important;
  color:#c7d2e8!important;
  font-size:14px!important;
  font-weight:950!important;
}

.title-picker-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

.title-picker-option{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  border:1px solid rgba(148,163,184,.16)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.035)!important;
  color:#f7fbff!important;
  padding:0 14px!important;
  text-align:left!important;
  font-size:15px!important;
  font-weight:950!important;
  cursor:pointer!important;
}

.title-picker-option:hover{
  border-color:rgba(255,208,87,.42)!important;
  background:rgba(255,208,87,.08)!important;
}

.title-picker-option.active{
  border-color:rgba(255,208,87,.72)!important;
  background:rgba(255,208,87,.14)!important;
  color:#ffd66d!important;
  box-shadow:0 0 0 3px rgba(255,208,87,.08)!important;
}


.title-picker-empty{
  grid-column:1 / -1!important;
  border:1px dashed rgba(148,163,184,.18)!important;
  border-radius:14px!important;
  padding:13px!important;
  color:#9da8bd!important;
  font-size:13px!important;
  font-weight:800!important;
}

@media(max-width:760px){
  .myinfo-title-summary{
    display:block!important;
  }

  .myinfo-title-actions{
    justify-content:flex-start!important;
    margin-top:8px!important;
  }

  .title-picker-backdrop{
    padding:12px!important;
    align-items:flex-start!important;
  }

  .title-picker-card{
    width:100%!important;
    max-height:calc(100vh - 24px)!important;
    border-radius:18px!important;
  }

  .title-picker-head{
    padding:16px 16px 12px!important;
  }

  .title-picker-head h3{
    font-size:18px!important;
  }

  .title-picker-body{
    max-height:calc(100vh - 116px)!important;
    padding:14px 16px 16px!important;
  }

  .title-picker-grid{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }

  .title-picker-option{
    min-height:40px!important;
    font-size:12.5px!important;
    border-radius:11px!important;
  }

  .title-picker-close{
    min-width:60px!important;
    height:38px!important;
    font-size:13px!important;
  }
}
