.uc-linkup-how-copy {
  color: var(--uc-text-secondary);
}

.uc-linkup-how-copy strong {
  color: var(--uc-text);
}

.uc-linkup-theme {
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

.uc-linkup-theme .main-card {
  border: 1px solid var(--uc-slate-300);
  box-shadow: 0 10px 22px var(--uc-wash-weak);
}

.uc-linkup-theme .section-header {
  background: linear-gradient(90deg, var(--uc-primary) 0%, var(--uc-primary) 100%);
  color: var(--uc-text-on-primary);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  box-shadow: inset 0 -2px 0 var(--uc-gold);
}

.uc-linkup-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.uc-linkup-column {
  min-width: 0;
}

@media (min-width: 1024px) {
  .uc-linkup-layout {
    grid-template-columns: 260px minmax(0, 1fr) 320px;
    align-items: start;
  }
}

.uc-linkup-profile-card {
  padding: 16px;
  text-align: center;
  background: linear-gradient(180deg, var(--uc-surface) 0%, var(--uc-surface-raised) 100%);
}

.uc-linkup-avatar-frame {
  width: 140px;
  height: 140px;
  margin: 0 auto 10px;
  border: 4px solid var(--uc-primary);
  border-radius: 8px;
  background: var(--uc-surface);
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 0 var(--uc-shadow-ink-soft);
}

.uc-linkup-avatar-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uc-linkup-rep-badge {
  position: absolute;
  bottom: 4px;
  right: 4px;
  background: var(--uc-gold);
  color: var(--uc-text-on-gold);
  font-size: 10px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 2px;
  border: 2px solid var(--uc-chrome);
}

.uc-linkup-name {
  font-size: 18px;
  font-weight: 900;
  color: var(--uc-danger-text);
}

.uc-linkup-meta {
  margin-top: 4px;
  font-size: 10px;
  color: var(--uc-text-secondary);
}

.uc-linkup-meta a {
  color: var(--uc-danger-text);
  font-weight: 700;
  text-decoration: underline;
}

.uc-linkup-stats {
  padding: 14px 12px;
  border-top: 1px solid var(--uc-border);
  background: var(--uc-surface);
}

.uc-linkup-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.uc-linkup-stat-row span:last-child {
  color: var(--uc-primary);
}

.uc-linkup-boost-btn {
  width: 100%;
  background: var(--uc-chrome);
  color: var(--uc-chrome-text);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  border: 2px solid var(--uc-border-strong);
  border-radius: 4px;
  padding: 10px 8px;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--uc-scrim);
}

.uc-linkup-boost-indicator {
  margin-top: 8px;
  border: 1px solid var(--uc-warning);
  border-radius: 6px;
  background: linear-gradient(135deg, var(--uc-surface-soft) 0%, #fde68a 100%);
  color: var(--uc-primary-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 8px;
  text-align: center;
}

.uc-linkup-center {
  padding: 16px;
  background: var(--uc-surface);
}

.uc-linkup-photo-frame {
  position: relative;
  width: 100%;
  height: 300px;
  background: var(--uc-chrome);
  border: 3px solid var(--uc-border-strong);
  border-radius: 4px;
  overflow: hidden;
}

.uc-linkup-photo-frame.is-empty {
  background:
    radial-gradient(ellipse at 30% 20%, var(--uc-accent-wash), transparent 55%),
    radial-gradient(ellipse at 80% 80%, rgba(185, 28, 28, 0.45), transparent 50%),
    linear-gradient(160deg, var(--uc-chrome) 0%, var(--uc-primary-darker) 55%, var(--uc-chrome) 100%);
}

.uc-linkup-photo-frame.is-locked {
  background:
    radial-gradient(ellipse at 50% 40%, rgba(185, 28, 28, 0.35), transparent 60%),
    linear-gradient(160deg, var(--uc-chrome) 0%, #1a0505 100%);
}

.uc-linkup-photo-img.hidden,
.uc-linkup-photo-img[hidden] {
  display: none !important;
}

#linkup-match-rate[hidden] {
  display: none !important;
}

.uc-linkup-photo-frame.is-locked #linkup-empty-play {
  display: none !important;
}

.uc-linkup-photo-frame.is-locked #linkup-empty-unlock {
  display: inline-flex !important;
}

.uc-linkup-empty {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 20px;
  text-align: center;
  color: #fef3c7;
}

