.adchecker-viewport {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.adchecker-hero-banner {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(236, 72, 153, 0.08) 50%, rgba(15, 23, 42, 0.8) 100%);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: var(--card-radius, 12px);
    padding: 24px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    backdrop-filter: blur(16px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.hero-left h1 {
    font-size: 2rem;
    font-weight: 900;
    margin: 6px 0;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.hero-left p {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
}

.info-banner {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(236, 72, 153, 0.08) 50%, rgba(15, 23, 42, 0.8) 100%);
    border: 1px solid rgba(0, 179, 255, 0.5);
    border-radius: var(--card-radius, 12px);
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.info-banner h1 {
    font-size: 2rem;
    font-weight: 900;
    margin: 6px 0;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.info-banner p {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
    align-items: center;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
}

.info-banner p strong {
    font-weight: 800;
    color: #e7e9ec;
}

.spec-bullet {
    position: absolute;
    left: 0;
    top: 0.45em;
    transform: translateY(50%);
    display: inline-block;
    color: #07ace3 !important;
    font-size: 0.4rem;
    margin: 0;
    padding: 0 !important;
}

.neon-pill-tag {
    font-size: 0.7rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #38bdf8;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 3px 10px;
    border-radius: 9999px;
}

.neon-action-btn {
    position: relative;
    background: linear-gradient(135deg, #0284c7 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.neon-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(2, 132, 199, 0.2);
}

.neon-action-btn:active {
    transform: translateY(0);
}

.neon-action-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.device-info-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 12px 18px;
    box-sizing: border-box;
    width: 100%;
}

.info-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.9rem;
    box-sizing: border-box;
    max-width: 100%;
}

.info-label {
    color: #b7c0cb;
    font-weight: 700;
}

.info-value {
    color: #38bdf8;
    font-weight: 700;
    font-family: var(--font-mono, monospace);
}

.ua-pill {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.ua-text {
    font-size: 0.72rem;
    color: #94a3b8;
    white-space: normal;
    word-break: break-all;
    line-height: 1.4;
}

.chrome-recommend-box {
    background: rgba(56, 189, 248, 0.06);
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.chrome-icon {
    font-size: 26px;
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chrome-info {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.chrome-info strong {
    display: block;
    font-size: 0.9rem;
    color: #38bdf8;
    margin-bottom: 2px;
    word-break: break-word;
}

.chrome-info p {
    margin: 0;
    font-size: 0.82rem;
    color: #cbd5e1;
    line-height: 1.4;
    word-break: break-word;
}

#chrome-download-wrap {
    margin-top: 10px;
    display: none;
    max-width: 100%;
}

#chrome-download-link {
    padding: 8px 16px;
    font-size: 0.8rem;
    text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.status-strip {
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid var(--theme-border, rgba(255, 255, 255, 0.1));
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    scroll-margin-top: 180px;
    box-sizing: border-box;
    width: 100%;
}

.status-strip.scanning {
    border-color: #38bdf8;
    box-shadow: 0 0 15px rgba(56, 189, 248, 0.15);
}

.status-strip.complete {
    border-color: #10b981;
    background: rgba(16, 185, 129, 0.08);
}

.status-strip.warning-moderate {
    border-color: #f59e0b;
    background: rgba(245, 158, 11, 0.08);
}

.status-strip.warning {
    border-color: #f43f5e;
    background: rgba(244, 63, 94, 0.08);
}

.status-text {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
    word-break: break-word;
}

.diagnostic-grid-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.diagnostic-card {
    position: relative;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--card-radius, 12px);
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    backdrop-filter: blur(16px);
    transition: transform 0.25s ease, border-color 0.25s ease;
    box-sizing: border-box;
    width: 100%;
}

.diagnostic-card:hover {
    transform: translateY(-2px);
    border-color: rgba(56, 189, 248, 0.4);
}

.diagnostic-card.failed-card {
    border-color: rgba(244, 63, 94, 0.4);
    background: rgba(244, 63, 94, 0.03);
}

.diagnostic-card.skipped-card {
    opacity: 0.75;
    border-color: rgba(255, 255, 255, 0.05);
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-icon-box {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.card-icon-box.cyan { 
    background: rgba(6, 182, 212, 0.15); 
    border-color: rgba(6, 182, 212, 0.3); 
    color: #22d3ee;
}

.card-icon-box.magenta { 
    background: rgba(217, 70, 239, 0.15); 
    border-color: rgba(217, 70, 239, 0.3); 
    color: #e879f9;
}

.card-icon-box.gray {
    background: rgba(148, 163, 184, 0.1);
    border-color: rgba(148, 163, 184, 0.2);
    color: #94a3b8;
}

.card-body h3 {
    margin: 0 0 6px 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #ffffff;
    word-break: break-word;
}

.card-body p {
    margin: 0;
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.5;
    word-break: break-word;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
    text-transform: uppercase;
}

.status-badge.idle { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: #64748b; }
.status-badge.loading { background: rgba(56, 189, 248, 0.15); border: 1px solid rgba(56, 189, 248, 0.4); color: #38bdf8; }
.status-badge.clean { background: rgba(16, 185, 129, 0.15); border: 1px solid rgba(16, 185, 129, 0.5); color: #34d399; }
.status-badge.moderate { background: rgba(245, 158, 11, 0.15); border: 1px solid rgba(245, 158, 11, 0.5); color: #fbbf24; }
.status-badge.blocked { background: rgba(244, 63, 94, 0.15); border: 1px solid rgba(244, 63, 94, 0.5); color: #fb7185; }
.status-badge.skipped {
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: #94a3b8;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.score-breakdown-card {
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--card-radius, 12px);
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    backdrop-filter: blur(16px);
    box-sizing: border-box;
    width: 100%;
}

.score-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.score-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #38bdf8;
    font-size: 1.1rem;
}

.score-header-title h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
}

.readiness-badge {
    font-size: 0.78rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
    padding: 6px 14px;
    border-radius: 9999px;
    text-transform: uppercase;
}

.readiness-badge.optimal { background: rgba(16, 185, 129, 0.15); border: 1px solid rgba(16, 185, 129, 0.5); color: #34d399; }
.readiness-badge.warning { background: rgba(245, 158, 11, 0.15); border: 1px solid rgba(245, 158, 11, 0.5); color: #fbbf24; }
.readiness-badge.critical { background: rgba(244, 63, 94, 0.15); border: 1px solid rgba(244, 63, 94, 0.5); color: #fb7185; }

.overall-progress-box {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    font-weight: 700;
    color: #f8fafc;
}

.progress-track {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #38bdf8 0%, #c026d3 100%);
    border-radius: 9999px;
    transition: width 0.6s ease;
}

.score-hint {
    margin: 4px 0 0 0;
    font-size: 0.75rem;
    color: #64748b;
    font-style: italic;
}

.ios-engine-banner {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.ios-engine-banner strong {
    display: block;
    color: #fbbf24;
    font-size: 0.9rem;
    margin-bottom: 4px;
}

.ios-engine-banner p {
    margin: 0;
    font-size: 0.83rem;
    color: #cbd5e1;
    line-height: 1.4;
}

.category-breakdown-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.cat-bar-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cat-bar-label {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #cbd5e1;
    font-weight: 600;
}

.cat-val {
    font-family: var(--font-mono, monospace);
    color: #94a3b8;
}

.cat-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 9999px;
    overflow: hidden;
}

.cat-fill {
    height: 100%;
    border-radius: 9999px;
    transition: width 0.5s ease;
}

.cat-fill.cyan { background: #22d3ee; }
.cat-fill.magenta { background: #e879f9; }
.cat-fill.blue { background: #3b82f6; }
.cat-fill.purple { background: #a855f7; }

.tested-hosts-accordion {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 12px 16px;
    margin-top: 8px;
}

.tested-hosts-accordion[open] {
    border-color: rgba(56, 189, 248, 0.3);
}

.hosts-accordion-summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 0.88rem;
    color: #38bdf8;
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
}

.accordion-chevron {
    margin-left: auto;
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.tested-hosts-accordion[open] .accordion-chevron {
    transform: rotate(180deg);
}

.detailed-hosts-container {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 6px;
}

.host-group h4 {
    margin: 0 0 8px 0;
    font-size: 0.85rem;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.host-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
}

.host-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-family: var(--font-mono, monospace);
}

.host-pill.passed {
    border-color: rgba(16, 185, 129, 0.2);
}

.host-pill.blocked {
    border-color: rgba(244, 63, 94, 0.2);
    background: rgba(244, 63, 94, 0.05);
}

.host-name {
    color: #cbd5e1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.host-status-tag {
    font-weight: 700;
    font-size: 0.68rem;
    padding: 2px 6px;
    border-radius: 4px;
}

.host-pill.passed .host-status-tag {
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
}

.host-pill.blocked .host-status-tag {
    color: #fb7185;
    background: rgba(244, 63, 94, 0.12);
}

.unblock-guide-wrapper {
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--card-radius, 12px);
    padding: 24px;
    backdrop-filter: blur(12px);
    scroll-margin-top: 180px;
    box-sizing: border-box;
    width: 100%;
}

.guide-header h2 {
    margin: 0 0 4px 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
}

.guide-header p {
    margin: 0 0 18px 0;
    font-size: 0.88rem;
    color: #94a3b8;
}

.guide-accordion-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guide-item {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    overflow: hidden;
}

.guide-item[open] {
    border-color: rgba(56, 189, 248, 0.3);
    background: rgba(0, 0, 0, 0.4);
}

.guide-summary {
    padding: 14px 18px;
    font-weight: 700;
    font-size: 0.92rem;
    color: #f8fafc;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
}

.summary-icon {
    font-size: 1.1rem;
    color: #38bdf8;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-chevron {
    margin-left: auto;
    font-size: 12px;
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
}

.guide-item[open] .acc-chevron {
    transform: rotate(90deg);
    color: #38bdf8;
}

.guide-content {
    padding: 0 18px 16px 48px;
    font-size: 0.88rem;
    color: #cbd5e1;
    line-height: 1.6;
}

.guide-content ol {
    margin: 0;
    padding-left: 18px;
}

.guide-content code {
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: var(--font-mono, monospace);
}

.endpoint-breakdown-box {
    margin-top: 12px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px 14px;
    max-height: 220px;
    overflow-y: auto;
}

.endpoint-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px;
}

.endpoint-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 0.72rem;
    font-family: var(--font-mono, monospace);
}

.endpoint-pill.passed {
    border-color: rgba(16, 185, 129, 0.25);
}

.endpoint-pill.blocked {
    border-color: rgba(244, 63, 94, 0.3);
    background: rgba(244, 63, 94, 0.06);
}

.endpoint-status-tag {
    font-weight: 700;
    font-size: 0.65rem;
    padding: 2px 5px;
    border-radius: 4px;
}

.endpoint-pill.passed .endpoint-status-tag {
    color: #34d399;
    background: rgba(16, 185, 129, 0.12);
}

.endpoint-pill.blocked .endpoint-status-tag {
    color: #fb7185;
    background: rgba(244, 63, 94, 0.12);
}

.fix-drawer {
    margin-top: 10px;
    background: rgba(244, 63, 94, 0.06);
    border: 1px solid rgba(244, 63, 94, 0.25);
    border-radius: 8px;
    overflow: hidden;
}

.fix-summary {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 0.88rem;
    color: #fb7185;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    user-select: none;
    border-bottom: 1px solid transparent;
}

.fix-drawer[open] .fix-summary {
    border-bottom-color: rgba(244, 63, 94, 0.2);
}

.fix-summary-chevron {
    margin-left: auto;
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

.fix-drawer[open] .fix-summary-chevron {
    transform: rotate(180deg);
}

.fix-content {
    padding: 14px 16px;
    font-size: 0.85rem;
    color: #fecdd3;
    line-height: 1.6;
}

.fix-content ol {
    margin: 6px 0 0 0;
    padding-left: 18px;
}

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.score-stats-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.stat-pill {
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: var(--font-mono, monospace);
}

.stat-pill.pass { background: rgba(16, 185, 129, 0.15); color: #34d399; border: 1px solid rgba(16, 185, 129, 0.3); }
.stat-pill.fail { background: rgba(244, 63, 94, 0.15); color: #fb7185; border: 1px solid rgba(244, 63, 94, 0.3); }
.stat-pill.warn { background: rgba(245, 158, 11, 0.15); color: #fbbf24; border: 1px solid rgba(245, 158, 11, 0.3); }
.stat-pill.skip { background: rgba(148, 163, 184, 0.15); color: #94a3b8; border: 1px solid rgba(148, 163, 184, 0.3); }

.bottom-action-bar {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.status-jump-link {
    color: #38bdf8;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 6px;
}

.endpoint-group-title {
    font-size: 0.78rem;
    font-weight: 700;
    color: #38bdf8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 10px 0 6px 0;
}

.endpoint-group-title:first-child {
    margin-top: 0;
}

.verdict-banner-box {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.verdict-banner-box.verdict-pass {
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34d399;
}

.verdict-banner-box.verdict-warn {
    background: rgba(245, 158, 11, 0.12);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #fbbf24;
}

.verdict-banner-box.verdict-fail {
    background: rgba(244, 63, 94, 0.12);
    border: 1px solid rgba(244, 63, 94, 0.4);
    color: #fb7185;
}

.verdict-title {
    font-size: 1.05rem;
    font-weight: 800;
}

.verdict-message {
    font-size: 0.85rem;
    color: #cbd5e1;
    margin: 0;
    line-height: 1.4;
}

.test-progress-bar {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    margin-top: 8px;
    overflow: hidden;
}

.test-progress-fill {
    height: 100%;
    background: #38bdf8;
    width: 0%;
    transition: width 0.15s ease;
}

.summary-issues-box {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 16px;
    margin-top: 14px;
    box-sizing: border-box;
    width: 100%;
}

.issues-summary-title {
    font-size: 0.9rem;
    font-weight: 800;
    color: #fbbf24;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.issues-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

.issue-jump-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 10px 14px;
    color: #f8fafc;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease;
    box-sizing: border-box;
    width: 100%;
}

.issue-jump-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.issue-jump-btn.fail {
    border-color: rgba(244, 63, 94, 0.3);
}

.issue-jump-btn.warn {
    border-color: rgba(245, 158, 11, 0.3);
}

.issue-badge {
    font-size: 0.68rem;
    font-weight: 800;
    font-family: var(--font-mono, monospace);
    padding: 2px 6px;
    border-radius: 4px;
    flex-shrink: 0;
}

.issue-jump-btn.fail .issue-badge {
    background: rgba(244, 63, 94, 0.2);
    color: #fb7185;
}

.issue-jump-btn.warn .issue-badge {
    background: rgba(245, 158, 11, 0.2);
    color: #fbbf24;
}

.issue-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.issue-arrow {
    font-size: 0.75rem;
    color: #64748b;
    transition: transform 0.2s ease, color 0.2s ease;
}

.issue-jump-btn:hover .issue-arrow {
    color: #38bdf8;
    transform: translateX(3px);
}

@media (max-width: 868px) {
    .adchecker-hero-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
    .category-breakdown-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 580px) {
    .chrome-recommend-box {
        flex-direction: column;
        text-align: center;
        padding: 14px 12px;
        gap: 10px;
    }
    .chrome-info strong, .chrome-info p {
        text-align: center;
    }
    #chrome-download-link {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .device-info-bar {
        padding: 10px;
    }
    .info-pill {
        width: 100%;
        justify-content: space-between;
    }
}