[hidden] {
    display: none !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vendors-hero {
    background: var(--gradient);
    padding: 100px 20px 60px;
    text-align: center;
    color: var(--text-light);
}

.page-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.95;
}

.pricing-section {
    padding: 70px 0 20px;
    background: var(--bg-light);
}

.section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem;
}

.section-title {
    font-size: 2.25rem;
    color: var(--forest);
    margin-bottom: 0.75rem;
}

.section-lede {
    color: var(--text-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.promo-banner {
    background: var(--white);
    border: 1px solid var(--border-subtle);
    border-left: 5px solid var(--gold-deep);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 2rem;
}

.promo-banner-title {
    font-weight: 700;
    color: var(--gold-deep);
    font-size: 1.1rem;
    margin: 0 0 0.35rem;
}

.promo-banner-text {
    margin: 0;
    color: var(--text-dark);
    line-height: 1.6;
}

.promo-banner-text a {
    color: var(--forest);
    font-weight: 600;
}

.promo-rules {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border-subtle);
}

.promo-rules-title {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-dark);
}

.promo-rules-list {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-dark);
    font-size: 0.92rem;
    line-height: 1.6;
}

.promo-rules-list strong {
    color: var(--forest-deep);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.pricing-card {
    background: var(--white);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 1.75rem;
    border-top: 5px solid var(--forest);
}

.pricing-card-premium {
    border-top-color: var(--gold-deep);
}

.pricing-card-head h3 {
    font-size: 1.4rem;
    color: var(--forest);
    margin: 0 0 0.35rem;
}

.pricing-card-premium .pricing-card-head h3 {
    color: var(--gold-deep);
}

.pricing-card-head p {
    color: var(--text-muted);
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
}

.price-table-wrap,
.policy-table-wrap {
    overflow-x: auto;
}

.price-table,
.policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.price-table th,
.price-table td,
.policy-table th,
.policy-table td {
    text-align: left;
    padding: 0.7rem 0.6rem;
    border-bottom: 1px solid var(--border-subtle);
}

.price-table thead th,
.policy-table thead th {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    font-weight: 700;
}

.price-table tbody th,
.policy-table tbody th {
    font-weight: 600;
    color: var(--text-dark);
}

.price-table td {
    font-weight: 600;
    color: var(--text-dark);
    white-space: nowrap;
}

.price-table .price-promo {
    color: var(--gold-deep);
    font-weight: 700;
}

.policy-panel {
    background: var(--white);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 2rem;
}

.policy-panel h3 {
    color: var(--forest);
    margin: 0 0 1rem;
    font-size: 1.3rem;
}

.policy-table td {
    color: var(--text-dark);
}

.policy-note {
    margin: 1rem 0 0;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

.referral-callout {
    background: var(--gradient);
    color: var(--text-light);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
}

.referral-callout h3 {
    font-size: 1.6rem;
    margin: 0 0 0.75rem;
}

.referral-callout p {
    max-width: 620px;
    margin: 0 auto 1.5rem;
    line-height: 1.6;
    opacity: 0.95;
}

.registration-section {
    padding: 60px 0 80px;
    background: var(--bg-light);
}

.form-container {
    max-width: 980px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    padding: 2.5rem;
}

.payment-notice-banner {
    background: var(--sand);
    border-left: 5px solid var(--gold-deep);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    color: var(--text-dark);
    line-height: 1.6;
}

.payment-notice-banner strong {
    color: var(--gold-deep);
}

.form-title {
    font-size: 2rem;
    color: var(--forest);
    margin-bottom: 0.35rem;
}

.form-lede {
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.form-step {
    border-top: 1px solid var(--border-subtle);
    padding-top: 2rem;
    margin-top: 2rem;
}

.form-step:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.form-step-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form-step-number {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--forest);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.form-step-title {
    font-size: 1.35rem;
    color: var(--forest);
    margin: 0 0 0.25rem;
}

.form-step-note {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.95rem;
}

.form-subhead {
    font-size: 1.05rem;
    color: var(--forest);
    margin: 2rem 0 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-family: inherit;
    font-size: 1rem;
    color: var(--text-dark);
    background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: 2px solid var(--forest);
    outline-offset: 1px;
    border-color: var(--forest);
}

.field-hint {
    font-size: 0.83rem;
    color: var(--text-muted);
    margin-top: 0.35rem;
}

.field-hint a {
    color: var(--forest);
    font-weight: 600;
}

.field-status {
    font-size: 0.88rem;
    margin: 0.4rem 0 0;
    min-height: 1.2em;
    font-weight: 600;
}

.field-status.is-pending {
    color: var(--text-muted);
}

.field-status.is-valid {
    color: var(--forest);
}

.field-status.is-invalid {
    color: var(--gold-deep);
}

.promo-field {
    position: relative;
    display: flex;
    align-items: center;
}

.promo-spinner {
    position: absolute;
    right: 0.9rem;
    width: 16px;
    height: 16px;
    border: 2px solid var(--border-subtle);
    border-top-color: var(--forest);
    border-radius: 50%;
    animation: vendor-spin 0.8s linear infinite;
}

.form-section-note {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.char-count {
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: right;
    margin-top: 0.3rem;
}

.radio-fieldset {
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 1rem 1.25rem 1.25rem;
    margin: 0;
}

.radio-fieldset legend {
    font-weight: 600;
    color: var(--text-dark);
    padding: 0 0.4rem;
    font-size: 0.95rem;
}

.radio-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-dark);
    background: var(--white);
}

.radio-option:hover {
    border-color: var(--forest);
}

.radio-option:has(input:checked) {
    border-color: var(--forest);
    background: var(--sand);
}

.file-input-wrapper {
    position: relative;
}

.file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.file-input-label {
    display: block;
    padding: 0.85rem 1rem;
    border: 1px dashed var(--border-subtle);
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: var(--text-muted);
    background: var(--sand);
    font-weight: 600;
}

.file-input-label:hover {
    border-color: var(--forest);
    color: var(--forest);
}

.file-input-label.has-file {
    border-style: solid;
    border-color: var(--forest);
    color: var(--forest);
}

.booth-rules {
    background: var(--sand);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.booth-rules h4 {
    color: var(--forest);
    margin: 0 0 0.6rem;
    font-size: 1.05rem;
}

.booth-rules ul {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--text-dark);
}

.booth-rules li {
    margin-bottom: 0.35rem;
    line-height: 1.55;
}

.booth-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-dark);
}

