/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: Arial, Helvetica, sans-serif;
    --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%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .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-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .flex-1 {
    flex: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .justify-center {
    justify-content: center;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .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,);
  }
}
:root {
  --ink: #171c1e;
  --muted: #657075;
  --line: #e2e7e8;
  --cyan: #91f3fd;
  --blue: #009fcd;
  --paper: #f6f8f7;
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
button {
  border: 0;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 38px;
  font-weight: 600;
}
h3 {
  font-size: 23px;
  font-weight: 600;
}
p {
  line-height: 1.65;
}
img {
  max-width: 100%;
  object-fit: contain;
}
svg {
  flex-shrink: 0;
}
::selection {
  background: var(--cyan);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid #0085ad;
  outline-offset: 5px;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-offset: 2px;
}
summary {
  cursor: pointer;
}
.container {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}
.section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-tint {
  background: var(--paper);
  border-block: 1px solid var(--line);
}
.section-dark {
  background: #141a1c;
  color: #fff;
}
.muted {
  color: var(--muted);
}
.small {
  font-size: 13px;
}
.serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 400;
}
.eyebrow {
  font-family: monospace;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  color: #58656b;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 19px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 14px 21px;
  min-height: 48px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  background: var(--cyan);
  color: #12282d;
  border: 1px solid transparent;
  line-height: 1.4;
  transition: background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #6ce7f6;
  transform: translateY(-1px);
}
.button-secondary {
  background: transparent;
  border-color: #cdd5d7;
  color: var(--ink);
}
.button-secondary:hover {
  background: #f0f5f4;
}
.button-small {
  padding: 10px 15px;
  min-height: 39px;
  font-size: 12px;
  gap: 15px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}
