.gc-share-card-launch {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(125, 255, 244, 0.24);
  background: linear-gradient(135deg, rgba(12, 18, 22, 0.95), rgba(4, 11, 15, 0.92));
  color: #f7fafc;
  padding: 14px 18px;
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(45, 212, 191, 0.08) inset;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  backdrop-filter: blur(14px);
}

.gc-share-card-launch:hover {
  transform: translateY(-1px);
  border-color: rgba(125, 255, 244, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52), 0 0 28px rgba(45, 212, 191, 0.14);
}

.gc-share-card-launch__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(153, 255, 246, 1) 0%, rgba(45, 212, 191, 0.88) 55%, rgba(45, 212, 191, 0.14) 100%);
  box-shadow: 0 0 16px rgba(45, 212, 191, 0.55);
  animation: gcSharePulse 2s ease-in-out infinite;
}

.gc-share-card-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(18px);
}

.gc-share-card-modal[hidden] {
  display: none !important;
}

.gc-share-card-modal__panel {
  width: min(1080px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(8, 12, 16, 0.98), rgba(3, 6, 10, 0.98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.6);
  position: relative;
}

.gc-share-card-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.gc-share-card-modal__eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(153, 255, 246, 0.78);
}

.gc-share-card-modal__title {
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

.gc-share-card-modal__sub {
  margin-top: 8px;
  max-width: 620px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(228, 228, 231, 0.72);
}

.gc-share-card-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gc-share-card-modal__button,
.gc-share-card-modal__close {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #f4f4f5;
}

.gc-share-card-modal__button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.gc-share-card-modal__corner-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 10, 14, 0.78);
  color: #f8fafc;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.gc-share-card-modal__button--primary {
  border-color: rgba(125, 255, 244, 0.24);
  background: linear-gradient(135deg, rgba(45, 212, 191, 0.18), rgba(7, 182, 212, 0.14));
  color: #f8fafc;
}

.gc-share-card-modal__body {
  padding: 22px 24px 24px;
}

.gc-share-card-modal__preview {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(45, 212, 191, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.9), rgba(2, 5, 8, 0.96));
  min-height: 680px;
  padding: 26px 20px;
}

.gc-share-card-modal__note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(161, 161, 170, 0.82);
}

.gc-share-card-modal__note strong {
  color: rgba(244, 244, 245, 0.94);
}

.gc-mobile-share-stage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 0;
}

.gc-mobile-share-shot {
  position: relative;
  width: 560px;
  min-height: 760px;
  padding: 72px 52px;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(84, 255, 241, 0.16), transparent 24%),
    radial-gradient(circle at 86% 22%, rgba(68, 211, 255, 0.14), transparent 24%),
    radial-gradient(circle at 50% 84%, rgba(18, 79, 104, 0.28), transparent 42%),
    linear-gradient(180deg, #081017 0%, #05090d 48%, #040608 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 44px 120px rgba(0, 0, 0, 0.58);
}

.gc-mobile-share-shot__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(12px);
  pointer-events: none;
}

.gc-mobile-share-shot__glow--left {
  left: 32px;
  top: 110px;
  width: 140px;
  height: 220px;
  background: linear-gradient(180deg, rgba(106, 255, 241, 0.22), rgba(106, 255, 241, 0));
}

.gc-mobile-share-shot__glow--right {
  right: 42px;
  bottom: 120px;
  width: 180px;
  height: 220px;
  background: linear-gradient(180deg, rgba(77, 168, 255, 0), rgba(77, 168, 255, 0.2));
}

.gc-mobile-share-shot__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.18) 0.6px, transparent 0.6px);
  background-size: 7px 7px;
  mix-blend-mode: soft-light;
}