.legend-swatch {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid var(--border-subtle);
    flex: 0 0 auto;
}

.swatch-premium {
    background: var(--gold-bright);
    border-color: var(--gold-deep);
}

.swatch-standard {
    background: rgb(19 90 71 / 16%);
    border-color: rgb(19 90 71 / 55%);
}

.swatch-hint {
    background: var(--white);
    border: 2px dashed var(--forest);
}

.swatch-selected {
    background: var(--forest);
    border-color: var(--forest-deep);
}

.swatch-unavailable {
    background: var(--gray-100);
    border-color: var(--border-subtle);
}

.booth-stage {
    margin-bottom: 1.5rem;
}

.booth-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}

.booth-availability {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--forest);
}

.booth-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.booth-find input {
    width: 190px;
    max-width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.9rem;
    color: var(--text-dark);
    background: var(--white);
    text-transform: uppercase;
}

.booth-find input::placeholder {
    text-transform: none;
}

.booth-find input:focus {
    outline: 2px solid var(--forest);
    outline-offset: 1px;
    border-color: var(--forest);
}

.booth-zoom,
.booth-view {
    display: inline-flex;
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white);
}

.booth-zoom button,
.booth-view button {
    min-width: 40px;
    padding: 0.5rem 0.75rem;
    border: none;
    border-right: 1px solid var(--border-subtle);
    background: none;
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--forest);
    cursor: pointer;
    transition: background var(--transition-fast);
}

.booth-zoom button:last-child,
.booth-view button:last-child {
    border-right: none;
}

.booth-zoom button:hover:not(:disabled),
.booth-view button:hover {
    background: var(--sand);
}

.booth-zoom button:disabled {
    color: var(--text-muted);
    opacity: 0.5;
    cursor: default;
}

.booth-zoom button:focus-visible,
.booth-view button:focus-visible {
    outline: 2px solid var(--forest);
    outline-offset: -2px;
}

.booth-view button[aria-pressed="true"] {
    background: var(--forest);
    color: var(--text-light);
}

