/* /Components/AudioSettings.razor.rz.scp.css */
.btn-audio-settings[b-1epu2uy4d0] {
    font-size: 1.1rem;
    padding: 0.25rem;
}

.audio-backdrop[b-1epu2uy4d0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.audio-dropdown[b-1epu2uy4d0] {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1001;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    min-width: 260px;
    padding: 0.5rem;
    animation: fadeInDown-b-1epu2uy4d0 0.15s ease;
}

.audio-dropdown-header[b-1epu2uy4d0] {
    font-weight: 600;
    font-size: 0.8rem;
    color: #374151;
    padding: 0.4rem 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0.25rem;
}

.audio-section[b-1epu2uy4d0] {
    padding: 0.25rem 0;
}

.audio-section + .audio-section[b-1epu2uy4d0] {
    border-top: 1px solid #f0f0f0;
}

.audio-label[b-1epu2uy4d0] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.3rem 0.5rem 0.15rem;
    display: block;
}

.audio-device[b-1epu2uy4d0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.5rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    color: #374151;
    transition: background 0.1s;
}

.audio-device:hover[b-1epu2uy4d0] {
    background: #f3f4f6;
}

.audio-device.selected[b-1epu2uy4d0] {
    background: #eff6ff;
    font-weight: 500;
}

@keyframes fadeInDown-b-1epu2uy4d0 {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}
/* /Components/BlfPanel.razor.rz.scp.css */
.blf-grid[b-lgy4er0lbs] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.5rem;
}

.blf-card[b-lgy4er0lbs] {
    display: flex;
    align-items: stretch;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 60px;
}

.blf-card:hover[b-lgy4er0lbs] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.blf-available[b-lgy4er0lbs] {
    border-left: 3px solid #198754;
}

.blf-oncall[b-lgy4er0lbs] {
    border-left: 3px solid #dc3545;
}

.blf-offline[b-lgy4er0lbs] {
    border-left: 3px solid #6c757d;
    opacity: 0.7;
}

.blf-other[b-lgy4er0lbs] {
    border-left: 3px solid #ffc107;
}

.blf-indicator[b-lgy4er0lbs] {
    width: 8px;
    min-height: 100%;
    border-radius: 4px;
    margin-right: 0.5rem;
    flex-shrink: 0;
}

.blf-info[b-lgy4er0lbs] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blf-name[b-lgy4er0lbs] {
    font-weight: 600;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blf-ext[b-lgy4er0lbs] {
    font-size: 0.7rem;
    color: var(--bs-secondary-color);
}

.blf-status[b-lgy4er0lbs] {
    font-size: 0.7rem;
    color: var(--bs-secondary-color);
    display: flex;
    align-items: center;
}

.blf-status i[b-lgy4er0lbs] {
    font-size: 0.6rem;
}
/* /Components/IncomingCallNotification.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   GELEN ARAMA BİLDİRİMİ
   ═══════════════════════════════════════════ */

.incoming-call-overlay[b-2lo54kion2] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: overlayFadeIn-b-2lo54kion2 0.2s ease;
}

@keyframes overlayFadeIn-b-2lo54kion2 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.incoming-call-popup[b-2lo54kion2] {
    background: #fff;
    border-radius: 24px;
    padding: 2rem 2.5rem;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: popupSlideUp-b-2lo54kion2 0.3s ease;
    min-width: 300px;
}

@keyframes popupSlideUp-b-2lo54kion2 {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ─── Ikon + animasyon ─── */

.call-icon-wrapper[b-2lo54kion2] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 1.25rem;
}

.call-icon[b-2lo54kion2] {
    font-size: 2rem;
    color: #22c55e;
    z-index: 1;
    position: relative;
    animation: iconPulse-b-2lo54kion2 1s ease-in-out infinite;
}

@keyframes iconPulse-b-2lo54kion2 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.call-ring-animation[b-2lo54kion2] {
    position: absolute;
    inset: 0;
    border: 3px solid #22c55e;
    border-radius: 50%;
    animation: ringExpand-b-2lo54kion2 1.5s ease-out infinite;
}

