/* [project]/src/features/cards/tokens.css [app-client] (css) */
:root {
  --tbc-bg: #0a0a0a;
  --tbc-bg-1: #101010;
  --tbc-bg-2: #161616;
  --tbc-border: #222;
  --tbc-border-2: #2a2a2a;
  --tbc-text: #f5f5f5;
  --tbc-text-2: #b5b5b5;
  --tbc-text-3: #777;
  --tbc-red: #ab0013;
  --tbc-red-2: #d4001a;
  --tbc-red-rgb: 171 0 19;
  --tbc-gold: #e7b53c;
  --tbc-warn: #ffb547;
  --tbc-green-member: #4ade80;
  --tbc-ticket-bg: #0a0404;
  --tbc-ticket-bg-raised: #120708;
  --tbc-ticket-border: #2a0a0e;
  --tbc-ticket-border-dashed: #1f0a0e;
  --tbc-radius-chip: 3px;
  --tbc-radius-lock: 6px;
  --tbc-radius-thumb: .25rem;
  --tbc-radius-bundle: 8px;
  --tbc-radius-flag: 1px;
  --tbc-radius-pill: 9999px;
}

/* [project]/src/features/cards/primitives.css [app-client] (css) */
.tbCard {
  color: var(--tbc-text);
  -webkit-user-select: none;
  user-select: none;
  background: none;
  flex-direction: column;
  display: flex;
  position: relative;
}

.tbCard .tb-thumb {
  z-index: 2;
  border-radius: var(--tbc-radius-thumb);
  pointer-events: none;
  background: #1a1a1a center / cover;
  position: relative;
  overflow: hidden;
}

.tb-card-link {
  z-index: 1;
  position: absolute;
  inset: 0;
}

.tbCard .tb-thumb img {
  transition: transform .3s;
  transform: scale(1);
}

.tbCard:hover .tb-thumb img, .tbCard:focus-within .tb-thumb img {
  transform: scale(1.05);
}

.tbCard.type-video .tb-thumb {
  aspect-ratio: 16 / 10;
}

.tbCard.type-short .tb-thumb {
  aspect-ratio: 9 / 16;
}

.tbCard.type-series .tb-thumb, .tbCard.type-education .tb-thumb, .tbCard.type-episode .tb-thumb {
  aspect-ratio: 16 / 10;
}

.tbCard.size-wide {
  width: 320px;
}

.tbCard.layout-compact {
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}

.tbCard.layout-compact .tb-thumb {
  flex-shrink: 0;
  align-self: flex-start;
  width: 200px;
}

.tbCard.layout-compact .tb-body {
  flex: 1;
  justify-content: space-between;
  gap: 2px;
  min-width: 0;
  padding: 0;
}

.tbCard.layout-compact .tb-title {
  letter-spacing: 0;
  min-height: 0;
  font-size: 14px;
  line-height: 1.3;
}

.tbCard.layout-compact .tb-channel-row {
  font-size: 11px;
}

.tbCard.layout-compact .tb-channel-ava {
  width: 18px;
  height: 18px;
}

.tbCard.layout-compact .tb-time-ago {
  font-size: 11px;
}

.tbCard.layout-compact .tb-channel-loc, .tbCard.layout-compact .tb-time-ago {
  margin-top: 0;
  padding-left: 0;
  font-size: .75rem;
}

.tbCard.layout-compact .tb-channel-name {
  font-size: .75rem;
}

.tbCard.layout-compact .tb-actions {
  display: none;
}