.booth-map-frame {
    position: relative;
    height: min(78vh, 880px);
    border: 1px solid var(--border-subtle);
    border-radius: 14px;
    background: var(--sand);
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
}

.booth-map-frame.is-zoomed {
    touch-action: none;
}

.booth-map-frame.is-engaged {
    box-shadow: 0 0 0 3px rgb(19 90 71 / 22%);
}

.booth-map-viewport {
    width: 100%;
    height: 100%;
    cursor: grab;
}

.booth-map-frame.is-zoomed .booth-map-viewport {
    cursor: grab;
}

.booth-map-viewport:active {
    cursor: grabbing;
}

.booth-map-svg {
    display: block;
    width: 100%;
    height: 100%;
    font-family: var(--font-family-primary);
}

.map-hall {
    fill: var(--white);
    stroke: rgb(19 90 71 / 30%);
    stroke-width: 2;
}

.map-floor-dot {
    fill: rgb(19 90 71 / 10%);
}

.map-aisle {
    fill: rgb(19 90 71 / 5%);
}

.map-aisle-line {
    stroke: rgb(19 90 71 / 22%);
    stroke-width: 1.5;
    stroke-dasharray: 6 8;
    stroke-linecap: round;
}

.map-aisle-label {
    fill: rgb(19 90 71 / 55%);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    paint-order: stroke;
    stroke: var(--white);
    stroke-width: 4;
    stroke-linejoin: round;
}

.map-area rect {
    stroke-width: 1.5;
}

.map-area-venue rect {
    fill: rgb(230 207 177 / 40%);
    stroke: rgb(138 95 34 / 35%);
}

.map-area-partner rect {
    fill: rgb(19 90 71 / 10%);
    stroke: rgb(19 90 71 / 35%);
}

.map-area-info rect {
    fill: var(--forest);
    stroke: var(--forest-deep);
}

.map-area-outside rect {
    fill: rgb(230 207 177 / 28%);
    stroke: rgb(138 95 34 / 45%);
    stroke-dasharray: 8 6;
}

