/* ==============================================================
   ARCHIVE TUTORIALS/EMULATORS V19 — Premium Redesign (DNA single-game)
   Escopo: /tutoriais/ e /emuladores/
   ============================================================== */

.bs-tut-v19, .bs-tut-v19 * { box-sizing: border-box; }
.bs-tut-v19 a { text-decoration: none; color: inherit; }

body.post-type-archive-tutorial,
body.post-type-archive-emulator {
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(0, 195, 226, 0.08), transparent 70%),
        linear-gradient(180deg, #0a0e1a 0%, #080c14 100%) !important;
}
body.post-type-archive-tutorial #meio,
body.post-type-archive-emulator #meio,
.bs-tut-v19 { background: transparent !important; }

.bs-tut-v19 { padding-bottom: 70px; color: #c9d6e8; }

/* =============================================================
   HERO
   ============================================================= */
.bs-tut-hero {
    position: relative;
    padding: 56px 20px 44px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 195, 226, 0.22);
    margin-bottom: 32px;
}
.bs-tut-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 60% 100% at 15% 50%, rgba(0, 195, 226, 0.22) 0%, transparent 55%),
        radial-gradient(ellipse 50% 80% at 85% 30%, rgba(124, 231, 255, 0.12) 0%, transparent 55%),
        linear-gradient(135deg, #0c1420 0%, #0a0f1c 50%, #070b14 100%);
}
.bs-tut-hero-bg::before {
    content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.8;
    background-image:
        repeating-linear-gradient(0deg, transparent 0, transparent 30px, rgba(0, 195, 226, 0.025) 31px, transparent 32px),
        repeating-linear-gradient(90deg, transparent 0, transparent 30px, rgba(0, 195, 226, 0.025) 31px, transparent 32px);
}
.bs-tut-hero::before {
    content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.85), rgba(124, 231, 255, 1), rgba(0, 212, 255, 0.85), transparent);
    box-shadow: 0 0 18px rgba(0, 212, 255, 0.7);
    animation: bsTutLaser 6s ease-in-out infinite;
}
@keyframes bsTutLaser {
    0%, 100% { opacity: 0.55; filter: brightness(1); }
    50%      { opacity: 1;    filter: brightness(1.5); }
}

