@import url('/static/fonts.css');
:root{--green:#173e32;--green-light:#e7eee4;--lime:#d9e5aa;--ink:#21372e;--muted:#778078;--line:#e2e5dc;--paper:#f6f7f1;--white:#fffefa;--orange:#a55f30;--amber:#fbefd8;--radius:16px}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);font-size:14px;line-height:1.55}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #9aaf70;outline-offset:3px}input:focus,select:focus,textarea:focus{outline:2px solid #9aaf70;outline-offset:1px}h1,h2,h3,p{margin:0}h1,h2{letter-spacing:-.04em}h1{font:400 46px/1.13 Georgia,serif}h2{font-size:22px;line-height:1.25}h3{font-size:15px;font-weight:600}small,.muted{color:var(--muted)}[hidden]{display:none!important}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;margin-bottom:13px}.workspace{display:flex;min-height:100vh}.sidebar{width:246px;flex:0 0 246px;background:var(--white);border-right:1px solid var(--line);padding:34px 24px 24px;display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;z-index:5}.brand{display:flex;gap:11px;align-items:center;font-size:18px;letter-spacing:.6px;font-weight:750;white-space:nowrap}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:43px;background:var(--green);color:var(--lime);border-radius:11px;font:31px Georgia,serif;position:relative}.brand-icon span{font:16px sans-serif;position:absolute;right:3px;top:1px}.brand-description{font-size:10px;line-height:1.7;color:var(--muted);margin-top:17px;letter-spacing:.2px}.sidebar-label{margin-top:49px;margin-bottom:12px;font-size:9px;letter-spacing:1.5px;color:#92998e;font-weight:700}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button{display:flex;align-items:center;gap:13px;text-align:left;border:0;background:none;padding:13px 12px;border-radius:8px;font-size:12px;position:relative;color:#657266;white-space:nowrap}.sidebar nav button:hover{background:var(--paper)}.sidebar nav button.active{color:var(--green);background:#eaf0e1;font-weight:650}.nav-icon{font-size:20px;width:20px;line-height:1}.nav-dot{display:none;margin-left:auto;background:var(--green);width:5px;height:5px;border-radius:50%}.active .nav-dot{display:block}.sidebar-note{margin-top:auto;padding:27px 3px 25px}.leaf{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #cbd8b3;background:#edf2df;border-radius:50% 50% 50% 7px;color:var(--green);font-size:24px;margin-bottom:14px}.sidebar-note h3{font:italic 20px Georgia,serif;letter-spacing:-.3px}.sidebar-note p{font-size:11px;color:var(--muted);margin:10px 0 14px;line-height:1.7}.text-link{border:0;background:none;padding:0;text-align:left;color:var(--green);font-size:11px;font-weight:650}.text-link span{margin-left:12px}.sidebar-bottom{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);padding-top:20px}.school-emblem{width:33px;height:36px;background:#f2f0e7;border-radius:5px;display:grid;place-items:center;font:24px Georgia,serif}.sidebar-bottom strong{display:block;font-size:11px}.sidebar-bottom small{display:block;font-size:9px}.main-shell{width:calc(100% - 246px);margin-left:246px;min-height:100vh;display:flex;flex-direction:column}.topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 44px;border-bottom:1px solid var(--line);background:var(--white)}.breadcrumb{font-size:11px;color:var(--muted)}.breadcrumb span{padding:0 12px;color:#afb5aa}.breadcrumb strong{font-weight:500;color:var(--ink)}.user-menu{display:flex;align-items:center;gap:9px;font-size:11px}.connection-dot{width:6px;height:6px;border-radius:50%;background:#6d8c4a}.user-menu button{border:1px solid var(--line);background:var(--white);border-radius:7px;width:30px;height:30px;font-size:18px;margin-left:7px}main{max-width:1440px;padding:37px 44px 30px;width:100%;margin:0 auto;flex:1}.page-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.page-heading p{font-size:12px;color:var(--muted);margin-top:13px;max-width:510px}.page-heading .eyebrow{color:#7b846e;margin-bottom:11px}.heading-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding-top:8px}.school-year{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:99px;background:var(--white);padding:7px 13px;font-size:10px;gap:8px;white-space:nowrap}.school-year:before{content:'';width:5px;height:5px;border-radius:50%;background:#7b8b58}.button{border:1px solid var(--line);background:var(--white);border-radius:8px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:11px;font-weight:600;white-space:nowrap;min-height:39px}.button:hover{background:#f0f3e8}.button.primary{background:var(--green);color:var(--white);border-color:var(--green)}.button.primary:hover{background:#245442}.button.soft{background:#eaf0df;border-color:#dce5c9}.button.danger{color:#9d4330}.button.small{min-height:32px;padding:6px 10px;font-size:10px}.button.wide{width:100%;justify-content:space-between}.icon-button{background:none;border:0;font-size:26px;line-height:1;padding:3px 8px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:27px}.stat{padding:20px 21px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);min-width:0}.stat-top{font-size:10px;display:flex;justify-content:space-between;align-items:center;color:#71806f}.stat-symbol{font-size:17px;color:#8b997a}.stat-value{font-size:32px;letter-spacing:-1.4px;font-weight:450;line-height:1.4;margin-top:11px;white-space:nowrap}.stat-value small{font-size:11px;font-weight:400;margin-left:4px;letter-spacing:0;color:#8a9386}.stat-foot{font-size:9px;color:#8a9386;margin-top:6px}.stat.featured{background:var(--green);border-color:var(--green);color:#fbfff0}.featured .stat-top,.featured .stat-value small,.featured .stat-foot,.featured .stat-symbol{color:#c3d0af}.panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:21px}.panel-heading{padding:21px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:15px}.panel-heading h2{font-size:16px;letter-spacing:-.3px}.panel-heading p{font-size:11px;color:var(--muted);margin-top:4px}.panel-body{padding:23px 24px}.planner-bar{display:flex;gap:14px;align-items:end;justify-content:space-between;margin-bottom:21px}.date-fields{display:flex;gap:11px;align-items:end;flex-wrap:wrap}label{font-size:11px;font-weight:600;display:block;color:#5d6e5d}input,select,textarea{display:block;border:1px solid #dce1d5;border-radius:8px;padding:10px 12px;color:var(--ink);background:var(--white);font-size:12px;width:100%;min-height:41px}label input,label select,label textarea{margin-top:7px}textarea{resize:vertical;min-height:80px}.date-fields input{width:164px}.date-fields select{width:166px}.hint{font-size:10px;color:var(--muted);line-height:1.65}.notice{display:flex;gap:11px;padding:12px 16px;border:1px solid #e9dfc8;background:#fbf5e8;border-radius:9px;font-size:11px;color:#886940;line-height:1.6;margin-bottom:21px}.notice button{margin-left:auto;align-self:center;white-space:nowrap}.notice .notice-icon{font-size:15px}.notice.subtle{background:#eef2e6;border-color:#dfe7d0;color:#637452}.empty{padding:46px 20px 50px;text-align:center}.empty-icon{background:#eff3e5;color:#7e9263;display:grid;place-items:center;width:61px;height:61px;border-radius:19px;margin:0 auto 19px;font-size:31px}.empty h3{font:26px Georgia,serif;letter-spacing:-.5px}.empty p{font-size:11px;max-width:345px;margin:11px auto 21px;color:var(--muted);line-height:1.8}.empty-steps{display:flex;justify-content:center;align-items:center;gap:22px;margin:31px auto 0;font-size:10px;color:#87927f}.empty-steps span{display:flex;gap:6px;align-items:center}.empty-steps b{font-weight:500;font-size:9px;background:#f0f2e9;border:1px solid #e0e6d7;border-radius:50%;width:21px;height:21px;display:grid;place-items:center}.empty-steps i{font-style:normal;color:#c2c9b8}.two-columns{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,1fr);gap:22px}.mini-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.mini-heading h2{font-size:16px;letter-spacing:-.3px}.count{background:#edf1e5;border-radius:5px;padding:2px 7px;font-size:10px;margin-left:7px;color:#788467}.coverage-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #edf0e6}.coverage-row:last-child{border-bottom:0}.avatar{width:37px;height:37px;flex:0 0 37px;border-radius:50%;display:grid;place-items:center;background:#eceddf;color:#596950;font:16px Georgia,serif}.avatar.alt{background:#eee5dc;color:#7f6a51}.coverage-info{flex:1;min-width:0}.coverage-info strong{font-size:11px;display:block}.coverage-info small{font-size:10px;display:block;margin-top:2px}.tiny-btn{background:none;border:0;font-size:11px;color:#8c967f;padding:5px}.guide-line{display:flex;gap:12px;align-items:flex-start;font-size:11px;color:var(--muted);margin-top:22px;line-height:1.8}.guide-line span{font-size:22px;color:#8a9a6e}.guide-line strong{color:#55674e;font-weight:600}.opportunity{border:1px solid var(--line);border-radius:13px;margin-bottom:15px;background:var(--white);overflow:hidden}.op-top{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:14px 18px;background:#f0f3e9;border-bottom:1px solid #e0e5d7}.time{font-size:13px;font-weight:650}.time small{font-size:10px;font-weight:400;color:#859077;margin-left:7px}.op-top p{font-size:10px;color:var(--muted);margin-top:2px}.badge{font-size:9px;letter-spacing:.25px;padding:4px 8px;border-radius:99px;background:#e5eccf;color:#667643;white-space:nowrap;font-weight:550}.badge.amber{background:var(--amber);color:#987344}.badge.accepted{background:#dcebdc;color:#3f7654}.op-body{padding:18px}.recommendation-label{font-size:9px;letter-spacing:1.3px;font-weight:650;color:#84916d;margin-bottom:12px}.candidate{display:flex;gap:11px;align-items:center}.candidate h3{font-size:16px;letter-spacing:-.2px}.candidate p{font-size:10px;color:var(--muted)}.candidate .avatar{height:43px;width:43px;flex-basis:43px;background:#dde7c5}.candidate-meta{display:flex;gap:23px;margin-top:17px;padding:12px 0;border-top:1px solid #eaf0e0;border-bottom:1px solid #eaf0e0;font-size:10px;color:var(--muted)}.candidate-meta strong{color:var(--ink);display:block;font-size:13px;font-weight:550;margin-top:2px}.op-actions{display:flex;gap:8px;margin-top:15px}.op-actions .primary{flex:1}.op-details{font-size:10px;margin-top:12px;color:var(--muted)}summary{cursor:pointer}.op-details ul{padding-left:18px;margin-bottom:0}.op-empty{font-size:12px;line-height:1.7;color:var(--muted)}.balance-preview-row{display:flex;align-items:center;gap:9px;margin:17px 0}.balance-preview-row .rank{font-size:9px;color:#8d987f;width:11px}.balance-preview-row .info{flex:1}.balance-preview-row strong{font-size:11px;font-weight:550;display:block}.balance-preview-row small{font-size:9px}.balance-preview-row .balance{font-size:12px;font-weight:600}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;text-align:left}th{background:#f5f6ef;font-size:9px;letter-spacing:.6px;text-transform:uppercase;font-weight:550;color:#84907b;padding:13px 20px;white-space:nowrap}td{padding:15px 20px;font-size:11px;border-top:1px solid #edf0e6}td strong{font-weight:550}td small{display:block;font-size:9px;margin-top:3px}.num{font-variant-numeric:tabular-nums}.balance-number{font-weight:600;white-space:nowrap}.negative{color:#aa6840}.table-person{display:flex;gap:10px;align-items:center}.table-person .avatar{width:32px;height:32px;flex-basis:32px;font-size:13px}.filter-bar{display:flex;gap:13px;align-items:center;padding:17px 21px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.filter-bar input{max-width:280px}.filter-bar select{max-width:300px}.filter-bar .hint{margin-left:auto}.segmented{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;gap:3px;background:#f2f4ed}.segmented button{border:0;background:none;border-radius:6px;padding:7px 12px;font-size:10px;white-space:nowrap}.segmented button.active{background:var(--white);box-shadow:0 1px 4px #24392112}.schedule-table{table-layout:fixed;min-width:720px}.schedule-table th,.schedule-table td{padding:5px;border:1px solid var(--line)}.schedule-table thead th{padding:14px 6px;text-align:center}.schedule-table th:first-child{width:91px;font-size:10px;text-align:center}.schedule-table tbody th{font-size:9px;letter-spacing:0;text-transform:none;font-weight:400;padding:11px 2px;vertical-align:top;background:var(--white)}.schedule-table td{vertical-align:middle}.schedule-cell{width:100%;height:100%;min-height:30px;border:0;text-align:left;padding:9px 10px;border-radius:5px;white-space:normal;font-size:9px;line-height:1.5;background:#f2f5ee;color:#586b50}.schedule-cell.prep{background:#dfe9c8;color:#4c6637}.schedule-cell.blocked{background:#f0eee6;color:#999886}.schedule-cell.unknown{background:#fbf0d9;color:#9d7e4b}.schedule-cell.off{background:#f6f7f1;color:#a3aa9c}.schedule-cell:hover{box-shadow:inset 0 0 0 1px #94a579}.legend{display:flex;gap:18px;align-items:center;font-size:10px;color:var(--muted);padding:13px 20px;border-top:1px solid var(--line);flex-wrap:wrap}.legend span{display:flex;align-items:center;gap:6px}.legend i{width:9px;height:9px;border-radius:2px;background:#dfe9c8}.legend .teaching i{background:#e9efdf}.legend .unknown i{background:#f4dca6}.legend .blocked i{background:#e8e4d7}.schedule-note{font-size:11px;color:var(--muted);margin:12px 0 20px}.main-footer{font-size:9px;color:#929b88;display:flex;justify-content:space-between;gap:15px;padding:15px 44px 22px}.loading-state{text-align:center;padding:100px 20px;color:var(--muted);font-size:12px}.row-muted{opacity:.5}.reason{max-width:320px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:25px}.form-error{color:#a4503a;font-size:11px;min-height:18px;margin-top:12px}.checkbox-label{display:flex;align-items:center;gap:9px;font-size:11px;font-weight:400}.checkbox-label input{width:15px;min-height:15px;margin:0}.form-description{color:var(--muted);font-size:12px;line-height:1.8;margin-bottom:21px}dialog{border:1px solid #d6dfce;border-radius:20px;box-shadow:0 24px 80px #172c2938;background:var(--white);width:min(540px,calc(100% - 28px));padding:26px;color:var(--ink);max-height:90vh;overflow:auto}dialog::backdrop{background:#15281d60;backdrop-filter:blur(3px)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:22px}.modal-header .eyebrow{font-size:9px;color:#7f906b;margin-bottom:7px}.modal-header h2{font:30px Georgia,serif}.modal-header .icon-button{color:#839477}#toast{position:fixed;bottom:23px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:12px 20px;font-size:12px;border-radius:10px;box-shadow:0 4px 24px #1c32242e;z-index:100;max-width:90vw}#toast.error{background:#90482f}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1.12fr 1fr}.login-story{background:var(--green);color:#f1f3e5;padding:42px 56px;display:flex;flex-direction:column;min-height:100vh}.login-story .brand-icon{background:#d9e5aa;color:var(--green)}.login-story .brand{font-size:20px}.login-copy{margin:auto 0;padding:55px 0}.login-copy .eyebrow{color:#aabc8d;margin-bottom:24px}.login-copy h1{font:48px/1.15 Georgia,serif;letter-spacing:-1.5px}.login-copy p{color:#bbc9af;font-size:13px;line-height:1.9;margin-top:23px;max-width:350px}.story-footer{font-size:10px;color:#a0b295}.login-art{margin-top:53px;display:flex;align-items:center;gap:11px}.login-art span{display:grid;place-items:center;height:85px;width:85px;border:1px solid #658263;border-radius:50%;font:italic 19px Georgia,serif;color:#cbd7b5}.login-art i{font-style:normal;color:#8caa7c;font-size:20px}.login-art .art-fair{border-radius:24px 24px 24px 3px;background:#d9e5aa;color:var(--green);width:105px;border:0}.login-form-wrap{display:flex;align-items:center;justify-content:center;padding:50px}.login-form{max-width:330px;width:100%}.small-mark{display:block;font-size:9px;letter-spacing:1.5px;color:#859077;font-weight:600;margin-bottom:26px}.login-form h2{font:40px Georgia,serif;margin-bottom:13px}.login-form>p{font-size:12px;color:var(--muted);margin-bottom:34px}.login-form label{margin-top:19px}.login-form .button{margin-top:8px;min-height:44px}.login-note{font-size:10px;text-align:center;color:#9aa18f;margin-top:24px}.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.guide-card{padding:26px;background:var(--white);border:1px solid var(--line);border-radius:14px}.guide-card .step{display:inline-flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:50%;background:#e3ebd0;font-size:11px;margin-bottom:15px}.guide-card h3{font:23px Georgia,serif;margin-bottom:13px}.guide-card p,.guide-card li{font-size:12px;line-height:1.8;color:var(--muted)}.guide-card ul{padding-left:17px}.inline-message{font-size:11px;color:var(--muted);padding:23px}.inline-message.error{color:#985637}.no-wrap{white-space:nowrap}.spaced{margin-top:16px}.year-selector{max-width:145px}.activity-note{padding:14px 21px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}
@media(min-width:1550px){main{padding-top:45px}.page-heading{margin-bottom:35px}h1{font-size:51px}}
@media(max-width:1150px){.sidebar{width:215px;flex-basis:215px;padding:30px 18px}.main-shell{margin-left:215px;width:calc(100% - 215px)}main{padding:29px 27px}.topbar{padding:0 27px}.main-footer{padding:15px 27px}.brand{font-size:16px;gap:8px}.two-columns{grid-template-columns:minmax(0,1.45fr) minmax(225px,1fr);gap:16px}.stats{gap:10px}.stat{padding:17px}.stat-value{font-size:28px}h1{font-size:41px}.candidate-meta{gap:15px}.login-story{padding:40px}.login-copy h1{font-size:41px}}
@media(max-width:900px){.sidebar{position:static;width:100%;padding:15px 20px;border-right:0;border-bottom:1px solid var(--line);display:block}.sidebar .brand{font-size:17px}.sidebar .brand-icon{width:31px;height:34px;font-size:26px}.brand-description,.sidebar-label,.sidebar-note,.sidebar-bottom{display:none}.sidebar nav{margin-top:16px;flex-direction:row;overflow:auto;gap:3px}.sidebar nav button{padding:10px 12px;font-size:11px;flex:1;justify-content:center;gap:7px}.nav-icon{font-size:18px}.nav-dot{display:none!important}.workspace{display:block}.main-shell{width:100%;margin-left:0}.topbar{min-height:55px}.breadcrumb{font-size:10px}main{padding:27px}.stats{grid-template-columns:repeat(4,1fr)}.stat{padding:15px}.stat-top{font-size:9px}.stat-symbol{display:none}.stat-foot{font-size:8px}.two-columns{grid-template-columns:minmax(0,1.45fr) minmax(210px,1fr)}.login-wrap{grid-template-columns:1fr 1fr}.login-story{padding:32px}.login-copy h1{font-size:37px}.login-art{gap:7px}.login-art span{width:65px;height:65px;font-size:16px}.login-art .art-fair{width:78px}.login-form-wrap{padding:30px}}
@media(max-width:650px){body{font-size:13px}.sidebar{padding:13px 16px 9px}.sidebar nav{margin-top:12px}.sidebar nav button{font-size:10px;padding:9px 10px;gap:5px;flex:initial;flex-shrink:0}.sidebar nav .nav-icon{font-size:16px;width:16px}.topbar{padding:0 18px}.breadcrumb>span,.breadcrumb>strong{display:none}main{padding:24px 18px}.page-heading{margin-bottom:24px;display:block}.heading-actions{padding-top:17px}h1{font-size:37px}.page-heading p{font-size:11px}.page-heading .eyebrow{font-size:9px}.school-year{font-size:9px}.stats{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:21px}.stat{padding:16px}.stat-value{font-size:29px;margin-top:8px}.stat-top{font-size:10px}.stat-foot{font-size:9px}.two-columns{grid-template-columns:1fr;gap:4px}.planner-bar{display:block}.date-fields{gap:10px}.date-fields label{flex:1}.date-fields input,.date-fields select{width:100%}.planner-bar>.button{margin-top:15px;width:100%}.notice{font-size:10px;padding:12px;gap:8px;flex-wrap:wrap}.notice button{margin-left:22px}.panel-heading{padding:17px}.panel-body{padding:18px}.panel-heading h2{font-size:15px}.empty{padding:35px 15px}.empty h3{font-size:24px}.empty-steps{gap:9px;font-size:8px}.empty-steps i{display:none}.main-footer{padding:15px 18px;font-size:8px}.candidate-meta{gap:22px}.filter-bar{padding:15px}.filter-bar input{max-width:none}.filter-bar .hint{margin-left:0}.panel-heading .button{font-size:9px;padding:8px 10px}.table-person{min-width:150px}td,th{padding:12px 14px}.guide-grid{grid-template-columns:1fr}.login-wrap{display:block}.login-story{min-height:unset;padding:25px 25px 30px}.login-copy{padding:32px 0 0}.login-copy .eyebrow{font-size:8px;margin-bottom:15px}.login-copy h1{font-size:36px}.login-copy p,.story-footer,.login-art{display:none}.login-form-wrap{padding:38px 26px}.login-form{max-width:400px}.login-form h2{font-size:31px}.small-mark{font-size:8px;margin-bottom:18px}.login-form>p{margin-bottom:24px}.form-grid{gap:13px}.button{font-size:11px}.schedule-table{min-width:685px}.legend{gap:13px}dialog{padding:22px}.modal-header h2{font-size:27px}}
@media print{.sidebar,.topbar,.heading-actions,.planner-bar,.button,.main-footer,.filter-bar,#toast{display:none!important}.main-shell{margin:0;width:100%}main{padding:0}.panel{break-inside:avoid}.table-scroll{overflow:visible}body{background:white}}

/* Keep the working details comfortable to read on school laptops. */
:root{--muted:#687564}.sidebar nav button{font-size:12px}.page-heading p{font-size:13px}.stat-top{font-size:11px}.stat-foot{font-size:10px}.stat-value small{font-size:12px}.button{font-size:12px}.candidate-meta{font-size:11px}.candidate p,.op-top p{font-size:11px}.hint,.coverage-info strong,.balance-preview-row strong{font-size:12px}.coverage-info small,.balance-preview-row small{font-size:10px}td{font-size:12px}td small{font-size:10px}.empty p{font-size:12px}.notice{font-size:12px}.notice-icon{font:italic bold 12px Georgia,serif!important;display:inline-flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:50%;width:15px;height:15px;flex:0 0 15px;margin-top:2px}.stat-top,.stat-foot{color:#6c7962}.featured .stat-top,.featured .stat-foot{color:#c3d0af}.schedule-cell{font-size:10px}.schedule-cell.unknown{color:#846437}.schedule-cell.blocked{color:#737769}.schedule-cell.off{color:#737d6c}
@media(max-width:650px){.sidebar nav button{font-size:10px}.page-heading p{font-size:12px}.button{font-size:11px}.stat-top{font-size:10px}.stat-foot{font-size:9px}.notice{font-size:11px}.candidate-meta{gap:15px;font-size:10px}.hint{font-size:11px}}

.schedule-table td{vertical-align:top}.schedule-table td.period-prep{background:#edf2e3}.schedule-table td.period-unknown{background:#fcf5e6}.schedule-table td.period-teaching{background:#f3f6ef}.schedule-table td.period-blocked{background:#f3f1e9}
