*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:#f4f7f4;color:#213028}header{display:flex;justify-content:space-between;padding:18px max(24px,calc((100vw - 1050px)/2));background:white;border-bottom:1px solid #dfe6e1}header>a{font-weight:800;color:#2f6750;text-decoration:none;font-size:20px}nav a{margin-left:18px;color:#213028;text-decoration:none;font-weight:650}main{max-width:1050px;margin:auto;padding:36px 24px}.heading{display:flex;justify-content:space-between;align-items:end;gap:20px}h1{font-size:42px;margin:6px 0 12px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}.cards article,.panel,.portal{background:white;border:1px solid #dfe6e1;border-radius:16px;padding:22px;box-shadow:0 8px 24px #1835240d}.cards span{display:block;color:#69756e}.cards strong{font-size:34px}.button{display:inline-block;padding:11px 15px;border:1px solid #cad5ce;border-radius:10px;background:white;color:#213028;text-decoration:none;font-weight:750;cursor:pointer}.primary{background:#2f6750;color:white;border-color:#2f6750}.search{display:flex;gap:10px;margin:20px 0}.search input,input,select,textarea{width:100%;padding:11px;border:1px solid #cad5ce;border-radius:9px;font:inherit}.search input{flex:1}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e5ebe7}td a{color:#2f6750;font-weight:750}.form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form label{display:grid;gap:6px;font-weight:650}.full{grid-column:1/-1}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.link{overflow-wrap:anywhere;background:#eaf2ed;padding:12px;border-radius:9px}.portal{max-width:680px;margin:50px auto}.notice{background:#eaf2ed;padding:15px;border-radius:10px}.flash{padding:12px;border-radius:9px;background:#eaf2ed;margin-bottom:15px}.error{background:#fdeaea}.course-list{margin-top:24px;padding:8px 22px}.course-row{display:grid;grid-template-columns:22px 2fr 1fr 1fr auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid #e5ebe7;color:#213028;text-decoration:none}.course-row:last-child{border-bottom:0}.course-row small{display:block;color:#69756e;margin-top:3px}.color-dot{display:inline-block;width:14px;height:14px;border-radius:50%}.color-dot.large{width:22px;height:22px;margin-right:10px}.status{background:#eaf2ed;border-radius:20px;padding:6px 10px}.color-input{height:44px;padding:4px}.actions{display:flex;justify-content:flex-end;gap:10px}.date-list{list-style:none;padding:0;margin:0}.date-list li{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e5ebe7}.date-list li:last-child{border-bottom:0}.portal-page{max-width:900px}.portal-wide{max-width:none;margin:20px auto}.portal-wide h1{font-size:36px}.booking-list{display:grid;gap:10px}.booking-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #e5ebe7}.booking-list article:last-child{border-bottom:0}.booking-list form{flex:0 0 auto}.booking-list span{color:#69756e}.privacy-note{color:#69756e}.booked{background:#f2e8ca;color:#694f12!important;white-space:nowrap}@media(max-width:700px){.cards{grid-template-columns:1fr 1fr}.heading,.search{flex-direction:column;align-items:stretch}.form,.grid{grid-template-columns:1fr}.full{grid-column:auto}.course-row{grid-template-columns:20px 1fr}.course-row>span:nth-child(n+3){display:none}header{align-items:flex-start}nav a{display:block;margin:4px 0 0 18px}.booking-list article{align-items:flex-start;flex-direction:column}.booking-list form,.booking-list .button{width:100%}}
