@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";:root{--color-brand-blue-soft: #30a5b7;--color-brand-cyan-bright: #04e0ff;--color-brand-orange: #ea580c;--color-text-primary: #1a1a1a;--color-text-secondary: #333333;--color-text-muted: #555555;--color-bg-primary: #ffffff;--color-bg-secondary: #f9fafb;--color-bg-tertiary: #f3f4f6;--color-bg-overlay-strong: rgba(0, 0, 0, .5);--color-bg-glass: rgba(255, 255, 255, .08);--color-bg-card-dark: #282828;--color-border-soft: #dbdbdb;--space-6: .375rem;--space-8: .5rem;--space-10: .625rem;--space-12: .75rem;--space-14: .875rem;--space-16: 1rem;--space-18: 1.125rem;--space-20: 1.25rem;--space-24: 1.5rem;--space-28: 1.75rem;--space-48: 3rem;--radius-3xl: 1rem;--radius-pill: 1.5625rem;--radius-pill-lg: 1.875rem;--shadow-card: 0 0 9px 0 #00000040;--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--transition-fast: .2s;--transition-base: .3s}::-webkit-scrollbar{width:0px;height:0px}*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,Helvetica Neue,Helvetica,"sans-serif"!important}.container{width:100vw;transition:.5s}.dark.container{--dm-bg: #050505;--dm-bg-elevated: #0a0a0a;--dm-bg-surface: #111111;--dm-bg-muted: #181818;--dm-bg-hover: #1f1f1f;--dm-border: rgba(255, 255, 255, .08);background-color:var(--dm-bg);color-scheme:dark}.simple_loader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:center;align-items:center;background-color:#fff}.loading{width:80px;height:80px;border-radius:50%;border:10px solid #ddd;border-top-color:orange;animation:loading 1s linear infinite}.custom-protection-alert{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999!important;pointer-events:none}.alert-content{background:#ff4b2b;color:#fff;padding:18px 36px;border-radius:12px;font-weight:700;font-size:1.1rem;box-shadow:0 10px 40px #00000080;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);animation:popUpAlert .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes popUpAlert{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}img,video{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}@keyframes loading{to{transform:rotate(360deg)}}
