/*
 * myMesyuarat Professional UI
 * Presentation-only layer. Application behaviour and backend flows are unchanged.
 */

:root {
    --ui-navy-950: #07192b;
    --ui-navy-900: #0b2239;
    --ui-navy-800: #123452;
    --ui-navy-700: #1b4568;
    --ui-teal-700: #0f766e;
    --ui-teal-600: #0d9488;
    --ui-teal-100: #ccfbf1;
    --ui-teal-50: #f0fdfa;
    --ui-slate-950: #0f172a;
    --ui-slate-800: #1e293b;
    --ui-slate-700: #334155;
    --ui-slate-600: #475569;
    --ui-slate-500: #64748b;
    --ui-slate-400: #94a3b8;
    --ui-slate-300: #cbd5e1;
    --ui-slate-200: #e2e8f0;
    --ui-slate-100: #f1f5f9;
    --ui-slate-50: #f8fafc;
    --ui-white: #ffffff;
    --ui-success: #15803d;
    --ui-warning: #b45309;
    --ui-danger: #b91c1c;
    --ui-info: #0369a1;
    --ui-radius-sm: 8px;
    --ui-radius: 12px;
    --ui-radius-lg: 16px;
    --ui-shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);
    --ui-shadow-sm: 0 4px 14px rgba(15, 23, 42, .06);
    --ui-shadow-md: 0 12px 30px rgba(15, 23, 42, .08);

    --app-ink: var(--ui-slate-950);
    --app-ink-2: var(--ui-slate-800);
    --app-muted: var(--ui-slate-500);
    --app-soft: var(--ui-slate-50);
    --app-soft-2: var(--ui-teal-50);
    --app-line: rgba(148, 163, 184, .32);
    --app-line-strong: rgba(100, 116, 139, .36);
    --app-teal: var(--ui-teal-600);
    --app-teal-2: var(--ui-teal-700);
    --app-indigo: var(--ui-navy-700);
    --app-gold: #d9a441;
    --app-coral: #c96f5c;
    --app-green: var(--ui-success);
    --app-red: var(--ui-danger);
    --app-sidebar: var(--ui-navy-950);
    --app-sidebar-2: var(--ui-navy-900);
    --app-shadow: var(--ui-shadow-sm);
    --app-shadow-sm: var(--ui-shadow-xs);
}

html {
    color-scheme: light;
    background: #eef2f7;
}

body {
    color: var(--ui-slate-800) !important;
    background: #f4f7fb !important;
    background-image: none !important;
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

::selection {
    color: var(--ui-navy-950);
    background: #99f6e4;
}

a {
    color: var(--ui-teal-700);
    text-underline-offset: 3px;
}

a:hover {
    color: #115e59;
}

/* Application header and navigation */

.app-header {
    z-index: 1030;
    border-bottom: 0 !important;
    background: var(--ui-navy-900) !important;
    background-image: none !important;
    box-shadow: 0 6px 22px rgba(7, 25, 43, .18);
    backdrop-filter: none !important;
}

.app-header-main {
    min-height: 72px !important;
    gap: 24px !important;
    padding: 10px clamp(18px, 2.5vw, 36px) !important;
}

.app-brand {
    gap: 12px !important;
}

.brand-mark {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px !important;
    color: #fff !important;
    background: rgba(13, 148, 136, .92) !important;
    box-shadow: none !important;
}

.brand-name {
    color: #fff !important;
    font-size: 1rem;
    font-weight: 750 !important;
    letter-spacing: -.01em !important;
}

.brand-caption {
    color: rgba(226, 232, 240, .72) !important;
    font-size: .72rem !important;
    font-weight: 500 !important;
}

.nav-dock {
    justify-content: flex-start !important;
    gap: 5px !important;
}

.nav-dock-link {
    min-height: 40px !important;
    padding: 0 13px !important;
    border-color: transparent !important;
    border-radius: 9px !important;
    color: rgba(226, 232, 240, .82) !important;
    background: transparent !important;
    font-size: .84rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.nav-dock-link i {
    color: rgba(153, 246, 228, .8) !important;
}

.nav-dock-link:hover,
.nav-dock-link:focus,
.nav-group.is-open .nav-group-toggle {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .08) !important;
    background: rgba(255, 255, 255, .08) !important;
}

.nav-dock-link.active,
.nav-dock-link.active:hover,
.nav-dock-link.active:focus {
    color: #fff !important;
    border-color: rgba(45, 212, 191, .22) !important;
    background: rgba(13, 148, 136, .3) !important;
    box-shadow: inset 0 0 0 1px rgba(45, 212, 191, .12) !important;
}

.nav-dock-link.active i,
.nav-group.is-open .nav-group-toggle i {
    color: #99f6e4 !important;
}

.nav-dock-caret {
    color: rgba(226, 232, 240, .55) !important;
}

.nav-submenu {
    min-width: 260px !important;
    gap: 3px !important;
    padding: 7px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .16) !important;
}

.nav-submenu-link {
    min-height: 42px !important;
    border-radius: 8px !important;
    color: var(--ui-slate-600) !important;
    font-size: .84rem !important;
    font-weight: 600 !important;
}

.nav-submenu-link i {
    color: var(--ui-teal-700) !important;
}

.nav-submenu-link:hover,
.nav-submenu-link:focus {
    color: var(--ui-slate-950) !important;
    background: var(--ui-slate-100) !important;
}

.nav-submenu-link.active,
.nav-submenu-link.active:hover,
.nav-submenu-link.active:focus {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    box-shadow: none !important;
}

.header-tools {
    gap: 9px !important;
}

.role-chip {
    min-height: 36px !important;
    padding: 0 11px !important;
    border-color: rgba(153, 246, 228, .2) !important;
    border-radius: 9px !important;
    color: #ccfbf1 !important;
    background: rgba(13, 148, 136, .16) !important;
    font-size: .76rem !important;
    font-weight: 650 !important;
}

.account-button {
    min-height: 40px !important;
    padding: 0 12px !important;
    border-color: rgba(255, 255, 255, .12) !important;
    border-radius: 9px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
    font-size: .84rem;
    font-weight: 600 !important;
}

.account-button:hover,
.account-button:focus {
    border-color: rgba(255, 255, 255, .22) !important;
    background: rgba(255, 255, 255, .1) !important;
}

.dropdown-menu {
    padding: 7px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 12px !important;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .14) !important;
}

.dropdown-item,
.dropdown-item-text {
    border-radius: 8px;
    font-size: .86rem;
}

/* Page shell */

.app-shell {
    min-height: calc(100vh - 72px) !important;
}

.main-content {
    padding: clamp(24px, 3vw, 40px) clamp(18px, 3vw, 40px) 48px !important;
}

.page-heading {
    align-items: center !important;
    gap: 20px !important;
    margin-bottom: 24px !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid var(--ui-slate-200) !important;
}

.page-heading h1 {
    color: var(--ui-slate-950) !important;
    font-size: clamp(1.55rem, 2.2vw, 2rem) !important;
    font-weight: 750 !important;
    letter-spacing: -.025em !important;
    line-height: 1.2;
}

.page-heading p {
    max-width: 62rem !important;
    margin-top: 5px !important;
    color: var(--ui-slate-500) !important;
    font-size: .9rem;
    line-height: 1.55;
}

.page-actions {
    align-items: center;
    gap: 9px !important;
}

/* Shared surfaces */