.gc-mobile-share-shot__badge {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(7, 12, 16, 0.68);
  border: 1px solid rgba(118, 255, 245, 0.2);
  color: rgba(233, 255, 251, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.gc-mobile-share-composition {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 610px;
}

.gc-mobile-share-phone {
  position: relative;
  width: 392px;
  min-height: 562px;
  border-radius: 42px;
  padding: 12px;
  background:
    linear-gradient(165deg, rgba(20, 27, 34, 0.98), rgba(3, 8, 12, 0.99)),
    #05070b;
  transform: perspective(1200px) rotateX(7deg) rotateY(-14deg) rotateZ(-8deg);
  transform-origin: center center;
  box-shadow:
    -34px 26px 80px rgba(0, 0, 0, 0.48),
    0 30px 90px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.gc-mobile-share-phone__bezel {
  position: absolute;
  inset: 0;
  border-radius: 42px;
  pointer-events: none;
  background:
    radial-gradient(circle at top, rgba(110, 255, 239, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
}

.gc-mobile-share-phone__screen {
  position: relative;
  z-index: 1;
  min-height: 538px;
  border-radius: 32px;
  overflow: hidden;
  padding: 18px 18px 16px;
  background:
    radial-gradient(circle at top, rgba(31, 170, 158, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(6, 10, 15, 0.98), rgba(3, 6, 10, 1));
}

.gc-mobile-share-phone__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 14%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.35;
}

.gc-mobile-share-phone__status {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  color: rgba(233, 255, 251, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gc-mobile-share-capture {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 0;
}

.gc-mobile-share-card {
  position: relative;
  z-index: 1;
  border-radius: 26px;
  padding: 15px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(9, 14, 18, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.gc-mobile-share-card__eyebrow {
  color: rgba(136, 255, 245, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.gc-mobile-share-card--hero {
  padding-bottom: 12px;
}

.gc-mobile-share-card--meter {
  padding-top: 14px;
  padding-bottom: 12px;
}

.gc-mobile-share-hero__frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 16 / 7.8;
  background:
    radial-gradient(circle at top, rgba(79, 226, 218, 0.12), transparent 42%),
    linear-gradient(180deg, rgba(6, 10, 14, 0.88), rgba(3, 7, 10, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 10px 30px rgba(0, 0, 0, 0.24);
}

.gc-mobile-share-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 17%;
  filter: brightness(0.58) contrast(1) saturate(0.74) blur(2.4px);
  transform: scale(1.22);
}

.gc-mobile-share-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(115, 255, 246, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 18%, rgba(2, 6, 10, 0.18) 52%, rgba(2, 6, 10, 0.82));
}

.gc-mobile-share-hero__label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(4, 8, 11, 0.72);
  border: 1px solid rgba(126, 255, 244, 0.22);
  color: #effcfb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.gc-mobile-share-hero__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(226, 232, 240, 0.66);
  font-size: 14px;
  font-weight: 600;
}

.gc-mobile-share-meter__wrap {
  position: relative;
  min-height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gc-mobile-share-gauge {
  width: 100%;
  height: auto;
  overflow: visible;
}

.gc-mobile-share-gauge__arc {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 12;
  stroke-linecap: round;
}

.gc-mobile-share-gauge__arc--active {
  stroke: url(#gcGaugeActive);
}

.gc-mobile-share-gauge__tick {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2;
  stroke-linecap: round;
}

.gc-mobile-share-gauge__tick.is-active {
  stroke: rgba(136, 255, 245, 0.88);
  stroke-width: 3.2;
}

.gc-mobile-share-gauge__knob {
  fill: #effffd;
}

.gc-mobile-share-meter__center {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 76%;
  transform: translateX(-50%);
  text-align: center;
}

.gc-mobile-share-meter__value {
  color: #f8fafc;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.gc-mobile-share-meter__sub {
  margin-top: 9px;
  color: rgba(231, 236, 241, 0.76);
  font-size: 12px;
  line-height: 1.42;
}

.gc-mobile-share-meter__scale {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: -14px;
}

.gc-mobile-share-meter__scale span {
  color: rgba(244, 244, 245, 0.42);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}

.gc-mobile-share-meter__scale span.is-active {
  color: #effcfb;
}

.gc-mobile-share-focus__title {
  color: #f8fafc;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

.gc-mobile-share-focus__meta {
  margin-top: 12px;
  color: rgba(214, 219, 224, 0.62);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes gcSharePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@media (max-width: 640px) {
  .gc-share-card-launch {
    right: 14px;
    left: 14px;
    bottom: 14px;
    justify-content: center;
  }

  .gc-share-card-modal {
    padding: 12px;
  }

  .gc-share-card-modal__header,
  .gc-share-card-modal__body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .gc-share-card-modal__title {
    font-size: 20px;
  }
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] {
  grid-template-columns: repeat(auto-fit, minmax(72px, 72px)) !important;
  justify-content: flex-start !important;
  gap: 8px !important;
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] > button[class*="group relative w-full min-w-0 aspect-[9/16]"] {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] > button[class*="group relative w-full min-w-0 aspect-[9/16]"] > div[class*="absolute inset-0 bg-black/40"] > svg {
  width: 12px !important;
  height: 12px !important;
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] > button[class*="group relative w-full min-w-0 aspect-[9/16]"] > div[class*="absolute top-2 right-2"] {
  top: 4px !important;
  right: 4px !important;
  padding: 2px 5px !important;
  font-size: 8px !important;
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] > button[class*="group relative w-full min-w-0 aspect-[9/16]"] > div[class*="absolute bottom-0 left-0 right-0 p-3"] {
  padding: 6px !important;
}

div[class*="grid grid-cols-2 sm:grid-cols-4 gap-3"] > button[class*="group relative w-full min-w-0 aspect-[9/16]"] > div[class*="absolute bottom-0 left-0 right-0 p-3"] p {
  font-size: 10px !important;
  line-height: 1.2 !important;
}
