:root {
    --ink:#243a31;
    --muted:#797f7a;
    --forest:#294b3d;
    --lime:#d9ef8a;
    --line:#e7eae4;
    --paper:#fbfcf9;
    --white:#fff;
    --font:'DM Sans',sans-serif;
    --heading:'Manrope',sans-serif;
}

* {
    box-sizing:border-box;
}

html {
    font-size:16px;
    scroll-behavior:smooth;
}

body {
    margin:0;
    background:var(--paper);
    color:var(--ink);
    font-family:var(--font);
    font-weight:400;
    -webkit-font-smoothing:antialiased;
}

button,input,select,textarea {
    font:inherit;
}

button,a,input,select,textarea {
    -webkit-tap-highlight-color:transparent;
}

button {
    color:inherit;
    cursor:pointer;
}

button {
    border:0;
    background:none;
}

a {
    color:inherit;
    text-decoration:none;
}

button,input,select,textarea,a {
    outline-offset:5px;
}

button:focus-visible,a:focus-visible {
    outline:2px solid #426f47;
}

button:disabled {
    cursor:wait;
    opacity:.55;
}

button,.button {
    transition:background .18s,color .18s,transform .18s,box-shadow .18s;
}

button:hover {
    color:#43684c;
}

.icon {
    flex-shrink:0;
    vertical-align:middle;
}

h1,h2,h3,p {
    margin:0;
}

h1,h2,h3 {
    font-family:var(--heading);
}

[hidden] {
    display:none!important;
}

.skip-link {
    position:fixed;
    top:-70px;
    left:24px;
    z-index:100;
    background:var(--forest);
    color:white;
    padding:12px 18px;
    border-radius:8px;
}

.skip-link:focus {
    top:16px;
}

.sidebar {
    width:228px;
    position:fixed;
    inset:0 auto 0 0;
    display:flex;
    flex-direction:column;
    background:white;
    border-right:1px solid var(--line);
    z-index:10;
    padding:37px 22px 22px;
}

.brand {
    display:flex;
    align-items:center;
    gap:10px;
    font-family:var(--heading);
    font-size:26px;
    font-weight:800;
    letter-spacing:-1.4px;
    white-space:nowrap;
}

.brand-symbol {
    background:var(--lime);
    width:37px;
    height:37px;
    border-radius:12px;
    display:grid;
    place-items:center;
    transform:rotate(-7deg);
}

.brand-symbol svg {
    width:26px;
    height:26px;
    fill:var(--forest);
    stroke:var(--forest);
    stroke-width:1;
}

.brand-question {
    color:#78914b;
}

.sidebar-content {
    margin-top:57px;
}

.nav-caption {
    font-size:10px;
    font-weight:700;
    letter-spacing:1.7px;
    color:#90948e;
    margin:0 13px 18px;
}

.primary-nav {
    display:flex;
    flex-direction:column;
    gap:7px;
}

.nav-link {
    width:100%;
    display:flex;
    align-items:center;
    gap:12px;
    text-align:left;
    padding:14px 15px;
    border-radius:9px;
    color:#737b73;
    font-size:14px;
    font-weight:550;
}

.nav-link .icon {
    width:20px;
    height:20px;
    stroke-width:1.7;
}

.nav-link.active {
    background:#eff4e6;
    color:#334d32;
    font-weight:700;
}

.nav-link:hover {
    background:#f4f6f1;
}

.nav-count {
    margin-left:auto;
    background:#d7e4c4;
    min-width:22px;
    height:22px;
    border-radius:6px;
    display:grid;
    place-items:center;
    font-size:11px;
}

.button {
    min-height:46px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:12px 19px;
    border-radius:9px;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    text-align:center;
}

.button .icon {
    width:19px;
    height:19px;
}

.button-primary {
    background:var(--forest);
    color:#fff;
}

.button-primary:hover {
    background:#38614d;
    color:white;
    box-shadow:0 4px 12px #243a3110;
}

.button-secondary {
    background:#f0f2ec;
    color:var(--ink);
}

.button-secondary:hover {
    background:#e7ecdf;
}

.button-lime {
    background:var(--lime);
    color:#29402e;
}

.button-lime:hover {
    background:#e7f8ad;
    color:#203a2b;
    transform:translateY(-1px);
}

.sidebar-create {
    margin-top:26px;
    width:100%;
    font-size:14px;
}

.sidebar-create .icon {
    width:18px;
}

.sidebar-note {
    position:relative;
    overflow:hidden;
    margin-top:49px;
    background:#f7f8f2;
    border:1px solid #edf0e4;
    border-radius:13px;
    padding:21px 16px 20px;
}

.note-avatars {
    display:flex;
    padding-left:4px;
    margin-bottom:16px;
}

.note-avatars .mini-avatar {
    width:29px;
    height:29px;
    font-size:19px;
    border:2px solid #f7f8f2;
}

.sidebar-note h3 {
    font-size:15px;
    line-height:1.65;
    font-weight:750;
    letter-spacing:-.4px;
}

.sidebar-note p {
    margin-top:8px;
    font-size:12px;
    line-height:1.8;
    color:var(--muted);
}

.note-spark {
    position:absolute;
    font-size:59px;
    line-height:1;
    color:#c5db86;
    right:7px;
    bottom:16px;
    transform:rotate(16deg);
}

.sidebar-bottom {
    margin-top:auto;
    padding-top:28px;
}

.trust-link {
    display:flex;
    align-items:center;
    width:100%;
    padding:12px 2px;
    gap:8px;
    font-size:11px;
    color:#7e887a;
}

.trust-link .icon {
    width:16px;
    height:16px;
}

.trust-link .icon:last-child {
    margin-left:auto;
    width:13px;
}

.sidebar-footer {
    border-top:1px solid var(--line);
    padding-top:20px;
    margin-top:11px;
    display:flex;
    flex-direction:column;
    gap:7px;
    color:#93988f;
    font-size:10px;
}

.sidebar-footer span:first-child {
    font-size:11px;
    color:#7c8578;
}

.app-shell {
    margin-left:228px;
}

.topbar {
    min-height:100px;
    border-bottom:1px solid var(--line);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 43px;
    gap:20px;
    background:var(--paper);
}

.location {
    display:flex;
    gap:10px;
    align-items:center;
}

.location>.icon {
    width:21px;
    color:#587547;
}

.location div {
    display:flex;
    flex-direction:column;
    gap:5px;
}

.location strong {
    font-size:13px;
    font-weight:650;
}

.location span {
    font-size:11px;
    color:#989c94;
}

.topbar-right {
    display:flex;
    align-items:center;
    gap:27px;
}

.help-button {
    font-size:12px;
    color:#717b6f;
}

.demo-label {
    font-size:10px;
    letter-spacing:.4px;
    padding:5px 9px;
    border:1px solid #e2e8d9;
    border-radius:5px;
    color:#7a866e;
    background:#f5f7ef;
}

.guest-avatar {
    position:relative;
    width:35px;
    height:35px;
    border-radius:50%;
    background:#f0d8c2;
    color:#796049;
    display:grid;
    place-items:center;
    font-size:11px;
    font-weight:700;
    border:3px solid white;
    box-shadow:0 0 0 1px #e7e8df;
}

.guest-avatar>span {
    position:absolute;
    bottom:-1px;
    right:-1px;
    width:9px;
    height:9px;
    background:#7b9b55;
    border:2px solid white;
    border-radius:50%;
}

.main-content {
    max-width:1510px;
    margin:auto;
    padding:39px 43px 22px;
}

.intro {
    display:grid;
    grid-template-columns:1.25fr 1fr;
    align-items:center;
    gap:30px;
    padding-bottom:37px;
}

.eyebrow {
    font-size:10px;
    font-weight:700;
    letter-spacing:1.8px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#75846a;
    margin-bottom:14px;
}

.tiny-sun {
    font-size:23px;
    line-height:1;
    color:#94a76a;
}

.intro h1 {
    font-size:46px;
    font-weight:800;
    letter-spacing:-2.35px;
    line-height:1.16;
    position:relative;
    width:fit-content;
}

.intro h1>span {
    color:#698449;
    position:relative;
    z-index:1;
}

.intro h1>svg {
    position:absolute;
    width:163px;
    height:12px;
    bottom:-7px;
    right:0;
    stroke:#cada9f;
    stroke-width:3;
    fill:none;
    stroke-linecap:round;
}

.intro-copy>p {
    font-size:13px;
    color:var(--muted);
    margin-top:22px;
    letter-spacing:.02px;
}

.free-card {
    background:var(--forest);
    color:white;
    border-radius:16px;
    padding:24px 25px 22px;
    position:relative;
    overflow:hidden;
    isolation:isolate;
    max-width:430px;
    justify-self:end;
    width:100%;
}

.free-card-top {
    display:flex;
    align-items:center;
    gap:9px;
    font-size:9px;
    font-weight:500;
    letter-spacing:1.5px;
    color:#c9d7b9;
}

.bolt-badge {
    display:grid;
    place-items:center;
    background:#ffffff12;
    border:1px solid #ffffff12;
    width:27px;
    height:27px;
    border-radius:8px;
    color:var(--lime);
}

.bolt-badge>.icon {
    width:15px;
    height:15px;
    fill:var(--lime);
    stroke-width:1;
}

.free-card h2 {
    font-size:23px;
    letter-spacing:-.6px;
    line-height:1.4;
    font-weight:650;
    margin-top:11px;
}

.free-card p {
    font-size:11px;
    margin-top:6px;
    color:#c4cec4;
}

.free-card .button {
    font-size:12px;
    min-height:40px;
    margin-top:20px;
    justify-content:space-between;
    width:100%;
    border-radius:7px;
    padding:10px 14px;
}

.free-ring {
    position:absolute;
    z-index:-1;
    border-radius:50%;
    border:1px solid #adc7921f;
    width:190px;
    height:190px;
    right:-85px;
    top:-65px;
}

.ring-two {
    width:245px;
    height:245px;
    right:-113px;
    top:-91px;
}

.discovery-toolbar {
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:19px 0;
}

.category-list {
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}

.category {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:11px 15px;
    border-radius:8px;
    border:1px solid var(--line);
    background:white;
    color:#778072;
    font-size:12px;
    white-space:nowrap;
    min-height:42px;
}

.category .icon {
    width:17px;
    height:17px;
}

.category.active {
    background:var(--forest);
    border-color:var(--forest);
    color:white;
}

.category:hover {
    border-color:#8b9e73;
    background:#f0f4e8;
    color:var(--forest);
}

.category.active:hover {
    color:white;
    background:#38614d;
}

.plans-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin:28px 0 23px;
}

.heading-line {
    display:flex;
    align-items:center;
    gap:11px;
}

.heading-line h2 {
    font-size:21px;
    font-weight:750;
    letter-spacing:-.6px;
}

.result-count {
    font-size:10px;
    color:#7b8674;
    background:#eff2e9;
    border:1px solid #e6eadf;
    padding:4px 7px;
    border-radius:5px;
    white-space:nowrap;
}

.plans-heading p {
    font-size:12px;
    color:#969d91;
    margin-top:7px;
}

.plan-controls {
    display:flex;
    align-items:center;
    gap:10px;
}

.search-field {
    position:relative;
    display:flex;
    align-items:center;
    gap:9px;
    padding:0 12px;
    height:38px;
    border:1px solid var(--line);
    background:white;
    border-radius:8px;
    max-width:165px;
}

.search-field>.icon {
    width:15px;
    color:#99a08f;
}

