:root {
  --ink: #111827;
  --muted: #667085;
  --soft: #f5f7fb;
  --line: #e3e8f0;
  --white: #ffffff;
  --navy: #172235;
  --navy-2: #22324d;
  --lime: #c8f169;
  --lime-dark: #759b25;
  --purple: #7667f5;
  --orange: #ff9a5c;
  --shadow: 0 18px 60px rgba(26, 42, 68, .12);
}
[hidden] { display: none !important; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--soft); font-family: "DM Sans", sans-serif; line-height: 1.45; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); display: flex; gap: 36px; justify-content: space-between; padding: 18px clamp(20px, 5vw, 76px); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { align-items: center; display: inline-flex; font-family: Manrope, sans-serif; font-size: 21px; font-weight: 800; letter-spacing: -.04em; white-space: nowrap; }
.brand > span:last-child > span { color: var(--lime-dark); }
.brand-mark { align-items: center; background: var(--navy); border-radius: 10px; color: var(--lime); display: inline-flex; font-size: 18px; height: 32px; justify-content: center; margin-right: 9px; width: 32px; }
.top-nav { display: flex; gap: 27px; margin-left: auto; }
.top-nav a { color: #526078; font-size: 14px; font-weight: 600; }
.top-nav a:hover { color: var(--ink); }
.header-actions { display: flex; gap: 10px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 10px; cursor: pointer; display: inline-flex; font-weight: 700; gap: 9px; justify-content: center; min-height: 44px; padding: 0 17px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: 3px solid rgba(118, 103, 245, .25); outline-offset: 2px; }
.button-primary { background: var(--navy); box-shadow: 0 8px 18px rgba(23,34,53,.16); color: var(--white); }
.button-primary:hover { background: var(--navy-2); }
.button-outline { background: transparent; border-color: #b8c4d5; color: var(--navy); }
.button-outline:hover { background: var(--white); }
.button-quiet { background: transparent; color: #536076; }
.button-dark { background: var(--lime); color: #203009; min-width: 112px; }
.button-large { min-height: 52px; padding: 0 22px; }
.button-full { width: 100%; }
.hero-section { align-items: center; background: var(--white); display: grid; gap: clamp(30px, 6vw, 100px); grid-template-columns: minmax(0, 1fr) minmax(380px, .85fr); min-height: 610px; overflow: hidden; padding: 75px clamp(20px, 8vw, 126px) 86px; position: relative; }
.hero-section::after { background: radial-gradient(circle, rgba(200,241,105,.24) 0, rgba(200,241,105,0) 68%); content: ""; height: 560px; pointer-events: none; position: absolute; right: -180px; top: -180px; width: 560px; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { color: var(--lime-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; margin: 0 0 13px; text-transform: uppercase; }
.status-dot { background: var(--lime-dark); border-radius: 99px; box-shadow: 0 0 0 5px rgba(117,155,37,.12); display: inline-block; height: 7px; margin-right: 5px; vertical-align: 1px; width: 7px; }
h1, h2, h3 { font-family: Manrope, sans-serif; letter-spacing: -.045em; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(42px, 6vw, 76px); max-width: 690px; }
h1 em { color: var(--lime-dark); font-style: normal; }
.hero-text { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 24px 0 30px; max-width: 550px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { align-items: center; color: #79859a; display: flex; font-size: 13px; gap: 12px; margin-top: 29px; }
.avatar-stack { display: flex; }
.avatar-stack i { align-items: center; background: #dae5ff; border: 2px solid var(--white); border-radius: 50%; color: var(--navy); display: inline-flex; font-size: 11px; font-style: normal; font-weight: 800; height: 27px; justify-content: center; margin-left: -7px; width: 27px; }
.avatar-stack i:first-child { background: var(--lime); margin-left: 0; }
.avatar-stack i:last-child { background: #ffd9bd; }
.hero-visual { min-height: 420px; }
.visual-window { background: var(--navy); border: 10px solid #ecf0f6; border-radius: 21px; box-shadow: var(--shadow); min-height: 355px; overflow: hidden; transform: rotate(2deg); }
.visual-topbar { align-items: center; background: #202d43; color: #d9e2f0; display: flex; font-size: 11px; gap: 5px; padding: 13px 17px; }
.visual-topbar span { background: #f17968; border-radius: 50%; height: 6px; width: 6px; }.visual-topbar span:nth-child(2) { background: #f9ca64; }.visual-topbar span:nth-child(3) { background: #83d17e; }.visual-topbar b { font-size: 12px; margin-left: 11px; }
.visual-map { background: linear-gradient(135deg, rgba(91,132,194,.16), rgba(31,44,67,.1)), repeating-linear-gradient(45deg, transparent 0 34px, rgba(255,255,255,.035) 35px 36px); min-height: 315px; overflow: hidden; padding: 22px; position: relative; }
.map-line { border-top: 1px dashed rgba(200,241,105,.35); display: block; left: 7%; position: absolute; transform: rotate(11deg); width: 82%; }.map-line-one { top: 43%; }.map-line-two { border-color: rgba(118,103,245,.5); top: 62%; transform: rotate(-18deg); }
.map-pin { align-items: center; background: var(--lime); border: 4px solid rgba(200,241,105,.19); border-radius: 50%; color: transparent; display: flex; height: 19px; justify-content: center; position: absolute; width: 19px; }.pin-one { left: 19%; top: 39%; }.pin-two { background: var(--orange); left: 65%; top: 50%; }.pin-three { background: #8f86ff; left: 43%; top: 72%; }
.visual-task { align-items: center; background: rgba(255,255,255,.96); border-radius: 12px; bottom: 22px; box-shadow: 0 12px 24px rgba(4,11,24,.27); display: flex; gap: 11px; left: 21px; padding: 13px; position: absolute; right: 21px; }.task-icon { align-items: center; border-radius: 10px; display: flex; font-size: 19px; height: 39px; justify-content: center; width: 39px; }.icon-green { background: #e5f6bd; color: #648f13; }.visual-task strong, .visual-task small { display: block; }.visual-task strong { font-size: 13px; }.visual-task small { color: var(--muted); font-size: 11px; margin-top: 2px; }.price { color: var(--lime-dark); font-size: 13px; margin-left: auto; }
.floating-note { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 15px 30px rgba(17,30,50,.12); display: flex; gap: 10px; padding: 11px 13px; position: absolute; z-index: 2; }.note-top { right: -8px; top: 54px; }.note-bottom { bottom: 32px; left: -22px; }.note-icon { align-items: center; background: #eaf7ca; border-radius: 8px; color: #638e16; display: flex; font-size: 15px; height: 30px; justify-content: center; width: 30px; }.note-purple { background: #eeeaff; color: var(--purple); }.floating-note strong, .floating-note small { display: block; }.floating-note strong { font-size: 12px; }.floating-note small { color: var(--muted); font-size: 10px; margin-top: 2px; }
.search-panel { background: var(--navy); color: var(--white); margin: -31px auto 0; max-width: 1170px; padding: 28px 31px 25px; position: relative; z-index: 4; }.search-panel h2 { font-size: 25px; }.search-panel .eyebrow { color: var(--lime); }.compact-heading { align-items: end; }.result-count { color: #bdc8d9; font-size: 13px; }
.search-form { align-items: end; display: grid; gap: 11px; grid-template-columns: 1.55fr 1fr 1fr auto; margin-top: 22px; }.field { display: block; min-width: 0; }.field > span { color: #6d788b; display: block; font-size: 11px; font-weight: 800; margin: 0 0 7px; text-transform: uppercase; }.search-panel .field > span { color: #aebbd0; }.field input, .field select, .field textarea { background: var(--white); border: 1px solid #dfe5ef; border-radius: 9px; color: var(--ink); display: block; min-height: 47px; padding: 0 13px; width: 100%; }.field textarea { padding: 12px 13px; resize: vertical; }.field select { cursor: pointer; }.search-panel .field input, .search-panel .field select { background: #f8fafd; }.quick-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }.quick-filter { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 99px; color: #dbe5f5; cursor: pointer; font-size: 12px; padding: 7px 11px; }.quick-filter.active, .quick-filter:hover { background: var(--lime); border-color: var(--lime); color: #203009; }
.content-section { margin: 0 auto; max-width: 1250px; padding: 87px clamp(20px, 5vw, 55px) 0; }.section-heading { align-items: end; display: flex; gap: 20px; justify-content: space-between; }.section-heading h2 { font-size: clamp(27px, 3vw, 39px); }.section-heading > div > p:not(.eyebrow) { color: var(--muted); margin: 12px 0 0; }.text-button { background: none; border: 0; color: var(--lime-dark); cursor: pointer; font-weight: 800; padding: 5px; }.category-grid { display: grid; gap: 12px; grid-template-columns: repeat(6, 1fr); margin-top: 30px; }.category-card { background: var(--white); border: 1px solid var(--line); border-radius: 13px; cursor: pointer; padding: 18px 13px; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }.category-card:hover, .category-card.active { border-color: var(--lime-dark); box-shadow: 0 10px 24px rgba(27,45,72,.08); transform: translateY(-3px); }.category-icon { align-items: center; background: #eef8d9; border-radius: 10px; color: #6b941a; display: flex; font-size: 20px; height: 40px; justify-content: center; margin-bottom: 15px; width: 40px; }.category-card:nth-child(2) .category-icon { background: #fff0e4; color: #e57931; }.category-card:nth-child(3) .category-icon { background: #e8e7ff; color: var(--purple); }.category-card:nth-child(4) .category-icon { background: #dff4f1; color: #1d8e85; }.category-card:nth-child(5) .category-icon { background: #e7eeff; color: #3976d9; }.category-card:nth-child(6) .category-icon { background: #f9e6d9; color: #bd6b39; }.category-card strong, .category-card small { display: block; }.category-card strong { font-size: 13px; }.category-card small { color: var(--muted); font-size: 11px; margin-top: 4px; }
.listing-section { padding-top: 97px; }.listing-sort { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 8px; }.listing-sort select { background: var(--white); border: 1px solid var(--line); border-radius: 7px; color: var(--ink); padding: 9px; }.list-layout { align-items: start; display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr) 280px; margin-top: 30px; }.listing-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }.listing-card { background: var(--white); border: 1px solid var(--line); border-radius: 13px; padding: 19px; }.listing-card:hover { border-color: #bdcbe0; box-shadow: 0 9px 22px rgba(28,43,65,.07); }.listing-top { align-items: center; display: flex; gap: 9px; justify-content: space-between; }.listing-meta { align-items: center; display: flex; gap: 7px; }.listing-category { background: #eef8d9; border-radius: 5px; color: #638718; font-size: 10px; font-weight: 800; padding: 5px 7px; text-transform: uppercase; }.listing-time { color: #768298; font-size: 11px; }.listing-card h3 { font-size: 18px; margin: 15px 0 8px; }.listing-card p { color: var(--muted); font-size: 13px; margin: 0; min-height: 42px; }.listing-bottom { align-items: end; border-top: 1px solid #eef1f5; display: flex; justify-content: space-between; margin-top: 17px; padding-top: 14px; }.listing-location { color: #758198; font-size: 12px; }.listing-location b { color: var(--ink); display: block; margin-bottom: 3px; }.listing-budget { color: var(--lime-dark); font-family: Manrope, sans-serif; font-size: 18px; font-weight: 800; }.listing-budget small { color: var(--muted); display: block; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 500; text-align: right; }.side-cta { background: var(--navy); border-radius: 14px; color: var(--white); padding: 23px; position: sticky; top: 100px; }.side-cta-icon { align-items: center; background: rgba(200,241,105,.15); border-radius: 10px; color: var(--lime); display: flex; font-size: 22px; height: 43px; justify-content: center; width: 43px; }.side-cta h3 { font-size: 21px; margin-top: 20px; }.side-cta p { color: #b7c3d5; font-size: 13px; line-height: 1.6; }.side-cta .button-primary { background: var(--lime); color: #203009; }.mini-steps { border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 9px; margin-top: 21px; padding-top: 17px; }.mini-steps span { color: #b5c0d1; font-size: 12px; }.mini-steps b { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; color: var(--lime); display: inline-flex; height: 21px; justify-content: center; margin-right: 6px; width: 21px; }
.trust-section { align-items: center; background: var(--white); display: grid; gap: 60px; grid-template-columns: 1fr 1fr; margin-top: 110px; padding: 82px max(20px, calc((100% - 1140px)/2)); }.trust-copy h2 { font-size: clamp(28px, 3vw, 43px); max-width: 540px; }.trust-copy > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 500px; }.trust-list { display: grid; gap: 20px; }.trust-list > div { align-items: start; display: flex; gap: 13px; }.trust-list > div > span { align-items: center; background: #edf8d6; border-radius: 50%; color: #63901c; display: flex; font-weight: 800; height: 26px; justify-content: center; margin-top: 2px; width: 26px; }.trust-list strong, .trust-list small { display: block; }.trust-list strong { font-size: 15px; }.trust-list small { color: var(--muted); font-size: 13px; margin-top: 4px; }.final-cta { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1140px; padding: 88px 20px; }.final-cta h2 { font-size: clamp(27px, 3vw, 39px); max-width: 620px; }.final-cta .eyebrow { margin-bottom: 11px; }
.site-footer { align-items: center; background: var(--navy); color: #9eabc0; display: flex; flex-wrap: wrap; font-size: 12px; gap: 20px; justify-content: space-between; padding: 27px clamp(20px, 5vw, 76px); }.footer-brand { color: var(--white); font-size: 17px; }.footer-brand .brand-mark { font-size: 14px; height: 26px; width: 26px; }.site-footer a:hover { color: var(--lime); }
.account-button { align-items: center; background: #f7f9fc; border: 1px solid #dce4ef; border-radius: 10px; color: var(--ink); cursor: pointer; display: inline-flex; gap: 9px; min-height: 44px; padding: 5px 10px 5px 6px; text-align: left; }.account-button:hover { border-color: var(--lime-dark); }.account-avatar { align-items: center; background: var(--navy); background-position: center; background-size: cover; border-radius: 8px; color: var(--lime); display: inline-flex; font-weight: 800; height: 32px; justify-content: center; width: 32px; }.account-copy { display: block; max-width: 150px; }.account-copy strong, .account-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.account-copy strong { font-size: 12px; }.account-copy small { color: var(--muted); font-size: 9px; margin-top: 1px; }.footer-admin-link { background: transparent; border: 0; color: #78869b; cursor: pointer; font-size: 10px; margin-left: 8px; padding: 2px 4px; text-decoration: underline; }.footer-admin-link:hover { color: var(--lime); }
.account-modal { max-width: 440px; }.account-modal-user { align-items: center; display: flex; gap: 16px; margin: 14px 0 24px; }.account-modal-avatar { align-items: center; background: var(--navy); background-position: center; background-size: cover; border-radius: 16px; color: var(--lime); display: inline-flex; flex: 0 0 68px; font-family: Manrope, sans-serif; font-size: 24px; font-weight: 800; height: 68px; justify-content: center; width: 68px; }.account-modal-user h2 { font-size: 25px; margin-bottom: 5px; }.account-modal-user strong, .account-modal-user small { display: block; max-width: 270px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.account-modal-user small { color: var(--muted); margin-top: 3px; }.account-modal-actions { display: grid; gap: 10px; }.account-modal-help { color: var(--muted); font-size: 12px; margin: 14px 0 0; text-align: center; }
.google-photo-row { align-items: center; background: #f7f9fc; border: 1px solid var(--line); border-radius: 12px; display: flex; gap: 14px; padding: 12px; }.google-photo-preview { align-items: center; background: var(--navy); border: 0; border-radius: 50%; color: var(--lime); display: inline-flex; flex: 0 0 56px; font-family: Manrope, sans-serif; font-size: 20px; font-weight: 800; height: 56px; justify-content: center; object-fit: cover; width: 56px; }.google-photo-row strong, .google-photo-row small { display: block; }.google-photo-row strong { font-size: 14px; }.google-photo-row small { color: var(--muted); font-size: 12px; line-height: 1.45; margin-top: 3px; }
.modal-backdrop { align-items: center; background: rgba(17,24,39,.62); display: flex; inset: 0; justify-content: center; padding: 20px; position: fixed; z-index: 50; }.modal-backdrop[hidden] { display: none; }.modal { background: var(--white); border-radius: 16px; box-shadow: 0 20px 75px rgba(0,0,0,.25); max-height: min(760px, 92vh); max-width: 590px; overflow: auto; padding: 30px; position: relative; width: 100%; }.modal-close { background: #f2f4f8; border: 0; border-radius: 50%; color: #627087; cursor: pointer; font-size: 16px; height: 33px; position: absolute; right: 20px; top: 20px; width: 33px; }.modal h2 { font-size: 31px; max-width: 430px; }.modal-intro { color: var(--muted); font-size: 14px; margin: 12px 0 23px; }.publish-form { display: grid; gap: 15px; }.form-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }.form-consent { align-items: start; display: flex; gap: 8px; }.form-consent input { accent-color: var(--lime-dark); margin-top: 3px; }.form-consent label { color: var(--muted); font-size: 11px; }.toast { background: var(--navy); border: 1px solid rgba(200,241,105,.4); border-radius: 10px; bottom: 24px; box-shadow: 0 15px 35px rgba(12,20,35,.25); color: var(--white); left: 50%; max-width: calc(100% - 32px); opacity: 0; padding: 13px 18px; pointer-events: none; position: fixed; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; z-index: 70; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.empty-state { background: var(--white); border: 1px dashed #c9d3e1; border-radius: 13px; color: var(--muted); padding: 38px; text-align: center; }.empty-state strong { color: var(--ink); display: block; font-size: 16px; margin-bottom: 5px; }
.listing-action { margin-top: 16px; min-height: 38px; padding: 0 12px; width: 100%; }
.side-secondary { color: #dbe5f5; margin-top: 8px; }
.feature-modal { max-width: 650px; }
.detail-summary { background: #f4f7fb; border: 1px solid var(--line); border-radius: 12px; margin: 20px 0; padding: 17px; }
.detail-summary p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 13px 0 0; }
.detail-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-pills span { background: var(--white); border: 1px solid var(--line); border-radius: 99px; color: var(--navy); font-size: 12px; font-weight: 700; padding: 7px 10px; }
.feature-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.feature-divider { border-top: 1px solid var(--line); margin: 25px 0; }
.feature-modal h3 { font-size: 18px; margin: 0 0 12px; }
.compact-form { display: grid; gap: 13px; margin-top: 16px; }
.inline-panel { background: #f7f9fc; border: 1px solid #dce4ef; border-radius: 12px; margin-top: 18px; padding: 18px; }
.inline-panel[hidden] { display: none; }
.muted-copy { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 6px 0; }
.review-list { display: grid; gap: 8px; }
.review-item { background: #f7f9fc; border-left: 3px solid var(--lime-dark); border-radius: 8px; padding: 10px 12px; }
.review-item strong { color: #788f1d; letter-spacing: .1em; }.review-item p { color: var(--muted); font-size: 13px; margin: 4px 0 0; }
.admin-modal { max-width: 720px; }.admin-toolbar { align-items: center; display: flex; gap: 12px; justify-content: space-between; margin: 18px 0; }.admin-list { display: grid; gap: 10px; }.admin-item { align-items: center; background: #f7f9fc; border: 1px solid var(--line); border-radius: 10px; display: flex; gap: 14px; justify-content: space-between; padding: 13px; }.admin-item strong, .admin-item small { display: block; }.admin-item small { color: var(--muted); font-size: 11px; margin-top: 5px; }
.message-list { max-height: 220px; overflow-y: auto; display: grid; gap: .55rem; padding: .2rem; }
.message-item { max-width: 82%; padding: .7rem .8rem; border: 1px solid var(--line); border-radius: 12px 12px 12px 3px; background: #eef3f9; }
.message-item p { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; }
.message-item small { display: block; margin-top: .35rem; color: var(--muted); font-size: .75rem; }
.message-own { justify-self: end; border-color: rgba(50, 164, 255, .45); border-radius: 12px 12px 3px 12px; background: rgba(40, 120, 220, .14); }
.profile-section, .community-section { padding-top: 78px; }
.profile-preview-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 26px; }
.profile-preview-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
.profile-preview-card h3 { font-size: 19px; margin-top: 14px; }
.profile-preview-card p { color: var(--muted); font-size: 13px; margin: 10px 0 0; }
.profile-avatar { align-items: center; background: #eef8d9; border-radius: 12px; color: var(--lime-dark); display: inline-flex; font-family: Manrope, sans-serif; font-weight: 800; height: 42px; justify-content: center; width: 42px; }
.community-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 26px; }
.community-filters { align-items: end; background: var(--white); border: 1px solid var(--line); border-radius: 14px; display: grid; gap: 12px; grid-template-columns: 1.4fr 1fr 1fr auto; margin-top: 24px; padding: 16px; }.community-filters .field { margin: 0; }.community-clear { min-height: 43px; }.community-results-bar { align-items: center; color: var(--muted); display: flex; font-size: 12px; justify-content: space-between; margin-top: 18px; }.community-results-bar strong { color: var(--ink); font-size: 13px; }.community-load-more { display: block; margin: 18px auto 0; }.community-card-meta { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }.community-card .community-card-meta span { background: #eef3f9; border-radius: 5px; color: #5f6d82; display: inline-block; font-size: 9px; margin: 0; padding: 4px 6px; text-transform: uppercase; }.community-card .community-members { color: var(--lime-dark); font-size: 11px; font-weight: 800; margin-top: 14px; text-transform: uppercase; }
.community-card { background: var(--white); border: 1px solid var(--line); border-radius: 14px; cursor: pointer; min-height: 138px; padding: 16px; text-align: left; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.community-card:hover, .community-card.active { border-color: var(--lime-dark); box-shadow: 0 12px 25px rgba(28,43,65,.08); transform: translateY(-2px); }
.community-card strong, .community-card small, .community-card span { display: block; }
.community-card strong { font-family: Manrope, sans-serif; font-size: 16px; letter-spacing: -.02em; }
.community-card small { color: var(--muted); font-size: 12px; line-height: 1.45; margin-top: 8px; }
.community-card span { color: var(--lime-dark); font-size: 11px; font-weight: 800; margin-top: 14px; text-transform: uppercase; }
.community-thread { background: var(--white); border: 1px solid var(--line); border-radius: 16px; margin-top: 18px; padding: 22px; }
.community-thread h3 { font-size: 22px; }
.community-thread > div > p { color: var(--muted); margin: 8px 0 0; }
.community-posts { display: grid; gap: 10px; margin-top: 18px; }
.community-post { background: #f7f9fc; border: 1px solid #dce4ef; border-radius: 12px; padding: 13px; position: relative; }
.community-post p { color: var(--ink); margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.community-post small { color: var(--muted); display: block; font-size: 11px; margin-top: 8px; }
.admin-only-action { display: none; position: absolute; right: 10px; top: 8px; }
.admin-modal ~ .toast, body:has(#adminButton:not([hidden])) .admin-only-action { display: inline-flex; }
@media (max-width: 680px) { #candidateTopButton, #publishTopButton, .account-copy small { display: none; }.account-copy { max-width: 82px; }.feature-actions { display: grid; grid-template-columns: 1fr; }.admin-item { align-items: start; flex-direction: column; }.admin-item .button { width: 100%; } }
@media (max-width: 1000px) { .top-nav { display: none; }.hero-section { grid-template-columns: 1fr 1fr; padding-left: 6vw; padding-right: 6vw; }.category-grid { grid-template-columns: repeat(3, 1fr); }.search-form { grid-template-columns: 1fr 1fr; }.search-form .button { min-height: 47px; }.list-layout { grid-template-columns: 1fr; }.side-cta { position: static; }.listing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 1000px) { .community-filters { grid-template-columns: 1fr 1fr; }.community-clear { width: 100%; } }
@media (max-width: 680px) { .site-header { gap: 10px; padding: 14px 16px; }.header-actions .button-quiet { display: none; }.header-actions .button-primary { font-size: 12px; min-height: 38px; padding: 0 11px; }.brand { font-size: 18px; }.hero-section { display: block; min-height: auto; padding: 56px 20px 130px; }.hero-copy { max-width: 540px; }.hero-visual { margin: 35px 18px 0; min-height: 340px; }.visual-window { min-height: 290px; }.floating-note { transform: scale(.88); }.note-top { right: -24px; }.note-bottom { bottom: 8px; left: -35px; }.hero-text { font-size: 16px; }.search-panel { margin: -24px 14px 0; padding: 23px 17px; }.compact-heading { align-items: start; display: block; }.result-count { display: block; margin-top: 9px; }.search-form { display: block; }.search-form .field { margin-bottom: 12px; }.search-form .button { width: 100%; }.content-section { padding-top: 62px; }.section-heading { align-items: start; display: block; }.section-heading > .text-button { display: inline-block; margin-top: 13px; }.category-grid { gap: 8px; grid-template-columns: repeat(2, 1fr); margin-top: 20px; }.category-card { padding: 14px 11px; }.listing-section { padding-top: 70px; }.listing-sort { margin-top: 18px; }.listing-grid { grid-template-columns: 1fr; }.profile-preview-grid, .community-grid { grid-template-columns: 1fr; }.community-card { min-height: auto; }.community-thread { padding: 17px; }.trust-section { display: block; margin-top: 70px; padding: 61px 20px; }.trust-list { margin-top: 40px; }.final-cta { align-items: start; display: block; padding: 63px 20px; }.final-cta .button { margin-top: 22px; width: 100%; }.site-footer { align-items: start; flex-direction: column; padding: 27px 20px; }.form-row { grid-template-columns: 1fr; }.modal { padding: 24px 18px; }.modal h2 { font-size: 27px; } }
@media (max-width: 680px) { #loginButton.button-quiet { display: inline-flex; } }
@media (max-width: 680px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .site-header { width: 100%; }
  .header-actions { flex: 0 1 auto; min-width: 0; }
  #loginButton { font-size: 12px; max-width: 108px; padding: 0 8px; text-align: center; white-space: normal; }
  .account-button { max-width: 118px; min-width: 0; }
  .hero-copy, .hero-section, .hero-visual, .visual-window, .search-panel { max-width: 100%; min-width: 0; }
  .hero-copy h1 { font-size: 48px; overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; display: grid; gap: 10px; grid-template-columns: 1fr; }
  .hero-actions .button { margin: 0; max-width: 100%; width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-visual { margin-left: 0; margin-right: 0; }
  .visual-task { gap: 8px; left: 12px; right: 12px; width: auto; }
  .visual-task .price { font-size: 12px; }
  .community-filters { display: grid; grid-template-columns: 1fr; padding: 13px; }
  .community-results-bar { align-items: flex-start; flex-direction: column; gap: 3px; }
}

/* Public social feed and the short PertoJa launch flyby. */
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.ufo-flyby { animation: ufo-flight 6.2s cubic-bezier(.18,.66,.35,1) 1.15s 1 both; height: 72px; left: 0; pointer-events: none; position: fixed; top: 72px; transform: translate3d(-180px,-20px,0) rotate(-5deg); width: 150px; z-index: 19; }
.ufo-stars { background: radial-gradient(circle, rgba(200,241,105,.9) 0 2px, transparent 3px) 0 10px/26px 24px repeat-x; filter: drop-shadow(0 0 6px rgba(200,241,105,.8)); height: 30px; opacity: .7; position: absolute; right: 102px; top: 21px; width: 130px; }
.ufo-craft { animation: ufo-bob .65s ease-in-out infinite alternate; display: block; height: 64px; position: relative; width: 118px; }
.ufo-dome { background: rgba(185,236,255,.92); border: 2px solid #35557c; border-radius: 48px 48px 12px 12px; display: block; height: 35px; left: 34px; overflow: hidden; position: absolute; top: 2px; width: 52px; }
.ufo-dome b { background: #81ad38; border-radius: 48% 48% 42% 42%; bottom: -2px; height: 25px; left: 13px; position: absolute; width: 24px; }
.ufo-dome b::before, .ufo-dome b::after { background: #122033; border-radius: 50%; content: ""; height: 5px; position: absolute; top: 8px; transform: rotate(15deg); width: 3px; }
.ufo-dome b::before { left: 6px; }.ufo-dome b::after { right: 6px; transform: rotate(-15deg); }
.ufo-saucer { background: linear-gradient(180deg,#dbe4ee 0 35%,#667c99 38% 58%,#213450 62%); border: 2px solid #18283f; border-radius: 50%; box-shadow: 0 4px 11px rgba(15,28,48,.32), 0 0 14px rgba(200,241,105,.55); display: block; height: 31px; left: 3px; position: absolute; top: 28px; width: 112px; }
.ufo-saucer::after { background: repeating-linear-gradient(90deg,#c8f169 0 7px,transparent 7px 17px); bottom: 4px; content: ""; height: 4px; left: 19px; position: absolute; width: 73px; }
.ufo-beam { background: linear-gradient(180deg,rgba(200,241,105,.4),rgba(200,241,105,0)); clip-path: polygon(35% 0,65% 0,100% 100%,0 100%); height: 35px; left: 35px; opacity: .8; position: absolute; top: 52px; width: 48px; }
@keyframes ufo-flight { 0% { opacity: 0; transform: translate3d(-180px,-18px,0) rotate(-7deg); } 7% { opacity: 1; } 46% { transform: translate3d(calc(52vw - 55px),14px,0) rotate(2deg); } 68% { transform: translate3d(calc(72vw - 55px),-4px,0) rotate(-2deg); } 92% { opacity: 1; } 100% { opacity: 0; transform: translate3d(calc(100vw + 50px),-24px,0) rotate(6deg); } }
@keyframes ufo-bob { from { transform: translateY(-2px); } to { transform: translateY(4px); } }

.social-feed-section { background: #edf1f6; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); margin: 0; max-width: none; padding: 78px 20px 80px; }
.feed-shell { margin: 0 auto; max-width: 760px; }
.feed-heading { align-items: center; margin-bottom: 24px; }
.feed-heading h2 { font-size: clamp(28px,4vw,42px); }
.feed-composer, .feed-card, .feed-empty { background: var(--white); border: 1px solid #d9e1ec; border-radius: 8px; box-shadow: 0 8px 24px rgba(25,39,62,.06); }
.feed-composer { margin-bottom: 18px; padding: 18px; }
.feed-composer-head, .feed-card > header { align-items: center; display: flex; gap: 11px; }
.feed-composer-head strong, .feed-composer-head small, .feed-card > header strong, .feed-card > header small { display: block; }
.feed-composer-head small, .feed-card > header small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.feed-avatar, .feed-comment-avatar { align-items: center; background: var(--navy); background-position: center; background-size: cover; border-radius: 50%; color: var(--lime); display: inline-flex; flex: 0 0 auto; font-family: Manrope,sans-serif; font-weight: 800; height: 44px; justify-content: center; object-fit: cover; width: 44px; }
.feed-composer textarea { background: #f6f8fb; border: 1px solid #e0e6ee; border-radius: 8px; color: var(--ink); display: block; margin: 14px 0 12px; min-height: 94px; padding: 13px; resize: vertical; width: 100%; }
.feed-composer textarea:focus { border-color: #8098b7; outline: 3px solid rgba(118,103,245,.12); }
.feed-composer-actions { align-items: center; display: flex; gap: 11px; }
.feed-composer-actions .button { margin-left: auto; }
.feed-tool-button { background: transparent; border: 0; color: #47566e; cursor: pointer; font-weight: 700; padding: 9px 4px; }
.feed-tool-button:hover { color: var(--lime-dark); }
.feed-file-limit { color: var(--muted); font-size: 10px; }
.feed-media-preview { background: #eef2f7; border-radius: 8px; margin-bottom: 12px; overflow: hidden; padding: 10px; position: relative; }
.feed-media-preview img, .feed-media-preview video { display: block; max-height: 320px; object-fit: contain; width: 100%; }
.feed-media-preview button { background: rgba(17,24,39,.88); border: 0; border-radius: 6px; color: #fff; cursor: pointer; padding: 7px 10px; position: absolute; right: 17px; top: 17px; }
.feed-list { display: grid; gap: 14px; }
.feed-list.is-loading { opacity: .62; pointer-events: none; }
.feed-card { overflow: hidden; padding: 18px; }
.feed-card > header { position: relative; }
.feed-delete { background: transparent; border: 0; border-radius: 50%; color: #7b8798; cursor: pointer; font-size: 13px; height: 32px; margin-left: auto; width: 32px; }
.feed-delete:hover { background: #f2f4f7; color: #c44747; }
.feed-body { font-size: 15px; line-height: 1.58; margin: 16px 0; overflow-wrap: anywhere; }
.feed-media { background: #0e1726; border-radius: 6px; display: block; margin: 14px 0; max-height: 640px; object-fit: contain; width: 100%; }
.feed-stats { color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; padding: 10px 2px 8px; }
.feed-actions { border-bottom: 1px solid #e7ebf1; border-top: 1px solid #e7ebf1; display: grid; grid-template-columns: 1fr 1fr; }
.feed-actions button { background: transparent; border: 0; color: #5e6b7e; cursor: pointer; font-weight: 700; min-height: 42px; }
.feed-actions button:hover, .feed-actions button.active { background: #f5f8ec; color: #6d911c; }
.feed-comments { display: grid; gap: 9px; margin-top: 14px; }
.feed-comment { align-items: start; display: flex; gap: 9px; }
.feed-comment-avatar { height: 28px; width: 28px; }
.feed-comment > div { background: #f2f5f9; border-radius: 8px; padding: 8px 10px; }
.feed-comment strong { font-size: 11px; }.feed-comment p { font-size: 12px; margin: 2px 0; }.feed-comment small { color: var(--muted); font-size: 9px; }
.feed-comment-form { display: flex; gap: 7px; margin-top: 12px; }
.feed-comment-form input { background: #f5f7fa; border: 1px solid #dce3ed; border-radius: 99px; min-height: 38px; padding: 0 13px; width: 100%; }
.feed-comment-form button { background: var(--navy); border: 0; border-radius: 99px; color: #fff; cursor: pointer; font-weight: 700; padding: 0 15px; }
.feed-empty { color: var(--muted); padding: 36px 22px; text-align: center; }
.feed-empty strong, .feed-empty span { display: block; }.feed-empty strong { color: var(--ink); }.feed-empty span { font-size: 12px; margin-top: 5px; }
.feed-more { display: flex; margin: 18px auto 0; }

@media (max-width: 680px) {
  .ufo-flyby { animation-duration: 5.2s; top: 62px; transform: scale(.76) translate3d(-190px,-15px,0); transform-origin: left center; }
  .social-feed-section { padding: 54px 14px 60px; }
  .feed-heading .button { margin-top: 16px; width: 100%; }
  .feed-composer, .feed-card { padding: 14px; }
  .feed-composer-actions { align-items: stretch; flex-wrap: wrap; }
  .feed-composer-actions .button { margin-left: 0; width: 100%; }
  .feed-file-limit { margin-left: auto; padding-top: 10px; }
  .feed-media { max-height: 420px; }
  .feed-comment-form button { padding: 0 12px; }
}
@media (prefers-reduced-motion: reduce) { .ufo-flyby { display: none; }.feed-list, .feed-card { scroll-behavior: auto; } }

/* Social, task conversation and moderation affordances. */
.community-thread-heading { align-items: start; display: flex; gap: 16px; justify-content: space-between; }
.community-thread-heading > div:first-child { min-width: 0; }
.community-thread-heading .text-button { white-space: nowrap; }
.interest-count { color: #4f7815; font-weight: 700; }
.message-item { background: #f4f6fa; border: 1px solid #e0e6ef; border-radius: 12px; margin: 10px 0; max-width: 88%; padding: 12px 14px; }
.message-item.message-own { background: #e7f0ff; border-color: #bdd0f4; margin-left: auto; }
.message-person { align-items: center; display: flex; gap: 8px; margin-bottom: 7px; }
.message-person strong { font-size: 12px; }
.message-avatar { border-radius: 50%; height: 28px; object-fit: cover; width: 28px; }
.message-avatar-fallback { align-items: center; background: #dce8ff; color: #1c4a9b; display: inline-flex; font-weight: 800; justify-content: center; }
.message-item p { margin: 0 0 7px; overflow-wrap: anywhere; }
.message-item small { color: var(--muted); font-size: 10px; }
.community-post-author { align-items: center; display: flex; gap: 9px; }
.community-post-author img, .community-post-author > span { border-radius: 50%; height: 34px; object-fit: cover; width: 34px; }
.community-post-author > span { align-items: center; background: #e7f1bf; color: #4f7815; display: inline-flex; font-weight: 800; justify-content: center; }
.community-post-author div { display: grid; gap: 2px; }
.community-post-author small { color: var(--muted); font-size: 10px; }
.content-tools, .admin-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.danger-text { color: #b42336 !important; }
.admin-actions .button { min-height: 34px; padding: 7px 11px; }
.current-profile-card .profile-card-photo { border-radius: 50%; height: 68px; object-fit: cover; width: 68px; }
.notification-modal { max-width: 560px; }
.notification-list { display: grid; gap: 10px; max-height: min(52vh, 520px); overflow: auto; padding-right: 4px; }
.notification-item { align-items: start; background: #f5f7fa; border: 1px solid #e1e6ee; border-radius: 12px; display: flex; gap: 10px; padding: 12px 14px; }
.notification-item.unread { background: #eef5ff; border-color: #b8cff6; }
.notification-dot { background: #8aa0b9; border-radius: 50%; flex: 0 0 8px; height: 8px; margin-top: 6px; width: 8px; }
.notification-item.unread .notification-dot { background: #2869d8; box-shadow: 0 0 0 4px #dce9ff; }
.notification-item strong { display: block; font-size: 13px; }
.notification-item p { margin: 4px 0; overflow-wrap: anywhere; }
.notification-item small { color: var(--muted); font-size: 10px; }
.feed-more[hidden] { display: none; }
@media (max-width: 680px) {
  .community-thread-heading { display: grid; gap: 8px; }
  .notification-modal { width: min(100%, 520px); }
  .notification-list { max-height: 58vh; }
}
