/* Surfaces the store skin needs that the captured bundle never compiled,
   because they belong to markup that site does not have (compliance gate). */
.mg-gate{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;
  background:hsl(222 47% 11% / .72);padding:1rem}
.mg-gate.hidden{display:none}
.mg-gate-card{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:.5rem;
  max-width:34rem;width:100%;padding:1.75rem;box-shadow:0 10px 40px hsl(222 47% 11% / .25)}
.mg-gate-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.mg-gate-head .mg-wordmark{font-family:Montserrat,system-ui,sans-serif;font-weight:800;font-size:1.125rem;color:hsl(var(--foreground))}
.mg-gate-head .mg-stamp{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--primary))}
.mg-gate-card h2{font-family:Montserrat,system-ui,sans-serif;font-weight:700;font-size:1.5rem;margin:0 0 .5rem;color:hsl(var(--foreground))}
.mg-gate-lede{font-size:.9rem;color:hsl(var(--muted-foreground));margin:0 0 1.25rem}
.mg-gate-opts{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}
.apx-gate-opt{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer;border:1px solid hsl(var(--border));
  border-radius:.5rem;padding:.875rem;font-size:.875rem;color:hsl(var(--foreground));transition:border-color .15s}
.apx-gate-opt:hover{border-color:hsl(var(--primary) / .5)}
.apx-gate-dot{margin-top:.15rem;height:1.15rem;width:1.15rem;flex:0 0 auto;border-radius:9999px;border:2px solid hsl(var(--border))}
.mg-gate-btn{width:100%;height:2.75rem;border:0;border-radius:.5rem;background:hsl(var(--primary));
  color:hsl(var(--primary-foreground));font-weight:600;font-size:.875rem;cursor:pointer;transition:opacity .15s}
.mg-gate-btn:disabled{opacity:.45;cursor:not-allowed}
.mg-gate-fine{font-size:.72rem;color:hsl(var(--muted-foreground));margin:.875rem 0 0}
.mg-gate-fine a{color:hsl(var(--primary));text-decoration:underline}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Calculator page: its markup predates the store skin. Presentation only —
   no markup or JS hooks are touched, so the tool keeps working as-is. */
.apx-calc .mg-page-head{max-width:80rem;margin:0 auto;padding:2.5rem 1.5rem 0}
.apx-calc .mg-page-head h1{font-family:Montserrat,system-ui,sans-serif;font-weight:800;
  font-size:clamp(1.75rem,3vw,2.25rem);letter-spacing:-.02em;color:hsl(var(--foreground));margin:0 0 .5rem}
.apx-calc .mg-page-head p{color:hsl(var(--muted-foreground));max-width:44rem;margin:0}
.apx-calc .mg-section{max-width:80rem;margin:0 auto;padding:1.5rem}
.apx-calc .mg-label{display:block;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground))}
.apx-calc .mg-fine{font-size:.72rem;color:hsl(var(--muted-foreground))}
.apx-calc .mg-btn{display:inline-flex;align-items:center;justify-content:center;height:2.75rem;
  padding:0 1.25rem;border:0;border-radius:.5rem;background:hsl(var(--primary));
  color:hsl(var(--primary-foreground));font-weight:600;font-size:.875rem;cursor:pointer}
.apx-calc .mg-btn:hover{opacity:.9}
.apx-calc .bg-white{background:hsl(var(--background))}
.apx-calc .bg-neutral-50{background:hsl(var(--surface))}
.apx-calc .border-neutral-200{border-color:hsl(var(--border))}
.apx-calc .border-neutral-300{border-color:hsl(213 27% 84%)}
.apx-calc .text-neutral-500,.apx-calc .text-neutral-600{color:hsl(var(--muted-foreground))}
.apx-calc .text-neutral-900{color:hsl(var(--foreground))}
.apx-calc .bg-\[\#f5f7fb\]{background:hsl(var(--surface))}
.apx-calc .bg-\[oklch\(0\.45_0\.15_250\)\]{background:hsl(var(--primary))}
.apx-calc .lg\:grid-cols-\[minmax\(0\,1fr\)_370px\]{grid-template-columns:minmax(0,1fr) 370px}
@media (max-width:1023px){.apx-calc .lg\:grid-cols-\[minmax\(0\,1fr\)_370px\]{grid-template-columns:1fr}}