@keyframes ringExpand-b-2lo54kion2 {
    0% { transform: scale(0.6); opacity: 1; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* ─── Arayan bilgisi ─── */

.caller-details[b-2lo54kion2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.call-label[b-2lo54kion2] {
    font-size: 0.8rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.caller-number[b-2lo54kion2] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 1px;
}

.call-queue[b-2lo54kion2] {
    font-size: 0.8rem;
    color: #6366f1;
}

/* ─── Aksiyon butonlari ─── */

.call-actions[b-2lo54kion2] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.call-action-btn[b-2lo54kion2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.15s ease;
    min-width: 100px;
}

.call-action-btn i[b-2lo54kion2] {
    font-size: 1.5rem;
}

.call-action-btn.accept[b-2lo54kion2] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.call-action-btn.accept:hover[b-2lo54kion2] {
    background: linear-gradient(135deg, #16a34a, #15803d);
    transform: scale(1.05);
}

.call-action-btn.reject[b-2lo54kion2] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.call-action-btn.reject:hover[b-2lo54kion2] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    transform: scale(1.05);
}
/* /Components/OrgTreeNode.razor.rz.scp.css */
.tree-node[b-12pzgw6qf5] {
    user-select: none;
}

.tree-node.inactive[b-12pzgw6qf5] {
    opacity: 0.5;
}

.tree-node-header[b-12pzgw6qf5] {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    gap: 4px;
    transition: background-color 0.15s;
}

.tree-node-header:hover[b-12pzgw6qf5] {
    background-color: rgba(var(--bs-primary-rgb), 0.08);
}

.tree-node.selected > .tree-node-header[b-12pzgw6qf5] {
    background-color: rgba(var(--bs-primary-rgb), 0.15);
    font-weight: 600;
}

.tree-toggle[b-12pzgw6qf5] {
    border: none;
    background: none;
    padding: 0;
    width: 18px;
    font-size: 0.7rem;
    color: var(--bs-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tree-toggle-placeholder[b-12pzgw6qf5] {
    width: 18px;
    display: inline-block;
}

.tree-node-name[b-12pzgw6qf5] {
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-children[b-12pzgw6qf5] {
    padding-left: 20px;
    border-left: 1px solid rgba(var(--bs-secondary-rgb), 0.15);
    margin-left: 9px;
}
/* /Components/SearchableSelect.razor.rz.scp.css */
.ss-wrapper[b-x113podsk7] {
    position: relative;
}

.ss-trigger[b-x113podsk7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    background-color: var(--bs-body-bg);
    cursor: pointer;
    min-height: 31px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .ss-trigger:hover:not(.disabled)[b-x113podsk7] {
        border-color: var(--bs-primary);
    }

    .ss-trigger.disabled[b-x113podsk7] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.ss-placeholder[b-x113podsk7] {
    color: var(--bs-secondary);
}

.ss-selected-text[b-x113podsk7] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ss-clear[b-x113podsk7] {
    flex-shrink: 0;
    margin-left: 6px;
    font-size: 1rem;
    line-height: 1;
    color: var(--bs-secondary);
    cursor: pointer;
    padding: 0 2px;
}

    .ss-clear:hover[b-x113podsk7] {
        color: var(--bs-danger);
    }

.ss-overlay[b-x113podsk7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1049;
    background: transparent;
}

.ss-dropdown[b-x113podsk7] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 2px;
    max-height: 280px;
    display: flex;
    flex-direction: column;
}

.ss-search[b-x113podsk7] {
    padding: 6px;
    border-bottom: 1px solid var(--bs-border-color-translucent);
    flex-shrink: 0;
}

.ss-options[b-x113podsk7] {
    overflow-y: auto;
    max-height: 230px;
}

.ss-option[b-x113podsk7] {
    padding: 6px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

    .ss-option:hover[b-x113podsk7] {
        background-color: var(--bs-primary-bg-subtle);
    }

    .ss-option.selected[b-x113podsk7] {
        background-color: var(--bs-primary-bg-subtle);
        font-weight: 500;
    }

.ss-option-text[b-x113podsk7] {
    font-size: 0.875rem;
}

.ss-subtitle[b-x113podsk7] {
    font-size: 0.75rem;
    color: var(--bs-secondary);
}

.ss-empty[b-x113podsk7] {
    text-align: center;
    color: var(--bs-secondary);
    padding: 16px 10px;
    font-size: 0.875rem;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
/* ===============================================
   LOGIN LAYOUT - Tam ekran, sidebar'siz
   =============================================== */

.login-page[b-pn0lmvkna3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    padding: 1rem;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   ANA LAYOUT
   ═══════════════════════════════════════════ */

.app-layout[b-23v01uh4hx] {
    display: flex;
    min-height: 100vh;
    background: #f0f2f5;
}

/* ═══════════════════════════════════════════
   SIDEBAR
   ═══════════════════════════════════════════ */

.sidebar[b-23v01uh4hx] {
    width: 260px;
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1040;
    transition: transform 0.25s ease;
}

/* ═══════════════════════════════════════════
   OVERLAY (mobil - sidebar açıkken arkaplan)
   ═══════════════════════════════════════════ */

.sidebar-overlay[b-23v01uh4hx] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1035;
    backdrop-filter: blur(2px);
}

.sidebar-overlay.show[b-23v01uh4hx] {
    display: block;
}

/* ═══════════════════════════════════════════
   ANA İÇERİK ALANI
   ═══════════════════════════════════════════ */

.main-wrapper[b-23v01uh4hx] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* ═══════════════════════════════════════════
   ÜST BAR
   ═══════════════════════════════════════════ */

.top-bar[b-23v01uh4hx] {
    display: flex;
    align-items: center;
    height: 3.25rem;
    padding: 0 1.25rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1020;
    gap: 0.75rem;
}

.hamburger[b-23v01uh4hx] {
    color: #374151;
    font-size: 1.35rem;
    padding: 0.25rem;
    line-height: 1;
}

.hamburger:hover[b-23v01uh4hx] {
    color: #111827;
}

.top-bar-content[b-23v01uh4hx] {
    display: flex;
    align-items: center;
    flex: 1;
}

/* ─── Durum badge + dropdown ─── */

.status-dropdown-wrapper[b-23v01uh4hx] {
    position: relative;
}

.status-badge[b-23v01uh4hx] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.3rem 0.75rem;
    border-radius: 20px;
    font-size: 0.775rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.status-badge:hover[b-23v01uh4hx] {
    filter: brightness(0.95);
}

.status-badge i:first-child[b-23v01uh4hx] {
    font-size: 0.5rem;
}

.status-chevron[b-23v01uh4hx] {
    font-size: 0.6rem !important;
    margin-left: 0.125rem;
    transition: transform 0.2s ease;
}

.status-badge.online[b-23v01uh4hx] {
    background: #dcfce7;
    color: #166534;
}

.status-badge.busy[b-23v01uh4hx] {
    background: #fee2e2;
    color: #991b1b;
}

.status-badge.break[b-23v01uh4hx] {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.offline[b-23v01uh4hx] {
    background: #f3f4f6;
    color: #6b7280;
}

/* ─── Dropdown menu ─── */

.status-dropdown-backdrop[b-23v01uh4hx] {
    position: fixed;
    inset: 0;
    z-index: 1050;
}

.status-dropdown[b-23v01uh4hx] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
    min-width: 160px;
    padding: 0.375rem;
    z-index: 1051;
    animation: dropdownFadeIn-b-23v01uh4hx 0.15s ease;
}

@keyframes dropdownFadeIn-b-23v01uh4hx {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

.status-option[b-23v01uh4hx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #374151;
    cursor: pointer;
    transition: background 0.1s ease;
}

.status-option:hover[b-23v01uh4hx] {
    background: #f3f4f6;
}

.status-option.active[b-23v01uh4hx] {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 500;
}

.status-dot[b-23v01uh4hx] {
    font-size: 0.5rem;
}

.status-dot.online[b-23v01uh4hx] {
    color: #22c55e;
}

.status-dot.busy[b-23v01uh4hx] {
    color: #ef4444;
}

.status-dot.break[b-23v01uh4hx] {
    color: #f59e0b;
}

.status-dot.offline[b-23v01uh4hx] {
    color: #9ca3af;
}

/* ─── Baglanti gostergesi ─── */

.connection-indicator[b-23v01uh4hx] {
    font-size: 0.9rem;
    animation: pulse-warning-b-23v01uh4hx 1.5s ease-in-out infinite;
}

@keyframes pulse-warning-b-23v01uh4hx {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* ─── Logout butonu ─── */

.btn-logout[b-23v01uh4hx] {
    font-size: 1.1rem;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    border-radius: 6px;
    text-decoration: none;
}

.btn-logout:hover[b-23v01uh4hx] {
    color: #dc2626 !important;
    background: #fef2f2;
}

/* ═══════════════════════════════════════════
   SAYFA İÇERİĞİ
   ═══════════════════════════════════════════ */

.main-content[b-23v01uh4hx] {
    flex: 1;
    padding: 1.25rem;
}

/* ═══════════════════════════════════════════
   RESPONSIVE - MOBİL (<992px / lg breakpoint)
   ═══════════════════════════════════════════ */

@media (max-width: 991.98px) {
    .sidebar[b-23v01uh4hx] {
        transform: translateX(-100%);
    }

    .app-layout.sidebar-open .sidebar[b-23v01uh4hx] {
        transform: translateX(0);
    }

    .main-wrapper[b-23v01uh4hx] {
        margin-left: 0;
    }
}

/* ═══════════════════════════════════════════
   RESPONSIVE - KÜÇÜK EKRANlar
   ═══════════════════════════════════════════ */

@media (max-width: 575.98px) {
    .sidebar[b-23v01uh4hx] {
        width: 280px;
    }

    .main-content[b-23v01uh4hx] {
        padding: 0.75rem;
    }

    .top-bar[b-23v01uh4hx] {
        padding: 0 0.75rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   SIDEBAR HEADER (Logo + Brand)
   ═══════════════════════════════════════════ */

.sidebar-header[b-a40d71aj38] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 3.5rem;
}

.brand[b-a40d71aj38] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.brand:hover[b-a40d71aj38] {
    color: #fff;
    text-decoration: none;
}

.brand i[b-a40d71aj38] {
    font-size: 1.4rem;
    color: #60a5fa;
}

.sidebar-toggle[b-a40d71aj38] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    padding: 0.25rem;
}

.sidebar-toggle:hover[b-a40d71aj38] {
    color: #fff;
}

/* ═══════════════════════════════════════════
   SIDEBAR BODY (Menü içeriği)
   ═══════════════════════════════════════════ */

.sidebar-body[b-a40d71aj38] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

.sidebar-body[b-a40d71aj38]::-webkit-scrollbar {
    width: 4px;
}

.sidebar-body[b-a40d71aj38]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

/* ─── Tekil menü öğesi ─── */

.nav-item[b-a40d71aj38] {
    padding: 0 0.5rem;
    margin-bottom: 0.125rem;
}

[b-a40d71aj38] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

[b-a40d71aj38] .nav-link i {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

[b-a40d71aj38] .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

[b-a40d71aj38] .nav-link.active {
    color: #fff;
    background: rgba(96, 165, 250, 0.2);
    font-weight: 500;
}

[b-a40d71aj38] .nav-link.active i {
    color: #60a5fa;
}

/* ─── Grup başlığı ─── */

.nav-group[b-a40d71aj38] {
    padding: 0 0.5rem;
    margin-bottom: 0.125rem;
}

.nav-group-toggle[b-a40d71aj38] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: all 0.15s ease;
}

.nav-group-toggle i:first-child[b-a40d71aj38] {
    font-size: 1rem;
    width: 1.25rem;
    text-align: center;
    flex-shrink: 0;
}

.nav-group-toggle span[b-a40d71aj38] {
    flex: 1;
}

.nav-group-toggle:hover[b-a40d71aj38] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

/* ─── Chevron (ok) animasyonu ─── */

.chevron[b-a40d71aj38] {
    font-size: 0.7rem;
    transition: transform 0.2s ease;
    opacity: 0.5;
}

.chevron.open[b-a40d71aj38] {
    transform: rotate(180deg);
}

/* ─── Alt menü öğeleri ─── */

.nav-group-items[b-a40d71aj38] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding-left: 0.5rem;
}

.nav-group-items.show[b-a40d71aj38] {
    max-height: 500px;
}

.nav-group-items[b-a40d71aj38]  .nav-link {
    padding: 0.45rem 0.75rem 0.45rem 2.25rem;
    font-size: 0.825rem;
}

.nav-group-items[b-a40d71aj38]  .nav-link i {
    font-size: 0.875rem;
}

/* ═══════════════════════════════════════════
   SIDEBAR FOOTER (Agent bilgisi)
   ═══════════════════════════════════════════ */

.sidebar-footer[b-a40d71aj38] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.75rem;
    margin-top: auto;
}

.agent-status[b-a40d71aj38] {
    padding: 0.5rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.agent-avatar[b-a40d71aj38] {
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.625rem;
    flex-shrink: 0;
}

.agent-avatar i[b-a40d71aj38] {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.6);
}

.agent-info[b-a40d71aj38] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.agent-name[b-a40d71aj38] {
    color: #fff;
    font-size: 0.825rem;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-role[b-a40d71aj38] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.725rem;
    line-height: 1.2;
}

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */

@media (max-width: 991.98px) {
    .brand-text[b-a40d71aj38] {
        display: inline;
    }
}
/* /Pages/Admin/AuditLogs.razor.rz.scp.css */
/* ===============================================
   DENETIM KAYITLARI SAYFASI
   =============================================== */

/* --- Satir renklendirme --- */

.row-danger[b-hbmvcrprr3] {
    background-color: rgba(220, 53, 69, 0.08) !important;
}

.row-warning[b-hbmvcrprr3] {
    background-color: rgba(255, 193, 7, 0.08) !important;
}

/* --- Badge boyutlandirma --- */

.badge[b-hbmvcrprr3] {
    font-size: 0.7rem;
    font-weight: 500;
}

/* --- JSON gosterim blogu --- */

.json-block[b-hbmvcrprr3] {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.75rem;
    font-size: 0.8rem;
    max-height: 200px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
    margin-bottom: 0;
}

/* --- Modal backdrop --- */

.modal-backdrop-custom[b-hbmvcrprr3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal.d-block[b-hbmvcrprr3] {
    z-index: 1050;
}

/* --- Tablo --- */

.table th[b-hbmvcrprr3] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    font-weight: 600;
}

.table td[b-hbmvcrprr3] {
    vertical-align: middle;
}

/* --- Filtre karti --- */

.form-label[b-hbmvcrprr3] {
    font-weight: 500;
}
/* /Pages/Admin/CustomerDetail.razor.rz.scp.css */
.nav-tabs .nav-link[b-p8wyarcl45] {
    color: #6c757d;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-link.active[b-p8wyarcl45] {
    font-weight: 600;
}

.form-switch .form-check-input[b-p8wyarcl45] {
    cursor: pointer;
    width: 2.5em;
    height: 1.25em;
}

.form-switch .form-check-input:disabled[b-p8wyarcl45] {
    cursor: wait;
    opacity: 0.5;
}
/* /Pages/Calls/Active.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   AKTİF ARAMALAR SAYFASI
   ═══════════════════════════════════════════ */

.page-header h5[b-l7200t49la] {
    margin: 0;
    font-weight: 600;
    color: #1e293b;
}

/* ─── Bos durum ─── */

.empty-state[b-l7200t49la] {
    text-align: center;
    padding: 3rem 1rem;
    color: #9ca3af;
}

.empty-state i[b-l7200t49la] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h6[b-l7200t49la] {
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.empty-state p[b-l7200t49la] {
    font-size: 0.85rem;
    margin: 0;
}

/* ─── Arama karti ─── */

.call-card[b-l7200t49la] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.call-card:hover[b-l7200t49la] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.call-card-header[b-l7200t49la] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.call-direction[b-l7200t49la] {
    font-size: 0.8rem;
    font-weight: 500;
    color: #475569;
}

.call-status-badge[b-l7200t49la] {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}

.call-card-body[b-l7200t49la] {
    padding: 1rem;
}

.caller-info[b-l7200t49la] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.caller-avatar[b-l7200t49la] {
    font-size: 2rem;
    color: #94a3b8;
}

.caller-number[b-l7200t49la] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.callee-label[b-l7200t49la] {
    font-size: 0.8rem;
    color: #64748b;
}

.call-queue[b-l7200t49la] {
    font-size: 0.75rem;
    color: #6366f1;
    background: #eef2ff;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
}

.call-card-actions[b-l7200t49la] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid #f1f5f9;
    flex-wrap: wrap;
}

.call-card-actions .btn[b-l7200t49la] {
    font-size: 0.75rem;
    border-radius: 8px;
}
/* /Pages/Calls/History.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   ARAMA GECMİSİ SAYFASI
   ═══════════════════════════════════════════ */

.page-header h5[b-qxxsp2kw8q] {
    margin: 0;
    font-weight: 600;
    color: #1e293b;
}

.search-box[b-qxxsp2kw8q] {
    max-width: 200px;
}

.search-box .input-group-text[b-qxxsp2kw8q] {
    background: #fff;
    border-right: 0;
}

.search-box .form-control[b-qxxsp2kw8q] {
    border-left: 0;
}

.filter-select[b-qxxsp2kw8q] {
    max-width: 140px;
}

/* ─── Bos durum ─── */

.empty-state[b-qxxsp2kw8q] {
    text-align: center;
    padding: 3rem 1rem;
    color: #9ca3af;
}

.empty-state i[b-qxxsp2kw8q] {
    font-size: 3rem;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h6[b-qxxsp2kw8q] {
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.empty-state p[b-qxxsp2kw8q] {
    font-size: 0.85rem;
    margin: 0;
}

/* ─── Tablo ─── */

.history-table[b-qxxsp2kw8q] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.history-table thead th[b-qxxsp2kw8q] {
    background: #f8fafc;
    border-bottom: 2px solid #e5e7eb;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    font-weight: 600;
    padding: 0.75rem 1rem;
    white-space: nowrap;
}

.history-table tbody td[b-qxxsp2kw8q] {
    padding: 0.75rem 1rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.85rem;
}

.history-table tbody tr:hover[b-qxxsp2kw8q] {
    background: #f8fafc;
}

.history-table .badge[b-qxxsp2kw8q] {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
}
/* /Pages/ChangePassword.razor.rz.scp.css */
/* ===============================================
   SIFRE DEGISTIR SAYFASI
   Login.razor.css ile ayni taban stil.
   =============================================== */

.login-card[b-g54ruo45im] {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* --- Header --- */

.login-header[b-g54ruo45im] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo[b-g54ruo45im] {
    width: 4rem;
    height: 4rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.change-pw-logo[b-g54ruo45im] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.login-logo i[b-g54ruo45im] {
    font-size: 1.75rem;
    color: #fff;
}

.login-header h4[b-g54ruo45im] {
    color: #1e293b;
    font-weight: 700;
}

/* --- Form --- */

.form-floating > .form-control:focus[b-g54ruo45im] {
    border-color: #f59e0b;
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.15);
}

.form-floating > label[b-g54ruo45im] {
    color: #94a3b8;
}

.btn-primary[b-g54ruo45im] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-g54ruo45im] {
    background: linear-gradient(135deg, #d97706, #b45309);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.btn-primary:disabled[b-g54ruo45im] {
    opacity: 0.7;
}

/* --- Password Rules --- */

.password-rules[b-g54ruo45im] {
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
}

/* --- Footer --- */

.login-footer[b-g54ruo45im] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

/* --- Responsive --- */

@media (max-width: 575.98px) {
    .login-card[b-g54ruo45im] {
        padding: 1.5rem;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
    }
}
/* /Pages/Dialer.razor.rz.scp.css */
/* ═══════════════════════════════════════════
   NUMARA CEVİRİCİ SAYFASI
   ═══════════════════════════════════════════ */

.dialer-page[b-1dhb4nufgy] {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.dialer-card[b-1dhb4nufgy] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    padding: 1.5rem 2rem;
    margin: 0 auto;
}

.dialer-header h5[b-1dhb4nufgy] {
    margin: 0 0 1rem;
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
}

/* ─── Numara gosterge ─── */

.number-display[b-1dhb4nufgy] {
    position: relative;
    margin-bottom: 1.25rem;
}

.number-input[b-1dhb4nufgy] {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 3px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 0.85rem 2.5rem 0.85rem 1rem;
    transition: border-color 0.2s;
}

.number-input:focus[b-1dhb4nufgy] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.clear-btn[b-1dhb4nufgy] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    text-decoration: none;
    font-size: 1.1rem;
    padding: 0.25rem;
}

.clear-btn:hover[b-1dhb4nufgy] {
    color: #ef4444;
}

/* ─── Tus takimi ─── */

.keypad[b-1dhb4nufgy] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.keypad-row[b-1dhb4nufgy] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
}

.keypad-btn[b-1dhb4nufgy] {
    width: 84px;
    height: 64px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.1s ease;
}

.keypad-btn:hover[b-1dhb4nufgy] {
    background: #f0f4ff;
    border-color: #93c5fd;
}

.keypad-btn:active[b-1dhb4nufgy] {
    background: #dbeafe;
    transform: scale(0.96);
}

.keypad-btn .digit[b-1dhb4nufgy] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    line-height: 1;
}

.keypad-btn .letters[b-1dhb4nufgy] {
    font-size: 0.55rem;
    color: #9ca3af;
    letter-spacing: 2px;
    margin-top: 1px;
}

/* ─── Arama butonlari ─── */

.call-actions[b-1dhb4nufgy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.call-btn[b-1dhb4nufgy] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.15s ease;
    border: none;
    color: #fff;
}

.call-start[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    min-width: 200px;
}

.call-start:hover:not(:disabled)[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #16a34a, #15803d);
    transform: scale(1.03);
}

.call-start:disabled[b-1dhb4nufgy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.call-end[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.call-end:hover[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
}

.call-hold[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.call-hold:hover[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #d97706, #b45309);
}

.call-resume[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.call-resume:hover[b-1dhb4nufgy] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
}

.in-call-actions[b-1dhb4nufgy] {
    display: flex;
    gap: 0.75rem;
}

.call-timer[b-1dhb4nufgy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #374151;
    font-variant-numeric: tabular-nums;
}

/* ─── Durum mesaji ─── */

.status-message[b-1dhb4nufgy] {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.75rem;
    padding: 0.5rem;
    border-radius: 8px;
    background: #f8fafc;
}

/* ─── SIP durum badge ─── */

[b-1dhb4nufgy] .sip-badge {
    font-size: 0.65rem;
    font-weight: 500;
    padding: 0.3em 0.6em;
}
/* /Pages/Index.razor.rz.scp.css */
/* ===============================================
   LANDING PAGE - Tanitim Sayfasi
   =============================================== */

/* ─── Container ─── */

.landing-container[b-kf91bmz2kb] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #e2e8f0;
}

/* ─── HERO ─── */

.landing-hero[b-kf91bmz2kb] {
    text-align: center;
    padding: 4rem 1.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.hero-glow[b-kf91bmz2kb] {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.hero-content[b-kf91bmz2kb] {
    position: relative;
    z-index: 1;
}

.hero-logo[b-kf91bmz2kb] {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.35);
}

.hero-logo i[b-kf91bmz2kb] {
    font-size: 2.25rem;
    color: #fff;
}

.landing-hero h1[b-kf91bmz2kb] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
    letter-spacing: -0.5px;
}

.hero-subtitle[b-kf91bmz2kb] {
    font-size: 1.1rem;
    color: #94a3b8;
    max-width: 520px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.hero-actions[b-kf91bmz2kb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-hero-primary[b-kf91bmz2kb] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
}

.btn-hero-primary:hover[b-kf91bmz2kb] {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);
    color: #fff;
    text-decoration: none;
}

/* ─── FEATURES ─── */

.landing-features[b-kf91bmz2kb] {
    padding: 2rem 1.5rem 3rem;
}

.features-grid[b-kf91bmz2kb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.feature-card[b-kf91bmz2kb] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

.feature-card:hover[b-kf91bmz2kb] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.feature-card h3[b-kf91bmz2kb] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.feature-card p[b-kf91bmz2kb] {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

/* Feature icon */

.feature-icon[b-kf91bmz2kb] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    color: #fff;
}

.feature-icon.bg-blue[b-kf91bmz2kb]   { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.feature-icon.bg-green[b-kf91bmz2kb]  { background: linear-gradient(135deg, #22c55e, #16a34a); }
.feature-icon.bg-purple[b-kf91bmz2kb] { background: linear-gradient(135deg, #a855f7, #7c3aed); }
.feature-icon.bg-orange[b-kf91bmz2kb] { background: linear-gradient(135deg, #f97316, #ea580c); }
.feature-icon.bg-teal[b-kf91bmz2kb]   { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.feature-icon.bg-red[b-kf91bmz2kb]    { background: linear-gradient(135deg, #ef4444, #dc2626); }

/* ─── PLATFORMS ─── */

.landing-platforms[b-kf91bmz2kb] {
    padding: 2rem 1.5rem 3rem;
}

.landing-platforms h2[b-kf91bmz2kb] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.platforms-grid[b-kf91bmz2kb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.platform-card[b-kf91bmz2kb] {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 2rem 1.5rem;
    transition: all 0.2s ease;
}

.platform-card:hover[b-kf91bmz2kb] {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.platform-card > i[b-kf91bmz2kb] {
    font-size: 2rem;
    color: #3b82f6;
    margin-bottom: 0.75rem;
    display: block;
}

.platform-card h4[b-kf91bmz2kb] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.platform-card p[b-kf91bmz2kb] {
    font-size: 0.85rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* ─── ROLES ─── */

.landing-roles[b-kf91bmz2kb] {
    padding: 2rem 1.5rem 3rem;
}

.landing-roles h2[b-kf91bmz2kb] {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2rem;
}

.roles-grid[b-kf91bmz2kb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.role-card[b-kf91bmz2kb] {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    transition: all 0.2s ease;
}

.role-card:hover[b-kf91bmz2kb] {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.role-badge[b-kf91bmz2kb] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    font-size: 1.25rem;
}

.role-card h4[b-kf91bmz2kb] {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.role-card p[b-kf91bmz2kb] {
    font-size: 0.8rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.5;
}

/* ─── FOOTER ─── */

.landing-footer[b-kf91bmz2kb] {
    text-align: center;
    padding: 2rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 1rem;
}

.landing-footer p[b-kf91bmz2kb] {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}

/* ─── RESPONSIVE ─── */

@media (max-width: 991.98px) {
    .features-grid[b-kf91bmz2kb] {
        grid-template-columns: repeat(2, 1fr);
    }

    .roles-grid[b-kf91bmz2kb] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .landing-hero h1[b-kf91bmz2kb] {
        font-size: 2rem;
    }

    .hero-subtitle[b-kf91bmz2kb] {
        font-size: 1rem;
    }

    .features-grid[b-kf91bmz2kb],
    .platforms-grid[b-kf91bmz2kb] {
        grid-template-columns: 1fr;
    }

    .roles-grid[b-kf91bmz2kb] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .landing-hero[b-kf91bmz2kb] {
        padding: 2.5rem 1rem 2rem;
    }

    .landing-hero h1[b-kf91bmz2kb] {
        font-size: 1.75rem;
    }

    .roles-grid[b-kf91bmz2kb] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Login.razor.rz.scp.css */
/* ===============================================
   LOGIN SAYFASI
   =============================================== */

.login-card[b-4ncm84g8vq] {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* ─── Header ─── */

.login-header[b-4ncm84g8vq] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.login-logo[b-4ncm84g8vq] {
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.login-logo i[b-4ncm84g8vq] {
    font-size: 1.75rem;
    color: #fff;
}

.login-header h4[b-4ncm84g8vq] {
    color: #1e293b;
    font-weight: 700;
}

/* ─── Form ─── */

.form-floating > .form-control:focus[b-4ncm84g8vq] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.2rem rgba(59, 130, 246, 0.15);
}

.form-floating > label[b-4ncm84g8vq] {
    color: #94a3b8;
}

.btn-primary[b-4ncm84g8vq] {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    border: none;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-primary:hover:not(:disabled)[b-4ncm84g8vq] {
    background: linear-gradient(135deg, #2563eb, #1e40af);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.btn-primary:disabled[b-4ncm84g8vq] {
    opacity: 0.7;
}

/* ─── Footer ─── */

.login-footer[b-4ncm84g8vq] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

/* ─── Responsive ─── */

@media (max-width: 575.98px) {
    .login-card[b-4ncm84g8vq] {
        padding: 1.5rem;
        border-radius: 0;
        box-shadow: none;
        max-width: none;
    }
}
/* /Pages/Queues/Index.razor.rz.scp.css */
[b-q5airu2ll2] .table th {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

[b-q5airu2ll2] .table td {
    vertical-align: middle;
}
/* /Pages/Queues/Live.razor.rz.scp.css */
.queue-card[b-445w1l6yz3] {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.queue-card:hover[b-445w1l6yz3] {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1) !important;
}

.agent-badge[b-445w1l6yz3] {
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: opacity 0.2s;
}

.agent-badge:hover[b-445w1l6yz3] {
    opacity: 0.85;
}
/* /Pages/Reports/Agents.razor.rz.scp.css */
[b-cujl8yki3i] .table th {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

[b-cujl8yki3i] .table td {
    vertical-align: middle;
    font-size: 0.88rem;
}
/* /Pages/Reports/Calls.razor.rz.scp.css */
[b-7bjaa4vmlp] .table th {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #6c757d;
}

[b-7bjaa4vmlp] .table td {
    vertical-align: middle;
    font-size: 0.88rem;
}
