:root {
  --shot-bg:
    radial-gradient(circle at 12% 12%, rgba(103, 232, 249, 0.18), transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(246, 182, 87, 0.12), transparent 24%),
    linear-gradient(160deg, #02050d 0%, #07101f 42%, #030611 100%);
  --shot-copy: rgba(245, 247, 251, 0.92);
  --shot-muted: rgba(183, 196, 220, 0.82);
  --shot-line: rgba(148, 173, 209, 0.14);
}

html,
body {
  width: 1280px;
  height: 800px;
  overflow: hidden;
}

body.store-shot {
  width: 1280px !important;
  min-height: 800px;
  margin: 0;
  background: var(--shot-bg);
  color: var(--text-primary);
}

.store-shot::before {
  content: "";
  position: fixed;
  inset: 18px;
  border-radius: 30px;
  border: 1px solid rgba(148, 173, 209, 0.08);
  pointer-events: none;
}

.shot-layout {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 56px 60px;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 34px;
}

.shot-copy-panel {
  display: grid;
  align-content: center;
  gap: 18px;
}

.shot-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.18);
  background: rgba(103, 232, 249, 0.08);
  color: #bbf7ff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shot-copy-panel h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.shot-copy-panel p {
  margin: 0;
  color: var(--shot-copy);
  font-size: 1.04rem;
  line-height: 1.7;
}

.shot-bullets {
  display: grid;
  gap: 12px;
  margin-top: 6px;
}

.shot-bullet {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--shot-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.shot-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  box-shadow: 0 0 18px rgba(103, 232, 249, 0.45);
  flex-shrink: 0;
}

.shot-visual-panel {
  position: relative;
  min-width: 0;
  display: grid;
  align-items: center;
}

.shot-surface {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(148, 173, 209, 0.1);
  background: linear-gradient(180deg, rgba(7, 15, 28, 0.78), rgba(4, 10, 20, 0.94));
  box-shadow: 0 40px 90px rgba(2, 6, 23, 0.38);
  overflow: hidden;
}

.shot-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(103, 232, 249, 0.12), transparent 24%),
    radial-gradient(circle at left bottom, rgba(246, 182, 87, 0.09), transparent 22%);
  pointer-events: none;
}

.browser-shell {
  position: relative;
  min-height: 640px;
}

.browser-chrome {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid var(--shot-line);
  background: rgba(7, 14, 27, 0.92);
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(183, 196, 220, 0.18);
}

.browser-address {
  margin-left: 8px;
  flex: 1;
  min-height: 34px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(148, 173, 209, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--shot-muted);
  font-size: 0.82rem;
}

.browser-stage {
  position: relative;
  min-height: 588px;
  padding: 24px;
}

.browser-stage.soft-grid {
  background:
    linear-gradient(rgba(148, 173, 209, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 173, 209, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 11, 22, 0.9), rgba(3, 7, 14, 0.96));
  background-size: 34px 34px, 34px 34px, auto;
}

.popup-stage {
  display: grid;
  place-items: center;
}

.popup-backdrop {
  position: absolute;
  inset: 28px 28px 28px 28px;
  border-radius: 28px;
  border: 1px solid rgba(148, 173, 209, 0.08);
  background:
    radial-gradient(circle at 18% 16%, rgba(103, 232, 249, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(7, 14, 27, 0.72), rgba(7, 14, 27, 0.34));
}

.popup-frame {
  position: relative;
  width: 392px;
  transform: translateY(8px);
}

.popup-frame .extension-shell {
  padding: 0;
}

.popup-stage .floating-chip,
.success-stage .floating-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.14);
  background: rgba(7, 15, 28, 0.88);
  color: var(--shot-copy);
  backdrop-filter: blur(18px);
  font-size: 0.8rem;
}

.popup-stage .floating-chip strong,
.success-stage .floating-chip strong {
  color: #fff;
  font-weight: 700;
}

.chip-top {
  top: 46px;
  right: 58px;
}

.chip-bottom {
  left: 56px;
  bottom: 42px;
}

.shot-mini-panel {
  position: absolute;
  left: 42px;
  top: 42px;
  width: 220px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(148, 173, 209, 0.12);
  background: rgba(7, 15, 28, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.22);
}

.shot-mini-panel h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.16rem;
}

.shot-mini-panel p {
  margin: 0;
  color: var(--shot-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.options-stage {
  padding: 22px;
}

.options-stage .options-shell {
  max-width: none;
  padding: 0;
  transform: scale(0.88);
  transform-origin: top left;
  width: 118%;
}

.toast-anchor {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

.store-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(34, 197, 94, 0.2);
  background: rgba(6, 16, 28, 0.9);
  color: #bbf7d0;
  box-shadow: 0 26px 70px rgba(2, 6, 23, 0.28);
}

.store-toast .success-mark {
  width: 36px;
  height: 36px;
  margin: 0;
}

.autofill-stage {
  display: grid;
  place-items: center;
}

.success-stage {
  position: relative;
  display: grid;
  align-items: center;
}

.success-stage .success-shell {
  padding: 0;
}

.success-frame {
  width: 560px;
  margin: 0 auto;
}

.success-rail {
  position: absolute;
  right: 34px;
  top: 38px;
  display: grid;
  gap: 12px;
}

.success-step {
  min-width: 190px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(148, 173, 209, 0.12);
  background: rgba(7, 15, 28, 0.82);
  color: var(--shot-copy);
}

.success-step strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.success-step span {
  color: var(--shot-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.store-input-value {
  color: rgba(245, 247, 251, 0.72);
}
