/* f8bet.now - Premier F8BET Theme Stylesheet */
:root {
    --primary: #ea580c;
    --primary-hover: #c2410c;
    --primary-light: #fff7ed;
    --primary-glow: rgba(234, 88, 12, 0.25);
    --gold: #f59e0b;
    --gold-light: #fef3c7;
    --dark: #0f172a;
    --dark-surface: #1e293b;
    --dark-border: #334155;
    --body-bg: #f8fafc;
    --surface: #ffffff;
    --border: #e2e8f0;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 14px rgba(0,0,0,0.08);
    --shadow-lg: 0 10px 25px rgba(0,0,0,0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
    font-family: var(--font);
    background-color: var(--body-bg);
    color: var(--text-main);
    line-height: 1.65;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: 0.2s; }
img { max-width: 100%; height: auto; display: block; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* TOP ANNOUNCEMENT BAR */
.top-bar {
    background: #090d16;
    color: #94a3b8;
    font-size: 12.5px;
    padding: 7px 0;
    border-bottom: 1px solid #1e293b;
}
.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-marquee {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
}
.live-badge {
    background: #ef4444;
    color: #fff;
    font-weight: 800;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
.top-bar-links {
    display: flex;
    gap: 16px;
}
.top-bar-links a { color: #cbd5e1; }
.top-bar-links a:hover { color: var(--gold); }

/* MAIN HEADER */
.main-header {
    background: #ffffff;
    border-bottom: 2px solid var(--primary);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow-sm);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 20px;
}
.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 24px;
    color: var(--primary);
}
.brand-logo img {
    height: 48px;
    width: auto;
}
.desktop-nav {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 4px;
}
.desktop-nav a {
    display: block;
    padding: 8px 12px;
    font-weight: 700;
    font-size: 13.5px;
    color: #334155;
    border-radius: var(--radius-sm);
}
.desktop-nav a:hover, .desktop-nav a.active {
    color: var(--primary);
    background: var(--primary-light);
}
.badge-hot {
    background: #ef4444;
    color: #ffffff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 4px;
    vertical-align: middle;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-login {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 13.5px;
    color: var(--dark);
    background: #f1f5f9;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    cursor: pointer;
}
.btn-login:hover { background: #e2e8f0; }
.btn-register {
    padding: 8px 18px;
    font-weight: 800;
    font-size: 13.5px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    box-shadow: 0 4px 10px var(--primary-glow);
}
.btn-register:hover { opacity: 0.95; transform: translateY(-1px); }

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--dark);
    cursor: pointer;
}

/* MOBILE DRAWER */
.mobile-drawer {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 2000;
}
.drawer-content {
    background: #ffffff;
    width: 280px;
    height: 100%;
    padding: 20px;
    overflow-y: auto;
}
.drawer-close {
    text-align: right;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
}
.drawer-nav {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.drawer-nav a {
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
}

/* BREADCRUMB */
.breadcrumb-wrap {
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    font-size: 13px;
    color: var(--text-muted);
}
.breadcrumb-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumb-inner a {
    color: var(--primary);
    font-weight: 600;
}
.breadcrumb-inner a:hover { text-decoration: underline; }
.breadcrumb-inner .sep { color: #94a3b8; }
.breadcrumb-inner .current { color: var(--text-main); font-weight: 500; }

/* ARTICLE LAYOUT */
.article-section {
    padding: 36px 0;
}
.article-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    align-items: start;
}
.article-main {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 36px;
    box-shadow: var(--shadow-sm);
}
.post-header {
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
}
.post-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary-light);
    color: var(--primary);
    font-weight: 800;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.post-title {
    font-size: 28px;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.35;
    margin-bottom: 14px;
}
.post-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 13px;
    color: var(--text-muted);
    flex-wrap: wrap;
}
.meta-item { display: flex; align-items: center; gap: 4px; }

/* TABLE OF CONTENTS */
.toc-box {
    background: #f8fafc;
    border: 1px solid var(--border);
    border-left: 4px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 20px;
    margin: 24px 0 32px 0;
}
.toc-title {
    font-size: 15px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.toc-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.toc-list li { font-size: 13.5px; }
.toc-list li.toc-h3 { padding-left: 18px; font-size: 13px; }
.toc-list a {
    color: #334155;
    font-weight: 600;
    text-decoration: none;
}
.toc-list a:hover {
    color: var(--primary);
    text-decoration: underline;
}

/* ARTICLE BODY STYLING */
.article-content {
    font-size: 15.5px;
    color: #334155;
    line-height: 1.8;
}
.article-content p {
    margin-bottom: 18px;
}
.article-content h2 {
    font-size: 21px;
    font-weight: 800;
    color: var(--dark);
    margin: 32px 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #f1f5f9;
}
.article-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #1e293b;
    margin: 24px 0 12px 0;
}
.article-content ul, .article-content ol {
    margin: 16px 0 20px 24px;
}
.article-content li {
    margin-bottom: 8px;
}
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    background: #ffffff;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.article-content th, .article-content td {
    padding: 12px 14px;
    border: 1px solid var(--border);
    text-align: left;
}
.article-content th {
    background: #f1f5f9;
    font-weight: 800;
    color: var(--dark);
}
.article-content tr:nth-child(even) {
    background: #f8fafc;
}

