/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-buttons-container[b-045nm264h9] {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 1rem;
}

.external-btn-half[b-045nm264h9] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 0.5rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #333333;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.external-btn-half:hover[b-045nm264h9] {
    background-color: #f9fafb;
    border-color: #cccccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.external-btn-half:active[b-045nm264h9] {
    transform: translateY(0);
}

.provider-icon[b-045nm264h9] {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.provider-name[b-045nm264h9] {
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    .external-buttons-container[b-045nm264h9] {
        flex-direction: column;
    }
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.page[b-uk1k3s68qt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-uk1k3s68qt] {
    flex: 1;
}

.content[b-uk1k3s68qt] {
    padding: 1.5rem 0;
}

@media (max-width: 575.98px) {
    .content[b-uk1k3s68qt] {
        padding-top: 0.75rem;
    }
}

#blazor-error-ui[b-uk1k3s68qt] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-uk1k3s68qt] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-76vq7uu23e] {
    height: 100vh;
    background: #f4f6f8;
    overflow: hidden;
}

.layout-shell[b-76vq7uu23e]  .nav-shell {
    flex: 0 0 250px;
}

.content-region[b-76vq7uu23e] {
    padding: 16px;
    min-width: 0;
    overflow-y: auto;
    height: 100vh;
}

.content-panel[b-76vq7uu23e] {
    background: #ffffff;
    border: 1px solid #e8ecef;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 20px;
    min-height: calc(100vh - 32px);
    min-width: 0;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .layout-shell[b-76vq7uu23e] {
        flex-direction: column;
        height: 100dvh;
        overflow: hidden;
    }

    .layout-shell[b-76vq7uu23e]  .nav-shell {
        flex-basis: auto;
        height: auto;
    }

    .content-region[b-76vq7uu23e] {
        padding: 8px;
        height: auto;
        flex: 1 1 0;
        overflow-y: auto;
    }

    .content-panel[b-76vq7uu23e] {
        border-radius: 10px;
        padding: 12px;
        min-height: unset;
    }
}

#blazor-error-ui[b-76vq7uu23e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-76vq7uu23e] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-8kl4sg7uf4] {
    background-color: #00796b;
    color: #ffffff;
    --mud-palette-tertiary: transparent;
    --mud-palette-tertiary-rgb: 0, 0, 0;
    --mud-palette-tertiary-text: #ffffff;
    --mud-palette-tertiary-darken: transparent;
    --mud-palette-tertiary-lighten: transparent;
    width: 250px;
    height: 100vh;
    overflow: hidden;
    flex-shrink: 0;
}

