.profile-submit-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.profile-submit-modal.is-hidden{display:none}.profile-submit-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.48);backdrop-filter:blur(8px)}.profile-submit-modal__dialog{position:relative;width:min(460px,100%);border:1px solid rgba(255,255,255,.75);border-radius:28px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 30px 90px rgba(15,23,42,.28);padding:34px;text-align:center}.profile-submit-modal__icon{width:68px;height:68px;margin:0 auto 18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0ea5e9,#2dd4bf);color:white;font-size:36px;font-weight:950;box-shadow:0 18px 44px rgba(14,165,233,.28)}.profile-submit-modal__dialog h2{margin:0 0 10px;color:#0f172a;font-size:24px}.profile-submit-modal__dialog p{margin:0;color:#64748b;line-height:1.8}.profile-submit-modal__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.profile-submit-modal__actions .btn{min-width:140px}.profile-loading-mask{position:fixed;inset:0;z-index:1100;display:grid;place-items:center}.profile-loading-mask.is-hidden{display:none}.profile-loading-mask__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.34);backdrop-filter:blur(6px)}.profile-loading-mask__panel{position:relative;display:flex;align-items:center;gap:14px;padding:18px 22px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(15,23,42,.18);border:1px solid rgba(226,232,240,.85);min-width:220px}.profile-loading-mask__spinner{width:24px;height:24px;border-radius:50%;border:3px solid #cbd5e1;border-top-color:#0ea5e9;animation:profileSpin 0.9s linear infinite}.profile-loading-mask__text{color:#0f172a;font-weight:800;font-size:15px;line-height:1.5}@keyframes profileSpin{to{transform:rotate(360deg)}}
