@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&display=swap";
:root{--ql-blue:#2f6eb7;--ql-blue-dark:#1e4f8a;--ql-green:#80d494;--ql-green-hover:#6bc487;--crm-bg:#f5f5f7;--crm-surface:#fff;--crm-border:#e5e7eb;--crm-border-light:#f0f0f2;--crm-text-primary:#1d1d1f;--crm-text-secondary:#6e6e73;--crm-text-tertiary:#86868b;--crm-accent:#2f6eb7;--crm-accent-light:#e8f0fe;--crm-success:#34c759;--crm-warning:#ff9f0a;--crm-danger:#ff3b30;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--shadow-lg:0 4px 16px #00000014;--shadow-xl:0 8px 32px #0000001a;--font-sans:"Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition:.2s ease}*{box-sizing:border-box;margin:0;padding:0}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;font-family:var(--font-sans);color:var(--crm-text-primary);background:var(--crm-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.5;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--crm-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--crm-text-tertiary)}@keyframes crmFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes crmPulse{0%,to{opacity:1}50%{opacity:.4}}.crm-page-enter{animation:.2s ease-out both crmFadeIn}@media (max-width:768px){button,a,select,[role=button]{min-width:44px;min-height:44px}input,textarea,select{min-height:44px;font-size:16px}table th,table td{padding:12px 10px}}
