/* Academy workspace and guided catalog */
.eb-manager{padding-block:30px 70px}.ebm-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.ebm-heading h1{font-size:32px;margin:5px 0;color:#052e45}.ebm-heading p{color:#66818c}.ebm-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:26px;align-items:start}.ebm-sidebar{display:grid;background:linear-gradient(165deg,#043b50,#002437);border-radius:22px;padding:20px 12px;gap:9px;position:sticky;top:40px}.ebm-sidebar a{color:#d8edf1;padding:13px 15px;border-radius:12px;font-size:14px}.ebm-sidebar a[aria-current]{background:linear-gradient(120deg,#00aaa6,#047b8a);color:white;box-shadow:0 8px 20px #001e3240}.ebm-content{min-width:0}.ebm-content h2,.ebm-content h3{color:#073649}.ebm-content h2{font-size:25px}.ebm-welcome{border-radius:24px;padding:30px;background:#03384d url(science.svg) left center/auto 100% no-repeat;min-height:235px;position:relative;isolation:isolate}.ebm-welcome:before{content:'';position:absolute;inset:0;background:linear-gradient(270deg,#003149 40%,#00314955);border-radius:inherit;z-index:-1}.ebm-content .ebm-welcome h2{color:white;font-size:31px}.ebm-welcome p{color:#d4edf1;max-width:60%;font-size:14px}.ebm-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:22px 0}.ebm-stats article{background:white;border:1px solid #dbe8ea;border-radius:18px;padding:20px;display:grid;gap:8px}.ebm-stats strong{font-size:33px;color:#00918f}.ebm-stats span{font-size:12px;color:#617d89}.ebm-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}
.ebm-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;background:white;border:1px solid #e1e9eb;border-radius:18px;padding:23px;margin:15px 0}.ebm-form input[type=hidden]{display:none}.ebm-form label{display:grid;gap:7px;font-size:13px;color:#2f5466;align-content:start}.ebm-form input,.ebm-form select,.ebm-form textarea{width:100%;min-width:0;border:1px solid #dce7ea;border-radius:10px;padding:11px;background:#f8fbfc;color:#173d50;font:inherit}.ebm-form textarea{resize:vertical}.ebm-form .ebm-wide{grid-column:1/-1}.ebm-form p,.ebm-form small{font-size:12px;color:#72858e;line-height:1.8}.ebm-form button{align-self:end;cursor:pointer}.ebm-form input:focus,.ebm-form select:focus,.ebm-form textarea:focus{outline:2px solid #019a9d;outline-offset:2px}.ebm-form input[type=number],.ebm-form input[type=date],.ebm-form input[type=time],.ebm-form input[type=url]{direction:ltr}.ebm-row{display:flex;gap:18px;align-items:center;padding:18px;background:white;border:1px solid #e1ebed;border-radius:17px;margin-bottom:13px}.ebm-row>div:nth-child(2){flex:1;min-width:0}.ebm-row h3{font-size:17px;margin:0 0 8px}.ebm-row small{font-size:11px;display:block;color:#65818c}.ebm-thumb{width:72px;flex-shrink:0}.ebm-thumb img{display:block;width:100%;height:75px;object-fit:contain;border-radius:9px}.ebm-row-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:12px}.ebm-row .ebm-form{display:block;padding:0;border:0;margin:0}.ebm-quiet{border:1px solid #d3e0e4;background:#f5f9fa;color:#426271;border-radius:8px;padding:8px 12px;cursor:pointer;font:inherit;font-size:11px}.ebm-request{padding:22px;background:white;border:1px solid #dce8eb;border-radius:18px;margin-bottom:17px}.ebm-request>p{font-size:13px;color:#526e7a}.ebm-request summary{cursor:pointer;font-size:14px;line-height:1.9}.ebm-request h3{font-size:19px;margin:0}
.eb-resource-tabs{display:flex;gap:8px;padding:8px;background:#e6f4f4;border:1px solid #cfe7e8;border-radius:18px;margin:25px 0}.eb-resource-tabs a{flex:1;text-align:center;padding:15px;border-radius:12px;color:#237080;font-weight:800}.eb-resource-tabs a[aria-current]{background:#008e94;color:white;box-shadow:0 8px 20px #00899124}.eb-discovery-steps{display:flex;justify-content:center;gap:16px;font-size:14px;color:#6a8592;padding:12px}.eb-discovery-steps a{color:#13838d}.eb-choice-panel{padding:30px;background:white;border:1px solid #dfe9ec;border-radius:24px;margin:20px 0}.eb-choice-panel h3{font-size:27px;color:#06324a}.eb-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.eb-choice{display:block;position:relative;background:linear-gradient(135deg,#f0faf9,#fff);border:1px solid #d6e8e9;border-radius:18px;padding:24px;color:#063d51;transition:transform .2s,box-shadow .2s}.eb-choice:hover{transform:translateY(-3px);box-shadow:0 14px 30px #06384912}.eb-choice h4{color:#084358;font-size:21px;margin:8px 0}.eb-choice>span{display:block;font-size:35px;color:#00a1a8}.eb-choice small{color:#217d89;font-size:12px}.eb-selection{display:flex;gap:20px;justify-content:space-between;background:#edf7f7;padding:18px;border-radius:12px;margin:20px 0}.eb-selection a{font-size:12px;color:#008591}
@media(max-width:900px){.ebm-layout{grid-template-columns:1fr}.ebm-sidebar{position:static;display:flex;flex-wrap:wrap;padding:12px}.ebm-sidebar a{font-size:12px;padding:10px}.ebm-row{flex-wrap:wrap}.ebm-row-actions{width:100%;justify-content:flex-end}}
@media(max-width:640px){.ebm-heading{align-items:start;flex-direction:column}.ebm-heading h1{font-size:26px}.ebm-stats{gap:8px}.ebm-stats article{padding:13px}.ebm-stats strong{font-size:25px}.ebm-stats span{font-size:10px}.ebm-form{grid-template-columns:1fr;padding:17px}.ebm-form .ebm-wide{grid-column:auto}.ebm-welcome{padding:22px}.ebm-welcome p{max-width:90%}.ebm-content .ebm-welcome h2{font-size:27px}.eb-choice-panel{padding:20px}.eb-choice-panel h3{font-size:23px}.eb-choice{padding:17px}.eb-choice h4{font-size:18px}.eb-choice-grid{gap:10px}.eb-resource-tabs a{font-size:13px;padding:12px 5px}.eb-discovery-steps{gap:9px;font-size:12px}.eb-selection{font-size:13px}.ebm-request{padding:17px}}
