/* _content/ParkingApp/Components/DashboardAdmin.razor.rz.scp.css */
.stats-grid.admin[b-5d2b176v48] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-grid.admin-grid[b-5d2b176v48] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
}

.stat-box[b-5d2b176v48] {
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    min-width: 0;
}

    .stat-box.red[b-5d2b176v48] {
        background: #fff1f2;
        border-color: #fecdd3;
    }

    .stat-box.green[b-5d2b176v48] {
        background: #effcf4;
        border-color: #bbf7d0;
    }

    .stat-box.blue[b-5d2b176v48] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

    .stat-box.orange[b-5d2b176v48] {
        background: #fff7ed;
        border-color: #fed7aa;
    }

    .stat-box.gray[b-5d2b176v48] {
        background: #f9fafb;
        border-color: #e5e7eb;
    }

.stat-label[b-5d2b176v48],
.mini-card-label[b-5d2b176v48] {
    color: #6b7280;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.stat-value[b-5d2b176v48],
.mini-card-value[b-5d2b176v48] {
    margin-top: 6px;
    font-size: 1.55rem;
    font-weight: 800;
    color: #111827;
    overflow-wrap: anywhere;
    word-break: normal;
}

.section-title-row[b-5d2b176v48] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-title[b-5d2b176v48] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}

.quick-actions[b-5d2b176v48] {
    display: grid;
    gap: 10px;
}

.mini-card-grid[b-5d2b176v48] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mini-card[b-5d2b176v48] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-width: 0;
}

@media (min-width: 1800px) {
    .stat-value[b-5d2b176v48],
    .mini-card-value[b-5d2b176v48] {
        font-size: 1.7rem;
    }
}

@media (max-width: 1400px) {
    .stats-grid.admin[b-5d2b176v48] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .stats-grid.admin[b-5d2b176v48] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-grid.admin-grid[b-5d2b176v48],
    .mini-card-grid[b-5d2b176v48] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .stats-grid.admin[b-5d2b176v48] {
        grid-template-columns: 1fr;
    }

    .stat-box[b-5d2b176v48],
    .mini-card[b-5d2b176v48] {
        padding: 14px;
        border-radius: 14px;
    }

    .stat-value[b-5d2b176v48],
    .mini-card-value[b-5d2b176v48] {
        font-size: 1.35rem;
    }
}
/* _content/ParkingApp/Components/DashboardSpotOwner.razor.rz.scp.css */
.stats-grid.owner[b-xfn3ookwtd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-grid[b-xfn3ookwtd] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 16px;
}

.stat-box[b-xfn3ookwtd] {
    border-radius: 16px;
    padding: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    min-width: 0;
}

    .stat-box.blue[b-xfn3ookwtd] {
        background: #eff6ff;
        border-color: #bfdbfe;
    }

    .stat-box.green[b-xfn3ookwtd] {
        background: #effcf4;
        border-color: #bbf7d0;
    }

    .stat-box.orange[b-xfn3ookwtd] {
        background: #fff7ed;
        border-color: #fed7aa;
    }

    .stat-box.gray[b-xfn3ookwtd] {
        background: #f9fafb;
        border-color: #e5e7eb;
    }

.stat-label[b-xfn3ookwtd],
.mini-card-label[b-xfn3ookwtd] {
    color: #6b7280;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.stat-value[b-xfn3ookwtd],
.mini-card-value[b-xfn3ookwtd] {
    margin-top: 6px;
    font-size: 1.7rem;
    font-weight: 800;
    color: #111827;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.2;
}

.section-title-row[b-xfn3ookwtd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-title[b-xfn3ookwtd] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}

.mini-card-grid[b-xfn3ookwtd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mini-card[b-xfn3ookwtd] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-width: 0;
}

.mini-card-subtext[b-xfn3ookwtd] {
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
    word-break: normal;
}

.quick-actions[b-xfn3ookwtd] {
    display: grid;
    gap: 10px;
}

.reservation-list[b-xfn3ookwtd] {
    display: grid;
    gap: 12px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 14px;
}

    .reservation-list[b-xfn3ookwtd]::-webkit-scrollbar {
        width: 8px;
    }

    .reservation-list[b-xfn3ookwtd]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .reservation-list[b-xfn3ookwtd]::-webkit-scrollbar-track {
        background: transparent;
    }

.reservation-item[b-xfn3ookwtd] {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    min-width: 0;
}

.reservation-date[b-xfn3ookwtd] {
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: grid;
    place-items: center;
    padding: 8px;
    min-width: 0;
}

.reservation-day[b-xfn3ookwtd] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.reservation-month[b-xfn3ookwtd] {
    margin-top: 4px;
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 700;
}

.reservation-main[b-xfn3ookwtd] {
    min-width: 0;
}

.reservation-title[b-xfn3ookwtd] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111827;
    overflow-wrap: anywhere;
}

.reservation-meta[b-xfn3ookwtd] {
    margin-top: 4px;
    color: #6b7280;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
    word-break: normal;
}

.empty-box[b-xfn3ookwtd] {
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    padding: 16px;
    color: #6b7280;
    background: #fafafa;
    margin-top: 14px;
}

@media (min-width: 1800px) {
    .dashboard-grid[b-xfn3ookwtd] {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    }
}

@media (max-width: 1200px) {
    .stats-grid.owner[b-xfn3ookwtd] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-grid[b-xfn3ookwtd] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mini-card-grid[b-xfn3ookwtd] {
        grid-template-columns: 1fr;
    }

    .reservation-item[b-xfn3ookwtd] {
        grid-template-columns: 1fr;
    }

    .reservation-date[b-xfn3ookwtd] {
        justify-self: start;
        width: 84px;
    }
}

@media (max-width: 640px) {
    .stats-grid.owner[b-xfn3ookwtd] {
        grid-template-columns: 1fr;
    }

    .stat-box[b-xfn3ookwtd],
    .mini-card[b-xfn3ookwtd],
    .reservation-item[b-xfn3ookwtd] {
        padding: 12px;
        border-radius: 14px;
    }

    .stat-value[b-xfn3ookwtd],
    .mini-card-value[b-xfn3ookwtd] {
        font-size: 1.28rem;
    }

    .reservation-list[b-xfn3ookwtd] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}
/* _content/ParkingApp/Components/DashboardUser.razor.rz.scp.css */
.dashboard-stats[b-gtarzv5o1i] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-grid[b-gtarzv5o1i] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 16px;
}

.section-title-row[b-gtarzv5o1i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.section-title[b-gtarzv5o1i] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #1f2937;
}

.stat-label[b-gtarzv5o1i],
.mini-card-label[b-gtarzv5o1i] {
    color: #6b7280;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.stat-value[b-gtarzv5o1i],
.mini-card-value[b-gtarzv5o1i] {
    margin-top: 6px;
    font-size: 1.7rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
}

.mini-card-grid[b-gtarzv5o1i] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mini-card[b-gtarzv5o1i] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-width: 0;
}

.mini-card-subtext[b-gtarzv5o1i] {
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
    word-break: normal;
}

.quick-actions[b-gtarzv5o1i] {
    display: grid;
    gap: 10px;
}

.reservation-summary-line[b-gtarzv5o1i] {
    margin-top: 10px;
    color: #4b5563;
    font-size: 0.9rem;
    overflow-wrap: anywhere;
}

