
/* V5.3 FINAL PRE-PUBLISH POLISH
   Additive only: no fruit values, item data or custom image sizes are changed. */

.v53-skip-link{
  position:fixed;
  left:12px;
  top:12px;
  z-index:99999;
  transform:translateY(-160%);
  padding:10px 14px;
  border-radius:10px;
  background:#ffffff;
  color:#0f172a;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
}
.v53-skip-link:focus{transform:translateY(0)}

:where(a,button,input,select,textarea,[role="button"]):focus-visible{
  outline:3px solid rgba(125,211,252,.60)!important;
  outline-offset:3px!important;
}

.v53-launch{content-visibility:auto;contain-intrinsic-size:800px}
.v53-launch-badge{
  min-width:210px;
  padding:14px 16px;
  border:1px solid rgba(34,197,94,.22);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(34,197,94,.08),rgba(14,165,233,.06));
  text-align:right;
}
.v53-launch-badge span,.v53-launch-badge small{display:block;opacity:.7}
.v53-launch-badge strong{display:block;font-size:28px;line-height:1;margin:4px 0}

.v53-check-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.v53-check-card{
  padding:16px;
  border:1px solid rgba(148,163,184,.16);
  border-radius:16px;
  background:rgba(15,23,42,.38);
}
.v53-check-card span,.v53-check-card small{display:block}
.v53-check-card span{font-size:12px;font-weight:900;letter-spacing:.08em;opacity:.65}
.v53-check-card strong{display:block;font-size:24px;margin:7px 0}
.v53-check-card small{opacity:.68;line-height:1.45}

.v53-final-status{
  margin-top:14px;
  padding:14px 16px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.16);
  background:rgba(15,23,42,.32);
  font-weight:900;
  line-height:1.5;
}
.v53-status-pass{
  border-color:rgba(34,197,94,.28);
  background:rgba(34,197,94,.08);
  color:#a7f3d0;
}
.v53-status-warn{
  border-color:rgba(245,158,11,.30);
  background:rgba(245,158,11,.08);
  color:#fde68a;
}
.v53-status-fail{
  border-color:rgba(239,68,68,.30);
  background:rgba(239,68,68,.08);
  color:#fecaca;
}

.v53-final-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:13px}
.v53-final-actions button{
  min-height:44px;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(125,211,252,.28);
  background:rgba(14,165,233,.08);
  color:inherit;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.v53-final-actions button:hover{transform:translateY(-1px)}

.v53-runtime-alert{
  position:fixed;
  right:14px;
  bottom:14px;
  z-index:9999;
  max-width:min(430px,calc(100vw - 28px));
  padding:12px 14px;
  border-radius:13px;
  border:1px solid rgba(239,68,68,.28);
  background:rgba(127,29,29,.94);
  color:#fff;
  box-shadow:0 16px 45px rgba(0,0,0,.28);
  font-size:13px;
  line-height:1.45;
}
.v53-runtime-alert button{
  margin-left:8px;
  border:0;
  background:transparent;
  color:inherit;
  font-weight:900;
  cursor:pointer;
}

section{content-visibility:auto;contain-intrinsic-size:700px}
img{image-rendering:auto}

@media(max-width:900px){
  .v53-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .v53-check-grid{grid-template-columns:1fr}
  .v53-launch-badge{text-align:left;width:100%;min-width:0}
  .v53-final-actions{display:grid}
  .v53-final-actions button{width:100%}
}

/* Respect visitors who prefer less motion. */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important;
  }
}
