*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#006b3f;--gold-color:#d4af37;--dark-color:#1a1a1a;--light-color:#f7f8fa;--white-color:#fff;--grey-light:#e8e8e8;--grey-dark:#4a4a4a;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);color:var(--dark-color);background-color:var(--white-color);font-size:16px;line-height:1.6;font-weight:var(--font-weight-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);color:var(--dark-color);margin:0;line-height:1.2}h1{font-size:56px}h2{font-size:42px}h3{font-size:28px}h4{font-size:24px}h5{font-size:18px}h6{font-size:16px}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:var(--font-family)}@media (width<=768px){h1{font-size:36px}h2{font-size:32px}h3{font-size:24px}h4{font-size:20px}body{font-size:15px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--grey-light);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#b0b0b0}::selection{background-color:var(--primary-color);color:var(--white-color)}::selection{background-color:var(--primary-color);color:var(--white-color)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}img{max-width:100%;height:auto;display:block}input,textarea,select{font-family:var(--font-family);font-size:inherit}input:focus,textarea:focus,select:focus{outline:none}@keyframes pulse-zoom{0%{opacity:.6;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(.8)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.language-switch-loader-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#ffffffd9;justify-content:center;align-items:center;animation:.25s ease-out forwards fadeIn;display:flex;position:fixed;inset:0}.language-switch-loader-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.language-switch-loader-spinner{justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative}.language-switch-loader-icon{filter:drop-shadow(0 2px 8px #006b3f33);width:100%;height:100%;animation:1.5s ease-in-out infinite pulse-zoom}.language-switch-loader-text{color:#333;letter-spacing:.3px;margin:0;font-size:14px;font-weight:500;animation:.4s ease-out fadeIn}.language-switch-loader-overlay.exit-animation{animation:.25s ease-out forwards fadeOut}@media (width<=768px){.language-switch-loader-spinner{width:50px;height:50px}.language-switch-loader-text{font-size:13px}}.language-switch-loader-overlay.dark-mode{background:#1a1a1ad9}.language-switch-loader-overlay.dark-mode .language-switch-loader-text{color:#f0f0f0}
