@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--primary-color: #4e46db;--primary-hover: #3730a3;--primary-light: #3b82f6;--primary-lighter: #60a5fa;--primary-disabled: #a5b4fc;--primary-bg: #e0e7ff;--primary-bg-light: #f0f4ff;--primary-10: rgba(78, 70, 219, .1);--primary-20: rgba(78, 70, 219, .2);--primary-30: rgba(78, 70, 219, .3);--primary-40: rgba(78, 70, 219, .4);--primary-50: rgba(78, 70, 219, .5);--primary-gradient: linear-gradient( 135deg, var(--primary-color) 0%, var(--primary-hover) 100% );--primary-light-gradient: linear-gradient( 135deg, var(--primary-color) 0%, var(--primary-light) 100% );--text-primary: #1C1C1C;--text-secondary: #4A4A4A;--text-muted: #9ca3af;--bg-white: #ffffff;--bg-gray-50: #f9fafb;--bg-gray-100: #f3f4f6;--bg-gray-200: #e5e7eb;--border-light: #e5e7eb;--border-primary: var(--primary-color);--success: #10b981;--warning: #f59e0b;--error: #ef4444;--info: var(--primary-color)}@media (prefers-color-scheme: dark){:root{--primary-color: #4e46db;--primary-hover: #3730a3;--primary-light: #60a5fa;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-muted: #9ca3af;--bg-white: #1f2937;--bg-gray-50: #374151;--bg-gray-100: #4b5563}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply text-gray-900;font-family:var(--font-body)!important;margin:0;padding:0;min-height:100vh;background-color:#f9fafb}*{box-sizing:border-box}div,span,p{font-family:var(--font-body)!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)!important}}@layer components{.btn-primary{@apply px-4 py-2 text-white hover:opacity-90 transition-all duration-200 rounded-lg font-medium text-sm;background-color:var(--primary-color)}.btn-primary:hover{background-color:var(--primary-hover)}.section-padding{@apply py-24 px-4 md:px-8 lg:px-16;}.gradient-text{@apply bg-clip-text text-transparent bg-gradient-to-r from-primary via-accent to-secondary;}.dashboard-card{@apply bg-white rounded-xl shadow-sm border border-gray-200 p-6;}.sidebar-nav-item{@apply w-full flex items-center space-x-3 px-4 py-3 rounded-lg text-left transition-colors font-medium;}.sidebar-nav-item.active{background-color:var(--primary-bg);color:var(--primary-color);border:1px solid var(--primary-color)}.sidebar-nav-item:not(.active):not(.disabled){@apply text-gray-700 hover:bg-gray-50;}.sidebar-nav-item.disabled{@apply text-gray-400 cursor-not-allowed;}.data-table{@apply w-full;}.data-table th{@apply text-left py-3 px-4 font-semibold text-gray-700 text-sm;}.data-table td{@apply py-4 px-4 text-gray-700 text-sm;}.data-table tr{@apply border-b border-gray-100 hover:bg-gray-50 transition-colors;}.keyword-item{@apply font-medium cursor-pointer hover:underline transition-all duration-200;}.post-grid{@apply grid grid-cols-2 gap-4;}.post-item{@apply relative group cursor-pointer;}.post-image{@apply aspect-square rounded-lg overflow-hidden bg-gray-100;}.post-overlay{@apply absolute inset-0 bg-black bg-opacity-0 group-hover:bg-opacity-20 transition-all duration-300;}.post-duration{@apply absolute top-2 right-2 bg-black bg-opacity-70 text-white text-xs px-2 py-1 rounded;}.chart-container{@apply relative h-64 flex items-end justify-center;}.chart-legend{@apply absolute bottom-4 left-4 space-y-2;}.legend-item{@apply flex items-center space-x-2;}.legend-line{@apply w-4 h-0.5;}.legend-text{@apply text-sm text-gray-700;}}button{border:none;background:none;cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}#root{min-height:100vh;width:100%}.hide-scrollbar{-webkit-overflow-scrolling:touch}.hide-scrollbar::-webkit-scrollbar{display:none}:root{--font-heading: "Poppins", sans-serif;--font-body: "Inter", sans-serif;--font-interface: "Inter", sans-serif;--font-code: "Monaco", "Consolas", monospace;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--leading-tight: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.625;--text-primary: #1f2937;--text-secondary: #6b7280;--text-muted: #9ca3af}.heading-1,h1.heading,h1{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-weight-bold);line-height:var(--leading-tight);color:var(--text-primary);margin:0}.heading-2,h2.heading{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-weight-bold);line-height:var(--leading-tight);color:var(--text-primary);margin:0}.heading-3,h3.heading{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:var(--font-weight-semibold);line-height:var(--leading-tight);color:var(--text-primary);margin:0}.heading-4,h4.heading{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.heading-5,h5.heading{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-weight-semibold);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.heading-6,h6.heading{font-family:var(--font-heading);font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.body-text,p.body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.body-large{font-family:var(--font-body);font-size:var(--text-lg);font-weight:var(--font-weight-normal);line-height:var(--leading-relaxed);color:var(--text-primary);margin:0}.body-small{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.interface-text,.nav-item,.button-text{font-family:var(--font-interface);font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:var(--leading-normal);color:var(--text-primary)}.interface-large{font-family:var(--font-interface);font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:var(--leading-normal);color:var(--text-primary)}.label-text,label.label{font-family:var(--font-interface);font-size:var(--text-sm);font-weight:var(--font-weight-medium);line-height:var(--leading-normal);color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.caption{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--text-muted)}@media (max-width: 768px){.heading-1,h1.heading{font-size:var(--text-3xl)}.heading-2,h2.heading{font-size:var(--text-2xl)}.heading-3,h3.heading{font-size:var(--text-xl)}}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}
