/* v11.14 Teaching Focus & Reports */
.teaching-focus-dialog{
  width:min(980px,calc(100vw - 24px));
  height:min(92dvh,900px);
  max-height:92dvh;
  padding:0;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--surface);
  color:var(--ink);
  box-shadow:0 28px 90px rgba(20,24,20,.28);
  overflow:hidden;
}
.teaching-focus-dialog::backdrop{background:rgba(17,25,20,.58);backdrop-filter:blur(3px)}
.teaching-focus-shell{display:flex;flex-direction:column;height:100%;min-height:0}
.teaching-focus-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 22px;border-bottom:1px solid var(--line);background:linear-gradient(120deg,#fffdf9 0%,#f7efe3 100%)}
.teaching-focus-head h2{margin:.2rem 0 0;font-size:clamp(1.45rem,3vw,2.15rem)}
.teaching-focus-head-actions{display:flex;align-items:center;gap:10px}
.teaching-focus-progress{font:800 .8rem var(--font-ui);padding:5px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}
.teaching-focus-close{font-size:1.45rem}
.teaching-focus-main{flex:1 1 auto;min-height:0;overflow:auto;padding:24px clamp(18px,4vw,42px) 30px;-webkit-overflow-scrolling:touch}
.teaching-focus-meta{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}
.teaching-focus-main>h1{font-size:clamp(1.75rem,4vw,2.8rem);line-height:1.08;margin:.25rem 0 18px;max-width:24ch}
.teaching-focus-content{font-size:clamp(1rem,1.45vw,1.14rem);line-height:1.58}
.teaching-focus-content .today-lesson-shell{padding:0;background:transparent}
.teaching-focus-content .today-lesson-title h3{font-size:1.35rem}
.teaching-focus-content .today-lesson-grid{gap:14px}
.teaching-focus-content .today-lesson-grid>div,.teaching-focus-content .today-teach,.teaching-focus-content .today-parent-brief{padding:15px;border:1px solid rgba(217,200,170,.72);background:#fffdf9}
.teaching-focus-content .today-parent-brief{margin-top:14px}
.teaching-focus-content li{margin-bottom:.42rem}
.teaching-focus-outside{padding:20px;border:1px solid var(--line);border-radius:15px;background:var(--surface-2)}
.teaching-focus-outside p{margin:.45rem 0 0}
.teaching-focus-footer{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 22px;border-top:1px solid var(--line);background:rgba(255,253,249,.97)}
.teaching-focus-footer-right{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.teaching-focus-footer .btn{min-height:44px}
.summary-print-hint{display:block;margin:-7px 0 14px}

@media(max-width:760px){
  .teaching-focus-dialog{width:100vw;height:100dvh;max-height:100dvh;border:0;border-radius:0}
  .teaching-focus-head{padding:14px 15px}
  .teaching-focus-main{padding:18px 15px 24px}
  .teaching-focus-main>h1{font-size:clamp(1.65rem,8vw,2.2rem)}
  .teaching-focus-content .today-lesson-grid{grid-template-columns:1fr}
  .teaching-focus-footer{align-items:stretch;padding:11px 12px;flex-direction:column-reverse}
  .teaching-focus-footer-right{display:grid;grid-template-columns:1fr 1.25fr;width:100%}
  .teaching-focus-footer>.btn{width:100%}
  .teaching-focus-footer-right .btn{width:100%}
}

@media print{
  .teaching-focus-dialog{display:none!important}
}