.bs-tut-hero-inner {
    position: relative; z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 38px;
    align-items: center;
}
.bs-tut-hero-left { flex-shrink: 0; }
.bs-tut-hero-cover {
    position: relative;
    width: 170px; height: 170px;
    border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    background:
        radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.14), transparent 50%),
        linear-gradient(135deg, #00c3e2 0%, #00a8d6 55%, #0078a8 100%);
    box-shadow:
        0 24px 60px -12px rgba(0, 195, 226, 0.7),
        0 0 0 2px rgba(0, 212, 255, 0.35),
        inset 0 2px 0 rgba(255, 255, 255, 0.32),
        inset 0 -12px 24px rgba(0, 0, 0, 0.2);
    isolation: isolate;
}
.bs-tut-hero-cover-glow {
    position: absolute; inset: -30px;
    border-radius: 30px;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.45) 0%, transparent 65%);
    filter: blur(28px);
    z-index: -1;
    animation: bsTutCoverPulse 3s ease-in-out infinite;
}
@keyframes bsTutCoverPulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50%      { opacity: 1;    transform: scale(1.12); }
}
.bs-tut-hero-cover > i {
    font-size: 66px;
    color: #001118;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.35));
    z-index: 1;
}
.bs-tut-hero-cover-badge {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 7px 16px;
    background: linear-gradient(135deg, #1a2436 0%, #0e1420 100%);
    border: 1px solid rgba(0, 212, 255, 0.5);
    border-radius: 100px;
    box-shadow: 0 10px 26px rgba(0, 195, 226, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}
.bs-tut-hero-cover-badge-label {
    font: 900 9.5px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* Right side */
.bs-tut-hero-right { min-width: 0; }
.bs-tut-hero-eyebrow {
    display: flex; gap: 8px; flex-wrap: wrap;
    margin-bottom: 14px;
}
.bs-tut-eyebrow-chip {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 12px;
    background: rgba(0, 195, 226, 0.12);
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 100px;
    font: 700 10px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.bs-tut-eyebrow-chip i { font-size: 10px; }

.bs-tut-hero-title {
    font: 900 clamp(28px, 4vw, 46px)/1.05 'Inter', -apple-system, sans-serif;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -1.2px;
}
.bs-tut-hero-title span {
    background: linear-gradient(135deg, #7ce7ff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 16px rgba(0, 212, 255, 0.4));
}
.bs-tut-hero-sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14.5px; line-height: 1.55;
    margin: 0 0 22px;
    max-width: 580px;
}

/* Hero stats */
.bs-tut-hero-stats {
    display: flex; gap: 10px; flex-wrap: wrap;
    margin-bottom: 22px;
}
.bs-tut-hero-stat {
    display: inline-flex; align-items: center; gap: 12px;
    padding: 10px 16px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(0, 195, 226, 0.18);
    border-radius: 12px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    transition: all .35s cubic-bezier(.2,.8,.2,1);
}
.bs-tut-hero-stat:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 212, 255, 0.45);
    box-shadow: 0 14px 30px rgba(0, 195, 226, 0.18);
}
.bs-tut-hero-stat > i {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.2), rgba(0, 195, 226, 0.08));
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 8px;
    color: #7ce7ff;
    font-size: 13px;
    flex-shrink: 0;
}
.bs-tut-hero-stat.easy > i { background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(16, 185, 129, 0.08)); border-color: rgba(16, 185, 129, 0.42); color: #6ee7b7; }
.bs-tut-hero-stat.med > i  { background: linear-gradient(135deg, rgba(245, 158, 11, 0.22), rgba(245, 158, 11, 0.08)); border-color: rgba(245, 158, 11, 0.42); color: #fcd34d; }
.bs-tut-hero-stat.adv > i  { background: linear-gradient(135deg, rgba(239, 68, 68, 0.22), rgba(239, 68, 68, 0.08)); border-color: rgba(239, 68, 68, 0.42); color: #fca5a5; }
.bs-tut-hero-stat-num {
    font: 900 20px/1 'JetBrains Mono', monospace;
    background: linear-gradient(135deg, #fff, #7ce7ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bs-tut-hero-stat-label {
    font: 800 9px/1 'Inter', sans-serif;
    color: rgba(124, 231, 255, 0.75);
    letter-spacing: 1.3px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Search bar */
.bs-tut-hero-search {
    position: relative;
    display: flex; align-items: center;
    max-width: 520px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 14px;
    overflow: hidden;
    transition: all .25s;
    backdrop-filter: blur(10px);
}
.bs-tut-hero-search:focus-within {
    border-color: rgba(0, 212, 255, 0.65);
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.14), 0 8px 22px rgba(0, 195, 226, 0.25);
    background: rgba(0, 0, 0, 0.6);
}
.bs-tut-hero-search-icon {
    position: absolute;
    left: 18px; top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 212, 255, 0.65);
    font-size: 14px;
    pointer-events: none;
}
.bs-tut-hero-search input {
    flex: 1;
    padding: 14px 16px 14px 44px;
    background: transparent;
    border: 0;
    color: #fff;
    font: 600 14px 'Inter', sans-serif;
    outline: none;
}
.bs-tut-hero-search input::placeholder { color: rgba(255, 255, 255, 0.45); }
.bs-tut-hero-search button {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 20px;
    margin: 6px;
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    border: 0;
    border-radius: 10px;
    color: #001118;
    font: 900 12px/1 'Inter', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 14px -2px rgba(0, 195, 226, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.bs-tut-hero-search button:hover {
    background: linear-gradient(135deg, #00d4ff, #00b8e2);
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -2px rgba(0, 195, 226, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}
.bs-tut-hero-search button i { font-size: 11px; }

/* =============================================================
   CONTENT
   ============================================================= */
.bs-tut-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section header */
.bs-tut-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 195, 226, 0.15);
    flex-wrap: wrap;
}
.bs-tut-section-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.bs-tut-section-num {
    font: 900 30px/1 'JetBrains Mono', monospace;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 212, 255, 0.55);
    letter-spacing: -1px;
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, 0.2));
}
.bs-tut-section-header h2 {
    margin: 0 0 3px;
    font: 900 20px/1.1 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.4px;
}
.bs-tut-section-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}
.bs-tut-section-header p strong { color: #7ce7ff; }
.bs-tut-section-count {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.14), rgba(0, 195, 226, 0.04));
    border: 1px solid rgba(0, 195, 226, 0.28);
    border-radius: 100px;
    color: #7ce7ff;
    font: 800 11px/1 'JetBrains Mono', monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Layout grid + sidebar */