/* SEO ANCHORS & CALLOUTS */
.seo-anchor-home {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted var(--primary);
}
.seo-anchor-home:hover {
    color: var(--primary-hover);
    border-bottom: 1px solid var(--primary-hover);
}
.seo-interlink {
    color: #0284c7;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.seo-interlink:hover { color: #0369a1; }

.pro-tip-box {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-left: 4px solid #10b981;
    border-radius: var(--radius-md);
    padding: 18px;
    margin: 26px 0;
    display: flex;
    gap: 12px;
}
.pro-tip-box .tip-icon { font-size: 20px; }
.pro-tip-box .tip-content { font-size: 14px; color: #065f46; line-height: 1.6; }

.article-cta-box {
    background: linear-gradient(135deg, #1e293b, var(--dark));
    color: #ffffff;
    border-radius: var(--radius-lg);
    padding: 26px;
    margin: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    box-shadow: var(--shadow-md);
}
.cta-box-text h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 6px;
}
.cta-box-text p {
    color: #94a3b8;
    font-size: 13.5px;
    margin-bottom: 0;
}
.cta-box-btn {
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: var(--radius-md);
    white-space: nowrap;
    box-shadow: 0 4px 12px var(--primary-glow);
}
.cta-box-btn:hover { opacity: 0.95; transform: scale(1.02); }

.seo-home-card {
    background: var(--primary-light);
    border: 1px solid #fed7aa;
    border-radius: var(--radius-md);
    padding: 18px;
    margin: 28px 0;
    text-align: center;
}
.seo-home-card p {
    margin-bottom: 8px;
    font-size: 14.5px;
    color: #7c2d12;
}

/* AUTHOR CARD */
.author-box {
    display: flex;
    gap: 16px;
    background: #f8fafc;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-top: 36px;
}
.author-avatar {
    width: 60px;
    height: 60px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    flex-shrink: 0;
}
.author-info h4 { font-size: 15px; font-weight: 800; color: var(--dark); margin-bottom: 4px; }
.author-info p { font-size: 13px; color: var(--text-muted); margin-bottom: 0; line-height: 1.5; }

/* RELATED ARTICLES SECTION */
.related-posts-sec {
    margin-top: 48px;
}
.related-sec-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.related-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 18px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.related-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}
.related-badge {
    align-self: flex-start;
    background: #f1f5f9;
    color: #475569;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.related-card h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 6px;
    line-height: 1.4;
}
.related-card p {
    font-size: 12.5px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 12px;
}
.related-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* SIDEBAR */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.widget-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 24px;
    box-shadow: var(--shadow-sm);
}
.widget-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}
.widget-links-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.widget-links-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 600;
    color: #334155;
    padding: 6px 0;
    border-bottom: 1px dashed var(--border);
}
.widget-links-list li a:hover {
    color: var(--primary);
    padding-left: 4px;
}
.widget-promo-card {
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #ffffff;
    border-radius: var(--radius-lg);
    padding: 24px;
    text-align: center;
    box-shadow: var(--shadow-md);
}
.widget-promo-card h3 { font-size: 20px; font-weight: 900; margin-bottom: 8px; }
.widget-promo-card p { font-size: 13px; opacity: 0.9; margin-bottom: 16px; }
.widget-promo-btn {
    display: inline-block;
    background: #ffffff;
    color: var(--primary);
    font-weight: 800;
    font-size: 13.5px;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
}

/* HOMEPAGE SPECIFIC */
.hero-banner {
    background: linear-gradient(135deg, #090d16, #1e293b);
    color: #ffffff;
    padding: 50px 0 40px 0;
    border-bottom: 1px solid var(--dark-border);
}
.hero-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 36px;
    align-items: center;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.hero-h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 14px;
}
.hero-p {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 24px;
}
.hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.hero-side-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: var(--radius-lg);
    padding: 28px;
}
.hero-side-title {
    font-size: 17px;
    font-weight: 800;
    color: var(--gold);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.stat-box {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
    padding: 14px;
    text-align: center;
}
.stat-val { font-size: 22px; font-weight: 900; color: #ffffff; }
.stat-label { font-size: 12px; color: #94a3b8; margin-top: 2px; }

/* GAME LOBBY SECTION */
.home-section {
    padding: 44px 0;
}
.sec-title-wrap {
    text-align: center;
    margin-bottom: 32px;
}
.sec-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--dark);
    margin-bottom: 8px;
}
.sec-sub {
    font-size: 14.5px;
    color: var(--text-muted);
}
.games-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.game-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 14px;
    text-align: center;
    transition: 0.2s;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.game-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}
