
.vpn-management-container {
    padding: 1.5rem;
    max-height: 85vh;
    overflow-y: auto;
}
@media (min-width: 600px) {
    .vpn-management-container {
        max-height: 69vh;
    }
}

#vpn-management-toggle {
    margin-bottom: 0.75rem;
}

.vpn-installation-content {
    padding: 0;
}

.vpn-installation-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #DCDDE0;
    margin: 0 0 0.5rem 0;
    text-align: center;
}

.vpn-installation-subtitle {
    font-size: 0.875rem;
    color: #B1B4B9;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.vpn-active-key-card {
    background: #1F2024;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
}

.vpn-key-status {
    font-size: 0.75rem;
    color: #B1B4B9;
    margin-bottom: 0.75rem;
}

.vpn-key-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.vpn-key-id {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
}

.vpn-key-plan {
    background: #3B82F6;
    color: #FFFFFF;
    padding: 0.25rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.vpn-key-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.vpn-time-icon {
    width: 1rem;
    height: 1rem;
}

.vpn-time-text {
    font-size: 0.875rem;
    color: #4BB543;
    font-weight: 500;
}

.vpn-device-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

.vpn-device-img {
    width: 3rem;
    height: 3rem;
    opacity: 0.8;
}

.install-key-card {
    background: #16181C;
    border-radius: 1.5rem;
    padding: 1.25rem;
    margin-bottom: 0.75rem;
}

.install-key-card-title-text {
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    color: #DCDDE0;
    padding-bottom: 0.3125rem;
}

.install-key-card-subtitle-text {
    font-weight: 400;
    font-size: 0.6875rem;
    line-height: 100%;
    text-align: center;
    color: #B1B4B9;
    padding-bottom: 0.75rem;
}

.vpn-link-container {
    margin-bottom: 0;
}

.vpn-link-field {
    background: #1F2024;
    border: 0.0625rem solid #333;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.375rem;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0.3125rem;
    padding-left: 1rem;
    border-radius: 1.5rem;

}

.vpn-link-text {
    max-width: calc(100% - 4.5rem);
    background: #ffffff00;
    outline: none;
    border: 0;
    font-size: 0.875rem;
    color: #DCDDE0;
    word-break: break-all;
    flex: 1;

    background: #ffffff00;
    outline: none;
    border: 0;
}

.vpn-link-field--no-qr .vpn-link-text {
    max-width: calc(100% - 2.5rem);
}

.vpn-copy-btn {
    background: none;
    border: none;

    cursor: pointer;
    border-radius: 0.5rem;
    transition: background 0.2s;

padding-top: 0.125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    margin-right: 0px;
    border-radius: 3.125rem;

}

.vpn-copy-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.vpn-copy-icon {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0.7;
}

.vpn-qr-btn {
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: background 0.2s;
    padding-top: 0.125rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    margin-right: 0px;
    border-radius: 3.125rem;
}

.vpn-qr-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.vpn-qr-icon {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0.7;
    fill: currentColor;
    color: #DCDDE0;
}

.addon-tooltip-note {
    opacity: 0.7;
    font-size: 0.625rem;
}

.vpn-time-recalc-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
}

.vpn-time-recalc-col {
    flex: 1;
    text-align: center;
}

.vpn-time-recalc-label {
    font-size: 0.8125rem;
    color: #9aa0a6;
    margin-bottom: 0.5rem;
}

.vpn-time-recalc-value {
    font-size: 1rem;
    font-weight: 600;
}

.vpn-time-recalc-value--neutral {
    color: #DCDDE0;
}

.vpn-time-recalc-value--positive {
    color: #4CAF50;
}

.vpn-time-recalc-value--negative {
    color: #F44336;
}

.vpn-time-recalc-arrow {
    font-size: 1.25rem;
    color: #9aa0a6;
}

.vpn-time-recalc-hint {
    color: #9aa0a6;
}

