/* _content/LkDx/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */
.info-message[b-e3582g8c7m] {
    margin: 0.625rem 0 0.625rem 0;
    justify-content: start;
}
/* _content/LkDx/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.current-logins[b-p58n8vudh3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.current-logins-item[b-p58n8vudh3] {
    display: flex;
    gap: 0.625rem;
}
/* _content/LkDx/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.external-logins[b-5l14ytf3xv] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 500px) {
    .external-logins[b-5l14ytf3xv] {
        flex-direction: column;
    }
}
/* _content/LkDx/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-s07itcsr9r] .tab-icon {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
}

[b-s07itcsr9r] .icon-profile {
    -webkit-mask-image: url("images/account/manage-profile.svg");
    mask-image: url("images/account/manage-profile.svg");
}

[b-s07itcsr9r] .icon-email {
    -webkit-mask-image: url("images/account/manage-email.svg");
    mask-image: url("images/account/manage-email.svg");
}

[b-s07itcsr9r] .icon-two-factor {
    -webkit-mask-image: url("images/account/manage-two-factor.svg");
    mask-image: url("images/account/manage-two-factor.svg");
}

[b-s07itcsr9r] .icon-password {
    -webkit-mask-image: url("images/account/manage-password.svg");
    mask-image: url("images/account/manage-password.svg");
}

[b-s07itcsr9r] .icon-personal {
    -webkit-mask-image: url("images/account/manage-personal.svg");
    mask-image: url("images/account/manage-personal.svg");
}

[b-s07itcsr9r] .icon-external {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}
/* _content/LkDx/Components/Account/Shared/ShowRecoveryCodes.razor.rz.scp.css */
.codes[b-7zuyv8ihz3] {
    margin: 0.625rem 0px 0.625rem 0px;
}
/* _content/LkDx/Components/Layout/Drawer.razor.rz.scp.css */
[b-t8re3603y7] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-t8re3603y7] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-t8re3603y7] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-t8re3603y7] {
        display: none;
        visibility: hidden;
    }

    [b-t8re3603y7] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-t8re3603y7] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* _content/LkDx/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-eslzbh357n] {
    height: 100%;
    font-family: var(--bs-font-sans-serif);
}

[b-eslzbh357n] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, #FF6B35 0%, #8B3A1F 150%);
}

[b-eslzbh357n] .dxbl-drawer .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-eslzbh357n] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
}

[b-eslzbh357n] .dxbl-drawer-panel .dxbl-drawer-header .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container[b-eslzbh357n] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-text[b-eslzbh357n] {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

[b-eslzbh357n] .dxbl-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-eslzbh357n] .dxbl-drawer > .dxbl-drawer-panel .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
}

[b-eslzbh357n] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-eslzbh357n] .icon {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-eslzbh357n] .icon-back {
    -webkit-mask-image: url("images/back.svg");
    mask-image: url("images/back.svg");
}

[b-eslzbh357n] .icon-close {
    -webkit-mask-image: url("images/close.svg");
    mask-image: url("images/close.svg");
}

[b-eslzbh357n] .icon-menu {
    -webkit-mask-image: url("images/menu.svg");
    mask-image: url("images/menu.svg");
}

[b-eslzbh357n] .icon-log-in {
    -webkit-mask-image: url("images/account/log-in.svg");
    mask-image: url("images/account/log-in.svg");
}

[b-eslzbh357n] .icon-log-out {
    -webkit-mask-image: url("images/account/log-out.svg");
    mask-image: url("images/account/log-out.svg");
}

[b-eslzbh357n] .icon-user {
    -webkit-mask-image: url("images/account/user.svg");
    mask-image: url("images/account/user.svg");
}

[b-eslzbh357n] .docs-icon {
    mask-image: url("images/doc.svg");
    -webkit-mask-image: url("images/doc.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-eslzbh357n] .demos-icon {
    mask-image: url("images/demos.svg");
    -webkit-mask-image: url("images/demos.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
}

[b-eslzbh357n] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-eslzbh357n] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-eslzbh357n] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-eslzbh357n] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-eslzbh357n] {
    display: inline-flex;
}

.menu-button-nav[b-eslzbh357n] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-eslzbh357n] {
    display: flex;
    gap: 15px;
    padding: 1rem;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
}

.page-title-container[b-eslzbh357n] {
    flex: 1;
    display: flex;
    align-items: center;
}

.page-title[b-eslzbh357n] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
}

    .nav-buttons-container[b-eslzbh357n]  .menubutton-float-end {
        margin-left: 0;
    }

    .nav-buttons-container[b-eslzbh357n]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

[b-eslzbh357n] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-eslzbh357n] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-eslzbh357n] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

.page-content[b-eslzbh357n] {
    padding: 1rem;
}

