:root {
    --proxy-ink: #10253c;
    --proxy-muted: #6e8395;
    --proxy-line: #dbe6ed;
    --proxy-surface: #ffffff;
    --proxy-page: #f3f7fa;
    --proxy-cyan: #08c5ce;
    --proxy-blue: #237fc7;
    --proxy-navy: #10233d;
    --proxy-green: #168a67;
    --proxy-orange: #c56c20;
    --proxy-purple: #6c60bc;
}

body {
    background: var(--proxy-page);
}

.proxy-page {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 40px 28px 80px;
    color: var(--proxy-ink);
    font-family: 'Be Vietnam Pro', sans-serif;
}

.proxy-page-heading {
    position: relative;
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 22px 24px;
    margin-bottom: 22px;
    border: 1px solid #d7e8ed;
    border-left: 3px solid var(--proxy-cyan);
    border-radius: 8px;
    color: var(--proxy-ink);
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 66, 91, .06);
    overflow: hidden;
}

.proxy-page-heading::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(8, 197, 206, .65), transparent);
    content: '';
    opacity: .55;
    transform: translateX(-100%);
    animation: proxy-heading-scan 4.8s ease-in-out infinite;
}

.proxy-page-heading > div {
    position: relative;
    z-index: 2;
}

@keyframes proxy-heading-scan {
    0%, 25% { transform: translateX(-100%); }
    65%, 100% { transform: translateX(100%); }
}

.proxy-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    padding-left: 9px;
    border-left: 3px solid var(--proxy-cyan);
    color: #078fa0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.proxy-page-heading h1 {
    display: block;
    margin: 0 0 5px;
    color: var(--proxy-ink);
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.proxy-page-heading p {
    display: block;
    max-width: 720px;
    margin: 0;
    color: var(--proxy-muted);
    font-size: 12.5px;
    line-height: 1.45;
}

.proxy-wallet-card {
    display: flex;
    min-width: 190px;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding-left: 24px;
    border-left: 1px solid #d7e8ed;
}

.proxy-wallet-card span {
    color: var(--proxy-muted);
    font-size: 12px;
}

.proxy-wallet-card strong {
    color: #0c91aa;
    font-size: 22px;
    font-weight: 800;
}

.proxy-wallet-card a,
.proxy-wallet-card a:hover {
    color: #11677d;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.proxy-wallet-card a i {
    margin-left: 4px;
    color: var(--proxy-cyan);
}

.proxy-page[data-proxy-page="buy"] .proxy-page-heading {
    min-height: 0;
    align-items: center;
    padding: 22px 24px;
    margin-bottom: 22px;
    border: 1px solid #d7e8ed;
    border-left-width: 3px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(31, 66, 91, .06);
    overflow: hidden;
}

.proxy-page[data-proxy-page="buy"] .proxy-page-heading::after { display: none; }
.proxy-page[data-proxy-page="buy"] .proxy-page-heading > div:first-child { display: block; min-width: 0; }
.proxy-page[data-proxy-page="buy"] .proxy-eyebrow { margin-bottom: 7px; padding-left: 9px; border-left: 3px solid var(--proxy-cyan); font-size: 10px; }
.proxy-page[data-proxy-page="buy"] .proxy-page-heading h1 { display: block; margin: 0 0 5px; font-size: 30px; line-height: 1.1; }
.proxy-page[data-proxy-page="buy"] .proxy-page-heading p { display: block; max-width: 720px; font-size: 12.5px; line-height: 1.45; }
.proxy-page[data-proxy-page="buy"] .proxy-wallet-card { min-width: 185px; padding-left: 24px; padding-bottom: 1px; }

.proxy-guides {
    margin: 0;
}

.proxy-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.proxy-resource-card {
    min-width: 0;
}

.proxy-resource-grid > :only-child {
    grid-column: auto;
    width: min(100%, 360px);
}

.proxy-guides-toggle {
    display: flex;
    width: 100%;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 5px 11px 5px 13px;
    border: 0;
    border-radius: 999px;
    color: var(--proxy-ink);
    background: #fff;
    box-shadow: 0 5px 14px rgba(31, 66, 91, .06);
    cursor: pointer;
    font: inherit;
    text-align: left;
    transition: box-shadow .2s ease, transform .2s ease;
}

.proxy-guides-toggle:hover {
    background: #fff;
    box-shadow: 0 7px 18px rgba(31, 66, 91, .1);
    transform: translateY(-1px);
}

.proxy-guides.is-open .proxy-guides-toggle {
    border-radius: 999px;
}

.proxy-guides-toggle-icon {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    background: #168a9a;
    font-size: 11px;
}

.proxy-guides-toggle-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 3px;
}

