/* Extracted from original <style> block 9. Do not edit unless changing that original block. */

/* Taekwon Road full dashboard redesign */
body.trDashboardRedesign{
  background:#f8fbff!important;
}
body.trDashboardRedesign .app{
  width:min(1480px,100%)!important;
  padding:14px 16px 34px!important;
}
body.trDashboardRedesign .header{
  position:relative;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 0 8px!important;
  margin-bottom:0!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
body.trDashboardRedesign .tkdPremiumDock,
body.trDashboardRedesign .trPayFab,
body.trDashboardRedesign .trAutoFab{
  display:none!important;
}
body.trDashboardRedesign .trMainPillNavWrap{
  margin:2px auto 12px!important;
}
body.trDashboardRedesign .trMainPillNav{
  width:max-content!important;
  max-width:none!important;
  min-height:76px;
  background:#172033!important;
  border-radius:999px!important;
  padding:8px!important;
}
body.trDashboardRedesign .trMainPillNav button{
  min-height:58px!important;
  font-size:18px!important;
}
.trDash{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.trDashTop{
  display:grid;
  grid-template-columns:1.6fr repeat(4,1fr);
  gap:12px;
}
.trDashWelcome{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:22px;
  padding:22px 26px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  display:flex;
  align-items:center;
  gap:22px;
  min-height:164px;
}
.trDashLogoBig{
  width:100px;
  height:100px;
  border-radius:26px;
  background:linear-gradient(135deg,#0f172a,#0ea5e9);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:42px;
  font-weight:1000;
  box-shadow:0 12px 28px rgba(14,165,233,.22);
  flex:0 0 auto;
}
.trDashLogoBig img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
  display:block;
}
.trDashWelcome h2{
  margin:0;
  font-size:26px;
  color:#0f172a;
  font-weight:1000;
  letter-spacing:-.3px;
}
.trDashWelcome p{
  margin:9px 0 20px;
  color:#64748b;
  font-weight:850;
}
.trDashWelcomeActions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.trDashBtn{
  border-radius:14px!important;
  box-shadow:none!important;
  min-height:46px;
  font-size:15px!important;
}
.trDashBtn.white{
  background:#fff!important;
  color:#0f172a!important;
  border:1px solid #dbe3ef!important;
}
.trDashMetric{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:22px;
  padding:22px 18px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  min-height:164px;
}
.trDashMetricTop{
  display:flex;
  align-items:center;
  gap:10px;
  color:#334155;
  font-weight:1000;
  font-size:16px;
}
.trDashMetricIcon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#eff6ff;
  font-size:23px;
}
.trDashMetricIcon.red{background:#fee2e2}
.trDashMetricIcon.gold{background:#fef3c7}
.trDashMetricIcon.money{background:#ffe4e6}
.trDashMetric b{
  display:block;
  margin:20px 0 4px 54px;
  font-size:34px;
  color:#0f172a;
  letter-spacing:-1px;
}
.trDashMetric small{
  display:block;
  margin-left:54px;
  color:#64748b;
  font-weight:900;
}
.trDashMain{
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:12px;
}
.trDashSection{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:22px;
  padding:22px 24px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
}
.trDashSectionHead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:16px;
}
.trDashSectionTitle{
  display:flex;
  align-items:center;
  gap:10px;
}
.trDashSectionIcon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  font-size:20px;
  font-weight:1000;
}
.trDashSectionIcon.blue{background:#2f7df4}
.trDashSectionIcon.green{background:#14b866}
.trDashSectionIcon.purple{background:#7657e8}
.trDashSectionIcon.yellow{background:#f7b51f}
.trDashSection h3{
  margin:0;
  font-size:24px;
  color:#0f172a;
  font-weight:1000;
}
.trDashCardGrid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.trDashMiniCard{
  border:1px solid #e2e8f0;
  background:#fff;
  border-radius:16px;
  min-height:126px;
  padding:14px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
  transition:.16s transform,.16s box-shadow,.16s border-color;
}
.trDashMiniCard:hover{
  transform:translateY(-2px);
  border-color:#93c5fd;
  box-shadow:0 12px 26px rgba(15,23,42,.08);
}
.trDashMiniEmoji{
  font-size:36px;
  margin-bottom:8px;
}
.trDashMiniCard b{
  font-size:15px;
  color:#0f172a;
  font-weight:1000;
}
.trDashMiniCard small{
  margin-top:5px;
  color:#64748b;
  font-weight:850;
  line-height:1.25;
}
.trDashMore{
  display:block;
  text-align:center;
  margin-top:16px;
  color:#2377f3;
  font-weight:1000;
  cursor:pointer;
}
.trDashBottom{
  display:grid;
  grid-template-columns:1fr 1.18fr;
  gap:12px;
}
.trDashNoticeList{
  border:1px solid #f2ead8;
  border-radius:16px;
  overflow:hidden;
  background:#fffdf6;
}
.trDashNoticeRow{
  display:grid;
  grid-template-columns:20px 1fr auto auto;
  gap:8px;
  align-items:center;
  padding:12px 14px;
  border-bottom:1px solid #f1f5f9;
  font-weight:900;
}
.trDashNoticeRow:last-child{border-bottom:0}
.trDashDot{
  width:9px;
  height:9px;
  border-radius:50%;
}
.trDashDot.green{background:#22c55e}
.trDashDot.red{background:#ef4444}
.trDashDot.orange{background:#f59e0b}
.trDashTag{
  border-radius:8px;
  padding:4px 8px;
  font-size:12px;
  font-weight:1000;
}
.trDashTag.blue{background:#dbeafe;color:#2563eb}
.trDashTag.green{background:#dcfce7;color:#166534}
.trDashTag.orange{background:#ffedd5;color:#c2410c}
.trDashTime{
  color:#94a3b8;
  font-size:13px;
  font-weight:900;
}
.trDashInfoBar{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(15,23,42,.05);
  overflow:hidden;
}
.trDashInfoItem{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 20px;
  border-right:1px solid #e2e8f0;
}
.trDashInfoItem:last-child{border-right:0}
.trDashInfoIcon{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#eff6ff;
  display:grid;
  place-items:center;
  font-size:20px;
}
.trDashInfoItem small{
  display:block;
  color:#64748b;
  font-weight:900;
  font-size:12px;
}
.trDashInfoItem b{
  display:block;
  color:#0f172a;
  font-size:16px;
  margin-top:3px;
}
.trDashGreenText{color:#16a34a!important}
body.trDashboardRedesign #home > *:not(.trDash){
  display:none!important;
}
@media(max-width:1200px){
  .trDashTop{grid-template-columns:1fr 1fr}
  .trDashWelcome{grid-column:1/-1}
  .trDashMain,.trDashBottom{grid-template-columns:1fr}
  .trDashInfoBar{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .trDashTop{grid-template-columns:1fr}
  .trDashWelcome{flex-direction:column;align-items:flex-start}
  .trDashWelcomeActions{grid-template-columns:1fr}
  .trDashCardGrid{grid-template-columns:repeat(2,1fr)}
  .trDashInfoBar{grid-template-columns:1fr}
  .trDashInfoItem{border-right:0;border-bottom:1px solid #e2e8f0}
  .trDashNoticeRow{grid-template-columns:16px 1fr;align-items:start}
  .trDashTag,.trDashTime{margin-left:24px}
}

/* Part14: 대시보드 상단 메뉴 우측 빈 여백 제거 */
body.trDashboardRedesign .trMainPillNavWrap{
  justify-content:flex-start!important;
  max-width:1100px!important;
  overflow-x:auto!important;
}
body.trDashboardRedesign .trMainPillNav{
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
}

/* PART16: academy profile quick edit */
.trDashOwnerLine,.trAcademyOwnerLine{
  display:block;
  margin-top:6px;
  color:#64748b;
  font-weight:900;
  font-size:14px;
}
.trDashWelcomeActionsThree{
  grid-template-columns:1fr 1fr 1fr;
}
.trAcademyEditBtn{
  width:auto!important;
  min-width:160px;
  margin:8px 0 14px;
}
.trLaunchActions{
  display:flex;
  justify-content:flex-start;
  margin-top:10px;
}
@media(max-width:840px){
  .trDashWelcomeActionsThree{grid-template-columns:1fr;}
  .trAcademyEditBtn{width:100%!important;}
}


/* PART20: academy edit modal clean fix */
.trAcademyEditModal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(15,23,42,.52);z-index:99999;padding:18px;box-sizing:border-box;}
.trAcademyEditModal.open{display:flex;}
.trAcademyEditBox{width:min(560px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.35);padding:22px;box-sizing:border-box;}
.trAcademyEditHead{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px;}
.trAcademyEditHead h2{margin:0;font-size:22px;color:#0f172a;}
.trAcademyEditHead p{margin:6px 0 0;color:#64748b;font-weight:800;line-height:1.45;}
.trAcademyEditClose{width:40px;height:40px;border:0;border-radius:14px;background:#f1f5f9;color:#0f172a;font-size:26px;font-weight:1000;cursor:pointer;}
.trAcademyEditForm{display:grid;gap:9px;}
.trAcademyEditForm label{font-weight:1000;color:#334155;margin-top:6px;}
.trAcademyEditForm input,.trAcademyEditForm textarea{width:100%;box-sizing:border-box;border:1px solid #dbe4ef;border-radius:14px;padding:12px 13px;font-weight:800;font-size:14px;background:#f8fafc;color:#0f172a;}
.trAcademyEditForm textarea{min-height:86px;resize:vertical;}
.trAcademyEditPreview{display:flex;align-items:center;gap:12px;margin-top:12px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;}
.trAcademyEditPreview b{display:block;color:#0f172a;font-size:17px;}
.trAcademyEditPreview p{margin:4px 0 0;color:#64748b;font-weight:800;line-height:1.35;}
.trAcademyEditActions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px;}
.trAcademyEditActions button{width:auto;margin:0;padding:12px 18px;border-radius:14px;font-weight:1000;}
.trDashWelcomeActions{display:flex;flex-wrap:wrap;gap:10px;}
@media(max-width:640px){.trAcademyEditBox{padding:18px;border-radius:20px}.trAcademyEditActions{display:grid;grid-template-columns:1fr 1fr}.trAcademyEditActions button{width:100%;}.trDashWelcomeActions .trDashBtn{width:100%;}}


/* PART21: 홈 환영카드 버튼 정리 및 균형 조정 */
body.trDashboardRedesign .trDashTop{
  grid-template-columns:minmax(360px,1.55fr) repeat(4,minmax(190px,1fr));
  gap:14px;
  align-items:stretch;
}
body.trDashboardRedesign .trDashWelcome{
  position:relative;
  min-height:210px;
  padding:28px 30px;
  gap:24px;
  overflow:hidden;
}
body.trDashboardRedesign .trDashWelcomeText{
  flex:1;
  min-width:0;
  padding-right:42px;
}
body.trDashboardRedesign .trDashWelcomeText h2,
body.trDashboardRedesign .trDashWelcome h2{
  font-size:25px;
  line-height:1.28;
  margin:0;
}
body.trDashboardRedesign .trDashWelcomeText p,
body.trDashboardRedesign .trDashWelcome p{
  margin:12px 0 0;
  line-height:1.55;
}
body.trDashboardRedesign .trDashWelcomeActions,
body.trDashboardRedesign .trLaunchActions{
  display:none!important;
}
body.trDashboardRedesign .trDashWelcomeGear{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:1px solid #dbe4ef;
  border-radius:999px;
  background:#fff;
  color:#64748b;
  display:grid;
  place-items:center;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(15,23,42,.08);
  z-index:3;
}
body.trDashboardRedesign .trDashWelcomeGear:hover{
  background:#f8fafc;
  color:#0f172a;
  transform:translateY(-1px);
}
body.trDashboardRedesign .trDashMetric{
  min-height:210px;
  padding:28px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
body.trDashboardRedesign .trDashMetricTop{
  flex-direction:column;
  gap:14px;
  font-size:17px;
}
body.trDashboardRedesign .trDashMetricIcon{
  width:58px;
  height:58px;
  font-size:27px;
}
body.trDashboardRedesign .trDashMetric b{
  margin:22px 0 6px;
  font-size:40px;
  line-height:1;
}
body.trDashboardRedesign .trDashMetric small{
  margin:0;
  font-size:15px;
}
@media(max-width:1100px){
  body.trDashboardRedesign .trDashTop{grid-template-columns:repeat(2,1fr);}
  body.trDashboardRedesign .trDashWelcome{grid-column:1/-1;}
}
@media(max-width:640px){
  body.trDashboardRedesign .trDashTop{grid-template-columns:1fr;}
  body.trDashboardRedesign .trDashWelcome{
    flex-direction:column;
    align-items:flex-start;
    min-height:0;
    padding:24px 22px;
  }
  body.trDashboardRedesign .trDashWelcomeText{padding-right:46px;}
  body.trDashboardRedesign .trDashLogoBig{width:88px;height:88px;font-size:34px;}
}


/* PART22: 홈 환영카드 세로 균형 정리 - 문구 위 / 로고 중간 / 주소 아래 */
body.trDashboardRedesign .trDashWelcome{
  position:relative;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:18px!important;
  min-height:250px!important;
  padding:30px 30px 30px 32px!important;
}
body.trDashboardRedesign .trDashWelcomeText{
  width:100%!important;
  flex:0 0 auto!important;
  min-width:0!important;
  padding-right:48px!important;
}
body.trDashboardRedesign .trDashWelcomeText h2,
body.trDashboardRedesign .trDashWelcome h2{
  margin:0!important;
  font-size:24px!important;
  line-height:1.34!important;
  letter-spacing:-.45px!important;
  word-break:keep-all!important;
}
body.trDashboardRedesign .trDashLogoBig{
  width:104px!important;
  height:104px!important;
  border-radius:24px!important;
  flex:0 0 auto!important;
}
body.trDashboardRedesign .trDashWelcomeAddress,
body.trDashboardRedesign .trDashWelcome > p.trDashWelcomeAddress{
  margin:4px 0 0!important;
  color:#64748b!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.45!important;
  word-break:keep-all!important;
}
body.trDashboardRedesign .trDashWelcomeAddress::before{
  content:"📍";
  margin-right:7px;
  opacity:.85;
}
body.trDashboardRedesign .trDashWelcomeGear{
  top:18px!important;
  right:18px!important;
}
@media(max-width:1100px){
  body.trDashboardRedesign .trDashWelcome{min-height:230px!important;}
}
@media(max-width:640px){
  body.trDashboardRedesign .trDashWelcome{
    min-height:0!important;
    padding:24px 22px!important;
    gap:16px!important;
  }
  body.trDashboardRedesign .trDashWelcomeText{padding-right:48px!important;}
  body.trDashboardRedesign .trDashWelcomeText h2,
  body.trDashboardRedesign .trDashWelcome h2{font-size:22px!important;}
  body.trDashboardRedesign .trDashLogoBig{width:96px!important;height:96px!important;}
}


/* PART23: 홈 환영 문구를 요청 형식으로 2줄 고정 */
body.trDashboardRedesign .trDashWelcomeText h2 span{
  display:block!important;
}
body.trDashboardRedesign .trDashWelcomeText h2 span:first-child{
  white-space:normal!important;
}

/* PART24: 상단 메뉴를 로고 영역과 같은 줄로 이동 */
body.trDashboardRedesign .header,
body.trTopNavRedesign .header{
  grid-template-columns:auto minmax(0,1fr) auto!important;
  column-gap:18px!important;
  align-items:center!important;
  padding:10px 10px 8px!important;
}
.trTopNavSlot{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  overflow:hidden;
}
.trTopNavSlot .trMainPillNavWrap,
body.trDashboardRedesign .trTopNavSlot .trMainPillNavWrap,
body.trTopNavRedesign .trTopNavSlot .trMainPillNavWrap{
  margin:0!important;
  padding:0!important;
  max-width:100%!important;
  width:auto!important;
  justify-content:flex-start!important;
  overflow-x:auto!important;
}
.trTopNavSlot .trMainPillNav,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav,
body.trTopNavRedesign .trTopNavSlot .trMainPillNav{
  min-height:64px!important;
  padding:7px!important;
  width:max-content!important;
  max-width:none!important;
  flex:0 0 auto!important;
}
.trTopNavSlot .trMainPillNav button,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav button,
body.trTopNavRedesign .trTopNavSlot .trMainPillNav button{
  min-height:50px!important;
  min-width:82px!important;
  font-size:16px!important;
  padding:8px 13px!important;
}
body.trDashboardRedesign .trDash{
  margin-top:24px!important;
}
@media(max-width:980px){
  body.trDashboardRedesign .header,
  body.trTopNavRedesign .header{
    grid-template-columns:1fr auto!important;
    row-gap:10px!important;
  }
  .trTopNavSlot{
    grid-column:1 / -1;
    grid-row:2;
  }
  .trTopNavSlot .trMainPillNavWrap{width:100%!important;}
}
@media(max-width:560px){
  .trTopNavSlot .trMainPillNav button,
  body.trDashboardRedesign .trTopNavSlot .trMainPillNav button,
  body.trTopNavRedesign .trTopNavSlot .trMainPillNav button{
    min-width:72px!important;
    font-size:14px!important;
  }
}


/* PART25: 상단 메뉴를 태권로드 PRO 로고 오른쪽 같은 줄에 실제 고정 */
body.trTopNavRedesign .header,
body.trDashboardRedesign .header{
  display:grid!important;
  grid-template-columns:auto minmax(360px, 1fr) auto!important;
  align-items:center!important;
  column-gap:18px!important;
  padding:8px 16px 10px!important;
}
body.trTopNavRedesign .trTopNavSlot,
body.trDashboardRedesign .trTopNavSlot{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  min-width:0!important;
  overflow:hidden!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNavWrap,
body.trDashboardRedesign .trTopNavSlot .trMainPillNavWrap{
  margin:0!important;
  padding:0!important;
  max-width:100%!important;
  width:auto!important;
  overflow-x:auto!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNav,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav{
  min-height:60px!important;
  padding:7px!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNav button,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav button{
  min-height:46px!important;
  min-width:76px!important;
  font-size:15px!important;
  padding:7px 12px!important;
}
body.trTopNavRedesign .trDash,
body.trDashboardRedesign .trDash,
body.trTopNavRedesign .homeHero,
body.trDashboardRedesign .homeHero{
  margin-top:18px!important;
}
@media(max-width:980px){
  body.trTopNavRedesign .header,
  body.trDashboardRedesign .header{
    grid-template-columns:1fr auto!important;
    row-gap:10px!important;
  }
  body.trTopNavRedesign .trTopNavSlot,
  body.trDashboardRedesign .trTopNavSlot{
    grid-column:1 / -1!important;
    grid-row:2!important;
  }
}

/* PART26: 상단 메뉴 중앙 배치 완성 + 환영 문구 2줄 유지 */
body.trTopNavRedesign .header,
body.trDashboardRedesign .header{
  display:grid!important;
  grid-template-columns:260px minmax(520px, 1fr) 260px!important;
  align-items:center!important;
  column-gap:20px!important;
  padding:8px 28px 10px!important;
  min-height:78px!important;
}
body.trTopNavRedesign .trTopLogoBox,
body.trDashboardRedesign .trTopLogoBox{
  justify-self:start!important;
  width:260px!important;
}
body.trTopNavRedesign .trTopUserBox,
body.trDashboardRedesign .trTopUserBox{
  justify-self:end!important;
  width:auto!important;
}
body.trTopNavRedesign .trTopNavSlot,
body.trDashboardRedesign .trTopNavSlot{
  justify-self:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  overflow:visible!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNavWrap,
body.trDashboardRedesign .trTopNavSlot .trMainPillNavWrap{
  margin:0 auto!important;
  padding:0!important;
  width:auto!important;
  max-width:100%!important;
  justify-content:center!important;
  overflow-x:auto!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNav,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav{
  margin:0 auto!important;
  width:max-content!important;
  min-height:58px!important;
  padding:6px!important;
  justify-content:center!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNav button,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav button{
  min-height:44px!important;
  min-width:72px!important;
  padding:7px 11px!important;
  font-size:14px!important;
}
body.trTopNavRedesign .trTopNavSlot .trMainPillNav .trMenuSettingBtn,
body.trDashboardRedesign .trTopNavSlot .trMainPillNav .trMenuSettingBtn{
  min-width:52px!important;
  width:52px!important;
  flex-basis:52px!important;
}
body.trDashboardRedesign .trDashWelcomeText h2,
body.trDashboardRedesign .trDashWelcome h2{
  word-break:keep-all!important;
  overflow-wrap:normal!important;
}
body.trDashboardRedesign .trDashWelcomeText h2 span{
  display:block!important;
  white-space:normal!important;
}
@media(max-width:1180px){
  body.trTopNavRedesign .header,
  body.trDashboardRedesign .header{
    grid-template-columns:230px minmax(430px, 1fr) 230px!important;
    column-gap:14px!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  body.trTopNavRedesign .trTopLogoBox,
  body.trDashboardRedesign .trTopLogoBox{width:230px!important;}
  body.trTopNavRedesign .trTopNavSlot .trMainPillNav button,
  body.trDashboardRedesign .trTopNavSlot .trMainPillNav button{
    min-width:64px!important;
    font-size:13px!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }
}
@media(max-width:980px){
  body.trTopNavRedesign .header,
  body.trDashboardRedesign .header{
    grid-template-columns:1fr auto!important;
    row-gap:10px!important;
  }
  body.trTopNavRedesign .trTopLogoBox,
  body.trDashboardRedesign .trTopLogoBox{width:auto!important;}
  body.trTopNavRedesign .trTopNavSlot,
  body.trDashboardRedesign .trTopNavSlot{
    grid-column:1 / -1!important;
    grid-row:2!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  body.trTopNavRedesign .trTopNavSlot .trMainPillNavWrap,
  body.trDashboardRedesign .trTopNavSlot .trMainPillNavWrap{
    width:100%!important;
    justify-content:center!important;
  }
}
@media(max-width:640px){
  body.trTopNavRedesign .header,
  body.trDashboardRedesign .header{
    grid-template-columns:1fr!important;
    justify-items:center!important;
  }
  body.trTopNavRedesign .trTopUserBox,
  body.trDashboardRedesign .trTopUserBox{justify-self:center!important;}
  body.trTopNavRedesign .trTopNavSlot .trMainPillNavWrap,
  body.trDashboardRedesign .trTopNavSlot .trMainPillNavWrap{justify-content:flex-start!important;}
  body.trTopNavRedesign .trTopNavSlot .trMainPillNav,
  body.trDashboardRedesign .trTopNavSlot .trMainPillNav{justify-content:flex-start!important;}
}

/* PART27: 상단 프로필 카드 고급화 */
body.trTopNavRedesign .trTopAcademyProfileBox,
body.trDashboardRedesign .trTopAcademyProfileBox{
  min-width:270px!important;
  max-width:310px!important;
  padding:10px 12px!important;
  gap:10px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(226,232,240,.95)!important;
  box-shadow:0 10px 24px rgba(15,23,42,.08)!important;
}
body.trTopNavRedesign .trTopAcademyLogoMini,
body.trDashboardRedesign .trTopAcademyLogoMini{
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  border-radius:14px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-weight:900!important;
  background:linear-gradient(135deg,#0f2a5f,#2563eb)!important;
  color:#fff!important;
  font-size:13px!important;
}
body.trTopNavRedesign .trTopAcademyLogoMini img,
body.trDashboardRedesign .trTopAcademyLogoMini img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
body.trTopNavRedesign .trTopAcademyProfileBox .trTopUserText,
body.trDashboardRedesign .trTopAcademyProfileBox .trTopUserText{
  min-width:0!important;
  flex:1!important;
}
body.trTopNavRedesign .trTopAcademyProfileBox .trTopUserText b,
body.trDashboardRedesign .trTopAcademyProfileBox .trTopUserText b{
  display:block!important;
  font-size:14px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.trTopNavRedesign .trTopAcademyProfileBox .trTopUserText small,
body.trDashboardRedesign .trTopAcademyProfileBox .trTopUserText small{
  display:block!important;
  margin-top:3px!important;
  font-size:11px!important;
  line-height:1.25!important;
  color:#64748b!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
body.trTopNavRedesign .trTopAcademyProfileBox .trTopUserGear,
body.trDashboardRedesign .trTopAcademyProfileBox .trTopUserGear{
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  border-radius:12px!important;
}
@media(max-width:1180px){
  body.trTopNavRedesign .header,
  body.trDashboardRedesign .header{grid-template-columns:230px minmax(400px, 1fr) 270px!important;}
  body.trTopNavRedesign .trTopAcademyProfileBox,
  body.trDashboardRedesign .trTopAcademyProfileBox{min-width:250px!important;max-width:270px!important;}
}
@media(max-width:980px){
  body.trTopNavRedesign .trTopAcademyProfileBox,
  body.trDashboardRedesign .trTopAcademyProfileBox{justify-self:end!important;}
}
@media(max-width:640px){
  body.trTopNavRedesign .trTopAcademyProfileBox,
  body.trDashboardRedesign .trTopAcademyProfileBox{justify-self:center!important;width:100%!important;max-width:360px!important;}
}

/* PART28: 홈 환영카드 고급화 - 도장 현황 요약 표시 */
body.trDashboardRedesign .trDashWelcome{
  padding-bottom:20px!important;
}
body.trDashboardRedesign .trDashWelcomeSummary{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(5, minmax(0, 1fr))!important;
  gap:8px!important;
  margin-top:14px!important;
}
body.trDashboardRedesign .trDashWelcomeSummary span{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:58px!important;
  padding:8px 6px!important;
  border-radius:16px!important;
  background:rgba(248,250,252,.86)!important;
  border:1px solid rgba(226,232,240,.95)!important;
  box-shadow:0 8px 18px rgba(15,23,42,.05)!important;
}
body.trDashboardRedesign .trDashWelcomeSummary em{
  font-style:normal!important;
  font-size:11px!important;
  font-weight:800!important;
  color:#64748b!important;
  margin-bottom:3px!important;
  white-space:nowrap!important;
}
body.trDashboardRedesign .trDashWelcomeSummary b{
  font-size:14px!important;
  font-weight:1000!important;
  color:#0f172a!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
@media(max-width:980px){
  body.trDashboardRedesign .trDashWelcomeSummary{
    grid-template-columns:repeat(3, minmax(0, 1fr))!important;
  }
}
@media(max-width:560px){
  body.trDashboardRedesign .trDashWelcomeSummary{
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
  }
}

/* PART29: 도장설정 고급화 - 연락처/SNS/대표이미지 입력 */
.trAcademyEditSectionTitle{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;font-size:13px;font-weight:1000;color:#2563eb;letter-spacing:-.02em;}
.trAcademyEditForm input[type="file"]{background:#fff;}
@media(min-width:760px){.trAcademyEditBox{width:min(720px,100%)}.trAcademyEditForm{grid-template-columns:140px 1fr;align-items:center}.trAcademyEditForm label{margin-top:0}.trAcademyEditForm textarea,.trAcademyEditForm .trAcademyEditPreview,.trAcademyEditSectionTitle{grid-column:1 / -1}.trAcademyEditForm input[type="file"]{grid-column:2 / 3}}


/* PART30: 통계카드 고급화 - 크기/아이콘/클릭 영역 통일 */
body.trDashboardRedesign .trDashMetric{
  min-height:188px!important;
  padding:22px 18px!important;
  border-radius:24px!important;
  border:1px solid rgba(226,232,240,.95)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  box-shadow:0 14px 32px rgba(15,23,42,.07)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:12px!important;
  cursor:pointer!important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
  user-select:none!important;
}
body.trDashboardRedesign .trDashMetric:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.11)!important;
  border-color:#bfdbfe!important;
}
body.trDashboardRedesign .trDashMetricTop{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:86px!important;
  font-size:16px!important;
  line-height:1.2!important;
  font-weight:1000!important;
  color:#1e293b!important;
  letter-spacing:-.03em!important;
}
body.trDashboardRedesign .trDashMetricIcon{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  border-radius:18px!important;
  display:grid!important;
  place-items:center!important;
  font-size:24px!important;
  font-weight:1000!important;
  line-height:1!important;
  background:#eff6ff!important;
  color:#2563eb!important;
}
body.trDashboardRedesign .trDashMetricIcon.green{background:#dcfce7!important;color:#16a34a!important;}
body.trDashboardRedesign .trDashMetricIcon.red{background:#fee2e2!important;color:#dc2626!important;}
body.trDashboardRedesign .trDashMetricIcon.gold{background:#fef3c7!important;color:#d97706!important;}
body.trDashboardRedesign .trDashMetricIcon.money{background:#ffe4e6!important;color:#e11d48!important;}
body.trDashboardRedesign .trDashMetric b{
  display:block!important;
  margin:0!important;
  min-height:42px!important;
  font-size:38px!important;
  line-height:1!important;
  font-weight:1000!important;
  color:#0f172a!important;
  letter-spacing:-.05em!important;
}
body.trDashboardRedesign .trDashMetric small{
  display:block!important;
  margin:0!important;
  min-height:20px!important;
  font-size:13px!important;
  line-height:1.25!important;
  font-weight:900!important;
  color:#64748b!important;
  white-space:nowrap!important;
}
@media(max-width:1100px){
  body.trDashboardRedesign .trDashTop{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.trDashboardRedesign .trDashWelcome{grid-column:1/-1!important;}
}
@media(max-width:640px){
  body.trDashboardRedesign .trDashTop{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  body.trDashboardRedesign .trDashWelcome{grid-column:1/-1!important;}
  body.trDashboardRedesign .trDashMetric{min-height:154px!important;padding:16px 10px!important;border-radius:20px!important;}
  body.trDashboardRedesign .trDashMetricTop{min-height:70px!important;font-size:14px!important;gap:8px!important;}
  body.trDashboardRedesign .trDashMetricIcon{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important;font-size:20px!important;}
  body.trDashboardRedesign .trDashMetric b{font-size:30px!important;min-height:34px!important;}
  body.trDashboardRedesign .trDashMetric small{font-size:11px!important;white-space:normal!important;}
}

/* part31: owner summary dashboard */
body.trDashboardRedesign .trOwnerSummaryPanel{
  margin:18px 0 22px!important;
  padding:18px!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)!important;
  border:1px solid rgba(203,213,225,.9)!important;
  box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
}
body.trDashboardRedesign .trOwnerSummaryHead{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  margin-bottom:14px!important;
}
body.trDashboardRedesign .trOwnerSummaryHead small{
  display:block!important;
  color:#3b82f6!important;
  font-size:11px!important;
  font-weight:1000!important;
  letter-spacing:.08em!important;
  margin-bottom:4px!important;
}
body.trDashboardRedesign .trOwnerSummaryHead h3{
  margin:0!important;
  font-size:20px!important;
  font-weight:1000!important;
  color:#0f172a!important;
}
body.trDashboardRedesign .trOwnerSummaryHead>span{
  color:#64748b!important;
  font-weight:900!important;
  font-size:13px!important;
  white-space:nowrap!important;
}
body.trDashboardRedesign .trOwnerSummaryGrid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:10px!important;
}
body.trDashboardRedesign .trOwnerSummaryItem{
  min-height:104px!important;
  padding:14px 12px!important;
  border-radius:20px!important;
  background:#fff!important;
  border:1px solid rgba(226,232,240,.95)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:6px!important;
}
body.trDashboardRedesign .trOwnerSummaryItem span{
  width:34px!important;
  height:34px!important;
  border-radius:13px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#eff6ff!important;
  font-size:18px!important;
}
body.trDashboardRedesign .trOwnerSummaryItem small{
  font-size:12px!important;
  color:#64748b!important;
  font-weight:900!important;
}
body.trDashboardRedesign .trOwnerSummaryItem b{
  font-size:22px!important;
  line-height:1!important;
  color:#0f172a!important;
  font-weight:1000!important;
}
@media(max-width:1024px){
  body.trDashboardRedesign .trOwnerSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:640px){
  body.trDashboardRedesign .trOwnerSummaryPanel{padding:14px!important;border-radius:20px!important;}
  body.trDashboardRedesign .trOwnerSummaryHead{align-items:flex-start!important;flex-direction:column!important;}
  body.trDashboardRedesign .trOwnerSummaryGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  body.trDashboardRedesign .trOwnerSummaryItem{min-height:94px!important;padding:12px 10px!important;border-radius:16px!important;}
  body.trDashboardRedesign .trOwnerSummaryItem b{font-size:20px!important;}
}

/* part32: academy branding system */
:root{
  --tr-brand-primary:#0f2a5f;
  --tr-brand-secondary:#2563eb;
  --tr-brand-soft:#eff6ff;
  --tr-brand-ink:#0f172a;
}
body.trBrandSystem .header{
  background:linear-gradient(135deg,var(--tr-brand-primary),var(--tr-brand-secondary))!important;
}
body.trBrandSystem.trTopNavRedesign .header{
  background:linear-gradient(135deg,var(--tr-brand-primary),var(--tr-brand-secondary))!important;
  border-color:rgba(255,255,255,.18)!important;
}
body.trBrandSystem .trTopLogoMark,
body.trBrandSystem .trTopUserIcon,
body.trBrandSystem .trDashLogoBig,
body.trBrandSystem .trAcademyLogo{
  background:linear-gradient(135deg,var(--tr-brand-primary),var(--tr-brand-secondary))!important;
  color:#fff!important;
}
body.trBrandSystem .trTopLogoMark img,
body.trBrandSystem .trTopUserIcon img,
body.trBrandSystem .trDashLogoBig img,
body.trBrandSystem .trAcademyLogo img{
  background:#fff!important;
}
body.trBrandSystem .trMainPillNav button.active,
body.trBrandSystem button:not(.secondary):not(.ghost):not(.trMenuSettingBtn):not(.trDashWelcomeGear):not(.trTopUserGear),
body.trBrandSystem .trLoginSubmit{
  background:linear-gradient(135deg,var(--tr-brand-primary),var(--tr-brand-secondary))!important;
  color:#fff!important;
}
body.trBrandSystem .trMainPillNav button.active{
  box-shadow:0 10px 24px color-mix(in srgb, var(--tr-brand-secondary) 30%, transparent)!important;
}
body.trBrandSystem .trDashWelcome{
  border-color:color-mix(in srgb, var(--tr-brand-secondary) 24%, #e2e8f0)!important;
  background:linear-gradient(135deg,#fff 0%,var(--tr-brand-soft) 100%)!important;
}
body.trBrandSystem .trDashWelcomeGear,
body.trBrandSystem .trTopUserGear{
  color:var(--tr-brand-primary)!important;
  background:#fff!important;
  border-color:color-mix(in srgb, var(--tr-brand-secondary) 20%, #e2e8f0)!important;
}
body.trBrandSystem .trDashSectionIcon.blue,
body.trBrandSystem .trDashMetricIcon.green,
body.trBrandSystem .trOwnerSummaryHead small,
body.trBrandSystem .trAcademyEditSectionTitle,
body.trBrandSystem .trDashMore{
  color:var(--tr-brand-secondary)!important;
}
body.trBrandSystem .trDashMetricAttendance .trDashMetricIcon,
body.trBrandSystem .trOwnerSummaryItem span,
body.trBrandSystem .trPlatformPill{
  background:var(--tr-brand-soft)!important;
  color:var(--tr-brand-primary)!important;
}
.trBrandSettings{
  margin-top:16px!important;
  padding-top:16px!important;
  border-top:1px solid #e2e8f0!important;
}
.trBrandSettings h4{
  margin:0 0 10px!important;
  font-size:14px!important;
  font-weight:1000!important;
  color:#0f172a!important;
}
.trBrandColorGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin-bottom:12px!important;
}
.trBrandColorOption{
  min-height:48px!important;
  border:2px solid #e2e8f0!important;
  border-radius:16px!important;
  padding:8px 10px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  cursor:pointer!important;
  background:#fff!important;
  font-weight:1000!important;
  color:#334155!important;
  transition:.15s ease!important;
}
.trBrandColorOption input{display:none!important;}
.trBrandColorDot{
  width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  box-shadow:inset 0 0 0 2px rgba(255,255,255,.55),0 4px 10px rgba(15,23,42,.12)!important;
}
.trBrandColorOption:has(input:checked){
  border-color:var(--tr-brand-secondary)!important;
  background:var(--tr-brand-soft)!important;
  color:var(--tr-brand-primary)!important;
}
.trBrandFieldGrid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
}
.trBrandFieldGrid input{
  width:100%!important;
  border:1px solid #dbe3ef!important;
  border-radius:14px!important;
  padding:12px!important;
  background:#f8fafc!important;
  font:inherit!important;
  font-weight:800!important;
}
@media(max-width:720px){
  .trBrandColorGrid{grid-template-columns:1fr 1fr!important;}
  .trBrandFieldGrid{grid-template-columns:1fr!important;}
}

/* PART34: student dashboard upgrade */
.trStudentDashUpgrade{margin:18px 0 22px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 58%,#eef6ff 100%);box-shadow:0 18px 46px rgba(15,23,42,.10);border:1px solid rgba(148,163,184,.22)}
.trStudentHero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.9fr);gap:18px;align-items:stretch}
.trStudentHeroMain{position:relative;overflow:hidden;border-radius:24px;padding:24px;background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 100%);color:#fff;min-height:210px;box-shadow:0 16px 36px rgba(30,64,175,.20)}
.trStudentHeroMain:after{content:"";position:absolute;right:-46px;bottom:-56px;width:190px;height:190px;border-radius:50%;background:rgba(255,255,255,.13)}
.trStudentHeroTop{display:flex;align-items:center;gap:14px;position:relative;z-index:1}
.trStudentAvatar{width:62px;height:62px;border-radius:22px;background:#fff;color:#1d4ed8;display:grid;place-items:center;font-size:30px;font-weight:1000;box-shadow:0 10px 24px rgba(0,0,0,.16)}
.trStudentHeroText small{display:block;font-weight:900;color:#bfdbfe;margin-bottom:4px}.trStudentHeroText h3{margin:0;font-size:28px;line-height:1.18;letter-spacing:-.04em}.trStudentHeroText p{margin:8px 0 0;color:#e0f2fe;font-weight:800}
.trStudentHeroStats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:24px;position:relative;z-index:1}.trStudentHeroStats span{border-radius:18px;background:rgba(255,255,255,.14);padding:13px 12px;border:1px solid rgba(255,255,255,.16)}.trStudentHeroStats em{display:block;font-style:normal;font-size:12px;color:#bfdbfe;font-weight:900}.trStudentHeroStats b{display:block;margin-top:5px;font-size:19px;color:#fff}
.trStudentToday{border-radius:24px;background:#fff;padding:20px;border:1px solid rgba(148,163,184,.20);box-shadow:0 12px 30px rgba(15,23,42,.08)}.trStudentToday h3{margin:0 0 12px;font-size:19px;color:#0f172a}.trStudentTodayItem{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #edf2f7}.trStudentTodayItem:last-child{border-bottom:0}.trStudentTodayIcon{width:38px;height:38px;border-radius:15px;display:grid;place-items:center;background:#eff6ff}.trStudentTodayItem b{display:block;color:#111827}.trStudentTodayItem small{display:block;color:#64748b;font-weight:800;margin-top:2px}
.trStudentQuickGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.trStudentQuickCard{cursor:pointer;border:1px solid rgba(148,163,184,.24);border-radius:22px;background:#fff;padding:17px 16px;box-shadow:0 10px 24px rgba(15,23,42,.07);transition:.18s transform,.18s box-shadow}.trStudentQuickCard:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.11)}.trStudentQuickCard span{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#f1f5f9;font-size:22px;margin-bottom:12px}.trStudentQuickCard b{display:block;color:#111827;font-size:16px}.trStudentQuickCard small{display:block;color:#64748b;font-weight:800;margin-top:5px;line-height:1.35}
@media(max-width:820px){.trStudentDashUpgrade{padding:16px;border-radius:22px}.trStudentHero{grid-template-columns:1fr}.trStudentHeroMain{padding:20px}.trStudentHeroText h3{font-size:23px}.trStudentHeroStats{grid-template-columns:1fr 1fr 1fr}.trStudentQuickGrid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.trStudentHeroStats{grid-template-columns:1fr}.trStudentQuickGrid{grid-template-columns:1fr}.trStudentHeroTop{align-items:flex-start}.trStudentAvatar{width:54px;height:54px;border-radius:18px;font-size:26px}}