@media (max-width: 768px) {
    [b-eslzbh357n] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-eslzbh357n] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-eslzbh357n] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
    
    .nav-buttons-container[b-eslzbh357n] {
        padding: 0.75rem;
    }
    
    .page-title[b-eslzbh357n] {
        font-size: 1.1rem;
    }
    
    .logo-text[b-eslzbh357n] {
        font-size: 1.3rem;
    }
    
    .page-content[b-eslzbh357n] {
        padding: 0.75rem;
    }
}
/* _content/LkDx/Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-jaxldcp748] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-jaxldcp748] {
    text-align: center;
}

[b-jaxldcp748] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-jaxldcp748] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-jaxldcp748] .menu {
    background-color: inherit;
}

    [b-jaxldcp748] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-jaxldcp748] .menu-item {
    color: var(--bs-white);
}

[b-jaxldcp748] .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.5rem;
}

[b-jaxldcp748] .home-icon {
    background-image: url("images/home.svg");
}

[b-jaxldcp748] .weather-icon {
    background-image: url("images/weather.svg");
}

[b-jaxldcp748] .counter-icon {
    background-image: url("images/counter.svg");
}

[b-jaxldcp748] .settings-icon {
    background-image: url("images/account/settings.svg");
}

[b-jaxldcp748] .log-in-icon {
    background-image: url("images/account/log-in.svg");
}

[b-jaxldcp748] .log-out-icon {
    background-image: url("images/account/log-out.svg");
}

[b-jaxldcp748] .user-icon {
    background-image: url("images/account/user.svg");
}

[b-jaxldcp748] .warning-icon {
    background-image: url("images/account/warning.svg");
}

[b-jaxldcp748] .migration-link {
    background-color: rgba(255, 193, 7, 0.1);
    border-left: 3px solid #ffc107;
    font-weight: bold;
}

[b-jaxldcp748] .migration-link:hover {
    background-color: rgba(255, 193, 7, 0.2);
}

@media (max-width: 768px) {
    #sidebar[b-jaxldcp748] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-jaxldcp748] {
        text-align: inherit;
    }
}
/* _content/LkDx/Components/Pages/AccountLinking.razor.rz.scp.css */
.card[b-sgek5y3b1z] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header[b-sgek5y3b1z] {
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title[b-sgek5y3b1z] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.badge[b-sgek5y3b1z] {
    font-size: 0.75em;
}

.btn[b-sgek5y3b1z] {
    border-radius: 0.375rem;
}

.spinner-border[b-sgek5y3b1z] {
    width: 3rem;
    height: 3rem;
}

.alert[b-sgek5y3b1z] {
    border-radius: 0.375rem;
}

.fab[b-sgek5y3b1z] {
    font-family: "Font Awesome 5 Brands";
}

.fas[b-sgek5y3b1z] {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/* _content/LkDx/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard Styles */
.dashboard-container[b-db6t13i8x0] {
    max-width: 1400px;
    margin: 0 auto;
}

.loading-container[b-db6t13i8x0] {
    text-align: center;
    padding: 30px;
}

.dashboard-content[b-db6t13i8x0] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card[b-db6t13i8x0] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
}

.card-header[b-db6t13i8x0] {
    background: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
}

.card-header h3[b-db6t13i8x0] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.1em;
}

.card-body[b-db6t13i8x0] {
    padding: 12px;
}

/* Status Styles */
.status-success[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #28a745;
    font-weight: 500;
}

.status-warning[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffc107;
    font-weight: 500;
}

.status-info[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #17a2b8;
    font-weight: 500;
}

.status-error[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dc3545;
    font-weight: 500;
}