.app-card,
.modal-single-card-view .brief-hero,
.modal-single-card-view .brief-panel,
.modal-single-card-view .ops-panel {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: var(--ui-radius-lg) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

.app-card:hover {
    border-color: #d5dee9;
}

.btn {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: .5rem .9rem;
    border-radius: 9px !important;
    font-size: .86rem;
    font-weight: 650 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:focus-visible {
    outline: 3px solid rgba(13, 148, 136, .18);
    outline-offset: 2px;
}

.btn-sm {
    min-height: 34px;
    padding: .35rem .7rem;
    font-size: .79rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ui-teal-700);
    --bs-btn-border-color: var(--ui-teal-700);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #115e59;
    --bs-btn-hover-border-color: #115e59;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #134e4a;
    --bs-btn-active-border-color: #134e4a;
}

.btn-outline-primary {
    --bs-btn-color: var(--ui-teal-700);
    --bs-btn-border-color: #99d5cf;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ui-teal-700);
    --bs-btn-hover-border-color: var(--ui-teal-700);
}

.btn-light {
    --bs-btn-color: var(--ui-slate-700);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--ui-slate-300);
    --bs-btn-hover-color: var(--ui-slate-950);
    --bs-btn-hover-bg: var(--ui-slate-100);
    --bs-btn-hover-border-color: var(--ui-slate-400);
}

.btn-success {
    --bs-btn-bg: var(--ui-success);
    --bs-btn-border-color: var(--ui-success);
}

.btn-warning,
.btn-outline-warning {
    --bs-btn-color: #7c2d12;
    --bs-btn-bg: #fffbeb;
    --bs-btn-border-color: #fcd34d;
    --bs-btn-hover-color: #78350f;
    --bs-btn-hover-bg: #fef3c7;
    --bs-btn-hover-border-color: #f59e0b;
}

.btn-danger,
.btn-outline-danger {
    --bs-btn-color: var(--ui-danger);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fecaca;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ui-danger);
    --bs-btn-hover-border-color: var(--ui-danger);
}

.form-label {
    margin-bottom: 7px !important;
    color: var(--ui-slate-700) !important;
    font-size: .82rem !important;
    font-weight: 650 !important;
}

.form-control,
.form-select,
.input-group-text {
    min-height: 43px !important;
    border-color: var(--ui-slate-300) !important;
    border-radius: 9px !important;
    color: var(--ui-slate-800) !important;
    background-color: #fff !important;
    font-size: .88rem !important;
    box-shadow: none !important;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-text:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-text {
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
}

.form-control:hover,
.form-select:hover {
    border-color: var(--ui-slate-400) !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--ui-teal-600) !important;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .12) !important;
}

.form-control::placeholder {
    color: var(--ui-slate-400);
}

.form-text {
    color: var(--ui-slate-500) !important;
    font-size: .76rem !important;
    line-height: 1.5 !important;
}

.form-check-input {
    border-color: var(--ui-slate-400);
    box-shadow: none !important;
}

.form-check-input:checked {
    border-color: var(--ui-teal-700);
    background-color: var(--ui-teal-700);
}

.form-check-input:focus {
    border-color: var(--ui-teal-600);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, .12) !important;
}

.alert {
    border-width: 1px !important;
    border-radius: 11px !important;
    box-shadow: none !important;
    font-size: .87rem;
}

.alert-success {
    color: #166534;
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.alert-warning {
    color: #854d0e;
    border-color: #fde68a;
    background: #fffbeb;
}

.alert-danger {
    color: #991b1b;
    border-color: #fecaca;
    background: #fef2f2;
}

.alert-info,
.alert-secondary {
    color: var(--ui-slate-700);
    border-color: var(--ui-slate-200);
    background: var(--ui-slate-50);
}

.badge {
    padding: .42em .66em;
    border-radius: 999px !important;
    font-size: .69rem !important;
    font-weight: 700 !important;
    letter-spacing: .01em;
}

.text-bg-primary,
.text-bg-info {
    color: #115e59 !important;
    background: #ccfbf1 !important;
}

.text-bg-success {
    color: #166534 !important;
    background: #dcfce7 !important;
}

.text-bg-danger {
    color: #991b1b !important;
    background: #fee2e2 !important;
}

.text-bg-warning {
    color: #92400e !important;
    background: #fef3c7 !important;
}

.text-bg-secondary {
    color: var(--ui-slate-700) !important;
    background: var(--ui-slate-200) !important;
}

.table-responsive {
    scrollbar-color: var(--ui-slate-300) transparent;
}

.table {
    --bs-table-color: var(--ui-slate-700);
    --bs-table-border-color: var(--ui-slate-200);
    margin-bottom: 0;
    font-size: .84rem;
}

.table thead th {
    padding: .78rem .9rem !important;
    border-bottom-width: 1px !important;
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
    font-size: .7rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
}

.table tbody td {
    padding: .82rem .9rem !important;
    border-color: var(--ui-slate-200) !important;
    vertical-align: middle;
}

.table tbody tr {
    transition: background-color .15s ease;
}

.table tbody tr:hover > * {
    background: #f8fbfd !important;
}

.modal-content,
.meeting-modal {
    overflow: hidden;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .2) !important;
}

.meeting-modal .modal-header,
.modal-header {
    padding: 1.15rem 1.3rem !important;
    border-bottom: 1px solid var(--ui-slate-200) !important;
    color: var(--ui-slate-950) !important;
    background: #fff !important;
}

.meeting-modal .modal-title {
    color: var(--ui-slate-950) !important;
}

.meeting-modal .btn-close {
    filter: none !important;
}

.meeting-modal .modal-body,
.modal-body {
    padding: 1.25rem 1.3rem !important;
    background: var(--ui-slate-50) !important;
    background-image: none !important;
}

.meeting-modal .modal-footer,
.modal-footer {
    padding: .9rem 1.3rem !important;
    border-top: 1px solid var(--ui-slate-200) !important;
    background: #fff !important;
}

/* Dashboard */

.metric-card,
.stat-card {
    border-left: 1px solid var(--ui-slate-200) !important;
    background: #fff !important;
    background-image: none !important;
}

.stat-card::before {
    width: 3px !important;
    background: var(--ui-teal-600) !important;
}

.metric-icon {
    border-radius: 10px !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
}

.calendar-heading-block h2 {
    color: var(--ui-slate-950);
    font-weight: 700 !important;
}

.calendar-view-switch {
    gap: 3px !important;
    padding: 4px !important;
    border-color: var(--ui-slate-200) !important;
    background: var(--ui-slate-50) !important;
    box-shadow: none !important;
}

.calendar-view-button {
    min-height: 36px !important;
    color: var(--ui-slate-600) !important;
    font-size: .82rem !important;
    font-weight: 650 !important;
}

.calendar-view-button i {
    color: var(--ui-slate-500) !important;
}

.calendar-view-button.active {
    color: #fff !important;
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
}

.calendar-view-button.active i {
    color: #fff !important;
}

.calendar-scroll {
    border-radius: 0 0 var(--ui-radius-lg) var(--ui-radius-lg);
}

.meeting-calendar {
    gap: 1px !important;
    background: var(--ui-slate-200) !important;
}

.calendar-weekday {
    min-height: 42px !important;
    color: var(--ui-slate-500) !important;
    background: var(--ui-slate-50) !important;
    font-size: .69rem !important;
    font-weight: 700 !important;
}

.calendar-weekday:nth-child(6),
.calendar-weekday:nth-child(7) {
    color: #b91c1c !important;
    background: #fef2f2 !important;
}

.calendar-day {
    min-height: 148px !important;
    padding: 10px !important;
    background: #fff !important;
}

.calendar-day.is-empty {
    background: #f8fafc !important;
    background-image: none !important;
}