.tb-part-badge {
  border-radius: var(--tbc-radius-chip);
  letter-spacing: .14em;
  text-transform: uppercase;
  background: var(--tbc-red);
  color: #fff;
  align-items: center;
  gap: 5px;
  height: 22px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.tb-desc {
  color: var(--tbc-text-3);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.tbCard.type-bundle {
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tb-bundle-hero {
  aspect-ratio: 16 / 10;
  background: #1a1a1a center / cover;
  position: relative;
}

.tb-bundle-hero .hero-badge {
  border-radius: var(--tbc-radius-chip);
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  letter-spacing: .14em;
  text-transform: uppercase;
  background: #0a0a0ab3;
  border: 1px solid #fff3;
  align-items: center;
  gap: 5px;
  height: 22px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 12px;
  left: 12px;
}

.tb-bundle-hero .hero-gradient {
  background: linear-gradient(#0000 40%, #000000d9 100%);
  position: absolute;
  inset: 0;
}

.tb-bundle-hero .hero-copy {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
}

.tb-bundle-hero .hero-label {
  letter-spacing: .14em;
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9.5px;
  font-weight: 600;
}

.tb-bundle-hero .hero-title {
  letter-spacing: -.01em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
}

.tb-bundle-hero .hero-meta {
  color: #ffffffbf;
  letter-spacing: .06em;
  gap: 10px;
  margin-top: 6px;
  font-size: 10px;
  display: flex;
}

.tb-bundle-hero .hero-meta span {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}

.tb-bundle-hero .hero-meta svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  width: 10px;
  height: 10px;
}

.tb-bundle-body {
  flex-direction: column;
  gap: 12px;
  padding: 14px 16px 16px;
  display: flex;
}

.tb-bonus-label {
  color: var(--tbc-gold);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}

.tb-bonus-label:before {
  content: "";
  background: var(--tbc-gold);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 6px #e7b53c80;
}

.tb-bonus-label .bonus-count {
  color: var(--tbc-text-3);
  letter-spacing: .08em;
  margin-left: auto;
  font-weight: 500;
}

.tb-bonus-list {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.tb-bonus-item {
  background: #161616;
  border: 1px solid #1e1e1e;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 8px;
  display: flex;
}

.tb-bonus-thumb {
  background: #1a1a1a center / cover;
  border-radius: 4px;
  flex-shrink: 0;
  width: 48px;
  height: 36px;
  position: relative;
  overflow: hidden;
}

.tb-bonus-thumb:after {
  content: "";
  background: var(--tbc-gold);
  z-index: 1;
  border: 1.5px solid #161616;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 3px;
}

.tb-bonus-info {
  flex: 1;
  min-width: 0;
}

.tb-bonus-title {
  color: var(--tbc-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

.tb-bonus-meta {
  color: var(--tbc-text-3);
  letter-spacing: .06em;
  margin-top: 2px;
  font-size: 9.5px;
}

.tb-bundle-savings {
  background: rgb(var(--tbc-red-rgb) / .07);
  border: 1px dashed rgb(var(--tbc-red-rgb) / .3);
  color: var(--tbc-red);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
}

.tb-bundle-savings svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  width: 12px;
  height: 12px;
}

.tb-bundle-cta {
  z-index: 2;
  background: var(--tbc-red);
  color: #fff;
  letter-spacing: .02em;
  pointer-events: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 42px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  position: relative;
}

.tbCard.type-bundle:hover .tb-bundle-cta {
  background: var(--tbc-red-2);
}

.tb-bundle-cta .price {
  border-left: 1px solid #ffffff40;
  margin-left: 4px;
  padding-left: 8px;
  font-weight: 700;
}

.tb-bundle-cta .strike {
  opacity: .55;
  margin-right: 6px;
  font-weight: 500;
  text-decoration: line-through;
}

.tb-type-badge {
  border-radius: var(--tbc-radius-chip);
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--tbc-red);
  color: #fff;
  align-items: center;
  gap: 5px;
  height: 22px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.tb-type-badge.tone-new {
  color: #0a0a0a;
  background: #fff;
}

.tb-type-badge.tone-edu, .tb-type-badge.tone-series {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #0a0a0ab3;
  border: 1px solid #fff3;
}

.tb-type-badge.tone-short {
  color: #0a0a0a;
  background: #fff;
}

.tb-flags {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
}

.tb-flag-chip {
  border-radius: var(--tbc-radius-chip);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: #0a0a0ab8;
  border: 1px solid #ffffff14;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 7px;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.tb-flag-chip svg {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}

.tb-flag-chip.flag-sensitive, .tb-flag-chip.flag-substance {
  color: var(--tbc-warn);
}

.tb-flag-chip.flag-exclusive {
  color: var(--tbc-gold);
  background: #231905d1;
  border-color: #e7b53c8c;
  font-weight: 700;
}

.tb-flag-chip.compact {
  justify-content: center;
  width: 22px;
  padding: 0;
}

.tb-flag-chip.compact .flabel {
  display: none;
}

.tb-lock-corner {
  z-index: 2;
  border-radius: var(--tbc-radius-lock);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #000000b3;
  border: 1px solid #ffffff1a;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tb-lock-corner svg {
  stroke: #fff;
  fill: none;
  stroke-width: 2px;
  width: 12px;
  height: 12px;
}

.tb-meta-strip {
  z-index: 2;
  letter-spacing: .04em;
  color: #fff;
  pointer-events: none;
  background: linear-gradient(#0000 0%, #000000d9 100%);
  justify-content: space-between;
  align-items: center;
  padding: 18px 10px 8px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tb-meta-strip .left-m {
  opacity: .95;
  align-items: center;
  gap: 6px;
  display: flex;
}

.tb-meta-strip .right-m {
  opacity: .95;
}

.tb-progress {
  z-index: 2;
  pointer-events: none;
  background: #fff3;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tb-progress-fill {
  background: var(--tbc-red);
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  height: 100%;
}

.tb-actions {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(#0000008c 0%, #00000026 70%, #0000 100%);
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  inset: 0;
}

.tbCard:hover .tb-actions, .tbCard:focus-within .tb-actions {
  opacity: 1;
}

.tbCard:hover .tb-act, .tbCard:focus-within .tb-act {
  pointer-events: auto;
}

.tb-act {
  border-radius: var(--tbc-radius-pill);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  letter-spacing: .01em;
  cursor: pointer;
  white-space: nowrap;
  background: #0a0a0ac7;
  border: 1px solid #ffffff26;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  transition: background .12s, transform .12s, border-color .12s;
  display: inline-flex;
}

.tb-act:hover {
  background: #1e1e1ee6;
  border-color: #ffffff47;
  transform: translateY(-1px);
}

.tb-act svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
}

.tb-act.round {
  justify-content: center;
  width: 34px;
  padding: 0;
}

.tb-act.round .albl {
  display: none;
}

.tb-act.saved {
  background: rgb(var(--tbc-red-rgb) / .18);
  border-color: rgb(var(--tbc-red-rgb) / .55);
  color: #fff;
}

.tb-act.saved svg {
  stroke: #fff;
}

.tbCard.type-short .tb-act {
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
}

.tbCard.type-short .tb-act .albl {
  display: none;
}

.tb-body {
  flex-direction: column;
  gap: 8px;
  padding: 12px 0 0;
  display: flex;
}

.tb-locator {
  letter-spacing: .08em;
  color: var(--tbc-text-3);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 1;
  display: flex;
}

.tb-locator .tb-flag {
  border-radius: var(--tbc-radius-flag);
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  width: 16px;
  height: 11px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #ffffff26;
}

.tb-locator .tb-flag-stack {
  align-items: center;
  display: inline-flex;
}

.tb-locator .tb-flag-stack .tb-flag {
  margin-left: -5px;
  box-shadow: inset 0 0 0 1px #ffffff26, 0 0 0 1.5px #0a0a0a;
}

.tb-locator .tb-flag-stack .tb-flag:first-child {
  margin-left: 0;
}

.tb-locator .tb-place {
  color: var(--tbc-text-2);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  overflow: hidden;
}

.tb-locator .tb-sep {
  color: #444;
}

.tb-locator .tb-more {
  color: var(--tbc-red);
  font-weight: 600;
}

.tb-locator.tb-loc-creator .tb-creator-link {
  z-index: 2;
  min-width: 0;
  color: inherit;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.tb-locator.tb-loc-creator .tb-creator-link:hover .tb-place {
  color: var(--tbc-text);
}

.tb-locator.tb-loc-creator .tb-ava {
  background: var(--tbc-red);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 14px;
  height: 14px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tb-locator.tb-loc-creator .tb-ava img {
  object-fit: cover;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.tb-locator.tb-loc-creator .tb-ava-fallback {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .01em;
  grid-area: 1 / 1;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.tb-locator.tb-loc-course .tb-dot {
  background: var(--tbc-red);
  width: 5px;
  height: 5px;
  box-shadow: 0 0 6px rgb(var(--tbc-red-rgb) / .6);
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

.tb-channel-row {
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.tb-channel-ava {
  background: var(--tbc-red);
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tb-channel-ava img {
  grid-area: 1 / 1;
}

.tb-channel-link {
  z-index: 2;
  min-width: 0;
  color: inherit;
  flex: auto;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.tb-channel-link:hover .tb-channel-name {
  color: var(--tbc-text);
}

.tb-thumb .tb-bunny-preview {
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.tbCard:hover .tb-bunny-preview, .tbCard:focus-within .tb-bunny-preview {
  opacity: 1;
}

.tb-name-mark {
  flex: auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  display: inline-flex;
}

.tb-verified-mark {
  vertical-align: middle;
  flex-shrink: 0;
}

.tb-channel-group {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.tb-channel-name {
  color: var(--tbc-text-2);
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  font-weight: 500;
  overflow: hidden;
}

.tb-channel-loc {
  color: var(--tbc-text-3);
  letter-spacing: .02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
  gap: 6px;
  margin-top: -8px;
  padding-left: 40px;
  font-size: 11px;
  display: flex;
  overflow: hidden;
}

.tb-channel-loc .tb-flag {
  width: 14px;
  height: 9px;
}

.tb-time-ago {
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--tbc-text-3);
  letter-spacing: .02em;
  margin-top: -8px;
  padding-left: 40px;
  font-size: 11px;
  text-decoration: none;
  display: block;
  position: relative;
}

.tb-time-ago:hover {
  color: var(--tbc-text-2);
}

.tb-access-badge {
  z-index: 2;
  border-radius: var(--tbc-radius-chip);
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 7px;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.tb-access-badge.access-yours {
  color: #ffffffb3;
  background: #ffffff1a;
  border: 1px solid #ffffff2e;
}

.tb-access-badge.access-unlocked {
  background: rgb(var(--tbc-red-rgb) / .1);
  border: 1px solid rgb(var(--tbc-red-rgb) / .25);
  color: rgb(var(--tbc-red-rgb) / .9);
}

.tb-access-badge svg {
  stroke: currentColor;
  fill: none;
  stroke-width: 2px;
  width: 10px;
  height: 10px;
}

.tb-footer {
  border-top: 1px dashed #1f1f1f;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding-top: 6px;
  font-size: 11px;
  display: flex;
}

.tb-footer .tb-creator {
  color: var(--tbc-text-2);
  align-items: center;
  gap: 6px;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.tb-footer .tb-creator-link {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.tb-footer .tb-creator-link:hover .tb-creator-name {
  color: var(--tbc-text);
}

.tb-footer .tb-cav {
  background: var(--tbc-red);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  font-weight: 700;
  display: grid;
  position: relative;
  overflow: hidden;
}

.tb-footer .tb-cav img {
  grid-area: 1 / 1;
}

.tb-footer .tb-creator-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tb-footer .tb-chip {
  border-radius: var(--tbc-radius-chip);
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.tb-footer .tb-chip.chip-free {
  color: #34d399;
  background: #10b9811f;
  border: 1px solid #10b98140;
}

.tb-footer .tb-cta {
  color: var(--tbc-red);
  letter-spacing: .12em;
  text-transform: uppercase;
  flex-shrink: 0;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
}

.tb-footer .tb-cta svg {
  stroke: currentColor;
  stroke-width: 2.5px;
  fill: none;
  width: 10px;
  height: 10px;
}

.tb-title {
  color: var(--tbc-text);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  letter-spacing: -.005em;
  -webkit-box-orient: vertical;
  min-height: 2.7em;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.tb-ticket-frame {
  background: var(--tbc-ticket-bg);
  border: 1px solid var(--tbc-ticket-border);
  border-radius: 2px;
  align-items: stretch;
  transition: background .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.tb-ticket-frame.is-tearing {
  background: none;
  border-color: #0000;
}

.tb-ticket-left, .tb-ticket-right {
  will-change: transform;
  transition: transform 1.1s cubic-bezier(.5, .05, .3, 1), opacity 1.1s, background .2s, border-color .2s;
  position: relative;
}

.tb-ticket-left {
  flex: 1;
  min-width: 0;
  padding: 36px 40px 32px;
}

.tb-ticket-left--member {
  padding-top: 58px;
}

.tb-ticket-right {
  background: linear-gradient(180deg, rgb(var(--tbc-red-rgb) / .05), transparent 70%);
  flex-direction: column;
  flex-shrink: 0;
  width: 300px;
  padding: 36px 28px 32px;
  display: flex;
}

.tb-ticket-right--center {
  justify-content: center;
  align-items: center;
}

.tb-ticket-left:after, .tb-ticket-right:after {
  content: "";
  background: repeating-linear-gradient(90deg,
    rgb(var(--tbc-red-rgb) / .55) 0 6px,
    transparent 6px 12px);
  pointer-events: none;
  z-index: 1;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tb-ticket-frame.is-tearing .tb-ticket-left, .tb-ticket-frame.is-tearing .tb-ticket-right {
  background: var(--tbc-ticket-bg);
  border: 1px solid var(--tbc-ticket-border);
  border-top: 0;
}

.tb-ticket-frame.is-tearing .tb-ticket-left {
  transform: translate(-18px, 32px)rotate(-7deg);
}

.tb-ticket-frame.is-tearing .tb-ticket-right {
  opacity: .65;
  transform: translate(70px, 90px)rotate(22deg);
}

.tb-ticket-frame.is-tearing .tb-ticket-divider {
  opacity: 0;
  animation: .4s ease-out tb-tear-rumble;
}

@keyframes tb-tear-rumble {
  0%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  75% {
    transform: translateX(3px);
  }
}

.tb-ticket-divider {
  background: repeating-linear-gradient(180deg, var(--tbc-border-2) 0 6px, transparent 6px 12px);
  pointer-events: none;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.tb-ticket-divider:before, .tb-ticket-divider:after {
  content: "";
  background: var(--tbc-bg);
  border: 1px solid var(--tbc-ticket-border);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tb-ticket-divider:before {
  top: -8px;
}

.tb-ticket-divider:after {
  bottom: -8px;
}

@media (max-width: 767px) {
  .tb-ticket-frame {
    flex-direction: column;
  }

  .tb-ticket-right {
    width: 100%;
  }

  .tb-ticket-divider {
    display: none;
  }
}

.tb-stamp-admitted {
  border: 3px double var(--tbc-red);
  color: var(--tbc-red);
  letter-spacing: .2em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  padding: 8px 18px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 20px;
  font-weight: 700;
  transition: all .45s cubic-bezier(.34, 1.8, .64, 1) .3s;
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translate(-50%, -50%)rotate(-14deg)scale(.3);
}

.tb-ticket-frame.is-tearing .tb-stamp-admitted {
  opacity: .95;
  transform: translate(-50%, -50%)rotate(-14deg)scale(1);
}

.tb-stamp-member {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--tbc-green-member);
  z-index: 3;
  align-items: center;
  gap: 8px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  top: 22px;
  left: 40px;
}

.tb-stamp-member:before {
  content: "";
  background: var(--tbc-green-member);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 8px var(--tbc-green-member);
  border-radius: 50%;
}

.tb-stamp-member .tb-stamp-divider {
  color: var(--tbc-text-3);
  opacity: .6;
}

.tb-stamp-member .tb-stamp-plan {
  color: var(--tbc-text-2);
}

.tb-mini-globe {
  width: 160px;
  height: 160px;
  box-shadow: 0 0 40px 4px rgb(var(--tbc-red-rgb) / .3),
    0 0 80px 10px rgb(var(--tbc-red-rgb) / .12);
  border-radius: 50%;
  margin: 0 auto 16px;
  position: relative;
}

.tb-mini-globe svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.tb-mini-globe-spin {
  transform-origin: 250px 250px;
  animation: 40s linear infinite tb-mini-globe-rotate;
}

@keyframes tb-mini-globe-rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.tb-mini-globe-pulse {
  transform-origin: center;
  animation: 1.8s ease-out infinite tb-mini-globe-pulse;
}

@keyframes tb-mini-globe-pulse {
  0% {
    r: 3;
    opacity: .85;
  }

  100% {
    r: 17;
    opacity: 0;
  }
}

.tb-progress-bar {
  background: #1a0a0c;
  border-radius: 2px;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.tb-progress-fill {
  background: linear-gradient(90deg, var(--tbc-red) 0%, #ff4557 100%);
  box-shadow: 0 0 8px rgb(var(--tbc-red-rgb) / .5);
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.tb-progress-fill:after {
  content: "";
  background: #fff;
  width: 2px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  box-shadow: 0 0 6px #fffc;
}

.tb-ticket-coord {
  color: var(--tbc-text-3);
  letter-spacing: .08em;
  justify-content: space-between;
  margin-bottom: 12px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  display: flex;
}

.tb-ticket-coord span:last-child {
  color: var(--tbc-red);
}

.tb-ticket-big-stat {
  text-align: center;
  margin-bottom: 4px;
}

.tb-ticket-big-stat-n {
  letter-spacing: -.03em;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.tb-ticket-big-stat-l {
  letter-spacing: .2em;
  color: var(--tbc-text-3);
  text-transform: uppercase;
  margin-top: 4px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
}

.tb-ticket-countries {
  color: var(--tbc-text-3);
  text-align: center;
  letter-spacing: .02em;
  margin: 10px 0 18px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  line-height: 1.6;
}

.tb-ticket-countries b {
  color: var(--tbc-text-2);
  font-weight: 500;
}

.tb-ticket-explore {
  color: var(--tbc-text);
  border: 1px solid var(--tbc-border-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, color .15s;
  display: flex;
}

.tb-ticket-explore:hover {
  border-color: var(--tbc-red);
  color: var(--tbc-red);
}

.tb-ticket-explore svg {
  width: 12px;
  height: 12px;
  transition: transform .15s;
}

.tb-ticket-explore:hover svg {
  transform: translateX(4px);
}

.tb-ticket-eyebrow {
  letter-spacing: .16em;
  color: var(--tbc-red);
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 11px;
  display: inline-flex;
}

.tb-ticket-eyebrow:before {
  content: "";
  background: var(--tbc-red);
  width: 28px;
  height: 1px;
}

.tb-ticket-headline {
  letter-spacing: -.03em;
  white-space: pre-line;
  margin: 0 0 12px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.05;
}

.tb-ticket-headline em {
  color: var(--tbc-red);
  font-style: italic;
  font-weight: 800;
}

.tb-ticket-subcopy {
  color: var(--tbc-text-2);
  max-width: 520px;
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.55;
}

.tb-ticket-value-list {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-bottom: 24px;
  padding: 14px 0;
  list-style: none;
  display: flex;
}

.tb-ticket-value-list li {
  color: var(--tbc-text-2);
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  display: flex;
}

.tb-ticket-value-list li:before {
  content: "✓";
  color: var(--tbc-red);
  font-size: 11px;
  font-weight: 700;
}

.tb-ticket-value-list b {
  color: var(--tbc-text);
  font-weight: 600;
}

.tb-ticket-cta-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.tb-ticket-cta {
  background: var(--tbc-red);
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .12s;
  display: inline-flex;
}

.tb-ticket-cta:hover {
  background: var(--tbc-red-2);
}

.tb-ticket-cta-meta {
  color: var(--tbc-text-3);
  white-space: nowrap;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 12px;
}

.tb-ticket-cta-meta b {
  color: var(--tbc-text);
  font-weight: 600;
}

.tb-ticket-hi {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tbc-text-3);
  margin-bottom: 4px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 11px;
  display: block;
}

.tb-ticket-headline-member {
  letter-spacing: -.03em;
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
}

.tb-ticket-headline-member em {
  color: var(--tbc-red);
  font-style: normal;
}

.tb-ticket-headline-member .tb-muted {
  color: var(--tbc-text-2);
  font-weight: 400;
}

.tb-progress-wrap {
  margin-bottom: 22px;
}

.tb-progress-row {
  color: var(--tbc-text-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: space-between;
  margin-bottom: 7px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  display: flex;
}

.tb-progress-row b {
  color: var(--tbc-text);
  font-weight: 600;
}

.tb-resume-card {
  background: var(--tbc-ticket-bg-raised);
  border: 1px solid var(--tbc-ticket-border);
  color: inherit;
  border-radius: 4px;
  gap: 14px;
  margin-bottom: 16px;
  padding: 14px;
  text-decoration: none;
  transition: border-color .15s, background .15s;
  display: flex;
  position: relative;
}

.tb-resume-card:hover {
  border-color: var(--tbc-red);
  background: #180a0c;
}

.tb-resume-thumb {
  background: #1a1a1a;
  border-radius: 3px;
  flex-shrink: 0;
  width: 116px;
  height: 66px;
  position: relative;
  overflow: hidden;
}

.tb-resume-thumb:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 60%, #000000b3 100%);
  position: absolute;
  inset: 0;
}

.tb-resume-play {
  pointer-events: none;
  z-index: 2;
  background: #0a0404d9;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  transition: background .15s, transform .15s;
  display: grid;
  position: absolute;
  top: 50%;
  left: 58px;
  transform: translate(-50%, -50%);
}

.tb-resume-card:hover .tb-resume-play {
  background: var(--tbc-red);
  transform: translate(-50%, -50%)scale(1.1);
}

.tb-resume-play svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  margin-left: 1px;
}

.tb-resume-meta {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  min-width: 0;
  padding: 2px 0;
  display: flex;
}

.tb-resume-label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tbc-red);
  margin-bottom: 4px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
}

.tb-resume-title {
  color: var(--tbc-text);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
}

.tb-resume-sub {
  color: var(--tbc-text-3);
  letter-spacing: .06em;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
}

.tb-resume-sub b {
  color: var(--tbc-text-2);
  font-weight: 500;
}

.tb-new-since {
  border-top: 1px dashed var(--tbc-ticket-border-dashed);
  padding-top: 14px;
}

.tb-new-since-head {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
  display: flex;
}

.tb-new-since-label {
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--tbc-text-3);
  align-items: center;
  gap: 8px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  display: inline-flex;
}

.tb-new-since-pulse {
  background: var(--tbc-red);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 6px var(--tbc-red);
  border-radius: 50%;
  animation: 1.6s ease-in-out infinite tb-pulse-dot;
}

@keyframes tb-pulse-dot {
  0%, 100% {
    opacity: .5;
    transform: scale(.9);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.tb-new-since-label b {
  color: var(--tbc-text);
  font-weight: 700;
}

.tb-new-since-see-all {
  letter-spacing: .08em;
  color: var(--tbc-text-3);
  cursor: pointer;
  text-transform: uppercase;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 10px;
  text-decoration: none;
}

.tb-new-since-see-all:hover {
  color: var(--tbc-red);
}

.tb-new-since-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.tb-new-card {
  cursor: pointer;
  color: inherit;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  display: flex;
}

.tb-new-card-thumb {
  aspect-ratio: 16 / 9;
  background: #1a1a1a;
  border-radius: 3px;
  transition: transform .15s;
  position: relative;
  overflow: hidden;
}

.tb-new-card:hover .tb-new-card-thumb {
  transform: translateY(-2px);
}

.tb-new-card-badge {
  z-index: 1;
  position: absolute;
  top: 6px;
  left: 6px;
}

.tb-new-card-dur {
  color: #fff;
  z-index: 1;
  background: #000000b3;
  border-radius: 2px;
  padding: 1px 4px;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 9px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.tb-new-card-title {
  color: var(--tbc-text-2);
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
}

.tb-new-card-loc {
  color: var(--tbc-text-3);
  letter-spacing: .1em;
  font-family: JetBrains Mono, ui-monospace, monospace;
  font-size: 9px;
}

.tbCard.type-creator {
  cursor: pointer;
  background: #111;
  border: 1px solid #1e1e1e;
  border-radius: 8px;
  width: 100%;
  transition: border-color .15s, transform .15s;
  overflow: hidden;
}

.tbCard.type-creator:hover {
  border-color: #2a2a2a;
}

.tbCard.type-creator .tb-creator-cover {
  aspect-ratio: 16 / 4;
  background: linear-gradient(135deg, #1a0808 0%, #0d0d0d 100%);
  position: relative;
  overflow: hidden;
}

.tbCard.type-creator .tb-creator-cover img {
  object-fit: cover;
}

.tbCard.type-creator .tb-creator-follow-slot {
  z-index: 2;
  pointer-events: auto;
  display: inline-flex;
  position: absolute;
  top: 8px;
  right: 12px;
}

.tbCard.type-creator .tb-creator-body {
  padding: 34px 16px 14px;
  position: relative;
}

.tbCard.type-creator .tb-creator-ava {
  background: var(--tbc-red);
  border: 2px solid #111;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
  position: absolute;
  top: -24px;
  left: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px #00000080;
}

.tbCard.type-creator .tb-creator-ava img {
  object-fit: cover;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
}

.tbCard.type-creator .tb-creator-ava-fallback {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .02em;
  grid-area: 1 / 1;
  font-size: 14px;
  font-weight: 700;
}

.tbCard.type-creator .tb-creator-name {
  color: var(--tbc-text);
  letter-spacing: -.005em;
  align-items: center;
  gap: 6px;
  margin: 0 0 2px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.tbCard.type-creator .tb-creator-name-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.tbCard.type-creator .tb-age-mark {
  background: rgb(var(--tbc-red-rgb) / .12);
  width: 18px;
  height: 18px;
  color: var(--tbc-red);
  letter-spacing: .02em;
  border: 1px solid rgb(var(--tbc-red-rgb) / .25);
  border-radius: 3px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.tbCard.type-creator .tb-creator-handle {
  color: var(--tbc-text-3);
  letter-spacing: .01em;
  margin: 0 0 8px;
  font-size: 12px;
}

.tbCard.type-creator .tb-creator-bio {
  color: var(--tbc-text-2);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 12px;
  font-size: 12.5px;
  line-height: 1.45;
  display: -webkit-box;
  overflow: hidden;
}

.tbCard.type-creator .tb-creator-locations {
  border-top: 1px dashed #1f1f1f;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  padding: 8px 0;
  display: flex;
}

.tbCard.type-creator .tb-creator-locations .tb-loc-label {
  color: var(--tbc-text-3);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-right: 4px;
  font-size: 10px;
}

.tbCard.type-creator .tb-creator-locations .tb-flag {
  width: 16px;
  height: 11px;
  box-shadow: 0 0 0 1px #ffffff14;
}

.tbCard.type-creator .tb-creator-locations .tb-loc-more {
  color: var(--tbc-text-3);
  letter-spacing: .08em;
  margin-left: 4px;
  font-size: 10px;
}

.tbCard.type-creator .tb-creator-locations .tb-loc-count {
  color: var(--tbc-text-2);
  letter-spacing: .01em;
  font-size: 12px;
}

.tbCard.type-creator .tb-creator-stats {
  border-top: 1px dashed #1f1f1f;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  display: flex;
}

.tbCard.type-creator .tb-creator-stats .stat {
  color: var(--tbc-text-3);
  letter-spacing: .04em;
  font-size: 11px;
}

.tbCard.type-creator .tb-creator-stats .stat b {
  color: var(--tbc-text);
  margin-right: 3px;
  font-weight: 700;
}

.tbCard.type-creator .tb-creator-stats .stat-sep {
  color: var(--tbc-text-3);
  opacity: .4;
}

@media (prefers-reduced-motion: reduce) {
  .tb-actions, .tb-act {
    transition: none;
  }

  .tb-act:hover {
    transform: none;
  }

  .tbCard .tb-thumb img {
    transition: none;
    transform: none;
  }

  .tbCard:hover .tb-thumb img, .tbCard:focus-within .tb-thumb img {
    transform: none;
  }

  .tb-new-since-pulse {
    animation: none;
  }

  .tb-resume-card, .tb-resume-play, .tb-new-card-thumb, .tb-ticket-explore svg {
    transition: none;
  }

  .tb-resume-card:hover .tb-resume-play, .tb-new-card:hover .tb-new-card-thumb, .tb-ticket-explore:hover svg {
    transform: none;
  }

  .tb-ticket-left, .tb-ticket-right, .tb-stamp-admitted {
    will-change: auto;
    transition: opacity .2s linear;
  }

  .tb-ticket-frame.is-tearing .tb-ticket-left, .tb-ticket-frame.is-tearing .tb-ticket-right {
    transform: none;
  }

  .tb-ticket-frame.is-tearing .tb-stamp-admitted {
    transform: translate(-50%, -50%)rotate(-14deg);
  }

  .tb-ticket-frame.is-tearing .tb-ticket-divider, .tb-mini-globe-spin, .tb-mini-globe-pulse {
    animation: none;
  }
}

/*# sourceMappingURL=src_features_cards_0293ua6._.css.map*/