html {
    scroll-behavior: smooth;
}

.proxy-judge-body,
.proxy-judge-body *,
.proxy-judge-body *::before,
.proxy-judge-body *::after {
    box-sizing: border-box;
}

.proxy-judge-body {
    background: url("/img/bg-lightl-881.webp") repeat #f4f5f7;
}

.proxy-judge-body .top-bar,
.proxy-judge-body .proxy-judge-page,
.proxy-judge-body .seo-cross-links,
.proxy-judge-body footer {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.proxy-judge-body .top-bar {
    margin-top: 0;
    border-radius: 16px;
}

.proxy-judge-body .nav-count {
    margin-left: 6px;
    color: #0067d4;
    font-size: 0.95em;
    font-weight: 700;
}

.proxy-judge-body footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0.8rem;
    color: #777;
}

.proxy-judge-body footer img {
    vertical-align: middle;
}

.proxy-judge-page {
    display: grid;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0 auto;
    padding: 5px 0 8px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.proxy-judge-hero,
.proxy-judge-section,
.proxy-judge-info-card,
.proxy-judge-ribbon {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border: 3px solid #ddd;
    border-radius: 18px;
    padding: 20px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.proxy-judge-section {
    background: #f9f9f9;
}

.proxy-judge-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 12px;
    border-radius: 12px;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.99) 0%, rgba(245, 247, 250, 0.96) 48%, rgba(245, 247, 250, 0.98) 100%);
    box-shadow: 0 22px 48px rgba(24, 39, 75, 0.1);
}

.proxy-judge-hero::before,
.proxy-judge-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

.proxy-judge-hero::before {
    top: -72px;
    right: -48px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(106, 142, 189, 0.16) 0%, rgba(106, 142, 189, 0) 70%);
}

.proxy-judge-hero::after {
    bottom: -86px;
    left: -74px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(136, 163, 123, 0.14) 0%, rgba(136, 163, 123, 0) 72%);
}

.proxy-judge-hero-copy,
.proxy-judge-hero-side,
.proxy-judge-ribbon__body {
    min-width: 0;
    position: relative;
    z-index: 1;
}

.proxy-judge-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 4px;
    background: rgba(156, 156, 180, 0.1);
    color: #616680;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.proxy-judge-hero h1 {
    margin: 0 0 6px;
    color: #1c2a3b;
    font-size: clamp(20px, 3vw, 32px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    overflow-wrap: anywhere;
}

.proxy-judge-hero h1 .accent {
    color: #9d6858;
}

.proxy-judge-lead {
    max-width: 62ch;
    margin: 0 0 8px;
    color: #425163;
    font-size: 16px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.proxy-judge-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.proxy-judge-actions--hero {
    margin-top: 12px;
}

.proxy-judge-inline-link {
    color: #0066cc;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 102, 204, 0.3);
}

.proxy-judge-inline-link:hover,
.proxy-judge-inline-link:focus-visible {
    color: #0052a3;
    border-bottom-color: rgba(0, 82, 163, 0.5);
}

.proxy-judge-hero-meta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    max-width: 100%;
    padding: 8px 14px;
    border: 1px solid #dde3ea;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.88);
    color: #59687c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(19, 34, 56, 0.06);
}

