:root{--font-thin:100;--font-extralight:200;--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--font-black:900;--color-bg:#faf9f6;--color-bg-secondary:#f0eee9;--color-bg-tertiary:#e8e5de;--color-surface:#fff;--color-surface-alt:#f4f2ee;--color-primary:#1877f2;--color-primary-hover:#0c63d4;--color-primary-light:#e7f0fd;--color-primary-text:#fff;--color-secondary:#42a5f5;--color-secondary-hover:#1e90e8;--color-secondary-light:#e3f4fe;--color-accent:#0866ff;--color-accent-hover:#0052d6;--color-accent-light:#e7efff;--color-text-primary:#050505;--color-text-secondary:#65676b;--color-text-muted:#8a8d91;--color-menu:#333;--color-text-inverse:#fff;--color-border:#ced0d4;--color-border-focus:#1877f2;--color-success:#31a24c;--color-warning:#f7b928;--color-danger:#fa3e3e;--color-info:#1877f2;--shadow-sm:0 1px 4px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 8px 28px #00000024;--padding-g:40px}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--color-bg);scroll-behavior:smooth;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.preloader{background:var(--color-bg);z-index:9999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.preloader .spinner{justify-content:center;align-items:center;width:70px;height:70px;display:flex;position:relative}.preloader .spinner:before{content:"";border:6px solid #ddd;border-top-color:var(--color-primary);border-radius:50%;animation:1.2s linear infinite spin;position:absolute;inset:0}@keyframes spin{to{transform:rotate(360deg)}}.button-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:auto;animation:.8s linear infinite spin}