.text-link:hover {
  color: #007898;
}
.full-width {
  width: 100%;
}
.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.stack {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.badge {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 5px 9px;
  border-radius: 4px;
  background: #f0f3f3;
  color: #4a585e;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
}
.badge.cyan {
  background: #daf8fa;
  color: #176574;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  background: var(--cyan);
  z-index: 100;
  padding: 12px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 84px;
  background: #111719;
  color: #d8dfe1;
  border-bottom: 1px solid #2c3335;
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 171px;
}
.brand img {
  width: 36px;
  height: 40px;
}
.brand > span {
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}
.brand-uw {
  font-family: monospace;
  display: block;
  font-size: 8px;
  letter-spacing: 2.4px;
  font-weight: 400;
  margin-top: 7px;
  color: #9faeb3;
}
.desktop-nav {
  display: flex;
  gap: 27px;
  font-size: 12px;
}
.desktop-nav a:hover,
.header-signin:hover {
  color: var(--cyan);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 23px;
}
.header-signin {
  font-size: 12px;
  background: none;
  color: inherit;
  padding: 0;
}
.mobile-nav {
  display: none;
}
.hero {
  background: #111719;
  color: #fff;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 35px;
  padding-top: 80px;
  padding-bottom: 54px;
  min-height: 617px;
}
.hero .eyebrow {
  color: #a8bec5;
  font-size: 10px;
}
.live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  display: inline-block;
  box-shadow: 0 0 0 4px #91f3fd0e;
}
.hero h1 {
  font-size: clamp(58px, 6.4vw, 84px);
  font-weight: 600;
  letter-spacing: -5px;
  line-height: 1.05;
  margin: 27px 0;
}
.hero h1 > span {
  color: var(--cyan);
}
.hero-description {
  font-size: 16px;
  color: #abb9be;
  line-height: 1.7;
}
.hero-buttons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 31px;
}
.hero-secondary {
  font-size: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 37px;
  font-size: 10px;
  line-height: 1.7;
  color: #95a4aa;
}
.hero-note strong {
  font-weight: 400;
  color: #c5cfd2;
}
.mini-avatars {
  display: flex;
  padding-left: 4px;
}
.mini-avatars i {
  font-size: 17px;
  font-style: normal;
  width: 32px;
  height: 32px;
  border: 2px solid #111719;
  border-radius: 50%;
  background: #364c4b;
  color: #c4ebdf;
  display: grid;
  place-items: center;
  margin-left: -5px;
}
.mini-avatars i:nth-child(2) {
  background: #515449;
  color: #f0e7b7;
}
.mini-avatars i:nth-child(3) {
  background: #354556;
  color: #b6d4f4;
}
.hero-art {
  position: relative;
  min-height: 448px;
  background-image: radial-gradient(#48606655 1px, transparent 1px);
  background-size: 24px 24px;
  isolation: isolate;
}
.orbit {
  position: absolute;
  border: 1px solid #49656b40;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 230px;
  height: 230px;
}
.orbit-two {
  width: 370px;
  height: 370px;
}
.orbit-three {
  width: 510px;
  height: 510px;
}
.hero-logo {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  background: #000;
  border: 1px solid #263b40;
  border-radius: 28px;
  box-shadow: 0 20px 100px #009fcd20;
  overflow: hidden;
}
.hero-logo img {
  width: 190px;
  height: 190px;
}
.art-coordinate {
  position: absolute;
  font-size: 8px;
  font-family: monospace;
  letter-spacing: 1px;
  color: #738c94;
  display: flex;
  gap: 30px;
}
.art-coordinate-top {
  top: -11px;
  right: 0;
}
.art-coordinate-bottom {
  bottom: 0;
  left: 27px;
}
.art-cross {
  position: absolute;
  color: #5b8b96;
  font-size: 24px;
  font-weight: 200;
}
.cross-one {
  top: 39px;
  left: 87px;
}
.cross-two {
  bottom: 65px;
  right: 42px;
}
.idea-note {
  position: absolute;
  left: 6px;
  top: 58px;
  background: #e0fcab;
  color: #273a23;
  padding: 21px 26px 20px;
  width: 195px;
  transform: rotate(-8deg);
  box-shadow: 0 15px 40px #0004;
}
.note-number {
  font: 8px monospace;
  letter-spacing: 1px;
  color: #4c6437;
}
.idea-note p {
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1.08;
  font-style: italic;
  margin: 19px 0;
}
.note-scribble {
  font-size: 8px;
}
.idea-note > svg {
  position: absolute;
  right: 14px;
  top: 37px;
}
.build-note {
  position: absolute;
  right: -10px;
  bottom: 98px;
  background: #f9fbfa;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #1b2e33;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 19px;
  transform: rotate(5deg);
  box-shadow: 0 20px 40px #0004;
}
.build-note strong {
  display: block;
  font-size: 12px;
  letter-spacing: -0.3px;
}
.build-note span:not(.live-dot) {
  display: block;
  font-size: 9px;
  color: #63777d;
  margin-top: 5px;
}
.build-note-icon {
  padding: 10px;
  background: #d9f5f5;
  border-radius: 8px;
}
.build-note .live-dot {
  background: #4b9c72;
  margin-left: 15px;
}
.people-note {
  position: absolute;
  top: 20px;
  right: -10px;
  border: 1px solid #35494f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  color: #adc2c9;
  background: #192327;
  transform: rotate(7deg);
  font-size: 10px;
  line-height: 1.6;
}
.people-note strong {
  color: #eef5f5;
  font-weight: 400;
}
.hero-baseline {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2d373a;
  padding-block: 23px;
  font: 9px monospace;
  letter-spacing: 1.3px;
  color: #94a9b1;
}
.hero-baseline span:last-child {
  display: flex;
  gap: 16px;
  align-items: center;
}
.community-strip {
  background: #e9f5f4;
  border-bottom: 1px solid #dbe9e6;
  padding: 24px 0;
}
.community-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.community-strip span {
  font: 9px monospace;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #57706e;
}
.community-strip p {
  font-size: 13px;
  font-weight: 500;
  display: flex;
  gap: 22px;
  align-items: center;
}
.community-strip b {
  font-size: 17px;
  color: #83a9a3;
  font-weight: 400;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 50px;
}
.intro-grid > .eyebrow {
  margin-top: 10px;
}
.intro-grid h2 {
  font-size: 37px;
  line-height: 1.25;
}
.intro-grid p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
  margin: 24px 0;
  font-size: 14px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  margin-bottom: 33px;
}
.section-heading .eyebrow {
  margin-bottom: 13px;
}
.section-heading h2 {
  font-size: 35px;
}
.section-heading p.muted {
  font-size: 13px;
  margin-top: 14px;
  max-width: 650px;
}
.section-heading > .text-link {
  white-space: nowrap;
  margin-bottom: 3px;
}
.demo-notice {
  font-size: 10px;
  color: #657478;
  display: flex;
  gap: 7px;
  align-items: center;
  margin: -9px 0 20px;
}
.demo-notice span {
  width: 5px;
  height: 5px;
  background: #889b9d;
  border-radius: 50%;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.project-card {
  background: #fff;
  border: 1px solid #dce3e4;
  border-radius: 10px;
  padding: 23px 23px 0;
  transition: box-shadow 0.2s,
    transform 0.2s;
  display: flex;
  flex-direction: column;
}
.project-card:hover {
  box-shadow: 0 8px 25px #183a4610;
  transform: translateY(-3px);
}
.project-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.project-mark {
  width: 47px;
  height: 47px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.mark-0 {
  background: #e6e6fa;
  color: #6860aa;
}
.mark-1 {
  background: #e6eddd;
  color: #526b31;
}
.mark-2 {
  background: #faeade;
  color: #a96b39;
}
.mark-3 {
  background: #e0eefb;
  color: #3c70b0;
}
.mark-4 {
  background: #e0f0ee;
  color: #337e75;
}
.mark-5 {
  background: #f0e3f1;
  color: #9a599c;
}
.mark-large {
  width: 84px;
  height: 84px;
  border-radius: 18px;
}
.project-title-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.project-title-link > svg {
  color: #a3b0b4;
}
.project-title-link h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.project-description {
  font-size: 12px;
  line-height: 1.65;
  color: #657076;
  margin-top: 9px;
  min-height: 42px;
  max-width: 270px;
}
.project-founder {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  font-size: 10px;
  color: #68777c;
  flex-wrap: wrap;
}
.project-founder a {
  color: #3d4f56;
}
.founder-dot {
  color: #bac7ca;
}
.avatar {
  display: inline-flex;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #e9e8e0;
  color: #544d3e;
  font-size: 15px;
  font-weight: 500;
  flex-shrink: 0;
}
.avatar-small {
  width: 23px;
  height: 23px;
  font-size: 8px;
}
.project-needs {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4e686b;
  font-size: 10px;
  margin: 15px 0 20px;
  min-height: 19px;
}
.need-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #66a89e;
}
.project-card-bottom {
  margin-top: auto;
  border-top: 1px solid #e9eeee;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-count {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #3b5258;
  font-size: 10px;
}
.support-count strong {
  font-size: 12px;
}
.support-count svg {
  color: #15829a;
}
.support-count span {
  color: #596d75;
}
.card-arrow {
  display: grid;
  place-items: center;
  padding: 3px;
  color: #7a8c92;
}
.section-footnote {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 27px;
  color: #566b72;
  font-size: 11px;
}
.section-footnote a {
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  color: #354e54;
  font-weight: 600;
}
.builder-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 21px;
}
.builder-card {
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 9px;
}
.builder-card .row-between > svg {
  color: #83979e;
}
.builder-card h3 {
  font-size: 17px;
  margin: 18px 0 8px;
  letter-spacing: -0.4px;
}
.builder-card .muted {
  font-size: 10px;
  min-height: 32px;
}
.builder-bio {
  font-size: 12px;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 12px 0 18px;
}
.builder-card .badge {
  font-size: 9px;
  padding: 4px 7px;
}
.availability {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: #427462;
  margin-top: 18px;
}
.availability span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5da584;
}
.section-dark .eyebrow {
  color: #9cb7bf;
}
.section-dark .muted {
  color: #9eafb5;
}
.involvement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin-top: 44px;
}
.involvement-card {
  border-top: 1px solid #435054;
  padding-top: 25px;
}
.involvement-card > div {
  display: flex;
  justify-content: space-between;
  color: #96e9f3;
  align-items: center;
}
.involvement-card > div span {
  font: 11px monospace;
  color: #728a94;
}
.involvement-card h3 {
  font-size: 25px;
  margin: 24px 0 15px;
}
.involvement-card p {
  font-size: 13px;
  color: #a5b5bb;
  max-width: 310px;
  margin-bottom: 25px;
}
.involvement-card .text-link {
  color: #d6f6f8;
  font-size: 12px;
}
.photo-placeholder {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  background: #e8eee9;
  color: #4c6255;
  overflow: hidden;
}
.placeholder-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#83988a12 1px, transparent 1px),
    linear-gradient(90deg, #83988a12 1px, transparent 1px);
  background-size: 40px 40px;
}
.photo-placeholder span {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
}
.photo-placeholder small {
  font: 8px monospace;
  letter-spacing: 1.4px;
}
.events-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 65px;
  align-items: center;
}
.events-feature .photo-placeholder {
  border-radius: 10px;
  min-height: 325px;
}
.events-feature h3 {
  font-size: 33px;
  line-height: 1.2;
}
.events-feature p:not(.eyebrow) {
  margin: 20px 0;
  color: var(--muted);
  font-size: 13px;
  max-width: 370px;
}
.events-feature .button {
  display: flex;
  width: fit-content;
  margin-top: 25px;
}
.competition-banner {
  background: #daf6f6;
  border-radius: 14px;
  padding: 56px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  overflow: hidden;
}
.competition-banner h2 {
  font-size: 48px;
  line-height: 1.1;
}
.competition-banner p:not(.eyebrow) {
  color: #3f6469;
  font-size: 13px;
  margin: 23px 0;
}
.competition-banner .button {
  background: #16393e;
  color: #e8feff;
}
.competition-art {
  display: flex;
  flex-direction: column;
  font-size: 57px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -3px;
  transform: rotate(-8deg);
  color: #417b81;
}
.competition-art span:last-child {
  color: #22838d;
  display: flex;
  align-items: center;
  gap: 6px;
}
.competition-art svg {
  width: 70px;
  height: 70px;
}
.story-placeholder {
  background: #f7f8f5;
  border: 1px solid #e6e9e2;
  border-radius: 8px;
  padding: 26px 30px;
  position: relative;
}
.story-placeholder .eyebrow {
  margin-bottom: 10px;
}
.story-placeholder p {
  font-size: 14px;
  color: #6b7466;
}
.story-placeholder > svg {
  position: absolute;
  right: 30px;
  top: 34px;
  color: #8d9f88;
}
.newsletter-section {
  background: #f0f4f4;
  border-top: 1px solid #e1e9e9;
  padding: 53px 0;
}
.newsletter-inner {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
}
.newsletter-inner .eyebrow {
  margin-bottom: 11px;
}
.newsletter-inner h2 {
  font-size: 32px;
}
.newsletter-inner p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.newsletter-inner .button {
  background: #15383e;
  color: #fff;
}
.site-footer {
  background: #111719;
  color: #93a6ae;
  padding: 60px 0 24px;
  font-size: 12px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr 0.85fr 1fr;
  gap: 55px;
  padding-bottom: 55px;
}
.footer-top h3 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  color: #eaf1f4;
  margin: 10px 0 23px;
}
.footer-top > div > a:not(.brand) {
  display: flex;
  font-size: 11px;
  margin: 10px 0;
}
.footer-top p {
  font-size: 11px;
  line-height: 1.8;
  margin: 20px 0;
}
.footer-top > div:last-child .text-link {
  color: #bcecf4;
}
.footer-location {
  font: 8px monospace;
  letter-spacing: 1.2px;
  color: #718991;
}
.brand-footer img {
  width: 32px;
  height: 36px;
}
.brand-footer > span {
  font-size: 23px;
}
.footer-bottom {
  border-top: 1px solid #2b383d;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #81949c;
}
.footer-bottom > div {
  display: flex;
  gap: 25px;
}
.page-shell {
  padding-top: 52px;
  padding-bottom: 88px;
  min-height: 60vh;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 15px 0 40px;
}
.page-heading h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2px;
}
.page-heading p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 620px;
  margin-top: 17px;
}
.page-heading .eyebrow {
  margin-bottom: 15px;
}
.tabs {
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
  overflow-x: auto;
}
.tab {
  font-size: 12px;
  white-space: nowrap;
  padding: 14px 0;
  border-bottom: 2px solid transparent;
  color: #516770;
}
.tab.active {
  color: #123b43;
  border-bottom-color: #148ba3;
  font-weight: 600;
}
.filter-bar {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr) auto;
  gap: 12px;
  margin-bottom: 18px;
}
.filter-bar input,
.filter-bar select {
  font-size: 12px;
  background: #fff;
}
.filter-more {
  margin-bottom: 25px;
  font-size: 12px;
  color: #63777e;
}
.filter-more > summary {
  width: fit-content;
  padding: 5px;
}
.filter-more .form-grid {
  padding-top: 16px;
  max-width: 600px;
}
.search-wrap {
  position: relative;
}
.search-wrap svg {
  position: absolute;
  left: 13px;
  top: 14px;
  color: #85979d;
}
.search-wrap input {
  padding-left: 39px;
  width: 100%;
}
.results-heading {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #516970;
  margin: 20px 0;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  font-size: 12px;
}
.empty-state {
  border: 1px dashed #cbd7d8;
  border-radius: 12px;
  padding: 60px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #60767e;
  background: #f8faf9;
}
.empty-state h2 {
  font-size: 26px;
  color: #243f49;
}
.empty-state p {
  font-size: 14px;
  max-width: 440px;
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #526d77;
  margin-bottom: 37px;
}
.project-detail-grid {
  display: grid;
  grid-template-columns: 1fr 335px;
  gap: 65px;
  align-items: start;
}
.project-detail-header {
  margin-bottom: 35px;
}
.project-detail-header h1 {
  font-size: 51px;
  margin: 21px 0 13px;
}
.project-detail-header > p {
  font-size: 20px;
  color: #5a7179;
  max-width: 620px;
}
.project-detail-header .tags {
  margin: 25px 0 20px;
}
.project-detail-header .project-founder {
  font-size: 12px;
  margin-top: 22px;
}
.detail-section {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.detail-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.prose {
  white-space: pre-wrap;
  color: #5e7077;
  line-height: 1.9;
  font-size: 14px;
}
.detail-section .photo-placeholder {
  margin-top: 25px;
  min-height: 220px;
  border-radius: 8px;
}
.support-panel {
  border: 1px solid #cfe5e7;
  border-radius: 12px;
  background: #f0f9f9;
  padding: 27px;
}
.support-panel .eyebrow {
  font-size: 8px;
}
.support-big {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #175663;
}
.support-big strong {
  font-size: 53px;
  line-height: 1.2;
  letter-spacing: -2px;
}
.support-panel > p {
  font-size: 12px;
  color: #496e78;
  margin: 10px 0 25px;
}
.support-panel .button {
  width: 100%;
  gap: 10px;
}
.support-panel > small {
  font-size: 10px;
  display: block;
  color: #496570;
  margin-top: 17px;
  line-height: 1.7;
}
.support-panel .support-confirmation {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #256d55;
  margin: 15px 0 0;
}
.project-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.project-sidebar .button-secondary {
  background: white;
}
.share-status {
  overflow-wrap: anywhere;
  margin-top: 6px;
}
.report-details summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  color: #586f79;
}
.report-details form {
  border: 1px solid var(--line);
  padding: 18px;
  margin-top: 15px;
  border-radius: 8px;
  font-size: 12px;
}
.team-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.team-member {
  display: flex;
  align-items: center;
  gap: 12px;
}
.team-member p {
  font-size: 13px;
  font-weight: 600;
}
.team-member small {
  font-size: 11px;
  color: #546b75;
}
.member-role {
  margin-left: auto;
}
.detail-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.detail-media {
  display: grid;
  gap: 14px;
}
.detail-media img {
  width: 100%;
  max-height: 500px;
  border-radius: 8px;
}
.profile-hero {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 20px 0 35px;
}
.profile-hero > .avatar {
  width: 88px;
  height: 88px;
  font-size: 27px;
}
.profile-hero h1 {
  font-size: 39px;
  margin-bottom: 12px;
}
.profile-hero p {
  color: var(--muted);
  font-size: 13px;
}
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
}
.profile-aside {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 10px;
  height: fit-content;
}
.profile-aside h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.profile-aside .tags {
  margin-bottom: 25px;
}
.auth-shell {
  background: #f4f7f6;
  min-height: 70vh;
  padding: 66px 20px;
}
.auth-card {
  background: white;
  width: min(480px, 100%);
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 13px;
  margin: auto;
}
.auth-card h1 {
  font-size: 35px;
  margin-bottom: 18px;
}
.auth-card > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 25px;
}
.auth-icon {
  background: #e4f8f8;
  width: 49px;
  height: 49px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 25px;
  color: #2b8190;
}
.auth-card .field {
  margin-top: 0;
}
.auth-card .button {
  width: 100%;
}
.auth-card .auth-footnote {
  font-size: 11px;
  margin: 25px 0 0;
}
.auth-card a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.field > label,
label {
  font-size: 12px;
  font-weight: 600;
  color: #41575f;
}
input:not([type='checkbox']):not([type='radio']),
select,
textarea {
  border: 1px solid #cdd8db;
  border-radius: 5px;
  background: #fff;
  color: #263d46;
  min-height: 43px;
  padding: 10px 12px;
  width: 100%;
  font-size: 13px;
}
input::placeholder,
textarea::placeholder {
  color: #95a3a7;
}
textarea {
  resize: vertical;
  min-height: 90px;
}
input[type='checkbox'] {
  accent-color: #16879d;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
input[type='file'] {
  font-size: 12px !important;
  padding: 10px !important;
}
.field-hint {
  font-size: 11px;
  color: #5a717b;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
.form-section {
  padding-bottom: 29px;
  border-bottom: 1px solid var(--line);
}
.form-section h2 {
  font-size: 23px;
  margin-bottom: 24px;
}
.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.check-label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #586f79;
}
.check-label input {
  margin-top: 3px;
}
.check-label > span small {
  display: block;
  font-weight: 400;
  color: #556e79;
  font-size: 11px;
  margin-top: 4px;
}
.form-error,
.form-success {
  font-size: 12px;
  padding: 13px 15px;
  border-radius: 6px;
  overflow-wrap: anywhere;
}
.form-error {
  background: #fff0ed;
  color: #9b3c2c;
  border: 1px solid #f6d9d0;
}
.form-success {
  background: #e8f6ec;
  color: #286b43;
  border: 1px solid #c9e8d2;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
}
.form-notice {
  background: #eef7f8;
  border: 1px solid #d4e8eb;
  padding: 17px 20px;
  border-radius: 8px;
  color: #46717c;
  font-size: 12px;
}
.form-notice a {
  text-decoration: underline;
}
.editor-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 48px;
}
.editor-aside {
  padding: 25px;
  background: #f1f6f5;
  border-radius: 10px;
  height: fit-content;
  position: sticky;
  top: 25px;
}
.editor-aside h3 {
  font-size: 20px;
  margin-bottom: 16px;
}
.editor-aside p {
  font-size: 12px;
  color: #68807b;
  margin-bottom: 15px;
}
.preview-panel {
  padding: 25px;
  border: 1px solid #bfdfe2;
  border-radius: 8px;
  background: #f1fbfb;
}
.preview-panel h2 {
  font-size: 27px;
  margin: 12px 0;
}
.preview-panel p {
  white-space: pre-wrap;
  font-size: 13px;
  color: #526d75;
}
.dashboard-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 45px;
}
.dashboard-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 20px;
  border-right: 1px solid var(--line);
}
.dashboard-nav a {
  padding: 11px 13px;
  border-radius: 6px;
  font-size: 12px;
  color: #516c75;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-nav a:hover {
  background: #eaf5f5;
  color: #1b6777;
}
.dashboard-nav .eyebrow {
  font-size: 9px;
  margin: 4px 13px 16px;
}
.dashboard-main {
  min-width: 0;
}
.dashboard-main .page-heading {
  padding-top: 0;
}
.dashboard-main .page-heading h1 {
  font-size: 37px;
}
.dashboard-main .page-heading p {
  font-size: 13px;
}
.dashboard-main .project-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.panel {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 9px;
  background: #fff;
  margin-bottom: 23px;
}
.panel h2 {
  font-size: 24px;
  margin-bottom: 19px;
}
.panel h3 {
  font-size: 19px;
  margin-bottom: 14px;
}
.panel > p {
  color: var(--muted);
  font-size: 13px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 25px;
}
.metric {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f6f9f8;
}
.metric strong {
  display: block;
  font-size: 33px;
  letter-spacing: -1px;
}
.metric span {
  font-size: 11px;
  color: #70848d;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
th,
td {
  text-align: left;
  border-bottom: 1px solid var(--line);
  padding: 13px 10px;
  vertical-align: top;
}
th {
  font-size: 10px;
  color: #72838b;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
td a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.admin-row {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 18px;
}
.admin-row .stack {
  margin-top: 20px;
}
.admin-row h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
.admin-row p {
  font-size: 12px;
  color: var(--muted);
}
.admin-row .form-grid {
  gap: 12px;
}
.admin-row summary {
  font-size: 12px;
  padding-top: 15px;
  color: #376a7a;
}
.support-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.mono {
  font-family: monospace;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.marketing-hero {
  background: #eef6f4;
  padding: 73px 0;
}
.marketing-hero h1 {
  font-size: 60px;
  max-width: 800px;
  line-height: 1.1;
}
.marketing-hero p:not(.eyebrow) {
  color: #5c777c;
  max-width: 640px;
  margin-top: 25px;
  font-size: 16px;
}
.marketing-content {
  max-width: 830px;
}
.marketing-content h2 {
  font-size: 31px;
  margin-bottom: 23px;
}
.marketing-content > p {
  font-size: 15px;
  color: #62767e;
  line-height: 1.9;
  margin-bottom: 28px;
}
.marketing-content .photo-placeholder {
  border-radius: 10px;
  margin: 35px 0;
}
.marketing-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.marketing-columns .panel {
  padding: 24px;
}
.marketing-columns h3 {
  font-size: 22px;
}
.marketing-columns p {
  font-size: 13px;
  color: #647c82;
}
.event-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.event-card {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 28px;
  display: flex;
  gap: 28px;
  align-items: center;
}
.event-date {
  width: 77px;
  height: 80px;
  background: #edf4f1;
  color: #648277;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 11px monospace;
  flex-shrink: 0;
}
.event-card h2 {
  font-size: 25px;
  margin-bottom: 12px;
}
.event-card p {
  font-size: 13px;
  color: #64767d;
}
.event-card .badge {
  margin-top: 13px;
}
.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 35px 0;
}
.sponsor-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border: 1px dashed #c9d6d8;
  color: #89999e;
  font: 10px monospace;
  letter-spacing: 1px;
  border-radius: 6px;
}
.leaderboard-row {
  display: flex;
  align-items: center;
  gap: 23px;
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
.leaderboard-row .rank {
  font: 17px monospace;
  color: #8ba0a5;
  width: 35px;
}
.leaderboard-row h3 {
  font-size: 22px;
}
.leaderboard-row .score {
  margin-left: auto;
  color: #236678;
  font-size: 16px;
}
.error-shell {
  text-align: center;
  min-height: 60vh;
  padding: 100px 20px;
}
.error-shell h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
.error-shell p {
  margin-bottom: 28px;
  color: var(--muted);
}
.loading-shell {
  padding: 80px 0;
  min-height: 60vh;
}
.skeleton {
  height: 25px;
  width: 200px;
  background: #edf1f0;
  border-radius: 6px;
  margin-bottom: 20px;
  animation: pulse 1.5s infinite;
}
.skeleton-large {
  height: 260px;
  width: 100%;
}
.spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@media (min-width: 1500px) {
  .hero-grid {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .hero-art {
    min-height: 460px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .desktop-nav {
    gap: 17px;
  }
  .header-inner {
    gap: 17px;
  }
  .header-actions {
    gap: 13px;
  }
  .hero-grid {
    gap: 20px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-art {
    transform: scale(0.9);
    transform-origin: center;
  }
  .community-strip p {
    gap: 13px;
    font-size: 11px;
  }
  .builder-grid {
    gap: 15px;
  }
  .builder-card {
    padding: 17px;
  }
  .project-detail-grid {
    gap: 35px;
    grid-template-columns: 1fr 300px;
  }
  .footer-top {
    gap: 30px;
  }
  .competition-banner {
    padding: 48px;
  }
  .dashboard-layout {
    grid-template-columns: 165px 1fr;
    gap: 25px;
  }
}
@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .mobile-nav {
    display: block;
  }
  .mobile-nav summary {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .mobile-nav nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: #172124;
    border-bottom: 1px solid #39515a;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 19px;
    font-size: 14px;
  }
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 55px;
    min-height: 550px;
  }
  .hero h1 {
    font-size: 57px;
    letter-spacing: -3px;
  }
  .hero-art {
    transform: scale(0.8);
    width: 430px;
    margin-left: -35px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .hero-description {
    font-size: 14px;
  }
  .community-strip .container {
    flex-direction: column;
    gap: 12px;
  }
  .community-strip p {
    flex-wrap: wrap;
    justify-content: center;
  }
  .intro-grid {
    grid-template-columns: 1fr 3fr;
    gap: 25px;
  }
  .intro-grid h2 {
    font-size: 32px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading {
    align-items: flex-start;
  }
  .section-heading > .text-link {
    font-size: 11px;
    margin-top: 37px;
  }
  .project-grid {
    gap: 15px;
  }
  .project-card {
    padding: 18px 17px 0;
  }
  .project-founder {
    gap: 5px;
    font-size: 9px;
  }
  .project-description {
    font-size: 11px;
  }
  .builder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .builder-card .muted {
    min-height: 0;
  }
  .events-feature {
    gap: 35px;
  }
  .competition-banner h2 {
    font-size: 39px;
  }
  .competition-art {
    font-size: 46px;
  }
  .competition-art svg {
    width: 45px;
  }
  .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .footer-top > div:last-child {
    display: none;
  }
  .section {
    padding-block: 65px;
  }
  .project-detail-grid {
    grid-template-columns: 1fr 280px;
    gap: 27px;
  }
  .filter-bar {
    grid-template-columns: repeat(3, 1fr);
  }
  .filter-bar .search-wrap {
    grid-column: span 2;
  }
  .editor-layout {
    grid-template-columns: 1fr;
  }
  .editor-aside {
    display: none;
  }
  .dashboard-main .metric-grid {
    grid-template-columns: 1fr 1fr;
  }
  .marketing-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .profile-grid {
    grid-template-columns: 1fr 240px;
    gap: 30px;
  }
}
@media (max-width: 650px) {
  .container {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 72px;
  }
  .header-inner {
    gap: 17px;
  }
  .brand {
    min-width: 0;
    gap: 6px;
  }
  .brand > span {
    font-size: 22px;
  }
  .brand img {
    width: 31px;
    height: 35px;
  }
  .brand-uw {
    font-size: 6px;
    letter-spacing: 2px;
  }
  .header-actions > .header-signin,
  .header-actions > form {
    display: none;
  }
  .header-actions .button {
    font-size: 10px;
    min-height: 36px;
    padding: 9px 11px;
    gap: 9px;
  }
  .mobile-nav nav {
    top: 72px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 42px;
    padding-bottom: 24px;
    min-height: 0;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero h1 {
    font-size: 62px;
    margin: 22px 0;
    letter-spacing: -3.5px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-buttons {
    flex-direction: row;
    align-items: center;
    gap: 21px;
  }
  .hero-buttons .button {
    font-size: 11px;
    gap: 12px;
    padding: 13px 14px;
  }
  .hero-secondary {
    font-size: 11px;
  }
  .hero-note {
    margin-top: 27px;
  }
  .hero-art {
    min-height: 330px;
    width: 100%;
    max-width: 380px;
    margin: 25px auto 0;
    transform: scale(0.88);
  }
  .hero-logo img {
    width: 145px;
    height: 145px;
  }
  .idea-note {
    left: -7px;
    top: 33px;
    width: 163px;
    padding: 18px;
  }
  .idea-note p {
    font-size: 24px;
  }
  .note-scribble {
    font-size: 7px;
  }
  .note-number {
    font-size: 7px;
  }
  .build-note {
    right: -10px;
    bottom: 42px;
    padding: 12px;
  }
  .build-note strong {
    font-size: 10px;
  }
  .build-note span:not(.live-dot) {
    font-size: 8px;
  }
  .build-note-icon {
    padding: 8px;
  }
  .people-note {
    top: 7px;
    right: -8px;
    padding: 12px;
    font-size: 8px;
  }
  .art-coordinate-top {
    top: -20px;
    font-size: 7px;
  }
  .art-coordinate-bottom {
    font-size: 6px;
    left: 0;
    bottom: -8px;
  }
  .orbit-one {
    width: 180px;
    height: 180px;
  }
  .orbit-two {
    width: 290px;
    height: 290px;
  }
  .orbit-three {
    width: 410px;
    height: 410px;
  }
  .cross-one {
    top: 0;
    left: 64px;
  }
  .cross-two {
    bottom: 0;
    right: 20px;
  }
  .hero-baseline {
    padding-block: 17px;
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .hero-baseline span:last-child {
    gap: 6px;
  }
  .community-strip {
    padding-block: 19px;
  }
  .community-strip span {
    font-size: 8px;
  }
  .community-strip p {
    font-size: 10px;
    gap: 8px;
    line-height: 1.6;
  }
  .community-strip b {
    font-size: 12px;
  }
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .intro-grid .eyebrow {
    margin-bottom: 7px;
  }
  .intro-grid h2 {
    font-size: 30px;
    line-height: 1.23;
  }
  .intro-grid p:not(.eyebrow) {
    font-size: 13px;
    margin-block: 19px;
  }
  .section {
    padding-block: 51px;
  }
  .section-heading {
    display: block;
    margin-bottom: 25px;
  }
  .section-heading h2 {
    font-size: 29px;
  }
  .section-heading > .text-link {
    margin-top: 20px;
  }
  .section-heading p.muted {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 13px;
  }
  .project-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .project-card {
    padding: 23px 23px 0;
  }
  .project-card-top {
    margin-bottom: 18px;
  }
  .project-description {
    font-size: 13px;
    max-width: none;
    min-height: 0;
  }
  .project-founder {
    font-size: 11px;
  }
  .project-needs {
    font-size: 11px;
  }
  .project-title-link h3 {
    font-size: 25px;
  }
  .project-card-bottom {
    padding: 16px 0;
  }
  .support-count {
    font-size: 11px;
  }
  .project-card .support-count strong {
    font-size: 13px;
  }
  .section-footnote {
    flex-wrap: wrap;
    align-items: flex-start;
    font-size: 10px;
  }
  .section-footnote > span {
    width: calc(100% - 30px);
  }
  .section-footnote a {
    margin-left: 24px;
    margin-top: 6px;
  }
  .builder-grid {
    gap: 13px;
  }
  .builder-card {
    padding: 17px 14px;
  }
  .builder-card h3 {
    font-size: 15px;
  }
  .builder-card .muted {
    font-size: 9px;
    min-height: 29px;
  }
  .builder-bio {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
  .builder-card .tags {
    gap: 5px;
  }
  .builder-card .badge {
    font-size: 8px;
  }
  .availability {
    font-size: 8px;
    gap: 5px;
  }
  .involvement-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 32px;
  }
  .involvement-card {
    padding-top: 19px;
  }
  .involvement-card h3 {
    margin-top: 19px;
    font-size: 27px;
  }
  .involvement-card p {
    max-width: none;
    font-size: 13px;
  }
  .events-feature {
    grid-template-columns: 1fr;
    gap: 29px;
  }
  .events-feature .photo-placeholder {
    min-height: 240px;
  }
  .events-feature h3 {
    font-size: 30px;
  }
  .competition-banner {
    padding: 32px 28px;
    gap: 0;
    position: relative;
    min-height: 330px;
    align-items: flex-start;
  }
  .competition-banner h2 {
    font-size: 39px;
  }
  .competition-banner .eyebrow {
    font-size: 8px;
    max-width: 230px;
  }
  .competition-banner p:not(.eyebrow) {
    font-size: 12px;
    max-width: 215px;
  }
  .competition-art {
    position: absolute;
    right: -17px;
    top: 80px;
    font-size: 26px;
    opacity: 1;
    z-index: 0;
  }
  .competition-art svg {
    width: 25px;
    height: 25px;
  }
  .competition-banner > div:first-child {
    position: relative;
    z-index: 1;
  }
  .story-placeholder {
    padding: 23px;
  }
  .story-placeholder p {
    font-size: 12px;
    max-width: 230px;
  }
  .story-placeholder > svg {
    right: 15px;
    width: 22px;
  }
  .newsletter-section {
    padding-block: 39px;
  }
  .newsletter-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
  }
  .newsletter-inner h2 {
    font-size: 30px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    padding-bottom: 35px;
  }
  .footer-top > div:first-child {
    grid-column: span 2;
  }
  .footer-top > div:first-child p {
    margin-block: 16px;
  }
  .footer-top h3 {
    margin-bottom: 18px;
  }
  .footer-bottom {
    flex-wrap: wrap;
    gap: 17px;
    font-size: 8px;
  }
  .footer-bottom > span:nth-child(2) {
    display: none;
  }
  .footer-bottom > div {
    margin-left: auto;
    gap: 14px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .page-shell {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-heading {
    display: block;
    padding-bottom: 28px;
  }
  .page-heading h1 {
    font-size: 39px;
    letter-spacing: -1.6px;
  }
  .page-heading p:not(.eyebrow) {
    font-size: 13px;
  }
  .page-heading > .button {
    margin-top: 24px;
  }
  .tabs {
    gap: 22px;
    margin-bottom: 20px;
  }
  .tab {
    font-size: 11px;
  }
  .filter-bar {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .filter-bar .search-wrap {
    grid-column: span 2;
  }
  .filter-bar .button {
    font-size: 12px;
    min-height: 43px;
  }
  .filter-bar input,
  .filter-bar select {
    font-size: 11px;
  }
  .filter-more .form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .project-detail-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .project-detail-header h1 {
    font-size: 42px;
  }
  .project-detail-header > p {
    font-size: 17px;
  }
  .project-sidebar {
    grid-row: 2;
  }
  .project-detail-grid > article {
    display: contents;
  }
  .project-detail-header {
    grid-row: 1;
    margin-bottom: 0;
  }
  .detail-section {
    padding-block: 25px;
  }
  .support-panel {
    padding: 23px;
  }
  .project-sidebar {
    margin-bottom: 20px;
  }
  .project-detail-grid .detail-section {
    grid-column: 1;
  }
  .profile-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .profile-hero {
    gap: 17px;
  }
  .profile-hero > .avatar {
    width: 65px;
    height: 65px;
    font-size: 23px;
  }
  .profile-hero h1 {
    font-size: 28px;
  }
  .auth-shell {
    padding: 36px 18px;
  }
  .auth-card {
    padding: 28px 24px;
  }
  .auth-card h1 {
    font-size: 31px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .checkbox-grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .dashboard-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .dashboard-nav {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 0 0 12px;
    gap: 0;
  }
  .dashboard-nav .eyebrow {
    display: none;
  }
  .dashboard-nav a {
    white-space: nowrap;
    padding: 9px 12px;
    font-size: 11px;
  }
  .dashboard-nav a svg {
    width: 14px;
  }
  .dashboard-main .page-heading h1 {
    font-size: 32px;
  }
  .dashboard-main .project-grid {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 23px;
  }
  .metric-grid,
  .dashboard-main .metric-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .metric {
    padding: 18px;
  }
  .metric strong {
    font-size: 29px;
  }
  .metric span {
    font-size: 10px;
  }
  .marketing-hero {
    padding: 48px 0;
  }
  .marketing-hero h1 {
    font-size: 42px;
  }
  .marketing-hero p:not(.eyebrow) {
    font-size: 14px;
  }
  .marketing-content h2 {
    font-size: 28px;
  }
  .marketing-content > p {
    font-size: 14px;
  }
  .event-card {
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
  }
  .event-date {
    width: 52px;
    height: 60px;
    font-size: 9px;
  }
  .event-card h2 {
    font-size: 22px;
  }
  .event-card p {
    font-size: 12px;
  }
  .sponsor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 13px;
  }
  .sponsor-placeholder {
    font-size: 8px;
    min-height: 110px;
  }
  .error-shell h1 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-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;
    }
  }
}

