@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");*{box-sizing:border-box;margin:0;padding:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6;scroll-behavior:smooth}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#000;border-radius:2px}::-webkit-scrollbar-thumb:hover{background-color:#000}.language-switcher-container,.language-switcher-wrapper{position:relative;display:inline-block}.language-switcher-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;background:#fff;border:1px solid #e5e7eb;color:#374151;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;font-family:inherit;min-width:70px;height:36px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.language-switcher-trigger:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;box-shadow:0 1px 3px rgba(0,0,0,.1)}.language-switcher-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.language-switcher-trigger .flag{font-size:16px;line-height:1}.language-switcher-trigger .locale-name{font-weight:500;font-size:14px;letter-spacing:.5px;color:#4b5563}.language-switcher-trigger .chevron{transition:transform .2s ease-in-out;color:#9ca3af;flex-shrink:0}.language-switcher-trigger .chevron.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 6px);left:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.05);padding:4px;z-index:1000;animation:fadeIn .15s ease-out;min-width:70px;width:max-content}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.language-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;border-radius:6px;background:none;cursor:pointer;font-family:inherit;text-align:left;color:#374151;transition:all .15s ease-in-out;width:100%;font-size:13px}.language-option:hover{background:#f3f4f6;color:#111827}.language-option.active{background:#eff6ff;color:#2563eb;font-weight:500}.language-option.active:hover{background:#dbeafe}.language-option .flag{font-size:16px;line-height:1}.language-option .locale-name{font-weight:500;font-size:14px;letter-spacing:.5px}