.loader-wrapper{color:#fff;-webkit-user-select:none;user-select:none;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;font-family:inherit;font-size:.78em;font-weight:300;display:flex;position:relative}.loader{aspect-ratio:1;z-index:0;background-color:#0000;border-radius:50%;width:100%;animation:2s linear infinite loader-rotate;position:absolute;top:0;left:0}@keyframes loader-rotate{0%{transform:rotate(90deg);box-shadow:inset 0 10px 20px #fff,inset 0 20px 30px #ad5fff,inset 0 60px 60px #471eec}50%{transform:rotate(270deg);box-shadow:inset 0 10px 20px #fff,inset 0 20px 10px #d60a47,inset 0 40px 60px #311e80}to{transform:rotate(450deg);box-shadow:inset 0 10px 20px #fff,inset 0 20px 30px #ad5fff,inset 0 60px 60px #471eec}}.loader-letter{opacity:.4;z-index:1;border:none;border-radius:50ch;animation:2s infinite loader-letter-anim;display:inline-block;transform:translateY(0)}@keyframes loader-letter-anim{0%,to{opacity:.4;transform:translateY(0)}20%{opacity:1;transform:scale(1.15)}40%{opacity:.7;transform:translateY(0)}}:root{--color-primary:#2563eb;--color-primary-light:#1e85ff;--color-primary-lighter:#46aaff;--color-primary-accent:#e8f4ff;--color-bg-black:#000;--color-bg-dark:#1e293b;--color-bg-light:#f8fafc;--color-bg-page:#f5f5f5;--color-white:#fff;--color-text-muted:#94a3b8;--color-text-subtle:#64748b;--color-border:#e2e8f0;--color-border-light:#eee;--color-border-input:#ddd;--shadow-card:0 2px 12px #0000001a;--shadow-chat:0 8px 24px #00000026;--shadow-bubble:0 4px 12px #0003}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%;overflow:hidden}body{height:100%;font-family:sans-serif;overflow:hidden}#root{height:100%}.client-page{width:100%;height:100%;position:relative}.slots-iframe{border:none;width:100%;height:100%}.login-page{background:#f5f5f5;justify-content:center;align-items:center;height:100%;display:flex}.login-card{background:#fff;border-radius:8px;flex-direction:column;gap:1rem;min-width:300px;padding:2rem;display:flex;box-shadow:0 2px 12px #0000001a}.login-card h1{text-align:center;font-size:1.4rem}.login-card form{flex-direction:column;gap:.75rem;display:flex}.login-card input{border:1px solid #ddd;border-radius:4px;padding:.5rem .75rem;font-size:.95rem}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;padding:.6rem;font-size:.95rem}.not-found{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;display:flex}@keyframes toastIn{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;max-height:80px;margin-bottom:0;transform:translate(0)}to{opacity:0;max-height:0;margin-bottom:-10px;transform:translate(110%)}}@keyframes confirmIn{0%{opacity:0;transform:scale(.9)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}
