/* _content/OrbisApp/Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-ir9gyq5fz1] {
    display: flex;
    min-height: 100vh;
}

/* Desktop sidebar */
.sidebar[b-ir9gyq5fz1] {
    width: 220px;
    background: #0d0f14;
    border-right: 1px solid #1e2230;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
}

.main-content[b-ir9gyq5fz1] {
    flex: 1;
    margin-left: 220px;
    min-height: 100vh;
    min-width: 0;
    overflow-x: hidden;
}

.page-content[b-ir9gyq5fz1] {
    padding: 20px 24px;
    max-width: 100%;
    overflow-x: hidden;
}

/* Mobile header */
.top-header[b-ir9gyq5fz1] {
    background: #1a1d27;
    border-bottom: 1px solid #2a2e3b;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-left[b-ir9gyq5fz1] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.logo[b-ir9gyq5fz1] {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #4a9eff;
}

.logo-sub[b-ir9gyq5fz1] {
    font-size: 11px;
    color: #5a5e70;
}

.header-right[b-ir9gyq5fz1] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notif-btn[b-ir9gyq5fz1] {
    position: relative;
    font-size: 1.1rem;
    cursor: pointer;
}

.notif-dot[b-ir9gyq5fz1] {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 8px;
    height: 8px;
    background: #ff4d6a;
    border-radius: 50%;
}

/* User dropdown */
.user-dropdown[b-ir9gyq5fz1] {
    position: relative;
}

.user-dropdown summary[b-ir9gyq5fz1] {
    list-style: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.user-dropdown summary[b-ir9gyq5fz1]::-webkit-details-marker {
    display: none;
}

.avatar-sm[b-ir9gyq5fz1] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a9eff, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: white;
}

.dropdown-menu[b-ir9gyq5fz1] {
    position: absolute;
    top: 40px;
    right: 0;
    background: #1e2230;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    padding: 12px 16px;
    min-width: 180px;
    z-index: 300;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}

.dropdown-user[b-ir9gyq5fz1] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e2e4ea;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #2a2e3b;
}

.dropdown-logout[b-ir9gyq5fz1] {
    background: none;
    border: none;
    color: #ff4d6a;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 0;
    width: 100%;
    text-align: left;
}

/* Mobile bottom bar */
.bottom-bar[b-ir9gyq5fz1] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1d27;
    border-top: 1px solid #2a2e3b;
    display: flex;
    justify-content: space-around;
    padding: 6px 0 env(safe-area-inset-bottom, 6px);
    z-index: 200;
}

[b-ir9gyq5fz1] .bot-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 12px;
    color: #5a5e70;
    text-decoration: none;
    font-size: 0.65rem;
    border-radius: 8px;
    transition: color 0.15s;
    min-width: 48px;
    -webkit-tap-highlight-color: transparent;
}

[b-ir9gyq5fz1] .bot-link:hover, [b-ir9gyq5fz1] .bot-link.active {
    color: #4a9eff;
}

.bot-icon[b-ir9gyq5fz1] { font-size: 1.2rem; }

/* Desktop only / Mobile only */
.desktop-only[b-ir9gyq5fz1] { display: block; }
.mobile-only[b-ir9gyq5fz1] { display: none; }

@media (max-width: 768px) {
    .desktop-only[b-ir9gyq5fz1] { display: none !important; }
    .mobile-only[b-ir9gyq5fz1] { display: flex !important; }

    .main-content[b-ir9gyq5fz1] {
        margin-left: 0;
        margin-bottom: 64px;
    }

    .page-content[b-ir9gyq5fz1] {
        padding: 12px 16px;
    }
}

#blazor-error-ui[b-ir9gyq5fz1] {
    background: #ff4d6a;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.5rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

#blazor-error-ui .dismiss[b-ir9gyq5fz1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/OrbisApp/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-yz12w6yt0s] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 16px 24px;
}

.brand-icon[b-yz12w6yt0s] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #4a9eff, #a78bfa);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
}

.brand-text[b-yz12w6yt0s] {
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 2px;
    color: #4a9eff;
}

