.ig1-cq-seal-link,
.ig1-cq-seal-link * {
  box-sizing: border-box;
}

.ig1-cq-seal-link {
  --shine-x: 50%;
  --shine-y: 50%;
  --spark-x: 0px;
  --spark-y: 0px;
  --seal-size: 78px;
  display: inline-grid;
  place-items: center;
  width: var(--seal-size);
  height: var(--seal-size);
  flex: 0 0 var(--seal-size);
  border-radius: 50%;
  color: inherit;
  text-decoration: none !important;
  outline: none;
}

.ig1-cq-seal-link:hover,
.ig1-cq-seal-link:focus-visible {
  color: inherit;
  text-decoration: none !important;
}

.ig1-cq-seal-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(124, 242, 181, 0.28);
}

.ig1-cq-seal {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: var(--seal-size);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.26)) drop-shadow(0 0 26px rgba(34, 193, 220, 0.20));
}

.ig1-cq-seal::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: 50%;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.96), transparent 16%),
    conic-gradient(from 0deg, #67e8f9, #93c5fd, #c4b5fd, #f0abfc, #fde68a, #bbf7d0, #67e8f9);
  clip-path: polygon(50% 0%,54% 3%,58% 1%,62% 4%,66% 2%,70% 6%,74% 5%,78% 9%,82% 9%,85% 13%,89% 15%,91% 20%,95% 24%,95% 30%,99% 35%,97% 40%,100% 45%,98% 50%,100% 55%,97% 60%,99% 65%,95% 70%,95% 76%,91% 81%,88% 85%,83% 87%,80% 92%,75% 92%,71% 96%,66% 96%,61% 100%,56% 98%,51% 100%,46% 98%,41% 100%,36% 96%,31% 97%,27% 93%,22% 93%,18% 89%,14% 87%,12% 82%,8% 79%,6% 74%,3% 70%,4% 65%,1% 60%,2% 55%,0% 50%,2% 45%,0% 40%,3% 35%,2% 30%,6% 25%,8% 20%,12% 17%,14% 12%,19% 10%,22% 6%,27% 6%,32% 2%,37% 4%,42% 0%,46% 3%);
  animation: ig1-cq-edge-hue 6s linear infinite;
}

.ig1-cq-seal-shadow {
  position: absolute;
  inset: 10%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.25);
  filter: blur(12px);
  transform: translateY(14%);
}

.ig1-cq-seal-cut {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 50%;
  background: conic-gradient(from 30deg, #c7f9cc, #80ffdb, #64dfdf, #48bfe3, #5e60ce, #ffafcc, #fdffb6, #c7f9cc);
  filter: saturate(1.28) brightness(1.08);
}

.ig1-cq-seal-edge {
  position: absolute;
  inset: 4px;
  z-index: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 60%, rgba(255,255,255,.84) 62% 65%, rgba(15,23,42,.16) 66% 67%, transparent 69%),
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.42) 0 2deg, rgba(15,23,42,.08) 2deg 3deg, transparent 3deg 5deg),
    conic-gradient(from 0deg, #22d3ee, #60a5fa, #a78bfa, #f0abfc, #fde68a, #86efac, #22d3ee);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.96), inset 0 0 0 5px rgba(255,255,255,.38), inset 0 0 26px rgba(255,255,255,.92);
}

.ig1-cq-seal-edge::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 22%, rgba(255,255,255,.95), transparent 16%),
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.78), transparent 22%),
    linear-gradient(145deg, rgba(255,255,255,.78), rgba(255,255,255,.22) 28%, rgba(15,23,42,.13) 60%, rgba(255,255,255,.55));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.88), inset 0 -16px 40px rgba(124,58,237,.20);
}

.ig1-cq-seal-foil {
  position: absolute;
  z-index: 2;
  inset: 8px;
  border-radius: 50%;
  opacity: .98;
  clip-path: circle(50% at 50% 50%);
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,1) 0 4%, rgba(255,255,255,.45) 12%, transparent 27%),
    repeating-linear-gradient(38deg, rgba(255,255,255,.20) 0 1px, transparent 1px 7px),
    repeating-conic-gradient(from 0deg, rgba(255,255,255,.24) 0 1.5deg, rgba(15,23,42,.04) 1.5deg 3deg, transparent 3deg 6deg),
    conic-gradient(from 180deg, #67e8f9, #93c5fd, #c4b5fd, #f0abfc, #fde68a, #bbf7d0, #67e8f9);
  mix-blend-mode: screen;
  animation: ig1-cq-foil-drift 8s linear infinite;
}

.ig1-cq-seal-grid {
  position: absolute;
  z-index: 3;
  inset: 13px;
  opacity: .26;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  background:
    linear-gradient(90deg, rgba(15,23,42,.18) 1px, transparent 1px) 0 0/8px 8px,
    linear-gradient(rgba(15,23,42,.14) 1px, transparent 1px) 0 0/8px 8px;
}

