/*
 * Public CSS Bundle: blog-classroom.bundle.css
 * Auto-generated by scripts/bundle_public_css.py
 * DO NOT EDIT - Edit source files instead
 *
 * Sources: blog-classroom/blog-classroom-base.css, blog-classroom/blog-classroom-desktop.css, blog-classroom/blog-classroom-mobile-portrait.css, blog-classroom/blog-classroom-mobile-landscape.css
 */

/* === blog-classroom/blog-classroom-base.css === */

/**
 * Classroom Blog Post — BASE (shared, no media query)
 *
 * Interactive demos + callouts for the ASVAB Classroom guide blog post.
 * Self-contained replicas of the real classroom UI, scoped under cbd-* to
 * avoid colliding with the blog layout. Mirrors the arena post's pattern.
 *
 * Prefix: cbd- (Classroom Blog Demo)
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700;800&display=swap');

/* ── Demo container ── */
.cbd-demo {
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}
.cbd-demo-label {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: #eef3fa;
    border-bottom: 1px solid #e2e8f0;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 0.72rem;
    color: #0264c0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cbd-demo-label svg { width: 14px; height: 14px; color: #0264c0; }
.cbd-demo-body { padding: 20px; }

/* ── Replay button ── */
.cbd-replay {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 14px;
    padding: 5px 14px;
    background: #eef3fa;
    border: 1px solid #d6e3f3;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0264c0;
    cursor: pointer;
    font-family: 'Space Grotesk', sans-serif;
    -webkit-appearance: none;
    appearance: none;
    transition: background 0.12s;
}
.cbd-replay:hover { background: #d6e3f3; }

/* ── Problem card (faithful .cls-problem-card) ── */
.cbd-q {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.cbd-q-meta { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.cbd-q-eyebrow {
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.7rem;
    letter-spacing: 1px; text-transform: uppercase; color: #475569;
}
.cbd-q-goal { font-size: 0.8rem; font-weight: 600; color: #64748b; }
.cbd-q-text { font-size: 1rem; line-height: 1.55; color: #0f172a; margin-bottom: 14px; }

.cbd-choices { display: grid; gap: 8px; }
.cbd-choice {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.95rem;
    color: #0f172a;
    transition: background 0.18s ease, border-color 0.18s ease;
}
.cbd-letter {
    width: 26px; height: 26px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: #fff; border: 1px solid #e2e8f0;
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.78rem; color: #475569;
}
.cbd-choice.is-selected { border-color: #fdcc05; background: #fef3c7; }
.cbd-choice.is-selected .cbd-letter { background: #fdcc05; color: #0f172a; border-color: #fdcc05; }
.cbd-choice.is-correct { border-color: #047857; background: #d1fae5; color: #047857; font-weight: 700; }
.cbd-choice.is-correct .cbd-letter { background: #047857; color: #fff; border-color: #047857; }
.cbd-choice-tick { color: #047857; font-weight: 900; opacity: 0; transition: opacity 0.2s ease; }
.cbd-choice.is-correct .cbd-choice-tick { opacity: 1; }

/* ── Answer distribution (faithful .cls-distribution) ── */
.cbd-dist {
    margin-top: 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
}
.cbd-dist-head {
    display: flex; justify-content: space-between; align-items: center;
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.66rem;
    letter-spacing: 1.4px; text-transform: uppercase; color: #475569; margin-bottom: 10px;
}
.cbd-dist-total { color: #94a3b8; }
.cbd-dist-row { display: grid; grid-template-columns: 22px 1fr 30px; align-items: center; gap: 10px; margin-top: 7px; }
.cbd-dist-let { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.85rem; color: #64748b; }
.cbd-dist-row.is-correct .cbd-dist-let { color: #047857; }
.cbd-dist-bar { height: 12px; background: #f1f5f9; border-radius: 999px; overflow: hidden; }
.cbd-dist-fill { display: block; height: 100%; width: 0; background: #94a3b8; border-radius: 999px; transition: width 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.cbd-dist-row.is-correct .cbd-dist-fill { background: #047857; }
.cbd-dist-n { font-weight: 700; font-size: 0.82rem; color: #0f172a; text-align: right; }

/* ── Explanation (faithful .cls-explanation) ── */
.cbd-explain {
    margin-top: 14px;
    background: #fef3c7;
    border: 1px solid #fdcc05;
    border-radius: 12px;
    padding: 16px;
}
.cbd-explain-eyebrow {
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.62rem;
    letter-spacing: 1.4px; text-transform: uppercase; color: #b45309; margin-bottom: 8px;
}
.cbd-explain-body { font-size: 0.92rem; line-height: 1.6; color: #334155; }
.cbd-explain-body p { margin: 0 0 8px; }
.cbd-explain-body p:last-child { margin: 0; }

/* reveal animation */
.cbd-reveal-in { animation: cbdFadeUp 0.4s ease forwards; }
@keyframes cbdFadeUp {
    0% { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* ── Tonight's Goals badge (faithful silhouette-logo fill) ── */
.cbd-goal {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.cbd-goal-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.cbd-goal-eyebrow {
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.66rem;
    letter-spacing: 1px; text-transform: uppercase; color: #0264c0;
}
.cbd-goal-name { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1.05rem; color: #0f172a; margin-top: 2px; }
.cbd-goal-status {
    flex-shrink: 0;
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.85rem;
    padding: 5px 12px; border-radius: 999px;
    background: #f1f5f9; color: #64748b;
    transition: background 0.25s ease, color 0.25s ease;
}
.cbd-goal-status.is-complete { background: #d1fae5; color: #047857; }
.cbd-pips { display: flex; gap: 10px; align-items: center; }
.cbd-pip {
    width: 44px; height: 44px; object-fit: contain;
    filter: grayscale(1) brightness(0.4) opacity(0.22);
    transition: filter 0.3s ease, transform 0.3s ease;
}
.cbd-pip.is-earned { filter: drop-shadow(0 2px 5px rgba(2, 100, 192, 0.3)); }
.cbd-pip.is-pop { animation: cbdPipPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1); }
@keyframes cbdPipPop {
    0% { transform: scale(0.7); }
    60% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
.cbd-goal-note { font-size: 0.86rem; line-height: 1.5; color: #64748b; margin-top: 14px; }

/* ── Recruiter / instructor aside callout ── */
.cbd-aside {
    margin: 36px 0;
    background: linear-gradient(135deg, rgba(2,100,192,0.06), rgba(91,33,182,0.05));
    border: 1px solid #d6e3f3;
    border-left: 4px solid #0264c0;
    border-radius: 0 14px 14px 0;
    padding: 22px 26px;
}
.cbd-aside-label {
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 0.7rem;
    letter-spacing: 1.4px; text-transform: uppercase; color: #0264c0; margin-bottom: 8px;
}
.cbd-aside p { margin: 0 0 10px; font-size: 1rem; line-height: 1.6; color: #334155; }
.cbd-aside p:last-child { margin: 0; }

/* ── In-content CTA ── */
.cbd-cta-section { text-align: center; margin: 36px 0; }
.cbd-cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 30px; border-radius: 999px;
    font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1rem; letter-spacing: 0.4px;
    color: #fff; text-decoration: none;
    background: linear-gradient(135deg, #0284c7, #0264c0);
    box-shadow: 0 8px 22px rgba(2, 100, 192, 0.28);
    transition: transform 0.12s, box-shadow 0.12s;
}
/* Beat the blog's `.article-content a { color: purple; underline }` link rule. */
.article-content .cbd-cta,
.article-content .cbd-cta:link,
.article-content .cbd-cta:visited,
.article-content .cbd-cta:hover { color: #fff !important; text-decoration: none !important; }
.cbd-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(2, 100, 192, 0.36); }

/* ── Real-screenshot figure (desktop/mobile pair via <picture>) ── */
.cbd-shot { margin: 28px 0; }
.cbd-shot picture { display: block; }
.cbd-shot img {
    display: block; width: 100%; margin: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.10);
}
.cbd-shot figcaption { margin-top: 10px; font-size: 0.85rem; color: #64748b; text-align: center; }

/* ── Two-track replay cards ── */
.cbd-tracks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.cbd-track {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.cbd-track-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.74rem;
    padding: 4px 10px; border-radius: 999px; margin-bottom: 10px;
}
.cbd-track-badge.a { background: #fef3c7; color: #92400e; }
.cbd-track-badge.b { background: #d1fae5; color: #065f46; }
.cbd-track-name { font-family: 'Space Grotesk', sans-serif; font-weight: 800; font-size: 1.05rem; color: #0f172a; margin-bottom: 6px; }
.cbd-track-desc { font-size: 0.9rem; line-height: 1.55; color: #475569; }


/* === blog-classroom/blog-classroom-desktop.css === */

/**
 * Classroom Blog Post — DESKTOP overrides
 * @media (min-width: 769px)
 */
@media (min-width: 769px) {
    .cbd-demo-body { padding: 24px; }
}


/* === blog-classroom/blog-classroom-mobile-portrait.css === */

/**
 * Classroom Blog Post — MOBILE PORTRAIT overrides
 * @media (max-width: 768px) and (orientation: portrait)
 */
@media (max-width: 768px) and (orientation: portrait) {
    .cbd-demo-body { padding: 14px; }
    .cbd-tracks { grid-template-columns: 1fr; }
    .cbd-pip { width: 38px; height: 38px; }
    .cbd-pips { gap: 7px; }
    .cbd-goal-head { flex-direction: column; align-items: flex-start; gap: 8px; }
    .cbd-q-text { font-size: 0.95rem; }
    .cbd-aside { padding: 18px 20px; }
}


/* === blog-classroom/blog-classroom-mobile-landscape.css === */

/**
 * Classroom Blog Post — MOBILE LANDSCAPE overrides
 * @media (max-width: 926px) and (orientation: landscape)
 */
@media (max-width: 926px) and (orientation: landscape) {
    .cbd-pip { width: 40px; height: 40px; }
}
