.learning-frame{display:block;width:100%;height:calc(100dvh - 250px);min-height:560px;border:0;border-radius:8px;background:#f4f6fa}
/* The dialog shell and close control never scroll; only the body does. */
dialog#detail,dialog#editor,dialog#preview{padding:48px 0 0;overflow:hidden;max-height:90dvh}
dialog#detail>div,dialog#editor>div,dialog#preview>div{overflow:auto;max-height:calc(90dvh - 50px);padding:0 24px 24px;overscroll-behavior:contain}
dialog>.close{position:absolute;top:7px;right:10px;width:36px;height:36px;display:grid;place-items:center;padding:0;background:#f0f4f9;border:1px solid #dbe4ee;border-radius:8px;z-index:5;font-size:25px;color:#24476a}
dialog>.close:hover{background:#dce8f5}dialog>.close:focus-visible{outline:2px solid #326dca;outline-offset:2px}
@media(max-width:680px){dialog#detail>div,dialog#editor>div,dialog#preview>div{padding:0 16px 18px}.learning-frame{min-height:560px}}
.panel-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.panel-title h2{margin:0}.panel-title button{padding:6px 12px;font-size:13px}.project-list-heading{margin-top:18px}.project-list-heading h2{font-size:15px}
.charts.funding-charts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.funding-charts>.panel{min-width:0;margin:0;padding:14px}.funding-charts .chart{height:155px;max-height:155px}.funding-charts .panel-head{gap:8px;align-items:flex-start}.funding-charts .panel-head small{font-size:12px}.funding-charts .empty{min-height:155px;height:155px;display:grid;place-items:center;padding:14px;margin:0}.funding-charts .donut-wrap{gap:10px;flex-wrap:wrap;justify-content:center}.funding-charts .donut-wrap .chart{width:125px;min-width:125px;height:125px;max-height:125px;flex-basis:125px}.funding-charts .legend{font-size:12px;gap:6px}.funding-charts .chart-note{font-size:12px;margin:6px 0 0}.project-summary>span>small{margin-left:0}@media(max-width:1100px){.charts.funding-charts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.charts.funding-charts{grid-template-columns:1fr}}
