/* v159.6.8.7-B: shared Sodam loading UX */
:root{
  --sodam-loading-card:#fffdf8;
  --sodam-loading-ink:#2f2923;
  --sodam-loading-muted:#6f6258;
  --sodam-loading-line:#eadfd1;
  --sodam-loading-dim:rgba(35,31,27,.46);
}
.sodam-loading-lock{overflow:hidden!important;}
.sodam-loading-modal{position:fixed;inset:0;z-index:2147483000;display:none;align-items:center;justify-content:center;background:var(--sodam-loading-dim);padding:20px;backdrop-filter:blur(2.5px);}
.sodam-loading-modal.open{display:flex;}
.sodam-loading-card{width:min(420px,calc(100vw - 40px));border:1px solid var(--sodam-loading-line);border-radius:24px;background:var(--sodam-loading-card);box-shadow:0 24px 80px rgba(0,0,0,.26);padding:24px 22px 22px;text-align:center;color:var(--sodam-loading-ink);}
.sodam-loading-logo-wrap{width:84px;height:84px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;animation:sodamLoadingBreath 1.55s ease-in-out infinite;filter:drop-shadow(0 7px 14px rgba(49,40,31,.16));}
.sodam-loading-logo{width:74px;height:74px;object-fit:contain;display:block;}
.sodam-loading-title{font-size:20px;font-weight:950;letter-spacing:-.035em;line-height:1.35;}
.sodam-loading-message{margin-top:8px;color:var(--sodam-loading-muted);font-size:14px;font-weight:800;line-height:1.55;}
.sodam-loading-dots{display:inline-flex;gap:5px;margin-top:13px;align-items:center;justify-content:center;}
.sodam-loading-dots i{width:6px;height:6px;border-radius:50%;background:#b08a5a;opacity:.35;animation:sodamLoadingDot 1.2s ease-in-out infinite;}
.sodam-loading-dots i:nth-child(2){animation-delay:.16s}.sodam-loading-dots i:nth-child(3){animation-delay:.32s}
@keyframes sodamLoadingBreath{0%,100%{transform:scale(.96);opacity:.84}50%{transform:scale(1.04);opacity:1}}
@keyframes sodamLoadingDot{0%,100%{transform:translateY(0);opacity:.28}50%{transform:translateY(-4px);opacity:.9}}
.sodam-inline-loading{display:inline-flex;align-items:center;gap:8px;border:1px solid #eadfd1;background:#fffdf8;color:#463b31;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:900;box-shadow:0 6px 16px rgba(50,36,20,.06);}
.sodam-inline-loading .sodam-mini-logo{width:20px;height:20px;object-fit:contain;animation:sodamLoadingBreath 1.55s ease-in-out infinite;}
.sodam-loading-region{position:relative;}
.sodam-loading-region.sodam-loading-faded{opacity:.72;cursor:progress;transition:opacity .12s ease;}
.sodam-btn-loading{position:relative;cursor:progress!important;opacity:.82!important;}
.sodam-btn-loading::before{content:"";width:15px;height:15px;margin-right:7px;display:inline-block;vertical-align:-2px;border-radius:50%;background:url('/static/img/sajutherapy_loading_logo.png') center/contain no-repeat;animation:sodamLoadingBreath 1.25s ease-in-out infinite;}
.sodam-work-spinner,.sodam-import-work-spinner{border:0!important;width:54px!important;height:54px!important;background:url('/static/img/sajutherapy_loading_logo.png') center/contain no-repeat!important;border-radius:0!important;margin:0 auto 12px!important;animation:sodamLoadingBreath 1.55s ease-in-out infinite!important;filter:drop-shadow(0 7px 14px rgba(49,40,31,.16));}
@media(max-width:640px){.sodam-loading-card{width:min(360px,calc(100vw - 28px));padding:21px 18px 19px;border-radius:22px}.sodam-loading-logo-wrap{width:74px;height:74px}.sodam-loading-logo{width:66px;height:66px}.sodam-loading-title{font-size:18px}.sodam-loading-message{font-size:13px}}
@media(prefers-reduced-motion:reduce){.sodam-loading-logo-wrap,.sodam-inline-loading .sodam-mini-logo,.sodam-btn-loading::before,.sodam-work-spinner,.sodam-import-work-spinner,.sodam-loading-dots i{animation:none!important}}
