@font-face {
  font-family: 'Normal';
  src: url(https://d3phaj0sisr2ct.cloudfront.net/auth/ABCNewNormal-Normal.woff2)
    format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Normal';
  src: url(https://d3phaj0sisr2ct.cloudfront.net/auth/ABCNewNormal-Regular.woff2)
    format('woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Normal';
  src: url(https://d3phaj0sisr2ct.cloudfront.net/auth/ABCNewNormal-Neutral.woff2)
    format('woff2');
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-display: swap;
}

:root {
  --font-sans: 'Normal', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Noto Sans', 'Apple SD Gothic Neo', 'Malgun Gothic', 'PingFang SC',
    'Microsoft YaHei', 'Hiragino Sans', 'Meiryo', ui-sans-serif, sans-serif;
  --font-mono: 'Akkurat Mono LL', 'Menlo', 'Monaco', 'Consolas', 'Courier New',
    ui-monospace, monospace;

  --devportal-site-header-height: 72px;
  --rw-gray-0: #ffffff;
  --rw-gray-0-rgb: 255, 255, 255;
  --rw-gray-10: #f0f2f5;
  --rw-gray-10-rgb: 240, 242, 245;
  --rw-gray-20: #e8eaf0;
  --rw-gray-20-rgb: 232, 234, 240;
  --rw-gray-30: #dee4ec;
  --rw-gray-30-rgb: 222, 228, 236;
  --rw-gray-40: #d6dce6;
  --rw-gray-40-rgb: 214, 220, 230;
  --rw-gray-50: #cdd4e0;
  --rw-gray-50-rgb: 205, 212, 224;
  --rw-gray-60: #c3cdd9;
  --rw-gray-60-rgb: 195, 205, 217;
  --rw-gray-70: #bac5d4;
  --rw-gray-70-rgb: 186, 197, 212;
  --rw-gray-80: #b1bdce;
  --rw-gray-80-rgb: 177, 189, 206;
  --rw-gray-90: #a9b6c6;
  --rw-gray-90-rgb: 169, 182, 198;
  --rw-gray-100: #a1afc5;
  --rw-gray-100-rgb: 161, 175, 197;
  --rw-gray-110: #919bb6;
  --rw-gray-110-rgb: 145, 155, 182;
  --rw-gray-120: #818a9d;
  --rw-gray-120-rgb: 129, 138, 157;
  --rw-gray-130: #707887;
  --rw-gray-130-rgb: 112, 120, 135;
  --rw-gray-140: #5f6673;
  --rw-gray-140-rgb: 95, 102, 115;
  --rw-gray-150: #4e545f;
  --rw-gray-150-rgb: 78, 84, 95;
  --rw-gray-160: #3d424b;
  --rw-gray-160-rgb: 61, 66, 75;
  --rw-gray-170: #2c3037;
  --rw-gray-170-rgb: 44, 48, 55;
  --rw-gray-180: #1b1e23;
  --rw-gray-180-rgb: 27, 30, 35;
  --rw-gray-190: #131416;
  --rw-gray-190-rgb: 19, 20, 22;
  --rw-gray-200: #000000;
  --rw-gray-200-rgb: 0, 0, 0;

  --rw-text-white: var(--rw-gray-0);
  --rw-text-white-rgb: var(--rw-gray-0-rgb);
  --rw-text-black: var(--rw-gray-200);
  --rw-text-black-rgb: var(--rw-gray-200-rgb);

  --rw-pastel-purple-dark: #562c8a;
  --rw-pastel-purple-light: #b18ae3;
  --rw-pastel-red-dark: #621731;
  --rw-pastel-red-light: #e37ea5;
  --rw-pastel-orange-dark: #86592f;
  --rw-pastel-orange-light: #fdbd81;
  --rw-pastel-blue-dark: #294758;
  --rw-pastel-blue-light: #bcddf0;
  --rw-pastel-brown-dark: #372726;
  --rw-pastel-brown-light: #ac918f;
  --rw-pastel-green-dark: #13471b;
  --rw-pastel-green-light: #91c699;

  --rw-level0-bg: var(--rw-gray-200);
  --rw-level0-bg-rgb: var(--rw-gray-200-rgb);
  --rw-level0-div: var(--rw-gray-190);
  --rw-level0-div-rgb: var(--rw-gray-190-rgb);
  --rw-level0-ui: var(--rw-gray-180);
  --rw-level0-ui-rgb: var(--rw-gray-180-rgb);
  --rw-level1-bg: var(--rw-gray-190);
  --rw-level1-bg-rgb: var(--rw-gray-190-rgb);
  --rw-level1-div: var(--rw-gray-180);
  --rw-level1-div-rgb: var(--rw-gray-180-rgb);
  --rw-level1-ui: var(--rw-gray-170);
  --rw-level1-ui-rgb: var(--rw-gray-170-rgb);
  --rw-level2-bg: var(--rw-gray-180);
  --rw-level2-bg-rgb: var(--rw-gray-180-rgb);
  --rw-level2-div: var(--rw-gray-170);
  --rw-level2-div-rgb: var(--rw-gray-170-rgb);
  --rw-level2-ui: var(--rw-gray-160);
  --rw-level2-ui-rgb: var(--rw-gray-160-rgb);

  --rw-text-primary: var(--rw-gray-0);
  --rw-text-primary-rgb: var(--rw-gray-0-rgb);
  --rw-dropdown-selected: #2c22fa;
  --rw-text-secondary: var(--rw-gray-100);
  --rw-text-secondary-rgb: var(--rw-gray-100-rgb);
  --rw-text-inactive: var(--rw-gray-120);
  --rw-text-inactive-rgb: var(--rw-gray-120-rgb);
  --rw-overlay: rgba(var(--rw-gray-200-rgb), 0.6);
  --rw-drop-shadow-16: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  --rw-drop-shadow-24: 0 12px 24px 0 rgba(0, 0, 0, 0.5);

  --interactive-primary: #2c22fa;
  --interactive-primary-hover: #0c04b4;
  --interactive-secondary: var(--rw-gray-0);
  --interactive-secondary-rgb: 41, 41, 45;
  --interactive-secondary-hover: var(--rw-gray-30);
  --interactive-tertiary: #b3affd;
  --interactive-tertiary-rgb: 179, 175, 253;
  --interactive-tertiary-hover: #8d88fc;

  --Level0-UIColor: #26282c;
  --danger: #ff552f;
  --danger-dark: #d9381c;
}

.public-button,
.btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  outline: none;
  font-family: var(--font-sans);
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.public-button:hover,
.public-button:active,
.public-button:focus,
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}

.public-button[data-size='large'],
.btn-large {
  height: 40px;
  padding-inline: 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
}

.public-button[data-full-width='true'] {
  width: 100%;
}

.public-button[data-variant='primary-white'],
.btn-primary-white {
  background: var(--rw-text-primary);
  color: var(--rw-level0-bg);
}

.public-button[data-variant='primary-white']:hover,
.btn-primary-white:hover {
  background: var(--interactive-secondary-hover);
  color: var(--rw-level0-bg);
}

.public-button[data-variant='primary-white']:focus-visible,
.btn-primary-white:focus-visible {
  outline: 1px solid var(--rw-text-primary);
  outline-offset: 2px;
}

.btn-gray {
  background: var(--rw-level1-ui);
  color: var(--rw-text-secondary);
}

.btn-gray:hover {
  background: var(--rw-level1-div);
}

.btn-gray:focus-visible {
  outline: 1px solid var(--rw-text-primary);
  outline-offset: 2px;
}

.public-button[data-variant='ghost'],
.btn-ghost {
  background-color: transparent;
  color: var(--rw-text-primary);
}

.public-button[data-variant='ghost']:hover,
.btn-ghost:hover {
  color: var(--rw-text-primary);
  opacity: 0.7;
}

.public-button[data-variant='ghost']:focus-visible,
.btn-ghost:focus-visible {
  outline: 1px solid var(--rw-text-primary);
  outline-offset: -1px;
}

.public-button[data-variant='outline'] {
  border: 1px solid var(--rw-level1-ui);
  background: transparent;
  color: var(--rw-text-secondary);
}

.public-button[data-variant='outline']:hover {
  background: var(--rw-level1-ui);
  color: var(--rw-text-primary);
}

.public-button[data-variant='outline']:focus-visible,
.public-button[data-variant='outline']:focus {
  outline: 1px solid var(--rw-text-primary);
}

.public-heading {
  margin: 0;
  color: var(--rw-text-primary);
  font-family: var(--font-sans);
  font-weight: 400;
}

.public-heading[data-size='display'] {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.public-heading[data-size='section'] {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.public-heading[data-size='card'] {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
}

.public-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border-radius: 20px;
  background: var(--rw-level1-bg);
  box-shadow: inset 0 0 0 1px var(--rw-level1-div);
}

.public-grid {
  display: grid;
}

.public-media {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rw-gray-180);
  border-radius: var(--landing-radius-sm, 8px);
  background: var(--rw-gray-190);
}

.public-media[data-ratio='wide'] {
  aspect-ratio: 16 / 9;
}

.public-media > img,
.public-media > video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.public-text {
  margin: 0;
  color: var(--rw-text-secondary);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 720px) {
  .public-heading[data-size='display'] {
    font-size: 36px;
  }
}

:root {
  color-scheme: dark;
  --landing-content-max-width: 1232px;
  --landing-content-padding: 16px;
  --landing-radius-lg: 16px;
  --landing-radius-md: 12px;
  --landing-radius-sm: 8px;
  --landing-ease: cubic-bezier(0.2, 0, 0, 1);
  --landing-duration: 0.25s;
}

@media (max-width: 720px) {
  :root {
    --landing-content-padding: 12px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-sans);
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-color: #000;
  color: var(--rw-text-primary);
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.public-layout {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.public-main {
  flex: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  flex-shrink: 0;
  background-color: #000;
  border-bottom: 1px solid transparent;
  transition:
    background-color var(--landing-duration) var(--landing-ease),
    backdrop-filter var(--landing-duration) var(--landing-ease),
    -webkit-backdrop-filter var(--landing-duration) var(--landing-ease),
    border-color var(--landing-duration) var(--landing-ease);
}

.site-header[data-overlay='true']:not(.is-scrolled) {
  background-color: transparent;
}

.site-header.is-scrolled {
  background-color: color-mix(in srgb, var(--rw-gray-190) 85%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--rw-gray-180);
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }

  .site-header.is-scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background-color: var(--rw-gray-190);
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 72px;
  min-height: 72px;
  padding: 0 var(--landing-content-padding);
}

@media (min-width: 721px) {
  .site-header-inner {
    padding-inline: 20px;
  }
}

.site-header-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.site-header-logo-link {
  display: inline-flex;
  align-items: center;
  height: 24px;
  min-width: 0;
  text-decoration: none;
}

.logo {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 6px;
  min-width: 0;
  box-sizing: border-box;
  height: 23px;
  padding-top: 3px;
}

.logo-runway,
.logo-dev {
  display: block;
  width: auto;
  flex-shrink: 0;
}

.logo-runway {
  height: 20px;
}

.logo-dev {
  height: 18px;
  margin-top: -3px;
}

.site-header-nav-link {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  color: var(--rw-text-primary);
  font-family: Normal, var(--font-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
  white-space: nowrap;
  text-decoration: none;
  transition: opacity var(--landing-duration) ease;
}

.site-header-nav-external {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.site-header-nav-link:hover,
.site-header-nav-link[data-active='true'] {
  opacity: 1;
}

.site-header-nav-link:focus-visible {
  outline: 1px solid var(--interactive-primary);
  outline-offset: 2px;
  border-radius: 4px;
  opacity: 1;
}

.site-header-auth {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .site-header-auth {
    gap: 12px;
  }
}

.landing {
  width: 100%;
  max-width: var(--landing-content-max-width);
  margin: 0 auto;
  padding: 40px var(--landing-content-padding) 0;
  box-sizing: border-box;
}

.landing-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 64px;
}

.landing-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.lede {
  margin: 0;
  max-width: 640px;
  color: #cdd1d6;
  font-family: Normal, var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.landing-poster {
  min-width: 0;
}

.section {
  max-width: 720px;
  margin: 0 0 40px;
}

.section .public-heading {
  margin-bottom: 12px;
}

.section p {
  margin: 0 0 12px;
  color: var(--rw-text-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.section p:last-child {
  margin-bottom: 0;
}

.code-section pre {
  margin: 0;
  padding: 20px;
  overflow-x: auto;
  border: 1px solid var(--rw-gray-180);
  border-radius: var(--landing-radius-sm);
  background: var(--rw-gray-190);
}

.code-section code {
  color: var(--rw-text-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', monospace;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre;
}

.facts {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px 24px;
  max-width: 720px;
  margin: 48px 0 0;
  padding: 16px;
  border: 1px solid var(--rw-gray-180);
  border-radius: var(--landing-radius-sm);
  background: var(--rw-gray-190);
}

.facts dt {
  margin: 0;
  color: var(--rw-text-inactive);
  font-size: 14px;
  font-weight: 500;
}

.facts dd {
  margin: 0;
  color: var(--rw-text-primary);
  font-size: 14px;
  font-weight: 400;
}

.landing-footer {
  margin-top: 80px;
}

.agents-page {
  min-height: 100%;
  background: #000;
  color: var(--rw-text-primary);
}

.agents-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  height: 500px;
  margin-top: -72px;
  padding: 72px var(--landing-content-padding) 80px;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: url('/static/landing/agents-hero-grid.svg') center -220px / 1440px
    1366px no-repeat;
}

.agents-hero::before,
.agents-hero::after {
  position: absolute;
  z-index: -1;
  width: 2614px;
  height: 2590px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  pointer-events: none;
}

.agents-hero::before {
  top: -1514px;
  left: calc(50% - 1416px);
  background-image: url('/static/landing/agents-hero-glow-left.svg');
}

.agents-hero::after {
  top: -1527px;
  left: calc(50% - 1082px);
  background-image: url('/static/landing/agents-hero-glow-right.svg');
}

.agents-hero-copy {
  display: flex;
  width: min(792px, 100%);
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.agents-hero-copy .public-heading,
.agents-hero-copy p,
.agents-bubble {
  margin: 0;
}

.agents-hero-copy .public-heading {
  font-size: 60px;
}

.agents-hero-copy p {
  max-width: 792px;
  color: var(--rw-text-primary);
  font-size: 16px;
  line-height: 24px;
}

.agents-bubble {
  position: absolute;
  max-width: 333px;
  padding: 8px 16px;
  border: 1px solid rgb(255 255 255 / 5%);
  color: #cdd1d6;
  background: rgb(255 255 255 / 5%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  backdrop-filter: blur(10px);
  font-size: 20px;
  line-height: 32px;
}

.agents-bubble--error {
  top: 176px;
  left: max(32px, calc(50% - 586px));
  width: 262px;
  border-radius: 24px 24px 24px 4px;
}

.agents-bubble--build {
  top: 112px;
  right: max(32px, calc(50% - 588px));
  width: 333px;
  border-radius: 24px 24px 4px;
}

.agents-prompt-section {
  padding: 0 var(--landing-content-padding) 86px;
  background: #000;
}

.agents-prompt-card {
  width: min(1050px, 100%);
  height: 610px;
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid var(--rw-level1-ui);
  border-radius: 20px;
  background: #000;
}

.agents-prompt-toolbar {
  display: flex;
  height: 80px;
  padding: 20px;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--rw-level1-div);
  background: var(--rw-level1-bg);
}

.agents-prompt-button {
  display: inline-flex;
  height: 40px;
  padding-inline: 12px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(255 255 255 / 5%);
  border-radius: 12px;
  background: rgb(255 255 255 / 5%);
  color: var(--rw-text-primary);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.agents-prompt-button:hover {
  border-color: rgb(255 255 255 / 12%);
  background: rgb(255 255 255 / 12%);
}

.agents-prompt-button:focus-visible {
  outline: 1px solid var(--rw-text-primary);
  outline-offset: 2px;
}

.agents-prompt-button > span {
  display: inline-flex;
}

.agents-prompt-button > span[hidden] {
  display: none;
}

.agents-prompt-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.agents-prompt-copy {
  min-width: 100px;
}

.agents-prompt-send-label {
  padding-inline: 12px;
  color: var(--rw-text-secondary);
  font-size: 16px;
  line-height: 40px;
  white-space: nowrap;
}

.agents-prompt {
  height: calc(100% - 80px);
  margin: 0;
  padding: 40px 68px 64px;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--rw-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  white-space: pre-wrap;
}

.agents-prompt,
.agents-prompt * {
  font-family: 'IBM Plex Mono', monospace;
}

.agents-prompt-comment {
  color: #2fff86;
}

.site-footer {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 450;
  color: #828585;
  padding: 24px 50px;
}

.site-footer-link {
  color: #828585;
}

@media (min-width: 900px) {
  .landing-header:has(.landing-poster) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
    gap: 48px;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .landing {
    padding-top: 24px;
  }

  .landing-header {
    margin-bottom: 40px;
  }

  .lede {
    font-size: 18px;
    line-height: 1.35;
  }

  .facts {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }

  .landing-footer {
    margin-top: 64px;
  }

  .site-footer {
    padding: 24px 16px;
  }
}

@media (max-width: 800px) {
  .agents-bubble {
    display: none;
  }

  .agents-hero-copy .public-heading {
    font-size: 44px;
  }

  .agents-prompt-section {
    padding-bottom: 64px;
  }

  .agents-prompt-card {
    height: 640px;
  }

  .agents-prompt-toolbar {
    height: 120px;
    padding: 12px;
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
  }

  .agents-prompt-toolbar > a {
    align-self: flex-start;
  }

  .agents-prompt-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }

  .agents-prompt-actions::-webkit-scrollbar {
    display: none;
  }

  .agents-prompt-actions .agents-prompt-button {
    height: 32px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .agents-prompt-copy {
    min-width: 82px;
  }

  .agents-prompt-send-label {
    display: none;
  }

  .agents-prompt {
    height: calc(100% - 120px);
    padding: 28px 24px 48px;
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 520px) {
  .agents-hero {
    height: 480px;
    padding-bottom: 64px;
    background-position: center -260px;
  }

  .agents-hero-copy .public-heading {
    font-size: 38px;
  }

  .agents-hero-copy p {
    font-size: 15px;
    line-height: 22px;
  }
}