.proxy-judge-hero-checks {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.proxy-judge-hero-check {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 8px 9px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ebeff4;
}

.proxy-judge-hero-check p {
    margin: 0;
    color: #425163;
    font-size: 14px;
    line-height: 1.4;
    min-width: 0;
    overflow-wrap: anywhere;
}

.proxy-judge-hero-check__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.proxy-judge-hero-check.is-green .proxy-judge-hero-check__icon {
    background: rgba(121, 153, 112, 0.18);
    color: #5d7b54;
}

.proxy-judge-hero-check.is-amber .proxy-judge-hero-check__icon {
    background: rgba(193, 151, 97, 0.18);
    color: #a47136;
}

.proxy-judge-hero-check.is-blue .proxy-judge-hero-check__icon {
    background: rgba(108, 138, 176, 0.18);
    color: #4d6687;
}

.proxy-judge-helper {
    max-width: 62ch;
    margin: 14px 0 0;
    color: #516783;
    font-size: 14px;
    line-height: 1.65;
}

.proxy-judge-helper a {
    color: #225ac7;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(34, 90, 199, 0.3);
}

.proxy-judge-helper a:hover,
.proxy-judge-helper a:focus-visible {
    color: #173f8f;
    border-bottom-color: rgba(23, 63, 143, 0.55);
}

.proxy-judge-btn,
.proxy-judge-mini-btn,
.proxy-judge-filter {
    cursor: pointer;
    font: inherit;
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.proxy-judge-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid #d5dde7;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(19, 34, 56, 0.07);
}

.proxy-judge-btn.is-primary {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    color: #344a61;
    border-color: #d8e0ea;
}

.proxy-judge-btn.is-primary:hover {
    background: linear-gradient(180deg, #ffffff 0%, #eef2f6 100%);
    border-color: #cdd7e2;
}

.proxy-judge-btn.is-secondary {
    background: linear-gradient(135deg, #85a77d 0%, #708f68 100%);
    color: #fff;
    border-color: #6e8a67;
}

.proxy-judge-btn.is-secondary[data-copy-source="judgePlainText"] {
    box-shadow: 0 12px 24px rgba(83, 108, 75, 0.16);
}

.proxy-judge-btn.is-secondary:hover,
.proxy-judge-mini-btn:hover,
.proxy-judge-filter:hover {
    border-color: #b5c4d2;
    transform: translateY(-1px);
}

.proxy-judge-btn.is-secondary:hover {
    background: linear-gradient(135deg, #789970 0%, #64825c 100%);
}

.proxy-judge-hero-side {
    display: none;
}

.proxy-judge-hero-visual {
    display: none;
}

/* Removed .proxy-judge-hero-visual__scene and related visualization CSS */

.proxy-judge-hero-visual__summary {
    display: grid;
    gap: 12px;
}

.proxy-judge-hero-visual__eyebrow {
    margin: 0;
    color: #69798c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.proxy-judge-hero-visual__summary h2 {
    margin: 0;
    color: #203146;
    font-size: 28px;
    line-height: 1.15;
}

.proxy-judge-hero-visual__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.proxy-judge-hero-visual__tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid #dfe5ec;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    color: #59687b;
    font-size: 12px;
    font-weight: 700;
}

.proxy-judge-hero-visual__summary .proxy-judge-btn.is-secondary {
    width: 100%;
    box-shadow: 0 14px 24px rgba(90, 116, 82, 0.16);
}

.proxy-judge-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.proxy-judge-stat,
.proxy-judge-side-note {
    padding: 18px 16px;
    border: 1px solid #d8e2ef;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(253, 247, 243, 0.94) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.proxy-judge-stat {
    min-height: 126px;
}

.proxy-judge-stat::after {
    content: none;
}

.proxy-judge-stat__art {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(82, 108, 148, 0.08), rgba(82, 108, 148, 0.02));
    color: #95a2b7;
}

.proxy-judge-stat__art svg {
    width: 34px;
    height: 34px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-stat__art.is-shield {
    color: #9aa7bc;
}

.proxy-judge-stat__art.is-code {
    color: #a1acc0;
}

.proxy-judge-stat__art.is-network {
    color: #9aa6b9;
}

.proxy-judge-stat__art.is-checklist {
    color: #95a2b5;
}

.proxy-judge-stat__label {
    display: block;
    max-width: calc(100% - 74px);
}

.proxy-judge-ribbon {
    grid-template-columns: 78px minmax(0, 1fr) 150px;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 12px;
}

.proxy-judge-ribbon__icon {
    width: 64px;
    min-height: 64px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.proxy-judge-ribbon__icon svg {
    position: absolute;
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    stroke: rgba(255, 255, 255, 0.96);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-ribbon__check {
    position: absolute;
    right: -4px;
    bottom: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #4fd38e;
    box-shadow: 0 6px 14px rgba(20, 98, 64, 0.32);
}

.proxy-judge-ribbon__check svg {
    width: 12px;
    height: 12px;
    stroke: #fff;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-stat__value {
    display: block;
    margin-bottom: 6px;
    color: #d14b28;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.proxy-judge-stat__label,
.proxy-judge-side-note p,
.proxy-judge-section__head p,
.proxy-judge-note-text,
.proxy-judge-status-meta {
    color: #4e5c72;
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.proxy-judge-side-note h2,
.proxy-judge-info-card h2,
.proxy-judge-section__head h2 {
    margin: 0 0 12px;
    color: #182941;
    font-size: 22px;
    line-height: 1.2;
}

.proxy-judge-ribbon {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 24px;
    border-color: rgba(28, 121, 92, 0.22);
    background: linear-gradient(135deg, #1f7d67 0%, #2e9679 54%, #4ab296 100%);
    color: #fff;
}

.proxy-judge-ribbon::before,
.proxy-judge-ribbon::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.proxy-judge-ribbon::before {
    top: 16px;
    right: -18px;
    width: 104px;
    height: 104px;
    transform: rotate(18deg);
}

.proxy-judge-ribbon::after {
    bottom: -32px;
    left: 22px;
    width: 76px;
    height: 76px;
    transform: rotate(-10deg);
}

.proxy-judge-ribbon__art {
    position: relative;
    align-self: stretch;
}

.proxy-judge-ribbon__art svg {
    width: 100%;
    height: 100%;
    stroke: rgba(255, 255, 255, 0.22);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-ribbon__body h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 22px;
}

.proxy-judge-ribbon__body p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.7;
}

.proxy-judge-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.proxy-judge-info-card,
.proxy-judge-section {
    padding: 22px;
}

.proxy-judge-info-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.proxy-judge-info-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.proxy-judge-info-card__head h2 {
    margin: 0;
}

.proxy-judge-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 6px;
    background: #f2f5fa;
    color: #335f9d;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.proxy-judge-info-card__icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-info-card p {
    margin: 0;
    color: #31445d;
    font-size: 15px;
    line-height: 1.7;
}

.proxy-judge-section__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.proxy-judge-section__head h2 {
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.proxy-judge-section__head > div,
.proxy-judge-toolbar,
.proxy-judge-url-main,
.proxy-judge-uptime,
.proxy-table-container.proxy-judge-table-surface,
.proxy-judge-table td {
    min-width: 0;
}

.proxy-judge-guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.proxy-judge-guide-card,
.proxy-judge-faq-item {
    border: 1px solid #d9e3ed;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 10px 24px rgba(27, 42, 68, 0.05);
}

.proxy-judge-guide-card {
    display: grid;
    gap: 8px;
    padding: 16px 17px;
}

.proxy-judge-guide-card h3 {
    margin: 0;
    color: #1e3148;
    font-size: 18px;
    line-height: 1.2;
}

.proxy-judge-guide-card p,
.proxy-judge-faq-item__answer p {
    margin: 0;
    color: #4c5e74;
    font-size: 14px;
    line-height: 1.65;
}

.proxy-judge-faq-list {
    display: grid;
    gap: 12px;
}

.proxy-judge-faq-item {
    overflow: hidden;
}

.proxy-judge-faq-item summary {
    position: relative;
    display: block;
    padding: 16px 46px 16px 18px;
    color: #1c2d43;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}

.proxy-judge-faq-item summary::-webkit-details-marker {
    display: none;
}

.proxy-judge-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    color: #6a7e96;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
}

.proxy-judge-faq-item[open] summary {
    border-bottom: 1px solid #e1e8f0;
}

.proxy-judge-faq-item[open] summary::after {
    content: "−";
}

.proxy-judge-faq-item__answer {
    padding: 0 18px 16px;
}

.proxy-judge-toolbar {
    display: grid;
    gap: 14px;
    margin-bottom: 20px;
}

.proxy-judge-search {
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border: 1px solid #d7e0e8;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    color: #23344c;
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.proxy-judge-search:focus {
    outline: none;
    border-color: #8ea4bd;
    box-shadow: 0 0 0 3px rgba(142, 164, 189, 0.16);
}

.proxy-judge-filters {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    white-space: nowrap;
}

.proxy-judge-filters .proxy-judge-filter,
.proxy-judge-filters .proxy-judge-btn {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.proxy-judge-filter {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    background: linear-gradient(180deg, #f9fafb 0%, #f4f5f7 100%);
    color: #525c6a;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(76, 45, 20, 0.04);
}

.proxy-judge-filter.is-active {
    background: linear-gradient(135deg, #5a7a9c 0%, #4a6786 100%);
    color: #fff;
    border-color: #3e5670;
    box-shadow: 0 12px 22px rgba(74, 103, 134, 0.2);
}

.proxy-judge-status-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 6px 0 8px;
}

.proxy-judge-status-meta {
    margin: 0;
}

.proxy-judge-status-meta[hidden] {
    display: none !important;
}

.proxy-table-container.proxy-judge-table-surface {
    font-family: inherit;
    margin: 0;
    width: 100%;
    padding: 10px;
    max-width: 100%;
    background: linear-gradient(180deg, #fffefd 0%, #f3f5f8 100%);
    border: 1px solid #dde4eb;
    border-radius: 26px;
    box-shadow: 0 18px 36px rgba(22, 39, 66, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    overflow: hidden;
}

.proxy-judge-table-surface .table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    background: transparent;
}

.proxy-judge-table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: auto;
    text-align: left;
}

/* Keep fixed column widths only on sufficiently wide viewports */
@media (min-width: 1000px) {
    .proxy-judge-table th:nth-child(1) { width: 250px; }
    .proxy-judge-table th:nth-child(2) { width: 130px; }
    .proxy-judge-table th:nth-child(3) { width: 120px; }
    .proxy-judge-table th:nth-child(4) { width: 100px; }
    .proxy-judge-table th:nth-child(5) { width: 170px; }
    .proxy-judge-table th:nth-child(6) { width: 164px; }
}

/* Allow table cells to wrap so long content doesn't force container width */
.proxy-judge-table th,
.proxy-judge-table td {
    white-space: normal;
    word-break: break-word;
}

.proxy-judge-table th {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 0;
    overflow: hidden;
}

.proxy-judge-table th:nth-child(1) .proxy-judge-head-static,
.proxy-judge-table th:nth-child(6) .proxy-judge-head-static {
    background: linear-gradient(135deg, #6b7f92 0%, #5a6f83 100%);
}

.proxy-judge-table th:nth-child(2) .proxy-judge-head-static {
    background: linear-gradient(135deg, #6b7f92 0%, #5a6f83 100%);
}

.proxy-judge-table th:nth-child(3) .proxy-judge-head-static,
.proxy-judge-table th:nth-child(4) .proxy-judge-head-static {
    background: linear-gradient(135deg, #6b7f92 0%, #5a6f83 100%);
}

.proxy-judge-table th:nth-child(5) .proxy-judge-head-static {
    background: linear-gradient(135deg, #6b7f92 0%, #5a6f83 100%);
}

.proxy-judge-head-static {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 13px;
    color: inherit;
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.proxy-judge-table th:first-child .proxy-judge-head-static {
    border-radius: 6px 0 0 6px;
}

.proxy-judge-table th:last-child .proxy-judge-head-static {
    border-radius: 0 6px 6px 0;
}

.proxy-judge-table th + th .proxy-judge-head-static::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    background: rgba(255, 255, 255, 0.24);
}

.proxy-judge-table td {
    padding: 10px 8px;
    border-top: 1px solid #e7ecf1;
    border-bottom: 1px solid #e7ecf1;
    vertical-align: middle;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.proxy-judge-table td:first-child {
    border-left: 1px solid #e7ecf1;
    border-radius: 0;
}

.proxy-judge-table td:last-child {
    border-right: 1px solid #e7ecf1;
    border-radius: 0;
}

.proxy-judge-table tbody tr:nth-child(even) td {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.proxy-judge-table tbody tr:hover td {
    background: linear-gradient(180deg, #f9fafb 0%, #f5f6f8 100%);
}

.proxy-judge-url-main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.proxy-judge-url-main strong {
    display: block;
    color: #1b2a44;
    font-size: 15px;
    line-height: 1.25;
}

.proxy-judge-url-main a {
    color: inherit;
    text-decoration: none;
}

.proxy-judge-url-main a:hover {
    color: #4a6587;
}

.proxy-judge-url-sub {
    color: #4e5c72;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.proxy-judge-tag-stack,
.proxy-judge-actions-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.proxy-judge-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 6px;
    background: linear-gradient(180deg, #f4f7fb 0%, #e8eef6 100%);
    color: #425466;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.proxy-judge-badge.is-https {
    background: #edf4ea;
    color: #5c7a54;
}

.proxy-judge-badge.is-http {
    background: #eef3f8;
    color: #5c7391;
}

.proxy-judge-table td.metric-cell {
    text-align: center;
}

.proxy-judge-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    gap: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.proxy-judge-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.proxy-judge-status.is-up {
    background: rgba(112, 143, 101, 0.14);
    color: #5d7b54;
}

.proxy-judge-status.is-down {
    background: rgba(180, 102, 108, 0.12);
    color: #9a5960;
}

.proxy-judge-status.is-pending {
    background: rgba(120, 138, 160, 0.12);
    color: #5b6b7c;
}

.proxy-judge-status-source {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.proxy-judge-status-source.is-browser {
    color: #0e87e6;
}

.proxy-judge-status-source.is-server {
    color: #6b7280;
}

.proxy-judge-speed {
    color: #1b2a44;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.proxy-judge-uptime {
    display: grid;
    gap: 6px;
    justify-items: stretch;
}

.proxy-judge-uptime__value {
    color: #15395f;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    white-space: nowrap;
}

.proxy-judge-uptime__meta {
    color: #607086;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.proxy-judge-mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #d8e0e7;
    background: #fff;
    color: #23344c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    gap: 8px;
}

.proxy-judge-actions-inline {
    flex-direction: column;
    align-items: stretch;
}

.proxy-judge-actions-inline > button.proxy-judge-mini-btn {
    border-color: #e3d2ca;
    background: linear-gradient(180deg, #fffaf8 0%, #f8efea 100%);
    color: #9e6658;
}

.proxy-judge-actions-inline > a.proxy-judge-mini-btn {
    border-color: #d8e0e7;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    color: #2b4668;
}

.proxy-judge-status-row .proxy-judge-btn.is-secondary {
    background: linear-gradient(180deg, #ffffff 0%, #f5f7fa 100%);
    color: #344a61;
    border-color: #d8e0ea;
    box-shadow: 0 10px 22px rgba(19, 34, 56, 0.06);
}

.proxy-judge-status-row .proxy-judge-btn.is-secondary:hover {
    background: linear-gradient(180deg, #ffffff 0%, #edf2f6 100%);
    border-color: #ccd6e1;
}

.proxy-judge-mini-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: #48617e;
}

.proxy-judge-mini-btn__icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.proxy-judge-empty {
    margin: 10px 0 0;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f9f9f9;
    color: #4e5c72;
    font-size: 14px;
    line-height: 1.6;
}

.proxy-judge-plain__output {
    width: 100%;
    min-height: 220px;
    padding: 16px;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
    color: #223244;
    font: 14px/1.7 Consolas, "Courier New", monospace;
    overflow-wrap: anywhere;
    resize: vertical;
}

.proxy-judge-mobile-list {
    display: none;
    width: 100%;
    min-width: 0;
}

.proxy-judge-mobile-card {
    display: grid;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 14px 15px;
    border: 1px solid #d7e2ed;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    box-shadow: 0 10px 24px rgba(27, 42, 68, 0.06);
}

.proxy-judge-mobile-card__head {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.proxy-judge-mobile-card__title-block {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.proxy-judge-mobile-card__eyebrow {
    color: #5a7086;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
}

.proxy-judge-mobile-card__title {
    color: #1b2a44;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.proxy-judge-mobile-card__title:hover,
.proxy-judge-mobile-card__title:focus-visible {
    color: #4a6587;
}

.proxy-judge-mobile-card__url {
    color: #6b7d92;
    font-size: 11px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.proxy-judge-mobile-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.proxy-judge-mobile-card__metrics {
    display: grid;
    gap: 8px;
}

.proxy-judge-mobile-card__metric {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 10px 10px;
    border: 1px solid #e3eaf0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.82);
}

.proxy-judge-mobile-card__metric--uptime .proxy-judge-uptime {
    justify-items: start;
}

.proxy-judge-mobile-card__metric--uptime .proxy-judge-uptime__meta {
    text-align: left;
}

.proxy-judge-mobile-card__label {
    color: #5a7086;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-transform: uppercase;
}

.proxy-judge-mobile-card__actions {
    display: grid;
    gap: 6px;
}

.proxy-judge-mobile-card .proxy-judge-mini-btn {
    width: 100%;
    justify-content: center;
}

.proxy-judge-mobile-card .proxy-judge-mini-btn + .proxy-judge-mini-btn {
    margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

@media (max-width: 980px) {
    .proxy-judge-body .topbar-nav-row,
    .proxy-judge-body .user-info,
    .proxy-judge-body .top-bar.is-overflowing .topbar-nav-row,
    .proxy-judge-body .top-bar.is-overflowing .user-info {
        display: none !important;
    }

    .proxy-judge-body .nav-hamburger-btn,
    .proxy-judge-body .top-bar.is-overflowing .nav-hamburger-btn {
        display: inline-flex !important;
        align-items: center;
    }
}

@media (max-width: 900px) {
    .proxy-judge-hero {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 10px;
    }

    .proxy-judge-ribbon {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .proxy-judge-ribbon__art {
        display: none;
    }

    .proxy-judge-info-grid {
        grid-template-columns: 1fr;
    }

    .proxy-judge-status-row {
        align-items: flex-start;
    }

    .proxy-judge-table {
        min-width: 760px;
    }
}

@media (max-width: 768px) {
    body.proxy-judge-body {
        padding: 0 !important;
    }

    .proxy-judge-body .top-bar,
    .proxy-judge-body .good-proxies-container,
    .proxy-judge-body .proxy-table-container,
    .proxy-judge-body .seo-cross-links {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .proxy-judge-body .nav-more-menu:not(#navHamburgerMenu) {
        left: 0 !important;
        right: auto !important;
        transform: none !important;
    }

    .proxy-judge-body #navHamburgerMenu {
        left: auto !important;
        right: 0 !important;
    }
}

@media (max-width: 640px) {
    .proxy-judge-body .top-bar,
    .proxy-judge-body .proxy-judge-page,
    .proxy-judge-body .seo-cross-links,
    .proxy-judge-body footer {
        width: calc(100% - 10px);
    }

    .proxy-judge-hero,
    .proxy-judge-section,
    .proxy-judge-info-card,
    .proxy-judge-ribbon {
        padding: 10px;
        border-radius: 12px;
    }

    .proxy-judge-hero h1 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .proxy-judge-hero-meta {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 11px;
        padding: 5px 8px;
    }

    .proxy-judge-lead {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .proxy-judge-hero-checks {
        margin-top: 8px;
        gap: 5px;
    }

    .proxy-judge-hero-check {
        padding: 7px 8px;
        gap: 8px;
    }

    .proxy-judge-hero-check__icon {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .proxy-judge-hero-check p {
        font-size: 13px;
        line-height: 1.35;
    }

    .proxy-judge-actions--hero {
        margin-top: 10px;
    }

    .proxy-judge-actions--hero .proxy-judge-btn.is-primary {
        width: 100%;
        font-size: 12px;
        padding: 0 10px;
        min-height: 38px;
    }

    .proxy-judge-section__head h2 {
        font-size: 20px;
    }

    .proxy-judge-status-row {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 12px;
    }

    .proxy-judge-table {
        border-spacing: 0 6px;
    }

    .proxy-judge-head-static {
        min-height: 40px;
        padding: 6px 8px;
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .proxy-judge-table td {
        padding: 8px 6px;
        font-size: 12px;
    }

    .proxy-judge-url-main strong {
        font-size: 13px;
        line-height: 1.2;
    }

    .proxy-judge-url-sub {
        font-size: 11px;
        line-height: 1.3;
    }

    .proxy-judge-badge {
        min-height: 24px;
        padding: 0 8px;
        font-size: 10px;
    }

    .proxy-judge-status {
        min-width: 80px;
        min-height: 28px;
        padding: 0 10px;
        font-size: 11px;
    }

    .proxy-judge-status-source {
        font-size: 10px;
        margin-top: 4px;
    }

    .proxy-judge-speed {
        font-size: 13px;
    }

    .proxy-judge-uptime__value {
        font-size: 16px;
    }

    .proxy-judge-uptime__meta {
        font-size: 10px;
        line-height: 1.2;
    }

    .proxy-judge-mini-btn {
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
        gap: 6px;
    }

    .proxy-judge-mini-btn__icon {
        width: 16px;
        height: 16px;
    }

    .proxy-judge-mini-btn__icon svg {
        width: 100%;
        height: 100%;
        stroke-width: 2;
    }

    .proxy-judge-ribbon {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 14px;
    }

    .proxy-judge-ribbon__icon {
        width: 50px;
        min-height: 50px;
    }

    .proxy-judge-ribbon__body h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .proxy-judge-ribbon__body p {
        font-size: 13px;
        line-height: 1.6;
    }

    .proxy-judge-kicker {
        font-size: 11px;
        padding: 4px 10px;
        margin-bottom: 8px;
    }
}

@media (max-width: 720px) {
    .proxy-judge-section__head {
        align-items: stretch;
    }

    .proxy-judge-section__head .proxy-judge-btn {
        width: 100%;
    }

    .proxy-judge-table-surface .table-wrapper {
        overflow: visible;
    }

    .proxy-judge-table {
        min-width: 0;
        display: block;
    }

    .proxy-judge-table thead {
        display: none;
    }

    .proxy-judge-table tbody {
        display: grid;
        gap: 16px;
    }

    .proxy-judge-table tbody tr {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        border: 1px solid #d7e2ed;
        border-radius: 14px;
        background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
        box-shadow: 0 10px 24px rgba(27, 42, 68, 0.06);
    }

    .proxy-judge-table tbody tr:nth-child(even) td,
    .proxy-judge-table tbody tr:hover td {
        background: transparent;
    }

    .proxy-judge-table td {
        display: block;
        padding: 11px 11px;
        border-bottom: 1px dashed #e3eaf0;
        background: transparent;
        text-align: left;
        min-width: 0;
        width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-table td:last-child {
        border-bottom: 0;
    }

    .proxy-judge-table td::before {
        content: attr(data-label);
        display: block;
        color: #5a7086;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.06em;
        line-height: 1.4;
        text-transform: uppercase;
        word-break: break-word;
        overflow-wrap: break-word;
        margin-bottom: 6px;
        max-width: 100%;
        width: 100%;
        min-width: 0;
    }

    .proxy-judge-table td.metric-cell {
        text-align: left;
    }

    .proxy-judge-table td > * {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-url-main,
    .proxy-judge-tag-stack,
    .proxy-judge-uptime,
    .proxy-judge-actions-inline {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .proxy-judge-url-main strong,
    .proxy-judge-url-main a {
        display: block;
        max-width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-url-sub {
        font-size: 12px;
        color: #7a8fa1;
        max-width: 100%;
        word-break: break-all;
    }

    .proxy-judge-tag-stack {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
    }

    .proxy-judge-badge {
        display: inline-flex;
        flex-shrink: 0;
    }

    .proxy-judge-mini-btn {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .proxy-judge-mini-btn + .proxy-judge-mini-btn {
        margin-top: 6px;
    }

    .proxy-judge-tag-stack,
    .proxy-judge-actions-inline {
        width: 100%;
    }

    .proxy-judge-actions-inline {
        flex-direction: column;
        gap: 7px;
    }

    .proxy-judge-mini-btn,
    .proxy-judge-mini-btn.is-link {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        min-height: 36px;
        padding: 0 10px;
        font-size: 11px;
    }

    .proxy-judge-mini-btn__icon {
        width: 14px;
        height: 14px;
    }

    .proxy-judge-status-source {
        margin-top: 6px;
    }

    .proxy-judge-uptime {
        justify-items: start;
    }

    .proxy-judge-uptime__meta {
        text-align: left;
    }

    .proxy-judge-url-main strong {
        font-size: 13px;
        line-height: 1.25;
        word-break: break-word;
    }

    .proxy-judge-url-sub {
        font-size: 11px;
        line-height: 1.35;
        word-break: break-all;
        color: #6b7d92;
    }

    .proxy-judge-badge {
        min-height: 24px;
        padding: 0 8px;
        font-size: 10px;
    }

    .proxy-judge-status {
        min-width: 75px;
        min-height: 28px;
        padding: 0 9px;
        font-size: 10px;
        gap: 5px;
    }

    .proxy-judge-status::before {
        width: 6px;
        height: 6px;
    }

    .proxy-judge-status-source {
        font-size: 9px;
        margin-top: 4px;
    }

    .proxy-judge-speed {
        font-size: 13px;
        line-height: 1.2;
    }

    .proxy-judge-uptime__value {
        font-size: 15px;
    }

    .proxy-judge-uptime__bar {
        height: 4px;
        margin-top: 4px;
    }

    .proxy-judge-uptime__meta {
        font-size: 9px;
        line-height: 1.2;
        margin-top: 3px;
    }
}

@media (max-width: 560px) {
    .proxy-judge-body .top-bar,
    .proxy-judge-body .proxy-judge-page,
    .proxy-judge-body .seo-cross-links,
    .proxy-judge-body footer {
        width: 100%;
    }

    .proxy-judge-page {
        gap: 8px;
        padding-top: 4px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .proxy-judge-hero,
    .proxy-judge-section,
    .proxy-judge-info-card,
    .proxy-judge-ribbon {
        padding: 10px 8px;
        border-radius: 10px;
    }

    .proxy-judge-section__head {
        gap: 10px;
        margin-bottom: 14px;
    }

    .proxy-judge-section__head h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .proxy-judge-section__head p {
        font-size: 13px;
        line-height: 1.55;
    }

    .proxy-judge-toolbar {
        gap: 10px;
        margin-bottom: 16px;
    }

    .proxy-judge-search {
        min-height: 44px;
        padding: 0 14px;
        font-size: 14px;
    }

    .proxy-judge-filters {
        gap: 8px;
        margin: 0 -2px;
        padding: 0 2px 4px;
    }

    .proxy-judge-filter {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .proxy-table-container.proxy-judge-table-surface {
        padding: 6px;
        border-radius: 14px;
        overflow: visible;
    }

    .proxy-judge-table {
        min-width: 0;
        display: block;
    }

    .proxy-judge-table thead {
        display: none;
    }

    .proxy-judge-table tbody {
        display: grid;
        gap: 10px;
        min-width: 0;
    }

    .proxy-judge-table tbody tr {
        display: block;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        border: 1px solid #d7e2ed;
        border-radius: 10px;
        background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
        box-shadow: 0 6px 12px rgba(27, 42, 68, 0.05);
        padding: 0;
    }

    .proxy-judge-table tbody tr:nth-child(even) td,
    .proxy-judge-table tbody tr:hover td {
        background: transparent;
    }

    .proxy-judge-table td {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 10px 9px;
        border-bottom: 1px dashed #e3eaf0;
        background: transparent;
        text-align: left;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-table td:last-child {
        border-bottom: 0;
    }

    .proxy-judge-table td::before {
        content: attr(data-label);
        display: block;
        color: #5a7086;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: 0.05em;
        line-height: 1.3;
        text-transform: uppercase;
        word-break: break-word;
        overflow-wrap: break-word;
        margin-bottom: 5px;
        max-width: 100%;
        width: 100%;
    }

    .proxy-judge-table td.metric-cell {
        text-align: left;
    }

    .proxy-judge-table td > * {
        max-width: 100%;
        min-width: 0;
        overflow-wrap: break-word;
    }

    .proxy-judge-url-main {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .proxy-judge-url-main strong,
    .proxy-judge-url-main a {
        display: block;
        max-width: 100%;
        min-width: 0;
        font-size: 13px;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-url-sub {
        display: block;
        font-size: 11px;
        color: #7a8fa1;
        max-width: 100%;
        word-break: break-all;
        margin-top: 3px;
    }

    .proxy-judge-tag-stack {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        width: 100%;
        max-width: 100%;
    }

    .proxy-judge-badge {
        display: inline-flex;
        flex-shrink: 0;
        min-height: 20px;
        padding: 0 5px;
        font-size: 10px;
    }

    .proxy-judge-status {
        display: inline-flex;
        min-width: 60px;
        min-height: 24px;
        font-size: 11px;
    }

    .proxy-judge-status-source {
        display: inline-block;
        font-size: 9px;
        margin-top: 3px;
    }

    .proxy-judge-speed {
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin-top: 2px;
    }

    .proxy-judge-uptime {
        width: 100%;
        max-width: 100%;
    }

    .proxy-judge-uptime__value {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .proxy-judge-uptime__bar {
        display: block;
        height: 3px;
        margin: 3px 0;
        border-radius: 2px;
    }

    .proxy-judge-uptime__meta {
        display: block;
        text-align: left;
        font-size: 9px;
        color: #7a8fa1;
        margin-top: 3px;
    }

    .proxy-judge-actions-inline {
        display: grid;
        gap: 6px;
        width: 100%;
        max-width: 100%;
    }

    .proxy-judge-mini-btn,
    .proxy-judge-mini-btn.is-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 32px;
        padding: 0 8px;
        font-size: 11px;
        gap: 4px;
    }

    .proxy-judge-mini-btn__icon {
        display: inline-flex;
        flex-shrink: 0;
        width: 14px;
        height: 14px;
    }

    .proxy-judge-plain__output {
        min-height: 160px;
        padding: 10px;
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 420px) {
    .proxy-judge-body .top-bar,
    .proxy-judge-body .proxy-judge-page,
    .proxy-judge-body .seo-cross-links,
    .proxy-judge-body footer {
        width: calc(100% - 6px);
    }

    .proxy-judge-stat-grid {
        grid-template-columns: 1fr;
    }

    .proxy-judge-actions {
        flex-direction: column;
    }

    .proxy-judge-btn {
        width: 100%;
    }

    .proxy-judge-table-container.proxy-judge-table-surface {
        padding: 4px;
    }

    .proxy-judge-table td {
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 8px 8px;
        border-bottom: 1px dashed #e3eaf0;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-table td::before {
        display: block;
        content: attr(data-label);
        font-size: 8px;
        letter-spacing: 0.04em;
        margin-bottom: 4px;
        max-width: 100%;
        width: 100%;
    }

    .proxy-judge-url-main strong {
        display: block;
        font-size: 12px;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .proxy-judge-url-sub {
        display: block;
        font-size: 10px;
        max-width: 100%;
        word-break: break-all;
        margin-top: 2px;
    }

    .proxy-judge-badge {
        display: inline-flex;
        flex-shrink: 0;
        min-height: 18px;
        padding: 0 4px;
        font-size: 8px;
    }

    .proxy-judge-status {
        display: inline-flex;
        min-width: 55px;
        min-height: 20px;
        padding: 0 6px;
        font-size: 9px;
    }

    .proxy-judge-status-source {
        display: inline-block;
        font-size: 8px;
        margin-top: 2px;
    }

    .proxy-judge-actions-inline {
        display: grid;
        gap: 4px;
        width: 100%;
    }

    .proxy-judge-mini-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 30px;
        padding: 0 8px;
        font-size: 10px;
        gap: 3px;
    }

    .proxy-judge-mini-btn.is-link {
        width: 100%;
    }

    .proxy-judge-mini-btn__icon {
        display: inline-flex;
        flex-shrink: 0;
        width: 12px;
        height: 12px;
    }

    .proxy-judge-speed {
        display: block;
        font-size: 11px;
        margin-top: 2px;
    }

    .proxy-judge-uptime {
        width: 100%;
        max-width: 100%;
    }

    .proxy-judge-uptime__value {
        display: block;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .proxy-judge-uptime__bar {
        display: block;
        height: 2px;
        margin: 2px 0;
    }

    .proxy-judge-uptime__meta {
        display: block;
        text-align: left;
        font-size: 8px;
        margin-top: 2px;
    }
}

/* в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ
   Trust banner (hourly check notice)
   в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.proxy-judge-trust-banner {
    position: relative;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 20px 24px;
    border: 1px solid #dbe6f1;
    border-radius: 24px;
    background: linear-gradient(135deg, #f8fbff 0%, #f5f7fb 48%, #eef4fb 100%);
    box-shadow: 0 18px 38px rgba(22, 54, 96, 0.08);
    overflow: hidden;
}

.proxy-judge-trust-banner::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -30px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74, 178, 150, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.proxy-judge-trust-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    background: linear-gradient(135deg, rgba(222, 81, 49, 0.18), rgba(222, 81, 49, 0.08));
    color: #cf4527;
    flex-shrink: 0;
}

.proxy-judge-trust-banner__icon svg {
    width: 32px;
    height: 32px;
}

.proxy-judge-trust-banner__body {
    position: relative;
    z-index: 1;
}

.proxy-judge-trust-banner__body p {
    margin: 0;
    color: #2c3e56;
    font-size: 14.5px;
    line-height: 1.72;
}

.proxy-judge-trust-banner__body p strong {
    color: #16263f;
    font-weight: 800;
}

.proxy-judge-trust-banner__link {
    color: #c94425;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(201, 68, 37, 0.28);
}

.proxy-judge-trust-banner__link:hover,
.proxy-judge-trust-banner__link:focus-visible {
    color: #a6371d;
    border-bottom-color: rgba(166, 55, 29, 0.5);
}

.proxy-judge-trust-banner__checks {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.proxy-judge-trust-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.proxy-judge-trust-check:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.proxy-judge-trust-check svg {
    width: 28px;
    height: 28px;
}

.proxy-judge-trust-check.is-green {
    background: rgba(52, 168, 83, 0.12);
    color: #2a9d5c;
}

.proxy-judge-trust-check.is-orange {
    background: rgba(234, 154, 48, 0.12);
    color: #c97a1e;
}

.proxy-judge-trust-check.is-blue {
    background: rgba(66, 133, 244, 0.12);
    color: #3174d6;
}

.proxy-judge-trust-check.is-teal {
    background: rgba(0, 172, 168, 0.12);
    color: #1a9e96;
}

@media (max-width: 900px) {
    .proxy-judge-trust-banner {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .proxy-judge-trust-banner__icon {
        width: 48px;
        height: 48px;
    }

    .proxy-judge-trust-banner__checks {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .proxy-judge-trust-banner {
        grid-template-columns: 1fr;
        padding: 18px;
        text-align: center;
    }

    .proxy-judge-trust-banner__icon {
        margin: 0 auto;
    }

    .proxy-judge-trust-banner__checks {
        justify-content: center;
    }
}

/* в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ
   Design accent improvements
   в”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђв”Ђ */
.proxy-judge-hero h1 strong,
.proxy-judge-hero h1 span.accent {
    color: #d14b28;
}

.proxy-judge-info-card h2 {
    color: #c43d1e;
}

.proxy-judge-uptime__bar {
    width: 100%;
    height: 5px;
    border-radius: 50%;
    background: #e8edf3;
    overflow: hidden;
}

.proxy-judge-uptime__bar-fill {
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #34a853, #4caf50);
    transition: width 0.5s ease;
}

.proxy-judge-uptime__bar-fill.is-warning {
    background: linear-gradient(90deg, #ea9a30, #f5b942);
}

.proxy-judge-uptime__bar-fill.is-danger {
    background: linear-gradient(90deg, #d93025, #ea4335);
}

@media (max-width: 720px) {
    .proxy-table-container.proxy-judge-table-surface {
        display: none !important;
    }

    .proxy-judge-mobile-list {
        display: grid !important;
        gap: 12px;
    }
}

@media (max-width: 420px) {
    .proxy-judge-mobile-card {
        gap: 10px;
        padding: 12px;
        border-radius: 14px;
    }

    .proxy-judge-mobile-card__title {
        font-size: 14px;
    }

    .proxy-judge-mobile-card__url {
        font-size: 10px;
    }

    .proxy-judge-mobile-card__metric {
        gap: 5px;
        padding: 8px 9px;
    }

    .proxy-judge-mobile-card .proxy-judge-badge {
        min-height: 22px;
        padding: 0 6px;
        font-size: 9px;
    }

    .proxy-judge-mobile-card .proxy-judge-status {
        min-width: 0;
        padding: 0 9px;
        font-size: 10px;
    }

    .proxy-judge-mobile-card .proxy-judge-speed {
        font-size: 12px;
    }

    .proxy-judge-mobile-card .proxy-judge-uptime__value {
        font-size: 14px;
    }

    .proxy-judge-mobile-card .proxy-judge-uptime__bar {
        height: 3px;
    }

    .proxy-judge-mobile-card .proxy-judge-mini-btn {
        min-height: 34px;
        padding: 0 10px;
        font-size: 11px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes proxyJudgeModalRise {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes loginSpinner {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.proxy-judge-body #menuModal .modal-content,
.proxy-judge-body #loginModal .modal-content {
    animation: proxyJudgeModalRise 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.proxy-judge-body #menuModalContent .renew-button,
.proxy-judge-body #loginModal button[type="button"],
.proxy-judge-body #loginModal #loginSubmit {
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.proxy-judge-body #menuModalContent .renew-button:hover {
    transform: translateY(-2px);
}

.proxy-judge-body #loginModal button[type="button"]:hover,
.proxy-judge-body #loginModal #loginSubmit:hover {
    transform: translateY(-2px);
}

.proxy-judge-body #loginModal #loginSubmit.loading {
    opacity: 0.94;
    pointer-events: none;
    padding-right: 52px;
}

.proxy-judge-body #loginModal #loginSubmit.loading::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.68);
    border-top-color: transparent;
    transform: translateY(-50%);
    animation: loginSpinner 0.8s linear infinite;
}
