/* RTP Education Platform - Dark Premium Gold Glassmorphism Theme */

.bg-gradient-radial {
    background: radial-gradient(ellipse at 50% 0%, rgba(217, 119, 6, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 50%, rgba(234, 179, 8, 0.08) 0%, transparent 40%),
                radial-gradient(ellipse at 20% 80%, rgba(251, 191, 36, 0.06) 0%, transparent 40%);
}

.glass-nav {
    background: rgba(18, 14, 6, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.glass-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.glass-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(234, 179, 8, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(217, 119, 6, 0.15);
}

.nav-link {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.2s;
}

.nav-link:hover {
    color: white;
    background: rgba(255, 255, 255, 0.05);
}

.nav-link-mobile {
    padding: 0.625rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
}

.nav-link-mobile:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Site logo */
.site-logo {
    display: flex;
    align-items: center;
}

.site-logo-img {
    height: 2rem;
    width: auto;
    max-width: 8.75rem;
}

@media (min-width: 640px) {
    .site-logo-img {
        height: 2.25rem;
    }
}

/* Auth buttons */
.btn-auth {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4375rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-auth-login {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.9);
}

.btn-auth-login:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.btn-auth-register {
    background: linear-gradient(135deg, #eab308, #d97706);
    border: 1px solid rgba(253, 224, 71, 0.4);
    color: white;
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.btn-auth-register:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.45);
    transform: translateY(-1px);
}

.btn-auth-join {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border: 1px solid rgba(74, 222, 128, 0.45);
    color: white;
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
    box-shadow: 0 4px 18px rgba(34, 197, 94, 0.35);
}

.btn-auth-join:hover {
    filter: brightness(1.08);
    box-shadow: 0 6px 24px rgba(34, 197, 94, 0.45);
    transform: translateY(-1px);
}

.auth-cta {
    border: 1px solid rgba(234, 179, 8, 0.25);
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.1) 0%, rgba(10, 10, 18, 0.5) 100%);
}

/* Language flags */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
}

.lang-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 0.375rem;
    opacity: 0.55;
    transition: all 0.2s ease;
    line-height: 0;
}

.lang-flag:hover {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.08);
}

.lang-flag-active {
    opacity: 1;
    background: rgba(234, 179, 8, 0.25);
    box-shadow: 0 0 0 1px rgba(234, 179, 8, 0.45);
}

.lang-flag-img {
    display: block;
    width: 2rem;
    height: 1rem;
    object-fit: cover;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

/* RTP Badges */
.rtp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.025em;
}

.rtp-high {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(16, 185, 129, 0.15));
    color: #4ade80;
    border: 1px solid rgba(74, 222, 128, 0.3);
    box-shadow: 0 0 12px rgba(74, 222, 128, 0.15);
}

.rtp-medium {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.15));
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.rtp-low {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2), rgba(220, 38, 38, 0.15));
    color: #f87171;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

/* Risk Badges */
.risk-badge {
    display: inline-flex;
    padding: 0.125rem 0.5rem;
    border-radius: 0.375rem;
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.risk-low { background: rgba(59, 130, 246, 0.2); color: #60a5fa; }
.risk-medium { background: rgba(251, 191, 36, 0.2); color: #fbbf24; }
.risk-high { background: rgba(239, 68, 68, 0.2); color: #f87171; }

/* Game Card */
.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.game-card:hover {
    border-color: rgba(234, 179, 8, 0.4);
    box-shadow: 0 12px 40px rgba(217, 119, 6, 0.2);
    transform: translateY(-4px) scale(1.02);
}

.game-card .game-thumb {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    background: linear-gradient(135deg, #1a1608, #25200e);
}

.game-card .game-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 6, 18, 0.95) 0%, transparent 60%);
    pointer-events: none;
}

.hot-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: white;
    font-size: 0.625rem;
    font-weight: 800;
    padding: 0.125rem 0.5rem;
    border-radius: 0.25rem;
    z-index: 2;
    animation: pulse-hot 2s infinite;
}

@keyframes pulse-hot {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* Provider Card */
.provider-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    min-height: 120px;
    text-align: center;
}

.provider-card .provider-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.5rem;
    margin-bottom: 0.75rem;
}

/* Skeleton Loading */
.skeleton {
    background: linear-gradient(90deg, rgba(255,255,255,0.04) 25%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0.04) 75%);
    background-size: 200% 100%;
    animation: skeleton-shimmer 1.5s infinite;
    border-radius: 0.5rem;
}

