:root{color:#111827;background:#f9fafb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}.widget{width:min(100vw,460px);min-height:min(720px,100vh);display:grid;grid-template-rows:auto 1fr;background:#fff}.widget__header{min-height:84px;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e5e7eb}.widget__header h1{margin:2px 0 0;font-size:18px;line-height:1.2}.eyebrow{margin:0;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase}.iconButton{width:40px;height:40px;display:inline-grid;place-items:center;border:1px solid #e5e7eb;border-radius:8px;color:#111827;background:#fff;cursor:pointer}.iconButton:disabled{visibility:hidden}.panel{display:flex;flex-direction:column;gap:16px;padding:20px}.panel--center{min-height:420px;align-items:center;justify-content:center;text-align:center}.panel--center h2{margin:0;font-size:22px}.panel--center p{max-width:300px;margin:0;color:#6b7280;line-height:1.5}.trustRow,.selectedInstitution{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #d1fae5;border-radius:8px;color:#065f46;background:#ecfdf5;font-size:14px}.selectedInstitution{align-items:flex-start;border-color:#e5e7eb;color:#111827;background:#f9fafb}.selectedInstitution small,.institution small{display:block;margin-top:3px;color:#6b7280;font-size:13px}.institutionList{display:grid;gap:10px}.institution{min-height:68px;display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;color:#111827;background:#fff;text-align:left;cursor:pointer}.institution:hover{border-color:#111827}.institution__logo{width:40px;height:40px;display:inline-grid;flex:0 0 auto;place-items:center;border-radius:8px;color:#fff;background:#111827;font-weight:800}.field{display:grid;gap:7px;color:#374151;font-size:14px;font-weight:700}.field input{width:100%;height:46px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;color:#111827;background:#fff;font-weight:500}.field input:focus{outline:2px solid #111827;outline-offset:1px}.primaryButton{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;color:#fff;background:#111827;font-weight:800;cursor:pointer}.primaryButton:disabled{cursor:not-allowed;opacity:.55}.error{margin:0;border-radius:8px;padding:10px 12px;color:#991b1b;background:#fef2f2;font-size:14px}.successIcon{width:64px;height:64px;display:grid;place-items:center;border-radius:999px;color:#065f46;background:#d1fae5}.loader{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#111827;border-radius:999px;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