.proxy-guides-toggle-copy strong {
    color: var(--proxy-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
}

.proxy-guides-toggle-arrow {
    flex: 0 0 auto;
    color: #f07f45;
    font-size: 16px;
    transition: transform .2s ease;
}

.proxy-guides.is-open .proxy-guides-toggle-arrow {
    transform: rotate(180deg);
}

.proxy-guides-content {
    padding: 14px 16px 16px;
    margin-top: 10px;
    border: 1px solid #d7e8ed;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(31, 66, 91, .04);
}

.proxy-guides-content[hidden] {
    display: none !important;
}

.proxy-guides-description {
    margin: 0 0 12px;
    color: var(--proxy-muted);
    font-size: 11px;
}

.proxy-guides-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.proxy-guide-link {
    display: flex;
    min-width: 0;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    padding: 6px 9px;
    border: 1px solid #dce8ed;
    border-radius: 6px;
    color: var(--proxy-ink);
    background: #fbfdfe;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.proxy-guide-link:hover {
    border-color: #55c4d0;
    color: var(--proxy-ink);
    background: #f2fbfc;
    transform: translateY(-1px);
}

.proxy-guide-icon {
    display: inline-flex;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    background: #168a9a;
    font-size: 11px;
}

.proxy-guide-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 1px;
}

.proxy-guide-copy strong {
    overflow: hidden;
    color: var(--proxy-ink);
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-guide-copy small {
    color: #168a9a;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
}

.proxy-guide-arrow {
    flex: 0 0 auto;
    color: #f07f45;
    font-size: 15px;
}

.proxy-faq-list {
    display: grid;
    gap: 10px;
}

.proxy-faq-item {
    padding: 13px 14px;
    border: 1px solid #dce8ed;
    border-radius: 7px;
    background: #fbfdfe;
}

.proxy-faq-item h3 {
    margin: 0 0 6px;
    color: var(--proxy-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.proxy-faq-item p {
    margin: 0;
    color: var(--proxy-muted);
    font-size: 12px;
    line-height: 1.55;
}

.proxy-heading-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.proxy-status,
.proxy-setup-banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 16px;
    margin-bottom: 20px;
    border: 1px solid #bfe2ea;
    border-radius: 8px;
    color: #15526b;
    background: #effbfd;
    font-size: 13px;
    line-height: 1.5;
}

.proxy-status[data-type="error"] {
    border-color: #f0c2c2;
    color: #9d3f3f;
    background: #fff5f5;
}

.proxy-status[data-type="success"] {
    border-color: #bde4d7;
    color: #176a51;
    background: #effbf6;
}

.proxy-status i,
.proxy-setup-icon {
    color: var(--proxy-cyan);
}

.proxy-setup-banner {
    align-items: center;
    border-color: #f2d8a8;
    color: #765119;
    background: #fffaf0;
}

.proxy-setup-icon {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 8px;
    color: #946c22;
    background: #fff0c9;
    font-size: 16px;
}

.proxy-setup-banner strong,
.proxy-setup-banner p {
    display: block;
}

.proxy-setup-banner strong {
    margin-bottom: 2px;
    font-size: 14px;
}

.proxy-setup-banner p {
    margin: 0;
    font-size: 12px;
}

.proxy-buy-layout,
.proxy-renew-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 20px;
}

.proxy-panel {
    border: 1px solid var(--proxy-line);
    border-radius: 8px;
    background: var(--proxy-surface);
    box-shadow: 0 12px 28px rgba(31, 66, 91, .07);
}

.proxy-buy-form,
.proxy-order-summary,
.proxy-renew-summary,
.proxy-renew-select-panel {
    padding: 24px;
}

.proxy-order-summary,
.proxy-renew-summary {
    position: sticky;
    top: 22px;
}

.proxy-panel-heading,
.proxy-summary-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.proxy-panel-heading > div:first-child,
.proxy-summary-top {
    display: flex;
    align-items: flex-start;
}

.proxy-step {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--proxy-blue);
    font-size: 12px;
    font-weight: 800;
}

.proxy-panel-heading .proxy-step,
.proxy-summary-top .proxy-step {
    margin-right: 11px;
}

.proxy-summary-top {
    justify-content: flex-start;
    gap: 10px;
}

.proxy-summary-top .proxy-step {
    margin-right: 0;
}

.proxy-summary-top > div {
    min-width: 0;
    flex: 1;
}

.proxy-panel h2 {
    margin: 0 0 4px;
    color: var(--proxy-ink);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.proxy-panel-heading p,
.proxy-summary-top p {
    margin: 0;
    color: var(--proxy-muted);
    font-size: 12px;
    line-height: 1.45;
}

.proxy-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-top: 5px;
    color: var(--proxy-green);
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.proxy-live-dot i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #24b886;
    box-shadow: 0 0 0 4px rgba(36, 184, 134, .13);
}

.proxy-fieldset {
    min-width: 0;
    padding: 0;
    margin: 0 0 24px;
    border: 0;
}

.proxy-fieldset legend,
.proxy-control > span:first-child {
    display: block;
    margin-bottom: 8px;
    color: var(--proxy-ink);
    font-size: 12px;
    font-weight: 800;
}