.nav-brand[b-8kl4sg7uf4] {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-brand-logo[b-8kl4sg7uf4] {
    max-height: 58px;
}

.nav-shell .nav-link[b-8kl4sg7uf4] {
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    margin: 4px 10px !important;
    border-radius: 10px !important;
}

.nav-shell .nav-link .nav-icon[b-8kl4sg7uf4] {
    color: inherit !important;
}

.nav-shell .nav-link:hover[b-8kl4sg7uf4] {
    background-color: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.nav-shell .nav-link.active[b-8kl4sg7uf4],
.nav-shell .nav-link.active:hover[b-8kl4sg7uf4],
.nav-shell .nav-link.active:focus[b-8kl4sg7uf4] {
    background-color: #42958b !important;
    font-weight: 700;
}

.nav-shell .nav-link.active[b-8kl4sg7uf4]::after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 8px;
    width: 4px;
    border-radius: 2px;
    background: #ffffff;
}

.nav-footer-border[b-8kl4sg7uf4] {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-user-row[b-8kl4sg7uf4] {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-auth-button[b-8kl4sg7uf4] {
    margin: 4px 10px !important;
    width: calc(100% - 20px);
}

.bi[b-8kl4sg7uf4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-8kl4sg7uf4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-8kl4sg7uf4] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-8kl4sg7uf4] {
    padding-bottom: 1rem;
}

.nav-item[b-8kl4sg7uf4]  .nav-link {
    color: #ffffff;
    font-weight: 700;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.nav-item[b-8kl4sg7uf4]  a.active {
    background-color: #00c08a;
    color: white;
}

.nav-item[b-8kl4sg7uf4]  .nav-link:hover {
    background-color: #00c08a;
    color: white;
}

.nav-scrollable[b-8kl4sg7uf4] {
    min-height: 0;
    overflow-y: auto;
}

.nav-footer-section[b-8kl4sg7uf4] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-toggle-btn[b-8kl4sg7uf4] {
    text-decoration: none;
    line-height: 1;
}

.nav-toggle-icon[b-8kl4sg7uf4] {
    font-size: 1.5rem;
    width: auto !important;
    height: auto !important;
    background: none !important;
    margin-right: 0 !important;
    top: 0 !important;
}

@media (max-width: 575.98px) {
    .nav-shell[b-8kl4sg7uf4] {
        width: 100%;
        height: auto;
        overflow: visible;
        flex-shrink: 0;
    }

    .nav-brand[b-8kl4sg7uf4] {
        padding: 1rem !important;
    }

    .nav-brand-logo[b-8kl4sg7uf4] {
        max-height: 44px;
    }

    .nav-scrollable[b-8kl4sg7uf4] {
        overflow: visible !important;
    }

    .nav-shell .nav-link[b-8kl4sg7uf4] {
        margin: 2px 8px !important;
    }

    .nav-collapsed[b-8kl4sg7uf4] {
        display: none !important;
    }

    .nav-footer-section[b-8kl4sg7uf4] {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: none;
    }
}
/* /Components/Pages/Archive/ArchivedPlanning.razor.rz.scp.css */
.pd-page[b-2xgxd3wb6y] {
    position: relative;
    min-height: 78vh;
}

.pd-bottom-actions[b-2xgxd3wb6y] {
    position: sticky;
    bottom: 0;
    z-index: 20;
    margin-top: 20px;
    padding: 12px 0 6px 0;
    background: linear-gradient(to top, #ffffff 70%, rgba(255, 255, 255, 0));
}

/* Sidebar + calendar layout */
.pd-layout[b-2xgxd3wb6y] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pd-sidebar[b-2xgxd3wb6y] {
    flex: 0 0 260px;
    min-width: 0;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

.pd-sidebar-title[b-2xgxd3wb6y] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.54);
    margin: 0 0 10px 0;
}

.pd-sidebar-row[b-2xgxd3wb6y] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.pd-sidebar-row--assigned[b-2xgxd3wb6y] {
    background: rgba(76, 175, 80, 0.06);
}

.pd-sidebar-row--unassigned[b-2xgxd3wb6y] {
    opacity: 0.6;
}

.pd-sidebar-avatar[b-2xgxd3wb6y] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pd-sidebar-info[b-2xgxd3wb6y] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pd-sidebar-name[b-2xgxd3wb6y] {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-count[b-2xgxd3wb6y] {
    font-size: 0.7rem;
    color: rgba(76, 175, 80, 0.9);
}

.pd-sidebar-count--none[b-2xgxd3wb6y] {
    color: rgba(0, 0, 0, 0.38);
}

.pd-sidebar-journeys[b-2xgxd3wb6y] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.pd-sidebar-journey[b-2xgxd3wb6y] {
    display: flex;
    flex-direction: column;
    padding: 4px 6px;
    background: rgba(76, 175, 80, 0.08);
    border-radius: 4px;
    gap: 1px;
}

.pd-sidebar-journey-name[b-2xgxd3wb6y] {
    font-size: 0.73rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-journey-dates[b-2xgxd3wb6y] {
    font-size: 0.67rem;
    color: rgba(0, 0, 0, 0.54);
}

.pd-sidebar-rank[b-2xgxd3wb6y] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 3px;
    align-self: flex-start;
    margin-top: 2px;
}

.pd-sidebar-rank--1[b-2xgxd3wb6y] { background: rgba(76, 175, 80, 0.2); color: #2e7d32; }
.pd-sidebar-rank--2[b-2xgxd3wb6y] { background: rgba(33, 150, 243, 0.2); color: #1565c0; }
.pd-sidebar-rank--3[b-2xgxd3wb6y] { background: rgba(255, 152, 0, 0.2); color: #e65100; }

.pd-sidebar-prefs[b-2xgxd3wb6y] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 4px;
}

.pd-sidebar-pref[b-2xgxd3wb6y] {
    font-size: 0.67rem;
    padding: 1px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.pd-sidebar-no-prefs[b-2xgxd3wb6y] {
    font-size: 0.68rem;
    color: rgba(0, 0, 0, 0.38);
    margin-top: 2px;
}

.pd-main[b-2xgxd3wb6y] {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 1200px) {
    .pd-layout[b-2xgxd3wb6y] {
        flex-direction: column;
    }
    .pd-main[b-2xgxd3wb6y] {
        width: 100%;
    }
    .pd-sidebar[b-2xgxd3wb6y] {
        max-height: none;
        width: 100%;
    }
    .pd-sidebar-info[b-2xgxd3wb6y] {
        width: 100%;
    }
    .pd-sidebar-journeys[b-2xgxd3wb6y] {
        flex-direction: row;
    }
}
/* /Components/Pages/Journeys/Journeys.razor.rz.scp.css */
.journey-name-column[b-jss74zsdzm],
.journey-name-cell[b-jss74zsdzm] {
	min-width: 14rem;
}

.journey-period-column[b-jss74zsdzm],
.journey-period-cell[b-jss74zsdzm] {
	min-width: 10rem;
}

.journey-planning-column[b-jss74zsdzm],
.journey-planning-cell[b-jss74zsdzm] {
	min-width: 8rem;
}

.journey-leaders-column[b-jss74zsdzm],
.journey-leaders-cell[b-jss74zsdzm] {
	min-width: 12rem;
}

.journey-booking-column[b-jss74zsdzm],
.journey-booking-cell[b-jss74zsdzm] {
	min-width: 9rem;
}

.journey-metric-column[b-jss74zsdzm],
.journey-metric-cell[b-jss74zsdzm] {
	width: 5.5rem;
}

.journey-metric-cell[b-jss74zsdzm] {
	text-align: center;
}

.journey-metric[b-jss74zsdzm] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: rgba(0, 121, 107, 0.08);
	color: #0f172a;
	font-variant-numeric: tabular-nums;
	font-weight: 600;
	line-height: 1.2;
}

.journey-period-cell .text-muted[b-jss74zsdzm] {
	font-size: 0.8rem;
}

.journey-leaders-cell[b-jss74zsdzm] {
	white-space: normal;
}

.journey-leaders-cell .text-muted[b-jss74zsdzm] {
	padding-top: 0.2rem;
}

.journey-planning-cell .badge[b-jss74zsdzm],
.journey-booking-cell .badge[b-jss74zsdzm] {
	font-size: 0.72rem;
	letter-spacing: 0.02em;
}
/* /Components/Pages/Planner/Components/EntryModal.razor.rz.scp.css */
.pd-entry-overlay[b-dl7c12153y] {
    position: absolute;
    inset: 0;
    z-index: 1400;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.pd-entry-modal[b-dl7c12153y] {
    width: min(610px, 94vw);
    min-height: 500px;
    border-radius: 8px;
    overflow: hidden;
}

.pd-entry-header[b-dl7c12153y] {
    padding: 14px 18px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd-entry-header .mud-typography[b-dl7c12153y] {
    font-weight: 700;
}

.pd-entry-choices[b-dl7c12153y] {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
}

.pd-choice-card[b-dl7c12153y] {
    border-radius: 6px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
}

.pd-block-title[b-dl7c12153y] {
    font-weight: 700;
}

.pd-draft-list[b-dl7c12153y] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 260px;
    overflow: auto;
    padding-right: 4px;
}

.pd-draft-item[b-dl7c12153y] {
    border-radius: 6px;
    background: #ffffff;
    padding: 8px 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 100%;
}

.pd-draft-item--selected[b-dl7c12153y] {
    background: #e8ecec;
}

.pd-draft-name[b-dl7c12153y] {
    font-weight: 600;
    font-size: 0.88rem;
}

.pd-draft-date[b-dl7c12153y] {
    font-size: 0.76rem;
    color: #6b7280;
}

.pd-continue-btn[b-dl7c12153y] {
    background-color: #e5e7eb !important;
    color: #333333 !important;
    box-shadow: none !important;
    align-self: flex-start;
    min-width: 150px;
}

.pd-action-btn[b-dl7c12153y] {
    align-self: flex-start;
    min-width: 170px;
}

.pd-empty-state[b-dl7c12153y] {
    border-radius: 8px;
    background: #f7f9f9;
}

@media (max-width: 900px) {
    .pd-entry-choices[b-dl7c12153y] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Planner/Components/JourneyDrawer.razor.rz.scp.css */
.jd-overlay[b-t85z5a9e5h] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.jd-overlay--visible[b-t85z5a9e5h] {
    opacity: 1;
    pointer-events: all;
}

.jd-drawer[b-t85z5a9e5h] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 380px;
    max-width: 92vw;
    background: #ffffff;
    box-shadow: -4px 0 28px rgba(0, 0, 0, 0.14);
    z-index: 1201;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 16px 0 0 16px;
}

.jd-drawer--open[b-t85z5a9e5h] {
    transform: translateX(0);
}

.jd-header[b-t85z5a9e5h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 20px 16px;
    gap: 12px;
    flex-shrink: 0;
}

.jd-header-text[b-t85z5a9e5h] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.jd-header-title[b-t85z5a9e5h] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.jd-header-dates[b-t85z5a9e5h] {
    font-size: 0.82rem;
    color: #64748b;
}

.jd-close-btn[b-t85z5a9e5h] {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #f1f5f9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

.jd-close-btn:hover[b-t85z5a9e5h] {
    background: #e2e8f0;
}

.jd-close-btn .material-icons[b-t85z5a9e5h] {
    font-size: 1.1rem;
    color: #475569;
}

.jd-divider[b-t85z5a9e5h] {
    height: 1px;
    background: #e2e8f0;
    margin: 0 20px;
    flex-shrink: 0;
}

.jd-body[b-t85z5a9e5h] {
    padding: 18px 20px;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
}

.jd-section-header[b-t85z5a9e5h] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.jd-section-label[b-t85z5a9e5h] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0;
}

.jd-required-badge[b-t85z5a9e5h] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 2px 9px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
}

.jd-required-badge--ok[b-t85z5a9e5h] {
    background: #dcfce7;
    color: #166534;
}

.jd-required-badge--gap[b-t85z5a9e5h] {
    background: #fef9c3;
    color: #713f12;
}

.jd-count-badge[b-t85z5a9e5h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e2e8f0;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 700;
}

.jd-leader-list[b-t85z5a9e5h] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jd-leader-card[b-t85z5a9e5h] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.jd-avatar[b-t85z5a9e5h] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1976d2, #42a5f5);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}

.jd-avatar--sm[b-t85z5a9e5h] {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
}

.jd-leader-name[b-t85z5a9e5h] {
    flex: 1;
    font-weight: 600;
    font-size: 0.92rem;
    color: #1e293b;
}

.jd-remove-btn[b-t85z5a9e5h] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    border: 1.5px solid #ef4444;
    border-radius: 8px;
    background: transparent;
    color: #ef4444;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.jd-remove-btn:hover[b-t85z5a9e5h] {
    background: #ef4444;
    color: #fff;
}

.jd-remove-btn .material-icons[b-t85z5a9e5h] {
    font-size: 0.95rem;
}

.jd-no-leader[b-t85z5a9e5h] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    color: #92400e;
    font-size: 0.85rem;
    font-weight: 500;
}

.jd-no-leader-icon[b-t85z5a9e5h] {
    color: #f59e0b;
    font-size: 1.2rem;
}

.jd-alt-list[b-t85z5a9e5h] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jd-alt-row[b-t85z5a9e5h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: background 0.12s;
}

.jd-alt-row--assigned[b-t85z5a9e5h] {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.jd-alt-row-main[b-t85z5a9e5h] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.jd-alt-info[b-t85z5a9e5h] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.jd-alt-name[b-t85z5a9e5h] {
    font-weight: 600;
    font-size: 0.88rem;
    color: #334155;
}

.jd-alt-badges[b-t85z5a9e5h] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.jd-pref-badge[b-t85z5a9e5h] {
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 700;
    white-space: nowrap;
}

.jd-pref-badge--1[b-t85z5a9e5h] {
    background: #dcfce7;
    color: #166534;
}

.jd-pref-badge--2[b-t85z5a9e5h] {
    background: #dbeafe;
    color: #1e40af;
}

.jd-pref-badge--3[b-t85z5a9e5h] {
    background: #fef9c3;
    color: #713f12;
}

.jd-pref-badge--none[b-t85z5a9e5h] {
    background: #f1f5f9;
    color: #94a3b8;
}

.jd-warn-chip[b-t85z5a9e5h] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 600;
}

.jd-warn-chip--conflict[b-t85z5a9e5h] {
    background: #fef3c7;
    color: #92400e;
}

.jd-warn-chip--maxtrips[b-t85z5a9e5h] {
    background: #fee2e2;
    color: #991b1b;
}

.jd-warn-chip--validation[b-t85z5a9e5h] {
    background: #fee2e2;
    color: #991b1b;
}

.jd-assign-btn[b-t85z5a9e5h] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    background: #d9f0ed;
    color: #00796B;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, color 0.15s;
}

.jd-assign-btn:hover[b-t85z5a9e5h] {
    background: #00796B;
    color: #fff;
}

.jd-assign-btn .material-icons[b-t85z5a9e5h] {
    font-size: 1.1rem;
}

.jd-assign-btn--disabled[b-t85z5a9e5h] {
    background: #f1f5f9;
    color: #cbd5e1;
    cursor: not-allowed;
    pointer-events: none;
}

.jd-already-check[b-t85z5a9e5h] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #d9f0ed;
    color: #00796B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jd-already-check .material-icons[b-t85z5a9e5h] {
    font-size: 1.1rem;
}
/* /Components/Pages/Planner/Components/NoteModal.razor.rz.scp.css */
.pd-note-overlay[b-sxupeiy48p] {
    position: absolute;
    inset: 0;
    z-index: 1450;
    background: rgba(255, 255, 255, 0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.pd-note-modal[b-sxupeiy48p] {
    width: 100%;
    max-width: 980px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    border-radius: 8px;
}

.pd-note-modal .mud-typography[b-sxupeiy48p] {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pd-note-header[b-sxupeiy48p] {
    padding: 14px 18px;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pd-note-header .mud-typography[b-sxupeiy48p] {
    font-weight: 700;
}

/* /Components/Pages/Planner/PlannerDraft.razor.rz.scp.css */
.pd-page[b-xfa3jnvoi5] {
    position: relative;
    min-height: 78vh;
}

.pd-bottom-actions[b-xfa3jnvoi5] {
    position: sticky;
    bottom: 0;
    z-index: 20;
    margin-top: 20px;
    padding: 12px 0 6px 0;
    background: linear-gradient(to top, #ffffff 70%, rgba(255, 255, 255, 0));
}

/* Sidebar + calendar layout */
.pd-layout[b-xfa3jnvoi5] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pd-sidebar[b-xfa3jnvoi5] {
    flex: 0 0 260px;
    min-width: 0;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

.pd-sidebar-title[b-xfa3jnvoi5] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.54);
    margin: 0 0 10px 0;
}

.pd-sidebar-row[b-xfa3jnvoi5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.pd-sidebar-row--assigned[b-xfa3jnvoi5] {
    background: rgba(76, 175, 80, 0.06);
}

.pd-sidebar-row--unassigned[b-xfa3jnvoi5] {
    opacity: 0.6;
}

.pd-sidebar-avatar[b-xfa3jnvoi5] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pd-sidebar-info[b-xfa3jnvoi5] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pd-sidebar-name[b-xfa3jnvoi5] {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-count[b-xfa3jnvoi5] {
    font-size: 0.7rem;
    color: rgba(76, 175, 80, 0.9);
}

.pd-sidebar-count--none[b-xfa3jnvoi5] {
    color: rgba(0, 0, 0, 0.38);
}

.pd-sidebar-journeys[b-xfa3jnvoi5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.pd-sidebar-journey[b-xfa3jnvoi5] {
    display: flex;
    flex-direction: column;
    padding: 4px 6px;
    background: rgba(76, 175, 80, 0.08);
    border-radius: 4px;
    gap: 1px;
}

.pd-sidebar-journey-name[b-xfa3jnvoi5] {
    font-size: 0.73rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-journey-dates[b-xfa3jnvoi5] {
    font-size: 0.67rem;
    color: rgba(0, 0, 0, 0.54);
}

.pd-sidebar-rank[b-xfa3jnvoi5] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 3px;
    align-self: flex-start;
    margin-top: 2px;
}

.pd-sidebar-rank--1[b-xfa3jnvoi5] { background: rgba(76, 175, 80, 0.2); color: #2e7d32; }
.pd-sidebar-rank--2[b-xfa3jnvoi5] { background: rgba(33, 150, 243, 0.2); color: #1565c0; }
.pd-sidebar-rank--3[b-xfa3jnvoi5] { background: rgba(255, 152, 0, 0.2); color: #e65100; }

.pd-sidebar-prefs[b-xfa3jnvoi5] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 4px;
}

.pd-sidebar-pref[b-xfa3jnvoi5] {
    font-size: 0.67rem;
    padding: 1px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.pd-sidebar-no-prefs[b-xfa3jnvoi5] {
    font-size: 0.68rem;
    color: rgba(0, 0, 0, 0.38);
    margin-top: 2px;
}

.pd-main[b-xfa3jnvoi5] {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 1200px) {
    .pd-layout[b-xfa3jnvoi5] {
        flex-direction: column;
    }
    .pd-main[b-xfa3jnvoi5] {
        width: 100%;
    }
    .pd-sidebar[b-xfa3jnvoi5] {
        max-height: none;
        width: 100%;
    }
    .pd-sidebar-info[b-xfa3jnvoi5] {
        width: 100%;
    }
    .pd-sidebar-journeys[b-xfa3jnvoi5] {
        flex-direction: row;
    }
}
/* /Components/Pages/TravelLeaders/Calendar/TravelLeaderCalendar.razor.rz.scp.css */
.pd-page[b-kjea8a8vj5] {
    position: relative;
    min-height: 78vh;
}

.pd-bottom-actions[b-kjea8a8vj5] {
    position: sticky;
    bottom: 0;
    z-index: 20;
    margin-top: 20px;
    padding: 12px 0 6px 0;
    background: linear-gradient(to top, #ffffff 70%, rgba(255, 255, 255, 0));
}

/* Sidebar + calendar layout */
.pd-layout[b-kjea8a8vj5] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pd-sidebar[b-kjea8a8vj5] {
    flex: 0 0 260px;
    min-width: 0;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

.pd-sidebar-title[b-kjea8a8vj5] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.54);
    margin: 0 0 10px 0;
}

.pd-sidebar-row[b-kjea8a8vj5] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.pd-sidebar-row--assigned[b-kjea8a8vj5] {
    background: rgba(76, 175, 80, 0.06);
}

.pd-sidebar-row--unassigned[b-kjea8a8vj5] {
    opacity: 0.6;
}

.pd-sidebar-avatar[b-kjea8a8vj5] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.pd-sidebar-info[b-kjea8a8vj5] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.pd-sidebar-name[b-kjea8a8vj5] {
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-count[b-kjea8a8vj5] {
    font-size: 0.7rem;
    color: rgba(76, 175, 80, 0.9);
}

.pd-sidebar-count--none[b-kjea8a8vj5] {
    color: rgba(0, 0, 0, 0.38);
}

.pd-sidebar-journeys[b-kjea8a8vj5] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 4px;
}

.pd-sidebar-journey[b-kjea8a8vj5] {
    display: flex;
    flex-direction: column;
    padding: 4px 6px;
    background: rgba(76, 175, 80, 0.08);
    border-radius: 4px;
    gap: 1px;
}

.pd-sidebar-journey-name[b-kjea8a8vj5] {
    font-size: 0.73rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd-sidebar-journey-dates[b-kjea8a8vj5] {
    font-size: 0.67rem;
    color: rgba(0, 0, 0, 0.54);
}

.pd-sidebar-rank[b-kjea8a8vj5] {
    font-size: 0.65rem;
    font-weight: 600;
    padding: 1px 4px;
    border-radius: 3px;
    align-self: flex-start;
    margin-top: 2px;
}

.pd-sidebar-rank--1[b-kjea8a8vj5] { background: rgba(76, 175, 80, 0.2); color: #2e7d32; }
.pd-sidebar-rank--2[b-kjea8a8vj5] { background: rgba(33, 150, 243, 0.2); color: #1565c0; }
.pd-sidebar-rank--3[b-kjea8a8vj5] { background: rgba(255, 152, 0, 0.2); color: #e65100; }

.pd-sidebar-prefs[b-kjea8a8vj5] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 4px;
}

.pd-sidebar-pref[b-kjea8a8vj5] {
    font-size: 0.67rem;
    padding: 1px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.6);
}

.pd-sidebar-no-prefs[b-kjea8a8vj5] {
    font-size: 0.68rem;
    color: rgba(0, 0, 0, 0.38);
    margin-top: 2px;
}

.pd-main[b-kjea8a8vj5] {
    flex: 1 1 0;
    min-width: 0;
}

@media (max-width: 1200px) {
    .pd-layout[b-kjea8a8vj5] {
        flex-direction: column;
    }
    .pd-main[b-kjea8a8vj5] {
        width: 100%;
    }
    .pd-sidebar[b-kjea8a8vj5] {
        max-height: none;
        width: 100%;
    }
    .pd-sidebar-info[b-kjea8a8vj5] {
        width: 100%;
    }
    .pd-sidebar-journeys[b-kjea8a8vj5] {
        flex-direction: row;
    }
}
/* /Components/Pages/TravelLeaders/TravelLeaders.razor.rz.scp.css */
.status-toggle-badge[b-g0fc03t4hn] {
    cursor: pointer;
}

.leader-name-column[b-g0fc03t4hn],
.leader-name-cell[b-g0fc03t4hn] {
    min-width: 15rem;
}

.leader-contact-column[b-g0fc03t4hn],
.leader-contact-cell[b-g0fc03t4hn] {
    min-width: 10rem;
}

.leader-metric-column[b-g0fc03t4hn],
.leader-metric-cell[b-g0fc03t4hn] {
    width: 5.25rem;
}

.leader-preferences-column[b-g0fc03t4hn],
.leader-preferences-cell[b-g0fc03t4hn] {
    min-width: 13rem;
}

.leader-status-column[b-g0fc03t4hn],
.leader-status-cell[b-g0fc03t4hn] {
    min-width: 7rem;
}

.leader-contact-cell .text-muted[b-g0fc03t4hn],
.leader-preference[b-g0fc03t4hn] {
    font-size: 0.8125rem;
}

.leader-metric[b-g0fc03t4hn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 121, 107, 0.08);
    color: #0f172a;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    line-height: 1.2;
}

.leader-status-cell .badge[b-g0fc03t4hn] {
    font-size: 0.72rem;
    letter-spacing: 0.02em;
}

tr.published-yes td[b-g0fc03t4hn] { background-color: rgba(15,81,50,0.03); }
tr.published-no td[b-g0fc03t4hn] { background-color: transparent; }

.leader-preferences-cell[b-g0fc03t4hn] {
    white-space: normal;
}

.leader-preferences-cell .leader-preference[b-g0fc03t4hn] {
    color: #334155;
}

.leader-preferences-cell .btn-link[b-g0fc03t4hn] {
    color: #0f5132 !important;
    font-weight: 500;
    transition: color 0.15s ease-in-out;
}

.leader-preferences-cell .btn-link:hover[b-g0fc03t4hn] {
    color: #00796b !important;
    text-decoration: underline;
}

.leader-pref-toggle[b-g0fc03t4hn] {
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1.2;
    color: #0f5132 !important;
    font-weight: 500;
}

.leader-pref-toggle:hover[b-g0fc03t4hn] {
    color: #00796b !important;
    text-decoration: underline;
}

.leader-pref-collapse[b-g0fc03t4hn] {
    color: #6b7280 !important;
}
/* /Components/Shared/AlertModal.razor.rz.scp.css */
.km-alert-overlay[b-s8z4320pqx] {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(0, 121, 107, 0.28), transparent 34%),
        linear-gradient(135deg, rgba(10, 18, 24, 0.82), rgba(18, 24, 34, 0.68));
    backdrop-filter: blur(8px);
}

.km-alert-modal[b-s8z4320pqx] {
    width: min(660px, 100%);
    max-height: min(82vh, 920px);
    overflow: auto;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
}

.km-alert-modal__accent[b-s8z4320pqx] {
    height: 7px;
    background: linear-gradient(90deg, #00796b, #009688, #4db6ac);
}

.km-alert-modal--success .km-alert-modal__accent[b-s8z4320pqx] {
    background: linear-gradient(90deg, #1b8f4b, #37b26f, #7ccf9f);
}

.km-alert-modal--warning .km-alert-modal__accent[b-s8z4320pqx] {
    background: linear-gradient(90deg, #b97710, #f0a62b, #ffd56a);
}

.km-alert-modal--error .km-alert-modal__accent[b-s8z4320pqx] {
    background: linear-gradient(90deg, #b3261e, #e5534b, #f28b82);
}

.km-alert-modal__header[b-s8z4320pqx] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 22px 12px;
}

.km-alert-modal__title-wrap[b-s8z4320pqx] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}

.km-alert-modal__icon[b-s8z4320pqx] {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(0, 121, 107, 0.12);
    color: #00796b;
}

.km-alert-modal__icon--success[b-s8z4320pqx] {
    background: rgba(27, 143, 75, 0.12);
    color: #1b8f4b;
}

.km-alert-modal__icon--warning[b-s8z4320pqx] {
    background: rgba(185, 119, 16, 0.12);
    color: #b97710;
}

.km-alert-modal__icon--error[b-s8z4320pqx] {
    background: rgba(179, 38, 30, 0.12);
    color: #b3261e;
}

.km-alert-modal__title[b-s8z4320pqx] {
    font-weight: 700;
}

.km-alert-modal__subtitle[b-s8z4320pqx] {
    color: rgba(0, 0, 0, 0.58);
}

.km-alert-modal__body[b-s8z4320pqx] {
    padding: 0 22px 18px;
    display: grid;
    gap: 12px;
    overflow-y: auto;
    max-height: 300px;
}

.km-alert-modal__message[b-s8z4320pqx] {
    line-height: 1.65;
}

.km-alert-modal__footer[b-s8z4320pqx] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 22px 22px;
}

.km-alert-modal[b-s8z4320pqx]  a {
    color: #00796b;
}

@media (max-width: 640px) {
    .km-alert-overlay[b-s8z4320pqx] {
        padding: 14px;
    }

    .km-alert-modal__header[b-s8z4320pqx],
    .km-alert-modal__body[b-s8z4320pqx],
    .km-alert-modal__footer[b-s8z4320pqx] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .km-alert-modal__title-wrap[b-s8z4320pqx] {
        gap: 10px;
    }

    .km-alert-modal__icon[b-s8z4320pqx] {
        width: 38px;
        height: 38px;
        border-radius: 12px;
    }
}
/* /Components/Shared/CalendarView.razor.rz.scp.css */
/* Nav block: arrow | [title + pills] | arrow */
.cal-nav-block[b-27hmjso3dw] {
    margin-bottom: 12px;
}

.cal-nav-row[b-27hmjso3dw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cal-nav-center[b-27hmjso3dw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
    padding: 4px 0;
}

.cal-scroll-shell[b-27hmjso3dw] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cal-scroll-body[b-27hmjso3dw] {
    min-width: 760px;
}

/* Month-pill jump bar */
.cal-pills-bar[b-27hmjso3dw] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cal-pill-group[b-27hmjso3dw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.cal-month-pill[b-27hmjso3dw] {
    padding: 4px 13px;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    background: #f8fafc;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.cal-month-pill:hover[b-27hmjso3dw] {
    background: #e2e8f0;
}

.cal-pill-active[b-27hmjso3dw] {
    background: #1976d2;
    border-color: #1976d2;
    color: #fff;
}

.cal-pill-chips[b-27hmjso3dw] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-left: 4px;
}

.cal-journey-chip[b-27hmjso3dw] {
    padding: 2px 8px;
    background: #e0f2fe;
    color: #0369a1;
    border-radius: 10px;
    font-size: 0.73rem;
    cursor: pointer;
    transition: background 0.15s;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.cal-journey-chip:hover[b-27hmjso3dw] {
    background: #bae6fd;
}

/* Header row - same 7-column grid as the week rows */
.cal-header-row[b-27hmjso3dw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: 2px;
}

.cal-header[b-27hmjso3dw] {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    background-color: #f3f4f6;
}

/* One week = a 7-column grid.
   Row 1 holds the 7 day-number cells.
   Rows 2+ are filled automatically by journey bars via CSS grid auto-placement. */
.cal-week[b-27hmjso3dw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: auto;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
}

/* Day number cells are always in the first row */
.cal-day-cell[b-27hmjso3dw] {
    grid-row: 1;
    height: 48px;
    padding: 6px 4px 2px;
    border-right: 1px solid #f0f0f0;
    background: white;
}

.cal-day-cell.other-month[b-27hmjso3dw] {
    background: #fafafa;
    color: #bdbdbd;
}

.cal-day-cell.today-highlight[b-27hmjso3dw] {
    background: #f0f8ff;
    border-top: 3px solid #1976d2;
}

.day-number[b-27hmjso3dw] {
    text-align: right;
    font-size: 0.8em;
}

/* Journey bars - span their columns and auto-stack below day cells */
.cal-journey-span[b-27hmjso3dw] {
    margin: 4px 1px;
    padding: 0 12px;
    font-size: 0.82rem;
    color: #333333;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 60px;
    transition: filter 0.15s ease;
    border-radius: 6px;
}

.cal-journey-span-small[b-27hmjso3dw] {
    height: 26px;
    min-height: 26px;
    padding: 0 8px;
    font-size: 0.85rem;
    margin: 4px 1px;
    border-radius: 6px;
    overflow: hidden;
    color: #333333;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.cal-journey-span:hover[b-27hmjso3dw] {
    filter: brightness(1.12);
}

.cal-journey-span.cal-clip-left[b-27hmjso3dw] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0;
    padding-left: 4px;
}

.cal-journey-span.cal-clip-right[b-27hmjso3dw] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    padding-right: 4px;
}

.journey-span-country[b-27hmjso3dw] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.journey-span-leader[b-27hmjso3dw] {
    font-size: 0.75rem;
    opacity: 0.88;
    margin-left: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.cal-col-1[b-27hmjso3dw] {
    grid-column-start: 1;
}

.cal-col-2[b-27hmjso3dw] {
    grid-column-start: 2;
}

.cal-col-3[b-27hmjso3dw] {
    grid-column-start: 3;
}

.cal-col-4[b-27hmjso3dw] {
    grid-column-start: 4;
}

.cal-col-5[b-27hmjso3dw] {
    grid-column-start: 5;
}

.cal-col-6[b-27hmjso3dw] {
    grid-column-start: 6;
}

.cal-col-7[b-27hmjso3dw] {
    grid-column-start: 7;
}

.cal-span-1[b-27hmjso3dw] {
    grid-column-end: span 1;
}

.cal-span-2[b-27hmjso3dw] {
    grid-column-end: span 2;
}

.cal-span-3[b-27hmjso3dw] {
    grid-column-end: span 3;
}

.cal-span-4[b-27hmjso3dw] {
    grid-column-end: span 4;
}

.cal-span-5[b-27hmjso3dw] {
    grid-column-end: span 5;
}

.cal-span-6[b-27hmjso3dw] {
    grid-column-end: span 6;
}

.cal-span-7[b-27hmjso3dw] {
    grid-column-end: span 7;
}

.cal-color-0[b-27hmjso3dw] {
    background: #ffb596;
}

.cal-color-1[b-27hmjso3dw] {
    background: #bde0fe;
}

.cal-color-2[b-27hmjso3dw] {
    background: #cdeac0;
}

.cal-color-3[b-27hmjso3dw] {
    background: #dcc6e0;
}

.cal-color-4[b-27hmjso3dw] {
    background: #ffe29a;
}

.cal-color-5[b-27hmjso3dw] {
    background: #f9c5d5;
}

.cal-color-6[b-27hmjso3dw] {
    background: #c7ede6;
}

.cal-color-7[b-27hmjso3dw] {
    background: #ffd6a5;
}

@media (max-width: 575.98px) {
    .cal-nav-row[b-27hmjso3dw] {
        gap: 0.25rem;
    }

    .cal-nav-center[b-27hmjso3dw] {
        align-items: flex-start;
    }

    .cal-pills-bar[b-27hmjso3dw] {
        justify-content: flex-start;
    }
}
/* /Components/Shared/DataLoader.razor.rz.scp.css */
.data-loader-error-text[b-kzcc1i93dg] {
    white-space: pre-wrap;
    word-break: break-word;
}
/* /Components/Shared/Table.razor.rz.scp.css */
.app-table-scroll[b-wkecfy71d9] {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}

.app-table[b-wkecfy71d9] {
    width: max-content;
    min-width: 100%;
}

.app-table th[b-wkecfy71d9],
.app-table td[b-wkecfy71d9] {
    vertical-align: middle;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.table-footer-controls[b-wkecfy71d9] {
    gap: 0.75rem;
}

.table-footer-meta[b-wkecfy71d9] {
    gap: 0.75rem;
    flex-wrap: wrap;
}

.table-page-size[b-wkecfy71d9] {
    width: auto;
}

@media (max-width: 575.98px) {
    .app-table[b-wkecfy71d9] {
        min-width: 540px;
    }

    .app-table th[b-wkecfy71d9],
    .app-table td[b-wkecfy71d9] {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
    }

    .table-footer-controls[b-wkecfy71d9] {
        flex-direction: column;
        align-items: flex-start !important;
    }
}
/* /Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip[b-pewb8gm34f] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 1;
    padding-bottom: 0.5rem;
    .tooltip-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        background: #00796b1a;
        color: #00796b;
        font-size: 1rem;
        font-weight: 800;
        line-height: 1;
        cursor: help;
        user-select: none;
        box-shadow: 0 2px 8px rgba(0, 121, 107, 0.22);
        padding: 0;
    }
    .tooltip-content[b-pewb8gm34f] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        top: 100%;
        min-width: 12rem;
        max-width: min(20rem, 80vw);
        padding: 0.55rem 0.7rem;
        border-radius: 0.5rem;
        background: #212529FF;
        color: #F8F9FAFF;
        font-size: 0.85rem;
        line-height: 1.35;
        text-align: left;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
        visibility: hidden;
        opacity: 0;
        z-index: 1000;
        overflow-y: auto;
        max-height: 25vh;
        &:after {
            content: "";
            top: 0;
            transform: translateX(-50%);
            border: 6px solid transparent;
        }
    }
    &.open[b-pewb8gm34f] {
        .tooltip-trigger {
            background: linear-gradient(180deg, #00796B2E 0%, rgba(0, 121, 107, 0.28) 100%);
            outline: 2px solid rgba(0, 121, 107, 0.28);
            outline-offset: 2px;
        }
        .tooltip-content[b-pewb8gm34f] {
            opacity: 1;
            visibility: visible;
            display: block;
        }
    }
}

/* /Components/Shared/TravelLeaderList.razor.rz.scp.css */
.travel-leader-draggable[b-h846ql39d1] {
    cursor: grab;
}