.bs-tut-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
}

/* =============================================================
   CARDS GRID
   ============================================================= */
.bs-tut-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
}

.bs-tut-card {
    position: relative;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.82), rgba(14, 18, 28, 0.9));
    border: 1px solid rgba(0, 195, 226, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
    transition: transform .4s cubic-bezier(.22, 1, .36, 1), box-shadow .4s ease, border-color .4s ease;
}
.bs-tut-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0), transparent);
    opacity: 0;
    transition: all .35s;
    z-index: 3;
}
.bs-tut-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 195, 226, 0.32);
    box-shadow:
        0 20px 44px rgba(0, 0, 0, 0.55),
        0 0 32px rgba(0, 195, 226, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.bs-tut-card:hover::before {
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.85), transparent);
    opacity: 1;
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.65);
}

/* Card cover */
.bs-tut-card-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0a0e18;
}
.bs-tut-card-cover img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}
.bs-tut-card:hover .bs-tut-card-cover img { transform: scale(1.08); }
.bs-tut-card-cover-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #0f1a2e 0%, #0a0e18 100%);
    color: rgba(0, 195, 226, 0.35);
    font-size: 48px;
}
.bs-tut-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    pointer-events: none;
}
.bs-tut-card-type-badge {
    position: absolute;
    top: 10px; left: 10px;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 10px;
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    color: #001118;
    font: 900 9.5px/1 'Inter', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 195, 226, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    z-index: 2;
}
.bs-tut-card-type-badge i { font-size: 8px; }

.bs-tut-card-diff-badge {
    position: absolute;
    top: 10px; right: 10px;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 10px;
    color: #fff;
    font: 900 9.5px/1 'Inter', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    z-index: 2;
}
.bs-tut-card-diff-badge i { font-size: 8px; }

