/* Lumi Academy Workbook Shared Styles */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Helvetica Neue',Arial,sans-serif;background:#fff;color:#1a1a2a;color-scheme:light}
.page{padding:48px 56px;min-height:9.5in;position:relative;page-break-after:always;border-bottom:1px dashed #eee}
.page:last-child{page-break-after:avoid;border-bottom:none}
h1{font-size:32px;font-weight:900;line-height:1.2}
h2{font-size:22px;font-weight:800;line-height:1.3;margin-bottom:12px}
h3{font-size:16px;font-weight:700;margin-bottom:8px;color:#1a3a6e}
p{font-size:14px;line-height:1.7;margin-bottom:10px;color:#333}
.lumi-header{background:linear-gradient(135deg,#0e0625,#1a004a);color:#fff;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;border-radius:0 0 12px 12px;margin:-48px -56px 32px}
.lumi-header .brand{font-size:15px;font-weight:800;color:#FFD93D;letter-spacing:.5px}
.lumi-header .page-info{font-size:12px;color:rgba(255,255,255,.5)}
.unit-bar{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;margin:0 0 20px;color:#fff}
.unit-bar .unit-emoji{font-size:28px}
.unit-bar .unit-title{font-size:18px;font-weight:800}
.unit-bar .unit-sub{font-size:12px;opacity:.8;margin-top:2px}
.vocab-box{background:#f8f7ff;border:2px solid #1a3a6e22;border-radius:12px;padding:16px 20px;margin-bottom:20px}
.vocab-box h3{color:#1a3a6e;margin-bottom:10px}
.vocab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.vocab-item{background:#fff;border:1px solid #dde;border-radius:8px;padding:8px 10px;font-size:13px}
.vocab-item strong{display:block;color:#1a3a6e;font-size:14px}
.practice-section{margin-bottom:24px}
.practice-header{font-size:13px;font-weight:800;color:#1a3a6e;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;padding-bottom:6px;border-bottom:2px solid #1a3a6e22}
.problem{margin-bottom:16px;padding:12px 14px;background:#fafafa;border-radius:8px;border-left:3px solid #ccc}
.problem.math{border-left-color:#e87828}
.problem.reading{border-left-color:#5BB8D4}
.problem.science{border-left-color:#69f0ae}
.problem.social{border-left-color:#FFD93D}
.problem-num{font-size:11px;font-weight:800;color:#888;margin-bottom:4px;text-transform:uppercase}
.problem-q{font-size:14px;font-weight:600;color:#1a1a2a;margin-bottom:8px;line-height:1.5}
.answer-line{height:32px;border-bottom:2px solid #1a3a6e33;margin:6px 0;width:100%}
.answer-line-sm{height:28px;border-bottom:1.5px solid #1a3a6e33;margin:4px 0}
.answer-box{border:2px solid #1a3a6e33;border-radius:6px;height:60px;width:100%;margin:6px 0}
.answer-box-lg{border:2px solid #1a3a6e33;border-radius:6px;height:120px;width:100%;margin:6px 0}
.draw-box{border:2px dashed #aac;border-radius:8px;height:140px;width:100%;margin:8px 0;display:flex;align-items:center;justify-content:center;color:#bbb;font-size:13px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
.grid-4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:8px}
.char-tip{background:#fff8f0;border:1.5px solid #e8782244;border-radius:10px;padding:10px 14px;font-size:12px;color:#555;line-height:1.6;margin:16px 0;display:flex;align-items:flex-start;gap:10px}
.char-tip .char{font-size:24px;flex-shrink:0}
.section-divider{height:3px;border-radius:2px;margin:24px 0}
.review-box{background:#f0f4ff;border:2px solid #1a3a6e33;border-radius:12px;padding:16px 20px;margin-bottom:16px}
.score-box{border:3px solid #1a3a6e;border-radius:12px;padding:20px;text-align:center;margin:20px 0}
.score-box .score-label{font-size:13px;color:#666;margin-bottom:8px}
.score-box .score-blank{height:48px;border-bottom:3px solid #1a3a6e;width:120px;margin:0 auto}
.standards-chip{display:inline-block;background:#1a3a6e;color:#fff;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;margin:2px;letter-spacing:.3px}
.page-footer{position:absolute;bottom:24px;left:56px;right:56px;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#bbb;border-top:1px solid #eee;padding-top:8px}
table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px}
th{background:#1a3a6e;color:#fff;padding:8px 10px;text-align:left;font-size:12px}
td{padding:8px 10px;border-bottom:1px solid #eee;vertical-align:top}
tr:nth-child(even) td{background:#f8f8ff}
.fill-blank{display:inline-block;border-bottom:2px solid #333;min-width:80px;height:20px;margin:0 4px}
.circle-answer{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid #888;border-radius:50%;font-size:13px;margin:0 4px;cursor:default}
@media print{
  .no-print{display:none!important}
  .page{border-bottom:none}
  body{background:#fff}
  @page{size:letter;margin:0}
}
