@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 20 14% 10%;--card: 0 0% 100%;--card-foreground: 20 14% 10%;--popover: 0 0% 100%;--popover-foreground: 20 14% 10%;--primary: 14 86% 56%;--primary-foreground: 0 0% 100%;--secondary: 30 100% 54%;--secondary-foreground: 0 0% 100%;--muted: 20 10% 96%;--muted-foreground: 20 10% 45%;--accent: 14 86% 96%;--accent-foreground: 14 86% 40%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 20 10% 90%;--input: 20 10% 90%;--ring: 14 86% 56%;--radius: .75rem}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground font-sans;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{@apply font-heading;}}@layer components{.btn-primary{@apply bg-spx-orange hover:bg-spx-orange-dark text-white font-semibold px-6 py-3 rounded-xl transition-all duration-200 shadow-md hover:shadow-lg active:scale-95;}.btn-secondary{@apply bg-white hover:bg-gray-50 text-spx-orange border-2 border-spx-orange font-semibold px-6 py-3 rounded-xl transition-all duration-200;}.card-hover{@apply transition-all duration-300 hover:shadow-lg hover:-translate-y-1;}.section-title{@apply text-2xl md:text-3xl font-heading font-bold text-gray-900;}.section-subtitle{@apply text-gray-500 mt-2 text-base leading-relaxed;}.badge{@apply inline-block px-3 py-1 rounded-full text-xs font-semibold;}.prose-spx h1{@apply text-2xl font-bold text-gray-900 mb-4 mt-8;}.prose-spx h2{@apply text-xl font-bold text-gray-800 mb-3 mt-6 border-l-4 border-spx-orange pl-3;}.prose-spx h3{@apply text-lg font-semibold text-gray-800 mb-2 mt-5;}.prose-spx p{@apply text-gray-700 mb-4 leading-relaxed;}.prose-spx ul{@apply list-disc list-inside mb-4 space-y-1 text-gray-700;}.prose-spx ol{@apply list-decimal list-inside mb-4 space-y-1 text-gray-700;}.prose-spx li{@apply leading-relaxed;}.prose-spx strong{@apply text-gray-900 font-semibold;}.prose-spx table{@apply w-full border-collapse mb-4;}.prose-spx th{@apply bg-spx-orange text-white px-4 py-2 text-left text-sm font-semibold;}.prose-spx td{@apply border border-gray-200 px-4 py-2 text-sm text-gray-700;}.prose-spx tr:nth-child(2n){@apply bg-gray-50;}.prose-spx blockquote{@apply border-l-4 border-spx-orange bg-spx-bg px-4 py-3 rounded-r-lg mb-4 italic text-gray-600;}.prose-spx a{@apply text-spx-orange hover:underline font-medium;}.prose-spx hr{@apply border-gray-200 my-6;}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ee4d2d;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#d63d1f}
