.navbar[data-v-2efe9c04]{position:fixed;top:0;left:0;right:0;height:var(--header-height);background-color:var(--bg-primary);box-shadow:0 2px 4px rgba(0,0,0,.05);z-index:1000}.nav-container[data-v-2efe9c04]{max-width:1200px;height:100%;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.nav-center[data-v-2efe9c04]{justify-self:center;width:100%;display:flex;justify-content:center}.logo[data-v-2efe9c04]{display:flex;align-items:center;height:100%;padding:12px 0}.logo img[data-v-2efe9c04]{height:40px;width:auto}.nav-links[data-v-2efe9c04]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-2efe9c04]{color:var(--text-secondary);text-decoration:none;font-size:.95rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;white-space:nowrap;position:relative}.nav-link.router-link-active[data-v-2efe9c04],.nav-link[data-v-2efe9c04]:hover{color:var(--primary-color)}.nav-link[data-v-2efe9c04]:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background-color:var(--primary-color);transition:all .3s ease;transform:translateX(-50%)}.nav-link.router-link-active[data-v-2efe9c04]:after,.nav-link[data-v-2efe9c04]:hover:after{width:calc(100% - 2rem)}.dropdown[data-v-2efe9c04]{position:relative;display:inline-block}.dropdown-content[data-v-2efe9c04]{display:none;position:absolute;top:calc(100% + .5rem);left:50%;transform:translateX(-50%);background-color:var(--bg-primary);min-width:220px;box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:8px;padding:.5rem 0;z-index:1;opacity:0;transition:all .3s ease}.dropdown:hover .dropdown-content[data-v-2efe9c04]{display:block;opacity:1}.dropdown-item[data-v-2efe9c04]{display:block;padding:.8rem 1.2rem;color:var(--text-secondary);text-decoration:none;transition:all .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative}.dropdown-item[data-v-2efe9c04]:hover{color:var(--primary-color);background-color:rgba(var(--primary-color-rgb),.05)}.dropdown-item[data-v-2efe9c04]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background-color:var(--primary-color);transition:height .3s ease}.dropdown-item[data-v-2efe9c04]:hover:before{height:70%}.menu-toggle[data-v-2efe9c04]{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.menu-toggle span[data-v-2efe9c04]{width:100%;height:3px;background-color:var(--text-primary);transition:all .3s ease}.mobile-only[data-v-2efe9c04]{display:none}@media (max-width:768px){.menu-toggle[data-v-2efe9c04]{display:flex}.nav-links[data-v-2efe9c04]{margin:0;display:none;position:fixed;top:var(--header-height);left:0;right:0;background-color:var(--bg-primary);padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem;border-top:1px solid var(--border-color);box-shadow:0 4px 6px rgba(0,0,0,.1)}.nav-links.is-active[data-v-2efe9c04]{display:flex}.desktop-only[data-v-2efe9c04]{display:none!important}.mobile-only[data-v-2efe9c04]{display:block;width:100%}.mobile-only .nav-link[data-v-2efe9c04]{display:block;width:100%;padding:.75rem 1rem;border-radius:4px}.dropdown-item[data-v-2efe9c04]:before,.nav-link[data-v-2efe9c04]:after{display:none}.dropdown-item[data-v-2efe9c04]:hover,.nav-link.router-link-active[data-v-2efe9c04],.nav-link[data-v-2efe9c04]:hover{background-color:var(--bg-secondary)}.menu-toggle.is-active span[data-v-2efe9c04]:first-child{transform:translateY(9px) rotate(45deg)}.menu-toggle.is-active span[data-v-2efe9c04]:nth-child(2){opacity:0}.menu-toggle.is-active span[data-v-2efe9c04]:nth-child(3){transform:translateY(-9px) rotate(-45deg)}}.footer[data-v-3d64294f]{background-color:#fff;color:#333;width:100%;padding:40px 0 20px;box-shadow:0 -2px 10px rgba(0,0,0,.05)}.footer-content[data-v-3d64294f]{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.footer-sections[data-v-3d64294f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:30px}.footer-section[data-v-3d64294f]{margin-bottom:20px}.section-header[data-v-3d64294f]{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.section-header h3[data-v-3d64294f]{margin:0;font-size:1rem;font-weight:600;color:#1a1a2e}.toggle-icon[data-v-3d64294f]{display:none;width:20px;height:20px;position:relative}.toggle-icon[data-v-3d64294f]:after,.toggle-icon[data-v-3d64294f]:before{content:"";position:absolute;background-color:#666;transition:transform .3s ease}.toggle-icon[data-v-3d64294f]:before{width:2px;height:10px;top:5px;left:9px}.toggle-icon[data-v-3d64294f]:after{width:10px;height:2px;top:9px;left:5px}.toggle-icon.open[data-v-3d64294f]:before{transform:rotate(90deg)}.toggle-icon.open[data-v-3d64294f]:after{transform:rotate(180deg)}.footer-section ul[data-v-3d64294f]{list-style:none;padding:0;margin:0;display:block}.footer-section ul li[data-v-3d64294f]{margin-bottom:.5rem}.footer-section ul li a[data-v-3d64294f]{color:#666;text-decoration:none;font-size:.85rem;transition:color .2s ease;display:block;padding:8px 0}.footer-section ul li a[data-v-3d64294f]:hover{color:#1a1a2e}@media (max-width:768px){.footer-content[data-v-3d64294f],.footer[data-v-3d64294f]{padding:0}.footer-sections[data-v-3d64294f]{display:block;margin:0;padding:0}.footer-section[data-v-3d64294f]{margin:0;border-bottom:1px solid rgba(0,0,0,.1)}.footer-section[data-v-3d64294f]:first-child{margin-top:0}.section-header[data-v-3d64294f]{padding:15px 20px;cursor:pointer;min-height:50px;margin:0}.section-header h3[data-v-3d64294f]{font-size:14px}.footer-section ul[data-v-3d64294f]{display:none;padding:10px 20px;background-color:var(--bg-secondary)}.footer-section ul.open[data-v-3d64294f]{display:block}.footer-section ul li[data-v-3d64294f]{margin:0}.footer-section ul li a[data-v-3d64294f]{padding:12px 0;font-size:14px}.toggle-icon[data-v-3d64294f]{display:block}}.footer-bottom[data-v-3d64294f]{padding:20px;padding-top:20px}.footer-region[data-v-3d64294f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;width:100%}.region-group[data-v-3d64294f]{display:flex;align-items:center;gap:20px}.region-group.left[data-v-3d64294f]{margin-right:auto}.footer-legal[data-v-3d64294f]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;font-size:.85rem;border-top:1px solid rgba(0,0,0,.1);padding-top:20px}.footer-legal p[data-v-3d64294f]{margin:0;color:#666}.lang-selector[data-v-3d64294f]{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lang-text[data-v-3d64294f]{color:#666;font-size:14px;transition:all .3s ease;white-space:nowrap}.lang-text.active[data-v-3d64294f],.lang-text[data-v-3d64294f]:hover{color:#1a1a2e}.lang-dropdown[data-v-3d64294f]{position:absolute;bottom:calc(100% + 4px);left:0;transform:none;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000;min-width:160px;overflow:hidden}.lang-option[data-v-3d64294f]{width:100%;padding:8px 12px;border:none;background:transparent;color:#666;cursor:pointer;font-size:14px;text-align:left;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lang-option.active[data-v-3d64294f],.lang-option[data-v-3d64294f]:hover{background:#f7f7f7;color:#1a1a2e}@media (max-width:768px){.lang-dropdown[data-v-3d64294f]{bottom:calc(100% + 4px);top:auto}}.fade-enter-active[data-v-3d64294f],.fade-leave-active[data-v-3d64294f]{transition:opacity .2s ease}.fade-enter-from[data-v-3d64294f],.fade-leave-to[data-v-3d64294f]{opacity:0}:root{--primary-color:#1a1a2e;--secondary-color:#16213e;--accent-color:#0f3460;--text-primary:#333;--text-secondary:#666;--bg-primary:#fff;--bg-secondary:#f5f5f5;--header-height:64px;--footer-height:auto;--border-color:rgba(0,0,0,.1)}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg-primary)}#app,body{min-height:100vh}#app{display:flex;flex-direction:column}main{flex:1;padding-top:var(--header-height);margin-bottom:40px}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.page-enter-active,.page-leave-active{transition:opacity .3s ease}.page-enter-from,.page-leave-to{opacity:0}.navbar{border-bottom:1px solid var(--border-color)}.footer,.navbar{background-color:var(--bg-primary)}.footer{border-top:1px solid var(--border-color)}.carousel-container[data-v-6a808b7c]{position:relative;width:100%;max-width:1600px;margin:0 auto;padding:2rem;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.carousel-text[data-v-6a808b7c]{text-align:center;margin-bottom:2rem}.carousel-text h2[data-v-6a808b7c]{font-size:2rem;color:#333;margin-bottom:1rem;font-weight:600}.carousel-text p[data-v-6a808b7c]{font-size:1.1rem;color:#666;line-height:1.6;max-width:800px;margin:0 auto}.carousel-content[data-v-6a808b7c]{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem}.carousel-image[data-v-6a808b7c]{width:2560px;height:950px;margin:0 auto;position:relative;overflow:hidden}.carousel-image img[data-v-6a808b7c]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}@media (min-width:3840px){.carousel-image[data-v-6a808b7c]{width:3200px;height:1200px}}@media (max-width:2560px){.carousel-image[data-v-6a808b7c]{width:2560px;height:950px}}@media (max-width:1920px){.carousel-image[data-v-6a808b7c]{width:1920px;height:750px}}@media (max-width:1280px){.carousel-image[data-v-6a808b7c]{width:1280px;height:550px}}@media (max-width:1024px){.carousel-image[data-v-6a808b7c]{width:1024px;height:450px}}@media (max-width:850px){.carousel-image[data-v-6a808b7c]{width:768px;height:400px}}@media (max-width:680px){.carousel-container[data-v-6a808b7c]{padding:1rem}.carousel-image[data-v-6a808b7c]{width:100%;height:350px}}@media (max-width:480px){.carousel-container[data-v-6a808b7c]{padding:.5rem}.carousel-image[data-v-6a808b7c]{height:300px}}@media (max-width:360px){.carousel-image[data-v-6a808b7c]{height:250px}}.carousel-indicators[data-v-6a808b7c]{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;padding-bottom:1rem}.carousel-indicators span[data-v-6a808b7c]{width:10px;height:10px;background-color:#ddd;border-radius:50%;cursor:pointer;transition:all .3s ease}.carousel-indicators span.active[data-v-6a808b7c]{background-color:#1a4a7a;transform:scale(1.2)}@media (max-width:768px){.carousel-container[data-v-6a808b7c]{padding:1rem;border-radius:0}.carousel-text[data-v-6a808b7c]{margin-bottom:1rem}.carousel-text h2[data-v-6a808b7c]{font-size:1.5rem;margin-bottom:.5rem}.carousel-text p[data-v-6a808b7c]{font-size:1rem;padding:0 1rem;margin-bottom:1rem}.carousel-content[data-v-6a808b7c]{margin-bottom:0}.desktop-only[data-v-6a808b7c]{display:none}}@media (max-width:480px){.carousel-container[data-v-6a808b7c]{padding:.5rem}.carousel-text h2[data-v-6a808b7c]{font-size:1.2rem}.carousel-text p[data-v-6a808b7c]{font-size:.9rem}}.clock-wrapper[data-v-9cdb140e]{width:100%;height:100%}.clock-wrapper[data-v-9cdb140e],.clock[data-v-9cdb140e]{display:flex;justify-content:center;align-items:center;background-color:#fff}.clock[data-v-9cdb140e]{position:relative;width:300px;height:300px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1)}.ticks[data-v-9cdb140e]{position:absolute;width:100%;height:100%}.tick[data-v-9cdb140e]{position:absolute;top:0;left:50%;width:2px;height:10px;background:#999;transform-origin:50% 150px}.tick-large[data-v-9cdb140e]{width:3px;height:15px;background:#666}.hand[data-v-9cdb140e]{position:absolute;bottom:50%;left:50%;transform-origin:50% 100%;border-radius:5px;transition:transform .05s cubic-bezier(.4,2.08,.55,.44)}.hour-hand[data-v-9cdb140e]{width:4px;height:60px;margin-left:-2px;background:#333}.minute-hand[data-v-9cdb140e]{width:3px;height:80px;margin-left:-1.5px;background:#666}.second-hand[data-v-9cdb140e]{width:2px;height:90px;margin-left:-1px;background:#e74c3c}.center-dot[data-v-9cdb140e]{position:absolute;top:50%;left:50%;width:12px;height:12px;background:#e74c3c;border-radius:50%;transform:translate(-50%,-50%);z-index:3;box-shadow:0 2px 4px rgba(0,0,0,.1)}.numbers[data-v-9cdb140e]{position:absolute;width:100%;height:100%;z-index:2}.numbers span[data-v-9cdb140e]{position:absolute;font-size:1.2rem;font-weight:600;color:#333;background:hsla(0,0%,100%,.8);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}@media (min-width:1440px){.clock[data-v-9cdb140e]{width:350px;height:350px}.hour-hand[data-v-9cdb140e]{height:70px}.minute-hand[data-v-9cdb140e]{height:90px}.second-hand[data-v-9cdb140e]{height:100px}.numbers span[data-v-9cdb140e]{font-size:1.3rem}.tick[data-v-9cdb140e]{transform-origin:50% 175px}}@media (max-width:768px){.clock[data-v-9cdb140e]{width:280px;height:280px}.hour-hand[data-v-9cdb140e]{height:55px}.minute-hand[data-v-9cdb140e]{height:75px}.second-hand[data-v-9cdb140e]{height:85px}.numbers span[data-v-9cdb140e]{font-size:1.1rem}.tick[data-v-9cdb140e]{transform-origin:50% 140px}}@media (max-width:480px){.clock[data-v-9cdb140e]{width:250px;height:250px}.hour-hand[data-v-9cdb140e]{height:50px}.minute-hand[data-v-9cdb140e]{height:70px}.second-hand[data-v-9cdb140e]{height:80px}.numbers span[data-v-9cdb140e]{font-size:1rem}.tick[data-v-9cdb140e]{transform-origin:50% 125px}}@media (max-width:360px){.clock[data-v-9cdb140e]{width:220px;height:220px}.hour-hand[data-v-9cdb140e]{height:45px}.minute-hand[data-v-9cdb140e]{height:65px}.second-hand[data-v-9cdb140e]{height:75px}.numbers span[data-v-9cdb140e]{font-size:.9rem}.tick[data-v-9cdb140e]{transform-origin:50% 110px}}.history-today[data-v-895305fa]{width:100%;height:100%;padding:2rem;background-color:#fff;border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;flex-direction:column}.title[data-v-895305fa]{font-size:1.5rem;color:#333;margin-bottom:1.5rem;text-align:center;font-weight:600}.history-content[data-v-895305fa]{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:300px}.event-wrapper[data-v-895305fa]{flex:1;display:flex;flex-direction:column;padding:1rem 0}.event-year[data-v-895305fa]{font-size:1.2rem;color:#2a5298;font-weight:600;margin-bottom:.5rem}.event-description[data-v-895305fa]{font-size:1rem;color:#555;line-height:1.6;flex:1;overflow-y:auto;padding-right:.5rem}.navigation[data-v-895305fa]{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.controls[data-v-895305fa]{display:flex;align-items:center;gap:1rem}button[data-v-895305fa]{background:none;border:none;cursor:pointer;padding:.5rem;color:#2a5298;transition:all .3s ease}button[data-v-895305fa]:disabled{color:#ccc;cursor:not-allowed}button[data-v-895305fa]:not(:disabled):hover{color:#1a365d}.play-button[data-v-895305fa]{font-size:.9rem;padding:.3rem .8rem;border:1px solid #2a5298;border-radius:4px}.counter[data-v-895305fa]{font-size:.9rem;color:#666}.arrow[data-v-895305fa]{font-size:1.2rem;font-weight:700}.loading[data-v-895305fa]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#666}.loading-spinner[data-v-895305fa]{width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #2a5298;border-radius:50%;animation:spin-895305fa 1s linear infinite}@keyframes spin-895305fa{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fade-enter-active[data-v-895305fa],.fade-leave-active[data-v-895305fa]{transition:opacity .3s ease}.fade-enter-from[data-v-895305fa],.fade-leave-to[data-v-895305fa]{opacity:0}.event-description[data-v-895305fa]::-webkit-scrollbar{width:4px}.event-description[data-v-895305fa]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.event-description[data-v-895305fa]::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.event-description[data-v-895305fa]::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.home[data-v-0eab71f6]{width:100%;overflow-x:hidden}.hero-section[data-v-0eab71f6],.image-section[data-v-0eab71f6]{background-color:#fff;width:100%}.hero-section[data-v-0eab71f6]{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}#globe-container[data-v-0eab71f6]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content[data-v-0eab71f6]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);width:90%}.hero-title[data-v-0eab71f6]{font-size:1.8rem;margin-bottom:.8rem}.hero-description[data-v-0eab71f6]{font-size:1rem}@media(max-width:768px){.hero-title[data-v-0eab71f6]{font-size:1.2rem;margin-bottom:.5rem}.hero-description[data-v-0eab71f6]{font-size:.6rem}}@media(max-width:480px){.hero-title[data-v-0eab71f6]{font-size:1rem;margin-bottom:.4rem}.hero-description[data-v-0eab71f6]{font-size:.5rem}}.image-section[data-v-0eab71f6]{position:relative;z-index:3;padding:4rem 2rem;background-color:#fff;min-height:900px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.image-section[data-v-0eab71f6]{padding:2rem 1rem;min-height:auto}}.carousel-container[data-v-0eab71f6]{width:100%;max-width:1600px;margin:0 auto;background:transparent}@media(max-width:768px){.carousel-container[data-v-0eab71f6]{margin:0}}.carousel-header[data-v-0eab71f6]{text-align:center;margin-bottom:2rem}.carousel-header h2[data-v-0eab71f6]{font-size:2rem;color:#333;margin-bottom:1rem}.carousel-header p[data-v-0eab71f6]{font-size:1.2rem;color:#666}.carousel[data-v-0eab71f6]{position:relative;max-width:1200px;margin:0 auto}.carousel-content[data-v-0eab71f6]{position:relative;overflow:hidden;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.carousel-image[data-v-0eab71f6]{width:100%;height:auto;display:block}.dots[data-v-0eab71f6]{display:flex;justify-content:center;margin-top:1rem}.dots span[data-v-0eab71f6]{width:10px;height:10px;border-radius:50%;background-color:#ccc;margin:0 5px;cursor:pointer;transition:background-color .3s}.dots span.active-dot[data-v-0eab71f6]{background-color:#2a5298}.clock-section[data-v-0eab71f6]{display:flex;justify-content:space-between;padding:2rem;gap:2rem;background-color:#fff}.clock-section .clock-container[data-v-0eab71f6],.clock-section .history-container[data-v-0eab71f6]{flex:1;min-height:400px;display:flex;justify-content:center;align-items:center}@media(max-width:768px){.clock-section[data-v-0eab71f6]{flex-direction:column;padding:1rem}}[data-v-0eab71f6]::-webkit-scrollbar{width:8px}[data-v-0eab71f6]::-webkit-scrollbar-track{background:#f1f1f1}[data-v-0eab71f6]::-webkit-scrollbar-thumb{background:rgba(26,74,122,.5);border-radius:4px}[data-v-0eab71f6]::-webkit-scrollbar-thumb:hover{background:rgba(26,74,122,.7)}.products-page .hero-section[data-v-5897d2e0]{background:#fff;color:#333;padding:4rem 0;text-align:center}.products-page .hero-section .container[data-v-5897d2e0]{max-width:1200px;margin:0 auto;padding:0 1rem}.products-page .hero-section .title[data-v-5897d2e0]{font-size:2.5rem;margin-bottom:1rem;color:#333}.products-page .hero-section .subtitle[data-v-5897d2e0]{font-size:1.5rem;margin-bottom:2rem;font-weight:400;color:#666}.products-page .hero-section .intro[data-v-5897d2e0]{font-size:1.1rem;max-width:800px;margin:0 auto;line-height:1.6;color:#666}.products-page section[data-v-5897d2e0]{padding:4rem 0;background:#fff}.products-page section .container[data-v-5897d2e0]{max-width:1200px;margin:0 auto;padding:0 1rem}.products-page section .section-title[data-v-5897d2e0]{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.products-page .functions-grid[data-v-5897d2e0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.products-page .functions-grid .function-card[data-v-5897d2e0]{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.products-page .functions-grid .function-card[data-v-5897d2e0]:hover{transform:translateY(-5px)}.products-page .functions-grid .function-card .icon[data-v-5897d2e0]{font-size:2rem;color:#333;margin-bottom:1rem}.products-page .functions-grid .function-card h3[data-v-5897d2e0]{font-size:1.25rem;margin-bottom:1rem;color:#333}.products-page .functions-grid .function-card ul[data-v-5897d2e0]{list-style-type:none;padding:0}.products-page .functions-grid .function-card ul li[data-v-5897d2e0]{margin-bottom:.5rem;line-height:1.5;color:#666}.products-page .highlights-grid[data-v-5897d2e0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.products-page .highlights-grid .highlight-card[data-v-5897d2e0]{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.products-page .highlights-grid .highlight-card[data-v-5897d2e0]:hover{transform:translateY(-5px)}.products-page .highlights-grid .highlight-card .icon[data-v-5897d2e0]{font-size:2rem;color:#333;margin-bottom:1rem}.products-page .highlights-grid .highlight-card h3[data-v-5897d2e0]{font-size:1.25rem;margin-bottom:1rem;color:#333}.products-page .highlights-grid .highlight-card p[data-v-5897d2e0]{line-height:1.5;color:#666}.products-page .scenarios-grid[data-v-5897d2e0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.products-page .scenarios-grid .scenario-card[data-v-5897d2e0]{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.products-page .scenarios-grid .scenario-card[data-v-5897d2e0]:hover{transform:translateY(-5px)}.products-page .scenarios-grid .scenario-card .icon[data-v-5897d2e0]{font-size:2rem;color:#333;margin-bottom:1rem}.products-page .scenarios-grid .scenario-card p[data-v-5897d2e0]{line-height:1.5;color:#666}.products-page .cta-section[data-v-5897d2e0]{background:#fff;color:#333;text-align:center;border-top:1px solid #eee}.products-page .cta-section h2[data-v-5897d2e0]{font-size:2rem;margin-bottom:1rem;color:#333}.products-page .cta-section p[data-v-5897d2e0]{font-size:1.1rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;color:#666}.products-page .cta-section .cta-button[data-v-5897d2e0]{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .3s ease}.products-page .cta-section .cta-button[data-v-5897d2e0]:hover{background:#444}@media(max-width:768px){.products-page .hero-section[data-v-5897d2e0]{padding:3rem 0}.products-page .hero-section .title[data-v-5897d2e0]{font-size:2rem}.products-page .hero-section .subtitle[data-v-5897d2e0]{font-size:1.25rem}.products-page section[data-v-5897d2e0]{padding:3rem 0}.products-page section .section-title[data-v-5897d2e0]{font-size:1.75rem}.products-page .functions-grid[data-v-5897d2e0],.products-page .highlights-grid[data-v-5897d2e0],.products-page .scenarios-grid[data-v-5897d2e0]{grid-template-columns:1fr}}.about[data-v-235dec3f]{font-family:Arial,sans-serif;color:#333;line-height:1.6}.hero-section[data-v-235dec3f]{text-align:center;background:#f4f5f7;padding:50px 20px}.hero-section h1[data-v-235dec3f]{font-size:2.5rem;margin-bottom:20px}.hero-section p[data-v-235dec3f]{font-size:1.2rem}.vision-values-section .content[data-v-235dec3f]{display:flex;align-items:center;gap:20px;margin:50px 20px}.vision-values-section .image img[data-v-235dec3f]{width:100%;max-width:400px;border-radius:10px}.vision-values-section .text h2[data-v-235dec3f]{font-size:2rem;margin-bottom:10px}.vision-values-section .text p[data-v-235dec3f]{font-size:1rem}.team-section[data-v-235dec3f]{text-align:center;margin:50px 20px}.team-section h2[data-v-235dec3f]{font-size:2rem;margin-bottom:30px}.team-grid[data-v-235dec3f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.team-member img[data-v-235dec3f]{width:100%;border-radius:10px}.team-member h3[data-v-235dec3f]{font-size:1.2rem;margin-top:10px}.team-member p[data-v-235dec3f]{font-size:1rem;color:#555}.timeline-section[data-v-235dec3f]{margin:50px 20px}.timeline[data-v-235dec3f]{list-style:none;padding:0;border-left:3px solid #db511f}.timeline li[data-v-235dec3f]{margin-bottom:20px;position:relative;padding-left:20px}.timeline li[data-v-235dec3f]:before{content:"";width:10px;height:10px;background:#db511f;border-radius:50%;position:absolute;left:-8px;top:0}.timeline .year[data-v-235dec3f]{font-weight:700;color:#db511f;margin-bottom:5px}.footer-section[data-v-235dec3f]{text-align:center;padding:20px;background:#f4f5f7;font-size:1rem}.support[data-v-600e85a4]{padding:20px;font-family:Arial,sans-serif;line-height:1.6}.support-title[data-v-600e85a4]{text-align:center;font-size:2.5rem;margin-bottom:30px}.contact-section[data-v-600e85a4]{display:flex;justify-content:space-between;gap:20px;margin-bottom:40px}.contact-info[data-v-600e85a4]{flex:1;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.contact-info ul[data-v-600e85a4]{list-style:none;padding:0}.contact-info li[data-v-600e85a4]{margin-bottom:10px}.contact-info a[data-v-600e85a4]{color:#0073e6;text-decoration:none}.contact-form[data-v-600e85a4]{flex:2;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#fff}.form-group[data-v-600e85a4]{margin-bottom:15px}label[data-v-600e85a4]{display:block;margin-bottom:5px;font-weight:700}input[data-v-600e85a4],textarea[data-v-600e85a4]{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:1rem}textarea[data-v-600e85a4]{resize:vertical}.submit-btn[data-v-600e85a4]{display:inline-block;background-color:#0073e6;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.submit-btn[data-v-600e85a4]:hover{background-color:#005bb5}.map-section[data-v-600e85a4]{text-align:center}.map-container[data-v-600e85a4]{margin:20px 0;border:1px solid #ddd;border-radius:8px;overflow:hidden}.privacy-container[data-v-4746f4e9]{max-width:1200px;margin:0 auto;padding:40px 20px;color:var(--text-color)}.privacy-header[data-v-4746f4e9]{text-align:center;margin-bottom:40px}.privacy-header h1[data-v-4746f4e9]{font-size:2.5rem;font-weight:500;margin-bottom:20px}.privacy-content[data-v-4746f4e9]{font-size:1.1rem;line-height:1.6}.content-section[data-v-4746f4e9]{margin-bottom:40px}.content-section h2[data-v-4746f4e9]{font-size:1.8rem;font-weight:500;margin-bottom:20px;color:var(--primary-color)}.subsection[data-v-4746f4e9]{margin:30px 0}.subsection h3[data-v-4746f4e9]{font-size:1.4rem;font-weight:500;margin-bottom:15px;color:var(--secondary-color)}p[data-v-4746f4e9]{margin-bottom:15px}@media (max-width:768px){.privacy-container[data-v-4746f4e9]{padding:20px}.privacy-header h1[data-v-4746f4e9]{font-size:2rem}.privacy-content[data-v-4746f4e9]{font-size:1rem}.content-section h2[data-v-4746f4e9]{font-size:1.5rem}.subsection h3[data-v-4746f4e9]{font-size:1.2rem}}.privacy-container[data-v-39970452]{max-width:1200px;margin:0 auto;padding:40px 20px;color:var(--text-color)}.privacy-header[data-v-39970452]{text-align:center;margin-bottom:40px}.privacy-header h1[data-v-39970452]{font-size:2.5rem;font-weight:500;margin-bottom:20px}.privacy-content[data-v-39970452]{font-size:1.1rem;line-height:1.6}.content-section[data-v-39970452]{margin-bottom:40px}.content-section h2[data-v-39970452]{font-size:1.8rem;font-weight:500;margin-bottom:20px;color:var(--primary-color)}.content-section p[data-v-39970452]{margin-bottom:15px}.content-section ul[data-v-39970452]{list-style-type:none;padding-left:20px;margin-bottom:15px}.content-section li[data-v-39970452]{margin-bottom:10px;position:relative}.content-section li[data-v-39970452]:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:-20px}.address[data-v-39970452],.contact-info[data-v-39970452]{margin:15px 0;padding-left:20px}.privacy-container[data-v-e737b7cc]{max-width:1200px;margin:0 auto;padding:40px 20px;color:var(--text-color)}.privacy-header[data-v-e737b7cc]{text-align:center;margin-bottom:40px}.privacy-header h1[data-v-e737b7cc]{font-size:2.5rem;font-weight:500;margin-bottom:20px}.last-update[data-v-e737b7cc]{color:var(--text-color-light);font-style:italic;margin-bottom:20px}.privacy-content[data-v-e737b7cc]{font-size:1.1rem;line-height:1.6}.content-section[data-v-e737b7cc]{margin-bottom:40px}.content-section[data-v-e737b7cc]:last-child{margin-bottom:0}.content-section h2[data-v-e737b7cc]{font-size:1.8rem;font-weight:500;margin-bottom:20px;color:var(--primary-color)}.section-content[data-v-e737b7cc]{margin:20px 0}.section-content[data-v-e737b7cc] br{margin-bottom:10px;display:block;content:""}.section-content[data-v-e737b7cc] .bullet{margin-right:8px;color:var(--primary-color)}.section-content[data-v-e737b7cc] .number{font-weight:500;color:var(--primary-color)}.conclusion[data-v-e737b7cc]{margin-top:40px;padding:20px;background-color:var(--color-background-mute);border-radius:8px}@media (max-width:768px){.privacy-container[data-v-e737b7cc]{padding:20px}.privacy-header h1[data-v-e737b7cc]{font-size:2rem}.content-section h2[data-v-e737b7cc]{font-size:1.6rem}.section-content[data-v-e737b7cc]{font-size:1rem}}.warehouse-page .hero-section[data-v-480a7129]{background:#fff;color:#333;padding:4rem 0;text-align:center}.warehouse-page .hero-section .container[data-v-480a7129]{max-width:1200px;margin:0 auto;padding:0 1rem}.warehouse-page .hero-section .title[data-v-480a7129]{font-size:2.5rem;margin-bottom:1rem;color:#333}.warehouse-page .hero-section .subtitle[data-v-480a7129]{font-size:1.5rem;margin-bottom:2rem;font-weight:400;color:#666}.warehouse-page .hero-section .intro[data-v-480a7129]{font-size:1.1rem;max-width:800px;margin:0 auto;line-height:1.6;color:#666}.warehouse-page section[data-v-480a7129]{padding:4rem 0;background:#fff}.warehouse-page section .container[data-v-480a7129]{max-width:1200px;margin:0 auto;padding:0 1rem}.warehouse-page section .section-title[data-v-480a7129]{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.warehouse-page .functions-grid[data-v-480a7129]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.warehouse-page .functions-grid .function-card[data-v-480a7129]{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.warehouse-page .functions-grid .function-card[data-v-480a7129]:hover{transform:translateY(-5px)}.warehouse-page .functions-grid .function-card .icon[data-v-480a7129]{font-size:2rem;color:#333;margin-bottom:1rem}.warehouse-page .functions-grid .function-card h3[data-v-480a7129]{font-size:1.25rem;margin-bottom:1rem;color:#333}.warehouse-page .functions-grid .function-card ul[data-v-480a7129]{list-style-type:none;padding:0}.warehouse-page .functions-grid .function-card ul li[data-v-480a7129]{margin-bottom:.5rem;line-height:1.5;color:#666}.warehouse-page .highlights-grid[data-v-480a7129]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.warehouse-page .highlights-grid .highlight-card[data-v-480a7129]{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.warehouse-page .highlights-grid .highlight-card[data-v-480a7129]:hover{transform:translateY(-5px)}.warehouse-page .highlights-grid .highlight-card .icon[data-v-480a7129]{font-size:2rem;color:#333;margin-bottom:1rem}.warehouse-page .highlights-grid .highlight-card h3[data-v-480a7129]{font-size:1.25rem;margin-bottom:1rem;color:#333}.warehouse-page .highlights-grid .highlight-card p[data-v-480a7129]{line-height:1.5;color:#666}.warehouse-page .scenarios-grid[data-v-480a7129]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.warehouse-page .scenarios-grid .scenario-card[data-v-480a7129]{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.warehouse-page .scenarios-grid .scenario-card[data-v-480a7129]:hover{transform:translateY(-5px)}.warehouse-page .scenarios-grid .scenario-card .icon[data-v-480a7129]{font-size:2rem;color:#333;margin-bottom:1rem}.warehouse-page .scenarios-grid .scenario-card p[data-v-480a7129]{line-height:1.5;color:#666}.warehouse-page .cta-section[data-v-480a7129]{background:#fff;color:#333;text-align:center;border-top:1px solid #eee}.warehouse-page .cta-section h2[data-v-480a7129]{font-size:2rem;margin-bottom:1rem;color:#333}.warehouse-page .cta-section p[data-v-480a7129]{font-size:1.1rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;color:#666}.warehouse-page .cta-section .cta-button[data-v-480a7129]{display:inline-block;padding:1rem 2rem;background:#333;color:#fff;text-decoration:none;border-radius:4px;font-weight:700;transition:background-color .3s ease}.warehouse-page .cta-section .cta-button[data-v-480a7129]:hover{background:#444}@media(max-width:768px){.warehouse-page .hero-section[data-v-480a7129]{padding:3rem 0}.warehouse-page .hero-section .title[data-v-480a7129]{font-size:2rem}.warehouse-page .hero-section .subtitle[data-v-480a7129]{font-size:1.25rem}.warehouse-page section[data-v-480a7129]{padding:3rem 0}.warehouse-page section .section-title[data-v-480a7129]{font-size:1.75rem}.warehouse-page .functions-grid[data-v-480a7129],.warehouse-page .highlights-grid[data-v-480a7129],.warehouse-page .scenarios-grid[data-v-480a7129]{grid-template-columns:1fr}}.scm-page[data-v-5e53d742]{min-height:100vh}.hero-section[data-v-5e53d742]{background:#fff;color:#333;padding:4rem 0;text-align:center}.hero-section .container[data-v-5e53d742]{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-section .title[data-v-5e53d742]{font-size:2.5rem;margin-bottom:1rem;color:#333}.hero-section .subtitle[data-v-5e53d742]{font-size:1.5rem;margin-bottom:2rem;font-weight:400;color:#666}.hero-section .intro[data-v-5e53d742]{font-size:1.1rem;max-width:800px;margin:0 auto;line-height:1.6;color:#666}section[data-v-5e53d742]{padding:4rem 0;background:#fff}section .container[data-v-5e53d742]{max-width:1200px;margin:0 auto;padding:0 1rem}.section-title[data-v-5e53d742]{text-align:center;font-size:2rem;margin-bottom:3rem;color:#333}.functions-grid[data-v-5e53d742],.highlights-grid[data-v-5e53d742],.scenarios-grid[data-v-5e53d742]{display:grid;gap:2rem;margin-top:2rem}.functions-grid[data-v-5e53d742]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.highlights-grid[data-v-5e53d742],.scenarios-grid[data-v-5e53d742]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.function-card[data-v-5e53d742],.highlight-card[data-v-5e53d742],.scenario-card[data-v-5e53d742]{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease;border:1px solid #eee}.function-card[data-v-5e53d742]:hover,.highlight-card[data-v-5e53d742]:hover,.scenario-card[data-v-5e53d742]:hover{transform:translateY(-5px)}.icon[data-v-5e53d742]{font-size:2rem;color:#333;margin-bottom:1rem}.cta-section[data-v-5e53d742]{background:#fff;color:#333;text-align:center;border-top:1px solid #eee}.cta-section h2[data-v-5e53d742]{font-size:2rem;margin-bottom:1rem;color:#333}.cta-section p[data-v-5e53d742]{font-size:1.1rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;color:#666}@media (max-width:768px){.hero-section[data-v-5e53d742]{padding:3rem 0}.hero-section .title[data-v-5e53d742]{font-size:2rem}.hero-section .subtitle[data-v-5e53d742]{font-size:1.25rem}section[data-v-5e53d742]{padding:3rem 0}.section-title[data-v-5e53d742]{font-size:1.75rem}.functions-grid[data-v-5e53d742],.highlights-grid[data-v-5e53d742],.scenarios-grid[data-v-5e53d742]{grid-template-columns:1fr}}.bg-gradient-primary[data-v-3bfcb2b6]{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%)}.bg-primary[data-v-3bfcb2b6]{background-color:var(--color-primary)}.sitemap-container[data-v-5803128b]{max-width:1200px;margin:0 auto;padding:80px 20px}.sitemap-header[data-v-5803128b]{text-align:center;margin-bottom:60px}.sitemap-header h1[data-v-5803128b]{font-size:48px;font-weight:600;color:var(--text-color)}.sitemap-content[data-v-5803128b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin:0 auto}.sitemap-section[data-v-5803128b]{margin-bottom:40px}.sitemap-section h2[data-v-5803128b]{font-size:24px;font-weight:500;color:var(--text-color);margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid var(--border-color)}.sitemap-section ul[data-v-5803128b]{list-style:none;padding:0;margin:0}.sitemap-section li[data-v-5803128b]{margin-bottom:12px}.sitemap-section a[data-v-5803128b]{color:var(--text-color);text-decoration:none;font-size:16px;transition:color .2s ease}.sitemap-section a[data-v-5803128b]:hover{color:var(--primary-color)}@media (max-width:768px){.sitemap-container[data-v-5803128b]{padding:60px 20px}.sitemap-header h1[data-v-5803128b]{font-size:36px}.sitemap-content[data-v-5803128b]{grid-template-columns:1fr}}