/**
 * AI Daily Learning Streak Pro — Public styles
 * Modern, distinctive UI with left-aligned layouts, glass depth, and organic motion.
 */
:root {
    --aidls-primary: #7C3AED;
    --aidls-primary-2: #A78BFA;
    --aidls-accent: #F59E0B;
    --aidls-ink: #0B1020;
    --aidls-muted: #64748B;
    --aidls-line: #E5E7EB;
    --aidls-bg: #FBFAFD;
    --aidls-card: #FFFFFF;
    --aidls-success: #10B981;
    --aidls-error: #EF4444;
    --aidls-radius: 20px;
    --aidls-radius-sm: 12px;
    --aidls-shadow-sm: 0 1px 2px rgba(15,23,42,.04);
    --aidls-shadow: 0 10px 30px -12px rgba(15,23,42,.15);
    --aidls-font: "Manrope", "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
    --aidls-font-display: "Fraunces", "Playfair Display", "Manrope", serif;
}

/* Font imports - loaded from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700;9..144,800&display=swap');

.aidls-hero, .aidls-grid-wrap, .aidls-daypage, .aidls-quiz, .aidls-dash, .aidls-cert, .aidls-downloads, .aidls-leaderboard, .aidls-progress-block, .aidls-day-list, .aidls-single-question {
    font-family: var(--aidls-font);
    color: var(--aidls-ink);
    line-height: 1.55;
}

/* ============ HERO ============ */
.aidls-hero { position: relative; overflow: hidden; padding: 64px 8vw; margin: 24px 0 40px; border-radius: var(--aidls-radius); background: radial-gradient(1200px 500px at -10% -10%, rgba(124,58,237,.35), transparent 60%), radial-gradient(1000px 400px at 110% 110%, rgba(245,158,11,.25), transparent 55%), linear-gradient(135deg, #0B0B1F 0%, #171235 55%, #2B1B4B 100%); color: #F8FAFC; }
.aidls-hero:before { content: ""; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E"); opacity: .06; mix-blend-mode: overlay; pointer-events: none; }
.aidls-hero-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; position: relative; }
.aidls-pill { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); padding: 6px 12px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(12px); }
.aidls-pill-dot { width: 8px; height: 8px; background: #34D399; border-radius: 50%; box-shadow: 0 0 12px #34D399; }
.aidls-hero-title { font-family: var(--aidls-font-display); font-size: clamp(36px, 5vw, 60px); line-height: 1.05; letter-spacing: -0.03em; margin: 20px 0 14px; font-weight: 700; }
.aidls-hero-sub { font-size: 18px; opacity: .82; max-width: 560px; margin: 0 0 28px; }
.aidls-hero-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.aidls-hero-stats > div { display: flex; flex-direction: column; }
.aidls-hero-stats strong { font-family: var(--aidls-font-display); font-size: 32px; font-weight: 700; letter-spacing: -0.02em; }
.aidls-hero-stats span { font-size: 12px; opacity: .7; text-transform: uppercase; letter-spacing: .06em; }
.aidls-hero-orb { position: relative; width: 280px; height: 280px; margin-left: auto; }
.aidls-orb { position: absolute; inset: 30px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #F8FAFC, #A78BFA 40%, #7C3AED 70%, #4C1D95 100%); box-shadow: 0 30px 80px -20px rgba(124,58,237,.55), inset 0 20px 30px rgba(255,255,255,.35); animation: aidls-float 6s ease-in-out infinite; }
.aidls-ring { position: absolute; inset: 0; }
.aidls-orb-percent { position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--aidls-font-display); font-size: 56px; font-weight: 700; letter-spacing: -0.02em; }
.aidls-orb-percent span { font-size: 24px; opacity: .8; margin-left: 2px; }
@keyframes aidls-float { 0%, 100% { transform: translateY(0) } 50% { transform: translateY(-12px) } }
@media (max-width: 900px) {
    .aidls-hero-inner { grid-template-columns: 1fr; }
    .aidls-hero-orb { margin: 0 auto; width: 220px; height: 220px; }
}

/* ============ GRID / DAY CARDS ============ */
.aidls-grid-wrap { padding: 0 8vw 60px; }
.aidls-grid-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 16px; }
.aidls-grid-head h2 { font-family: var(--aidls-font-display); font-size: 28px; letter-spacing: -0.02em; margin: 0; font-weight: 700; }
.aidls-tabs { display: inline-flex; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: 999px; padding: 4px; }
.aidls-tab { border: 0; background: transparent; padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 13px; cursor: pointer; color: var(--aidls-muted); transition: background .18s, color .18s; }
.aidls-tab.active { background: var(--aidls-ink); color: #fff; }
.aidls-tab:hover:not(.active) { background: #F1F5F9; color: var(--aidls-ink); }

.aidls-grid { display: grid; grid-template-columns: repeat(var(--aidls-cols, 4), 1fr); gap: 22px; }
@media (max-width: 1100px) { .aidls-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 820px) { .aidls-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .aidls-grid { grid-template-columns: 1fr; } }

.aidls-day-card { display: flex; flex-direction: column; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); overflow: hidden; text-decoration: none; color: var(--aidls-ink); transition: transform .22s cubic-bezier(.2,.9,.3,1.2), box-shadow .22s, border-color .22s; position: relative; }
.aidls-day-card:hover { transform: translateY(-4px); box-shadow: var(--aidls-shadow); border-color: transparent; }
.aidls-day-locked { opacity: .58; cursor: not-allowed; filter: grayscale(.35); }
.aidls-day-locked:hover { transform: none; box-shadow: none; }
.aidls-day-thumb { aspect-ratio: 16 / 10; background: linear-gradient(135deg, #EDE9FE, #FEF3C7); background-size: cover; background-position: center; position: relative; }
.aidls-day-badges { position: absolute; inset: 12px; display: flex; justify-content: space-between; align-items: flex-start; }
.aidls-daynum { background: rgba(15,16,32,.85); color: #fff; padding: 6px 12px; border-radius: 999px; font-weight: 700; font-size: 12px; letter-spacing: .04em; backdrop-filter: blur(8px); }
.aidls-badge-done, .aidls-badge-locked, .aidls-badge-open { padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .02em; backdrop-filter: blur(8px); }
.aidls-badge-done { background: #D1FAE5; color: #065F46; }
.aidls-badge-locked { background: rgba(15,16,32,.85); color: #fff; }
.aidls-badge-locked .dashicons { font-size: 12px; height: 12px; width: 12px; line-height: 1; }
.aidls-badge-open { background: rgba(255,255,255,.9); color: var(--aidls-primary); }
.aidls-day-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; }
.aidls-day-title { font-family: var(--aidls-font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; margin: 0; line-height: 1.25; }
.aidls-day-desc { color: var(--aidls-muted); font-size: 14px; margin: 0; }
.aidls-day-progress { height: 6px; background: #F1F5F9; border-radius: 999px; overflow: hidden; margin-top: 6px; }
.aidls-day-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--aidls-primary), var(--aidls-accent)); border-radius: inherit; transition: width .4s; }
.aidls-day-meta { color: var(--aidls-muted); font-size: 12px; margin-top: 2px; }

/* ============ BUTTONS ============ */
.aidls-btn-p, .aidls-btn-g { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: var(--aidls-radius-sm); font-weight: 600; font-size: 14px; border: 0; cursor: pointer; text-decoration: none; transition: transform .18s ease, background .18s, box-shadow .18s; font-family: inherit; }
.aidls-btn-p { background: var(--aidls-ink); color: #fff; }
.aidls-btn-p:hover { background: var(--aidls-primary); transform: translateY(-1px); box-shadow: var(--aidls-shadow); color: #fff; }
.aidls-btn-g { background: #fff; color: var(--aidls-ink); border: 1px solid var(--aidls-line); }
.aidls-btn-g:hover { background: #F1F5F9; }

/* ============ DAY PAGE ============ */
.aidls-daypage { display: grid; grid-template-columns: 320px 1fr; gap: 32px; padding: 20px 8vw 60px; }
@media (max-width: 900px) { .aidls-daypage { grid-template-columns: 1fr; } }
.aidls-side { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 22px; position: sticky; top: 20px; align-self: start; max-height: calc(100vh - 40px); overflow-y: auto; }
.aidls-side-daynum { font-size: 12px; letter-spacing: .1em; color: var(--aidls-primary); font-weight: 700; text-transform: uppercase; }
.aidls-side-head h2 { font-family: var(--aidls-font-display); font-size: 22px; letter-spacing: -0.01em; margin: 4px 0 16px; }
.aidls-side-progress { margin-bottom: 20px; }
.aidls-progress-bar { height: 8px; background: #F1F5F9; border-radius: 999px; overflow: hidden; }
.aidls-progress-bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--aidls-primary), var(--aidls-accent)); border-radius: inherit; transition: width .4s; }
.aidls-side-progress-text { margin-top: 8px; font-size: 13px; color: var(--aidls-muted); }
.aidls-qlist { list-style: none; padding: 0; margin: 0; }
.aidls-qlist li { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; cursor: pointer; transition: background .18s; }
.aidls-qlist li:hover { background: #F8FAFC; }
.aidls-qlist li.active { background: linear-gradient(135deg, rgba(124,58,237,.08), rgba(245,158,11,.06)); }
.aidls-qlist li.is-done { color: var(--aidls-muted); }
.aidls-qnum { width: 28px; height: 28px; display: grid; place-items: center; background: #F1F5F9; border-radius: 50%; font-size: 12px; font-weight: 700; flex-shrink: 0; }
.aidls-qlist li.is-done .aidls-qnum { background: var(--aidls-success); color: #fff; }
.aidls-qlist li.active .aidls-qnum { background: var(--aidls-ink); color: #fff; }
.aidls-qtitle { font-size: 14px; flex: 1; }
.aidls-qdone { color: var(--aidls-success); font-weight: 700; }

.aidls-main { min-width: 0; }
.aidls-question-wrap { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 32px; box-shadow: var(--aidls-shadow-sm); }
.aidls-q { display: none; animation: aidls-fade .3s ease; }
.aidls-q.active { display: block; }
@keyframes aidls-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.aidls-q-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.aidls-q-pos { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--aidls-primary); font-weight: 700; }
.aidls-q-type { font-size: 11px; padding: 4px 8px; background: #F1F5F9; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; color: var(--aidls-muted); font-weight: 600; }
.aidls-q-image { max-width: 100%; border-radius: 12px; margin-bottom: 16px; }
.aidls-q-text { font-family: var(--aidls-font-display); font-size: 24px; letter-spacing: -0.01em; margin-bottom: 24px; line-height: 1.4; font-weight: 600; }
.aidls-options { display: grid; gap: 12px; }
.aidls-option { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 2px solid var(--aidls-line); border-radius: var(--aidls-radius-sm); cursor: pointer; transition: all .18s; background: #fff; }
.aidls-option:hover { border-color: var(--aidls-primary-2); background: #FAF5FF; }
.aidls-option input[type="radio"] { accent-color: var(--aidls-primary); }
.aidls-option.correct { border-color: var(--aidls-success); background: #ECFDF5; }
.aidls-option.wrong { border-color: var(--aidls-error); background: #FEF2F2; }
.aidls-option.selected { border-color: var(--aidls-primary); background: #F5F3FF; }
.aidls-opt-key { width: 32px; height: 32px; background: #F1F5F9; border-radius: 8px; display: grid; place-items: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.aidls-option.correct .aidls-opt-key { background: var(--aidls-success); color: #fff; }
.aidls-option.wrong .aidls-opt-key { background: var(--aidls-error); color: #fff; }
.aidls-option.selected .aidls-opt-key { background: var(--aidls-primary); color: #fff; }
.aidls-opt-text { flex: 1; font-size: 15px; }
.aidls-options-text input[type="text"] { width: 100%; padding: 12px 16px; border: 2px solid var(--aidls-line); border-radius: var(--aidls-radius-sm); font-family: inherit; font-size: 15px; }
.aidls-options-text input:focus { outline: none; border-color: var(--aidls-primary); }
.aidls-text-answer { width: 100%; }

.aidls-q-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.aidls-q-feedback { margin-top: 18px; padding: 14px 18px; border-radius: 12px; font-weight: 600; }
.aidls-q-feedback.ok { background: #ECFDF5; color: #065F46; }
.aidls-q-feedback.err { background: #FEF2F2; color: #991B1B; }
.aidls-q-answer, .aidls-q-explanation, .aidls-q-practice { margin-top: 16px; padding: 16px 18px; border-radius: 12px; }
.aidls-q-answer { background: #ECFDF5; border-left: 4px solid var(--aidls-success); }
.aidls-q-explanation { background: #EFF6FF; border-left: 4px solid #3B82F6; }
.aidls-q-practice { background: #FFFBEB; border-left: 4px solid var(--aidls-accent); }

.aidls-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; }
.aidls-nav-progress { color: var(--aidls-muted); font-weight: 600; font-size: 14px; }

.aidls-complete-panel { background: linear-gradient(135deg, #F5F3FF, #FEF3C7); border: 1px solid rgba(124,58,237,.15); border-radius: var(--aidls-radius); padding: 40px; margin-top: 24px; text-align: center; }
.aidls-complete-emoji { font-size: 64px; margin-bottom: 12px; animation: aidls-pop .6s ease; }
@keyframes aidls-pop { 0% { transform: scale(0); } 60% { transform: scale(1.2); } 100% { transform: scale(1); } }
.aidls-complete-panel h2 { font-family: var(--aidls-font-display); font-size: 32px; margin: 8px 0; letter-spacing: -0.02em; }
.aidls-export-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px; }

.aidls-locked-panel { padding: 60px 20px; text-align: center; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); margin: 20px 8vw; }
.aidls-lock-icon { font-size: 60px; margin-bottom: 12px; }
.aidls-locked-panel h2 { font-family: var(--aidls-font-display); }

/* ============ QUIZ ============ */
.aidls-quiz { padding: 32px 8vw 60px; }
.aidls-quiz-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 16px; }
.aidls-quiz-head h1 { font-family: var(--aidls-font-display); font-size: 40px; letter-spacing: -0.03em; margin: 0; }
.aidls-quiz-meta { display: flex; gap: 12px; flex-wrap: wrap; }
.aidls-quiz-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: 999px; font-weight: 600; font-size: 13px; }
.aidls-timer { font-family: ui-monospace, monospace; color: var(--aidls-primary); }
.aidls-quiz-form { display: grid; gap: 20px; }
.aidls-quiz-q { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 24px; }
.aidls-quiz-q-head { color: var(--aidls-primary); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.aidls-quiz-q-text { font-family: var(--aidls-font-display); font-size: 20px; margin: 8px 0 16px; letter-spacing: -0.01em; }
.aidls-quiz-submit { text-align: center; margin-top: 20px; }
.aidls-quiz-result { margin-top: 30px; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 40px; text-align: center; }

/* ============ DASHBOARD ============ */
.aidls-dash { padding: 32px 8vw 60px; }
.aidls-dash-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.aidls-dash-user { display: flex; gap: 16px; align-items: center; }
.aidls-dash-user img { border-radius: 50%; }
.aidls-dash-user h1 { font-family: var(--aidls-font-display); margin: 0; font-size: 28px; letter-spacing: -0.02em; }
.aidls-dash-user p { margin: 0; color: var(--aidls-muted); }
.aidls-dash-streak { background: linear-gradient(135deg, #FEF3C7, #FED7AA); padding: 14px 20px; border-radius: 999px; font-weight: 700; }
.aidls-dash-streak strong { font-size: 24px; }
.aidls-dash-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-bottom: 24px; }
@media (max-width: 800px) { .aidls-dash-stats { grid-template-columns: repeat(2, 1fr); } }
.aidls-dash-stat { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 22px; text-align: center; }
.aidls-dash-stat .v { font-family: var(--aidls-font-display); font-size: 38px; font-weight: 700; letter-spacing: -0.03em; }
.aidls-dash-stat .l { color: var(--aidls-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-top: 4px; font-weight: 600; }
.aidls-dash-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 800px) { .aidls-dash-cols { grid-template-columns: 1fr; } }
.aidls-dash-panel { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 24px; }
.aidls-dash-panel h2 { font-family: var(--aidls-font-display); margin: 0 0 16px; font-size: 22px; letter-spacing: -0.01em; }
.aidls-day-list { list-style: none; padding: 0; margin: 0; }
.aidls-day-list li { border-bottom: 1px solid var(--aidls-line); }
.aidls-day-list li:last-child { border-bottom: 0; }
.aidls-day-list a { display: flex; align-items: center; gap: 12px; padding: 12px 0; text-decoration: none; color: var(--aidls-ink); }
.aidls-daynum-mini { width: 40px; height: 40px; background: linear-gradient(135deg, var(--aidls-primary), var(--aidls-accent)); color: #fff; border-radius: 12px; display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.aidls-day-list-title { flex: 1; font-weight: 600; }
.aidls-day-list-pct { color: var(--aidls-muted); font-size: 13px; }
.aidls-cert-link { display: block; padding: 12px 14px; background: linear-gradient(135deg, #FEF3C7, #FED7AA); border-radius: 12px; margin-bottom: 8px; color: var(--aidls-ink); font-weight: 600; text-decoration: none; }

/* ============ CERTIFICATE ============ */
.aidls-cert { padding: 40px 8vw; }
.aidls-cert-inner { max-width: 800px; margin: 0 auto; padding: 60px; background: #FEFCE8; border: 8px double var(--aidls-primary); border-radius: 8px; text-align: center; box-shadow: var(--aidls-shadow); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23F59E0B' opacity='0.15'/%3E%3C/svg%3E"); }
.aidls-cert-brand { font-family: var(--aidls-font-display); font-size: 14px; letter-spacing: .3em; text-transform: uppercase; color: var(--aidls-primary); font-weight: 700; }
.aidls-cert-title { font-family: var(--aidls-font-display); font-size: 42px; letter-spacing: -0.02em; margin: 20px 0 30px; }
.aidls-cert-sub { color: var(--aidls-muted); }
.aidls-cert-name { font-family: var(--aidls-font-display); font-size: 44px; margin: 12px 0 24px; letter-spacing: -0.02em; color: var(--aidls-primary); }
.aidls-cert-body { font-size: 18px; margin-bottom: 40px; }
.aidls-cert-foot { display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--aidls-muted); }

/* ============ DOWNLOADS ============ */
.aidls-downloads { padding: 32px 8vw 60px; }
.aidls-downloads h1 { font-family: var(--aidls-font-display); font-size: 36px; margin: 0 0 8px; }
.aidls-download-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 20px; }
.aidls-download-card { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); padding: 20px; }
.aidls-download-card h3 { margin: 0 0 12px; font-family: var(--aidls-font-display); font-size: 18px; }
.aidls-download-links { display: flex; gap: 8px; flex-wrap: wrap; }
.aidls-download-links a { padding: 8px 14px; font-size: 13px; }

/* ============ LEADERBOARD ============ */
.aidls-leaderboard { padding: 24px; background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius); }
.aidls-leaderboard h2 { font-family: var(--aidls-font-display); margin: 0 0 16px; }
.aidls-lb-list { list-style: none; padding: 0; margin: 0; counter-reset: rank; }
.aidls-lb-list li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: 12px; }
.aidls-lb-list li:nth-child(odd) { background: #FAFAFC; }
.aidls-lb-list li.top { background: linear-gradient(135deg, #FEF3C7, #FFF); }
.aidls-lb-rank { width: 32px; height: 32px; background: var(--aidls-ink); color: #fff; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 13px; }
.aidls-lb-list li.top .aidls-lb-rank { background: var(--aidls-accent); }
.aidls-lb-list img { width: 40px; height: 40px; border-radius: 50%; }
.aidls-lb-name { flex: 1; font-weight: 600; }
.aidls-lb-score { color: var(--aidls-primary); font-weight: 700; }

/* ============ MISC ============ */
.aidls-alert { padding: 16px 20px; border-radius: 12px; background: #FEF3C7; color: #92400E; }
.aidls-alert-error { background: #FEE2E2; color: #991B1B; }
.aidls-empty-state { padding: 40px; text-align: center; color: var(--aidls-muted); background: var(--aidls-card); border: 1px dashed var(--aidls-line); border-radius: var(--aidls-radius); grid-column: 1 / -1; }
.aidls-streak-mini { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; background: linear-gradient(135deg, #FEF3C7, #FED7AA); border-radius: 999px; font-weight: 700; }
.aidls-streak-mini span { font-weight: 500; color: var(--aidls-muted); font-size: 13px; }
.aidls-progress-block { background: var(--aidls-card); border: 1px solid var(--aidls-line); border-radius: var(--aidls-radius-sm); padding: 16px 20px; }
.aidls-progress-label { font-weight: 600; margin-bottom: 8px; font-size: 14px; }
