/* New listing and business setup only. */
#view-post { max-width: 1040px; padding-top: 36px; padding-bottom: 48px; }
#view-post > .pane-head { margin: 0 auto 24px; max-width: 880px; }
#view-post .post-form { max-width: 880px; padding: 32px; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 36px #002f3406; }
#view-post .post-progress { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; padding: 0 0 24px; margin: 0 0 28px; list-style: none; border-bottom: 1px solid var(--line); }
#view-post .post-step-dot { width: auto; height: auto; display: flex; align-items: center; gap: 9px; background: none; border-radius: 0; color: var(--muted); }
#view-post .post-step-dot span { display: grid; place-items: center; width: 30px; height: 30px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; font-size: 12px; }
#view-post .post-step-dot strong { font-size: 13px; font-weight: 600; }
#view-post .post-step-dot.is-on span { background: var(--forest); border-color: var(--forest); color: white; }
#view-post .post-step-dot.is-done span { background: var(--mint-bar); border-color: #addad3; }
#view-post .post-step-kicker { font-size: 12px; text-transform: none; letter-spacing: 0; color: #277269; margin-bottom: 12px; }
#view-post .post-panel-title { font-size: 30px; letter-spacing: -.035em; margin: 0 0 10px; }
#view-post .post-panel-blurb { margin-bottom: 26px; color: var(--muted); line-height: 1.6; }
#view-post .post-cat-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
#view-post .post-cat-card { position: relative; display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: white; }
#view-post .post-cat-card strong { font-size: 13px; }
#view-post .post-cat-card .ui-icon { width: 26px; height: 26px; flex-shrink: 0; color: #327970; }
#view-post .post-cat-card:has(input:checked) { background: var(--mint-bar); border-color: #00877f; box-shadow: inset 0 0 0 1px #00877f; }
#view-post .post-cat-card:has(input:focus-visible) { outline: 3px solid #00877f; outline-offset: 3px; }
#view-post .post-field { margin-bottom: 18px; gap: 8px; }
#view-post .post-field > span { font-size: 13px; color: var(--forest); }
#view-post input:not([type=radio]):not([type=checkbox]), #view-post select, #view-post textarea, .upgrade-flow input:not([type=radio]):not([type=checkbox]), .upgrade-flow select, .upgrade-flow textarea { min-width: 0; width: 100%; background: white; border: 1px solid #b8cbca; border-radius: 7px; padding: 12px; font-size: 15px; box-sizing: border-box; }
#view-post :is(input,select,textarea):focus-visible, .upgrade-flow :is(input,select,textarea,button,a):focus-visible { outline: 2px solid #00877f; outline-offset: 2px; }
#view-post .post-photo-upload { padding: 26px; background: #f0f8f6; border: 1px dashed #6fa79e; border-radius: 10px; }
#view-post .post-photo-upload > span { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; }
#view-post input[type=file] { background: transparent; border: 0; padding: 12px 0 0; }
#view-post input[type=file]::file-selector-button { background: var(--forest); color: white; border: 0; border-radius: 6px; padding: 10px 14px; margin-right: 12px; }
#view-post .post-wizard-actions { padding-top: 22px; margin-top: 28px; border-top: 1px solid var(--line); }
#view-post .post-wizard-actions [hidden] { display: none !important; }
#view-post .post-wizard-actions .btn-teal { margin-left: auto; }
.upgrade-flow { color: var(--forest); }
.upgrade-hero { padding: 32px; background: var(--mint-bar); border: 1px solid #c7e5e1; border-radius: 12px; margin-bottom: 24px; }
.upgrade-hero h1 { font-size: clamp(28px,3vw,38px); letter-spacing: -.04em; line-height: 1.12; margin: 0 0 18px; }
.upgrade-hero p { color: var(--muted); line-height: 1.6; max-width: 540px; margin: 0; }
.upgrade-hero .upgrade-hero-note { margin-top: 20px; font-size: 13px; font-weight: 700; color: var(--forest); }
.upgrade-flow .sc-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 24px; }
.upgrade-flow .sc-benefit { padding: 22px; border-radius: 10px; border-color: var(--line); }
.upgrade-flow .sc-benefit h3 { font-size: 16px; margin-bottom: 10px; }
.upgrade-flow .sc-benefit p { color: var(--muted); line-height: 1.6; }
.upgrade-flow .sc-note { color: var(--muted); font-size: 13px; line-height: 1.6; }
.upgrade-steps { list-style: none; display: grid; grid-template-columns: repeat(8,minmax(0,1fr)); gap: 4px; margin: 0 0 30px; padding: 0; }
.upgrade-steps li { display: flex; flex-direction: column; align-items: center; gap: 9px; color: var(--muted); }
.upgrade-steps span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: white; font-size: 12px; }
.upgrade-steps strong { font-size: 10px; font-weight: 600; }
.upgrade-steps .is-current span { background: var(--forest); color: white; border-color: var(--forest); }
.upgrade-steps .is-complete span { background: var(--mint-bar); border-color: #addad3; }
.upgrade-flow .account-head h1 { font-size: 30px; letter-spacing: -.035em; }
.upgrade-flow .sc-step-kicker { text-transform: none; letter-spacing: 0; color: #277269; margin-bottom: 10px; }
.upgrade-flow #business-wizard-form { padding: 28px; border-radius: 12px; border-color: var(--line); }
.upgrade-flow .account-form-grid { gap: 20px; }
.upgrade-flow .account-form-grid label { gap: 8px; color: var(--forest); font-size: 13px; }
.upgrade-flow .sc-choice { display: flex; align-items: center; gap: 10px; padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: white; font-size: 13px; }
.upgrade-flow .sc-choice:has(input:checked), .upgrade-flow .sc-plan:has(input:checked) { background: var(--mint-bar); border-color: #00877f; }
.upgrade-flow input[type=radio], .upgrade-flow input[type=checkbox] { accent-color: #00877f; flex-shrink: 0; }
.upgrade-flow .sc-wizard-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.upgrade-flow .sc-wizard-actions .btn-teal { margin-left: auto; }
.upgrade-flow .sc-wizard-actions .btn-outline { border: 1px solid #b8cbca; font-size: 13px; }
.upgrade-flow .sc-plan { padding: 20px; border-radius: 8px; }
@media(max-width:640px) { #view-post { padding-top: 24px; } #view-post .post-form { padding: 20px; } #view-post .post-progress { gap: 6px; } #view-post .post-step-dot { flex-direction: column; gap: 6px; } #view-post .post-step-dot strong { font-size: 11px; } #view-post .post-cat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } #view-post .post-cat-card { flex-direction: column; align-items: start; padding: 14px; gap: 8px; } #view-post .post-panel-title { font-size: 25px; } .upgrade-hero { padding: 24px; } .upgrade-flow .sc-benefit-grid { grid-template-columns: 1fr; } .upgrade-steps { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px 6px; } .upgrade-flow #business-wizard-form { padding: 20px; } .upgrade-flow .sc-wizard-actions { flex-direction: column; } .upgrade-flow .sc-wizard-actions .btn-teal { margin-left: 0; } }
