@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..900;1,14..32,300..900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-page: #ffffff;--bg-surface: #f8fafc;--bg-elevated:#ffffff;--bg-input: #f1f5f9;--text-base: #0f172a;--text-muted: #64748b;--text-subtle:#94a3b8;--border: #e2e8f0;--border-subtle: #f1f5f9;--brand: #4f46e5;--brand-light: #eef2ff}html.dark{--bg-page: #0d1117;--bg-surface: #161b22;--bg-elevated:#1c2333;--bg-input: #21262d;--text-base: #e6edf3;--text-muted: #8b949e;--text-subtle:#6e7681;--border: #30363d;--border-subtle: #21262d;--brand: #7c86f5;--brand-light: #1a1f3d}@layer base{html{scroll-behavior:smooth}body{@apply antialiased;font-family:Inter,system-ui,sans-serif;background-color:var(--bg-page);color:var(--text-base);transition:background-color .25s ease,color .25s ease}::selection{background-color:#4f46e526;color:var(--brand)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}}html.dark .text-slate-900,html.dark .text-slate-800{color:#e6edf3!important}html.dark .text-slate-700{color:#cdd9e5!important}html.dark .text-slate-600{color:#8b949e!important}html.dark .text-slate-500{color:#6e7681!important}html.dark .text-slate-400{color:#5a6270!important}html.dark .text-white{color:#e6edf3!important}html.dark .text-indigo-600,html.dark .text-indigo-700{color:#7c86f5!important}html.dark .text-indigo-900{color:#bec8ff!important}html.dark .text-amber-600{color:#d29f5e!important}html.dark .text-purple-900{color:#c4aff7!important}html.dark .text-green-700{color:#3fb950!important}html.dark .bg-white{background-color:var(--bg-elevated)!important}html.dark .bg-slate-50{background-color:var(--bg-surface)!important}html.dark .bg-slate-100{background-color:var(--bg-input)!important}html.dark .bg-slate-900{background-color:#0d1117!important}html.dark .bg-slate-950{background-color:var(--bg-page)!important}html.dark .bg-indigo-50{background-color:#7c86f514!important}html.dark .bg-blue-50{background-color:#58a6ff12!important}html.dark .bg-purple-50{background-color:#a371f712!important}html.dark .bg-amber-50{background-color:#d29f5e14!important}html.dark .bg-emerald-50,html.dark .bg-green-50{background-color:#3fb97812!important}html.dark .bg-violet-50{background-color:#8b5cf612!important}html.dark .bg-fuchsia-50{background-color:#c850c012!important}html.dark .bg-orange-50{background-color:#ea763a12!important}html.dark .bg-yellow-50{background-color:#ddbb3a12!important}html.dark .border-slate-50,html.dark .border-slate-100{border-color:var(--border-subtle)!important}html.dark .border-slate-200{border-color:var(--border)!important}html.dark .border-blue-100{border-color:#58a6ff33!important}html.dark .border-indigo-100{border-color:#7c86f533!important}html.dark .border-purple-100{border-color:#a371f733!important}html.dark .border-emerald-100{border-color:#3fb97833!important}html.dark .border-amber-100{border-color:#d29f5e33!important}html.dark .border-violet-100{border-color:#8b5cf633!important}html.dark .border-fuchsia-100{border-color:#c850c033!important}html.dark .border-orange-100{border-color:#ea763a33!important}html.dark .border-yellow-100{border-color:#ddbb3a33!important}html.dark input,html.dark textarea,html.dark select{background-color:var(--bg-input)!important;color:var(--text-base)!important;border-color:var(--border)!important}html.dark .prose,html.dark .prose p,html.dark .prose li,html.dark .prose strong{color:#cdd9e5!important}html.dark .prose h1,html.dark .prose h2,html.dark .prose h3,html.dark .prose h4{color:#e6edf3!important}@layer components{.preserve-3d{transform-style:preserve-3d}.backface-hidden{backface-visibility:hidden}.rotate-y-180{transform:rotateY(180deg)}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.4,0,.2,1) forwards}.animate-fade-in-up{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) forwards}.animate-slide-down{animation:slideDown .22s cubic-bezier(.4,0,.2,1) forwards}}@layer utilities{@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}textarea::placeholder{color:transparent!important}@media print{@page{margin:1.5cm}body{background:#fff!important;font-size:12pt}header,footer,.print-hidden,button,.cookie-consent{display:none!important}.shadow-2xl,.shadow-xl,.shadow-lg,.shadow-md,.shadow-sm{box-shadow:none!important}.border-2,.border-4,.border-8{border-width:1px!important;border-color:#cbd5e1!important}textarea::placeholder{color:transparent!important;opacity:0!important}textarea{border:1px solid #94a3b8!important;background:#fff!important;height:180px!important;resize:none!important;display:block!important;width:100%!important;border-radius:8px!important}.bg-amber-50{background-color:#fffbeb!important;-webkit-print-color-adjust:exact;print-color-adjust:exact;border:1px solid #fde68a!important}.bg-slate-50{background-color:#f8fafc!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.bg-indigo-50{background-color:#eef2ff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}section,article{page-break-inside:avoid;margin-bottom:2.5rem}h1,h2,h3{page-break-after:avoid;color:#1e293b!important}}