.proxy-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.proxy-type-card {
    position: relative;
    display: flex;
    min-height: 172px;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 12px 42px;
    border: 1px solid var(--proxy-line);
    border-radius: 8px;
    color: var(--proxy-ink);
    background: #fbfdfe;
    cursor: pointer;
    text-align: left;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.proxy-type-card.proxy-type-card--isp {
    min-height: 220px;
}

.proxy-type-card.proxy-type-card--datacenter {
    min-height: 220px;
}

.proxy-type-card:hover,
.proxy-type-card:focus-visible {
    border-color: #6bcfd8;
    background: #f2fcfd;
    outline: none;
    transform: translateY(-1px);
}

.proxy-type-card.is-selected {
    border-color: var(--proxy-cyan);
    background: #ecfcfd;
    box-shadow: inset 3px 0 0 var(--proxy-cyan);
}

.proxy-type-card.is-unavailable {
    border-color: #e1e7ec;
    background: #f7f9fb;
    cursor: not-allowed;
    opacity: .72;
}

.proxy-type-card.is-unavailable:hover,
.proxy-type-card.is-unavailable:focus-visible {
    border-color: #e1e7ec;
    background: #f7f9fb;
    transform: none;
}

.proxy-type-card.is-unavailable .proxy-type-check {
    display: none;
}

.proxy-type-availability {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    min-height: 22px;
    align-items: center;
    padding: 3px 7px;
    border: 1px solid #bfe9d5;
    border-radius: 999px;
    color: #16774a;
    background: #e8f8ee;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.proxy-type-card.is-unavailable .proxy-type-availability {
    border-color: #f2cdd2;
    color: #9b4c56;
    background: #fff0f2;
}

.proxy-type-icon {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 8px;
    color: #087e99;
    background: #d7f3f4;
}

.proxy-type-card > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 3px;
}

.proxy-type-content {
    padding-right: 2px;
}

.proxy-type-title-row {
    position: relative;
    display: block;
    min-height: 22px;
    padding-right: 152px;
}

.proxy-type-title {
    display: inline-flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
    gap: 6px;
}

.proxy-type-gif {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}

.proxy-type-card strong {
    font-size: 13px;
    font-weight: 800;
}

.proxy-type-card small {
    color: var(--proxy-muted);
    font-size: 10px;
    line-height: 1.3;
}

.proxy-type-description {
    display: block;
    line-height: 1.4 !important;
}

.proxy-type-badges {
    position: absolute;
    top: 0;
    right: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
}

.proxy-type-badge {
    padding: 3px 7px;
    border-radius: 4px;
    color: #fff;
    background: #3b82f6;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

.proxy-type-badge--private {
    color: #087d62;
    background: #d9f7ec;
}

.proxy-type-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 4px;
}

.proxy-type-tags em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 6px;
    border: 1px solid #cfe2e8;
    border-radius: 4px;
    color: #376276;
    background: #f7fbfc;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.proxy-type-tags em i {
    color: #2f80ed;
    font-size: 8px;
}

.proxy-type-card.is-selected .proxy-type-tags em {
    border-color: #b8e5e8;
    color: #087e99;
    background: #f1fcfd;
}

.proxy-type-check {
    display: none;
    position: absolute;
    top: 14px;
    right: 12px;
    align-self: flex-start;
    color: var(--proxy-cyan);
    font-size: 11px;
}

.proxy-type-card.is-selected .proxy-type-check {
    display: block;
}

.proxy-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.proxy-form-grid--details {
    grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr);
}

.proxy-control {
    display: block;
    min-width: 0;
}