/* OAuth Provider Cards */
.oauth-provider-card[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.oauth-provider-card.linked[b-db6t13i8x0] {
    border-color: #28a745;
    background-color: #f8fff9;
}

.oauth-provider-card.not-linked[b-db6t13i8x0] {
    border-color: #dee2e6;
    background-color: #f8f9fa;
}

.provider-icon[b-db6t13i8x0] {
    font-size: 1.8em;
    width: 45px;
    text-align: center;
}

.provider-icon .fab.fa-google[b-db6t13i8x0] {
    color: #db4437;
}

.provider-icon .fab.fa-telegram[b-db6t13i8x0] {
    color: #0088cc;
}

.provider-icon .fab.fa-weixin[b-db6t13i8x0] {
    color: #09bb07;
}

.provider-info h5[b-db6t13i8x0] {
    margin: 0 0 5px 0;
    color: #2c3e50;
}

/* Stats Grid - Адаптивный дизайн */
.stats-grid[b-db6t13i8x0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 15px;
}

.stat-card[b-db6t13i8x0] {
    background: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 80px;
}

.stat-icon[b-db6t13i8x0] {
    font-size: 1.8em;
    color: #FF6B35;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

.stat-content[b-db6t13i8x0] {
    flex: 1;
}

.stat-content h4[b-db6t13i8x0] {
    margin: 0 0 4px 0;
    color: #2c3e50;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-db6t13i8x0] {
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #2c3e50;
}

/* Actions Grid - Адаптивный дизайн */
.actions-grid[b-db6t13i8x0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.action-card[b-db6t13i8x0] {
    background: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.action-card:hover[b-db6t13i8x0] {
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(255,107,53,0.2);
}

.action-icon[b-db6t13i8x0] {
    font-size: 2em;
    color: #FF6B35;
    margin-bottom: 8px;
}

.action-content h4[b-db6t13i8x0] {
    margin: 0 0 6px 0;
    color: #2c3e50;
    font-size: 0.95em;
}

.action-content p[b-db6t13i8x0] {
    margin: 0 0 10px 0;
    color: #7f8c8d;
    font-size: 0.8em;
}

/* Linked Accounts Styles */
.linked-accounts-list[b-db6t13i8x0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.linked-account-item[b-db6t13i8x0] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    transition: all 0.3s ease;
}

.linked-account-item.primary[b-db6t13i8x0] {
    border-color: #FF6B35;
    background-color: #fff5f2;
}

.linked-account-item.secondary[b-db6t13i8x0] {
    border-color: #6c757d;
    background-color: #f8f9fa;
}

.account-header[b-db6t13i8x0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.account-header h5[b-db6t13i8x0] {
    margin: 0;
    color: #2c3e50;
    font-size: 1em;
}

.account-details[b-db6t13i8x0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 6px;
}

.account-details p[b-db6t13i8x0] {
    margin: 0;
    font-size: 0.85em;
    color: #6c757d;
}

.account-details strong[b-db6t13i8x0] {
    color: #2c3e50;
}

/* Tariffs and Extra Files Row */
.tariffs-row[b-db6t13i8x0] {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
}

.extra-files-content[b-db6t13i8x0] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.extra-files-value[b-db6t13i8x0] {
    margin: 0;
    font-size: 2em;
    font-weight: bold;
    color: #2c3e50;
    text-align: center;
}

/* Responsive Design */
/* Планшет (768px - 1024px): 2-3 блока */
@media (min-width: 769px) and (max-width: 1024px) {
    .stats-grid[b-db6t13i8x0] {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .actions-grid[b-db6t13i8x0] {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Десктоп (>1024px): 4 одинаковых блока */
@media (min-width: 1025px) {
    .stats-grid[b-db6t13i8x0] {
        grid-template-columns: repeat(4, 1fr);
    }
    
    .actions-grid[b-db6t13i8x0] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Телефон (<768px): 1 блок */
@media (max-width: 768px) {
    .dashboard-container[b-db6t13i8x0] {
        padding: 10px;
    }
    
    .dashboard-header h1[b-db6t13i8x0] {
        font-size: 1.4rem;
    }
    
    .stats-grid[b-db6t13i8x0] {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .actions-grid[b-db6t13i8x0] {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .oauth-provider-card[b-db6t13i8x0] {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }
    
    .account-details[b-db6t13i8x0] {
        grid-template-columns: 1fr;
    }
    
    .account-header[b-db6t13i8x0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .card-body[b-db6t13i8x0] {
        padding: 10px;
    }
    
    .stat-card[b-db6t13i8x0] {
        padding: 10px;
        min-height: 70px;
    }
    
    .action-card[b-db6t13i8x0] {
        padding: 10px;
        min-height: 110px;
    }
}

/* News Module Styles */
.news-module[b-db6t13i8x0] {
    margin-top: 0;
}

.news-loading[b-db6t13i8x0],
.news-error[b-db6t13i8x0],
.news-empty[b-db6t13i8x0] {
    text-align: center;
    padding: 20px;
    color: #6c757d;
}

.news-list-dashboard[b-db6t13i8x0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-item-dashboard[b-db6t13i8x0] {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 12px;
    transition: all 0.2s ease;
    background-color: #fff;
}

.news-item-dashboard:hover[b-db6t13i8x0] {
    border-color: #FF6B35;
    box-shadow: 0 2px 4px rgba(255, 107, 53, 0.1);
}

.news-item-content-dashboard[b-db6t13i8x0] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.news-image-dashboard[b-db6t13i8x0] {
    flex-shrink: 0;
    width: 100px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
}

.news-image-dashboard img[b-db6t13i8x0] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-text-dashboard[b-db6t13i8x0] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.news-title-dashboard[b-db6t13i8x0] {
    margin: 0;
    font-size: 0.95em;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.news-excerpt-dashboard[b-db6t13i8x0] {
    margin: 0;
    font-size: 0.85em;
    color: #6c757d;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-date-dashboard[b-db6t13i8x0] {
    font-size: 0.75em;
    color: #95a5a6;
    margin-top: 4px;
}

.news-footer-dashboard[b-db6t13i8x0] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

/* Responsive Design for News Module */
@media (max-width: 768px) {
    .news-item-content-dashboard[b-db6t13i8x0] {
        flex-direction: column;
    }
    
    .news-image-dashboard[b-db6t13i8x0] {
        width: 100%;
        height: 150px;
    }
    
    .news-title-dashboard[b-db6t13i8x0] {
        font-size: 0.9em;
    }
    
    .news-excerpt-dashboard[b-db6t13i8x0] {
        font-size: 0.8em;
    }
}
/* _content/LkDx/Components/Pages/Download.razor.rz.scp.css */
.download-container[b-mn97tw65nv] {
    max-width: 1400px;
    margin: 0 auto;
}

.loading-container[b-mn97tw65nv] {
    text-align: center;
    padding: 30px;
}

.download-content[b-mn97tw65nv] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card[b-mn97tw65nv] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.card-header[b-mn97tw65nv] {
    background: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid #dee2e6;
}

.card-header h5[b-mn97tw65nv] {
    margin: 0;
    color: #2c3e50;
}

.card-body[b-mn97tw65nv] {
    padding: 20px;
}

.stat-item[b-mn97tw65nv] {
    text-align: center;
    padding: 15px;
}

.stat-number[b-mn97tw65nv] {
    font-size: 2em;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 5px;
}

.stat-label[b-mn97tw65nv] {
    color: #7f8c8d;
    font-size: 0.9em;
}

.version-item[b-mn97tw65nv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.version-item:hover[b-mn97tw65nv] {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.version-item.latest[b-mn97tw65nv] {
    border-color: #28a745;
    background: linear-gradient(135deg, #f8fff9 0%, #e8f5e8 100%);
}

.version-info[b-mn97tw65nv] {
    flex: 1;
}

.version-header[b-mn97tw65nv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.version-header h6[b-mn97tw65nv] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.1em;
}

.version-date[b-mn97tw65nv] {
    color: #7f8c8d;
    font-size: 0.9em;
}

.version-description[b-mn97tw65nv] {
    color: #5a6c7d;
    margin-bottom: 10px;
}

.version-details[b-mn97tw65nv] {
    display: flex;
    gap: 20px;
}

.file-size[b-mn97tw65nv] {
    color: #7f8c8d;
    font-size: 0.9em;
}

.version-actions[b-mn97tw65nv] {
    margin-left: 20px;
}

.program-info h6[b-mn97tw65nv] {
    color: #2c3e50;
    margin-top: 20px;
    margin-bottom: 10px;
}

.program-info ul[b-mn97tw65nv] {
    color: #5a6c7d;
    padding-left: 20px;
}

.program-info li[b-mn97tw65nv] {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .version-item[b-mn97tw65nv] {
        flex-direction: column;
        align-items: stretch;
    }
    
    .version-actions[b-mn97tw65nv] {
        margin-left: 0;
        margin-top: 15px;
    }
    
    .version-header[b-mn97tw65nv] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .stat-item[b-mn97tw65nv] {
        margin-bottom: 20px;
    }
}
/* _content/LkDx/Components/Pages/Index.razor.rz.scp.css */
[b-is5qtuztjo] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-is5qtuztjo] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-is5qtuztjo] .title {
    text-align: center;
}

[b-is5qtuztjo] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-is5qtuztjo] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color-rgb);
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-is5qtuztjo] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-is5qtuztjo] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-is5qtuztjo] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
    }

    [b-is5qtuztjo] .icon-fill {
        fill: var(--bs-primary);
    }

    [b-is5qtuztjo] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color);
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* _content/LkDx/Components/Pages/KeyActivation.razor.rz.scp.css */
.key-activation-container[b-hv84wfxm27] {
    max-width: 1400px;
    margin: 0 auto;
}

.activation-form[b-hv84wfxm27] {
    padding: var(--spacing-lg) 0;
}

.activation-form .form-label[b-hv84wfxm27] {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
}

.activation-form .d-flex[b-hv84wfxm27] {
    gap: var(--spacing-md);
}

/* Key info card borders */
.border-success[b-hv84wfxm27] {
    border: 2px solid #28a745;
    border-radius: 0.375rem;
}

.border-warning[b-hv84wfxm27] {
    border: 2px solid #ffc107;
    border-radius: 0.375rem;
}

.border-danger[b-hv84wfxm27] {
    border: 2px solid #dc3545;
    border-radius: 0.375rem;
}

/* Activation success card styles */
.activation-success-card[b-hv84wfxm27] {
    animation: slideInDown-b-hv84wfxm27 0.5s ease-out;
}

.activation-success-card .dx-card[b-hv84wfxm27] {
    border: 3px solid #28a745;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2);
}

.activation-details[b-hv84wfxm27] {
    padding: var(--spacing-md) 0;
}

.activation-details .detail-item[b-hv84wfxm27] {
    padding: var(--spacing-sm);
    border-radius: 0.375rem;
    background-color: var(--bs-light, #f8f9fa);
}

.activation-key-display[b-hv84wfxm27] {
    display: inline-block;
    padding: var(--spacing-sm);
    background-color: var(--bs-dark, #212529);
    color: var(--bs-warning, #ffc107);
    border-radius: 0.375rem;
    font-size: 0.95rem;
    word-break: break-all;
}

@keyframes slideInDown-b-hv84wfxm27 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .key-activation-container[b-hv84wfxm27] {
        padding: var(--spacing-md);
    }
    
    .activation-form .d-flex[b-hv84wfxm27] {
        flex-direction: column;
        gap: var(--spacing-sm);
    }
    
    .activation-form .d-flex .dx-button[b-hv84wfxm27] {
        width: 100%;
    }
}
/* _content/LkDx/Components/Pages/News.razor.rz.scp.css */
.news-container[b-ovefwqxrso] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.loading-container[b-ovefwqxrso] {
    text-align: center;
    padding: 30px;
    color: #6c757d;
}

.news-content[b-ovefwqxrso] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-list[b-ovefwqxrso] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-item[b-ovefwqxrso] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.news-item:hover[b-ovefwqxrso] {
    border-color: #FF6B35;
    box-shadow: 0 3px 6px rgba(255,107,53,0.2);
}

.news-item.expanded[b-ovefwqxrso] {
    border-color: #FF6B35;
    box-shadow: 0 4px 8px rgba(255,107,53,0.3);
}

.news-item-content[b-ovefwqxrso] {
    padding: 0;
}

/* Развернутая новость */
.news-expanded[b-ovefwqxrso] {
    display: flex;
    gap: 20px;
    padding: 20px;
    color: #2c3e50;
}

.news-expanded-left[b-ovefwqxrso] {
    flex-shrink: 0;
    width: 320px;
}

.news-image-large[b-ovefwqxrso] {
    width: 100%;
    height: 240px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.news-image-large img[b-ovefwqxrso] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image-placeholder[b-ovefwqxrso] {
    width: 100%;
    height: 240px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 14px;
}

.news-expanded-right[b-ovefwqxrso] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-title-expanded[b-ovefwqxrso] {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.news-description-full[b-ovefwqxrso] {
    color: #6c757d;
    font-size: 16px;
    line-height: 1.6;
    flex: 1;
}

.news-date-expanded[b-ovefwqxrso] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6c757d;
    font-size: 14px;
}

.date-label[b-ovefwqxrso] {
    font-weight: 600;
    color: #2c3e50;
}

.date-value[b-ovefwqxrso] {
    color: #6c757d;
}

.news-action-button[b-ovefwqxrso] {
    margin-top: 10px;
}

/* Свернутая новость */
.news-collapsed[b-ovefwqxrso] {
    display: flex;
    gap: 15px;
    padding: 15px;
    align-items: center;
    color: #2c3e50;
}

.news-collapsed-left[b-ovefwqxrso] {
    flex-shrink: 0;
    width: 120px;
}

.news-image-small[b-ovefwqxrso] {
    width: 100%;
    height: 80px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f9fa;
}

.news-image-small img[b-ovefwqxrso] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image-placeholder-small[b-ovefwqxrso] {
    width: 100%;
    height: 80px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}

.news-collapsed-right[b-ovefwqxrso] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-title-collapsed[b-ovefwqxrso] {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.news-excerpt-collapsed[b-ovefwqxrso] {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-date-collapsed[b-ovefwqxrso] {
    color: #6c757d;
    font-size: 12px;
    text-align: right;
}

/* Пагинация */
.news-pagination[b-ovefwqxrso] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pagination-info[b-ovefwqxrso] {
    color: #2c3e50;
    font-size: 16px;
}

/* Пустое состояние */
.no-news[b-ovefwqxrso] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #2c3e50;
}

.no-news-icon[b-ovefwqxrso] {
    font-size: 64px;
    color: #6c757d;
    margin-bottom: 20px;
}

.no-news h3[b-ovefwqxrso] {
    color: #2c3e50;
    margin-bottom: 10px;
}

.no-news p[b-ovefwqxrso] {
    color: #6c757d;
    margin: 0;
}

/* Анимация разворачивания */
@keyframes expand-b-ovefwqxrso {
    from {
        max-height: 100px;
        opacity: 0.8;
    }
    to {
        max-height: 1000px;
        opacity: 1;
    }
}

.news-item.expanded .news-expanded[b-ovefwqxrso] {
    animation: expand-b-ovefwqxrso 0.3s ease-out;
}

/* Responsive design */
@media (max-width: 768px) {
    .news-container[b-ovefwqxrso] {
        padding: 10px;
    }
    
    .news-expanded[b-ovefwqxrso] {
        flex-direction: column;
    }
    
    .news-expanded-left[b-ovefwqxrso] {
        width: 100%;
    }
    
    .news-image-large[b-ovefwqxrso] {
        height: 200px;
    }
    
    .news-title-expanded[b-ovefwqxrso] {
        font-size: 20px;
    }
    
    .news-collapsed[b-ovefwqxrso] {
        flex-direction: column;
    }
    
    .news-collapsed-left[b-ovefwqxrso] {
        width: 100%;
    }
    
    .news-image-small[b-ovefwqxrso] {
        height: 150px;
    }
    
    .news-pagination[b-ovefwqxrso] {
        flex-direction: column;
        gap: 10px;
    }
}
/* _content/LkDx/Components/Pages/Profile.razor.rz.scp.css */
.profile-container[b-vpzx5xwob3] {
    max-width: 1400px;
    margin: 0 auto;
}

.avatar-container[b-vpzx5xwob3] {
    position: relative;
    display: inline-block;
}

.avatar-image[b-vpzx5xwob3] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--border-light);
}

.stat-item[b-vpzx5xwob3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-sm) 0;
    border-bottom: 1px solid var(--border-light);
}

.stat-item:last-child[b-vpzx5xwob3] {
    border-bottom: none;
}

.stat-label[b-vpzx5xwob3] {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.stat-value[b-vpzx5xwob3] {
    font-weight: 500;
    color: var(--text-primary);
}

.badge[b-vpzx5xwob3] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

@media (max-width: 768px) {
    .profile-container[b-vpzx5xwob3] {
        padding: var(--spacing-md);
    }
    
    .avatar-image[b-vpzx5xwob3] {
        width: 80px;
        height: 80px;
    }
    
    .stat-item[b-vpzx5xwob3] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-xs);
    }
}

/* Стили для загрузки аватара */
.avatar-upload[b-vpzx5xwob3] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.avatar-upload .dx-upload[b-vpzx5xwob3] {
    border: none;
    background: transparent;
}

.avatar-upload .dx-upload-button[b-vpzx5xwob3] {
    width: auto;
    min-width: 120px;
}
/* _content/LkDx/Components/Pages/Settings.razor.rz.scp.css */
.settings-container[b-ar02gqse8q] {
    max-width: 1400px;
    margin: 0 auto;
}

.setting-item[b-ar02gqse8q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-lg) 0;
    border-bottom: 1px solid var(--border-light);
}

.setting-item:last-child[b-ar02gqse8q] {
    border-bottom: none;
}

.setting-info[b-ar02gqse8q] {
    flex: 1;
    margin-right: var(--spacing-lg);
}

.setting-info h6[b-ar02gqse8q] {
    margin-bottom: var(--spacing-xs);
    color: var(--text-primary);
}

.setting-info p[b-ar02gqse8q] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.setting-control[b-ar02gqse8q] {
    flex-shrink: 0;
}

.app-info[b-ar02gqse8q] {
    font-size: 0.9rem;
}

.info-item[b-ar02gqse8q] {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--spacing-xs);
}

.info-label[b-ar02gqse8q] {
    color: var(--text-secondary);
}

.info-value[b-ar02gqse8q] {
    font-weight: 500;
    color: var(--text-primary);
}

@media (max-width: 768px) {
    .settings-container[b-ar02gqse8q] {
        padding: var(--spacing-md);
    }
    
    .setting-item[b-ar02gqse8q] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-md);
    }
    
    .setting-info[b-ar02gqse8q] {
        margin-right: 0;
    }
    
    .setting-control[b-ar02gqse8q] {
        width: 100%;
    }
}
/* _content/LkDx/Components/Pages/SocialNetworks.razor.rz.scp.css */
.social-networks-container[b-fn77geaptr] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-header[b-fn77geaptr] {
    text-align: center;
    margin-bottom: 30px;
}

.page-header h1[b-fn77geaptr] {
    color: #2c3e50;
    margin-bottom: 10px;
}

.page-header p[b-fn77geaptr] {
    color: #7f8c8d;
    font-size: 16px;
}

.loading-container[b-fn77geaptr] {
    text-align: center;
    padding: 40px;
}

.social-networks-content[b-fn77geaptr] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.social-card[b-fn77geaptr] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.social-card:hover[b-fn77geaptr] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.social-header[b-fn77geaptr] {
    display: flex;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.social-icon[b-fn77geaptr] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 24px;
    color: white;
}

.google-icon[b-fn77geaptr] {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
}

.telegram-icon[b-fn77geaptr] {
    background: linear-gradient(135deg, #0088cc 0%, #229ed9 100%);
}

.social-info h3[b-fn77geaptr] {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 18px;
}

.social-info p[b-fn77geaptr] {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.social-body[b-fn77geaptr] {
    padding: 20px;
}

.status-success[b-fn77geaptr] {
    display: flex;
    align-items: center;
    color: #27ae60;
    margin-bottom: 15px;
    font-weight: 500;
}

.status-success i[b-fn77geaptr] {
    margin-right: 8px;
    font-size: 16px;
}

.status-info[b-fn77geaptr] {
    display: flex;
    align-items: center;
    color: #3498db;
    margin-bottom: 15px;
    font-weight: 500;
}

.status-info i[b-fn77geaptr] {
    margin-right: 8px;
    font-size: 16px;
}

.info-card[b-fn77geaptr] {
    grid-column: 1 / -1;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.info-header[b-fn77geaptr] {
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.info-header h3[b-fn77geaptr] {
    margin: 0;
    font-size: 18px;
}

.info-body[b-fn77geaptr] {
    padding: 20px;
}

.info-body p[b-fn77geaptr] {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 16px;
}

.info-body ul[b-fn77geaptr] {
    color: #7f8c8d;
    padding-left: 20px;
}

.info-body li[b-fn77geaptr] {
    margin-bottom: 8px;
    font-size: 14px;
}

/* Responsive design */
@media (max-width: 768px) {
    .social-networks-content[b-fn77geaptr] {
        grid-template-columns: 1fr;
    }
    
    .social-networks-container[b-fn77geaptr] {
        padding: 15px;
    }
    
    .social-header[b-fn77geaptr] {
        padding: 15px;
    }
    
    .social-body[b-fn77geaptr] {
        padding: 15px;
    }
}
/* _content/LkDx/Components/Pages/Support.razor.rz.scp.css */
.support-container[b-ccpx5zqqk3] {
    max-width: 1400px;
    margin: 0 auto;
}

.form-label[b-ccpx5zqqk3] {
    font-weight: 500;
    margin-bottom: var(--spacing-xs);
    color: var(--text-primary);
}

.form-control[b-ccpx5zqqk3] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: 0.5rem 0.75rem;
    transition: var(--transition-fast);
}

.form-control:focus[b-ccpx5zqqk3] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ticket-item[b-ccpx5zqqk3] {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    margin-bottom: var(--spacing-md);
    transition: var(--transition-fast);
}

.ticket-item:hover[b-ccpx5zqqk3] {
    box-shadow: var(--shadow-sm);
}

.ticket-header[b-ccpx5zqqk3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--spacing-sm);
}

.ticket-info h6[b-ccpx5zqqk3] {
    margin-bottom: var(--spacing-xs);
    color: var(--text-primary);
}

.ticket-id[b-ccpx5zqqk3] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.ticket-meta[b-ccpx5zqqk3] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spacing-xs);
}

.ticket-status[b-ccpx5zqqk3] {
    padding: 0.25rem 0.5rem;
    border-radius: var(--border-radius-sm);
    font-size: 0.8rem;
    font-weight: 500;
}

.ticket-status.open[b-ccpx5zqqk3] { background-color: var(--success-light); color: var(--success-color); }
.ticket-status.in-progress[b-ccpx5zqqk3] { background-color: var(--warning-light); color: var(--warning-color); }
.ticket-status.closed[b-ccpx5zqqk3] { background-color: var(--secondary-light); color: var(--secondary-color); }

.ticket-date[b-ccpx5zqqk3] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.ticket-description[b-ccpx5zqqk3] {
    color: var(--text-secondary);
    margin-bottom: var(--spacing-md);
    line-height: 1.5;
}

.faq-item[b-ccpx5zqqk3] {
    border-bottom: 1px solid var(--border-light);
    padding: var(--spacing-md) 0;
}

.faq-item:last-child[b-ccpx5zqqk3] {
    border-bottom: none;
}

.faq-question[b-ccpx5zqqk3] {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover[b-ccpx5zqqk3] {
    color: var(--primary-color);
}

.faq-icon[b-ccpx5zqqk3] {
    transition: var(--transition-fast);
}

.faq-icon.expanded[b-ccpx5zqqk3] {
    transform: rotate(180deg);
}

.faq-answer[b-ccpx5zqqk3] {
    margin-top: var(--spacing-sm);
    color: var(--text-secondary);
    line-height: 1.5;
}

.contact-item[b-ccpx5zqqk3] {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--spacing-lg);
}

.contact-item i[b-ccpx5zqqk3] {
    margin-right: var(--spacing-sm);
    margin-top: 0.2rem;
    color: var(--primary-color);
}

.contact-item strong[b-ccpx5zqqk3] {
    display: block;
    margin-bottom: var(--spacing-xs);
    color: var(--text-primary);
}

.contact-item p[b-ccpx5zqqk3] {
    margin: 0;
    color: var(--text-secondary);
}

.link-item[b-ccpx5zqqk3] {
    display: flex;
    align-items: center;
    padding: var(--spacing-sm) 0;
    text-decoration: none;
    color: var(--text-primary);
    transition: var(--transition-fast);
}

.link-item:hover[b-ccpx5zqqk3] {
    color: var(--primary-color);
    text-decoration: none;
}

.link-item i[b-ccpx5zqqk3] {
    margin-right: var(--spacing-sm);
    color: var(--primary-color);
}

@media (max-width: 768px) {
    .support-container[b-ccpx5zqqk3] {
        padding: var(--spacing-md);
    }
    
    .ticket-header[b-ccpx5zqqk3] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-sm);
    }
    
    .ticket-meta[b-ccpx5zqqk3] {
        align-items: flex-start;
    }
}
/* _content/LkDx/Components/Pages/UsageSummary.razor.rz.scp.css */
.usage-summary-container[b-iffcxyy3fy] {
    max-width: 1400px;
    margin: 0 auto;
}

.loading-container[b-iffcxyy3fy] {
    text-align: center;
    padding: 30px;
}

.no-data-container[b-iffcxyy3fy] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.no-data-icon[b-iffcxyy3fy] {
    font-size: 64px;
    color: #bdc3c7;
    margin-bottom: 20px;
}

.no-data-container h3[b-iffcxyy3fy] {
    color: #2c3e50;
    margin-bottom: 10px;
}

.no-data-container p[b-iffcxyy3fy] {
    color: #7f8c8d;
    margin-bottom: 20px;
}

.usage-summary-content[b-iffcxyy3fy] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stats-overview[b-iffcxyy3fy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.stat-card[b-iffcxyy3fy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover[b-iffcxyy3fy] {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.stat-icon[b-iffcxyy3fy] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 24px;
    color: white;
}

.stat-content h4[b-iffcxyy3fy] {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 16px;
}

.stat-value[b-iffcxyy3fy] {
    font-size: 28px;
    font-weight: bold;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.stat-description[b-iffcxyy3fy] {
    color: #7f8c8d;
    font-size: 14px;
    margin: 0;
}

.detailed-stats[b-iffcxyy3fy] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stats-section[b-iffcxyy3fy] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.section-header[b-iffcxyy3fy] {
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.section-header h3[b-iffcxyy3fy] {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 20px;
}

.section-header p[b-iffcxyy3fy] {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.chart-container[b-iffcxyy3fy] {
    padding: 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chart-placeholder[b-iffcxyy3fy] {
    text-align: center;
    color: #bdc3c7;
}

.chart-placeholder i[b-iffcxyy3fy] {
    font-size: 48px;
    margin-bottom: 15px;
}

.chart-placeholder p[b-iffcxyy3fy] {
    font-size: 18px;
    margin-bottom: 5px;
}

.chart-placeholder small[b-iffcxyy3fy] {
    font-size: 14px;
}

/* Activity Chart Styles */
.activity-chart[b-iffcxyy3fy] {
    padding: 20px;
}

.chart-header[b-iffcxyy3fy] {
    margin-bottom: 20px;
    text-align: center;
}

.chart-header h4[b-iffcxyy3fy] {
    margin: 0;
    color: #2c3e50;
    font-size: 16px;
}

.chart-bars[b-iffcxyy3fy] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    height: 150px;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 15px;
}

.chart-bar[b-iffcxyy3fy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.chart-bar:hover[b-iffcxyy3fy] {
    opacity: 0.8;
}

.bar-fill[b-iffcxyy3fy] {
    width: 100%;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    border-radius: 2px 2px 0 0;
    min-height: 5px;
    transition: height 0.3s ease;
}

.bar-label[b-iffcxyy3fy] {
    font-size: 10px;
    color: #7f8c8d;
    margin-top: 5px;
    text-align: center;
}

.chart-legend[b-iffcxyy3fy] {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.legend-item[b-iffcxyy3fy] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #7f8c8d;
}

.legend-color[b-iffcxyy3fy] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

/* Tariff Styles */
.tariff-info[b-iffcxyy3fy] {
    padding: 25px;
}

.tariff-card[b-iffcxyy3fy] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #dee2e6;
}

.tariff-header[b-iffcxyy3fy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.tariff-header h4[b-iffcxyy3fy] {
    margin: 0;
    color: #2c3e50;
    font-size: 20px;
}

.tariff-status[b-iffcxyy3fy] {
    background: #27ae60;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.tariff-description[b-iffcxyy3fy] {
    color: #7f8c8d;
    margin-bottom: 20px;
    font-size: 14px;
}

.tariff-limits[b-iffcxyy3fy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.limit-item[b-iffcxyy3fy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.limit-label[b-iffcxyy3fy] {
    color: #7f8c8d;
    font-size: 14px;
}

.limit-value[b-iffcxyy3fy] {
    color: #2c3e50;
    font-weight: bold;
    font-size: 16px;
}

.operations-grid[b-iffcxyy3fy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 25px;
}

.operation-item[b-iffcxyy3fy] {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.operation-item:hover[b-iffcxyy3fy] {
    background: #e9ecef;
}

.operation-icon[b-iffcxyy3fy] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    color: white;
}

.operation-info h4[b-iffcxyy3fy] {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 14px;
}

.operation-info p[b-iffcxyy3fy] {
    margin: 0;
    color: #7f8c8d;
    font-size: 12px;
}

.tariffs-list[b-iffcxyy3fy] {
    padding: 25px;
}

.tariff-item[b-iffcxyy3fy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tariff-item:last-child[b-iffcxyy3fy] {
    margin-bottom: 0;
}

.tariff-info h4[b-iffcxyy3fy] {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 16px;
}

.tariff-info p[b-iffcxyy3fy] {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.tariff-progress[b-iffcxyy3fy] {
    flex: 1;
    max-width: 300px;
    margin-left: 20px;
}

.progress-bar[b-iffcxyy3fy] {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px;
}

.progress-fill[b-iffcxyy3fy] {
    height: 100%;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    transition: width 0.3s ease;
}

.progress-text[b-iffcxyy3fy] {
    font-size: 12px;
    color: #7f8c8d;
}

/* Responsive design */
@media (max-width: 768px) {
    .usage-summary-container[b-iffcxyy3fy] {
        padding: 15px;
    }
    
    .stats-overview[b-iffcxyy3fy] {
        grid-template-columns: 1fr;
    }
    
    .operations-grid[b-iffcxyy3fy] {
        grid-template-columns: 1fr;
    }
    
    .tariff-item[b-iffcxyy3fy] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .tariff-progress[b-iffcxyy3fy] {
        margin-left: 0;
        margin-top: 15px;
        max-width: 100%;
    }
    
    .stat-card[b-iffcxyy3fy] {
        padding: 20px;
    }
    
    .stat-icon[b-iffcxyy3fy] {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 15px;
    }
}
/* _content/LkDx/Components/Shared/ConnectionStatus.razor.rz.scp.css */
.connection-status[b-oqi74wdyg9] {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--border-radius);
    font-size: 0.9rem;
    transition: var(--transition-fast);
}

.connection-status.connected[b-oqi74wdyg9] {
    background-color: var(--success-light);
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.connection-status.connecting[b-oqi74wdyg9] {
    background-color: var(--warning-light);
    color: var(--warning-color);
    border: 1px solid var(--warning-color);
}

.connection-status.disconnected[b-oqi74wdyg9] {
    background-color: var(--danger-light);
    color: var(--danger-color);
    border: 1px solid var(--danger-color);
}

.connection-status.error[b-oqi74wdyg9] {
    background-color: var(--danger-light);
    color: var(--danger-color);
    border: 1px solid var(--danger-color);
}

.status-indicator[b-oqi74wdyg9] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
}

.status-dot[b-oqi74wdyg9] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse-b-oqi74wdyg9 2s infinite;
}

.connection-status.connected .status-dot[b-oqi74wdyg9] {
    background-color: var(--success-color);
}

.connection-status.connecting .status-dot[b-oqi74wdyg9] {
    background-color: var(--warning-color);
}

.connection-status.disconnected .status-dot[b-oqi74wdyg9] {
    background-color: var(--danger-color);
}

.connection-status.error .status-dot[b-oqi74wdyg9] {
    background-color: var(--danger-color);
}

.status-text[b-oqi74wdyg9] {
    font-weight: 500;
}

.status-details[b-oqi74wdyg9] {
    margin-left: auto;
    color: var(--text-muted);
}

.status-actions[b-oqi74wdyg9] {
    margin-left: auto;
}

.retry-button[b-oqi74wdyg9] {
    font-size: 0.8rem;
    padding: 0.25rem 0.5rem;
}

@keyframes pulse-b-oqi74wdyg9 {
    0% { opacity: 1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Компактный режим */
.connection-status.compact[b-oqi74wdyg9] {
    padding: var(--spacing-xs) var(--spacing-sm);
    font-size: 0.8rem;
}

.connection-status.compact .status-dot[b-oqi74wdyg9] {
    width: 6px;
    height: 6px;
}

/* Скрытый режим */
.connection-status.hidden[b-oqi74wdyg9] {
    display: none;
}

@media (max-width: 768px) {
    .connection-status[b-oqi74wdyg9] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-xs);
    }
    
    .status-details[b-oqi74wdyg9],
    .status-actions[b-oqi74wdyg9] {
        margin-left: 0;
    }
}
/* _content/LkDx/Components/Shared/NotificationToast.razor.rz.scp.css */
.notification-container[b-pz94bwxyl6] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width: 400px;
}

.notification-toast[b-pz94bwxyl6] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    overflow: hidden;
    animation: slideIn-b-pz94bwxyl6 0.3s ease-out;
    border-left: 4px solid;
}

.notification-success[b-pz94bwxyl6] {
    border-left-color: #27ae60;
}

.notification-error[b-pz94bwxyl6] {
    border-left-color: #e74c3c;
}

.notification-warning[b-pz94bwxyl6] {
    border-left-color: #f39c12;
}

.notification-info[b-pz94bwxyl6] {
    border-left-color: #3498db;
}

.notification-content[b-pz94bwxyl6] {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
}

.notification-icon[b-pz94bwxyl6] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.notification-success .notification-icon[b-pz94bwxyl6] {
    background: #27ae60;
    color: white;
}

.notification-error .notification-icon[b-pz94bwxyl6] {
    background: #e74c3c;
    color: white;
}

.notification-warning .notification-icon[b-pz94bwxyl6] {
    background: #f39c12;
    color: white;
}

.notification-info .notification-icon[b-pz94bwxyl6] {
    background: #3498db;
    color: white;
}

.notification-text[b-pz94bwxyl6] {
    flex: 1;
    min-width: 0;
}

.notification-title[b-pz94bwxyl6] {
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 4px;
}

.notification-message[b-pz94bwxyl6] {
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.4;
}

.notification-close[b-pz94bwxyl6] {
    background: none;
    border: none;
    color: #bdc3c7;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.notification-close:hover[b-pz94bwxyl6] {
    background: #ecf0f1;
    color: #7f8c8d;
}

.notification-close i[b-pz94bwxyl6] {
    font-size: 12px;
}

@keyframes slideIn-b-pz94bwxyl6 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOut-b-pz94bwxyl6 {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    .notification-container[b-pz94bwxyl6] {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .notification-toast[b-pz94bwxyl6] {
        margin-bottom: 8px;
    }
    
    .notification-content[b-pz94bwxyl6] {
        padding: 12px;
        gap: 10px;
    }
    
    .notification-title[b-pz94bwxyl6] {
        font-size: 13px;
    }
    
    .notification-message[b-pz94bwxyl6] {
        font-size: 12px;
    }
}
/* _content/LkDx/Components/Shared/PageNavigation.razor.rz.scp.css */
.page-navigation[b-5gwvtzylgo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--spacing-lg);
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--border-light);
}

.breadcrumb[b-5gwvtzylgo] {
    margin-bottom: 0;
    background: none;
    padding: 0;
}

.breadcrumb-item[b-5gwvtzylgo] {
    font-size: 0.9rem;
}

.breadcrumb-item a[b-5gwvtzylgo] {
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition-fast);
}

.breadcrumb-item a:hover[b-5gwvtzylgo] {
    color: var(--primary-hover);
    text-decoration: underline;
}

.breadcrumb-item.active[b-5gwvtzylgo] {
    color: var(--text-secondary);
    font-weight: 500;
}

.page-actions[b-5gwvtzylgo] {
    display: flex;
    gap: var(--spacing-sm);
    align-items: center;
}

@media (max-width: 768px) {
    .page-navigation[b-5gwvtzylgo] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--spacing-md);
    }
    
    .page-actions[b-5gwvtzylgo] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* _content/LkDx/Components/Shared/StatsCard.razor.rz.scp.css */
.stats-card[b-fyr6k63ghf] {
    background: var(--bg-primary);
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    padding: var(--spacing-lg);
    transition: var(--transition-fast);
    height: 100%;
}

.stats-card:hover[b-fyr6k63ghf] {
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

.stats-card-header[b-fyr6k63ghf] {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacing-md);
}

.stats-icon[b-fyr6k63ghf] {
    width: 48px;
    height: 48px;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: var(--spacing-md);
    font-size: 1.5rem;
}

.stats-icon.primary[b-fyr6k63ghf] { background-color: var(--primary-light); color: var(--primary-color); }
.stats-icon.success[b-fyr6k63ghf] { background-color: var(--success-light); color: var(--success-color); }
.stats-icon.warning[b-fyr6k63ghf] { background-color: var(--warning-light); color: var(--warning-color); }
.stats-icon.danger[b-fyr6k63ghf] { background-color: var(--danger-light); color: var(--danger-color); }
.stats-icon.info[b-fyr6k63ghf] { background-color: var(--info-light); color: var(--info-color); }

.stats-title h6[b-fyr6k63ghf] {
    margin-bottom: var(--spacing-xs);
    color: var(--text-primary);
    font-weight: 600;
}

.stats-card-body[b-fyr6k63ghf] {
    text-align: center;
}

.stats-value[b-fyr6k63ghf] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-sm);
    line-height: 1;
}

.stats-change[b-fyr6k63ghf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
    font-size: 0.9rem;
    font-weight: 500;
}

.stats-change.positive[b-fyr6k63ghf] { color: var(--success-color); }
.stats-change.negative[b-fyr6k63ghf] { color: var(--danger-color); }
.stats-change.neutral[b-fyr6k63ghf] { color: var(--text-secondary); }

.stats-card-footer[b-fyr6k63ghf] {
    margin-top: var(--spacing-md);
    padding-top: var(--spacing-md);
    border-top: 1px solid var(--border-light);
    text-align: center;
}

/* Компактный режим */
.stats-card.compact[b-fyr6k63ghf] {
    padding: var(--spacing-md);
}

.stats-card.compact .stats-icon[b-fyr6k63ghf] {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
}

.stats-card.compact .stats-value[b-fyr6k63ghf] {
    font-size: 2rem;
}

/* Анимированный режим */
.stats-card.animated .stats-value[b-fyr6k63ghf] {
    animation: countUp-b-fyr6k63ghf 1s ease-out;
}

@keyframes countUp-b-fyr6k63ghf {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .stats-card[b-fyr6k63ghf] {
        padding: var(--spacing-md);
    }
    
    .stats-value[b-fyr6k63ghf] {
        font-size: 2rem;
    }
    
    .stats-icon[b-fyr6k63ghf] {
        width: 40px;
        height: 40px;
        font-size: 1.3rem;
    }
}
