.HeroTeamsBots-module__5wwopa__token {
  white-space: nowrap;
  position: relative;
}
.HeroTeamsBots-module__5wwopa__annotation {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: -.01em;
  word-spacing: -.21em;
  color: var(--accent-text);
  white-space: nowrap;
  transform-origin: 0 100%;
  margin-left: .62em;
  font-size: .3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 2.25em;
  left: 100%;
  transform: rotate(-30deg);
}
@media (max-width: 1023px) {
  .HeroTeamsBots-module__5wwopa__annotation {
    display: none;
  }
}
.ProjectMedia-module__PjEh5a__frame {
  border-radius: var(--r-card);
  border: 1px solid var(--line-soft);
  background: var(--bg);
  width: 100%;
  transition: border-color var(--t-mode) ease, background var(--t-mode) ease;
  position: relative;
  overflow: hidden;
}
.ProjectMedia-module__PjEh5a__bare {
  background: var(--bg);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ProjectMedia-module__PjEh5a__fillParent {
  background: var(--bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.ProjectMedia-module__PjEh5a__media {
  width: 100%;
  height: 100%;
  transition: transform var(--t-hover) ease;
  display: block;
  position: absolute;
  inset: 0;
}
.ProjectMedia-module__PjEh5a__frame:hover .ProjectMedia-module__PjEh5a__media {
  transform: scale(1.015);
}
@media (prefers-reduced-motion: reduce) {
  .ProjectMedia-module__PjEh5a__frame:hover .ProjectMedia-module__PjEh5a__media {
    transform: none;
  }
}
.ProjectMedia-module__PjEh5a__controls {
  opacity: .55;
  transition: opacity var(--t-hover) ease;
  gap: 6px;
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ProjectMedia-module__PjEh5a__frame:hover .ProjectMedia-module__PjEh5a__controls,
.ProjectMedia-module__PjEh5a__bare:hover .ProjectMedia-module__PjEh5a__controls,
.ProjectMedia-module__PjEh5a__controls:focus-within {
  opacity: 1;
}
.ProjectMedia-module__PjEh5a__ctl {
  width: 30px;
  height: 30px;
  color: var(--text);
  background: color-mix(in srgb, var(--bg) 68%, transparent);
  border: 1px solid var(--line-soft);
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  transition: border-color var(--t-hover) ease, background var(--t-hover) ease;
  border-radius: 8px;
  place-items: center;
  padding: 0;
  display: grid;
}
.ProjectMedia-module__PjEh5a__ctl:hover {
  border-color: var(--line);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
}
.ProjectMedia-module__PjEh5a__ctl:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.ProjectMedia-module__PjEh5a__ctl svg {
  width: 15px;
  height: 15px;
  display: block;
}
.ProjectMedia-module__PjEh5a__frame:hover .ProjectMedia-module__PjEh5a__controls {
  transform: none;
}
.ProjectMedia-module__PjEh5a__draft {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-dim);
  background: color-mix(in srgb, var(--bg) 68%, transparent);
  border: 1px solid var(--line-soft);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 10px;
}
.Todo-module__imiQPa__todo {
  border: 1px dashed var(--accent-line);
  background: var(--accent-soft);
  border-radius: var(--r-btn);
  color: var(--text-mut);
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.6;
}
.Todo-module__imiQPa__tag {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 500;
  display: block;
}
.page-module__Ro7qTW__heroMedia {
  max-width: var(--hero-max);
  margin-inline: auto;
}
@media (max-width: 720px) {
  .page-module__Ro7qTW__heroMedia {
    max-width: none;
  }
}
.page-module__Ro7qTW__header {
  padding-block: var(--sp-6) var(--sp-5);
  border-bottom: 1px solid var(--line-soft);
}
.page-module__Ro7qTW__back {
  margin-bottom: 28px;
  display: inline-block;
}
.page-module__Ro7qTW__title {
  margin: 14px 0 12px;
}
.page-module__Ro7qTW__outcomeLine {
  color: var(--text-mut);
  max-width: 640px;
  font-size: 20px;
}
.page-module__Ro7qTW__metaRow {
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 22px;
  display: flex;
}
.page-module__Ro7qTW__body {
  gap: 16px;
  max-width: 640px;
  display: grid;
}
.page-module__Ro7qTW__body p {
  color: var(--text-mut);
}
.page-module__Ro7qTW__body p strong {
  color: var(--text);
  font-weight: 500;
}
.page-module__Ro7qTW__processList {
  gap: var(--sp-3);
  max-width: 640px;
  display: grid;
}
.page-module__Ro7qTW__processItem h3 {
  margin-bottom: 10px;
}
.page-module__Ro7qTW__gallery {
  gap: var(--sp-3);
  grid-template-columns: 1fr 1fr;
  display: grid;
}
.page-module__Ro7qTW__gallerySpan {
  grid-column: 1/-1;
}
.page-module__Ro7qTW__galleryItem {
  gap: 10px;
  margin: 0;
  display: grid;
}
.page-module__Ro7qTW__playable {
  border-radius: var(--r-card);
  border: 1px solid var(--line-soft);
  background: var(--bg);
  object-fit: cover;
  width: 100%;
  transition: border-color var(--t-mode) ease;
  display: block;
}
.page-module__Ro7qTW__playable:hover {
  border-color: var(--line);
}
.page-module__Ro7qTW__filmStage {
  border-radius: var(--r-card);
  border: 1px solid var(--line-soft);
  background: var(--bg);
  place-items: center;
  width: 100%;
  min-height: 320px;
  padding: 18px 0;
  display: grid;
  position: relative;
  overflow: hidden;
}
.page-module__Ro7qTW__filmFill {
  object-fit: cover;
  filter: blur(36px)brightness(.45)saturate(.9);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  transform: scale(1.12);
}
.page-module__Ro7qTW__filmPortrait {
  aspect-ratio: 9/16;
  object-fit: cover;
  border-radius: calc(var(--r-card) - 3px);
  border: 1px solid var(--line);
  background: #000;
  width: auto;
  max-width: 100%;
  height: clamp(380px, 74vh, 660px);
  display: block;
  position: relative;
}
.page-module__Ro7qTW__caption {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .05em;
  color: var(--text-dim);
  font-size: 11px;
}
@media (max-width: 720px) {
  .page-module__Ro7qTW__gallery {
    grid-template-columns: 1fr;
  }
}
.page-module__Ro7qTW__credFooter {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.page-module__Ro7qTW__credChip {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--text-mut);
  border: 1px solid var(--line);
  border-radius: var(--r-chip);
  background: var(--bg-panel);
  transition: background var(--t-mode) ease, border-color var(--t-mode) ease;
  padding: 7px 11px;
  font-size: 11px;
}
.page-module__Ro7qTW__pager {
  padding-block: var(--sp-5) var(--sp-6);
  justify-content: space-between;
  gap: 16px;
  display: flex;
}
.BigType-module__Bgw4bW__desktop,
.BigType-module__Bgw4bW__stack {
  --bg:#111113;
  --bg-panel:#18191b;
  --bg-elev:#212225;
  --line:#363a3f;
  --line-soft:#272a2d;
  --text:#edeef0;
  --text-mut:#b0b4ba;
  --text-dim:#696e77;
  --slate-6:#363a3f;
  --accent:#3e9bc4;
  --accent-text:#6cc0e2;
  --accent-soft:#17313d;
  --accent-line:#2b6a86;
  color: var(--text);
  background: #111113;
}
.BigType-module__Bgw4bW__desktop {
  display: none;
}
@media (min-width: 1024px) and (hover: hover) {
  .BigType-module__Bgw4bW__desktop {
    background: var(--bg);
    flex-direction: column;
    min-height: 100vh;
    display: flex;
    position: relative;
  }
  .BigType-module__Bgw4bW__stack {
    display: none;
  }
}
.BigType-module__Bgw4bW__backdrops {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.BigType-module__Bgw4bW__backdrop {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-mode) ease, visibility var(--t-mode) ease;
  position: absolute;
  inset: 0;
}
.BigType-module__Bgw4bW__backdrop.BigType-module__Bgw4bW__on {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .BigType-module__Bgw4bW__backdrop {
    transition: none;
  }
}
.BigType-module__Bgw4bW__overlay {
  z-index: 1;
  opacity: 0;
  transition: opacity var(--t-mode) ease;
  pointer-events: none;
  background: #1111139e;
  position: absolute;
  inset: 0;
}
.BigType-module__Bgw4bW__overlayOn {
  opacity: 1;
}
.BigType-module__Bgw4bW__portraitField {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.BigType-module__Bgw4bW__blurFill {
  object-fit: cover;
  filter: blur(34px)saturate(1.05);
  width: 112%;
  height: 112%;
  position: absolute;
  inset: -6%;
  transform: scale(1.06);
}
.BigType-module__Bgw4bW__centerCrisp {
  border: 1px solid var(--line);
  border-radius: 20px;
  height: 72%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  box-shadow: 0 30px 80px #00000080;
}
.BigType-module__Bgw4bW__names {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(2px, .3vw, 8px);
  padding: 96px max(48px, 6vw) 20px;
  display: flex;
  position: relative;
}
.BigType-module__Bgw4bW__name {
  color: var(--text-dim);
  transition: color var(--t-mode) ease, opacity var(--t-mode) ease;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 20px;
  display: grid;
}
.BigType-module__Bgw4bW__name:hover,
.BigType-module__Bgw4bW__name:focus-visible {
  text-decoration: none;
}
.BigType-module__Bgw4bW__name.BigType-module__Bgw4bW__active {
  color: var(--text);
}
.BigType-module__Bgw4bW__name.BigType-module__Bgw4bW__dim {
  opacity: .4;
}
.BigType-module__Bgw4bW__idx {
  color: inherit;
  align-self: start;
  padding-top: 1.1em;
}
.BigType-module__Bgw4bW__name.BigType-module__Bgw4bW__active .BigType-module__Bgw4bW__idx {
  color: var(--accent-text);
}
.BigType-module__Bgw4bW__nameText {
  letter-spacing: -.03em;
  overflow-wrap: anywhere;
  font-size: clamp(48px, 8.4vw, 138px);
  font-weight: 600;
  line-height: 1.02;
}
.BigType-module__Bgw4bW__metaBar {
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t-mode) ease;
  background: linear-gradient(#11111300, #111113d1);
  justify-content: flex-end;
  padding: 22px max(48px, 6vw) 40px;
  display: flex;
  position: sticky;
  bottom: 0;
}
.BigType-module__Bgw4bW__metaBarOn {
  opacity: 1;
}
.BigType-module__Bgw4bW__metaInner {
  border-top: 1px solid var(--line);
  width: min(46vw, 520px);
  min-height: 124px;
  padding-top: 14px;
}
.BigType-module__Bgw4bW__metaContent {
  align-items: flex-start;
  gap: 16px;
  display: flex;
}
.BigType-module__Bgw4bW__metaIdx {
  color: var(--accent-text);
  flex: none;
  padding-top: 3px;
}
.BigType-module__Bgw4bW__metaBody {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 60ch;
  min-height: 108px;
  display: flex;
}
.BigType-module__Bgw4bW__metaOne {
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
}
.BigType-module__Bgw4bW__metaStat {
  color: var(--text-mut);
}
.BigType-module__Bgw4bW__metaHint {
  color: var(--text-dim);
}
.BigType-module__Bgw4bW__metaSwap {
  animation: BigType-module__Bgw4bW__metaFade var(--t-hover) ease;
}
@keyframes BigType-module__Bgw4bW__metaFade {
  0% {
    opacity: .3;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .BigType-module__Bgw4bW__overlay,
  .BigType-module__Bgw4bW__metaSwap {
    transition: none;
    animation: none;
  }
}
.BigType-module__Bgw4bW__stack {
  display: block;
}
.BigType-module__Bgw4bW__stackBlock {
  min-height: 100svh;
  color: inherit;
  border-top: 1px solid var(--line-soft);
  align-items: flex-end;
  padding: 32px 24px 44px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.BigType-module__Bgw4bW__stackBlock:first-child {
  border-top: 0;
}
.BigType-module__Bgw4bW__stackBlock:hover {
  text-decoration: none;
}
.BigType-module__Bgw4bW__stackBg {
  z-index: 0;
  position: absolute;
  inset: 0;
}
.BigType-module__Bgw4bW__stackContent {
  z-index: 2;
  gap: 10px;
  width: 100%;
  display: grid;
  position: relative;
}
.BigType-module__Bgw4bW__stackContent .BigType-module__Bgw4bW__nameText {
  color: var(--text);
  font-size: clamp(40px, min(12vw, 11svh), 88px);
}
.BigType-module__Bgw4bW__stackContent .BigType-module__Bgw4bW__metaOne {
  color: var(--text);
}
.BigType-module__Bgw4bW__stackContent .BigType-module__Bgw4bW__metaStat {
  color: var(--text-mut);
  margin-top: 2px;
}
@media (min-width: 1024px) and (hover: hover) {
  .BigType-module__Bgw4bW__stack {
    display: none;
  }
}
.page-module___8aEwW__workEyebrow {
  padding-top: 64px;
}
.page-module___8aEwW__hero {
  padding-block: var(--sp-6);
  border-bottom: 1px solid var(--line-soft);
}
.page-module___8aEwW__heroTitle {
  margin: 22px 0 20px;
}
.page-module___8aEwW__heroAccent {
  color: var(--accent-text);
}
.page-module___8aEwW__nowLine {
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  display: flex;
}
.page-module___8aEwW__nowDot {
  background: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}