.uc-linkup-empty__art {
  width: 88px;
  height: 88px;
  border-radius: 16px;
  object-fit: cover;
  border: 2px solid rgba(253, 224, 71, 0.55);
  box-shadow: 0 8px 24px var(--uc-scrim);
}

.uc-linkup-empty__title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--uc-text-on-primary);
}

.uc-linkup-empty__copy {
  max-width: 280px;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
  color: rgba(254, 243, 199, 0.88);
}

.uc-linkup-empty__unlock,
.uc-linkup-empty__play {
  margin-top: 4px;
  border: 2px solid var(--uc-border-strong);
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--uc-border-strong);
}

.uc-linkup-empty__unlock {
  color: var(--uc-text-on-primary, #fff);
  background: var(--uc-primary);
}

.uc-linkup-empty__play {
  color: var(--uc-text-on-gold);
  background: var(--uc-gold);
}

.uc-linkup-empty__unlock:hover,
.uc-linkup-empty__play:hover {
  filter: brightness(1.05);
}

.uc-linkup-empty__unlock:active,
.uc-linkup-empty__play:active {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--uc-border-strong);
}

#linkup-btn-play.hidden,
#linkup-btn-play[hidden],
#linkup-empty-play.hidden,
#linkup-empty-play[hidden],
#linkup-empty-unlock.hidden,
#linkup-empty-unlock[hidden] {
  display: none !important;
}

.uc-linkup-photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uc-linkup-photo-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 12px 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 10, 14, 0.82) 38%, rgba(8, 10, 14, 0.94) 100%);
  color: var(--uc-text-on-primary);
  pointer-events: none;
}

.uc-linkup-strip-identity {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.uc-linkup-strip-place {
  margin-top: 2px;
  font-size: 11px;
  opacity: 0.86;
}

.uc-linkup-strip-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}

.uc-linkup-strip-chip {
  display: inline-block;
  border: 1px solid rgba(242, 189, 34, 0.55);
  color: var(--uc-gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 2px 6px;
  background: var(--uc-scrim);
}

.uc-linkup-strip-chip.is-shared {
  border-color: var(--uc-gold);
  background: var(--uc-accent-wash);
  color: #fff4c8;
}

.uc-linkup-strip-line {
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.35;
  opacity: 0.9;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uc-linkup-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top, 0px)) 12px calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(18, 14, 16, 0.48);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 640px) {
  .uc-linkup-gate {
    padding: 20px;
  }
}

.uc-linkup-gate.hidden,
.uc-linkup-gate[hidden] {
  display: none !important;
}