.ig1-cq-seal-rosette {
  position: absolute;
  z-index: 4;
  inset: 14px;
  opacity: .66;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  background:
    repeating-radial-gradient(circle, transparent 0 4px, rgba(255,255,255,.72) 5px 6px, transparent 7px 10px),
    repeating-conic-gradient(from 90deg, transparent 0 6deg, rgba(15,23,42,.14) 7deg 8deg, transparent 9deg 13deg);
  mix-blend-mode: soft-light;
  animation: ig1-cq-rosette 14s linear infinite;
}

.ig1-cq-seal-sweep {
  position: absolute;
  z-index: 9;
  inset: 8px;
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
  background: linear-gradient(115deg, transparent 0 31%, rgba(255,255,255,.96) 42%, rgba(168,85,247,.38) 47%, rgba(34,211,238,.38) 52%, transparent 64%);
  background-size: 260% 100%;
  background-position: -180% 50%;
  mix-blend-mode: screen;
  animation: ig1-cq-sweep 4s ease-in-out infinite;
}

.ig1-cq-seal-glare {
  position: absolute;
  inset: 8px;
  z-index: 10;
  border-radius: 50%;
  pointer-events: none;
  clip-path: circle(50% at 50% 50%);
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.88), transparent 12%),
    radial-gradient(circle at calc(100% - var(--shine-x)) calc(100% - var(--shine-y)), rgba(34,211,238,.35), transparent 22%);
  mix-blend-mode: screen;
}

.ig1-cq-seal-text {
  position: absolute;
  inset: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 1px 0 rgba(255,255,255,.85));
}

.ig1-cq-seal-text text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 2px;
  fill: rgba(15,23,42,.72);
  text-transform: uppercase;
}

.ig1-cq-seal-text text.bottom {
  fill: rgba(15,23,42,.58);
}

.ig1-cq-seal-text text.inner {
  font-size: 9px;
  letter-spacing: 1.6px;
  fill: rgba(15,23,42,.60);
}

.ig1-cq-seal-core {
  position: relative;
  z-index: 14;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 1px;
  width: 44px;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 50%;
  color: #0f172a;
  text-align: center;
  background:
    radial-gradient(circle at var(--shine-x) var(--shine-y), rgba(255,255,255,.92), transparent 25%),
    radial-gradient(circle at 42% 20%, rgba(255,255,255,.96), rgba(255,255,255,.48) 45%, rgba(255,255,255,.20) 70%);
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.08), inset 0 0 0 4px rgba(255,255,255,.16), 0 8px 24px rgba(15,23,42,.18);
}

.ig1-cq-seal-emblem {
  display: block;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: -0.12em;
  line-height: .86;
  background: linear-gradient(135deg, #07111f 0%, #0f7ae5 28%, #8b5cf6 56%, #22c1dc 78%, #07111f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ig1-cq-seal-project {
  display: block;
  font-size: 5.4px;
  font-weight: 1000;
  letter-spacing: .02em;
  color: #0f172a;
}

.ig1-cq-seal-place {
  display: block;
  padding: 1px 4px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #0f7ae5, #22c1dc, #7c3aed);
  font-size: 4.8px;
  font-weight: 1000;
  letter-spacing: .05em;
}

.ig1-cq-seal-spark {
  position: absolute;
  z-index: 16;
  width: 18px;
  height: 18px;
  opacity: .86;
  transform: translate(var(--spark-x), var(--spark-y));
  pointer-events: none;
  mix-blend-mode: screen;
}

.ig1-cq-seal-spark::before,
.ig1-cq-seal-spark::after {
  content: "";
  position: absolute;
  inset: 48% 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,1), transparent);
  filter: drop-shadow(0 0 8px white) drop-shadow(0 0 12px rgba(34,211,238,.7));
}

.ig1-cq-seal-spark::after {
  transform: rotate(90deg);
}

.ig1-cq-spark-a {
  left: 11%;
  top: 16%;
  animation: ig1-cq-sparkle 3.2s ease-in-out infinite;
}

.ig1-cq-spark-b {
  right: 12%;
  bottom: 18%;
  animation: ig1-cq-sparkle 3.9s ease-in-out .7s infinite;
}

@keyframes ig1-cq-edge-hue {
  to { filter: hue-rotate(360deg); }
}

@keyframes ig1-cq-foil-drift {
  to { filter: hue-rotate(360deg); transform: rotate(360deg); }
}

@keyframes ig1-cq-rosette {
  to { transform: rotate(360deg); }
}

@keyframes ig1-cq-sweep {
  0%, 16% { background-position: -190% 50%; opacity: 0; }
  38% { opacity: .96; }
  68%, 100% { background-position: 190% 50%; opacity: 0; }
}

@keyframes ig1-cq-sparkle {
  0%, 100% { opacity: .08; scale: .55; rotate: 0deg; }
  42% { opacity: .95; scale: 1; rotate: 35deg; }
  62% { opacity: .45; scale: .82; rotate: 70deg; }
}

@media (max-width: 575.98px) {
  .ig1-cq-seal-link {
    --seal-size: 72px;
  }
}
