
/* v1.0.0-beta.5.7.2 — clean Cloudflare/runtime recovery */
#profileModal>.modal{
  display:grid!important;
  grid-template-rows:auto minmax(0,1fr)!important;
  width:min(1040px,100%)!important;
  max-height:min(92dvh,920px)!important;
  overflow:hidden!important;
}
#profileContent{
  min-height:0!important;
  max-height:calc(min(92dvh,920px) - 64px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  scroll-behavior:auto!important;
  scroll-padding-top:76px;
}
#profileContent .preview-profile{overflow:visible!important;contain:none!important}
#profileContent .profile-copy{overflow:visible!important;min-width:0!important;padding-bottom:max(320px,40dvh)!important;box-sizing:border-box!important}
#profileContent .profile-columns{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:16px!important}
#profileContent .profile-section-anchor{scroll-margin-top:78px!important}
#profileContent .profile-nav{
  position:sticky!important;
  top:0!important;
  z-index:40!important;
  pointer-events:auto!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  background:rgba(19,15,23,.96)!important;
  backdrop-filter:blur(12px)!important;
}
#profileContent .profile-nav button{
  pointer-events:auto!important;
  touch-action:manipulation!important;
  cursor:pointer!important;
}
#profileContent .profile-nav button.active,
#profileContent .profile-nav button[aria-current="true"]{
  color:var(--gold-2)!important;
  background:rgba(210,177,116,.12)!important;
  box-shadow:inset 0 -2px 0 var(--gold)!important;
}
.beta46-release-modal .modal{width:min(780px,100%)!important}
.beta46-release-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:16px}
.beta46-release-stat{padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.025)}
.beta46-release-stat strong,.beta46-release-stat span{display:block}.beta46-release-stat span{margin-top:5px;color:var(--muted);font-size:11px}
.beta46-release-section{margin-top:14px;padding:15px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.018)}
.beta46-release-section h4{margin:0 0 7px}.beta46-release-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
@media(max-width:760px){
 #profileModal>.modal{width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}
 #profileContent{height:100%!important;max-height:none!important;scroll-padding-top:58px}
 #profileContent .profile-nav{top:0!important}
 .beta46-release-grid{grid-template-columns:1fr!important}
}
