
/* PROPSEED PSM46 — referral-ingress-only onboarding */
.ps46-lock{overflow:hidden!important}
.ps46-layer{position:fixed;inset:0;z-index:99990;display:none;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}
.ps46-layer.open{display:flex}
.ps46-backdrop{position:absolute;inset:0;background:rgba(3,17,12,.70);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.ps46-card{position:relative;z-index:1;width:min(100%,460px);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:26px;padding:26px;box-sizing:border-box;box-shadow:0 28px 80px rgba(3,17,12,.28)}
.ps46-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}
.ps46-kicker{margin:0 0 7px;color:#2E8377;font-size:12px;font-weight:900;letter-spacing:.08em}
.ps46-title{margin:0;color:#101924;font-size:25px;line-height:1.25;letter-spacing:-.04em}
.ps46-desc{margin:9px 0 0;color:#718078;font-size:14px;line-height:1.6}
.ps46-close{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:12px;background:#F1F6F3;color:#405149;font-size:22px;cursor:pointer}
.ps46-google{width:100%;height:54px;border:1px solid #DDE7E2;border-radius:15px;background:#fff;color:#101924;font-size:15px;font-weight:900;cursor:pointer}
.ps46-form{display:flex;flex-direction:column;gap:18px}
.ps46-field label{display:block;margin:0 0 8px;color:#273831;font-size:13px;font-weight:900}
.ps46-row{display:flex;gap:8px}
.ps46-input{min-width:0;flex:1;height:48px;border:1px solid #DCE7E1;border-radius:13px;padding:0 14px;background:#FBFDFC;color:#101924;font-size:14px;outline:none;box-sizing:border-box}
.ps46-input[readonly]{background:#F4F8F6;color:#405149}
.ps46-check{flex:0 0 auto;height:48px;border:0;border-radius:13px;padding:0 15px;background:#101924;color:#fff;font-size:13px;font-weight:900;cursor:pointer}
.ps46-check:disabled,.ps46-primary:disabled{opacity:.42;cursor:not-allowed}
.ps46-status{min-height:20px;margin:7px 2px 0;font-size:12px;line-height:1.5;color:#7B8A82}
.ps46-status.ok{color:#087A54;font-weight:800}.ps46-status.err{color:#C94040;font-weight:800}
.ps46-primary{width:100%;height:54px;border:0;border-radius:15px;background:#00FBA6;color:#03110C;font-size:15px;font-weight:900;cursor:pointer}
.ps46-note{margin:12px 0 0;padding:11px 13px;border-radius:12px;background:#F4F8F6;color:#607169;font-size:12px;line-height:1.55}
.ps46-blocked{padding:5px 0 2px;text-align:center}
.ps46-blocked-mark,.ps46-complete-mark{width:62px;height:62px;border-radius:20px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900}
.ps46-blocked-mark{background:#F3F6F4;color:#61736A}.ps46-complete-mark{background:#E7FFF6;color:#087A54}
.ps46-blocked h2,.ps46-complete h2{margin:0;color:#101924;font-size:25px;letter-spacing:-.04em}
.ps46-blocked p,.ps46-complete p{margin:10px 0 22px;color:#718078;font-size:14px;line-height:1.65}
.ps46-complete{text-align:center;padding:4px 0 2px}
.ps46-mygrid{display:grid;grid-template-columns:1fr;gap:10px}
.ps46-myrow{display:flex;justify-content:space-between;gap:18px;padding:13px 14px;background:#F6F9F7;border-radius:12px}
.ps46-myrow span{color:#708078;font-size:12px}.ps46-myrow b{color:#101924;font-size:13px;text-align:right;word-break:break-all}
.ps46-toastwrap{position:fixed;right:18px;top:18px;z-index:100001;display:flex;flex-direction:column;gap:10px;pointer-events:none}
.ps46-toast{width:min(360px,calc(100vw - 36px));border:1px solid rgba(16,25,36,.08);border-radius:14px;background:#fff;box-shadow:0 15px 45px rgba(3,17,12,.18);padding:14px 16px;box-sizing:border-box;color:#203129;font-size:13px;line-height:1.5;transform:translateY(-8px);opacity:0;transition:.2s ease}
.ps46-toast.show{transform:translateY(0);opacity:1}.ps46-toast.error{border-color:rgba(201,64,64,.22)}
.ps46-toast strong{display:block;margin-bottom:3px;color:#101924}
.ps46-loading{position:fixed;inset:0;z-index:100002;display:none;align-items:center;justify-content:center;background:rgba(3,17,12,.42);backdrop-filter:blur(5px)}
.ps46-loading.open{display:flex}.ps46-loadbox{min-width:190px;border-radius:18px;background:#fff;padding:22px;text-align:center;color:#101924;font-size:14px;font-weight:900;box-shadow:0 20px 60px rgba(3,17,12,.22)}
.ps46-spin{width:28px;height:28px;margin:0 auto 12px;border:3px solid #DDEBE5;border-top-color:#2E8377;border-radius:50%;animation:ps46spin .75s linear infinite}
@keyframes ps46spin{to{transform:rotate(360deg)}}
@media(max-width:520px){.ps46-layer{padding:12px;align-items:flex-end}.ps46-card{width:100%;max-height:88vh;border-radius:24px 24px 18px 18px;padding:22px 18px 20px}.ps46-title{font-size:22px}}