.proxy-control select,
.proxy-control input {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #cddde6;
    border-radius: 6px;
    color: var(--proxy-ink);
    background: #fff;
    font: inherit;
    font-size: 13px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.proxy-control select:focus,
.proxy-control input:focus {
    border-color: var(--proxy-cyan);
    box-shadow: 0 0 0 3px rgba(8, 197, 206, .13);
}

.proxy-control select:disabled,
.proxy-control input:disabled {
    color: #9aabb6;
    background: #f4f7f8;
}

.proxy-form-grid > .proxy-control:has([data-country-options]) {
    grid-column: 1 / -1;
}

.proxy-rent-control {
    grid-column: 1 / -1;
}

.proxy-country-picker {
    display: grid;
    max-height: 250px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    overflow-y: auto;
    padding: 1px 2px 1px 1px;
}

.proxy-country-option {
    display: flex;
    min-width: 0;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    padding: 10px 11px;
    border: 1px solid var(--proxy-line);
    border-radius: 8px;
    color: var(--proxy-ink);
    background: #fbfdfe;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.proxy-country-option:hover,
.proxy-country-option:focus-visible {
    border-color: #6bcfd8;
    background: #f2fcfd;
    outline: none;
}

.proxy-country-option.is-selected {
    border-color: var(--proxy-cyan);
    background: #ecfcfd;
    box-shadow: inset 3px 0 0 var(--proxy-cyan);
}

.proxy-country-flag {
    display: grid;
    width: 25px;
    height: 20px;
    flex: 0 0 25px;
    place-items: center;
    font-size: 18px;
    line-height: 1;
}

.proxy-country-flag i {
    color: #6e8395;
    font-size: 15px;
}

.proxy-country-flag img {
    width: 25px;
    height: 18px;
    border: 1px solid rgba(22, 52, 73, .12);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(22, 52, 73, .12);
    object-fit: cover;
}

.proxy-country-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-country-check {
    display: none;
    margin-left: auto;
    color: var(--proxy-blue);
    font-size: 11px;
}

.proxy-country-option.is-selected .proxy-country-check {
    display: block;
}

.proxy-country-empty {
    grid-column: 1 / -1;
    padding: 14px;
    border: 1px dashed #cddde6;
    border-radius: 8px;
    color: var(--proxy-muted);
    background: #f8fbfc;
    font-size: 12px;
    text-align: center;
}

.proxy-country-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0;
    pointer-events: none;
}

.proxy-stepper {
    display: flex;
    min-height: 44px;
    align-items: center;
    overflow: hidden;
    border: 1px solid #cddde6;
    border-radius: 6px;
    background: #fff;
}

.proxy-stepper button {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 0;
    color: #277f95;
    background: #eff9fa;
    cursor: pointer;
}

.proxy-stepper button:hover,
.proxy-stepper button:focus-visible {
    color: #fff;
    background: var(--proxy-cyan);
    outline: none;
}

.proxy-stepper input {
    min-height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.proxy-ipv6-retail-note {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 7px;
    color: #28718a;
    font-size: 11px;
    line-height: 1.35;
}

.proxy-ipv6-retail-note i {
    color: var(--proxy-cyan);
}

.proxy-auth-row,
.proxy-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid #edf2f4;
}

.proxy-auth-row strong,
.proxy-check-row strong {
    display: block;
    color: var(--proxy-ink);
    font-size: 13px;
    font-weight: 800;
}

.proxy-auth-row small,
.proxy-check-row small {
    display: block;
    margin-top: 3px;
    color: var(--proxy-muted);
    font-size: 11px;
    line-height: 1.4;
}

.proxy-segmented {
    display: inline-flex;
    padding: 3px;
    border: 1px solid #d8e6ec;
    border-radius: 6px;
    background: #f5f9fa;
}

.proxy-segmented label {
    position: relative;
}

.proxy-segmented input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.proxy-segmented span {
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    color: var(--proxy-muted);
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
}

.proxy-segmented input:checked + span {
    color: var(--proxy-ink);
    background: #fff;
    box-shadow: 0 2px 7px rgba(16, 37, 60, .08);
}

.proxy-ip-field {
    margin-bottom: 16px;
}

.proxy-check-row {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.proxy-check-row input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.proxy-check-box {
    display: grid;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    place-items: center;
    border: 1px solid #c8dbe3;
    border-radius: 5px;
    color: #fff;
    background: #fff;
    font-size: 11px;
}

.proxy-check-row input:checked + .proxy-check-box {
    border-color: var(--proxy-cyan);
    background: var(--proxy-cyan);
}

.proxy-promo-control {
    width: min(45%, 220px);
}

.proxy-promo-control > span:first-child {
    margin-bottom: 5px;
    font-size: 10px;
}

.proxy-promo-control input {
    min-height: 36px;
    font-size: 12px;
}

.proxy-summary-visual {
    display: flex;
    min-height: 112px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 22px;
    border: 1px dashed #b9d9e0;
    border-radius: 8px;
    color: #176b7e;
    background: #f2fbfc;
    font-size: 12px;
    font-weight: 700;
}

.proxy-summary-visual i {
    color: var(--proxy-cyan);
    font-size: 24px;
}

.proxy-summary-preview {
    position: relative;
    display: block;
    min-height: 0;
    padding: 11px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #b9dfe5;
    color: var(--proxy-ink);
    background: #f4fbfc;
    font-weight: 400;
}

.proxy-summary-preview::after {
    display: none;
}

.proxy-summary-preview-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding-bottom: 11px;
    border-bottom: 1px solid #dcecef;
}

.proxy-summary-preview-flag {
    display: grid;
    width: 36px;
    height: 30px;
    flex: 0 0 36px;
    place-items: center;
    border: 1px solid #c8e1e6;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    margin-top: 1px;
}

.proxy-summary-preview-flag img {
    width: 28px;
    height: 22px;
    object-fit: cover;
}

.proxy-summary-preview-flag i {
    color: var(--proxy-cyan);
    font-size: 18px;
}

.proxy-summary-preview-head > div {
    min-width: 0;
    padding-top: 1px;
}

.proxy-summary-preview-kicker,
.proxy-summary-preview-head strong,
.proxy-summary-preview-head small {
    display: block;
}

.proxy-summary-preview-kicker {
    margin-bottom: 4px;
    color: #0c91aa;
    font-size: 9px;
    font-weight: 800;
    line-height: 1.25;
}

.proxy-summary-preview-kicker i {
    margin-right: 3px;
    color: #1da975;
    font-size: 10px;
    animation: none;
}

.proxy-summary-preview-head strong {
    overflow: hidden;
    color: var(--proxy-ink);
    font-size: 12px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-summary-preview-head small {
    margin-top: 4px;
    color: var(--proxy-muted);
    font-size: 9px;
    line-height: 1.35;
}

.proxy-summary-facts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding-top: 11px;
}

.proxy-summary-facts > div {
    min-width: 0;
    min-height: 36px;
    padding: 6px 8px;
    border: 1px solid #dcecef;
    border-radius: 6px;
    background: #fff;
}

.proxy-summary-facts span,
.proxy-summary-facts strong {
    display: block;
}

.proxy-summary-facts span {
    margin-bottom: 4px;
    color: var(--proxy-muted);
    font-size: 9px;
}

.proxy-summary-facts strong {
    overflow: hidden;
    color: var(--proxy-ink);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-summary-visual--compact {
    min-height: 74px;
    justify-content: flex-start;
    padding: 0 15px;
    margin: 18px 0;
}

.proxy-summary-checkout {
    padding-top: 11px;
    border-top: 1px solid #edf2f4;
}

.proxy-summary-list {
    margin: 0;
}

.proxy-summary-list > div {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid #edf2f4;
}

.proxy-summary-list dt,
.proxy-summary-list dd {
    margin: 0;
    font-size: 12px;
}

.proxy-summary-list dt {
    display: inline-flex;
    align-items: center;
    color: var(--proxy-muted);
}

.proxy-summary-list dt i {
    margin-right: 6px;
    color: var(--proxy-cyan);
}

.proxy-summary-list dd {
    color: var(--proxy-ink);
    font-weight: 800;
    text-align: right;
}

.proxy-summary-total {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 0 8px;
}

.proxy-summary-total span {
    color: var(--proxy-ink);
    font-size: 13px;
    font-weight: 800;
}

.proxy-summary-total strong {
    color: #0c91aa;
    font-size: 24px;
    font-weight: 800;
}

.proxy-price-note,
.proxy-secure-note {
    margin: 6px 0 13px;
    color: var(--proxy-muted);
    font-size: 11px;
    line-height: 1.55;
}

.proxy-price-note i,
.proxy-secure-note i {
    margin-right: 4px;
    color: var(--proxy-cyan);
}

.proxy-secure-note {
    margin: 12px 0 0;
    text-align: center;
}

.proxy-primary-button,
.proxy-secondary-button,
.proxy-icon-button,
.proxy-text-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.proxy-primary-button {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid var(--proxy-cyan);
    color: #073247;
    background: var(--proxy-cyan);
}

.proxy-primary-button:hover,
.proxy-primary-button:focus-visible {
    background: #20dce0;
    outline: none;
    transform: translateY(-1px);
}

.proxy-primary-button:disabled,
.proxy-secondary-button:disabled {
    border-color: #d7e3e8;
    color: #9aabb6;
    background: #eef3f5;
    cursor: not-allowed;
    transform: none;
}

.proxy-secondary-button {
    padding: 10px 14px;
    border: 1px solid #b7d8e2;
    color: #146277;
    background: #f4fcfd;
}

.proxy-secondary-button:hover,
.proxy-secondary-button:focus-visible {
    border-color: var(--proxy-cyan);
    color: #0c5366;
    background: #e6fafb;
    outline: none;
}

.proxy-icon-button {
    width: 44px;
    padding: 0;
    border: 1px solid #cbdfe7;
    color: #16718a;
    background: #fff;
}

.proxy-icon-button:hover,
.proxy-icon-button:focus-visible {
    border-color: var(--proxy-cyan);
    color: #075669;
    background: #ecfcfd;
    outline: none;
}

.proxy-text-button {
    min-height: auto;
    padding: 0;
    border: 0;
    color: #147a93;
    background: transparent;
    font-size: 11px;
}

.proxy-text-button:hover,
.proxy-text-button:focus-visible {
    color: #0b5265;
    text-decoration: underline;
    outline: none;
}

.proxy-full-button {
    width: 100%;
    margin-bottom: 10px;
}

.proxy-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.proxy-stat-card {
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--proxy-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(31, 66, 91, .05);
}

.proxy-stat-icon {
    display: grid;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    place-items: center;
    border-radius: 8px;
    color: #1687a0;
    background: #e1f7f8;
}

.proxy-stat-icon--green { color: var(--proxy-green); background: #e4f7ef; }
.proxy-stat-icon--orange { color: var(--proxy-orange); background: #fff0df; }
.proxy-stat-icon--purple { color: var(--proxy-purple); background: #eeeafd; }

.proxy-stat-card small,
.proxy-stat-card strong {
    display: block;
}

.proxy-stat-card small {
    margin-bottom: 4px;
    color: var(--proxy-muted);
    font-size: 11px;
}

.proxy-stat-card strong {
    color: var(--proxy-ink);
    font-size: 20px;
    font-weight: 800;
}

.proxy-list-panel {
    padding: 24px;
}

.proxy-list-heading {
    align-items: center;
}

.proxy-toolbar,
.proxy-renew-tools {
    display: flex;
    align-items: end;
    gap: 10px;
}

.proxy-toolbar-select {
    min-width: 132px;
}

.proxy-toolbar-select > span {
    margin-bottom: 5px;
    font-size: 10px;
}

.proxy-toolbar-select select {
    min-height: 38px;
    padding: 7px 9px;
    font-size: 11px;
}

.proxy-format-note {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    margin: 0 0 14px;
    border: 1px solid #cce7ec;
    border-radius: 7px;
    color: #376b7b;
    background: #f3fbfc;
    font-size: 11px;
    line-height: 1.45;
}

.proxy-format-note > i {
    flex: 0 0 auto;
    color: #0c9eae;
}

.proxy-format-note code,
.proxy-format-row code {
    color: #0d526b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-weight: 700;
}

.proxy-table-wrap {
    overflow: visible;
}

.proxy-record-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.proxy-record-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #cfe0e7;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(31, 66, 91, .06);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.proxy-record-card:hover {
    border-color: #7ad6dc;
    box-shadow: 0 12px 24px rgba(31, 66, 91, .1);
    transform: translateY(-1px);
}

.proxy-record-card-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 14px 16px;
    border-bottom: 1px solid #e5eef1;
    background: #f8fbfc;
}

.proxy-record-select {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--proxy-muted);
    font-size: 10px;
    font-weight: 800;
    cursor: pointer;
}

.proxy-record-select input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: var(--proxy-cyan);
}

.proxy-record-identity,
.proxy-renew-item-identity {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}

.proxy-record-identity > div,
.proxy-renew-item-identity > span:last-child {
    min-width: 0;
}

.proxy-record-identity strong,
.proxy-record-identity small,
.proxy-renew-item-identity strong,
.proxy-renew-item-identity small {
    display: block;
}

.proxy-record-identity strong,
.proxy-renew-item-identity strong {
    overflow: hidden;
    color: var(--proxy-ink);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-record-identity small,
.proxy-renew-item-identity small {
    margin-top: 3px;
    overflow: hidden;
    color: var(--proxy-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-country-flag {
    display: grid;
    width: 38px;
    height: 28px;
    flex: 0 0 38px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #cfe0e7;
    border-radius: 6px;
    color: #0c9eae;
    background: #eef9fa;
}

.proxy-country-flag img {
    display: block;
    width: 28px;
    height: 18px;
    object-fit: cover;
}

.proxy-connection-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 14px 16px 0;
    overflow: hidden;
    border: 1px solid #e0ebef;
    border-radius: 8px;
    background: #e0ebef;
}

.proxy-connection-field {
    min-width: 0;
    padding: 10px 11px;
    background: #fff;
}

.proxy-detail-label {
    display: block;
    margin-bottom: 5px;
    color: #7890a0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.proxy-detail-value {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 7px;
}

.proxy-detail-value code {
    min-width: 0;
    overflow: hidden;
    color: #0d526b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-connection-field small {
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--proxy-muted);
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-format-row {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    border-bottom: 1px solid #e5eef1;
}

.proxy-format-row > div {
    min-width: 0;
}

.proxy-format-row code {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proxy-copy-format {
    min-height: 40px;
    flex: 0 0 auto;
    padding: 8px 11px;
    font-size: 11px;
}

.proxy-record-card-footer {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 16px;
    background: #fbfdfe;
}

.proxy-expiry,
.proxy-auto-status {
    min-width: 0;
}

.proxy-expiry strong,
.proxy-expiry small {
    display: block;
}

.proxy-expiry strong {
    color: var(--proxy-ink);
    font-size: 12px;
}

.proxy-expiry small {
    margin-top: 4px;
    color: var(--proxy-muted);
    font-size: 10px;
}

.proxy-expiry-countdown {
    display: inline-flex !important;
    width: fit-content;
    align-items: center;
    gap: 5px;
    padding: 4px 8px;
    border: 1px solid #c5e4d8;
    border-radius: 999px;
    color: #167354 !important;
    background: #effbf6;
    font-size: 11px !important;
    font-weight: 800;
    line-height: 1.2;
}

.proxy-expiry-countdown--safe {
    border-color: #c5e4d8;
    color: #167354 !important;
    background: #effbf6;
}

.proxy-expiry-countdown--soon {
    border-color: #f0d19d;
    color: #a35b15 !important;
    background: #fff8ec;
    animation: proxy-countdown-pulse-soft 2.4s ease-in-out infinite;
}

.proxy-expiry-countdown--urgent {
    border-color: #efb1b1;
    color: #b33f3f !important;
    background: #fff2f2;
    animation: proxy-countdown-pulse 1.8s ease-in-out infinite;
}

.proxy-renew-item-date .proxy-expiry-countdown {
    margin-top: 5px;
    text-align: left;
}

@keyframes proxy-countdown-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(179, 63, 63, .08); }
    50% { box-shadow: 0 0 0 4px rgba(179, 63, 63, .12); }
}

@keyframes proxy-countdown-pulse-soft {
    0%, 100% { box-shadow: 0 0 0 0 rgba(163, 91, 21, .06); }
    50% { box-shadow: 0 0 0 3px rgba(163, 91, 21, .1); }
}

.proxy-auto-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #788d9b;
    font-size: 10px;
    font-weight: 800;
    text-align: right;
}

.proxy-auto-status.is-enabled {
    color: var(--proxy-green);
}

.proxy-copy-button {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 1px solid #cfe2e8;
    border-radius: 5px;
    color: #16778d;
    background: #f5fcfd;
    cursor: pointer;
}

.proxy-copy-button:hover,
.proxy-copy-button:focus-visible {
    border-color: var(--proxy-cyan);
    background: #e8fbfc;
    outline: none;
}

.proxy-copy-button:disabled {
    color: #a7bac3;
    background: #f2f6f7;
    cursor: not-allowed;
}

.proxy-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 7px;
    border: 1px solid #bce5d7;
    border-radius: 999px;
    color: var(--proxy-green);
    background: #effbf6;
    font-size: 10px;
    font-weight: 800;
}