.map-area-label {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.map-area-label-venue,
.map-area-label-outside {
    fill: var(--gold-deep);
}

.map-area-label-partner {
    fill: var(--forest-deep);
}

.map-area-label-info {
    fill: var(--text-light);
}

.map-hatch-bg {
    fill: var(--gray-100);
}

.map-hatch-line {
    stroke: rgb(20 32 28 / 18%);
    stroke-width: 1.5;
}

.map-sold-rect {
    stroke: rgb(20 32 28 / 16%);
    stroke-width: 1.2;
}

.map-sold-label {
    fill: var(--text-muted);
    font-weight: 700;
    letter-spacing: 0.04em;
}

.map-exit rect {
    fill: var(--white);
    stroke: var(--forest);
    stroke-width: 1.5;
}

.map-exit text {
    fill: var(--forest);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.map-exit-main rect {
    fill: var(--forest);
    stroke: var(--forest-deep);
}

.map-exit-main text {
    fill: var(--text-light);
}

.map-booth {
    cursor: pointer;
    outline: none;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform var(--transition-fast), opacity var(--transition-fast);
}

.map-booth-rect {
    stroke-width: 1.8;
    transition: fill var(--transition-fast), stroke var(--transition-fast);
}

.map-booth-premium .map-booth-rect {
    fill: var(--gold-bright);
    stroke: var(--gold);
}

.map-booth-standard .map-booth-rect {
    fill: rgb(19 90 71 / 16%);
    stroke: rgb(19 90 71 / 55%);
}

.map-booth-label {
    font-weight: 700;
    letter-spacing: 0.02em;
    fill: var(--ink-green);
    pointer-events: none;
}

.map-booth:hover:not(.is-sold):not(.is-blocked) {
    transform: scale(1.08);
}

.map-booth:hover:not(.is-sold):not(.is-blocked) .map-booth-rect {
    stroke: var(--forest-deep);
    filter: drop-shadow(0 3px 4px rgb(4 7 7 / 25%));
}

.map-booth:focus-visible .map-booth-rect {
    stroke: var(--forest-deep);
    stroke-width: 3.5;
}

.map-booth.is-hint .map-booth-rect {
    stroke: var(--forest);
    stroke-width: 3;
    stroke-dasharray: 5 4;
    animation: booth-hint-march 1.4s linear infinite;
}

.map-booth.is-blocked {
    opacity: 0.32;
    cursor: not-allowed;
}

.map-booth.is-selected .map-booth-rect {
    fill: var(--forest);
    stroke: var(--forest-deep);
    stroke-width: 2.5;
    stroke-dasharray: none;
    animation: none;
}

.map-booth.is-selected .map-booth-label {
    fill: var(--text-light);
}

.map-booth.is-sold {
    cursor: not-allowed;
}

.map-booth.is-sold .map-booth-rect {
    stroke: rgb(20 32 28 / 18%);
}

.map-booth.is-sold .map-booth-label {
    fill: var(--text-muted);
    text-decoration: line-through;
}

.map-booth.is-spotlight .map-booth-rect {
    stroke: var(--gold-deep);
    stroke-width: 4;
    animation: booth-spotlight 1.2s ease-in-out infinite;
}

@keyframes booth-hint-march {
    to {
        stroke-dashoffset: -18;
    }
}

@keyframes booth-spotlight {
    0%,
    100% {
        stroke-opacity: 1;
    }
    50% {
        stroke-opacity: 0.35;
    }
}

.booth-tooltip {
    position: absolute;
    z-index: 2;
    max-width: 240px;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    background: var(--ink-green);
    color: var(--text-light);
    font-size: 0.82rem;
    line-height: 1.45;
    pointer-events: none;
    box-shadow: 0 8px 20px rgb(4 7 7 / 25%);
}

.booth-tooltip strong {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.15rem;
}

.booth-tray {
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 10px;
    background: var(--forest);
    color: var(--text-light);
    box-shadow: 0 10px 24px rgb(4 7 7 / 28%);
    animation: booth-tray-in 0.25s ease-out;
}

.booth-tray-body {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.booth-tray-ids {
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booth-tray-meta {
    font-size: 0.82rem;
    opacity: 0.9;
}

.booth-tray-clear {
    flex: 0 0 auto;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgb(255 255 255 / 55%);
    border-radius: 6px;
    background: none;
    color: var(--text-light);
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.booth-tray-clear:hover {
    background: rgb(255 255 255 / 12%);
}

.booth-tray-clear:focus-visible {
    outline: 2px solid var(--text-light);
    outline-offset: 2px;
}

@keyframes booth-tray-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booth-map-hint {
    position: absolute;
    top: 0.6rem;
    left: 0.75rem;
    z-index: 2;
    max-width: calc(100% - 1.5rem);
    margin: 0;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgb(255 255 255 / 88%);
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 600;
    pointer-events: none;
}

.booth-map-frame noscript img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.booth-status {
    margin: 0.75rem 0 0;
    min-height: 1.4em;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--forest);
}

.booth-map-caption {
    margin: 0.35rem 0 0;
    font-size: 0.83rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.booth-map-caption a {
    color: var(--forest);
    font-weight: 600;
}

@media (min-width: 769px) {
    .booth-tray {
        right: auto;
        max-width: 440px;
        min-width: 300px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .map-booth,
    .map-booth-rect,
    .booth-tray {
        transition: none;
        animation: none;
    }

    .map-booth.is-hint .map-booth-rect,
    .map-booth.is-spotlight .map-booth-rect {
        animation: none;
    }

    .map-booth:hover:not(.is-sold):not(.is-blocked) {
        transform: none;
    }
}

.booth-list {
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1rem;
    max-height: 620px;
    overflow-y: auto;
    background: var(--white);
}

.booth-list-loading,
.booth-list-empty {
    color: var(--text-muted);
    margin: 0;
    text-align: center;
    padding: 1.5rem 0;
}

.booth-block {
    margin-bottom: 1.25rem;
}

.booth-block:last-child {
    margin-bottom: 0;
}

.booth-block-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: var(--text-muted);
    margin: 0 0 0.5rem;
    font-weight: 700;
}

.booth-grid {
    display: grid;
    grid-template-columns: repeat(var(--booth-columns, 2), minmax(0, 1fr));
    gap: 0.4rem;
}

.booth-item {
    padding: 0.55rem 0.25rem;
    border-radius: 6px;
    border: 2px solid var(--border-subtle);
    background: var(--sand);
    color: var(--forest-deep);
    font-family: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    min-width: 0;
    transition: transform var(--transition-fast), background var(--transition-fast);
}

.booth-item.booth-standard {
    background: rgb(19 90 71 / 16%);
    border-color: rgb(19 90 71 / 55%);
    color: var(--forest-deep);
}

.booth-item.booth-premium {
    background: var(--gold-bright);
    border-color: var(--gold-deep);
    color: var(--ink-green);
}

.booth-item:hover:not(.selected):not(.unavailable):not(.disabled) {
    transform: translateY(-2px);
}

.booth-item:focus-visible {
    outline: 3px solid var(--forest);
    outline-offset: 2px;
}

.booth-item.selected {
    background: var(--forest);
    border-color: var(--forest-deep);
    color: var(--text-light);
}

.booth-item.unavailable {
    background: var(--gray-100);
    border-color: var(--border-subtle);
    color: var(--text-muted);
    cursor: not-allowed;
    text-decoration: line-through;
}

.booth-item.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.selected-booths-display {
    background: var(--sand);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.selected-booths-header {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
}

.selected-booths-title {
    margin: 0;
    color: var(--forest);
    font-size: 1.05rem;
}

.clear-selection {
    background: none;
    border: 1px solid var(--forest);
    color: var(--forest);
    border-radius: 6px;
    padding: 0.35rem 0.85rem;
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.clear-selection:hover {
    background: var(--forest);
    color: var(--text-light);
}

.selected-booths-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.selected-booth-item {
    padding: 0.35rem 0.8rem;
    border-radius: var(--border-radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    border: 2px solid var(--forest);
    background: var(--white);
    color: var(--forest-deep);
}

.selected-booth-item.selected-premium {
    border-color: var(--gold-deep);
    color: var(--gold-deep);
}

.price-summary {
    margin: 0;
    border-top: 1px solid var(--border-subtle);
    padding-top: 0.9rem;
}

.price-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
}

.price-summary-row dt {
    color: var(--text-muted);
    font-size: 0.92rem;
}

.price-summary-row dd {
    margin: 0;
    font-weight: 600;
    color: var(--text-dark);
    text-align: right;
}

.price-summary-discount dd {
    color: var(--gold-deep);
}

.price-summary-total {
    border-top: 2px solid var(--forest);
    margin-top: 0.5rem;
    padding-top: 0.7rem;
}

.price-summary-total dt,
.price-summary-total dd {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--forest);
}

.payment-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.payment-option {
    cursor: pointer;
}

.payment-option input[type='radio'] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.payment-card {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    border: 2px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1.1rem 1.25rem;
    background: var(--white);
    height: 100%;
}

.payment-option input[type='radio']:checked + .payment-card {
    border-color: var(--forest);
    background: var(--sand);
}

.payment-option input[type='radio']:focus-visible + .payment-card {
    outline: 3px solid var(--forest);
    outline-offset: 2px;
}

.payment-name {
    font-weight: 700;
    color: var(--text-dark);
}

.payment-note {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.receipt-upload-section {
    margin-top: 1.5rem;
    background: var(--sand);
    border-radius: 10px;
    padding: 1.5rem;
}

.receipt-upload-section h4 {
    color: var(--forest);
    margin: 0 0 0.9rem;
}

.receipt-notice {
    background: var(--white);
    border-left: 4px solid var(--forest);
    border-radius: 6px;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    line-height: 1.55;
}

.receipt-warning {
    margin-top: 1rem;
    background: var(--white);
    border-left: 4px solid var(--gold-deep);
    border-radius: 6px;
    padding: 0.85rem 1rem;
    color: var(--text-dark);
    font-size: 0.9rem;
    line-height: 1.55;
}

.receipt-warning strong {
    color: var(--gold-deep);
}

.disclaimer {
    margin-top: 2rem;
    background: var(--sand);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
}

.disclaimer h5 {
    margin: 0 0 0.5rem;
    color: var(--forest);
    font-size: 1rem;
}

.terms-group {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.terms-group input[type='checkbox'] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 0.15rem;
    accent-color: var(--forest);
}

.terms-label {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-dark);
    margin: 0;
}

.terms-label a {
    color: var(--forest);
    font-weight: 600;
}

.form-actions {
    margin-top: 2.5rem;
    text-align: center;
}

.form-note {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all var(--transition-normal);
    cursor: pointer;
    border: 2px solid transparent;
    background: none;
    font-family: inherit;
    font-size: 1rem;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--text-light);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    transform: translateY(-2px);
}

.btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.referral-callout .btn-secondary {
    background: var(--white);
    color: var(--forest-deep);
    border-color: var(--white);
}

.referral-callout .btn-secondary:hover {
    background: var(--sand);
    border-color: var(--sand);
}

.btn-large {
    padding: 15px 40px;
    font-size: 1.1rem;
}

.btn-block {
    display: block;
    width: 100%;
    margin-top: 1rem;
}

.alert {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    line-height: 1.55;
}

.alert-success {
    background: var(--sand);
    border-left: 5px solid var(--forest);
    color: var(--forest-deep);
}

.alert-error {
    background: var(--sand);
    border-left: 5px solid var(--gold-deep);
    color: var(--text-dark);
}

.modal {
    position: fixed;
    inset: 0;
    background: rgb(4 7 7 / 60%);
    z-index: var(--z-modal);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow-y: auto;
}

.modal-content {
    background: var(--white);
    border-radius: 12px;
    width: 100%;
    max-width: 620px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-narrow {
    max-width: 480px;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--border-subtle);
}

.modal-header h3 {
    margin: 0;
    color: var(--forest);
    font-size: 1.2rem;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.6rem;
    line-height: 1;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0 0.25rem;
}

.modal-body {
    padding: 1.5rem;
}

.modal-body h4 {
    margin: 0 0 0.75rem;
    color: var(--forest);
}

.modal-footnote {
    font-size: 0.88rem;
    color: var(--text-muted);
}

.modal-footer {
    padding: 1rem 1.5rem 1.5rem;
    text-align: right;
}

.payment-details {
    margin-top: 1rem;
    color: var(--text-dark);
}

.payment-loading {
    text-align: center;
    padding: 2rem 0;
    color: var(--text-muted);
}

.spinner {
    width: 36px;
    height: 36px;
    margin: 0 auto 1rem;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--forest);
    border-radius: 50%;
    animation: vendor-spin 0.9s linear infinite;
}

@keyframes vendor-spin {
    to {
        transform: rotate(360deg);
    }
}

.stripe-payment-summary {
    background: var(--sand);
    border-radius: 8px;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.stripe-payment-summary h4 {
    margin: 0 0 0.5rem;
}

.stripe-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.3rem 0;
    color: var(--text-dark);
}

.stripe-summary-row.muted {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.stripe-summary-total {
    border-top: 2px solid var(--forest);
    margin-top: 0.5rem;
    padding-top: 0.6rem;
    font-weight: 700;
    color: var(--forest);
}

#vendor-payment-element {
    margin-bottom: 1rem;
}

.stripe-payment-note {
    margin: -0.5rem 0 1.25rem;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.stripe-payment-note strong {
    color: var(--forest);
    font-variant-numeric: tabular-nums;
}

.payment-errors {
    color: var(--gold-deep);
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-errors:empty {
    display: none;
}

@media (max-width: 768px) {
    .vendors-hero {
        padding: 80px 20px 48px;
    }

    .page-title {
        font-size: 2.1rem;
    }

    .page-subtitle {
        font-size: 1.05rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .pricing-card,
    .policy-panel,
    .form-container {
        padding: 1.5rem 1.25rem;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-step-head {
        gap: 0.75rem;
    }

    .booth-list {
        max-height: 460px;
    }

    .booth-map-frame {
        height: min(70vh, 640px);
    }

    .booth-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .booth-controls {
        justify-content: space-between;
    }

    .booth-find {
        flex: 1 1 100%;
    }

    .booth-find input {
        width: 100%;
    }

    .booth-tray {
        left: 0.5rem;
        right: 0.5rem;
        bottom: 0.5rem;
    }

    .referral-callout {
        padding: 1.75rem 1.25rem;
    }

    .btn-large {
        width: 100%;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    .booth-item {
        font-size: 0.72rem;
        padding: 0.5rem 0.15rem;
    }

    .booth-grid {
        gap: 0.3rem;
    }

    .price-table,
    .policy-table {
        font-size: 0.85rem;
    }
}