.nav-menu[b-yz12w6yt0s] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0 8px;
}

[b-yz12w6yt0s] .nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #5a5e70;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.15s;
}

[b-yz12w6yt0s] .nav-link:hover {
    background: #1a1d27;
    color: #e8eaf0;
}

[b-yz12w6yt0s] .nav-link.active {
    background: #4a9eff18;
    color: #4a9eff;
}

.nav-icon[b-yz12w6yt0s] {
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.nav-text[b-yz12w6yt0s] { white-space: nowrap; }

.nav-user[b-yz12w6yt0s] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    border-top: 1px solid #1e2230;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-avatar[b-yz12w6yt0s] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a9eff, #a78bfa);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: white;
}

.user-name[b-yz12w6yt0s] {
    color: #8b8fa3;
    font-size: 0.85rem;
}
/* _content/OrbisApp/Components/Pages/DetailZakazky.razor.rz.scp.css */
.detail-page[b-tva3edzt86] {
    max-width: 800px;
}

/* Header */
.detail-header[b-tva3edzt86] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.detail-title[b-tva3edzt86] {
    flex: 1;
    min-width: 0;
}

.det-id[b-tva3edzt86] {
    color: #4a9eff;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 8px;
}

.det-name[b-tva3edzt86] {
    font-weight: 600;
    font-size: 1.1rem;
}

/* Pipeline */
.pipeline[b-tva3edzt86] {
    display: flex;
    align-items: center;
    padding: 16px 12px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 12px;
    margin-bottom: 12px;
}

.pipe-step[b-tva3edzt86] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0.25;
}

.pipe-step.past[b-tva3edzt86], .pipe-step.current[b-tva3edzt86] { opacity: 1; }

.pipe-dot[b-tva3edzt86] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #333;
    border: 2px solid #444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: white;
    transition: all 0.2s;
}

.pipe-step.current .pipe-dot[b-tva3edzt86] {
    background: var(--c);
    border-color: var(--c);
    box-shadow: 0 0 10px var(--c);
    width: 26px;
    height: 26px;
}

.pipe-step.past .pipe-dot[b-tva3edzt86] {
    background: var(--c);
    border-color: var(--c);
}

.pipe-line[b-tva3edzt86] {
    flex: 1;
    height: 2px;
    background: #333;
    margin: 0 4px;
    margin-bottom: 24px;
}

