:root {
    color-scheme: light;
    --green: #22c55e;
    --green-dark: #159947;
    --green-light: #a7f3d0;
    --green-soft: #e8f9ef;
    --graphite: #1f2937;
    --text: #172033;
    --muted: #64748b;
    --line: #d9dee7;
    --line-strong: #c9d1df;
    --surface: #ffffff;
    --bg: #f6f8fb;
    --danger: #dc2626;
    --danger-soft: #fef2f2;
    --shadow: 0 18px 38px rgba(31, 41, 55, 0.08);
    --jm-primary-500: #22c55e;
    --jm-primary-600: #16a34a;
    --jm-primary-100: #dcfce7;
    --jm-primary-50: #f0fdf4;
    --jm-secondary-300: #a7f3d0;
    --jm-graphite-900: #1f2937;
    --jm-graphite-700: #374151;
    --jm-graphite-500: #6b7280;
    --jm-gray-300: #d1d5db;
    --jm-gray-100: #f3f4f6;
    --jm-white: #ffffff;
    --jm-warning: #f59e0b;
    --jm-error: #ef4444;
    --jm-info: #3b82f6;
    --jm-radius-sm: 8px;
    --jm-radius-md: 12px;
    --jm-radius-lg: 16px;
    --jm-radius-xl: 24px;
    --jm-radius-pill: 999px;
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-analytics-access[aria-disabled="true"] { pointer-events:auto;opacity:.42;cursor:not-allowed; }

/* Vitrine pública — calendário mensal sob demanda dentro do horizonte do backend. */
.public-booking-experience .booking-calendar-navigation {
    position: relative;
}

.public-booking-experience .booking-month-trigger {
    display: flex;
    min-width: 168px;
    height: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: var(--jm-radius-md);
    padding: 0 13px;
    background: var(--jm-gray-100);
    color: var(--jm-graphite-900);
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
}

.public-booking-experience .booking-month-trigger svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.public-booking-experience .booking-month-trigger [data-calendar-month-label] {
    color: inherit;
}

.public-booking-experience .booking-month-trigger:hover:not(:disabled),
.public-booking-experience .booking-month-trigger[aria-expanded="true"] {
    border-color: var(--jm-graphite-900);
    background: transparent;
    color: var(--jm-graphite-900);
}

.public-booking-experience .booking-month-trigger:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.public-booking-experience .booking-month-trigger:focus-visible,
.public-booking-experience .booking-month-arrow:focus-visible,
.public-booking-experience .booking-month-day:focus-visible,
.public-booking-experience .booking-month-retry:focus-visible {
    outline: 3px solid var(--jm-primary-100);
    outline-offset: 2px;
}

.public-booking-experience .booking-month-popover[hidden],
.public-booking-experience .booking-month-backdrop[hidden] {
    display: none;
}

.public-booking-experience .booking-month-popover {
    position: fixed;
    z-index: 45;
    top: var(--booking-month-popover-top, 72px);
    right: var(--booking-month-popover-right, 24px);
    width: min(360px, calc(100vw - 44px));
    max-height: var(--booking-month-popover-max-height, calc(100dvh - 24px));
    overflow-y: auto;
    border: 1px solid var(--jm-gray-300);
    border-radius: 18px;
    padding: 18px;
    background: var(--jm-white);
    box-shadow: 0 22px 56px rgba(31, 41, 55, .22);
}

.public-booking-experience .booking-month-header {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.public-booking-experience .booking-month-header strong {
    min-width: 0;
    color: var(--jm-graphite-900);
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}

.public-booking-experience .booking-month-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: var(--jm-white);
    color: var(--jm-graphite-700);
    cursor: pointer;
}

.public-booking-experience .booking-month-arrow svg {
    width: 18px;
    height: 18px;
}

.public-booking-experience .booking-month-arrow:hover:not(:disabled) {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.public-booking-experience .booking-month-arrow:disabled {
    opacity: .36;
    cursor: not-allowed;
}

.public-booking-experience .booking-month-weekdays,
.public-booking-experience .booking-month-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
}

.public-booking-experience .booking-month-weekdays {
    margin-bottom: 5px;
}

.public-booking-experience .booking-month-weekdays span {
    padding: 5px 0;
    color: var(--jm-graphite-500);
    text-align: center;
    font-size: 10px;
    font-weight: 800;
}

.public-booking-experience .booking-month-day {
    display: grid;
    min-width: 0;
    min-height: 44px;
    aspect-ratio: 1;
    place-items: center;
    border: 0;
    border-radius: 10px;
    padding: 0;
    background: transparent;
    color: var(--jm-graphite-900);
    cursor: pointer;
    font-size: 12px;
    font-variant-numeric: tabular-nums;
}

.public-booking-experience .booking-month-day:hover:not(:disabled) {
    background: var(--jm-primary-50);
}

.public-booking-experience .booking-month-day.outside,
.public-booking-experience .booking-month-day:disabled {
    color: var(--jm-gray-300);
    cursor: not-allowed;
}

.public-booking-experience .booking-month-day.outside.next-month:not(.unavailable) {
    color: var(--jm-graphite-900);
    cursor: pointer;
}

.public-booking-experience .booking-month-day.unavailable:not(.previous-month) {
    color: color-mix(in srgb, var(--jm-error) 48%, var(--jm-gray-300));
    background: color-mix(in srgb, var(--jm-error) 4%, var(--jm-white));
}

.public-booking-experience .booking-month-day.today {
    background: var(--jm-graphite-900);
    color: var(--jm-white);
    font-weight: 800;
}

.public-booking-experience .booking-month-day.selected:not(.today) {
    box-shadow: inset 0 0 0 2px var(--jm-graphite-900);
    background: transparent;
    color: var(--jm-graphite-900);
    font-weight: 800;
}

.public-booking-experience .booking-month-grid[aria-busy="true"] {
    opacity: .48;
    pointer-events: none;
}

.public-booking-experience .booking-month-feedback {
    margin: 12px 0 0;
    border-top: 1px solid var(--jm-gray-100);
    padding-top: 12px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.45;
}

.public-booking-experience .booking-month-feedback.error {
    color: var(--jm-error);
}

.public-booking-experience .booking-month-retry,
.public-booking-experience .booking-availability-retry {
    min-height: 44px;
    margin-top: 10px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 14px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    cursor: pointer;
    font-weight: 700;
}

@media (max-width: 600px) {
    .public-booking-experience .booking-month-trigger {
        min-width: 0;
        flex: 1 1 auto;
    }

    .public-booking-experience .booking-month-backdrop {
        position: fixed;
        z-index: 43;
        inset: 0;
        display: block;
        background: rgba(31, 41, 55, .42);
    }

    .public-booking-experience .booking-month-popover {
        position: fixed;
        z-index: 44;
        top: auto;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        width: calc(100vw - 24px);
        max-width: none;
        max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
        border-radius: 22px;
        padding: 8px;
    }

    .public-booking-experience .booking-month-weekdays,
    .public-booking-experience .booking-month-grid {
        gap: 1px;
    }

    .public-booking-experience .booking-month-day {
        min-height: 44px;
        aspect-ratio: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-booking-experience .booking-month-trigger,
    .public-booking-experience .booking-month-popover,
    .public-booking-experience .booking-month-day {
        transition: none;
        scroll-behavior: auto;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, Arial, Helvetica, sans-serif;
}

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

h1 {
    margin-bottom: 6px;
    color: var(--graphite);
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1.08;
}

h2 {
    margin-bottom: 8px;
    color: var(--graphite);
    font-size: 20px;
}

h3 {
    margin-bottom: 14px;
    color: var(--graphite);
    font-size: 15px;
}

p {
    color: var(--muted);
    line-height: 1.5;
}

label {
    display: grid;
    gap: 7px;
    color: var(--graphite);
    font-size: 13px;
    font-weight: 700;
}

label small,
.field-help {
    color: var(--muted);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

input,
select,
textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: white;
    color: var(--text);
    font: inherit;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--green);
    outline: 3px solid rgba(34, 197, 94, 0.18);
}

textarea {
    min-height: 132px;
    resize: vertical;
}

input[readonly] {
    background: #f8fafc;
    color: var(--muted);
}

.shell {
    width: min(100% - 32px, 720px);
    margin: 0 auto;
    padding: 28px 0;
}

.shell.wide {
    width: min(100% - 32px, 1040px);
}

.topbar,
.business-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.brand-mark,
.logo-placeholder {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 8px;
    background: var(--green);
    color: white;
    font-size: 24px;
    font-weight: 800;
}

.panel {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.booking-form {
    display: grid;
    gap: 16px;
}

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

.button,
.primary-button,
.secondary-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 6px;
    font: inherit;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.button,
.primary-button {
    border: 0;
    background: var(--green);
    color: white;
}

.button:hover,
.primary-button:hover {
    background: var(--green-dark);
}

.secondary-button {
    border: 1px solid var(--line);
    background: #f4f6fa;
    color: var(--graphite);
}

.success {
    text-align: center;
}

.success .brand-mark {
    margin: 0 auto 16px;
}

.summary {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    text-align: left;
}

.summary div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

dt {
    color: var(--muted);
    font-weight: 800;
}

dd {
    margin: 0;
}

.admin-shell {
    min-height: 100vh;
    background: #f7f8fb;
}

.login-shell {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f2f8f5 100%);
}

.login-card {
    width: min(100%, 420px);
    padding: 32px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
}

.login-logo {
    margin-bottom: 18px;
}

.login-card h1 {
    font-size: 30px;
}

.login-card form {
    display: grid;
    gap: 16px;
    margin-top: 20px;
}

.login-card .primary-button {
    width: 100%;
}

.login-error {
    margin: 16px 0 0;
    padding: 10px 12px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    background: var(--danger-soft);
    color: var(--danger);
    font-weight: 800;
}

.admin-topbar {
    position: sticky;
    z-index: 3;
    top: 0;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 28px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-brand strong,
.admin-brand small {
    display: block;
}

.admin-brand strong {
    color: var(--graphite);
    font-size: 18px;
}

.admin-brand small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.admin-logo {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--green), #16a34a);
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.28);
}

.admin-logo::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 3px solid white;
    border-radius: 7px;
}

.admin-logo span {
    position: absolute;
    top: 17px;
    left: 13px;
    width: 14px;
    height: 8px;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
    transform: rotate(-45deg);
}

.admin-tabs {
    display: flex;
    height: 64px;
    align-items: stretch;
    gap: 8px;
}

.admin-tabs a {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-bottom: 3px solid transparent;
    color: var(--graphite);
    font-weight: 800;
    text-decoration: none;
}

.admin-tabs a.active {
    border-color: var(--green);
    color: var(--green-dark);
}

.admin-workspace {
    display: grid;
    grid-template-columns: 238px minmax(0, 1fr);
    min-height: calc(100vh - 64px);
}

.admin-sidebar {
    padding: 26px 14px;
    border-right: 1px solid var(--line);
    background: #ffffff;
}

.sidebar-title {
    margin: 0 10px 14px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-sidebar a {
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    color: var(--graphite);
    font-weight: 800;
    text-decoration: none;
}

.admin-sidebar a + a {
    margin-top: 4px;
}

.admin-sidebar a.active {
    background: var(--green-soft);
    color: var(--green-dark);
    box-shadow: inset 3px 0 0 var(--green);
}

.admin-content {
    width: min(100% - 48px, 1280px);
    margin: 0 auto;
    padding: 34px 0 46px;
}

.page-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.breadcrumb {
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

.admin-layout {
    max-width: 760px;
}

.admin-view[hidden] {
    display: none;
}

.admin-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    box-shadow: var(--shadow);
}

.seller-form {
    display: grid;
    gap: 0;
}

.card-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--line);
}

.card-header p {
    margin-bottom: 0;
    font-size: 14px;
}

.record-id {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
}

.form-section {
    display: grid;
    gap: 14px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--line);
}

.form-section:last-of-type {
    border-bottom: 0;
}

.form-actions {
    display: grid;
    gap: 12px;
    padding: 20px 22px 22px;
}

.primary-button {
    position: relative;
    justify-self: start;
    min-width: 152px;
}

.primary-button.loading .button-text {
    opacity: 0;
}

.button-loader {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-top-color: white;
    border-radius: 50%;
    opacity: 0;
}

.primary-button.loading .button-loader {
    opacity: 1;
    animation: spin 0.75s linear infinite;
}

.form-message {
    margin: 0;
    font-size: 14px;
}

.form-message.info {
    color: var(--muted);
}

.form-message.success {
    color: var(--green-dark);
    font-weight: 800;
}

.form-message.error {
    color: var(--danger);
    font-weight: 800;
}

.save-success {
    animation: savePulse 1.2s ease;
}

.save-error {
    animation: errorShake 0.38s ease;
}

.search-page-card {
    overflow: hidden;
}

.search-entry {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--line);
}

.search-entry .primary-button {
    align-self: end;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.seller-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    font-size: 14px;
}

.seller-table th,
.seller-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

.seller-table th {
    background: #f8fafc;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.seller-table tbody tr {
    cursor: pointer;
}

.seller-table tbody tr:hover,
.seller-table tbody tr:focus {
    background: #f8fbf9;
    outline: none;
}

.seller-table strong,
.seller-table small {
    display: block;
}

.seller-table strong {
    color: var(--graphite);
}

.seller-table small {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.status-pill {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
}

.status-pill.off {
    background: #eef1f5;
    color: #596579;
}

.empty-state {
    display: none;
    margin: 0;
    padding: 18px 22px;
    color: var(--muted);
    font-size: 14px;
}

.pagination-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 22px;
}

.pagination-bar span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 700;
}

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

.pagination-actions .secondary-button {
    min-height: 36px;
}

.secondary-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

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

@keyframes savePulse {
    0% {
        box-shadow: var(--shadow);
    }
    35% {
        box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18), var(--shadow);
    }
    100% {
        box-shadow: var(--shadow);
    }
}

@keyframes errorShake {
    20% {
        transform: translateX(-4px);
    }
    40% {
        transform: translateX(4px);
    }
    60% {
        transform: translateX(-3px);
    }
    80% {
        transform: translateX(3px);
    }
}

@media (max-width: 1080px) {
    .admin-workspace {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        display: none;
    }
}

@media (max-width: 720px) {
    .admin-topbar {
        position: static;
        align-items: start;
        flex-direction: column;
        padding: 14px 16px 0;
    }

    .admin-tabs {
        width: 100%;
        height: auto;
        overflow-x: auto;
    }

    .admin-tabs a {
        min-height: 44px;
        white-space: nowrap;
    }

    .admin-content {
        width: min(100% - 24px, 1280px);
        padding: 22px 0 34px;
    }

    .page-heading {
        display: grid;
    }

    .field-grid,
    .search-entry {
        grid-template-columns: 1fr;
    }

    .pagination-bar,
    .pagination-actions {
        display: grid;
        justify-items: stretch;
    }

    .primary-button,
    .secondary-button {
        width: 100%;
    }

    .shell {
        width: min(100% - 24px, 720px);
        padding: 18px 0;
    }

    .panel {
        padding: 18px;
    }
}

.seller-panel {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.12), transparent 34rem),
        linear-gradient(180deg, #f8fbf9 0%, #f3f6f4 100%);
    color: var(--jm-graphite-900, var(--graphite));
    font-family: Poppins, Inter, Arial, Helvetica, sans-serif;
}

.seller-panel::before {
    content: "";
    position: fixed;
    inset: auto -120px -160px auto;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    background: rgba(167, 243, 208, 0.3);
    pointer-events: none;
}

.seller-panel-header {
    position: sticky;
    z-index: 5;
    top: 0;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) 280px;
    align-items: center;
    gap: 18px;
    min-height: 78px;
    padding: 14px 28px;
    border-bottom: 1px solid rgba(209, 213, 219, 0.82);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
}

.seller-brand-side img {
    display: block;
    width: min(100%, 184px);
    height: auto;
}

.seller-company-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.seller-company-text {
    min-width: 0;
    text-align: right;
}

.seller-company-text strong,
.seller-company-text small {
    display: block;
}

.seller-company-text strong {
    overflow: hidden;
    color: var(--graphite);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-company-text small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.seller-company-logo {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.08);
}

.seller-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.seller-company-logo span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
}

.seller-tabs,
.seller-filter-tabs {
    display: inline-flex;
    justify-self: center;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #f7faf8;
}

.seller-tabs a,
.seller-filter-tabs button {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--graphite);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.seller-tabs a.active,
.seller-filter-tabs button.active {
    background: var(--green);
    color: white;
    box-shadow: 0 10px 22px rgba(34, 197, 94, 0.26);
}

.seller-panel-body {
    position: relative;
    z-index: 1;
    width: min(100% - 36px, 1320px);
    margin: 0 auto;
    padding: 28px 0 44px;
}

.seller-hero-card,
.seller-card,
.seller-save-bar {
    border: 1px solid rgba(209, 213, 219, 0.88);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 50px rgba(31, 41, 55, 0.08);
}

.seller-hero-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding: 24px;
    background:
        linear-gradient(135deg, rgba(34, 197, 94, 0.13), rgba(255, 255, 255, 0.96)),
        white;
}

.seller-hero-card h1 {
    margin-bottom: 8px;
}

.seller-hero-card p {
    margin-bottom: 0;
}