.bs-tut-card-hover-cta {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 10px 14px;
    background: linear-gradient(180deg, transparent, rgba(0, 212, 255, 0.95));
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s cubic-bezier(.2, .8, .2, 1);
    z-index: 2;
    display: flex; justify-content: center;
}
.bs-tut-card-hover-cta > span {
    display: inline-flex; align-items: center; gap: 8px;
    color: #001118;
    font: 900 11px/1 'Inter', sans-serif;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.bs-tut-card-hover-cta i { font-size: 12px; }
.bs-tut-card:hover .bs-tut-card-hover-cta {
    opacity: 1;
    transform: translateY(0);
}

/* Card body */
.bs-tut-card-body {
    padding: 16px 18px 18px;
}
.bs-tut-card-title {
    margin: 0 0 8px;
    font: 900 14.5px/1.35 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .25s;
}
.bs-tut-card:hover .bs-tut-card-title {
    color: #7ce7ff;
    text-shadow: 0 0 12px rgba(0, 195, 226, 0.4);
}
.bs-tut-card-excerpt {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 11.5px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bs-tut-card-meta {
    display: flex; flex-wrap: wrap; gap: 5px;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 195, 226, 0.08);
}
.bs-tut-card-meta-chip {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 8px;
    background: rgba(0, 195, 226, 0.06);
    border: 1px solid rgba(0, 195, 226, 0.14);
    border-radius: 5px;
    color: rgba(124, 231, 255, 0.82);
    font: 700 10px/1.2 'Inter', sans-serif;
    letter-spacing: 0.2px;
}
.bs-tut-card-meta-chip i { font-size: 9px; color: rgba(0, 212, 255, 0.7); }

/* =============================================================
   PAGINATION
   ============================================================= */
.bs-tut-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 32px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(0, 195, 226, 0.1);
}
.bs-tut-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(0, 195, 226, 0.18);
    color: rgba(255, 255, 255, 0.7);
    font: 800 12px/1 'Inter', sans-serif;
    border-radius: 10px;
    transition: all .25s;
    backdrop-filter: blur(10px);
}
.bs-tut-pagination .page-numbers:hover:not(.current) {
    border-color: rgba(0, 212, 255, 0.5);
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.15), rgba(0, 195, 226, 0.05));
    color: #7ce7ff;
    transform: translateY(-2px);
}
.bs-tut-pagination .page-numbers.current {
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    border-color: transparent;
    color: #001118;
    box-shadow: 0 6px 16px -4px rgba(0, 195, 226, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.bs-tut-pagination .page-numbers i { font-size: 10px; }
.bs-tut-pagination .page-numbers span { font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; }

/* =============================================================
   EMPTY STATE
   ============================================================= */
.bs-tut-empty {
    text-align: center;
    padding: 60px 30px;
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.5), rgba(16, 20, 30, 0.6));
    border: 1px dashed rgba(0, 195, 226, 0.2);
    border-radius: 16px;
}
.bs-tut-empty-icon {
    width: 80px; height: 80px;
    margin: 0 auto 18px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.1), rgba(0, 195, 226, 0.02));
    border: 1px solid rgba(0, 195, 226, 0.25);
    border-radius: 20px;
    color: rgba(0, 195, 226, 0.55);
    font-size: 36px;
}
.bs-tut-empty h3 {
    margin: 0 0 10px;
    font: 900 20px/1.2 'Inter', sans-serif;
    color: #fff;
}
.bs-tut-empty p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13.5px;
}
.bs-tut-empty p strong { color: #7ce7ff; }
.bs-tut-empty-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #00c3e2, #00a8d6);
    color: #001118 !important;
    font: 900 12px/1 'Inter', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 8px 20px -4px rgba(0, 195, 226, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s;
}
.bs-tut-empty-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -4px rgba(0, 195, 226, 0.65);
}

/* =============================================================
   SIDEBAR
   ============================================================= */
.bs-tut-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.bs-tut-sb-cta {
    text-align: center;
    padding: 26px 22px;
    background:
        radial-gradient(ellipse at top, rgba(255, 215, 0, 0.12), transparent 65%),
        linear-gradient(180deg, rgba(22, 28, 42, 0.9), rgba(14, 18, 28, 0.95));
    border: 1px solid rgba(255, 215, 0, 0.28);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 0 30px rgba(255, 215, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.bs-tut-sb-cta::before {
    content: ""; position: absolute;
    top: 0; left: 15%; right: 15%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.75), transparent);
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}
.bs-tut-sb-cta-icon {
    width: 56px; height: 56px;
    margin: 0 auto 14px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, #ffd54a, #ff9800);
    border-radius: 14px;
    color: #1a0e00;
    font-size: 22px;
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.bs-tut-sb-cta h4 {
    margin: 0 0 8px;
    font: 900 16px/1.2 'Inter', sans-serif;
    color: #fff;
    letter-spacing: -0.2px;
}
.bs-tut-sb-cta p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    line-height: 1.55;
}
.bs-tut-sb-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 22px;
    background: linear-gradient(135deg, #ffd54a, #ff9800);
    color: #1a0e00 !important;
    font: 900 11.5px/1 'Inter', sans-serif;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 6px 18px -2px rgba(255, 152, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s cubic-bezier(.2,.8,.2,1);
}
.bs-tut-sb-cta-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #ffdc70, #ffb300);
    box-shadow: 0 10px 24px -2px rgba(255, 152, 0, 0.65);
}

