.os-home { padding-top: 0; padding: 0 2rem; }
.os-home-wrap { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 2.5rem; align-items: start; }
.os-home-main { min-width: 0; }
.os-home-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 1.5rem; padding-top: 2rem; }

/* Sidebar widgets */
.os-sidebar-widget { background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 1.2rem; overflow: hidden; }
.os-widget-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
.os-widget-icon { font-size: 1rem; }
.os-widget-title { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.03em; }
.os-sidebar-calendar { max-height: 500px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #2a2a36 transparent; }
.os-sidebar-calendar::-webkit-scrollbar { width: 4px; }
.os-sidebar-calendar::-webkit-scrollbar-thumb { background: #2a2a36; border-radius: 2px; }
/* Mini matches */
.os-sidebar-matches { display: flex; flex-direction: column; gap: 0.5rem; }
.os-smatch { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 0.6rem 0.8rem; }
.os-smatch-meta { display: flex; justify-content: space-between; margin-bottom: 0.4rem; }
.os-smatch-league { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: #2579e8; text-transform: uppercase; letter-spacing: 0.05em; }
.os-smatch-time { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: #8a8a9e; }
.os-smatch-teams { display: flex; align-items: center; justify-content: space-between; gap: 0.3rem; }
.os-smatch-t1, .os-smatch-t2 { font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 600; color: #c8c8d8; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 140px; }
.os-smatch-vs { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: #5a5a6e; flex-shrink: 0; }
.os-smatch-score { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; font-weight: 700; color: #fff; flex-shrink: 0; }

.os-sidebar-cta { display: block; text-align: center; padding: 0.7rem; margin-top: 1rem; background: rgba(37,121,232,0.1); color: #2579e8 !important; border-radius: 8px; font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 600; text-decoration: none !important; transition: all 0.2s; }
.os-sidebar-cta:hover { background: rgba(37,121,232,0.2); }
.os-sidebar-guides { display: flex; flex-direction: column; gap: 0.3rem; }
.os-sidebar-guide-item { display: flex; align-items: center; gap: 0.6rem; padding: 0.6rem 0.5rem; border-radius: 8px; text-decoration: none !important; transition: all 0.15s; }
.os-sidebar-guide-item:hover { background: rgba(255,255,255,0.04); }
.os-sg-emoji { font-size: 1.1rem; width: 28px; text-align: center; }
.os-sg-name { font-family: 'Outfit', sans-serif; font-size: 0.85rem; color: #c8c8d8; flex: 1; }
.os-sg-arrow { color: #5a5a6e; font-size: 0.8rem; transition: all 0.15s; }
.os-sidebar-guide-item:hover .os-sg-arrow { color: #2579e8; transform: translateX(2px); }
.os-sidebar-guide-item:hover .os-sg-name { color: #fff; }
.os-sidebar-pop-item { display: flex; align-items: flex-start; gap: 0.8rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); text-decoration: none !important; transition: all 0.15s; }
.os-sidebar-pop-item:last-child { border-bottom: none; }
.os-sidebar-pop-item:hover { padding-left: 0.3rem; }
.os-pop-num { font-family: 'JetBrains Mono', monospace; font-size: 1.1rem; font-weight: 800; color: rgba(37,121,232,0.25); flex-shrink: 0; line-height: 1.3; }
.os-pop-title { font-family: 'Outfit', sans-serif; font-size: 0.82rem; color: #b0b0c0; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.15s; }
.os-sidebar-pop-item:hover .os-pop-title { color: #e8e8ed; }

/* Hero */
.os-hero {
    position: relative; padding: 5rem 0 4rem; text-align: center;
    overflow: hidden; background: radial-gradient(ellipse at 50% 0%, rgba(37,121,232,0.08) 0%, transparent 60%);
}
.os-hero-inner { max-width: 800px; margin: 0 auto; position: relative; z-index: 1; }
.os-hero-badge {
    display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 0.75rem;
    color: #b0b0c0; border: 1px solid rgba(255,255,255,0.08); padding: 0.4rem 1rem;
    border-radius: 20px; margin-bottom: 1.5rem; letter-spacing: 0.05em;
}
.os-hero-title {
    font-family: 'Outfit', sans-serif !important; font-size: clamp(2.2rem, 6vw, 3.5rem) !important;
    font-weight: 900 !important; color: #fff !important; line-height: 1.1 !important;
    margin-bottom: 1rem; letter-spacing: -0.03em;
}
.os-gradient {
    background: linear-gradient(135deg, #2579e8, #5da0f5);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.os-hero-sub { color: #b0b0c0; font-size: 1.1rem; max-width: 560px; margin: 0 auto 2rem; line-height: 1.6; }
.os-search-box { position: relative; max-width: 500px; margin: 0 auto 2rem; }
.os-search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: #8a8a9e; }
.os-search-box input {
    width: 100%; padding: 0.9rem 1rem 0.9rem 2.8rem !important;
    background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important; color: #e8e8ed !important; font-family: 'Outfit', sans-serif !important;
    font-size: 0.95rem; transition: all 0.2s ease;
}
.os-search-box input:focus { border-color: #2579e8 !important; box-shadow: 0 0 0 3px rgba(37,121,232,0.15) !important; background: rgba(255,255,255,0.06) !important; }
.os-search-box input::placeholder { color: #8a8a9e; }
.os-hero-stats { display: flex; justify-content: center; gap: 3rem; }
.os-stat { text-align: center; }
.os-stat-num { display: block; font-family: 'JetBrains Mono', monospace; font-size: 1.5rem; font-weight: 700; color: #fff; }
.os-stat-label { font-size: 0.75rem; color: #8a8a9e; text-transform: uppercase; letter-spacing: 0.05em; }

/* ═══ Trending Bar ═══ */
.os-trending {
    background: rgba(255,255,255,0.02); border-top: 1px solid rgba(255,255,255,0.04);
    border-bottom: 1px solid rgba(255,255,255,0.04); padding: 0.8rem 2rem; margin-bottom: 3rem;
    overflow: hidden;
}
.os-trending-inner {
    max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 1rem;
}
.os-trending-label {
    font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; font-weight: 700;
    color: #fff; background: #e74c3c; padding: 0.25em 0.6em; border-radius: 4px;
    text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; flex-shrink: 0;
}
.os-trending-scroll {
    display: flex; gap: 1.5rem; overflow-x: auto; scrollbar-width: none;
    -ms-overflow-style: none; flex: 1;
}
.os-trending-scroll::-webkit-scrollbar { display: none; }
.os-trending-item {
    font-family: 'Outfit', sans-serif; font-size: 0.85rem; color: #b0b0c0 !important;
    white-space: nowrap; text-decoration: none !important; transition: color 0.2s;
    position: relative; padding-right: 1.5rem; flex-shrink: 0;
}
.os-trending-item::after {
    content: '·'; position: absolute; right: 0; color: #5a5a6e;
}
.os-trending-item:last-child::after { display: none; }
.os-trending-item:hover { color: #2579e8 !important; }

/* Sections */
.os-section { padding: 0; margin-bottom: 3rem; }
.os-section-inner { max-width: 1200px; margin: 0 auto; }
.os-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; }
.os-section-header h2 {
    font-family: 'Outfit', sans-serif !important; font-size: 1.5rem !important; font-weight: 700 !important;
    color: #fff !important; display: flex; align-items: center; gap: 0.5rem; margin: 0;
}
.os-section-icon { font-size: 1.2rem; }
.os-section-tag { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: #8a8a9e; text-transform: uppercase; letter-spacing: 0.05em; }
.os-btn-outline {
    font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 500;
    color: #2579e8 !important; border: 1px solid rgba(37,121,232,0.3); padding: 0.4rem 1rem;
    border-radius: 8px; transition: all 0.2s; text-decoration: none !important;
}
.os-btn-outline:hover { background: rgba(37,121,232,0.1); border-color: #2579e8; }

/* Articles Grid */
.os-articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.os-article-card {
    background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px;
    overflow: hidden; text-decoration: none !important; transition: all 0.2s ease;
}
.os-article-card:hover { border-color: rgba(255,255,255,0.12);  box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
.os-article-img { aspect-ratio: 16/9; overflow: hidden; }
.os-article-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.os-article-card:hover .os-article-img img { transform: scale(1.05); }
.os-article-body { padding: 1rem 1.2rem 1.2rem; }
.os-article-meta { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.5rem; }
.os-article-cat {
    font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: #2579e8;
    background: rgba(37,121,232,0.1); padding: 0.2em 0.5em; border-radius: 4px;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.os-cat-twitch { color: #9146ff !important; background: rgba(145,70,255,0.1) !important; }
.os-cat-jv { color: #27ae60 !important; background: rgba(39,174,96,0.1) !important; }
.os-article-date { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: #8a8a9e; }
.os-article-body h3 {
    font-family: 'Outfit', sans-serif !important; font-size: 1rem !important; font-weight: 600 !important;
    color: #e8e8ed !important; line-height: 1.4; margin: 0;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* Guides Grid */
.os-guides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 0.75rem; }
.os-guide-card {
    display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem;
    background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px;
    text-decoration: none !important; transition: all 0.2s ease;
}
.os-guide-card:hover { border-color: rgba(255,255,255,0.12); background: #1c1c26; transform: translateX(4px); }
.os-guide-emoji {
    font-size: 1.8rem; flex-shrink: 0; width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,0.04); border-radius: 10px;
}
.os-guide-info h3 { font-family: 'Outfit', sans-serif !important; font-size: 0.95rem !important; font-weight: 600 !important; color: #fff !important; margin: 0 0 0.2rem; }
.os-guide-info p { font-size: 0.8rem; color: #8a8a9e; margin: 0; line-height: 1.4; }
.os-guide-arrow { flex-shrink: 0; color: #8a8a9e; margin-left: auto; transition: all 0.2s; }
.os-guide-card:hover .os-guide-arrow { color: #2579e8; transform: translateX(3px); }

/* ═══ Setup Streamer ═══ */
.os-setup-grid {
    display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem;
}
.os-setup-card {
    background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 14px;
    padding: 1.5rem 1rem; text-align: center; text-decoration: none !important;
    transition: all 0.2s ease; position: relative; overflow: hidden;
}
.os-setup-card::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 60px; height: 2px; background: #2579e8; border-radius: 0 0 2px 2px; opacity: 0;
    transition: opacity 0.2s;
}
.os-setup-card:hover { border-color: rgba(37,121,232,0.3);  box-shadow: 0 8px 24px rgba(0,0,0,0.3); }
.os-setup-card:hover::before { opacity: 1; }
.os-setup-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.os-setup-type {
    font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: #2579e8;
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.3rem;
}
.os-setup-name {
    font-family: 'Outfit', sans-serif; font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem;
}
.os-setup-product {
    font-family: 'Outfit', sans-serif; font-size: 0.75rem; color: #8a8a9e; margin-bottom: 0.8rem;
}
.os-setup-cta {
    font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; color: #2579e8;
    opacity: 0; transition: opacity 0.2s;
}
.os-setup-card:hover .os-setup-cta { opacity: 1; }

/* ═══ Popular Articles ═══ */
.os-popular-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.os-popular-card {
    display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem;
    background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 12px;
    text-decoration: none !important; transition: all 0.2s ease;
}
.os-popular-card:hover { border-color: rgba(255,255,255,0.12); background: #1c1c26; }
.os-popular-rank {
    font-family: 'JetBrains Mono', monospace; font-size: 1.8rem; font-weight: 800;
    color: rgba(37,121,232,0.2); flex-shrink: 0; width: 40px;
}
.os-popular-info { flex: 1; min-width: 0; }
.os-popular-cat {
    font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; color: #8a8a9e;
    text-transform: uppercase; letter-spacing: 0.05em;
}
.os-popular-info h3 {
    font-family: 'Outfit', sans-serif !important; font-size: 0.9rem !important; font-weight: 600 !important;
    color: #e8e8ed !important; margin: 0.2rem 0 0; line-height: 1.3;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.os-popular-img {
    width: 64px; height: 64px; border-radius: 10px; overflow: hidden; flex-shrink: 0;
}
.os-popular-img img { width: 100%; height: 100%; object-fit: cover; }

/* About */
.os-about { margin-bottom: 0; }
.os-about-content {
    background: #16161e; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px;
    padding: 3rem; text-align: center;
}
.os-about-content h2 { font-size: 1.8rem !important; margin-bottom: 1rem; }
.os-about-content p { color: #b0b0c0; max-width: 600px; margin: 0 auto 2rem; line-height: 1.7; }
.os-about-features { display: flex; justify-content: center; gap: 2.5rem; }
.os-feature { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: #b0b0c0; }

/* Mobile */
@media (max-width: 768px) {
    .os-hero { padding: 3rem 1rem 2.5rem; }
    .os-hero-stats { gap: 1.5rem; }
    .os-stat-num { font-size: 1.2rem; }
    .os-section { margin-bottom: 2rem; }
    .os-home { padding: 0 1rem; }
    .os-home-wrap { grid-template-columns: 1fr; }
    .os-home-sidebar { position: static; }
    .os-guides-grid { grid-template-columns: 1fr; }
    .os-articles-grid { grid-template-columns: 1fr; }
    .os-setup-grid { grid-template-columns: repeat(2, 1fr); }
    .os-popular-grid { grid-template-columns: 1fr; }
    .os-about-content { padding: 2rem 1.5rem; }
    .os-about-features { flex-direction: column; align-items: center; gap: 1rem; }
    .os-section-header { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
    .os-trending-inner { gap: 0.8rem; }
}
@media (max-width: 480px) {
    .os-hero-title { font-size: 1.8rem !important; }
    .os-setup-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ═══ Category Banners Grid ═══ */
.os-cat-banners {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem;
}
.os-cat-banners-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.os-cat-banner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    text-decoration: none !important;
    overflow: hidden;
}
.os-cat-banner-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.6;
}
.os-cat-banner-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.os-cat-banner-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.os-cat-banner-name {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e4e4e7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.os-cat-banner-count {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #52525b;
    letter-spacing: 0.5px;
}
.os-cat-banner:hover {
    border-color: rgba(255,255,255,0.12);
}
.os-cat-banner:hover .os-cat-banner-accent {
    opacity: 1;
    height: 3px;
}
.os-cat-banner:hover .os-cat-banner-name {
    color: #fafafa;
}

@media (max-width: 1024px) {
    .os-cat-banners-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .os-cat-banners-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .os-cat-banner {
        padding: 12px 14px;
        gap: 10px;
    }
    .os-cat-banner-name {
        font-size: 12px;
    }
}