.vpn-time-recalc-price {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #9aa0a6;
    letter-spacing: 0.00625rem;
    display: inline-flex;
    align-items: baseline;
    gap: 0.375rem;
}

.vpn-time-recalc-price__old {
    color: #6f757e;
    text-decoration: line-through;
    font-size: 0.6875rem;
}

.vpn-time-recalc-price__final {

    font-weight: 600;
}

.vpn-time-recalc-price--new { color: #DCDDE0; }
.vpn-time-recalc-price--up { color: #F4796D; }
.vpn-time-recalc-price--down { color: #58D389; }
.vpn-time-recalc-price--same { color: #9aa0a6; }

.vpn-change-panel {
    padding: 1.5rem;
}

.vpn-change-protocol-chip {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    margin-bottom: 0.75rem;
}

.vpn-change-protocol-chip-label {
    color: #fff;
    font-weight: 600;
}

.vpn-change-title {
    margin-top: 0.4375rem;
    font-size: 1.375rem;
    font-weight: 500;
    color: #DCDDE0;
}

.vpn-change-subtitle {
    margin-top: 0.125rem;
    font-size: 1rem;
    font-weight: 400;
    color: #B1B4B9;
}

.vpn-change-location-line {
    margin-top: 0.5rem;
    color: #B1B4B9;
    font-size: 0.875rem;
}

.vpn-change-recalc-card {
    margin-top: 1.125rem;
    background: linear-gradient(62deg, #1D2025 50%, rgba(139, 139, 148, 0.3));
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.vpn-change-recalc-title {
    text-align: center;
    color: #B1B4B9;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

.vpn-change-actions {
    margin-top: 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vpn-change-actions--spaced {
    margin-top: 1.25rem;
}

.vpn-change-state {
    padding: 1.5rem;
    text-align: center;
}

.vpn-change-state-title {
    color: #DCDDE0;
    font-size: 1.125rem;
}

.vpn-change-state-spinner-wrap {
    margin-top: 1.25rem;
}

.vpn-change-state-icon {
    width: 4rem;
}

.vpn-change-state-icon--success {
    color: #3D9966;
}

.vpn-change-state-icon--error {
    opacity: 0.5;
}

.vpn-change-state-headline {
    margin-top: 0.4375rem;
    font-size: 1.375rem;
    font-weight: 500;
    color: #DCDDE0;
}

.vpn-change-state-subtitle {
    margin-top: 0.125rem;
    font-size: 1rem;
    font-weight: 400;
    color: #B1B4B9;
    white-space: pre-line;
}

.vpn-change-state-note {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #8B8D92;
}

.vpn-change-debug {
    margin-top: 1rem;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    color: #9aa0a6;
}

.vpn-change-debug-summary {
    cursor: pointer;
    color: #DCDDE0;
    margin-bottom: 0.5rem;
}

.vpn-change-debug-pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
}

.vpn-change-close-btn {
    margin-top: 1.25rem;
}

.vpn-renew-key-card {
    position: relative;
    margin-bottom: 1rem;
}

.vpn-renew-protocol-badge {
    position: absolute;
    top: 1.125rem;
    right: 1.25rem;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.vpn-renew-status {
    width: 100%;
    font-size: 0.75rem;
    padding: 0 0 0.125rem 0;
}

.vpn-renew-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.vpn-renew-title {
    margin: 0;
}

.vpn-renew-devices-chip {
    display: inline-block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.85);
}

.vpn-renew-features {
    margin-bottom: 0;
}

.vpn-renew-feature-dot {
    width: 0.25rem;
    height: 0.25rem;
    background: #ec9b03;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.25rem;
}

.vpn-renew-currency-main {
    font-size: 1.5rem;
    font-weight: 600;
    color: #DCDDE0;
}

.purchase-bar__old {
    margin-left: 0.375rem;
    color: #9aa0a6;
    text-decoration: line-through;
}

.vpn-renew-discount-text {
    color: #9aa0a6;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    line-height: 1.4;
}

.vpn-renew-legacy-warning {
    margin-top: 0.5rem;
    color: #ffb300;
    font-size: 0.75rem;
    line-height: 1.4;
}

.vpn-renew-button-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.vpn-renew-price-card {
    margin-top: 1.125rem;
    background: linear-gradient(62deg, #1D2025 50%, rgba(139, 139, 148, 0.3));
    border-radius: 1.25rem;
    padding: 1.25rem;
}

.vpn-renew-price-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.vpn-renew-price-main {
    font-size: 2rem;
    font-weight: 600;
    color: #DCDDE0;
}

.vpn-renew-price-old {
    color: #9aa0a6;
    text-decoration: line-through;
    font-size: 1.25rem;
}

.vpn-renew-balance-after {
    margin-top: 1rem;
    text-align: center;
    color: #B1B4B9;
    font-size: 0.875rem;
}

.vpn-renew-balance-after-value {
    color: #DCDDE0;
}

.vpn-renew-icon-low-balance {
    opacity: 0.35;
}

.vpn-renew-wallet-card {
    min-height: 9.375rem;
    border-radius: 1.25rem;
    padding: 1.25rem;
    margin-top: 1.125rem;
    background: linear-gradient(62deg, #1D2025 50%, rgba(139, 139, 148, 0.3));
}

.vpn-renew-wallet-title {
    color: #B1B4B9;
    font-size: 0.875rem;
    font-weight: 400;
}

.vpn-renew-wallet-currency {
    font-size: 1.5rem;
    font-weight: 500;
    color: #B1B4B9;
}

.vpn-renew-wallet-value {
    font-size: 1.5rem;
    font-weight: 500;
    color: #DCDDE0;
}

.vpn-renew-wallet-action {
    margin-top: 1.125rem;
}

.vpn-renew-close-secondary {
    margin-top: 0.75rem;
}

.vpn-renew-legacy-message {
    margin-top: 0.375rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: #B1B4B9;
    line-height: 1.4;
}

.legacy-hint-blink {
    color: #fff;
    animation: hintBlink 2s ease-in-out infinite;
}

@keyframes hintBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.vpn-purchase-info-icon {
    opacity: 0.8;
}

.vpn-purchase-warning-text {
    color: #B1B4B9;
    font-size: 0.875rem;
    line-height: 1.5;
}

.vpn-purchase-warning-accent {
    color: #DCDDE0;
}

.vpn-purchase-promo-note {
    margin-top: 0.75rem;
    text-align: center;
    color: #8B8D92;
    font-size: 0.75rem;
}

.vpn-purchase-balance-after {
    margin-top: 0.5rem;
}

.vpn-purchase-info-box {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
}

.vpn-purchase-info-box-text {
    font-size: 0.875rem;
    color: #B1B4B9;
    line-height: 1.4;
}

.vpn-instruction-toggle {
    display: flex;
    background: #1F2024;
    border-radius: 0.75rem;
    padding: 0.25rem;
    margin-bottom: 1.25rem;
}

.vpn-instruction-btn {
    flex: 1;
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    color: #B1B4B9;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s;
}

.vpn-instruction-btn--active {
    background: #3B82F6;
    color: #FFFFFF;
}

.vpn-instructions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.vpn-instruction-item {
    background: #1F2024;
    border-radius: 0.75rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.2s;
}

.vpn-instruction-item:hover {
    background: #2A2D32;
}

.vpn-instruction-item span {
    font-size: 0.875rem;
    color: #DCDDE0;
    font-weight: 500;
}

.vpn-chevron-icon {
    width: 1.25rem;
    height: 1.25rem;
    opacity: 0.7;
    transition: transform 0.2s;
}

.vpn-instruction-item.expanded .vpn-chevron-icon {
    transform: rotate(180deg);
}

.vpn-tariff-change-content {
    padding: 0;
}

.vpn-tariff-change-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #DCDDE0;
    margin: 0 0 0.5rem 0;
    text-align: center;
}

.vpn-tariff-change-subtitle {
    font-size: 0.875rem;
    color: #B1B4B9;
    margin: 0 0 1.5rem 0;
    text-align: center;
}

.vpn-current-tariff-card {
    background: #1F2024;
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}

.vpn-available-tariffs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.vpn-tariff-card {
    border-radius: 1rem;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
}

.vpn-tariff-card--medium {
    background: linear-gradient(135deg, #1B5E20, #2E7D32);
}

.vpn-tariff-card--max {
    background: linear-gradient(135deg, #E65100, #F57C00);
}

.vpn-tariff-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.vpn-tariff-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
}

.vpn-tariff-badge {
    padding: 0.25rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #FFFFFF;
}

.vpn-tariff-badge--top {
    background: #DC4E41;
}

.vpn-tariff-features {
    margin-bottom: 1.25rem;
}

.vpn-tariff-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.vpn-feature-icon {
    width: 1rem;
    height: 1rem;
}

.vpn-feature-text {
    font-size: 0.875rem;
    color: #FFA500;
    font-weight: 500;
}

.vpn-tariff-description {
    font-size: 0.875rem;
    color: #B1B4B9;
    margin-bottom: 0.75rem;
}

.vpn-tariff-duration {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.vpn-duration-icon {
    width: 1rem;
    height: 1rem;
    opacity: 0.7;
}

.vpn-duration-text {
    font-size: 0.875rem;
    color: #B1B4B9;
}

.vpn-tariff-change-btn {
    background: #FFFFFF;
    color: #333333;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 1rem;
}

.vpn-tariff-change-btn:hover {
    background: #F5F5F5;
    transform: translateY(-0.0625rem);
}

.vpn-tariff-icon {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
}

.vpn-tariff-img {
    width: 3rem;
    height: 3rem;
    opacity: 0.8;
}

#manage-key-card{
    padding-top: 0.4375rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}

.vpn_app_icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 0.5rem 0;
}

.vpn-app-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 1.5rem;
    position: relative;

    min-height: 5.625rem;
    justify-content: flex-start;
}

.vpn-app-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-0.125rem);
}

.vpn-app-badge {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    padding: 0.1875rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.625rem;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 0.01875rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.vpn-app-badge--recommended {
    background: linear-gradient(135deg, #3a4f3a, #629564);
    color: #FFFFFF;
}

.vpn-app-badge--pro {
    background: linear-gradient(135deg, #9C27B0, #BA68C8);
    color: #FFFFFF;
}

.vpn-app-badge--alternative {
    background: rgba(255, 255, 255, 0.05);
    border: 0.0625rem solid rgba(255, 255, 255, 0.15);
    color: #B1B4B9;
}

.vpn-app-icon--featured,
.vpn-app-icon--recommended,
.vpn-app-icon--pro,
.vpn-app-icon--alternative {
    position: relative;
    padding: 0.75rem 0.5rem;
    margin: 0;
}

.vpn-app-icon--featured:hover,
.vpn-app-icon--recommended:hover,
.vpn-app-icon--pro:hover,
.vpn-app-icon--alternative:hover {
    transform: translateY(-0.125rem);
    background: rgba(255, 255, 255, 0.05);
}

.vpn-app-icon__image {
    width: 4.0625rem;
    height: 4.0625rem;
    border-radius: 0.75rem;
    object-fit: cover;

margin-bottom: 0.5rem;
    transition: all 0.2s ease;
}

.vpn-app-icon:hover .vpn-app-icon__image {
    border-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
}

.vpn-app-icon__name {
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vpn_app_icons--active {
    animation: vpnFadeIn 0.3s ease-in;
}

@keyframes vpnFadeIn {
    from { opacity: 0; transform: translateY(0.625rem); }
    to { opacity: 1; transform: translateY(0); }
}

.vpn_app_icons--loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12.5rem;
}

.vpn-apps-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.vpn-apps-loader__spinner {
    width: 2rem;
    height: 2rem;
    border: 0.1875rem solid rgba(255, 255, 255, 0.1);
    border-top: 0.1875rem solid #3B82F6;
    border-radius: 50%;
    animation: vpnSpin 1s linear infinite;
}

.vpn-apps-loader__text {
    color: #B1B4B9;
    font-size: 0.875rem;
}

@keyframes vpnSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.vpn-apps-empty {
    text-align: center;
    padding: 2.5rem 1.25rem;
    color: #B1B4B9;
}

.vpn-apps-empty__icon {
    width: 3rem;
    height: 3rem;
    opacity: 0.3;
    margin: 0 auto 1rem;
}

.vpn-apps-empty__text {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.vpn-apps-empty__subtext {
    font-size: 0.875rem;
    opacity: 0.7;
}

@media (max-width: 320px) {
    .vpn_app_icons {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .vpn-app-icon__name {
        font-size: 0.625rem;
    }
}

@media (max-width: 480px) {
    .vpn-management-container {
        padding: 1rem;
    }

    .vpn-key-id {
        font-size: 1.25rem;
    }

    .vpn-tariff-name {
        font-size: 1.125rem;
    }

    .vpn-tariff-change-btn {
        padding: 0.625rem 1.25rem;
        font-size: 0.8125rem;
    }

    .vpn_app_icons {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.5rem;
    }

    .vpn-app-icon__image {
        width: 3.125rem;
        height: 3.125rem;
    }

    .vpn-app-icon__name {
        font-size: 0.6875rem;
    }
}

#manage-reset-link-btn {
    display: block;
}

.hwid-section {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1rem;
}

.hwid-devices-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    padding-right: 1.5rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.hwid-devices-header__left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.hwid-devices-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #DCDDE0;
}

.hwid-devices-counter {
    font-size: 0.75rem;
    font-weight: 600;
    color: #8B8D92;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 0.625rem;
    padding: 0.125rem 0.5rem;
    line-height: 1.4;
}

.hwid-devices-header i {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    color: #8B8D92;
}

.hwid-section.active .hwid-devices-header i {
    transform: rotate(180deg);
}

.hwid-devices-body {
    height: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hwid-devices-list {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0 0.5rem 0.625rem;
}

.hwid-devices-loading {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.hwid-device-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    padding: 0.625rem 0.5rem;
}

.hwid-device-card__icon {
    flex-shrink: 0;
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0.5625rem;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4375rem;
}

.hwid-device-card__icon img {
    width: 100%;
    height: 100%;
}

.hwid-device-card__info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.hwid-device-card__model {
    font-size: 0.875rem;
    font-weight: 500;
    color: #DCDDE0;
    line-height: 1.3;
    word-break: break-word;
}

.hwid-device-card__meta {
    font-size: 0.75rem;
    color: #8B8D92;
    margin-top: 0.125rem;
    line-height: 1.3;
    word-break: break-word;
}

.hwid-device-card__meta-line {
    display: block;
}

.hwid-device-card__meta-ip {
    color: #6E7075;
}

.hwid-device-card__disconnect {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    border: none;
    background: rgba(255, 68, 68, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, transform 0.1s ease;
    padding: 0.4375rem;
}

.hwid-device-card__disconnect img {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(38%) sepia(82%) saturate(2000%) hue-rotate(340deg) brightness(100%) contrast(105%);
}

.hwid-device-card__disconnect:active {
    transform: scale(0.92);
    background: rgba(255, 68, 68, 0.22);
}

.hwid-device-card__disconnect:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.hwid-clear-all-btn {
    border-radius: 0.625rem;
}

.hwid-devices-empty {
    text-align: center;
    padding: 1rem 0;
    color: #8B8D92;
    font-size: 0.8125rem;
}
