/* Teacher home v2 (Owen, 11 September 2026): a compact banner on every page, and the home on one screen. */
@media screen{
:root{--hv2-gap:10px;--hv2-radius:10px;--hv2-line:#d7dfe3;--hv2-soft:#eef3ef;--hv2-muted:#5b6770;--hv2-green:#294e30}

/* ---- Compact banner and favourites bar (every page) ---- */
.topbar{height:auto;min-height:0;padding:5px 16px;gap:12px}
.topbar .brand{--brand-width:126px}
.topbar .brand-picture,.topbar .brand-picture img{width:126px;height:auto}
.topbar .brand-group{gap:12px}
.topbar .go-to-button{padding:6px 10px;font-size:13px;gap:8px}
.topbar .go-to-button .go-to-mark{width:15px;height:15px}
.topbar .banner-search{margin:0 14px;max-width:420px}
.topbar #people-search{min-height:32px;padding:5px 12px;font-size:13px}
.topbar .top-right{gap:8px}
.topbar .shared-account{flex-direction:row;align-items:center;gap:2px;font-size:11px}
.topbar .shared-account button{padding:3px 6px;font-size:11px}
.topbar .trial-tools>summary,.topbar button.demo-reset-button{padding:5px 9px;font-size:11px;min-height:0}
.topbar .notification-control{min-height:0;padding:4px 8px;gap:6px;font-size:12px;border-radius:7px}
.topbar .notification-count{padding:2px 6px;font-size:10.5px;margin-left:0}
.topbar .preview-role{display:flex;align-items:center;gap:6px;font-size:11px}
.topbar .preview-role select{padding:4px 26px 4px 8px!important;font-size:12px;max-width:190px;background-position:right 8px center!important}
.topbar .profile{width:28px;height:28px;font-size:11px}
@media(max-width:950px){.topbar{min-height:0;padding-top:6px;padding-bottom:6px}}
.favourites{padding:3px 16px;min-height:28px;font-size:12px;gap:5px}
.fav-chip{padding:0 3px 0 9px}.fav-chip a{padding:3px 0}
.fav-rename,.fav-remove{width:20px;height:20px;font-size:12px}
.fav-pin{padding:3px 9px;font-size:11px}
.fav-empty{font-size:11.5px}

/* ---- Home frame: top strip · main band · bottom band · note ----
   One layout for every screen (Owen, 11 September 2026): two columns, cards sized to their content, and the
   same 1600px centred width the rest of GreenSIMS uses, so a wide monitor gets margins rather than stretched
   cards. Nothing is tied to the viewport height; the page scrolls when the day is long. */
main:has(>#home-v2){padding:8px 16px 10px}
main:has(>#home-v2)>.feedback-invitation{margin-top:10px}
.home-v2{display:grid;grid-template-rows:auto auto auto auto;gap:var(--hv2-gap);min-width:0}
.hv2-card,.hv2-tile{background:#fff;border:1px solid var(--hv2-line);border-radius:var(--hv2-radius);box-shadow:0 1px 2px #14263508;min-width:0;min-height:0;box-sizing:border-box}
.hv2-card{display:flex;flex-direction:column;padding:9px 12px 8px}
.hv2-card>header{display:flex;align-items:baseline;justify-content:space-between;gap:8px 12px;margin:0 0 6px;flex-wrap:wrap}
.hv2-card>header h2{font-size:14.5px;margin:0;line-height:1.3;letter-spacing:-.01em}
.hv2-sub{font-size:11px;font-weight:400;color:var(--hv2-muted);margin-left:4px}
.hv2-scroll{min-height:0;flex:1 1 auto}
/* Only the lists that can grow without limit get a scroll region. */
.hv2-todo .hv2-scroll{overflow:auto;max-height:560px;scrollbar-width:thin}
.hv2-feed ul.hv2-scroll{overflow:auto;max-height:230px;scrollbar-width:thin}
.hv2-bottom .hv2-scroll{overflow:auto;max-height:150px;scrollbar-width:thin}
.hv2-link{font-size:11.5px;font-weight:700;color:var(--hv2-green);text-decoration:none;white-space:nowrap}
.hv2-link:hover{text-decoration:underline}
.hv2-empty{padding:8px 4px;font-size:12px;color:var(--hv2-muted);margin:0;list-style:none}
.hv2-count{font-size:11px;padding:3px 8px;border-radius:6px;background:#edf1ee;color:#516357;font-weight:700}
.hv2-count.has-items{background:#fbecee;color:#873941}
.hv2-pill{font-size:9.5px;letter-spacing:.05em;text-transform:uppercase;font-weight:700;color:#4f6058;background:#eef2ef;border-radius:4px;padding:2px 5px;white-space:nowrap}
.reg-state.hv2-state{font-size:10px;padding:2px 6px;border-radius:5px}
.hv2-note{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0;font-size:11px;color:var(--hv2-muted)}
.hv2-note a{color:var(--hv2-green);font-weight:700}

/* ---- Top strip ---- */
.hv2-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--hv2-gap)}
.hv2-tile{display:flex;flex-direction:column;gap:2px;padding:8px 12px;min-height:82px}
.hv2-tile .eyebrow{font-size:10px;letter-spacing:.09em;color:#56636d}
.hv2-tile .eyebrow b{color:#a5442c;letter-spacing:0;font-size:10.5px}
.hv2-tile .hv2-title{font-size:15px;line-height:1.25;color:#18232b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-tile .hv2-title.hv2-quiet{font-weight:600;color:#3c4a52}
.hv2-tile .hv2-meta{font-size:11.5px;color:var(--hv2-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-tile .hv2-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:4px}
.hv2-now,.hv2-next{flex-direction:row;align-items:center;justify-content:space-between;gap:10px;min-height:76px}
.hv2-tile-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}
.hv2-now .hv2-actions,.hv2-next .hv2-actions{flex-direction:column;align-items:flex-end;gap:5px;margin:0;padding:0;flex-shrink:0}
.hv2-take,.primary.hv2-take{padding:4px 10px;min-height:0;font-size:11.5px;border-radius:6px;gap:4px;text-decoration:none}
.hv2-open{font-size:11.5px;font-weight:700;color:var(--hv2-green);text-decoration:none}
.hv2-taken{font-size:11.5px;font-weight:700;color:#1f6b3d}
.hv2-now{background:linear-gradient(90deg,#e9f4ec,#fff 75%)}
.hv2-hello{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}
.hv2-hello-copy{display:flex;flex-direction:column;gap:2px;min-width:0}
.hv2-hello h1{font-size:21px;margin:0;line-height:1.15;letter-spacing:-.02em;color:#15252c}
.hv2-hello .hv2-date{font-size:12px;color:var(--hv2-muted)}
.hv2-hello .hv2-facts{font-size:11.5px;color:#3c4a52;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-hello .hv2-facts i{margin:0 6px}
.hv2-hello .hv2-facts i{color:#b4bfb8;font-style:normal}
.hv2-hello-actions{display:flex;flex-direction:row;gap:6px;flex-shrink:0}
.hv2-btn,.primary.hv2-btn{padding:6px 12px;min-height:0;font-size:12px;border-radius:999px;white-space:nowrap;text-align:center;text-decoration:none;line-height:1.3}
.hv2-btn-quiet{border:1px solid #c7d2d9;background:#fff;color:var(--hv2-green);font-weight:700}
.hv2-btn-quiet:hover{background:var(--hv2-soft)}
.hv2-bulletin{background:#fffcf2;border-color:#e5c776;border-left:4px solid #d29821}
.hv2-bulletin .eyebrow{color:#7a5a12}
.hv2-bulletin ul{list-style:none;margin:2px 0 0;padding:0;display:flex;flex-direction:column;gap:2px;min-width:0}
.hv2-bulletin li{display:flex;justify-content:space-between;gap:8px;font-size:12.5px;color:#302b1c;font-weight:600;min-width:0}
.hv2-bulletin li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-bulletin li small{font-size:10.5px;color:#7a5a12;white-space:nowrap;font-weight:400}

/* ---- Main band ---- */
.hv2-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--hv2-gap);min-height:0}
.hv2-classes{grid-column:1/-1}

/* To do */
.hv2-registers{border:1px solid var(--st,#c7d2d9);border-left:4px solid var(--st,#9aa8a1);border-radius:8px;background:var(--st-bg,#f6f8f7);margin:0 0 8px;flex-shrink:0}
.hv2-registers>summary{list-style:none;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px 10px;cursor:pointer}
.hv2-registers>summary::-webkit-details-marker{display:none}
.hv2-registers>summary strong{font-size:13.5px;color:var(--st,#18232b);display:block}
.hv2-registers>summary small{display:block;font-size:11px;color:#3c4a52;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-registers .hv2-dot{background:var(--st,#9aa8a1)}
.hv2-chev{font-size:12px;color:#56636d;transition:transform .15s}
.hv2-registers[open] .hv2-chev{transform:rotate(180deg)}
.hv2-registers ul{list-style:none;margin:0;padding:0 8px 6px;display:flex;flex-direction:column;gap:2px}
.hv2-registers li a{display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:8px;align-items:center;padding:4px 8px;border-radius:6px;background:#fff;border:1px solid #e6ecef;font-size:12px;text-decoration:none;color:inherit}
.hv2-registers li a:hover{background:#e6f1fa;border-color:#bad7e9}
.hv2-registers li strong{font-size:12px}
.hv2-registers .hv2-link{display:block;padding:2px 10px 8px}
.hv2-registers-ok{display:flex;align-items:center;gap:10px;padding:8px 10px;margin:0 0 8px;border:1px solid #cfe6d5;border-left:4px solid #2f8a57;border-radius:8px;background:#eff9f1;font-size:13px;flex-shrink:0}
.hv2-registers-ok .hv2-dot{background:#2f8a57}
.hv2-registers-ok .hv2-link{margin-left:auto}
.hv2-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}
.hv2-item>a,.hv2-item>div,.hv2-list-tight>li>a{display:grid;grid-template-columns:10px minmax(0,1fr) auto 14px;gap:8px;align-items:center;padding:5px 8px;border-radius:7px;border:1px solid transparent;text-decoration:none;color:inherit;min-height:34px}
.hv2-list-tight>li>a{grid-template-columns:10px minmax(0,1fr) auto;min-height:30px;padding:3px 6px}
.hv2-item>a:hover,.hv2-list-tight>li>a:hover{background:var(--hv2-soft);border-color:#cfdcd4}
.hv2-dot{width:8px;height:8px;border-radius:50%;background:#9aa8a1;flex-shrink:0}
.hv2-dot.is-unread{background:#2b79d7}
.level-urgent .hv2-dot{background:#b7443a}.level-soon .hv2-dot{background:#e0a800}.level-notice .hv2-dot{background:#699ec2}.level-done .hv2-dot{background:#2f8a57}
.hv2-copy{display:flex;flex-direction:column;min-width:0;gap:1px}
.hv2-copy strong{font-size:12.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-copy small{font-size:11px;color:var(--hv2-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-kind{font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;color:#56636d;font-weight:700;margin-right:6px}
.hv2-item .item-when,.hv2-list-tight .item-when,.hv2-feedrow .item-when{font-size:10.5px;text-align:right}
.hv2-foot{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:auto;padding-top:7px;border-top:1px solid #e6ecef;font-size:11.5px;font-weight:700;flex-shrink:0}
.hv2-foot a{color:var(--hv2-green);text-decoration:none}
.hv2-foot a:hover{text-decoration:underline}
.hv2-todo .error-banner{padding:8px 10px;font-size:12px;margin-bottom:8px}

/* Today */
.hv2-daynav{display:flex;align-items:center;gap:4px;margin-left:auto}
.hv2-daynav a{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border:1px solid #d7dee3;border-radius:6px;background:#fff;font-size:12px;text-decoration:none;color:#18232b;line-height:1}
.hv2-daynav a:hover{background:var(--hv2-soft)}
.hv2-daynav a.hv2-link{border:0;background:none;padding:0 0 0 6px;height:auto}
.hv2-rows{display:flex;flex-direction:column;gap:2px}
.hv2-row{display:grid;grid-template-columns:66px minmax(0,1fr) auto 14px;gap:8px;align-items:center;min-height:22px;padding:1px 8px;border-radius:6px;border:1px solid transparent;border-left:4px solid transparent;color:inherit;text-decoration:none;font-size:12.5px;line-height:1.25}
.hv2-time{font-size:10.5px;color:#5e716b;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.15}
.hv2-time small{display:inline;font-size:9.5px;color:#8a998f;margin:0}
.hv2-row .hv2-main{display:flex;align-items:baseline;gap:6px;min-width:0;overflow:hidden}
.hv2-row strong{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-row small{font-size:10.5px;color:var(--hv2-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv2-row.hv2-lesson,.hv2-row.hv2-register{background:#f7faf8;border-color:#e3ebe6;border-left-color:var(--st,#699ec2)}
.hv2-row.hv2-register{background:var(--st-bg,#e6f1fa)}
a.hv2-row:hover{background:#e6f1fa;border-color:#bad7e9}
.hv2-row.hv2-band{min-height:14px;padding:0 8px;color:#8a998f;font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;grid-template-columns:66px minmax(0,1fr)}
.hv2-row.hv2-free{color:#9aa8a1;min-height:20px}
.hv2-row.hv2-free strong{font-weight:500;color:#8a998f}
.hv2-row.hv2-club{border-left-color:#9776a3}.hv2-row.hv2-duty{border-left-color:#666}.hv2-row.hv2-meeting{border-left-color:#4f7188}.hv2-row.hv2-event{border-left-color:#b18a52}
.hv2-row.is-now{box-shadow:inset 0 0 0 1px #2f8a57;background:#e9f6ec}
.hv2-row .navigation-chevron{color:#28739c}
.hv2-week{margin-top:8px;padding-top:6px;border-top:1px solid #e6ecef}
.hv2-week h3,.hv2-feed h3{display:flex;justify-content:space-between;gap:8px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:#56636d;margin:0 0 4px;font-weight:700}
.hv2-week h3 span:last-child,.hv2-feed h3 span:last-child{font-weight:400;text-transform:none;letter-spacing:0;color:var(--hv2-muted)}
.hv2-week table{width:100%;border-collapse:separate;border-spacing:2px 2px;table-layout:fixed;white-space:normal}
.hv2-week th{font-size:10px!important;padding:2px 0!important;line-height:1.2!important;background:transparent;border:0;color:#56636d;text-align:center;font-weight:700}
.hv2-week th small{font-weight:400;color:#8a998f}
.hv2-week th.is-today{color:var(--hv2-green);background:#e3eee7;border-radius:4px}
.hv2-week td{padding:0!important;border:0;font-size:10.5px!important;line-height:1.15!important;height:auto!important}
.hv2-week td.hv2-plabel{font-size:9.5px;color:#56636d;font-weight:700;white-space:nowrap;width:34px;line-height:1.1}
.hv2-week td.hv2-plabel small{display:block;font-weight:400;color:#8a998f;font-size:8.5px}
.hv2-cell{display:block;height:23px;padding:1px 3px;border-radius:4px;background:var(--lesson-bg,#eef4ef);border-left:3px solid var(--lesson-accent,#5d8668);color:#243129;text-align:center;text-decoration:none;box-sizing:border-box;overflow:hidden;line-height:1.05}
.hv2-cell b{display:block;font-size:10.5px;line-height:11px;margin:0}
.hv2-cell small{display:block;font-size:8.5px;line-height:9px;margin:0;color:#5c6f66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
a.hv2-cell:hover{filter:brightness(.95)}
.hv2-cell.is-empty{background:transparent;border-left-color:transparent;color:#c3ccc6;line-height:21px}
.hv2-week td.hv2-plabel small{margin:0;line-height:1}
.hv2-cell.is-now{box-shadow:0 0 0 1.5px #2f8a57}
.hv2-cell.subj-english{--lesson-bg:#eaf1f7;--lesson-accent:#4f7188}
.hv2-cell.subj-maths,.hv2-cell.subj-computing{--lesson-bg:#eeedf6;--lesson-accent:#79729a}
.hv2-cell.subj-science{--lesson-bg:#edf3e8;--lesson-accent:#648455}
.hv2-cell.subj-thai{--lesson-bg:#faf0e3;--lesson-accent:#b18a52}
.hv2-cell.subj-art{--lesson-bg:#f6eefa;--lesson-accent:#9776a3}

/* My classes */
.hv2-tablewrap{overflow:auto;flex-shrink:0}
.hv2-table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:12px}
.hv2-table th{font-size:10px!important;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#56636d;padding:3px 5px!important;line-height:1.3!important;background:transparent;border:0;border-bottom:1px solid #e6ecef;text-align:left}
.hv2-table td{padding:3px 5px!important;border-bottom:1px solid #eef2f4;font-size:12px!important;vertical-align:middle;line-height:1.25!important}
.hv2-table td small.hv2-line{display:block;font-size:10.5px;color:var(--hv2-muted)}
.hv2-table tr:last-child td{border-bottom:0}
.hv2-table td small{display:inline;margin:0;font-size:10.5px;color:var(--hv2-muted)}
.hv2-table .hv2-class a{font-weight:400;text-decoration:none;color:#18232b}
.hv2-table .hv2-class a b{font-weight:700}
.hv2-table .hv2-class a:hover{color:#28739c}
.hv2-tag{font-size:9px;text-transform:uppercase;letter-spacing:.05em;padding:1px 5px;border-radius:4px;background:#e3eee7;color:var(--hv2-green);font-style:normal;margin-left:5px;vertical-align:middle;font-weight:700}
.hv2-pct{display:inline-block;padding:2px 7px;border-radius:5px;font-weight:700;font-size:11.5px;background:#f1f4f2;color:#516357}
.hv2-pct.band-green{background:#eff9f1;color:#1f6b3d}.hv2-pct.band-amber{background:#fff8dc;color:#6b5210}.hv2-pct.band-red{background:#fdf3f1;color:#8a3d35}
.hv2-warn{color:#a5442c;font-weight:700}
.hv2-todaylesson{display:flex;align-items:center;gap:5px;text-decoration:none;color:#18232b;font-variant-numeric:tabular-nums}
.hv2-icons{display:inline-flex;gap:4px}
.hv2-icons a{padding:2px 6px;border:1px solid #d7dee3;border-radius:5px;font-size:10px;text-decoration:none;color:var(--hv2-green);background:#fff;font-weight:700}
.hv2-icons a:hover{background:var(--hv2-soft)}
.hv2-feed{margin-top:8px;padding-top:6px;border-top:1px solid #e6ecef;display:flex;flex-direction:column;min-height:0;flex:1 1 auto}
.hv2-feed ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.hv2-feedrow{display:grid;grid-template-columns:18px 26px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;padding:3px 6px;border:0;border-radius:6px;background:none;text-align:left;font:inherit;cursor:pointer;color:inherit;box-sizing:border-box}
button.hv2-feedrow:hover{background:var(--hv2-soft)}
.hv2-feedrow .avatar,.hv2-feedrow .avatar.avatar-placeholder{width:26px;height:26px;font-size:9px}
.hv2-ficon{font-size:13px;text-align:center}
.hv2-fcount{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#e3f4e8;color:#1f6b3d;font-size:11px;font-weight:700}

/* ---- Bottom band ---- */
.hv2-bottom{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--hv2-gap)}
.hv2-bottom .hv2-card{min-height:150px}
.hv2-houselist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;justify-content:center;flex:1}
.hv2-house{display:grid;grid-template-columns:86px minmax(0,1fr) 34px;gap:8px;align-items:center;font-size:12px}
.hv2-hname{display:flex;align-items:center;gap:6px;white-space:nowrap}
.hv2-hname .house-dot{width:9px;height:9px;border-radius:50%;display:inline-block}
.hv2-bar{height:8px;border-radius:4px;background:#eef2ef;overflow:hidden}
.hv2-bar i{display:block;height:100%;border-radius:4px;min-width:2px}
.hv2-house strong{text-align:right;font-variant-numeric:tabular-nums}
.hv2-up{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:8px;align-items:center;padding:3px 6px;border-radius:6px;font-size:12px;text-decoration:none;color:inherit;border:1px solid transparent}
.hv2-up:hover{background:var(--hv2-soft);border-color:#cfdcd4}
.hv2-when{font-size:10.5px;color:#3c4a52;line-height:1.15;font-weight:700}
.hv2-when small{display:block;font-weight:400;color:#8a998f;font-size:10px}
.hv2-unread{color:#164d9b}
/* Bottom tiles are narrow: let titles wrap onto a second line instead of cutting off. */
.hv2-bottom .hv2-copy strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hv2-roles .home-role-panel{border:0;padding:0;background:none;border-radius:0}
.hv2-roles .home-role-panel+.home-role-panel{margin-top:8px;padding-top:6px;border-top:1px solid #e6ecef}
.hv2-roles .home-role-panel h2{font-size:14.5px;margin:0 0 3px}
.hv2-roles .home-role-panel p{font-size:11px;line-height:1.35;margin:0 0 2px}
.hv2-roles .home-role-panel>a{padding:4px 0;font-size:12px;border-bottom:1px solid #eef2f4;text-decoration:none;color:var(--hv2-green);font-weight:700}
.hv2-roles .home-role-panel>a:last-child{border-bottom:0}
.hv2-links{display:grid;grid-template-columns:1fr 1fr;gap:3px 10px}
.hv2-links a{padding:5px 0;font-size:12px;border-bottom:1px solid #eef2f4;text-decoration:none;color:var(--hv2-green);font-weight:700}

/* ---- Narrow screens: stack the bands ---- */
@media(max-width:900px){
 .hv2-top,.hv2-main,.hv2-bottom{grid-template-columns:1fr}
 .hv2-hello{flex-direction:column;align-items:flex-start}
 .hv2-hello-actions{flex-direction:row}
}
}
@media screen{
/* Shared banner keeps wrapped controls close to the brand/search row. */
.topbar{align-items:center;align-content:center;row-gap:6px;padding-block:8px}
.topbar .top-right{align-items:center;margin-block:0;min-height:0}
.topbar .brand-group,.topbar .banner-search{align-self:center;margin-block:0}
/* A generic list rule must not override the dated upcoming rows' grid. */
.hv2-list a.hv2-up{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:start}
.hv2-up .hv2-when{min-width:0;white-space:normal;line-height:1.35}
.hv2-up .hv2-copy{min-width:0}
.admin-home .ah-list{max-height:270px;overflow:auto}
.admin-home .ah-record{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 4px;border-bottom:1px solid var(--hv2-line);font-size:13px}
.admin-home .ah-record:hover{background:var(--selected-bg)}
.admin-home .ah-record small{display:block;color:var(--hv2-muted);font-size:11px;margin-top:3px}
.admin-home .personal-schedule .schedule-hours{max-height:310px}
.admin-home .personal-schedule h2{font-size:14.5px}
.admin-home .hv2-hello h1{font-size:21px;margin:0}
.admin-home .hv2-foot{font-size:11px}
.admin-home details summary{cursor:pointer;padding:8px 4px;font-size:12px;color:var(--green)}
}
@media screen{.admin-home a.hv2-btn{display:inline-flex;padding:6px 10px;border:1px solid var(--hv2-line);border-radius:6px;background:var(--hv2-soft);font-size:12px}.admin-home .hv2-hello{justify-content:center;gap:6px}.admin-home .hv2-hello-actions{margin-top:0}.admin-home .personal-schedule>header{align-items:center}}

@media screen{.admin-home .hv2-hello{justify-content:space-between;gap:12px}.admin-home .hv2-hello-copy{min-width:0}.admin-home .hv2-top{align-items:start}.admin-home .hv2-top>.hv2-card{min-height:82px}}