.search-field input {
    width:100%;
    border:0;
    background:transparent;
    outline:none;
    min-width:0;
    font-size:11px;
    color:var(--ink);
    height:100%;
}

.search-field:focus-within {
    outline:2px solid #829b5e;
    outline-offset:2px;
}

.search-field input::placeholder {
    color:#99a08f;
}

.filter-button {
    display:flex;
    align-items:center;
    gap:7px;
    height:38px;
    border:1px solid var(--line);
    border-radius:8px;
    background:white;
    padding:0 12px;
    color:#777f70;
    font-size:11px;
}

.filter-button>.icon {
    width:15px;
    height:15px;
}

.filter-count {
    display:grid;
    place-items:center;
    width:16px;
    height:16px;
    background:var(--forest);
    color:white;
    font-size:10px;
    border-radius:50%;
}

.filter-summary {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:12px 15px;
    background:#eef3e4;
    border-radius:8px;
    margin-bottom:18px;
    font-size:12px;
    color:#5c7052;
}

.filter-summary button {
    display:flex;
    gap:6px;
    align-items:center;
    white-space:nowrap;
    font-size:11px;
}

.filter-summary .icon {
    width:14px;
    height:14px;
}

.plan-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:23px 21px;
}

.plan-card {
    min-width:0;
    background:white;
    border:1px solid #e7eae3;
    border-radius:13px;
    overflow:hidden;
    transition:box-shadow .2s,transform .2s;
    box-shadow:0 2px 2px #253d3102;
}

.plan-card:hover {
    transform:translateY(-3px);
    box-shadow:0 9px 24px #243a310b;
}

.card-image-wrap {
    position:relative;
    height:174px;
    overflow:hidden;
    background:#e8ecdf;
}

.card-image-button {
    width:100%;
    height:100%;
    display:block;
    padding:0;
}

.card-image-button:focus-visible {
    outline-offset:-5px;
    outline-color:white;
}

.card-image {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .45s;
    object-position:center;
}

.plan-card:hover .card-image {
    transform:scale(1.04);
}

.plan-card[data-id="sunset"] .card-image {
    object-position:50% 72%;
}

.plan-card[data-id="padel"] .card-image {
    object-position:50% 45%;
}

.image-tag {
    position:absolute;
    left:12px;
    top:12px;
    display:flex;
    align-items:center;
    gap:5px;
    font-size:9px;
    font-weight:550;
    padding:6px 9px;
    border-radius:5px;
    background:#fffffff2;
    pointer-events:none;
    line-height:1.4;
    color:#45503e;
    box-shadow:0 2px 5px #00000005;
}

.image-tag>span {
    font-size:11px;
}

.save-button {
    position:absolute;
    right:11px;
    top:11px;
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    background:#fffffff5;
    border-radius:50%;
    color:#53604c;
    padding:0;
    box-shadow:0 1px 4px #00000007;
}

.save-button>.icon {
    width:15px;
    height:15px;
    stroke-width:1.7;
}

.save-button:hover {
    background:var(--lime);
    color:var(--forest);
}

.save-button.is-saved {
    background:var(--lime);
    color:var(--forest);
}

.save-button.is-saved>.icon {
    fill:var(--forest);
}

.spots-tag {
    position:absolute;
    left:12px;
    bottom:12px;
    pointer-events:none;
    background:#243b2ad9;
    backdrop-filter:blur(6px);
    color:#fff;
    padding:5px 8px;
    border-radius:5px;
    font-size:9px;
    letter-spacing:.1px;
}

.card-body {
    padding:16px 15px 13px;
}

.card-time {
    display:flex;
    align-items:center;
    gap:5px;
    font-size:10px;
    color:#718557;
    font-weight:550;
    min-height:15px;
}

.card-time>.icon {
    width:12px;
    height:12px;
}

.card-time .price {
    margin-left:auto;
    color:#9ba18f;
    font-size:9px;
    font-weight:400;
}

.card-body h3 {
    font-size:14px;
    font-weight:750;
    letter-spacing:-.3px;
    line-height:1.5;
    margin-top:9px;
    overflow-wrap:anywhere;
}

.card-body h3>button {
    padding:0;
    font:inherit;
    text-align:left;
}

.card-location {
    display:flex;
    align-items:center;
    gap:5px;
    font-size:10px;
    color:#9aa08e;
    margin-top:8px;
}

.card-location>.icon {
    width:12px;
    height:12px;
}

.metadata-dot {
    padding:0 1px;
}

.card-bottom {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding-top:13px;
    border-top:1px solid #f0f1ea;
    margin-top:16px;
}

.group-info {
    display:flex;
    align-items:center;
    gap:9px;
}

.avatar-stack {
    display:flex;
    padding-left:4px;
}

.mini-avatar {
    width:27px;
    height:27px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:2px solid white;
    margin-left:-5px;
    font-size:9px;
    font-family:var(--heading);
    font-weight:750;
    flex-shrink:0;
}

.peach {
    background:#edd4c0;
    color:#956e53;
}

.sage {
    background:#d9e4cf;
    color:#73816c;
}

.lavender {
    background:#dcd6e6;
    color:#8d7ca4;
}

.pink {
    background:#edd8da;
    color:#a5767c;
}

.blue {
    background:#d2e2e4;
    color:#6d9397;
}

.group-info>span {
    font-size:10px;
    color:#949b8c;
    white-space:nowrap;
}

.group-info strong {
    color:#5a684f;
    font-weight:600;
}

.card-action {
    width:28px;
    height:28px;
    border-radius:50%;
    display:grid;
    place-items:center;
    border:1px solid #e7ebdf;
    color:#8b987d;
    flex-shrink:0;
}

.card-action>.icon {
    width:14px;
    height:14px;
}

.card-action:hover {
    background:var(--forest);
    color:var(--lime);
    border-color:var(--forest);
}

.bottom-invitation {
    display:flex;
    align-items:center;
    gap:14px;
    padding:21px 22px;
    margin-top:30px;
    border:1px dashed #dbe2cd;
    border-radius:11px;
    background:#f5f7ef;
}

.invitation-icon {
    width:37px;
    height:37px;
    display:grid;
    place-items:center;
    background:#eaf0d9;
    border-radius:10px;
    color:#7e955b;
}

.invitation-icon>.icon {
    width:21px;
    fill:#7e955b;
    stroke-width:.5;
}

.bottom-invitation strong {
    font-size:12px;
    font-weight:650;
}

.bottom-invitation p {
    font-size:11px;
    color:#959d87;
    margin-top:5px;
}

.text-button {
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:10px;
    font-size:11px;
    font-weight:600;
    white-space:nowrap;
}

.text-button .icon {
    width:16px;
    height:16px;
}

.main-footer {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:18px;
    margin-top:27px;
    font-size:9px;
    color:#a2a893;
    line-height:1.7;
}

.main-footer>span:first-child {
    display:flex;
    align-items:center;
    gap:6px;
}

.main-footer .icon {
    width:12px;
    height:12px;
}

.empty-state {
    text-align:center;
    background:#f3f6ed;
    padding:60px 22px;
    border:1px dashed #dce4d0;
    border-radius:13px;
}

.empty-state>span {
    display:grid;
    place-items:center;
    border-radius:50%;
    width:58px;
    height:58px;
    margin:0 auto 18px;
    background:#e6eed8;
    color:#7a915e;
}

.empty-state h3 {
    font-size:23px;
    letter-spacing:-.5px;
}

.empty-state p {
    font-size:14px;
    color:var(--muted);
    max-width:440px;
    margin:12px auto 22px;
    line-height:1.6;
}

.noscript-note {
    padding:15px;
    background:#edf3de;
    font-size:14px;
    margin-top:20px;
    border-radius:9px;
}

/* Dialogs are native: focus trapping, Escape and accessibility are built in. */
.dialog {
    border:1px solid #e2e8da;
    border-radius:20px;
    padding:35px;
    box-shadow:0 30px 100px #15291b35;
    color:var(--ink);
    background:var(--paper);
    width:calc(100% - 36px);
    max-width:530px;
    max-height:calc(100dvh - 48px);
    overflow:auto;
}

.dialog::backdrop {
    background:#152b2580;
    backdrop-filter:blur(5px);
}

.dialog[open] {
    animation:dialog-in .2s ease-out;
}

.dialog-close {
    position:absolute;
    right:16px;
    top:16px;
    width:31px;
    height:31px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#eef2e8;
    color:#708063;
    z-index:3;
}

.dialog-close>.icon {
    width:17px;
    height:17px;
}

.dialog-close:hover {
    background:var(--lime);
}

.dialog-kicker {
    font-size:9px;
    letter-spacing:1.5px;
    color:#7f916c;
    font-weight:650;
    display:flex;
    align-items:center;
    gap:8px;
    margin:4px 23px 15px 0;
    line-height:1.6;
}

.dialog-kicker .icon {
    width:17px;
    height:17px;
}

.dialog h2 {
    font-size:29px;
    letter-spacing:-1.1px;
    line-height:1.25;
    margin-right:4px;
    font-weight:750;
}

.dialog-description {
    font-size:13px;
    line-height:1.7;
    color:var(--muted);
    margin-top:11px;
    margin-bottom:24px;
}

.dialog form {
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:24px;
}

.dialog label:not(.checkbox-label):not(.interest-option) {
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#5f7058;
    font-size:12px;
    font-weight:550;
    min-width:0;
}

.dialog input:not([type=checkbox]),.dialog textarea,.dialog select {
    border:1px solid #dfe5d7;
    border-radius:8px;
    background:white;
    color:#44543d;
    width:100%;
    padding:12px;
    font-size:13px;
    min-width:0;
    line-height:1.5;
}

.dialog input:not([type=checkbox]):focus,.dialog textarea:focus,.dialog select:focus {
    outline:2px solid #80995d;
    outline-offset:2px;
}

.dialog input::placeholder,.dialog textarea::placeholder {
    color:#abb19f;
    font-weight:400;
}

.dialog textarea {
    resize:vertical;
    min-height:88px;
}

