/* Extracted from the legacy post-workspace cascade. Keep route-tail ordering stable. */
body.user-body-workspace .workspace-calendar-mobile-disclosure,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure {
    display: contents;
}

body.user-body-workspace .workspace-calendar-mobile-disclosure-summary,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure-summary {
    display: none;
}

body.user-body-workspace,
.meeting-wizard[data-meeting-wizard="scheduled"] {
    --workspace-calendar-selection-surface: var(--zn-member-bg-card);
    --workspace-calendar-selection-option-surface: var(--zn-member-bg-card);
    --workspace-calendar-selection-option-hover: var(--zn-member-bg-surface-hover);
    --workspace-calendar-selection-option-selected-bg: var(--zn-member-accent-surface);
    --workspace-calendar-selection-option-selected-text: var(--zn-member-accent-text);
    --workspace-calendar-selection-border: var(--zn-member-border);
    --workspace-calendar-selection-shadow: var(--zn-member-shadow);
    --workspace-calendar-selection-panel-surface: var(--zn-member-bg-card);
    --workspace-calendar-selection-list-surface: var(--zn-member-bg-surface);
    --workspace-calendar-selection-chip-surface: var(--zn-member-bg-surface);
    --workspace-calendar-selection-check-surface: var(--zn-member-bg-card);
    --workspace-calendar-selection-check-dot: var(--zn-member-primary-text);
    --workspace-calendar-selection-check-ring: var(--zn-member-accent-surface);
}

body.user-body-workspace .workspace-calendar-time-picker,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-picker {
    position: relative;
}

body.user-body-workspace .workspace-calendar-time-select-native,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-select-native {
    display: none !important;
}

body.user-body-workspace .workspace-calendar-time-trigger,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    cursor: pointer;
}

body.user-body-workspace .workspace-calendar-time-trigger::after,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-trigger::after {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-left: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.75;
    transform: rotate(45deg) translateY(-2px);
}

body.user-body-workspace .workspace-calendar-time-menu,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-menu {
    position: fixed;
    top: var(--calendar-time-menu-top, 0);
    left: var(--calendar-time-menu-left, 0);
    z-index: 220;
    width: var(--calendar-time-menu-width, 220px);
    max-height: var(--calendar-time-menu-max-height, 236px);
    padding: 6px;
    border: 1px solid var(--workspace-calendar-selection-border);
    border-radius: 14px;
    background: var(--workspace-calendar-selection-surface);
    box-shadow: var(--workspace-calendar-selection-shadow);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.user-body-workspace .workspace-calendar-time-menu[hidden],
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-menu[hidden] {
    display: none;
}

body.user-body-workspace .workspace-calendar-time-option,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-option {
    width: 100%;
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    color: var(--zn-member-text-primary);
    background: var(--workspace-calendar-selection-option-surface);
    font: inherit;
    text-align: left;
    cursor: pointer;
}

body.user-body-workspace .workspace-calendar-time-option:hover,
body.user-body-workspace .workspace-calendar-time-option:focus-visible,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-option:hover,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-option:focus-visible {
    background: var(--workspace-calendar-selection-option-hover);
    outline: none;
}

body.user-body-workspace .workspace-calendar-time-option[aria-selected="true"],
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-time-option[aria-selected="true"] {
    background: var(--workspace-calendar-selection-option-selected-bg);
    color: var(--workspace-calendar-selection-option-selected-text);
    font-weight: 760;
}

body.user-body-workspace .workspace-calendar-occurrence,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence {
    min-width: 0;
    position: relative;
}

body.user-body-workspace .workspace-calendar-occurrence-button,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    font-weight: 760;
    cursor: pointer;
}

body.user-body-workspace .workspace-calendar-occurrence-button::after,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-button::after {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    margin-left: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.75;
    transform: rotate(45deg) translateY(-2px);
}