.reservation-list[b-gtarzv5o1i] {
    display: grid;
    gap: 12px;
    max-height: 420px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 14px;
}

    .reservation-list[b-gtarzv5o1i]::-webkit-scrollbar {
        width: 8px;
    }

    .reservation-list[b-gtarzv5o1i]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .reservation-list[b-gtarzv5o1i]::-webkit-scrollbar-track {
        background: transparent;
    }

.reservation-item[b-gtarzv5o1i] {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
    min-width: 0;
}

.reservation-date[b-gtarzv5o1i] {
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    display: grid;
    place-items: center;
    padding: 8px;
    min-width: 0;
}

.reservation-day[b-gtarzv5o1i] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.reservation-month[b-gtarzv5o1i] {
    margin-top: 4px;
    font-size: 0.78rem;
    color: #6b7280;
    font-weight: 700;
}

.reservation-main[b-gtarzv5o1i] {
    min-width: 0;
}

.reservation-title[b-gtarzv5o1i] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111827;
    overflow-wrap: anywhere;
}

.reservation-meta[b-gtarzv5o1i] {
    margin-top: 4px;
    color: #6b7280;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
    word-break: normal;
}

.company-summary[b-gtarzv5o1i] {
    margin-top: 10px;
}

.company-spots-scroll[b-gtarzv5o1i] {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 14px;
}

    .company-spots-scroll[b-gtarzv5o1i]::-webkit-scrollbar {
        width: 8px;
    }

    .company-spots-scroll[b-gtarzv5o1i]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .company-spots-scroll[b-gtarzv5o1i]::-webkit-scrollbar-track {
        background: transparent;
    }

.company-spots-grid[b-gtarzv5o1i] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
    gap: 10px;
}

.company-spot-box[b-gtarzv5o1i] {
    border-radius: 14px;
    padding: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    min-width: 0;
}

    .company-spot-box.available[b-gtarzv5o1i] {
        border-color: #bbf7d0;
        background: #f0fdf4;
    }

    .company-spot-box.busy[b-gtarzv5o1i] {
        border-color: #fecaca;
        background: #fef2f2;
    }

    .company-spot-box.unavailable[b-gtarzv5o1i] {
        border-color: #e5e7eb;
        background: #f9fafb;
    }

.company-spot-number[b-gtarzv5o1i] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #111827;
}

.company-spot-status[b-gtarzv5o1i] {
    margin-top: 4px;
    font-size: 0.8rem;
    color: #6b7280;
    overflow-wrap: anywhere;
}

.empty-box[b-gtarzv5o1i] {
    border: 1px dashed #d1d5db;
    border-radius: 14px;
    padding: 16px;
    color: #6b7280;
    background: #fafafa;
}

@media (min-width: 1800px) {
    .dashboard-grid[b-gtarzv5o1i] {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    }
}

