/* ============================================================
   TRACNGHIEMMIENPHI.VN — CUSTOM CSS
   Theme: Xanh Dương — Đồng bộ trang chủ Tri Thức Mở
   Flatsome 3.20.4
   Dán vào: Appearance > Customize > Additional CSS
   ============================================================ */

/* ── FONT ── */
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;1,600&display=swap');


:root {
    --grad:        linear-gradient(135deg, #2563EB, #4F46E5);
    --blue:        #2563EB;
    --blue-dk:     #1D4ED8;
    --purple:      #4F46E5;
    --green:       #10B981;
    --text:        #0F172A;
    --text-light:  #64748B;
    --bg:          #F8FAFC;
    --white:       #FFFFFF;
    --border:      #E2E8F0;
    --card-shadow: 0 4px 24px rgba(37,99,235,0.09);
    --radius:      20px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: 'Be Vietnam Pro', sans-serif; background: var(--bg); color: var(--text); font-size: 15px; line-height: 1.7; }
  .container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
  .grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

  .btn-primary {
    display: inline-flex; align-items: center; gap: 8px; background: var(--grad);
    color: #fff; font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 50px;
    border: none; cursor: pointer; text-decoration: none; transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 20px rgba(37,99,235,.3); font-family: 'Be Vietnam Pro', sans-serif;
  }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37,99,235,.45); }
  .btn-outline {
    display: inline-flex; align-items: center; gap: 8px; background: transparent;
    color: var(--blue); font-weight: 600; font-size: 15px; padding: 13px 28px;
    border-radius: 50px; border: 2px solid var(--blue); cursor: pointer; text-decoration: none;
    transition: all .2s; font-family: 'Be Vietnam Pro', sans-serif;
  }
  .btn-outline:hover { background: var(--grad); color: #fff; border-color: transparent; transform: translateY(-2px); }

  /* NAV */
  .navbar {
    background: rgba(255,255,255,.93); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(37,99,235,.08); position: sticky; top: 0; z-index: 100;
  }
  .navbar .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }
  .nav-logo {
    font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700;
    background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; text-decoration: none;
  }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a { text-decoration: none; color: var(--text); font-weight: 500; font-size: 14px; transition: color .2s; }
  .nav-links a:hover { color: var(--blue); }
  .nav-cta { display: flex; gap: 12px; align-items: center; }
  .btn-sm { padding: 9px 22px; font-size: 14px; }

  /* HERO */
  .hero { padding: 88px 0 68px; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; top: -120px; right: -200px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(79,70,229,.10) 0%, transparent 70%); pointer-events: none; }
  .hero::after { content: ''; position: absolute; bottom: -80px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 70%); pointer-events: none; }
  .hero .container { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(37,99,235,.07); border: 1px solid rgba(37,99,235,.16);
    border-radius: 50px; padding: 7px 18px; font-size: 13px; font-weight: 600;
    color: var(--blue); margin-bottom: 24px;
  }
  .badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }

  .hero h1 { font-family: 'Playfair Display', serif; font-size: 52px; line-height: 1.15; font-weight: 700; margin-bottom: 20px; }
  .hero h1 em { font-style: italic; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .hero-desc { font-size: 16px; color: var(--text-light); margin-bottom: 28px; line-height: 1.8; }

  .hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
  .hero-tag {
    background: #fff; border: 1px solid rgba(37,99,235,.18); border-radius: 50px;
    padding: 6px 16px; font-size: 13px; font-weight: 600; color: var(--blue);
    box-shadow: 0 2px 8px rgba(37,99,235,.07);
  }
  .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

  .hero-stats { display: flex; gap: 28px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(37,99,235,.1); }
  .stat-item { text-align: center; }
  .stat-num { font-size: 22px; font-weight: 800; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.2; }
  .stat-label { font-size: 12px; color: var(--text-light); font-weight: 500; }

  /* HERO VISUAL */
  .hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }
  .orb-wrap { position: relative; width: 420px; height: 420px; }
  .orb { width: 320px; height: 320px; border-radius: 50%; background: var(--grad); opacity: .11; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: pulse 4s ease-in-out infinite; }
  .orb.o2 { width: 240px; height: 240px; opacity: .17; animation-delay: 1s; }
  .orb.o3 { width: 160px; height: 160px; opacity: .26; animation-delay: 2s; }
  @keyframes pulse { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,-50%) scale(1.07); } }

  .num-center {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 104px; height: 104px; background: var(--grad); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: #fff;
    box-shadow: 0 8px 40px rgba(37,99,235,.4); z-index: 5;
  }
  .num-sat {
    position: absolute; width: 52px; height: 52px; background: #fff; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700;
    box-shadow: 0 4px 16px rgba(37,99,235,.18); z-index: 5;
    animation: floatY 3.5s ease-in-out infinite;
  }
  @keyframes floatY { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

  .float-card {
    position: absolute; background: #fff; border-radius: 14px; padding: 12px 16px;
    box-shadow: 0 8px 32px rgba(37,99,235,.14); display: flex; align-items: center;
    gap: 12px; font-size: 13px; font-weight: 600; color: var(--text); z-index: 10;
    animation: cardFloat 3s ease-in-out infinite;
  }
  .float-card.fc1 { bottom: 28px; left: -16px; }
  .float-card.fc2 { top: 36px; right: -16px; animation-delay: 1.5s; }
  .fc-icon { width: 36px; height: 36px; border-radius: 10px; background: var(--grad); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .fc-icon svg { width: 18px; height: 18px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .fc-sub { font-size: 11px; font-weight: 400; color: var(--text-light); margin-top: 2px; }
  @keyframes cardFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

  /* SECTION */
  .section { padding: 72px 0; }
  .section-header { text-align: center; margin-bottom: 48px; }
  .eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 10px; }
  .section-title { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 700; color: var(--text); margin-bottom: 12px; }
  .section-title.center-class {display: block !important;}
  .section-sub { font-size: 16px; color: var(--text-light); max-width: 540px; margin: 0 auto; }

  /* TEST CARDS */
  .tests-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
  .test-card {
    background: #fff; border-radius: var(--radius); overflow: hidden;
    box-shadow: var(--card-shadow); transition: transform .25s, box-shadow .25s;
    border: 1px solid rgba(37,99,235,.06);
  }
  .test-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(37,99,235,.18); }
  .card-thumb {
    width: 100%; height: 200px; display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
  }
  .card-thumb svg { width: 64px; height: 64px; position: relative; z-index: 2; }
  .card-thumb::after { content: ''; position: absolute; inset: 0; background: var(--grad); opacity: .07; }
  .card-body { padding: 20px; }
  .card-cat { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; }
  .card-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.4; }
  .card-desc { font-size: 13px; color: var(--text-light); margin-bottom: 14px; line-height: 1.55; }
  .card-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(37,99,235,.08); padding-top: 14px; }
  .count-wrap { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-light); font-weight: 500; }
  .count-wrap svg { width: 15px; height: 15px; stroke: var(--text-light); fill: none; stroke-width: 1.8; flex-shrink: 0; }
  .btn-test {
    display: inline-flex; align-items: center; gap: 6px; background: var(--grad); color: #fff;
    font-size: 13px; font-weight: 700; padding: 8px 18px; border-radius: 50px; text-decoration: none;
    border: none; cursor: pointer; transition: transform .2s, box-shadow .2s;
    font-family: 'Be Vietnam Pro', sans-serif; box-shadow: 0 3px 12px rgba(37,99,235,.25);
  }
  .btn-test:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,99,235,.4); }
  .badge-new {
    display: inline-block; background: linear-gradient(90deg,#10B981,#059669); color: #fff;
    font-size: 10px; font-weight: 800; padding: 3px 8px; border-radius: 50px;
    letter-spacing: .5px; text-transform: uppercase; margin-left: 6px; vertical-align: middle;
  }

  /* STEPS */
  .how-bg {
    background: linear-gradient(135deg,rgba(37,99,235,.04) 0%,rgba(79,70,229,.04) 100%);
    border-radius: 32px; padding: 56px 48px; position: relative; overflow: hidden;
    box-shadow: 0 2px 24px rgba(37,99,235,.07);
  }
  .how-bg::before { content: ''; position: absolute; top: -60px; right: -60px; width: 240px; height: 240px; background: radial-gradient(circle,rgba(79,70,229,.12),transparent 70%); }
  .steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; position: relative; }
  .steps-grid::before { content: ''; position: absolute; top: 40px; left: calc(16.66% + 16px); right: calc(16.66% + 16px); height: 2px; background: var(--grad); opacity: .22; }
  .step-item { text-align: center; position: relative; }
  .step-num {
    width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 50%; background: var(--grad);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 700; color: #fff;
    box-shadow: 0 8px 24px rgba(37,99,235,.3); position: relative; z-index: 2;
  }
  .step-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 10px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .step-desc { font-size: 14px; color: var(--text-light); line-height: 1.65; }

  /* TESTIMONIALS */
  .testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
  .testi-card {
    background: #fff; border-radius: var(--radius); padding: 28px;
    box-shadow: var(--card-shadow); border: 1px solid rgba(37,99,235,.06);
    position: relative; transition: transform .25s;
  }
  .testi-card:hover { transform: translateY(-4px); }
  .testi-card::before {
    content: '\201C'; position: absolute; top: 14px; right: 22px;
    font-family: 'Playfair Display', serif; font-size: 88px; line-height: 1;
    background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text; opacity: .14;
  }
  .testi-featured { background: linear-gradient(135deg,rgba(37,99,235,.05),rgba(79,70,229,.05)); border: 1px solid rgba(37,99,235,.14); }
  .testi-stars { display: flex; gap: 3px; margin-bottom: 14px; }
  .testi-stars span { color: #f59e0b; font-size: 15px; }
  .testi-text { font-size: 14px; color: #333; line-height: 1.75; margin-bottom: 20px; }
  .testi-author { display: flex; align-items: center; gap: 12px; }
  .testi-av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; color: #fff; flex-shrink: 0; font-family: 'Playfair Display', serif; }
  .testi-name { font-weight: 700; font-size: 14px; color: var(--text); }
  .testi-role { font-size: 12px; color: var(--text-light); }

  /* CTA */
  .cta-section { padding: 80px 0; }
  .cta-box {
    background: var(--grad); border-radius: 32px; padding: 72px 60px; text-align: center;
    position: relative; overflow: hidden; box-shadow: 0 16px 60px rgba(37,99,235,.35);
  }
  .cta-box::before { content: ''; position: absolute; top: -80px; left: -80px; width: 280px; height: 280px; background: rgba(255,255,255,.07); border-radius: 50%; }
  .cta-box::after { content: ''; position: absolute; bottom: -60px; right: -60px; width: 220px; height: 220px; background: rgba(255,255,255,.05); border-radius: 50%; }
  .cta-box h2 { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 700; color: #fff; margin-bottom: 16px; position: relative; z-index: 2; }
  .cta-box p { font-size: 17px; color: rgba(255,255,255,.86); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; position: relative; z-index: 2; }
  .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }
  .btn-white { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: #2563EB; font-weight: 800; font-size: 16px; padding: 16px 36px; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; transition: transform .2s, box-shadow .2s; box-shadow: 0 4px 20px rgba(0,0,0,.10); font-family: 'Be Vietnam Pro', sans-serif; }
  .btn-white:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(0,0,0,.18); }
  .btn-glass { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14); color: #fff; font-weight: 600; font-size: 16px; padding: 16px 36px; border-radius: 50px; border: 2px solid rgba(255,255,255,.38); cursor: pointer; text-decoration: none; transition: all .2s; font-family: 'Be Vietnam Pro', sans-serif; }
  .btn-glass:hover { background: rgba(255,255,255,.24); transform: translateY(-2px); }
  .cta-social { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 28px; position: relative; z-index: 2; }
  .av-stack { display: flex; }
  .av-item { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.28); border: 2px solid rgba(255,255,255,.65); margin-left: -9px; font-family: 'Playfair Display', serif; font-size: 13px; font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; }
  .av-item:first-child { margin-left: 0; }
  .cta-social-text { font-size: 14px; color: rgba(255,255,255,.82); font-weight: 500; }
  .cta-social-text strong { color: #fff; }

  /* FOOTER */
  footer { background: #0F172A; color: #64748B; padding: 64px 0 0; }
  .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; display: inline-block; margin-bottom: 14px; }
  .footer-brand p { font-size: 13px; line-height: 1.75; color: #64748B; margin-bottom: 20px; }
  .footer-socials { display: flex; gap: 10px; margin-bottom: 20px; }
  .soc-btn { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.06); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .2s; border: 1px solid rgba(255,255,255,.09); text-decoration: none; }
  .soc-btn:hover { background: rgba(37,99,235,.3); transform: translateY(-2px); }
  .soc-btn svg { width: 16px; height: 16px; stroke: #94A3B8; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .fc-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 13px; }
  .fc-row svg { width: 15px; height: 15px; stroke: var(--blue); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; opacity: .7; }
  .footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 16px; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
  .footer-col ul { list-style: none; }
  .footer-col ul li { margin-bottom: 10px; margin-left: 0px !important; }
  .footer-col ul li a { color: #64748B; text-decoration: none; font-size: 13px; transition: color .2s; display: flex; align-items: center; gap: 8px; }
  .footer-col ul li a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--grad); flex-shrink: 0; opacity: .55; }
  .footer-col ul li a:hover { color: #fff; }
  .footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #475569; }

  /* RESPONSIVE */
  @media (max-width: 960px) {
    .hero .container { grid-template-columns: 1fr; gap: 40px; }
    .orb-wrap { width: 300px; height: 300px; }
    .tests-grid { grid-template-columns: repeat(2,1fr); }
    .testi-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .hero h1 { font-size: 38px; }
    .steps-grid { grid-template-columns: 1fr; }
    .steps-grid::before { display: none; }
    .cta-box { padding: 48px 28px; }
    .cta-box h2 { font-size: 32px; }
  }
  @media (max-width: 600px) {
    .tests-grid, .testi-grid, .footer-grid { grid-template-columns: 1fr; }
    .nav-links { display: none; }
    .hero h1 { font-size: 30px; }
    .section-title { font-size: 28px; }
  }

  /* ── Archive page styles ───────────────────────────────────── */
/* ── Archive page styles ───────────────────────────────────── */
.sn-archive-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

/* Search bar */
.sn-search-bar {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}
.sn-search-bar input[type="text"] {
    flex: 1;
    padding: 5px 20px;
    border: 1.5px solid rgba(37,99,235,.18);
    border-radius: 50px;
    font-size: 14px;
    line-height: 14px;
    font-family: inherit;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
    background: #fff;
    height: 40px;
}
.sn-search-bar input[type="text"]:focus {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.sn-search-bar button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #2563EB, #4F46E5);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    font-family: inherit;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(37,99,235,.3);
}
.sn-search-bar button:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(37,99,235,.4);
}

/* Category tabs */
.sn-cat-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}
.sn-cat-tab {
    padding: 7px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1.5px solid rgba(37,99,235,.2);
    color: #64748B;
    background: #fff;
    transition: all .2s;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.sn-cat-tab:hover,
.sn-cat-tab.active {
    background: linear-gradient(135deg, #2563EB, #4F46E5);
    color: #fff;
    border-color: transparent;
}
.sn-cat-tab .sn-tab-count {
    background: rgba(0,0,0,.10);
    border-radius: 50px;
    padding: 1px 7px;
    font-size: 11px;
    font-weight: 700;
}
.sn-cat-tab.active .sn-tab-count,
.sn-cat-tab:hover .sn-tab-count {
    background: rgba(255,255,255,.25);
}

/* Result count */
.sn-result-count {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
}
.sn-result-count strong {
    color: #2563EB;
}

/* Grid – giống tests-grid trang chủ */
.sn-archive-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
@media (max-width: 900px) {
    .sn-archive-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
    .sn-archive-grid { grid-template-columns: 1fr; }
    .sn-search-bar { flex-direction: column; }
    .sn-search-bar button { border-radius: 50px; }
}

/* Pagination */
.sn-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 16px;
}
.sn-pagination a,
.sn-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1.5px solid rgba(37,99,235,.18);
    color: #64748B;
    background: #fff;
    transition: all .2s;
}
.sn-pagination a:hover {
    background: linear-gradient(135deg, #2563EB, #4F46E5);
    color: #fff;
    border-color: transparent;
}
.sn-pagination .current {
    background: linear-gradient(135deg, #2563EB, #4F46E5);
    color: #fff;
    border-color: transparent;
}
.sn-pagination .dots {
    border: none;
    background: none;
    color: #aaa;
    min-width: auto;
    padding: 0 4px;
}

/* Active filters bar */
.sn-active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.sn-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px 5px 14px;
    background: linear-gradient(135deg, #2563EB, #4F46E5);
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.sn-filter-chip .chip-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    transition: background .15s;
}
.sn-filter-chip:hover .chip-x {
    background: rgba(255,255,255,.45);
}
.sn-clear-all {
    font-size: 12px;
    font-weight: 600;
    color: #e74c3c;
    text-decoration: none;
    padding: 5px 12px;
    border: 1.5px solid rgba(231,76,60,.3);
    border-radius: 50px;
    transition: all .2s;
}
.sn-clear-all:hover {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c;
}

/* Empty state */
.sn-empty {
    text-align: center;
    padding: 60px 20px;
    color: #888;
}
.sn-empty h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}
.sn-empty p { font-size: 14px; margin-bottom: 20px; }