@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--si-dark: #0b0e14;--si-card: #151923;--si-border: #1e2736;--si-green: #00e676;--si-blue: #3d5afe;--si-red: #ff1744;--si-muted: #94a3b8}html{scroll-behavior:smooth}body{background-color:var(--si-dark);color:#f8fafc;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}}@layer components{.btn{@apply inline-flex items-center gap-2 px-5 py-2.5 rounded-lg font-semibold text-sm transition-all duration-200 cursor-pointer;}.btn-primary{@apply btn bg-[#00e676] text-[#0b0e14] hover:bg-[#00c853] shadow-lg shadow-[#00e67640];}.btn-outline{@apply btn border border-[#00e676] text-[#00e676] hover:bg-[#00e67615];}.btn-ghost{@apply btn text-[#94a3b8] hover:text-white hover:bg-white/5;}.btn-danger{@apply btn bg-[#ff1744] text-white hover:bg-red-700;}.card{@apply bg-[#151923] border border-[#1e2736] rounded-xl overflow-hidden transition-all duration-200;}.card-hover{@apply card hover:border-[#00e676]/40 hover:-translate-y-1 hover:shadow-xl hover:shadow-[#00e67610];}.badge{@apply inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-semibold;}.badge-green{@apply badge bg-[#00e676]/15 text-[#00e676];}.badge-red{@apply badge bg-[#ff1744]/15 text-[#ff1744];}.badge-blue{@apply badge bg-[#3d5afe]/20 text-[#7c9dff];}.badge-orange{@apply badge bg-orange-500/20 text-orange-400;}.badge-gray{@apply badge bg-white/10 text-[#94a3b8];}.impact-high{@apply text-red-400;}.impact-medium{@apply text-orange-400;}.impact-low{@apply text-green-400;}.section-title{@apply text-2xl font-bold text-white mb-1;}.section-subtitle{@apply text-[#94a3b8] text-sm mb-6;}.section-header{@apply flex items-center justify-between mb-6;}.nav-link{@apply text-[#94a3b8] hover:text-white text-sm font-medium transition-colors duration-150;}.nav-link-active{@apply text-[#00e676] font-semibold;}.form-input{@apply w-full bg-[#0b0e14] border border-[#1e2736] text-white rounded-lg px-4 py-2.5 text-sm focus:outline-none focus:border-[#00e676] focus:ring-1 focus:ring-[#00e676]/30 transition;}.form-label{@apply block text-sm font-medium text-[#94a3b8] mb-1.5;}.ticker-wrap{@apply overflow-hidden bg-[#0d1117] border-b border-[#1e2736] py-2;}.ticker-track{display:flex;width:max-content;animation:ticker 40s linear infinite}.ticker-item{@apply flex items-center gap-2 px-6 text-sm whitespace-nowrap;}.signal-buy{@apply border-l-4 border-[#00e676];}.signal-sell{@apply border-l-4 border-[#ff1744];}.paywall-blur{filter:blur(6px);-webkit-user-select:none;user-select:none;pointer-events:none}.prose-dark{@apply prose prose-invert max-w-none;}.prose-dark a{@apply text-[#00e676] no-underline hover:underline;}.prose-dark h2,.prose-dark h3{@apply text-white;}.prose-dark blockquote{@apply border-l-[#00e676] bg-[#151923] px-4 py-2 rounded-r-lg;}.prose-dark code{@apply bg-[#151923] text-[#00e676] px-1.5 py-0.5 rounded text-sm;}.prose-dark pre{@apply bg-[#0d1117] border border-[#1e2736];}}@layer utilities{.text-green{color:var(--si-green)}.text-si-muted{color:var(--si-muted)}.bg-si-card{background-color:var(--si-card)}.bg-si-dark{background-color:var(--si-dark)}.border-si{border-color:var(--si-border)}.glow-green{box-shadow:0 0 20px #00e6764d}.glow-red{box-shadow:0 0 20px #ff17444d}.pulse-dot:before{content:"";@apply inline-block w-2 h-2 rounded-full bg-[#00e676] animate-pulse mr-2;}}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .4s ease both}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--si-dark)}::-webkit-scrollbar-thumb{background:var(--si-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2d3a50}
