
body.yt-customer-account-page #masthead,
body.yt-customer-account-page .site-header,
body.yt-customer-account-page header.site-header,
body.yt-customer-account-page #site-navigation,
body.yt-customer-account-page .main-navigation,
body.yt-customer-account-page .site-navigation,
body.yt-customer-account-page .primary-navigation,
body.yt-customer-account-page #primary-menu,
body.yt-customer-account-page .widget-area,
body.yt-customer-account-page #right-sidebar,
body.yt-customer-account-page #left-sidebar,
body.yt-customer-account-page aside,
body.yt-customer-account-page .sidebar,
body.yt-customer-account-page .entry-header,
body.yt-customer-account-page .page-header,
body.yt-customer-account-page .site-footer,
body.yt-customer-account-page footer.site-footer {
  display:none !important;
}

body.yt-customer-account-page,
body.yt-customer-account-page #page,
body.yt-customer-account-page .site,
body.yt-customer-account-page .site-content,
body.yt-customer-account-page #content,
body.yt-customer-account-page #primary,
body.yt-customer-account-page .content-area,
body.yt-customer-account-page main,
body.yt-customer-account-page article,
body.yt-customer-account-page .inside-article,
body.yt-customer-account-page .entry-content {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  box-sizing:border-box;
}

body.yt-customer-account-page {
  background:#f5f7fb !important;
}

.ytca-page-shell{
  --navy:#0d2b57;
  --blue:#1976e9;
  --blue2:#0b5ed7;
  --muted:#6d7785;
  --bg:#f5f7fb;
  --line:#e4e9f1;
  min-height:100vh;
  background:#f5f7fb;
  font-family:Arial,Helvetica,sans-serif;
}

.ytca-compact-header{
  min-height:76px;
  padding:12px max(24px,calc((100vw - 1180px)/2));
  background:#fff;
  border-bottom:1px solid #e7ecf3;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  box-sizing:border-box;
}

.ytca-compact-brand{
  display:flex;
  align-items:center;
  gap:11px;
  text-decoration:none !important;
}

.ytca-logo-mark{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue2),var(--blue));
  color:#fff;
  font-weight:900;
  font-size:17px;
  box-shadow:0 8px 20px rgba(25,118,233,.18);
}

.ytca-brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.08;
}

.ytca-brand-text strong{
  color:var(--navy);
  font-size:21px;
}

.ytca-brand-text small{
  color:var(--muted);
  font-size:11px;
  margin-top:4px;
}

.ytca-compact-nav{
  display:flex;
  align-items:center;
  gap:24px;
}

.ytca-compact-nav a{
  color:var(--navy) !important;
  text-decoration:none !important;
  font-weight:700;
  font-size:14px;
}

.ytca-wrap{
  max-width:760px;
  margin:0 auto;
  padding:56px 18px 72px;
  box-sizing:border-box;
}

.ytca-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 14px 40px rgba(13,43,87,.08);
  padding:28px;
}

.ytca-brand{
  display:flex;
  gap:16px;
  align-items:center;
  margin-bottom:24px;
}

.ytca-badge{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  color:#fff;
  background:linear-gradient(135deg,var(--blue2),var(--blue));
  font-weight:900;
  font-size:20px;
}

.ytca-brand h1{
  margin:0;
  color:var(--navy);
  font-size:30px;
  line-height:1.1;
}

.ytca-brand p{
  margin:6px 0 0;
  color:var(--muted);
}

.ytca-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#eef3fb;
  border-radius:14px;
  padding:5px;
  margin-bottom:20px;
}

.ytca-tab{
  border:0;
  background:transparent;
  border-radius:10px;
  padding:12px;
  font-weight:800;
  color:var(--muted);
  cursor:pointer;
}

.ytca-tab.is-active{
  background:#fff;
  color:var(--navy);
  box-shadow:0 3px 12px rgba(13,43,87,.08);
}

.ytca-panel{display:none}
.ytca-panel.is-active{display:block}

.ytca-panel form{
  display:grid;
  gap:10px;
}

.ytca-panel label{
  font-weight:700;
  color:var(--navy);
  margin-top:6px;
}

.ytca-panel input{
  width:100%;
  box-sizing:border-box;
  border:1px solid #ced7e3;
  border-radius:13px;
  padding:14px 15px;
  font-size:16px;
  outline:none;
  background:#fff;
}

.ytca-panel input:focus{
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(25,118,233,.12);
}

.ytca-primary,
.ytca-secondary{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
  border-radius:14px;
  padding:14px 18px;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
  margin-top:10px;
}

.ytca-primary{
  background:linear-gradient(90deg,var(--blue2),var(--blue));
  color:#fff !important;
  border:0;
}

.ytca-primary:disabled{
  opacity:.65;
  cursor:not-allowed;
}

.ytca-secondary{
  width:100%;
  box-sizing:border-box;
  background:#fff;
  color:var(--navy);
  border:1px solid #b9c5d5;
}

.ytca-link-btn{
  border:0;
  background:transparent;
  color:var(--blue);
  font-weight:800;
  cursor:pointer;
  padding:10px;
}

.ytca-message{
  padding:12px 14px;
  border-radius:12px;
  margin:0 0 18px;
  font-weight:700;
}

.ytca-message.is-success{
  background:#ebfff2;
  color:#17683c;
}

.ytca-message.is-error{
  background:#fff0f0;
  color:#9f2222;
}

.ytca-message.is-info{
  background:#eef5ff;
  color:#164d91;
}

.ytca-verify-head{
  text-align:center;
  margin:4px 0 18px;
}

.ytca-verify-head h2{
  margin:0 0 8px;
  color:var(--navy);
}

.ytca-verify-head p{
  margin:0;
  color:var(--muted);
}

.ytca-otp{
  text-align:center;
  letter-spacing:8px;
  font-size:25px !important;
  font-weight:900;
}

.ytca-profile-box{
  text-align:center;
  background:var(--bg);
  border-radius:18px;
  padding:24px;
}

.ytca-avatar{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f2ff;
  color:var(--blue);
  font-size:32px;
  font-weight:900;
  margin:0 auto 12px;
}

.ytca-profile-box h2{
  margin:0;
  color:var(--navy);
}

.ytca-profile-box p{
  margin:7px 0 0;
  color:var(--muted);
}

.ytca-book-link{
  display:flex;
  margin-top:16px;
}

@media(max-width:760px){
  .ytca-compact-header{
    padding:12px 16px;
  }

  .ytca-compact-nav{
    gap:12px;
  }

  .ytca-brand-text strong{
    font-size:18px;
  }

  .ytca-wrap{
    padding:28px 10px 48px;
  }

  .ytca-card{
    padding:20px;
    border-radius:18px;
  }

  .ytca-brand h1{
    font-size:24px;
  }

  .ytca-badge{
    width:50px;
    height:50px;
  }
}
