/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;800&family=Archivo:wght@400;500&family=Martian+Mono:wght@400;500&family=IBM+Plex+Mono:wght@400&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-extrabold: 800;
    --radius-md: 0.375rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .bottom-\[-1px\] {
    bottom: -1px;
  }
  .left-0 {
    left: 0px;
  }
  .z-10 {
    z-index: 10;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .m-0 {
    margin: 0px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\[display\:-webkit-box\] {
    display: -webkit-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-\[1em\] {
    height: 1em;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[472px\] {
    height: 472px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[620px\] {
    max-height: 620px;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[94px\] {
    min-height: 94px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[920px\] {
    max-width: 920px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[36px\] {
    min-width: 36px;
  }
  .min-w-\[54px\] {
    min-width: 54px;
  }
  .min-w-\[84px\] {
    min-width: 84px;
  }
  .min-w-\[90px\] {
    min-width: 90px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-y-\[2px\] {
    --tw-translate-y: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-ping {
    animation: var(--animate-ping);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .resize-y {
    resize: vertical;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr_58px_auto\] {
    grid-template-columns: 1fr 58px auto;
  }
  .grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }
  .grid-cols-\[10px_minmax\(0\,1fr\)_auto\] {
    grid-template-columns: 10px minmax(0,1fr) auto;
  }
  .grid-cols-\[26px_minmax\(0\,1fr\)_auto\] {
    grid-template-columns: 26px minmax(0,1fr) auto;
  }
  .grid-cols-\[auto_auto_minmax\(0\,1fr\)_auto\] {
    grid-template-columns: auto auto minmax(0,1fr) auto;
  }
  .grid-cols-\[auto_minmax\(0\,1fr\)_auto\] {
    grid-template-columns: auto minmax(0,1fr) auto;
  }
  .grid-cols-\[auto_minmax\(0\,1fr\)_auto_auto\] {
    grid-template-columns: auto minmax(0,1fr) auto auto;
  }
  .grid-cols-\[minmax\(0\,1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) auto;
  }
  .grid-cols-\[minmax\(0\,1fr\)_auto_auto\] {
    grid-template-columns: minmax(0,1fr) auto auto;
  }
  .grid-cols-\[minmax\(300px\,\.8fr\)_minmax\(0\,1\.5fr\)\] {
    grid-template-columns: minmax(300px,.8fr) minmax(0,1.5fr);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-x-3 {
    -moz-column-gap: calc(var(--spacing) * 3);
         column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    -moz-column-gap: calc(var(--spacing) * 4);
         column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    -moz-column-gap: calc(var(--spacing) * 5);
         column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-\[rgba\(83\,224\,193\,\.46\)\] {
    border-color: rgba(83,224,193,.46);
  }
  .border-\[rgba\(255\,92\,43\,\.3\)\] {
    border-color: rgba(255,92,43,.3);
  }
  .border-\[rgba\(255\,92\,43\,\.32\)\] {
    border-color: rgba(255,92,43,.32);
  }
  .border-\[rgba\(255\,92\,43\,\.38\)\] {
    border-color: rgba(255,92,43,.38);
  }
  .border-\[var\(--claw\)\] {
    border-color: var(--claw);
  }
  .border-\[var\(--edge\)\] {
    border-color: var(--edge);
  }
  .border-\[var\(--line\)\] {
    border-color: var(--line);
  }
  .bg-\[\#0F181D\] {
    background-color: #0F181D;
  }
  .bg-\[\#050a0c\] {
    background-color: #050a0c;
  }
  .bg-\[\#071014\] {
    background-color: #071014;
  }
  .bg-\[rgba\(83\,224\,193\,\.045\)\] {
    background-color: rgba(83,224,193,.045);
  }
  .bg-\[rgba\(255\,92\,43\,\.04\)\] {
    background-color: rgba(255,92,43,.04);
  }
  .bg-\[rgba\(255\,92\,43\,\.045\)\] {
    background-color: rgba(255,92,43,.045);
  }
  .bg-\[rgba\(255\,92\,43\,\.055\)\] {
    background-color: rgba(255,92,43,.055);
  }
  .bg-\[var\(--claw\)\] {
    background-color: var(--claw);
  }
  .bg-\[var\(--dimmer\)\] {
    background-color: var(--dimmer);
  }
  .bg-\[var\(--line\)\] {
    background-color: var(--line);
  }
  .bg-\[var\(--mint\)\] {
    background-color: var(--mint);
  }
  .bg-\[var\(--void\)\] {
    background-color: var(--void);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white\/\[\.01\] {
    background-color: color-mix(in srgb, #fff 1%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 1%, transparent);
    }
  }
  .bg-white\/\[\.012\] {
    background-color: color-mix(in srgb, #fff 1.2%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 1.2%, transparent);
    }
  }
  .bg-white\/\[\.035\] {
    background-color: color-mix(in srgb, #fff 3.5000000000000004%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3.5000000000000004%, transparent);
    }
  }
  .p-0 {
    padding: 0px;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[78px\] {
    padding-top: 78px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[14px\] {
    padding-bottom: 14px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[13px\] {
    padding-left: 13px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.5px\] {
    font-size: 16.5px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[clamp\(1\.5rem\,4vw\,2\.1rem\)\] {
    font-size: clamp(1.5rem, 4vw, 2.1rem);
  }
  .text-\[clamp\(1\.8rem\,4vw\,2\.7rem\)\] {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
  }
  .text-\[clamp\(2\.5rem\,7vw\,4\.5rem\)\] {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
  }
  .text-\[clamp\(2\.7rem\,7vw\,4\.7rem\)\] {
    font-size: clamp(2.7rem, 7vw, 4.7rem);
  }
  .text-\[clamp\(2\.7rem\,8vw\,4\.8rem\)\] {
    font-size: clamp(2.7rem, 8vw, 4.8rem);
  }
  .text-\[clamp\(2\.15rem\,6vw\,3\.25rem\)\] {
    font-size: clamp(2.15rem, 6vw, 3.25rem);
  }
  .text-\[clamp\(2\.45rem\,8vw\,3\.7rem\)\] {
    font-size: clamp(2.45rem, 8vw, 3.7rem);
  }
  .leading-3 {
    --tw-leading: calc(var(--spacing) * 3);
    line-height: calc(var(--spacing) * 3);
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[\.9\] {
    --tw-leading: .9;
    line-height: .9;
  }
  .leading-\[\.88\] {
    --tw-leading: .88;
    line-height: .88;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .tracking-\[-\.01em\] {
    --tw-tracking: -.01em;
    letter-spacing: -.01em;
  }
  .tracking-\[-\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }
  .tracking-\[-\.015em\] {
    --tw-tracking: -.015em;
    letter-spacing: -.015em;
  }
  .tracking-\[-\.025em\] {
    --tw-tracking: -.025em;
    letter-spacing: -.025em;
  }
  .tracking-\[\.01em\] {
    --tw-tracking: .01em;
    letter-spacing: .01em;
  }
  .tracking-\[\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }
  .tracking-\[\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }
  .tracking-\[\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#2B3A42\] {
    color: #2B3A42;
  }
  .text-\[var\(--bone\)\] {
    color: var(--bone);
  }
  .text-\[var\(--claw\)\] {
    color: var(--claw);
  }
  .text-\[var\(--dim\)\] {
    color: var(--dim);
  }
  .text-\[var\(--dimmer\)\] {
    color: var(--dimmer);
  }
  .text-\[var\(--mint\)\] {
    color: var(--mint);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
         user-select: all;
  }
  .\[-webkit-box-orient\:vertical\] {
    -webkit-box-orient: vertical;
  }
  .\[-webkit-line-clamp\:2\] {
    -webkit-line-clamp: 2;
  }
  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-\[var\(--dimmer\)\]::-moz-placeholder {
    color: var(--dimmer);
  }
  .placeholder\:text-\[var\(--dimmer\)\]::placeholder {
    color: var(--dimmer);
  }
  .last\:border-r-0:last-child {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  @media (hover: hover) {
    .hover\:border-\[rgba\(79\,227\,193\,\.35\)\]:hover {
      border-color: rgba(79,227,193,.35);
    }
    .hover\:bg-\[\#091318\]:hover {
      background-color: #091318;
    }
    .hover\:bg-white\/\[\.02\]:hover {
      background-color: color-mix(in srgb, #fff 2%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/\[\.02\]:hover {
        background-color: color-mix(in oklab, var(--color-white) 2%, transparent);
      }
    }
    .hover\:bg-white\/\[\.025\]:hover {
      background-color: color-mix(in srgb, #fff 2.5%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/\[\.025\]:hover {
        background-color: color-mix(in oklab, var(--color-white) 2.5%, transparent);
      }
    }
    .hover\:text-\[var\(--mint\)\]:hover {
      color: var(--mint);
    }
  }
  .focus\:border-\[var\(--mint\)\]:focus {
    border-color: var(--mint);
  }
  @media (width < 820px) {
    .max-\[820px\]\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .max-\[820px\]\:border-r-0 {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
    .max-\[820px\]\:border-b {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  @media (width < 800px) {
    .max-\[800px\]\:h-\[340px\] {
      height: 340px;
    }
  }
  @media (width < 760px) {
    .max-\[760px\]\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  @media (width < 680px) {
    .max-\[680px\]\:col-start-3 {
      grid-column-start: 3;
    }
    .max-\[680px\]\:grid-cols-\[auto_minmax\(0\,1fr\)_auto\] {
      grid-template-columns: auto minmax(0,1fr) auto;
    }
  }
  @media (width < 620px) {
    .max-\[620px\]\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .max-\[620px\]\:w-full {
      width: 100%;
    }
    .max-\[620px\]\:grid-cols-\[auto_minmax\(0\,1fr\)\] {
      grid-template-columns: auto minmax(0,1fr);
    }
  }
  @media (width >= 720px) {
    .min-\[720px\]\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
:root {
  --void: #0B1013;
  --edge: #243138;
  --line: rgba(255,255,255,.07);
  --bone: #EFE9DC;
  --dim: #8FA1AA;
  --dimmer: #586C76;
  --claw: #FF5C2B;
  --mint: #4FE3C1;
  --display: 'Big Shoulders Display',Impact,sans-serif;
  --body: 'Archivo',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --mono: 'Martian Mono',monospace;
  --log: 'IBM Plex Mono',monospace;
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  min-height: 100%;
  background: var(--void);
}
body {
  color: var(--bone);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
  background-image: radial-gradient(120% 55% at 50% 0%, rgba(255,92,43,.085), transparent 62%);
}
button, input, textarea {
  font-family: inherit;
  color: inherit;
}
:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
}
.cc-box textarea:focus-visible {
  outline: none;
}
button:disabled {
  opacity: .28;
  cursor: not-allowed;
}
.font-display {
  font-family: var(--display);
}
.font-data {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.03em;
}
.cc-label {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--dimmer);
}
@keyframes cc-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
}
@keyframes cc-fade {
  from {
    opacity: 0;
  }
}
@keyframes cc-shimmer {
  to {
    background-position: 200% 0;
  }
}
@keyframes cc-blink {
  50% {
    opacity: 0;
  }
}
@keyframes cc-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes cc-pop {
  from {
    transform: translate(-50%,12px);
    opacity: 0;
  }
}
@keyframes cc-breathe {
  0%,100% {
    box-shadow: 0 0 0 0 rgba(255,92,43,.3);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(255,92,43,0);
  }
}
.cc-rise > * {
  animation: cc-rise .5s cubic-bezier(.2,.85,.3,1) backwards;
}
.cc-rise > *:nth-child(2) {
  animation-delay: .07s;
}
.cc-rise > *:nth-child(3) {
  animation-delay: .14s;
}
.cc-fade {
  animation: cc-fade .35s ease-out;
}
.cc-box {
  border: 1px solid var(--edge);
  border-radius: 10px;
  background: #0F181D;
  box-shadow: 0 24px 64px -32px #000;
  transition: border-color .2s, box-shadow .2s;
}
.cc-box:focus-within {
  border-color: var(--claw);
  box-shadow: 0 18px 48px -30px rgba(255,92,43,.38);
}
.cc-btn {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid var(--edge);
  background: #18242A;
  transition: border-color .16s, background .16s, opacity .16s;
}
.cc-btn:hover:not(:disabled) {
  border-color: var(--dim);
}
.cc-btn-primary {
  background: var(--claw);
  border-color: var(--claw);
  color: #190A04;
  font-weight: 600;
}
.cc-btn-primary:hover:not(:disabled) {
  background: #FF7147;
  border-color: #FF7147;
}
.cc-btn-ghost {
  background: transparent;
  border-color: transparent;
  color: var(--dimmer);
  padding: 8px 9px;
}
.cc-btn-ghost:hover:not(:disabled) {
  color: var(--bone);
  border-color: transparent;
}
.cc-stage {
  border: 1px solid var(--edge);
  border-radius: 10px;
  overflow: hidden;
  background: #050A0C;
}
.cc-stage-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  height: 34px;
  padding: 0 11px;
  border-bottom: 1px solid var(--line);
  background: #0F181D;
}
.cc-dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #22323A;
}
.cc-dot-on {
  background: var(--mint);
}
.cc-dot-go {
  background: var(--claw);
  animation: cc-blink 1s steps(2) infinite;
}
.cc-tab {
  border: 0;
  border-radius: 4px;
  background: none;
  padding: 4px 9px;
  color: var(--dimmer);
  font-family: var(--log);
  font-size: 12px;
  cursor: pointer;
}
.cc-tab-on {
  background: rgba(255,255,255,.07);
  color: var(--bone);
}
.cc-code {
  height: 100%;
  overflow: auto;
  margin: 0;
  padding: 13px 15px;
  color: var(--dim);
  font-family: var(--log);
  font-size: 11.5px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}
.cc-caret {
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-left: 3px;
  vertical-align: -2px;
  background: var(--claw);
  animation: cc-blink .85s steps(2) infinite;
}
.cc-say {
  display: flex;
  align-items: center;
  height: 46px;
  margin-top: 10px;
  border-left: 2px solid transparent;
  padding-left: 0;
  transition: border-color .3s,padding-left .3s;
}
.cc-say-has {
  border-left-color: var(--claw);
  padding-left: 13px;
}
.cc-say p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--bone);
  font-size: 14px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  animation: cc-fade .35s ease-out;
}
.cc-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 8px;
}
.cc-section::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--line);
}
.cc-milestone {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 11px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: none;
  text-align: left;
  color: inherit;
  transition: border-color .16s,background .16s;
}
.cc-next {
  border-color: #5A3423;
  background: rgba(255,92,43,.06);
}
.cc-done {
  cursor: pointer;
}
.cc-done:hover:not(:disabled) {
  border-color: var(--edge);
}
.cc-selected {
  border-color: var(--mint);
  background: rgba(79,227,193,.06);
}
.cc-selected span:nth-child(2) {
  color: var(--bone);
}
.cc-ready {
  cursor: pointer;
  border-color: var(--claw);
  animation: cc-breathe 2.6s ease-in-out infinite;
}
.cc-ready:hover:not(:disabled) {
  background: rgba(255,92,43,.13);
}
.cc-skeleton {
  height: 44px;
  margin-bottom: 7px;
  border-radius: 6px;
  background: linear-gradient(90deg,#0F181D,#16232A,#0F181D);
  background-size: 200% 100%;
  animation: cc-shimmer 1.4s linear infinite;
}
.cc-spinner {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 2px solid var(--edge);
  border-top-color: var(--claw);
  border-radius: 50%;
  vertical-align: -1px;
  animation: cc-spin .7s linear infinite;
}
.cc-toast {
  position: fixed;
  z-index: 90;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--bone);
  color: var(--void);
  padding: 9px 16px;
  font-family: var(--mono);
  font-size: 11px;
  animation: cc-pop .22s cubic-bezier(.2,1.5,.4,1);
}
@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
}
.cc-panel {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #0F181D;
  padding: 15px;
}
.cc-meter {
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #17252B;
}
.cc-meter > span {
  display: block;
  height: 100%;
  min-width: 0;
  border-radius: 99px;
  background: var(--claw);
  transition: width .35s ease;
}
.cc-mini {
  border: 0;
  background: transparent;
  padding: 2px 0;
  cursor: pointer;
  color: var(--dimmer);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cc-mini:hover {
  color: var(--bone);
}
.cc-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 2px 7px;
  white-space: nowrap;
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--dimmer);
}
.cc-status-planning,.cc-status-seeding,.cc-status-queued,.cc-status-working,.cc-status-validating,.cc-status-publishing {
  border-color: rgba(255,92,43,.32);
  color: var(--claw);
}
.cc-status-waiting_funds {
  border-color: rgba(239,233,220,.14);
  color: var(--bone);
}
.cc-status-completed {
  border-color: rgba(79,227,193,.3);
  color: var(--mint);
}
.cc-status-failed {
  border-color: rgba(255,92,43,.3);
  color: #FF8B68;
}
.cc-activity {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(15,24,29,.5);
  padding: 0 12px;
}
.cc-panel-tight {
  padding: 13px 15px;
}
.cc-agent-line {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-left: 2px solid var(--claw);
  padding: 0 12px;
  font-size: 12px;
  color: var(--dim);
}
.cc-icon-link {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  color: var(--dimmer);
  text-decoration: none;
}
.cc-icon-link:hover {
  color: var(--bone);
}
.cc-input {
  min-width: 0;
  border: 1px solid var(--edge);
  border-radius: 5px;
  background: #0B1317;
  color: var(--bone);
  padding: 9px 10px;
  outline: none;
  font: inherit;
  font-size: 12px;
}
.cc-input:focus {
  border-color: var(--mint);
}
.cc-input::-moz-placeholder {
  color: var(--dimmer);
}
.cc-input::placeholder {
  color: var(--dimmer);
}
.cc-breathe-text {
  color: #31434c;
  animation: cc-soft-breathe 1.8s ease-in-out infinite;
}
@keyframes cc-soft-breathe {
  0%,100% {
    opacity: .35;
  }
  50% {
    opacity: .9;
  }
}
@keyframes cc-runner {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(900px);
  }
}
@keyframes cc-agent-bar {
  0%,100% {
    opacity: .22;
    transform: scaleX(.92);
  }
  50% {
    opacity: .7;
    transform: scaleX(1);
  }
}
.cc-stage-runner {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 18%;
  height: 2px;
  background: linear-gradient(90deg,transparent,var(--claw),transparent);
  animation: cc-runner 1.8s linear infinite;
}
.cc-agent-surface {
  position: relative;
  overflow: hidden;
  background: #071013;
}
.cc-agent-grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(to right,black,transparent 82%);
          mask-image: linear-gradient(to right,black,transparent 82%);
}
.cc-agent-bar {
  display: block;
  height: 5px;
  transform-origin: left center;
  border-radius: 99px;
  background: #203038;
  animation: cc-agent-bar 1.5s ease-in-out infinite;
}
.cc-agent-bar:nth-child(2) {
  animation-delay: .15s;
}
.cc-agent-bar:nth-child(3) {
  animation-delay: .3s;
}
.cc-activity-row {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  animation: cc-rise .22s ease-out backwards;
}
.cc-activity-row::before {
  content: '›';
  margin-right: 8px;
  color: var(--claw);
}
@keyframes cc-balance-pop {
  0% {
    transform: translateY(5px) scale(.96);
    opacity: .35;
  }
  55% {
    transform: translateY(-1px) scale(1.04);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes cc-fund-arrive {
  0% {
    opacity: .25;
    transform: translateX(-8px);
    background: rgba(79,227,193,.08);
  }
  55% {
    opacity: 1;
    transform: none;
    background: rgba(79,227,193,.12);
  }
  100% {
    background: transparent;
  }
}
@keyframes cc-fund-pending {
  0%,100% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes cc-artifact-reveal {
  from {
    opacity: 0;
    transform: scale(.985);
    filter: brightness(.65);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.cc-balance-pop {
  display: inline-block;
  animation: cc-balance-pop .5s cubic-bezier(.2,.9,.2,1);
}
.cc-fund-arrive {
  animation: cc-fund-arrive .65s cubic-bezier(.2,.9,.2,1);
}
.cc-fund-pending {
  animation: cc-fund-pending 1.25s ease-in-out infinite;
}
.cc-artifact-reveal {
  animation: cc-artifact-reveal .45s cubic-bezier(.2,.85,.3,1);
  transform-origin: center;
}
.cc-supporter-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 28px;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  border-bottom: 1px solid var(--line);
}
.cc-supporter-row:last-child {
  border-bottom: 0;
}
.cc-plan-signal {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--claw);
  box-shadow: 0 0 0 4px rgba(255,92,43,.08);
  animation: cc-breathe 1.4s ease-in-out infinite;
}
.cc-plan-track {
  width: min(350px,78%);
  height: 3px;
  overflow: hidden;
  border-radius: 99px;
  background: #16252c;
}
.cc-plan-track span {
  display: block;
  height: 100%;
  min-width: 3px;
  border-radius: 99px;
  background: var(--claw);
  transition: width .42s cubic-bezier(.2,.85,.3,1);
}
.cc-plan-row-empty {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--dimmer);
  font-family: var(--mono);
  font-size: 10px;
  opacity: .44;
}
.cc-plan-row-empty i {
  display: block;
  width: 36%;
  height: 2px;
  border-radius: 99px;
  background: #25363e;
}
@keyframes cc-seed-packet {
  0% {
    left: 0;
    opacity: .2;
    transform: scale(.75);
  }
  18% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 8px);
    opacity: .2;
    transform: scale(1);
  }
}
@keyframes cc-seed-glow {
  0%,100% {
    opacity: .18;
    transform: translate3d(-8%,0,0) scale(.9);
  }
  50% {
    opacity: .42;
    transform: translate3d(10%,0,0) scale(1.08);
  }
}
.cc-seed-surface {
  position: relative;
  overflow: hidden;
  background: #071013;
}
.cc-seed-glow {
  position: absolute;
  inset: 20% 15%;
  border-radius: 999px;
  background: radial-gradient(circle,rgba(79,227,193,.13),transparent 68%);
  filter: blur(16px);
  animation: cc-seed-glow 2.2s ease-in-out infinite;
}
.cc-seed-track {
  position: relative;
  display: block;
  height: 1px;
  overflow: visible;
  background: linear-gradient(90deg,rgba(255,92,43,.25),rgba(79,227,193,.35));
}
.cc-seed-track::before,
.cc-seed-track::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2px;
  border-radius: 999px;
}
.cc-seed-track::before {
  left: 0;
  background: var(--claw);
}
.cc-seed-track::after {
  right: 0;
  background: var(--mint);
}
.cc-seed-packet {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 999px;
  background: var(--claw);
  box-shadow: 0 0 16px rgba(255,92,43,.55);
  animation: cc-seed-packet 1.25s cubic-bezier(.4,0,.2,1) infinite;
}
.cc-seed-packet-sent {
  background: var(--mint);
  box-shadow: 0 0 16px rgba(79,227,193,.55);
  animation-duration: .85s;
}
.cc-live-rail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.cc-live-cell {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 2px;
}
.cc-live-cell + .cc-live-cell {
  border-left: 1px solid var(--line);
  padding-left: 16px;
}
.cc-rail-meter {
  position: relative;
  flex: 1;
  min-width: 24px;
  height: 2px;
  overflow: hidden;
  border-radius: 99px;
  background: #17252B;
}
.cc-rail-meter i {
  display: block;
  height: 100%;
  border-radius: 99px;
  background: var(--claw);
  transition: width .35s ease;
}
.cc-community-block {
  min-width: 0;
}
.cc-cinema-feed {
  display: grid;
  gap: 7px;
  font-family: var(--log);
  font-size: 10px;
  line-height: 1.35;
  color: var(--dimmer);
}
.cc-cinema-line {
  position: relative;
  overflow: hidden;
  padding-left: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: .46;
  animation: cc-rise .24s ease-out backwards;
}
.cc-cinema-line::before {
  content: '·';
  position: absolute;
  left: 0;
  color: #344850;
}
.cc-cinema-current {
  color: var(--bone);
  opacity: 1;
}
.cc-cinema-current::before {
  color: var(--claw);
}
@media (max-width:720px) {
  .cc-live-rail {
    grid-template-columns: 1fr;
  }
  .cc-live-cell + .cc-live-cell {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 2px;
  }
}
@keyframes cc-handoff-out {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(.985);
  }
}
@keyframes cc-project-enter {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(.992);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes cc-stage-appear {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.cc-home-handoff-out .cc-plan-shell {
  pointer-events: none;
  animation: cc-handoff-out .48s cubic-bezier(.4,0,.2,1) both;
}
.cc-home-handoff-out .cc-brand {
  animation: cc-handoff-out .34s ease both;
}
.cc-project-doc-enter main {
  animation: cc-project-enter .52s cubic-bezier(.16,.84,.28,1) both;
}
.cc-stage-appear {
  animation: cc-stage-appear .36s cubic-bezier(.16,.84,.28,1) both;
}
.cc-plan-shell {
  min-height: 560px;
}
.cc-plan-idea {
  border-left: 2px solid var(--claw);
  padding: 4px 0 4px 16px;
  color: var(--dim);
  font-size: 15px;
}
.cc-plan-state {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  min-height: 18px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--dim);
}
.cc-plan-signal {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--claw);
  box-shadow: 0 0 0 6px rgba(255,92,43,.09);
  animation: cc-breathe 1.4s ease-in-out infinite;
}
.cc-plan-motion {
  position: relative;
  overflow: hidden;
  width: min(100%,360px);
  height: 3px;
  margin-top: 17px;
  border-radius: 99px;
  background: #17252B;
}
.cc-plan-motion i {
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 35%;
  border-radius: inherit;
  background: linear-gradient(90deg,transparent,var(--claw),transparent);
  animation: cc-plan-scan 1.3s ease-in-out infinite;
}
@keyframes cc-plan-scan {
  to {
    left: 100%;
  }
}
.cc-plan-thought {
  margin-top: 7px;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.6;
}
.cc-plan-ready {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.cc-live-strip {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  color: var(--dimmer);
}
.cc-live-strip .cc-rail-meter {
  min-width: 70px;
}
.cc-stage-body {
  transition: min-height .3s cubic-bezier(.2,.8,.2,1),height .3s cubic-bezier(.2,.8,.2,1);
}
@media (max-width:700px) {
  .cc-live-strip {
    grid-template-columns: auto 1fr auto;
  }
  .cc-live-strip .cc-live-wallet {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  .cc-home-handoff-out .cc-plan-shell,
  .cc-home-handoff-out .cc-brand,
  .cc-project-doc-enter main,
  .cc-stage-appear {
    animation: none !important;
  }
}
.cc-preview-frame {
  background: #050a0c;
}
.cc-browser-overlay {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 4;
  width: min(520px,calc(100% - 28px));
  max-height: 44%;
  overflow: hidden;
  border: 1px solid rgba(33,52,61,.78);
  border-radius: 7px;
  padding: 10px 12px;
  background: rgba(5,10,12,.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 36px rgba(0,0,0,.28);
}
.cc-browser-overlay .cc-cinema-feed {
  gap: 4px;
}
.cc-browser-overlay .cc-cinema-line {
  min-height: 18px;
  font-size: 10px;
}
.cc-browser-overlay .cc-cinema-line:not(.cc-cinema-current) {
  opacity: .28;
}
@keyframes cc-preview-pulse {
  0% {
    box-shadow: inset 0 0 0 1px rgba(255,92,43,.34);
  }
  100% {
    box-shadow: inset 0 0 0 1px rgba(255,92,43,0);
  }
}
.cc-stage:has(.cc-dot-go) {
  animation: cc-preview-pulse 1.6s ease-in-out infinite alternate;
}
.cc-handoff-curtain {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  display: grid;
  place-items: center;
  background: #070d10;
  opacity: 0;
}
.cc-handoff-line {
  display: block;
  width: min(72vw,760px);
  height: 2px;
  background: var(--claw);
  box-shadow: 0 0 28px rgba(255,92,43,.28);
  transform-origin: left center;
}
.cc-coding-live {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--claw);
}
.cc-coding-live > :first-child::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--claw);
  animation: cc-breathe 1.1s ease-in-out infinite;
}
@keyframes cc-note-in {
  from {
    opacity: 0;
    transform: translateY(8px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.cc-browser-overlay {
  animation: cc-note-in .28s cubic-bezier(.16,.84,.28,1) both;
}
.cc-browser-overlay .cc-cinema-current {
  animation: cc-note-in .32s cubic-bezier(.16,.84,.28,1) both;
}
.cc-steer-details {
  margin-top: 10px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.cc-steer-details summary {
  cursor: pointer;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .16em;
  color: var(--dimmer);
}
.cc-steer-details summary::-webkit-details-marker {
  display: none;
}
.cc-steer-details[open] summary {
  margin-bottom: 10px;
  color: var(--mint);
}
@keyframes cc-activity-in {
  from {
    opacity: 0;
    transform: translateY(-5px);
    filter: blur(2px);
  }
  to {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
@keyframes cc-stage-live {
  0%,100% {
    border-color: var(--edge);
  }
  50% {
    border-color: rgba(255,92,43,.34);
  }
}
@keyframes cc-fund-open {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.cc-stage:has(.cc-dot-go) {
  animation: cc-stage-live 1.8s ease-in-out infinite;
}
.cc-activity-ribbon {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding: 0 12px;
  border-bottom: 1px solid var(--line);
  background: #081115;
  font-family: var(--log);
  font-size: 9px;
  color: var(--dimmer);
  white-space: nowrap;
}
.cc-activity-ribbon span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cc-activity-ribbon span::before {
  content: '·';
  margin-right: 7px;
  color: #31434c;
}
.cc-activity-ribbon .cc-activity-current {
  color: var(--bone);
  animation: cc-activity-in .34s cubic-bezier(.16,.84,.28,1) both;
}
.cc-activity-ribbon .cc-activity-current::before {
  color: var(--claw);
}
.cc-version-strip {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-right: 4px;
}
.cc-version-chip {
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--dimmer);
  padding: 4px 5px;
  font-family: var(--mono);
  font-size: 8px;
  cursor: pointer;
}
.cc-version-chip:hover,.cc-version-on {
  color: var(--mint);
  background: rgba(79,227,193,.07);
}
.cc-fund-details {
  position: relative;
}
.cc-fund-details summary {
  cursor: pointer;
  list-style: none;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .14em;
}
.cc-fund-details summary::-webkit-details-marker {
  display: none;
}
.cc-fund-details[open] summary {
  color: var(--mint);
}
.cc-fund-popover {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 26px;
  width: min(420px,calc(100vw - 40px));
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--edge);
  border-radius: 7px;
  background: #091216;
  box-shadow: 0 14px 48px rgba(0,0,0,.42);
  animation: cc-fund-open .2s ease-out both;
}
.cc-fund-popover .cc-label {
  grid-column: 1 / -1;
}
.cc-fund-address {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  background: transparent;
  color: var(--bone);
  padding: 0;
  text-align: left;
  font-family: var(--mono);
  font-size: 9px;
  cursor: pointer;
}
.cc-browser-overlay {
  display: none !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=globals-63cf0bda.css.map */