.proxy-badge--soon {
    border-color: #f1d2ac;
    color: var(--proxy-orange);
    background: #fff8ed;
}

.proxy-empty-state,
.proxy-loading-state {
    display: flex;
    min-height: 260px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 28px;
    color: var(--proxy-muted);
    text-align: center;
}

.proxy-empty-state i {
    margin-bottom: 3px;
    color: #a2c8d0;
    font-size: 34px;
}

.proxy-empty-state strong,
.proxy-loading-state strong {
    color: var(--proxy-ink);
    font-size: 14px;
}

.proxy-empty-state small,
.proxy-loading-state small {
    font-size: 11px;
}

.proxy-loader {
    width: 26px;
    height: 26px;
    margin-bottom: 4px;
    border: 3px solid #d9eff1;
    border-top-color: var(--proxy-cyan);
    border-radius: 50%;
    animation: proxy-spin 800ms linear infinite;
}

@keyframes proxy-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
    .proxy-record-grid {
        grid-template-columns: 1fr;
    }
}

.proxy-renew-list {
    display: grid;
    max-height: 610px;
    overflow-y: auto;
    gap: 8px;
    padding-right: 4px;
}

.proxy-renew-item {
    display: flex;
    min-height: 92px;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    border: 1px solid var(--proxy-line);
    border-radius: 9px;
    background: #fbfdfe;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.proxy-renew-item:hover,
.proxy-renew-item.is-selected {
    border-color: #73d7dc;
    background: #effcfd;
    box-shadow: 0 5px 14px rgba(31, 66, 91, .06);
}

.proxy-renew-item input {
    width: 16px;
    height: 16px;
    accent-color: var(--proxy-cyan);
}

.proxy-renew-item-content {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.proxy-renew-item-identity {
    min-width: 0;
    flex: 1 1 auto;
}

.proxy-renew-item-date {
    color: var(--proxy-ink);
}

.proxy-renew-item-date strong,
.proxy-renew-item-date small {
    display: block;
}

.proxy-renew-item-date strong {
    font-size: 11px;
    white-space: nowrap;
}

.proxy-renew-item-date small {
    margin-top: 4px;
    color: var(--proxy-muted);
    font-size: 10px;
    text-align: right;
}

.proxy-check-row--summary {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #edf2f4;
}

@media (max-width: 1199px) {
    .proxy-page {
        padding: 26px 20px 110px;
    }
}

@media (max-width: 900px) {
    .proxy-buy-layout,
    .proxy-renew-layout {
        grid-template-columns: 1fr;
    }

    .proxy-resource-grid {
        grid-template-columns: 1fr;
    }

    .proxy-resource-grid > :only-child {
        width: 100%;
    }

    .proxy-guides-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .proxy-order-summary,
    .proxy-renew-summary {
        position: static;
    }

    .proxy-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .proxy-page {
        padding: 18px 12px 100px;
    }

    .proxy-page-heading {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 20px 18px;
        margin-bottom: 16px;
    }

    .proxy-page[data-proxy-page="buy"] .proxy-page-heading { display: flex; min-height: 0; padding: 20px 18px; border: 1px solid #d7e8ed; border-left-width: 3px; border-radius: 8px; background: #fff; box-shadow: 0 8px 18px rgba(31, 66, 91, .06); overflow: hidden; }
    .proxy-page[data-proxy-page="buy"] .proxy-page-heading > div:first-child { display: block; }
    .proxy-page[data-proxy-page="buy"] .proxy-page-heading h1 { font-size: 25px; white-space: normal; }
    .proxy-page[data-proxy-page="buy"] .proxy-page-heading p { max-width: none; margin-top: 5px; font-size: 12px; }
    .proxy-page[data-proxy-page="buy"] .proxy-wallet-card { width: 100%; min-width: 0; align-items: flex-start; padding: 14px 0 0; border-top: 1px solid #d7e8ed; border-left: 0; }

    .proxy-guides-toggle { min-height: 40px; gap: 7px; padding: 6px 10px 6px 11px; }
    .proxy-guides-toggle-copy strong { font-size: 11px; }
    .proxy-guides-toggle-arrow { font-size: 15px; }
    .proxy-guides-content { padding: 13px; }
    .proxy-guides-grid { grid-template-columns: 1fr; }

    .proxy-page-heading h1 {
        font-size: 25px;
    }

    .proxy-page-heading p {
        font-size: 12px;
    }

    .proxy-wallet-card {
        width: 100%;
        align-items: flex-start;
        padding: 14px 0 0;
        border-top: 1px solid #d7e8ed;
        border-left: 0;
    }

    .proxy-heading-actions {
        width: 100%;
    }

    .proxy-heading-actions .proxy-secondary-button {
        flex: 1;
    }

    .proxy-buy-form,
    .proxy-order-summary,
    .proxy-renew-summary,
    .proxy-renew-select-panel,
    .proxy-list-panel {
        padding: 17px;
    }

    .proxy-type-grid,
    .proxy-form-grid,
    .proxy-form-grid--details {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .proxy-type-card {
        min-height: 166px;
        padding: 9px 9px 38px;
    }

    .proxy-type-card.proxy-type-card--isp {
        min-height: 216px;
    }

    .proxy-type-card.proxy-type-card--datacenter {
        min-height: 216px;
    }

    .proxy-type-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
        font-size: 12px;
    }

    .proxy-type-card strong {
        font-size: 11px;
    }

    .proxy-type-card small {
        font-size: 9px;
    }

    .proxy-type-title-row {
        display: flex;
        flex-direction: column;
        min-height: 20px;
        align-items: flex-start;
        gap: 5px;
        padding-right: 0;
    }

    .proxy-type-title {
        display: inline-flex;
        min-width: 0;
        max-width: 100%;
    }

    .proxy-type-badges {
        position: static;
        order: -1;
        align-self: flex-start;
        justify-content: flex-start;
    }

    .proxy-type-badge {
        padding: 3px 5px;
        font-size: 8px;
    }

    .proxy-type-tags {
        gap: 3px;
    }

    .proxy-type-tags em {
        padding: 2px 4px;
        font-size: 8px;
    }

    .proxy-country-picker {
        max-height: 330px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .proxy-country-option {
        min-height: 46px;
        padding: 9px;
        font-size: 11px;
    }

    .proxy-auth-row,
    .proxy-bottom-row,
    .proxy-list-heading,
    .proxy-renew-tools {
        align-items: stretch;
        flex-direction: column;
    }

    .proxy-segmented {
        width: 100%;
    }

    .proxy-segmented label,
    .proxy-segmented span {
        flex: 1;
        text-align: center;
    }

    .proxy-promo-control {
        width: 100%;
    }

    .proxy-stats-grid {
        gap: 8px;
        margin-bottom: 14px;
    }

    .proxy-stat-card {
        min-height: 80px;
        padding: 12px;
        gap: 8px;
    }

    .proxy-stat-icon {
        width: 32px;
        height: 32px;
        flex-basis: 32px;
        font-size: 12px;
    }

    .proxy-stat-card small {
        font-size: 9px;
    }

    .proxy-stat-card strong {
        font-size: 16px;
    }

    .proxy-toolbar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
    }

    .proxy-toolbar-select {
        min-width: 0;
        width: 100%;
        grid-column: 1 / -1;
    }

    .proxy-toolbar .proxy-secondary-button {
        min-width: 0;
        width: auto;
        justify-content: center;
        padding: 10px 8px;
        font-size: 11px;
        white-space: nowrap;
    }

    .proxy-table-wrap {
        border: 0;
        overflow: visible;
    }

    .proxy-record-grid {
        grid-template-columns: 1fr;
    }

    .proxy-record-card-header {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .proxy-record-card-header > .proxy-badge {
        grid-column: 2;
        justify-self: start;
    }

    .proxy-format-row {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .proxy-copy-format {
        width: 100%;
    }

    .proxy-record-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .proxy-auto-status {
        text-align: left;
    }

    .proxy-renew-item-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .proxy-renew-item-date small {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .proxy-type-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .proxy-page-heading::after,
    .proxy-summary-preview::after,
    .proxy-summary-preview-kicker i {
        animation: none;
    }

    .proxy-type-card,
    .proxy-primary-button,
    .proxy-secondary-button,
    .proxy-icon-button,
    .proxy-loader,
    .proxy-expiry-countdown {
        transition: none;
        animation: none;
    }
}
