@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color: #10B981;--primary-color-light: rgba(16, 185, 129, .1);--border-radius-xl: 24px}html,body{height:100%;margin:0;padding:0;overflow-x:hidden;background-color:#f9fafb}@layer base{body{@apply text-slate-900 antialiased font-sans transition-colors duration-300;font-family:Inter,sans-serif}}@layer components{.aksa-input{@apply w-full bg-slate-50 border border-slate-200 p-4 rounded-[20px] outline-none transition-all font-medium text-slate-800;}.aksa-input:focus{border-color:var(--primary-color);@apply bg-white ring-4;--tw-ring-color: var(--primary-color-light)}.btn-primary{background-color:var(--primary-color)!important;@apply text-white px-8 py-4 rounded-[20px] font-bold transition-all shadow-lg hover:brightness-95 active:scale-95;}}.animate-fade-in-up{animation:fade-in-up .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes fade-in-up{0%{opacity:0}to{opacity:1}}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 10px 15px -3px #10b9814d,0 4px 6px -2px #10b9810d}50%{transform:scale(1.02);box-shadow:0 20px 25px -5px #10b98166,0 10px 10px -5px #10b9811a}}.animate-pulse-subtle{animation:pulse-subtle 3s cubic-bezier(.4,0,.6,1) infinite}.hero-3d-bg{background:linear-gradient(135deg,#0f172a,#1e3a8a,#312e81);color:#fff}.bg-textured-white{background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@media print{.no-print{display:none!important}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8cc}.pt-safe{padding-top:env(safe-area-inset-top)}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}
