.poorhaji-button-spinner{display:inline-block;width:1em;height:1em;margin-inline-end:.55rem;vertical-align:-.12em;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:poorhaji-spin .7s linear infinite}
.poorhaji-number-spinner{display:inline-block;width:1em;height:1em;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:poorhaji-spin .7s linear infinite}
.poorhaji-page-preloader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:radial-gradient(circle at 50% 35%,#effaf7,#d9efea 45%,#087f72);opacity:1;visibility:visible;transition:opacity .42s ease,visibility .42s ease}
.poorhaji-page-preloader.is-ready{opacity:0;visibility:hidden;pointer-events:none}
.poorhaji-page-preloader-card{position:relative;display:grid;place-items:center;width:132px;height:132px;color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.45);border-radius:38px;box-shadow:0 22px 65px rgba(0,45,45,.3);backdrop-filter:blur(10px)}
.poorhaji-page-preloader-card img{width:64px;height:64px;object-fit:cover;border-radius:20px;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.poorhaji-page-preloader-card:before{content:"";position:absolute;inset:-10px;border:3px solid rgba(255,255,255,.35);border-top-color:#b2935c;border-radius:44px;animation:poorhaji-spin 1.1s linear infinite}
button.is-loading,a.is-loading{pointer-events:none;cursor:wait;opacity:.78}
.poorhaji-inline-loading{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;gap:.7rem;min-height:90px;color:#087f72;background:rgba(255,255,255,.88);backdrop-filter:blur(4px);border-radius:inherit}
.poorhaji-loader-orbit{width:26px;height:26px;border:3px solid #b2935c;border-top-color:transparent;border-radius:50%;animation:poorhaji-spin .75s linear infinite}
.poorhaji-process-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(12,36,37,.58);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;backdrop-filter:blur(7px)}
.poorhaji-process-overlay.is-visible{opacity:1;visibility:visible}
.poorhaji-process-card{width:min(430px,100%);padding:2rem 1.65rem 1.45rem;text-align:center;color:#174b49;background:linear-gradient(145deg,#fff,#effaf7);border:1px solid rgba(178,147,92,.35);border-radius:25px;box-shadow:0 24px 70px rgba(0,0,0,.24)}
.poorhaji-process-orbit{position:relative;display:grid;place-items:center;width:76px;height:76px;margin:0 auto 1rem;color:#fff;background:linear-gradient(135deg,#087f72,#b2935c);border-radius:50%;box-shadow:0 9px 25px rgba(8,127,114,.28)}
.poorhaji-process-orbit span{position:absolute;inset:-7px;border:3px solid rgba(178,147,92,.35);border-top-color:#b2935c;border-radius:50%;animation:poorhaji-spin 1.1s linear infinite}
.poorhaji-process-card h3{margin:0 0 .5rem;font-size:1.15rem}.poorhaji-process-message{min-height:1.5rem;margin:0 0 1.15rem;color:#55706f}.poorhaji-process-track{height:9px;overflow:hidden;background:#dcece9;border-radius:99px}.poorhaji-process-track span{display:block;width:8%;height:100%;background:linear-gradient(90deg,#087f72,#b2935c);border-radius:inherit;transition:width .35s ease}.poorhaji-process-meta{display:flex;justify-content:space-between;margin-top:.65rem;color:#087f72}.poorhaji-process-meta small{color:#718b89}
@keyframes poorhaji-spin{to{transform:rotate(360deg)}}
