@import url('/static/fonts.css');
:root{--bg:#f7f8f3;--white:#fff;--ink:#203d36;--muted:#66756f;--green:#284f45;--mint:#e8f0e6;--line:#e1e6de;--orange:#d98655;--blue:#e9eefb;--radius:20px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #c0713e;outline-offset:4px}.skip{position:absolute;left:12px;top:-100px;background:white;padding:10px;z-index:5}.skip:focus{top:5px}.topbar{max-width:1440px;margin:auto;min-height:108px;display:flex;align-items:center;justify-content:space-between;padding:24px 6%;gap:24px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-size:21px;font-weight:700;letter-spacing:-.6px;line-height:1.2}.brand:hover{text-decoration:none}.brand-light{font-weight:400}.brand small{display:block;font-size:10px;letter-spacing:1px;font-weight:400;margin-top:6px;color:var(--muted)}.brand-icon{width:43px;height:43px;background:var(--green);color:white;display:flex;align-items:center;justify-content:center;border-radius:13px;font-family:Georgia,serif;font-size:35px;font-style:italic;padding-bottom:7px}.brand-icon span{color:#d5e7a8}.topbar nav{display:flex;gap:26px;font-size:13px}.topbar nav a{padding:10px 0;color:var(--muted)}.topbar nav a[aria-current]{color:var(--green);border-bottom:2px solid var(--green)}.account{display:flex;gap:12px;align-items:center}.avatar{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#e9e5d7;color:var(--green);font-weight:700}.avatar.large{width:52px;height:52px;font-size:23px}.header-note{font-size:12px;color:var(--muted)}main{max-width:1280px;margin:0 auto;padding:46px 40px 70px;min-height:calc(100vh - 190px)}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:46px;letter-spacing:-1.6px;line-height:1.15;margin:15px 0}h2{font-size:21px;font-weight:500;letter-spacing:-.5px;line-height:1.35}h3{font-size:17px;margin:9px 0}p{margin-bottom:16px}.muted{color:var(--muted)}.accent{color:var(--orange)}.eyebrow,.step{font-size:10px;letter-spacing:1.8px;font-weight:700;color:#60755c}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:10px 0 34px}.page-heading p{margin:0}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;border:1px solid var(--green);border-radius:10px;background:var(--green);color:white;font-size:13px;font-weight:600;padding:14px 20px;cursor:pointer;min-height:47px;transition:background .15s,transform .15s}.button:hover{background:#173a31;text-decoration:none}.button:active{transform:translateY(1px)}.button.secondary{background:transparent;color:var(--green);border-color:var(--line)}.button.secondary:hover{background:var(--mint)}.button.small{font-size:12px;padding:10px 14px;min-height:40px}.button.full{width:100%;margin-top:20px}.text-button{border:0;background:none;padding:8px 0;cursor:pointer;color:var(--muted);font-size:12px;text-align:left}.text-button:hover{text-decoration:underline}.danger{color:#a54436}.card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:white}.dashboard{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.section-heading h2{margin:0}.count{display:grid;place-items:center;width:26px;height:26px;background:var(--mint);border-radius:50%;font-size:12px}.lesson-card{display:flex;align-items:center;gap:22px;background:white;border:1px solid var(--line);border-radius:16px;padding:22px;margin-bottom:14px}.date-tile{background:#f4f5ef;border:1px solid var(--line);border-radius:12px;width:66px;flex-shrink:0;text-align:center;padding:9px 4px;line-height:1.3}.date-tile span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:1px}.date-tile strong{display:block;font-size:28px;font-weight:500}.lesson-info{flex:1;min-width:0}.lesson-info h3{margin:8px 0 4px}.lesson-info p{font-size:12px;margin:3px 0;overflow-wrap:anywhere}.pill{display:inline-block;padding:4px 9px;border-radius:6px;background:var(--mint);color:#456644;font-size:9px;letter-spacing:.7px;font-weight:700}.pill.blue{background:var(--blue);color:#45639a}.lesson-actions{display:flex;flex-direction:column;align-items:end;gap:4px}.dark-card{background:var(--green);color:#fff;border:0;position:relative;overflow:hidden;min-height:278px}.dark-card .eyebrow{color:#c5d6a9}.dark-card h2{font-family:Georgia,serif;font-size:28px;margin:24px 0 16px}.dark-card p{font-size:13px;color:#d5e0d8;max-width:225px}.dark-card a{font-size:12px}.decorative-star{position:absolute;bottom:-41px;right:-15px;font-size:145px;line-height:1;color:#cfe2b0;opacity:.17}.tip{margin-top:20px;background:#eff1e7;border-color:transparent}.tip p{font-size:13px;color:var(--muted);margin:0}.empty{text-align:center;padding:65px 25px;color:var(--muted)}.empty h3{color:var(--ink)}.empty-icon{font-size:46px;color:#bca65d;margin-bottom:12px}.subtle-link{font-size:12px;color:var(--green);text-decoration:underline;text-underline-offset:4px}.history-heading{margin-top:35px}.history-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0;font-size:12px;color:var(--muted);gap:12px}.login-layout{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:90px;max-width:1050px;margin:20px auto 0}.welcome h1{font-size:52px;line-height:1.13;margin:22px 0}.welcome h1 em{font-weight:400;color:#6a8456}.welcome>p{max-width:405px;font-size:14px;color:var(--muted);line-height:1.8}.login-card{padding:38px;box-shadow:0 12px 55px #243e3305}.login-card h2{font-family:Georgia,serif;font-size:28px;margin:25px 0 12px}.login-card>p{font-size:13px}.login-card .subtle-link{display:block;text-align:center;margin:20px 0}.login-foot{font-size:12px;border-top:1px solid var(--line);padding-top:22px;margin-top:26px}.login-foot span{display:block;color:var(--muted);font-size:11px;margin-top:5px;line-height:1.8}label{display:block;font-size:12px;font-weight:600;margin:17px 0 7px}input,select,textarea{width:100%;padding:12px 13px;background:#fcfdf9;border:1px solid #dce2d7;border-radius:8px;min-height:44px;color:var(--ink)}input[type=checkbox]{width:18px;min-height:18px;height:18px;vertical-align:middle;accent-color:var(--green)}textarea{min-height:90px;resize:vertical}form p{margin-bottom:15px}.helptext,.hint{font-size:11px;color:var(--muted);line-height:1.7;display:block;margin:9px 0 0}.helptext ul{padding-left:18px}.errorlist{color:#a54436;font-size:12px;padding-left:20px}.notice{padding:14px 18px;border-radius:10px;background:#edf0e5;color:var(--green);font-size:13px;border:1px solid #dce3cd;overflow-wrap:anywhere}.notice.error{background:#fff0ec;color:#933e31;border-color:#f3d5ca}.notice.success{background:#eaf4e8}.narrow{max-width:650px;margin:20px auto}.narrow>.card{margin-top:25px}.booking-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px}.filters{align-self:start;position:sticky;top:20px}.filter-divider{border-top:1px solid var(--line);margin:25px 0}.filters p{font-size:12px}.slot-panel h2{font-family:Georgia,serif;font-size:29px;margin:12px 0 25px}.days{max-height:480px;overflow:auto;padding:0 8px 8px 0}.day{border:0;padding:0;margin:0 0 25px}.day legend{font-size:13px;font-weight:600;margin-bottom:12px;text-transform:capitalize}.slots{display:flex;flex-wrap:wrap;gap:9px}.slot{margin:0;position:relative}.slot input{position:absolute;opacity:0;width:1px;height:1px;min-height:1px}.slot span{display:block;min-width:76px;text-align:center;border:1px solid var(--line);border-radius:8px;padding:10px 12px;font-size:12px;font-weight:400;cursor:pointer}.slot input:checked+span{background:var(--green);color:white;border-color:var(--green)}.slot input:focus-visible+span{outline:3px solid var(--orange);outline-offset:2px}.slot span:hover{background:var(--mint)}.booking-summary{border-top:1px solid var(--line);padding-top:12px}.confirm-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:22px}.confirm-row p{font-size:12px;margin:0}.student-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.student-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:15px}.student-card h2{margin-bottom:5px}.student-card p{font-size:12px;color:var(--muted);margin-bottom:10px}.student-card a{overflow-wrap:anywhere}.parent{display:flex;flex-direction:column;margin:24px 0;padding:15px;background:var(--bg);border-radius:10px;gap:4px;font-size:12px}.parent strong{font-weight:500}.student-actions{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);margin-top:22px;padding-top:15px;font-size:12px;gap:15px}.window-row{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);gap:15px}.window-row strong{font-size:13px;font-weight:500}.window-row p{font-size:11px;color:var(--muted);margin:5px 0 0}footer{max-width:1200px;margin:auto;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:24px 0;font-size:10px;color:var(--muted)}footer span:first-child{font-weight:700}.illustration{height:245px;position:relative;display:grid;place-items:center;margin-top:25px}.orbit{position:absolute;width:300px;height:205px;border:1px dashed #c3cfb4;border-radius:50%;transform:rotate(-18deg)}.paper{width:235px;background:white;border-radius:14px;padding:22px;box-shadow:0 14px 28px #38513b10;transform:rotate(-7deg);position:relative;border:1px solid #e2e6db}.paper-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px}.paper-top span{color:var(--orange);font-size:20px;line-height:1}.paper-lines{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);border-bottom:1px solid var(--line);padding:19px 5px 12px}.paper-event{background:#e8edda;border-left:3px solid #84955c;padding:11px 9px;font-size:10px;margin:13px 0;border-radius:5px}.paper-event small{font-size:8px;color:var(--muted)}.paper-bottom{font-size:9px;color:var(--muted)}.floating-label{position:absolute;right:0;bottom:25px;background:#efe6d4;border:3px solid var(--bg);padding:10px 17px;border-radius:11px;font-size:11px;transform:rotate(5deg)}
@media(min-width:1500px){main{padding-top:65px}.login-layout{margin-top:45px}}@media(max-width:1000px){.topbar{padding:20px 28px}.topbar nav{gap:16px}.account .avatar{display:none}.dashboard{grid-template-columns:minmax(0,1fr) 270px;gap:20px}.login-layout{gap:35px}.welcome h1{font-size:43px}.student-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lesson-card{flex-wrap:wrap}.lesson-actions{flex-direction:row;width:100%;justify-content:flex-end}.card{padding:23px}footer{margin:0 30px}.header-note{max-width:180px;text-align:right}}@media(max-width:720px){.topbar{flex-wrap:wrap;padding:18px 22px;gap:15px}.brand{font-size:18px}.brand-icon{width:35px;height:35px;font-size:29px}.topbar nav{order:3;width:100%;overflow:auto;white-space:nowrap;font-size:12px;gap:22px}.header-note{display:none}main{padding:28px 20px 45px}h1{font-size:35px}.page-heading{display:block;margin-bottom:25px}.page-heading .button{margin-top:20px}.page-heading p{font-size:13px}.dashboard,.booking-layout{grid-template-columns:1fr}.dashboard aside{display:grid;grid-template-columns:1fr;gap:18px}.tip{margin-top:0}.login-layout{grid-template-columns:1fr;gap:25px;margin-top:0}.welcome h1{font-size:39px}.welcome>p{font-size:13px}.illustration{display:none}.login-card{padding:27px}.login-card h2{font-size:25px}.lesson-card{padding:18px;gap:15px}.student-grid{grid-template-columns:1fr}.filters{position:static}.confirm-row{flex-direction:column;align-items:stretch}.days{max-height:430px}footer{margin:0 20px;flex-wrap:wrap;gap:8px 25px}footer span:last-child{width:100%}.history-row{font-size:10px}.narrow h1{font-size:32px}.dark-card{min-height:235px}.window-row{align-items:start}.window-row p{max-width:180px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
.public-filters form{display:flex;gap:22px;align-items:end;flex-wrap:wrap}.public-filters form>div{min-width:180px;flex:1}.public-filters label{margin-top:0}.public-booking>.card{margin-top:24px}.calendar-toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.calendar-toolbar h2{text-transform:capitalize;margin:10px 0 20px}.calendar-controls{display:flex;gap:8px;flex-wrap:wrap}.public-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin:20px 0}.calendar-day{border:1px solid var(--line);border-radius:12px;padding:12px 8px;min-width:0}.calendar-day h3{font-size:12px;text-transform:capitalize}.calendar-day .slots{max-height:235px;overflow:auto;display:flex;flex-direction:column;flex-wrap:nowrap;gap:7px}.calendar-day .slot span{min-width:0;padding:8px}.calendar-day.outside{opacity:.4}.no-slot{color:var(--muted);font-size:12px}.month .calendar-day .slots{max-height:120px}.request-details h2{margin:12px 0}.request-fields{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.request-fields .wide{grid-column:1/-1}.booking-summary .button{margin-top:20px}.decision-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.button:disabled{opacity:.5;cursor:not-allowed}.public-booking .errorlist{margin:6px 0}.selected-slot{font-weight:600}.calendar-card{padding:24px}@media(max-width:720px){.public-calendar{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-day .slots{max-height:190px}.request-fields{grid-template-columns:1fr}.public-filters form{gap:14px}.calendar-controls{margin-bottom:12px}.calendar-card{padding:18px}.calendar-day h3{font-size:13px}}
/* Professional visual system: consistent hierarchy, directory tools and controls. */
:root{--bg:#f3f6f8;--ink:#183344;--muted:#607483;--green:#176b66;--mint:#e8f3ee;--line:#dde5ea;--orange:#bc8852;--radius:16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;font-size:14px}.topbar{background:#fff;max-width:none;padding:22px max(28px,calc((100vw - 1200px)/2));min-height:92px}.brand{font-size:21px;letter-spacing:-.6px}.brand small{font-size:9px;letter-spacing:1.6px}.brand-icon{border-radius:11px;background:#183e4a}.topbar nav a{font-weight:500}.topbar nav a:hover{color:var(--green)}h1{font-family:inherit;font-weight:650;font-size:39px;letter-spacing:-1.4px;margin:12px 0 14px}h2{font-weight:600;font-size:20px;letter-spacing:-.45px}h3{font-weight:600}.eyebrow,.step{color:#647b85;font-size:10px;letter-spacing:1.6px}.button{border-radius:8px;min-height:44px;font-size:13px;padding:12px 18px}.button.secondary{background:#fff}.card{box-shadow:0 2px 10px #18334403}.page-heading{margin:4px 0 30px}.page-heading p{font-size:14px}.pill{font-size:10px;letter-spacing:.3px;border-radius:5px}.lesson-card{box-shadow:0 2px 8px #18334403}.lesson-info h3{font-size:17px}.dark-card{background:linear-gradient(140deg,#173b4a,#205952)}.dark-card h2{font-family:inherit;font-weight:600;font-size:25px}.dark-card .eyebrow{color:#b5d8cc}.tip{background:#eaf0f2}.notice{background:#edf4f3;border-color:#d7e7e2;line-height:1.7}.notice a{text-decoration:underline;text-underline-offset:3px}.calendar-toolbar h2{font-size:21px}.calendar-day{background:#fcfdfe}.calendar-day h3{color:#536d7c;font-weight:600;border-bottom:1px solid var(--line);padding-bottom:11px;margin:0 0 12px}.calendar-day .slot span{background:white;border-color:#dce5e9}.calendar-day .slot input:checked+span{background:var(--green);color:white}.calendar-day .slot span:hover{background:var(--mint)}.calendar-day .slots{scrollbar-width:thin;scrollbar-color:#b9ceca transparent}.request-details h2{font-family:inherit;font-size:23px}.request-details .notice{padding:18px 20px}.booking-summary{padding-top:20px}.welcome h1{font-family:inherit;font-size:50px;font-weight:650}.welcome h1 em{font-style:normal;font-weight:650;color:var(--green)}.login-card h2{font-family:inherit;font-weight:600;font-size:27px}.login-card .pill{background:#edf2f5;color:#42606e}.login-layout{gap:75px}.overview-bar{display:grid;grid-template-columns:1fr 1fr 1.4fr;background:white;border:1px solid var(--line);border-radius:14px;margin-bottom:24px;padding:24px}.overview-bar>div{padding:0 24px;border-right:1px solid var(--line)}.overview-bar>div:first-child{padding-left:0}.overview-bar>div:last-child{border:0}.overview-bar strong{display:block;font-size:27px;line-height:1.3;font-weight:650}.overview-bar>div:last-child strong{font-size:18px;margin-top:3px}.overview-bar span{display:block;font-size:12px;color:var(--muted);margin-top:7px}.directory-filters{display:flex;gap:18px;align-items:end;padding:20px;margin-bottom:24px}.directory-filters>div:first-child{flex:2}.directory-filters>div:nth-child(2){flex:1}.directory-filters label{margin-top:0}.student-card h2{margin-top:18px}.student-actions{align-items:center;flex-wrap:wrap}.student-actions a{font-weight:600;color:var(--green)}.copy-link{display:flex;gap:10px}.copy-link input{min-width:0;flex:1}.copy-link button{white-space:nowrap}footer{font-size:11px}.empty{background:#fcfdfe}.empty h3{font-size:20px}@media(max-width:720px){.topbar{padding:18px 20px}h1{font-size:31px;letter-spacing:-1px}.page-heading p{font-size:13px}.welcome h1{font-size:39px}.login-layout{gap:28px}.overview-bar{grid-template-columns:1fr 1fr;padding:20px}.overview-bar>div{padding:0 0 0 20px}.overview-bar>div:nth-child(2){border:0}.overview-bar>div:last-child{grid-column:1/-1;padding:18px 0 0;margin-top:18px;border-top:1px solid var(--line)}.directory-filters{flex-direction:column;align-items:stretch}.copy-link{flex-direction:column}.public-calendar{gap:10px}.calendar-card{padding:18px}.brand{font-size:19px}.narrow h1{font-size:30px}}
