@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{@apply m-0 p-0 box-border}body{@apply font-body bg-white text-gray-900 antialiased;font-size:14px;line-height:1.5}h1{@apply font-sans text-[28px] leading-[36px] font-bold tracking-tight text-gray-900}h2{@apply font-sans text-2xl leading-8 font-semibold tracking-tight text-gray-900}h3{@apply font-sans text-xl leading-7 font-semibold text-gray-900}}@layer components{.btn{@apply inline-flex items-center justify-center gap-2 px-4 py-2.5 rounded-xl font-semibold text-sm transition-all duration-200 border-none h-10 whitespace-nowrap}.btn:focus-visible{@apply outline-2 outline-primary-500 outline-offset-2}.btn:disabled{@apply opacity-50 cursor-not-allowed}.btn-primary{@apply bg-primary-600 text-white hover:bg-primary-700}.btn-secondary{@apply bg-gray-50 text-gray-700 border border-gray-200 hover:bg-gray-100}.btn-tertiary{@apply bg-transparent text-primary-600 hover:bg-primary-50}.card{@apply bg-white border border-gray-200 rounded-xl p-6 shadow-sm transition-shadow duration-200 hover:shadow-md}.card-header{@apply flex justify-between items-center mb-4}.card-title{@apply text-xl leading-7 font-semibold text-gray-900}.form-group{@apply flex flex-col gap-2 mb-4}.form-label{@apply text-xs leading-5 font-semibold text-gray-700}.form-input,.form-select,.form-textarea{@apply h-10 px-3 py-2.5 bg-white border border-gray-200 rounded-xl text-sm text-gray-900 transition-all duration-200}.form-input:focus,.form-select:focus,.form-textarea:focus{@apply outline-none border-primary-500 ring-2 ring-primary-500}.form-textarea{@apply h-auto min-h-[80px] resize-y}.badge{@apply inline-flex items-center gap-1 px-2 py-1 rounded-lg text-xs font-semibold}.badge-primary{@apply bg-primary-50 text-primary-600}.badge-success{@apply bg-green-50 text-green-600}.badge-danger{@apply bg-red-50 text-red-600}}:root{--primary-50:#EEF4FF;--primary-500:#3B7BFA;--primary-600:#1E66F5;--primary-700:#1553CD}