/* Sidebar widgets */
.bs-tut-sb-widget {
    background: linear-gradient(180deg, rgba(22, 28, 42, 0.78), rgba(16, 20, 30, 0.88));
    border: 1px solid rgba(0, 195, 226, 0.14);
    border-radius: 14px;
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}
.bs-tut-sb-widget-header {
    display: flex; align-items: center; gap: 8px;
    padding: 14px 18px;
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.1), rgba(0, 195, 226, 0.02));
    border-bottom: 1px solid rgba(0, 195, 226, 0.22);
}
.bs-tut-sb-widget-header i { color: #00d4ff; font-size: 12px; }
.bs-tut-sb-widget-header span {
    font: 900 10.5px/1 'Inter', sans-serif;
    color: #7ce7ff;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.bs-tut-sb-widget-body { padding: 8px; }

.bs-tut-sb-game {
    display: flex; gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background .2s;
}
.bs-tut-sb-game:hover { background: rgba(0, 195, 226, 0.05); }
.bs-tut-sb-game img {
    width: 40px; height: 56px;
    border-radius: 5px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
.bs-tut-sb-game-info { flex: 1; min-width: 0; }
.bs-tut-sb-game-name {
    font: 700 11.5px/1.35 'Inter', sans-serif;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .2s;
}
.bs-tut-sb-game:hover .bs-tut-sb-game-name { color: #7ce7ff; }
.bs-tut-sb-game-meta {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
}
.bs-tut-sb-game-meta i { color: rgba(0, 195, 226, 0.55); margin-right: 2px; font-size: 9px; }

.bs-tut-sb-nav {
    display: flex; align-items: center; gap: 10px;
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.6);
    font: 700 12px/1 'Inter', sans-serif;
    border-radius: 7px;
    transition: all .2s;
}
.bs-tut-sb-nav i {
    width: 16px; text-align: center;
    color: rgba(0, 195, 226, 0.6);
    font-size: 11px;
}
.bs-tut-sb-nav:hover {
    background: rgba(0, 195, 226, 0.06);
    color: #fff;
}
.bs-tut-sb-nav:hover i { color: #00d4ff; }
.bs-tut-sb-nav.is-active {
    background: linear-gradient(135deg, rgba(0, 195, 226, 0.14), rgba(0, 195, 226, 0.04));
    color: #7ce7ff;
}
.bs-tut-sb-nav.is-active i { color: #00d4ff; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1024px) {
    .bs-tut-layout {
        grid-template-columns: 1fr;
    }
    .bs-tut-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .bs-tut-sb-cta { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
    .bs-tut-hero {
        padding: 36px 18px 30px;
    }
    .bs-tut-hero-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }
    .bs-tut-hero-left { display: flex; justify-content: center; }
    .bs-tut-hero-cover { width: 140px; height: 140px; }
    .bs-tut-hero-cover > i { font-size: 52px; }
    .bs-tut-hero-eyebrow,
    .bs-tut-hero-stats { justify-content: center; }
    .bs-tut-hero-sub { margin-left: auto; margin-right: auto; }
    .bs-tut-hero-search { margin-left: auto; margin-right: auto; }

    .bs-tut-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 12px;
    }
    .bs-tut-card-title { font-size: 13px; }
    .bs-tut-card-body { padding: 12px 14px 14px; }
}
@media (max-width: 540px) {
    .bs-tut-hero-stats { gap: 6px; }
    .bs-tut-hero-stat { padding: 8px 12px; }
    .bs-tut-hero-stat-num { font-size: 17px; }
    .bs-tut-hero-search input { padding: 12px 14px 12px 40px; font-size: 13px; }
    .bs-tut-hero-search button { padding: 8px 14px; }
    .bs-tut-hero-search button span { display: none; }
    .bs-tut-sidebar { grid-template-columns: 1fr; }
}
