/*!
 * Device Detection Styles for SSR
 * Manages conditional styling based on device type
 */
.mobile-device .desktop-only,.desktop-device .mobile-only{display:none!important}:root{--is-mobile:0}@media (width<=900px){:root{--is-mobile:1}}.layout-container{width:100%;overflow-x:hidden}.layout-container.mobile-layout .mobile-component{display:block!important}.layout-container.mobile-layout .desktop-component,.layout-container.desktop-layout .mobile-component{display:none!important}.layout-container.desktop-layout .desktop-component{display:block!important}.mobile-component,.desktop-component{display:none}noscript .mobile-component,noscript .desktop-component{display:block}.mobile-language-switcher[data-astro-cid-lugj5kp3]{border-top:1px solid #0000001a;padding:16px 0}.lang-title[data-astro-cid-lugj5kp3]{text-transform:uppercase;color:#666;margin-bottom:12px;padding:0 4px;font-size:12px;font-weight:600}.lang-options[data-astro-cid-lugj5kp3]{flex-direction:column;gap:8px;display:flex}.lang-option[data-astro-cid-lugj5kp3]{color:#333;background:0 0;border-radius:8px;align-items:center;padding:10px 12px;font-size:14px;text-decoration:none;transition:all .2s;display:flex}.lang-option[data-astro-cid-lugj5kp3]:hover{background:#3885251a}.lang-option[data-astro-cid-lugj5kp3].active{color:#388525;background:#38852526;font-weight:500}.lang-option[data-astro-cid-lugj5kp3] img[data-astro-cid-lugj5kp3]{-o-object-fit:cover;object-fit:cover;border-radius:4px;margin-right:12px}.lang-option[data-astro-cid-lugj5kp3] span[data-astro-cid-lugj5kp3]:first-of-type{flex:1}.lang-option[data-astro-cid-lugj5kp3] .check[data-astro-cid-lugj5kp3]{color:#388525;margin-left:8px;font-weight:700}@media (width>=1024px){.mobile-language-switcher[data-astro-cid-lugj5kp3]{display:none}}.rotate-overlay[data-astro-cid-xtjjo6yf]{z-index:9999999;text-align:center;color:#fff;background-color:#111;justify-content:center;align-items:center;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.content[data-astro-cid-xtjjo6yf]{flex-direction:column;align-items:center;gap:20px;display:flex}.phone-animation[data-astro-cid-xtjjo6yf] svg[data-astro-cid-xtjjo6yf]{color:#4dc669;width:64px;height:64px;animation:2s ease-in-out infinite rotate-phone}.message-vi[data-astro-cid-xtjjo6yf]{margin:0;font-size:18px;font-weight:700}.message-en[data-astro-cid-xtjjo6yf]{opacity:.7;margin:0;font-size:14px}@keyframes rotate-phone{0%{transform:rotate(-90deg)}30%{transform:rotate(-90deg)}50%{transform:rotate(0)}80%{transform:rotate(0)}to{transform:rotate(-90deg)}}@media screen and (orientation:landscape) and (width<=1366px) and (pointer:coarse){.rotate-overlay[data-astro-cid-xtjjo6yf]{display:flex!important}body{width:100%;position:fixed;overflow:hidden!important}}@media screen and (orientation:landscape) and (width>=1024px) and (width<=1366px) and (pointer:coarse){.rotate-overlay[data-astro-cid-xtjjo6yf]{display:flex!important}}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}