﻿.ea-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#000}
.ea-loader-circle{position:relative;width:120px;height:120px;border-radius:50%;box-shadow:inset 0 0 0 1px #ffffff1a}
.ea-loader-mask{position:absolute;inset:0;width:30px;height:120px;overflow:hidden;transform-origin:60px 60px;animation:ea-loader-spin 1.2s linear infinite}
.ea-loader-line{width:120px;height:120px;box-sizing:border-box;border-radius:50%;border:2px solid #48AEDD}
.ea-loader-logo{position:absolute;inset:0;display:grid;place-items:center}
.ea-loader-logo img{display:block;width:auto;height:45px}
.ea-loader-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes ea-loader-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.ea-loader-mask{animation:none}}