@media (max-width: 1200px) {
    .dashboard-stats[b-gtarzv5o1i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-grid[b-gtarzv5o1i] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .mini-card-grid[b-gtarzv5o1i] {
        grid-template-columns: 1fr;
    }

    .reservation-item[b-gtarzv5o1i] {
        grid-template-columns: 1fr;
    }

    .reservation-date[b-gtarzv5o1i] {
        justify-self: start;
        width: 84px;
    }

    .company-spots-grid[b-gtarzv5o1i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .dashboard-stats[b-gtarzv5o1i] {
        grid-template-columns: 1fr;
    }

    .stat-value[b-gtarzv5o1i],
    .mini-card-value[b-gtarzv5o1i] {
        font-size: 1.28rem;
    }

    .mini-card[b-gtarzv5o1i],
    .reservation-item[b-gtarzv5o1i],
    .company-spot-box[b-gtarzv5o1i] {
        padding: 12px;
        border-radius: 14px;
    }

    .reservation-list[b-gtarzv5o1i] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .company-spots-scroll[b-gtarzv5o1i] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .company-spots-grid[b-gtarzv5o1i] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}
/* _content/ParkingApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-2u64epft2j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-2u64epft2j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-shell[b-2u64epft2j] {
    min-height: 100vh;
}

.app-topbar[b-2u64epft2j] {
    z-index: 1301;
    height: 74px;
    display: flex;
    align-items: center;
}

[b-2u64epft2j] .app-topbar .mud-toolbar-appbar {
    min-height: 74px !important;
    height: 74px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.topbar-wrap[b-2u64epft2j] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    height: 100%;
}

.app-topbar-inner[b-2u64epft2j] {
    min-height: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%;
    min-width: 0;
}

.app-topbar-left[b-2u64epft2j] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    height: 100%;
}

.mobile-menu-button[b-2u64epft2j] {
    display: none;
    margin-right: 2px;
}

.app-brand[b-2u64epft2j] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    margin-left: -6px;
    height: 100%;
}

    .app-brand img[b-2u64epft2j] {
        height: 42px;
        width: auto;
        display: block;
        background: #fff;
        border-radius: 10px;
        padding: 4px 8px;
        flex-shrink: 0;
    }

.app-brand-text[b-2u64epft2j] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    justify-content: center;
}

.app-brand-title[b-2u64epft2j] {
    color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.02;
}

.app-brand-subtitle[b-2u64epft2j] {
    color: rgba(255,255,255,0.92);
    font-size: 0.82rem;
    line-height: 1.1;
    margin-top: 2px;
}

.app-userbox[b-2u64epft2j] {
    display: flex;
    align-items: center;
    min-width: 0;
    flex-shrink: 0;
    height: 100%;
}

.app-usercard[b-2u64epft2j] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 6px 8px 6px 12px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.10);
    border-radius: 18px;
    backdrop-filter: blur(6px);
}

.app-usercard-main[b-2u64epft2j] {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.app-useravatar[b-2u64epft2j] {
    width: 40px;
    height: 40px;
    position: relative;
    flex: 0 0 40px;
}

.app-useravatar-img[b-2u64epft2j] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255,255,255,0.28);
    display: block;
    background: rgba(255,255,255,0.18);
}

.app-useravatar-fallback[b-2u64epft2j],
.app-useravatar-fallback-static[b-2u64epft2j] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.28);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
}

.app-usertext[b-2u64epft2j] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    line-height: 1.05;
}

.app-user-name[b-2u64epft2j] {
    color: #fff !important;
    font-weight: 800;
    font-size: 0.98rem !important;
    white-space: nowrap;
}

.app-user-role[b-2u64epft2j] {
    color: rgba(255,255,255,0.88) !important;
    font-size: 0.9rem !important;
    white-space: nowrap;
}

.logout-button[b-2u64epft2j] {
    white-space: nowrap;
    min-width: auto;
    min-height: 38px;
    padding-inline: 16px;
    font-size: 0.92rem !important;
    font-weight: 700 !important;
    border-color: rgba(255,255,255,0.3) !important;
    color: #fff !important;
}

    .logout-button:hover[b-2u64epft2j] {
        background: rgba(255,255,255,0.12) !important;
        border-color: rgba(255,255,255,0.45) !important;
    }

.app-drawer[b-2u64epft2j] {
    border-right: 1px solid #eceef2;
}

.drawer-content[b-2u64epft2j] {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.drawer-scroll[b-2u64epft2j] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 18px 12px 12px;
}

.drawer-footer[b-2u64epft2j] {
    flex: 0 0 auto;
    border-top: 1px solid #eceef2;
    padding: 12px;
    background: #fff;
}

.drawer-section-title[b-2u64epft2j] {
    margin: 10px 6px 12px;
    font-size: 0.75rem;
    color: #8b8f97;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.legend-grid[b-2u64epft2j] {
    display: grid;
    gap: 8px;
    margin-top: 10px;
}

.legend-item[b-2u64epft2j] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}

.legend-color[b-2u64epft2j] {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-sizing: border-box;
}

.app-main-content[b-2u64epft2j] {
    min-height: 100vh;
}

.main-content-wrap[b-2u64epft2j] {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 16px 18px 18px;
    box-sizing: border-box;
}

    .main-content-wrap.parking-page-wrap[b-2u64epft2j] {
        max-width: 100%;
        padding-inline: 18px;
    }

.drawer-scroll[b-2u64epft2j]::-webkit-scrollbar {
    width: 8px;
}

.drawer-scroll[b-2u64epft2j]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}

.drawer-scroll[b-2u64epft2j]::-webkit-scrollbar-track {
    background: transparent;
}

@media (min-width: 1400px) {
    .main-content-wrap[b-2u64epft2j] {
        max-width: 1860px;
        padding-inline: 20px;
    }

        .main-content-wrap.parking-page-wrap[b-2u64epft2j] {
            padding-inline: 20px;
        }
}

@media (min-width: 1900px) {
    .main-content-wrap[b-2u64epft2j] {
        max-width: 2200px;
        padding-inline: 24px;
    }

        .main-content-wrap.parking-page-wrap[b-2u64epft2j] {
            padding-inline: 24px;
        }

    .app-brand img[b-2u64epft2j] {
        height: 44px;
    }

    .app-brand-title[b-2u64epft2j] {
        font-size: 1.32rem;
    }

    .app-useravatar[b-2u64epft2j],
    .app-useravatar-img[b-2u64epft2j],
    .app-useravatar-fallback[b-2u64epft2j],
    .app-useravatar-fallback-static[b-2u64epft2j] {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 1366px) {
    .main-content-wrap[b-2u64epft2j],
    .main-content-wrap.parking-page-wrap[b-2u64epft2j] {
        padding-inline: 12px;
    }

    .topbar-wrap[b-2u64epft2j] {
        padding-left: 8px;
        padding-right: 12px;
    }

    .app-brand img[b-2u64epft2j] {
        height: 38px;
    }

    .app-brand-title[b-2u64epft2j] {
        font-size: 1.14rem;
    }

    .app-brand-subtitle[b-2u64epft2j] {
        font-size: 0.76rem;
    }

    .app-usercard[b-2u64epft2j] {
        gap: 12px;
        padding: 5px 7px 5px 10px;
    }

    .app-useravatar[b-2u64epft2j],
    .app-useravatar-img[b-2u64epft2j],
    .app-useravatar-fallback[b-2u64epft2j],
    .app-useravatar-fallback-static[b-2u64epft2j] {
        width: 34px;
        height: 34px;
    }

    .app-user-name[b-2u64epft2j] {
        font-size: 0.92rem !important;
    }

    .app-user-role[b-2u64epft2j] {
        font-size: 0.84rem !important;
    }
}

@media (max-width: 960px) {
    .mobile-menu-button[b-2u64epft2j] {
        display: inline-flex;
    }

    .main-content-wrap[b-2u64epft2j],
    .main-content-wrap.parking-page-wrap[b-2u64epft2j] {
        padding: 12px 10px 14px;
    }

    .topbar-wrap[b-2u64epft2j] {
        padding-left: 6px;
        padding-right: 8px;
    }

    .app-topbar[b-2u64epft2j] {
        height: 64px;
    }

    [b-2u64epft2j] .app-topbar .mud-toolbar-appbar {
        min-height: 64px !important;
        height: 64px !important;
    }

    .app-topbar-inner[b-2u64epft2j] {
        min-height: 64px;
        height: 64px;
        gap: 10px;
    }

    .app-brand[b-2u64epft2j] {
        gap: 10px;
        margin-left: 0;
    }

        .app-brand img[b-2u64epft2j] {
            height: 34px;
            padding: 3px 6px;
        }

    .app-brand-title[b-2u64epft2j] {
        font-size: 0.98rem;
    }

    .app-brand-subtitle[b-2u64epft2j] {
        font-size: 0.72rem;
    }

    .app-usercard[b-2u64epft2j] {
        padding: 4px 6px;
        border-radius: 14px;
        gap: 10px;
    }

    .app-usertext[b-2u64epft2j] {
        display: none;
    }

    .logout-button[b-2u64epft2j] {
        min-height: 34px;
        padding-inline: 10px;
    }

    .drawer-footer[b-2u64epft2j] {
        display: none;
    }
}

@media (max-width: 640px) {
    .app-topbar[b-2u64epft2j] {
        height: 56px;
    }

    [b-2u64epft2j] .app-topbar .mud-toolbar-appbar {
        min-height: 56px !important;
        height: 56px !important;
    }

    .app-topbar-inner[b-2u64epft2j] {
        min-height: 56px;
        height: 56px;
    }

    .app-brand[b-2u64epft2j] {
        gap: 8px;
    }

        .app-brand img[b-2u64epft2j] {
            height: 30px;
            border-radius: 8px;
        }

    .app-brand-title[b-2u64epft2j] {
        font-size: 0.88rem;
        line-height: 1;
    }

    .app-brand-subtitle[b-2u64epft2j] {
        font-size: 0.66rem;
        line-height: 1;
        margin-top: 1px;
    }

    .app-useravatar[b-2u64epft2j],
    .app-useravatar-img[b-2u64epft2j],
    .app-useravatar-fallback[b-2u64epft2j],
    .app-useravatar-fallback-static[b-2u64epft2j] {
        width: 28px;
        height: 28px;
    }

    .logout-button[b-2u64epft2j] {
        font-size: 0.85rem !important;
        padding-inline: 8px;
        min-height: 30px;
    }
}
/* _content/ParkingApp/Components/Pages/AdminUsers.razor.rz.scp.css */
/* =========================================================
   ADMIN USERS PAGE
   Layout celé stránky administrace uživatelů
   ========================================================= */

.admin-users-page[b-i7s5l72dg2] {
    display: grid;
    gap: 16px;
    min-width: 0;
}

/* základní karta / panel */
.admin-users-card[b-i7s5l72dg2] {
    border-radius: 20px;
    min-width: 0;
    overflow: hidden;
}

/* nadpis stránky */
.admin-users-heading[b-i7s5l72dg2] {
    font-weight: 700;
}

/* horní toolbar: titulek vlevo, akce vpravo */
.admin-users-toolbar[b-i7s5l72dg2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.admin-users-title[b-i7s5l72dg2] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

/* pravá část toolbaru */
.admin-users-toolbar-actions[b-i7s5l72dg2] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

/* vyhledávání */
.admin-users-search[b-i7s5l72dg2] {
    min-width: 280px;
}

/* wrapper jedné skupiny / firmy */
.admin-users-group-card[b-i7s5l72dg2] {
    overflow: hidden;
}

/* =========================================================
   HEADER SKUPINY FIRMY
   ========================================================= */

.company-group-header[b-i7s5l72dg2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    background: linear-gradient(180deg, #fff7f4 0%, #ffffff 100%);
    border-bottom: 1px solid #f0e3df;
}

.company-group-title[b-i7s5l72dg2] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    min-width: 0;
}

.company-group-name[b-i7s5l72dg2] {
    font-size: 1rem;
    font-weight: 800;
    color: #1f2937;
}

.company-group-count[b-i7s5l72dg2] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #ecd6d0;
    color: #6b7280;
    font-size: 0.78rem;
    font-weight: 700;
}

/* =========================================================
   TABLE WRAPPER
   horizontální scroll místo rozbití layoutu
   ========================================================= */

.admin-users-table-wrap[b-i7s5l72dg2] {
    overflow-x: auto;
    overflow-y: visible;
}

[b-i7s5l72dg2] .admin-users-table {
    min-width: 0;
}

    [b-i7s5l72dg2] .admin-users-table .mud-table-container {
        overflow: visible;
    }

    /* hlavní tabulka
   pevná šířka, aby se sloupce nemačkaly */
    [b-i7s5l72dg2] .admin-users-table table {
        min-width: 2200px;
        width: 2200px;
        table-layout: auto;
        border-collapse: separate;
        border-spacing: 0;
    }

    /* sticky header tabulky */
    [b-i7s5l72dg2] .admin-users-table thead th {
        position: sticky;
        top: 0;
        z-index: 3;
        background: #f8fafc;
        color: #475569;
        font-size: 0.76rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        white-space: nowrap;
        border-bottom: 1px solid #e5e7eb;
        padding: 10px 14px;
    }

    /* základ buněk tabulky */
    [b-i7s5l72dg2] .admin-users-table tbody td {
        vertical-align: top;
        border-bottom: 1px solid #edf0f3;
        background: #fff;
        min-width: 0;
        padding: 10px 14px;
    }

        /* =========================================================
   KONKRÉTNÍ ŠÍŘKY SLOUPCŮ
   Pořadí podle <MudTh> v HeaderContent:
   1 Profil
   2 Email
   3 Telefon
   4 Společnost
   5 Oddělení
   6 Pozice
   7 Role
   8 Aktivní
   9 Oprávnění
   10 Login účet
   11 Fotka
   12 Stav
   ========================================================= */

        /* 1. Profil */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(1),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(1) {
            min-width: 260px;
            width: 260px;
        }

        /* 2. Email */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(2),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(2) {
            min-width: 260px;
            width: 260px;
        }

        /* 3. Telefon */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(3),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(3) {
            min-width: 160px;
            width: 160px;
        }

        /* 4. Společnost */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(4),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(4) {
            min-width: 240px;
            width: 240px;
        }

        /* 5. Oddělení */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(5),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(5) {
            min-width: 180px;
            width: 180px;
        }

        /* 6. Pozice */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(6),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(6) {
            min-width: 160px;
            width: 160px;
        }

        /* 7. Role */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(7),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(7) {
            min-width: 150px;
            width: 150px;
        }

        /* 8. Aktivní */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(8),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(8) {
            min-width: 90px;
            width: 90px;
            text-align: center;
        }

        /* 9. Oprávnění */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(9),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(9) {
            min-width: 170px;
            width: 170px;
        }

        /* 10. Login účet */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(10),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(10) {
            min-width: 210px;
            width: 210px;
        }

        /* 11. Fotka */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(11),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(11) {
            min-width: 150px;
            width: 150px;
        }

        /* 12. Stav */
        [b-i7s5l72dg2] .admin-users-table thead th:nth-child(12),
        [b-i7s5l72dg2] .admin-users-table tbody td:nth-child(12) {
            min-width: 140px;
            width: 140px;
        }

/* =========================================================
   PROFIL UŽIVATELE
   avatar + jméno + příjmení
   ========================================================= */

.user-cell[b-i7s5l72dg2] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.user-avatar-wrap[b-i7s5l72dg2] {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    margin-top: 2px;
}

.user-avatar-img[b-i7s5l72dg2] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    display: block;
}

.user-avatar-fallback[b-i7s5l72dg2] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #e5e7eb;
    background: #e05835;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.user-fields[b-i7s5l72dg2] {
    display: grid;
    gap: 6px;
    min-width: 0;
    width: 100%;
}

