/* R726: unified interior shell and account navigation. */
:root{
  --r726-ink:#080a0b;
  --r726-panel:#0e1112;
  --r726-panel-2:#141718;
  --r726-paper:#f5f5f2;
  --r726-muted:#9da2a6;
  --r726-line:rgba(255,255,255,.105);
  --r726-gold:#c1a45d;
  --r726-cyan:#4ec7c5;
}

/* Global navigation becomes part of the same visual system as the public entrance. */
body.ia521-body .ia521-topbar{
  border-bottom-color:rgba(193,164,93,.22)!important;
  box-shadow:0 10px 35px rgba(0,0,0,.08)!important;
}
body.ia521-body .ia521-brand-mark{
  box-shadow:0 0 0 1px rgba(78,199,197,.22),0 0 28px rgba(78,199,197,.12)!important;
}
body.ia521-body .ia521-account-drawer{
  width:min(390px,calc(100vw - 22px))!important;
  padding:14px!important;
  border:1px solid var(--r726-line)!important;
  border-radius:26px 0 0 26px!important;
  background:
    radial-gradient(circle at 12% 10%,rgba(78,199,197,.12),transparent 25%),
    radial-gradient(circle at 90% 88%,rgba(193,164,93,.09),transparent 28%),
    #0b0e0f!important;
  color:var(--r726-paper)!important;
  box-shadow:-30px 0 90px rgba(0,0,0,.42)!important;
}
body.ia521-body .ia521-account-drawer>header{
  padding:12px 10px 18px!important;
  border-bottom:1px solid var(--r726-line)!important;
}
body.ia521-body .ia521-account-drawer>header a,
body.ia521-body .ia521-account-drawer>header b{color:var(--r726-paper)!important}
body.ia521-body .ia521-account-drawer>header small{color:var(--r726-gold)!important}
body.ia521-body .ia521-account-drawer>nav{
  display:grid!important;
  gap:7px!important;
  padding:14px 0!important;
}
body.ia521-body .ia521-account-drawer>nav>a{
  min-height:54px!important;
  padding:11px 13px!important;
  border:1px solid rgba(255,255,255,.055)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.025)!important;
  color:#d8dadd!important;
}
body.ia521-body .ia521-account-drawer>nav>a:hover,
body.ia521-body .ia521-account-drawer>nav>a:focus-visible{
  border-color:rgba(193,164,93,.35)!important;
  background:rgba(193,164,93,.07)!important;
  color:#fff!important;
}
body.ia521-body .ia521-account-drawer>nav>a svg{color:#c8cbcc!important}
body.ia521-body .ia521-account-drawer .r726-club-entry{
  min-height:76px!important;
  border-color:rgba(78,199,197,.22)!important;
  background:linear-gradient(135deg,rgba(78,199,197,.09),rgba(193,164,93,.055))!important;
}
body.ia521-body .ia521-account-drawer .r726-club-entry span{display:grid!important;gap:4px!important}
body.ia521-body .ia521-account-drawer .r726-club-entry b{color:#fff!important;font-size:.78rem!important}
body.ia521-body .ia521-account-drawer .r726-club-entry small{color:#8f9799!important;font-size:.62rem!important}
body.ia521-body .ia521-account-drawer>form{
  border-top:1px solid var(--r726-line)!important;
  padding-top:12px!important;
}

/* Shared interior canvas across tools, profile and account pages. */
body.ia521-body:not(.r300-page-index-php):not(.r300-page-auth-php){
  background:
    radial-gradient(circle at 10% 12%,rgba(78,199,197,.07),transparent 24rem),
    radial-gradient(circle at 91% 75%,rgba(193,164,93,.06),transparent 27rem),
    #090b0c!important;
}
body.ia521-body .r710-tool-shell,
body.ia521-body .r710-workstyle,
body.ia521-body .r300-semantic,
body.ia521-body .r300-metrics,
body.ia521-body .ia531-profile{
  border-color:var(--r726-line)!important;
  box-shadow:0 28px 80px rgba(0,0,0,.22)!important;
}
body.ia521-body .r710-tool-head{
  border-bottom-color:var(--r726-line)!important;
  background:linear-gradient(90deg,rgba(78,199,197,.045),rgba(193,164,93,.04)),#0d1011!important;
}
body.ia521-body .r710-tool-brand span{
  box-shadow:0 0 0 4px rgba(78,199,197,.07),0 0 22px rgba(78,199,197,.12)!important;
}

/* Dashboard mission line: business focus without crowding the greeting. */
body.r300-page-dashboard-php .r726-mission{
  margin:8px 0 0!important;
  color:#9ea4a6!important;
  font-size:.72rem!important;
  line-height:1.7!important;
}

/* Old R719 presentation is disabled even if stale markup survives browser cache. */
.r719-plan-notice,.r719-club-plan{display:none!important}

@media(max-width:720px){
  body.ia521-body .ia521-account-drawer{
    width:min(360px,calc(100vw - 14px))!important;
    padding:10px!important;
    border-radius:22px 0 0 22px!important;
  }
  body.ia521-body .ia521-account-drawer>nav>a{min-height:50px!important}
  body.ia521-body .ia521-account-drawer .r726-club-entry{min-height:70px!important}
  body.r300-page-dashboard-php .r726-mission{max-width:260px;font-size:.64rem!important}
}

@media(prefers-reduced-motion:reduce){
  body.ia521-body .ia521-account-drawer>nav>a{transition:none!important}
}
