:root{--theme-h:200;--theme-s:85%;--theme-l:45%}.theme-vanguard{--theme-h:200;--theme-s:85%;--theme-l:45%}.theme-authority{--theme-h:215;--theme-s:90%;--theme-l:30%}.theme-conversion{--theme-h:350;--theme-s:85%;--theme-l:55%}body{--c-primary:hsl(var(--theme-h), var(--theme-s), var(--theme-l));--c-primary-light:hsl(var(--theme-h), var(--theme-s), calc(var(--theme-l) + 20%));--c-primary-dark:hsl(var(--theme-h), var(--theme-s), calc(var(--theme-l) - 15%))}.primary-btn{background:linear-gradient(135deg,var(--c-primary),var(--c-primary-light));color:#fff;border:none;padding:1rem 2.5rem;border-radius:99px;font-weight:700;font-size:1.125rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .3s var(--ease-in-out),box-shadow .3s var(--ease-in-out);text-decoration:none}.primary-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 30px hsla(var(--theme-h),var(--theme-s),var(--theme-l),.4)}