.loading-screen{z-index:9999;background:#eae3db;flex-direction:column;justify-content:center;align-items:center;gap:26px;transition:opacity .45s,visibility .45s;animation:.35s ease-out loadingFadeIn;display:flex;position:fixed;inset:0}.loading-screen--hide{opacity:0;visibility:hidden;pointer-events:none}.loading-logo{width:150px;height:auto;animation:2.6s ease-in-out infinite loadingBreathe}.loading-stitch{width:168px;height:10px;display:block;overflow:visible}.loading-stitch .track{stroke:#3a231824;stroke-width:2px;stroke-linecap:round}.loading-stitch .thread{stroke:#b05c37;stroke-width:2px;stroke-linecap:round;stroke-dasharray:7 7;animation:1.15s linear infinite loadingStitch}[dir=rtl] .loading-stitch .thread{animation-name:loadingStitchRtl}.loading-text{font-family:var(--font-tajawal,"Tajawal"),sans-serif;letter-spacing:.02em;color:#3a23188c;font-size:13.5px;font-weight:500}html[lang=en] .loading-text{font-family:var(--font-poppins,"Poppins"),sans-serif;letter-spacing:.14em;text-transform:uppercase;font-size:12px}@keyframes loadingBreathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.88;transform:scale(1.02)}}@keyframes loadingStitch{0%{stroke-dashoffset:0}to{stroke-dashoffset:-28px}}@keyframes loadingStitchRtl{0%{stroke-dashoffset:0}to{stroke-dashoffset:28px}}@keyframes loadingFadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.loading-logo,.loading-stitch .thread{animation:none}}.skeleton{background:linear-gradient(90deg,#f1eee8 25%,#e2e4e7 37%,#f1eee8 63%) 0 0/400% 100%;animation:1.4s infinite skeletonShimmer}@keyframes skeletonShimmer{0%{background-position:100%}to{background-position:0%}}.loading-powered-by{letter-spacing:.08em;text-transform:uppercase;color:#3a2318;opacity:.4;align-items:center;gap:6px;font-size:10px;font-weight:600;text-decoration:none;transition:opacity .25s;display:inline-flex;position:absolute;bottom:28px}.loading-powered-by:hover{opacity:.7}.loading-malamih-logo{width:auto;height:12px;display:block}
