@tailwind base;@tailwind components;@tailwind utilities;:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:Inter,system-ui,sans-serif}html{scroll-behavior:smooth}body{color:#0f172a;background-color:#f8fafc;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:40px 40px;margin:0;animation:60s linear infinite bgMove}@keyframes bgMove{0%{background-position:0 0}to{background-position:40px 40px}}.btn-primary{color:#fff;background:#0f172a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0f172a1a,0 2px 4px -1px #0f172a0f}.btn-primary:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0f172a33}.btn-primary:active{transform:translateY(0)}.service-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border:1px solid #e2e8f0cc;transition:all .4s}.service-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.mermaid text{fill:#334155!important;font-family:monospace!important}.mermaid .node rect{stroke:#0f172a!important;fill:#fff!important;stroke-width:2px!important}.mermaid .edgePath .path{stroke-width:2px;stroke:#64748b!important}
