@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--color-primary: #1a2332;--color-accent: #c9a96e;--color-legal-blue: #1e3a5f;--color-legal-gold: #d4af37;--color-text-primary: #2c3e50;--color-text-secondary: #5a6c7d;--color-bg-primary: #fafbfc;--color-bg-secondary: #f8f9fa;--shadow-subtle: 0 1px 3px rgba(0,0,0,.1);--shadow-medium: 0 4px 6px rgba(0,0,0,.05);--shadow-large: 0 10px 25px rgba(0,0,0,.1)}body{@apply bg-gray-50 text-gray-900;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg-primary);color:var(--color-text-primary)}h1,h2,h3{font-family:Crimson Text,Georgia,serif;font-weight:600;letter-spacing:-.025em}}@layer components{.btn-primary{@apply px-6 py-3 bg-gradient-to-r from-slate-800 to-slate-700 text-white font-medium rounded-lg shadow-sm hover:shadow-md transition-all duration-200 hover:from-slate-700 hover:to-slate-600;}.btn-secondary{@apply px-6 py-3 bg-white border border-slate-300 text-slate-700 font-medium rounded-lg shadow-sm hover:shadow-md hover:bg-slate-50 transition-all duration-200;}.card-legal{@apply bg-white rounded-lg shadow-sm border border-slate-200 hover:shadow-md transition-all duration-200;}.input-legal{@apply w-full px-4 py-3 bg-white border border-slate-300 rounded-lg focus:border-slate-500 focus:ring-1 focus:ring-slate-500 focus:outline-none transition-all;}.icon-xs{@apply w-3 h-3 text-current opacity-60 hover:opacity-80 transition-opacity duration-200;}.icon-sm{@apply w-4 h-4 text-current opacity-70 hover:opacity-90 transition-opacity duration-200;}.icon-md{@apply w-5 h-5 text-current opacity-80 hover:opacity-100 transition-opacity duration-200;}.icon-lg{@apply w-6 h-6 text-current opacity-90 hover:opacity-100 transition-opacity duration-200;}.header-nav-icon{@apply w-4 h-4 text-slate-600 hover:text-slate-800 transition-colors duration-200;}.header-title-icon{@apply w-5 h-5 text-current opacity-75 hover:opacity-100 transition-opacity duration-200;}.header-professional{@apply bg-white border-b border-slate-200 shadow-sm;}.header-title{@apply text-2xl font-semibold text-slate-800 tracking-tight;}.header-subtitle{@apply text-sm text-slate-600 font-normal;}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background-color:var(--color-legal-blue);color:#fff}@media (max-width: 640px){.header-title{@apply text-xl;}.icon-lg{@apply w-5 h-5;}.header-title-icon{@apply w-4 h-4;}}
