@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f5f2e9;
  --white: #fffef9;
  --ink: #202821;
  --muted: #62675d;
  --line: #d8d9ce;
  --yellow: #f3d44d;
  --green: #254c38;
  --mint: #e1e8d9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.55; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, select, summary { cursor: pointer; }
button { border: 0; }
input, select, textarea { max-width: 100%; }
input, select, textarea, button, a, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--green); outline-offset: 2px; }
input[type="checkbox"] { accent-color: var(--green); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { font-size: clamp(2.6rem, 5.5vw, 4.8rem); letter-spacing: -.065em; font-weight: 730; max-width: 820px; text-wrap: balance; }
h2 { font-size: 1.4rem; letter-spacing: -.035em; font-weight: 680; }
h3 { font-size: 1.08rem; letter-spacing: -.02em; }
ul, ol { padding-left: 1.3rem; }
.site-shell { max-width: 1120px; margin: auto; padding: 0 40px; }
.site-header { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 16px; }
.wordmark { display: inline-flex; align-items: center; gap: 8px; font-size: 1.7rem; font-weight: 780; letter-spacing: -.07em; text-decoration: none; }
.brand-dot { width: 13px; height: 13px; background: var(--yellow); border: 1px solid var(--ink); border-radius: 50%; margin-top: 6px; }
.city-tag { font-size: .78rem; font-weight: 600; }
.steps { display: flex; gap: 30px; margin-top: 34px; font-size: .82rem; color: var(--muted); }
.steps span { display: flex; align-items: center; gap: 8px; }
.steps b { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; width: 30px; height: 30px; font-size: .65rem; }
.steps .current { color: var(--ink); font-weight: 650; }
.steps .current b { background: var(--yellow); border-color: var(--yellow); }
.page-heading { padding: 36px 0 32px; }
.eyebrow, .small-label { font-size: .69rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
.eyebrow { margin-bottom: 17px; color: var(--green); }
.lede { margin-top: 18px; max-width: 650px; font-size: 1.03rem; color: var(--muted); line-height: 1.65; }
.back-link { display: inline-block; font-size: .82rem; margin-top: 25px; text-decoration: none; }
.back-link + .steps { margin-top: 25px; }
.filter-card { border: 1px solid var(--line); padding: 24px; background: var(--white); border-radius: 17px; }
.filter-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 20px; }
.field label, .share-card > label, .import-form > label { display: block; font-size: .8rem; font-weight: 650; margin-bottom: 8px; }
.field input, .field select, .personality-card input, .share-link, textarea { width: 100%; border: 1px solid var(--line); background: var(--white); border-radius: 9px; min-height: 49px; padding: 11px 13px; font-size: 1rem; }
select { text-overflow: ellipsis; padding-right: 30px !important; }
.search-row { display: flex; align-items: end; gap: 14px; margin-top: 17px; }
.grow { flex: 1; min-width: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 49px; padding: 12px 20px; border-radius: 9px; border: 1px solid transparent; text-decoration: none; font-size: .87rem; font-weight: 680; text-align: center; transition: background-color .15s, transform .15s; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--yellow); border-color: #ddbf40; color: var(--ink); }
.button.primary:hover { background: #ffe16a; }
.button.ink { background: var(--ink); color: var(--white); }
.button.ink:hover { background: var(--green); }
.button.subtle { background: transparent; border-color: var(--line); }
.button.subtle:hover { background: var(--mint); }
.button.full { display: flex; width: 100%; margin-top: 12px; }
.text-button { display: inline-flex; align-items: center; background: transparent; font-size: .8rem; padding: 10px 0; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.muted { color: var(--muted); }
.where-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 30px; align-items: start; margin-top: 35px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.count { white-space: nowrap; font-size: .7rem; border-radius: 5px; padding: 3px 7px; background: var(--mint); color: var(--green); }
.quiet, .data-note { color: var(--muted); font-size: .8rem; line-height: 1.65; }
.quiet { margin: 8px 0 12px; }
.data-note { font-size: .73rem; margin-top: 16px; }
.place-list { border-top: 1px solid var(--line); }
.place-row { position: relative; display: flex; align-items: center; gap: 12px; min-height: 91px; padding: 14px 10px 14px 3px; border-bottom: 1px solid var(--line); cursor: pointer; border-radius: 3px; }
.place-row:hover { background: #edeee3; }
.place-row:has(input:checked) { background: #e6ebdd; }
.place-row > input { position: absolute; right: 13px; width: 23px; height: 23px; opacity: 0; }
.place-row:has(input:focus-visible) { outline: 2px solid var(--green); outline-offset: 1px; }
.place-symbol { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; border-radius: 50%; background: #e8e8dc; font-size: 1.2rem; }
.place-copy { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.place-copy strong { font-size: .89rem; line-height: 1.25; overflow-wrap: anywhere; }
.place-copy > span { color: var(--muted); font-size: .73rem; margin-top: 5px; }
.place-copy small { color: var(--muted); font-size: .62rem; margin-top: 2px; }
.selection-mark { flex: 0 0 27px; height: 27px; display: grid; place-items: center; border: 1px solid #adb5a7; border-radius: 50%; font-size: 1.1rem; }
.place-row:has(input:checked) .selection-mark { background: var(--green); border-color: var(--green); color: white; font-size: 0; }
.place-row:has(input:checked) .selection-mark::after { content: "✓"; font-size: .85rem; }
.map-panel { grid-column: 2; grid-row: 1 / span 2; padding: 23px; border-radius: 17px; background: var(--mint); min-width: 0; }
.map-caption { display: flex; justify-content: space-between; align-items: center; font-size: .8rem; }
.area-map { width: 100%; height: auto; margin: 15px 0; background: #d6e0d3; border-radius: 12px; }
.area-shape { fill: #fbfaf0; stroke: #9cac92; stroke-width: 1; }
.map-dot { fill: var(--green); stroke: #fbfaf0; stroke-width: 1.2; }
.map-dot.picked { fill: #d5a72b; stroke: var(--ink); stroke-width: 1.4; r: 5; }
.empty-card { padding: 28px 12px; }
.empty-card p { color: var(--muted); font-size: .9rem; max-width: 440px; margin-top: 13px; }
.empty-card .button { margin-top: 20px; }
.empty-symbol { display: block; font-size: 2.1rem; color: var(--green); margin-bottom: 20px; }
.meeting-illustration { position: relative; height: 210px; }
.person { display: grid; place-items: center; border: 1.5px solid var(--ink); border-radius: 50%; width: 73px; height: 73px; position: absolute; z-index: 1; font-size: 2.4rem; font-weight: 700; letter-spacing: -.1em; padding-right: 5px; transform: rotate(-12deg); }
.person-one { background: var(--yellow); top: 14px; left: 20px; }
.person-two { background: var(--white); right: 11px; bottom: 27px; transform: rotate(13deg); }
.dotted-path { position: absolute; inset: 48px 34px 59px 50px; border-top: 2px dashed #73866c; border-right: 2px dashed #73866c; border-radius: 0 60px 0 0; }
.meeting-star { position: absolute; font-size: 4rem; top: 103px; left: 35px; color: var(--green); line-height: 1; }
.action-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); margin-top: 30px; padding: 18px 0 max(18px, env(safe-area-inset-bottom)); background: var(--paper); }
.where-grid .action-bar { grid-column: 1; grid-row: 2; margin-top: 0; }
.action-bar p { font-size: .78rem; line-height: 1.45; }
.action-bar p span { color: var(--muted); }
.calendar-form { max-width: 770px; }
.calendar-note { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; font-size: .88rem; }
.calendar-note p span { color: var(--muted); font-size: .78rem; }
.mini-circle { display: grid; place-items: center; border-radius: 50%; width: 43px; height: 43px; background: var(--yellow); font-size: 1.8rem; }
.week { border: 1px solid var(--line); border-radius: 13px; margin-bottom: 13px; overflow: clip; background: var(--white); }
.week > summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 19px; font-size: .95rem; font-weight: 650; list-style: none; }
.week > summary::-webkit-details-marker { display: none; }
.week-toggle { font-size: 1.2rem; font-weight: 400; }
.week[open] .week-toggle { transform: rotate(45deg); }
.week[open] > summary { border-bottom: 1px solid var(--line); }
.availability { width: 100%; table-layout: fixed; border-collapse: collapse; }
.availability th, .availability td { text-align: center; padding: 0; }
.availability thead th { font-size: .68rem; font-weight: 550; color: var(--muted); height: 43px; }
.availability th:first-child { width: 16%; }
.availability tbody th { font-size: .8rem; font-weight: 550; }
.availability tbody tr { border-top: 1px solid #e9eadf; }
.slot { display: grid; place-items: center; position: relative; min-height: 53px; width: 100%; cursor: pointer; }
.slot input { position: absolute; width: 29px; height: 29px; opacity: 0; }
.slot span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #cbd0c3; border-radius: 6px; background: #f8f9f2; }
.slot:has(input:checked) { background: #edf0e5; }
.slot input:checked + span { background: var(--green); border-color: var(--green); color: white; }
.slot input:checked + span::after { content: "✓"; font-size: .87rem; }
.slot input:focus-visible + span { outline: 2px solid var(--green); outline-offset: 3px; }
.share-form { max-width: 750px; }
.personality-card { background: var(--mint); border-radius: 16px; padding: 27px; }
.personality-card > label { display: block; font-size: 1.6rem; font-weight: 650; letter-spacing: -.05em; margin: 17px 0; }
.personality-card input { min-height: 61px; font-size: 1.1rem; }
.review-card { border: 1px solid var(--line); border-radius: 16px; padding: 26px; margin-top: 22px; background: var(--white); }
.review-card > .small-label { display: block; margin-bottom: 20px; }
.entry-name { font-size: 1.25rem; overflow-wrap: anywhere; }
.place-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.place-chip { padding: 5px 8px; font-size: .79rem; border: 1px solid var(--line); border-radius: 6px; line-height: 1.3; }
.entry-days { list-style: none; padding: 0; margin: 0; font-size: .79rem; line-height: 1.65; }
.entry-days li + li { margin-top: 3px; }
.share-card { background: var(--yellow); border-radius: 17px; padding: 28px; display: grid; grid-template-columns: 1fr auto; column-gap: 28px; }
.share-card h2 { font-size: 1.9rem; margin: 10px 0; }
.share-card p { font-size: .86rem; max-width: 570px; }
.share-actions { display: flex; align-items: center; gap: 8px; }
.share-actions .subtle { border-color: #b6a33f; }
.share-card > label { grid-column: 1 / -1; margin-top: 24px; font-size: .7rem; }
.share-link { grid-column: 1 / -1; font-size: .8rem; background: #fff9dd; border-color: #d2b846; }
.share-card > .quiet { grid-column: 1 / -1; margin-bottom: 0; font-size: .73rem; color: #4d492d; }
.summary-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 38px; margin-top: 38px; align-items: start; }
.choices { list-style: none; padding: 0; margin: 20px 0 0; border-top: 1px solid var(--line); }
.choice { display: flex; gap: 14px; padding: 19px 0; border-bottom: 1px solid var(--line); align-items: start; }
.choice-count { display: flex; flex-direction: column; flex: 0 0 51px; align-items: center; background: var(--mint); border-radius: 9px; padding: 8px; }
.choice-count strong { font-size: 1.3rem; line-height: 1; }
.choice-count span { font-size: .64rem; margin-top: 5px; color: var(--green); }
.choice h3 { font-size: 1rem; margin: 1px 0 7px; line-height: 1.25; }
.choice p { font-size: .8rem; }
.calendar-link { font-size: .7rem; color: var(--muted); margin-top: 7px; display: inline-block; }
.capitalize { text-transform: capitalize; }
.entry-card { border: 1px solid var(--line); border-radius: 12px; padding: 20px; margin-top: 14px; background: var(--white); }
.entry-actions { display: flex; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 16px; padding-top: 3px; }
.closing-note { display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line); margin-top: 35px; padding-top: 27px; }
.closing-note > span { color: var(--green); font-size: 3.2rem; }
.closing-note p { font-size: .84rem; }
.notice { border: 1px solid #c8cdb9; background: #ecf0e0; padding: 14px 17px; border-radius: 9px; font-size: .85rem; margin: 16px 0; }
.notice.error { border-color: #d5aa91; background: #f4e3d4; }
.import-form { max-width: 700px; margin-top: 25px; }
textarea { resize: vertical; display: block; margin-bottom: 18px; }
.import-entries { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 16px 0 24px; }
.import-pick { display: flex; align-items: center; gap: 10px; font-weight: 650; font-size: .88rem; margin-bottom: 20px; cursor: pointer; min-height: 40px; }
.import-pick input { width: 23px; height: 23px; }
.prose { max-width: 690px; font-size: .97rem; }
.prose p, .prose h2, .prose ul { margin-bottom: 23px; }
.prose h2 { margin-top: 35px; }
.prose li { margin: 12px 0; }
.site-footer { display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 45px; padding: 25px 0 30px; font-size: .68rem; color: var(--muted); }
.site-footer > a { color: var(--ink); }
.footer-note { width: 100%; font-size: .65rem; }
.skip { position: absolute; top: -100px; left: 16px; z-index: 10; background: var(--yellow); padding: 15px; }
.skip:focus { top: 12px; }
.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; }

@media (max-width: 760px) {
  .site-shell { padding: 0 21px; }
  .site-header { min-height: 80px; }
  .wordmark { font-size: 1.48rem; }
  .city-tag { font-size: .66rem; }
  .steps { gap: 20px; margin-top: 25px; font-size: .75rem; }
  .steps b { width: 26px; height: 26px; font-size: .6rem; }
  .page-heading { padding: 29px 0 27px; }
  .eyebrow { font-size: .6rem; letter-spacing: .11em; margin-bottom: 15px; }
  h1 { font-size: clamp(2.6rem, 9.7vw, 3.6rem); max-width: 610px; }
  .lede { font-size: .9rem; margin-top: 15px; }
  .filter-card { padding: 18px; border-radius: 13px; }
  .filter-grid { grid-template-columns: 1fr; gap: 15px; }
  .search-row { gap: 9px; }
  .search-row .button { padding: 12px 15px; white-space: nowrap; }
  .search-row .button span { display: none; }
  .where-grid { grid-template-columns: 1fr; gap: 25px; margin-top: 27px; }
  .map-panel { grid-column: auto; grid-row: auto; margin-top: 0; }
  .meeting-illustration { height: 160px; max-width: 300px; margin: auto; }
  .person { width: 66px; height: 66px; }
  .person-one { top: 0; }
  .person-two { bottom: 6px; }
  .meeting-star { top: 91px; font-size: 3rem; }
  .map-panel h3 { font-size: 1.2rem; }
  .area-map { max-height: 270px; }
  .action-bar { margin-top: 23px; padding-top: 14px; }
  .action-bar .button { gap: 11px; padding: 12px 16px; }
  .action-bar > .text-button { font-size: .75rem; }
  .week > summary { padding: 16px 13px; }
  .availability th:first-child { width: 15%; }
  .availability thead th { font-size: .54rem; letter-spacing: -.02em; }
  .availability tbody th { font-size: .67rem; }
  .slot { min-height: 48px; }
  .slot span { width: 25px; height: 25px; }
  .calendar-note { font-size: .77rem; }
  .calendar-note p span { font-size: .69rem; }
  .personality-card, .review-card { padding: 21px; }
  .personality-card input { font-size: 1rem; }
  .share-card { display: block; padding: 23px; }
  .share-card h2 { font-size: 1.7rem; }
  .share-actions { margin-top: 20px; }
  .share-link { font-size: 1rem; }
  .summary-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
  .import-entries { grid-template-columns: 1fr; gap: 0; }
  .site-footer { margin-top: 30px; padding-top: 23px; font-size: .63rem; row-gap: 10px; }
}
@media (prefers-reduced-motion: reduce) { .button { transition: none; } .button:hover { transform: none; } }
@media print { .site-header, .site-footer, .steps, .action-bar, .share-actions, .entry-actions, .button, .calendar-link { display: none; } .site-shell { padding: 0; } .summary-grid { grid-template-columns: 1fr 1fr; } }