@keyframes skeleton-shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.skeleton-card {
    aspect-ratio: 1;
    border-radius: 1rem;
}

/* Search & Filter */
.search-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem 0.75rem 2.75rem;
    color: white;
    width: 100%;
    transition: all 0.2s;
}

.search-input-inline {
    padding: 0.625rem 2.25rem 0.625rem 1rem;
}

.search-wrap {
    position: relative;
}

.search-clear {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-clear:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.search-clear.hidden {
    display: none;
}

.search-input:focus {
    outline: none;
    border-color: rgba(234, 179, 8, 0.5);
    box-shadow: 0 0 0 3px rgba(234, 179, 8, 0.15);
    background: rgba(255, 255, 255, 0.08);
}

.filter-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 0.625rem 1rem;
    color: white;
    font-size: 0.875rem;
    width: 100%;
}

.filter-select-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    border-radius: 0.625rem;
}

.filter-select option {
    background: #1a1608;
    color: white;
}

/* Hero */
.hero-section {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(180deg, rgba(217, 119, 6, 0.12) 0%, transparent 100%);
}

.hero-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #fff, #fef9c3, #fde047);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.65;
    max-width: 36rem;
    margin: 0 auto 2rem;
}

.hero-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem 2.5rem;
    margin-bottom: 2rem;
}

.hero-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    min-width: 7rem;
}

.hero-feature-icon {
    font-size: 1.75rem;
    line-height: 1;
}

.hero-feature-text {
    font-size: 0.8125rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
}

.hero-stats {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
}

.hero-stat strong {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-stat span {
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-stat-divider {
    width: 1px;
    height: 2rem;
    background: rgba(255, 255, 255, 0.1);
}

/* Slot section */
.slot-section {
    padding-top: 2rem;
}

.section-title-main {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.section-subtitle {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

.slot-tab-bar {
    display: flex;
    gap: 0.5rem;
}

.slot-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
}

.slot-tab.active {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.35), rgba(217, 119, 6, 0.25));
    border-color: rgba(234, 179, 8, 0.45);
    color: white;
    box-shadow: 0 0 20px rgba(234, 179, 8, 0.15);
}

.rtp-controls-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: end;
}

@media (min-width: 640px) {
    .rtp-controls-row {
        grid-template-columns: minmax(10rem, 14rem) 1fr;
    }
}

.rtp-filters-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

@media (min-width: 640px) {
    .rtp-filters-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.control-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.45);
    display: flex;
    align-items: center;
}

.hero-glow {
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.15), rgba(217, 119, 6, 0.05));
    border: 1px solid rgba(234, 179, 8, 0.2);
}

.stat-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
}

/* Chart container */
.chart-container {
    position: relative;
    height: 280px;
    width: 100%;
}

/* Education cards */
.edu-card-relaxed { border-left: 3px solid #60a5fa; }
.edu-card-medium { border-left: 3px solid #fbbf24; }
.edu-card-high { border-left: 3px solid #f87171; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: rgba(234, 179, 8, 0.3); border-radius: 3px; }

/* Grid responsive */
.games-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .games-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
}

@media (min-width: 1024px) {
    .games-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1280px) {
    .games-grid { grid-template-columns: repeat(5, 1fr); }
}

.games-load-more-wrap {
    text-align: center;
    padding: 0.5rem 0 1rem;
}

.games-count-label {
    letter-spacing: 0.02em;
}

.btn-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-width: min(100%, 280px);
    padding: 0.85rem 2rem;
    border-radius: 9999px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, rgba(234, 179, 8, 0.95) 0%, rgba(217, 119, 6, 0.95) 50%, rgba(180, 83, 9, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 4px 24px rgba(217, 119, 6, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s ease;
    position: relative;
    overflow: hidden;
}

.btn-load-more::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.12) 50%, transparent 60%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.btn-load-more:hover:not(:disabled)::before {
    transform: translateX(100%);
}

.btn-load-more:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow:
        0 8px 32px rgba(217, 119, 6, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.btn-load-more:active:not(:disabled) {
    transform: translateY(0);
}

.btn-load-more:disabled {
    opacity: 0.65;
    cursor: wait;
}

.btn-load-more.hidden {
    display: none;
}

.btn-load-more-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    transition: transform 0.25s ease;
}

.btn-load-more-icon svg {
    width: 0.85rem;
    height: 0.85rem;
}

.btn-load-more:hover:not(:disabled) .btn-load-more-icon {
    transform: translateY(2px);
}

.btn-load-more-text {
    position: relative;
    z-index: 1;
}

.providers-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 640px) {
    .providers-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
    .providers-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1280px) {
    .providers-grid { grid-template-columns: repeat(6, 1fr); }
}

/* Tips & pattern education */
.tips-panel {
    border: 1px solid rgba(245, 158, 11, 0.15);
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.06) 0%, rgba(15, 15, 25, 0.4) 100%);
}

