@charset "UTF-8";html,body{font-family:Poppins,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:#fff;margin:0;padding:0}#root{margin:0;padding:0;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box;display:flex;flex-direction:column}*{box-sizing:border-box}:root{--color-primary: #433878;--color-secondary: #e4b1f0;--color-accent: #08a8ff;--color-background: #ffffff;--color-muted: rgba(67, 56, 120, .05);--color-border: rgba(67, 56, 120, .2)}#root{max-width:100%;margin:0 auto}.preloader{position:fixed;inset:0;background:linear-gradient(135deg,#6a5acd,#b19cd9);display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;transition:opacity 1s ease,visibility 1s ease}.preloader.fade-out{opacity:0;visibility:hidden}.preloader__logo{width:clamp(120px,30vw,180px);height:auto;border-radius:12px;margin-bottom:1.5rem;object-fit:cover;box-shadow:0 0 25px #ffffff4d}.preloader__text{font-size:clamp(1.2rem,3.5vw,1.6rem);font-weight:700;color:#fff;letter-spacing:2px;margin-bottom:1.2rem;text-shadow:0 0 10px rgba(255,255,255,.5)}.preloader__spinner{width:clamp(36px,8vw,50px);height:clamp(36px,8vw,50px);border:clamp(3px,.8vw,5px) solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
