:root{--navy:#0b1a3a;--blue:#0b6fb3;--blue2:#1f4aa8;--muted:#64748b;--line:#dbe6ff;--bg:#f4f7fb;--white:#fff;--danger:#b42318;--green:#087a55}*{box-sizing:border-box}body{margin:0;background:linear-gradient(145deg,#eef5ff,#f8fafc 45%,#eef2ff);font-family:Inter,Segoe UI,Arial,sans-serif;color:#172033;min-height:100vh}.shell{width:min(1040px,calc(100% - 28px));margin:38px auto}.brand{display:flex;align-items:center;gap:14px;margin-bottom:18px}.brand img{width:62px;height:62px;object-fit:contain;background:#fff;border-radius:16px;padding:7px;box-shadow:0 10px 30px rgba(15,23,42,.09)}.brand h1{font-size:clamp(24px,4vw,36px);margin:0;color:var(--navy);letter-spacing:-.03em}.brand p{margin:3px 0 0;color:var(--muted)}.card{background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 55px rgba(15,23,42,.08);overflow:hidden}.card-head{padding:24px 28px;border-bottom:1px solid #e7edf7;background:linear-gradient(90deg,#fff,#f7fbff)}.card-head h2{margin:0;color:var(--navy);font-size:22px}.card-head p{margin:7px 0 0;color:var(--muted);line-height:1.5}.card-body{padding:28px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.span-2{grid-column:1/-1}label{display:block;font-size:13px;font-weight:800;color:#334155;margin-bottom:7px}.req{color:#c2410c}.field,input,select,textarea{width:100%;border:1px solid #cfd9e8;border-radius:12px;background:#fff;color:#172033;font:inherit;padding:12px 13px;outline:none;transition:.18s}textarea{min-height:150px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:#75a7d8;box-shadow:0 0 0 4px rgba(11,111,179,.10)}.hint{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.45}.actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-top:24px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:11px 22px;font-weight:800;cursor:pointer;text-decoration:none;font-size:14px}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 22px rgba(11,111,179,.2)}.btn-light{background:#eff6ff;color:var(--blue2);border:1px solid #dbeafe}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eff6ff;color:var(--blue2);font-size:12px;font-weight:800}.institution-preview{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.institution-preview img{width:72px;max-height:72px;object-fit:contain}.institution-preview strong{display:block;color:var(--navy);font-size:17px}.section-title{font-size:15px;color:var(--navy);font-weight:900;margin:6px 0 2px}.notice{padding:13px 15px;border-radius:12px;font-size:14px;line-height:1.5;margin-bottom:18px}.notice-error{background:#fff1f0;border:1px solid #ffd2cc;color:var(--danger)}.notice-ok{background:#ecfdf5;border:1px solid #bbf7d0;color:var(--green)}.success-number{font-size:42px;font-weight:900;color:var(--blue);letter-spacing:-.04em}.summary{width:100%;border-collapse:collapse;margin-top:18px}.summary td{padding:11px 8px;border-bottom:1px solid #e8edf5;vertical-align:top}.summary td:first-child{font-weight:800;color:#475569;width:38%}.muted{color:var(--muted)}.hidden{display:none!important}@media(max-width:720px){.shell{margin:20px auto}.grid{grid-template-columns:1fr}.span-2{grid-column:auto}.card-body,.card-head{padding:20px}.actions{justify-content:stretch}.btn{width:100%}}
