@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--radius: .625rem;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 0% 98%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;}}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-logos-slow{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-scroll-logos{animation:scroll-logos 22s linear infinite}.animate-scroll-logos-slow{animation:scroll-logos-slow 38s linear infinite}.animate-scroll-logos:hover,.animate-scroll-logos-slow:hover{animation-play-state:paused}@keyframes typing-dot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.typing-dot{animation:typing-dot 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;width:100%}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:teal;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#066}input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}input[type=range]::-webkit-slider-runnable-track{background:#e5e7eb;height:8px;border-radius:4px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:teal;height:20px;width:20px;border-radius:50%;margin-top:-6px;box-shadow:0 2px 4px #0003;transition:transform .15s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}input[type=range]::-moz-range-track{background:#e5e7eb;height:8px;border-radius:4px}input[type=range]::-moz-range-thumb{background:teal;height:20px;width:20px;border-radius:50%;border:none;box-shadow:0 2px 4px #0003}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-in-from-top{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-slide-in-from-bottom{animation:slide-in-from-bottom .3s ease-out}.animate-slide-in-from-top-2{animation:slide-in-from-top .2s ease-out}.animate-in{animation-duration:.3s}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid #008080;outline-offset:2px}::selection{background:teal;color:#fff}video{object-fit:cover}.btn-premium{transition:all .3s ease}.btn-premium:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00808033}.service-card{transition:all .3s ease}.service-card:hover{transform:translateY(-4px)}.lang-switcher-btn{transition:all .2s ease}.lang-switcher-btn:hover{transform:scale(1.02)}.chat-message{word-wrap:break-word;max-width:100%}@media(max-width:640px){.hero-title{font-size:2.5rem;line-height:1.2}}.premium-shadow{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.premium-shadow:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}