body.user-body-workspace .workspace-calendar-occurrence-menu,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu {
    position: fixed;
    top: var(--calendar-occurrence-menu-top, 0);
    left: var(--calendar-occurrence-menu-left, 0);
    z-index: 220;
    width: var(--calendar-occurrence-menu-width, 220px);
    max-height: var(--calendar-occurrence-menu-max-height, 236px);
    min-width: 0;
    padding: 6px;
    border: 1px solid var(--workspace-calendar-selection-border);
    border-radius: 14px;
    background: var(--workspace-calendar-selection-surface);
    box-shadow: var(--workspace-calendar-selection-shadow);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.user-body-workspace .workspace-calendar-occurrence-menu[hidden],
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu[hidden] {
    display: none;
}

body.user-body-workspace .workspace-calendar-occurrence-menu button,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu button {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 0;
    border-radius: 10px;
    color: var(--zn-member-text-primary);
    background: var(--workspace-calendar-selection-option-surface);
    font: inherit;
    font-weight: 650;
    text-align: left;
    cursor: pointer;
}

body.user-body-workspace .workspace-calendar-occurrence-menu button:hover,
body.user-body-workspace .workspace-calendar-occurrence-menu button:focus-visible,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu button:hover,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu button:focus-visible {
    background: var(--workspace-calendar-selection-option-hover);
    outline: none;
}

body.user-body-workspace .workspace-calendar-occurrence-menu button[aria-pressed="true"],
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence-menu button[aria-pressed="true"] {
    background: var(--workspace-calendar-selection-option-selected-bg);
    color: var(--workspace-calendar-selection-option-selected-text);
    font-weight: 760;
}

body.user-body-workspace .workspace-calendar-external-guest-field-label,
body.user-body-workspace .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-desktop-title,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-field-label,
.meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-desktop-title {
    display: none;
}

@media (min-width: 761px) {
    body.user-body-workspace .workspace-calendar-external-guest-field-label,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-field-label {
        display: block;
        margin: 0 0 -6px;
        color: var(--zn-member-text-secondary);
        font-size: 0.84rem;
        font-weight: 700;
        line-height: 1.2;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header {
        min-height: 38px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 14px;
        border: 1px solid var(--zn-member-border);
        border-radius: 10px;
        background: var(--zn-member-bg-surface);
        color: var(--zn-member-text-primary);
        font-size: 0.92rem;
        font-weight: 700;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-mobile-title,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-mobile-title {
        display: none;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-desktop-title,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header > .workspace-calendar-external-guest-desktop-title {
        display: inline-flex;
        align-items: center;
        min-width: 0;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header svg,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-header svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        opacity: 0.75;
        transition: transform 160ms ease;
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure[open] .workspace-calendar-external-guest-header svg,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure[open] .workspace-calendar-external-guest-header svg {
        transform: rotate(180deg);
    }

    body.user-body-workspace .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-body,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-external-guest-panel.workspace-calendar-mobile-disclosure .workspace-calendar-external-guest-body {
        display: grid;
        gap: 8px;
        padding: 10px 0 0;
    }
}

body.user-body-workspace .workspace-calendar-shell {
    --workspace-world-timer-toggle-color: var(--zn-member-text-muted);
    --workspace-world-timer-toggle-active-color: var(--zn-member-accent-text);
    --workspace-world-timer-toggle-active-bg: color-mix(in srgb, var(--zn-member-accent) 22%, transparent);
    --workspace-world-timer-toggle-shadow: 0 10px 26px color-mix(in srgb, var(--zn-member-bg-app) 28%, transparent);
    --workspace-world-timer-surface: var(--zn-member-bg-card);
    --workspace-world-timer-row-surface: var(--zn-member-bg-surface);
    --workspace-world-timer-reference-surface: color-mix(in srgb, var(--zn-member-accent) 18%, var(--zn-member-bg-surface));
    --workspace-world-timer-border: var(--zn-member-border);
    --workspace-world-timer-muted-border: var(--zn-member-border-muted);
    --workspace-world-timer-shadow: 0 18px 48px color-mix(in srgb, var(--zn-member-bg-app) 52%, transparent);
    --workspace-world-timer-soft-shadow: 0 8px 20px color-mix(in srgb, var(--zn-member-bg-app) 34%, transparent);
    --workspace-world-timer-reference-shadow: 0 10px 26px color-mix(in srgb, var(--zn-member-bg-app) 28%, transparent);
    --workspace-world-timer-icon-surface: var(--zn-member-accent);
    --workspace-world-timer-info-border: var(--zn-member-accent-border-muted);
    --workspace-world-timer-info-surface: color-mix(in srgb, var(--zn-member-accent) 18%, transparent);
    --workspace-world-timer-info-ring: var(--zn-member-accent-border-muted);
    --workspace-world-timer-info-fill: color-mix(in srgb, var(--zn-member-accent-text) 28%, transparent);
    --workspace-world-timer-flag-border: color-mix(in srgb, var(--zn-member-border) 88%, transparent);
    --workspace-world-timer-flag-highlight: color-mix(in srgb, var(--zn-member-bg-surface-active) 42%, transparent);
    --workspace-world-timer-status-working-text: var(--zn-member-accent-text);
    --workspace-world-timer-status-working-bg: color-mix(in srgb, var(--zn-member-accent) 34%, transparent);
    --workspace-world-timer-status-early-text: var(--zn-member-text-link);
    --workspace-world-timer-status-early-bg: color-mix(in srgb, var(--zn-member-text-link) 28%, transparent);
    --workspace-world-timer-status-late-text: var(--zn-member-warning-text);
    --workspace-world-timer-status-late-bg: color-mix(in srgb, var(--zn-warning-soft) 44%, transparent);
}

body.user-body-workspace .workspace-world-timer-drawer {
    border: 1px solid var(--workspace-world-timer-border);
    background: var(--workspace-world-timer-surface);
    color: var(--zn-member-text-primary);
    box-shadow: var(--workspace-world-timer-shadow);
    backdrop-filter: none;
}

body.user-body-workspace .workspace-world-timer-title-icon {
    border: 1px solid var(--zn-member-accent-border-muted);
    background: var(--workspace-world-timer-icon-surface);
}

body.user-body-workspace .workspace-world-timer-header h3,
body.user-body-workspace .workspace-world-timer-results h4,
body.user-body-workspace .workspace-world-timer-copy strong,
body.user-body-workspace .workspace-world-timer-time strong {
    color: var(--zn-member-text-primary);
}

body.user-body-workspace .workspace-world-timer-header p,
body.user-body-workspace .workspace-world-timer-info p,
body.user-body-workspace .workspace-world-timer-copy small,
body.user-body-workspace .workspace-world-timer-footnote,
body.user-body-workspace .workspace-world-timer-empty {
    color: var(--zn-member-text-muted);
}

body.user-body-workspace .workspace-world-timer-close {
    border-color: var(--zn-member-border);
    color: var(--zn-member-text-muted);
    background: var(--zn-member-bg-surface);
}

body.user-body-workspace .workspace-world-timer-close:hover,
body.user-body-workspace .workspace-world-timer-close:focus-visible {
    color: var(--zn-member-text-primary);
    border-color: var(--zn-member-accent-border-muted);
    background: var(--zn-member-bg-surface-muted);
    box-shadow: var(--workspace-world-timer-soft-shadow);
}

body.user-body-workspace .workspace-world-timer-info {
    border-color: var(--workspace-world-timer-info-border);
    background: var(--workspace-world-timer-info-surface);
}

body.user-body-workspace .workspace-world-timer-info span {
    border-color: var(--workspace-world-timer-info-ring);
    box-shadow: inset 6px 0 0 var(--workspace-world-timer-info-fill);
}

body.user-body-workspace .workspace-world-timer-row {
    border-color: var(--workspace-world-timer-border);
    background: var(--workspace-world-timer-row-surface);
}

body.user-body-workspace .workspace-world-timer-row.is-reference {
    border-color: var(--zn-member-accent-border-muted);
    background: var(--workspace-world-timer-reference-surface);
    box-shadow: var(--workspace-world-timer-reference-shadow);
}

body.user-body-workspace .workspace-world-timer-flag {
    border-color: var(--workspace-world-timer-flag-border);
    box-shadow: inset 0 0 0 1px var(--workspace-world-timer-flag-highlight);
}

body.user-body-workspace .workspace-world-timer-status-working {
    color: var(--workspace-world-timer-status-working-text);
    background: var(--workspace-world-timer-status-working-bg);
}

body.user-body-workspace .workspace-world-timer-status-early {
    color: var(--workspace-world-timer-status-early-text);
    background: var(--workspace-world-timer-status-early-bg);
}

body.user-body-workspace .workspace-world-timer-status-late {
    color: var(--workspace-world-timer-status-late-text);
    background: var(--workspace-world-timer-status-late-bg);
}

body.user-body-workspace .workspace-calendar-world-timer-toggle {
    color: var(--workspace-world-timer-toggle-color);
}

body.user-body-workspace .workspace-calendar-world-timer-toggle:hover,
body.user-body-workspace .workspace-calendar-world-timer-toggle:focus-visible,
body.user-body-workspace .workspace-calendar-world-timer-toggle[aria-expanded="true"] {
    color: var(--workspace-world-timer-toggle-active-color);
    background: var(--workspace-world-timer-toggle-active-bg);
    box-shadow: var(--workspace-world-timer-toggle-shadow);
}

body.user-body-workspace .workspace-calendar-world-timer-icon,
body.user-body-workspace .workspace-world-timer-title-icon img {
    filter: var(--zn-workspace-world-timer-icon-filter);
}

@media (min-width: 761px) and (max-width: 1366px) {
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-toolbar {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-controls {
        justify-content: flex-start;
    }
}

@media (max-width: 980px) {
    body.user-body-workspace:has(.workspace-calendar-shell) {
        overflow: auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .user-shell {
        height: auto;
        min-height: 100vh;
    }

    .workspace-calendar-layout {

        grid-template-rows: auto auto;
        height: auto;
        max-height: none;
    }

    .workspace-calendar-main {
        height: min(74vh, 760px);
    }

    .workspace-calendar-scroll {
        max-height: none;
    }

    .workspace-calendar-event-block[data-calendar-overlap-density="dense"] {
        width: calc(100% - (var(--event-overlap-stack-offset, 0) * 10px) - 4px);
        margin-left: calc(var(--event-overlap-stack-offset, 0) * 10px);
        transform: translateY(calc(var(--event-overlap-stack-offset, 0) * 3px));
        z-index: calc(8 + var(--event-overlap-stack-order, 0));
    }

    .workspace-calendar-event-block[data-calendar-overlap-density="dense"] .workspace-calendar-event-actions {
        flex-wrap: wrap;
    }

    .workspace-calendar-form-panel {
        max-height: 70vh;
    }

    .workspace-calendar-upcoming .workspace-calendar-panel {
        max-height: none;
    }}

@media (max-width: 760px) {
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="calendar"] .workspace-left-panel {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="calendar"] .workspace-browser {
        display: block;
        min-width: 0;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="calendar"] .workspace-calendar-main {
        display: flex;
        height: calc(var(--app-vh) - 24px);
        min-height: 620px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-manual-entry {
        display: inline-flex;
    }

    body.user-body-workspace:has(.workspace-layout[data-calendar-mobile-view="create"]) {
        height: 100%;
        min-height: 100%;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-layout[data-calendar-mobile-view="create"]) .user-shell {
        height: var(--app-vh);
        min-height: 0;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-layout[data-calendar-mobile-view="create"]) .workspace-hub {
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-browser {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
        padding-bottom: 0;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-left-workflow {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        margin-top: 8px;
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: hidden;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-feed-card {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell {
        flex: 1 1 auto;
        min-height: 0;
        gap: 14px;
        padding-bottom: calc(132px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell > * {
        flex: 0 0 auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] [data-calendar-title-input],
    .meeting-wizard[data-meeting-wizard="scheduled"] [data-calendar-title-input] {
        min-height: 54px;
        font-size: 1rem;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell .form-field,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell .form-field {
        min-width: 0;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-occurrence,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-occurrence {
        flex: 0 0 auto;
        min-width: min(150px, 100%);
        overflow: visible;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-date-row,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-date-row > .form-field:first-child {
        inline-size: 80%;
        max-inline-size: 220px;
        justify-self: start;
    }

    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-row > .form-field:first-child {
        inline-size: 100%;
        max-inline-size: 100%;
        justify-self: stretch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell .form-input,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell input[type="date"],
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell select,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell .form-input,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell input[type="date"],
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell select {
        width: 100%;
        inline-size: 100%;
        max-width: 100%;
        max-inline-size: 100%;
        min-width: 0;
        min-inline-size: 0;
        min-height: 52px;
        box-sizing: border-box;
        font-size: 16px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] input[type="date"],
    .meeting-wizard[data-meeting-wizard="scheduled"] input[type="date"] {
        display: block;
        inline-size: 100%;
        max-inline-size: 100%;
        -webkit-appearance: none;
        appearance: none;
        overflow: hidden;
        padding-right: 8px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] input[type="date"]::-webkit-date-and-time-value,
    .meeting-wizard[data-meeting-wizard="scheduled"] input[type="date"]::-webkit-date-and-time-value {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: left;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] input[type="date"]::-webkit-calendar-picker-indicator,
    .meeting-wizard[data-meeting-wizard="scheduled"] input[type="date"]::-webkit-calendar-picker-indicator {
        flex: 0 0 auto;
        margin-left: auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-submit {
        position: fixed;
        right: max(28px, calc(env(safe-area-inset-right) + 28px));
        bottom: max(14px, calc(env(safe-area-inset-bottom) + 14px));
        left: max(28px, calc(env(safe-area-inset-left) + 28px));
        z-index: 80;
        width: auto;
        max-width: none;
        min-height: 56px;
        border-radius: 18px;
        box-shadow: 0 14px 34px color-mix(in srgb, var(--zn-member-bg-app) 72%, transparent);
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell.is-participant-drawer-open .workspace-calendar-submit,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-action-shell.is-occurrence-menu-open .workspace-calendar-submit,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell.is-participant-drawer-open .workspace-calendar-submit,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-action-shell.is-occurrence-menu-open .workspace-calendar-submit {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure {
        flex: 0 0 auto;
        display: block;
        border: 1px solid color-mix(in srgb, var(--zn-member-border) 62%, transparent);
        border-radius: 14px;
        background: color-mix(in srgb, var(--zn-member-bg-surface) 72%, transparent);
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure-summary,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure-summary {
        height: 52px;
        min-height: 52px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 14px;
        color: var(--zn-member-text-primary);
        font-size: 0.94rem;
        font-weight: 720;
        list-style: none;
        cursor: pointer;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure-summary::-webkit-details-marker,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure-summary::-webkit-details-marker {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure-summary svg,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure-summary svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        transition: transform 160ms ease;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure[open] .workspace-calendar-mobile-disclosure-summary svg,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure[open] .workspace-calendar-mobile-disclosure-summary svg {
        transform: rotate(180deg);
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure[open],
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure[open] {
        padding-bottom: 12px;
        overflow: visible;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure[open] .workspace-calendar-participants,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure-body,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure[open] .workspace-calendar-participants,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure-body {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0 12px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure[open] .workspace-calendar-participant-picker-header,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure[open] .workspace-calendar-participant-picker-header {
        min-height: 48px;
        padding-top: 2px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-mobile-disclosure[open] .workspace-calendar-selected-participants:not(:empty),
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-mobile-disclosure[open] .workspace-calendar-selected-participants:not(:empty) {
        padding-top: 2px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-browser {
        padding-top: 0;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-left-workflow {


        margin: 12px max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));
        box-sizing: border-box;
        max-height: calc(100dvh - 116px);
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel {
        height: auto;
        max-height: none;
        min-height: 0;
        overflow: visible;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel > .workspace-calendar-action-shell,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-edit-shell {
        flex: 1 1 auto;
        max-height: none;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-row,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-form-row {
        grid-template-columns: minmax(0, 1fr);
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-date-row,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-row {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-date-row .workspace-calendar-occurrence,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-row .workspace-calendar-occurrence {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) [data-calendar-meeting-options-body] .workspace-calendar-occurrence,
    .meeting-wizard[data-meeting-wizard="scheduled"] [data-calendar-meeting-options-body] .workspace-calendar-occurrence {
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: visible !important;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participants,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participants {

        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-layout {
        height: auto;
        grid-template-rows: auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-main {
        display: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-shell {
        display: block;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-upcoming {
        width: 100%;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-upcoming .workspace-calendar-panel {
        max-height: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-upcoming-list {
        grid-template-columns: minmax(0, 1fr);
        max-height: none;
    }}

@media (max-width: 980px) {

    .workspace-calendar-layout {
        grid-template-columns: 1fr;
    }

    .workspace-calendar-main {
        min-height: auto;
    }

    .workspace-calendar-toolbar,
    .workspace-calendar-footer {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

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

    .workspace-calendar-controls {
        justify-content: flex-start;
    }

    }

@media (max-width: 760px) {

    body.user-body-workspace .workspace-breadcrumbs,
    body.user-body-workspace .workspace-section,
    body.user-body-workspace .workspace-upload-form,
    body.user-body-workspace .workspace-calendar-main,
    body.user-body-workspace .workspace-subtabs {
        border-radius: 18px;
    }

    body.user-body-workspace .workspace-calendar-controls {
        gap: 6px;
    }

    body.user-body-workspace .workspace-calendar-timezone,
    body.user-body-workspace .workspace-calendar-range {
        white-space: normal;
    }

    body.user-body-workspace .workspace-world-timer-drawer {
        position: fixed;
        inset: auto 12px 12px 12px;
        width: auto;
        max-height: min(78vh, 680px);
        border-radius: 20px;
        z-index: 1100;
    }

    body.user-body-workspace .workspace-world-timer-row {
        grid-template-columns: auto minmax(0, 1fr);
    }

    body.user-body-workspace .workspace-world-timer-time {
        grid-column: 2;
        justify-items: start;
    }

    body.user-body-workspace .workspace-calendar-form-row {
        grid-template-columns: 1fr;
    }}

@media (max-width: 760px) {
    body.user-body-meetings .meeting-participant-drawer,
    body.user-body-workspace .workspace-calendar-participant-drawer,
    body.meeting-wizard-open .workspace-calendar-participant-drawer {
        align-items: stretch;
        justify-content: center;
        padding: 0;
        box-sizing: border-box;
    }

    body.user-body-workspace .workspace-calendar-participant-drawer-backdrop,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-backdrop {
        background: color-mix(in srgb, var(--zn-member-bg-app) 88%, black);
    }

    body.user-body-meetings .meeting-participant-drawer-panel,
    body.user-body-workspace .workspace-calendar-participant-drawer-panel,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-panel {
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0;
        padding:
            calc(16px + env(safe-area-inset-top))
            max(16px, env(safe-area-inset-right))
            calc(16px + env(safe-area-inset-bottom))
            max(16px, env(safe-area-inset-left));
        border-radius: 0;
        overflow: hidden;
    }

    body.user-body-workspace .workspace-calendar-participant-drawer-panel,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-panel {
        border: 0;
        background: var(--zn-member-bg-app);
        box-shadow: none;
    }

    body.user-body-meetings .meeting-participant-drawer {
        align-items: flex-start;
        padding:
            max(54px, calc(env(safe-area-inset-top) + 22px))
            max(14px, env(safe-area-inset-right))
            max(14px, env(safe-area-inset-bottom))
            max(14px, env(safe-area-inset-left));
    }

    body.user-body-meetings .meeting-participant-drawer-panel {
        width: min(100%, 420px);
        height: min(640px, calc(100dvh - max(54px, calc(env(safe-area-inset-top) + 22px)) - max(14px, env(safe-area-inset-bottom))));
        max-height: calc(100dvh - max(54px, calc(env(safe-area-inset-top) + 22px)) - max(14px, env(safe-area-inset-bottom)));
        margin: 0;
        padding: 14px;
        border-radius: 16px;
    }

    body.user-body-meetings .meeting-participant-drawer-header,
    body.user-body-workspace .workspace-calendar-participant-drawer-header,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-header {
        min-height: 46px;
        align-items: center;
    }

    body.user-body-meetings .meeting-participant-drawer-close,
    body.user-body-workspace .workspace-calendar-participant-drawer-close,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-close {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        border-radius: 14px;
    }

    body.user-body-meetings .meeting-participant-search,
    body.user-body-workspace .workspace-calendar-participant-search,
    body.meeting-wizard-open .workspace-calendar-participant-search {
        flex-basis: 48px;
        min-height: 48px;
    }

    body.user-body-meetings .meeting-participant-list,
    body.user-body-workspace .workspace-calendar-participant-list,
    body.meeting-wizard-open .workspace-calendar-participant-list {
        min-height: 0;
        max-height: none;
        flex: 1 1 auto;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    body.user-body-meetings .meeting-participant-drawer-footer,
    body.user-body-workspace .workspace-calendar-participant-drawer-footer,
    body.meeting-wizard-open .workspace-calendar-participant-drawer-footer {
        flex: 0 0 auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-left-workflow,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel > .workspace-calendar-action-shell,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-edit-shell,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-row,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participants,
    body.user-body-workspace:has(.workspace-calendar-shell) .form-field,
    body.user-body-workspace:has(.workspace-calendar-shell) .form-input,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participant-drawer-open,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-submit,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-form-row,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participants,
    .meeting-wizard[data-meeting-wizard="scheduled"] .form-field,
    .meeting-wizard[data-meeting-wizard="scheduled"] .form-input,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participant-drawer-open,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-submit {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel > .workspace-calendar-action-shell,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-edit-shell {
        overflow-x: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-date-row > .workspace-calendar-date-field {
        width: 80% !important;
        inline-size: 80% !important;
        max-width: 176px !important;
        max-inline-size: 176px !important;
        min-width: 0 !important;
        min-inline-size: 0 !important;
        justify-self: start;
    }

    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-row > .workspace-calendar-date-field {
        width: 100% !important;
        inline-size: 100% !important;
        max-width: 100% !important;
        max-inline-size: 100% !important;
        min-width: 0 !important;
        min-inline-size: 0 !important;
        justify-self: stretch;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-date-field > input[type="date"].form-input,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-date-field > input[type="date"].form-input {
        width: 100% !important;
        inline-size: 100% !important;
        max-width: 100% !important;
        max-inline-size: 100% !important;
        min-width: 0 !important;
        min-inline-size: 0 !important;
        padding-inline: 10px 6px;
        font-size: 14px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participants,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participants {
        max-height: none;
        overflow: visible;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participant-picker-header,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participant-picker-header {
        min-width: 0;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-participant-picker-actions,
    .meeting-wizard[data-meeting-wizard="scheduled"] .workspace-calendar-participant-picker-actions {
        min-width: 0;
        flex: 0 0 auto;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-left-workflow {
        width: auto;
        max-width: none;
        margin-right: max(16px, env(safe-area-inset-right));
        margin-left: max(16px, env(safe-area-inset-left));
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"],
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-left-workflow,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-panel {
        min-height: 0;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-left-workflow {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        height: auto;
        max-height: none;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-panel > .workspace-calendar-action-shell {
        flex: 1 1 auto;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 760px) {
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-panel > .workspace-calendar-action-shell,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-edit-shell {
        padding-bottom: 12px;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-body {
        flex: 1 1 auto;
        gap: 14px;
        padding-bottom: calc(120px + env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 761px) and (max-width: 980px) and (max-height: 500px) {
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel.workspace-calendar-left-workflow {
        height: calc(100dvh - 214px);
        max-height: calc(100dvh - 214px);
        min-height: 0;
        overflow: hidden;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel > .workspace-calendar-action-shell {
        height: 100%;
        min-height: 0;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-calendar-form-panel > .workspace-calendar-feed-card {
        display: none;
    }
}

body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout {
    display: grid;
    grid-template-columns: minmax(320px, 410px) minmax(0, 1fr);
    gap: 14px;
}

body.user-body-workspace:has(.workspace-calendar-shell) .workspace-browser {
    flex: initial;
}

@media (min-width: 901px) and (max-width: 1180px) {
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout {
        grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
        gap: 10px;
    }

    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-browser {
        padding: 14px;
    }
}

@media (max-width: 900px) {

    body.user-body-workspace .workspace-layout,
    body.user-body-workspace:has(.workspace-calendar-shell) .workspace-layout {
        width: 100%;
        max-width: none;
        margin: 0;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 0 calc(18px + env(safe-area-inset-bottom));
    }}

@media (max-width: 900px) {
    html[data-device-platform="ios"][data-display-mode="standalone"] body.user-body-workspace .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-left-workflow {
        margin-top: 0;
        padding-top: max(72px, calc(var(--znode-ios-pwa-safe-top) + 36px));
    }

    html[data-device-platform="ios"][data-display-mode="standalone"] body.user-body-workspace .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-panel > .workspace-calendar-action-shell {
        padding-bottom: calc(18px + var(--znode-ios-pwa-safe-bottom));
    }

    html[data-device-platform="ios"][data-display-mode="standalone"] body.user-body-workspace .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-form-body {
        padding-bottom: calc(138px + var(--znode-ios-pwa-safe-bottom));
        scroll-padding-top: calc(72px + var(--znode-ios-pwa-safe-top));
    }

    html[data-device-platform="ios"][data-display-mode="standalone"] body.user-body-workspace .workspace-layout[data-calendar-mobile-view="create"] .workspace-calendar-submit {
        bottom: max(24px, calc(var(--znode-ios-pwa-safe-bottom) + 18px));
    }
}
