.city-page button,.city-page input,.city-page textarea,.city-page select{font:inherit}.city-page button,.city-page a,.city-page input,.city-page select,.city-page textarea,.city-page summary{-webkit-tap-highlight-color:transparent}.city-page button,.city-page summary{cursor:pointer}.city-page button{border:1px solid var(--line);color:var(--ink);background:0 0;border-radius:0;min-height:44px;padding:10px 16px}.city-page button:hover{background:var(--soft)}.city-page button.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.city-page button.primary:hover{background:#2f4d58}.city-page button:disabled{opacity:.55;cursor:default}.city-page a:focus-visible,.city-page button:focus-visible,.city-page input:focus-visible,.city-page textarea:focus-visible,.city-page select:focus-visible,.city-page summary:focus-visible{outline:3px solid var(--brass);outline-offset:4px}.city-page .page-title{justify-content:space-between;align-items:center;gap:20px;padding:30px 0 25px;display:flex}.city-page .toolbar{border-block:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:14px;padding:12px 0;display:flex}.city-page .toolbar input{max-width:260px}.city-page .tabs button{border:0;border-radius:0;padding:10px 12px}.city-page .tabs button[aria-pressed=true]{box-shadow:inset 0 -2px var(--ink);font-weight:700}.city-page .layout{grid-template-columns:minmax(0,1fr) 300px;gap:7%;margin-top:30px;display:grid}.city-page .layout>aside{border-top:1px solid var(--line);padding-top:18px}.city-page .layout>aside h2{margin-bottom:14px}.city-page .layout>aside p{color:var(--muted);margin-bottom:18px;font-size:.95rem;line-height:1.8}.city-page .feed-item{border-bottom:1px solid var(--line);padding:26px 0}.city-page .feed-item:first-child{padding-top:0}.city-page .feed-item h2{font:500 2.35rem/1.1 var(--serif);letter-spacing:-.02em;margin:15px 0}.city-page .feed-item .excerpt{color:var(--muted);max-width:65ch;font-size:1.05rem;line-height:1.8}.city-page .meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.875rem;display:flex}.city-page .badge{color:var(--ink);background:var(--soft);border-radius:0;padding:3px 8px;font-size:.875rem}.city-page .identity{color:var(--ink);align-items:center;gap:10px;font-weight:600;display:inline-flex}.city-page .mark{border:1px solid var(--brass);width:35px;height:35px;color:var(--brass);font:500 1.2rem var(--serif);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.city-page .actions{flex-wrap:wrap;align-items:center;gap:10px;margin:18px 0;display:flex}.city-page .small{color:var(--muted);font-size:.875rem;line-height:1.65}.city-page .empty{color:var(--muted);padding:28px 0;line-height:1.8}.city-page .empty h2{color:var(--ink);margin-bottom:12px}.city-page .grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:24px;display:grid}.city-page .group-card{border-top:1px solid var(--brass);padding:20px 0}.city-page .group-card h2{margin:12px 0}.city-page .group-card p{color:var(--muted);line-height:1.8}.city-page .prose{overflow-wrap:anywhere;font-size:1.125rem;line-height:1.85}.city-page .prose p{margin:0 0 20px}.city-page .prose h2,.city-page .prose h3{margin:24px 0 14px}.city-page .prose a{text-underline-offset:4px;color:var(--ink);text-decoration:underline}.city-page .prose blockquote{border-left:2px solid var(--brass);margin:20px 0;padding-left:22px}.city-page .prose pre{background:var(--soft);padding:18px;font-size:.875rem;overflow:auto}.city-page .prose img{max-width:100%}.city-page .thread-header h1{max-width:25ch;margin:18px 0 24px}.city-page .thread-header{padding-top:6px}.city-page .back{color:var(--ink);min-height:44px;margin:24px 0 0;display:inline-block}.city-page .section{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.city-page .section>h2{margin-bottom:20px}.city-page .message{border-bottom:1px solid var(--line);padding:20px 0}.city-page .message .prose{margin-top:15px}.city-page .note{background:var(--surface);border-left:2px solid var(--brass);margin:18px 0;padding:18px 22px;line-height:1.8}.city-page .material{border-bottom:1px solid var(--line);padding:20px 0}.city-page .material h3{margin-bottom:12px}.city-page .role-card{border:1px solid var(--line);margin:16px 0;padding:20px;line-height:1.8}.city-page .role-card h3{margin:0 0 10px}.city-page form{gap:18px;display:grid}.city-page label{gap:8px;font-size:.95rem;font-weight:500;display:grid}.city-page input,.city-page textarea,.city-page select{width:100%;color:var(--ink);background:var(--surface);border:1px solid #afb8b4;border-radius:0;min-height:44px;padding:12px}.city-page textarea{resize:vertical;min-height:120px;line-height:1.6}.city-page label.check{align-items:flex-start;gap:10px;font-weight:400;line-height:1.5;display:flex}.city-page input[type=checkbox]{flex-shrink:0;width:20px;height:20px;min-height:0;margin-top:2px}.city-page form .actions{margin:0}.city-page .form-error{color:#913c2c;line-height:1.6}.city-page .field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.city-page dialog{border:1px solid var(--line);background:var(--paper);width:min(640px,100% - 32px);max-height:calc(100dvh - 40px);color:var(--ink);border-radius:0;padding:26px;overflow:auto;box-shadow:0 20px 80px #162e3833}.city-page dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#162e3870}.city-page .dialog-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.city-page .dialog-heading button{border:0;padding:4px 12px;font-size:1.5rem}.city-page .dialog-heading h2{font-size:2rem}.city-page dialog details{margin-top:24px}.city-page details summary{min-height:44px;padding:12px 0}.city-page details form{margin-top:16px}.city-page .notice-list{gap:14px;display:grid}.city-page .notice-list>a{border-left:2px solid var(--brass);background:var(--surface);padding:12px 18px}.city-page #feedback:empty{display:none}.city-page #feedback{background:var(--ink);color:#fff;z-index:20;border-radius:0;max-width:calc(100% - 32px);padding:14px 20px;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.city-page .loading{color:var(--muted);padding:35px 0}.city-page [hidden]{display:none!important}@media (width<=850px){.city-page .layout{grid-template-columns:1fr;gap:30px}.city-page .page-title{align-items:flex-start}.city-page .feed-item h2{font-size:2rem}.city-page .prose{font-size:1.0625rem}.city-page .layout>aside{margin-top:15px}}@media (width<=440px){.city-page .page-title{flex-wrap:wrap}.city-page .field-row{grid-template-columns:1fr}.city-page .toolbar input{max-width:none}.city-page dialog{padding:20px}.city-page .prose{font-size:1rem}.city-page .page-title h1{font-size:2.8rem}}@media (prefers-reduced-motion:reduce){.city-page *,.city-page :before,.city-page :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.city-page .scratchpad{border:1px solid var(--line);background:var(--surface);border-radius:0;margin:20px 0;padding:20px}.city-page .scratchpad>h3{margin-bottom:12px;font-size:1.2rem}.city-page .scratchpad iframe{resize:vertical;border:1px solid var(--line);background:#fff;border-radius:0;width:100%;height:480px;min-height:200px;max-height:80vh;display:block}.city-page .source-editor,.city-page .state-preview{min-height:160px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.875rem;line-height:1.6}.city-page .state-preview{background:var(--surface);white-space:pre-wrap;overflow-wrap:anywhere;padding:16px;overflow:auto}@media (width<=600px){.city-page .scratchpad{padding:12px}.city-page .scratchpad iframe{height:400px}}.city-page h1{font-size:clamp(2.8rem,4.6vw,4.2rem);font-weight:500;line-height:1.06}.city-page h2{font-size:2rem;font-weight:500;line-height:1.15}.city-page h3{font-size:1.05rem}.city-page button{padding:11px 16px;font-size:.9375rem;line-height:1.5}.city-page .city-tools{justify-content:space-between;align-items:center;gap:20px;padding-block:12px 4px;display:flex}.city-tools nav{flex-wrap:wrap;gap:24px}.city-tools nav a{align-items:center;min-height:44px;display:inline-flex}.city-tools nav a[aria-current=page]{border-bottom:1px solid var(--brass);font-weight:600}.city-tools #account-button{border-color:var(--brass);overflow-wrap:anywhere;max-width:50%}.city-page .page-title{padding:26px 0 28px}.city-page .toolbar select{width:auto;min-width:170px}.city-page .layout>*{min-width:0}.city-page .layout>aside{padding-top:22px}.city-page .layout>aside a:not(.identity){text-decoration:underline;-webkit-text-decoration-color:var(--brass);text-decoration-color:var(--brass);text-underline-offset:5px;font-size:.9375rem}.city-page .city-illustration{margin-bottom:26px}.city-page .city-illustration img{filter:saturate(.78);width:100%;height:auto;display:block}.city-page .badge{color:var(--brass)}.city-page .prose p{font-size:inherit;line-height:inherit}.city-page .role-card{background:var(--surface);padding:24px}.city-page .role-card h3{font:500 1.65rem/1.2 var(--serif);margin-bottom:12px}.city-page .empty h2{margin-bottom:16px;font-size:2.4rem}.city-page form>label{margin-bottom:0}.city-page label.check{flex-direction:row}.city-page .footer{margin-top:60px}.city-page .scratchpad>h3{font:500 1.8rem/1.2 var(--serif)}.city-page summary:focus-visible{outline:2px solid var(--brass);outline-offset:4px}@media (width<=850px){.city-page .city-illustration{max-width:400px}}@media (width<=440px){.city-page .city-tools{gap:12px}.city-page .city-tools nav{gap:16px}.city-page .page-title h1{font-size:2.8rem}}.city-page .connection{overflow-wrap:anywhere;margin-block:1rem}.city-page details>summary{cursor:pointer;margin-block:.75rem}.city-page .section details h3{margin-block:1.25rem .5rem;font-size:1.2rem}.city-page .masthead{padding-block:20px 12px}.city-page .page-title{gap:16px;padding:20px 0 16px}.city-page .page-title h1{font-size:clamp(2.4rem,4vw,3.2rem)}.city-page .page-title .actions{margin:0}.city-page button.primary{min-height:44px;padding:10px 18px}.city-page .toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 0 16px;display:flex}.city-page .tabs{flex-wrap:wrap;gap:4px;display:flex}.city-page .tabs button{background:0 0;border-color:#0000;padding:9px 12px}.city-page .tabs button[aria-pressed=true]{background:var(--ink);color:var(--paper)}.city-page .feed-search{align-items:flex-end;gap:8px;display:flex}.city-page .feed-search label{gap:4px;font-size:.75rem}.city-page .feed-search input{max-width:250px;min-height:40px;padding:7px 10px}.city-page .feed-search button{min-height:40px;padding:7px 12px}.city-page .plaza-layout{grid-template-columns:minmax(0,1fr) 245px;align-items:start;gap:44px;display:grid}.city-page .plaza-layout>*{min-width:0}.city-page .feed-item{border-top:1px solid var(--line);overflow-wrap:anywhere;margin:0;padding:22px 0}.city-page .feed-item h2{font:500 1.65rem/1.22 var(--serif);margin:10px 0}.city-page .feed-item h2 a:hover{text-underline-offset:3px;text-decoration:underline}.city-page .feed-item .excerpt{color:var(--ink);margin:0 0 14px;font-size:1rem;line-height:1.6}.city-page .feed-item .meta{flex-wrap:wrap;gap:8px;font-size:.8125rem;line-height:1.4}.city-page .identity{overflow-wrap:anywhere;gap:7px;font-size:.875rem;line-height:1.4}.city-page .mark{width:26px;height:26px;font-size:1rem}.city-page .reply-preview{border-left:2px solid var(--line);margin:12px 0 8px;padding:2px 0 2px 16px}.city-page .reply-preview-row{margin:9px 0}.city-page .reply-preview-row .mark{display:none}.city-page .reply-preview-row .identity{font-size:.8125rem;font-weight:600}.city-page .reply-preview-row p{color:var(--muted);margin:4px 0;font-size:.9375rem;line-height:1.55}.city-page .feed-actions{gap:16px;margin:13px 0 0;font-size:.8125rem}.city-page .feed-actions>a{text-underline-offset:3px;align-items:center;min-height:32px;text-decoration:underline;display:inline-flex}.city-page .place-sidebar{border-top:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:8px;padding-top:20px;display:flex}.city-page .place-sidebar h2{text-transform:uppercase;letter-spacing:.06em;margin:16px 0 5px;font:600 .8125rem/1.4 DM Sans,sans-serif}.city-page .place-sidebar h2:first-child{margin-top:0}.city-page .place-sidebar>a,.city-page .place-sidebar>button{text-align:left;min-height:32px;padding:5px 0;font-size:.875rem}.city-page .place-sidebar>button{text-underline-offset:3px;background:0 0;border:0;text-decoration:underline}.city-page .place-sidebar>.small{margin-top:-6px;font-size:.75rem}.city-page .plaza-purpose{border-top:1px solid var(--line);margin-top:16px;padding-top:18px}.city-page .plaza-purpose img{object-fit:cover;filter:saturate(.7);width:100%;height:135px;display:block}.city-page .plaza-purpose p{color:var(--muted);margin:10px 0;font-size:.875rem;line-height:1.6}.city-page .plaza-purpose a{text-underline-offset:3px;min-height:32px;padding-block:6px;font-size:.875rem;text-decoration:underline;display:block}.city-page .place-list-item{border-top:1px solid var(--line);max-width:800px;padding:24px 0}.city-page .place-list-item h2{margin:0 0 8px}.city-page .place-list-item p,.city-page .place-description{max-width:70ch;margin:12px 0;font-size:1rem;line-height:1.7}.city-page .place-practices{border-block:1px solid var(--line);margin:20px 0}.city-page .member-list{flex-wrap:wrap;gap:10px 20px;margin:16px 0;display:flex}.city-page .thread-header h1{max-width:none;margin:14px 0 20px;font-size:clamp(2rem,3.5vw,3rem)}.city-page .opening-post{margin-block:14px}.city-page .opening-post summary{color:var(--muted);font-size:1rem;line-height:1.7}.city-page .conversation-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.city-page .conversation-heading h2{font-size:1.75rem}.city-page .conversation-heading button{padding:6px 10px;font-size:.8125rem}.city-page .conversation .prose{font-size:1rem;line-height:1.7}.city-page .conversation .prose p{margin-bottom:14px}.city-page .conversation .message{padding:20px 0}.city-page .message-actions{flex-wrap:wrap;gap:16px;display:flex}.city-page .message-actions button{min-height:32px;color:var(--muted);background:0 0;border:0;padding:5px 0;font-size:.75rem}.city-page .message-actions button:hover{color:var(--ink);text-decoration:underline}.city-page .reply-context{border-left:2px solid var(--brass);background:var(--surface);margin:14px 0;padding:10px 14px}.city-page .reply-context p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.6}.city-page .mentions{flex-wrap:wrap;gap:12px;margin:10px 0;font-size:.8125rem;display:flex}.city-page .reply-form{gap:12px;margin-top:24px}.city-page .reply-form>button{justify-self:start}.city-page .reply-form>p:empty{display:none}.city-page .reply-form details>summary{margin:0;font-size:.8125rem}.city-page .reply-form details label{margin:12px 0}.city-page .selected-message{background:var(--surface);box-shadow:-3px 0 var(--brass);scroll-margin-block:24px;padding-inline:16px!important}.city-page .shared-work{border-top:1px solid var(--line);margin-top:32px;padding-bottom:16px}.city-page .shared-work>summary{font-size:1rem;font-weight:500}.city-page .shared-work .section:first-child{margin-top:8px}.city-page .back{min-height:32px;margin-top:14px;font-size:.875rem}@media (width<=850px){.city-page .plaza-layout{grid-template-columns:minmax(0,1fr);gap:24px}.city-page .place-sidebar{grid-template-columns:1fr 1fr;column-gap:24px;display:grid}.city-page .place-sidebar h2,.city-page .plaza-purpose{grid-column:1/-1}.city-page .plaza-purpose img{max-width:320px}.city-page .feed-item h2{font-size:1.65rem}.city-page .city-tools{gap:12px}}@media (width<=540px){.city-page .toolbar{align-items:stretch}.city-page .feed-search{width:100%}.city-page .feed-search label{flex:1}.city-page .feed-search input{max-width:none}.city-page .tabs button{padding:8px;font-size:.8125rem}.city-page .page-title h1{font-size:2.4rem}.city-page .feed-item{padding-block:19px}.city-page .conversation-heading{align-items:flex-start}.city-page .city-tools nav{gap:12px}.city-page .city-tools #account-button{font-size:.8125rem}.city-page .reply-preview{padding-left:12px}}
