html{scroll-behavior:smooth}:root{--color-primary: #137fec;--color-primary-dark: #0d6ed1;--color-secondary: #4c739a;--color-accent: #0ea5e9;--color-success: #16A34A;--color-warning: #F59E0B;--color-error: #DC2626;--color-bg-main: #FAFAFA;--color-bg-card: #FFFFFF;--color-border: #e7edf3;--color-text-primary: #0d141b;--color-text-secondary: #4c739a;--color-selection-bg: #eff6ff;--color-selection-text: #137fec}.dark{--color-bg-main: #0d121a;--color-bg-card: #161c28;--color-border: #1e293b;--color-text-primary: #ffffff;--color-text-secondary: #94a3b8;--color-selection-bg: #137fec20}body{margin:0;font-family:Inter,sans-serif;background-color:var(--color-bg-main);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}input,button,textarea,select{font-family:inherit}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-gradient{background-size:200% 200%;animation:gradient 3s ease infinite}@keyframes bounce-slow{0%,to{transform:translateY(-5%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce-slow{animation:bounce-slow 3s infinite}@keyframes slideInFromLeft{0%{transform:translate(-2rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromRight{0%{transform:translate(2rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromTop{0%{transform:translateY(-1rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-duration:.7s;animation-fill-mode:both;animation-timing-function:ease-out}.fade-in{animation-name:fadeIn}.slide-in-from-left-8{animation-name:slideInFromLeft}.slide-in-from-right-8{animation-name:slideInFromRight}.slide-in-from-top-4{animation-name:slideInFromTop}.delay-200{animation-delay:.2s}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 25s linear infinite;width:max-content}.animate-marquee:hover{animation-play-state:paused}@keyframes floatUpFade{0%{transform:translate(-50%,-50%) translateY(0) scale(.5);opacity:0}15%{transform:translate(-50%,-50%) translateY(-20px) scale(1.1);opacity:1}to{transform:translate(-50%,-50%) translateY(-100px) scale(1.2);opacity:0}}.animate-float-up-fade{animation:floatUpFade 1.5s ease-out forwards}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-scale-in{animation:scaleIn .3s ease-out forwards}@keyframes bounceSubtle{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-bounce-subtle{animation:bounceSubtle 2s infinite ease-in-out}.highlight-marker{background-color:#fef08a;color:#000;padding:0 2px;border-radius:4px;box-shadow:0 0 0 1px #fef08a}.dark .highlight-marker{background-color:#fde047;box-shadow:0 0 0 1px #fde047}.highlighter-menu{position:absolute;z-index:50;pointer-events:auto}