.calendar-day.is-today {
    background: #fffbeb !important;
    box-shadow:
        inset 0 0 0 2px #f59e0b,
        inset 0 34px 0 rgba(251, 191, 36, .08);
}

.calendar-date-number {
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
    color: var(--ui-slate-700) !important;
    background: var(--ui-slate-100) !important;
    font-size: .78rem;
    font-weight: 700 !important;
}

.calendar-day.is-today .calendar-date-number {
    color: #451a03 !important;
    background: #fbbf24 !important;
    box-shadow: 0 3px 8px rgba(180, 83, 9, .2);
}

.calendar-day.is-today .calendar-count {
    color: #78350f !important;
    background: #fde68a !important;
}

.calendar-day.weekend-saturday:not(.is-today),
.calendar-day.weekend-sunday:not(.is-today) {
    background: #fff7f7 !important;
    box-shadow: inset 0 3px 0 rgba(239, 68, 68, .16);
}

.calendar-day.weekend-saturday:not(.is-today) .calendar-date-number,
.calendar-day.weekend-sunday:not(.is-today) .calendar-date-number {
    color: #991b1b !important;
    background: #fee2e2 !important;
}

.calendar-day.weekend-saturday:not(.is-today) .calendar-count,
.calendar-day.weekend-sunday:not(.is-today) .calendar-count {
    color: #991b1b !important;
    background: #fecaca !important;
}

.calendar-count {
    min-width: 23px !important;
    height: 23px !important;
    border-radius: 999px !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-100) !important;
    font-size: .68rem !important;
}