.form-row {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.checkbox-label {
    display:flex;
    align-items:flex-start;
    gap:9px;
    font-size:12px;
    font-weight:400;
    color:#829071;
    line-height:1.65;
}

.checkbox-label input {
    accent-color:var(--forest);
    margin-top:4px;
    flex-shrink:0;
}

.full-width {
    width:100%;
}

.preview-note {
    font-size:11px;
    line-height:1.7;
    text-align:center;
    color:#929d84;
    font-weight:400;
}

.preview-note.left {
    text-align:left;
}

.form-error {
    font-size:12px;
    line-height:1.6;
    padding:11px 13px;
    background:#fbebe5;
    color:#a5543b;
    border-radius:7px;
}

.dialog fieldset {
    border:0;
    padding:0;
    margin:4px 0;
}

.dialog legend {
    font-size:12px;
    color:#657658;
    font-weight:550;
    margin-bottom:13px;
}

.interest-options {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.interest-option {
    position:relative;
    cursor:pointer;
}

.interest-option input {
    position:absolute;
    opacity:0;
    inset:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}

.interest-option span {
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:9px;
    padding:17px 10px;
    border:1px solid #e0e6d7;
    border-radius:9px;
    font-size:12px;
    background:white;
    color:#7e8d71;
}

.interest-option .icon {
    width:22px;
    height:22px;
}

.interest-option input:checked+span {
    background:#eaf3d5;
    border-color:#94b35d;
    color:#4b6531;
}

.interest-option input:focus-visible+span {
    outline:2px solid #80995d;
    outline-offset:3px;
}

.dialog-actions {
    display:flex;
    gap:12px;
    margin-top:10px;
    justify-content:flex-end;
}

.dialog-actions>.button:last-child {
    flex-grow:1;
}

.info-items {
    display:flex;
    flex-direction:column;
    gap:23px;
    margin:29px 0;
}

.info-items>div {
    display:flex;
    gap:15px;
    align-items:flex-start;
}

.info-items>div>.icon {
    color:#8b9f6f;
    width:21px;
    height:21px;
    margin-top:3px;
}

.info-items h3,.how-steps h3 {
    font-size:14px;
    font-weight:700;
    letter-spacing:-.3px;
}

.info-items p,.how-steps p {
    font-size:13px;
    line-height:1.8;
    color:#8a9480;
    margin-top:7px;
}

.how-steps {
    list-style:none;
    padding:0;
    margin:29px 0;
    display:flex;
    flex-direction:column;
    gap:25px;
}

.how-steps li {
    display:flex;
    gap:15px;
}

.how-steps li>span {
    font-family:var(--heading);
    font-size:20px;
    font-weight:600;
    color:#9db475;
    line-height:1;
}

.how-steps+.preview-note {
    margin-bottom:20px;
}

.detail-dialog {
    padding:0;
    max-width:560px;
    background:white;
}

.detail-dialog>.dialog-close {
    background:#fffdf2;
}

.detail-image,.detail-hero img {
    display:block;
    width:100%;
    height:235px;
    object-fit:cover;
}

.detail-body {
    padding:28px;
}

.detail-tag {
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#eef3e5;
    color:#7c8d67;
    border-radius:5px;
    font-size:11px;
    padding:6px 9px;
    margin-bottom:13px;
}

.detail-body h2 {
    font-size:27px;
    line-height:1.4;
    letter-spacing:-.8px;
}

.detail-meta {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    font-size:12px;
    color:#7f8e70;
    margin-top:15px;
    line-height:1.8;
}

.detail-meta>span {
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.detail-meta .icon {
    width:16px;
    height:16px;
}

.detail-description {
    font-size:14px;
    line-height:1.8;
    color:#7a8770;
    margin:22px 0;
}

.detail-host {
    display:flex;
    align-items:center;
    gap:12px;
    padding:17px 0;
    border-top:1px solid #edf0e7;
    border-bottom:1px solid #edf0e7;
    margin:17px 0;
}

.detail-host .mini-avatar {
    width:40px;
    height:40px;
    font-size:14px;
    margin:0;
}

.detail-host strong {
    font-size:13px;
    display:block;
    margin-bottom:5px;
}

.detail-host p,.detail-host small {
    font-size:11px;
    color:#95a087;
}

.detail-host>span:last-child {
    margin-left:auto;
    font-size:12px;
    color:#758b5c;
}

.detail-facts {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin:19px 0;
    font-size:12px;
    line-height:1.8;
    color:#869577;
}

.detail-facts>div {
    display:flex;
    align-items:flex-start;
    gap:7px;
}

.detail-facts .icon {
    width:17px;
    height:17px;
    flex-shrink:0;
    margin-top:2px;
}

.detail-actions {
    margin-top:22px;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.detail-actions+.preview-note {
    margin-top:14px;
}

.request-status {
    padding:12px 15px;
    background:#edf4e2;
    border-radius:8px;
    color:#688548;
    font-size:12px;
    line-height:1.7;
}

.toast {
    position:fixed;
    bottom:26px;
    left:calc(50% + 100px);
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    gap:10px;
    z-index:1000;
    max-width:min(520px,calc(100% - 32px));
    background:#294b3d;
    color:white;
    padding:14px 20px;
    border-radius:11px;
    box-shadow:0 8px 35px #20372c30;
    font-size:13px;
    line-height:1.5;
    animation:toast-in .2s ease-out;
}

.toast>.icon {
    width:19px;
    height:19px;
    color:var(--lime);
}

.toast.error {
    background:#97533e;
}

.toast.error>.icon {
    color:#f3d5bd;
}

@keyframes dialog-in {
    from {
        opacity:0;
        transform:translateY(9px);
    }
    to {
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes toast-in {
    from {
        opacity:0;
        margin-bottom:-8px;
    }
    to {
        opacity:1;
        margin-bottom:0;
    }
}

@media(min-width:1500px) {
    .main-content {
        padding:44px 54px 25px;
    }
    .topbar {
        padding:0 54px;
    }
    .intro {
        grid-template-columns:1.2fr 1fr;
        gap:45px;
        padding-bottom:39px;
    }
    .intro h1 {
        font-size:54px;
    }
    .intro h1>svg {
        width:195px;
    }
    .intro-copy>p {
        font-size:14px;
    }
    .free-card {
        padding:26px 28px;
        max-width:480px;
    }
    .free-card h2 {
        font-size:26px;
    }
    .free-card p {
        font-size:13px;
    }
    .free-card .button {
        font-size:13px;
    }
    .category {
        font-size:13px;
        padding:12px 20px;
    }
    .card-image-wrap {
        height:201px;
    }
    .card-body {
        padding:18px 18px 15px;
    }
    .card-body h3 {
        font-size:16px;
    }
    .card-location {
        font-size:11px;
    }
    .card-time {
        font-size:11px;
    }
    .card-time .price {
        font-size:10px;
    }
    .image-tag {
        font-size:10px;
    }
    .group-info>span {
        font-size:11px;
    }
    .plan-grid {
        gap:27px;
    }
    .plans-heading {
        margin:30px 0 25px;
    }
    .heading-line h2 {
        font-size:24px;
    }
}

@media(min-width:1800px) {
    .card-image-wrap {
        height:230px;
    }
    .intro h1 {
        font-size:60px;
    }
    .intro {
        padding-top:12px;
        padding-bottom:45px;
    }
    .intro h1>svg {
        width:215px;
    }
}

@media(max-width:1190px) {
    .sidebar {
        width:205px;
        padding-left:16px;
        padding-right:16px;
    }
    .brand {
        font-size:24px;
        gap:7px;
    }
    .app-shell {
        margin-left:205px;
    }
    .main-content {
        padding:30px 28px 22px;
    }
    .topbar {
        padding:0 28px;
        min-height:88px;
    }
    .intro {
        gap:20px;
    }
    .intro h1 {
        font-size:40px;
        letter-spacing:-1.8px;
    }
    .intro h1>svg {
        width:145px;
    }
    .intro-copy>p {
        font-size:12px;
        max-width:260px;
        line-height:1.7;
    }
    .free-card {
        padding:20px;
    }
    .free-card h2 {
        font-size:21px;
    }
    .free-card p {
        line-height:1.7;
    }
    .free-card .button {
        font-size:11px;
        padding:9px 11px;
        gap:6px;
    }
    .free-card-top {
        font-size:8px;
        letter-spacing:1px;
    }
    .category-list {
        gap:7px;
    }
    .category {
        padding:10px 11px;
        gap:7px;
        font-size:11px;
    }
    .category>.icon {
        width:15px;
        height:15px;
    }
    .plan-grid {
        gap:16px;
    }
    .card-image-wrap {
        height:152px;
    }
    .card-body {
        padding:13px 12px 11px;
    }
    .card-body h3 {
        font-size:13px;
    }
    .card-time .price {
        display:none;
    }
    .card-location {
        font-size:9px;
        gap:4px;
    }
    .card-bottom {
        margin-top:12px;
        padding-top:10px;
    }
    .mini-avatar {
        width:24px;
        height:24px;
        font-size:8px;
    }
    .group-info {
        gap:6px;
    }
    .group-info>span {
        font-size:9px;
    }
    .card-action {
        width:25px;
        height:25px;
    }
    .plans-heading {
        gap:14px;
    }
    .heading-line h2 {
        font-size:18px;
    }
    .search-field {
        max-width:138px;
    }
    .plan-controls {
        gap:7px;
    }
    .heading-line {
        gap:7px;
    }
    .plans-heading p {
        font-size:11px;
    }
}

@media(max-width:980px) {
    .sidebar {
        width:86px;
        padding:29px 13px 20px;
        align-items:center;
    }
    .brand>span:last-child,.nav-caption,.nav-link>span,.sidebar-note,.sidebar-footer,.trust-link>span,.trust-link>.icon:last-child {
        display:none;
    }
    .brand-symbol {
        width:38px;
        height:38px;
    }
    .sidebar-content {
        margin-top:43px;
        width:100%;
    }
    .primary-nav {
        gap:11px;
    }
    .nav-link {
        padding:14px;
        justify-content:center;
    }
    .nav-link>.icon {
        width:22px;
        height:22px;
    }
    .sidebar-create {
        font-size:0;
        padding:12px;
        margin-top:20px;
    }
    .sidebar-create>.icon {
        width:22px;
        height:22px;
    }
    .sidebar-bottom {
        width:100%;
    }
    .trust-link {
        justify-content:center;
        padding:14px;
    }
    .trust-link>.icon {
        width:21px;
        height:21px;
    }
    .app-shell {
        margin-left:86px;
    }
    .main-content {
        padding:28px;
    }
    .topbar {
        padding:0 28px;
    }
    .toast {
        left:calc(50% + 43px);
    }
    .intro {
        grid-template-columns:1fr 1fr;
    }
    .intro h1 {
        font-size:42px;
    }
    .category {
        font-size:12px;
        padding:10px 12px;
    }
    .plan-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:22px;
    }
    .card-image-wrap {
        height:191px;
    }
    .card-body {
        padding:17px;
    }
    .card-body h3 {
        font-size:16px;
    }
    .card-time {
        font-size:11px;
    }
    .card-time .price {
        display:inline;
        font-size:9px;
    }
    .card-location {
        font-size:11px;
        margin-top:10px;
        gap:6px;
    }
    .card-bottom {
        margin-top:16px;
        padding-top:14px;
    }
    .group-info {
        gap:10px;
    }
    .group-info>span {
        font-size:11px;
    }
    .mini-avatar {
        width:28px;
        height:28px;
        font-size:10px;
    }
    .card-action {
        width:29px;
        height:29px;
    }
    .image-tag {
        font-size:10px;
    }
    .plans-heading {
        margin:26px 0 21px;
    }
    .main-footer {
        flex-wrap:wrap;
        font-size:10px;
        gap:8px;
    }
    .bottom-invitation {
        padding:20px 17px;
    }
    .category-list {
        gap:8px;
    }
    .heading-line h2 {
        font-size:21px;
    }
    .plans-heading p {
        font-size:12px;
    }
}

@media(max-width:840px) {
    .intro {
        gap:20px;
        grid-template-columns:1fr;
        padding-bottom:26px;
        align-items:start;
    }
    .intro-copy {
        padding-top:4px;
    }
    .intro h1 {
        font-size:43px;
        line-height:1.15;
    }
    .intro h1>br {
        display:none;
    }
    .intro h1>svg {
        width:155px;
        bottom:-9px;
    }
    .intro-copy>p {
        max-width:none;
        font-size:12px;
        margin-top:20px;
    }
    .eyebrow {
        font-size:9px;
        margin-bottom:15px;
    }
    .free-card {
        max-width:none;
        padding:18px 20px;
        display:grid;
        grid-template-columns:1fr auto;
        column-gap:18px;
        align-items:center;
        border-radius:12px;
    }
    .free-card-top {
        grid-column:1;
        gap:7px;
        font-size:8px;
        letter-spacing:.7px;
    }
    .bolt-badge {
        width:23px;
        height:23px;
    }
    .free-card h2 {
        grid-column:1;
        font-size:19px;
        margin-top:7px;
    }
    .free-card p {
        grid-column:1;
        font-size:10px;
        max-width:230px;
    }
    .free-card .button {
        grid-column:2;
        grid-row:1/4;
        width:143px;
        margin:0;
        font-size:11px;
        line-height:1.6;
        text-align:left;
        padding:12px;
        gap:11px;
    }
    .free-card .button>.icon {
        width:15px;
    }
    .plans-heading {
        align-items:flex-start;
        flex-wrap:wrap;
        gap:17px;
    }
    .plan-controls {
        width:100%;
        gap:10px;
    }
    .search-field {
        max-width:none;
        flex:1;
    }
    .filter-button {
        padding:0 16px;
    }
    .search-field input {
        font-size:12px;
    }
    .category-list {
        flex-wrap:nowrap;
        overflow:auto;
        padding-bottom:4px;
        scrollbar-width:none;
    }
    .category-list::-webkit-scrollbar {
        display:none;
    }
    .discovery-toolbar {
        padding:15px 0 11px;
    }
    .category {
        flex-shrink:0;
    }
    .main-content {
        padding:24px 22px;
    }
    .topbar {
        padding:0 22px;
        min-height:80px;
    }
    .topbar-right {
        gap:17px;
    }
    .location strong {
        font-size:12px;
    }
    .location span {
        font-size:10px;
    }
    .plan-grid {
        gap:16px;
    }
    .card-image-wrap {
        height:164px;
    }
    .card-body {
        padding:13px;
    }
    .card-body h3 {
        font-size:14px;
    }
    .card-time {
        font-size:10px;
    }
    .card-time .price {
        display:none;
    }
    .card-location {
        font-size:10px;
        gap:4px;
    }
    .group-info {
        gap:6px;
    }
    .group-info>span {
        font-size:10px;
    }
    .card-action {
        width:25px;
        height:25px;
    }
    .mini-avatar {
        width:24px;
        height:24px;
        font-size:8px;
    }
    .image-tag {
        font-size:9px;
        left:10px;
        top:10px;
        padding:5px 7px;
    }
    .save-button {
        right:9px;
        top:9px;
        width:28px;
        height:28px;
    }
    .spots-tag {
        font-size:8px;
        bottom:10px;
        left:10px;
    }
    .bottom-invitation {
        gap:12px;
        flex-wrap:wrap;
    }
    .bottom-invitation .text-button {
        margin-left:49px;
    }
    .bottom-invitation strong {
        font-size:12px;
    }
    .bottom-invitation p {
        font-size:11px;
    }
    .main-footer {
        font-size:9px;
    }
}

@media(max-width:550px) {
    .sidebar {
        inset:auto 0 0;
        width:auto;
        height:72px;
        padding:0 13px env(safe-area-inset-bottom);
        flex-direction:row;
        border-right:0;
        border-top:1px solid #e4e9de;
        align-items:center;
        background:#fffffffa;
        backdrop-filter:blur(12px);
    }
    .sidebar>.brand,.sidebar-bottom,.sidebar-create {
        display:none;
    }
    .sidebar-content {
        margin:0;
        width:100%;
    }
    .primary-nav {
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:4px;
    }
    .nav-link {
        padding:9px 5px 7px;
        gap:5px;
        flex-direction:column;
        font-size:10px;
        border-radius:9px;
    }
    .nav-link>span:not(.nav-count) {
        display:block;
    }
    .nav-link .icon {
        width:21px;
        height:21px;
    }
    .nav-link.active {
        background:#f0f5e7;
    }
    .app-shell {
        margin-left:0;
        margin-bottom:72px;
    }
    .topbar {
        padding:0 20px;
        min-height:73px;
    }
    .topbar-right {
        gap:14px;
    }
    .help-button {
        font-size:11px;
    }
    .guest-avatar {
        width:30px;
        height:30px;
        font-size:10px;
    }
    .demo-label {
        font-size:9px;
        padding:4px 7px;
    }
    .location {
        gap:7px;
    }
    .location>.icon {
        width:18px;
    }
    .location span {
        font-size:9px;
    }
    .main-content {
        padding:27px 20px 20px;
    }
    .intro {
        gap:24px;
        padding-bottom:23px;
    }
    .intro h1 {
        font-size:42px;
        letter-spacing:-1.9px;
        max-width:340px;
    }
    .intro h1>br {
        display:block;
    }
    .intro h1>svg {
        width:149px;
    }
    .intro-copy>p {
        font-size:12px;
        margin-top:19px;
        line-height:1.7;
    }
    .eyebrow {
        font-size:9px;
        letter-spacing:1.5px;
        margin-bottom:13px;
    }
    .free-card {
        padding:17px 17px;
        grid-template-columns:1fr auto;
        gap:0 11px;
    }
    .free-card-top {
        font-size:7px;
        letter-spacing:.6px;
    }
    .free-card h2 {
        font-size:18px;
        letter-spacing:-.5px;
    }
    .free-card p {
        font-size:10px;
        line-height:1.6;
        max-width:170px;
    }
    .free-card .button {
        font-size:10px;
        min-height:48px;
        padding:10px 12px;
        width:120px;
        gap:8px;
    }
    .free-card .button>.icon {
        width:14px;
        height:14px;
    }
    .category {
        font-size:11px;
        min-height:39px;
        padding:10px 13px;
    }
    .discovery-toolbar {
        margin-right:-20px;
        padding-right:20px;
    }
    .plan-grid {
        grid-template-columns:1fr;
        gap:22px;
    }
    .card-image-wrap {
        height:210px;
    }
    .card-body {
        padding:19px 18px 15px;
    }
    .card-body h3 {
        font-size:18px;
        letter-spacing:-.4px;
        margin-top:10px;
    }
    .card-time {
        font-size:12px;
        gap:6px;
    }
    .card-time .icon {
        width:14px;
        height:14px;
    }
    .card-time .price {
        display:inline;
        font-size:10px;
    }
    .card-location {
        font-size:12px;
        gap:6px;
        margin-top:10px;
    }
    .card-location .icon {
        width:13px;
        height:13px;
    }
    .card-bottom {
        margin-top:19px;
        padding-top:15px;
    }
    .mini-avatar {
        width:29px;
        height:29px;
        font-size:10px;
    }
    .group-info {
        gap:11px;
    }
    .group-info>span {
        font-size:12px;
    }
    .card-action {
        width:32px;
        height:32px;
    }
    .card-action .icon {
        width:17px;
        height:17px;
    }
    .image-tag {
        top:14px;
        left:14px;
        font-size:11px;
        padding:7px 10px;
    }
    .image-tag>span {
        font-size:13px;
    }
    .save-button {
        width:35px;
        height:35px;
        right:13px;
        top:13px;
    }
    .save-button .icon {
        width:18px;
        height:18px;
    }
    .spots-tag {
        left:14px;
        bottom:14px;
        font-size:10px;
        padding:6px 9px;
    }
    .plans-heading {
        margin-top:24px;
        margin-bottom:19px;
        gap:19px;
    }
    .heading-line h2 {
        font-size:22px;
    }
    .result-count {
        font-size:10px;
    }
    .plans-heading p {
        font-size:12px;
    }
    .search-field {
        height:41px;
    }
    .search-field input {
        font-size:12px;
    }
    .filter-button {
        height:41px;
        font-size:12px;
    }
    .bottom-invitation {
        padding:20px 16px;
        gap:12px;
    }
    .bottom-invitation strong {
        font-size:12px;
    }
    .bottom-invitation p {
        font-size:11px;
    }
    .bottom-invitation .text-button {
        font-size:12px;
    }
    .main-footer {
        flex-direction:column;
        align-items:flex-start;
        font-size:10px;
        gap:9px;
        margin-top:24px;
    }
    .main-footer .icon {
        width:14px;
        height:14px;
    }
    .toast {
        left:50%;
        bottom:90px;
        width:max-content;
        max-width:calc(100% - 30px);
        font-size:12px;
    }
    .dialog {
        padding:29px 23px;
        width:calc(100% - 24px);
        border-radius:16px;
        max-height:calc(100dvh - 30px);
    }
    .dialog h2 {
        font-size:25px;
    }
    .dialog-kicker {
        font-size:8px;
        letter-spacing:1px;
    }
    .dialog-close {
        top:13px;
        right:13px;
    }
    .dialog input:not([type=checkbox]),.dialog select,.dialog textarea {
        font-size:16px;
        padding:10px;
    }
    .dialog label:not(.checkbox-label):not(.interest-option) {
        font-size:12px;
    }
    .form-row {
        gap:10px;
    }
    .dialog-description {
        font-size:13px;
    }
    .detail-dialog {
        padding:0;
    }
    .detail-image,.detail-hero img {
        height:210px;
    }
    .detail-body {
        padding:23px;
    }
    .detail-body h2 {
        font-size:25px;
    }
    .detail-meta {
        font-size:12px;
    }
    .filter-summary {
        font-size:11px;
        padding:11px;
        gap:10px;
        align-items:flex-start;
    }
    .filter-summary button {
        font-size:10px;
    }
    .info-items p,.how-steps p {
        font-size:13px;
    }
    .preview-note {
        font-size:11px;
    }
    .bottom-invitation .text-button {
        margin-left:49px;
    }
}

@media(max-width:360px) {
    .main-content {
        padding-left:16px;
        padding-right:16px;
    }
    .topbar {
        padding-left:16px;
        padding-right:16px;
    }
    .topbar-right {
        gap:9px;
    }
    .location span {
        display:none;
    }
    .intro h1 {
        font-size:39px;
    }
    .intro h1>svg {
        width:139px;
    }
    .free-card {
        grid-template-columns:1fr;
        row-gap:0;
        padding:19px;
    }
    .free-card .button {
        grid-column:1;
        grid-row:auto;
        width:100%;
        margin-top:16px;
        font-size:12px;
    }
    .free-card p {
        max-width:none;
        font-size:11px;
    }
    .free-card-top {
        font-size:8px;
    }
    .free-card h2 {
        font-size:22px;
    }
    .card-image-wrap {
        height:185px;
    }
    .card-body h3 {
        font-size:16px;
    }
    .card-time .price {
        display:none;
    }
    .form-row {
        grid-template-columns:1fr;
    }
    .heading-line h2 {
        font-size:20px;
    }
    .dialog {
        padding:25px 19px;
    }
    .detail-dialog {
        padding:0;
    }
    .detail-facts {
        grid-template-columns:1fr;
    }
}

.mobile-brand,.mobile-create {
    display:none;
}

.category {
    font-size:13px;
}

.card-body h3 {
    font-size:16px;
}

.card-time {
    font-size:12px;
}

.card-location {
    font-size:12px;
    color:#77836e;
}

.card-time .price {
    font-size:10px;
    color:#7e8874;
}

.group-info>span {
    font-size:11px;
}

.image-tag {
    font-size:11px;
}

.spots-tag {
    font-size:10px;
}

.plans-heading p {
    font-size:13px;
    color:#7d8873;
}

.search-field input {
    font-size:12px;
}

.filter-button {
    font-size:12px;
}

.free-card p {
    font-size:12px;
}

.intro-copy>p {
    font-size:14px;
    color:#77816f;
}

.help-button {
    font-size:13px;
}

.location strong {
    font-size:14px;
}

.location span {
    font-size:12px;
}

.bottom-invitation strong {
    font-size:14px;
}

.bottom-invitation p {
    font-size:12px;
}

.text-button {
    font-size:13px;
}

.sidebar-footer {
    font-size:11px;
}

.sidebar-footer span:first-child {
    font-size:12px;
}

.trust-link {
    font-size:12px;
}

.sidebar-note p {
    font-size:13px;
}

.main-footer {
    font-size:10px;
}

body.dialog-open {
    overflow:hidden;
}

.detail-photo {
    display:block;
    width:100%;
    height:235px;
    object-fit:cover;
}

.detail-meta>div {
    display:flex;
    gap:9px;
    width:100%;
    align-items:flex-start;
}

.detail-meta>div>.icon {
    margin-top:2px;
    flex-shrink:0;
}

.detail-meta small {
    display:block;
    font-size:11px;
    color:#95a087;
}

.detail-host>span:last-child {
    margin-left:0;
    font-size:12px;
    line-height:1.7;
}

.detail-host strong {
    display:inline;
    font-size:13px;
}

.detail-cost {
    font-size:12px;
    line-height:1.8;
    color:#7d8c70;
    margin:18px 0;
}

.toast.toast-error {
    background:#97533e;
}

.toast.toast-error>.icon {
    color:#f3d5bd;
}

.detail-actions+.preview-note {
    margin-top:16px;
}

@media(min-width:981px) and (max-width:1190px) {
    .category {
        font-size:12px;
        padding:10px;
    }
    .card-body h3 {
        font-size:15px;
    }
    .card-location {
        font-size:11px;
    }
    .group-info>span {
        font-size:10px;
    }
    .image-tag {
        font-size:10px;
    }
    .intro-copy>p {
        font-size:13px;
    }
    .free-card p {
        font-size:11px;
    }
}

@media(max-width:740px) {
    .free-card p {
        font-size:11px;
    }
    .free-card .button {
        font-size:12px;
    }
    .intro-copy>p {
        font-size:13px;
    }
    .card-time .price {
        display:none;
    }
    .heading-line {
        flex-wrap:wrap;
    }
    .plans-heading p {
        font-size:12px;
    }
    .card-location {
        font-size:11px;
    }
}

@media(max-width:550px) {
    .mobile-brand {
        display:flex;
        font-size:23px;
        gap:8px;
        letter-spacing:-1.3px;
    }
    .mobile-brand .brand-symbol {
        width:31px;
        height:31px;
        border-radius:10px;
    }
    .mobile-brand .brand-symbol .icon {
        width:22px;
        height:22px;
    }
    .topbar .location,.topbar .guest-avatar {
        display:none;
    }
    .mobile-create {
        display:grid;
        place-items:center;
        background:var(--forest);
        color:var(--lime);
        width:34px;
        height:34px;
        border-radius:9px;
    }
    .topbar-right {
        gap:12px;
    }
    .help-button {
        font-size:11px;
    }
    .card-body h3 {
        font-size:18px;
    }
    .card-time .price {
        display:inline;
    }
    .card-location {
        font-size:12px;
    }
    .group-info>span {
        font-size:12px;
    }
    .intro-copy>p {
        font-size:13px;
    }
    .free-card .button {
        font-size:11px;
    }
    .category {
        font-size:12px;
    }
    .bottom-invitation strong {
        font-size:13px;
    }
    .bottom-invitation p {
        font-size:12px;
    }
    .main-footer {
        font-size:10px;
    }
    .mobile-create>.icon {
        width:20px;
        height:20px;
    }
}

@media(max-width:380px) {
    .topbar-right .help-button {
        display:none;
    }
    .mobile-brand {
        font-size:22px;
    }
    .card-body h3 {
        font-size:16px;
    }
    .card-time .price {
        display:none;
    }
    .bottom-invitation strong {
        font-size:12px;
    }
}

@media(max-width:550px) {
    .detail-photo {
        height:210px;
    }
    .mobile-brand>span:last-child {
        display:inline;
    }
}

@media(prefers-reduced-motion:reduce) {
    *,*::before,*::after {
        animation:none!important;
        transition:none!important;
        scroll-behavior:auto!important;
    }
}

@media (max-width: 360px) {
    .discovery-toolbar { margin-right: -16px; padding-right: 16px; }
}

/* Optional plan photography, with an activity picture shown by default. */
.field-help {
    color: #849176;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.65;
}
.dialog .photo-fieldset {
    padding: 0;
    margin: 2px 0 0;
    min-width: 0;
}
.photo-fieldset legend {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.photo-fieldset legend span {
    background: #edf2e6;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 400;
    color: #869477;
}
.photo-preview-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1e6d9;
    height: 165px;
    background: #eaf0df;
}
#photo-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo-preview-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #ffffffed;
    color: #55634a;
    font-size: 10px;
    pointer-events: none;
}
.photo-controls {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0 10px;
}
.dialog .photo-fieldset label.photo-upload-button {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 13px;
    min-height: 42px;
    border: 1px solid #dce5cf;
    border-radius: 8px;
    background: #eef4e3;
    color: #526c3d;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
}
.photo-upload-button:hover {
    background: #e3edcf;
}
.photo-upload-button:focus-within {
    outline: 2px solid #829b5e;
    outline-offset: 3px;
}
.dialog #plan-photo {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
    font-size: 16px;
}
.photo-upload-button .icon, .photo-remove-button .icon {
    width: 16px;
    height: 16px;
}
.photo-remove-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 0;
    font-size: 12px;
    color: #8d7569;
}
.photo-status {
    font-size: 12px;
    color: #667856;
    line-height: 1.7;
    overflow-wrap: anywhere;
    margin-bottom: 4px;
}
.photo-fieldset .form-error {
    margin-top: 10px;
}
@media (max-width: 550px) {
    .photo-preview-wrap { height: 145px; }
    .photo-controls { gap: 12px; }
    .photo-status { font-size: 11px; }
}

/* Profiles and public meeting places. */
.sidebar-content { margin-top: 36px; }
.sidebar-note { margin-top: 25px; }
.guest-avatar { padding: 0; }
.plan-views {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #77816f;
    font-size: 11px;
    margin-top: 10px;
}
.plan-views .icon { width: 15px; height: 15px; }
.profile-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0;
    color: var(--forest);
    text-align: left;
    font-weight: 650;
    text-decoration: underline;
    text-decoration-color: #c6d2b8;
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}
.detail-host { flex-wrap: wrap; }
.detail-host .profile-link { font-size: inherit; }
.profile-dialog { padding-top: 42px; }
.profile-hero, .profile-header { text-align: center; }
.profile-avatar {
    display: grid;
    place-items: center;
    width: 86px;
    height: 86px;
    margin: 0 auto 20px;
    border: 6px solid var(--paper);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--line);
    font-family: var(--heading);
    font-size: 32px;
    font-weight: 750;
}
.profile-kicker {
    margin-bottom: 8px;
    color: #7b876d;
    font-size: 10px;
    letter-spacing: 1.2px;
    font-weight: 650;
    text-transform: uppercase;
}
.profile-hero h2, .profile-header h2 { overflow-wrap: anywhere; }
.profile-hero p, .profile-header p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.profile-bio {
    margin: 24px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #63715e;
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.profile-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0 22px; }
.profile-tag {
    padding: 7px 12px;
    border: 1px solid #e5eadc;
    border-radius: 20px;
    color: #536649;
    background: #f6f8f0;
    font-size: 12px;
}
.profile-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 22px 0;
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.profile-stat { display: grid; align-content: center; flex: 1; min-width: 0; gap: 5px; text-align: center; font-size: 12px; color: var(--muted); }
.profile-stat strong { color: var(--forest); font: 750 24px var(--heading); overflow-wrap: anywhere; }
.profile-stat:last-child strong { font-size: 16px; line-height: 1.5; }
.profile-languages { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; font-size: 13px; color: #718065; overflow-wrap: anywhere; }
.profile-languages .icon { width: 18px; height: 18px; }
.optional-label { font-size: 11px; color: #8d9685; font-weight: 400; }
.dialog .optional-label { display: inline; margin-top: -5px; }
.dialog input[readonly] { background: #f0f4ea; color: #53664a; }
.business-section { padding: 3px 0 20px; }
.business-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 46px;
    background: #294b3d;
    color: white;
    border-radius: 22px;
    overflow: hidden;
}
.business-hero-copy { position: relative; max-width: 620px; z-index: 1; }
.business-hero .eyebrow { display: flex; align-items: center; gap: 9px; color: #c1d4b8; letter-spacing: 1.5px; font-size: 10px; }
.business-hero .eyebrow .icon { width: 17px; height: 17px; }
.business-hero h1 { margin: 18px 0 12px; font-size: clamp(28px, 3vw, 43px); line-height: 1.25; letter-spacing: -1.8px; }
.business-hero h1 span { color: var(--lime); }
.business-hero p { font-size: 19px; line-height: 1.6; }
.business-hero .business-hero-description { max-width: 460px; margin: 10px 0 24px; color: #c3d2c5; font-size: 13px; line-height: 1.8; }
.business-hero .button { font-size: 13px; gap: 9px; }
.business-hero-art { position: relative; flex: 0 0 200px; height: 210px; display: grid; place-items: center; }
.venue-illustration {
    width: 164px;
    height: 164px;
    background: #d9ef8a;
    color: #294b3d;
    border-radius: 38px;
    display: grid;
    place-items: center;
    transform: rotate(-8deg);
    box-shadow: 14px 14px 0 #456753;
}
.venue-illustration .icon { width: 89px; height: 89px; stroke-width: 1.2; }
.venue-art-tag { position: absolute; bottom: 7px; right: -5px; display: flex; align-items: center; gap: 7px; padding: 13px 20px; background: #fbfcf9; color: #294b3d; border-radius: 12px; transform: rotate(5deg); font: 700 15px var(--heading); box-shadow: 0 5px 10px #18372a20; }
.venue-art-tag .icon { width: 19px; height: 19px; }
.venue-art-spark { position: absolute; right: -2px; top: -13px; color: #d9ef8a; font-size: 51px; }
.business-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; margin: 30px 0 40px; padding: 0 6px 28px; border-bottom: 1px solid var(--line); }
.business-benefits>div { display: flex; align-items: flex-start; gap: 12px; }
.business-benefits>div>.icon { width: 21px; height: 21px; margin-top: 3px; color: #7b9356; }
.business-benefits strong { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 650; }
.business-benefits small { display: block; color: #819078; font-size: 12px; line-height: 1.65; }
.business-heading { margin-bottom: 25px; }
.business-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.business-card { min-width: 0; border: 1px solid #e2e8d9; border-radius: 17px; padding: 25px; background: #fff; display: flex; flex-direction: column; overflow-wrap: anywhere; }
.business-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.business-type { display: inline-flex; align-items: center; gap: 8px; border-radius: 6px; padding: 6px 9px; background: #eef4e3; color: #657f49; font-size: 11px; font-weight: 550; }
.business-type .icon { width: 16px; height: 16px; }
.business-icon { display: grid; place-items: center; width: 42px; height: 42px; background: #f1f5e9; color: #67804f; border-radius: 11px; }
.business-website { display: inline-flex; align-items: center; gap: 5px; color: #6b7b5b; font-size: 12px; }
.business-website .icon { width: 15px; height: 15px; }
.business-card h3 { font-size: 20px; letter-spacing: -.6px; line-height: 1.4; margin-bottom: 10px; }
.business-address { display: flex; align-items: flex-start; gap: 7px; color: #849278; font-size: 12px; line-height: 1.7; }
.business-address .icon { width: 16px; height: 16px; margin-top: 2px; }
.business-description { margin: 16px 0 20px; color: #6f7a69; font-size: 13px; line-height: 1.8; white-space: pre-line; }
.business-owner { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: #8c9684; font-size: 11px; margin-top: auto; }
.business-card-footer { margin-top: 20px; padding-top: 17px; border-top: 1px solid #edf0e7; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.business-card .text-button { font-size: 12px; }
.business-card .button { font-size: 12px; padding: 9px 12px; }
.business-option-label { display: inline-flex; align-items: center; gap: 5px; color: #6e8257; font-size: 10px; margin-bottom: 10px; }
.business-option-label .icon { width: 14px; height: 14px; }
.business-empty { padding: 44px 20px; text-align: center; border: 1px dashed #d8e0cc; border-radius: 17px; background: #f7f9f1; }
.business-empty-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 17px; border-radius: 15px; background: #e7eed9; color: #789356; }
.business-empty-icon .icon { width: 27px; height: 27px; }
.business-empty h3 { font-size: 18px; margin-bottom: 10px; }
.business-empty p { color: #7e8d71; font-size: 13px; line-height: 1.7; margin-bottom: 20px; }
.business-empty .button { display: inline-flex; font-size: 12px; }
.business-directory-note { margin: 20px 0 0; font-size: 11px; color: #8a957f; line-height: 1.7; }

@media (max-width: 1190px) {
    .business-hero { padding: 35px; }
    .business-hero-art { flex-basis: 155px; transform: scale(.85); }
    .business-benefits { gap: 18px; }
    .business-card { padding: 22px; }
}
@media (max-width: 840px) {
    .business-hero { padding: 30px; gap: 18px; }
    .business-hero-art { display: none; }
    .business-benefits { gap: 17px; }
    .business-benefits>div { flex-direction: column; gap: 9px; }
    .business-grid { gap: 16px; }
}
@media (max-width: 550px) {
    .sidebar-content { margin-top: 0; }
    .primary-nav { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
    .nav-link { padding: 9px 1px 7px; font-size: 9px; min-width: 0; }
    .nav-link>span:not(.nav-count) { white-space: nowrap; }
    .business-hero { padding: 27px 23px; border-radius: 17px; }
    .business-hero h1 { font-size: 30px; letter-spacing: -1.1px; }
    .business-hero h1 span { display: block; }
    .business-hero p { font-size: 16px; }
    .business-hero .business-hero-description { font-size: 12px; }
    .business-hero .eyebrow { font-size: 8px; letter-spacing: 1px; }
    .business-benefits { grid-template-columns: 1fr; gap: 18px; margin: 24px 0 30px; padding: 0 0 24px; }
    .business-benefits>div { flex-direction: row; gap: 12px; }
    .business-benefits strong { margin-bottom: 3px; }
    .business-grid { grid-template-columns: 1fr; }
    .business-heading { align-items: stretch; gap: 18px; }
    .business-heading .search-field { width: 100%; }
    .business-empty h3 { font-size: 16px; }
    .profile-avatar { width: 74px; height: 74px; font-size: 27px; }
}
@media (max-height: 800px) and (min-width: 981px) {
    .sidebar-note { display: none; }
}

/* A quiet business link, and room for conversations. */
.footer-meta { display: flex; align-items: center; justify-content: flex-end; gap: 15px; flex-wrap: wrap; }
.footer-business-link { color: #829075; font-size: 10px; white-space: nowrap; text-underline-offset: 3px; }
.footer-business-link:hover, .footer-business-link:focus-visible { color: var(--forest); text-decoration: underline; }
.messages-section { padding: 2px 0 0; }
.messages-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 27px; }
.messages-page-heading h1 { font-size: 36px; line-height: 1.4; letter-spacing: -1.6px; margin: 0 0 3px; }
.messages-page-heading h1>span { color: #98b767; }
.messages-page-heading p { font-size: 13px; color: #7f8c73; }
.messages-refresh { display: grid; place-items: center; height: 38px; width: 38px; border: 1px solid #e1e7d8; border-radius: 10px; color: #7e8e6c; background: white; }
.messages-refresh .icon { width: 17px; height: 17px; }
.messages-refresh:hover { background: #edf3e3; }
.messages-layout { display: grid; grid-template-columns: minmax(225px, 32%) minmax(0, 1fr); height: calc(100dvh - 240px); min-height: 560px; background: white; border: 1px solid #e0e6d9; border-radius: 17px; overflow: hidden; }
.messages-inbox { min-width: 0; min-height: 0; display: flex; flex-direction: column; border-right: 1px solid #e8ece1; }
.inbox-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 23px 21px 18px; }
.inbox-heading h2 { font-size: 13px; letter-spacing: -.2px; }
.inbox-preview-label { color: #8f9a80; font-size: 9px; border: 1px solid #e5eadb; padding: 3px 6px; border-radius: 4px; }
.conversation-search { display: flex; align-items: center; gap: 9px; border: 1px solid #e9edde; background: #f8faf5; margin: 0 19px 17px; padding: 10px 11px; border-radius: 8px; }
.conversation-search .icon { width: 16px; height: 16px; color: #96a28a; }
.conversation-search input { min-width: 0; width: 100%; color: var(--ink); outline: none; border: 0; background: transparent; font-size: 11px; }
.conversation-search:focus-within { border-color: #839d63; box-shadow: 0 0 0 2px #ebf1e2; }
.conversation-search input::placeholder { color: #97a18e; }
.conversation-list { flex: 1; min-height: 0; overflow-y: auto; padding: 0 9px 15px; }
.conversation-item { display: flex; position: relative; align-items: flex-start; gap: 12px; width: 100%; text-align: left; padding: 17px 12px; margin-bottom: 4px; border-radius: 10px; }
.conversation-item:hover { background: #f6f8f1; }
.conversation-item.active { background: #eef4e4; }
.conversation-avatar { display: grid; place-items: center; flex-shrink: 0; width: 41px; height: 41px; border-radius: 50%; font-size: 14px; font-weight: 650; }
.conversation-copy { display: flex; flex-direction: column; gap: 5px; min-width: 0; flex: 1; }
.conversation-copy strong { color: #3e5038; font-weight: 650; font-size: 12px; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 40px; }
.conversation-copy>span { display: block; font-size: 11px; color: #87937a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.5; }
.conversation-time { position: absolute; right: 12px; top: 19px; font-size: 9px; color: #94a084; }
.inbox-note { display: flex; align-items: flex-start; gap: 9px; padding: 18px 22px; border-top: 1px solid #edf0e7; color: #98a08c; font-size: 10px; line-height: 1.7; }
.inbox-note .icon { margin-top: 2px; width: 14px; height: 14px; color: #8fa478; }
.messages-empty { padding: 35px 20px; text-align: center; color: #9aa58d; }
.messages-empty>.icon { height: 26px; width: 26px; margin-bottom: 14px; }
.messages-empty h3 { color: #6e7f5e; font-size: 13px; margin-bottom: 8px; }
.messages-empty p { font-size: 11px; line-height: 1.7; }
.chat-panel { min-height: 0; min-width: 0; background: #fcfdf9; }
.chat-placeholder { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 25px; text-align: center; position: relative; }
.chat-placeholder>span:first-child { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 25px; color: #738c53; background: #eaf1da; margin-bottom: 23px; transform: rotate(-7deg); }
.chat-placeholder>span:first-child>.icon { width: 37px; height: 37px; stroke-width: 1.5; }
.chat-placeholder h2 { font-size: 21px; letter-spacing: -.6px; line-height: 1.5; margin-bottom: 12px; }
.chat-placeholder p { font-size: 12px; line-height: 1.8; color: #929d85; }
.chat-placeholder-spark { font-size: 32px; color: #bfd28a; margin-top: 30px; }
.chat-active { display: flex; flex-direction: column; height: 100%; min-height: 0; }
.chat-header { display: flex; flex-shrink: 0; align-items: center; gap: 12px; min-height: 83px; padding: 19px 26px; border-bottom: 1px solid #e8eddf; background: white; }
.chat-heading { min-width: 0; flex: 1; }
.chat-heading h2 { font-size: 14px; font-weight: 750; line-height: 1.6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-heading p { color: #93a080; font-size: 10px; line-height: 1.6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.chat-plan-button { display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0; border: 1px solid #e4eadb; border-radius: 7px; padding: 8px 10px; color: #758762; font-size: 10px; }
.chat-plan-button:hover { background: #f1f5e9; }
.chat-plan-button .icon { width: 12px; height: 12px; }
.chat-back { display: none; padding: 4px; margin-left: -5px; color: #7a8a68; }
.chat-back .icon { height: 18px; width: 18px; }
.chat-preview-notice { display: flex; flex-shrink: 0; justify-content: center; align-items: center; gap: 7px; padding: 10px; font-size: 10px; color: #8a967b; background: #f5f8ee; border-bottom: 1px solid #ebf0e2; }
.chat-preview-notice .icon { width: 13px; height: 13px; color: #9bb476; }
.chat-history { flex: 1; min-height: 0; overflow-y: auto; padding: 29px 27px 17px; overscroll-behavior: contain; }
.message-row { display: flex; flex-direction: column; align-items: flex-start; margin: 0 0 21px; }
.message-row.outgoing { align-items: flex-end; }
.message-bubble { max-width: 86%; border: 1px solid #e7ecdf; border-radius: 13px 13px 13px 3px; padding: 12px 16px; background: white; font-size: 13px; line-height: 1.8; color: #536449; white-space: pre-wrap; overflow-wrap: anywhere; }
.message-row.outgoing .message-bubble { border-color: #dce8c4; background: #e6f0d2; border-radius: 13px 13px 3px 13px; color: #3e5735; }
.message-author { display: block; font-size: 10px; color: #839376; font-weight: 600; margin-bottom: 5px; }
.message-time { display: block; margin-top: 6px; font-size: 9px; line-height: 1.5; color: #a0aa94; }
.message-row.system { text-align: center; align-items: center; }
.message-row.system .message-bubble { font-size: 10px; color: #8f9b81; border: none; padding: 0 7px; background: transparent; line-height: 1.8; }
.message-row.system .message-time { display: none; }
.chat-empty { padding: 40px 10px; text-align: center; color: #819272; font-size: 13px; }
.chat-empty span { display: block; margin-top: 12px; color: #9ca68f; font-size: 10px; }
.message-compose-wrap { padding: 15px 23px 14px; background: white; border-top: 1px solid #e9eee1; flex-shrink: 0; }
.message-form { display: flex; align-items: flex-end; gap: 12px; padding: 6px; border: 1px solid #e2e8d8; border-radius: 11px; background: #fcfdf9; }
.message-form:focus-within { border-color: #95ad74; box-shadow: 0 0 0 2px #f0f5e7; }
.message-compose-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
#message-input { width: 100%; min-width: 0; min-height: 37px; max-height: 110px; border: 0; outline: none; resize: none; background: transparent; font-size: 13px; color: #425d37; padding: 9px 7px; line-height: 1.5; }
#message-input::placeholder { color: #a0a993; }
.send-message { display: grid; place-items: center; flex-shrink: 0; width: 37px; height: 37px; border-radius: 8px; background: #294b3d; color: #e5efce; }
.send-message:hover { color: white; background: #42634a; }
.send-message .icon { width: 16px; height: 16px; }
.message-compose-help { display: flex; justify-content: space-between; gap: 10px; font-size: 9px; color: #a0a992; margin-top: 9px; line-height: 1.6; }
.message-compose-help>span { text-align: right; }
.message-compose-wrap .form-error { font-size: 11px; margin-bottom: 12px; }

@media (max-width: 1100px) {
    .messages-layout { grid-template-columns: 225px minmax(0, 1fr); }
    .inbox-heading { padding: 21px 16px 17px; }
    .inbox-heading h2 { font-size: 12px; }
    .conversation-search { margin-inline: 14px; }
    .conversation-item { gap: 8px; padding-inline: 8px; }
    .conversation-avatar { width: 35px; height: 35px; font-size: 12px; }
    .conversation-copy strong { font-size: 11px; padding-right: 32px; }
    .conversation-time { right: 8px; font-size: 8px; }
    .chat-header { padding-inline: 18px; gap: 9px; }
    .chat-history { padding-inline: 20px; }
    .message-compose-wrap { padding-inline: 15px; }
    .message-compose-help>span { display: none; }
}
@media (max-width: 740px) {
    .messages-page-heading { margin-bottom: 22px; }
    .messages-page-heading h1 { font-size: 31px; }
    .messages-layout { grid-template-columns: minmax(0, 1fr); height: calc(100dvh - 220px); min-height: 520px; border-radius: 13px; }
    .messages-inbox { border-right: 0; }
    .messages-layout:not(.has-conversation) .chat-panel { display: none; }
    .messages-layout.has-conversation .messages-inbox { display: none; }
    .chat-back { display: grid; place-items: center; }
    .conversation-item { gap: 12px; padding: 17px 15px; }
    .conversation-avatar { width: 40px; height: 40px; font-size: 14px; }
    .conversation-copy strong { font-size: 13px; }
    .conversation-copy>span { font-size: 12px; }
    .conversation-time { top: 21px; right: 15px; font-size: 10px; }
    .inbox-heading { padding: 23px 22px 18px; }
    .inbox-heading h2 { font-size: 14px; }
    .conversation-search { margin-inline: 21px; padding: 12px; }
    .conversation-search input { font-size: 12px; }
    .chat-header { min-height: 74px; padding: 14px; }
    .chat-header .conversation-avatar { width: 33px; height: 33px; font-size: 12px; }
    .chat-heading h2 { font-size: 13px; }
    .chat-plan-button { font-size: 9px; gap: 4px; padding: 7px; }
    .chat-plan-button .icon { width: 10px; height: 10px; }
    .chat-preview-notice { font-size: 9px; }
    .chat-history { padding: 22px 17px 10px; }
    .message-bubble { font-size: 12px; padding: 10px 13px; max-width: 91%; }
    .message-compose-wrap { padding: 12px; }
    .message-compose-help { font-size: 8px; }
}
@media (max-width: 550px) {
    .footer-meta { justify-content: center; gap: 7px 15px; }
    .messages-page-heading p { font-size: 12px; }
    #message-input { font-size: 16px; }
}

/* Profile pages and community photos. */
.profile-section { padding: 2px 0 12px; }
.profile-page-head { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.profile-page-head h1 { font-size: 34px; letter-spacing: -1.4px; line-height: 1.4; overflow-wrap: anywhere; }
.profile-page-head .profile-kicker { font-size: 9px; letter-spacing: 1.5px; margin-bottom: 8px; }
.profile-page-head>.button { flex-shrink: 0; font-size: 12px; }
.profile-page-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); align-items: start; gap: 28px; }
.profile-overview { min-width: 0; padding: 29px 25px 22px; border: 1px solid #e0e7d7; border-radius: 17px; background: linear-gradient(#edf3e3 0 82px, #fff 82px); }
.profile-overview .profile-avatar { width: 112px; height: 112px; margin-bottom: 18px; border: 6px solid white; font-size: 37px; }
.profile-avatar, .mini-avatar, .conversation-avatar, .guest-avatar { overflow: hidden; }
.avatar-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.profile-overview .profile-hero h2 { font-size: 24px; line-height: 1.4; letter-spacing: -.8px; margin-bottom: 8px; }
.profile-overview .profile-city { display: flex; justify-content: center; align-items: center; gap: 5px; color: #829175; }
.profile-overview .profile-city .icon { width: 16px; height: 16px; }
.profile-overview .profile-bio { font-size: 13px; line-height: 1.85; }
.profile-section-label { display: block; margin: 23px 0 10px; font-size: 10px; font-weight: 600; color: #819473; letter-spacing: .4px; }
.profile-overview .profile-tags, .profile-overview .profile-languages { display: flex; flex-wrap: wrap; gap: 7px; margin: 10px 0 20px; }
.profile-overview .profile-tag { padding: 5px 10px; font-size: 11px; overflow-wrap: anywhere; }
.profile-overview .profile-stats { margin-bottom: 0; border-bottom: 0; padding-bottom: 2px; gap: 15px; }
.profile-overview .profile-stat:last-child strong { font-size: 24px; }
.profile-page-plans { min-width: 0; }
.profile-page-plans>header { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin: 3px 0 22px; }
.profile-page-plans>header h2 { font-size: 19px; letter-spacing: -.6px; }
.profile-page-plans>header .button { font-size: 11px; padding: 8px 12px; }
.profile-plans-heading { display: flex; align-items: center; gap: 12px; margin: 4px 0 22px; }
.profile-plans-heading h2 { min-width: 0; overflow-wrap: anywhere; font-size: 20px; letter-spacing: -.6px; }
.profile-plans-heading>span { background: #f0f4e8; border: 1px solid #e5eadb; border-radius: 5px; padding: 4px 7px; color: #8d9a7c; font-size: 10px; white-space: nowrap; }
.profile-hosted-grid.plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.profile-hosted-grid .card-body { padding: 17px; }
.profile-hosted-grid .card-time { flex-wrap: wrap; gap: 5px; font-size: 10px; }
.profile-hosted-grid .card-time .price { margin-left: 0; font-size: 9px; }
.profile-hosted-grid .card-body h3 { font-size: 15px; line-height: 1.55; }
.profile-hosted-grid .card-location { font-size: 10px; }
.profile-hosted-grid .group-info>span { font-size: 10px; }
.profile-hosted-grid .card-bottom { gap: 6px; }
.profile-page-empty { padding: 46px 25px; background: #f5f8ee; border: 1px dashed #dce5cc; border-radius: 16px; text-align: center; }
.profile-page-empty h3 { font-size: 19px; margin-bottom: 12px; letter-spacing: -.5px; }
.profile-page-empty p { color: #839277; font-size: 13px; line-height: 1.8; margin-bottom: 22px; }
.profile-page-empty .button { display: inline-flex; font-size: 12px; }
.profile-onboarding { max-width: 710px; margin: 35px auto; padding: 58px 40px; text-align: center; border: 1px solid #dfe6d4; border-radius: 22px; background: #f2f6e9; }
.profile-onboarding .profile-avatar { width: 100px; height: 100px; margin-bottom: 26px; background: #dce9c3; color: #617d46; }
.profile-onboarding h1 { font-size: 32px; line-height: 1.4; letter-spacing: -1.2px; margin-bottom: 18px; }
.profile-onboarding p { color: #7d8d70; font-size: 14px; line-height: 1.8; max-width: 420px; margin: 0 auto 26px; }
.profile-onboarding .button { display: inline-flex; }
.profile-onboarding .profile-kicker { font-size: 10px; margin-bottom: 16px; }
.dialog .media-photo-fieldset { padding: 0; margin: 0; border: none; min-width: 0; }
.media-photo-fieldset>legend { margin-bottom: 13px; }
.media-photo-fieldset>legend .optional-label { font-size: 11px; color: #98a18b; margin-left: 5px; font-weight: 400; }
.profile-photo-editor { display: flex; align-items: center; gap: 23px; }
.profile-photo-circle { width: 88px; height: 88px; flex-shrink: 0; border-radius: 50%; overflow: hidden; display: grid; place-items: center; box-shadow: 0 0 0 5px #f2f5eb; font: 700 30px var(--heading); }
.profile-photo-circle img { width: 100%; height: 100%; object-fit: cover; grid-area: 1/1; }
.profile-photo-circle>span { grid-area: 1/1; }
.profile-photo-initial { display: grid; place-items: center; width: 100%; height: 100%; }
.profile-empty-copy { font-size: 12px; color: #8a987e; line-height: 1.7; }
.profile-city { overflow-wrap: anywhere; }
.media-photo-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 15px; }
.profile-photo-editor .media-photo-controls { align-items: flex-start; flex-direction: column; gap: 3px; }
.dialog .media-photo-fieldset label.media-upload-button { display: inline-flex; flex-direction: row; align-items: center; gap: 8px; position: relative; overflow: hidden; border: 1px solid #dce4cf; border-radius: 8px; padding: 10px 13px; color: #526d40; background: #f5f8ef; font-size: 12px; cursor: pointer; margin: 0; }
.media-upload-button .icon { width: 16px; height: 16px; }
.dialog .media-photo-fieldset .media-upload-button input[type=file] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; padding: 0; }
.media-upload-button:focus-within { outline: 2px solid #78975a; outline-offset: 3px; }
.business-cover-editor { width: 100%; aspect-ratio: 2.3; border-radius: 10px; background: #edf2e4; overflow: hidden; margin-bottom: 12px; }
.business-cover-editor>img { display: block; width: 100%; height: 100%; object-fit: cover; }
.media-photo-fieldset .form-error { margin-top: 12px; }
.business-card { --cover-inset: 25px; }
.business-cover { display: block; object-fit: cover; width: calc(100% + var(--cover-inset) * 2); height: 188px; margin: calc(-1 * var(--cover-inset)) calc(-1 * var(--cover-inset)) 22px; border-radius: 16px 16px 0 0; }
.dialog .language-fieldset { min-width: 0; border: 1px solid #e2e8d9; border-radius: 11px; padding: 15px; margin-top: 5px; background: #fcfdf9; }
.language-fieldset>legend { padding: 0 6px; margin-left: -6px; }
.selected-languages { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.selected-languages:empty { display: none; }
.language-chip { display: inline-flex; align-items: center; gap: 7px; padding: 6px 9px 6px 11px; background: #eaf2da; border: 1px solid #dce7c9; border-radius: 20px; color: #5a7344; font-size: 11px; }
.language-chip button { display: grid; place-items: center; padding: 1px; border-radius: 50%; font-size: 13px; color: #7d9167; min-width: 16px; min-height: 16px; }
.language-chip button:hover { background: #d6e5be; }
.language-chip .icon { width: 12px; height: 12px; }
.dialog .language-fieldset label.language-search-label { display: flex; flex-direction: row; align-items: center; gap: 8px; margin: 0 0 12px; border: 1px solid #e1e7d7; border-radius: 7px; padding: 0 10px; background: white; }
.language-search-label .icon { width: 15px; height: 15px; color: #9daa8e; }
.dialog .language-search-label input { border: none; padding: 9px 0; background: transparent; outline: none; box-shadow: none; font-size: 12px; }
.language-search-label:focus-within { border-color: #91aa70; }
.dialog .language-fieldset label.language-select-label { font-size: 10px; color: #93a083; font-weight: 400; margin-bottom: 6px; }
.dialog #language-select { padding: 5px; height: 145px; background: white; border: 1px solid #e3e9da; border-radius: 7px; font-size: 12px; overflow-y: auto; }
#language-select option { padding: 6px 9px; border-radius: 4px; margin-bottom: 2px; }
#language-select option:checked { background: #e9f1d9 linear-gradient(#e9f1d9, #e9f1d9); color: #445d36; }
.language-picker-footer { display: flex; align-items: center; gap: 15px; justify-content: space-between; margin-top: 12px; }
.language-picker-footer .field-help { font-size: 10px; line-height: 1.7; max-width: 180px; }
.language-picker-footer .button { flex-shrink: 0; font-size: 11px; padding: 8px 10px; gap: 5px; }
.language-picker-footer .button .icon { width: 13px; height: 13px; }
@media (max-width: 1190px) {
    .business-card { --cover-inset: 22px; }
    .profile-page-layout { grid-template-columns: 265px minmax(0, 1fr); gap: 22px; }
    .profile-hosted-grid.plan-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 840px) {
    .profile-page-layout { grid-template-columns: minmax(0, 1fr); }
    .profile-overview { padding: 28px; }
    .profile-hosted-grid.plan-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .profile-page-head h1 { font-size: 30px; }
}
@media (max-width: 550px) {
    .profile-page-head { align-items: flex-start; gap: 12px; margin-bottom: 21px; }
    .profile-page-head h1 { font-size: 27px; }
    .profile-page-head>.button { font-size: 10px; padding: 9px 12px; }
    .profile-overview { padding: 27px 23px; }
    .profile-hosted-grid.plan-grid { grid-template-columns: minmax(0, 1fr); }
    .profile-onboarding { margin: 8px 0; padding: 39px 23px; }
    .profile-onboarding h1 { font-size: 26px; }
    .profile-onboarding p { font-size: 13px; }
    .profile-photo-editor { gap: 17px; }
    .profile-photo-circle { width: 75px; height: 75px; }
    .dialog .media-photo-fieldset label.media-upload-button { font-size: 11px; padding: 9px 11px; }
    .dialog .language-fieldset { padding: 12px; }
    .language-picker-footer { align-items: flex-start; gap: 8px; }
    .language-picker-footer .field-help { max-width: 140px; }
    .language-picker-footer .button { font-size: 10px; padding: 8px; }
    .dialog .language-search-label input { font-size: 16px; }
}
.account-button {
    border:1px solid #d9e2d2;
    border-radius:8px;
    padding:9px 14px;
    color:var(--forest, #294b3d);
    background:#f3f6ee;
    font-size:12px;
    font-weight:650;
    white-space:nowrap;
}

.account-button:hover {
    background:var(--lime);
}

.auth-dialog {
    max-width:490px;
}

.auth-tabs {
    display:flex;
    gap:5px;
    padding:5px;
    border:1px solid #e0e6d9;
    background:#eef2e8;
    border-radius:10px;
}

.auth-tabs button {
    flex:1;
    padding:10px 8px;
    font-size:12px;
    font-weight:650;
    border-radius:7px;
    color:var(--muted);
}

.auth-tabs button[aria-pressed="true"] {
    color:#294b3d;
    background:var(--paper);
    box-shadow:0 1px 4px #294b3d10;
}

.auth-context,.auth-feedback {
    border:1px solid #d8e5c5;
    padding:12px 14px;
    border-radius:10px;
    font-size:12px;
    line-height:1.65;
    color:#40583b;
    background:#f0f6e8;
    margin:16px 0;
}

.auth-password-wrap {
    position:relative;
    display:flex;
    align-items:center;
}

.dialog .auth-password-wrap input {
    padding-right:68px;
}

.auth-password-wrap button {
    position:absolute;
    right:6px;
    padding:10px;
    color:#49623e;
    font-size:11px;
    font-weight:650;
    border-radius:6px;
}

.auth-text-button {
    color:#45663b;
    padding:8px 3px;
    font-size:12px;
    font-weight:600;
    line-height:1.5;
    text-decoration:underline;
    text-underline-offset:4px;
}

.auth-mail-note {
    color:var(--muted);
    font-size:11px;
    line-height:1.7;
    padding-top:15px;
    margin-top:20px;
    border-top:1px solid var(--line);
}

.auth-account-summary {
    display:flex;
    flex-direction:column;
    gap:10px;
    border:1px solid #dfe7d7;
    border-radius:12px;
    padding:18px;
    background:#f7f9f3;
    margin:20px 0;
}

.auth-account-summary>span:first-child {
    font-size:11px;
    color:var(--muted);
}

.auth-account-summary strong {
    font-size:15px;
    overflow-wrap:anywhere;
}

.auth-verification {
    display:flex;
    align-items:center;
    gap:6px;
    font-size:11px;
    color:#856326;
}

.auth-verification.is-verified {
    color:#45683d;
}

.auth-verification .icon {
    width:15px;
    height:15px;
}

.auth-account-actions {
    display:flex;
    flex-direction:column;
    gap:12px;
}

.profile-account-buttons {
    display:flex;
    align-items:center;
    gap:16px;
}

.profile-account-note {
    display:flex;
    align-items:center;
    gap:20px;
    justify-content:space-between;
    background:#f0f5e8;
    border:1px solid #dfe8d2;
    border-radius:14px;
    padding:20px 24px;
    margin-bottom:26px;
}

.profile-account-note strong {
    font-size:14px;
    color:#365331;
}

.profile-account-note p {
    font-size:12px;
    color:var(--muted);
    line-height:1.65;
    margin-top:6px;
    max-width:650px;
}

.profile-account-note .button {
    flex-shrink:0;
}

.profile-onboarding>.auth-text-button {
    display:block;
    margin:14px auto 0;
}

@media(max-width:480px) {
    .topbar-right .help-button {
        display:none;
    }
}

@media(max-width:380px) {
    .topbar-right .demo-label {
        display:none;
    }
    .topbar {
        gap:12px;
    }
    .topbar-right {
        gap:8px;
    }
}

@media(max-width:600px) {
    .account-button {
        padding:8px 10px;
        font-size:11px;
    }
    .profile-account-note {
        align-items:flex-start;
        flex-direction:column;
        gap:14px;
        padding:18px;
    }
    .profile-account-buttons {
        gap:10px;
        flex-wrap:wrap;
    }
}
.detail-heading-line {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.plan-refresh-link {
    padding:7px 0 7px 8px;
    color:#637b55;
    font-size:11px;
    font-weight:600;
    text-decoration:underline;
    text-underline-offset:3px;
}

.plan-membership-note {
    margin:20px 0;
    padding:16px 18px;
    border:1px solid #dce6cf;
    border-radius:12px;
    background:#f1f6e9;
    color:#3b5932;
}

.plan-membership-note strong {
    display:block;
    font-size:13px;
}

.plan-membership-note p {
    margin-top:6px;
    font-size:12px;
    line-height:1.7;
    color:#6c7b60;
}

.plan-membership-note.is-cancelled {
    border-color:#eadbd1;
    background:#faf3ee;
}

.spots-tag.is-cancelled {
    background:#fae8db;
    color:#825738;
}

.plan-participants,.plan-join-requests {
    border-top:1px solid #e5eadf;
    padding-top:20px;
    margin-top:20px;
}

.plan-participants h3,.plan-join-requests h3 {
    font-size:15px;
    letter-spacing:-.3px;
    display:flex;
    align-items:center;
    gap:9px;
    margin-bottom:12px;
}

.plan-participants h3>span,.plan-join-requests h3>span {
    border-radius:6px;
    background:#edf3e4;
    color:#789166;
    padding:3px 7px;
    font-size:10px;
    letter-spacing:0;
}

.plan-people-list {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    max-height:240px;
    overflow:auto;
    padding:4px 3px 6px;
}

.plan-person {
    display:flex;
    align-items:center;
    gap:9px;
    min-width:0;
    padding:8px 11px;
    border:1px solid #e2e8da;
    border-radius:10px;
    background:#fbfcf8;
    text-align:left;
    color:#46613b;
}

.plan-person:hover {
    background:#eff5e4;
}

.plan-person .mini-avatar {
    width:30px;
    height:30px;
    flex-shrink:0;
    margin:0;
    border:0;
}

.plan-person>span:last-child {
    min-width:0;
    font-size:12px;
    line-height:1.45;
    overflow-wrap:anywhere;
}

.plan-person small {
    display:block;
    font-size:9px;
    color:#81936f;
}

.join-request-list {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:14px 0;
}

.join-request-row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:12px;
    border:1px solid #e3e9d9;
    background:#f8faf4;
    border-radius:12px;
}

.join-request-row .plan-person {
    padding:0;
    background:transparent;
    border:0;
}

.join-request-actions {
    display:flex;
    flex-shrink:0;
    gap:7px;
}

.join-request-actions .button {
    min-height:36px;
    padding:8px 11px;
    font-size:10px;
}

.plan-confirmation {
    padding:18px;
    border:1px solid #e9dacc;
    background:#faf5ee;
    border-radius:12px;
    margin-top:18px;
}

.plan-confirmation h3 {
    font-size:15px;
    color:#6d4b35;
}

.plan-confirmation p {
    font-size:12px;
    line-height:1.7;
    margin-top:7px;
    color:#856d5e;
}

.plan-confirm-actions {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:16px;
}

.plan-confirm-actions .button {
    min-height:40px;
    font-size:11px;
    padding:10px 14px;
}

.plan-confirm-actions .button-primary {
    background:#795440;
    color:#fff9ef;
}

.detail-actions {
    flex-wrap:wrap;
}

@media(max-width:550px) {
    .join-request-row {
        align-items:stretch;
        flex-direction:column;
        gap:12px;
    }
    .join-request-actions .button {
        flex:1;
        min-height:40px;
        font-size:11px;
    }
    .plan-confirm-actions {
        flex-direction:column;
    }
    .detail-actions>.button {
        flex:0 0 auto;
        min-height:44px;
        width:100%;
    }
    .plan-membership-note {
        padding:14px;
    }
    .plan-person {
        padding:7px 9px;
    }
}
.brand-wordmark {
    display:block;
    width:172px;
    height:auto;
    max-width:100%;
}

.brand-mark {
    display:none;
    width:42px;
    height:42px;
}

.sidebar>.brand {
    width:172px;
    max-width:100%;
    flex-shrink:0;
    border-radius:4px;
}

.dialog-brand {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
    margin:3px 28px 25px 0;
}

.dialog-brand img {
    display:block;
    width:126px;
    height:auto;
    max-width:100%;
}

.business-dialog-brand>span {
    color:#6d825b;
    font-size:10px;
    font-weight:650;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.business-hero .business-brand {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
    margin:24px 0 22px;
}

.business-brand>img {
    display:block;
    width:245px;
    max-width:100%;
    height:auto;
}

.business-hero .business-brand>span {
    display:block;
    border-left:1px solid #76907f;
    padding-left:18px;
    color:#d9ef8a;
    font-size:12px;
    font-weight:650;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.footer-identity {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:11px 16px;
    min-width:0;
}

.footer-brand {
    display:block;
    flex-shrink:0;
    border-radius:3px;
    opacity:.75;
}

.footer-brand:hover,.footer-brand:focus-visible {
    opacity:1;
}

.footer-brand img {
    display:block;
    width:78px;
    height:auto;
}

.footer-promise {
    display:flex;
    align-items:center;
    gap:6px;
}

@media(min-width:551px) and (max-width:980px) {
    .sidebar>.brand {
        justify-content:center;
        width:44px;
    }
    .sidebar .brand-wordmark {
        display:none;
    }
    .sidebar .brand-mark {
        display:block;
    }
}

@media(max-width:550px) {
    .mobile-brand {
        width:138px;
        min-width:0;
        flex-shrink:0;
    }
    .mobile-brand .brand-wordmark {
        width:138px;
    }
    .business-hero .business-brand {
        align-items:flex-start;
        flex-direction:column;
        gap:12px;
        margin:23px 0 20px;
    }
    .business-brand>img {
        width:210px;
    }
    .business-hero .business-brand>span {
        padding:0;
        border:0;
        font-size:11px;
    }
    .footer-identity {
        align-items:flex-start;
        flex-direction:column;
        gap:11px;
    }
    .main-footer .footer-meta {
        justify-content:flex-start;
        text-align:left;
    }
    .dialog-brand {
        margin-bottom:22px;
    }
}