.rtp-guide-high { border-left: 2px solid rgba(74, 222, 128, 0.4); }
.rtp-guide-medium { border-left: 2px solid rgba(250, 204, 21, 0.4); }
.rtp-guide-low { border-left: 2px solid rgba(248, 113, 113, 0.4); }

/* Pola Main (game detail) */
.game-detail-thumb {
    aspect-ratio: 1;
    max-height: 280px;
}

@media (min-width: 1024px) {
    .game-detail-thumb {
        max-height: 220px;
    }
}

.game-pola-unified {
    display: flex;
    flex-direction: column;
}

.game-pola-unified .pola-main {
    border-radius: 1rem 1rem 0 0;
    margin-top: 0;
}

.pola-auth-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(234, 179, 8, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 0 1rem 1rem;
}

.pola-auth-footer .btn-auth-join {
    flex: 1 1 100%;
}

@media (min-width: 640px) {
    .pola-auth-footer {
        padding: 1.25rem 1.5rem;
    }
    .pola-auth-footer .btn-auth {
        flex: 1 1 auto;
    }
    .pola-auth-footer .btn-auth-join {
        flex: 1.2 1 auto;
    }
}

.pola-main {
    border: 1px solid rgba(234, 179, 8, 0.25);
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.08) 0%, rgba(10, 10, 18, 0.6) 100%);
}

.pola-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .pola-grid {
        grid-template-columns: minmax(220px, 280px) 1fr;
        gap: 1.5rem;
        align-items: start;
    }
}

@media (min-width: 1280px) {
    .pola-grid {
        grid-template-columns: minmax(240px, 300px) 1fr;
        gap: 2rem;
    }
}

.pola-aside {
    padding: 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.pola-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
}

@media (min-width: 640px) {
    .pola-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pola-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1280px) {
    .pola-steps {
        grid-template-columns: repeat(5, 1fr);
    }
}

.pola-header {
    background: linear-gradient(90deg, rgba(234, 179, 8, 0.2), rgba(245, 158, 11, 0.35), rgba(234, 179, 8, 0.2));
    border-bottom: 1px solid rgba(234, 179, 8, 0.2);
}

.pola-info-row {
    padding: 0.35rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.pola-pattern-banner {
    background: rgba(234, 179, 8, 0.15);
    border: 1px dashed rgba(234, 179, 8, 0.35);
    color: #fef9c3;
}

.pola-step {
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s;
}

.pola-step:hover {
    border-color: rgba(234, 179, 8, 0.25);
}

.pola-step-final {
    border-color: rgba(250, 204, 21, 0.35);
    background: rgba(250, 204, 21, 0.05);
}

.pola-step-num {
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(234, 179, 8, 0.25);
    color: #fef9c3;
    font-size: 0.75rem;
    font-weight: 700;
}

.pola-step-final .pola-step-num {
    background: rgba(250, 204, 21, 0.25);
    color: #fde68a;
}

.pola-tips-banner {
    background: rgba(234, 179, 8, 0.1);
    border: 1px solid rgba(234, 179, 8, 0.2);
}

.pola-tip-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.5rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.15s, background 0.15s, border-color 0.15s;
}

.pola-tip-nav:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
}

.pola-tip-nav svg {
    width: 1rem;
    height: 1rem;
}

/* Consistent page navigation */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.15s;
    flex-shrink: 0;
}

.back-link:hover {
    color: #fff;
}

.back-link-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.back-link-icon-only .back-link-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.forward-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    color: #fde047;
    transition: color 0.15s;
}

.forward-link:hover {
    color: #fef9c3;
    text-decoration: underline;
}

.forward-link-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

.page-nav-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.4);
}

.page-breadcrumb a {
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.15s;
}

.page-breadcrumb a:hover {
    color: #fff;
}

.page-breadcrumb-current {
    color: #fff;
}

.pola-status-high { color: #4ade80; }
.pola-status-medium { color: #facc15; }
.pola-status-low { color: #f87171; }