/* =========================================================
   STACKY V BUŇKÁCH
   ========================================================= */

.permissions-stack[b-i7s5l72dg2] {
    min-width: 0;
}

.login-stack[b-i7s5l72dg2] {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.photo-cell[b-i7s5l72dg2] {
    display: grid;
    gap: 8px;
    justify-items: start;
    min-width: 0;
}

/* =========================================================
   NÁHLED FOTKY
   ========================================================= */

.photo-preview-wrap[b-i7s5l72dg2] {
    position: relative;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
}

.photo-preview-img[b-i7s5l72dg2] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #d9dde3;
    background: white;
    display: block;
}

.photo-preview-fallback[b-i7s5l72dg2] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #d9dde3;
    background: #f3f4f6;
    color: #6b7280;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 700;
}

/* =========================================================
   STAVOVÁ BUŇKA
   ========================================================= */

.status-cell[b-i7s5l72dg2] {
    display: grid;
    gap: 8px;
    min-width: 0;
    justify-items: start;
}

.status-hint[b-i7s5l72dg2] {
    line-height: 1.35;
    color: #6b7280;
    word-break: break-word;
}

.cell-note[b-i7s5l72dg2] {
    display: block;
    margin-top: 4px;
    line-height: 1.25;
}

.center-cell[b-i7s5l72dg2] {
    text-align: center;
}

/* =========================================================
   BAREVNÝ PROUŽEK PODLE ROLE
   aplikuje se na první buňku řádku
   ========================================================= */

.role-cell.role-admin-row[b-i7s5l72dg2] {
    box-shadow: inset 4px 0 0 #64748b;
}

.role-cell.role-owner-row[b-i7s5l72dg2] {
    box-shadow: inset 4px 0 0 #2563eb;
}

.role-cell.role-user-row[b-i7s5l72dg2] {
    box-shadow: inset 4px 0 0 #16a34a;
}

/* =========================================================
   INPUTY A SELECTY UVNITŘ MUDTABLE
   ========================================================= */

[b-i7s5l72dg2] .admin-users-table .mud-input-control {
    width: 100%;
    min-width: 0;
    margin: 0;
}

[b-i7s5l72dg2] .admin-users-table .mud-input-slot,
[b-i7s5l72dg2] .admin-users-table .mud-select-input {
    min-width: 0;
}

    [b-i7s5l72dg2] .admin-users-table .mud-input > input,
    [b-i7s5l72dg2] .admin-users-table .mud-input-slot input {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

[b-i7s5l72dg2] .admin-users-table .mud-select {
    width: 100%;
}

[b-i7s5l72dg2] .admin-users-table .mud-chip-root {
    max-width: 100%;
}

[b-i7s5l72dg2] .admin-users-table .mud-chip-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-i7s5l72dg2] .admin-users-table .mud-button-root {
    white-space: nowrap;
}

/* =========================================================
   CHECKBOXY
   ========================================================= */

