  .store-gate-owner-card{
    margin:0 0 18px;
    padding:18px;
    border-radius:20px;
    border:1px solid rgba(65,232,255,.18);
    background:linear-gradient(145deg,rgba(16,28,42,.86),rgba(12,12,23,.88));
    box-shadow:0 18px 50px rgba(0,0,0,.2);
  }
  .store-gate-owner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
  .store-gate-owner-head h4{margin:4px 0 5px;font-family:"Orbitron",sans-serif;font-size:1.05rem}
  .store-gate-owner-head p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.55}
  .store-gate-owner-kicker{color:var(--cyan);font-size:.68rem;font-weight:900;letter-spacing:.14em}
  .store-gate-owner-status{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:rgba(84,240,170,.15);color:#72f5b7;font-size:.7rem;font-weight:900;letter-spacing:.06em}
  .store-gate-owner-status.closed{background:rgba(255,93,122,.15);color:#ff8da3}
  .store-gate-owner-warning{display:flex;align-items:flex-start;gap:9px;margin:14px 0;color:#f5cf91;font-size:.8rem;line-height:1.55}
  .store-gate-owner-warning svg{flex:0 0 auto;margin-top:2px}

  .store-closed-overlay{
    position:fixed;
    inset:0;
    z-index:1900;
    display:grid;
    place-items:center;
    overflow:auto;
    padding:24px;
    color:#f8f8ff;
    background:
      radial-gradient(circle at 12% 8%,rgba(139,92,246,.25),transparent 34%),
      radial-gradient(circle at 88% 78%,rgba(65,232,255,.18),transparent 36%),
      linear-gradient(145deg,#05050b,#0b0b15 52%,#070711);
    isolation:isolate;
  }
  .store-closed-overlay[hidden]{display:none!important}
  .store-closed-overlay::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    opacity:.2;
    background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:48px 48px;
    mask-image:linear-gradient(to bottom,black,transparent 95%);
  }
  .store-closed-ambient{position:absolute;z-index:-1;width:min(420px,65vw);aspect-ratio:1;border-radius:50%;filter:blur(100px);opacity:.14;pointer-events:none}
  .store-closed-ambient-one{left:-12%;top:-15%;background:var(--purple)}
  .store-closed-ambient-two{right:-15%;bottom:-18%;background:var(--cyan)}
  .store-closed-card{
    width:min(610px,100%);
    padding:clamp(28px,6vw,54px);
    text-align:center;
    border:1px solid rgba(255,255,255,.1);
    border-radius:34px;
    background:linear-gradient(145deg,rgba(24,24,42,.9),rgba(9,9,18,.9));
    box-shadow:0 30px 110px rgba(0,0,0,.58),0 0 50px rgba(65,232,255,.06);
    backdrop-filter:blur(22px);
  }
  .store-closed-logo-wrap{width:90px;height:90px;margin:0 auto 23px;padding:7px;border-radius:24px;border:1px solid rgba(245,196,81,.35);background:rgba(255,255,255,.04);box-shadow:0 0 34px rgba(245,196,81,.12)}
  .store-closed-logo-wrap img{width:100%;height:100%;object-fit:cover;border-radius:17px}
  .store-closed-state{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:9px 13px;border-radius:999px;color:#ffd2dc;background:rgba(255,93,122,.09);border:1px solid rgba(255,93,122,.17);font-size:.72rem;font-weight:900;letter-spacing:.12em}
  .store-closed-state span{width:8px;height:8px;border-radius:50%;background:var(--danger);box-shadow:0 0 16px var(--danger)}
  .store-closed-card h1{margin:0;font-family:"Orbitron",sans-serif;font-size:clamp(2rem,7vw,3.8rem);line-height:1.05;letter-spacing:-.055em;background:linear-gradient(100deg,#fff 10%,#d5faff 48%,#b58cff 92%);background-clip:text;-webkit-background-clip:text;color:transparent}
  .store-closed-card>p{max-width:500px;margin:21px auto 0;color:#b9b9ce;line-height:1.82;font-size:clamp(.96rem,2.5vw,1.08rem)}
  .store-closed-note{margin-top:20px;color:#dffcff;font-weight:800}
  .store-closed-divider{height:1px;margin:30px 0 18px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.13),transparent)}
  .store-closed-owner-login{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 13px;border:0;background:transparent;color:#7e7e95;font-size:.76rem;font-weight:800;cursor:pointer;transition:color .2s ease}
  .store-closed-owner-login:hover{color:#d7d7e3}
  body.store-customer-locked{overflow:hidden!important}
  body.owner-authenticated.store-is-closed::after{
    content:"CUSTOMER VIEW LOCKED — STORE CLOSED";
    position:fixed;
    left:18px;
    bottom:18px;
    z-index:1800;
    padding:9px 12px;
    border-radius:999px;
    color:#ffd9e1;
    background:rgba(70,12,27,.9);
    border:1px solid rgba(255,93,122,.3);
    box-shadow:0 10px 34px rgba(0,0,0,.3);
    font-size:.68rem;
    font-weight:900;
    letter-spacing:.06em;
    pointer-events:none;
  }
  @media(max-width:600px){
    .store-gate-owner-head{flex-direction:column}
    .store-closed-overlay{padding:14px}
    .store-closed-card{border-radius:26px;padding:30px 20px}
    .store-closed-logo-wrap{width:76px;height:76px}
    body.owner-authenticated.store-is-closed::after{left:10px;right:10px;bottom:10px;text-align:center}
  }
  @media(prefers-reduced-motion:reduce){.store-closed-overlay *{animation:none!important;transition:none!important}}