.pipe-line.done[b-tva3edzt86] { background: #34d399; }

.pipe-lbl[b-tva3edzt86] {
    font-size: 0.7rem;
    color: #5a5e70;
}

.pipe-step.current .pipe-lbl[b-tva3edzt86] {
    color: var(--c);
    font-weight: 700;
}

.pipe-step.past .pipe-lbl[b-tva3edzt86] { color: #8b8fa3; }

/* Phase actions */
.phase-actions[b-tva3edzt86] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.status-msg[b-tva3edzt86] {
    color: #34d399;
    font-size: 0.82rem;
}

/* Tab bar */
.tab-bar[b-tva3edzt86] {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab-btn[b-tva3edzt86] {
    padding: 8px 16px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #8b8fa3;
    cursor: pointer;
    font-size: 0.85rem;
    white-space: nowrap;
    transition: all 0.15s;
}

.tab-btn:hover[b-tva3edzt86] { background: #1a1d27; color: #e8eaf0; }
.tab-btn.active[b-tva3edzt86] {
    background: #4a9eff;
    color: white;
    font-weight: 600;
}

/* Tab content */
.tab-content[b-tva3edzt86] {
    animation: fadeIn-b-tva3edzt86 0.15s ease;
}

@keyframes fadeIn-b-tva3edzt86 { from { opacity: 0; } to { opacity: 1; } }

/* Info sections */
.info-section[b-tva3edzt86] {
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 10px;
}

.info-section h3[b-tva3edzt86] {
    font-size: 0.75rem;
    color: #8b8fa3;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    font-weight: 600;
}

.info-grid[b-tva3edzt86] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-row[b-tva3edzt86] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px solid #2a2e3b;
}

.info-row:last-child[b-tva3edzt86] { border-bottom: none; }

.info-lbl[b-tva3edzt86] {
    color: #8b8fa3;
    font-size: 0.85rem;
}

.info-val[b-tva3edzt86] {
    font-weight: 500;
    font-size: 0.9rem;
}

.info-text[b-tva3edzt86] {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #c8cad0;
}

.pre-wrap[b-tva3edzt86] { white-space: pre-wrap; }

.action-btns[b-tva3edzt86] {
    display: flex;
    gap: 8px;
}

/* Kooperace */
.koop-grid[b-tva3edzt86] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.koop-card[b-tva3edzt86] {
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    padding: 12px;
}

.koop-head[b-tva3edzt86] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.9rem;
}

.koop-detail[b-tva3edzt86] {
    font-size: 0.78rem;
    color: #8b8fa3;
}

/* Finance */
.finance-big[b-tva3edzt86] {
    font-size: 2rem;
    font-weight: 800;
    color: #4a9eff;
}

/* Notes */
.note-card[b-tva3edzt86] {
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 8px;
}

.note-head[b-tva3edzt86] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.note-author[b-tva3edzt86] { font-weight: 600; font-size: 0.85rem; }
.note-date[b-tva3edzt86] { color: #5a5e70; font-size: 0.78rem; }
.note-body[b-tva3edzt86] { font-size: 0.88rem; line-height: 1.5; color: #c8cad0; white-space: pre-wrap; }

/* Placeholder / Add card */
.placeholder-card[b-tva3edzt86] {
    background: #1a1d27;
    border: 1px dashed #2a2e3b;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #5a5e70;
    font-size: 0.88rem;
    cursor: pointer;
    transition: border-color 0.15s;
}

.placeholder-card:hover[b-tva3edzt86] { border-color: #4a9eff44; }
.add-card[b-tva3edzt86] { color: #4a9eff; border-color: #4a9eff33; }

/* Úkoly tab */
.old-ukoly[b-tva3edzt86] {
    opacity: 0.6;
    margin-bottom: 12px;
}

.ukoly-section[b-tva3edzt86] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.ukol-card[b-tva3edzt86] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
}

.ukol-card.done[b-tva3edzt86] { opacity: 0.5; }

.ukol-checkbox[b-tva3edzt86] {
    width: 22px;
    height: 22px;
    border: 2px solid #3a3e4b;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: white;
    flex-shrink: 0;
}

.ukol-checkbox:hover[b-tva3edzt86] { border-color: #4a9eff; }
.ukol-checkbox.checked[b-tva3edzt86] { background: #34d399; border-color: #34d399; }

.ukol-content[b-tva3edzt86] { flex: 1; min-width: 0; }

.ukol-title[b-tva3edzt86] { font-size: 0.88rem; font-weight: 500; }

.ukol-meta[b-tva3edzt86] { font-size: 0.75rem; color: #8b8fa3; }

.ukol-deadline[b-tva3edzt86] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.deadline-urgent[b-tva3edzt86] { background: #ff4d6a22; color: #ff4d6a; }
.deadline-soon[b-tva3edzt86] { background: #fbbf2422; color: #fbbf24; }
.deadline-ok[b-tva3edzt86] { background: #34d39922; color: #34d399; }

.ukol-form[b-tva3edzt86] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    margin-top: 8px;
}

.ukol-form-row[b-tva3edzt86] { display: flex; gap: 8px; }

.form-input[b-tva3edzt86] {
    background: #0f1117;
    border: 1px solid #2a2e3b;
    border-radius: 8px;
    color: #e8eaf0;
    padding: 8px 10px;
    font-size: 0.85rem;
    width: 100%;
}

.ukol-form-btns[b-tva3edzt86] { display: flex; gap: 8px; }

@media (max-width: 768px) {
    .detail-page[b-tva3edzt86] { padding-bottom: 20px; }
    .detail-header[b-tva3edzt86] { flex-wrap: wrap; gap: 8px; }
    .det-name[b-tva3edzt86] { font-size: 0.95rem; }
    .pipeline[b-tva3edzt86] { padding: 12px 8px; overflow-x: auto; }
    .pipe-lbl[b-tva3edzt86] { font-size: 0.6rem; }
    .pipe-dot[b-tva3edzt86] { width: 18px; height: 18px; font-size: 0.55rem; }
    .pipe-step.current .pipe-dot[b-tva3edzt86] { width: 22px; height: 22px; }
    .phase-actions[b-tva3edzt86] { flex-wrap: wrap; }
    .phase-actions .btn[b-tva3edzt86] { flex: 1; justify-content: center; min-height: 40px; }
    .koop-grid[b-tva3edzt86] { grid-template-columns: 1fr; }
    .action-btns[b-tva3edzt86] { flex-wrap: wrap; }
    .action-btns .btn[b-tva3edzt86] { flex: 1; justify-content: center; min-height: 40px; }
    .tab-bar[b-tva3edzt86] {
        gap: 0;
        scrollbar-width: none;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }
    .tab-bar[b-tva3edzt86]::-webkit-scrollbar { display: none; }
    .tab-btn[b-tva3edzt86] { padding: 10px 14px; font-size: 0.8rem; min-height: 40px; }
    .info-section[b-tva3edzt86] { padding: 14px; }
    .info-lbl[b-tva3edzt86] { font-size: 0.8rem; }
    .info-val[b-tva3edzt86] { font-size: 0.85rem; }
    .finance-big[b-tva3edzt86] { font-size: 1.6rem; }
}
/* _content/OrbisApp/Components/Pages/Home.razor.rz.scp.css */
.dashboard[b-8vxquk8yc8] {
    max-width: 800px;
}

/* Alert banner */
.alert-banner[b-8vxquk8yc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #ff4d6a15;
    border: 1px solid #ff4d6a33;
    border-radius: 12px;
    margin-bottom: 16px;
}

.alert-icon[b-8vxquk8yc8] { font-size: 1.2rem; }

.alert-text[b-8vxquk8yc8] {
    font-size: 0.88rem;
    color: #ff8a9e;
}

.alert-text strong[b-8vxquk8yc8] { color: #ff4d6a; }

/* Stats row */
.stats-row[b-8vxquk8yc8] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.stat-pill[b-8vxquk8yc8] {
    flex: 1;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 12px;
    padding: 12px 8px;
    text-align: center;
    transition: border-color 0.15s;
}

.stat-pill:hover[b-8vxquk8yc8] { border-color: #444; }

.stat-num[b-8vxquk8yc8] {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}

.stat-lbl[b-8vxquk8yc8] {
    font-size: 0.7rem;
    color: #8b8fa3;
    margin-top: 4px;
    display: block;
}

/* Quick Actions */
.quick-grid[b-8vxquk8yc8] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 20px;
}

.quick-btn[b-8vxquk8yc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 8px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 12px;
    color: #e8eaf0;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.15s;
}

.quick-btn:hover[b-8vxquk8yc8] {
    background: #222633;
    border-color: #4a9eff44;
    color: #4a9eff;
}

.quick-icon[b-8vxquk8yc8] { font-size: 1.4rem; }

/* Section */
.section[b-8vxquk8yc8] {
    margin-bottom: 20px;
}

.section-head[b-8vxquk8yc8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.section-head h2[b-8vxquk8yc8] {
    font-size: 1rem;
    font-weight: 600;
}

.section-link[b-8vxquk8yc8] {
    font-size: 0.8rem;
    color: #4a9eff;
    text-decoration: none;
}

.section-badge[b-8vxquk8yc8] {
    background: #2a2e3b;
    color: #8b8fa3;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Order list */
.order-list[b-8vxquk8yc8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-row[b-8vxquk8yc8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    transition: border-color 0.15s;
}

.order-row:hover[b-8vxquk8yc8] { border-color: #4a9eff44; }

.order-id[b-8vxquk8yc8] {
    color: #4a9eff;
    font-weight: 700;
    font-size: 0.85rem;
    min-width: 46px;
}

.order-info[b-8vxquk8yc8] { flex: 1; min-width: 0; }

.order-name[b-8vxquk8yc8] {
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-meta[b-8vxquk8yc8] {
    font-size: 0.75rem;
    color: #8b8fa3;
    margin-top: 2px;
}

/* Empty */
.empty-placeholder[b-8vxquk8yc8] {
    padding: 24px;
    text-align: center;
    color: #5a5e70;
    background: #1a1d27;
    border: 1px dashed #2a2e3b;
    border-radius: 10px;
    font-size: 0.88rem;
}

/* Úkoly */
.ukoly-list[b-8vxquk8yc8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ukol-card[b-8vxquk8yc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    transition: border-color 0.15s;
}

.ukol-card.done[b-8vxquk8yc8] {
    opacity: 0.5;
}

.ukol-checkbox[b-8vxquk8yc8] {
    width: 22px;
    height: 22px;
    border: 2px solid #3a3e4b;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: white;
    flex-shrink: 0;
    transition: all 0.15s;
}

.ukol-checkbox:hover[b-8vxquk8yc8] {
    border-color: #4a9eff;
}

.ukol-checkbox.checked[b-8vxquk8yc8] {
    background: #34d399;
    border-color: #34d399;
}

.ukol-content[b-8vxquk8yc8] {
    flex: 1;
    min-width: 0;
}

.ukol-title[b-8vxquk8yc8] {
    font-size: 0.88rem;
    font-weight: 500;
}

.ukol-zakazka[b-8vxquk8yc8] {
    font-size: 0.75rem;
    color: #4a9eff;
    cursor: pointer;
}

.ukol-deadline[b-8vxquk8yc8] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.deadline-urgent[b-8vxquk8yc8] {
    background: #ff4d6a22;
    color: #ff4d6a;
}

.deadline-soon[b-8vxquk8yc8] {
    background: #fbbf2422;
    color: #fbbf24;
}

.deadline-ok[b-8vxquk8yc8] {
    background: #34d39922;
    color: #34d399;
}

/* Add task */
.add-ukol-area[b-8vxquk8yc8] {
    margin-top: 8px;
}

.add-btn[b-8vxquk8yc8] {
    padding: 12px;
    text-align: center;
    color: #4a9eff;
    background: #1a1d27;
    border: 1px dashed #2a2e3b;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: border-color 0.15s;
}

.add-btn:hover[b-8vxquk8yc8] {
    border-color: #4a9eff44;
}

.ukol-form[b-8vxquk8yc8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
}

.ukol-form-row[b-8vxquk8yc8] {
    display: flex;
    gap: 8px;
}

.form-input[b-8vxquk8yc8], .form-select[b-8vxquk8yc8] {
    background: #0f1117;
    border: 1px solid #2a2e3b;
    border-radius: 8px;
    color: #e8eaf0;
    padding: 8px 10px;
    font-size: 0.85rem;
    width: 100%;
}

.form-select[b-8vxquk8yc8] {
    flex: 1;
}

.form-date[b-8vxquk8yc8] {
    width: 140px;
    flex-shrink: 0;
}

.ukol-form-btns[b-8vxquk8yc8] {
    display: flex;
    gap: 8px;
}

.btn[b-8vxquk8yc8] {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #2a2e3b;
    background: #1a1d27;
    color: #e8eaf0;
    font-size: 0.85rem;
    cursor: pointer;
}

.btn-accent[b-8vxquk8yc8] {
    background: #4a9eff;
    border-color: #4a9eff;
    color: white;
    font-weight: 600;
}

@media (max-width: 768px) {
    .stats-row[b-8vxquk8yc8] { gap: 6px; }
    .stat-num[b-8vxquk8yc8] { font-size: 1.4rem; }
    .quick-grid[b-8vxquk8yc8] { grid-template-columns: repeat(4, 1fr); gap: 6px; }
    .quick-btn[b-8vxquk8yc8] { padding: 10px 6px; font-size: 0.75rem; }
    .quick-icon[b-8vxquk8yc8] { font-size: 1.2rem; }
    .ukol-form-row[b-8vxquk8yc8] { flex-direction: column; }
    .form-date[b-8vxquk8yc8] { width: 100%; }
}
/* _content/OrbisApp/Components/Pages/Ukoly.razor.rz.scp.css */
.ukoly-page[b-p5kvfei9i4] {
    max-width: 800px;
}

.page-header[b-p5kvfei9i4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.page-header h1[b-p5kvfei9i4] {
    font-size: 1.2rem;
    font-weight: 700;
}

/* Filter tabs */
.filter-tabs[b-p5kvfei9i4] {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
}

.filter-btn[b-p5kvfei9i4] {
    padding: 6px 14px;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #8b8fa3;
    cursor: pointer;
    font-size: 0.82rem;
    transition: all 0.15s;
}

.filter-btn:hover[b-p5kvfei9i4] { background: #1a1d27; color: #e8eaf0; }
.filter-btn.active[b-p5kvfei9i4] { background: #4a9eff; color: white; font-weight: 600; }

/* Ukoly list */
.ukoly-list[b-p5kvfei9i4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ukol-card[b-p5kvfei9i4] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    transition: border-color 0.15s;
}

.ukol-card:hover[b-p5kvfei9i4] { border-color: #3a3e4b; }
.ukol-card.done[b-p5kvfei9i4] { opacity: 0.5; }

.ukol-checkbox[b-p5kvfei9i4] {
    width: 22px;
    height: 22px;
    border: 2px solid #3a3e4b;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: white;
    flex-shrink: 0;
    transition: all 0.15s;
}

.ukol-checkbox:hover[b-p5kvfei9i4] { border-color: #4a9eff; }
.ukol-checkbox.checked[b-p5kvfei9i4] { background: #34d399; border-color: #34d399; }

.ukol-content[b-p5kvfei9i4] { flex: 1; min-width: 0; }

.ukol-title[b-p5kvfei9i4] {
    font-size: 0.88rem;
    font-weight: 500;
}

.ukol-details[b-p5kvfei9i4] {
    display: flex;
    gap: 10px;
    margin-top: 2px;
}

.ukol-zakazka[b-p5kvfei9i4] {
    font-size: 0.75rem;
    color: #4a9eff;
}

.ukol-assigned[b-p5kvfei9i4] {
    font-size: 0.75rem;
    color: #8b8fa3;
}

.ukol-deadline[b-p5kvfei9i4] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0;
}

.deadline-urgent[b-p5kvfei9i4] { background: #ff4d6a22; color: #ff4d6a; }
.deadline-soon[b-p5kvfei9i4] { background: #fbbf2422; color: #fbbf24; }
.deadline-ok[b-p5kvfei9i4] { background: #34d39922; color: #34d399; }

/* Form */
.ukol-form[b-p5kvfei9i4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    margin-bottom: 16px;
}

.form-row[b-p5kvfei9i4] { display: flex; gap: 8px; }

.form-input[b-p5kvfei9i4], .form-select[b-p5kvfei9i4] {
    background: #0f1117;
    border: 1px solid #2a2e3b;
    border-radius: 8px;
    color: #e8eaf0;
    padding: 8px 10px;
    font-size: 0.85rem;
    width: 100%;
}

.form-select[b-p5kvfei9i4] { flex: 1; }
.form-date[b-p5kvfei9i4] { width: 140px; flex-shrink: 0; }

.form-btns[b-p5kvfei9i4] { display: flex; gap: 8px; }

.btn[b-p5kvfei9i4] {
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #2a2e3b;
    background: #1a1d27;
    color: #e8eaf0;
    font-size: 0.85rem;
    cursor: pointer;
}

.btn-accent[b-p5kvfei9i4] {
    background: #4a9eff;
    border-color: #4a9eff;
    color: white;
    font-weight: 600;
}

/* Empty */
.empty-placeholder[b-p5kvfei9i4] {
    padding: 24px;
    text-align: center;
    color: #5a5e70;
    background: #1a1d27;
    border: 1px dashed #2a2e3b;
    border-radius: 10px;
    font-size: 0.88rem;
}

@media (max-width: 768px) {
    .form-row[b-p5kvfei9i4] { flex-direction: column; }
    .form-date[b-p5kvfei9i4] { width: 100%; }
}
/* _content/OrbisApp/Components/Pages/Zakazky.razor.rz.scp.css */
.zakazky-page[b-ybhnpdnt5b] { max-width: 1000px; }

.page-header[b-ybhnpdnt5b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.page-header h1[b-ybhnpdnt5b] { font-size: 1.3rem; font-weight: 700; }

.filter-bar[b-ybhnpdnt5b] { margin-bottom: 8px; }
.filter-tabs[b-ybhnpdnt5b] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.tab[b-ybhnpdnt5b] {
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid #2a2e3b;
    background: #1a1d27;
    color: #8b8fa3;
    cursor: pointer;
    font-size: 0.82rem;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.tab:hover[b-ybhnpdnt5b] { background: #222633; color: #e8eaf0; }
.tab.active[b-ybhnpdnt5b] {
    background: #4a9eff;
    color: white;
    border-color: #4a9eff;
    font-weight: 600;
}

.count[b-ybhnpdnt5b] { font-size: 0.7rem; opacity: 0.7; }

.toolbar[b-ybhnpdnt5b] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 12px 0 16px;
}
.search-input[b-ybhnpdnt5b] { flex: 1; max-width: 300px; }
.sort-select[b-ybhnpdnt5b] {
    background: #252936;
    border: 1px solid #2a2e3b;
    border-radius: 10px;
    color: #e8eaf0;
    padding: 8px 12px;
    font-size: 0.85rem;
}

/* Order list */
.order-list[b-ybhnpdnt5b] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: hidden;
}

.order-row[b-ybhnpdnt5b] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    background: #1a1d27;
    border: 1px solid #2a2e3b;
    border-radius: 8px;
    transition: border-color 0.15s;
    overflow: hidden;
    max-width: 100%;
}

.order-row:hover[b-ybhnpdnt5b] { border-color: #4a9eff44; }
.order-row.inactive[b-ybhnpdnt5b] { opacity: 0.5; }

.row-id[b-ybhnpdnt5b] {
    color: #4a9eff;
    font-weight: 700;
    font-size: 0.78rem;
    width: 42px;
    flex-shrink: 0;
}

.row-name[b-ybhnpdnt5b] {
    font-size: 0.88rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 0;
}

.tag[b-ybhnpdnt5b] {
    flex-shrink: 0;
    white-space: nowrap;
}

.row-oz[b-ybhnpdnt5b] {
    font-size: 0.7rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 6px;
    flex-shrink: 0;
    white-space: nowrap;
    background: #4a9eff18;
    color: #4a9eff;
}

.empty-state[b-ybhnpdnt5b] { text-align: center; padding: 40px; color: #5a5e70; }

@media (max-width: 768px) {
    .zakazky-page[b-ybhnpdnt5b] { padding-bottom: 20px; overflow: hidden; }
    .page-header[b-ybhnpdnt5b] { margin-bottom: 10px; }
    .page-header h1[b-ybhnpdnt5b] { font-size: 1.1rem; }
    .toolbar[b-ybhnpdnt5b] { flex-wrap: wrap; }
    .search-input[b-ybhnpdnt5b] { max-width: 100%; width: 100%; }
    .sort-select[b-ybhnpdnt5b] { width: 100%; }
    .filter-tabs[b-ybhnpdnt5b] {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .filter-tabs[b-ybhnpdnt5b]::-webkit-scrollbar { display: none; }
    .tab[b-ybhnpdnt5b] { padding: 8px 14px; white-space: nowrap; min-height: 36px; }
    .order-row[b-ybhnpdnt5b] { gap: 6px; padding: 8px 8px; }
    .row-id[b-ybhnpdnt5b] { font-size: 0.72rem; width: 34px; }
    .row-name[b-ybhnpdnt5b] { font-size: 0.8rem; }
    .row-oz[b-ybhnpdnt5b] { padding: 2px 6px; font-size: 0.65rem; }
}