.uc-linkup-gate-panel {
  width: min(420px, 100%);
  max-height: min(88dvh, calc(100dvh - 32px));
  overflow: auto;
  display: flex;
  flex-direction: column;
  margin: auto;
  border: 2px solid color-mix(in srgb, var(--uc-primary) 55%, #1a1a1a);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(255, 220, 180, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.35);
  background: linear-gradient(165deg, #1c1214 0%, #140f11 48%, #1a1012 100%);
  padding: 0;
  animation: uc-linkup-gate-rise 0.28s ease-out;
}

@keyframes uc-linkup-gate-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.uc-linkup-gate-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 16px 12px;
  background: linear-gradient(90deg, var(--uc-primary) 0%, #9a1c1c 55%, #7a1515 100%);
  border-bottom: none;
}

.uc-linkup-gate-brand {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.uc-linkup-gate-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--uc-warning, #e8b44c) 92%, #fff);
}

.uc-linkup-gate-header-title {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 1.1;
}

.uc-linkup-gate-step-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
  padding: 5px 10px;
}

.uc-linkup-gate-body {
  padding: 16px 16px 6px;
  background:
    radial-gradient(120% 80% at 10% 0%, rgba(185, 28, 28, 0.16) 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 20%, rgba(232, 180, 76, 0.08) 0%, transparent 50%),
    #120e10;
}

.uc-linkup-gate-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.uc-linkup-gate-progress-seg {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, transform 0.2s ease;
}

.uc-linkup-gate-progress-seg.is-active {
  background: linear-gradient(90deg, var(--uc-primary) 0%, var(--uc-warning, #e8b44c) 100%);
  box-shadow: 0 0 12px rgba(185, 28, 28, 0.35);
}

.uc-linkup-gate-step.hidden,
.uc-linkup-gate-step[hidden] {
  display: none !important;
}

.uc-linkup-gate-title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #f7f1ea;
}

.uc-linkup-gate-copy {
  margin: 8px 0 16px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(247, 241, 234, 0.72);
}

.uc-linkup-gate-check {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.uc-linkup-gate-check:has(input:checked) {
  border-color: color-mix(in srgb, var(--uc-primary) 70%, #fff);
  background: rgba(185, 28, 28, 0.18);
}

.uc-linkup-gate-check input {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--uc-primary);
}

.uc-linkup-gate-check-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.uc-linkup-gate-check-title {
  font-size: 14px;
  font-weight: 800;
  color: #f7f1ea;
}

.uc-linkup-gate-check-sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(247, 241, 234, 0.62);
}

.uc-linkup-gate-block {
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.uc-linkup-gate-block--photo {
  border-style: dashed;
  border-color: rgba(232, 180, 76, 0.28);
}

.uc-linkup-gate-block--tips {
  background: rgba(185, 28, 28, 0.08);
}

.uc-linkup-gate-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--uc-warning, #e8b44c) 85%, #fff);
  margin-bottom: 8px;
}

.uc-linkup-gate-status {
  font-size: 13px;
  color: rgba(247, 241, 234, 0.78);
  margin-bottom: 10px;
  line-height: 1.45;
}

.uc-linkup-gate-photo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.uc-linkup-gate-intents {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.uc-linkup-gate-intent-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 800;
  color: #f7f1ea;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.12s ease;
}

.uc-linkup-gate-intent-pill:active {
  transform: scale(0.98);
}

.uc-linkup-gate-intent-pill:has(input:checked) {
  border-color: var(--uc-primary);
  background: color-mix(in srgb, var(--uc-primary) 28%, transparent);
  box-shadow: 0 0 0 1px rgba(185, 28, 28, 0.25);
}

.uc-linkup-gate-intent-pill input {
  accent-color: var(--uc-primary);
}

.uc-linkup-gate-prefs {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(247, 241, 234, 0.7);
}

.uc-linkup-gate-ready {
  min-height: 1.2em;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: color-mix(in srgb, var(--uc-warning, #e8b44c) 90%, #fff);
}

.uc-linkup-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
}

.uc-linkup-gate-actions .uc-linkup-gate-primary {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.uc-linkup-gate-actions .uc-linkup-gate-btn-soft {
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 241, 234, 0.88);
  font-weight: 700;
}

.uc-linkup-gate-actions #linkup-gate-back:not([hidden]) {
  order: 1;
}

.uc-linkup-gate-actions .uc-linkup-gate-primary {
  order: 0;
}

.uc-linkup-gate-actions button[data-uc-action="linkup:gate-skip"] {
  order: 2;
  opacity: 0.9;
  font-weight: 600;
}

.uc-linkup-actions.is-locked .uc-linkup-btn.pass,
.uc-linkup-actions.is-locked .uc-linkup-btn.link,
.uc-linkup-btn.pass:disabled,
.uc-linkup-btn.link:disabled,
.uc-linkup-boost-btn.is-locked {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.uc-linkup-photo-frame.is-pass .uc-linkup-photo-img {
  animation: uc-linkup-swipe-pass 0.38s ease forwards;
}

.uc-linkup-photo-frame.is-link .uc-linkup-photo-img {
  animation: uc-linkup-swipe-link 0.38s ease forwards;
}

.uc-linkup-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.92) rotate(-12deg);
  border: 8px solid transparent;
  border-radius: 8px;
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 6px 18px;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 2px 0 var(--uc-shadow-ink-strong);
}

.uc-linkup-overlay.is-visible {
  animation: uc-linkup-overlay-pop 0.34s ease forwards;
}

.uc-linkup-overlay.is-link {
  color: var(--uc-success);
  border-color: var(--uc-success);
}

.uc-linkup-overlay.is-pass {
  color: var(--uc-danger);
  border-color: var(--uc-danger);
}

.uc-linkup-info {
  margin-top: 12px;
}

.uc-linkup-profile-name {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: var(--uc-danger-text);
}

.uc-linkup-profile-bio {
  margin-top: 6px;
  font-size: 12px;
  color: var(--uc-text-secondary);
  font-weight: 700;
}

.uc-linkup-actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.uc-linkup-actions .uc-linkup-btn.play {
  color: var(--uc-text-on-primary);
  background: var(--uc-primary);
  border-color: var(--uc-primary-darker);
}

.uc-linkup-btn {
  border: 3px solid var(--uc-border-strong);
  border-radius: 4px;
  padding: 13px 10px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: var(--uc-text-on-primary);
  box-shadow: 4px 4px 0 var(--uc-border-strong);
  transition: transform 0.14s ease, filter 0.14s ease, box-shadow 0.14s ease;
}

.uc-linkup-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.uc-linkup-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 var(--uc-border-strong);
}

