*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#172033;font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo",sans-serif}header{height:68px;background:white;border-bottom:1px solid #e5e9f0;display:flex;align-items:center;gap:14px;padding:0 24px}header b{color:#2457d6;letter-spacing:.08em}main{max-width:1050px;margin:auto;padding:28px 18px 70px}.hero,.panel,.problem{background:white;border:1px solid #e5e9f0;border-radius:20px;padding:22px;margin-bottom:14px}.hero{background:linear-gradient(135deg,#fff,#eef4ff)}.hero small{color:#2457d6;font-weight:800}.hero h1{font-size:40px;line-height:1.15}.students{display:flex;gap:8px;flex-wrap:wrap}.student{border:0;border-radius:10px;padding:10px 14px;font-weight:800}.student.active{background:#2457d6;color:white}.problem img{width:100%;max-height:520px;object-fit:contain}.meta{color:#667085;font-size:13px}.row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;padding-top:12px;margin-top:12px}.row input{width:22px;height:22px}a{color:#2457d6;font-weight:800;text-decoration:none}