/* RX Theme v8.7 Final Premium Polish */
:root{
    --rx-radius-sm:12px;
    --rx-radius-md:18px;
    --rx-radius-lg:28px;
    --rx-shadow-soft:0 14px 40px rgba(15,23,42,.07);
    --rx-shadow-strong:0 24px 70px rgba(15,23,42,.14);
}
html{
    scroll-behavior:smooth;
}
body.rx-theme-premium-polish{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.rx-container{
    max-width:var(--rx-container-width,1200px);
}
.rx-card,
.rx-widget,
.widget,
.rx-main article{
    overflow-wrap:anywhere;
}
.rx-main img,
.entry-content img{
    border-radius:var(--rx-radius-md);
}
.rx-main table,
.entry-content table{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    border-radius:var(--rx-radius-md);
}
.rx-main th,
.rx-main td,
.entry-content th,
.entry-content td{
    padding:12px 14px;
    border:1px solid #e5e7eb;
}
.rx-main th,
.entry-content th{
    background:#f8fafc;
    color:var(--rx-heading-color,#111827);
    font-weight:900;
}
blockquote{
    margin:26px 0;
    padding:20px 22px;
    border-left:5px solid var(--rx-primary-color,#0066cc);
    border-radius:0 var(--rx-radius-md) var(--rx-radius-md) 0;
    background:#f8fbff;
    color:#334155;
}
.rx-back-to-top{
    position:fixed;
    right:18px;
    bottom:22px;
    z-index:9997;
    width:46px;
    height:46px;
    border:0;
    border-radius:999px;
    background:linear-gradient(135deg,var(--rx-primary-color,#0066cc),var(--rx-secondary-color,#00a884));
    color:#fff;
    font-weight:1000;
    cursor:pointer;
    box-shadow:var(--rx-shadow-strong);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.rx-back-to-top.is-visible{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
body.rx-dark-mode blockquote{
    background:#111827;
    color:#cbd5e1;
}
body.rx-dark-mode .rx-main th,
body.rx-dark-mode .entry-content th{
    background:#111827;
    color:#fff;
}
body.rx-dark-mode .rx-main th,
body.rx-dark-mode .rx-main td,
body.rx-dark-mode .entry-content th,
body.rx-dark-mode .entry-content td{
    border-color:#243244;
}
@media(max-width:640px){
    .rx-back-to-top{
        right:12px;
        bottom:18px;
        width:42px;
        height:42px;
    }
}
@media print{
    .rx-back-to-top,
    .rx-accessibility-toolbar,
    .rx-site-header,
    .rx-site-footer,
    .rx-social-share,
    .rx-ad-slot{
        display:none!important;
    }
    body{
        background:#fff!important;
        color:#000!important;
    }
    a{
        color:#000!important;
        text-decoration:underline!important;
    }
}