.game-icon {
    font-size: 36px;
    margin-bottom: 12px;
}
.game-name {
    font-size: 14.5px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 4px;
}
.game-desc {
    font-size: 11.5px;
    color: var(--text-muted);
}

/* HOME FEATURES & PAYMENTS */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.feat-box {
    background: #ffffff;
    border: 1px solid var(--border);
    border-top: 3px solid var(--primary);
    border-radius: var(--radius-md);
    padding: 22px;
    box-shadow: var(--shadow-sm);
}
.feat-icon { font-size: 28px; margin-bottom: 12px; }
.feat-box h3 { font-size: 16px; font-weight: 800; color: var(--dark); margin-bottom: 6px; }
.feat-box p { font-size: 13px; color: var(--text-muted); line-height: 1.5; margin-bottom: 0; }

/* FAQ ACCORDION */
.faq-wrap {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-item {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
.faq-q {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    transition: 0.2s;
}
.faq-q:hover { background: #f8fafc; }
.faq-a {
    padding: 0 20px 16px 20px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    display: none;
}
.faq-item.open .faq-a { display: block; }
.faq-toggle-icon { font-size: 18px; transition: transform 0.2s; }
.faq-item.open .faq-toggle-icon { transform: rotate(180deg); }

/* ALL ARTICLES MAGAZINE GRID */
.mag-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.mag-post-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.2s;
    box-shadow: var(--shadow-sm);
}
.mag-post-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: #cbd5e1;
}
.mag-card-badge {
    align-self: flex-start;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.mag-post-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 8px;
    line-height: 1.4;
}
.mag-post-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 16px;
}
.mag-read-more {
    font-size: 13px;
    font-weight: 800;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* FOOTER */
.main-footer {
    background: #090d16;
    color: #94a3b8;
    padding: 56px 0 24px 0;
    border-top: 2px solid var(--primary);
    margin-top: 60px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 40px;
}
.footer-col h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 8px;
}
.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 32px; height: 2px;
    background: var(--primary);
}
.footer-desc {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 18px;
}
.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-links li a {
    font-size: 13px;
    color: #94a3b8;
    transition: 0.2s;
}
.footer-links li a:hover {
    color: #ffffff;
    padding-left: 4px;
}
.footer-badges-strip {
    border-top: 1px solid #1e293b;
    border-bottom: 1px solid #1e293b;
    padding: 20px 0;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.badge-item {
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    gap: 6px;
}
.footer-bottom {
    text-align: center;
    font-size: 12.5px;
    color: #64748b;
}

/* MOBILE BOTTOM BAR */
.mobile-bottom-bar {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #090d16;
    border-top: 1px solid #1e293b;
    z-index: 1000;
    height: 56px;
}
.mobile-bottom-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 100%;
}
.mobile-bottom-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    gap: 2px;
}
.mobile-bottom-btn.active, .mobile-bottom-btn:hover {
    color: var(--primary);
}
.mobile-bottom-btn.btn-reg-highlight {
    background: linear-gradient(135deg, var(--primary), var(--primary-hover));
    color: #ffffff;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width: 1024px) {
    .desktop-nav { display: none; }
    .mobile-menu-btn { display: block; }
    .article-grid { grid-template-columns: 1fr; }
    .hero-inner { grid-template-columns: 1fr; }
    .games-grid { grid-template-columns: repeat(3, 1fr); }
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .mag-articles-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .article-main { padding: 20px; }
    .post-title { font-size: 22px; }
    .hero-h1 { font-size: 24px; }
    .games-grid { grid-template-columns: repeat(2, 1fr); }
    .features-grid { grid-template-columns: 1fr; }
    .mag-articles-grid { grid-template-columns: 1fr; }
    .related-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .mobile-bottom-bar { display: block; }
    body { padding-bottom: 56px; }
    .top-bar { display: none; }
}

/* TOAST NOTIFICATION */
.toast-box {
    position: fixed;
    top: 24px;
    right: 24px;
    background: #090d16;
    color: #ffffff;
    padding: 14px 22px;
    border-radius: var(--radius-md);
    border-left: 4px solid var(--primary);
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    font-size: 14px;
    font-weight: 700;
    z-index: 99999;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.toast-box.active {
    opacity: 1;
    transform: translateY(0);
}
