/* QStore mock screenshots — device frames + living UI animations. */
.mock{display:inline-block}
.mock-phone{width:200px}
.mock-window{width:300px}
.mock-screen{position:relative; border-radius:26px; padding:14px 12px 16px;
  background:linear-gradient(160deg, color-mix(in srgb,var(--c) 30%, #0b0b0d), #0b0b0d);
  border:1px solid rgba(255,255,255,.10); box-shadow:0 18px 44px -18px rgba(0,0,0,.7);
  overflow:hidden; color:#fff}
.mock-window .mock-screen{border-radius:16px}
.mock-phone .mock-screen::before{content:""; position:absolute; top:8px; left:50%; transform:translateX(-50%);
  width:54px; height:6px; border-radius:99px; background:rgba(255,255,255,.18)}
.mock-status{display:flex; gap:5px; justify-content:flex-end; margin:2px 2px 10px}
.mock-status span{width:14px; height:5px; border-radius:9px; background:rgba(255,255,255,.28)}
.mock-status span:nth-child(2){width:9px} .mock-status span:nth-child(3){width:6px}
.mock-title{font-family:"Fraunces",serif; font-weight:600; font-size:16px; margin:2px 4px 12px; line-height:1.1}
.mock-title em{display:block; font-family:"Archivo",sans-serif; font-style:normal; font-weight:500;
  font-size:11px; opacity:.6; margin-top:2px}
.mock-body{min-height:150px}
.mock-caption{text-align:center; font-size:12px; color:var(--text-dim); margin-top:10px}

/* chart */
.m-chart{display:flex; align-items:flex-end; gap:6px; height:96px; padding:0 4px}
.m-bar{flex:1; border-radius:5px 5px 2px 2px; background:linear-gradient(var(--acc),color-mix(in srgb,var(--c) 60%,#000));
  transform:scaleY(0); transform-origin:bottom; animation:barUp .7s var(--i,0) forwards cubic-bezier(.16,1,.3,1);
  animation-delay:calc(var(--i)*70ms)}
@keyframes barUp{to{transform:scaleY(1)}}
.m-line{width:100%; height:44px; margin-top:8px}
.m-draw{stroke-dasharray:300; stroke-dashoffset:300; animation:draw 1.6s .4s forwards ease}
@keyframes draw{to{stroke-dashoffset:0}}

/* grid */
.m-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:8px}
.m-cell{aspect-ratio:1; border-radius:10px; background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.06); position:relative; overflow:hidden;
  opacity:0; transform:scale(.8); animation:pop .5s forwards; animation-delay:calc(var(--i)*80ms)}
.m-cell::after{content:""; position:absolute; inset:0; background:
  linear-gradient(120deg,transparent 30%,rgba(255,255,255,.25) 50%,transparent 70%);
  transform:translateX(-100%); animation:shine 3.2s calc(var(--i)*120ms) infinite}
@keyframes pop{to{opacity:1; transform:none}}
@keyframes shine{0%,60%{transform:translateX(-100%)}100%{transform:translateX(100%)}}

/* list */
.m-list{display:flex; flex-direction:column; gap:9px}
.m-row{display:grid; grid-template-columns:20px 1fr; grid-auto-rows:auto; gap:4px 9px; align-items:center;
  padding:8px; border-radius:10px; background:rgba(255,255,255,.05);
  opacity:0; transform:translateX(-10px); animation:slideIn .5s forwards; animation-delay:calc(var(--i)*90ms)}
.m-dot{grid-row:1/3; width:20px; height:20px; border-radius:7px; background:var(--acc); opacity:.85}
.m-row b{height:7px; border-radius:9px; background:rgba(255,255,255,.55); width:70%}
.m-row u{height:6px; border-radius:9px; background:rgba(255,255,255,.22); width:45%}
@keyframes slideIn{to{opacity:1; transform:none}}

/* counter + scan line */
.m-counter{position:relative}
.m-scan{position:absolute; left:-6px; right:-6px; height:2px; background:var(--acc);
  box-shadow:0 0 10px var(--acc); animation:scan 2.4s ease-in-out infinite; opacity:.9}
@keyframes scan{0%{top:2%}50%{top:70%}100%{top:2%}}
.m-total{margin-top:10px; padding:10px; border-radius:10px; background:rgba(255,255,255,.08);
  display:flex; justify-content:space-between; align-items:center}
.m-total b{width:40%; height:9px; border-radius:9px; background:var(--acc)}
.m-total span{width:24%; height:14px; border-radius:6px; background:rgba(255,255,255,.5)}

/* player */
.m-player{height:140px; border-radius:12px; background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--c) 55%,#000),#0b0b0d);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:14px; position:relative; overflow:hidden}
.m-play{width:44px; height:44px; border-radius:99px; background:rgba(255,255,255,.9); position:relative;
  animation:pulse 2s infinite}
.m-play::after{content:""; position:absolute; left:17px; top:12px; border-style:solid;
  border-width:10px 0 10px 16px; border-color:transparent transparent transparent #111}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.35)}50%{box-shadow:0 0 0 14px rgba(255,255,255,0)}}
.m-track{width:80%; height:5px; border-radius:9px; background:rgba(255,255,255,.2)}
.m-track i{display:block; height:100%; border-radius:9px; background:var(--acc); width:10%;
  animation:track 5s linear infinite}
@keyframes track{to{width:96%}}

/* calendar */
.m-cal{display:grid; grid-template-columns:repeat(7,1fr); gap:5px}
.m-day{aspect-ratio:1; border-radius:6px; background:rgba(255,255,255,.06);
  opacity:0; animation:pop .4s forwards; animation-delay:calc(var(--i)*30ms)}
.m-day:nth-child(3n){background:color-mix(in srgb,var(--acc) 45%,transparent)}

/* sheet */
.m-sheet .m-row{grid-template-columns:20px 1fr}
.m-cta{height:34px; border-radius:10px; margin-top:12px;
  background:linear-gradient(135deg,var(--acc),color-mix(in srgb,var(--c) 60%,#000));
  animation:pulse 2.4s infinite}
