@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";
:root{--primary-gradient:linear-gradient(135deg, #06b6d4, #10b981);--color-text-dark:#111827;--color-text-light:#4b5563;--color-bg:#f8fafc;--color-white:#fff;--color-border:#e2e8f0;--color-hover:#0d9488}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-dark);flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}h1,h2,h3{letter-spacing:-.05em;font-weight:800}a{color:inherit;text-decoration:none}.text-gradient{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--primary-gradient);color:var(--color-white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.input-field{border:2px solid var(--color-border);border-radius:8px;outline:none;width:100%;padding:16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s forwards fadeIn}.language-switcher{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:30px;flex-direction:column;gap:.5rem;padding:.5rem;display:flex;position:fixed;top:80px;right:15px;box-shadow:0 4px 10px #00000026}@media (max-width:640px){.language-switcher{gap:.35rem;padding:.35rem;right:10px}.language-switcher button{width:32px!important;height:32px!important;font-size:1.1rem!important}}
