.lesson-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:stretch;padding:0!important}
.lesson-thumb{display:grid;place-items:center;width:76px;min-height:68px;background:linear-gradient(135deg,#243047,#5d729e);color:rgba(255,255,255,.78);font-size:24px;overflow:hidden}
.lesson-thumb img{width:100%;height:100%;min-height:68px;object-fit:cover}
.lesson-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:9px 9px 9px 0}
.calendar-day .lesson-card{display:block;padding:6px 7px!important}
.calendar-day .lesson-thumb{display:none}
.calendar-day .lesson-copy{display:block;padding:0}
.calendar-day .lesson-card.stage-scheduled,.week-lessons .lesson-card.stage-scheduled{border-color:rgba(105,231,173,.32);border-left-color:#69e7ad;background:linear-gradient(90deg,rgba(105,231,173,.1),rgba(23,26,34,.96) 42%)}
.calendar-day .lesson-card.stage-scheduled .lesson-thumb img,.week-lessons .lesson-card.stage-scheduled .lesson-thumb img{filter:saturate(.72) brightness(.88)}
.calendar-day .lesson-card.stage-scheduled .lesson-title,.week-lessons .lesson-card.stage-scheduled .lesson-title{color:#d8ddd9}
.calendar-day .lesson-card.stage-scheduled .lesson-meta b,.week-lessons .lesson-card.stage-scheduled .lesson-meta b{display:inline-flex;align-items:center;gap:4px;color:#69e7ad}
.scheduled-check{display:inline-grid;place-items:center;width:13px;height:13px;border-radius:50%;background:#69e7ad;color:#0b1711;font:900 9px/1 Arial,sans-serif}
.calendar-day.today{box-shadow:inset 0 2px #c9ff2f}.calendar-day.today header b{color:#c9ff2f}
.week-grid{display:grid;grid-template-columns:repeat(7,minmax(150px,1fr));gap:8px;overflow-x:auto;padding-bottom:8px}
.calendar-controls,.calendar-paging{display:flex;gap:7px}.calendar-controls{align-items:center}.calendar-paging .arrow{min-width:36px;padding-left:10px;padding-right:10px;font-size:18px;line-height:1}
.week-day{min-width:0;min-height:570px;background:rgba(17,19,26,.92);border:1px solid #292e3a;overflow:hidden}
.week-day.today{box-shadow:inset 0 2px #c9ff2f}
.week-day>header{display:flex;justify-content:space-between;align-items:start;padding:13px;border-bottom:1px solid #292e3a}
.week-day>header small{display:block;color:#9297a4;font:9px monospace;text-transform:uppercase;letter-spacing:.12em}
.week-day>header strong{display:block;margin-top:7px;font-size:20px}.week-day.today>header strong{color:#c9ff2f}
.week-day>header button{width:28px;height:28px;border:1px solid #373c49;background:#171a22;color:#9297a4;cursor:pointer;font-size:17px}
.week-day>header button:hover{border-color:#c9ff2f;background:#c9ff2f;color:#0b0d08}
.week-lessons{padding:8px}.week-lessons .lesson-card{display:block;margin-bottom:8px;padding:8px!important}
.week-lessons .lesson-thumb{display:block;width:100%;height:105px;margin-bottom:8px}.week-lessons .lesson-thumb img{height:105px}
.week-lessons .lesson-copy{display:block;padding:0}.week-lessons .lesson-title{white-space:normal;line-height:1.3}
.pipeline-column .lesson-card{grid-template-columns:1fr}.pipeline-column .lesson-thumb{width:100%;height:110px}.pipeline-column .lesson-copy{padding:9px}
.idea-grid .lesson-card{grid-template-columns:100px minmax(0,1fr);margin:0}.idea-grid .lesson-thumb{width:100px;min-height:86px}
@media(max-width:1100px){.week-grid{grid-template-columns:repeat(7,minmax(190px,1fr))}}
@media(max-width:760px){.lesson-card{grid-template-columns:80px minmax(0,1fr)}.week-grid{display:block}.week-day{min-height:auto;margin-bottom:10px}.week-lessons .lesson-card{display:grid;grid-template-columns:110px minmax(0,1fr)}.week-lessons .lesson-thumb{width:110px;height:86px;margin:0}.week-lessons .lesson-thumb img{height:86px}.week-lessons .lesson-copy{padding:9px}.view-tools{display:grid;gap:12px}.calendar-controls{justify-content:space-between;flex-wrap:wrap}}