.seller-eyebrow {
    margin-bottom: 6px;
    color: var(--green-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.seller-logout {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    color: var(--graphite);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.seller-view[hidden] {
    display: none;
}

.seller-agenda-layout {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: 20px;
}

.seller-card {
    padding: 20px;
}

.seller-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.seller-card-header h2,
.seller-card-header p {
    margin-bottom: 0;
}

.seller-count-pill {
    display: inline-flex;
    min-width: 34px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--green-soft);
    color: var(--green-dark);
    font-weight: 900;
}

.seller-day-appointments,
.seller-calendar-board,
.seller-services-list,
.seller-holidays-list,
.working-hours-list {
    display: grid;
    gap: 12px;
}

.appointment-mini,
.appointment-card {
    border: 1px solid var(--line);
    border-left-width: 5px;
    border-radius: 18px;
    background: white;
}

.appointment-mini {
    display: grid;
    gap: 4px;
    padding: 14px;
}

.appointment-mini time,
.appointment-card time {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.appointment-mini strong,
.appointment-card strong {
    color: var(--graphite);
}

.appointment-mini span,
.appointment-mini small,
.appointment-card span,
.appointment-card p {
    color: var(--muted);
    font-size: 13px;
}

.scheduled {
    border-left-color: #f59e0b;
}

.confirmed {
    border-left-color: #22c55e;
}

.canceled {
    border-left-color: #ef4444;
}

.seller-calendar-card {
    min-width: 0;
}

.seller-calendar-header {
    align-items: center;
}

.seller-calendar-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.seller-calendar-controls input {
    width: 164px;
    min-height: 48px;
    border-radius: 14px;
}

.seller-filter-tabs button {
    min-height: 38px;
    padding: 0 13px;
    font-size: 12px;
}

.seller-status-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.seller-status-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-dot {
    width: 9px;
    height: 9px;
    border-radius: 999px;
}

.status-dot.scheduled {
    background: #f59e0b;
}

.status-dot.confirmed {
    background: #22c55e;
}

.status-dot.canceled {
    background: #ef4444;
}

.calendar-day-group {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fbfdfc;
}

.calendar-day-group header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.calendar-day-group header strong {
    color: var(--graphite);
}

.calendar-day-group header span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.calendar-appointments {
    display: grid;
    gap: 10px;
}

.appointment-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 14px;
}

.appointment-card p {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid var(--line);
}

.appointment-service,
.appointment-status {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 6px;
    text-align: right;
}

.appointment-status {
    min-height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.appointment-status.scheduled {
    background: #fef3c7;
    color: #a16207;
}

.appointment-status.confirmed {
    background: var(--green-soft);
    color: var(--green-dark);
}

.appointment-status.canceled {
    background: #fee2e2;
    color: #b91c1c;
}

.seller-empty,
.seller-empty-board {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.seller-empty-board {
    display: grid;
    min-height: 300px;
    place-items: center;
    align-content: center;
    gap: 8px;
    border: 1px dashed var(--line);
    border-radius: 24px;
    background: rgba(240, 253, 244, 0.6);
    text-align: center;
}

.seller-empty-board img {
    width: 54px;
    height: 54px;
    opacity: 0.7;
}

.seller-empty-board strong {
    color: var(--graphite);
    font-size: 18px;
}

.seller-settings-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

.seller-settings-grid .seller-card:nth-child(2),
.seller-save-bar {
    grid-column: 1 / -1;
}

.seller-settings-grid label {
    margin-bottom: 14px;
}

.seller-settings-grid input,
.seller-settings-grid textarea {
    min-height: 48px;
    border-radius: 14px;
}

.seller-toggle-line {
    display: flex;
    grid-template-columns: none;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-weight: 800;
}

.seller-toggle-line input {
    width: 18px;
    min-height: 18px;
    accent-color: var(--green);
}

.seller-toggle-line.compact {
    margin: 0;
    white-space: nowrap;
}

.working-hour-row {
    display: grid;
    grid-template-columns: 150px repeat(4, minmax(112px, 1fr));
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fbfdfc;
}

.seller-service-row,
.seller-holiday-row {
    display: grid;
    align-items: center;
    gap: 10px;
}

.seller-service-row {
    grid-template-columns: minmax(0, 1fr) 150px 94px;
}

.seller-holiday-row {
    grid-template-columns: 180px minmax(0, 1fr);
}

.seller-add-button {
    min-width: 116px;
    border-radius: 999px;
}

.seller-save-bar {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
}

.seller-settings-grid .seller-card:first-child {
    grid-column: 1 / -1;
}

.seller-tabs a:focus,
.seller-filter-tabs button:focus {
    outline: none;
}

.seller-tabs a:focus-visible,
.seller-filter-tabs button:focus-visible {
    outline: 3px solid rgba(34, 197, 94, 0.22);
    outline-offset: 2px;
}

.seller-save-bar p {
    margin: 0;
}

.seller-login-shell {
    position: relative;
    display: grid;
    min-width: 320px;
    min-height: 100dvh;
    place-items: center;
    overflow-x: hidden;
    padding: 24px 14px 42px;
    color: var(--jm-graphite-900);
    background:
        radial-gradient(circle at 50% 0, rgba(167, 243, 208, .42), transparent 35rem),
        linear-gradient(180deg, var(--jm-white) 0%, var(--jm-primary-50) 100%);
    -webkit-font-smoothing: antialiased;
}

.seller-login-card {
    position: relative;
    width: min(100%, 470px);
    min-height: 565px;
    overflow: hidden;
    border: 1px solid rgba(209, 213, 219, .86);
    border-radius: 30px;
    padding: 32px 22px 26px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 24px 70px rgba(31, 41, 55, .12);
}

.seller-login-brand {
    display: block;
    width: min(100%, 340px);
    height: auto;
    margin-bottom: 31px;
}

.seller-login-card h1 {
    margin: 0 0 27px;
    color: var(--jm-graphite-900);
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: clamp(32px, 9vw, 42px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.seller-login-form {
    display: grid;
    gap: 16px;
    transition: opacity .22s ease, transform .22s ease;
}

.seller-login-form > label {
    margin-bottom: -9px;
    color: var(--jm-graphite-900);
    font-size: 14px;
    font-weight: 750;
}

.seller-login-form > input,
.seller-login-password-wrap input {
    width: 100%;
    min-height: 54px;
    border: 1px solid var(--jm-gray-300);
    border-radius: 14px;
    padding: 0 15px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    font-size: 16px;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.seller-login-form > input:focus,
.seller-login-password-wrap input:focus {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.seller-login-password-wrap {
    position: relative;
    display: block;
}

.seller-login-password-wrap input {
    padding-right: 58px;
}

.seller-login-password-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 11px;
    padding: 0;
    background: transparent;
    color: var(--jm-graphite-500);
    cursor: pointer;
}

.seller-login-password-toggle:hover {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-900);
}

.seller-login-password-toggle svg {
    width: 21px;
    height: 21px;
}

.seller-login-eye-closed,
.seller-login-password-toggle [data-eye-closed],
.seller-login-password-toggle[aria-pressed="true"] .seller-login-eye-open {
    display: none;
}

.seller-login-password-toggle[aria-pressed="true"] .seller-login-eye-closed,
.seller-login-password-toggle[aria-pressed="true"] [data-eye-closed] {
    display: block;
}

.seller-login-password-toggle[aria-pressed="true"] [data-eye-open] {
    display: none;
}

.seller-login-forgot {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    justify-self: end;
    margin: -8px 0 -3px;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--jm-primary-600);
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
}

.seller-login-forgot:hover {
    text-decoration: underline;
}

.seller-login-shell [hidden] {
    display: none !important;
}

.seller-login-intro {
    margin: -5px 0 2px;
    color: var(--jm-graphite-500);
    font-size: 14px;
    line-height: 1.5;
}

.seller-login-back {
    display: inline-flex;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    justify-self: center;
    border: 0;
    padding: 0 8px;
    background: transparent;
    color: var(--jm-graphite-700);
    cursor: pointer;
    font-size: 14px;
    font-weight: 750;
}

.seller-login-back:hover {
    color: var(--jm-primary-600);
    text-decoration: underline;
}

.seller-login-forgot:focus-visible,
.seller-login-back:focus-visible,
.seller-login-button:focus-visible,
.seller-login-password-toggle:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-primary-500) 44%, transparent);
    outline-offset: 3px;
}

.seller-forgot-success,
.seller-reset-unavailable {
    display: grid;
    justify-items: center;
    gap: 14px;
    text-align: center;
}

.seller-forgot-success h2,
.seller-forgot-success p,
.seller-reset-unavailable h1,
.seller-reset-unavailable p {
    margin: 0;
}

.seller-forgot-success h2,
.seller-reset-unavailable h1 {
    color: var(--jm-graphite-900);
    font: 700 24px/1.2 Poppins, Arial, Helvetica, sans-serif;
}

.seller-forgot-success p,
.seller-reset-unavailable p {
    color: var(--jm-graphite-500);
    font-size: 14px;
    line-height: 1.55;
}

.seller-forgot-success .seller-login-success-mark {
    display: grid;
    width: 72px;
    height: 72px;
    place-items: center;
    border-radius: 50%;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.seller-forgot-success .seller-login-success-mark svg {
    width: 42px;
    height: 42px;
}

.seller-reset-card h1 {
    font-size: clamp(28px, 8vw, 38px);
}

.seller-login-help {
    display: block;
    margin-top: -10px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.35;
}

.seller-reset-unavailable-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    background: rgba(239, 68, 68, .09);
    color: var(--jm-error);
    font-size: 30px;
    font-weight: 800;
}

.seller-reset-unavailable .seller-login-button,
.seller-forgot-success .seller-login-button {
    text-decoration: none;
}

.seller-login-button {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 54px;
    place-items: center;
    border: 0;
    border-radius: 14px;
    padding: 0 18px;
    background: var(--jm-primary-500);
    color: var(--jm-white);
    box-shadow: 0 10px 24px rgba(34, 197, 94, .2);
    cursor: pointer;
    font-size: 16px;
    font-weight: 850;
    transition: background .16s ease, transform .16s ease;
}

.seller-login-button:hover:not(:disabled) {
    background: var(--jm-primary-600);
}

.seller-login-button:active:not(:disabled) {
    transform: translateY(1px);
}

.seller-login-button:disabled {
    cursor: wait;
    opacity: .78;
}

.seller-login-spinner {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .45);
    border-top-color: var(--jm-white);
    border-radius: 50%;
    opacity: 0;
}

.seller-login-button.is-loading .seller-login-submit-label {
    opacity: 0;
}

.seller-login-button.is-loading .seller-login-spinner {
    opacity: 1;
    animation: sellerLoginSpin .72s linear infinite;
}

.seller-login-alert {
    min-height: 46px;
    align-items: center;
    gap: 9px;
    margin: -5px 0 0;
    border: 1px solid rgba(239, 68, 68, .34);
    border-radius: var(--jm-radius-md);
    padding: 10px 12px;
    background: rgba(239, 68, 68, .07);
    color: var(--danger);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.seller-login-alert:not([hidden]) {
    display: flex;
}

.seller-login-alert svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.seller-login-card.has-error {
    animation: sellerLoginShake .34s ease;
}

.seller-login-card.has-error .seller-login-form input {
    border-color: rgba(239, 68, 68, .68);
    background: var(--danger-soft);
}

.seller-login-success {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    place-items: center;
    gap: 15px;
    visibility: hidden;
    padding: 34px;
    background: var(--jm-white);
    opacity: 0;
    text-align: center;
    transform: translateY(12px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s;
}

.seller-login-card.is-success .seller-login-form,
.seller-login-card.is-success > .seller-login-brand,
.seller-login-card.is-success > h1 {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
}

.seller-login-card.is-success .seller-login-success {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.seller-login-success-mark {
    position: relative;
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border-radius: 50%;
    background: var(--jm-primary-100);
}

.seller-login-success-mark::before {
    position: absolute;
    inset: -9px;
    border: 2px solid rgba(34, 197, 94, .22);
    border-radius: 50%;
    content: '';
    animation: sellerLoginSuccessRing 1.1s ease-out both;
}

.seller-login-success-mark svg {
    width: 49px;
    height: 49px;
    color: var(--jm-primary-600);
    stroke-dasharray: 34;
    stroke-dashoffset: 34;
    animation: sellerLoginDrawCheck .5s .18s ease-out forwards;
}

.seller-login-success h2 {
    margin: 5px 0 0;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.seller-login-success p {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 15px;
}

.seller-login-progress {
    width: min(100%, 230px);
    height: 5px;
    overflow: hidden;
    margin-top: 6px;
    border-radius: var(--jm-radius-pill);
    background: var(--jm-gray-100);
}

.seller-login-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: var(--jm-primary-500);
}

.seller-login-card.is-success .seller-login-progress span {
    animation: sellerLoginProgress 1.75s .1s ease-in-out forwards;
}

.seller-login-toast {
    position: fixed;
    z-index: 30;
    bottom: max(22px, env(safe-area-inset-bottom));
    left: 50%;
    display: flex;
    width: max-content;
    max-width: calc(100% - 28px);
    min-height: 48px;
    visibility: hidden;
    align-items: center;
    border-radius: var(--jm-radius-pill);
    padding: 11px 16px;
    background: var(--jm-graphite-900);
    color: var(--jm-white);
    box-shadow: 0 14px 34px rgba(31, 41, 55, .2);
    opacity: 0;
    font-size: 13px;
    font-weight: 700;
    transform: translate(-50%, 12px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.seller-login-toast.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}

.seller-login-shell :focus-visible {
    outline: 3px solid rgba(59, 130, 246, .42);
    outline-offset: 3px;
}

@keyframes sellerLoginSpin {
    to { transform: rotate(360deg); }
}

@keyframes sellerLoginShake {
    0%, 100% { transform: translateX(0); }
    30% { transform: translateX(-6px); }
    65% { transform: translateX(5px); }
}

@keyframes sellerLoginSuccessRing {
    from { opacity: 0; transform: scale(.72); }
    55% { opacity: 1; }
    to { opacity: 0; transform: scale(1.28); }
}

@keyframes sellerLoginDrawCheck {
    to { stroke-dashoffset: 0; }
}

@keyframes sellerLoginProgress {
    to { width: 100%; }
}

@media (min-width: 700px) {
    .seller-login-shell {
        padding: 42px 24px;
    }

    .seller-login-card {
        min-height: 596px;
        padding: 40px 34px 31px;
    }

    .seller-login-brand {
        width: 360px;
        max-width: 100%;
    }
}

@media (max-width: 390px) {
    .seller-login-card {
        min-height: 552px;
        padding-inline: 17px;
    }

    .seller-login-brand {
        width: 100%;
        margin-bottom: 28px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seller-login-shell *,
    .seller-login-shell *::before,
    .seller-login-shell *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* Agenda do seller — opção aprovada 01 · Balão superior NOVO. */
.seller-agenda-experience .seller-agenda-appointment-shell {
    position: relative;
    display: block;
    min-width: 0;
    height: 100%;
    overflow: visible;
}

.seller-agenda-experience .seller-agenda-appointment-shell > .seller-agenda-appointment {
    width: 100%;
    height: 100%;
}

.seller-agenda-experience .seller-agenda-new-marker {
    --seller-new-marker: color-mix(in srgb, var(--jm-info) 72%, var(--jm-graphite-900));
    --seller-new-marker-cutout: #fafbfc;
    position: absolute;
    z-index: 3;
    top: -15px;
    left: 50%;
    display: grid;
    width: 64px;
    min-width: 64px;
    height: 44px;
    min-height: 44px;
    margin-left: -32px;
    place-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--jm-white);
    cursor: pointer;
    transform-origin: center;
}

.seller-agenda-experience .seller-agenda-appointment-shell.confirmed .seller-agenda-new-marker {
    --seller-new-marker-cutout: var(--jm-primary-50);
}

.seller-agenda-experience .seller-agenda-appointment-shell.canceled .seller-agenda-new-marker {
    --seller-new-marker-cutout: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
}

.seller-agenda-experience .seller-agenda-new-marker::before {
    position: absolute;
    z-index: 0;
    width: 58px;
    height: 32px;
    border-radius: var(--jm-radius-sm);
    background: var(--seller-new-marker-cutout);
    content: "";
}

.seller-agenda-experience .seller-agenda-new-marker > span {
    position: relative;
    z-index: 1;
    display: grid;
    min-width: 54px;
    min-height: 30px;
    place-items: center;
    border: 2px solid var(--seller-new-marker);
    border-radius: var(--jm-radius-sm);
    padding: 0 9px;
    background: var(--seller-new-marker);
    color: var(--jm-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .045em;
    line-height: 1;
    box-shadow: 0 5px 12px color-mix(in srgb, var(--jm-info) 25%, transparent);
}

.seller-agenda-experience .seller-agenda-new-marker > span::after {
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 6px solid var(--seller-new-marker);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    transform: translateX(-50%);
}

.seller-agenda-experience .seller-agenda-new-marker[data-read="false"] > span {
    animation: seller-new-heartbeat 1.4s cubic-bezier(.22, .8, .32, 1) infinite;
    transform-origin: 50% 62%;
}

.seller-agenda-experience .seller-agenda-new-marker[data-read="true"] {
    cursor: pointer;
}

.seller-agenda-experience .seller-agenda-new-marker[data-read="true"] > span {
    opacity: .34;
    box-shadow: none;
}

.seller-agenda-experience .seller-agenda-new-marker:hover[data-read="false"] > span {
    box-shadow: 0 7px 16px color-mix(in srgb, var(--jm-info) 34%, transparent);
}

@keyframes seller-new-heartbeat {
    0%, 18%, 36%, 100% {
        box-shadow: 0 5px 12px color-mix(in srgb, var(--jm-info) 25%, transparent);
        transform: scale(1);
    }
    9% {
        box-shadow: 0 8px 18px color-mix(in srgb, var(--jm-info) 38%, transparent);
        transform: scale(1.08);
    }
    27% {
        box-shadow: 0 7px 16px color-mix(in srgb, var(--jm-info) 33%, transparent);
        transform: scale(1.045);
    }
}

@media (prefers-reduced-motion: reduce) {
    .seller-agenda-experience .seller-agenda-new-marker[data-read="false"] > span {
        animation: none !important;
    }
}

/* Vitrine autenticada: escolha de novo horário */
.public-reschedule-experience {
    overflow-x: clip;
}

.public-reschedule-experience .booking-seller-body {
    display: none;
}

.public-reschedule-experience .booking-panel-card {
    min-width: 0;
}

.reschedule-current-card {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    background: var(--jm-gray-100);
}

.reschedule-current-card small {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.reschedule-current-card strong {
    color: var(--jm-graphite-900);
    font-size: 18px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.reschedule-current-card p,
.reschedule-feedback {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 14px;
}

.reschedule-feedback {
    min-height: 44px;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
}

.reschedule-feedback.error {
    color: var(--jm-error);
}

.reschedule-feedback.success {
    color: var(--jm-primary-600);
    background: var(--jm-primary-50);
}

.reschedule-feedback:focus-visible,
.reschedule-expired:focus-visible {
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 3px;
}

.reschedule-retry {
    min-height: 44px;
    margin: 0 0 16px;
    padding: 0 16px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    color: var(--jm-graphite-900);
    background: var(--jm-white);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.reschedule-retry:focus-visible {
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 2px;
}

.public-reschedule-experience .booking-main-cta {
    min-height: 48px;
}

.public-reschedule-experience .booking-main-cta:disabled {
    cursor: not-allowed;
    opacity: .58;
}

.public-reschedule-experience .booking-footer-cta {
    padding-bottom: max(0px, env(safe-area-inset-bottom));
}

.reschedule-expired {
    width: min(100%, 620px);
    margin: 48px auto 0;
    padding: 24px;
    text-align: center;
}

.reschedule-expired img {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
}

.reschedule-expired h1 {
    font-size: 24px;
}

@media (max-width: 760px) {
    .public-reschedule-experience {
        padding-inline: 16px;
    }

    .public-reschedule-experience .booking-experience-grid {
        gap: 16px;
    }

    .public-reschedule-experience .booking-panel-card,
    .public-reschedule-experience .booking-seller-card {
        min-width: 0;
    }

    .public-reschedule-experience .booking-footer-cta {
        margin-inline: -1px;
    }
}

/* Admin — Analytics operacional agregado e sem PII. */
.admin-registration-experience .admin-analytics-heading {
    align-items: flex-end;
}

.admin-registration-experience .admin-analytics-heading-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.admin-registration-experience .admin-analytics-freshness {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.35;
    text-align: right;
    white-space: nowrap;
}

.admin-registration-experience .admin-analytics-freshness strong,
.admin-registration-experience .admin-analytics-freshness span {
    display: block;
}

.admin-registration-experience .admin-analytics-freshness strong {
    margin-bottom: 2px;
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-analytics-freshness.delayed strong,
.admin-registration-experience .admin-analytics-freshness.stale strong {
    color: #92400e;
}

.admin-registration-experience .admin-analytics-freshness.empty strong {
    color: var(--jm-graphite-700);
}

.admin-registration-experience .admin-analytics-refresh {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
}

.admin-registration-experience .admin-analytics-refresh svg {
    width: 18px;
    height: 18px;
}

.admin-registration-experience .admin-analytics-refresh.loading svg {
    animation: adminAnalyticsSpin .8s linear infinite;
}

@keyframes adminAnalyticsSpin {
    to { transform: rotate(360deg); }
}

.admin-registration-experience .admin-analytics-feedback {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 10px 14px;
    color: var(--jm-graphite-700);
    background: var(--jm-white);
    font-size: 12px;
    line-height: 1.45;
}

.admin-registration-experience .admin-analytics-feedback.error {
    border-color: rgba(239, 68, 68, .35);
    color: #b91c1c;
    background: var(--danger-soft);
}

.admin-registration-experience .admin-analytics-feedback.stale {
    border-color: rgba(245, 158, 11, .45);
    color: #92400e;
    background: rgba(245, 158, 11, .09);
}

.admin-registration-experience .admin-analytics-feedback.empty {
    background: rgba(59, 130, 246, .06);
}

.admin-registration-experience .admin-analytics-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.admin-registration-experience .admin-analytics-metric {
    min-width: 0;
    min-height: 146px;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: 20px;
    padding: 16px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.admin-registration-experience .admin-analytics-metric:hover:not(:disabled) {
    border-color: var(--jm-graphite-500);
    transform: translateY(-1px);
}

.admin-registration-experience .admin-analytics-metric.active {
    border-color: var(--jm-primary-500);
    box-shadow: inset 0 0 0 1px var(--jm-primary-500), 0 10px 26px rgba(34, 197, 94, .08);
}

.admin-registration-experience .admin-analytics-metric:focus-visible,
.admin-registration-experience .admin-analytics-periods button:focus-visible,
.admin-registration-experience .admin-analytics-explain:focus-visible,
.admin-registration-experience .admin-analytics-dialog-close:focus-visible {
    outline: 3px solid rgba(59, 130, 246, .35);
    outline-offset: 3px;
}

.admin-registration-experience .admin-analytics-metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.admin-registration-experience .admin-analytics-metric-icon,
.admin-registration-experience .admin-analytics-live-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 10px;
    color: var(--jm-primary-600);
    background: var(--jm-primary-50);
}

.admin-registration-experience .admin-analytics-metric-icon svg,
.admin-registration-experience .admin-analytics-live-icon svg {
    width: 19px;
    height: 19px;
}

.admin-registration-experience .admin-analytics-metric-context {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--jm-primary-600);
    font-size: 12px;
    font-weight: 800;
}

.admin-registration-experience .admin-analytics-metric-context::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--jm-primary-500);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
    content: "";
}

.admin-registration-experience .admin-analytics-metric-value {
    display: block;
    margin: 13px 0 5px;
    overflow-wrap: anywhere;
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 820;
    line-height: 1;
    letter-spacing: -.04em;
}

.admin-registration-experience .admin-analytics-metric-label,
.admin-registration-experience .admin-analytics-metric-help {
    display: block;
}

.admin-registration-experience .admin-analytics-metric-label {
    color: var(--jm-graphite-700);
    font-size: 13px;
    font-weight: 750;
}

.admin-registration-experience .admin-analytics-metric-help {
    margin-top: 5px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.35;
}

.admin-registration-experience .admin-analytics-dashboard {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(270px, .72fr);
    gap: 16px;
    margin-bottom: 16px;
}

.admin-registration-experience .admin-analytics-panel {
    min-width: 0;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: 22px;
    background: var(--jm-white);
    box-shadow: 0 12px 34px rgba(31, 41, 55, .055);
}

.admin-registration-experience .admin-analytics-panel-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px 14px;
}

.admin-registration-experience .admin-analytics-panel-header h2,
.admin-registration-experience .admin-analytics-raw-toolbar h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.admin-registration-experience .admin-analytics-panel-header p,
.admin-registration-experience .admin-analytics-raw-toolbar p {
    margin: 4px 0 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.4;
}

.admin-registration-experience .admin-analytics-periods {
    display: inline-grid;
    grid-template-columns: repeat(4, minmax(54px, 1fr));
    gap: 3px;
    border-radius: var(--jm-radius-md);
    padding: 4px;
    background: var(--jm-gray-100);
}

.admin-registration-experience .admin-analytics-periods button {
    min-height: 44px;
    border: 0;
    border-radius: 9px;
    padding: 0 10px;
    background: transparent;
    color: var(--jm-graphite-500);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.admin-registration-experience .admin-analytics-periods button.active {
    color: var(--jm-graphite-900);
    background: var(--jm-white);
    box-shadow: 0 1px 5px rgba(31, 41, 55, .1);
}

.admin-registration-experience .admin-analytics-chart-wrap {
    position: relative;
    min-height: 310px;
    padding: 4px 18px 16px;
}

.admin-registration-experience .admin-analytics-chart-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 4px 8px;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-analytics-chart-legend {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--jm-graphite-700);
    font-weight: 700;
}

.admin-registration-experience .admin-analytics-chart-legend::before {
    width: 20px;
    height: 3px;
    border-radius: var(--jm-radius-pill);
    background: var(--jm-primary-500);
    content: "";
}

.admin-registration-experience .admin-analytics-chart {
    display: block;
    width: 100%;
    height: auto;
    min-height: 250px;
    overflow: visible;
}

.admin-registration-experience .admin-analytics-grid-line {
    stroke: var(--jm-gray-100);
    stroke-width: 1;
}

.admin-registration-experience .admin-analytics-axis-label {
    fill: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-analytics-chart-area {
    fill: url(#adminAnalyticsChartGradient);
}

.admin-registration-experience .admin-analytics-chart-line {
    fill: none;
    stroke: var(--jm-primary-500);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.admin-registration-experience .admin-analytics-chart-point {
    fill: var(--jm-white);
    stroke: var(--jm-primary-600);
    stroke-width: 3;
}

.admin-registration-experience .admin-analytics-chart-empty {
    display: grid;
    min-height: 250px;
    place-items: center;
    color: var(--jm-graphite-500);
    font-size: 13px;
    font-weight: 650;
    text-align: center;
}

.admin-registration-experience .admin-analytics-live-list {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0 16px 12px;
    list-style: none;
}

.admin-registration-experience .admin-analytics-live-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--jm-gray-100);
    padding: 14px 4px;
}

.admin-registration-experience .admin-analytics-live-icon {
    color: var(--jm-info);
    background: rgba(59, 130, 246, .08);
}

.admin-registration-experience .admin-analytics-live-list strong,
.admin-registration-experience .admin-analytics-live-list small {
    display: block;
    overflow-wrap: anywhere;
}

.admin-registration-experience .admin-analytics-live-list strong {
    font-size: 12px;
}

.admin-registration-experience .admin-analytics-live-list small {
    margin-top: 3px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}

.admin-registration-experience .admin-analytics-live-list b {
    font-size: 19px;
    font-weight: 820;
}

.admin-registration-experience .admin-analytics-collection {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 20px 16px;
    border: 1px solid #bbf7d0;
    border-radius: 13px;
    padding: 12px;
    color: var(--jm-primary-600);
    background: var(--jm-primary-50);
    font-size: 12px;
    font-weight: 700;
}

.admin-registration-experience .admin-analytics-collection::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.admin-registration-experience .admin-analytics-collection.delayed,
.admin-registration-experience .admin-analytics-collection.stale {
    border-color: rgba(245, 158, 11, .45);
    color: #92400e;
    background: rgba(245, 158, 11, .09);
}

.admin-registration-experience .admin-analytics-collection.error {
    border-color: rgba(239, 68, 68, .35);
    color: #b91c1c;
    background: var(--danger-soft);
}

.admin-registration-experience .admin-analytics-collection.empty {
    border-color: var(--jm-gray-300);
    color: var(--jm-graphite-700);
    background: var(--jm-gray-100);
}

.admin-registration-experience .admin-analytics-raw-panel {
    overflow: hidden;
}

.admin-registration-experience .admin-analytics-raw-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 18px 20px;
}

.admin-registration-experience .admin-analytics-raw-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-registration-experience .admin-analytics-shifts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3px;
    border: 1px solid var(--jm-gray-200);
    border-radius: 13px;
    padding: 3px;
    background: var(--jm-gray-100);
}

.admin-registration-experience .admin-analytics-shifts[hidden] {
    display: none;
}

.admin-registration-experience .admin-analytics-shifts button {
    min-width: 58px;
    min-height: 44px;
    border: 0;
    border-radius: 10px;
    padding: 8px 10px;
    color: var(--jm-graphite-500);
    background: transparent;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.admin-registration-experience .admin-analytics-shifts button:hover,
.admin-registration-experience .admin-analytics-shifts button.active {
    color: var(--jm-graphite-900);
    background: var(--jm-white);
    box-shadow: 0 1px 4px rgba(17, 24, 39, .08);
}

.admin-registration-experience .admin-analytics-shifts button:focus-visible {
    outline: 3px solid rgba(59, 130, 246, .25);
    outline-offset: 1px;
}

.admin-registration-experience .admin-analytics-table-wrap {
    overflow-x: auto;
}

.admin-registration-experience .admin-analytics-table-wrap table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.admin-registration-experience .admin-analytics-table-wrap th {
    padding: 12px 16px;
    color: var(--jm-graphite-500);
    background: rgba(243, 244, 246, .65);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-align: right;
    text-transform: uppercase;
}

.admin-registration-experience .admin-analytics-table-wrap th:first-child,
.admin-registration-experience .admin-analytics-table-wrap td:first-child {
    text-align: left;
}

.admin-registration-experience .admin-analytics-table-wrap td {
    border-top: 1px solid var(--jm-gray-100);
    padding: 14px 16px;
    font-size: 12px;
    text-align: right;
}

.admin-registration-experience .admin-analytics-table-wrap td:first-child {
    font-weight: 750;
    white-space: nowrap;
}

.admin-registration-experience .admin-analytics-table-wrap .highlight {
    color: var(--jm-primary-600);
    background: var(--jm-primary-50);
    font-weight: 800;
}

.admin-registration-experience .admin-analytics-empty-row td {
    padding: 32px 16px;
    color: var(--jm-graphite-500);
    font-weight: 600;
    text-align: center !important;
    white-space: normal !important;
}

.admin-registration-experience .admin-analytics-raw-footer {
    margin: 0;
    border-top: 1px solid var(--jm-gray-100);
    padding: 12px 20px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.4;
}

.admin-registration-experience .admin-analytics-backdrop {
    position: fixed;
    z-index: 90;
    inset: 0;
    background: rgba(17, 24, 39, .42);
    backdrop-filter: blur(2px);
}

.admin-registration-experience .admin-analytics-dialog {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: min(calc(100% - 32px), 560px);
    max-height: calc(100dvh - 32px);
    overflow-y: auto;
    border-radius: 22px;
    background: var(--jm-white);
    box-shadow: 0 28px 80px rgba(17, 24, 39, .28);
    transform: translate(-50%, -50%);
}

.admin-registration-experience .admin-analytics-dialog > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 22px 22px 16px;
}

.admin-registration-experience .admin-analytics-dialog h2 {
    margin: 0;
    font-size: 21px;
}

.admin-registration-experience .admin-analytics-dialog header p {
    margin: 5px 0 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-analytics-dialog-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid rgba(239, 68, 68, .25);
    border-radius: var(--jm-radius-md);
    padding: 0;
    color: var(--jm-error);
    background: var(--danger-soft);
    cursor: pointer;
}

.admin-registration-experience .admin-analytics-dialog-close svg {
    width: 22px;
    height: 22px;
}

.admin-registration-experience .admin-analytics-dialog dl {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 20px 22px 24px;
}

.admin-registration-experience .admin-analytics-dialog dl div {
    border-bottom: 1px solid var(--jm-gray-100);
    padding-bottom: 13px;
}

.admin-registration-experience .admin-analytics-dialog dl div:last-child {
    border: 0;
    padding-bottom: 0;
}

.admin-registration-experience .admin-analytics-dialog dt {
    font-size: 12px;
    font-weight: 800;
}

.admin-registration-experience .admin-analytics-dialog dd {
    margin: 5px 0 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.45;
}

.admin-registration-experience .skeleton {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    color: transparent !important;
    background: var(--jm-gray-100) !important;
}

.admin-registration-experience .skeleton::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
    content: "";
    animation: adminAnalyticsShimmer 1.1s infinite;
}

@keyframes adminAnalyticsShimmer {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

@media (max-width: 1080px) {
    .admin-registration-experience .admin-analytics-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-registration-experience .admin-analytics-dashboard {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-registration-experience .admin-analytics-live-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
    }
}

@media (max-width: 720px) {
    .admin-registration-experience .admin-analytics-heading {
        align-items: flex-start;
    }

    .admin-registration-experience .admin-analytics-heading-actions {
        width: 100%;
        justify-content: space-between;
    }

    .admin-registration-experience .admin-analytics-freshness {
        text-align: left;
    }

    .admin-registration-experience .admin-analytics-feedback {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-registration-experience .admin-analytics-feedback button {
        width: 100%;
    }

    .admin-registration-experience .admin-analytics-panel {
        border-radius: 19px;
    }

    .admin-registration-experience .admin-analytics-panel-header {
        align-items: stretch;
        flex-direction: column;
        padding: 16px 15px 12px;
    }

    .admin-registration-experience .admin-analytics-periods {
        width: 100%;
    }

    .admin-registration-experience .admin-analytics-periods button {
        padding-inline: 4px;
    }

    .admin-registration-experience .admin-analytics-chart-wrap {
        min-height: 270px;
        padding: 2px 8px 12px;
    }

    .admin-registration-experience .admin-analytics-chart {
        min-height: 220px;
    }

    .admin-registration-experience .admin-analytics-live-list {
        grid-template-columns: minmax(0, 1fr);
        padding-inline: 12px;
    }

    .admin-registration-experience .admin-analytics-collection {
        margin-inline: 15px;
    }

    .admin-registration-experience .admin-analytics-raw-toolbar {
        align-items: stretch;
        flex-direction: column;
        padding: 16px 15px;
    }

    .admin-registration-experience .admin-analytics-raw-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .admin-registration-experience .admin-analytics-shifts {
        width: 100%;
    }

    .admin-registration-experience .admin-analytics-shifts button {
        min-width: 0;
        padding-inline: 4px;
    }

    .admin-registration-experience .admin-analytics-raw-toolbar button {
        width: 100%;
    }

    .admin-registration-experience .admin-analytics-table-wrap {
        overflow: visible;
    }

    .admin-registration-experience .admin-analytics-table-wrap table,
    .admin-registration-experience .admin-analytics-table-wrap tbody,
    .admin-registration-experience .admin-analytics-table-wrap tr,
    .admin-registration-experience .admin-analytics-table-wrap td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .admin-registration-experience .admin-analytics-table-wrap thead {
        display: none;
    }

    .admin-registration-experience .admin-analytics-table-wrap tbody {
        display: grid;
        gap: 9px;
        padding: 12px;
    }

    .admin-registration-experience .admin-analytics-table-wrap tbody tr {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 14px;
        border: 1px solid var(--jm-gray-300);
        border-radius: 14px;
        padding: 13px;
        background: var(--jm-white);
    }

    .admin-registration-experience .admin-analytics-table-wrap td {
        display: grid;
        gap: 3px;
        border: 0;
        padding: 0;
        text-align: left;
    }

    .admin-registration-experience .admin-analytics-table-wrap td:first-child {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--jm-gray-100);
        padding-bottom: 9px;
    }

    .admin-registration-experience .admin-analytics-table-wrap td::before {
        color: var(--jm-graphite-500);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .04em;
        text-transform: uppercase;
        content: attr(data-label);
    }

    .admin-registration-experience .admin-analytics-table-wrap td.highlight {
        margin: -4px;
        border-radius: 8px;
        padding: 4px;
    }

    .admin-registration-experience .admin-analytics-empty-row {
        display: block !important;
    }

    .admin-registration-experience .admin-analytics-empty-row td {
        display: block !important;
        padding: 28px 8px;
    }

    .admin-registration-experience .admin-analytics-empty-row td::before {
        content: none;
    }
}

@media (max-width: 390px) {
    .admin-registration-experience .admin-analytics-summary {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-registration-experience .admin-analytics-metric {
        min-height: 132px;
    }
}

/* Agenda do seller — legenda contextual de leitura dos estados. */
.seller-agenda-experience .seller-agenda-section-actions {
    position: relative;
}

.seller-agenda-experience .seller-agenda-legend-trigger[aria-expanded="true"] {
    border-color: color-mix(in srgb, var(--jm-info) 42%, var(--jm-gray-300));
    background: color-mix(in srgb, var(--jm-info) 6%, var(--jm-white));
    color: var(--jm-info);
}

.seller-agenda-experience .seller-agenda-legend-trigger:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 30%, transparent);
    outline-offset: 3px;
}

.seller-agenda-experience .seller-agenda-legend-panel[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-legend-panel {
    position: absolute;
    z-index: 35;
    top: calc(100% + 8px);
    right: 0;
    width: min(340px, calc(100vw - 48px));
    max-height: min(520px, calc(100vh - 100px));
    overflow-y: auto;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 14px;
    background: var(--jm-white);
    box-shadow: 0 18px 44px rgba(31, 41, 55, .16);
}

.seller-agenda-experience .seller-agenda-legend-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.seller-agenda-experience .seller-agenda-legend-panel h3 {
    margin: 0;
    color: var(--jm-graphite-900);
    font-size: 15px;
    line-height: 1.3;
}

.seller-agenda-experience .seller-agenda-legend-close {
    position: static;
    flex: 0 0 44px;
}

.seller-agenda-experience .seller-agenda-legend-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seller-agenda-experience .seller-agenda-legend-list li {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px 0;
    border-top: 1px solid color-mix(in srgb, var(--jm-gray-300) 68%, var(--jm-white));
}

.seller-agenda-experience .seller-agenda-legend-list li:first-child {
    border-top: 0;
}

.seller-agenda-experience .seller-agenda-legend-list p {
    min-width: 0;
    margin: 0;
    color: var(--jm-graphite-700);
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.seller-agenda-experience .seller-agenda-legend-status,
.seller-agenda-experience .seller-agenda-legend-new {
    display: inline-flex;
    width: fit-content;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 3px 6px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.15;
}

.seller-agenda-experience .seller-agenda-legend-status {
    gap: 5px;
    white-space: nowrap;
}

.seller-agenda-experience .seller-agenda-legend-status::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: currentColor;
}

.seller-agenda-experience .seller-agenda-legend-status.scheduled {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
}

.seller-agenda-experience .seller-agenda-legend-status.scheduled::before {
    background: var(--jm-graphite-500);
}

.seller-agenda-experience .seller-agenda-legend-status.confirmed {
    background: var(--jm-primary-500);
    color: var(--jm-white);
}

.seller-agenda-experience .seller-agenda-legend-status.canceled {
    background: color-mix(in srgb, var(--jm-error) 12%, var(--jm-white));
    color: var(--jm-error);
}

.seller-agenda-experience .seller-agenda-legend-new {
    position: relative;
    min-width: 48px;
    height: 22px;
    border-radius: 6px 6px 4px 4px;
    padding: 0 7px;
    background: var(--jm-info);
    color: var(--jm-white);
    animation: seller-new-heartbeat 1.4s ease-in-out infinite;
}

.seller-agenda-experience .seller-agenda-legend-new::after {
    content: "";
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid var(--jm-info);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media (max-width: 700px) {
    .seller-agenda-experience #seller-view-agenda {
        animation-fill-mode: backwards;
    }

    .seller-agenda-experience .seller-agenda-legend-panel {
        position: fixed;
        top: auto;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        width: auto;
        max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
        border-radius: 20px;
        padding: 16px;
    }

    .seller-agenda-experience .seller-agenda-legend-list li {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seller-agenda-experience .seller-agenda-legend-new {
        animation: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-reschedule-experience *,
    .public-reschedule-experience *::before,
    .public-reschedule-experience *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 1040px) {
    .seller-panel-header {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .seller-company-side {
        justify-content: center;
    }

    .seller-company-text {
        text-align: left;
    }

    .seller-agenda-layout,
    .seller-settings-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .seller-panel-header {
        position: static;
        padding: 16px;
    }

    .seller-tabs,
    .seller-filter-tabs {
        width: 100%;
        overflow-x: auto;
    }

    .seller-tabs a,
    .seller-filter-tabs button {
        flex: 1 0 auto;
    }

    .seller-panel-body {
        width: min(100% - 24px, 1320px);
        padding-top: 18px;
    }

    .seller-hero-card,
    .seller-card-header,
    .seller-calendar-header,
    .seller-save-bar {
        display: grid;
    }

    .seller-calendar-controls,
    .seller-calendar-controls input,
    .seller-save-bar .primary-button {
        width: 100%;
    }

    .appointment-card,
    .seller-service-row,
    .seller-holiday-row,
    .working-hour-row {
        grid-template-columns: 1fr;
    }

    .appointment-service,
    .appointment-status {
        justify-content: flex-start;
        text-align: left;
    }

    .seller-save-bar {
        position: static;
    }
}

.seller-panel {
    --seller-card-border: rgba(31, 41, 55, 0.12);
    --seller-card-border-strong: rgba(34, 197, 94, 0.34);
    --seller-ink: #1f2937;
    --seller-soft-green: #e8f9ef;
    --seller-soft-mint: #f0fdf4;
}

.seller-panel h1,
.seller-panel h2,
.seller-panel h3 {
    font-family: Poppins, Inter, Arial, Helvetica, sans-serif;
    letter-spacing: -0.03em;
}

.seller-panel h1 {
    font-weight: 700;
}

.seller-panel h2 {
    margin-top: 4px;
    font-weight: 600;
}

.seller-panel p,
.seller-panel span,
.seller-panel input,
.seller-panel textarea,
.seller-panel select,
.seller-panel small {
    font-weight: 400;
}

.seller-panel label,
.seller-panel .seller-tabs a,
.seller-panel .seller-filter-tabs button {
    font-weight: 600;
}

.seller-panel-header {
    grid-template-columns: 280px minmax(0, 1fr) 300px;
    min-height: 88px;
    background: rgba(255, 255, 255, 0.94);
}

.seller-brand-side img {
    width: min(100%, 232px);
}

.seller-tabs,
.seller-filter-tabs {
    border-color: rgba(31, 41, 55, 0.16);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(232, 249, 239, 0.8);
}

.seller-tabs a,
.seller-filter-tabs button {
    color: #374151;
}

.seller-hero-card {
    align-items: flex-start;
    border-color: var(--seller-card-border-strong);
    background:
        linear-gradient(135deg, rgba(232, 249, 239, 0.96), rgba(255, 255, 255, 0.98) 62%),
        #ffffff;
}

.seller-hero-card p {
    max-width: 760px;
}

.seller-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.seller-public-link,
.seller-copy-link {
    min-height: 42px;
    border-radius: 999px;
}

.seller-card,
.seller-save-bar {
    border-color: var(--seller-card-border);
    box-shadow: 0 18px 42px rgba(31, 41, 55, 0.07);
}

.seller-card {
    position: relative;
    overflow: hidden;
}

.seller-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #a7f3d0, #1f2937);
}

.seller-card-header {
    gap: 20px;
    padding-bottom: 4px;
}

.seller-card-header .seller-eyebrow {
    margin-bottom: 10px;
}

.seller-card-header h2 {
    margin-bottom: 8px;
}

.seller-card-header p {
    max-width: 680px;
    color: #6b7280;
    font-size: 14px;
}

.seller-eyebrow {
    color: #16a34a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.11em;
}

.seller-company-text strong {
    font-weight: 600;
}

.seller-count-pill {
    font-weight: 700;
}

.seller-panel input,
.seller-panel select,
.seller-panel textarea {
    border: 1.5px solid rgba(31, 41, 55, 0.15);
    border-radius: 14px;
    background: #ffffff;
}

.seller-panel input:hover,
.seller-panel select:hover,
.seller-panel textarea:hover {
    border-color: rgba(34, 197, 94, 0.55);
}

.quick-time-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.quick-time-buttons button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(34, 197, 94, 0.35);
    border-radius: 999px;
    background: #f0fdf4;
    color: #16a34a;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.quick-time-buttons button:hover {
    background: #dcfce7;
}

.seller-toggle-line {
    align-items: flex-start;
    flex-wrap: wrap;
}

.seller-toggle-line small {
    flex-basis: 100%;
    margin-left: 28px;
    color: #6b7280;
}

.working-hours-head {
    display: grid;
    grid-template-columns: 150px repeat(4, minmax(112px, 1fr));
    gap: 10px;
    margin-bottom: 8px;
    padding: 0 12px;
    color: #6b7280;
    font-size: 12px;
}

.working-hours-head span {
    font-weight: 600;
}

.working-hour-row,
.seller-service-row,
.seller-holiday-row,
.calendar-day-group,
.appointment-mini,
.appointment-card {
    border-color: rgba(31, 41, 55, 0.13);
    background: #ffffff;
}

.working-hour-row {
    border-left: 4px solid #a7f3d0;
}

.time-field,
.seller-service-row label,
.seller-holiday-row label {
    display: grid;
    gap: 6px;
    margin: 0;
}

.time-field span,
.seller-service-row label span,
.seller-holiday-row label span {
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
}

.time-field.optional span {
    color: #16a34a;
}

.seller-service-row {
    grid-template-columns: minmax(0, 1fr) 180px 94px;
    padding: 12px;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 18px;
    background: #fbfdfc;
}

.seller-holiday-row {
    grid-template-columns: 140px 170px 170px minmax(0, 1fr);
    padding: 12px;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 18px;
    background: #fbfdfc;
}

.seller-add-button {
    min-width: 164px;
    background: #1f2937;
    box-shadow: 0 12px 24px rgba(31, 41, 55, 0.18);
}

.seller-add-button:hover {
    background: #111827;
}

.appointment-mini strong,
.appointment-card strong {
    font-weight: 600;
}

.appointment-status,
.status-pill {
    font-weight: 600;
}

.logo-placeholder.image-logo {
    overflow: hidden;
    background: #ffffff;
}

.logo-placeholder.image-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.public-closed-card {
    border-color: rgba(245, 158, 11, 0.35);
    background: #fffbeb;
}

.public-closed-card h2 {
    color: #92400e;
}

@media (max-width: 1040px) {
    .seller-panel-header {
        grid-template-columns: 1fr;
    }

    .seller-brand-side img {
        width: min(100%, 220px);
    }
}

@media (max-width: 760px) {
    .seller-hero-actions {
        display: grid;
    }

    .seller-public-link,
    .seller-copy-link {
        width: 100%;
    }

    .working-hours-head {
        display: none;
    }

    .seller-service-row,
    .seller-holiday-row {
        grid-template-columns: 1fr;
    }
}

.seller-panel {
    background:
        radial-gradient(circle at 8% 0%, rgba(34, 197, 94, 0.16), transparent 30rem),
        radial-gradient(circle at 94% 30%, rgba(167, 243, 208, 0.42), transparent 26rem),
        linear-gradient(180deg, #eef7f1 0%, #e7f1ea 100%);
}

.seller-panel::after {
    content: "";
    position: fixed;
    right: 44px;
    bottom: 26px;
    width: 260px;
    height: 78px;
    background: url("/assets/brand/03-logo-horizontal-com-slogan.svg") center / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.seller-panel-header {
    grid-template-columns: 300px minmax(0, 1fr) 360px;
    border-bottom-color: rgba(31, 41, 55, 0.13);
    background: rgba(247, 251, 248, 0.94);
}

.seller-brand-side img {
    width: min(100%, 246px);
}

.seller-company-side {
    gap: 10px;
}

.seller-config-button,
.top-logout {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.seller-config-button {
    background: #ffffff;
}

.top-logout {
    border-color: transparent;
    background: #1f2937;
    color: #ffffff;
}

.top-logout:hover {
    background: #111827;
}

.seller-hero-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 178px;
    align-items: center;
    border-color: rgba(34, 197, 94, 0.26);
    background:
        linear-gradient(135deg, rgba(232, 249, 239, 0.88), rgba(247, 251, 248, 0.96) 62%),
        #f7fbf8;
}

.seller-hero-copy {
    min-width: 0;
}

.seller-preview-logo {
    display: grid;
    width: 94px;
    height: 94px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 0 0 1px rgba(232, 249, 239, 0.9), 0 12px 28px rgba(31, 41, 55, 0.06);
}

.seller-preview-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 9px;
}

.seller-preview-logo span {
    max-width: 64px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

.seller-clock-card {
    display: grid;
    justify-items: end;
    gap: 3px;
    padding: 12px 14px;
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
}

.seller-clock-card span {
    color: #6b7280;
    font-size: 11px;
}

.seller-clock-card strong {
    color: #1f2937;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.seller-card,
.seller-save-bar {
    background: #f8fbf9;
}

.seller-card {
    border-color: rgba(31, 41, 55, 0.14);
}

.seller-card::before {
    height: 3px;
    background: linear-gradient(90deg, #22c55e 0%, #a7f3d0 44%, #1f2937 100%);
}

.seller-card-header h2 {
    color: #1f2937;
    font-size: 19px;
}

.seller-card-header p {
    color: #374151;
}

.seller-eyebrow {
    color: #16a34a;
    font-weight: 600;
}

.seller-panel input,
.seller-panel select,
.seller-panel textarea {
    border-color: rgba(31, 41, 55, 0.22);
    background: #ffffff;
    color: #1f2937;
}

.seller-panel input::placeholder,
.seller-panel textarea::placeholder {
    color: #8792a1;
}

.seller-panel input:focus,
.seller-panel select:focus,
.seller-panel textarea:focus {
    border-color: #22c55e;
    outline: 3px solid rgba(34, 197, 94, 0.18);
}

.single-setting-line {
    max-width: 520px;
}

.quick-time-buttons button {
    min-height: 30px;
    padding: 0 10px;
    font-size: 11px;
}

.seller-public-link,
.seller-copy-link,
.seller-add-button,
#seller-settings-save {
    min-height: 38px;
    padding: 0 14px;
    gap: 7px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.seller-public-link span,
.seller-copy-link span {
    display: inline-grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 12px;
}

.seller-copy-link span {
    background: rgba(31, 41, 55, 0.08);
}

.seller-add-button {
    min-width: 146px;
}

.seller-agenda-layout {
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
}

.seller-day-list {
    min-height: 520px;
}

.seller-calendar-card {
    min-height: 520px;
}

.seller-day-appointments,
.seller-calendar-board {
    gap: 10px;
}

.working-hours-head {
    grid-template-columns: 168px repeat(4, minmax(116px, 1fr));
    color: #374151;
}

.working-hour-row {
    grid-template-columns: 168px repeat(4, minmax(116px, 1fr));
    align-items: end;
    background: #f3faf5;
    border-color: rgba(31, 41, 55, 0.14);
    border-left-color: #22c55e;
}

.time-field span,
.seller-service-row label span,
.seller-holiday-row label span {
    color: #374151;
}

.seller-service-row,
.seller-holiday-row {
    background: #f3faf5;
    border-color: rgba(31, 41, 55, 0.14);
}

.field-error {
    color: #b91c1c;
}

.field-error input,
.field-error select,
.field-error textarea,
.field-error-control {
    border-color: #ef4444 !important;
    background: #fff7f7 !important;
    outline: 3px solid rgba(239, 68, 68, 0.14) !important;
}

.seller-center-toast {
    position: fixed;
    z-index: 50;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: min(320px, calc(100vw - 40px));
    padding: 16px 18px;
    border: 1px solid rgba(34, 197, 94, 0.28);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 28px 70px rgba(31, 41, 55, 0.2);
    color: #1f2937;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -44%) scale(0.96);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.seller-center-toast.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.seller-center-toast > .seller-center-toast-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 999px;
    background: #22c55e;
    color: #ffffff;
    font-weight: 700;
}

.seller-center-toast > .seller-center-toast-message {
    display: block;
    min-width: 0;
}

.seller-center-toast > .seller-center-toast-message strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.seller-center-toast > .seller-center-toast-message small {
    display: block;
    margin-top: 3px;
    color: var(--jm-graphite-700);
    font-size: 12px;
    line-height: 1.4;
}

.seller-center-toast.error {
    border-color: rgba(239, 68, 68, 0.32);
}

.seller-center-toast.error > .seller-center-toast-icon {
    background: #ef4444;
}

.seller-center-toast.appointment-action-toast {
    top: 28px;
    width: min(440px, calc(100vw - 24px));
    min-width: 0;
    border-radius: var(--jm-radius-lg);
    padding: 13px 15px;
    background: color-mix(in srgb, var(--jm-primary-50) 97%, transparent);
    color: #166534;
    transform: translate(-50%, -160%);
}

.seller-center-toast.appointment-action-toast.show {
    transform: translate(-50%, 0);
}

.seller-center-toast.appointment-action-toast > .seller-center-toast-icon {
    border-radius: 0;
    background: transparent;
}

.seller-center-toast.appointment-action-toast > .seller-center-toast-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

@media (max-width: 1040px) {
    .seller-panel-header {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .seller-company-side {
        flex-wrap: wrap;
    }

    .seller-hero-card {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        justify-items: start;
    }

    .seller-preview-logo {
        width: 82px;
        height: 82px;
        border-radius: 24px;
    }
}

@media (max-width: 760px) {
    .seller-panel::after {
        display: none;
    }

    .seller-panel-header {
        align-items: stretch;
    }

    .seller-company-side {
        justify-content: space-between;
    }

    .seller-hero-card {
        grid-template-columns: 1fr;
    }

    .seller-preview-logo {
        width: 88px;
        height: 88px;
    }

    .seller-clock-card {
        justify-items: start;
    }

    .seller-agenda-layout {
        grid-template-columns: 1fr;
    }

    .working-hour-row {
        align-items: stretch;
    }
}

/* Seller panel polish - contraste, mobile e botões */
.seller-panel {
    background:
        radial-gradient(circle at 12% 8%, rgba(220, 252, 231, 0.7) 0, rgba(220, 252, 231, 0.36) 18rem, transparent 34rem),
        radial-gradient(circle at 94% 18%, rgba(34, 197, 94, 0.2) 0, transparent 28rem),
        linear-gradient(180deg, #374151 0, #34404f 230px, #e8f5ed 230px, #eef7f1 100%);
}

.seller-panel-header {
    grid-template-columns: 300px minmax(0, 1fr) 238px;
    background: rgba(248, 253, 250, 0.96);
    box-shadow: 0 18px 44px rgba(31, 41, 55, 0.12);
}

.seller-company-side {
    justify-content: flex-end;
    gap: 10px;
}

.seller-tabs,
.seller-filter-tabs {
    border: 2px solid rgba(55, 65, 81, 0.34);
    background: #f8fdf9;
    box-shadow: inset 0 0 0 1px rgba(220, 252, 231, 0.9), 0 10px 28px rgba(31, 41, 55, 0.08);
}

.seller-tabs a,
.seller-filter-tabs button {
    color: #374151;
}

.seller-tabs a.active,
.seller-filter-tabs button.active {
    background: #22c55e;
    color: #374151;
    box-shadow: inset 0 0 0 1px rgba(55, 65, 81, 0.12), 0 8px 18px rgba(34, 197, 94, 0.22);
}

.seller-config-button {
    border-color: rgba(34, 197, 94, 0.38);
    background: #dcfce7;
    color: #374151;
}

.seller-config-button:hover {
    background: #bbf7d0;
}

.seller-hero-card,
.seller-card,
.seller-save-bar {
    background: rgba(248, 253, 250, 0.96);
    border-color: rgba(55, 65, 81, 0.18);
    box-shadow: 0 20px 58px rgba(55, 65, 81, 0.11);
}

.seller-hero-card {
    background:
        linear-gradient(135deg, rgba(220, 252, 231, 0.86), rgba(248, 253, 250, 0.97) 52%, rgba(167, 243, 208, 0.34)),
        #f8fdf9;
}

.seller-public-link,
.seller-add-button,
#seller-settings-save {
    background: #22c55e;
    color: #374151;
}

.seller-copy-link {
    border-color: rgba(55, 65, 81, 0.24);
    background: #dcfce7;
    color: #374151;
}

.seller-public-link:hover,
.seller-copy-link:hover,
.seller-add-button:hover,
#seller-settings-save:hover {
    filter: saturate(1.06);
    transform: translateY(-1px);
}

.seller-public-link .button-icon,
.seller-copy-link .button-icon {
    display: inline-grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: rgba(55, 65, 81, 0.1);
    color: #374151;
    font-size: 12px;
    line-height: 1;
}

.seller-public-link .button-icon svg,
.seller-copy-link .button-icon svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seller-copy-link .button-icon {
    background: rgba(34, 197, 94, 0.18);
}

.working-hours-head,
.working-hour-row {
    grid-template-columns: 174px repeat(4, minmax(120px, 1fr));
}

.working-hours-head {
    align-items: end;
}

.working-hour-row {
    align-items: center;
    background: rgba(248, 253, 250, 0.88);
    border-color: rgba(55, 65, 81, 0.16);
    border-left: 4px solid #22c55e;
}

.weekday-toggle {
    align-items: center;
    min-height: 48px;
    padding-top: 18px;
}

.time-field select {
    cursor: pointer;
}

@media (max-width: 1040px) {
    .seller-panel-header {
        grid-template-columns: 1fr;
        gap: 14px;
        justify-items: stretch;
    }

    .seller-brand-side {
        justify-self: center;
    }

    .seller-company-side {
        justify-content: center;
    }

    .seller-hero-card {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .seller-clock-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .seller-panel {
        background:
            radial-gradient(circle at 18% 0, rgba(220, 252, 231, 0.62), transparent 17rem),
            linear-gradient(180deg, #374151 0, #374151 176px, #e8f5ed 176px, #eef7f1 100%);
    }

    .seller-panel-header {
        position: static;
        padding: 18px 12px 14px;
        border-radius: 0 0 24px 24px;
        background: rgba(248, 253, 250, 0.98);
    }

    .seller-brand-side {
        justify-self: start;
    }

    .seller-brand-side img {
        width: 202px;
        max-width: 78vw;
    }

    .seller-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        overflow: visible;
    }

    .seller-tabs a {
        min-height: 38px;
        padding: 0 8px;
        text-align: center;
        white-space: nowrap;
    }

    .seller-company-side {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 84px;
        width: 100%;
        gap: 8px;
    }

    .seller-config-button,
    .top-logout {
        width: 100%;
        min-height: 38px;
        padding: 0 10px;
        font-size: 12px;
    }

    .seller-panel-body {
        width: min(100% - 16px, 1320px);
        padding-top: 12px;
        padding-bottom: 30px;
    }

    .seller-hero-card {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 22px;
    }

    .seller-preview-logo {
        width: 72px;
        height: 72px;
        border-radius: 22px;
    }

    .seller-hero-copy h1 {
        font-size: 22px;
        line-height: 1.08;
    }

    .seller-hero-copy p {
        font-size: 13px;
    }

    .seller-hero-actions {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 8px;
    }

    .seller-public-link,
    .seller-copy-link {
        width: 100%;
        min-height: 38px;
        justify-content: center;
        padding: 0 10px;
        font-size: 12px;
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        width: 100%;
        justify-items: start;
        padding: 12px;
    }

    .seller-agenda-layout,
    .seller-settings-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .seller-card {
        padding: 16px;
        border-radius: 22px;
    }

    .seller-card-header,
    .seller-calendar-header {
        align-items: flex-start;
        gap: 10px;
    }

    .seller-filter-tabs {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        overflow: visible;
    }

    .seller-filter-tabs button {
        min-height: 36px;
        padding: 0 6px;
        font-size: 11px;
    }

    .working-hours-head {
        display: none;
    }

    .working-hour-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 14px;
    }

    .working-hour-row .weekday-toggle {
        grid-column: 1 / -1;
        min-height: auto;
        padding-top: 0;
    }

    .time-field span {
        min-height: 16px;
        font-size: 11px;
    }

    .seller-service-row,
    .seller-holiday-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .seller-panel-body {
        width: min(100% - 12px, 1320px);
    }

    .seller-hero-card {
        grid-template-columns: 1fr;
    }

    .seller-preview-logo {
        width: 78px;
        height: 78px;
    }

    .seller-hero-actions {
        grid-template-columns: 1fr;
    }

    .working-hour-row {
        grid-template-columns: 1fr;
    }
}

/* Admin — cadastro cumulativo aprovado em DESIGN 2.1.6. */
.admin-shell.admin-registration-experience {
    display: block;
    min-width: 320px;
    min-height: 100dvh;
    overflow-x: hidden;
    color: var(--jm-graphite-900);
    background: var(--jm-gray-100);
    -webkit-font-smoothing: antialiased;
}

.admin-registration-experience [hidden] {
    display: none !important;
}

.admin-registration-experience .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.admin-registration-experience .admin-topbar {
    position: sticky;
    z-index: 20;
    top: 0;
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid rgba(209, 213, 219, .9);
    padding: 14px 28px;
    background: rgba(255, 255, 255, .94);
    box-shadow: none;
    backdrop-filter: blur(16px);
}

.admin-registration-experience .admin-brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
}

.admin-registration-experience .admin-brand img {
    display: block;
    width: 184px;
    height: auto;
}

.admin-registration-experience .admin-logout {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: transparent;
    color: var(--jm-error);
    cursor: pointer;
    transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}

.admin-registration-experience .admin-logout svg {
    width: 24px;
    height: 24px;
}

.admin-registration-experience .admin-logout:hover {
    border-color: rgba(239, 68, 68, .28);
    background: rgba(239, 68, 68, .07);
    color: var(--jm-error);
}

.admin-registration-experience .admin-logout:active {
    transform: scale(.96);
}

.admin-registration-experience .admin-logout:focus-visible {
    outline: 3px solid rgba(239, 68, 68, .28);
    outline-offset: 3px;
}

.admin-registration-experience .admin-workspace {
    display: grid;
    min-height: calc(100dvh - 76px);
    grid-template-columns: 220px minmax(0, 1fr);
}

.admin-registration-experience .admin-sidebar {
    padding: 24px 16px;
    border-right: 1px solid var(--jm-gray-300);
    background: var(--jm-white);
}

.admin-registration-experience .sidebar-title {
    margin: 0 12px 12px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-registration-experience .admin-sidebar a {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    border-radius: var(--jm-radius-pill);
    padding: 0 14px;
    color: var(--jm-graphite-700);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.admin-registration-experience .admin-sidebar a + a {
    margin-top: 6px;
}

.admin-registration-experience .admin-sidebar a.active {
    background: var(--jm-primary-100);
    color: var(--jm-graphite-900);
    box-shadow: none;
}

.admin-registration-experience .admin-sidebar svg {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
}

.admin-registration-experience .admin-content {
    width: min(100%, 1200px);
    min-width: 0;
    margin: 0 auto;
    padding: 28px clamp(18px, 3vw, 40px) 112px;
}

.admin-registration-experience .admin-view:not([hidden]) {
    animation: sellerViewIn .26s ease both;
}

.admin-registration-experience .page-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.admin-registration-experience .breadcrumb {
    margin: 0 0 7px;
    color: var(--jm-primary-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.admin-registration-experience h1,
.admin-registration-experience h2 {
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.admin-registration-experience .page-heading h1 {
    margin: 0 0 6px;
    color: var(--jm-graphite-900);
    font-size: clamp(26px, 4vw, 34px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.admin-registration-experience .page-heading p:last-of-type {
    margin: 0;
    color: var(--jm-graphite-500);
    line-height: 1.5;
}

.admin-registration-experience .admin-heading-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-registration-experience .admin-created-date {
    min-width: 156px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 10px 14px;
    background: rgba(255, 255, 255, .72);
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-created-date strong {
    display: block;
    margin-top: 3px;
    color: var(--jm-graphite-900);
    font-size: 15px;
}

.admin-registration-experience .primary-button,
.admin-registration-experience .secondary-button {
    min-height: 46px;
    border-radius: var(--jm-radius-md);
    padding: 0 18px;
    cursor: pointer;
    font-weight: 750;
}

.admin-registration-experience .secondary-button {
    border: 1px solid var(--jm-gray-300);
    background: var(--jm-white);
    color: var(--jm-graphite-700);
}

.admin-registration-experience .primary-button {
    border: 0;
    background: var(--jm-primary-600);
    color: var(--jm-white);
    box-shadow: 0 10px 24px rgba(22, 163, 74, .2);
}

.admin-registration-experience .admin-form-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    border: 1px solid rgba(59, 130, 246, .18);
    border-radius: var(--jm-radius-lg);
    padding: 18px;
    background: rgba(59, 130, 246, .055);
}

.admin-registration-experience .admin-overview-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
}

.admin-registration-experience .admin-overview-title svg {
    width: 21px;
    height: 21px;
    color: var(--jm-info);
}

.admin-registration-experience .admin-form-overview p {
    margin: 5px 0 0;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.45;
}

.admin-registration-experience .admin-progress-pill {
    border-radius: var(--jm-radius-pill);
    padding: 9px 13px;
    background: var(--jm-white);
    color: var(--jm-graphite-700);
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}

.admin-registration-experience .admin-section-index {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 18px;
}

.admin-registration-experience .admin-section-index a {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 7px 10px;
    background: var(--jm-white);
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.admin-registration-experience .admin-section-index span {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: var(--jm-radius-sm);
    background: var(--jm-graphite-700);
    color: var(--jm-white);
}

.admin-registration-experience .admin-section-index a.complete {
    border-color: rgba(34, 197, 94, .4);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-section-index a.complete span {
    background: var(--jm-primary-600);
}

.admin-registration-experience .admin-error-summary {
    margin-bottom: 18px;
    border: 1px solid rgba(239, 68, 68, .34);
    border-radius: var(--jm-radius-lg);
    padding: 16px;
    background: rgba(239, 68, 68, .07);
    color: #991b1b;
}

.admin-registration-experience .admin-error-summary strong {
    display: block;
    margin-bottom: 5px;
}

.admin-registration-experience .admin-error-summary p {
    margin: 0;
    font-size: 13px;
}

.admin-registration-experience .seller-form {
    display: grid;
    gap: 16px;
}

.admin-registration-experience .admin-form-section {
    scroll-margin-top: 94px;
    overflow: hidden;
    border: 1px solid rgba(209, 213, 219, .9);
    border-radius: var(--jm-radius-xl);
    background: var(--jm-white);
    box-shadow: 0 8px 24px rgba(31, 41, 55, .07);
}

.admin-registration-experience .admin-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 18px 20px;
    background: linear-gradient(90deg, rgba(243, 244, 246, .86), rgba(255, 255, 255, .95));
}

.admin-registration-experience .admin-section-heading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
}

.admin-registration-experience .admin-section-number {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 11px;
    background: var(--jm-graphite-900);
    color: var(--jm-white);
    font-weight: 850;
}

.admin-registration-experience .admin-section-header h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
}

.admin-registration-experience .admin-section-header p {
    margin: 3px 0 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.4;
}

.admin-registration-experience .admin-requirement {
    border-radius: var(--jm-radius-pill);
    padding: 7px 10px;
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 750;
    white-space: nowrap;
}

.admin-registration-experience .admin-requirement.optional {
    background: rgba(59, 130, 246, .1);
    color: var(--jm-info);
}

.admin-registration-experience .admin-form-section.is-complete .admin-section-number {
    background: var(--jm-primary-600);
}

.admin-registration-experience .admin-form-section.is-complete .admin-requirement {
    background: var(--jm-primary-100);
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-section-body {
    padding: 20px;
}

.admin-registration-experience .admin-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
}

.admin-registration-experience .admin-field.span-2 {
    grid-column: 1 / -1;
}

.admin-registration-experience .admin-field {
    min-width: 0;
}

.admin-registration-experience .admin-field-grid > .admin-field {
    display: flex;
    align-self: start;
    flex-direction: column;
}

.admin-registration-experience .admin-field label,
.admin-registration-experience .admin-field-label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 7px;
    color: var(--jm-graphite-700);
    font-size: 13px;
    font-weight: 750;
}

.admin-registration-experience .admin-required-mark {
    color: var(--jm-error);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.admin-registration-experience #seller-password-requirement[hidden] {
    display: none;
}

.admin-registration-experience .admin-optional-word {
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 600;
}

.admin-registration-experience .admin-field input,
.admin-registration-experience .admin-field select,
.admin-registration-experience .admin-field textarea {
    width: 100%;
    min-height: 50px;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 14px;
    background: #fafafa;
    color: var(--jm-graphite-900);
}

.admin-registration-experience .admin-field textarea {
    min-height: 92px;
    padding-block: 12px;
    resize: vertical;
}

.admin-registration-experience .admin-field input:focus,
.admin-registration-experience .admin-field select:focus,
.admin-registration-experience .admin-field textarea:focus {
    border-color: var(--jm-primary-500);
    outline: 0;
    background: var(--jm-white);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
}

.admin-registration-experience .admin-field small {
    display: block;
    margin-top: 6px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.4;
}

.admin-registration-experience .admin-field.invalid input,
.admin-registration-experience .admin-field.invalid select,
.admin-registration-experience .admin-field.invalid textarea,
.admin-registration-experience .admin-working-time.invalid input {
    border-color: var(--jm-error);
    background: rgba(239, 68, 68, .035);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .1);
}

.admin-registration-experience .admin-working-hour-row.invalid {
    border-color: var(--jm-error);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .1);
}

.admin-registration-experience .admin-field-error {
    display: block;
    margin-top: 6px;
    color: #b91c1c !important;
    font-size: 12px;
    font-weight: 650;
}

.admin-registration-experience .admin-input-action {
    position: relative;
}

.admin-registration-experience .admin-input-action input {
    padding-right: 52px;
}

.admin-registration-experience .admin-input-action button {
    position: absolute;
    top: 3px;
    right: 3px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--jm-graphite-500);
    cursor: pointer;
}

.admin-registration-experience .admin-input-action svg {
    width: 20px;
    height: 20px;
}

.admin-registration-experience .admin-hours-intro {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.45;
}

.admin-registration-experience .admin-hours-intro strong {
    color: var(--jm-graphite-700);
}

.admin-registration-experience .admin-working-hours {
    display: grid;
    gap: 9px;
}

.admin-registration-experience .admin-working-hour-row {
    display: grid;
    grid-template-columns: 170px repeat(4, minmax(110px, 1fr));
    align-items: end;
    gap: 10px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 12px;
    background: #fafafa;
}

.admin-registration-experience .admin-working-hour-row.is-closed {
    border-left: 1px solid var(--jm-gray-300);
    background: var(--jm-gray-100);
    opacity: .7;
}

.admin-registration-experience .admin-working-day {
    display: block;
    align-self: auto;
}

.admin-registration-experience .admin-working-day-toggle {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.admin-registration-experience .admin-working-day-toggle input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.admin-registration-experience .admin-working-switch {
    width: 42px;
    height: 24px;
    flex: 0 0 42px;
    border-radius: var(--jm-radius-pill);
    padding: 3px;
    background: var(--jm-gray-300);
    transition: background-color .18s ease;
}

.admin-registration-experience .admin-working-switch::after {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--jm-white);
    box-shadow: 0 2px 6px rgba(31, 41, 55, .2);
    content: "";
    transition: transform .18s ease;
}

.admin-registration-experience .admin-working-day-toggle input:checked + .admin-working-switch {
    background: var(--jm-primary-500);
}

.admin-registration-experience .admin-working-day-toggle input:checked + .admin-working-switch::after {
    transform: translateX(18px);
}

.admin-registration-experience .admin-working-day-toggle input:focus-visible + .admin-working-switch {
    outline: 3px solid rgba(59, 130, 246, .35);
    outline-offset: 3px;
}

.admin-registration-experience .admin-working-day-name strong,
.admin-registration-experience .admin-working-day-name small {
    display: block;
}

.admin-registration-experience .admin-working-day-name strong {
    font-size: 14px;
}

.admin-registration-experience .admin-working-day-name small {
    margin-top: 3px;
    color: var(--jm-graphite-500);
    font-size: 11px;
}

.admin-registration-experience .admin-working-time {
    display: grid;
    gap: 5px;
    cursor: pointer;
}

.admin-registration-experience .admin-working-time span {
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 700;
}

.admin-registration-experience .admin-working-time input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--jm-gray-300);
    border-radius: 10px;
    padding: 0 10px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    cursor: pointer;
}

.admin-registration-experience .admin-working-time input:disabled {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-500);
    cursor: not-allowed;
}

.admin-registration-experience .admin-optional-note {
    margin: 0 0 16px;
    border-radius: var(--jm-radius-md);
    padding: 12px 14px;
    background: rgba(59, 130, 246, .07);
    color: var(--jm-graphite-700);
    font-size: 13px;
    line-height: 1.45;
}

.admin-registration-experience .admin-file-box {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1.5px dashed var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 14px;
    background: #fafafa;
}

.admin-registration-experience .admin-file-box input {
    width: auto;
    min-height: auto;
    border: 0;
    padding: 0;
    background: transparent;
}

.admin-registration-experience .admin-vitrine-grid {
    margin-top: 16px;
}

.admin-registration-experience .admin-sticky-actions {
    position: sticky;
    z-index: 12;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 2px;
    border: 1px solid rgba(209, 213, 219, .9);
    border-radius: var(--jm-radius-lg);
    padding: 12px 14px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 16px 36px rgba(31, 41, 55, .18);
    backdrop-filter: blur(14px);
}

.admin-registration-experience .admin-save-status strong,
.admin-registration-experience .admin-save-status span {
    display: block;
}

.admin-registration-experience .admin-save-status strong {
    font-size: 14px;
}

.admin-registration-experience .admin-save-status span {
    margin-top: 3px;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-save-status span.error {
    color: var(--jm-error);
}

.admin-registration-experience .admin-save-status span.success {
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-save-button {
    min-width: 180px;
    justify-self: auto;
}

.admin-registration-experience .admin-success-overlay {
    position: fixed;
    z-index: 50;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: rgba(31, 41, 55, .48);
    backdrop-filter: blur(6px);
    animation: adminOverlayIn .2s ease both;
}

.admin-registration-experience .admin-success-card {
    width: min(100%, 420px);
    border-radius: var(--jm-radius-xl);
    padding: 32px 24px;
    background: var(--jm-white);
    box-shadow: 0 28px 70px rgba(31, 41, 55, .3);
    text-align: center;
    animation: adminSuccessIn .38s cubic-bezier(.2, .8, .2, 1) both;
}

.admin-registration-experience .admin-success-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: var(--jm-radius-xl);
    background: var(--jm-primary-500);
    color: var(--jm-white);
    box-shadow: 0 14px 30px rgba(34, 197, 94, .28);
}

.admin-registration-experience .admin-success-icon svg {
    width: 38px;
    height: 38px;
    stroke-dasharray: 32;
    stroke-dashoffset: 32;
    animation: adminCheckDraw .5s .18s ease forwards;
}

.admin-registration-experience .admin-success-card h2 {
    margin: 0 0 7px;
    font-size: 23px;
}

.admin-registration-experience .admin-success-card p {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 14px;
}

@keyframes adminOverlayIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes adminSuccessIn {
    from { opacity: 0; transform: translateY(18px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes adminCheckDraw {
    to { stroke-dashoffset: 0; }
}

@media (max-width: 1080px) {
    .admin-registration-experience .admin-workspace {
        grid-template-columns: 1fr;
    }

    .admin-registration-experience .admin-sidebar {
        position: sticky;
        z-index: 15;
        top: 76px;
        display: flex;
        gap: 6px;
        overflow-x: auto;
        border-right: 0;
        border-bottom: 1px solid var(--jm-gray-300);
        padding: 8px 16px;
    }

    .admin-registration-experience .sidebar-title {
        display: none;
    }

    .admin-registration-experience .admin-sidebar a {
        min-width: 130px;
        justify-content: center;
    }

    .admin-registration-experience .admin-working-hour-row {
        grid-template-columns: 150px repeat(2, minmax(120px, 1fr));
    }
}

@media (max-width: 760px) {
    .admin-registration-experience .admin-topbar {
        position: static;
        flex-direction: row;
        min-height: 68px;
        align-items: center;
        padding: 12px 16px;
    }

    .admin-registration-experience .admin-brand img {
        width: 148px;
        max-width: none;
    }

    .admin-registration-experience .admin-logout {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .admin-registration-experience .admin-sidebar {
        top: 0;
    }

    .admin-registration-experience .admin-content {
        width: 100%;
        padding: 20px 12px 104px;
    }

    .admin-registration-experience .page-heading {
        flex-direction: column;
    }

    .admin-registration-experience .admin-heading-actions {
        width: 100%;
        align-items: stretch;
    }

    .admin-registration-experience .admin-created-date {
        min-width: 0;
        flex: 1 1 auto;
    }

    .admin-registration-experience .admin-form-overview {
        grid-template-columns: 1fr;
    }

    .admin-registration-experience .admin-progress-pill {
        width: max-content;
    }

    .admin-registration-experience .admin-section-index {
        display: flex;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
    }

    .admin-registration-experience .admin-section-index::-webkit-scrollbar {
        display: none;
    }

    .admin-registration-experience .admin-section-index a {
        min-width: 150px;
    }

    .admin-registration-experience .admin-field-grid {
        grid-template-columns: 1fr;
    }

    .admin-registration-experience .admin-field.span-2 {
        grid-column: auto;
    }

    .admin-registration-experience .admin-section-header {
        align-items: flex-start;
        padding: 16px;
    }

    .admin-registration-experience .admin-section-header h2 {
        font-size: 17px;
    }

    .admin-registration-experience .admin-section-header p {
        display: none;
    }

    .admin-registration-experience .admin-section-body {
        padding: 16px;
    }

    .admin-registration-experience .admin-hours-intro {
        flex-direction: column;
    }

    .admin-registration-experience .admin-working-hour-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-registration-experience .admin-working-day {
        grid-column: 1 / -1;
    }

    .admin-registration-experience .admin-file-box {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-registration-experience .admin-sticky-actions {
        bottom: max(8px, env(safe-area-inset-bottom));
    }

    .admin-registration-experience .admin-save-button {
        min-width: 148px;
    }
}

@media (max-width: 390px) {
    .admin-registration-experience .admin-heading-actions {
        flex-direction: column;
    }

    .admin-registration-experience .admin-heading-actions .secondary-button {
        width: 100%;
    }

    .admin-registration-experience .admin-section-heading {
        gap: 9px;
    }

    .admin-registration-experience .admin-section-number {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }

    .admin-registration-experience .admin-requirement {
        padding-inline: 8px;
    }

    .admin-registration-experience .admin-working-hour-row {
        grid-template-columns: 1fr 1fr;
        padding: 11px;
    }

    .admin-registration-experience .admin-sticky-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-registration-experience .admin-save-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-registration-experience *,
    .admin-registration-experience *::before,
    .admin-registration-experience *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* Admin — controle financeiro manual e trial. */
.admin-registration-experience .admin-finance-heading {
    align-items: flex-end;
}

.admin-registration-experience .admin-finance-reference {
    min-width: 180px;
    flex: 0 0 auto;
    color: var(--jm-graphite-500);
    font-size: 12px;
    text-align: right;
}

.admin-registration-experience .admin-finance-reference strong {
    display: block;
    margin-top: 4px;
    color: var(--jm-graphite-900);
    font-size: 14px;
}

.admin-registration-experience .admin-finance-summary {
    display: grid;
    grid-template-columns: repeat(6, minmax(138px, 1fr));
    gap: 10px;
    margin-bottom: 18px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: thin;
}

.admin-registration-experience .admin-finance-summary-button {
    position: relative;
    min-height: 92px;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: 18px;
    padding: 15px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    text-align: left;
    cursor: pointer;
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.admin-registration-experience .admin-finance-summary-button:hover {
    border-color: var(--jm-graphite-500);
    transform: translateY(-1px);
}

.admin-registration-experience .admin-finance-summary-button.active {
    border-color: var(--jm-graphite-900);
    box-shadow: inset 0 0 0 1px var(--jm-graphite-900);
}

.admin-registration-experience .admin-finance-summary-button:focus-visible,
.admin-registration-experience .admin-finance-table tbody tr:focus-visible,
.admin-registration-experience .admin-finance-close:focus-visible,
.admin-registration-experience .admin-finance-danger-button:focus-visible {
    outline: 3px solid rgba(59, 130, 246, .35);
    outline-offset: 3px;
}

.admin-registration-experience .admin-finance-summary-button > span {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.admin-registration-experience .admin-finance-summary-button small {
    display: block;
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.admin-registration-experience .admin-finance-summary-button.attention::after,
.admin-registration-experience .admin-finance-summary-button.overdue::after {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--jm-warning);
    content: "";
}

.admin-registration-experience .admin-finance-summary-button.overdue::after {
    background: var(--jm-error);
}

.admin-registration-experience .admin-finance-panel {
    overflow: hidden;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-xl);
    background: var(--jm-white);
    box-shadow: 0 12px 34px rgba(31, 41, 55, .055);
}

.admin-registration-experience .admin-finance-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 18px 20px;
}

.admin-registration-experience .admin-finance-toolbar strong,
.admin-registration-experience .admin-finance-toolbar span {
    display: block;
}

.admin-registration-experience .admin-finance-toolbar strong {
    font-size: 16px;
}

.admin-registration-experience .admin-finance-toolbar span {
    margin-top: 3px;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-finance-search {
    position: relative;
    width: min(100%, 330px);
}

.admin-registration-experience .admin-finance-search svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: var(--jm-graphite-500);
    transform: translateY(-50%);
    pointer-events: none;
}

.admin-registration-experience .admin-finance-search input {
    width: 100%;
    min-height: 46px;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 14px 0 42px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
}

.admin-registration-experience .admin-finance-search input:focus {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
}

.admin-registration-experience .admin-finance-feedback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 14px 20px;
    color: var(--jm-graphite-700);
    background: rgba(59, 130, 246, .055);
    font-size: 13px;
}

.admin-registration-experience .admin-finance-feedback.error {
    color: var(--jm-error);
    background: rgba(239, 68, 68, .06);
}

.admin-registration-experience .admin-finance-table-wrap {
    overflow-x: auto;
}

.admin-registration-experience .admin-finance-table-wrap[aria-busy="true"] {
    min-height: 210px;
    background: linear-gradient(100deg, var(--jm-white) 20%, var(--jm-gray-100) 40%, var(--jm-white) 60%);
    background-size: 220% 100%;
    animation: adminFinanceLoading 1.2s ease-in-out infinite;
}

@keyframes adminFinanceLoading {
    to { background-position: -120% 0; }
}

.admin-registration-experience .admin-finance-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
}

.admin-registration-experience .admin-finance-table th {
    padding: 13px 16px;
    background: rgba(243, 244, 246, .65);
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-align: left;
    text-transform: uppercase;
}

.admin-registration-experience .admin-finance-table td {
    border-top: 1px solid var(--jm-gray-100);
    padding: 15px 16px;
    font-size: 13px;
    vertical-align: middle;
}

.admin-registration-experience .admin-finance-table tbody tr {
    cursor: pointer;
    transition: background-color .16s ease;
}

.admin-registration-experience .admin-finance-table tbody tr:hover {
    background: rgba(243, 244, 246, .55);
}

.admin-registration-experience .admin-finance-table tbody tr:focus-visible {
    outline-offset: -3px;
    background: rgba(59, 130, 246, .06);
}

.admin-registration-experience .admin-finance-seller-name,
.admin-registration-experience .admin-finance-seller-id,
.admin-registration-experience .admin-finance-date,
.admin-registration-experience .admin-finance-date-help {
    display: block;
}

.admin-registration-experience .admin-finance-seller-name {
    max-width: 230px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-registration-experience .admin-finance-seller-id,
.admin-registration-experience .admin-finance-date-help {
    margin-top: 3px;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-finance-date {
    font-weight: 700;
    white-space: nowrap;
}

.admin-registration-experience .admin-finance-chip {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    gap: 6px;
    border-radius: var(--jm-radius-pill);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.admin-registration-experience .admin-finance-chip::before,
.admin-registration-experience .admin-finance-access::before {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.admin-registration-experience .admin-finance-chip.current {
    color: var(--jm-primary-600);
    background: var(--jm-primary-50);
}

.admin-registration-experience .admin-finance-chip.due-soon {
    color: var(--jm-graphite-700);
    background: rgba(245, 158, 11, .13);
}

.admin-registration-experience .admin-finance-chip.overdue,
.admin-registration-experience .admin-finance-chip.trial-expired {
    color: var(--jm-error);
    background: rgba(239, 68, 68, .08);
}

.admin-registration-experience .admin-finance-chip.trial {
    color: var(--jm-info);
    background: rgba(59, 130, 246, .08);
}

.admin-registration-experience .admin-finance-chip.registration-inactive {
    color: var(--jm-graphite-700);
    background: var(--jm-gray-100);
}

.admin-registration-experience .admin-finance-chip.unconfigured {
    color: var(--jm-graphite-700);
    background: var(--jm-gray-100);
}

.admin-registration-experience .admin-finance-access {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--jm-primary-600);
    font-weight: 700;
    white-space: nowrap;
}

.admin-registration-experience .admin-finance-access.blocked {
    color: var(--jm-error);
}

.admin-registration-experience .admin-finance-row-action {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--jm-gray-300);
    border-radius: 11px;
    background: var(--jm-white);
}

.admin-registration-experience .admin-finance-row-action svg {
    width: 18px;
    height: 18px;
}

.admin-registration-experience .admin-finance-empty {
    padding: 48px 24px;
    color: var(--jm-graphite-500);
    text-align: center;
}

.admin-registration-experience .admin-finance-empty strong,
.admin-registration-experience .admin-finance-empty span {
    display: block;
}

.admin-registration-experience .admin-finance-empty strong {
    margin-bottom: 6px;
    color: var(--jm-graphite-900);
}

.admin-registration-experience .admin-finance-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--jm-gray-100);
    padding: 14px 16px;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-finance-pagination > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-registration-experience .admin-finance-pagination .secondary-button {
    min-height: 44px;
}

.admin-registration-experience .admin-finance-backdrop {
    position: fixed;
    z-index: 50;
    inset: 0;
    background: rgba(31, 41, 55, .42);
    backdrop-filter: blur(2px);
}

.admin-registration-experience .admin-finance-drawer {
    position: fixed;
    z-index: 60;
    top: 0;
    right: 0;
    display: flex;
    width: min(100%, 520px);
    height: 100dvh;
    flex-direction: column;
    background: var(--jm-white);
    box-shadow: -24px 0 70px rgba(31, 41, 55, .22);
    animation: adminFinanceDrawerIn .24s ease both;
}

@keyframes adminFinanceDrawerIn {
    from { opacity: .4; transform: translateX(18px); }
}

.admin-registration-experience .admin-finance-drawer-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--jm-gray-100);
    padding: 24px;
}

.admin-registration-experience .admin-finance-drawer-header h2 {
    margin: 4px 0 0;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -.03em;
}

.admin-registration-experience .admin-finance-drawer-header p:last-child {
    margin: 5px 0 0;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.admin-registration-experience .admin-finance-close {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid rgba(239, 68, 68, .28);
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: rgba(239, 68, 68, .06);
    color: var(--jm-error);
    cursor: pointer;
}

.admin-registration-experience .admin-finance-close svg {
    width: 22px;
    height: 22px;
}

.admin-registration-experience .admin-finance-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 22px 24px 32px;
}

.admin-registration-experience .admin-finance-access-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
}

.admin-registration-experience .admin-finance-access-box {
    min-height: 80px;
    border: 1px solid var(--jm-gray-300);
    border-radius: 14px;
    padding: 13px;
    background: rgba(243, 244, 246, .65);
}

.admin-registration-experience .admin-finance-access-box span {
    display: block;
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.admin-registration-experience .admin-finance-access-box strong {
    display: block;
    margin-top: 8px;
    font-size: 13px;
}

.admin-registration-experience .admin-finance-access-box.ok strong {
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-finance-access-box.blocked strong {
    color: var(--jm-error);
}

.admin-registration-experience .admin-finance-notice,
.admin-registration-experience .admin-finance-action-feedback {
    margin-bottom: 18px;
    border: 1px solid;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 12px;
    line-height: 1.45;
}

.admin-registration-experience .admin-finance-notice.warning {
    border-color: rgba(245, 158, 11, .4);
    background: rgba(245, 158, 11, .08);
    color: var(--jm-graphite-700);
}

.admin-registration-experience .admin-finance-notice.error,
.admin-registration-experience .admin-finance-action-feedback.error {
    border-color: rgba(239, 68, 68, .35);
    background: rgba(239, 68, 68, .07);
    color: var(--jm-error);
}

.admin-registration-experience .admin-finance-notice.info {
    border-color: rgba(59, 130, 246, .3);
    background: rgba(59, 130, 246, .07);
    color: var(--jm-graphite-700);
}

.admin-registration-experience .admin-finance-action-feedback.success {
    border-color: rgba(34, 197, 94, .35);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.admin-registration-experience .admin-finance-section-label {
    margin: 22px 0 12px;
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admin-registration-experience .admin-finance-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.admin-registration-experience .admin-finance-field {
    display: grid;
    min-width: 0;
    gap: 7px;
}

.admin-registration-experience .admin-finance-field.full {
    grid-column: 1 / -1;
}

.admin-registration-experience .admin-finance-field label {
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 750;
}

.admin-registration-experience .admin-finance-field input,
.admin-registration-experience .admin-finance-field select {
    width: 100%;
    min-height: 48px;
    border: 1.5px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 12px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
}

.admin-registration-experience .admin-finance-field input:focus,
.admin-registration-experience .admin-finance-field select:focus {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
}

.admin-registration-experience .admin-finance-field input:disabled,
.admin-registration-experience .admin-finance-field select:disabled {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-500);
    cursor: not-allowed;
}

.admin-registration-experience .admin-finance-field.invalid input,
.admin-registration-experience .admin-finance-field.invalid select {
    border-color: var(--jm-error);
    background: rgba(239, 68, 68, .035);
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .1);
}

.admin-registration-experience .admin-finance-field small {
    color: var(--jm-graphite-500);
    font-size: 12px;
    line-height: 1.4;
}

.admin-registration-experience .admin-finance-field-error {
    color: var(--jm-error) !important;
    font-weight: 650;
}

.admin-registration-experience .admin-finance-quick-actions {
    display: grid;
    gap: 10px;
}

.admin-registration-experience .admin-finance-quick-actions .primary-button,
.admin-registration-experience .admin-finance-drawer-footer .primary-button,
.admin-registration-experience .admin-finance-drawer-footer .secondary-button,
.admin-registration-experience .admin-finance-confirm .secondary-button,
.admin-registration-experience .admin-finance-danger-button {
    min-height: 46px;
    justify-content: center;
}

.admin-registration-experience .admin-finance-danger-button {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid rgba(239, 68, 68, .35);
    border-radius: var(--jm-radius-md);
    padding: 0 16px;
    background: rgba(239, 68, 68, .07);
    color: var(--jm-error);
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.admin-registration-experience .admin-finance-danger-button:disabled,
.admin-registration-experience .admin-finance-drawer button:disabled {
    opacity: .52;
    cursor: not-allowed;
}

.admin-registration-experience .admin-finance-drawer-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    border-top: 1px solid var(--jm-gray-100);
    padding: 16px 24px;
    background: var(--jm-white);
}

.admin-registration-experience .admin-finance-drawer .primary-button.loading .button-text {
    opacity: 0;
}

.admin-registration-experience .admin-finance-confirm {
    position: fixed;
    z-index: 80;
    top: 50%;
    left: 50%;
    width: min(calc(100% - 32px), 430px);
    border-radius: 20px;
    padding: 24px;
    background: var(--jm-white);
    box-shadow: 0 18px 50px rgba(31, 41, 55, .2);
    transform: translate(-50%, -50%);
}

.admin-registration-experience .admin-finance-confirm h2 {
    margin: 0;
    font-size: 21px;
}

.admin-registration-experience .admin-finance-confirm p {
    margin: 10px 0 20px;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.5;
}

.admin-registration-experience .admin-finance-confirm > div {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.admin-registration-experience .admin-finance-toast {
    position: fixed;
    z-index: 100;
    right: 24px;
    bottom: 24px;
    max-width: min(calc(100% - 32px), 420px);
    border: 1px solid rgba(34, 197, 94, .35);
    border-radius: 14px;
    padding: 13px 16px;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
    box-shadow: 0 18px 50px rgba(31, 41, 55, .14);
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 1080px) {
    .admin-registration-experience .admin-finance-summary {
        grid-template-columns: repeat(6, 150px);
    }
}

@media (max-width: 720px) {
    .admin-registration-experience .admin-finance-heading {
        align-items: flex-start;
    }

    .admin-registration-experience .admin-finance-reference {
        text-align: left;
    }

    .admin-registration-experience .admin-finance-summary {
        margin-right: -12px;
        grid-template-columns: repeat(6, 132px);
    }

    .admin-registration-experience .admin-finance-summary-button {
        min-height: 84px;
        padding: 13px;
    }

    .admin-registration-experience .admin-finance-panel {
        border-radius: 20px;
    }

    .admin-registration-experience .admin-finance-toolbar {
        display: grid;
        padding: 16px;
    }

    .admin-registration-experience .admin-finance-search {
        width: 100%;
    }

    .admin-registration-experience .admin-finance-table-wrap {
        overflow: visible;
    }

    .admin-registration-experience .admin-finance-table,
    .admin-registration-experience .admin-finance-table thead,
    .admin-registration-experience .admin-finance-table tbody,
    .admin-registration-experience .admin-finance-table tr,
    .admin-registration-experience .admin-finance-table td {
        display: block;
        min-width: 0;
        width: 100%;
    }

    .admin-registration-experience .admin-finance-table thead {
        display: none;
    }

    .admin-registration-experience .admin-finance-table tbody {
        padding: 0 14px 14px;
    }

    .admin-registration-experience .admin-finance-table tbody tr {
        position: relative;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        margin-top: 12px;
        border: 1px solid var(--jm-gray-300);
        border-radius: var(--jm-radius-lg);
        padding: 14px 52px 14px 14px;
    }

    .admin-registration-experience .admin-finance-table td {
        border: 0;
        padding: 0;
    }

    .admin-registration-experience .admin-finance-table td::before {
        display: block;
        margin-bottom: 4px;
        color: var(--jm-graphite-500);
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .05em;
        text-transform: uppercase;
        content: attr(data-label);
    }

    .admin-registration-experience .admin-finance-table td:first-child {
        grid-column: 1 / -1;
        border-bottom: 1px solid var(--jm-gray-100);
        padding-bottom: 10px;
    }

    .admin-registration-experience .admin-finance-table td:last-child {
        position: absolute;
        top: 12px;
        right: 12px;
        width: auto;
    }

    .admin-registration-experience .admin-finance-table td:last-child::before {
        display: none;
    }

    .admin-registration-experience .admin-finance-seller-name {
        max-width: calc(100vw - 116px);
    }

    .admin-registration-experience .admin-finance-drawer {
        top: auto;
        bottom: 0;
        width: 100%;
        height: min(88dvh, 760px);
        border-radius: var(--jm-radius-xl) var(--jm-radius-xl) 0 0;
        animation-name: adminFinanceSheetIn;
    }

    @keyframes adminFinanceSheetIn {
        from { opacity: .4; transform: translateY(24px); }
    }

    .admin-registration-experience .admin-finance-drawer::before {
        width: 42px;
        height: 4px;
        flex: 0 0 4px;
        align-self: center;
        margin-top: 9px;
        border-radius: var(--jm-radius-pill);
        background: var(--jm-gray-300);
        content: "";
    }

    .admin-registration-experience .admin-finance-drawer-header {
        padding: 14px 18px 16px;
    }

    .admin-registration-experience .admin-finance-drawer-body {
        padding: 18px 18px 28px;
    }

    .admin-registration-experience .admin-finance-drawer-footer {
        padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
    }

    .admin-registration-experience .admin-finance-drawer-footer button {
        flex: 1;
    }

    .admin-registration-experience .admin-finance-toast {
        right: 16px;
        bottom: 16px;
        left: 16px;
    }

    .admin-registration-experience .admin-finance-pagination {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-registration-experience .admin-finance-pagination > div {
        justify-content: space-between;
    }
}

@media (max-width: 430px) {
    .admin-registration-experience .admin-finance-access-summary,
    .admin-registration-experience .admin-finance-field-grid {
        grid-template-columns: 1fr;
    }

    .admin-registration-experience .admin-finance-field.full {
        grid-column: auto;
    }

    .admin-registration-experience .admin-finance-drawer-header h2 {
        max-width: 245px;
        font-size: 21px;
    }

    .admin-registration-experience .admin-finance-drawer-footer,
    .admin-registration-experience .admin-finance-confirm > div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-registration-experience .admin-finance-table-wrap[aria-busy="true"] {
        animation: none;
    }
}

/* Seller panel premium pass - fundo grafite e responsividade refinada */
.seller-panel {
    background:
        radial-gradient(circle at 18% -8%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0.04) 20rem, transparent 36rem),
        radial-gradient(circle at 86% 4%, rgba(220, 252, 231, 0.14) 0, rgba(220, 252, 231, 0.06) 18rem, transparent 34rem),
        linear-gradient(180deg, #374151 0, #374151 360px, #f3f4f6 360px, #eef2f1 100%);
}

.seller-panel::after {
    opacity: 0.035;
}

.seller-panel-header {
    grid-template-columns: 286px minmax(0, 1fr) 150px;
    border-bottom-color: rgba(55, 65, 81, 0.12);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 50px rgba(17, 24, 39, 0.18);
}

.seller-tabs {
    width: min(100%, 430px);
    padding: 4px;
    border: 2px solid #22c55e;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
}

.seller-tabs a {
    min-height: 42px;
    border-radius: 999px;
    font-size: 14px;
}

.seller-tabs a.active {
    background: #374151;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(55, 65, 81, 0.24);
}

.seller-filter-tabs {
    border: 2px solid rgba(55, 65, 81, 0.22);
    background: #ffffff;
}

.seller-filter-tabs button.active {
    background: #374151;
    color: #ffffff;
}

.seller-company-side {
    align-items: center;
}

.seller-config-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    border-color: rgba(55, 65, 81, 0.18);
    background: #dcfce7;
    color: #374151;
}

.seller-config-button svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.top-logout {
    min-height: 42px;
    padding-inline: 16px;
}

.seller-hero-card {
    grid-template-columns: 128px minmax(0, 1fr) 196px;
    gap: 22px;
    background:
        radial-gradient(circle at 5% 5%, rgba(220, 252, 231, 0.52), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    border-color: rgba(34, 197, 94, 0.2);
    box-shadow: 0 24px 70px rgba(17, 24, 39, 0.18);
}

.seller-preview-logo {
    width: 116px;
    height: 116px;
    border: 1px solid rgba(55, 65, 81, 0.14);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(220, 252, 231, 0.8), 0 16px 38px rgba(17, 24, 39, 0.1);
}

.seller-preview-logo img {
    object-fit: contain;
    padding: 6px;
}

.seller-hero-copy h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.02;
}

.seller-hero-copy p {
    max-width: 64ch;
    line-height: 1.55;
}

.seller-hero-actions {
    gap: 10px;
}

.seller-public-link {
    border: 1px solid rgba(55, 65, 81, 0.18);
    background: #374151;
    color: #ffffff;
}

.seller-public-link .button-icon {
    background: rgba(220, 252, 231, 0.18);
    color: #dcfce7;
}

.seller-copy-link {
    border: 1px solid rgba(55, 65, 81, 0.2);
    background: #ffffff;
    color: #374151;
    box-shadow: inset 0 0 0 1px rgba(220, 252, 231, 0.9);
}

.seller-copy-link .button-icon {
    background: #dcfce7;
    color: #374151;
}

.seller-clock-card {
    min-width: 178px;
    border-color: rgba(55, 65, 81, 0.14);
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(220, 252, 231, 0.7);
}

.seller-clock-card strong {
    font-size: 25px;
    letter-spacing: 0.02em;
}

.seller-card,
.seller-save-bar {
    background: rgba(255, 255, 255, 0.97);
}

.working-hour-row {
    min-height: 88px;
    background: rgba(255, 255, 255, 0.8);
    border-left-width: 3px;
}

.weekday-toggle {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    margin-top: 18px;
    padding-top: 0;
    gap: 12px;
}

.weekday-toggle input {
    flex: 0 0 auto;
    margin: 0;
}

.weekday-toggle span {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    line-height: 1.2;
}

@media (max-width: 1040px) {
    .seller-panel {
        background:
            radial-gradient(circle at 20% -5%, rgba(255, 255, 255, 0.12), transparent 28rem),
            radial-gradient(circle at 86% 8%, rgba(220, 252, 231, 0.12), transparent 24rem),
            linear-gradient(180deg, #374151 0, #374151 410px, #f3f4f6 410px, #eef2f1 100%);
    }

    .seller-panel-header {
        grid-template-columns: minmax(0, 1fr) auto;
        justify-items: stretch;
    }

    .seller-brand-side {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .seller-company-side {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .seller-tabs {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
    }

    .seller-hero-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .seller-preview-logo {
        width: 104px;
        height: 104px;
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 760px) {
    .seller-panel {
        background:
            radial-gradient(circle at 12% 0, rgba(255, 255, 255, 0.1), transparent 18rem),
            radial-gradient(circle at 92% 8%, rgba(220, 252, 231, 0.1), transparent 18rem),
            linear-gradient(180deg, #374151 0, #374151 310px, #f3f4f6 310px, #eef2f1 100%);
    }

    .seller-panel-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        padding: 14px 12px;
        border-radius: 0 0 22px 22px;
    }

    .seller-brand-side img {
        width: 174px;
        max-width: 58vw;
    }

    .seller-company-side {
        display: inline-flex;
        width: auto;
        gap: 7px;
    }

    .seller-config-button,
    .top-logout {
        min-height: 38px;
        height: 38px;
        border-radius: 999px;
    }

    .seller-config-button {
        width: 38px;
        min-width: 38px;
    }

    .top-logout {
        width: auto;
        padding-inline: 14px;
    }

    .seller-tabs {
        width: 100%;
        padding: 4px;
    }

    .seller-tabs a {
        min-height: 38px;
        font-size: 12px;
    }

    .seller-panel-body {
        width: min(100% - 16px, 1320px);
        padding-top: 12px;
    }

    .seller-hero-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
        border-radius: 24px;
    }

    .seller-preview-logo {
        grid-column: 1;
        grid-row: 1;
        width: 74px;
        height: 74px;
        border-radius: 20px;
    }

    .seller-hero-copy {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
    }

    .seller-hero-copy h1 {
        font-size: clamp(21px, 6.2vw, 27px);
        line-height: 1.03;
        letter-spacing: -0.04em;
    }

    .seller-hero-copy p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 1.45;
    }

    .seller-eyebrow {
        letter-spacing: 0.08em;
    }

    .seller-hero-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 8px;
        margin-top: 2px;
    }

    .seller-public-link,
    .seller-copy-link {
        min-height: 40px;
        padding: 0 10px;
        border-radius: 999px;
        font-size: 12px;
        white-space: nowrap;
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        grid-row: 3;
        padding: 13px 14px;
        border-radius: 18px;
    }

    .seller-clock-card strong {
        font-size: 24px;
    }

    .seller-card {
        padding: 16px;
        border-radius: 22px;
    }

    .seller-card-header h2,
    .seller-calendar-header h2 {
        line-height: 1.15;
    }

    .seller-filter-tabs {
        padding: 3px;
    }

    .seller-filter-tabs button {
        font-size: 11px;
        border-radius: 999px;
    }

    .working-hour-row {
        grid-template-columns: 1fr 1fr;
        min-height: unset;
        padding: 14px;
        gap: 11px;
    }

    .working-hour-row .weekday-toggle {
        grid-column: 1 / -1;
        margin-top: 0;
        min-height: 30px;
    }

    .time-field {
        gap: 5px;
    }

    .time-field select {
        min-height: 44px;
    }
}

@media (max-width: 430px) {
    .seller-panel-header {
        padding-inline: 10px;
    }

    .seller-brand-side img {
        width: 156px;
        max-width: 54vw;
    }

    .seller-hero-card {
        grid-template-columns: 76px minmax(0, 1fr);
        padding: 12px;
    }

    .seller-preview-logo {
        width: 68px;
        height: 68px;
    }

    .seller-hero-copy h1 {
        font-size: clamp(20px, 6.4vw, 25px);
    }

    .seller-hero-actions {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .seller-public-link,
    .seller-copy-link {
        gap: 5px;
        padding: 0 8px;
        font-size: 11px;
    }

    .seller-public-link .button-icon,
    .seller-copy-link .button-icon {
        width: 19px;
        height: 19px;
    }

    .working-hour-row {
        grid-template-columns: 1fr;
    }
}

/* Seller panel app-like pass - branco, fluidez e menos formulário */
.seller-panel {
    background:
        radial-gradient(circle at 8% 0, rgba(220, 252, 231, 0.5) 0, rgba(220, 252, 231, 0.16) 18rem, transparent 32rem),
        radial-gradient(circle at 92% 3%, rgba(167, 243, 208, 0.22) 0, transparent 28rem),
        #ffffff;
    color: #1f2937;
}

.seller-panel::after {
    display: none;
}

.seller-panel-header {
    position: sticky;
    top: 0;
    grid-template-columns: 280px minmax(340px, 1fr) 134px;
    min-height: 84px;
    padding: 16px clamp(18px, 3vw, 34px);
    border-bottom: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 34px rgba(31, 41, 55, 0.08);
    backdrop-filter: blur(18px);
}

.seller-brand-side img {
    width: min(100%, 222px);
}

.seller-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: min(100%, 430px);
    min-height: 54px;
    padding: 5px;
    border: 2px solid #22c55e;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08);
}

.seller-tabs a {
    min-height: 40px;
    border-radius: 999px;
    color: #374151;
    font-size: 14px;
    font-weight: 650;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.seller-tabs a.active {
    background: #374151;
    color: #ffffff;
    box-shadow: 0 9px 24px rgba(55, 65, 81, 0.28);
    transform: translateY(-1px);
}

.seller-company-side {
    gap: 8px;
}

.seller-config-button,
.top-logout {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.seller-config-button:hover,
.top-logout:hover {
    transform: translateY(-1px);
}

.seller-panel-body {
    width: min(100% - 36px, 1280px);
    padding-top: 28px;
}

.seller-view:not([hidden]) {
    animation: sellerViewIn 0.26s ease both;
}

@keyframes sellerViewIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seller-hero-card {
    grid-template-columns: 154px minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    padding: clamp(22px, 3vw, 34px);
    border: 1.5px solid #d1d5db;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, #f0fdf4 100%);
    box-shadow: 0 18px 55px rgba(31, 41, 55, 0.09);
}

.seller-preview-logo {
    width: 142px;
    height: 142px;
    border: 1.5px solid #d1d5db;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(31, 41, 55, 0.08);
}

.seller-preview-logo img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: contain;
}

.seller-hero-copy h1 {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: clamp(34px, 4vw, 56px);
    letter-spacing: -0.055em;
}

.seller-hero-copy p {
    max-width: 66ch;
    color: #6b7280;
}

.seller-hero-actions {
    gap: 10px;
}

.seller-public-link,
.seller-copy-link,
.seller-add-button,
#seller-settings-save {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.seller-public-link {
    border: 0;
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.18);
}

.seller-public-link .button-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.seller-copy-link {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #374151;
}

.seller-copy-link .button-icon {
    background: #dcfce7;
    color: #374151;
}

.seller-add-button {
    border: 0;
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
}

.seller-add-button:hover,
#seller-settings-save:hover,
.seller-public-link:hover,
.seller-copy-link:hover {
    transform: translateY(-1px);
}

.seller-clock-card {
    min-width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    justify-items: end;
}

.seller-clock-card span {
    color: #6b7280;
}

.seller-clock-card strong {
    color: #1f2937;
    font-size: 28px;
}

.seller-card,
.seller-save-bar {
    border: 1.5px solid #d1d5db;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 44px rgba(31, 41, 55, 0.06);
}

.seller-card::before {
    height: 4px;
    background: linear-gradient(90deg, #22c55e 0%, #a7f3d0 48%, #374151 100%);
}

.seller-settings-grid {
    gap: 18px;
}

.seller-settings-grid label {
    color: #1f2937;
}

.seller-panel input,
.seller-panel select,
.seller-panel textarea {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.seller-panel input:hover,
.seller-panel select:hover,
.seller-panel textarea:hover {
    border-color: #9ca3af;
}

.seller-panel input:focus,
.seller-panel select:focus,
.seller-panel textarea:focus,
.seller-panel input:focus-visible,
.seller-panel select:focus-visible,
.seller-panel textarea:focus-visible {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18), 0 8px 22px rgba(31, 41, 55, 0.08);
    outline: none;
}

.seller-toggle-line {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    column-gap: 12px;
    row-gap: 4px;
}

.seller-toggle-line input {
    grid-column: 1;
    grid-row: 1;
    margin: 1px 0 0;
}

.seller-toggle-line > span {
    grid-column: 2;
    grid-row: 1;
}

.seller-toggle-line small {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
}

.seller-toggle-line.compact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.seller-toggle-line.compact input {
    margin: 0;
}

.working-hour-row {
    grid-template-columns: 166px repeat(4, minmax(132px, 1fr));
    align-items: center;
    min-height: 82px;
    border: 1.5px solid #d1d5db;
    border-left: 4px solid #22c55e;
    background: #ffffff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.working-hour-row:focus-within,
.seller-service-row:focus-within,
.seller-holiday-row:focus-within {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14), 0 12px 30px rgba(31, 41, 55, 0.08);
}

.weekday-toggle {
    min-height: 44px;
    margin-top: 17px;
}

.seller-service-row,
.seller-holiday-row {
    position: relative;
    align-items: end;
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    transition: opacity 0.26s ease, transform 0.26s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.seller-service-row {
    grid-template-columns: minmax(220px, 1.4fr) minmax(140px, 0.7fr) 92px 44px;
}

.seller-holiday-row {
    grid-template-columns: minmax(140px, 0.7fr) minmax(140px, 0.8fr) minmax(140px, 0.8fr) minmax(220px, 1.3fr) 44px;
}

.seller-service-row.is-removing,
.seller-holiday-row.is-removing {
    opacity: 0;
    transform: scale(0.98);
}

.seller-delete-row {
    position: relative;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    align-self: end;
    border: 1.5px solid rgba(239, 68, 68, 0.22);
    border-radius: 14px;
    background: #fff7f7;
    color: #ef4444;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.seller-delete-row:hover {
    border-color: rgba(239, 68, 68, 0.42);
    background: #fee2e2;
    transform: translateY(-1px);
}

.seller-delete-row:disabled {
    opacity: 0.58;
    cursor: wait;
}

.seller-delete-row.is-loading svg {
    opacity: 0;
}

.seller-delete-row.is-loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(239, 68, 68, 0.24);
    border-top-color: #ef4444;
    border-radius: 999px;
    animation: spin 0.7s linear infinite;
}

.seller-delete-row svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 1180px) {
    .seller-panel-header {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .seller-brand-side {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .seller-company-side {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .seller-tabs {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
    }

    .seller-hero-card {
        grid-template-columns: 132px minmax(0, 1fr);
    }

    .seller-preview-logo {
        width: 122px;
        height: 122px;
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        justify-items: start;
    }

    .seller-service-row,
    .seller-holiday-row {
        grid-template-columns: 1fr 1fr;
    }

    .seller-delete-row {
        grid-column: 1 / -1;
        justify-self: end;
    }
}

@media (max-width: 760px) {
    .seller-panel {
        background:
            radial-gradient(circle at 4% 0, rgba(220, 252, 231, 0.42), transparent 17rem),
            #ffffff;
    }

    .seller-panel-header {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: auto;
        padding: 14px 12px;
        gap: 12px;
        border-radius: 0 0 22px 22px;
    }

    .seller-brand-side img {
        width: 166px;
        max-width: 56vw;
    }

    .seller-config-button {
        width: 38px;
        min-width: 38px;
        height: 38px;
    }

    .top-logout {
        height: 38px;
        min-height: 38px;
        padding-inline: 14px;
    }

    .seller-tabs {
        width: 100%;
        min-height: 50px;
    }

    .seller-tabs a {
        min-height: 38px;
        font-size: 12px;
    }

    .seller-panel-body {
        width: min(100% - 18px, 1280px);
        padding-top: 14px;
    }

    .seller-hero-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 26px;
    }

    .seller-preview-logo {
        width: 84px;
        height: 84px;
        border-radius: 22px;
    }

    .seller-preview-logo img {
        padding: 7px;
    }

    .seller-hero-copy {
        align-self: center;
    }

    .seller-hero-copy h1 {
        font-size: clamp(24px, 7vw, 32px);
        line-height: 1.02;
    }

    .seller-hero-copy p {
        font-size: 13px;
        line-height: 1.42;
    }

    .seller-hero-actions {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
    }

    .seller-clock-card {
        grid-column: 1 / -1;
        margin-top: 2px;
    }

    .seller-clock-card strong {
        font-size: 26px;
    }

    .seller-card,
    .seller-save-bar {
        padding: 16px;
        border-radius: 24px;
    }

    .seller-card-header {
        align-items: flex-start;
    }

    .working-hours-head {
        display: none;
    }

    .working-hour-row {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        min-height: auto;
        padding: 14px;
    }

    .working-hour-row .weekday-toggle {
        grid-column: 1 / -1;
        min-height: auto;
        margin-top: 0;
    }

    .seller-service-row,
    .seller-holiday-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .seller-delete-row {
        width: 100%;
        height: 40px;
        border-radius: 999px;
    }

    .seller-toggle-line {
        align-items: start;
    }
}

@media (max-width: 430px) {
    .seller-panel-body {
        width: min(100% - 12px, 1280px);
    }

    .seller-brand-side img {
        width: 150px;
    }

    .seller-hero-card {
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 14px;
    }

    .seller-preview-logo {
        width: 76px;
        height: 76px;
    }

    .seller-public-link,
    .seller-copy-link {
        min-height: 40px;
        padding-inline: 8px;
        font-size: 11px;
    }

    .working-hour-row {
        grid-template-columns: 1fr;
    }
}

/* QA adjustments - menos verde, mais produto e mobile mais compacto */
.seller-panel {
    background: #ffffff;
}

.seller-panel-body {
    padding-top: 24px;
}

.seller-hero-card {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 68%, #f9fafb 100%);
    border-color: #d1d5db;
}

.seller-card,
.seller-save-bar {
    border-color: #d1d5db;
    box-shadow: 0 12px 34px rgba(31, 41, 55, 0.055);
}

.seller-card::before {
    height: 3px;
    background: linear-gradient(90deg, #22c55e 0%, #a7f3d0 52%, #374151 100%);
}

.seller-day-list,
.seller-calendar-card {
    min-height: 360px;
}

.seller-empty-board {
    min-height: 260px;
}

.seller-calendar-board {
    min-height: 260px;
}

.seller-add-button {
    min-width: fit-content;
    padding-inline: 18px;
    white-space: nowrap;
}

#seller-add-holiday {
    min-width: 176px;
}

#seller-settings-save {
    min-width: 176px;
    border: 0;
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
    white-space: nowrap;
}

.seller-service-row,
.seller-holiday-row,
.working-hour-row {
    box-shadow: none;
}

.seller-settings-grid .seller-card:nth-child(3),
.seller-settings-grid .seller-card:nth-child(4) {
    grid-column: 1 / -1;
}

.seller-settings-grid .seller-card:nth-child(3) .seller-card-header,
.seller-settings-grid .seller-card:nth-child(4) .seller-card-header {
    align-items: flex-start;
}

.seller-settings-grid .seller-card:nth-child(3) .seller-card-header > div,
.seller-settings-grid .seller-card:nth-child(4) .seller-card-header > div {
    max-width: 720px;
}

.seller-service-row[data-catalog-mode="service"],
.seller-service-row[data-catalog-mode="professional"] {
    grid-template-columns: minmax(240px, 1.4fr) minmax(138px, 0.55fr) minmax(150px, 0.55fr) minmax(104px, 0.25fr) 44px;
}

.seller-service-row .seller-toggle-line.compact {
    align-self: center;
    justify-self: center;
    min-height: 48px;
}

.seller-service-row .seller-delete-row {
    align-self: center;
}

.seller-holiday-row {
    grid-template-columns: minmax(150px, 0.6fr) minmax(160px, 0.65fr) minmax(160px, 0.65fr) minmax(260px, 1.3fr) 44px;
}

.seller-delete-row {
    width: 42px;
    min-width: 42px;
}

@media (max-width: 760px) {
    .seller-panel {
        background: #ffffff;
    }

    .seller-panel-body {
        width: min(100% - 14px, 1280px);
        padding-top: 12px;
    }

    .seller-hero-card {
        grid-template-columns: 98px minmax(0, 1fr);
        min-height: unset;
    }

    .seller-preview-logo {
        width: 90px;
        height: 90px;
    }

    .seller-day-list,
    .seller-calendar-card {
        min-height: unset;
    }

    .seller-day-list {
        padding-bottom: 28px;
    }

    .seller-day-appointments {
        min-height: 74px;
    }

    .seller-empty-board {
        min-height: 250px;
    }

    .working-hour-row {
        grid-template-columns: 1fr 1fr;
        padding: 13px;
    }

    .working-hour-row .weekday-toggle {
        grid-column: 1 / -1;
    }

    .seller-delete-row {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        justify-self: end;
    }

    .seller-service-row,
    .seller-holiday-row {
        padding: 13px;
    }
}

@media (max-width: 430px) {
    .seller-hero-card {
        grid-template-columns: 94px minmax(0, 1fr);
    }

    .seller-preview-logo {
        width: 86px;
        height: 86px;
    }

    .working-hour-row {
        grid-template-columns: 1fr 1fr;
    }

    .time-field select {
        min-width: 0;
    }
}

@media (max-width: 360px) {
    .working-hour-row {
        grid-template-columns: 1fr;
    }
}

/* Agenda por serviço ou profissional */
.admin-working-hours-fieldset {
    display: grid;
    gap: 12px;
    margin: 4px 0 20px;
    padding: 0;
    border: 0;
}

.admin-working-hours-fieldset legend {
    color: var(--jm-graphite-900);
    font-size: 16px;
    font-weight: 600;
}

.admin-working-hours-fieldset > p {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.5;
}

.admin-working-hours {
    display: grid;
    gap: 8px;
}

.admin-working-hour-row {
    display: grid;
    grid-template-columns: minmax(150px, 1.2fr) repeat(4, minmax(112px, 1fr));
    align-items: end;
    gap: 8px;
    border: 1px solid var(--jm-gray-300);
    border-left: 4px solid var(--jm-primary-500);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    padding: 12px;
}

.admin-working-hour-row.is-closed {
    border-left-color: var(--jm-gray-300);
    background: var(--jm-gray-100);
}

.admin-working-day {
    display: grid;
    gap: 4px;
    align-self: center;
}

.admin-working-day label {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    color: var(--jm-graphite-900);
    font-weight: 600;
}

.admin-working-day input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--jm-primary-600);
}

.admin-working-day small,
.admin-working-time span {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 500;
}

.admin-working-time {
    display: grid;
    gap: 6px;
}

.admin-working-time input {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    padding: 0 10px;
    font: inherit;
}

.admin-working-time input:focus-visible {
    border-color: var(--jm-primary-500);
    outline: 3px solid var(--jm-primary-100);
    outline-offset: 1px;
}

@media (max-width: 1080px) {
    .admin-working-hour-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-working-day {
        grid-column: 1 / -1;
    }
}

@media (max-width: 620px) {
    .admin-working-hour-row {
        grid-template-columns: 1fr;
    }
}

.seller-professional-filter {
    display: grid;
    min-width: 210px;
    gap: 4px;
    color: var(--jm-graphite-700);
    font-size: 12px;
}

.seller-professional-filter[hidden] {
    display: none;
}

.seller-professional-filter select {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    padding: 0 36px 0 12px;
    font: inherit;
}

.seller-scheduling-mode {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 4px 0 24px;
    padding: 0;
    border: 0;
}

.seller-scheduling-mode legend {
    margin-bottom: 8px;
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 600;
}

.seller-scheduling-mode label {
    display: flex;
    min-height: 72px;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    background: var(--jm-white);
    padding: 14px;
    cursor: pointer;
}

.seller-scheduling-mode label:has(input:checked) {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
    box-shadow: 0 0 0 3px var(--jm-primary-100);
}

.seller-scheduling-mode label:focus-within,
.seller-professional-filter select:focus-visible {
    border-color: var(--jm-primary-500);
    outline: 3px solid var(--jm-primary-100);
    outline-offset: 2px;
}

.seller-scheduling-mode input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 1px 0 0;
    accent-color: var(--jm-primary-600);
}

.seller-scheduling-mode label > span {
    display: grid;
    gap: 4px;
}

.seller-scheduling-mode strong {
    color: var(--jm-graphite-900);
    font-size: 14px;
}

.seller-scheduling-mode small {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.seller-mode-status {
    width: fit-content;
    border-radius: var(--jm-radius-pill);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-500);
    padding: 4px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.seller-mode-status.active {
    background: var(--jm-primary-100);
    color: var(--jm-primary-600);
}

.seller-mode-explanation {
    margin: -12px 0 24px;
    border-left: 4px solid var(--jm-primary-500);
    border-radius: var(--jm-radius-sm);
    background: var(--jm-primary-50);
    color: var(--jm-graphite-700);
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.seller-catalog-header {
    padding-top: 20px;
    border-top: 1px solid var(--jm-gray-300);
}

.seller-catalog-header h3 {
    margin: 0 0 6px;
    color: var(--jm-graphite-900);
    font-size: 18px;
}

.booking-locked-selection {
    display: grid;
    gap: 6px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
    padding: 12px 14px;
}

.booking-locked-selection strong {
    overflow-wrap: anywhere;
    color: var(--jm-graphite-900);
    font-size: 16px;
}

.booking-locked-selection small {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 760px) {
    .seller-professional-filter {
        width: 100%;
    }

    .seller-scheduling-mode {
        grid-template-columns: 1fr;
    }

    .seller-catalog-header {
        align-items: stretch;
    }

    .seller-catalog-header .seller-add-button {
        width: 100%;
    }
}

/* Seller logo must occupy the full rounded tile */
.seller-preview-logo {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}

.seller-preview-logo img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: inherit;
    object-fit: cover;
    object-position: center;
}

.seller-panel::before,
.seller-panel::after {
    display: none !important;
}

/* Admin visual alignment with Seller Panel */
.admin-shell {
    min-height: 100vh;
    background: #ffffff;
    color: #1f2937;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: center;
    min-height: 84px;
    padding: 16px clamp(18px, 3vw, 34px);
    border-bottom: 1px solid #d1d5db;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 34px rgba(31, 41, 55, 0.08);
    backdrop-filter: blur(18px);
}

.admin-brand {
    display: flex;
    align-items: center;
}

.admin-brand img {
    display: block;
    width: min(100%, 222px);
    height: auto;
}

.admin-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    width: min(100%, 430px);
    min-height: 54px;
    padding: 5px;
    border: 2px solid #22c55e;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(31, 41, 55, 0.08);
}

.admin-tabs a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #374151;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.admin-tabs a.active {
    background: #374151;
    color: #ffffff;
    box-shadow: 0 9px 24px rgba(55, 65, 81, 0.28);
    transform: translateY(-1px);
}

.admin-workspace {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    gap: 0;
}

.admin-sidebar {
    border-right: 1px solid #d1d5db;
    background: #ffffff;
}

.admin-sidebar a {
    border-radius: 999px;
    color: #374151;
    font-weight: 650;
}

.admin-sidebar a.active {
    background: #dcfce7;
    color: #1f2937;
}

.admin-content {
    width: min(100% - 36px, 1280px);
    padding-top: 24px;
}

.admin-view:not([hidden]) {
    animation: sellerViewIn 0.26s ease both;
}

.page-heading {
    align-items: center;
    margin-bottom: 18px;
}

.page-heading h1 {
    color: #1f2937;
    letter-spacing: -0.045em;
}

.admin-card {
    border: 1.5px solid #d1d5db;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 12px 34px rgba(31, 41, 55, 0.055);
}

.admin-card::before {
    height: 3px;
    background: linear-gradient(90deg, #22c55e 0%, #a7f3d0 52%, #374151 100%);
}

.admin-shell input,
.admin-shell select,
.admin-shell textarea {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-shell input:hover,
.admin-shell select:hover,
.admin-shell textarea:hover {
    border-color: #9ca3af;
}

.admin-shell input:focus,
.admin-shell select:focus,
.admin-shell textarea:focus,
.admin-shell input:focus-visible,
.admin-shell select:focus-visible,
.admin-shell textarea:focus-visible {
    border-color: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.18), 0 8px 22px rgba(31, 41, 55, 0.08);
    outline: none;
}

.admin-shell .primary-button,
.admin-shell #seller-save,
.admin-shell #seller-search-button {
    border: 0;
    background: #16a34a;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(22, 163, 74, 0.18);
    white-space: nowrap;
}

.admin-shell .secondary-button {
    border: 1.5px solid #d1d5db;
    background: #ffffff;
    color: #374151;
}

.admin-shell .primary-button,
.admin-shell .secondary-button {
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.admin-shell .primary-button:hover,
.admin-shell .secondary-button:hover {
    transform: translateY(-1px);
}

@media (max-width: 1080px) {
    .admin-topbar {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .admin-brand {
        justify-self: start;
    }

    .admin-tabs {
        justify-self: center;
    }

    .admin-workspace {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .admin-topbar {
        position: static;
        min-height: auto;
        padding: 14px 12px;
        border-radius: 0 0 22px 22px;
    }

    .admin-brand img {
        width: 166px;
        max-width: 56vw;
    }

    .admin-tabs {
        width: 100%;
        min-height: 50px;
    }

    .admin-tabs a {
        min-height: 38px;
        font-size: 12px;
    }

    .admin-content {
        width: min(100% - 14px, 1280px);
        padding-top: 12px;
    }

    .admin-card {
        border-radius: 24px;
    }
}

/* Public Vitrine */
.public-vitrine {
    min-height: 100vh;
    padding: 18px clamp(14px, 4vw, 42px) 42px;
    background:
        radial-gradient(circle at 8% 0, rgba(220, 252, 231, 0.9), transparent 22rem),
        radial-gradient(circle at 92% 8%, rgba(167, 243, 208, 0.44), transparent 26rem),
        #ffffff;
    color: #1f2937;
}

.public-vitrine-header {
    display: flex;
    width: min(100%, 1180px);
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0 auto 20px;
}

.public-jamarca-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.public-jamarca-brand img {
    width: min(210px, 48vw);
    height: auto;
}

.public-brand-bubble {
    max-width: 360px;
    padding: 11px 15px;
    border: 1.5px solid #d1d5db;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 30px rgba(31, 41, 55, 0.08);
    color: #374151;
    font-size: 13px;
    font-weight: 650;
}

.public-brand-bubble.pulse {
    animation: brandBubblePulse 0.52s ease;
}

.public-hero,
.public-schedule-card,
.public-empty-card,
.public-error-card {
    width: min(100%, 1180px);
    margin-inline: auto;
}

.public-hero {
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr);
    gap: clamp(18px, 4vw, 34px);
    align-items: center;
    padding: clamp(20px, 4vw, 40px);
    border: 1.5px solid #d1d5db;
    border-radius: 34px;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 62%, #f0fdf4 100%);
    box-shadow: 0 18px 55px rgba(31, 41, 55, 0.08);
}

.public-seller-logo {
    display: grid;
    width: 140px;
    height: 140px;
    place-items: center;
    overflow: hidden;
    border: 1.5px solid #d1d5db;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(31, 41, 55, 0.08);
}

.public-seller-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-seller-logo span {
    color: #22c55e;
    font-size: 52px;
    font-weight: 800;
}

.public-eyebrow {
    margin-bottom: 6px;
    color: #16a34a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.public-hero h1 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(42px, 8vw, 82px);
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.public-hero p:not(.public-eyebrow) {
    max-width: 720px;
    color: #64748b;
    font-size: clamp(16px, 2vw, 19px);
}

.public-seller-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
}

.public-seller-line strong,
.public-seller-line span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    border-radius: 999px;
    padding: 0 13px;
    font-size: 13px;
}

.public-seller-line strong {
    background: #1f2937;
    color: #ffffff;
}

.public-seller-line span {
    background: #dcfce7;
    color: #374151;
    font-weight: 700;
}

.public-schedule-card,
.public-empty-card,
.public-error-card {
    margin-top: 18px;
    padding: clamp(18px, 3vw, 28px);
    border: 1.5px solid #d1d5db;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 14px 44px rgba(31, 41, 55, 0.06);
}

.public-section-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.public-section-heading h2 {
    margin: 0;
    font-size: clamp(25px, 3vw, 34px);
    letter-spacing: -0.04em;
}

.public-section-heading > span {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border-radius: 999px;
    padding: 0 14px;
    background: #dcfce7;
    color: #16a34a;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.public-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.public-filters button {
    min-height: 40px;
    flex: 0 0 auto;
    border: 1.5px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    padding: 0 14px;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.public-filters button.active {
    border-color: #22c55e;
    background: #1f2937;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(31, 41, 55, 0.18);
}

.public-service-filter {
    max-width: 420px;
    margin: 12px 0 18px;
}

.public-service-filter select,
.public-booking-dialog input,
.public-booking-dialog select {
    min-height: 48px;
    border: 1.5px solid #d1d5db;
    border-radius: 16px;
}

.public-week-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(130px, 1fr));
    gap: 12px;
}

.public-day-card {
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 190px;
    padding: 14px;
    border: 1.5px solid #d1d5db;
    border-radius: 24px;
    background: #ffffff;
}

.public-day-card header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.public-day-card header span {
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.public-day-card header strong {
    color: #1f2937;
    font-size: 17px;
}

.public-slot-list {
    display: grid;
    gap: 8px;
}

.public-slot {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1.5px solid #d1d5db;
    border-radius: 16px;
    background: #f8fafc;
    color: #1f2937;
    padding: 0 12px;
    cursor: pointer;
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.public-slot:hover {
    border-color: #22c55e;
    background: #f0fdf4;
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.12);
    transform: translateY(-1px);
}

.public-slot span {
    font-size: 16px;
    font-weight: 850;
}

.public-slot small {
    color: #64748b;
    font-size: 11px;
    font-weight: 750;
}

.public-no-slots {
    margin: 8px 0 0;
    color: #94a3b8;
    font-size: 13px;
}

.public-booking-modal,
.public-success {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
}

.public-booking-modal[hidden],
.public-success[hidden] {
    display: none;
}

.public-modal-backdrop,
.public-success::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(10px);
}

.public-booking-dialog,
.public-success-card {
    position: relative;
    z-index: 1;
    width: min(100%, 460px);
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.28);
    transform: translateY(12px) scale(0.97);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.public-booking-dialog {
    display: grid;
    gap: 14px;
    padding: 24px;
}

.public-booking-modal.show .public-booking-dialog,
.public-success.show .public-success-card,
.public-success-page .public-success-card {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.public-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    border-radius: var(--jm-radius-md);
    background: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
    color: var(--jm-error);
    cursor: pointer;
}

.public-modal-close:hover {
    border-color: var(--jm-error);
    background: color-mix(in srgb, var(--jm-error) 14%, var(--jm-white));
}

.public-modal-close:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    outline-offset: 3px;
}

.public-modal-close svg {
    width: 22px;
    height: 22px;
}

.public-modal-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-right: 58px;
}

.public-modal-heading img {
    width: 46px;
    height: 46px;
}

.public-modal-heading h2 {
    margin: 0;
    font-size: 25px;
}

.public-selected-slot {
    margin: 0;
    padding: 12px 14px;
    border-radius: 18px;
    background: #f0fdf4;
    color: #1f2937;
    font-weight: 800;
}

.public-confirm-button,
.public-success-card button,
.public-success-card a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    padding: 0 18px;
    font: inherit;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(22, 163, 74, 0.2);
}

.public-confirm-button.loading .button-text {
    opacity: 0;
}

.public-confirm-button .button-loader {
    position: absolute;
}

.public-success-card {
    display: grid;
    justify-items: center;
    gap: 10px;
    padding: 30px 24px;
    text-align: center;
}

.public-success-mark {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border-radius: 30px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    animation: successPop 0.7s cubic-bezier(.2, 1.4, .32, 1) both;
}

.public-success-mark img {
    width: 58px;
    height: 58px;
    filter: brightness(0) invert(1);
}

.public-success-card h2,
.public-success-card h1 {
    margin: 8px 0 0;
    color: #1f2937;
    font-size: clamp(30px, 6vw, 42px);
    letter-spacing: -0.05em;
}

.public-success-card p {
    margin: 0 0 10px;
    color: #374151;
    font-size: 17px;
    font-weight: 750;
}

.public-vitrine-confirmed {
    display: grid;
    align-content: start;
}

.public-success-page {
    position: static;
    min-height: calc(100vh - 120px);
}

.public-success-page::before {
    display: none;
}

.public-empty-card,
.public-error-card {
    text-align: center;
}

.public-empty-card img {
    width: 72px;
}

.public-error-card {
    border-color: rgba(239, 68, 68, 0.28);
    background: #fff7f7;
    color: #b91c1c;
    font-weight: 800;
}

@keyframes successPop {
    0% {
        opacity: 0;
        transform: scale(0.6) rotate(-8deg);
    }
    70% {
        opacity: 1;
        transform: scale(1.06) rotate(2deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes brandBubblePulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.035);
    }
}

@media (max-width: 980px) {
    .public-week-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .public-vitrine {
        padding: 14px 8px 28px;
    }

    .public-vitrine-header {
        display: grid;
        align-items: flex-start;
        justify-items: start;
    }

    .public-jamarca-brand img {
        width: 166px;
    }

    .public-brand-bubble {
        display: block;
        width: 100%;
        max-width: none;
        border-radius: 20px;
        font-size: 12px;
    }

    .public-hero {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 26px;
    }

    .public-seller-logo {
        width: 82px;
        height: 82px;
        border-radius: 22px;
    }

    .public-hero h1 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .public-hero p:not(.public-eyebrow) {
        font-size: 14px;
    }

    .public-seller-line {
        grid-column: 1 / -1;
    }

    .public-section-heading {
        display: grid;
    }

    .public-section-heading > span {
        justify-self: start;
    }

    .public-week-grid {
        grid-template-columns: 1fr;
    }

    .public-day-card {
        min-height: unset;
    }

    .public-slot-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-slot {
        display: grid;
        justify-content: stretch;
        text-align: center;
    }

    .public-booking-dialog {
        padding: 22px 18px;
        border-radius: 26px;
    }
}

/* Not found */
.not-found-page {
    min-height: 100vh;
    padding: clamp(18px, 4vw, 48px);
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 0 100%, rgba(220, 252, 231, 0.78), transparent 24rem),
        radial-gradient(circle at 100% 0, rgba(167, 243, 208, 0.36), transparent 28rem),
        #f7fbf8;
    color: #1f2937;
}

.not-found-card {
    position: relative;
    width: min(100%, 1810px);
    min-height: min(84vh, 980px);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(470px, 1fr) minmax(360px, 0.95fr);
    gap: clamp(22px, 3vw, 48px);
    align-items: center;
    padding: clamp(34px, 5vw, 76px);
    border: 5px solid #dfece4;
    border-radius: clamp(28px, 4vw, 58px);
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(31, 41, 55, 0.06);
}

.not-found-logo {
    position: absolute;
    top: clamp(30px, 5vw, 60px);
    left: clamp(34px, 5vw, 76px);
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.not-found-logo img {
    width: clamp(160px, 18vw, 260px);
    height: auto;
}

.not-found-copy {
    position: relative;
    z-index: 2;
    padding-top: clamp(70px, 8vw, 120px);
}

.not-found-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #1f2937;
    font-size: clamp(58px, 6.8vw, 100px);
    font-weight: 850;
    letter-spacing: -0.07em;
    line-height: 0.98;
}

.not-found-copy p {
    max-width: 720px;
    margin: clamp(24px, 2.5vw, 34px) 0 clamp(26px, 2.8vw, 40px);
    color: #1f2937;
    font-size: clamp(22px, 2.3vw, 34px);
    line-height: 1.35;
}

.not-found-button {
    display: inline-flex;
    min-width: min(100%, 380px);
    min-height: clamp(62px, 5vw, 82px);
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #22c55e;
    color: #ffffff;
    padding: 0 36px;
    font-size: clamp(22px, 2.3vw, 32px);
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(34, 197, 94, 0.22);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.not-found-button:hover {
    background: #16a34a;
    box-shadow: 0 22px 48px rgba(34, 197, 94, 0.28);
    transform: translateY(-2px);
}

.not-found-illustration {
    position: relative;
    min-height: clamp(430px, 47vw, 720px);
}

.not-found-code {
    position: absolute;
    top: 2%;
    left: 45%;
    color: rgba(34, 197, 94, 0.12);
    font-size: clamp(96px, 12vw, 170px);
    font-weight: 900;
    letter-spacing: -0.06em;
}

.not-found-dot {
    position: absolute;
    width: clamp(44px, 5vw, 88px);
    height: clamp(44px, 5vw, 88px);
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.1);
}

.not-found-dot.dot-one {
    top: 17%;
    left: 23%;
}

.not-found-dot.dot-two {
    top: 23%;
    right: 4%;
    background: rgba(34, 197, 94, 0.28);
}

.not-found-question {
    position: absolute;
    color: #22c55e;
    font-size: clamp(48px, 7vw, 78px);
    font-weight: 900;
    transform: rotate(-8deg);
}

.not-found-question.question-one {
    top: 33%;
    left: 30%;
}

.not-found-question.question-two {
    top: 33%;
    right: 6%;
    transform: rotate(9deg);
}

.not-found-mascot {
    position: absolute;
    right: 13%;
    bottom: 12%;
    width: clamp(260px, 30vw, 450px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.not-found-mascot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.not-found-mascot::after {
    position: absolute;
    right: 9%;
    bottom: -4%;
    left: 7%;
    height: 42px;
    border-radius: 999px;
    background: rgba(31, 41, 55, 0.1);
    content: "";
    filter: blur(1px);
}

.mascot-eye {
    position: absolute;
    top: 43%;
    width: 42px;
    height: 42px;
    border: 8px solid #1f2937;
    border-radius: 999px;
    background: #ffffff;
}

.mascot-eye::after {
    position: absolute;
    top: 9px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #1f2937;
    content: "";
}

.mascot-eye.left {
    left: 40%;
}

.mascot-eye.right {
    right: 27%;
}

.mascot-mouth {
    position: absolute;
    top: 58%;
    left: 52%;
    width: 88px;
    height: 34px;
    border-bottom: 9px solid #1f2937;
    border-radius: 0 0 999px 999px;
    transform: translateX(-50%) rotate(180deg);
}

.not-found-ticket {
    position: absolute;
    width: clamp(118px, 11vw, 178px);
    height: clamp(72px, 7vw, 108px);
    border: 3px solid #a7f3d0;
    border-radius: 20px;
    background: #f0fdf4;
    box-shadow: 0 14px 26px rgba(34, 197, 94, 0.12);
}

.not-found-ticket span,
.not-found-ticket strong {
    position: absolute;
    left: 20%;
    height: 8px;
    border-radius: 999px;
    background: #6b7280;
    content: "";
}

.not-found-ticket span {
    top: 34%;
    width: 54%;
    background: #22c55e;
}

.not-found-ticket strong {
    top: 56%;
    width: 62%;
}

.not-found-ticket i {
    position: absolute;
    right: 11%;
    bottom: 14%;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #22c55e;
}

.not-found-ticket i::after {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 9px;
    height: 5px;
    border-bottom: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    content: "";
    transform: rotate(-45deg);
}

.ticket-left {
    bottom: 26%;
    left: 17%;
    transform: rotate(-10deg);
}

.ticket-right {
    right: 1%;
    bottom: 28%;
    transform: rotate(11deg);
}

@media (max-width: 980px) {
    .not-found-card {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 98px;
    }

    .not-found-copy {
        padding-top: 0;
    }

    .not-found-illustration {
        min-height: 430px;
        margin-top: 18px;
    }

    .not-found-mascot {
        right: 12%;
    }
}

@media (max-width: 620px) {
    .not-found-page {
        padding: 12px;
    }

    .not-found-card {
        border-width: 3px;
        border-radius: 30px;
        padding: 86px 22px 28px;
    }

    .not-found-logo {
        top: 28px;
        left: 24px;
    }

    .not-found-copy h1 {
        font-size: clamp(46px, 15vw, 64px);
    }

    .not-found-copy p {
        font-size: 21px;
    }

    .not-found-button {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        font-size: 22px;
    }

    .not-found-illustration {
        min-height: 260px;
    }

    .not-found-code {
        left: 48%;
        font-size: 92px;
    }

    .not-found-mascot {
        right: 9%;
        bottom: 6%;
        width: 250px;
    }

    .mascot-eye {
        width: 26px;
        height: 26px;
        border-width: 5px;
    }

    .mascot-eye::after {
        top: 5px;
        left: 8px;
        width: 7px;
        height: 7px;
    }

    .mascot-mouth {
        width: 56px;
        height: 22px;
        border-bottom-width: 6px;
    }
}

/* Public Vitrine refinement: shared JaMarca header, branded picker and mobile-first form */
.booking-experience-header {
    min-height: 84px;
    height: auto;
    border-bottom: 1px solid var(--jm-gray-300);
    background: rgba(255, 255, 255, 0.94);
    padding: 14px max(28px, calc((100vw - 1240px) / 2 + 28px));
    box-shadow: 0 10px 34px rgba(31, 41, 55, 0.08);
}

.booking-brand {
    width: 222px;
    min-width: 0;
}

.booking-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.booking-service-note {
    margin-top: 10px;
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.booking-seller-body h2:first-child {
    margin-top: 0;
}

.booking-service-picker {
    position: relative;
    min-width: 0;
}

.booking-service-trigger {
    display: grid;
    width: 100%;
    min-height: 60px;
    grid-template-columns: minmax(0, 1fr) 22px;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--jm-gray-300);
    border-radius: 18px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    padding: 0 16px;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 6px 17px rgba(31, 41, 55, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.booking-service-trigger span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.booking-service-trigger svg {
    width: 20px;
    transition: transform 0.18s ease;
}

.booking-service-trigger:hover,
.booking-service-trigger:focus-visible,
.booking-service-picker.open .booking-service-trigger {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 3px var(--jm-primary-100);
}

.booking-service-picker.open .booking-service-trigger svg {
    transform: rotate(180deg);
}

.booking-service-picker.field-invalid .booking-service-trigger,
.booking-service-trigger[aria-invalid="true"] {
    border-color: var(--jm-error);
    background: var(--danger-soft);
    box-shadow: 0 0 0 3px var(--danger-soft);
}

.booking-service-options {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    background: var(--jm-white);
    padding: 6px;
    box-shadow: 0 20px 42px rgba(31, 41, 55, 0.16);
}

.booking-service-options[hidden] {
    display: none;
}

.booking-service-option {
    display: grid;
    width: 100%;
    min-height: 52px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 0;
    border-radius: var(--jm-radius-md);
    background: transparent;
    color: var(--jm-graphite-900);
    padding: 10px 12px;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.booking-service-option + .booking-service-option {
    margin-top: 2px;
}

.booking-service-option span {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 14px;
    font-weight: 600;
}

.booking-service-option small {
    border-radius: var(--jm-radius-pill);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    padding: 5px 8px;
    font-size: 12px;
    white-space: nowrap;
}

.booking-service-option.has-price {
    grid-template-columns: minmax(0, 1fr) auto auto;
}

.booking-service-option .booking-service-price {
    color: var(--jm-graphite-900);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.booking-service-option:hover,
.booking-service-option:focus-visible {
    background: var(--jm-primary-50);
    outline: 0;
}

.booking-service-option.selected {
    background: var(--jm-primary-100);
    color: var(--jm-graphite-900);
}

.booking-service-option.selected small {
    background: var(--jm-primary-500);
    color: var(--jm-graphite-900);
}

.booking-field-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--jm-graphite-900);
    font-weight: 600;
}

.booking-field-label svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--jm-primary-600);
}

.booking-modal-form input,
.booking-modal-form select {
    min-width: 0;
    min-height: 48px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    padding: 0 14px;
    font: inherit;
}

.booking-modal-form input:focus,
.booking-modal-form select:focus {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 3px var(--jm-primary-100);
}

.booking-modal-form input.field-invalid,
.booking-modal-form input[aria-invalid="true"] {
    border-color: var(--jm-error);
    background: #fffafa;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.booking-field-error {
    display: block;
    margin-top: 2px;
    color: var(--jm-error);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.booking-field-error[hidden] {
    display: none;
}

.booking-messaging-consent {
    display: grid;
    min-height: 44px;
    gap: 6px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
    padding: 10px 12px;
    cursor: pointer;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.booking-messaging-consent:hover,
.booking-messaging-consent:has(input:checked) {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
}

.booking-messaging-consent:has(input:focus-visible) {
    border-color: var(--jm-primary-500);
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 2px;
}

.booking-messaging-consent-main {
    display: grid;
    min-height: 44px;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    color: var(--jm-graphite-900);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}

.booking-modal-form .booking-messaging-consent input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    accent-color: var(--jm-primary-600);
}

.booking-modal-form .booking-messaging-consent input[type="checkbox"]:focus-visible {
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 3px;
    box-shadow: none;
}

.booking-messaging-consent > small {
    color: var(--jm-graphite-500);
    padding-left: 34px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}

.public-copy-toast {
    position: fixed;
    z-index: 90;
    top: 50%;
    left: 50%;
    display: flex;
    width: min(336px, calc(100vw - 24px));
    height: 76px;
    align-items: center;
    justify-content: center;
    gap: 13px;
    overflow: hidden;
    border: 1px solid rgba(39, 116, 240, .22);
    border-radius: 20px;
    padding: 15px 20px;
    background: rgba(224, 237, 255, .88);
    color: #175bc6;
    box-shadow: 0 18px 44px rgba(23, 91, 198, .16);
    backdrop-filter: blur(14px) saturate(115%);
    opacity: 0;
    transform: translate(-50%, -50%) translateY(12px) scale(.94);
    will-change: transform, opacity;
}

.public-copy-toast::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(110deg, transparent 10%, rgba(255, 255, 255, .52) 45%, transparent 75%);
    transform: translateX(-120%);
    pointer-events: none;
}

.public-copy-toast[hidden] {
    display: none;
}

.public-copy-toast.show {
    animation: public-copy-toast-shell 2.65s cubic-bezier(.22, .8, .22, 1) both;
}

.public-copy-toast.show::after {
    animation: public-copy-toast-sheen 2.65s ease both;
}

.public-copy-toast-animation {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 42px;
    flex: 0 0 52px;
}

.public-copy-toast-chain {
    position: absolute;
    top: 10px;
    width: 31px;
    height: 17px;
    color: #175bc6;
    opacity: 0;
}

.public-copy-toast-chain-left {
    left: 0;
    transform: translateX(-16px) rotate(-28deg);
}

.public-copy-toast-chain-right {
    right: 0;
    transform: translateX(16px) rotate(-28deg);
}

.public-copy-toast.show .public-copy-toast-chain-left {
    animation: public-copy-toast-chain-left 2.65s cubic-bezier(.22, .84, .28, 1) both;
}

.public-copy-toast.show .public-copy-toast-chain-right {
    animation: public-copy-toast-chain-right 2.65s cubic-bezier(.22, .84, .28, 1) both;
}

.public-copy-toast-spark {
    position: absolute;
    top: 1px;
    left: 25px;
    width: 3px;
    height: 7px;
    border-radius: var(--jm-radius-pill);
    background: #175bc6;
    box-shadow: -10px 5px 0 -1px #175bc6, 10px 5px 0 -1px #175bc6;
    opacity: 0;
    transform: scale(.4);
}

.public-copy-toast.show .public-copy-toast-spark {
    animation: public-copy-toast-spark 2.65s ease both;
}

.public-copy-toast-check {
    position: absolute;
    top: 5px;
    left: 10px;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    background: #2774f0;
    color: var(--jm-white);
    opacity: 0;
    transform: scale(.55) rotate(-8deg);
}

.public-copy-toast-check svg {
    width: 19px;
    height: 19px;
}

.public-copy-toast-check path {
    stroke-dasharray: 24;
    stroke-dashoffset: 24;
}

.public-copy-toast.show .public-copy-toast-check {
    animation: public-copy-toast-check-in 2.65s cubic-bezier(.2, .9, .25, 1.25) both;
}

.public-copy-toast.show .public-copy-toast-check path {
    animation: public-copy-toast-check-draw 2.65s ease both;
}

.public-copy-toast-text {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
    opacity: 0;
    transform: translateX(-8px);
}

.public-copy-toast.show .public-copy-toast-text {
    animation: public-copy-toast-text-in 2.65s cubic-bezier(.22, .75, .24, 1) both;
}

@keyframes public-copy-toast-shell {
    0% { opacity: 0; transform: translate(-50%, -50%) translateY(14px) scale(.94); }
    10%, 82% { opacity: 1; transform: translate(-50%, -50%) translateY(0) scale(1); }
    88% { opacity: 1; transform: translate(-50%, -50%) translateY(-2px) scale(1); }
    100% { opacity: 0; transform: translate(-50%, -50%) translateY(-10px) scale(.97); }
}

@keyframes public-copy-toast-sheen {
    0%, 25% { transform: translateX(-120%); }
    52%, 100% { transform: translateX(125%); }
}

@keyframes public-copy-toast-chain-left {
    0%, 5% { opacity: 0; transform: translateX(-16px) rotate(-28deg); }
    13% { opacity: 1; }
    28%, 35% { opacity: 1; transform: translateX(6px) rotate(-28deg); }
    43%, 100% { opacity: 0; transform: translateX(6px) rotate(-28deg) scale(.88); }
}

@keyframes public-copy-toast-chain-right {
    0%, 5% { opacity: 0; transform: translateX(16px) rotate(-28deg); }
    13% { opacity: 1; }
    28%, 35% { opacity: 1; transform: translateX(-6px) rotate(-28deg); }
    43%, 100% { opacity: 0; transform: translateX(-6px) rotate(-28deg) scale(.88); }
}

@keyframes public-copy-toast-spark {
    0%, 25% { opacity: 0; transform: scale(.4); }
    31% { opacity: 1; transform: scale(1); }
    40%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes public-copy-toast-check-in {
    0%, 35% { opacity: 0; transform: scale(.55) rotate(-8deg); }
    48%, 100% { opacity: 1; transform: scale(1) rotate(0); }
}

@keyframes public-copy-toast-check-draw {
    0%, 39% { stroke-dashoffset: 24; }
    54%, 100% { stroke-dashoffset: 0; }
}

@keyframes public-copy-toast-text-in {
    0%, 39% { opacity: 0; transform: translateX(-8px); }
    52%, 100% { opacity: 1; transform: translateX(0); }
}

@media (max-width: 620px) {
    .booking-experience-header {
        min-height: 72px;
        padding: 12px 16px;
    }

    .booking-brand img {
        width: 100%;
        height: auto;
    }

    .booking-brand {
        width: 168px;
    }

    .booking-share {
        width: 44px;
        height: 44px;
    }

    .booking-experience-grid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .booking-seller-card {
        margin-right: -16px;
        margin-left: -16px;
    }

    .booking-seller-hero {
        padding: 20px 18px 22px;
    }

    .booking-seller-profile {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
    }

    .booking-seller-logo {
        width: 86px;
        height: 86px;
        border-radius: 24px;
    }

    .booking-seller-profile h1 {
        font-size: clamp(22px, 7vw, 27px);
        line-height: 1.08;
    }

    .booking-seller-profile p,
    .booking-service-note {
        overflow-wrap: anywhere;
        font-size: 12px;
        line-height: 1.45;
    }

    .booking-panel-card {
        padding: 22px 16px 104px;
    }

    .booking-panel-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .booking-panel-head h2 {
        font-size: 24px;
        line-height: 1.12;
    }

    .booking-panel-head p {
        max-width: 24ch;
        line-height: 1.45;
    }

    .booking-service-trigger {
        min-height: 56px;
        font-size: 13px;
    }

    .booking-time-head {
        display: grid;
        gap: 10px;
    }

    .booking-periods {
        width: 100%;
    }

    .booking-periods button {
        min-width: 0;
        flex: 1;
        min-height: 36px;
        padding: 0 8px;
    }

    .booking-week {
        display: flex;
        overflow-x: auto;
        padding: 2px 1px 8px;
        scrollbar-width: none;
    }

    .booking-week::-webkit-scrollbar {
        display: none;
    }

    .booking-day {
        min-width: 58px;
        flex: 1 0 58px;
    }

    .public-booking-modal {
        align-items: end;
        padding: 0;
    }

    .public-booking-dialog {
        width: 100%;
        max-height: min(92dvh, 760px);
        overflow-y: auto;
        border-radius: 24px 24px 0 0;
        padding: 24px 18px max(24px, env(safe-area-inset-bottom));
    }

    .public-modal-heading {
        padding-right: 58px;
    }

    .public-modal-heading img {
        width: 42px;
        height: 42px;
    }

    .public-modal-heading h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    .public-selected-slot {
        overflow-wrap: anywhere;
        font-size: 14px;
        line-height: 1.4;
    }

    .public-copy-toast {
        width: min(330px, calc(100vw - 24px));
        height: 72px;
        gap: 11px;
        border-radius: 18px;
        padding: 13px 16px;
        text-align: center;
    }

    .public-copy-toast-text {
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-copy-toast.show {
        animation: public-copy-toast-reduced 2.4s ease both;
    }

    .public-copy-toast.show::after,
    .public-copy-toast.show .public-copy-toast-chain,
    .public-copy-toast.show .public-copy-toast-spark {
        animation: none;
        opacity: 0;
    }

    .public-copy-toast.show .public-copy-toast-check {
        animation: none;
        opacity: 1;
        transform: scale(1);
    }

    .public-copy-toast.show .public-copy-toast-check path {
        animation: none;
        stroke-dashoffset: 0;
    }

    .public-copy-toast.show .public-copy-toast-text {
        animation: none;
        opacity: 1;
        transform: none;
    }

    @keyframes public-copy-toast-reduced {
        0%, 100% { opacity: 0; transform: translate(-50%, -50%); }
        8%, 88% { opacity: 1; transform: translate(-50%, -50%); }
    }
}

@media (max-width: 370px) {
    .booking-brand img {
        width: 100%;
    }

    .booking-brand {
        width: 150px;
    }

    .booking-seller-profile {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
    }

    .booking-seller-logo {
        width: 76px;
        height: 76px;
        border-radius: 21px;
    }

    .booking-panel-head {
        grid-template-columns: 1fr;
    }

    .booking-count {
        justify-self: start;
    }
}

/* Fidelidade ao protótipo aprovado da Vitrine pública */
.public-booking-experience {
    --channel-instagram: #c13584;
    --channel-tiktok: #111827;
    --channel-whatsapp: var(--jm-primary-600);
    display: block;
    min-height: 100dvh;
    overflow-x: hidden;
    overflow-y: visible;
    background:
        radial-gradient(circle at 100% 0, rgba(167, 243, 208, .34), transparent 28rem),
        linear-gradient(180deg, var(--jm-white) 0, #f8faf9 42rem, var(--jm-white) 100%);
    color: var(--jm-graphite-900);
    -webkit-font-smoothing: antialiased;
}

.public-booking-experience .booking-experience-header {
    width: min(100%, 1180px);
    min-height: 64px;
    height: auto;
    margin: 0 auto;
    border: 0;
    background: transparent;
    padding: 0 16px;
    box-shadow: none;
    backdrop-filter: none;
}

.public-booking-experience .booking-brand {
    min-height: 44px;
}

.public-booking-experience .booking-brand img {
    display: block;
    width: 124px;
    height: auto;
}

.public-booking-experience .booking-share {
    border-color: color-mix(in srgb, var(--jm-info) 30%, transparent);
    background: color-mix(in srgb, var(--jm-info) 10%, transparent);
    color: var(--jm-info);
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.public-booking-experience .booking-share:hover {
    background: color-mix(in srgb, var(--jm-info) 16%, transparent);
    box-shadow: 0 8px 22px rgba(31, 41, 55, .12);
    transform: translateY(-1px);
}

.public-booking-experience .booking-share:active {
    transform: translateY(0);
}

.public-booking-experience .booking-share:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 38%, transparent);
    outline-offset: 3px;
}

.public-booking-experience .booking-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.public-booking-experience .booking-secure {
    display: none;
    align-items: center;
    gap: 6px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 600;
}

.public-booking-experience .booking-share {
    display: grid;
    width: 44px;
    height: 44px;
    min-width: 44px;
    place-items: center;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: rgba(255, 255, 255, .88);
    color: var(--jm-graphite-900);
    box-shadow: none;
}

.public-booking-experience .booking-experience-grid {
    display: grid;
    width: min(100%, 1180px);
    max-width: 1180px;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin: 0 auto;
    padding: 0 16px 120px;
}

.public-booking-experience .booking-seller-card,
.public-booking-experience .booking-panel-card {
    overflow: hidden;
    border: 1px solid rgba(209, 213, 219, .75);
    border-radius: var(--jm-radius-xl);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 44px rgba(31, 41, 55, .08);
}

.public-booking-experience .booking-seller-card {
    margin: 0;
}

.public-booking-experience .booking-seller-hero {
    overflow: visible;
    border: 0;
    background: transparent;
    padding: 20px;
}

.public-booking-experience .booking-seller-hero::before {
    display: none;
}

.public-booking-experience .booking-seller-profile {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
}

.public-booking-experience .booking-seller-logo {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    background: var(--jm-gray-100);
    box-shadow: 0 8px 22px rgba(31, 41, 55, .15);
}

.public-booking-experience .booking-seller-profile h1 {
    margin: 0 0 8px;
    color: var(--jm-graphite-900);
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.public-booking-experience .booking-seller-bio {
    margin: 20px 0 0;
    border-top: 1px solid var(--jm-gray-100);
    color: var(--jm-graphite-700);
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.55;
}

.public-booking-experience .booking-seller-body {
    display: flex;
    gap: 18px;
    padding: 0 20px 20px;
}

.public-booking-experience .booking-seller-channels {
    display: grid;
    gap: 18px;
}

.public-booking-experience .booking-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.public-booking-experience .booking-channel {
    min-height: 68px;
    gap: 10px;
    border-radius: var(--jm-radius-lg);
    padding: 11px 12px;
    box-shadow: none;
}

.public-booking-experience .booking-channel.wide {
    grid-column: 1 / -1;
}

.public-booking-experience .booking-channel-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: var(--jm-radius-md);
}

.public-booking-experience .booking-channel.channel-location {
    border-color: rgba(59, 130, 246, .22);
    background: rgba(59, 130, 246, .045);
}

.public-booking-experience .booking-channel.channel-location .booking-channel-icon {
    background: rgba(59, 130, 246, .12);
    color: var(--jm-info);
}

.public-booking-experience .booking-channel.channel-site {
    border-color: rgba(245, 158, 11, .24);
    background: rgba(245, 158, 11, .05);
}

.public-booking-experience .booking-channel.channel-site .booking-channel-icon {
    background: rgba(245, 158, 11, .14);
    color: var(--jm-warning);
}

.public-booking-experience .booking-channel.channel-instagram {
    border-color: rgba(193, 53, 132, .22);
    background: rgba(193, 53, 132, .045);
}

.public-booking-experience .booking-channel.channel-instagram .booking-channel-icon {
    background: rgba(193, 53, 132, .12);
    color: var(--channel-instagram);
}

.public-booking-experience .booking-channel.channel-tiktok {
    border-color: rgba(31, 41, 55, .2);
    background: rgba(31, 41, 55, .035);
}

.public-booking-experience .booking-channel.channel-tiktok .booking-channel-icon {
    background: rgba(31, 41, 55, .1);
    color: var(--channel-tiktok);
}

.public-booking-experience .booking-channel {
    min-height: 60px;
    align-items: center;
}

.public-booking-experience .booking-channel-copy {
    display: flex;
    min-width: 0;
    align-items: center;
}

.public-booking-experience .booking-channel-copy strong {
    font-size: 15px;
    line-height: 1.25;
}

.public-booking-experience .booking-calendar-navigation {
    gap: 6px;
}

.public-booking-experience .booking-month-select {
    min-width: 150px;
}

.public-booking-experience .booking-month-select select {
    border: 0;
    padding-right: 38px;
    padding-left: 14px;
    color: var(--jm-graphite-900);
    font-size: 13px;
    font-weight: 700;
}

.public-booking-experience .booking-periods button {
    min-height: 44px;
    height: auto;
    padding: 0 14px;
    font-size: 14px;
}

.public-booking-experience .booking-channel.channel-whatsapp {
    border-color: rgba(22, 163, 74, .24);
    background: rgba(22, 163, 74, .05);
}

.public-booking-experience .booking-channel.channel-whatsapp .booking-channel-icon {
    background: rgba(22, 163, 74, .13);
    color: var(--channel-whatsapp);
}

.public-booking-experience .booking-next-offer {
    width: 100%;
    min-height: 88px;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 12px;
    margin: 0;
    border: 0;
    border-radius: var(--jm-radius-lg);
    background: var(--jm-graphite-900);
    color: var(--jm-white);
    padding: 14px;
    box-shadow: 0 14px 28px rgba(31, 41, 55, .2);
}

.public-booking-experience .booking-next-offer-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: var(--jm-primary-500);
    color: var(--jm-graphite-900);
}

.public-booking-experience .booking-next-offer-icon svg {
    width: 21px;
    height: 21px;
}

.public-booking-experience .booking-next-offer small {
    color: var(--jm-secondary-300);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
}

.public-booking-experience .booking-next-offer strong {
    margin-top: 5px;
    color: var(--jm-white);
    font-size: 15px;
    line-height: 1.3;
}

.public-booking-experience .booking-offer-time {
    min-width: 0;
    border-radius: 0;
    background: transparent;
    color: var(--jm-white);
    padding: 0;
    box-shadow: none;
}

.public-booking-experience .booking-offer-time b {
    font-size: 22px;
}

.public-booking-experience .booking-offer-time span {
    display: none;
}

.public-booking-experience .booking-panel-card {
    padding: 20px 20px 104px;
}

@media (min-width: 720px) {
    .public-booking-experience .booking-experience-header {
        padding-inline: 24px;
    }

    .public-booking-experience .booking-secure {
        display: inline-flex;
    }

    .public-booking-experience .booking-experience-grid {
        padding-inline: 24px;
    }

    .public-booking-experience .booking-seller-hero,
    .public-booking-experience .booking-seller-body {
        padding-inline: 24px;
    }

    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .public-booking-experience .booking-seller-logo {
        width: 112px;
        height: 112px;
    }
}

@media (min-width: 980px) {
    .public-booking-experience .booking-experience-header {
        min-height: 72px;
    }

    .public-booking-experience .booking-experience-grid {
        grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
        align-items: start;
        gap: 24px;
        padding-top: 0;
        padding-bottom: 48px;
    }

    .public-booking-experience .booking-seller-hero {
        padding-top: 28px;
    }

    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 128px minmax(0, 1fr);
        gap: 20px;
    }

    .public-booking-experience .booking-seller-logo {
        width: 128px;
        height: 128px;
        border-radius: 28px;
    }

    .public-booking-experience .booking-channel.wide {
        grid-column: auto;
    }

    .public-booking-experience .booking-panel-card {
        position: sticky;
        top: 20px;
        padding: 28px;
    }
}

/* Navegação progressiva do calendário público, mantendo a janela real da API. */
.public-booking-experience .booking-date-head {
    align-items: center;
    gap: 12px;
}

.public-booking-experience .booking-calendar-navigation {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

.public-booking-experience .booking-calendar-arrow {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid transparent;
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.public-booking-experience .booking-calendar-arrow svg {
    width: 18px;
    height: 18px;
}

.public-booking-experience .booking-calendar-arrow:hover:not(:disabled) {
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.public-booking-experience .booking-calendar-arrow:active:not(:disabled) {
    transform: scale(.96);
}

.public-booking-experience .booking-calendar-arrow:disabled {
    opacity: .38;
    cursor: not-allowed;
}

.public-booking-experience .booking-month-select {
    position: relative;
    display: flex;
    min-width: 132px;
    height: 44px;
    align-items: center;
}

.public-booking-experience .booking-month-select select {
    width: 100%;
    height: 44px;
    appearance: none;
    border: 1px solid transparent;
    border-radius: var(--jm-radius-md);
    padding: 0 36px 0 12px;
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.public-booking-experience .booking-month-select select:disabled {
    cursor: default;
    opacity: 1;
}

.public-booking-experience .booking-month-select svg {
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    color: var(--jm-graphite-500);
}

.public-booking-experience .booking-calendar-arrow:focus-visible,
.public-booking-experience .booking-month-select select:focus-visible {
    outline: 3px solid var(--jm-primary-100);
    outline-offset: 2px;
    border-color: var(--jm-primary-500);
}

.public-booking-experience .booking-day {
    scroll-snap-align: start;
}

@media (max-width: 430px) {
    .public-booking-experience .booking-date-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-booking-experience .booking-calendar-navigation {
        width: 100%;
    }

    .public-booking-experience .booking-month-select {
        flex: 1 1 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-booking-experience .booking-calendar-arrow {
        transition: none;
    }
}

/* Contagem editorial da bio pública no Painel do Seller. */
.seller-panel .seller-biography-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-top: 6px;
}

.seller-panel .seller-biography-meta small {
    margin: 0;
}

.seller-panel .seller-biography-meta output {
    flex: 0 0 auto;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.seller-panel .seller-biography-meta output.at-limit {
    color: var(--jm-warning);
}

.seller-panel .seller-biography-meta output.over-limit {
    color: var(--jm-error);
}

.seller-panel .seller-logo-upload {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border: 1px dashed var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 16px;
    background: var(--jm-gray-100);
}

.seller-panel .seller-logo-upload > label {
    display: grid;
    min-width: 0;
    gap: 4px;
    margin: 0;
}

.seller-panel .seller-logo-upload > label strong {
    color: var(--jm-graphite-900);
    font-size: 13px;
}

.seller-panel .seller-logo-upload > label small {
    color: var(--jm-graphite-500);
    overflow-wrap: anywhere;
}

.seller-panel .seller-logo-upload input[type="file"] {
    width: min(100%, 390px);
    min-height: 44px;
    flex: 0 1 390px;
    padding: 5px;
    background: var(--jm-white);
    color: var(--jm-graphite-700);
    font-size: 12px;
}

.seller-panel .seller-logo-upload input[type="file"]::file-selector-button {
    min-height: 34px;
    margin-right: 10px;
    border: 1px solid var(--jm-primary-500);
    border-radius: var(--jm-radius-sm);
    padding: 0 12px;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 700px) {
    .seller-panel .seller-logo-upload {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .seller-panel .seller-logo-upload input[type="file"] {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 430px) {
    .seller-panel .seller-biography-meta {
        align-items: flex-end;
        flex-direction: column;
        gap: 4px;
    }
}

@media (max-width: 380px) {
    .public-booking-experience .booking-experience-header,
    .public-booking-experience .booking-experience-grid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .public-booking-experience .booking-seller-hero {
        padding: 16px;
    }

    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .public-booking-experience .booking-seller-logo {
        width: 82px;
        height: 82px;
        border-radius: 20px;
    }

    .public-booking-experience .booking-seller-body {
        padding-right: 16px;
        padding-left: 16px;
    }

    .public-booking-experience .booking-channel-grid {
        grid-template-columns: 1fr;
    }

    .public-booking-experience .booking-channel.wide {
        grid-column: auto;
    }

    .public-booking-experience .booking-next-offer {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .public-booking-experience .booking-next-offer-icon {
        width: 40px;
        height: 40px;
    }

    .public-booking-experience .booking-offer-time {
        display: none;
    }

    .public-booking-experience .booking-panel-card {
        padding: 18px 16px 104px;
    }
}

/* Public seller booking experience */
.public-booking-experience {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at calc(100% + 90px) -120px, rgba(34, 197, 94, 0.13), transparent 30rem),
        radial-gradient(circle at -90px calc(100% + 90px), rgba(167, 243, 208, 0.2), transparent 28rem),
        #f2f6f3;
    color: #1f2937;
}

.booking-experience-header {
    position: relative;
    z-index: 5;
    display: flex;
    height: 76px;
    flex: none;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 228, 220, 0.85);
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(18px);
    padding: 0 max(28px, calc((100vw - 1240px) / 2 + 28px));
}

.booking-brand,
.booking-header-actions,
.booking-secure,
.booking-seller-channels,
.booking-channel,
.booking-main-cta,
.booking-secure-icon,
.booking-confirm-icon {
    display: flex;
    align-items: center;
}

.booking-brand {
    gap: 10px;
    color: #1f2937;
    font-size: 24px;
    font-weight: 860;
    letter-spacing: -0.7px;
    text-decoration: none;
}

.booking-brand img {
    width: 31px;
    height: 31px;
}

.booking-brand strong {
    color: #22c55e;
}

.booking-header-actions {
    gap: 11px;
}

.booking-secure {
    gap: 7px;
    color: #5e6b63;
    font-size: 12px;
    font-weight: 720;
}

.booking-secure svg {
    width: 16px;
    color: #22c55e;
}

.booking-share {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid #e2e9e4;
    border-radius: 13px;
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 5px 16px rgba(31, 41, 55, 0.05);
    cursor: pointer;
}

.booking-share svg {
    width: 18px;
}

.booking-experience-grid {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    max-width: 1280px;
    flex: 1;
    min-height: 0;
    grid-template-columns: minmax(410px, 0.92fr) minmax(610px, 1.36fr);
    gap: 22px;
    margin: auto;
    padding: 24px 28px 28px;
}

.booking-seller-card,
.booking-panel-card {
    min-height: 0;
    overflow: hidden;
    border: 1px solid #e2e9e4;
    border-radius: 31px;
    background: #ffffff;
    box-shadow: 0 18px 55px rgba(31, 41, 55, 0.09);
}

.booking-seller-card {
    display: flex;
    flex-direction: column;
}

.booking-seller-hero {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-bottom: 1px solid #dcebe1;
    background: linear-gradient(145deg, #ffffff 0%, #f3fff6 52%, #ddf8e7 100%);
}

.booking-seller-hero::before {
    position: absolute;
    top: -200px;
    right: -150px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.25), transparent 67%);
    content: "";
}

.booking-seller-profile {
    position: relative;
    display: grid;
    grid-template-columns: 104px 1fr;
    gap: 17px;
    align-items: center;
}

.booking-seller-logo {
    display: grid;
    width: 104px;
    height: 104px;
    place-items: center;
    overflow: hidden;
    border-radius: 29px;
    background: linear-gradient(145deg, #1f2937, #374151);
    color: #a7f3d0;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(31, 41, 55, 0.14);
}

.booking-seller-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-seller-profile h1 {
    margin: 0 0 6px;
    color: #1f2937;
    font-size: 29px;
    letter-spacing: -0.9px;
}

.booking-seller-profile p {
    margin: 0;
    color: #637168;
    font-size: 13px;
    line-height: 1.45;
}

.booking-rating {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 760;
}

.booking-rating span {
    margin-right: 5px;
    color: #e9a919;
}

.booking-seller-channels {
    position: relative;
    flex-direction: column;
    gap: 8px;
    margin-top: 22px;
}

.booking-channel {
    width: 100%;
    min-height: 48px;
    gap: 11px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: rgba(255, 255, 255, 0.86);
    color: var(--jm-graphite-900);
    padding: 7px 11px 7px 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(31, 41, 55, 0.035);
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.booking-channel:hover,
.booking-channel:focus-visible {
    border-color: var(--jm-primary-500);
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.08);
    transform: translateY(-1px);
}

.booking-channel:focus-visible {
    outline: 3px solid var(--jm-primary-100);
    outline-offset: 2px;
}

.booking-channel.active {
    border-color: var(--jm-secondary-300);
    background: var(--jm-primary-50);
    color: var(--jm-graphite-900);
}

.booking-channel-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 10px;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.booking-channel.active .booking-channel-icon {
    background: var(--jm-primary-500);
    color: var(--jm-graphite-900);
}

.booking-channel-icon svg {
    width: 17px;
    height: 17px;
}

.booking-channel-label {
    flex: 1;
    min-width: 0;
}

.booking-channel-arrow {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    color: var(--jm-graphite-500);
}

.seller-public-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.seller-public-links-grid label:last-child {
    grid-column: 1 / -1;
}

.booking-seller-body {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
    padding: 22px 24px;
}

.booking-label {
    color: #088b40;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.booking-seller-body h2 {
    margin: 7px 0 8px;
    font-size: 25px;
    letter-spacing: -0.7px;
}

.booking-seller-body p {
    margin: 0 0 18px;
    color: #6f7b8c;
    font-size: 13px;
    line-height: 1.6;
}

.booking-benefits {
    display: grid;
    gap: 9px;
}

.booking-benefits div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 710;
}

.booking-benefits i {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 9px;
    background: #e8f9ef;
    color: #07883c;
    font-style: normal;
}

.booking-next-offer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    border: 1px solid #dceae1;
    border-radius: 23px;
    background: linear-gradient(135deg, #f8fffa, #e8f9ef);
    padding: 17px;
}

.booking-next-offer small {
    display: block;
    color: #07883c;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.booking-next-offer strong {
    display: block;
    margin-top: 5px;
    font-size: 21px;
}

.booking-next-offer p {
    margin: 4px 0 0;
    color: #587061;
    font-size: 10px;
}

.booking-offer-time {
    min-width: 95px;
    border-radius: 17px;
    background: #ffffff;
    color: #087e39;
    padding: 12px 10px;
    text-align: center;
    box-shadow: 0 7px 18px rgba(34, 197, 94, 0.09);
}

.booking-offer-time b {
    font-size: 23px;
}

.booking-offer-time span {
    display: block;
    margin-top: 3px;
    font-size: 8px;
    font-weight: 850;
    text-transform: uppercase;
}

.booking-panel-card {
    display: flex;
    flex-direction: column;
    padding: 25px 27px 22px;
}

.booking-panel-head,
.booking-date-head,
.booking-time-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.booking-panel-head {
    margin-bottom: 18px;
}

.booking-panel-head h2 {
    margin: 5px 0 4px;
    font-size: 28px;
    letter-spacing: -0.85px;
}

.booking-panel-head p {
    margin: 0;
    color: #6f7b8c;
    font-size: 12px;
}

.booking-count {
    white-space: nowrap;
    border-radius: 999px;
    background: #e8f9ef;
    color: #07883c;
    padding: 9px 12px;
    font-size: 11px;
    font-weight: 820;
}

.booking-service-field {
    display: grid;
    gap: 7px;
}

.booking-service-field > span {
    font-size: 11px;
    font-weight: 760;
}

.booking-service-field select {
    width: 100%;
    min-height: 60px;
    border: 1px solid #e2e9e4;
    border-radius: 18px;
    background: #ffffff;
    color: #1f2937;
    padding: 0 15px;
    font: inherit;
    font-size: 13px;
    font-weight: 760;
    box-shadow: 0 6px 17px rgba(31, 41, 55, 0.04);
}

.booking-date-head {
    align-items: center;
    margin: 19px 2px 10px;
}

.booking-date-head strong,
.booking-time-head strong {
    font-size: 14px;
}

.booking-date-head span {
    color: #07883c;
    font-size: 11px;
    font-weight: 800;
}

.booking-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.booking-day {
    display: grid;
    height: 72px;
    place-content: center;
    gap: 2px;
    border: 1px solid #e2e9e4;
    border-radius: 19px;
    background: #ffffff;
    color: #6f7b8c;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.booking-day span {
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.booking-day b {
    color: #1f2937;
    font-size: 18px;
}

.booking-day em {
    font-size: 7px;
    font-style: normal;
    font-weight: 850;
    text-transform: uppercase;
}

.booking-day.selected {
    border-color: #1f2937;
    background: #1f2937;
    color: #98f7bb;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.18);
    transform: translateY(-2px);
}

.booking-day.selected b {
    color: #ffffff;
}

.booking-day.off {
    border-color: #f3d3d3;
    background: #fff3f3;
    color: #b96d70;
    cursor: not-allowed;
}

.booking-day.off b {
    color: #c78789;
}

.booking-time-head {
    align-items: center;
    margin: 19px 2px 10px;
}

.booking-periods {
    display: flex;
    gap: 5px;
    border-radius: 13px;
    background: #eef2ef;
    padding: 4px;
}

.booking-periods button {
    height: 31px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #6f7b8c;
    padding: 0 13px;
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.booking-periods button.selected {
    background: #ffffff;
    color: #1f2937;
    box-shadow: 0 3px 9px rgba(31, 41, 55, 0.07);
}

.booking-slots-wrap {
    min-height: 70px;
}

.booking-slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 9px;
}

.booking-slot {
    height: 56px;
    border: 1px solid #e2e9e4;
    border-radius: 17px;
    background: #ffffff;
    color: #1f2937;
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.booking-slot small {
    display: block;
    margin-top: 3px;
    color: #6f7b8c;
    font-size: 9px;
}

.booking-slot.selected {
    border-color: #22c55e;
    background: #22c55e;
    color: #ffffff;
    box-shadow: 0 8px 19px rgba(34, 197, 94, 0.22);
}

.booking-slot.selected small {
    color: #e4ffed;
}

.booking-footer-cta {
    display: grid;
    grid-template-columns: 1fr 290px;
    gap: 15px;
    align-items: center;
    margin-top: auto;
    padding-top: 17px;
}

.booking-summary small {
    color: #6f7b8c;
    font-size: 10px;
}

.booking-summary strong {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.booking-main-cta {
    height: 64px;
    gap: 10px;
    border: 0;
    border-radius: 20px;
    background: #1f2937;
    color: #ffffff;
    grid-template-columns: 42px 1fr 38px;
    padding: 0 10px 0 12px;
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.24);
    cursor: pointer;
    transition: transform 0.18s ease;
}

.booking-main-cta:active {
    transform: scale(0.986);
}

.booking-secure-icon,
.booking-confirm-icon {
    display: grid;
    place-items: center;
}

.booking-secure-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.1);
}

.booking-secure-icon svg {
    width: 19px;
}

.booking-cta-copy {
    text-align: left;
}

.booking-cta-copy strong {
    display: block;
    font-size: 15px;
}

.booking-cta-copy small {
    display: block;
    margin-top: 3px;
    color: #cdd6e0;
    font-size: 9px;
}

.booking-confirm-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: #22c55e;
}

.booking-confirm-icon svg {
    width: 21px;
}

.booking-success-card {
    position: relative;
    overflow: hidden;
}

.booking-success-logo {
    border: 1px solid var(--jm-secondary-300);
    background: var(--jm-primary-100);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.18);
}

.booking-success-logo img {
    filter: none;
}

.public-success-card .booking-reminder-message {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 1px 0 0;
    color: var(--jm-graphite-500);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
}

.public-success-card .booking-reminder-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 10px;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.public-success-card .booking-reminder-icon svg {
    width: 18px;
    height: 18px;
}

.public-success-card .booking-success-status {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--jm-warning);
    border-radius: var(--jm-radius-pill);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-900);
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.public-success-card .booking-success-status::before {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--jm-warning);
    content: "";
}

.public-success-card .booking-messaging-result {
    display: grid;
    width: 100%;
    min-height: 56px;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
}

.public-success-card .booking-messaging-result.is-direct {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.public-success-card .booking-messaging-result.is-disabled .booking-reminder-icon {
    background: var(--jm-white);
    color: var(--jm-graphite-500);
}

.public-success-card .booking-messaging-result.is-direct.is-disabled {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
}

.public-success-card .booking-messaging-result.is-direct.is-disabled .booking-reminder-icon {
    display: none;
}

.public-success-card .booking-success-close {
    display: inline-flex;
    min-width: 170px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
    border: 1px solid var(--jm-primary-500);
    border-radius: var(--jm-radius-pill);
    background: var(--jm-primary-500);
    color: var(--jm-graphite-900);
    padding: 0 19px;
    box-shadow: 0 10px 23px rgba(34, 197, 94, .2);
    font-size: 14px;
    font-weight: 800;
}

.public-success-card .booking-success-close svg {
    width: 18px;
    height: 18px;
}

.public-success-card .booking-success-close:hover,
.public-success-card .booking-success-close:focus-visible {
    border-color: var(--jm-primary-600);
    background: var(--jm-primary-600);
    color: var(--jm-white);
    outline: 0;
}

.booking-confetti {
    position: absolute;
    width: 7px;
    height: 16px;
    border-radius: 4px;
    background: #22c55e;
    opacity: 0;
}

.public-success.show .booking-confetti {
    animation: bookingConfetti 0.85s 0.22s ease-out forwards;
}

.booking-confetti.c1 {
    top: 32px;
    left: 38px;
    transform: rotate(-28deg);
}

.booking-confetti.c2 {
    top: 40px;
    right: 42px;
    background: #a7f3d0;
    transform: rotate(32deg);
}

.booking-confetti.c3 {
    top: 118px;
    left: 64px;
    background: #ffcf5a;
    transform: rotate(62deg);
}

.booking-confetti.c4 {
    top: 122px;
    right: 60px;
    background: #1f2937;
    transform: rotate(-60deg);
}

@keyframes bookingConfetti {
    0% {
        opacity: 0;
        translate: 0 -8px;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        translate: 0 15px;
    }
}

@media (max-width: 980px) {
    .public-booking-experience {
        overflow: auto;
    }

    .booking-experience-header {
        height: 66px;
        padding: 0 16px;
    }

    .booking-experience-grid {
        display: block;
        max-width: 680px;
        padding: 14px;
    }

    .booking-seller-card {
        margin-bottom: 14px;
    }

    .booking-week {
        grid-template-columns: repeat(5, 1fr);
    }

    .booking-day:nth-child(n+6) {
        display: none;
    }

    .booking-slots {
        grid-template-columns: repeat(4, 1fr);
    }

    .booking-footer-cta {
        position: sticky;
        bottom: 10px;
        grid-template-columns: 1fr 250px;
        border: 1px solid #e2e9e4;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.94);
        backdrop-filter: blur(12px);
        padding: 10px;
        box-shadow: 0 12px 30px rgba(31, 41, 55, 0.12);
    }
}

@media (max-width: 620px) {
    .public-booking-experience {
        background:
            radial-gradient(circle at 96% -80px, rgba(34, 197, 94, 0.12), transparent 18rem),
            #ffffff;
    }

    .booking-secure {
        display: none;
    }

    .booking-experience-header {
        height: 60px;
        padding: 0 18px;
    }

    .booking-brand {
        font-size: 21px;
    }

    .booking-brand img {
        width: 29px;
        height: 29px;
    }

    .booking-share {
        width: 38px;
        height: 38px;
        border-radius: 14px;
    }

    .booking-experience-grid {
        max-width: none;
        padding: 0 12px 108px;
    }

    .booking-seller-card {
        margin: 0 -12px 16px;
        border: 0;
        border-radius: 0 0 34px 34px;
        background: linear-gradient(145deg, #ffffff 0%, #f7fff9 46%, #e4fcec 100%);
        box-shadow: 0 14px 38px rgba(31, 41, 55, 0.08);
    }

    .booking-seller-hero {
        padding: 18px 24px 20px;
        border-bottom: 0;
        background: transparent;
    }

    .booking-seller-profile {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        align-items: center;
    }

    .booking-seller-logo {
        width: 96px;
        height: 96px;
        border-radius: 28px;
        font-size: 23px;
    }

    .booking-seller-profile h1 {
        overflow-wrap: anywhere;
        font-size: 28px;
        line-height: 1.02;
    }

    .booking-seller-profile p {
        font-size: 12px;
        line-height: 1.38;
    }

    .booking-rating {
        margin-top: 8px;
        font-size: 11px;
        line-height: 1.25;
    }

    .booking-seller-channels {
        gap: 8px;
        margin-top: 18px;
    }

    .booking-channel {
        width: 100%;
        min-height: 46px;
        justify-content: flex-start;
        border-radius: var(--jm-radius-md);
        padding: 6px 10px 6px 7px;
        font-size: 13px;
    }

    .booking-channel-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
    }

    .booking-seller-body {
        display: none;
    }

    .booking-panel-card {
        border-radius: 28px;
        padding: 19px 14px 95px;
        box-shadow: 0 12px 34px rgba(31, 41, 55, 0.08);
    }

    .booking-panel-head h2 {
        font-size: 25px;
        line-height: 1.05;
    }

    .booking-count {
        padding: 8px 10px;
        font-size: 10px;
    }

    .booking-service-field select {
        min-height: 58px;
        border-radius: 18px;
    }

    .booking-week {
        gap: 7px;
    }

    .booking-day {
        height: 68px;
        border-radius: 18px;
    }

    .booking-slots {
        display: flex;
        overflow: auto;
    }

    .booking-slot {
        flex: 0 0 88px;
    }

    .booking-footer-cta {
        position: fixed;
        right: 14px;
        bottom: 10px;
        left: 14px;
        z-index: 8;
        grid-template-columns: 1fr;
        border: 0;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }

    .booking-summary {
        display: none;
    }

    .booking-main-cta {
        width: 100%;
    }

    .seller-public-links-grid {
        grid-template-columns: 1fr;
    }
}

/* Final responsive precedence for the current public Vitrine */
.public-booking-experience .booking-experience-header {
    min-height: 84px;
    height: auto;
    border-bottom: 1px solid var(--jm-gray-300);
    background: rgba(255, 255, 255, 0.94);
    padding: 14px max(28px, calc((100vw - 1240px) / 2 + 28px));
    box-shadow: 0 10px 34px rgba(31, 41, 55, 0.08);
}

.public-booking-experience .booking-brand {
    width: 222px;
    min-width: 222px;
}

.public-booking-experience .booking-brand img {
    width: 100%;
    height: auto;
}

@media (max-width: 620px) {
    .public-booking-experience .booking-experience-header {
        min-height: 72px;
        padding: 12px 16px;
    }

    .public-booking-experience .booking-brand {
        width: 168px;
        min-width: 168px;
    }

    .public-booking-experience .booking-share {
        width: 44px;
        height: 44px;
    }

    .public-booking-experience .booking-experience-grid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .public-booking-experience .booking-seller-card {
        margin-right: -16px;
        margin-left: -16px;
    }

    .public-booking-experience .booking-seller-hero {
        padding: 20px 18px 22px;
    }

    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 86px minmax(0, 1fr);
        gap: 14px;
    }

    .public-booking-experience .booking-seller-logo {
        width: 86px;
        height: 86px;
        border-radius: 24px;
    }

    .public-booking-experience .booking-seller-profile h1 {
        font-size: clamp(22px, 7vw, 27px);
        line-height: 1.08;
    }

    .public-booking-experience .booking-panel-card {
        padding: 22px 16px 104px;
    }

    .public-booking-experience .booking-panel-head {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
    }

    .public-booking-experience .booking-time-head {
        display: grid;
        gap: 10px;
    }

    .public-booking-experience .booking-periods {
        width: 100%;
    }

    .public-booking-experience .booking-periods button {
        min-width: 0;
        flex: 1;
        min-height: 36px;
        padding: 0 8px;
    }

    .public-booking-experience .booking-week {
        display: flex;
        overflow-x: auto;
        padding: 2px 1px 8px;
        scrollbar-width: none;
    }

    .public-booking-experience .booking-day {
        min-width: 58px;
        flex: 1 0 58px;
    }
}

@media (max-width: 370px) {
    .public-booking-experience .booking-brand {
        width: 150px;
        min-width: 150px;
    }

    .public-booking-experience .booking-panel-head {
        grid-template-columns: 1fr;
    }

    .public-booking-experience .booking-count {
        justify-self: start;
    }
}

/* Calendário público com nomes e datas completos */
.public-booking-experience .booking-week {
    display: grid;
    grid-template-columns: repeat(7, minmax(112px, 1fr));
    overflow-x: auto;
    padding: 2px 1px 8px;
    scrollbar-width: thin;
}

.public-booking-experience .booking-day,
.public-booking-experience .booking-day:nth-child(n+6) {
    display: grid;
    min-width: 112px;
    min-height: 82px;
    height: auto;
    padding: 10px 8px;
}

.public-booking-experience .booking-day span {
    font-size: 10px;
    line-height: 1.25;
    text-transform: none;
}

.public-booking-experience .booking-day b {
    font-size: 13px;
    line-height: 1.3;
}

@media (max-width: 760px) {
    .public-booking-experience .booking-week {
        display: flex;
    }

    .public-booking-experience .booking-day,
    .public-booking-experience .booking-day:nth-child(n+6) {
        min-width: 124px;
        flex: 0 0 124px;
    }
}

/* Estados e contenção do calendário da Vitrine pública */
.public-booking-experience {
    overflow-x: hidden;
}

.public-booking-experience .booking-week {
    width: 100%;
    max-width: 100%;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.public-booking-experience .booking-day {
    min-height: 82px;
    scroll-snap-align: start;
}

.public-booking-experience .booking-day:focus-visible,
.public-booking-experience .booking-slot:focus-visible,
.public-booking-experience .booking-periods button:focus-visible,
.public-booking-experience .booking-service-trigger:focus-visible,
.public-booking-experience .booking-service-option:focus-visible,
.public-booking-experience .booking-main-cta:focus-visible,
.public-booking-experience .booking-success-close:focus-visible {
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 3px;
}

.public-booking-experience .booking-day.off:disabled {
    opacity: 1;
}

.public-booking-experience .booking-availability-status {
    min-height: 44px;
    margin: 8px 0 0;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.4;
}

.public-booking-experience .booking-availability-status.error {
    border-color: var(--jm-error);
    background: var(--danger-soft);
    color: var(--danger);
}

.public-booking-experience .public-success-card .booking-success-close {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-500);
    color: var(--jm-white);
}

.public-booking-experience .public-success-card .booking-success-close:hover,
.public-booking-experience .public-success-card .booking-success-close:focus-visible {
    border-color: var(--jm-primary-600);
    background: var(--jm-primary-600);
    color: var(--jm-white);
}

@media (max-width: 620px) {
    .public-booking-experience .booking-panel-card {
        padding-bottom: calc(104px + env(safe-area-inset-bottom));
    }

    .public-booking-experience .booking-footer-cta {
        bottom: calc(10px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 560px) {
    .public-booking-experience .public-success.booking-success-direct {
        padding-inline: 10px;
    }

    .public-booking-experience .booking-direct-confirmation {
        padding-inline: 20px;
    }

    .public-booking-experience .booking-messaging-result.is-direct {
        grid-template-columns: minmax(0, 1fr);
        padding-inline: 8px;
        text-align: center;
    }

    .public-booking-experience .booking-messaging-result.is-direct .booking-reminder-icon {
        display: none;
    }
}

@media (max-width: 370px) {
    .public-booking-experience .booking-direct-confirmation {
        padding-inline: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .public-booking-experience .booking-day,
    .public-booking-experience .public-success-card,
    .public-booking-experience .booking-confetti {
        animation: none;
        transition: none;
    }
}

/* Apresentação pública do seller aprovada para a Vitrine */
.public-booking-experience .booking-experience-header {
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.public-booking-experience .booking-brand {
    display: inline-flex;
    width: auto;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.public-booking-experience .booking-brand img {
    width: 25px;
    height: 25px;
}

.public-booking-experience .booking-brand strong {
    color: var(--jm-graphite-700);
}

.public-booking-experience .booking-seller-profile {
    grid-template-columns: 128px minmax(0, 1fr);
    align-items: center;
}

@media (min-width: 981px) {
    .public-booking-experience .booking-experience-grid {
        padding-top: 20px;
    }
}

.public-booking-experience .booking-seller-logo {
    width: 128px;
    height: 128px;
}

.public-booking-experience .booking-seller-identity-copy {
    min-width: 0;
}

.public-booking-experience .booking-working-hours {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--jm-graphite-700);
    font-size: 12px;
    line-height: 1.5;
}

.public-booking-experience .booking-working-hours-icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: var(--jm-radius-sm);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.public-booking-experience .booking-working-hours-icon svg {
    width: 16px;
    height: 16px;
}

.public-booking-experience .booking-working-hours > div strong,
.public-booking-experience .booking-working-hours > div span {
    display: block;
}

.public-booking-experience .booking-working-hours strong {
    color: var(--jm-graphite-900);
    font-size: 13px;
}

.public-booking-experience .booking-seller-bio {
    position: relative;
    margin: 20px 0 0;
    border-top: 1px solid var(--jm-gray-100);
    color: var(--jm-graphite-700);
    padding-top: 16px;
    font-size: 15px;
    line-height: 1.55;
}

.public-booking-experience .booking-seller-body {
    display: flex;
    gap: 20px;
}

.public-booking-experience .booking-seller-channels {
    display: grid;
    gap: 18px;
    margin: 0;
}

.public-booking-experience .booking-channel-group h2 {
    margin: 0 0 10px;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.public-booking-experience .booking-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.public-booking-experience .booking-channel {
    min-height: 68px;
    border-radius: var(--jm-radius-lg);
    padding: 11px 12px;
}

.public-booking-experience .booking-channel-copy {
    min-width: 0;
}

.public-booking-experience .booking-channel-copy strong,
.public-booking-experience .booking-channel-copy small {
    display: block;
}

.public-booking-experience .booking-channel-copy strong {
    color: var(--jm-graphite-900);
    font-size: 14px;
}

.public-booking-experience .booking-channel-copy small {
    margin-top: 3px;
    overflow: hidden;
    color: var(--jm-graphite-500);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.public-booking-experience .booking-channel.channel-location {
    border-color: var(--jm-info);
    background: var(--jm-gray-100);
}

.public-booking-experience .booking-channel.channel-location .booking-channel-icon {
    color: var(--jm-info);
}

.public-booking-experience .booking-channel.channel-site {
    border-color: var(--jm-warning);
    background: var(--jm-gray-100);
}

.public-booking-experience .booking-channel.channel-site .booking-channel-icon {
    color: var(--jm-warning);
}

.public-booking-experience .booking-channel.channel-whatsapp {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
}

.public-booking-experience .booking-channel.channel-instagram {
    border-color: var(--jm-error);
    background: var(--jm-gray-100);
}

.public-booking-experience .booking-channel.channel-instagram .booking-channel-icon {
    color: var(--jm-error);
}

.public-booking-experience .booking-channel.channel-tiktok {
    border-color: var(--jm-graphite-700);
    background: var(--jm-gray-100);
}

.public-booking-experience .booking-channel.channel-tiktok .booking-channel-icon {
    color: var(--jm-graphite-900);
}

.public-booking-experience .booking-next-offer {
    width: 100%;
    min-height: 88px;
    border: 0;
    color: var(--jm-graphite-900);
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.public-booking-experience .booking-next-offer-copy {
    display: block;
    min-width: 0;
}

.public-booking-experience .booking-next-offer strong {
    font-size: 15px;
    line-height: 1.3;
}

.public-booking-experience .booking-next-offer:disabled {
    cursor: not-allowed;
    opacity: .68;
}

.public-booking-experience .booking-next-offer:focus-visible {
    outline: 3px solid var(--jm-primary-500);
    outline-offset: 3px;
}

@media (max-width: 620px) {
    .public-booking-experience .booking-experience-header {
        min-height: 64px;
    }

    .public-booking-experience .booking-brand {
        width: auto;
        min-width: 0;
    }

    .public-booking-experience .booking-seller-hero {
        padding: 20px 16px;
    }

    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 16px;
    }

    .public-booking-experience .booking-seller-logo {
        width: 92px;
        height: 92px;
        border-radius: 22px;
    }

    .public-booking-experience .booking-seller-body {
        padding: 0 16px 20px;
    }

    .public-booking-experience .booking-channel-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 370px) {
    .public-booking-experience .booking-seller-profile {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .public-booking-experience .booking-seller-logo {
        width: 82px;
        height: 82px;
        border-radius: 20px;
    }

    .public-booking-experience .booking-next-offer {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .public-booking-experience .booking-next-offer-copy p,
    .public-booking-experience .booking-offer-time span {
        display: none;
    }
}

/* O protótipo aprovado encerra a cascata visual da Vitrine. */
.public-booking-experience .booking-seller-card {
    margin: 0;
    border: 1px solid rgba(209, 213, 219, .75);
    border-radius: var(--jm-radius-xl);
    background: rgba(255, 255, 255, .94);
}

.public-booking-experience .booking-next-offer {
    grid-template-columns: 44px minmax(0, 1fr) auto;
}

.public-booking-experience .booking-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-booking-experience .booking-channel.wide {
    grid-column: 1 / -1;
}

@media (max-width: 620px) {
    .public-booking-experience .booking-experience-grid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .public-booking-experience .booking-seller-card {
        margin: 0;
        border: 1px solid rgba(209, 213, 219, .75);
        border-radius: var(--jm-radius-xl);
        background: rgba(255, 255, 255, .94);
    }

    .public-booking-experience .booking-seller-hero {
        padding: 20px;
    }

    .public-booking-experience .booking-seller-body {
        padding: 0 20px 20px;
    }

    .public-booking-experience .booking-channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-booking-experience .booking-panel-card {
        padding: 20px 20px 104px;
    }
}

@media (min-width: 980px) {
    .public-booking-experience .booking-channel.wide {
        grid-column: auto;
    }
}

@media (max-width: 380px) {
    .public-booking-experience .booking-experience-grid {
        padding-right: 12px;
        padding-left: 12px;
    }

    .public-booking-experience .booking-seller-hero {
        padding: 16px;
    }

    .public-booking-experience .booking-seller-body {
        padding-right: 16px;
        padding-left: 16px;
    }

    .public-booking-experience .booking-channel-grid {
        grid-template-columns: 1fr;
    }

    .public-booking-experience .booking-channel.wide {
        grid-column: auto;
    }

    .public-booking-experience .booking-next-offer {
        grid-template-columns: 40px minmax(0, 1fr);
    }
}

/* Correção visual validada contra as duas capturas do protótipo. */
.public-booking-experience {
    display: block;
    overflow-x: hidden;
    overflow-y: visible;
    background:
        radial-gradient(circle at 100% 0, rgba(167, 243, 208, .34), transparent 28rem),
        linear-gradient(180deg, var(--jm-white) 0, #f8faf9 42rem, var(--jm-white) 100%);
}

.public-booking-experience .booking-experience-header {
    width: min(100%, 1180px);
    min-height: 72px;
    height: auto;
    margin: 0 auto;
    border: 0;
    background: transparent;
    padding: 0 24px;
    box-shadow: none;
    backdrop-filter: none;
}

.public-booking-experience .booking-channel.channel-location {
    border-color: rgba(59, 130, 246, .22);
    background: rgba(59, 130, 246, .045);
}

.public-booking-experience .booking-channel.channel-location .booking-channel-icon {
    background: rgba(59, 130, 246, .12);
    color: var(--jm-info);
}

.public-booking-experience .booking-channel.channel-site {
    border-color: rgba(245, 158, 11, .24);
    background: rgba(245, 158, 11, .05);
}

.public-booking-experience .booking-channel.channel-site .booking-channel-icon {
    background: rgba(245, 158, 11, .14);
    color: var(--jm-warning);
}

.public-booking-experience .booking-channel.channel-whatsapp {
    border-color: rgba(22, 163, 74, .24);
    background: rgba(22, 163, 74, .05);
}

.public-booking-experience .booking-channel.channel-whatsapp .booking-channel-icon {
    background: rgba(22, 163, 74, .13);
    color: var(--jm-primary-600);
}

.public-booking-experience .booking-channel.channel-instagram {
    border-color: rgba(193, 53, 132, .22);
    background: rgba(193, 53, 132, .045);
}

.public-booking-experience .booking-channel.channel-instagram .booking-channel-icon {
    background: rgba(193, 53, 132, .12);
    color: var(--channel-instagram);
}

.public-booking-experience .booking-channel.channel-tiktok {
    border-color: rgba(31, 41, 55, .2);
    background: rgba(31, 41, 55, .035);
}

.public-booking-experience .booking-channel.channel-tiktok .booking-channel-icon {
    background: rgba(31, 41, 55, .1);
    color: var(--channel-tiktok);
}

.public-booking-experience .booking-count {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.public-booking-experience .booking-week {
    display: flex;
    width: 100%;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.public-booking-experience .booking-week::-webkit-scrollbar {
    display: none;
}

.public-booking-experience .booking-week::after {
    content: "";
    flex: 0 0 calc(75% - 6px);
}

.public-booking-experience .booking-day,
.public-booking-experience .booking-day:nth-child(n+6) {
    display: grid;
    min-width: 72px;
    min-height: 72px;
    height: 72px;
    flex: 0 0 calc((100% - 24px) / 4);
    place-items: center;
    gap: 2px;
    border-radius: var(--jm-radius-md);
    padding: 8px 6px;
}

.public-booking-experience .booking-day span {
    font-size: 11px;
    line-height: 1.2;
    text-transform: uppercase;
}

.public-booking-experience .booking-day b {
    font-size: 17px;
    line-height: 1.2;
}

.public-booking-experience .booking-day em {
    font-size: 7px;
    line-height: 1;
}

.public-booking-experience .booking-slots {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    overflow: visible;
}

.public-booking-experience .booking-slot {
    min-height: 58px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    box-shadow: none;
}

.public-booking-experience .booking-slot.selected {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
    box-shadow: none;
}

.public-booking-experience .booking-slot.selected small {
    color: var(--jm-graphite-500);
}

@media (min-width: 720px) {
    .public-booking-experience .booking-slots {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .public-booking-experience .booking-experience-grid {
        padding-top: 0;
    }

    .public-booking-experience .booking-footer-cta {
        display: none;
    }
}

@media (max-width: 719px) {
    .public-booking-experience .booking-experience-header {
        min-height: 76px;
        padding: 0 16px;
    }

    .public-booking-experience .booking-brand img {
        width: 104px;
    }
}

@media (max-width: 380px) {
    .public-booking-experience .booking-experience-header {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* Agenda do Painel do Seller — composição cumulativa aprovada em DESIGN 2.1.4. */
.seller-panel.seller-agenda-experience {
    display: block;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 18px 14px 64px;
    color: var(--jm-graphite-900);
    background:
        radial-gradient(circle at 100% 0, rgba(167, 243, 208, .32), transparent 34rem),
        linear-gradient(180deg, #fbfefc 0, var(--jm-gray-100) 42rem, #fbfefc 100%);
}

.seller-agenda-experience::before,
.seller-agenda-experience::after {
    display: none;
}

.seller-agenda-experience .seller-agenda-header,
.seller-agenda-experience .seller-panel-body {
    width: min(100%, 1176px);
    margin-inline: auto;
}

.seller-agenda-experience .seller-panel-body {
    padding: 0;
}

.seller-agenda-experience .seller-agenda-header {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 14px;
    margin-bottom: 30px;
    padding-inline: 14px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.seller-agenda-experience .seller-agenda-identity-main,
.seller-agenda-experience .seller-agenda-seller-identity,
.seller-agenda-experience .seller-agenda-header-actions {
    display: flex;
    align-items: center;
}

.seller-agenda-experience .seller-agenda-identity-main {
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-clock-brand {
    display: grid;
    width: 142px;
    justify-items: end;
    gap: 4px;
}

.seller-agenda-experience .seller-agenda-jamarca {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: flex-end;
}

.seller-agenda-experience .seller-agenda-jamarca img {
    display: block;
    width: 142px;
    height: auto;
}

.seller-agenda-experience .seller-agenda-seller-identity {
    min-width: 340px;
    gap: 18px;
}

.seller-agenda-experience .seller-agenda-logo {
    display: grid;
    width: 106px;
    height: 106px;
    flex: 0 0 106px;
    overflow: hidden;
    place-items: center;
    border-radius: var(--jm-radius-lg);
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    box-shadow: 0 8px 24px rgba(31, 41, 55, .07);
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-agenda-experience .seller-agenda-seller-copy {
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-seller-copy strong {
    display: block;
    overflow: hidden;
    color: var(--jm-graphite-900);
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-agenda-experience .seller-agenda-header-actions {
    justify-content: flex-end;
}

.seller-agenda-experience .seller-agenda-clock {
    width: 142px;
    min-width: 112px;
    text-align: right;
}

/* Planos estruturais e Analytics individual do seller */
.seller-agenda-experience .seller-plan-badge,
.seller-analytics-page .seller-plan-badge { display:inline-flex;min-height:24px;align-items:center;justify-content:center;gap:4px;justify-self:end;border-radius:7px;padding:3px 10px;color:#fff;font-size:11px;font-weight:800;line-height:1;white-space:nowrap; }
.seller-agenda-experience .seller-plan-badge.partner { background:#3b82f6; }
.seller-agenda-experience .seller-plan-badge.partner-plus,
.seller-analytics-page .seller-plan-badge.partner-plus { background:#16a34a; }
.seller-agenda-experience .seller-plan-badge b,
.seller-analytics-page .seller-plan-badge b { color:#7c3aed;font-size:15px;line-height:1;text-shadow:0 0 1px #fff; }
.seller-agenda-experience .seller-analytics-access { position:relative; }
.seller-agenda-experience .seller-analytics-access[aria-disabled="true"] { opacity:.42;pointer-events:auto;cursor:not-allowed; }
.seller-agenda-experience .seller-analytics-access.enabled { color:#1f2937;opacity:1; }
.seller-agenda-experience .seller-analytics-tooltip { position:absolute;z-index:20;top:50px;left:50%;width:max-content;max-width:210px;border-radius:9px;padding:8px 10px;background:#1f2937;color:#fff;font-size:11px;font-weight:700;line-height:1.25;opacity:0;pointer-events:none;transform:translate(-50%,-4px);transition:opacity .16s ease,transform .16s ease; }
.seller-agenda-experience .seller-analytics-tooltip b { color:#a78bfa;font-size:14px; }
.seller-agenda-experience .seller-analytics-access[aria-disabled="true"]:hover .seller-analytics-tooltip,
.seller-agenda-experience .seller-analytics-access[aria-disabled="true"]:focus-visible .seller-analytics-tooltip { opacity:1;transform:translate(-50%,0); }
.seller-agenda-experience .seller-plan-menu-plus { color:#7c3aed;font-size:16px;margin-left:auto; }
.seller-plan-dialog-backdrop { position:fixed;z-index:90;inset:0;background:rgba(31,41,55,.55);backdrop-filter:blur(2px); }
.seller-plan-dialog { position:fixed;z-index:91;top:50%;left:50%;width:min(480px,calc(100% - 28px));border:0;border-radius:22px;padding:22px;background:#fff;box-shadow:0 24px 80px rgba(31,41,55,.24);transform:translate(-50%,-50%); }
.seller-plan-dialog>header { display:flex;align-items:flex-start;justify-content:space-between;gap:16px; }
.seller-plan-dialog h2 { margin:2px 0 0;font-size:22px; }
.seller-plan-dialog>header button { display:grid;width:44px;height:44px;place-items:center;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#ef4444; }
.seller-plan-dialog>header button svg { width:22px;height:22px; }
.seller-plan-dialog>p { margin:16px 0;color:#6b7280;font-size:13px;line-height:1.5; }
.seller-plan-dialog footer { display:flex;justify-content:flex-end;gap:8px;margin-top:18px; }
.seller-plan-dialog-feedback { border-radius:12px;padding:11px 12px;font-size:12px;font-weight:700; }
.seller-plan-dialog-feedback.success { border:1px solid #86efac;background:#f0fdf4;color:#166534; }
.seller-plan-dialog-feedback.error { border:1px solid #fecaca;background:#fef2f2;color:#b91c1c; }
body.seller-plan-dialog-open { overflow:hidden; }

.admin-registration-experience .admin-plans-feedback { margin:0 0 14px;border:1px solid #d1d5db;border-radius:14px;padding:12px 14px;background:#fff;color:#6b7280;font-size:12px; }
.admin-registration-experience .admin-plans-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px; }
.admin-registration-experience .admin-plan-card { overflow:hidden;border:1px solid #d1d5db;border-top:4px solid #3b82f6;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(31,41,55,.07); }
.admin-registration-experience .admin-plan-card.plus { border-top-color:#16a34a; }
.admin-registration-experience .admin-plan-card>header { display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px;border-bottom:1px solid #e5e7eb; }
.admin-registration-experience .admin-plan-card header small { color:#6b7280;font-size:10px;font-weight:600; }
.admin-registration-experience .admin-plan-card h2 { margin:4px 0 0;font-weight:700; }
.admin-registration-experience .admin-plan-card header span { border-radius:999px;padding:6px 10px;background:#eff6ff;color:#2563eb;font-size:10px;font-weight:900; }
.admin-registration-experience .admin-plan-card.plus header span { background:#dcfce7;color:#15803d; }
.admin-registration-experience .admin-plan-fields { display:grid;gap:14px;padding:20px; }
.admin-registration-experience .admin-plan-fields label { display:grid;gap:6px;font-size:12px;font-weight:600; }
.admin-registration-experience .admin-plan-fields input,
.admin-registration-experience .admin-plan-fields textarea { width:100%;border:1px solid #d1d5db;border-radius:11px;padding:11px 12px;background:#fff; }
.admin-registration-experience .admin-plan-fields textarea { min-height:100px;resize:vertical; }
.admin-registration-experience .admin-plan-capability { display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;padding:12px;background:#f3f4f6;font-size:12px; }
.admin-registration-experience .admin-plan-card footer { display:flex;justify-content:flex-end;padding:0 20px 20px; }
.admin-registration-experience .admin-plan-requests { margin-top:18px;border:1px solid #d1d5db;border-radius:20px;padding:18px;background:#fff; }
.admin-registration-experience .admin-plan-requests>header { display:flex;align-items:flex-start;justify-content:space-between;gap:16px; }
.admin-registration-experience .admin-plan-requests h2 { margin:0;font-size:17px; }
.admin-registration-experience .admin-plan-requests header p { margin:4px 0 0;color:#6b7280;font-size:12px; }
.admin-registration-experience .admin-plan-requests header>span { border-radius:999px;padding:6px 10px;background:#f3f4f6;font-size:11px;font-weight:800; }
.admin-registration-experience #admin-plan-requests-list article { display:grid;grid-template-columns:1fr 1fr auto;gap:12px;padding:13px 2px;border-top:1px solid #e5e7eb;font-size:12px; }
.admin-registration-experience .admin-plan-request-seller { display:grid;gap:3px; }
.admin-registration-experience .admin-plan-request-seller strong { font-weight:600; }
.admin-registration-experience .admin-plan-request-seller small { color:#6b7280;font-size:11px;font-weight:400; }
.admin-registration-experience .admin-plans-empty { color:#6b7280;font-size:12px; }
.admin-registration-experience .admin-plans-rule { border:1px solid #bfdbfe;border-radius:14px;padding:12px 14px;background:#eff6ff;font-size:12px; }

.seller-analytics-page { min-height:100vh;background:#f3f4f6;color:#1f2937; }
.seller-analytics-topbar { display:flex;min-height:72px;align-items:center;gap:14px;padding:12px max(18px,calc((100vw - 1240px)/2));border-bottom:1px solid #d1d5db;background:#fff; }
.seller-analytics-topbar>img { width:150px; }
.seller-analytics-topbar .seller-plan-badge { margin-left:auto; }
.seller-analytics-back { display:grid;width:44px;height:44px;place-items:center;border:1px solid #d1d5db;border-radius:12px;color:#1f2937; }
.seller-analytics-back svg { width:22px;height:22px; }
.seller-analytics-content { width:min(1240px,100%);margin:auto;padding:28px 24px 64px; }
.seller-analytics-heading { display:flex;align-items:flex-start;justify-content:space-between;gap:20px; }
.seller-analytics-heading h1 { margin:0;font-size:31px; }
.seller-analytics-heading>div>p:last-child { margin:6px 0 0;color:#6b7280; }
.seller-analytics-filters { display:grid;grid-template-columns:minmax(250px,1.6fr) repeat(4,minmax(112px,.8fr)) minmax(112px,.7fr);gap:10px;align-items:end;margin:14px 0;border:1px solid #d1d5db;border-radius:18px;padding:14px;background:#fff; }
.seller-analytics-filters label { display:grid;gap:6px;font-size:11px;font-weight:800; }
.seller-analytics-filters>* { min-width:0; }
.seller-analytics-filters input,.seller-analytics-filters select { width:100%;min-width:0;min-height:44px;border:1px solid #d1d5db;border-radius:11px;padding:0 9px;background:#fff; }
.seller-analytics-presets { display:grid;min-width:0;grid-template-columns:repeat(3,minmax(48px,.8fr)) minmax(92px,1.35fr);gap:5px;overflow:visible; }
.seller-analytics-presets button { min-width:0;min-height:44px;border:1px solid #d1d5db;border-radius:11px;padding:0 8px;background:#fff;font-size:11px;font-weight:800;white-space:nowrap; }
.seller-analytics-presets button.active { border-color:#1f2937;background:#1f2937;color:#fff; }
.seller-analytics-feedback { margin-bottom:14px;color:#6b7280;font-size:12px; }
.seller-analytics-fixed { display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px; }
.seller-analytics-fixed article,.seller-analytics-metrics article,.seller-analytics-card { border:1px solid #d1d5db;border-radius:18px;padding:17px;background:#fff; }
.seller-analytics-fixed article,.seller-analytics-metrics article { display:grid;align-content:center;justify-items:center;text-align:center; }
.seller-analytics-fixed span,.seller-analytics-metrics span { color:#6b7280;font-size:11px;font-weight:800;text-transform:uppercase; }
.seller-analytics-fixed strong { display:block;margin:8px 0 4px;font-size:23px; }
.seller-analytics-fixed small,.seller-analytics-metrics small { color:#6b7280;font-size:11px; }
.seller-analytics-metrics { display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:14px; }
.seller-analytics-metrics article.confirmed { border-color:#86efac;background:#f0fdf4; }
.seller-analytics-metrics article.canceled { border-color:#fecaca;background:#fef2f2; }
.seller-analytics-metrics strong { display:block;margin:13px 0 4px;font-size:25px; }
.seller-analytics-dashboard { display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.7fr);gap:16px;margin-top:16px; }
.seller-analytics-card header h2 { margin:0;font-size:17px; }
.seller-analytics-card header p { margin:4px 0 16px;color:#6b7280;font-size:12px; }
.seller-analytics-chart { position:relative;display:flex;height:230px;align-items:flex-end;gap:9px;overflow-x:auto;padding:18px 6px 0; }
.seller-analytics-chart::before { content:"";position:absolute;right:0;bottom:27px;left:0;border-top:1px solid #d1d5db;pointer-events:none; }
.seller-analytics-chart.is-empty::before { display:none; }
.seller-analytics-chart>p { position:relative;z-index:1;align-self:center;margin:auto;color:#6b7280; }
.seller-analytics-bar-wrap { position:relative;z-index:1;display:grid;min-width:42px;height:100%;flex:1 0 42px;grid-template-rows:auto 1fr 27px;align-items:end;text-align:center; }
.seller-analytics-bar-wrap span,.seller-analytics-bar-wrap small { font-size:10px;color:#6b7280; }
.seller-analytics-bar-wrap i { width:clamp(22px,30%,52px);max-height:170px;justify-self:center;border-radius:8px 8px 0 0;background:linear-gradient(#4ade80,#16a34a); }
.seller-analytics-bar-wrap small { align-self:center;line-height:1; }
.seller-analytics-insights { display:grid;gap:10px; }
.seller-analytics-insights div { border-radius:13px;padding:12px;background:#f9fafb; }
.seller-analytics-insights strong,.seller-analytics-insights span { display:block; }
.seller-analytics-insights strong { font-size:14px; }.seller-analytics-insights span { margin-top:2px;color:#6b7280;font-size:11px; }
.seller-analytics-top-three { border-radius:13px;padding:12px;background:#f9fafb; }
.seller-analytics-top-three>strong { font-size:13px; }
.seller-analytics-top-three ol { display:grid;gap:8px;margin:10px 0 0;padding:0;list-style:none; }
.seller-analytics-top-three li { display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px; }
.seller-analytics-top-three li>b { display:grid;width:24px;height:24px;place-items:center;border-radius:8px;background:#dcfce7;color:#15803d;font-size:11px; }
.seller-analytics-top-three li span strong,.seller-analytics-top-three li span small { display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.seller-analytics-top-three li span strong { font-size:12px; }
.seller-analytics-top-three li span small { margin-top:2px;color:#6b7280;font-size:10px; }
.seller-analytics-top-three li.empty { display:block;color:#6b7280;font-size:11px; }
.seller-analytics-ranking { margin-top:16px; }
.seller-analytics-table .head,.seller-analytics-table .row { display:grid;grid-template-columns:minmax(150px,1.5fr) repeat(4,.8fr);gap:10px;align-items:center;padding:12px 4px;border-top:1px solid #e5e7eb;font-size:12px; }
.seller-analytics-table .head { color:#6b7280;font-weight:800; }.seller-analytics-table .empty { padding:20px 4px;color:#6b7280;font-size:12px; }
.seller-analytics-ranking>p { margin:12px 0 0;color:#6b7280;font-size:11px; }
@media(max-width:1050px){.seller-analytics-filters{grid-template-columns:repeat(4,minmax(0,1fr))}.seller-analytics-presets{grid-column:1/-1}.seller-analytics-filters label:nth-of-type(1),.seller-analytics-filters label:nth-of-type(2){grid-column:span 2}.seller-analytics-filters #seller-analytics-apply{grid-column:span 2}}
@media(max-width:900px){.admin-registration-experience .admin-plans-grid{grid-template-columns:1fr}.seller-analytics-metrics{grid-template-columns:repeat(2,1fr)}.seller-analytics-metrics article:first-child{grid-column:1/-1}.seller-analytics-dashboard{grid-template-columns:1fr}}
@media(max-width:600px){.seller-analytics-content{padding:20px 14px 54px}.seller-analytics-heading{display:block}.seller-analytics-filters{grid-template-columns:1fr 1fr}.seller-analytics-filters label:nth-of-type(1),.seller-analytics-filters label:nth-of-type(2),.seller-analytics-filters #seller-analytics-apply{grid-column:1/-1}.seller-analytics-presets{grid-template-columns:1fr 1fr}.seller-analytics-fixed{grid-template-columns:1fr}.seller-analytics-table .head,.seller-analytics-table .row{grid-template-columns:1fr .55fr .7fr}.seller-analytics-table .head>*:nth-child(4),.seller-analytics-table .head>*:nth-child(5),.seller-analytics-table .row>*:nth-child(4),.seller-analytics-table .row>*:nth-child(5){display:none}.seller-plan-dialog footer{display:grid;grid-template-columns:1fr}.admin-registration-experience #admin-plan-requests-list article{grid-template-columns:1fr}.seller-agenda-experience .seller-analytics-tooltip{left:auto;right:0;transform:translateY(-4px)}.seller-agenda-experience .seller-analytics-access[aria-disabled="true"]:hover .seller-analytics-tooltip,.seller-agenda-experience .seller-analytics-access[aria-disabled="true"]:focus-visible .seller-analytics-tooltip{transform:none}}

.seller-agenda-experience .seller-agenda-clock span {
    display: block;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.seller-agenda-experience .seller-agenda-clock strong {
    display: block;
    margin-top: 2px;
    color: var(--jm-graphite-900);
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.seller-agenda-experience .seller-agenda-icon-button {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 0;
    border-radius: var(--jm-radius-md);
    background: transparent;
    color: var(--jm-primary-600);
    cursor: pointer;
}

.seller-agenda-experience .seller-agenda-icon-button:hover {
    background: var(--jm-primary-50);
    color: var(--jm-primary-500);
}

.seller-agenda-experience .seller-agenda-icon-button svg {
    width: 26px;
    height: 26px;
}

.seller-agenda-experience .seller-agenda-heading-actions .seller-agenda-icon-button {
    width: 52px;
    height: 52px;
    justify-content: end;
    color: var(--jm-graphite-900);
}

.seller-agenda-experience .seller-agenda-heading-actions .seller-agenda-icon-button:hover {
    background: transparent;
    color: var(--jm-graphite-700);
}

.seller-agenda-experience .seller-agenda-heading-actions .seller-agenda-icon-button svg {
    width: 32px;
    height: 32px;
}

.seller-agenda-experience .seller-agenda-settings-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 8px);
    right: 0;
    width: 224px;
    padding: 7px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    background: var(--jm-white);
    box-shadow: 0 18px 44px rgba(31, 41, 55, .18);
}

.seller-agenda-experience .seller-agenda-settings-menu[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-settings-menu button,
.seller-agenda-experience .seller-agenda-settings-menu a {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: var(--jm-radius-md);
    padding: 0 12px;
    background: transparent;
    color: var(--jm-graphite-900);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
}

.seller-agenda-experience .seller-agenda-settings-menu button:hover,
.seller-agenda-experience .seller-agenda-settings-menu a:hover {
    background: var(--jm-gray-100);
}

.seller-agenda-experience .seller-agenda-settings-menu a {
    color: var(--jm-error);
}

.seller-agenda-experience .seller-agenda-settings-menu svg {
    width: 19px;
    height: 19px;
}

.seller-agenda-experience .seller-agenda-page-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 9px;
    padding-inline: 22px;
}

.seller-agenda-experience .seller-agenda-heading-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.seller-agenda-experience .seller-agenda-page-heading h1 {
    margin: 0 0 3px;
    color: var(--jm-graphite-900);
    font-size: clamp(21px, 5vw, 24px);
    line-height: 1.1;
    letter-spacing: -.025em;
}

.seller-agenda-experience .seller-agenda-page-heading p {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 14px;
    line-height: 1.35;
}

.seller-agenda-experience .seller-agenda-next,
.seller-agenda-experience .seller-agenda-card {
    min-width: 0;
    border: 1px solid rgba(209, 213, 219, .86);
    border-radius: var(--jm-radius-xl);
    background: var(--jm-white);
    box-shadow: 0 16px 42px rgba(31, 41, 55, .08);
}

.seller-agenda-experience .seller-agenda-next {
    overflow: hidden;
    margin-bottom: 16px;
    padding: 21px;
}

.seller-agenda-experience .seller-agenda-next-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.seller-agenda-experience .seller-agenda-next-head > div > span {
    display: block;
    color: var(--jm-primary-600);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.seller-agenda-experience .seller-agenda-next-head h2 {
    margin: 4px 0 0;
    color: var(--jm-graphite-900);
    font-size: 24px;
    line-height: 1.1;
}

.seller-agenda-experience .seller-agenda-simultaneous {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    border-radius: var(--jm-radius-pill);
    padding: 0 12px;
    background: rgba(59, 130, 246, .1);
    color: var(--jm-info);
    font-size: 13px;
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-simultaneous[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-simultaneous svg {
    width: 20px;
    height: 20px;
}

.seller-agenda-experience .seller-agenda-carousel-shell {
    position: relative;
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 31%);
    gap: 9px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.seller-agenda-experience .seller-agenda-next .seller-agenda-carousel {
    margin-top: -16px;
    padding-top: 16px;
}

.seller-agenda-experience .seller-agenda-carousel::-webkit-scrollbar {
    display: none;
}

.seller-agenda-experience .seller-agenda-carousel > * {
    scroll-snap-align: start;
}

.seller-agenda-experience .seller-agenda-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
}

.seller-agenda-experience .seller-agenda-carousel-controls[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-carousel-controls > span {
    color: var(--jm-graphite-500);
    font-size: 13px;
}

.seller-agenda-experience .seller-agenda-carousel-controls > div {
    display: flex;
    gap: 6px;
}

.seller-agenda-experience .seller-agenda-carousel-controls button,
.seller-agenda-experience .seller-agenda-calendar-head button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    cursor: pointer;
}

.seller-agenda-experience .seller-agenda-appointment {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    border: 1px solid var(--jm-gray-300);
    border-left: 4px solid var(--jm-warning);
    border-radius: var(--jm-radius-lg);
    padding: 13px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    text-align: left;
    cursor: pointer;
}

.seller-agenda-experience .seller-agenda-next .seller-agenda-appointment {
    background: #fafbfc;
}

.seller-agenda-experience .seller-agenda-appointment.scheduled {
    border-color: var(--jm-gray-300);
    border-left-color: var(--jm-graphite-500);
    background: #fafbfc;
}

.seller-agenda-experience .seller-agenda-appointment.confirmed {
    border-color: rgba(34, 197, 94, .52);
    border-left-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
}

.seller-agenda-experience .seller-agenda-appointment.canceled {
    border-color: rgba(239, 68, 68, .46);
    border-left-color: var(--jm-error);
    background: rgba(239, 68, 68, .08);
}

.seller-agenda-experience .seller-agenda-appointment-copy,
.seller-agenda-experience .seller-agenda-appointment-copy strong,
.seller-agenda-experience .seller-agenda-appointment-phone,
.seller-agenda-experience .seller-agenda-appointment-selection,
.seller-agenda-experience .seller-agenda-appointment-selection-label,
.seller-agenda-experience .seller-agenda-appointment-selection-name {
    display: block;
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-appointment-copy strong {
    overflow-wrap: anywhere;
    font-size: 16px;
}

.seller-agenda-experience .seller-agenda-appointment-phone {
    display: flex;
    min-height: 40px;
    align-items: center;
    color: var(--jm-graphite-700);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.seller-agenda-experience .seller-agenda-appointment-selection {
    padding-top: 2px;
}

.seller-agenda-experience .seller-agenda-appointment-selection-label {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.seller-agenda-experience .seller-agenda-appointment-selection-name {
    display: -webkit-box;
    max-height: 2.9em;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: var(--jm-graphite-700);
    font-size: 14px;
    line-height: 1.45;
}

.seller-agenda-experience .seller-agenda-appointment-meta {
    display: flex;
    min-height: 100%;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-start;
    gap: 7px;
}

.seller-agenda-experience .seller-agenda-appointment-meta .seller-agenda-appointment-id {
    margin-top: auto;
}

.seller-agenda-experience .seller-agenda-appointment-id,
.seller-agenda-experience .seller-agenda-dialog-id {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .03em;
}

.seller-agenda-experience .seller-agenda-status {
    display: inline-flex;
    width: max-content;
    min-height: 30px;
    align-items: center;
    gap: 6px;
    border-radius: var(--jm-radius-pill);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.seller-agenda-experience .seller-agenda-status::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    content: "";
}

.seller-agenda-experience .seller-agenda-status.scheduled {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
}

.seller-agenda-experience .seller-agenda-status.scheduled::before {
    background: var(--jm-graphite-500);
}

.seller-agenda-experience .seller-agenda-status.confirmed {
    background: var(--jm-primary-500);
    color: var(--jm-white);
    box-shadow: 0 8px 18px rgba(34, 197, 94, .2);
}

.seller-agenda-experience .seller-agenda-status.confirmed::before {
    background: var(--jm-white);
}

.seller-agenda-experience .seller-agenda-status.canceled {
    background: rgba(239, 68, 68, .1);
    color: var(--jm-error);
}

.seller-agenda-experience .seller-agenda-content-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 390px;
    align-items: start;
    gap: 16px;
}

.seller-agenda-experience .seller-agenda-timeline-card {
    padding: 22px;
}

.seller-agenda-experience .seller-agenda-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.seller-agenda-experience .seller-agenda-section-title > div:first-child {
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-section-title h2,
.seller-agenda-experience .seller-agenda-calendar-head h2 {
    margin: 0 0 4px;
    color: var(--jm-graphite-900);
    font-size: 22px;
}

.seller-agenda-experience .seller-agenda-section-title p {
    margin: 0;
    color: var(--jm-graphite-500);
    font-size: 14px;
}

.seller-agenda-experience .seller-agenda-title-line {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.seller-agenda-experience .seller-agenda-title-line h2 {
    margin: 0;
}

.seller-agenda-experience .seller-agenda-section-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.seller-agenda-experience .seller-agenda-filter-wrap {
    position: relative;
}

.seller-agenda-experience .seller-agenda-filter-wrap[hidden],
.seller-agenda-experience .seller-agenda-filter-menu[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-filter-trigger {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 13px;
    background: var(--jm-white);
    color: var(--jm-graphite-700);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    max-width: 240px;
}

.seller-agenda-experience .seller-agenda-filter-trigger span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-agenda-experience .seller-agenda-filter-trigger:hover {
    border-color: var(--jm-primary-500);
    background: var(--jm-primary-50);
}

.seller-agenda-experience .seller-agenda-filter-trigger svg {
    width: 18px;
    height: 18px;
    color: var(--jm-primary-600);
}

.seller-agenda-experience .seller-agenda-filter-trigger.is-active {
    border-color: rgba(34, 197, 94, .45);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.seller-agenda-experience .seller-agenda-filter-menu {
    position: absolute;
    z-index: 25;
    top: calc(100% + 7px);
    right: 0;
    width: min(260px, calc(100vw - 48px));
    max-height: min(420px, 60vh);
    overflow-y: auto;
    padding: 7px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    background: var(--jm-white);
    box-shadow: 0 18px 44px rgba(31, 41, 55, .16);
}

.seller-agenda-experience .seller-agenda-filter-option {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 0;
    border-radius: var(--jm-radius-md);
    padding: 0 11px;
    background: transparent;
    color: var(--jm-graphite-700);
    cursor: pointer;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.seller-agenda-experience .seller-agenda-filter-option:hover {
    background: var(--jm-gray-100);
}

.seller-agenda-experience .seller-agenda-filter-option[aria-selected="true"] {
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.seller-agenda-experience .seller-agenda-filter-option[aria-selected="true"]::after {
    content: "✓";
    font-size: 15px;
    font-weight: 900;
}

.seller-agenda-experience .seller-agenda-filter-group-label {
    padding: 9px 11px 5px;
    color: var(--jm-graphite-500);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.seller-agenda-experience .seller-agenda-count {
    display: grid;
    min-width: 38px;
    min-height: 34px;
    place-items: center;
    border-radius: var(--jm-radius-pill);
    padding: 0 11px;
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
    font-size: 14px;
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-timeline {
    position: relative;
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-timeline:not(:has(.seller-agenda-empty))::before {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 45px;
    width: 2px;
    border-radius: var(--jm-radius-pill);
    background: var(--jm-gray-300);
    content: "";
}

.seller-agenda-experience .seller-agenda-timeline-row {
    position: relative;
    display: grid;
    min-width: 0;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 7px 0;
}

.seller-agenda-experience .seller-agenda-timeline-row > time {
    padding-top: 13px;
    color: var(--jm-graphite-700);
    font-size: 14px;
    font-weight: 700;
}

.seller-agenda-experience .seller-agenda-timeline-row > i {
    position: absolute;
    top: 23px;
    left: 41px;
    width: 11px;
    height: 11px;
    border: 3px solid var(--jm-white);
    border-radius: 50%;
    background: var(--jm-primary-500);
    box-shadow: 0 0 0 1px var(--jm-primary-500);
}

.seller-agenda-experience .seller-agenda-timeline-appointments {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.seller-agenda-experience .seller-agenda-timeline-appointments.parallel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seller-agenda-experience .seller-agenda-timeline-group {
    min-width: 0;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-lg);
    padding: 12px;
    background: #fafbfc;
}

.seller-agenda-experience .seller-agenda-timeline-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.seller-agenda-experience .seller-agenda-timeline-group-head strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
}

.seller-agenda-experience .seller-agenda-timeline-group-head svg {
    width: 19px;
    height: 19px;
    color: var(--jm-warning);
}

.seller-agenda-experience .seller-agenda-timeline-group-head span {
    color: var(--jm-graphite-500);
    font-size: 13px;
}

.seller-agenda-experience .seller-agenda-timeline-group .seller-agenda-carousel {
    grid-auto-columns: minmax(250px, 32%);
    padding-top: 16px;
}

.seller-agenda-experience .seller-agenda-empty {
    display: grid;
    min-height: 180px;
    place-items: center;
    align-content: center;
    gap: 8px;
    border-radius: var(--jm-radius-lg);
    padding: 32px 18px;
    background: var(--jm-gray-100);
    text-align: center;
}

.seller-agenda-experience .seller-agenda-empty.compact {
    min-height: 90px;
    padding: 18px;
}

.seller-agenda-experience .seller-agenda-empty img {
    width: 38px;
    height: 38px;
}

.seller-agenda-experience .seller-agenda-empty strong {
    font-size: 15px;
}

.seller-agenda-experience .seller-agenda-empty span {
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.seller-agenda-experience .seller-agenda-empty button,
.seller-agenda-experience .seller-agenda-calendar-feedback button {
    min-height: 44px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 14px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    cursor: pointer;
    font-weight: 700;
}

.seller-agenda-experience .seller-agenda-calendar-card {
    position: sticky;
    top: 18px;
    padding: 18px;
}

.seller-agenda-experience .seller-agenda-calendar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.seller-agenda-experience .seller-agenda-calendar-head h2 {
    margin: 0;
    font-size: 20px;
}

.seller-agenda-experience .seller-agenda-calendar-head > div {
    display: flex;
    gap: 6px;
}

.seller-agenda-experience .seller-agenda-calendar-weekdays,
.seller-agenda-experience .seller-agenda-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
}

.seller-agenda-experience .seller-agenda-calendar-weekdays {
    margin-bottom: 5px;
}

.seller-agenda-experience .seller-agenda-calendar-weekdays span {
    display: grid;
    min-height: 28px;
    place-items: center;
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.seller-agenda-experience .seller-agenda-calendar-day {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 48px;
    place-items: center;
    align-content: center;
    gap: 2px;
    border: 1px solid transparent;
    border-radius: var(--jm-radius-md);
    padding: 5px 2px;
    background: transparent;
    color: var(--jm-graphite-900);
    cursor: pointer;
    font-size: 13px;
}

.seller-agenda-experience .seller-agenda-calendar-day:hover {
    border-color: var(--jm-gray-300);
    background: var(--jm-gray-100);
}

.seller-agenda-experience .seller-agenda-calendar-day.outside {
    color: var(--jm-gray-300);
}

.seller-agenda-experience .seller-agenda-calendar-day.today {
    border-color: var(--jm-graphite-900);
    border-radius: var(--jm-radius-md);
    background: var(--jm-graphite-900);
    color: var(--jm-white);
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-calendar-day.today:hover {
    border-color: var(--jm-graphite-900);
    background: var(--jm-graphite-900);
}

.seller-agenda-experience .seller-agenda-calendar-day.selected:not(.today) {
    border: 2px solid var(--jm-graphite-900);
    border-radius: var(--jm-radius-md);
    background: transparent;
    color: var(--jm-graphite-900);
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-calendar-day small {
    display: grid;
    min-width: 20px;
    height: 20px;
    place-items: center;
    border-radius: var(--jm-radius-pill);
    padding: 0 5px;
    background: var(--jm-primary-100);
    color: var(--jm-primary-600);
    font-size: 12px;
    font-weight: 800;
}

.seller-agenda-experience .seller-agenda-calendar-day.today small {
    background: var(--jm-white);
    color: var(--jm-graphite-900);
}

.seller-agenda-experience .seller-agenda-calendar-card > p {
    margin: 14px 0 0;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.45;
}

.seller-agenda-experience .seller-agenda-calendar-feedback {
    display: grid;
    min-height: 196px;
    grid-column: 1 / -1;
    place-items: center;
    align-content: center;
    gap: 10px;
    margin: 0;
    padding: 16px;
    color: var(--jm-graphite-500);
    text-align: center;
    font-size: 13px;
}

.seller-agenda-experience .seller-agenda-calendar-feedback.error {
    color: var(--jm-error);
}

.seller-agenda-experience .seller-agenda-dialog {
    width: min(100% - 24px, 480px);
    max-height: calc(100dvh - 24px);
    border: 0;
    border-radius: var(--jm-radius-xl);
    padding: 0;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    box-shadow: 0 24px 72px rgba(31, 41, 55, .28);
}

.seller-agenda-experience .seller-agenda-dialog::backdrop {
    background: rgba(31, 41, 55, .54);
    backdrop-filter: blur(4px);
}

.seller-agenda-experience .seller-agenda-dialog-body {
    position: relative;
    padding: 22px;
}

.seller-agenda-experience .seller-agenda-dialog-body > header {
    padding-right: 52px;
}

.seller-agenda-experience .seller-agenda-dialog-body > header p {
    margin: 0 0 4px;
    color: var(--jm-primary-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.seller-agenda-experience .seller-agenda-dialog-body > header h2 {
    margin: 0 0 4px;
    font-size: 24px;
}

.seller-agenda-experience .seller-agenda-dialog-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    border-radius: var(--jm-radius-md);
    background: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
    color: var(--jm-error);
    cursor: pointer;
}

.seller-agenda-experience .seller-agenda-dialog-close:hover {
    border-color: var(--jm-error);
    background: color-mix(in srgb, var(--jm-error) 14%, var(--jm-white));
}

.seller-agenda-experience .seller-agenda-dialog-close:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    outline-offset: 3px;
}

.seller-agenda-experience .seller-agenda-dialog-close svg {
    width: 22px;
    height: 22px;
}

.seller-agenda-experience .seller-agenda-detail-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.seller-agenda-experience .seller-agenda-detail-row {
    display: grid;
    min-height: 54px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border-radius: var(--jm-radius-md);
    padding: 10px 12px;
    background: var(--jm-gray-100);
}

.seller-agenda-experience .seller-agenda-detail-row > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 10px;
    background: var(--jm-primary-100);
    color: var(--jm-primary-600);
}

.seller-agenda-experience .seller-agenda-detail-row svg {
    width: 18px;
    height: 18px;
}

.seller-agenda-experience .seller-agenda-detail-row small {
    display: block;
    color: var(--jm-graphite-500);
    font-size: 12px;
}

.seller-agenda-experience .seller-agenda-detail-row strong,
.seller-agenda-experience .seller-agenda-detail-row a {
    display: block;
    margin-top: 2px;
    color: var(--jm-graphite-900);
    font-size: 15px;
    font-weight: 700;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.seller-agenda-experience .seller-agenda-dialog-id {
    margin: 14px 0 0;
    text-align: center;
}

.seller-agenda-experience .seller-appointment-status-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.seller-agenda-experience :is(
    .seller-appointment-action-origin,
    .seller-appointment-action-buttons,
    .seller-appointment-action-confirm,
    .seller-appointment-action-cancel,
    .seller-appointment-no-actions,
    .seller-appointment-decision-feedback,
    .seller-appointment-decision-submit
)[hidden] {
    display: none !important;
}

.seller-agenda-experience .seller-appointment-action-origin {
    display: inline-flex;
    width: max-content;
    min-height: 27px;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-pill);
    padding: 0 9px;
    background: color-mix(in srgb, var(--jm-white) 72%, transparent);
    color: var(--jm-graphite-700);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.seller-agenda-experience .seller-appointment-action-origin svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    color: var(--jm-info);
}

.seller-agenda-experience .seller-agenda-appointment-meta .seller-appointment-action-origin {
    max-width: 210px;
    text-align: left;
}

.seller-agenda-experience .seller-appointment-action-zone {
    margin-top: 18px;
    border-top: 1px solid var(--jm-gray-300);
    padding-top: 18px;
}

.seller-agenda-experience .seller-appointment-action-zone h3 {
    margin: 0 0 5px;
    font-size: 16px;
}

.seller-agenda-experience .seller-appointment-action-zone > p {
    margin: 0 0 14px;
    color: var(--jm-graphite-500);
    font-size: 13px;
    line-height: 1.5;
}

.seller-agenda-experience .seller-appointment-action-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.seller-agenda-experience :is(.seller-appointment-action-confirm, .seller-appointment-action-cancel, .seller-appointment-decision-submit, .seller-appointment-decision-back) {
    display: inline-flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: var(--jm-radius-md);
    padding: 0 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.seller-agenda-experience :is(.seller-appointment-action-confirm, .seller-appointment-decision-submit.confirm) {
    border: 1px solid var(--jm-primary-600);
    background: var(--jm-primary-500);
    color: var(--jm-white);
}

.seller-agenda-experience :is(.seller-appointment-action-confirm, .seller-appointment-decision-submit.confirm):hover:not(:disabled) {
    background: var(--jm-primary-600);
}

.seller-agenda-experience :is(.seller-appointment-action-cancel, .seller-appointment-decision-submit.cancel) {
    border: 1px solid color-mix(in srgb, var(--jm-error) 48%, transparent);
    background: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
    color: #b91c1c;
}

.seller-agenda-experience :is(.seller-appointment-action-cancel, .seller-appointment-decision-submit.cancel):hover:not(:disabled) {
    border-color: var(--jm-error);
    background: color-mix(in srgb, var(--jm-error) 14%, var(--jm-white));
}

.seller-agenda-experience :is(.seller-appointment-action-confirm, .seller-appointment-action-cancel) svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
}

.seller-agenda-experience .seller-appointment-decision-back {
    border: 1px solid var(--jm-gray-300);
    background: var(--jm-white);
    color: var(--jm-graphite-900);
}

.seller-agenda-experience .seller-appointment-decision-back:hover:not(:disabled) {
    background: var(--jm-gray-100);
}

.seller-agenda-experience :is(.seller-appointment-action-buttons, .seller-appointment-decision-footer) button:disabled {
    opacity: .56;
    cursor: not-allowed;
}

.seller-agenda-experience .seller-appointment-no-actions {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    border-radius: var(--jm-radius-md);
    padding: 13px;
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    font-size: 13px;
    line-height: 1.45;
}

.seller-agenda-experience .seller-appointment-no-actions svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--jm-graphite-500);
}

.seller-agenda-experience .seller-appointment-decision-copy {
    margin-top: 18px;
    border-radius: var(--jm-radius-md);
    padding: 14px;
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
    font-size: 14px;
    line-height: 1.55;
}

.seller-agenda-experience .seller-appointment-decision-copy strong {
    color: var(--jm-graphite-900);
}

.seller-agenda-experience .seller-appointment-decision-copy.consent {
    background: color-mix(in srgb, var(--jm-info) 8%, var(--jm-white));
}

.seller-agenda-experience .seller-appointment-decision-copy.consent strong {
    color: #1d4ed8;
}

.seller-agenda-experience .seller-appointment-decision-copy.no-consent {
    background: color-mix(in srgb, var(--jm-warning) 10%, var(--jm-white));
}

.seller-agenda-experience .seller-appointment-decision-copy.no-consent strong {
    color: #92400e;
}

.seller-agenda-experience .seller-appointment-decision-feedback {
    margin-top: 18px;
    border-radius: var(--jm-radius-md);
    padding: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.seller-agenda-experience .seller-appointment-decision-feedback.error {
    background: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
    color: #991b1b;
}

.seller-agenda-experience .seller-appointment-decision-feedback.conflict {
    background: color-mix(in srgb, var(--jm-warning) 10%, var(--jm-white));
    color: #92400e;
}

.seller-agenda-experience .seller-appointment-decision-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.seller-agenda-experience .seller-appointment-decision-footer button {
    min-width: 132px;
}

.seller-agenda-experience .seller-appointment-decision-submit {
    position: relative;
}

.seller-agenda-experience .seller-appointment-decision-submit .button-loader {
    position: static;
    flex: 0 0 18px;
}

.seller-agenda-experience .seller-appointment-decision-submit.loading .button-loader {
    opacity: 1;
    animation: spin .75s linear infinite;
}

.seller-agenda-experience .seller-appointment-decision-submit.loading .button-text {
    opacity: 1;
}

.seller-agenda-experience :is(button, a, select):focus-visible,
.seller-agenda-experience .seller-agenda-appointment:focus-visible {
    outline: 3px solid rgba(59, 130, 246, .4);
    outline-offset: 3px;
}

@media (max-width: 979px) {
    .seller-agenda-experience .seller-agenda-content-grid {
        grid-template-columns: 1fr;
    }

    .seller-agenda-experience .seller-agenda-calendar-card {
        position: static;
    }

    .seller-agenda-experience .seller-agenda-carousel,
    .seller-agenda-experience .seller-agenda-timeline-group .seller-agenda-carousel {
        grid-auto-columns: minmax(270px, 42%);
    }
}

@media (min-width: 720px) {
    .seller-panel.seller-agenda-experience {
        padding: 24px 22px 72px;
    }
}

@media (max-width: 719px) {
    .seller-panel.seller-agenda-experience {
        padding: 18px 14px 64px;
    }

    .seller-agenda-experience .seller-agenda-identity-main {
        display: flex;
    }

    .seller-agenda-experience .seller-agenda-jamarca img {
        width: 122px;
    }

    .seller-agenda-experience .seller-agenda-logo {
        width: 58px;
        height: 58px;
        flex-basis: 58px;
        border-radius: var(--jm-radius-md);
    }

    .seller-agenda-experience .seller-agenda-seller-identity {
        min-width: 0;
        gap: 8px;
    }

    .seller-agenda-experience .seller-agenda-seller-copy strong {
        max-width: max(92px, calc(100vw - 224px));
        font-size: 20px;
    }

    .seller-agenda-experience .seller-agenda-clock {
        min-width: 70px;
    }

    .seller-agenda-experience .seller-agenda-clock span {
        display: none;
    }

    .seller-agenda-experience .seller-agenda-clock strong {
        font-size: 19px;
    }

    .seller-agenda-experience .seller-agenda-clock-brand {
        width: 122px;
        min-width: 122px;
        gap: 2px;
    }

    .seller-agenda-experience .seller-agenda-header {
        align-items: start;
        gap: 8px;
        padding-inline: 2px;
    }

    .seller-agenda-experience .seller-agenda-page-heading {
        padding-inline: 2px;
    }

    .seller-agenda-experience .seller-agenda-next {
        padding: 17px;
    }

    .seller-agenda-experience .seller-agenda-next-head {
        display: grid;
    }

    .seller-agenda-experience .seller-agenda-simultaneous {
        justify-self: start;
    }

    .seller-agenda-experience .seller-agenda-carousel,
    .seller-agenda-experience .seller-agenda-timeline-group .seller-agenda-carousel {
        grid-auto-columns: minmax(280px, 88%);
    }

    .seller-agenda-experience .seller-agenda-timeline-card {
        padding: 18px;
    }

    .seller-agenda-experience .seller-agenda-section-actions {
        flex: 0 0 auto;
    }

    .seller-agenda-experience .seller-agenda-filter-trigger {
        width: 44px;
        justify-content: center;
        padding: 0;
    }

    .seller-agenda-experience .seller-agenda-filter-trigger span {
        display: none;
    }

    .seller-agenda-experience .seller-agenda-timeline-appointments.parallel {
        grid-template-columns: 1fr;
    }

    .seller-agenda-experience .seller-agenda-calendar-card {
        padding: 16px 6px;
    }

    .seller-agenda-experience .seller-agenda-calendar-weekdays,
    .seller-agenda-experience .seller-agenda-calendar-grid {
        gap: 0;
    }

    .seller-agenda-experience .seller-agenda-dialog {
        width: 100%;
        max-width: none;
        margin: auto 0 0;
        border-radius: 24px 24px 0 0;
    }
}

@media (max-width: 380px) {
    .seller-panel.seller-agenda-experience {
        padding-inline: 12px;
    }

    .seller-agenda-experience .seller-agenda-jamarca img {
        width: 106px;
    }

    .seller-agenda-experience .seller-agenda-logo {
        width: 54px;
        height: 54px;
        flex-basis: 54px;
    }

    .seller-agenda-experience .seller-agenda-seller-copy strong {
        max-width: max(82px, calc(100vw - 202px));
        font-size: 18px;
    }

    .seller-agenda-experience .seller-agenda-clock-brand {
        width: 106px;
        min-width: 106px;
    }

    .seller-agenda-experience .seller-agenda-appointment {
        grid-template-columns: 1fr;
    }

    .seller-agenda-experience .seller-agenda-appointment-meta {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seller-agenda-experience *,
    .seller-agenda-experience *::before,
    .seller-agenda-experience *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* Segurança do seller — modal no desktop e bottom sheet no mobile. */
.seller-password-dialog {
    width: min(100% - 32px, 480px);
    max-height: min(760px, calc(100dvh - 32px));
    overflow: auto;
    border: 0;
    border-radius: var(--jm-radius-xl);
    padding: 0;
    background: transparent;
    color: var(--jm-graphite-900);
}

.seller-password-dialog::backdrop {
    background: rgba(31, 41, 55, .58);
    backdrop-filter: blur(3px);
}

.seller-password-dialog-body {
    position: relative;
    display: grid;
    gap: 16px;
    border-radius: var(--jm-radius-xl);
    padding: 28px;
    background: var(--jm-white);
    box-shadow: 0 24px 64px rgba(31, 41, 55, .22);
}

.seller-password-dialog-body > header {
    padding-right: 52px;
}

.seller-password-dialog-body > header p,
.seller-password-dialog-body > header h2,
.seller-password-dialog-body > header span {
    display: block;
    margin: 0;
}

.seller-password-dialog-body > header p {
    margin-bottom: 4px;
    color: var(--jm-primary-600);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.seller-password-dialog-body > header h2 {
    font: 700 24px/1.2 Poppins, Arial, Helvetica, sans-serif;
}

.seller-password-dialog-body > header span {
    margin-top: 6px;
    color: var(--jm-graphite-500);
    font-size: 14px;
    line-height: 1.45;
}

.seller-password-dialog .seller-agenda-dialog-close {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
}

.seller-password-feedback {
    border: 1px solid rgba(239, 68, 68, .34);
    border-radius: var(--jm-radius-md);
    padding: 11px 12px;
    background: rgba(239, 68, 68, .07);
    color: var(--jm-error);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.seller-password-feedback.success {
    border-color: rgba(34, 197, 94, .34);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.seller-password-field {
    display: grid;
    gap: 7px;
    color: var(--jm-graphite-900);
    font-size: 14px;
    font-weight: 750;
}

.seller-password-field > small {
    color: var(--jm-graphite-500);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.seller-password-field > [data-password-field-error]:not(:empty) {
    color: var(--jm-error);
    font-weight: 700;
}

.seller-password-input-wrap {
    position: relative;
    display: block;
}

.seller-password-input-wrap input {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 56px 0 14px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    font-size: 16px;
}

.seller-password-input-wrap input:focus,
.seller-password-input-wrap input:focus-visible {
    border-color: var(--jm-primary-500);
    outline: 0;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.seller-password-field.invalid .seller-password-input-wrap input {
    border-color: var(--jm-error);
    background: rgba(239, 68, 68, .04);
}

.seller-password-input-wrap button {
    position: absolute;
    top: 3px;
    right: 3px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 0;
    border-radius: 10px;
    padding: 0;
    background: transparent;
    color: var(--jm-graphite-500);
    cursor: pointer;
}

.seller-password-input-wrap button:hover {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-900);
}

.seller-password-input-wrap button:focus-visible,
.seller-password-dialog .seller-agenda-dialog-close:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-primary-500) 44%, transparent);
    outline-offset: 2px;
}

.seller-password-input-wrap svg {
    width: 20px;
    height: 20px;
}

.seller-password-input-wrap [data-eye-closed],
.seller-password-input-wrap button[aria-pressed="true"] [data-eye-open] {
    display: none;
}

.seller-password-input-wrap button[aria-pressed="true"] [data-eye-closed] {
    display: block;
}

.seller-password-submit {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin-top: 2px;
}

.seller-password-submit .button-loader {
    position: absolute;
    inset: 50% auto auto 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.seller-password-submit.loading > span:first-child {
    opacity: 0;
}

.seller-password-submit.loading .button-loader {
    opacity: 1;
}

@media (max-width: 620px) {
    .seller-password-dialog {
        width: 100%;
        max-width: none;
        max-height: calc(100dvh - 12px);
        margin: auto 0 0;
        border-radius: var(--jm-radius-xl) var(--jm-radius-xl) 0 0;
    }

    .seller-password-dialog-body {
        padding: 24px 20px max(24px, env(safe-area-inset-bottom));
        border-radius: var(--jm-radius-xl) var(--jm-radius-xl) 0 0;
    }

    .seller-password-dialog .seller-agenda-dialog-close {
        top: 16px;
        right: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .seller-password-dialog *,
    .seller-password-dialog *::before,
    .seller-password-dialog *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }
}

/* Vitrine pública — fechamento canônico aprovado em DESIGN 2.1.5. */
.public-booking-experience .booking-brand img {
    display: block;
    width: 124px;
    height: auto;
}

.public-booking-experience .booking-share {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-color: color-mix(in srgb, var(--jm-info) 30%, transparent);
    background: color-mix(in srgb, var(--jm-info) 10%, transparent);
    color: var(--jm-info);
}

.public-booking-experience .booking-share:hover {
    background: color-mix(in srgb, var(--jm-info) 16%, transparent);
    box-shadow: 0 8px 22px rgba(31, 41, 55, .12);
    transform: translateY(-1px);
}

.public-booking-experience .booking-channel {
    min-height: 60px;
    align-items: center;
}

.public-booking-experience .booking-channel-copy {
    display: flex;
    min-width: 0;
    align-items: center;
}

.public-booking-experience .booking-channel-copy strong {
    font-size: 15px;
    line-height: 1.25;
}

.public-booking-experience .booking-calendar-navigation {
    gap: 6px;
}

.public-booking-experience .booking-month-select {
    min-width: 150px;
}

.public-booking-experience .booking-month-select select {
    border: 0;
    padding-right: 38px;
    padding-left: 14px;
    color: var(--jm-graphite-900);
    font-size: 13px;
    font-weight: 700;
}

.public-booking-experience .booking-periods button {
    min-height: 44px;
    height: auto;
    padding: 0 14px;
    font-size: 14px;
}

@media (max-width: 719px) {
    .public-booking-experience .booking-experience-header {
        min-height: 76px;
    }

    .public-booking-experience .booking-brand img {
        width: 104px;
    }
}

@media (max-width: 430px) {
    .public-booking-experience .booking-date-head {
        align-items: stretch;
        flex-direction: column;
    }

    .public-booking-experience .booking-calendar-navigation {
        width: 100%;
    }

    .public-booking-experience .booking-month-select {
        flex: 1 1 auto;
    }

    .public-booking-experience .booking-periods {
        width: 100%;
    }

    .public-booking-experience .booking-periods button {
        min-width: 0;
        flex: 1 1 0;
        padding-inline: 8px;
    }
}

/* Ações globais — opção 01 · Equilíbrio funcional (DESIGN 2.3.0). */
.public-modal-close,
.seller-agenda-experience .seller-agenda-dialog-close,
.seller-agenda-experience .seller-agenda-legend-close {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: color-mix(in srgb, var(--jm-error) 8%, var(--jm-white));
    color: var(--jm-error);
    cursor: pointer;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.public-modal-close:hover,
.seller-agenda-experience .seller-agenda-dialog-close:hover,
.seller-agenda-experience .seller-agenda-legend-close:hover {
    border-color: var(--jm-error);
    background: color-mix(in srgb, var(--jm-error) 14%, var(--jm-white));
}

.public-modal-close:active:not(:disabled),
.seller-agenda-experience .seller-agenda-dialog-close:active:not(:disabled),
.seller-agenda-experience .seller-agenda-legend-close:active:not(:disabled) {
    transform: scale(.96);
}

.public-modal-close:focus-visible,
.seller-agenda-experience .seller-agenda-dialog-close:focus-visible,
.seller-agenda-experience .seller-agenda-legend-close:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-error) 34%, transparent);
    outline-offset: 3px;
}

.public-modal-close:disabled,
.seller-agenda-experience .seller-agenda-dialog-close:disabled,
.seller-agenda-experience .seller-agenda-legend-close:disabled {
    opacity: .46;
    cursor: not-allowed;
}

.public-modal-close svg,
.seller-agenda-experience .seller-agenda-dialog-close svg,
.seller-agenda-experience .seller-agenda-legend-close svg,
.seller-settings-back svg,
#seller-settings-save .seller-action-save-icon {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 24px;
}

.seller-settings-back {
    display: grid;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    place-items: center;
    margin: 0 0 16px auto;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    text-decoration: none;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.seller-settings-back:hover {
    border-color: color-mix(in srgb, var(--jm-graphite-500) 55%, var(--jm-gray-300));
    background: var(--jm-gray-100);
}

.seller-agenda-experience .seller-agenda-legend-close svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.seller-settings-back:active {
    transform: scale(.96);
}

.seller-settings-back:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 38%, transparent);
    outline-offset: 3px;
}

#seller-settings-save {
    min-height: 48px;
    gap: 9px;
    border: 0;
    border-radius: var(--jm-radius-md);
    padding: 0 17px;
    background: var(--jm-primary-500);
    color: var(--jm-white);
    box-shadow: 0 9px 20px color-mix(in srgb, var(--jm-primary-500) 22%, transparent);
    transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease, opacity .16s ease;
}

#seller-settings-save:hover:not(:disabled) {
    background: var(--jm-primary-600);
    filter: none;
    transform: translateY(-1px);
}

#seller-settings-save:active:not(:disabled) {
    transform: translateY(0) scale(.98);
}

#seller-settings-save:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 38%, transparent);
    outline-offset: 3px;
}

#seller-settings-save:disabled {
    opacity: .58;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

#seller-settings-save.loading .seller-action-save-icon {
    display: none;
}

#seller-settings-save.loading .button-text {
    opacity: 1;
}

#seller-settings-save .button-loader {
    position: static;
    flex: 0 0 18px;
}

@media (prefers-reduced-motion: reduce) {
    .public-modal-close,
    .seller-agenda-experience .seller-agenda-dialog-close,
    .seller-settings-back,
    #seller-settings-save {
        transition: none;
    }
}

/* Painel do seller — opção 01: Vitrine, notificações e configurações independentes. */
.seller-agenda-experience .seller-agenda-clock-brand { position: relative; }

.seller-agenda-experience .seller-agenda-utility-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    margin-top: 5px;
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button {
    position: relative;
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    justify-content: center;
    border: 0;
    border-radius: var(--jm-radius-md);
    padding: 0;
    background: transparent;
    color: var(--jm-graphite-900);
    text-decoration: none;
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button:hover,
.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button[aria-expanded="true"] {
    background: var(--jm-gray-100);
    color: var(--jm-graphite-700);
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 32%, transparent);
    outline-offset: 2px;
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button svg { width: 26px; height: 26px; }
.seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button[aria-disabled="true"] { opacity: .45; pointer-events: none; }

.seller-agenda-experience .seller-notifications-trigger.has-unread,
.seller-agenda-experience .seller-notifications-trigger.has-unread:hover,
.seller-agenda-experience .seller-notifications-trigger.has-unread[aria-expanded="true"] {
    background: color-mix(in srgb, var(--jm-info) 8%, var(--jm-white));
    color: var(--jm-info);
}

.seller-agenda-experience .seller-notifications-count {
    position: absolute;
    top: 7px;
    right: 6px;
    display: grid;
    min-width: 12px;
    width: 12px;
    height: 12px;
    place-items: center;
    border: 2px solid var(--jm-white);
    border-radius: 999px;
    padding: 0;
    background: var(--jm-info);
    color: var(--jm-white);
}

.seller-agenda-experience .seller-notifications-count[hidden],
.seller-agenda-experience .seller-notifications-panel[hidden] { display: none; }

.seller-agenda-experience .seller-notifications-panel {
    position: absolute;
    z-index: 40;
    top: calc(100% + 8px);
    right: 48px;
    width: min(330px, calc(100vw - 48px));
    max-height: min(520px, calc(100vh - 130px));
    overflow: auto;
    border: 1px solid var(--jm-gray-300);
    border-radius: 18px;
    padding: 8px;
    background: var(--jm-white);
    box-shadow: 0 18px 48px rgba(31, 41, 55, .13);
}

.seller-agenda-experience .seller-notifications-panel:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 28%, transparent);
    outline-offset: 2px;
}

.seller-agenda-experience .seller-notifications-panel > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 9px 10px;
}

.seller-agenda-experience .seller-notifications-panel > header strong { color: var(--jm-graphite-900); font-size: 15px; }
.seller-agenda-experience .seller-notifications-panel > header span { color: var(--jm-graphite-500); font-size: 12px; }

.seller-agenda-experience .seller-notification-item {
    display: grid;
    width: 100%;
    min-height: 64px;
    grid-template-columns: 8px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--jm-gray-300) 62%, var(--jm-white));
    padding: 10px 9px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    text-align: left;
    cursor: pointer;
}

.seller-agenda-experience .seller-notification-item:first-child { border-top: 0; }

.seller-agenda-experience .seller-notification-item:hover,
.seller-agenda-experience .seller-notification-item:focus-visible { background: var(--jm-gray-100); }

.seller-agenda-experience .seller-notification-item:focus-visible,
.seller-agenda-experience .seller-notifications-feedback button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--jm-info) 28%, transparent);
    outline-offset: -3px;
}

.seller-agenda-experience .seller-notification-item[data-reading="true"] { opacity: .52; cursor: wait; }
.seller-agenda-experience .seller-notification-item[data-read="true"] { opacity: .52; }
.seller-agenda-experience .seller-notification-item[data-read="true"] .seller-notification-signal { background: var(--jm-gray-300); }
.seller-agenda-experience .seller-notification-signal { width: 8px; height: 8px; border-radius: 50%; background: var(--jm-info); }
.seller-agenda-experience .seller-notification-copy { min-width: 0; }
.seller-agenda-experience .seller-notification-copy strong,
.seller-agenda-experience .seller-notification-copy small { display: block; }

.seller-agenda-experience .seller-notification-copy strong {
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.seller-agenda-experience .seller-notification-copy small { margin-top: 3px; color: var(--jm-graphite-500); font-size: 12px; }
.seller-agenda-experience .seller-notification-item time { color: var(--jm-info); font-size: 12px; font-weight: 850; }

.seller-agenda-experience .seller-notification-item.finance {
    min-height: 72px;
    grid-template-columns: 8px 36px minmax(0, 1fr) auto;
}

.seller-agenda-experience .seller-notification-item.plan {
    min-height: 76px;
    grid-template-columns: 8px 38px minmax(0, 1fr) auto;
}

.seller-agenda-experience .seller-notification-plan-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 11px;
    background: color-mix(in srgb, var(--jm-info) 9%, var(--jm-white));
    color: var(--jm-info);
}

.seller-agenda-experience .seller-notification-item.plan.celebration .seller-notification-plan-icon {
    background: color-mix(in srgb, var(--jm-primary-600) 12%, var(--jm-white));
    color: var(--jm-primary-600);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, #7c3aed 24%, transparent);
}

.seller-agenda-experience .seller-notification-plan-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seller-agenda-experience .seller-notification-item[data-read="true"] .seller-notification-plan-icon { opacity: .55; }

.seller-agenda-experience .seller-notification-finance-icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--jm-warning) 11%, var(--jm-white));
    color: var(--jm-warning);
}

.seller-agenda-experience .seller-notification-finance-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.seller-agenda-experience .seller-notification-item[data-read="true"] .seller-notification-finance-icon { opacity: .55; }

.seller-finance-notification-dialog {
    width: min(calc(100% - 32px), 470px);
    max-height: calc(100dvh - 32px);
    border: 0;
    border-radius: var(--jm-radius-xl);
    padding: 0;
    background: transparent;
    overflow: visible;
}

.seller-finance-notification-dialog::backdrop { background: rgba(31, 41, 55, .58); }

.seller-finance-notification-body {
    position: relative;
    max-height: calc(100dvh - 32px);
    overflow: auto;
    border-radius: var(--jm-radius-xl);
    padding: 24px;
    background: var(--jm-white);
    box-shadow: 0 18px 48px rgba(31, 41, 55, .16);
}

.seller-finance-notification-body > header { padding-right: 56px; }
.seller-finance-notification-body > header p { margin: 0 0 5px; color: var(--jm-primary-600); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.seller-finance-notification-body > header h2 { margin: 0; color: var(--jm-graphite-900); font-size: 23px; }

.seller-finance-notification-summary {
    margin-top: 20px;
    border: 1px solid color-mix(in srgb, var(--jm-warning) 42%, var(--jm-white));
    border-radius: var(--jm-radius-lg);
    padding: 15px;
    background: color-mix(in srgb, var(--jm-warning) 7%, var(--jm-white));
}

.seller-finance-notification-summary strong { display: block; color: var(--jm-graphite-900); font-size: 16px; }
.seller-finance-notification-summary p { margin: 7px 0 0; color: var(--jm-graphite-700); font-size: 13px; line-height: 1.5; }
.seller-finance-notification-facts { margin: 16px 0 0; }
.seller-finance-notification-facts > div { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--jm-gray-300); font-size: 13px; }
.seller-finance-notification-facts dt { color: var(--jm-graphite-500); }
.seller-finance-notification-facts dd { margin: 0; color: var(--jm-graphite-900); font-weight: 850; text-align: right; }
.seller-finance-notification-note { margin: 15px 0 0; color: var(--jm-graphite-500); font-size: 12px; line-height: 1.5; }
.seller-finance-notification-understood { width: 100%; min-height: 48px; margin-top: 18px; border: 0; border-radius: var(--jm-radius-md); background: var(--jm-primary-600); color: var(--jm-white); font-weight: 850; cursor: pointer; }
.seller-finance-notification-understood:hover { background: color-mix(in srgb, var(--jm-primary-600) 88%, black); }
.seller-finance-notification-understood:focus-visible { outline: 3px solid color-mix(in srgb, var(--jm-info) 32%, transparent); outline-offset: 3px; }

.seller-agenda-experience .seller-notifications-feedback {
    display: grid;
    min-height: 112px;
    place-items: center;
    align-content: center;
    gap: 7px;
    border-top: 1px solid color-mix(in srgb, var(--jm-gray-300) 62%, var(--jm-white));
    padding: 18px 12px;
    color: var(--jm-graphite-500);
    text-align: center;
}

.seller-agenda-experience .seller-notifications-feedback strong { color: var(--jm-graphite-700); font-size: 13px; }
.seller-agenda-experience .seller-notifications-feedback span { font-size: 12px; }
.seller-agenda-experience .seller-notifications-feedback.error strong { color: var(--jm-error); }

.seller-agenda-experience .seller-notifications-feedback button {
    min-height: 44px;
    border: 1px solid var(--jm-gray-300);
    border-radius: var(--jm-radius-md);
    padding: 0 14px;
    background: var(--jm-white);
    color: var(--jm-graphite-900);
    font-weight: 750;
    cursor: pointer;
}

.seller-agenda-experience .seller-notifications-loader {
    width: 20px;
    height: 20px;
    border: 2px solid var(--jm-gray-300);
    border-top-color: var(--jm-info);
    border-radius: 50%;
    animation: seller-notifications-spin .8s linear infinite;
}

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

@media (max-width: 700px) {
    .seller-agenda-experience .seller-agenda-utility-actions { gap: 0; }
    .seller-agenda-experience .seller-agenda-utility-actions .seller-agenda-icon-button { width: 44px; height: 44px; flex-basis: 44px; }
    .seller-agenda-experience .seller-agenda-seller-copy strong { max-width: max(82px, calc(100vw - 240px)); }
    .seller-agenda-experience .seller-notifications-panel {
        position: fixed;
        top: auto;
        right: 12px;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 12px;
        width: auto;
        max-height: min(70dvh, 520px);
        border-radius: 22px;
        padding-bottom: max(8px, env(safe-area-inset-bottom));
    }
}

@media (max-width: 430px) {
    .seller-agenda-experience .seller-notification-item.finance { grid-template-columns: 8px 34px minmax(0, 1fr); }
    .seller-agenda-experience .seller-notification-item.finance time { grid-column: 3; }
    .seller-finance-notification-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)); margin-bottom: max(10px, env(safe-area-inset-bottom)); }
    .seller-finance-notification-body { max-height: calc(100dvh - 20px - env(safe-area-inset-bottom)); border-radius: 24px 24px 18px 18px; padding: 20px 18px calc(18px + env(safe-area-inset-bottom)); }
}

@media (max-width: 390px) {
    .seller-agenda-experience .seller-agenda-seller-copy strong { max-width: max(82px, calc(100vw - 240px)); }
    .seller-agenda-experience .seller-agenda-clock-brand { width: 132px; min-width: 132px; }
    .seller-agenda-experience .seller-agenda-jamarca,
    .seller-agenda-experience .seller-agenda-clock { justify-self: end; }
}

@media (prefers-reduced-motion: reduce) {
    .seller-agenda-experience .seller-notifications-loader { animation: none !important; }
}

/* Cabeçalho da Agenda — identidade do seller alinhada à Vitrine pública. */
.seller-agenda-experience .seller-agenda-header {
    margin-bottom: 8px;
}

.seller-agenda-experience .seller-agenda-seller-identity {
    min-width: 0;
    align-items: center;
    gap: 20px;
}

.seller-agenda-experience .seller-agenda-logo {
    width: 128px;
    height: 128px;
    flex-basis: 128px;
    border-radius: 22px;
    background: var(--jm-gray-100);
    box-shadow: 0 8px 22px rgba(31, 41, 55, .15);
}

.seller-agenda-experience .seller-agenda-working-hours {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    color: var(--jm-graphite-700);
    font-size: 12px;
    line-height: 1.5;
}

.seller-agenda-experience .seller-agenda-working-hours[hidden] {
    display: none;
}

.seller-agenda-experience .seller-agenda-working-hours-icon {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: var(--jm-radius-sm);
    background: var(--jm-primary-50);
    color: var(--jm-primary-600);
}

.seller-agenda-experience .seller-agenda-working-hours-icon svg {
    width: 16px;
    height: 16px;
}

.seller-agenda-experience .seller-agenda-working-hours > div,
.seller-agenda-experience [data-seller-working-hours-lines] {
    display: block;
    min-width: 0;
}

.seller-agenda-experience .seller-agenda-working-hours > div > strong,
.seller-agenda-experience [data-seller-working-hours-lines] > span {
    display: block;
}

.seller-agenda-experience .seller-agenda-working-hours > div > strong {
    color: var(--jm-graphite-900);
    font-size: 13px;
}

.seller-agenda-experience .seller-agenda-clock-brand {
    width: 156px;
    min-width: 156px;
    justify-items: center;
}

.seller-agenda-experience .seller-agenda-jamarca,
.seller-agenda-experience .seller-agenda-clock {
    justify-self: center;
}

.seller-agenda-experience .seller-agenda-jamarca img {
    width: 154px;
}

.seller-agenda-experience .seller-agenda-clock {
    width: 156px;
    text-align: center;
}

.seller-agenda-experience .seller-agenda-heading-actions {
    align-self: center;
}

.seller-agenda-experience .seller-agenda-heading-actions .seller-agenda-utility-actions {
    margin-top: 0;
}

@media (max-width: 700px) {
    .seller-agenda-experience .seller-agenda-header {
        margin-bottom: 10px;
    }

    .seller-agenda-experience .seller-agenda-seller-identity {
        gap: 10px;
    }

    .seller-agenda-experience .seller-agenda-logo {
        width: 92px;
        height: 92px;
        flex-basis: 92px;
    }

    .seller-agenda-experience .seller-agenda-seller-copy strong {
        max-width: max(100px, calc(100vw - 252px));
    }

    .seller-agenda-experience .seller-agenda-clock-brand,
    .seller-agenda-experience .seller-agenda-clock {
        width: 132px;
        min-width: 132px;
    }

    .seller-agenda-experience .seller-agenda-jamarca img {
        width: 132px;
    }
}

@media (max-width: 370px) {
    .seller-agenda-experience .seller-agenda-logo {
        width: 82px;
        height: 82px;
        flex-basis: 82px;
        border-radius: 20px;
    }

    .seller-agenda-experience .seller-agenda-seller-identity {
        gap: 8px;
    }

    .seller-agenda-experience .seller-agenda-seller-copy strong {
        max-width: 100px;
        font-size: 18px;
    }

    .seller-agenda-experience .seller-agenda-clock-brand,
    .seller-agenda-experience .seller-agenda-clock {
        width: 124px;
        min-width: 124px;
    }

    .seller-agenda-experience .seller-agenda-jamarca img {
        width: 124px;
    }
}

/* Ajuste fino: relógio ligeiramente mais baixo e alinhado sob a assinatura. */
.seller-agenda-experience .seller-agenda-clock-brand {
    gap: 8px;
}

.seller-agenda-experience .seller-agenda-clock {
    width: 112px;
    min-width: 112px;
    justify-self: end;
    text-align: center;
}

@media (max-width: 370px) {
    .seller-agenda-experience .seller-agenda-clock {
        width: 108px;
        min-width: 108px;
    }
}

/* Dados de Cadastro — enquadramento estável sem dependência da posição dos cards. */
.seller-agenda-experience #seller-view-dados .seller-settings-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
}

.seller-agenda-experience #seller-view-dados .seller-settings-grid > .seller-card,
.seller-agenda-experience #seller-view-dados .seller-settings-grid > .seller-save-bar {
    width: 100%;
    min-width: 0;
    grid-column: 1 / -1;
}

.seller-agenda-experience #seller-view-dados .seller-public-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 14px;
    margin-bottom: 16px;
}

.seller-agenda-experience #seller-view-dados .seller-public-links-grid .seller-public-field {
    min-width: 0;
    grid-column: auto;
    margin-bottom: 0;
}

.seller-agenda-experience #seller-view-dados .seller-public-links-grid .seller-public-field-location {
    grid-column: 1 / -1;
}

.seller-agenda-experience #seller-view-dados .seller-public-links-grid input {
    width: 100%;
    min-width: 0;
}

.seller-agenda-experience #seller-view-dados .seller-logo-upload {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.seller-agenda-experience #seller-view-dados .seller-logo-upload input[type="file"] {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    flex: none;
}

.seller-agenda-experience #seller-view-dados .seller-closures-card .seller-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 18px;
}

.seller-agenda-experience #seller-view-dados .seller-closures-card .seller-card-header > div {
    min-width: 0;
}

@media (max-width: 760px) {
    .seller-agenda-experience #seller-view-dados .seller-logo-upload,
    .seller-agenda-experience #seller-view-dados .seller-public-links-grid,
    .seller-agenda-experience #seller-view-dados .seller-closures-card .seller-card-header {
        grid-template-columns: minmax(0, 1fr);
    }

    .seller-agenda-experience #seller-view-dados .seller-logo-upload {
        gap: 12px;
    }

    .seller-agenda-experience #seller-view-dados .seller-public-links-grid .seller-public-field-location {
        grid-column: auto;
    }

    .seller-agenda-experience #seller-view-dados #seller-add-holiday {
        width: 100%;
        min-width: 0;
    }

    .seller-agenda-experience #seller-view-dados .seller-service-row,
    .seller-agenda-experience #seller-view-dados .seller-holiday-row {
        width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .seller-agenda-experience #seller-view-dados .seller-service-row label,
    .seller-agenda-experience #seller-view-dados .seller-holiday-row label,
    .seller-agenda-experience #seller-view-dados .seller-service-row input,
    .seller-agenda-experience #seller-view-dados .seller-holiday-row input,
    .seller-agenda-experience #seller-view-dados .seller-holiday-row select {
        width: 100%;
        min-width: 0;
    }

    .seller-agenda-experience #seller-view-dados .seller-service-row .seller-toggle-line.compact {
        width: auto;
        min-width: 0;
        justify-self: start;
    }

    .seller-agenda-experience #seller-view-dados .seller-service-row .seller-delete-row,
    .seller-agenda-experience #seller-view-dados .seller-holiday-row .seller-delete-row {
        width: 44px;
        min-width: 44px;
        height: 44px;
        grid-column: auto;
        justify-self: end;
        border-radius: var(--jm-radius-md);
    }
}

.seller-agenda-experience .seller-agenda-utility-actions .seller-analytics-access[aria-disabled="true"] {
    pointer-events: auto;
    opacity: .42;
    cursor: not-allowed;
}
