.msu-card{
    max-width:760px;
    margin:0 auto;
    padding:42px 44px;
    background:#fff;
    border:1px solid #e5edf7;
    border-radius:22px;
    box-shadow:0 18px 55px rgba(10,35,65,.08);
    text-align:center;
    font-family:inherit;
}
.msu-icon{
    width:82px;height:82px;margin:0 auto 20px;border-radius:22px;
    display:flex;align-items:center;justify-content:center;
    color:#086AD8;background:#eef6ff;
}
.msu-title{margin:0 0 14px;color:#0b2341;font-size:34px;line-height:1.15;font-weight:800;}
.msu-text{max-width:620px;margin:0 auto 24px;color:#50627a;font-size:17px;line-height:1.65;}
.msu-text p{margin:0;}
.msu-turnstile{display:flex;justify-content:center;margin:22px auto 18px;min-height:66px;}
.msu-button{
    appearance:none;border:0;border-radius:8px;background:#086AD8;color:#fff;
    font-weight:700;font-size:16px;line-height:1;padding:17px 28px;cursor:pointer;
    transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease;
    box-shadow:0 10px 24px rgba(8,106,216,.20);
}
.msu-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 13px 28px rgba(8,106,216,.27);}
.msu-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none;}
.msu-button.is-loading{opacity:.7;}
.msu-status{min-height:24px;margin-top:14px;color:#50627a;font-size:14px;}
.msu-note{margin:18px auto 0;max-width:650px;color:#7b8798;font-size:13px;line-height:1.55;}
.msu-admin-warning{margin:22px 0;padding:15px 18px;border-radius:10px;background:#fff8e8;color:#7b5a05;font-size:14px;line-height:1.5;}
@media (max-width:767px){
    .msu-card{padding:30px 20px;border-radius:16px;}
    .msu-title{font-size:28px;}
    .msu-text{font-size:16px;}
    .msu-button{width:100%;}
}
.msu-fields{max-width:620px;margin:8px auto 8px;text-align:left;display:grid;gap:14px}.msu-fields label{display:block;color:#334861;font-size:14px;font-weight:700}.msu-fields label span{color:#b42318}.msu-fields input,.msu-fields textarea{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #ccd8e6;border-radius:8px;background:#fff;color:#1d2f45;font:inherit;font-weight:400;padding:12px 13px;outline:none}.msu-fields input:focus,.msu-fields textarea:focus{border-color:#086AD8;box-shadow:0 0 0 3px rgba(8,106,216,.10)}.msu-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.msu-upload-id{max-width:620px;margin:14px auto 0;padding:12px 14px;border-radius:9px;background:#eef6ff;color:#086AD8;font-weight:800}.msu-upload-id[hidden]{display:none}@media(max-width:767px){.msu-row{grid-template-columns:1fr}}
