:root{--primary-color: #145faf;--secondary-color: #23b6c2;--accent-color: #5fbc76;--gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color), var(--accent-color))}body{background:#fff;font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8fafc80}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}.text-gradient{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.bg-slate-50{background:#f8fafccc}.tailwind-base{--tw-ring-color: var(--primary-color)}