.calendar-event {
    gap: 2px !important;
    padding: 7px 8px !important;
    border-color: #d8e2eb !important;
    border-left: 3px solid var(--ui-teal-600) !important;
    border-radius: 7px !important;
    color: var(--ui-slate-800) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

.calendar-event:hover {
    border-color: #99d5cf !important;
    background: var(--ui-teal-50) !important;
}

.calendar-event-time {
    color: var(--ui-teal-700) !important;
}

.calendar-event-room {
    color: var(--ui-slate-500) !important;
}

.calendar-day-date-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.calendar-day.is-holiday:not(.is-today) {
    background: #fffbf3 !important;
    box-shadow: inset 0 3px 0 rgba(245, 158, 11, .5);
}

.calendar-day.is-holiday.is-today {
    box-shadow:
        inset 0 0 0 2px #f59e0b,
        inset 0 38px 0 rgba(245, 158, 11, .13);
}

.calendar-holiday-day-marker {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(217, 119, 6, .18);
    border-radius: 7px;
    color: #b45309;
    background: #fef3c7;
    font-size: .61rem;
}

.calendar-holidays {
    display: grid;
    gap: 5px;
}

.calendar-holiday-item {
    min-width: 0;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 7px 9px;
    border: 1px solid rgba(217, 119, 6, .22);
    border-radius: 10px;
    color: #78350f;
    background:
        linear-gradient(110deg, #fffbeb, #fff 78%);
    box-shadow: 0 3px 10px rgba(180, 83, 9, .05);
}

.calendar-holiday-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #d97706, #f59e0b);
    box-shadow: 0 4px 9px rgba(217, 119, 6, .18);
    font-size: .72rem;
}

.calendar-holiday-copy {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.calendar-holiday-copy small {
    color: #b45309;
    font-size: .58rem;
    font-weight: 750;
    letter-spacing: .045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.calendar-holiday-copy strong {
    display: -webkit-box;
    overflow: hidden;
    color: #78350f;
    font-size: .72rem;
    font-weight: 780;
    line-height: 1.3;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.calendar-holiday-status {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #92400e;
    background: #fde68a;
    font-size: .75rem;
    font-weight: 850;
}

.calendar-view-bulan .calendar-holiday-item {
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 6px;
    min-height: 27px;
    padding: 3px 6px;
    border-radius: 7px;
}

.calendar-view-bulan .calendar-holiday-icon {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    font-size: .56rem;
}

.calendar-view-bulan .calendar-holiday-copy small {
    display: none;
}

.calendar-view-bulan .calendar-holiday-copy strong {
    display: block;
    overflow: hidden;
    font-size: .63rem;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-view-bulan .calendar-holiday-status {
    width: 17px;
    height: 17px;
    font-size: .64rem;
}

.calendar-event-title,
.calendar-preview-header h3,
.calendar-agenda-copy > strong,
#meeting-detail-title {
    text-transform: uppercase;
}

.calendar-booking-preview {
    position: fixed;
    z-index: 1045;
    width: min(410px, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(15, 118, 110, .18);
    border-radius: 18px;
    color: var(--ui-slate-700);
    background: #fff;
    box-shadow:
        0 24px 64px rgba(15, 23, 42, .2),
        0 4px 14px rgba(15, 118, 110, .08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px) scale(.98);
    transform-origin: center;
    transition: opacity .16s ease, transform .16s ease;
}

.calendar-booking-preview[hidden] {
    display: none;
}

.calendar-booking-preview.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.calendar-preview-accent {
    height: 5px;
    background: linear-gradient(90deg, var(--ui-navy-800), var(--ui-teal-600) 62%, #5eead4);
}

.calendar-preview-header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 19px 20px 17px;
    border-bottom: 1px solid rgba(15, 118, 110, .1);
    background:
        radial-gradient(circle at 94% 8%, rgba(45, 212, 191, .14), transparent 36%),
        linear-gradient(145deg, #fff 0%, var(--ui-teal-50) 100%);
}

.calendar-preview-heading {
    min-width: 0;
}

.calendar-preview-kicker {
    width: fit-content;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 9px;
    padding: 4px 8px;
    border: 1px solid rgba(13, 148, 136, .18);
    border-radius: 999px;
    color: var(--ui-teal-700);
    background: rgba(255, 255, 255, .76);
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.calendar-preview-header h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--ui-slate-950);
    font-size: 1.08rem;
    font-weight: 780;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.calendar-preview-open-hint {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(15, 118, 110, .14);
    border-radius: 10px;
    color: var(--ui-teal-700);
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
    font-size: .8rem;
}

.calendar-preview-body {
    display: grid;
    gap: 11px;
    padding: 16px 18px 17px;
}

.calendar-preview-schedule {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.calendar-preview-fact {
    min-width: 0;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    min-height: 59px;
    padding: 9px;
    border: 1px solid var(--ui-slate-200);
    border-radius: 12px;
    background: var(--ui-slate-50);
}

.calendar-preview-fact-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--ui-teal-700);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, .1);
    font-size: .82rem;
}

.calendar-preview-fact-copy,
.calendar-preview-location-copy,
.calendar-preview-organizer-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.calendar-preview-fact-copy small,
.calendar-preview-location-copy small,
.calendar-preview-organizer-copy small {
    color: var(--ui-slate-500);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.calendar-preview-fact-copy strong {
    color: var(--ui-slate-800);
    font-size: .7rem;
    font-weight: 750;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.calendar-preview-location {
    min-width: 0;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid rgba(13, 148, 136, .2);
    border-radius: 13px;
    background: linear-gradient(110deg, var(--ui-teal-50), #fff);
}

.calendar-preview-location-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(145deg, var(--ui-teal-700), var(--ui-teal-600));
    box-shadow: 0 5px 12px rgba(13, 148, 136, .2);
    font-size: .9rem;
}

.calendar-preview-location-copy strong {
    overflow: hidden;
    color: var(--ui-slate-800);
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-preview-organizer {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--ui-slate-200);
    border-radius: 13px;
    background: #fff;
}

.calendar-preview-avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(145deg, var(--ui-navy-800), var(--ui-teal-700));
    box-shadow: 0 5px 12px rgba(15, 23, 42, .16);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .03em;
}

.calendar-preview-organizer-copy strong {
    overflow: hidden;
    color: var(--ui-slate-800);
    font-size: .79rem;
    font-weight: 750;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-preview-organizer-copy > span {
    overflow: hidden;
    color: var(--ui-slate-500);
    font-size: .67rem;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-preview-participants {
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    border: 1px solid rgba(15, 118, 110, .16);
    border-radius: 999px;
    color: var(--ui-teal-700);
    background: var(--ui-teal-50);
    font-size: .65rem;
    font-weight: 750;
    white-space: nowrap;
}

.calendar-preview-detail {
    padding: 11px 12px 12px;
    border: 1px solid var(--ui-slate-200);
    border-radius: 13px;
    background: var(--ui-slate-50);
}

.calendar-preview-detail-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    color: var(--ui-teal-700);
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.calendar-preview-detail p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--ui-slate-600);
    font-size: .73rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.calendar-preview-footer {
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 10px 18px;
    border-top: 1px solid rgba(15, 118, 110, .1);
    background: linear-gradient(90deg, var(--ui-slate-50), #fff);
}

.calendar-preview-link {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 7px 11px 7px 13px;
    border-radius: 9px;
    color: #fff;
    background: var(--ui-teal-700);
    box-shadow: 0 5px 12px rgba(15, 118, 110, .18);
    font-size: .7rem;
    font-weight: 750;
    text-decoration: none;
    transition: background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.calendar-preview-link:hover,
.calendar-preview-link:focus-visible {
    color: #fff;
    background: var(--ui-navy-800);
    box-shadow: 0 7px 16px rgba(15, 23, 42, .2);
    text-decoration: none;
    transform: translateY(-1px);
}

.calendar-preview-link:focus-visible {
    outline: 3px solid rgba(13, 148, 136, .16);
    outline-offset: 3px;
}

.calendar-preview-click-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ui-slate-500);
    font-size: .68rem;
    font-weight: 650;
}

.calendar-preview-click-hint i {
    color: var(--ui-teal-700);
}

@media (max-width: 480px) {
    .calendar-preview-header {
        padding: 16px;
    }

    .calendar-preview-body {
        padding: 13px 14px 14px;
    }

    .calendar-preview-schedule {
        grid-template-columns: 1fr;
    }

    .calendar-preview-organizer {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .calendar-preview-participants {
        grid-column: 1 / -1;
        width: fit-content;
        margin-left: 51px;
    }

    .calendar-preview-footer {
        padding-inline: 14px;
    }
}

.calendar-view-bulan .calendar-events {
    gap: 4px !important;
}

.calendar-view-bulan .calendar-event {
    min-width: 0;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 6px !important;
    min-height: 27px;
    padding: 4px 7px !important;
}

.calendar-view-bulan .calendar-event-time {
    font-size: .64rem !important;
    line-height: 1;
    white-space: nowrap;
}

.calendar-view-bulan .calendar-event-title {
    min-width: 0;
    overflow: hidden;
    font-size: .69rem !important;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-view-bulan .calendar-event-room {
    display: none;
}

.calendar-more-button {
    width: 100%;
    min-height: 27px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 3px 7px;
    border: 0;
    border-radius: 7px;
    color: var(--ui-teal-700);
    background: var(--ui-teal-50);
    font-size: .69rem;
    font-weight: 700;
    text-align: left;
    transition: color .15s ease, background-color .15s ease;
}

.calendar-more-button:hover,
.calendar-more-button:focus-visible {
    color: #fff;
    background: var(--ui-teal-700);
}

.calendar-more-button:focus-visible {
    outline: 3px solid rgba(13, 148, 136, .16);
    outline-offset: 1px;
}

.calendar-more-button i {
    font-size: .76rem;
}

.calendar-day-modal-dialog {
    --bs-modal-width: 720px;
}

.calendar-day-modal {
    border-color: rgba(15, 118, 110, .18) !important;
    border-radius: 22px !important;
    box-shadow:
        0 34px 90px rgba(15, 23, 42, .26),
        0 8px 24px rgba(15, 118, 110, .08) !important;
}

.calendar-day-modal-header {
    position: relative;
    align-items: flex-start;
    gap: 18px;
    overflow: hidden;
    padding: 22px 24px !important;
    border-bottom-color: rgba(15, 118, 110, .12) !important;
    background:
        radial-gradient(circle at 88% 10%, rgba(45, 212, 191, .2), transparent 36%),
        linear-gradient(135deg, #fff 0%, var(--ui-teal-50) 100%) !important;
}

.calendar-day-modal-header::after {
    position: absolute;
    right: -38px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(13, 148, 136, .05);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.calendar-day-modal-heading {
    min-width: 0;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.calendar-day-modal-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(145deg, var(--ui-navy-800), var(--ui-teal-600));
    box-shadow: 0 9px 20px rgba(15, 118, 110, .2);
    font-size: 1.2rem;
}

.calendar-day-modal-kicker {
    width: fit-content;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    padding: 4px 9px;
    border: 1px solid rgba(13, 148, 136, .2);
    border-radius: 999px;
    color: var(--ui-teal-700);
    background: rgba(255, 255, 255, .78);
    font-size: .64rem;
    font-weight: 750;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.calendar-day-modal .modal-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    color: var(--ui-slate-950);
    line-height: 1.25;
}

.calendar-day-modal .modal-title > span:first-child {
    color: var(--ui-teal-700);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.calendar-day-title-divider {
    width: 4px;
    height: 4px;
    flex: 0 0 4px;
    border-radius: 50%;
    background: var(--ui-slate-300);
}

.calendar-day-modal .modal-title > strong {
    color: var(--ui-slate-950);
    font-size: 1.32rem;
    font-weight: 820;
}

.calendar-day-modal-heading p {
    margin: 5px 0 0;
    color: var(--ui-slate-500);
    font-size: .73rem;
}

.calendar-day-modal-header .btn-close {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 9px !important;
    border: 1px solid var(--ui-slate-200);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .88);
    box-shadow: 0 4px 12px rgba(15, 23, 42, .06);
    opacity: .72;
}

.calendar-day-modal-header .btn-close:hover,
.calendar-day-modal-header .btn-close:focus-visible {
    opacity: 1;
}

.calendar-day-modal .modal-body {
    min-height: 280px;
    padding: 18px 20px 20px !important;
    background:
        linear-gradient(180deg, #f7fbfc 0%, var(--ui-slate-50) 100%) !important;
}

.calendar-agenda-holiday-notice {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    margin-bottom: 11px;
    padding: 10px 12px;
    border: 1px solid rgba(217, 119, 6, .22);
    border-radius: 13px;
    background: linear-gradient(110deg, #fffbeb, #fff);
}

.calendar-agenda-holiday-icon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: linear-gradient(145deg, #d97706, #f59e0b);
    box-shadow: 0 5px 12px rgba(217, 119, 6, .18);
    font-size: .86rem;
}

.calendar-agenda-holiday-notice > span:last-child {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.calendar-agenda-holiday-notice small {
    color: #b45309;
    font-size: .61rem;
    font-weight: 750;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.calendar-agenda-holiday-notice strong {
    color: #78350f;
    font-size: .78rem;
    font-weight: 780;
    line-height: 1.3;
    text-transform: uppercase;
}

.calendar-day-agenda-summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
    padding: 11px 13px;
    border: 1px solid rgba(13, 148, 136, .16);
    border-radius: 14px;
    background: linear-gradient(105deg, var(--ui-teal-50), #fff);
}

.calendar-agenda-summary-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(145deg, var(--ui-teal-700), var(--ui-teal-600));
    box-shadow: 0 5px 13px rgba(13, 148, 136, .18);
    font-size: .9rem !important;
}

.calendar-agenda-summary-copy {
    min-width: 0;
    display: grid;
    gap: 1px;
}

.calendar-agenda-summary-copy strong {
    color: var(--ui-slate-800);
    font-size: .82rem;
    font-weight: 800;
}

.calendar-agenda-summary-copy small {
    color: var(--ui-slate-500);
    font-size: .67rem;
}

.calendar-agenda-summary-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ui-slate-500) !important;
    font-size: .68rem !important;
    font-weight: 650 !important;
    white-space: nowrap;
}

.calendar-agenda-summary-hint i {
    color: var(--ui-teal-700);
}

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

.calendar-agenda-item {
    position: relative;
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr) 36px;
    align-items: stretch;
    gap: 13px;
    overflow: hidden;
    padding: 11px 12px 11px 11px;
    border: 1px solid var(--ui-slate-200);
    border-radius: 15px;
    color: var(--ui-slate-700);
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .035);
    text-align: left;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.calendar-agenda-item::before {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 3px;
    border-radius: 0 99px 99px 0;
    background: var(--ui-teal-600);
    content: "";
    opacity: .36;
    transition: opacity .16s ease, top .16s ease, bottom .16s ease;
}

.calendar-agenda-item:hover,
.calendar-agenda-item:focus-visible {
    border-color: #8dd3cc;
    background: linear-gradient(105deg, var(--ui-teal-50), #fff 48%);
    box-shadow: 0 10px 24px rgba(15, 118, 110, .1);
    transform: translateY(-2px);
}

.calendar-agenda-item:hover::before,
.calendar-agenda-item:focus-visible::before {
    top: 0;
    bottom: 0;
    opacity: 1;
}

.calendar-agenda-item:focus-visible {
    outline: 3px solid rgba(13, 148, 136, .14);
    outline-offset: 1px;
}

.calendar-agenda-time {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    padding: 8px 9px;
    border: 1px solid rgba(13, 148, 136, .14);
    border-radius: 11px;
    background:
        linear-gradient(115deg, var(--ui-teal-50), #fff);
}

.calendar-agenda-time-point {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 1px;
    text-align: center;
}

.calendar-agenda-time-point small {
    color: var(--ui-slate-500);
    font-size: .58rem !important;
    font-weight: 750;
    letter-spacing: .055em;
    line-height: 1.2;
    text-transform: uppercase;
}

.calendar-agenda-time-point strong {
    color: var(--ui-teal-700);
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.2;
}

.calendar-agenda-time-point > span {
    overflow: hidden;
    max-width: 100%;
    color: var(--ui-slate-500);
    font-size: .58rem;
    font-weight: 650;
    line-height: 1.25;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-agenda-time-arrow {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ui-teal-700);
    background: rgba(13, 148, 136, .1);
    font-size: .62rem;
}

.calendar-agenda-copy {
    min-width: 0;
    display: grid;
    align-content: center;
    gap: 7px;
}

.calendar-agenda-copy > strong {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ui-slate-800);
    font-size: .84rem;
    font-weight: 780;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.calendar-agenda-meta {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 12px;
    color: var(--ui-slate-500);
    font-size: .68rem;
}

.calendar-agenda-meta > span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.calendar-agenda-meta > span:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calendar-agenda-meta i {
    flex: 0 0 auto;
    color: var(--ui-teal-700);
}

.calendar-agenda-arrow {
    width: 32px;
    height: 32px;
    align-self: center;
    display: grid;
    place-items: center;
    border: 1px solid var(--ui-slate-200);
    border-radius: 10px;
    color: var(--ui-slate-400);
    background: var(--ui-slate-50);
    font-size: .7rem;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.calendar-agenda-item:hover .calendar-agenda-arrow,
.calendar-agenda-item:focus-visible .calendar-agenda-arrow {
    border-color: var(--ui-teal-700);
    color: #fff;
    background: var(--ui-teal-700);
    transform: translateX(2px);
}

.calendar-day-modal .modal-footer {
    justify-content: space-between;
    gap: 12px;
    padding: 13px 20px !important;
}

.calendar-day-modal-footer-note {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ui-slate-500);
    font-size: .67rem;
}

.calendar-day-modal-footer-note i {
    color: var(--ui-teal-700);
}

.calendar-day-modal-close {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-inline: 14px;
    border-radius: 10px !important;
    color: var(--ui-slate-700) !important;
    font-size: .75rem;
    font-weight: 750;
}

.calendar-day-modal-close:hover,
.calendar-day-modal-close:focus-visible {
    border-color: var(--ui-slate-300) !important;
    background: var(--ui-slate-100) !important;
}

.meeting-modal-kicker {
    min-height: 28px !important;
    border-color: #99d5cf !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
}

.meeting-modal-strip,
.meeting-modal-grid > div,
.meeting-modal-info-card,
.meeting-modal-list {
    border-color: var(--ui-slate-200) !important;
    background: #fff !important;
    box-shadow: none !important;
}

.meeting-modal-strip-icon,
.meeting-modal-info-icon {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
}

.catering-dashboard-card,
.catering-visual-panel,
.catering-stat-card,
.catering-donut-panel {
    border-color: var(--ui-slate-200) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

.catering-kicker {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    border-color: #99d5cf !important;
}

.catering-hero-title,
.catering-stat-value,
.catering-donut-center strong {
    color: var(--ui-slate-950) !important;
}

.catering-hero-description,
.catering-stat-label,
.catering-donut-center span {
    color: var(--ui-slate-500) !important;
}

.catering-stat-icon {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    box-shadow: none !important;
}

.catering-legend-item {
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
}

.food-queue-card {
    border-color: var(--ui-slate-200) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

.food-queue-card:hover {
    border-color: var(--ui-slate-300) !important;
    box-shadow: var(--ui-shadow-sm) !important;
}

.food-queue-date-rail {
    background: var(--ui-navy-800) !important;
}

.food-queue-meeting-meta span {
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-100) !important;
}

.food-queue-meeting-meta i {
    color: var(--ui-teal-700) !important;
}

/* Booking create and edit */

body .booking-create-hero,
body .booking-edit-hero,
body .brief-hero {
    overflow: hidden !important;
    margin-bottom: 18px !important;
    padding: 24px 26px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: var(--ui-radius-lg) !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .booking-create-hero.app-card {
    padding: 24px 26px !important;
}

body .booking-create-hero::before,
body .booking-create-hero::after,
body .booking-edit-hero::before,
body .booking-edit-hero::after,
body .brief-hero::before,
body .brief-hero::after {
    display: none !important;
}

body .booking-create-hero-grid,
body .booking-edit-hero-grid,
body .brief-hero-layout {
    gap: 20px !important;
}

body .booking-create-hero-kicker,
body .booking-edit-kicker,
body .booking-kicker,
body .brief-ribbon {
    min-height: 28px !important;
    padding: 0 10px !important;
    border: 1px solid #99d5cf !important;
    border-radius: 999px !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    font-size: .69rem !important;
    font-weight: 700 !important;
    letter-spacing: .04em !important;
}

body .booking-create-hero-title,
body .booking-edit-title,
body .booking-hero-title,
body .brief-title {
    color: var(--ui-slate-950) !important;
    font-size: clamp(1.5rem, 2.5vw, 2.1rem) !important;
    font-weight: 750 !important;
    letter-spacing: -.03em !important;
    line-height: 1.15 !important;
}

body .booking-create-hero-copy,
body .booking-edit-copy,
body .booking-hero-copy,
body .brief-location {
    color: var(--ui-slate-500) !important;
    font-size: .9rem !important;
    line-height: 1.6 !important;
}

body .booking-create-pill,
body .booking-edit-pill,
body .brief-tag,
body .booking-meta-chip,
body .booking-side-pill {
    min-height: 28px !important;
    padding: 0 9px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 999px !important;
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
    font-size: .71rem !important;
    font-weight: 650 !important;
}

body .booking-create-hero-note,
body .booking-edit-note,
body .booking-side-card,
body .brief-visual-panel {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 13px !important;
    background: var(--ui-slate-50) !important;
    background-image: none !important;
    box-shadow: none !important;
}

body .booking-create-hero-note::before,
body .booking-edit-note::before,
body .booking-side-card::before {
    display: none !important;
}

body .booking-create-workspace {
    gap: 16px !important;
    background: transparent !important;
}

body .booking-create-workspace > .form-section,
body .booking-create-workspace > .booking-edit-panel,
body .booking-edit-panel,
body .form-section {
    overflow: hidden !important;
    padding: 20px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 14px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .booking-create-workspace > .form-section::before,
body .booking-create-workspace > .booking-edit-panel::before,
body .booking-edit-panel::before {
    width: 3px !important;
    background: var(--ui-teal-600) !important;
}

body .section-title,
body .booking-edit-section-title {
    align-items: center !important;
    gap: 11px !important;
    margin-bottom: 18px !important;
    padding-bottom: 13px;
    border-bottom: 1px solid var(--ui-slate-200);
}

body .section-number,
body .booking-edit-section-number {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
    border-radius: 9px !important;
    color: #fff !important;
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
    font-size: .75rem !important;
    font-weight: 700 !important;
}

body .section-title h2,
body .booking-edit-section-title h2 {
    color: var(--ui-slate-950) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

body .section-title .small,
body .booking-edit-section-title .small {
    color: var(--ui-slate-500) !important;
    font-size: .76rem !important;
}

body .room-option,
body .meeting-type-option,
body .ict-need-option,
body .food-option,
body .food-toggle-shell,
body .ict-chip,
body .booking-current-food-card {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 11px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
    transform: none !important;
}

body .room-option::before,
body .room-option::after,
body .food-option::after,
body .choice-spark {
    display: none !important;
}

body .room-option:hover,
body .meeting-type-option:hover,
body .food-option:hover {
    border-color: #99d5cf !important;
    background: var(--ui-teal-50) !important;
    box-shadow: none !important;
    transform: none !important;
}

body .btn-check:checked + .room-option,
body .btn-check:checked + .meeting-type-option,
body .ict-need-option.selected,
body .food-option.food-selected,
body .food-toggle-shell.is-active,
body .ict-chip.selected {
    border-color: var(--ui-teal-600) !important;
    background: var(--ui-teal-50) !important;
    background-image: none !important;
    box-shadow: 0 0 0 2px rgba(13, 148, 136, .1) !important;
    transform: none !important;
}

body .room-icon,
body .choice-visual,
body .summary-icon {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    box-shadow: none !important;
}

body .btn-check:checked + .room-option .room-icon,
body .btn-check:checked + .meeting-type-option .choice-visual,
body .ict-need-option.selected .choice-visual,
body .food-option.food-selected .choice-visual {
    color: #fff !important;
    background: var(--ui-teal-700) !important;
}

body .room-option.room-conflict,
body .btn-check:checked + .room-option.room-conflict {
    border-color: #ef4444 !important;
    color: #7f1d1d !important;
    background: #fef2f2 !important;
    background-image: none !important;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, .12) !important;
}

body .room-option.room-conflict:hover,
body .btn-check:checked + .room-option.room-conflict:hover {
    border-color: #dc2626 !important;
    background: #fee2e2 !important;
}

body .room-option.room-conflict .room-icon,
body .btn-check:checked + .room-option.room-conflict .room-icon,
body .room-option.room-conflict .choice-status {
    color: #fff !important;
    background: #dc2626 !important;
    box-shadow: none !important;
}

body .room-option.room-conflict .h6,
body .room-option.room-conflict .choice-title {
    color: #991b1b !important;
}

body .room-option.room-conflict .text-body-secondary,
body .room-option.room-conflict .choice-note {
    color: #b91c1c !important;
}

body .room-option.room-conflict .badge {
    border-color: #fecaca !important;
    color: #991b1b !important;
    background: #fff !important;
}

body .choice-status {
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
}

body .choice-title,
body .booking-current-food-name {
    color: var(--ui-slate-800) !important;
    font-weight: 700 !important;
}

body .choice-note,
body .booking-current-food-meta {
    color: var(--ui-slate-500) !important;
}

body .summary-item,
body .booking-summary-item,
body .booking-confirmation-panel {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 11px !important;
    background: var(--ui-slate-50) !important;
    background-image: none !important;
    box-shadow: none !important;
}

body .booking-create-actions,
body .booking-edit-actions,
body .submit-row {
    padding: 16px 18px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

.booking-submit-overlay {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(4px);
}

.booking-submit-overlay[hidden] {
    display: none;
}

.booking-submit-loading-card {
    width: min(100%, 390px);
    padding: 32px 28px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
    text-align: center;
}

.booking-submit-loading-card .spinner-border {
    width: 3rem;
    height: 3rem;
    margin-bottom: 18px;
}

.booking-submit-loading-card h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 800;
}

.booking-submit-loading-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
}

body form.booking-create-workspace {
    overflow: hidden !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body form.booking-create-workspace > .form-section,
body form.booking-create-workspace > .booking-edit-panel {
    padding: 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body form.booking-create-workspace > .booking-create-actions,
body form.booking-create-workspace > .booking-edit-actions {
    margin: 0 !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-top: 1px solid var(--ui-slate-200) !important;
    border-radius: 0 !important;
    background: var(--ui-slate-50) !important;
    box-shadow: none !important;
}

body .booking-error-alert {
    border-color: #fecaca !important;
    border-radius: 11px !important;
    background: #fef2f2 !important;
    background-image: none !important;
    box-shadow: none !important;
}

/* Booking list */

body .booking-hero {
    padding: 24px 26px !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 16px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .booking-hero::before,
body .booking-hero::after {
    display: none !important;
}

body .booking-kpi-card,
body .booking-side-card {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 12px !important;
    background: var(--ui-slate-50) !important;
    box-shadow: none !important;
}

body .booking-kpi-value {
    color: var(--ui-slate-950) !important;
}

body .booking-kpi-label,
body .booking-side-title,
body .booking-toolbar-label {
    color: var(--ui-slate-600) !important;
}

body .booking-list-card {
    overflow: hidden !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .booking-list-toolbar {
    padding: 16px 18px !important;
    border-bottom: 1px solid var(--ui-slate-200) !important;
    background: #fff !important;
}

body .booking-table-shell {
    background: #fff !important;
}

body .booking-table > thead > tr > th {
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
}

body .booking-table > tbody > tr.booking-row > td {
    border-color: var(--ui-slate-200) !important;
    background: #fff !important;
}

body .booking-table > tbody > tr.booking-row:hover > td {
    background: #f8fbfd !important;
}

body .booking-person-mark {
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    box-shadow: none !important;
}

body .booking-title-main,
body .booking-person-name,
body .booking-room-name {
    color: var(--ui-slate-800) !important;
}

body .booking-person-caption,
body .booking-room-location,
body .booking-schedule-date,
body .booking-schedule-time,
body .booking-kpi-note,
body .booking-side-text,
body .booking-toolbar-copy p,
body .booking-list-card .dt-info {
    color: var(--ui-slate-500) !important;
}

body .booking-schedule,
body .booking-pax {
    border-color: var(--ui-slate-200) !important;
    background: var(--ui-slate-50) !important;
}

body .booking-list-card .dt-search input,
body .booking-list-card .dt-length select {
    min-height: 40px !important;
    border-color: var(--ui-slate-300) !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .booking-list-card .page-link {
    border-color: var(--ui-slate-200) !important;
    color: var(--ui-slate-600) !important;
    background: #fff !important;
    box-shadow: none !important;
}

body .booking-list-card .active > .page-link,
body .booking-list-card .page-link.active {
    color: #fff !important;
    border-color: var(--ui-teal-700) !important;
    background: var(--ui-teal-700) !important;
}

/* Booking details */

body .brief-panel,
body .ops-panel,
body .brief-quick-card,
body .brief-calendar-card,
body .brief-progress-card,
body .brief-summary-item,
body .food-card {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 13px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

body .brief-panel-title,
body .ops-title,
body .brief-quick-value,
body .brief-summary-value,
body .food-name,
body .ops-value {
    color: var(--ui-slate-800) !important;
}

body .brief-quick-label,
body .brief-summary-label,
body .food-meta-label,
body .ops-label {
    color: var(--ui-slate-500) !important;
}

body .brief-calendar-date,
body .brief-flow-icon {
    color: #fff !important;
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
}

body .brief-flow-step::before {
    background: var(--ui-slate-200) !important;
}

body .brief-progress-ring {
    background: conic-gradient(var(--ui-teal-600) var(--progress-angle, 0deg), var(--ui-slate-200) 0) !important;
}

body .brief-status-box,
body .food-reject-note {
    border-color: var(--ui-slate-200) !important;
    background: var(--ui-slate-50) !important;
}

/* Food management */

body .split-hero,
body .split-filter,
body .food-list-hero,
body .food-table-card {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 15px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .split-hero h2,
body .food-list-hero h2,
body .detail-title,
body .food-booking-title {
    color: var(--ui-slate-950) !important;
}

body .split-hero p,
body .food-list-hero p,
body .detail-subtitle,
body .food-booking-sub {
    color: var(--ui-slate-500) !important;
}

body .split-kpi,
body .food-list-kpi,
body .detail-box {
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 11px !important;
    background: var(--ui-slate-50) !important;
    box-shadow: none !important;
}

body .split-list-card,
body .split-detail-card {
    overflow: hidden !important;
    border: 1px solid var(--ui-slate-200) !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: var(--ui-shadow-xs) !important;
}

body .split-list-head,
body .split-detail-head {
    border-bottom: 1px solid var(--ui-slate-200) !important;
    background: var(--ui-slate-50) !important;
}

body .split-item {
    border-color: var(--ui-slate-200) !important;
    background: #fff !important;
}

body .split-item:hover {
    background: #f8fbfd !important;
}

body .split-item.active {
    border-left-color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
}

body .split-chip {
    border-color: var(--ui-slate-200) !important;
    color: var(--ui-slate-600) !important;
    background: #fff !important;
}

body .split-chip.active {
    border-color: var(--ui-teal-600) !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
}

body .food-table-wrap,
body .food-queue-food-table-wrap {
    border-color: var(--ui-slate-200) !important;
    border-radius: 10px !important;
    background: #fff !important;
}

body .food-table th,
body .food-queue-food-table th {
    color: var(--ui-slate-600) !important;
    background: var(--ui-slate-50) !important;
}

body .food-table td,
body .food-queue-food-table td {
    border-color: var(--ui-slate-200) !important;
}

body .food-schedule,
body .food-summary {
    border-color: var(--ui-slate-200) !important;
    background: var(--ui-slate-50) !important;
}

body .reject-wrap,
body .reject-note {
    border-color: #fecaca !important;
    background: #fef2f2 !important;
}

/* Login */

body.login-body {
    color: var(--ui-slate-800) !important;
    background:
        linear-gradient(rgba(148, 163, 184, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, .08) 1px, transparent 1px),
        radial-gradient(circle at 12% 18%, rgba(13, 148, 136, .11), transparent 24rem),
        #edf2f7 !important;
    background-size: 32px 32px, 32px 32px, auto, auto !important;
}

.login-screen {
    padding: 28px !important;
}

.login-panel {
    position: relative;
    width: min(1060px, 100%) !important;
    min-height: 600px !important;
    grid-template-columns: minmax(330px, 40%) minmax(0, 1fr) !important;
    border: 1px solid #d7e0ea !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .13) !important;
}

.login-panel::after {
    content: "";
    position: absolute;
    top: 42px;
    left: 40%;
    z-index: 2;
    width: 6px;
    height: 74px;
    border-radius: 0 6px 6px 0;
    background: #2dd4bf;
    box-shadow: 0 8px 18px rgba(45, 212, 191, .26);
}

.login-intro {
    isolation: isolate;
    padding: 36px 38px !important;
    color: #fff !important;
    background: var(--ui-navy-900) !important;
    background-image:
        radial-gradient(circle at 12% 88%, rgba(13, 148, 136, .32), transparent 36%),
        radial-gradient(circle at 94% 6%, rgba(56, 189, 248, .09), transparent 30%),
        linear-gradient(145deg, var(--ui-navy-900), var(--ui-navy-950)) !important;
}

.login-intro::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    z-index: -1;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(153, 246, 228, .1);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(153, 246, 228, .025),
        0 0 0 88px rgba(153, 246, 228, .018);
}

.intro-top {
    display: grid;
    gap: 42px;
}

.intro-system-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, .9);
    font-size: .78rem;
    font-weight: 650;
    letter-spacing: .02em;
}

.intro-system-label i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(153, 246, 228, .18);
    border-radius: 10px;
    color: #99f6e4;
    background: rgba(13, 148, 136, .12);
}

.intro-clock {
    gap: 12px !important;
}

.intro-clock span,
.intro-pill {
    border-color: rgba(255, 255, 255, .16) !important;
    color: #ccfbf1 !important;
    background: rgba(255, 255, 255, .07) !important;
    font-weight: 650 !important;
}

.intro-clock span {
    min-height: 28px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: .7rem !important;
}

.intro-clock strong {
    font-size: 2rem !important;
    line-height: 1 !important;
}

.intro-clock strong,
.intro-copy h2 {
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: -.035em !important;
}

.intro-clock em,
.intro-copy p {
    color: rgba(226, 232, 240, .72) !important;
    font-weight: 500 !important;
}

.intro-copy {
    max-width: 34rem;
    gap: 16px !important;
}

.intro-pill {
    min-height: 28px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    font-size: .7rem !important;
}

.intro-copy h2 {
    max-width: 23rem !important;
    font-size: 2.1rem !important;
    line-height: 1.12 !important;
}

.intro-copy p {
    max-width: 22rem !important;
    font-size: .84rem;
    line-height: 1.6;
}

.intro-capabilities {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.intro-capabilities span {
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    color: rgba(226, 232, 240, .82);
    background: rgba(255, 255, 255, .05);
    font-size: .68rem;
    font-weight: 550;
}

.intro-capabilities i {
    color: #5eead4;
}

.login-card {
    align-items: center !important;
    padding: 42px 54px !important;
    background: #fff !important;
    background-image: none !important;
}

.login-card-inner {
    width: min(100%, 440px);
}

.login-brand {
    margin-bottom: 36px !important;
}

.login-card .brand-mark {
    width: 44px !important;
    height: 44px !important;
    flex: 0 0 44px !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
}

.login-card .brand-name {
    color: var(--ui-slate-950) !important;
    font-size: 1.04rem !important;
}

.login-card .brand-caption {
    color: var(--ui-slate-500) !important;
    font-size: .78rem !important;
}

.login-eyebrow {
    min-height: 29px !important;
    border-color: #99d5cf !important;
    border-radius: 999px !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-50) !important;
    font-size: .73rem !important;
    font-weight: 700 !important;
}

.login-heading {
    margin: 14px 0 8px !important;
    color: var(--ui-slate-950) !important;
    font-size: 2.35rem !important;
    font-weight: 750 !important;
    letter-spacing: -.05em !important;
    line-height: 1.05 !important;
}

.login-copy {
    max-width: 31rem !important;
    margin-bottom: 0 !important;
    color: var(--ui-slate-500) !important;
    font-size: .84rem;
    line-height: 1.55;
}

.myid-login-block {
    width: 100% !important;
    margin-top: 24px !important;
    gap: 12px !important;
}

.myid-card {
    gap: 16px !important;
    padding: 18px !important;
    border-color: var(--ui-slate-200) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .055) !important;
}

.myid-identity {
    gap: 16px !important;
}

.myid-mark {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
    border-radius: 10px !important;
    color: var(--ui-teal-700) !important;
    background: var(--ui-teal-100) !important;
    box-shadow: none !important;
}

.myid-title {
    color: var(--ui-slate-950) !important;
    font-size: .96rem !important;
    font-weight: 700 !important;
}

.myid-subtitle,
.myid-assurance {
    color: var(--ui-slate-500) !important;
}

.myid-subtitle {
    max-width: 25rem;
    font-size: .76rem !important;
    line-height: 1.5 !important;
}

.btn-myid-login {
    min-height: 48px !important;
    gap: 10px !important;
    border-color: var(--ui-teal-700) !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: var(--ui-teal-700) !important;
    box-shadow: none !important;
}

.btn-myid-login:hover {
    color: #fff !important;
    background: #115e59 !important;
}

.btn-myid-login .myid-button-icon {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
    border-radius: 8px;
    color: #fff !important;
    background: rgba(255, 255, 255, .12) !important;
}

.btn-myid-login .myid-button-prefix,
.btn-myid-login .myid-button-suffix,
.btn-myid-login .myid-wordmark .my,
.btn-myid-login .myid-wordmark .id {
    color: #fff !important;
}

.btn-myid-login .myid-button-prefix {
    font-weight: 600 !important;
}

.btn-myid-login .myid-button-suffix,
.btn-myid-login .myid-wordmark {
    font-weight: 750 !important;
}

.myid-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.myid-assurance li {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: .69rem;
    line-height: 1.35;
}

.myid-assurance i {
    color: var(--ui-teal-700) !important;
}

.login-privacy {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    padding-top: 14px;
    border-top: 1px solid var(--ui-slate-200);
    color: var(--ui-slate-500);
    font-size: .7rem;
}

.login-privacy i {
    color: var(--ui-teal-700);
}

/* Responsive behaviour */

@media (max-width: 1199.98px) {
    .app-header-main {
        gap: 14px !important;
    }

    .nav-dock-link {
        padding: 0 10px !important;
    }

    body .booking-create-workspace,
    body .booking-edit-layout {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 991.98px) {
    .app-header {
        position: relative !important;
    }

    .nav-dock-mobile {
        gap: 6px !important;
        padding: 0 14px 12px !important;
        background: var(--ui-navy-900) !important;
    }

    .nav-dock-mobile .nav-dock-link,
    .nav-dock-mobile .nav-group-toggle {
        border-color: rgba(255, 255, 255, .1) !important;
        color: rgba(226, 232, 240, .82) !important;
        background: rgba(255, 255, 255, .05) !important;
    }

    .nav-dock-mobile .nav-dock-link.active,
    .nav-dock-mobile .nav-group-toggle.active,
    .nav-dock-mobile .nav-group.is-open .nav-group-toggle {
        color: #fff !important;
        border-color: rgba(45, 212, 191, .22) !important;
        background: rgba(13, 148, 136, .28) !important;
    }

    .page-heading {
        align-items: flex-start !important;
    }

    .calendar-actions {
        justify-content: flex-start !important;
    }
}

@media (max-width: 820px) {
    .login-screen {
        padding: 0 !important;
    }

    .login-panel {
        min-height: 100vh !important;
        grid-template-columns: 1fr !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .login-panel::after {
        display: none;
    }

    .login-intro {
        display: none !important;
    }

    .login-card {
        min-height: 100vh !important;
        padding: 34px clamp(20px, 7vw, 54px) !important;
    }
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .app-header-main {
        min-height: 64px !important;
        padding: 9px 12px !important;
    }

    .brand-mark {
        width: 38px !important;
        height: 38px !important;
        flex-basis: 38px !important;
    }

    .main-content {
        padding: 20px 12px 32px !important;
    }

    .page-heading {
        margin-bottom: 18px !important;
        padding-bottom: 14px !important;
    }

    .page-heading h1 {
        font-size: 1.45rem !important;
    }

    .page-actions,
    .page-actions .btn {
        width: 100%;
    }

    .calendar-filter {
        width: 100%;
        flex-wrap: wrap;
    }

    .calendar-filter .form-select {
        width: 100% !important;
    }

    .calendar-day-modal-header {
        padding: 17px 16px !important;
    }

    .calendar-day-modal-heading {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 11px;
    }

    .calendar-day-modal-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        font-size: 1rem;
    }

    .calendar-day-modal .modal-title > span:first-child {
        font-size: .7rem;
    }

    .calendar-day-modal .modal-title > strong {
        font-size: 1.08rem;
    }

    .calendar-day-modal-heading p {
        display: none;
    }

    .calendar-day-modal .modal-body {
        padding: 14px 12px 16px !important;
    }

    .calendar-day-agenda-summary {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 9px;
        padding: 10px;
    }

    .calendar-agenda-summary-icon {
        width: 34px;
        height: 34px;
    }

    .calendar-agenda-summary-hint {
        grid-column: 1 / -1;
        padding-left: 45px;
    }

    .calendar-agenda-item {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px;
    }

    .calendar-agenda-time {
        width: 100%;
        padding: 7px 8px;
    }

    .calendar-agenda-arrow {
        display: none;
    }

    .calendar-day-modal .modal-footer {
        justify-content: flex-end;
        padding: 11px 14px !important;
    }

    .calendar-day-modal-footer-note {
        display: none;
    }

    body .booking-create-hero,
    body .booking-edit-hero,
    body .booking-hero,
    body .brief-hero {
        padding: 18px !important;
    }

    body .booking-create-workspace > .form-section,
    body .booking-create-workspace > .booking-edit-panel,
    body .booking-edit-panel,
    body .form-section {
        padding: 16px !important;
    }

    body .booking-create-actions,
    body .booking-edit-actions,
    body .submit-row {
        padding: 14px !important;
    }

    .login-brand {
        margin-bottom: 34px !important;
    }

    .login-heading {
        font-size: 2.4rem !important;
    }

    .myid-card {
        padding: 18px !important;
    }

    .myid-assurance {
        grid-template-columns: 1fr !important;
    }

    .login-privacy {
        align-items: flex-start;
        margin-top: 22px;
    }
}

@media (max-width: 390px) {
    .btn-myid-login .myid-button-prefix {
        display: none;
    }

    .btn-myid-login .myid-button-text {
        gap: 3px !important;
    }
}

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