.uc-linkup-btn.pass {
  background: var(--uc-surface-muted);
  color: var(--uc-text);
}

.uc-linkup-btn.link {
  background: var(--uc-primary);
  color: var(--uc-text-on-primary);
}

.uc-linkup-footer {
  margin-top: 12px;
  padding: 10px;
  border-radius: 2px;
  background: var(--uc-surface-muted);
  border: 1px solid var(--uc-gray-300);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.uc-linkup-footer span:last-child {
  color: var(--uc-primary);
}

.uc-linkup-unlock-cta {
  flex: 1;
  border: 2px solid var(--uc-border-strong);
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: var(--uc-text-on-primary, #fff);
  background: var(--uc-primary);
  box-shadow: 3px 3px 0 var(--uc-border-strong);
}

.uc-linkup-unlock-cta:hover {
  filter: brightness(1.05);
}

.uc-linkup-unlock-cta:active {
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--uc-border-strong);
}

#linkup-unlock-cta.hidden,
#linkup-unlock-cta[hidden] {
  display: none !important;
}

.uc-linkup-footer.is-unlock #linkup-links-received,
.uc-linkup-footer.is-unlock #linkup-match-rate {
  display: none !important;
}

.uc-linkup-activity-feed {
  padding: 12px 10px;
  background: var(--uc-surface);
}

.uc-linkup-activity-item {
  font-size: 11px;
  color: var(--uc-text-secondary);
  border-bottom: 1px dashed var(--uc-gray-300);
  padding: 8px 0;
}

.uc-linkup-activity-item:last-child {
  border-bottom: 0;
}

.uc-linkup-featured {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  background: var(--uc-surface);
}

.uc-linkup-match-card {
  appearance: none;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid var(--uc-gray-300);
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, var(--uc-surface) 0%, var(--uc-surface-raised) 100%);
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  min-height: 72px;
  width: 100%;
}

.uc-linkup-match-card:hover {
  border-color: var(--uc-primary);
  box-shadow: 0 0 0 1px rgba(178, 34, 34, 0.12);
}

.uc-linkup-match-avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  border: 2px solid var(--uc-border-strong);
  background: var(--uc-surface);
  flex-shrink: 0;
}

.uc-linkup-match-body {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.uc-linkup-match-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.uc-linkup-match-name {
  font-size: 12px;
  font-weight: 900;
  color: var(--uc-danger-text);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.uc-linkup-match-meta {
  font-size: 11px;
  line-height: 1.35;
  color: var(--uc-text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uc-linkup-match-rating {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 900;
  color: var(--uc-danger-text);
  background: rgba(254, 226, 226, 0.9);
  border: 1px solid var(--uc-primary-wash-strong);
  border-radius: 999px;
  padding: 2px 7px;
  white-space: nowrap;
}

.uc-linkup-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: var(--uc-chrome);
  color: var(--uc-text-on-primary);
  border: 3px solid var(--uc-gold);
  border-radius: 3px;
  width: 280px;
  z-index: 45;
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
}

.uc-linkup-toast.is-visible {
  animation: uc-linkup-toast-in 0.24s ease forwards;
}

.uc-linkup-toast-head {
  background: var(--uc-gold);
  color: var(--uc-text-on-gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 6px 10px;
}

.uc-linkup-toast-text {
  font-size: 12px;
  font-weight: 800;
  padding: 10px;
}

@keyframes uc-linkup-swipe-pass {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-120px) rotate(-10deg) scale(0.96);
    opacity: 0;
  }
}

@keyframes uc-linkup-swipe-link {
  0% {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(120px) rotate(10deg) scale(0.96);
    opacity: 0;
  }
}

@keyframes uc-linkup-overlay-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84) rotate(-12deg);
  }
  65% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(-10deg);
  }
}

@keyframes uc-linkup-toast-in {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .uc-linkup-photo-frame.is-pass .uc-linkup-photo-img,
  .uc-linkup-photo-frame.is-link .uc-linkup-photo-img,
  .uc-linkup-overlay.is-visible,
  .uc-linkup-toast.is-visible {
    animation: none !important;
  }
}
