@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

:root {
  --navy: #071946;
  --navy-2: #102659;
  --ink: #111f43;
  --muted: #697187;
  --cream: #f5f3ee;
  --paper: #fffefa;
  --white: #fff;
  --coral: #d7a647;
  --coral-dark: #a87927;
  --gold: #efbd5c;
  --aqua: #b99452;
  --line: #e1ddd4;
  --line-dark: #ccd1d8;
  --green: #317762;
  --red: #a83d38;
  --shadow: 0 18px 50px rgba(7, 25, 70, .12);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); line-height: 1.55; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--navy); font-weight: 700; }
.skip-link:focus { top: 10px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.section-width { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #f2c267; }
.muted { color: var(--muted); }

.site-header { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 10px max(28px, calc((100% - 1250px) / 2)); background: var(--paper); border-bottom: 1px solid var(--line); }
.brand, .auth-brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; }
.brand-logo { width: 52px; height: 52px; border-radius: 7px; object-fit: cover; box-shadow: 0 3px 12px #07194618; }
.brand > span:last-child, .auth-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong, .auth-brand strong { font-family: var(--serif); font-size: 1.06rem; }
.brand small, .auth-brand small { margin-top: 5px; color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.brand-mark { position: relative; display: flex; align-items: flex-end; gap: 3px; width: 28px; height: 31px; padding: 4px; border: 1px solid #99a1ae; border-radius: 50% 50% 44% 44%; }
.brand-mark span { display: block; width: 4px; margin: auto; background: var(--coral); border-radius: 4px 4px 1px 1px; transform-origin: bottom; }
.brand-mark span:nth-child(1) { height: 10px; transform: rotate(-13deg); }.brand-mark span:nth-child(2) { height: 18px; }.brand-mark span:nth-child(3) { height: 10px; transform: rotate(13deg); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { position: relative; color: #3f4b60; font-size: .85rem; font-weight: 700; text-decoration: none; }
.site-nav > a[aria-current='page']:not(.account-link)::after { position: absolute; right: 0; bottom: -27px; left: 0; height: 3px; background: var(--coral); content: ''; }
.site-nav .nav-contribute { padding: 10px 17px; border: 1px solid var(--navy); border-radius: 3px; color: var(--navy); }
.account-link { display: flex; align-items: center; gap: 9px; }
.account-copy { display: flex; flex-direction: column; }.account-copy b { color: var(--navy); font-size: .78rem; }.account-copy small { color: var(--muted); font-size: .66rem; font-weight: 500; }
.avatar { display: inline-grid; flex: 0 0 auto; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--coral); color: white; font-size: .72rem; font-style: normal; font-weight: 800; }
.avatar-small { width: 34px; height: 34px; font-size: .62rem; }.avatar-tiny { width: 29px; height: 29px; font-size: .54rem; }
.text-button { padding: 3px; border: 0; background: none; color: var(--muted); cursor: pointer; font-size: .73rem; text-decoration: underline; }.signout-form { margin-left: -18px; }
.menu-button { display: none; width: 42px; height: 40px; border: 1px solid var(--line); background: transparent; }.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: var(--navy); }
.flash-region { position: fixed; top: 92px; right: 24px; z-index: 100; display: grid; gap: 8px; width: min(390px, calc(100% - 48px)); }
.flash { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-left: 4px solid var(--navy); background: var(--white); box-shadow: var(--shadow); font-size: .86rem; }.flash-success { border-color: var(--green); }.flash-error { border-color: var(--red); }.flash button { border: 0; background: none; cursor: pointer; font-size: 1.2rem; }
.ephemeral-banner { padding: 9px 24px; background: #fff0ce; color: #6f5118; font-size: .72rem; text-align: center; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 14px; padding: 11px 20px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }.button:hover { transform: translateY(-2px); }.button span { font-size: 1.1em; }.button-primary { background: var(--coral); color: white; box-shadow: 0 8px 22px #b7483130; }.button-primary:hover { background: var(--coral-dark); }.button-secondary { border-color: var(--line-dark); background: var(--white); color: var(--navy); }.button-light { background: white; color: var(--navy); }.button-coral { background: var(--coral); color: white; }.button-wide { width: 100%; }

.auth-page { background: var(--paper); }.auth-page main { min-height: 100vh; }.auth-shell { display: grid; min-height: 100vh; grid-template-columns: 1.08fr .92fr; }.auth-story { position: relative; display: flex; min-height: 700px; flex-direction: column; overflow: hidden; padding: 42px clamp(34px, 7vw, 90px); background: var(--navy); color: white; }.auth-brand { align-self: flex-start; color: white; }.auth-brand small { color: #aeb8c9; }.brand-mark-light { border-color: #758199; }.auth-story-copy { position: relative; z-index: 2; max-width: 650px; margin: auto 0; }.auth-story h1 { max-width: 600px; margin: 8px 0 22px; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 6rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }.auth-story-copy > p:not(.eyebrow) { max-width: 550px; color: #bdc5d2; font-size: 1.07rem; }.auth-proof { display: flex; align-items: center; gap: 16px; margin-top: 38px; }.proof-avatars { display: flex; }.proof-avatars i { display: grid; width: 38px; height: 38px; place-items: center; margin-left: -8px; border: 2px solid var(--navy); border-radius: 50%; background: var(--coral); color: white; font-size: .6rem; font-style: normal; font-weight: 800; }.proof-avatars i:first-child { margin: 0; background: var(--aqua); }.proof-avatars i:last-child { background: var(--gold); color: var(--navy); }.auth-proof > span:last-child { display: flex; flex-direction: column; }.auth-proof strong { font-size: .81rem; }.auth-proof small { color: #9da8b9; font-size: .67rem; }.story-shape { position: absolute; right: -180px; bottom: -190px; width: 530px; height: 530px; border: 1px solid #ffffff17; border-radius: 50%; }.story-shape::before, .story-shape::after { position: absolute; border: 1px solid #ffffff12; border-radius: 50%; content: ''; }.story-shape::before { inset: 60px; }.story-shape::after { inset: 125px; }.story-shape span { position: absolute; z-index: 1; display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }.story-shape span:nth-child(1) { top: 55px; left: 112px; }.story-shape span:nth-child(2) { top: 190px; left: 45px; background: var(--aqua); }.story-shape span:nth-child(3) { top: 122px; left: 245px; width: 8px; height: 8px; background: var(--coral); }
.auth-form-panel { display: grid; place-items: center; padding: 50px; background: var(--paper); }.auth-form-wrap { width: min(420px, 100%); }.auth-form-wrap h2 { margin: 0 0 14px; color: var(--navy); font-family: var(--serif); font-size: 2.45rem; line-height: 1.12; }.form-intro { margin-bottom: 32px; color: var(--muted); }.stack-form { display: grid; gap: 11px; }.stack-form label, .field { color: var(--navy); font-size: .78rem; font-weight: 800; }.stack-form input, .field input, .field select, .field textarea, .rating-form textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 3px; background: white; }.stack-form input { height: 52px; padding: 0 15px; }.input-with-icon { position: relative; }.input-with-icon input { padding-left: 46px; }.input-with-icon svg { position: absolute; top: 16px; left: 16px; width: 20px; fill: none; stroke: var(--muted); stroke-width: 1.5; }.field-hint { margin: 0 0 14px; color: var(--muted); font-size: .72rem; }.auth-assurance { display: flex; gap: 13px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }.auth-assurance > span { color: var(--green); }.auth-assurance p { display: flex; flex-direction: column; margin: 0; }.auth-assurance strong { font-size: .77rem; }.auth-assurance small { color: var(--muted); font-size: .69rem; }
.verify-shell { min-height: 100vh; padding: 38px; background: radial-gradient(circle at 50% 20%, #fff, var(--cream)); }.auth-brand-dark { color: var(--navy); }.verify-card { width: min(510px, 100%); margin: 9vh auto 0; padding: 46px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); text-align: center; }.verify-icon { display: grid; width: 54px; height: 54px; place-items: center; margin: 0 auto 22px; border-radius: 50%; background: #fbe5dc; color: var(--coral); font-size: 1.5rem; }.verify-card h1 { margin: 5px 0 12px; font-family: var(--serif); font-size: 2.3rem; }.verify-card > p:not(.eyebrow) { color: var(--muted); }.dev-code { display: grid; margin: 24px 0; padding: 16px; border: 1px dashed #d49a38; background: #fff8e7; }.dev-code span { color: #8a681d; font-size: .7rem; font-weight: 800; text-transform: uppercase; }.dev-code strong { color: var(--navy); font-size: 2rem; letter-spacing: .22em; }.dev-code small { color: var(--muted); font-size: .66rem; }.code-input { font-size: 1.6rem; font-weight: 800; letter-spacing: .35em; text-align: center; }.verify-form { margin-top: 24px; text-align: left; }.back-link { display: inline-block; margin-top: 22px; color: var(--muted); font-size: .76rem; }

.discover-hero { position: relative; overflow: hidden; padding: 74px 0 64px; background: var(--navy); color: white; }.hero-inner { position: relative; z-index: 2; width: min(890px, calc(100% - 48px)); margin: auto; text-align: center; }.discover-hero h1 { margin: 0 0 31px; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.02; }.discover-hero h1 em { color: #f1c46c; font-weight: 600; }.hero-search { display: flex; align-items: center; max-width: 760px; min-height: 62px; margin: auto; padding: 6px; background: white; box-shadow: 0 18px 45px #0004; }.hero-search svg { width: 24px; margin: 0 14px; fill: none; stroke: #647087; stroke-width: 1.7; }.hero-search input { min-width: 0; flex: 1; border: 0; outline: 0; font-size: .95rem; }.hero-search button { align-self: stretch; padding: 0 27px; border: 0; background: var(--coral); color: white; cursor: pointer; font-weight: 800; }.search-suggestion { margin: 14px 0 0; color: #aeb7c7; font-size: .75rem; }.hero-orbit span { position: absolute; color: #ffffff26; font-size: 2rem; }.hero-orbit span:nth-child(1) { top: 55px; left: 8%; }.hero-orbit span:nth-child(2) { right: 12%; bottom: 30px; font-size: 4rem; }.hero-orbit span:nth-child(3) { top: 32px; right: 27%; color: #e8b95035; }
.category-strip { border-bottom: 1px solid var(--line); background: var(--paper); }.category-scroll { display: flex; gap: 6px; overflow-x: auto; padding-block: 13px; scrollbar-width: thin; }.category-chip { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid transparent; border-radius: 99px; color: #526075; font-size: .76rem; font-weight: 700; text-decoration: none; }.category-chip b { display: grid; min-width: 21px; height: 21px; place-items: center; border-radius: 50%; background: #eae6dd; font-size: .61rem; }.category-chip.active, .category-chip:hover { border-color: var(--navy); background: var(--navy); color: white; }.category-chip.active b, .category-chip:hover b { background: #ffffff20; }
.discovery-content { padding-block: 44px 74px; }.featured-project { display: grid; min-height: 390px; grid-template-columns: 1.13fr .87fr; overflow: hidden; margin-bottom: 70px; background: var(--navy-2); color: white; box-shadow: var(--shadow); }.featured-copy { padding: 48px 54px; }.project-type-line { display: inline-block; margin: 10px 0 13px; color: #b7c1d1; font-size: .76rem; }.featured-copy h2 { margin: 0 0 13px; font-family: var(--serif); font-size: clamp(2.25rem, 4vw, 3.45rem); line-height: 1.03; }.featured-copy > p:not(.eyebrow) { max-width: 580px; color: #bac3d1; font-size: 1rem; }.featured-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 30px; }.featured-meta span { padding: 6px 9px; border: 1px solid #ffffff25; font-size: .68rem; }.featured-visual { position: relative; display: grid; overflow: hidden; place-items: center; background: linear-gradient(145deg, #66b6aa, #3b837c); }.featured-visual::before, .featured-visual::after { position: absolute; width: 420px; height: 420px; border: 1px solid #ffffff30; border-radius: 50%; content: ''; }.featured-visual::after { width: 270px; height: 270px; }.insight-sheet { position: relative; z-index: 2; width: 235px; padding: 28px; background: #fffdf7; color: var(--navy); box-shadow: 18px 18px 0 #123e3b2e, 0 25px 60px #123e3b55; transform: rotate(-4deg); }.sheet-label { display: block; margin-bottom: 24px; color: var(--coral); font-size: .6rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.insight-sheet i { display: block; width: 100%; height: 7px; margin: 9px 0; background: #dfe3e2; }.insight-sheet i.short { width: 68%; }.insight-sheet b { display: block; margin-top: 28px; padding: 12px; background: #f9e3d7; color: var(--coral-dark); font-family: var(--serif); text-align: center; }.spark { position: absolute; z-index: 3; color: var(--gold); font-size: 2rem; }.spark-one { top: 45px; right: 50px; }.spark-two { bottom: 54px; left: 45px; color: white; font-size: 1.1rem; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }.section-heading-row h2 { margin: 0; font-family: var(--serif); font-size: 2.15rem; }.section-heading-row p:last-child { margin: 7px 0 0; color: var(--muted); font-size: .8rem; }.filter-toggle { display: none; }.filter-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px; padding: 14px; border: 1px solid var(--line); background: #f9f6ef; }.filter-bar label { color: var(--muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; }.filter-bar select { width: 100%; margin-top: 4px; padding: 8px 5px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--navy); font-size: .78rem; font-weight: 700; text-transform: none; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.project-card { position: relative; display: flex; min-height: 345px; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease, border .2s ease; }.project-card:hover { z-index: 2; border-color: #b9b3a7; box-shadow: var(--shadow); transform: translateY(-5px); }.card-link { position: absolute; inset: 0; z-index: 1; }.card-topline { display: flex; align-items: center; gap: 9px; }.type-mark { display: grid; flex: 0 0 auto; width: 38px; height: 38px; place-items: center; background: #e8f3f0; color: #247667; font-family: var(--sans); font-size: .78rem; font-weight: 800; }.type-python-tool { background: #e7ebf7; color: #3e5c9d; }.type-prompt-pack { background: #fff0dc; color: #a85b21; }.type-toolkit { background: #f2e7f5; color: #7d4986; }.category-label { color: var(--muted); font-size: .69rem; font-weight: 700; }.featured-mini { margin-left: auto; color: var(--coral-dark); font-size: .58rem; font-weight: 800; text-transform: uppercase; }.project-card h3 { margin: 23px 0 9px; font-family: var(--serif); font-size: 1.47rem; line-height: 1.15; }.card-tagline { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 19px 0; }.card-tags span { padding: 5px 8px; background: #f0ece4; color: #596579; font-size: .61rem; font-weight: 700; }.card-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }.owner-mini { display: flex; align-items: center; gap: 8px; }.owner-mini > span:last-child { display: flex; flex-direction: column; }.owner-mini b { font-size: .65rem; }.owner-mini small { color: var(--muted); font-size: .57rem; }.metric-row { display: flex; gap: 9px; color: var(--muted); font-size: .62rem; }.metric-row .rating b { color: var(--gold); }.empty-state { padding: 70px 24px; border: 1px dashed #b8b3aa; background: #faf7f0; text-align: center; }.empty-state > span { color: var(--coral); font-size: 2.3rem; }.empty-state h3 { margin: 9px 0; font-family: var(--serif); font-size: 1.8rem; }.empty-state p { max-width: 550px; margin: 0 auto 24px; color: var(--muted); }.empty-state > div { display: flex; justify-content: center; gap: 10px; }
.contribution-banner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; margin-top: 70px; padding: 38px 45px; background: var(--navy); color: white; }.banner-icon { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid #ffffff2d; border-radius: 50%; color: var(--gold); font-size: 1.6rem; }.contribution-banner h2 { margin: 0 0 5px; font-family: var(--serif); font-size: 1.75rem; }.contribution-banner p:not(.eyebrow) { margin: 0; color: #b7c0ce; font-size: .8rem; }

.project-breadcrumb { padding-block: 18px; color: var(--muted); font-size: .7rem; }.project-breadcrumb a { text-decoration: none; }.project-breadcrumb span { margin: 0 8px; }.project-breadcrumb b { color: var(--navy); }.project-hero { padding: 52px 0 56px; background: var(--paper); border-block: 1px solid var(--line); }.project-hero-grid { display: grid; grid-template-columns: 1fr 330px; gap: 75px; }.project-kicker { display: flex; align-items: center; gap: 12px; }.type-large { width: 46px; height: 46px; background: #def0eb; font-size: 1rem; }.project-kicker > span:nth-child(2) { display: flex; flex-direction: column; }.project-kicker b { font-size: .75rem; }.project-kicker small { color: var(--muted); font-size: .66rem; }.status-badge { display: inline-block; width: max-content; padding: 4px 8px; border-radius: 99px; font-size: .59rem; font-weight: 800; text-transform: uppercase; }.status-draft { background: #fff0ce; color: #835f19; }.status-published { background: #dff1e9; color: var(--green); }.status-archived { background: #e7e7e7; color: #666; }.project-identity h1 { max-width: 760px; margin: 28px 0 14px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.1rem); font-weight: 600; letter-spacing: -.045em; line-height: .98; }.project-tagline { max-width: 750px; margin: 0; color: #5b687c; font-size: 1.18rem; line-height: 1.55; }.provenance { display: inline-block; padding: 7px 10px; background: #eef3f2; color: var(--muted); font-size: .72rem; }.provenance a { color: var(--green); font-weight: 700; }.project-owner-line { display: flex; align-items: center; gap: 12px; margin-top: 32px; }.project-owner-line > span:not(.avatar) { display: grid; }.project-owner-line small { color: var(--muted); font-size: .6rem; }.project-owner-line b { font-size: .72rem; }.project-owner-line em { color: var(--muted); font-size: .6rem; font-style: normal; }.project-owner-line > i { width: 1px; height: 31px; margin-inline: 7px; background: var(--line); }.reuse-panel { padding: 26px; border: 1px solid var(--line); background: #f8f5ee; }.rating-large { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 6px; margin-bottom: 21px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.rating-large span { color: var(--gold); font-size: 1.3rem; }.rating-large strong { font-family: var(--serif); font-size: 2rem; }.rating-large small { color: var(--muted); font-size: .66rem; }.reuse-panel form { margin-bottom: 9px; }.reuse-panel > .button { margin-bottom: 10px; }.reuse-panel > p { color: var(--muted); font-size: .66rem; line-height: 1.5; }.reuse-counts { display: flex; gap: 20px; margin-top: 19px; padding-top: 14px; border-top: 1px solid var(--line); }.reuse-counts span { color: var(--muted); font-size: .6rem; }.reuse-counts b { display: block; color: var(--navy); font-size: .8rem; }
.project-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 72px; padding-block: 48px 85px; }.anchor-nav { position: sticky; top: 0; z-index: 5; display: flex; gap: 25px; padding: 16px 0; border-bottom: 1px solid var(--line); background: var(--cream); }.anchor-nav a { color: var(--muted); font-size: .73rem; font-weight: 700; text-decoration: none; }.anchor-nav a:hover { color: var(--coral-dark); }.content-section { padding: 55px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 45px; }.content-section h2, .at-a-glance h2 { margin: 0 0 20px; font-family: var(--serif); font-size: 2.25rem; }.guide-text { white-space: pre-line; color: #475468; font-size: .97rem; line-height: 1.85; }.guide-long { font-size: .94rem; }.note-card { display: flex; gap: 15px; margin-top: 28px; padding: 20px; border-left: 3px solid var(--green); background: #e9f3ef; }.note-card > span { display: grid; flex: 0 0 auto; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-weight: 800; }.note-card h3 { margin: 0 0 5px; font-family: var(--serif); }.note-card p { margin: 0; color: #4d625b; font-size: .8rem; }.safety-card { border-color: #cb773f; background: #fff0e5; }.safety-card > span { background: #c46631; }.file-row { display: flex; align-items: center; gap: 16px; padding: 17px; border: 1px solid var(--line); background: var(--paper); text-decoration: none; }.file-icon { display: grid; width: 48px; height: 52px; place-items: center; background: var(--navy); color: white; font-size: .62rem; font-weight: 800; }.file-row > span:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }.file-row b { overflow: hidden; font-size: .79rem; text-overflow: ellipsis; white-space: nowrap; }.file-row small { color: var(--muted); font-size: .64rem; }.file-row > span:last-child { color: var(--coral-dark); font-size: .7rem; font-weight: 800; }.generated-package { display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid var(--line); background: var(--paper); }.generated-package > span { font-size: 1.6rem; }.generated-package p { display: flex; flex-direction: column; margin: 0; }.generated-package small { color: var(--muted); }.version-list { margin-top: 25px; }.version-list > div { display: flex; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--line); }.version-list > div > span { color: var(--green); font-size: .73rem; font-weight: 800; }.version-list p { display: grid; flex: 1; margin: 0; }.version-list b { font-size: .72rem; }.version-list small { color: var(--muted); font-size: .61rem; }.version-list em { align-self: start; padding: 3px 6px; background: #dceee7; color: var(--green); font-size: .55rem; font-style: normal; font-weight: 800; }.technical-clone { margin-top: 25px; padding: 14px 16px; border: 1px solid var(--line); background: #f1eee7; font-size: .72rem; }.technical-clone summary { cursor: pointer; font-weight: 800; }.technical-clone p { color: var(--muted); }.command-row { display: flex; background: var(--navy); }.command-row code { min-width: 0; flex: 1; overflow: auto; padding: 12px; color: #e9edf3; white-space: nowrap; }.command-row button { border: 0; background: var(--coral); color: white; cursor: pointer; font-size: .66rem; font-weight: 800; }.review-summary { display: flex; align-items: center; gap: 17px; margin-bottom: 25px; }.review-summary > strong { font-family: var(--serif); font-size: 3.4rem; }.review-summary > div { display: grid; }.stars-display { color: var(--gold); letter-spacing: .12em; }.review-summary p { margin: 2px 0; color: var(--muted); font-size: .67rem; }.rating-form { margin: 20px 0 30px; padding: 20px; border: 1px solid var(--line); background: var(--paper); }.rating-form fieldset { margin: 0 0 14px; padding: 0; border: 0; }.rating-form legend, .rating-form > label { font-size: .75rem; font-weight: 800; }.rating-form > label span { color: var(--muted); font-size: .65rem; font-weight: 500; }.rating-form textarea { display: block; margin: 7px 0 12px; padding: 10px; resize: vertical; }.star-picker { display: inline-flex; flex-direction: row-reverse; }.star-picker input { position: absolute; opacity: 0; }.star-picker label { color: #c9c6be; cursor: pointer; font-size: 1.7rem; }.star-picker label:hover, .star-picker label:hover ~ label, .star-picker input:checked ~ label { color: var(--gold); }.review-list article { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 21px 0; border-top: 1px solid var(--line); }.review-head { display: flex; justify-content: space-between; }.review-head p { display: grid; margin: 0; }.review-head b { font-size: .75rem; }.review-head small, .review-list article > div > small { color: var(--muted); font-size: .61rem; }.review-head > span { color: var(--gold); }.review-list article > div > p:not(.review-head p) { color: #4f5b6e; font-size: .8rem; }.at-a-glance { position: sticky; top: 24px; align-self: start; padding: 28px; border: 1px solid var(--line); background: var(--paper); }.at-a-glance h2 { font-size: 1.55rem; }.at-a-glance dl { margin: 0; }.at-a-glance dl > div { padding: 14px 0; border-top: 1px solid var(--line); }.at-a-glance dt { margin-bottom: 4px; color: var(--muted); font-size: .6rem; font-weight: 800; text-transform: uppercase; }.at-a-glance dd { margin: 0; font-size: .73rem; font-weight: 700; }.effort-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--green); }.effort-technical_help { background: var(--coral); }.effort-few_steps { background: var(--gold); }.owner-contact { display: flex; align-items: center; gap: 10px; margin-top: 21px; padding-top: 19px; border-top: 1px solid var(--line); text-decoration: none; }.owner-contact > span:nth-child(2) { display: grid; flex: 1; }.owner-contact small { color: var(--muted); font-size: .58rem; }.owner-contact b { font-size: .7rem; }

.form-hero { padding: 60px 0; background: var(--navy); color: white; }.form-hero h1 { margin: 0 0 10px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.04em; }.form-hero p:last-child { max-width: 650px; color: #b7c1d0; }.project-form { width: min(950px, calc(100% - 48px)); margin: -1px auto 80px; }.form-progress { position: sticky; top: 0; z-index: 8; display: flex; align-items: center; justify-content: center; padding: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 6px 24px #111d330c; }.form-progress a { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .7rem; font-weight: 800; text-decoration: none; }.form-progress b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: .6rem; }.form-progress i { width: 80px; height: 1px; margin: 0 20px; background: var(--line); }.form-section { padding: 60px 56px; border: 1px solid var(--line); border-top: 0; background: var(--paper); scroll-margin-top: 60px; }.form-section-heading { display: grid; grid-template-columns: 60px 1fr; gap: 24px; margin-bottom: 38px; }.form-section-heading > span { color: #d5cec1; font-family: var(--serif); font-size: 2.7rem; }.form-section-heading h2 { margin: 0 0 7px; font-family: var(--serif); font-size: 2.15rem; }.form-section-heading p:last-child { margin: 0; color: var(--muted); font-size: .82rem; }.form-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }.field { display: grid; gap: 7px; }.field-full { grid-column: 1 / -1; }.field small { color: var(--muted); font-size: .65rem; font-weight: 500; }.field input, .field select, .field textarea { padding: 12px 13px; }.field input, .field select { min-height: 47px; }.field textarea { line-height: 1.6; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--navy); outline: 2px solid #e9b94f55; }.safety-field { padding: 18px; border: 1px solid #f1cbb6; background: #fff7f1; }.upload-zone { position: relative; display: grid; justify-items: center; padding: 44px 20px; border: 2px dashed #b9b5ac; background: #faf8f3; cursor: pointer; text-align: center; transition: background .18s, border .18s; }.upload-zone:hover, .upload-zone.dragging { border-color: var(--coral); background: #fff1e8; }.upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }.upload-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 12px; border-radius: 50%; background: var(--navy); color: white; font-size: 1.4rem; }.upload-zone strong { font-family: var(--serif); font-size: 1.2rem; }.upload-zone small, .upload-zone em { margin-top: 4px; color: var(--muted); font-size: .66rem; font-style: normal; font-weight: 500; }.upload-zone b { margin-top: 10px; color: var(--green); font-size: .72rem; }.upload-zone.has-file { border-color: var(--green); background: #edf6f2; }.form-actions { display: flex; justify-content: flex-end; gap: 12px; padding: 25px 30px; border: 1px solid var(--line); border-top: 0; background: #eee9df; }.form-actions > div { display: grid; gap: 4px; }.form-actions small { color: var(--muted); font-size: .58rem; text-align: center; }

.workspace-page { padding-block: 65px 90px; }.workspace-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 45px; }.workspace-header h1 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 4.3rem); letter-spacing: -.04em; }.workspace-header p:last-child { max-width: 680px; color: var(--muted); }.workspace-stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); background: var(--paper); }.workspace-stats > div { display: flex; align-items: center; gap: 14px; padding: 24px; border-right: 1px solid var(--line); }.workspace-stats > div:last-child { border: 0; }.workspace-stats > div > span { color: var(--coral); font-size: 1.4rem; }.workspace-stats p { display: grid; margin: 0; }.workspace-stats strong { font-family: var(--serif); font-size: 1.65rem; }.workspace-stats small { color: var(--muted); font-size: .63rem; }.workspace-list { margin-top: 60px; }.project-table { border: 1px solid var(--line); }.project-table article { display: grid; grid-template-columns: auto minmax(240px, 1fr) auto auto; gap: 18px; align-items: center; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); }.project-table article:last-child { border-bottom: 0; }.workspace-project-copy > div { display: flex; align-items: center; gap: 10px; }.workspace-project-copy h3 { margin: 0; font-family: var(--serif); font-size: 1.13rem; }.workspace-project-copy h3 a { text-decoration: none; }.workspace-project-copy p { margin: 3px 0; color: var(--muted); font-size: .72rem; }.workspace-project-copy > small { color: var(--green); font-size: .6rem; }.workspace-metrics { display: flex; gap: 20px; }.workspace-metrics span { display: grid; }.workspace-metrics b { font-size: .7rem; }.workspace-metrics small { color: var(--muted); font-size: .57rem; }.workspace-actions { display: grid; gap: 4px; }.workspace-actions a { color: var(--coral-dark); font-size: .69rem; font-weight: 800; }

.help-hero { padding: 80px 0; background: var(--navy); color: white; }.help-hero h1 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6rem); line-height: .98; }.help-hero p:last-child { max-width: 620px; color: #b8c2d0; font-size: 1.1rem; }.help-content { padding-block: 60px 90px; }.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--paper); }.how-grid article { padding: 32px; border-right: 1px solid var(--line); }.how-grid article:last-child { border: 0; }.how-grid span { color: var(--coral); font-size: .67rem; font-weight: 800; }.how-grid h2 { margin: 16px 0 8px; font-family: var(--serif); font-size: 1.8rem; }.how-grid p { color: var(--muted); font-size: .79rem; }.translation-section { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding: 85px 0; }.translation-section h2, .share-guidance > h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 2.4rem; }.translation-section > div > p:last-child { color: var(--muted); }.translation-section dl { margin: 0; }.translation-section dl > div { display: grid; grid-template-columns: 110px 1fr; padding: 14px 0; border-top: 1px solid var(--line); }.translation-section dt { color: var(--muted); font-size: .7rem; }.translation-section dd { display: grid; margin: 0; }.translation-section dd b { font-size: .8rem; }.translation-section dd span { color: var(--muted); font-size: .7rem; }.share-guidance { padding: 60px; background: var(--paper); border: 1px solid var(--line); }.guidance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 35px; background: var(--line); }.guidance-grid article { padding: 26px; background: var(--paper); }.guidance-grid article > span { color: var(--coral); font-size: 1.4rem; }.guidance-grid h3 { margin: 11px 0 5px; font-family: var(--serif); }.guidance-grid p { margin: 0; color: var(--muted); font-size: .75rem; }.safety-callout { display: grid; grid-template-columns: auto 1fr; gap: 25px; margin: 60px 0; padding: 40px; background: var(--navy); color: white; }.safety-callout > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral); font-size: 1.3rem; }.safety-callout h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 2rem; }.safety-callout p:last-child { margin: 0; color: #b7c0ce; font-size: .8rem; }.help-cta { padding: 50px; text-align: center; }.help-cta h2 { margin: 0; font-family: var(--serif); font-size: 2.2rem; }.help-cta p { color: var(--muted); }.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px max(28px, calc((100% - 1180px) / 2)); border-top: 1px solid var(--line); background: var(--paper); }.site-footer > div { display: flex; align-items: center; gap: 10px; }.footer-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--navy); border-radius: 50%; font-family: var(--serif); }.site-footer p { margin: 0; font-size: .7rem; }.site-footer p span { color: var(--muted); }.prototype-note { color: var(--muted); text-align: right; }.error-page { min-height: 70vh; padding-block: 110px; }.error-code { position: absolute; color: #e9e3d8; font: 10rem/1 var(--serif); }.error-page .eyebrow, .error-page h1, .error-page > p, .error-page > div { position: relative; }.error-page h1 { max-width: 700px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5rem); }.error-page > p { color: var(--muted); }.error-page > div { display: flex; gap: 10px; }

@media (max-width: 1050px) {
  .site-nav { gap: 18px; }.account-copy { display: none; }.signout-form { margin-left: -10px; }
  .project-grid { grid-template-columns: 1fr 1fr; }.project-hero-grid { gap: 35px; }.project-layout { gap: 35px; }
  .project-table article { grid-template-columns: auto 1fr auto; }.workspace-metrics { display: none; }
}
@media (max-width: 800px) {
  .section-width { width: min(100% - 30px, 1180px); }
  .site-header { min-height: 68px; padding-inline: 17px; }.menu-button { display: block; }.site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 15px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }.site-nav.open { display: flex; }.site-nav > a, .text-button { padding: 13px; }.site-nav > a[aria-current='page']::after { display: none; }.account-copy { display: flex; }.signout-form { margin: 0; }.text-button { width: 100%; text-align: left; }
  .auth-shell { grid-template-columns: 1fr; }.auth-story { min-height: 510px; padding: 28px 25px; }.auth-story h1 { font-size: 3.7rem; }.auth-story-copy { margin-top: 90px; }.auth-form-panel { padding: 55px 24px; }.verify-shell { padding: 24px; }.verify-card { margin-top: 60px; padding: 35px 22px; }
  .discover-hero { padding: 58px 0 50px; }.hero-search { min-height: 58px; }.hero-search button { padding-inline: 18px; }.featured-project { grid-template-columns: 1fr; }.featured-copy { padding: 38px 28px; }.featured-visual { min-height: 300px; }.project-grid { grid-template-columns: 1fr; }.project-card { min-height: 320px; }.filter-toggle { display: inline-flex; }.filter-bar { display: none; grid-template-columns: 1fr 1fr; }.filter-bar.open { display: grid; }.contribution-banner { grid-template-columns: auto 1fr; padding: 30px 23px; }.contribution-banner .button { grid-column: 1 / -1; }
  .project-hero-grid { grid-template-columns: 1fr; }.reuse-panel { width: min(420px, 100%); }.project-layout { grid-template-columns: 1fr; }.at-a-glance { position: static; grid-row: 1; }.anchor-nav { overflow-x: auto; white-space: nowrap; }.project-identity h1 { font-size: 3.3rem; }.project-owner-line { flex-wrap: wrap; }
  .form-section { padding: 45px 25px; }.form-fields { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.form-progress a span { display: none; }.form-progress i { width: 35px; }.form-actions { flex-direction: column-reverse; }.form-actions .button { width: 100%; }
  .workspace-header { align-items: start; flex-direction: column; }.workspace-stats { grid-template-columns: 1fr 1fr; }.workspace-stats > div:nth-child(2) { border-right: 0; }.workspace-stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.project-table article { grid-template-columns: auto 1fr; }.workspace-actions { grid-column: 2; display: flex; gap: 14px; }
  .how-grid { grid-template-columns: 1fr; }.how-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.translation-section { grid-template-columns: 1fr; gap: 30px; }.share-guidance { padding: 35px 22px; }.site-footer { align-items: start; flex-direction: column; }.prototype-note { text-align: left; }
}
@media (max-width: 500px) {
  .brand small { display: none; }.auth-story h1 { font-size: 3.1rem; }.auth-proof { align-items: start; flex-direction: column; }.auth-form-wrap h2 { font-size: 2.1rem; }
  .hero-search svg { margin-inline: 9px; }.hero-search input { font-size: .78rem; }.hero-search button { padding-inline: 12px; font-size: .72rem; }.category-scroll { width: calc(100% - 15px); margin-left: 15px; }.featured-copy h2 { font-size: 2.25rem; }.featured-meta { flex-direction: column; align-items: start; }.section-heading-row { align-items: start; }.filter-bar { grid-template-columns: 1fr; }.card-footer { align-items: start; flex-direction: column; }.contribution-banner { grid-template-columns: 1fr; }.contribution-banner .button { grid-column: auto; }.banner-icon { display: none; }
  .project-identity h1 { font-size: 2.8rem; }.project-owner-line > i { display: none; }.project-owner-line > span:not(.avatar) { min-width: 100px; }.file-row { align-items: start; }.file-row > span:last-child { display: none; }.review-head { align-items: start; flex-direction: column; }.command-row { flex-direction: column; }.command-row button { padding: 9px; }
  .form-section-heading { grid-template-columns: 1fr; gap: 0; }.form-section-heading > span { font-size: 2rem; }.workspace-stats { grid-template-columns: 1fr; }.workspace-stats > div { border-right: 0; border-bottom: 1px solid var(--line); }.workspace-stats > div:nth-child(2) { border-bottom: 1px solid var(--line); }.project-table article { grid-template-columns: 1fr; }.project-table article > .type-mark { display: none; }.workspace-actions { grid-column: auto; }.guidance-grid { grid-template-columns: 1fr; }.safety-callout { grid-template-columns: 1fr; padding: 28px 22px; }.error-page > div { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* AI MEA APAC identity: navy, warm gold and generous white space from the supplied logo. */
.button-primary { background: linear-gradient(135deg, var(--gold), var(--coral)); color: var(--navy); box-shadow: 0 8px 22px #a8792730; }
.button-primary:hover { background: #e2ad48; }
.button-coral { background: var(--coral); color: var(--navy); }
.auth-story { background: linear-gradient(145deg, #06163f, var(--navy-2)); }
.auth-logo { position: relative; z-index: 2; width: clamp(160px, 18vw, 220px); border-radius: 12px; box-shadow: 0 18px 45px #0004; }
.auth-story-copy > p:not(.eyebrow) { color: #c7ccda; }
.proof-avatars i { color: var(--navy); }
.proof-avatars i:first-child { background: #f3d893; }
.auth-proof small { color: #aeb7ca; }
.story-shape { border-color: #efbd5c30; }
.story-shape::before, .story-shape::after { border-color: #efbd5c20; }
.story-shape span:nth-child(2) { background: #fff; }
.verify-logo { width: 145px; border-radius: 9px; box-shadow: 0 8px 25px #07194618; }
.verify-card { margin-top: 5vh; border-top: 5px solid var(--gold); }
.verify-icon { background: #fff2ce; color: var(--coral-dark); }
.dev-magic-link { margin-top: 11px; color: var(--navy); font-size: .74rem; font-weight: 800; }
.discover-hero { background: linear-gradient(135deg, var(--navy), var(--navy-2)); }
.hero-search button { background: var(--gold); color: var(--navy); }
.featured-visual { background: linear-gradient(145deg, #eac069, #a9782d); }
.footer-logo { width: 52px; height: 52px; border-radius: 7px; object-fit: cover; }
