@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&display=swap";:root{--mb-bg: #f5f7fa;--mb-ink: #16202e;--mb-muted: #5c6b7e;--mb-soft: #8a97a6;--mb-line: #eaeef3;--mb-line-strong: #dce3ec;--mb-primary: #044d8d;--mb-primary-dark: #033a6b;--mb-navy: #062a4d;--mb-accent: #43b8ac;--mb-accent-dark: #2e9c90;--mb-danger: #b23b3b;--mb-danger-bg: #fceeee;--mb-success: #1f8a5b;--mb-success-bg: #e4f3ea}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;background:var(--mb-bg);color:var(--mb-ink);font-family:Hanken Grotesk,system-ui,sans-serif;margin:0}button,input,select,textarea{font:inherit}input::placeholder,textarea::placeholder{color:#9aa7b6}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:#cfd8e2;background-clip:padding-box;border:2px solid transparent;border-radius:8px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.page-shell{min-height:100vh;padding:0 20px 70px}.topbar{align-items:center;background:var(--mb-navy);color:#fff;display:flex;height:54px;justify-content:space-between;margin:0 -20px;padding:0 18px;position:sticky;top:0;z-index:60}.brand{align-items:center;display:flex;gap:11px;min-width:0}.brand img{display:block;height:28px;width:auto}.brand span{display:flex;flex-direction:column;line-height:1.15;min-width:0}.brand strong{color:#fff;font-size:14px;font-weight:700;letter-spacing:.04em}.brand small{color:#7fa8cc;font-size:11px;font-weight:500}.topbar label{align-items:center;background:#ffffff17;border-radius:11px;display:flex;font-size:13px;font-weight:700;gap:8px;padding:3px 3px 3px 10px}.topbar select,.form-panel input,.form-panel select,.form-panel textarea{background:#fff;border:1px solid var(--mb-line-strong);border-radius:10px;color:var(--mb-ink);outline:none;padding:11px 13px;width:100%}.topbar select{background:#fff;padding:7px 9px;width:auto}.topbar select:focus,.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{border-color:var(--mb-accent);box-shadow:0 0 0 3px #43b8ac26}.hero{animation:fadeUp .25s ease;background:var(--mb-primary);border-radius:18px;color:#fff;margin:26px auto 22px;max-width:780px;overflow:hidden;padding:34px 34px 30px;position:relative}.hero:before,.hero:after{background:var(--mb-accent);border-radius:50%;content:"";position:absolute}.hero:before{height:190px;opacity:.16;right:-46px;top:-46px;width:190px}.hero:after{bottom:-70px;height:120px;opacity:.1;right:70px;width:120px}.badge{align-items:center;background:#43b8ac38;border-radius:20px;color:#b8f0e9;display:inline-flex;font-size:12px;font-weight:600;gap:7px;letter-spacing:.03em;margin-bottom:14px;padding:5px 11px;position:relative;z-index:1}.badge:before{background:var(--mb-accent);border-radius:50%;content:"";height:6px;width:6px}.hero h1,.hero p{position:relative;z-index:1}.hero h1{font-size:30px;font-weight:800;margin:0 0 8px}.hero p{color:#c5d8ea;font-size:15.5px;line-height:1.5;margin:0;max-width:540px}.form-panel,.success-panel{background:#fff;border:1px solid var(--mb-line);box-shadow:0 1px 3px #10202e0a;margin:0 auto;max-width:780px}.form-panel{border-radius:18px;display:grid;gap:26px;padding:28px}.form-section{border-bottom:1px solid #eef1f5;display:grid;gap:18px;padding-bottom:26px}.form-section:last-of-type{border-bottom:0;padding-bottom:0}.section-heading{align-items:flex-start;display:flex;gap:10px}.section-heading>span{align-items:center;background:#e2ecf6;border-radius:8px;color:var(--mb-primary);display:flex;flex:0 0 26px;font-size:13px;font-weight:700;height:26px;justify-content:center}.section-heading h2{color:var(--mb-ink);font-size:17px;font-weight:700;margin:0 0 4px}.section-heading p{color:#7a8798;font-size:13px;margin:0}.form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.form-panel label{color:#3a4757;display:grid;font-size:12.5px;font-weight:600;gap:6px}.form-panel label.wide{grid-column:1 / -1}.target-degree-selection,.target-degree-selection-field{display:grid;gap:6px}.target-degree-selection-field>span{color:#3a4757;font-size:12.5px;font-weight:600}.form-panel input[readonly]{background:var(--mb-bg);color:var(--mb-muted);letter-spacing:.04em}.form-panel textarea{min-height:120px;resize:vertical}.upload-dropzone{align-items:center;background:#fbfcfe;border:1.5px dashed #cbd5e1;border-radius:14px;cursor:pointer;display:flex;flex-direction:column;gap:8px;padding:26px;text-align:center}.upload-dropzone:hover{background:#f0fbfa;border-color:var(--mb-accent)}.upload-dropzone svg{fill:none;height:30px;stroke:var(--mb-primary);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:30px}.upload-dropzone>span{color:#3a4757;font-size:14px;font-weight:600}.upload-dropzone input{display:none}.file-summary{background:var(--mb-bg);border:1px dashed #cbd5e1;border-radius:12px;color:var(--mb-muted);font-size:13px;line-height:1.5;margin:0;padding:12px 14px}.file-summary strong{color:#3a4757}.error-box{align-items:flex-start;animation:fadeUp .25s ease;background:var(--mb-danger-bg);border:1px solid #f3d2d2;border-radius:11px;color:var(--mb-danger);display:grid;gap:4px;padding:12px 15px}.field-error input,.field-error select,.field-error textarea{border-color:var(--mb-danger)}.field-error-message{color:var(--mb-danger);display:block;font-size:12px;font-weight:600;line-height:1.35;margin-top:5px}.form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.form-actions span{color:var(--mb-soft);font-size:12.5px;line-height:1.45;max-width:360px}.form-action-buttons{display:flex;gap:10px}.secondary-button{background:#fff;border:1px solid var(--mb-line-strong);border-radius:11px;color:var(--mb-primary);cursor:pointer;font-size:15px;font-weight:700;padding:13px 20px}.developer-modal-backdrop{align-items:center;background:#10202e8f;display:flex;top:0;right:0;bottom:0;left:0;justify-content:center;padding:18px;position:fixed;z-index:20}.developer-modal{background:#fff;border-radius:16px;box-shadow:0 20px 50px #10202e4d;max-width:540px;padding:24px;width:100%}.developer-modal header{align-items:flex-start;display:flex;justify-content:space-between}.developer-modal header span{color:var(--mb-primary);font-size:12px;font-weight:800;letter-spacing:.08em}.developer-modal h2{margin:4px 0 0}.developer-modal>p{color:var(--mb-muted);font-size:14px;line-height:1.5}.developer-lookup-option{border-top:1px solid var(--mb-line);display:grid;gap:8px;padding:15px 0}.developer-lookup-option-heading{align-items:center;display:flex;gap:9px}.developer-tooltip{align-items:center;background:var(--mb-primary);border-radius:50%;color:#fff;cursor:help;display:inline-flex;font-size:11px;font-weight:800;height:17px;justify-content:center;width:17px}.developer-modal footer{display:flex;justify-content:flex-end;padding-top:10px}.primary-button{background:var(--mb-primary);border:0;border-radius:11px;box-shadow:0 4px 14px #044d8d40;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:13px 28px;white-space:nowrap}.primary-button:hover:not(:disabled){background:var(--mb-primary-dark)}.primary-button:active:not(:disabled){transform:translateY(1px)}.primary-button:disabled{cursor:not-allowed;opacity:.65}.success-panel{animation:pop .35s ease;border-radius:20px;box-shadow:0 6px 24px #10202e0f;margin-top:60px;max-width:620px;padding:44px 36px;text-align:center}.success-icon{align-items:center;background:var(--mb-success-bg);border-radius:50%;display:flex;height:72px;justify-content:center;margin:0 auto 22px;width:72px}.success-icon svg{fill:none;height:34px;stroke:var(--mb-success);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6;width:34px}.success-panel h1{font-size:24px;font-weight:800;margin:0 0 10px}.success-panel p{color:var(--mb-muted);font-size:15px;line-height:1.55;margin:0 auto 22px;max-width:430px}.reference-box{background:var(--mb-bg);border:1px dashed #cbd5e1;border-radius:12px;display:inline-flex;flex-direction:column;gap:2px;margin-bottom:26px;padding:14px 26px}.reference-box span{color:var(--mb-soft);font-size:11.5px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.reference-box strong{color:var(--mb-primary);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:20px;font-weight:700;letter-spacing:.02em}.success-actions{display:flex;justify-content:center;margin-top:10px}@media(max-width:760px){.page-shell{padding:0 14px 48px}.topbar{margin:0 -14px}.brand small,.topbar label{font-size:11px}.hero{margin-top:18px;padding:26px}.hero h1{font-size:25px}.form-panel,.success-panel{padding:22px}.form-actions{align-items:stretch;flex-direction:column}.primary-button{width:100%}}.field-hint{color:#7a8798;font-size:11.5px;font-weight:500;line-height:1.35}.student-searchable-dropdown{position:relative}.student-searchable-dropdown-trigger{align-items:center;background:#fff;border:1px solid var(--mb-line-strong);border-radius:10px;color:var(--mb-ink);cursor:pointer;display:flex;justify-content:space-between;min-height:43px;padding:11px 13px;text-align:left;width:100%}.student-searchable-dropdown-trigger:focus-visible{border-color:var(--mb-accent);box-shadow:0 0 0 3px #43b8ac26;outline:none}.student-searchable-dropdown-trigger:disabled{cursor:wait;opacity:.7}.student-searchable-dropdown-chevron{border-bottom:2px solid #587086;border-right:2px solid #587086;height:7px;margin-left:12px;transform:rotate(45deg) translateY(-2px);width:7px}.student-searchable-dropdown-menu{background:#fff;border:1px solid #cbd9e5;border-radius:10px;box-shadow:0 10px 24px #17364d29;display:grid;gap:4px;left:0;max-height:245px;overflow:auto;padding:8px;position:absolute;right:0;top:calc(100% + 4px);z-index:20}.student-searchable-dropdown-menu input{padding:9px 10px}.student-searchable-dropdown-menu button,.student-searchable-dropdown-menu small{background:transparent;border:0;border-radius:7px;color:#344f63;padding:8px 9px;text-align:left}.student-searchable-dropdown-menu button:hover,.student-searchable-dropdown-menu button[aria-selected=true]{background:#edf6fa}