[b-i7s5l72dg2] .admin-users-table .mud-checkbox {
    margin-top: 0;
}

/* 8. sloupec Aktivní */
[b-i7s5l72dg2] .admin-users-table td:nth-child(8) .mud-checkbox {
    display: flex;
    justify-content: center;
}

/* =========================================================
   FILE INPUT
   musí být opravdu neviditelný
   ========================================================= */

[b-i7s5l72dg2] input.hidden-input-file,
.hidden-input-file[b-i7s5l72dg2],
input[type="file"].hidden-input-file[b-i7s5l72dg2] {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

/* =========================================================
   JEMNÉ DOLADĚNÍ TYPOGRAFIE
   ========================================================= */

/* 9. sloupec Oprávnění */
[b-i7s5l72dg2] .admin-users-table td:nth-child(9) .mud-typography,
[b-i7s5l72dg2] .admin-users-table td:nth-child(9) label {
    line-height: 1.2;
}

/* 10. sloupec Login účet
   12. sloupec Stav */
[b-i7s5l72dg2] .admin-users-table td:nth-child(10) .mud-chip-root,
[b-i7s5l72dg2] .admin-users-table td:nth-child(12) .mud-chip-root {
    min-width: 0;
}

/* =========================================================
   RESPONSIVE
   na menších noteboocích jen necháme scroll
   ========================================================= */

@media (max-width: 1500px) {
    [b-i7s5l72dg2] .admin-users-table table {
        min-width: 1980px;
    }
}

@media (max-width: 1200px) {
    .admin-users-search[b-i7s5l72dg2] {
        min-width: 220px;
    }
}

@media (max-width: 900px) {
    .admin-users-toolbar[b-i7s5l72dg2] {
        align-items: stretch;
    }

    .admin-users-toolbar-actions[b-i7s5l72dg2] {
        width: 100%;
        justify-content: stretch;
    }

    .admin-users-search[b-i7s5l72dg2] {
        min-width: 100%;
    }
}
/* _content/ParkingApp/Components/Pages/Home.razor.rz.scp.css */
.dashboard-shell[b-r012zm8vt5] {
    display: grid;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.dashboard-card[b-r012zm8vt5] {
    border-radius: 18px;
    min-width: 0;
}

.dashboard-hero[b-r012zm8vt5] {
    background: linear-gradient(135deg, #fff7f4 0%, #ffffff 55%, #fff1ec 100%);
    border: 1px solid #f1d0c8;
}

.hero-grid[b-r012zm8vt5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-brand[b-r012zm8vt5] {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.hero-logo[b-r012zm8vt5] {
    height: 42px;
    width: auto;
    flex-shrink: 0;
}

.hero-title[b-r012zm8vt5] {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 800;
    color: #1f2937;
    overflow-wrap: anywhere;
}

.hero-subtitle[b-r012zm8vt5] {
    margin-top: 4px;
    color: #6b7280;
    overflow-wrap: anywhere;
}

.hero-time-box[b-r012zm8vt5] {
    min-width: 180px;
    border: 1px solid #f0d7d1;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    padding: 14px 16px;
}

.hero-time-date[b-r012zm8vt5] {
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 700;
    text-transform: capitalize;
}

.hero-time-value[b-r012zm8vt5] {
    margin-top: 4px;
    font-size: 2rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.hero-time-note[b-r012zm8vt5] {
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.8rem;
}

.status-banner[b-r012zm8vt5] {
    border-radius: 16px;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
}

    .status-banner.admin[b-r012zm8vt5] {
        background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
        border-color: #fed7aa;
    }

    .status-banner.success[b-r012zm8vt5] {
        background: linear-gradient(180deg, #effcf4 0%, #ffffff 100%);
        border-color: #bbf7d0;
    }

    .status-banner.info[b-r012zm8vt5] {
        background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
        border-color: #bfdbfe;
    }

    .status-banner.warning[b-r012zm8vt5] {
        background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
        border-color: #fed7aa;
    }

.status-title[b-r012zm8vt5] {
    font-size: 1rem;
    font-weight: 800;
    color: #111827;
}

.status-text[b-r012zm8vt5] {
    margin-top: 4px;
    color: #4b5563;
    font-size: 0.92rem;
    overflow-wrap: anywhere;
}

@media (min-width: 1800px) {
    .dashboard-shell[b-r012zm8vt5] {
        gap: 20px;
    }

    .hero-title[b-r012zm8vt5] {
        font-size: 1.85rem;
    }

    .hero-logo[b-r012zm8vt5] {
        height: 48px;
    }
}

@media (max-width: 900px) {
    .hero-grid[b-r012zm8vt5] {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .hero-time-box[b-r012zm8vt5] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .dashboard-shell[b-r012zm8vt5] {
        gap: 12px;
    }

    .dashboard-card[b-r012zm8vt5] {
        border-radius: 16px;
    }

    .hero-brand[b-r012zm8vt5] {
        align-items: flex-start;
        gap: 12px;
    }

    .hero-logo[b-r012zm8vt5] {
        height: 34px;
    }

    .hero-title[b-r012zm8vt5] {
        font-size: 1.2rem;
        line-height: 1.15;
    }

    .hero-subtitle[b-r012zm8vt5] {
        font-size: 0.9rem;
    }

    .hero-time-value[b-r012zm8vt5] {
        font-size: 1.6rem;
    }

    .status-banner[b-r012zm8vt5] {
        padding: 12px 14px;
    }
}
/* _content/ParkingApp/Components/Pages/Parking.razor.rz.scp.css */
/* =========================================================
   HLAVN� WORKSPACE STR�NKY PARKING
   - cel� str�nka parkovi�t�
   - hlavi�ka + obsah
   ========================================================= */

.parking-workspace[b-x1wchjm30k] {
    min-height: calc(100vh - 92px);
    width: 100%;
    max-width: none;
    margin: 0 auto;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 12px;
    box-sizing: border-box;
}

.parking-header[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

/* =========================================================
   HLAVN� ROZD�LEN� STR�NKY
   - vlevo sidebar
   - vpravo mapa + prav� kalend��n� panel
   Z�KLAD = desktop / notebook
   ========================================================= */

.parking-shell[b-x1wchjm30k] {
    min-height: 0;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 12px;
    width: 100%;
    min-width: 0;
    align-items: start;
}

/* lev� sloupec */
.parking-sidebar[b-x1wchjm30k] {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: auto;
    padding-right: 2px;
    min-width: 0;
}

/* univerz�ln� karta */
.parking-card[b-x1wchjm30k] {
    background: white;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    min-width: 0;
}

.parking-section-title[b-x1wchjm30k] {
    font-size: 1.02rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

/* =========================================================
   PRAV� ��ST
   - obsahuje mapu a kalend��n� panel
   ========================================================= */

.parking-map-panel[b-x1wchjm30k] {
    min-width: 0;
    min-height: 0;
    width: 100%;
}

.parking-map-card[b-x1wchjm30k] {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    min-height: 0;
    width: 100%;
    min-width: 0;
}

/* mapa + prav� panel
   Z�KLAD = b�n� desktop / notebook */
.parking-map-grid[b-x1wchjm30k] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 12px;
    min-height: 0;
    align-items: start;
    width: 100%;
    min-width: 0;
}

.parking-map-main[b-x1wchjm30k],
.parking-map-side[b-x1wchjm30k] {
    min-width: 0;
    min-height: 0;
}

/* =========================================================
   R�M MAPY
   - tady je d�le�it�:
   - na velk�ch monitorech nechceme, aby mapa rostla donekone�na
   - proto n�e v breakpointu dostane max-width
   ========================================================= */

.parking-map-frame[b-x1wchjm30k] {
    min-height: 0;
    border: 1px solid #d8dce3;
    border-radius: 16px;
    background: #eef1f4;
    padding: 6px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.parking-map-scroll[b-x1wchjm30k] {
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.parking-map-stage[b-x1wchjm30k] {
    width: 100%;
    min-width: 0;
    min-height: 0;
    background: #f7f7f7;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
}

.parking-map-svg[b-x1wchjm30k] {
    width: 100%;
    height: auto;
    display: block;
    background: #f8f8f8;
    border-radius: 14px;
    max-width: none;
    min-width: 0;
    aspect-ratio: 1400 / 980;
}

/* =========================================================
   PRAV� KALEND��N� PANEL
   ========================================================= */

.parking-calendar-panel[b-x1wchjm30k] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
    border: 1px solid #d8e0e8;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.parking-calendar-body[b-x1wchjm30k] {
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    margin-top: 10px;
    max-height: 74vh;
}

.week-reservation-list[b-x1wchjm30k] {
    display: grid;
    gap: 12px;
    padding-bottom: 12px;
}

.parking-toolbar-grid[b-x1wchjm30k] {
    display: grid;
    gap: 10px;
}

.parking-badges[b-x1wchjm30k] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.parking-stats[b-x1wchjm30k] {
    display: grid;
    gap: 8px;
}

.stats-row[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .stats-row:last-child[b-x1wchjm30k] {
        border-bottom: none;
    }

/* =========================================================
   LEV� PROFILOV� SIDEBAR
   ========================================================= */

.profile-hero[b-x1wchjm30k] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fff7f4 0%, #ffffff 52%, #fff2ee 100%);
    border: 1px solid #f3d2ca;
    padding: 10px;
}

    .profile-hero[b-x1wchjm30k]::after {
        content: "";
        position: absolute;
        right: -42px;
        top: -42px;
        width: 170px;
        height: 170px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(225,73,50,0.15) 0%, rgba(225,73,50,0.03) 60%, transparent 72%);
        pointer-events: none;
    }

.profile-topbar[b-x1wchjm30k] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 8px;
    align-items: start;
    margin-bottom: 10px;
}

.profile-brand img[b-x1wchjm30k] {
    height: 22px;
    display: block;
    background: white;
    border-radius: 8px;
    padding: 4px 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.profile-timebox[b-x1wchjm30k] {
    border-radius: 14px;
    border: 1px solid #f0d7d1;
    background: rgba(255,255,255,0.94);
    padding: 8px 10px;
    min-width: 0;
}

.profile-timebox-date[b-x1wchjm30k] {
    font-size: 0.68rem;
    color: #6b7280;
    font-weight: 700;
    text-transform: capitalize;
}

.profile-timebox-time[b-x1wchjm30k] {
    margin-top: 4px;
    font-size: 1.45rem;
    font-weight: 800;
    color: #111827;
    line-height: 1;
}

.profile-main[b-x1wchjm30k] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.user-photo[b-x1wchjm30k] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.10);
}

.user-photo-fallback[b-x1wchjm30k] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: linear-gradient(135deg, #e14932, #f06a4d);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(225, 73, 50, 0.24);
}

.user-info[b-x1wchjm30k] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.user-info-label[b-x1wchjm30k] {
    color: #6b7280;
    font-size: 0.74rem;
    margin-bottom: 2px;
}

.user-name[b-x1wchjm30k] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.15;
    overflow-wrap: anywhere;
    word-break: normal;
}

.user-email[b-x1wchjm30k] {
    color: #6b7280;
    overflow-wrap: anywhere;
    word-break: normal;
    margin-top: 2px;
    font-size: 0.82rem;
}

.hero-detail-grid[b-x1wchjm30k] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
}

.hero-detail-box[b-x1wchjm30k] {
    border-radius: 12px;
    border: 1px solid #eee5e2;
    background: rgba(255,255,255,0.88);
    padding: 7px 9px;
    min-width: 0;
}

.hero-detail-label[b-x1wchjm30k] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
    margin-bottom: 3px;
}

.hero-detail-value[b-x1wchjm30k] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #111827;
    overflow-wrap: anywhere;
    word-break: normal;
}

.hero-detail-subvalue[b-x1wchjm30k] {
    margin-top: 4px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #374151;
    overflow-wrap: anywhere;
}

.hero-detail-subtext[b-x1wchjm30k] {
    margin-top: 2px;
    font-size: 0.72rem;
    color: #6b7280;
    overflow-wrap: anywhere;
}

.helper-chip-row[b-x1wchjm30k] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}

.profile-status-banner[b-x1wchjm30k] {
    margin-top: 12px;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    position: relative;
    z-index: 1;
}

    .profile-status-banner.success[b-x1wchjm30k] {
        background: linear-gradient(180deg, #effcf4 0%, #ffffff 100%);
        border-color: #bbf7d0;
    }

    .profile-status-banner.info[b-x1wchjm30k] {
        background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
        border-color: #bfdbfe;
    }

    .profile-status-banner.warning[b-x1wchjm30k] {
        background: linear-gradient(180deg, #fff7ed 0%, #ffffff 100%);
        border-color: #fed7aa;
    }

.profile-status-title[b-x1wchjm30k] {
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
}

.profile-status-text[b-x1wchjm30k] {
    margin-top: 3px;
    color: #4b5563;
    font-size: 0.84rem;
    overflow-wrap: anywhere;
}

.notification-settings-box[b-x1wchjm30k] {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    border-radius: 14px;
    border: 1px solid #f0d7d1;
    background: rgba(255,255,255,0.94);
    padding: 12px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.notification-settings-title[b-x1wchjm30k] {
    font-size: 0.92rem;
    font-weight: 800;
    color: #111827;
}

.notification-settings-text[b-x1wchjm30k] {
    margin-top: 4px;
    color: #4b5563;
    font-size: 0.8rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.notification-settings-list[b-x1wchjm30k] {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.notification-settings-note[b-x1wchjm30k] {
    font-size: 0.76rem;
    color: #6b7280;
    margin-bottom: 2px;
}

.notification-settings-actions[b-x1wchjm30k] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.detail-stack[b-x1wchjm30k] {
    display: grid;
    gap: 8px;
}

.detail-row[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .detail-row:last-child[b-x1wchjm30k] {
        border-bottom: none;
    }

.detail-label[b-x1wchjm30k] {
    color: #6b7280;
    min-width: 92px;
    font-size: 0.82rem;
}

.detail-value[b-x1wchjm30k] {
    color: #111827;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 0.82rem;
}

.soft-subcard[b-x1wchjm30k] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

/* =========================================================
   KALEND�� DN� / SLOT�
   ========================================================= */

.week-reservation-item[b-x1wchjm30k] {
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    padding: 12px;
    background: linear-gradient(180deg, #f8fbfe 0%, #f3f7fb 100%);
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.04);
}

.day-actions[b-x1wchjm30k] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

    .day-actions .mud-button-root[b-x1wchjm30k] {
        min-width: 112px;
    }

.calendar-context-box[b-x1wchjm30k] {
    margin-top: 10px;
    border: 1px solid #d9e3ee;
    border-radius: 14px;
    background: linear-gradient(180deg, #f4f8fc 0%, #eef4f9 100%);
    padding: 10px 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.calendar-context-title[b-x1wchjm30k] {
    font-weight: 700;
    color: #16202a;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.calendar-context-text[b-x1wchjm30k] {
    color: #5f6b7a;
    font-size: 0.82rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.availability-day-list[b-x1wchjm30k] {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.availability-day-item[b-x1wchjm30k] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.availability-day-top[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.availability-spot-chips[b-x1wchjm30k] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.calendar-day-header[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dde6f0;
    flex-wrap: wrap;
}

.calendar-day-header-main[b-x1wchjm30k] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.calendar-day-title[b-x1wchjm30k] {
    font-weight: 700 !important;
    color: #16202a !important;
}

.calendar-slot-list[b-x1wchjm30k] {
    display: grid;
    gap: 10px;
}

.calendar-slot-card[b-x1wchjm30k] {
    position: relative;
    border: 1px solid #e1e7ee;
    border-radius: 14px;
    padding: 10px 10px 10px 14px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

    .calendar-slot-card[b-x1wchjm30k]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        bottom: 10px;
        width: 4px;
        border-radius: 999px;
        background: #cfd8e3;
    }

    .calendar-slot-card.is-reserved[b-x1wchjm30k] {
        background: linear-gradient(180deg, #fff6f5 0%, #fffafb 100%);
        border-color: #f1c2bc;
    }

        .calendar-slot-card.is-reserved[b-x1wchjm30k]::before {
            background: #e45b4f;
        }

    .calendar-slot-card.is-free[b-x1wchjm30k] {
        background: linear-gradient(180deg, #f4fbf3 0%, #fbfffb 100%);
        border-color: #b9ddb5;
    }

        .calendar-slot-card.is-free[b-x1wchjm30k]::before {
            background: #5aa647;
        }

    .calendar-slot-card.is-unavailable[b-x1wchjm30k] {
        background: linear-gradient(180deg, #fff8f7 0%, #fffdfd 100%);
        border-color: #f0d6d2;
    }

        .calendar-slot-card.is-unavailable[b-x1wchjm30k]::before {
            background: #dfb5ae;
        }

.calendar-slot-top[b-x1wchjm30k] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.calendar-slot-main[b-x1wchjm30k] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-wrap: anywhere;
    word-break: normal;
}

.calendar-slot-title[b-x1wchjm30k] {
    font-weight: 700 !important;
    color: #16202a !important;
}

[b-x1wchjm30k] .calendar-slot-main .mud-typography-caption {
    color: #5f6b7a !important;
}

.calendar-slot-state[b-x1wchjm30k] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* =========================================================
   SCROLLBARY
   ========================================================= */

.parking-sidebar[b-x1wchjm30k]::-webkit-scrollbar,
.parking-calendar-body[b-x1wchjm30k]::-webkit-scrollbar {
    width: 8px;
}

.parking-sidebar[b-x1wchjm30k]::-webkit-scrollbar-thumb,
.parking-calendar-body[b-x1wchjm30k]::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 999px;
}

.parking-sidebar[b-x1wchjm30k]::-webkit-scrollbar-track,
.parking-calendar-body[b-x1wchjm30k]::-webkit-scrollbar-track {
    background: transparent;
}

/* =========================================================
   1) VELK� MONITORY
   Pro�:
   - zv�t��me lev� sidebar
   - zv�t��me prav� kalend��n� panel
   - mapu z�rove� zabrzd�me max-width
   - aby nezabrala v�echen prostor
   ========================================================= */

@media (min-width: 1700px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 16px;
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 16px;
    }

    /* mapa se centrovan� vejde doprost�ed */
    .parking-map-main[b-x1wchjm30k] {
        display: flex;
        justify-content: center;
    }

    /* hlavn� brzda mapy na velk�ch monitorech */
    .parking-map-frame[b-x1wchjm30k] {
        max-width: 1300px;
        margin: 0 auto;
    }

    .hero-detail-grid[b-x1wchjm30k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   2) ULTRA WIDE MONITORY
   Pro�:
   - je�t� o trochu �ir�� lev� i prav� pruh
   - mapa st�le nesm� r�st donekone�na
   ========================================================= */

@media (min-width: 2200px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 18px;
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 18px;
    }

    .parking-map-frame[b-x1wchjm30k] {
        max-width: 1350px;
    }
}

/* =========================================================
   3) NOTEBOOKY
   Pro�:
   - tady nech�v�me layout kompaktn�j��
   - nesm� to b�t p�ehnan� �irok�
   ========================================================= */

@media (max-width: 1500px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 215px minmax(0, 1fr);
        gap: 10px;
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 235px;
        gap: 10px;
    }

    .profile-topbar[b-x1wchjm30k] {
        grid-template-columns: 1fr;
    }

    .profile-main[b-x1wchjm30k] {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 8px;
    }

    .user-photo[b-x1wchjm30k],
    .user-photo-fallback[b-x1wchjm30k] {
        width: 54px;
        height: 54px;
    }

    .user-photo-fallback[b-x1wchjm30k] {
        font-size: 17px;
    }

    .profile-timebox-time[b-x1wchjm30k] {
        font-size: 1.3rem;
    }

    .parking-calendar-body[b-x1wchjm30k] {
        max-height: 68vh;
    }

    .day-actions .mud-button-root[b-x1wchjm30k] {
        min-width: 100px;
    }
}

@media (max-width: 1366px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 205px minmax(0, 1fr);
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 220px;
    }

    .profile-hero[b-x1wchjm30k] {
        padding: 9px;
    }

    .hero-detail-grid[b-x1wchjm30k] {
        grid-template-columns: 1fr;
    }

    .profile-status-banner[b-x1wchjm30k] {
        padding: 9px 10px;
    }

    .notification-settings-box[b-x1wchjm30k] {
        padding: 10px;
    }
}

@media (max-width: 1280px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 195px minmax(0, 1fr);
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 205px;
    }

    .profile-brand img[b-x1wchjm30k] {
        height: 20px;
    }

    .user-name[b-x1wchjm30k] {
        font-size: 0.92rem;
    }

    .user-email[b-x1wchjm30k] {
        font-size: 0.78rem;
    }

    .hero-detail-value[b-x1wchjm30k] {
        font-size: 0.88rem;
    }
}

/* =========================================================
   4) TABLETY / MEN�� DESKTOP
   Pro�:
   - lev� sidebar spadne nad mapu
   - prav� kalend�� je�t� z�stane vedle mapy
   ========================================================= */

@media (max-width: 1100px) {
    .parking-shell[b-x1wchjm30k] {
        grid-template-columns: 1fr;
    }

    .parking-sidebar[b-x1wchjm30k] {
        overflow: visible;
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .hero-detail-grid[b-x1wchjm30k] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parking-map-card[b-x1wchjm30k] {
        height: auto;
    }
}

/* =========================================================
   5) MOBIL / �ZK� TABLETY
   Pro�:
   - mapa a prav� kalend�� jdou pod sebe
   - NESAHAT, tohle u� bylo spr�vn�
   ========================================================= */

@media (max-width: 980px) {
    .parking-workspace[b-x1wchjm30k] {
        min-height: auto;
        gap: 12px;
    }

    .parking-map-grid[b-x1wchjm30k] {
        grid-template-columns: 1fr;
        height: auto;
    }

    .parking-map-side[b-x1wchjm30k] {
        order: 2;
    }

    .parking-map-main[b-x1wchjm30k] {
        order: 1;
    }

    .parking-calendar-panel[b-x1wchjm30k] {
        height: auto;
        overflow: visible;
    }

    .parking-calendar-body[b-x1wchjm30k] {
        overflow: visible;
        max-height: none;
        padding-right: 0;
    }
}

@media (max-width: 760px) {
    .parking-header[b-x1wchjm30k] {
        align-items: flex-start;
    }

    .profile-topbar[b-x1wchjm30k] {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .profile-main[b-x1wchjm30k] {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 12px;
    }

    .hero-detail-grid[b-x1wchjm30k] {
        grid-template-columns: 1fr;
    }

    .profile-timebox[b-x1wchjm30k] {
        min-width: 0;
        width: 100%;
    }

    .detail-row[b-x1wchjm30k] {
        flex-direction: column;
        gap: 4px;
    }

    .detail-label[b-x1wchjm30k] {
        min-width: 0;
    }

    .detail-value[b-x1wchjm30k] {
        text-align: left;
    }

    .calendar-day-header[b-x1wchjm30k],
    .calendar-slot-top[b-x1wchjm30k] {
        flex-direction: column;
        align-items: stretch;
    }

    .calendar-slot-state[b-x1wchjm30k] {
        justify-content: flex-start;
    }

    .day-actions[b-x1wchjm30k] {
        flex-direction: column;
        align-items: stretch;
    }

        .day-actions .mud-button-root[b-x1wchjm30k] {
            width: 100%;
            min-width: 0;
        }

    .notification-settings-actions[b-x1wchjm30k] {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 640px) {
    .parking-workspace[b-x1wchjm30k] {
        gap: 10px;
    }

    .parking-card[b-x1wchjm30k] {
        border-radius: 14px;
    }

    .week-reservation-item[b-x1wchjm30k] {
        border-radius: 14px;
        padding: 10px;
    }

    .soft-subcard[b-x1wchjm30k],
    .calendar-slot-card[b-x1wchjm30k],
    .calendar-context-box[b-x1wchjm30k],
    .notification-settings-box[b-x1wchjm30k] {
        border-radius: 12px;
        padding: 10px;
    }

    .parking-map-frame[b-x1wchjm30k] {
        padding: 6px;
    }

    .parking-map-stage[b-x1wchjm30k] {
        padding: 4px;
    }

    .parking-badges[b-x1wchjm30k] {
        gap: 6px;
    }
}
/* _content/ParkingApp/Components/Parking/ParkingMap.razor.rz.scp.css */
body[b-au8rv9wznt] {
}
/* _content/ParkingApp/Components/ParkingAdminSidebar.razor.rz.scp.css */
.parking-card[b-2ow0exes6o] {
    background: white;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    min-width: 0;
}

.parking-toolbar-grid[b-2ow0exes6o] {
    display: grid;
    gap: 12px;
}

.parking-section-title[b-2ow0exes6o] {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.soft-subcard[b-2ow0exes6o] {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.detail-stack[b-2ow0exes6o] {
    display: grid;
    gap: 8px;
}

.detail-row[b-2ow0exes6o] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .detail-row:last-child[b-2ow0exes6o] {
        border-bottom: none;
    }

.detail-label[b-2ow0exes6o] {
    color: #6b7280;
    min-width: 118px;
    font-size: 0.9rem;
}

.detail-value[b-2ow0exes6o] {
    color: #111827;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
    word-break: normal;
    font-size: 0.9rem;
}

.parking-stats[b-2ow0exes6o] {
    display: grid;
    gap: 8px;
}

.stats-row[b-2ow0exes6o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #e5e7eb;
}

    .stats-row:last-child[b-2ow0exes6o] {
        border-bottom: none;
    }

@media (max-width: 640px) {
    .parking-card[b-2ow0exes6o] {
        border-radius: 14px;
    }

    .soft-subcard[b-2ow0exes6o] {
        padding: 10px;
    }

    .detail-row[b-2ow0exes6o] {
        flex-direction: column;
        gap: 4px;
    }

    .detail-label[b-2ow0exes6o] {
        min-width: 0;
    }

    .detail-value[b-2ow0exes6o] {
        text-align: left;
    }
}
/* _content/ParkingApp/Components/ParkingOwnerSidebar.razor.rz.scp.css */
.parking-card[b-yu9gv951ji] {
    background: white;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    min-width: 0;
}

.parking-toolbar-grid[b-yu9gv951ji] {
    display: grid;
    gap: 12px;
}

.parking-section-title[b-yu9gv951ji] {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.owner-summary-grid[b-yu9gv951ji] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.owner-summary-item[b-yu9gv951ji] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-width: 0;
}

.owner-summary-label[b-yu9gv951ji] {
    font-size: 0.78rem;
    color: #6b7280;
    text-transform: uppercase;
}

.owner-summary-value[b-yu9gv951ji] {
    margin-top: 6px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    overflow-wrap: anywhere;
}

@media (max-width: 640px) {
    .parking-card[b-yu9gv951ji] {
        border-radius: 14px;
    }

    .owner-summary-grid[b-yu9gv951ji] {
        grid-template-columns: 1fr;
    }

    .owner-summary-item[b-yu9gv951ji] {
        padding: 10px;
    }
}
/* _content/ParkingApp/Components/ParkingUserSidebar.razor.rz.scp.css */
.parking-card[b-10zyf3xcrf] {
    background: white;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    min-width: 0;
}

.parking-toolbar-grid[b-10zyf3xcrf] {
    display: grid;
    gap: 12px;
}

.parking-section-title[b-10zyf3xcrf] {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
}

.availability-day-scroll[b-10zyf3xcrf] {
    max-height: 460px;
    overflow-y: auto;
    padding-right: 6px;
    margin-top: 12px;
}

    .availability-day-scroll[b-10zyf3xcrf]::-webkit-scrollbar {
        width: 8px;
    }

    .availability-day-scroll[b-10zyf3xcrf]::-webkit-scrollbar-thumb {
        background: #d1d5db;
        border-radius: 999px;
    }

    .availability-day-scroll[b-10zyf3xcrf]::-webkit-scrollbar-track {
        background: transparent;
    }

.availability-day-list[b-10zyf3xcrf] {
    display: grid;
    gap: 10px;
}

.availability-day-item[b-10zyf3xcrf] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.availability-day-top[b-10zyf3xcrf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.availability-spot-chips[b-10zyf3xcrf] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

@media (max-width: 640px) {
    .parking-card[b-10zyf3xcrf] {
        border-radius: 14px;
    }

    .availability-day-item[b-10zyf3xcrf] {
        padding: 9px;
    }

    .availability-day-scroll[b-10zyf3xcrf] {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}
