:root{--color-primary:#568dfe;--color-primary-light:#d4e2fc;--color-primary-hover:#3f78f5;--color-bg-page:#f2f4f6;--color-bg-card:#ffffff;--color-bg-input:#e7eef3;--color-bg-input-filled:#f4f8fd;--color-bg-button-secondary:#f9fafb;--color-bg-gray:#f9f9f9;--color-text-primary:#292424;--color-text-secondary:#000000;--color-text-muted:#969694;--color-text-disabled:#afb1b8;--color-text-on-primary:#ffffff;--color-text-link:#568dfe;--color-border:#d9d9d9;--color-border-inactive:#e7e7e8;--color-border-focus:#568dfe;--color-error:#e03131;--color-error-bg:#fff5f5;--font-family:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-sm:12px;--font-size-base:14px;--font-size-md:16px;--font-size-lg:22px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:700;--radius-sm:8px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:30px;--space-10:40px;--shadow-dropdown:0 1px 14px rgba(214,214,214,1)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ol,ul{list-style:none}button{background:none;border:none;padding:0;cursor:pointer;font:inherit}a,button{color:inherit}a{text-decoration:none}img,svg{display:block}input,select,textarea{font:inherit;color:inherit}:root{color-scheme:light}body{background-color:var(--color-bg-page);background-image:url(/bg.jpg);background-repeat:no-repeat;background-position:bottom;background-size:100% auto;background-attachment:fixed;min-height:100dvh;font-family:var(--font-family);color:var(--color-text-primary);-webkit-font-smoothing:antialiased}