<!DOCTYPE html>
<html><head><meta charset="utf-8">
<style>
@page { size: 8.5in 11in; margin: 0.5in; }
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Helvetica Neue', Arial, sans-serif; color: #222; font-size: 14px; line-height: 1.7; }
page { width: 7.5in; }
page + page { page-break-before: always; }

/* โ”€โ”€ Header โ”€โ”€ */
.head { display: flex; align-items: baseline; gap: 10px; padding-bottom: 4px; border-bottom: 3px solid #3f51b5; margin-bottom: 6px; }
.head .week { font-size: 18px; font-weight: 700; color: #3f51b5; letter-spacing: -0.5px; }
.head .day { font-size: 14px; font-weight: 600; color: #3f51b5; background: #e8eaf6; padding: 2px 10px; border-radius: 3px; }
.head .topic { font-size: 12px; color: #888; margin-left: auto; font-style: italic; }

/* โ”€โ”€ Section โ”€โ”€ */
.sec { margin-bottom: 8px; }
.sec.pb { break-after: avoid; page-break-after: avoid; }
.sec-head { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.sec-n { font-size: 9px; font-weight: 700; color: #fff; background: #3f51b5; width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px; flex-shrink: 0; }
.sec-t { font-size: 13px; font-weight: 600; color: #333; }
.note { font-size: 10.5px; color: #999; font-style: italic; margin-bottom: 4px; }

/* โ”€โ”€ Math grid โ”€โ”€ */
.mgrid { display: grid; gap: 8px 0; }
.mgrid.c2 { grid-template-columns: 1fr 1fr; }
.mgrid.c3 { grid-template-columns: 1fr 1fr 1fr; }
.mgrid.c4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

/* โ”€โ”€ Blanks โ”€โ”€ */
.b { display: inline-block; border-bottom: 1.5px solid #333; min-width: 8em; text-align: center; }
.bw { display: inline-block; border-bottom: 1.5px solid #333; min-width: 18em; text-align: center; }
.bl { display: inline-block; border-bottom: 1.5px solid #333; min-width: 22em; text-align: center; }

/* โ”€โ”€ Boxes โ”€โ”€ */
.abox { border: 1.5px solid #e0e0e0; border-radius: 4px; padding: 8px 10px; margin-bottom: 5px; }
.dbox { border: 1.5px dashed #ccc; border-radius: 4px; min-height: 80px; background: #fafafa; margin-bottom: 8px; }
.draw-box { border: 1.5px dashed #bbb; border-radius: 6px; min-height: 80px; background: #fafafa; margin: 8px 0; }
.starbox { border: 2px solid #ffc107; border-radius: 6px; padding: 10px 12px; margin-bottom: 8px; background: #fffde7; }
.selfcheck { border: 1.5px solid #4caf50; border-radius: 4px; padding: 6px 10px; margin-bottom: 5px; background: #f1f8e9; }

/* โ”€โ”€ Table โ”€โ”€ */
.tbl { width: 100%; border-collapse: collapse; margin-bottom: 8px; font-size: 12px; }
.tbl th { background: #f5f5f5; color: #333; padding: 5px 8px; text-align: center; border-bottom: 2px solid #3f51b5; font-weight: 600; font-size: 11.5px; }
.tbl td { padding: 5px 8px; border-bottom: 1px solid #eee; text-align: center; }

/* โ”€โ”€ Word problem โ”€โ”€ */
.wp { border-left: 3px solid #3f51b5; padding-left: 8px; margin-bottom: 8px; }

/* โ”€โ”€ Number chart โ”€โ”€ */
.chart { display: grid; grid-template-columns: repeat(10, 1fr); font-family: 'Courier New', monospace; font-size: 11px; text-align: center; line-height: 1; }
.chart .c { border: 1px solid #ddd; padding: 3px 1px; }
.chart .c.hl { background: #f5f5f5; }
.chart .c.miss { border: 1.5px dashed #3f51b5; min-height: 16px; background: #fafafa; }
.chart .c.hdr { background: #3f51b5; color: #fff; font-weight: 600; border-color: #3f51b5; }

/* โ”€โ”€ Ordering boxes โ”€โ”€ */
.orow { display: flex; gap: 3px; align-items: center; margin-bottom: 3px; font-family: 'Courier New', monospace; font-size: 14px; }
.obox { border: 1.5px solid #333; min-width: 2.2em; min-height: 1.4em; text-align: center; display: inline-block; }

/* โ”€โ”€ Number bonds โ”€โ”€ */
.bond { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; font-family: 'Courier New', monospace; font-size: 14px; }
.bcirc { border: 2px solid #3f51b5; border-radius: 50%; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; }

/* โ”€โ”€ Skip counting โ”€โ”€ */
.skrow { font-family: 'Courier New', monospace; font-size: 16px; display: flex; gap: 3px; align-items: center; flex-wrap: wrap; margin-bottom: 4px; }
.skn { display: inline-block; min-width: 2.5em; text-align: center; }
.skip-num { display: inline-block; width: 34px; height: 34px; line-height: 34px; text-align: center; border: 1.5px solid #3f51b5; border-radius: 50%; font-size: 14px; font-weight: 600; margin: 2px; }
.skip-blank { display: inline-block; width: 34px; height: 34px; line-height: 34px; text-align: center; border: 1.5px dashed #333; border-radius: 50%; font-size: 14px; margin: 2px; background: #fafafa; }

/* โ”€โ”€ Star self-check โ”€โ”€ */
.star-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; font-size: 13px; }
.stars { letter-spacing: 2px; color: #ccc; font-size: 16px; }

/* โ”€โ”€ Ruler โ”€โ”€ */
.ruler-container { position: relative; margin: 6px 0; }
.ruler { border: 1px solid #333; border-top: none; height: 28px; position: relative; background: #fffef0; }
.ruler-label { font-size: 9px; color: #666; text-align: center; margin-top: 2px; }
.ruler-marks { position: relative; height: 28px; }
.ruler-mark { position: absolute; bottom: 0; width: 1px; background: #333; }
.ruler-mark.major { height: 16px; }
.ruler-mark.mid { height: 12px; }
.ruler-mark.minor { height: 8px; }
.ruler-num { position: absolute; font-size: 9px; color: #333; transform: translateX(-50%); }
.measure-line { border-bottom: 2px solid #333; margin: 8px 0; position: relative; }
.obj-label { font-size: 11px; font-weight: 600; color: #333; display: inline-block; margin-bottom: 2px; }
.comparison { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; }
.comparison .val { font-family: 'Courier New', monospace; font-size: 13px; font-weight: 600; }

/* โ”€โ”€ Multiplication โ”€โ”€ */
.group-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 4px 0; }
.group-circle { width: 12px; height: 12px; display: inline-block; vertical-align: middle; }
.array-svg { width: 120px; height: auto; margin: 4px 0; }
.eqgroup-box { border: 2px solid #e0e0e0; border-radius: 8px; padding: 6px; display: inline-flex; gap: 3px; align-items: center; margin: 4px; min-width: 60px; justify-content: center; background: #fafafa; }
.mult-sign { font-size: 16px; font-weight: 700; color: #3f51b5; }
.div-sign { font-size: 16px; font-weight: 700; color: #3f51b5; }
.highlight { color: #3f51b5; font-weight: 700; }
.times-table { border: 2px solid #3f51b5; border-radius: 8px; padding: 8px; margin: 4px 0; background: #f5f5f5; }
.times-table h4 { font-size: 14px; color: #3f51b5; margin-bottom: 4px; }
.times-row { display: flex; align-items: center; gap: 6px; padding: 2px 0; font-size: 13px; }
.times-row .eq { color: #999; }
.chart-cell { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 28px; font-size: 11px; text-align: center; }
.chart-cell.header { font-weight: 700; background: #3f51b5; color: #fff; border-radius: 3px; }
.chart-cell.data { border: 1px solid #e0e0e0; }
.chart-cell.data.filled { background: #e8eaf6; font-weight: 600; color: #3f51b5; }
.chart-cell.data.empty { background: #fafafa; color: #ccc; }

/* โ”€โ”€ Fluency grids โ”€โ”€ */
.fluency-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; }
.fluency-item { border: 1.5px solid #e0e0e0; border-radius: 4px; padding: 4px; text-align: center; font-size: 12px; }
.fluency-item .answer { margin-top: 2px; }

/* โ”€โ”€ Scavenger / certificates โ”€โ”€ */
.scavenger-card { border: 2px solid #ff9800; border-radius: 8px; padding: 8px 10px; margin-bottom: 6px; background: #fff3e0; }
.scavenger-card .clue { font-size: 11px; color: #e65100; font-weight: 600; }
.scavenger-card .answer-line { margin-top: 4px; }
.cert-border { border: 4px double #3f51b5; border-radius: 12px; padding: 20px; text-align: center; background: linear-gradient(to bottom, #fffde7, #fff); }
.cert-title { font-size: 24px; font-weight: 700; color: #3f51b5; margin-bottom: 4px; }
.cert-subtitle { font-size: 14px; color: #555; margin-bottom: 8px; }
.cert-name { font-size: 18px; border-bottom: 2px solid #333; display: inline-block; min-width: 200px; margin: 8px 0; }
.cert-body { font-size: 12px; color: #555; margin: 8px 0; line-height: 1.6; }
.mixed-problem { border: 1.5px solid #e0e0e0; border-radius: 4px; padding: 6px 10px; margin-bottom: 4px; }
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; }
.badge { border: 2px solid; border-radius: 6px; padding: 4px 8px; font-size: 10px; font-weight: 600; }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.cat-item { border: 1.5px solid #e0e0e0; border-radius: 4px; padding: 5px; text-align: center; font-size: 11px; }
.cat-svg { width: 100px; height: 100px; }

/* โ”€โ”€ Work line โ”€โ”€ */
.work-line { border-bottom: 1px solid #ddd; height: 24px; margin-bottom: 3px; }
</style></head><body>

<page>
<div class="head"><span class="week">Week 26</span><span class="day">Friday</span><span class="topic">Week 26 Grand Review & Self-Check</span></div>

<div class="sec"><div class="sec-head"><span class="sec-n">1</span><span class="sec-t">Warm-up: Lightning Round</span></div><div class="abox" style="background:#e8f5e9;"><p><b>2-min Warm-up</b> โ€” Lightning round! One from each topic.</p><div class="mgrid c2"><div class="abox"><p>Half past 9 is <span class="b" style="min-width:3em"></span>:<span class="b" style="min-width:3em"></span></p></div><div class="abox"><p>2 quarters = <span class="b" style="min-width:3em"></span>ยข</p></div><div class="abox"><p>A triangle has <span class="b" style="min-width:3em"></span> vertices</p></div><div class="abox"><p>Area of a 2ร—3 rectangle = <span class="b" style="min-width:3em"></span> squares</p></div></div></div></div>
<div class="sec"><div class="sec-head"><span class="sec-n">2</span><span class="sec-t">Mixed Stations: One From Each Week</span></div><p class="note">One question from each week. You've got this!</p><div class="mgrid c2"><div class="abox" style="text-align:center;"><p><b>Time</b></p><svg viewBox="0 0 50 50" width="50" height="50">
    <circle cx="25" cy="25" r="22" fill="#fff" stroke="#333" stroke-width="1.5"/>
    <line x1="25" y1="3" x2="25" y2="7" stroke="#333" stroke-width="1.5"/>
    <line x1="25" y1="43" x2="25" y2="47" stroke="#333" stroke-width="1.5"/>
    <line x1="3" y1="25" x2="7" y2="25" stroke="#333" stroke-width="1.5"/>
    <line x1="43" y1="25" x2="47" y2="25" stroke="#333" stroke-width="1.5"/>
    <line 25,25 32.30513714810465,34.520240083494826 stroke="#333" stroke-width="2.5" stroke-linecap="round"/>
    <line 25,25 7.0,25.000000000000004 stroke="#e53935" stroke-width="1.5" stroke-linecap="round"/>
    <circle cx="25" cy="25" r="2" fill="#333"/>
    </svg><p><span class="b" style="min-width:3em"></span>:<span class="b" style="min-width:3em"></span></p></div><div class="abox" style="text-align:center;"><p><b>Money</b></p><svg viewBox="0 0 20 20" width="22" height="22"><circle cx="10" cy="10" r="9" fill="#90a4ae" stroke="#78909c" stroke-width="1"/><text x="10" y="14" text-anchor="middle" font-size="8" font-weight="700" fill="#fff">Q</text></svg><svg viewBox="0 0 20 20" width="22" height="22"><circle cx="10" cy="10" r="9" fill="#e0e0e0" stroke="#bdbdbd" stroke-width="1"/><text x="10" y="14" text-anchor="middle" font-size="8" font-weight="700" fill="#fff">D</text></svg><svg viewBox="0 0 20 20" width="22" height="22"><circle cx="10" cy="10" r="9" fill="#e0e0e0" stroke="#bdbdbd" stroke-width="1"/><text x="10" y="14" text-anchor="middle" font-size="8" font-weight="700" fill="#fff">D</text></svg><svg viewBox="0 0 20 20" width="22" height="22"><circle cx="10" cy="10" r="9" fill="#b77" stroke="#795548" stroke-width="1"/><text x="10" y="14" text-anchor="middle" font-size="8" font-weight="700" fill="#fff">P</text></svg><p><span class="b" style="min-width:4em"></span>ยข</p></div><div class="abox" style="text-align:center;"><p><b>Shapes</b></p><svg viewBox="0 0 40 40" width="40" height="40"><polygon points="20,4 36,36 4,36" fill="#42a5f5" stroke="#333" stroke-width="1.5" opacity="0.6"/></svg><p>Sides: <span class="b" style="min-width:3em"></span> Vertices: <span class="b" style="min-width:3em"></span></p></div><div class="abox" style="text-align:center;"><p><b>Area & Perimeter</b></p><svg viewBox="0 0 59 44" width="61" height="46"><rect x="0" y="0" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="15" y="0" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="30" y="0" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="45" y="0" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="0" y="15" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="15" y="15" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="30" y="15" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="45" y="15" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="0" y="30" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="15" y="30" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="30" y="30" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/><rect x="45" y="30" width="14" height="14" fill="#f5f5f5" stroke="#333" stroke-width="0.5"/></svg><p style="font-size:11px;">Area: <span class="b" style="min-width:3em"></span> Perimeter: <span class="b" style="min-width:3em"></span></p></div></div></div>
<div class="sec"><div class="sec-head"><span class="sec-n">3</span><span class="sec-t">Estimate First!</span></div><div class="abox" style="background:#fff3e0;"><p><b>Estimate First!</b> Circle your estimate FIRST, then check.</p><div class="mgrid c2"><div class="abox"><p>Is 3 dimes + 3 nickels more or less than 50ยข?</p><p style="font-size:11px;">Estimate: more / less &nbsp; Exact: <span class="b" style="min-width:3em"></span>ยข</p></div><div class="abox"><p>Is the perimeter of a 5ร—5 square more or less than 15 units?</p><p style="font-size:11px;">Estimate: more / less &nbsp; Exact: <span class="b" style="min-width:3em"></span> units</p></div></div></div></div>
<div class="sec"><div class="sec-head"><span class="sec-n">4</span><span class="sec-t">Big Problem: The Lemonade Stand</span></div><div class="wp"><div class="abox" style="background:#f3e5f5;"><p><b>The Lemonade Stand</b> โ€” Maya opens her stand at 1:00 and closes at 3:00. She sells 4 cups on the first hour and 6 cups in the second hour. Each cup costs a quarter.</p><p style="font-size:0.95em;">a) How long was the stand open? <span class="b" style="min-width:5em"></span></p><p style="font-size:0.95em;">b) How many cups did she sell in all? <span class="b" style="min-width:3em"></span></p><p style="font-size:0.95em;">c) How much money did she make? <span class="b" style="min-width:5em"></span></p><p style="font-size:11px;">Show your strategy for (c) โ€” count coins, skip count, or add another way: <span class="bw" style="min-width:10em"></span></p></div></div></div>
<div class="sec"><div class="sec-head"><span class="sec-n">5</span><span class="sec-t">Self-Check & Phase 4 Reflection</span></div><div class="selfcheck"><p><b>Self-Check: Phase 4 โ€” How do you feel about each topic?</b></p><div style="display:flex; gap:12px; flex-wrap:wrap;"><div style="background:#fff3e0; padding:8px; border-radius:5px; flex:1; min-width:120px;"><p style="font-size:11px;"><b>Telling Time</b></p><p style="font-size:11px;">๐Ÿ˜Š  |  ๐Ÿ˜  |  ๐Ÿ˜Ÿ</p></div><div style="background:#e3f2fd; padding:8px; border-radius:5px; flex:1; min-width:120px;"><p style="font-size:11px;"><b>Money</b></p><p style="font-size:11px;">๐Ÿ˜Š  |  ๐Ÿ˜  |  ๐Ÿ˜Ÿ</p></div><div style="background:#e8f5e9; padding:8px; border-radius:5px; flex:1; min-width:120px;"><p style="font-size:11px;"><b>Graphs & Data</b></p><p style="font-size:11px;">๐Ÿ˜Š  |  ๐Ÿ˜  |  ๐Ÿ˜Ÿ</p></div><div style="background:#f3e5f5; padding:8px; border-radius:5px; flex:1; min-width:120px;"><p style="font-size:11px;"><b>Shapes & Symmetry</b></p><p style="font-size:11px;">๐Ÿ˜Š  |  ๐Ÿ˜  |  ๐Ÿ˜Ÿ</p></div><div style="background:#ffebee; padding:8px; border-radius:5px; flex:1; min-width:120px;"><p style="font-size:11px;"><b>Area & Perimeter</b></p><p style="font-size:11px;">๐Ÿ˜Š  |  ๐Ÿ˜  |  ๐Ÿ˜Ÿ</p></div></div><p style="margin-top:10px;"><b>One thing I learned in Phase 4:</b> <span class="bl" style="min-width:14em"></span></p><p><b>One topic I want to practice more:</b> <span class="bl" style="min-width:14em"></span></p><p><b>The math I use most outside of school is:</b> <span class="bl" style="min-width:14em"></span></p></div></div>

</page>
</body></html>