.navigation[data-v-2c5f4ebd]{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,102,204,.1);z-index:1000;transition:all .3s ease}.nav-content[data-v-2c5f4ebd]{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.logo[data-v-2c5f4ebd]{display:flex;align-items:center;gap:12px}.logo-img[data-v-2c5f4ebd]{width:40px;height:40px;object-fit:contain}.logo h2[data-v-2c5f4ebd]{color:var(--primary-blue);font-size:24px;font-weight:700;background:var(--gradient-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.nav-menu[data-v-2c5f4ebd]{display:flex;list-style:none;gap:32px;margin:0}.nav-menu li a[data-v-2c5f4ebd]{color:var(--tech-gray);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-menu li a[data-v-2c5f4ebd]:hover,.nav-menu li a.router-link-active[data-v-2c5f4ebd]{color:var(--primary-blue)}.nav-menu li a[data-v-2c5f4ebd]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-blue);transition:width .3s ease}.nav-menu li a[data-v-2c5f4ebd]:hover:after,.nav-menu li a.router-link-active[data-v-2c5f4ebd]:after{width:100%}.mobile-menu-toggle[data-v-2c5f4ebd]{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-toggle span[data-v-2c5f4ebd]{width:25px;height:3px;background:var(--primary-blue);transition:all .3s ease}.mobile-menu-toggle.active span[data-v-2c5f4ebd]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span[data-v-2c5f4ebd]:nth-child(2){opacity:0}.mobile-menu-toggle.active span[data-v-2c5f4ebd]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 768px){.mobile-menu-toggle[data-v-2c5f4ebd]{display:flex}.nav-menu[data-v-2c5f4ebd]{position:fixed;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:20px;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:16px}.nav-menu.active[data-v-2c5f4ebd]{transform:translateY(0);opacity:1;visibility:visible}}.footer[data-v-00f93ad5]{background:#f8f9fa;border-top:1px solid #e8eaed;padding:2rem 0;margin-top:auto}.container[data-v-00f93ad5]{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content[data-v-00f93ad5]{text-align:center}.icp-info[data-v-00f93ad5]{color:#666;font-size:.9rem;margin-bottom:.5rem}.copyright[data-v-00f93ad5]{color:#999;font-size:.8rem;margin:0}@media (max-width: 768px){.footer[data-v-00f93ad5]{padding:1.5rem 0}.container[data-v-00f93ad5]{padding:0 1rem}.icp-info[data-v-00f93ad5]{font-size:.8rem}.copyright[data-v-00f93ad5]{font-size:.7rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.home[data-v-4d43b08f]{padding-top:80px}.hero-section[data-v-4d43b08f]{position:relative;min-height:600px;display:flex;align-items:center;background:linear-gradient(135deg,#1a2332,#2d3e50,#3d5a80);overflow:hidden;padding:80px 0}.hero-background[data-v-4d43b08f]{position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3}.hero-overlay[data-v-4d43b08f]{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1),transparent 50%),radial-gradient(circle at 70% 50%,rgba(255,255,255,.1),transparent 50%)}.hero-content[data-v-4d43b08f]{position:relative;z-index:10;text-align:center;color:#fff;max-width:900px;margin:0 auto}.hero-title[data-v-4d43b08f]{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.3);animation:fadeIn-4d43b08f .8s ease-out}.hero-subtitle[data-v-4d43b08f]{font-size:1.5rem;font-weight:500;margin-bottom:1.5rem;opacity:.95;animation:fadeIn-4d43b08f .8s ease-out .2s both}.hero-description[data-v-4d43b08f]{font-size:1.1rem;line-height:1.8;margin-bottom:3rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeIn-4d43b08f .8s ease-out .4s both}.hero-stats[data-v-4d43b08f]{display:flex;justify-content:center;gap:4rem;margin-top:3rem;animation:fadeIn-4d43b08f .8s ease-out .6s both}.stat-item[data-v-4d43b08f]{text-align:center}.stat-number[data-v-4d43b08f]{font-size:3rem;font-weight:700;color:gold;text-shadow:0 2px 10px rgba(255,215,0,.3);display:block;margin-bottom:.5rem}.stat-label[data-v-4d43b08f]{font-size:1rem;opacity:.9}section[data-v-4d43b08f]{padding:80px 0;position:relative}section[data-v-4d43b08f]:nth-child(2n){background:#f8f9fa}section[data-v-4d43b08f]:nth-child(odd):not(.hero-section):not(.advantages-section){background:#fff}.section-header[data-v-4d43b08f]{text-align:center;margin-bottom:4rem}.section-title[data-v-4d43b08f]{font-size:2.5rem;font-weight:700;color:#1a2332;margin-bottom:1rem;position:relative;display:inline-block}.section-title[data-v-4d43b08f]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,#1a2332,#3d5a80);border-radius:2px}.section-subtitle[data-v-4d43b08f]{font-size:1.2rem;color:#5f6368;max-width:700px;margin:0 auto}.teams-section[data-v-4d43b08f]{background:#f8f9fa;position:relative}.teams-grid[data-v-4d43b08f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.team-card[data-v-4d43b08f]{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:center;border:1px solid rgba(0,0,0,.05)}.team-card[data-v-4d43b08f]:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001f}.team-icon[data-v-4d43b08f]{font-size:3rem;margin-bottom:1rem}.team-name[data-v-4d43b08f]{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:1rem}.team-description[data-v-4d43b08f]{color:#5f6368;line-height:1.6;margin-bottom:1.5rem;min-height:48px}.team-features[data-v-4d43b08f]{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.feature-tag[data-v-4d43b08f]{padding:6px 12px;background:linear-gradient(135deg,#e8f0fe,#d0e7ff);color:#1a2332;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(26,35,50,.1)}.team-stats[data-v-4d43b08f]{display:flex;justify-content:space-around;padding-top:1.5rem;border-top:1px solid #e8eaed}.team-stat[data-v-4d43b08f]{text-align:center}.stat-value[data-v-4d43b08f]{display:block;font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:.25rem}.stat-text[data-v-4d43b08f]{font-size:.85rem;color:#5f6368}.hardware-section[data-v-4d43b08f]{background:#fff;position:relative}.software-section[data-v-4d43b08f]{background:#f8f9fa;position:relative}.products-grid[data-v-4d43b08f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card[data-v-4d43b08f]{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.product-card[data-v-4d43b08f]:hover{transform:translateY(-8px);box-shadow:0 8px 30px #0000001f}.product-icon[data-v-4d43b08f]{font-size:3rem;margin-bottom:1rem}.product-name[data-v-4d43b08f]{font-size:1.4rem;font-weight:700;color:#1a2332;margin-bottom:.75rem}.product-description[data-v-4d43b08f]{color:#5f6368;line-height:1.6;margin-bottom:1.5rem}.product-features[data-v-4d43b08f]{list-style:none;padding:0}.product-features li[data-v-4d43b08f]{color:#3c4043;position:relative;padding:.5rem 0 .5rem 1.5rem}.product-features li[data-v-4d43b08f]:before{content:"✓";position:absolute;left:0;color:#34a853;font-weight:700}.advantages-section[data-v-4d43b08f]{background:linear-gradient(135deg,#1a2332,#2d3e50,#3d5a80);color:#fff;position:relative;overflow:hidden}.advantages-section[data-v-4d43b08f]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid-adv" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grid-adv)"/></svg>');opacity:.5}.advantages-section .section-header[data-v-4d43b08f]{position:relative;z-index:10}.advantages-section .section-title[data-v-4d43b08f],.advantages-section .section-subtitle[data-v-4d43b08f]{color:#fff}.advantages-section .section-title[data-v-4d43b08f]:after{background:linear-gradient(90deg,gold,#ffed4e)}.advantages-grid[data-v-4d43b08f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative;z-index:10}.advantage-card[data-v-4d43b08f]{background:#ffffff1f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 20px #0000001a}.advantage-card[data-v-4d43b08f]:hover{background:#ffffff2e;transform:translateY(-8px);box-shadow:0 8px 30px #0003;border-color:#fff6}.advantage-icon[data-v-4d43b08f]{font-size:3rem;margin-bottom:1rem}.advantage-title[data-v-4d43b08f]{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.advantage-description[data-v-4d43b08f]{line-height:1.6;opacity:.95}.personal-products-section[data-v-4d43b08f]{background:#f8f9fa;padding:60px 0}.personal-products-grid[data-v-4d43b08f]{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.personal-product-card[data-v-4d43b08f]{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 40px #00000026,0 0 0 1px #ffffff4d;position:relative;overflow:hidden;flex:0 0 320px;max-width:320px}.personal-product-card[data-v-4d43b08f]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease;z-index:1}.personal-product-card[data-v-4d43b08f]:hover:before{left:100%}.personal-product-card[data-v-4d43b08f]:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #00000040,0 0 0 1px #ffffff80,0 0 80px #667eea4d}.personal-product-card .product-icon[data-v-4d43b08f]{font-size:3.5rem;margin-bottom:1.2rem;position:relative;z-index:2;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease}.personal-product-card:hover .product-icon[data-v-4d43b08f]{transform:scale(1.1) rotate(5deg)}.personal-product-card h3[data-v-4d43b08f]{font-size:1.6rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.8rem;position:relative;z-index:2}.personal-product-card p[data-v-4d43b08f]{color:#4a5568;margin-bottom:1.5rem;line-height:1.8;font-size:1rem;position:relative;z-index:2}.product-tag[data-v-4d43b08f]{display:inline-block;padding:8px 18px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-size:.9rem;font-weight:600;position:relative;z-index:2;box-shadow:0 4px 15px #667eea4d;transition:all .3s ease}.personal-product-card:hover .product-tag[data-v-4d43b08f]{box-shadow:0 6px 20px #667eea80;transform:scale(1.05)}.qr-overlay[data-v-4d43b08f]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;pointer-events:none;animation:qrFadeIn-4d43b08f .3s ease-out}.qr-container[data-v-4d43b08f]{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:20px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff80;text-align:center;min-width:200px;border:2px solid rgba(102,126,234,.2)}.qr-code[data-v-4d43b08f]{width:160px;height:160px;border-radius:12px;margin-bottom:12px;box-shadow:0 8px 25px #00000026;transition:transform .3s ease}.qr-code[data-v-4d43b08f]:hover{transform:scale(1.05)}.qr-text[data-v-4d43b08f]{color:#4a5568;font-size:14px;font-weight:600;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes qrFadeIn-4d43b08f{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 768px){.hero-title[data-v-4d43b08f]{font-size:2.2rem}.hero-subtitle[data-v-4d43b08f]{font-size:1.2rem}.hero-description[data-v-4d43b08f]{font-size:1rem}.hero-stats[data-v-4d43b08f]{gap:2rem;flex-wrap:wrap}.stat-number[data-v-4d43b08f]{font-size:2.5rem}.section-title[data-v-4d43b08f]{font-size:2rem}.section-subtitle[data-v-4d43b08f]{font-size:1rem}.teams-grid[data-v-4d43b08f],.products-grid[data-v-4d43b08f],.advantages-grid[data-v-4d43b08f]{grid-template-columns:1fr}.personal-products-grid[data-v-4d43b08f]{flex-direction:column;align-items:center}.personal-product-card[data-v-4d43b08f]{flex:none;max-width:100%;width:100%}.qr-container[data-v-4d43b08f]{min-width:180px;padding:15px}.qr-code[data-v-4d43b08f]{width:140px;height:140px}}@keyframes fadeIn-4d43b08f{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-v-5b1255d7]{margin:0;padding:0;box-sizing:border-box}[data-v-5b1255d7]:root{--primary-blue: #0066cc;--secondary-blue: #4d94ff;--accent-blue: #1a73e8;--tech-gray: #5f6368;--light-gray: #f8f9fa;--dark-gray: #3c4043;--gradient-blue: linear-gradient(135deg, #0066cc 0%, #4d94ff 100%);--gradient-gray: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%)}.container[data-v-5b1255d7]{max-width:1200px;margin:0 auto;padding:0 20px}.btn[data-v-5b1255d7]{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary[data-v-5b1255d7]{background:var(--gradient-blue);color:#fff;box-shadow:0 4px 12px #0066cc4d}.btn-primary[data-v-5b1255d7]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}.btn-secondary[data-v-5b1255d7]{background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary[data-v-5b1255d7]:hover{background:var(--primary-blue);color:#fff}.card[data-v-5b1255d7]{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.card[data-v-5b1255d7]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}@media (max-width: 768px){.container[data-v-5b1255d7]{padding:0 16px}.btn[data-v-5b1255d7]{padding:10px 20px;font-size:14px}.card[data-v-5b1255d7]{padding:20px}}.fade-in[data-v-5b1255d7]{animation:fadeIn-5b1255d7 .6s ease-in-out}@keyframes fadeIn-5b1255d7{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up[data-v-5b1255d7]{animation:slideUp-5b1255d7 .8s ease-out}@keyframes slideUp-5b1255d7{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.chafangji[data-v-5b1255d7]{position:relative}.product-hero[data-v-5b1255d7]{background:linear-gradient(135deg,#f8f9fa,#e8eaed);padding:6rem 0;text-align:center}.product-icon[data-v-5b1255d7]{font-size:4rem;margin-bottom:1rem}.product-hero h1[data-v-5b1255d7]{font-size:3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.subtitle[data-v-5b1255d7]{font-size:1.5rem;color:var(--tech-gray);margin-bottom:1rem}.description[data-v-5b1255d7]{font-size:1.1rem;color:var(--dark-gray);max-width:800px;margin:0 auto 2rem;line-height:1.8}.product-tags[data-v-5b1255d7]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tag[data-v-5b1255d7]{padding:8px 16px;background:var(--gradient-blue);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.screenshots[data-v-5b1255d7]{padding:6rem 0;background:#fff}.section-title[data-v-5b1255d7]{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:3rem}.screenshots-grid[data-v-5b1255d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.screenshot-item[data-v-5b1255d7]{text-align:center}.screenshot-item img[data-v-5b1255d7]{width:100%;max-width:200px;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:1rem;transition:transform .3s ease}.screenshot-item img[data-v-5b1255d7]:hover{transform:scale(1.05)}.screenshot-item p[data-v-5b1255d7]{color:var(--tech-gray);font-weight:500}.features[data-v-5b1255d7]{padding:6rem 0;background:var(--light-gray)}.features-grid[data-v-5b1255d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card[data-v-5b1255d7]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.feature-card[data-v-5b1255d7]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.feature-icon[data-v-5b1255d7]{font-size:2.5rem;margin-bottom:1rem}.feature-card h3[data-v-5b1255d7]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.feature-card p[data-v-5b1255d7]{color:var(--tech-gray);line-height:1.6}.use-cases[data-v-5b1255d7]{padding:6rem 0;background:#fff}.use-cases-grid[data-v-5b1255d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case[data-v-5b1255d7]{text-align:center;padding:2rem;border-radius:12px;transition:all .3s ease}.use-case[data-v-5b1255d7]:hover{background:var(--light-gray);transform:translateY(-4px)}.use-case-icon[data-v-5b1255d7]{font-size:2.5rem;margin-bottom:1rem}.use-case h3[data-v-5b1255d7]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.use-case p[data-v-5b1255d7]{color:var(--tech-gray);line-height:1.6}.value-proposition[data-v-5b1255d7]{padding:6rem 0;background:var(--light-gray)}.value-grid[data-v-5b1255d7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item[data-v-5b1255d7]{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.value-item[data-v-5b1255d7]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.value-item h3[data-v-5b1255d7]{font-size:1.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.value-item p[data-v-5b1255d7]{color:var(--tech-gray);line-height:1.6}.download[data-v-5b1255d7]{padding:6rem 0;background:var(--gradient-blue);color:#fff;text-align:center}.download h2[data-v-5b1255d7]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.download p[data-v-5b1255d7]{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.qrcode-container[data-v-5b1255d7]{display:flex;flex-direction:column;align-items:center;margin:2rem 0}.qrcode-image[data-v-5b1255d7]{width:200px;height:200px;border-radius:12px;box-shadow:0 4px 20px #0003;margin-bottom:1rem;transition:transform .3s ease}.qrcode-image[data-v-5b1255d7]:hover{transform:scale(1.05)}.qrcode-text[data-v-5b1255d7]{color:var(--tech-gray);font-size:1.1rem;font-weight:500;margin:0}.download-actions[data-v-5b1255d7]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.download .btn-primary[data-v-5b1255d7]{background:#fff;color:var(--primary-blue)}.download .btn-secondary[data-v-5b1255d7]{background:transparent;color:#fff;border-color:#fff}@media (max-width: 768px){.product-hero h1[data-v-5b1255d7]{font-size:2.5rem}.subtitle[data-v-5b1255d7]{font-size:1.2rem}.description[data-v-5b1255d7]{font-size:1rem}.product-tags[data-v-5b1255d7]{gap:.5rem}.tag[data-v-5b1255d7]{padding:6px 12px;font-size:.8rem}.section-title[data-v-5b1255d7]{font-size:2rem}.screenshots-grid[data-v-5b1255d7],.features-grid[data-v-5b1255d7],.use-cases-grid[data-v-5b1255d7],.value-grid[data-v-5b1255d7]{grid-template-columns:1fr}.qrcode-image[data-v-5b1255d7]{width:150px;height:150px}.download-actions[data-v-5b1255d7]{flex-direction:column;align-items:center}}[data-v-e549e792]{margin:0;padding:0;box-sizing:border-box}body[data-v-e549e792]{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}[data-v-e549e792]:root{--primary-blue: #0066cc;--secondary-blue: #4d94ff;--accent-blue: #1a73e8;--tech-gray: #5f6368;--light-gray: #f8f9fa;--dark-gray: #3c4043;--gradient-blue: linear-gradient(135deg, #0066cc 0%, #4d94ff 100%);--gradient-gray: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%)}.container[data-v-e549e792]{max-width:1200px;margin:0 auto;padding:0 20px}.btn[data-v-e549e792]{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary[data-v-e549e792]{background:var(--gradient-blue);color:#fff;box-shadow:0 4px 12px #0066cc4d}.btn-primary[data-v-e549e792]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}.btn-secondary[data-v-e549e792]{background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary[data-v-e549e792]:hover{background:var(--primary-blue);color:#fff}.card[data-v-e549e792]{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.card[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}@media (max-width: 768px){.container[data-v-e549e792]{padding:0 16px}.btn[data-v-e549e792]{padding:10px 20px;font-size:14px}.card[data-v-e549e792]{padding:20px}}.fade-in[data-v-e549e792]{animation:fadeIn-e549e792 .6s ease-in-out}@keyframes fadeIn-e549e792{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up[data-v-e549e792]{animation:slideUp-e549e792 .8s ease-out}@keyframes slideUp-e549e792{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.swim5d[data-v-e549e792]{position:relative}.product-hero[data-v-e549e792]{background:linear-gradient(135deg,#f8f9fa,#e8eaed);padding:6rem 0;text-align:center}.product-icon[data-v-e549e792]{font-size:4rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.product-icon img[data-v-e549e792]{width:80px;height:80px;border-radius:20px;object-fit:contain}.product-hero h1[data-v-e549e792]{font-size:3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.subtitle[data-v-e549e792]{font-size:1.5rem;color:var(--tech-gray);margin-bottom:1rem}.description[data-v-e549e792]{font-size:1.1rem;color:var(--dark-gray);max-width:800px;margin:0 auto 2rem;line-height:1.8}.product-tags[data-v-e549e792]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.tag[data-v-e549e792]{padding:8px 16px;background:var(--gradient-blue);color:#fff;border-radius:20px;font-size:.9rem;font-weight:500}.qrcode-container[data-v-e549e792]{display:flex;flex-direction:column;align-items:center;margin:2rem 0}.qrcode-image[data-v-e549e792]{width:200px;height:200px;border-radius:12px;box-shadow:0 8px 30px #0000004d;margin-bottom:1rem;transition:transform .3s ease}.qrcode-image[data-v-e549e792]:hover{transform:scale(1.05)}.qrcode-text[data-v-e549e792]{color:var(--tech-gray);font-size:1.1rem;font-weight:500;margin:0}.support-links[data-v-e549e792]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.screenshots[data-v-e549e792]{padding:6rem 0;background:#f8f9fa}.section-title[data-v-e549e792]{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:3rem}.screenshots-slider[data-v-e549e792]{position:relative;max-width:1000px;margin:0 auto;display:flex;align-items:center;gap:1rem}.slider-container[data-v-e549e792]{flex:1;overflow:hidden;border-radius:12px}.slider-track[data-v-e549e792]{display:flex;transition:transform .3s ease;gap:1.5rem}.screenshot-item[data-v-e549e792]{flex:0 0 calc(25% - 1.125rem);text-align:center;min-width:0}.screenshot-item img[data-v-e549e792]{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease}.screenshot-item img[data-v-e549e792]:hover{transform:scale(1.05)}.screenshot-item p[data-v-e549e792]{color:var(--tech-gray);font-weight:500;margin-top:1rem}.slider-btn[data-v-e549e792]{width:50px;height:50px;border:none;border-radius:50%;background:var(--gradient-blue);color:#fff;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0066cc4d;flex-shrink:0}.slider-btn[data-v-e549e792]:hover{transform:scale(1.1);box-shadow:0 6px 20px #06c6}.slider-btn[data-v-e549e792]:disabled{opacity:.5;cursor:not-allowed}.slider-indicators[data-v-e549e792]{display:flex;justify-content:center;gap:10px;margin-top:2rem}.indicator[data-v-e549e792]{width:12px;height:12px;border-radius:50%;background:#0066cc4d;cursor:pointer;transition:all .3s ease}.indicator.active[data-v-e549e792]{background:var(--primary-blue)}.features[data-v-e549e792]{padding:6rem 0;background:#fff}.features-grid[data-v-e549e792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card[data-v-e549e792]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.feature-card[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.feature-icon[data-v-e549e792]{font-size:2.5rem;margin-bottom:1rem}.feature-card h3[data-v-e549e792]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.feature-card p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.tech-features[data-v-e549e792]{padding:6rem 0;background:#f8f9fa}.tech-grid[data-v-e549e792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tech-item[data-v-e549e792]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.tech-item[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.tech-icon[data-v-e549e792]{font-size:2.5rem;margin-bottom:1rem}.tech-item h3[data-v-e549e792]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.tech-item p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.design-highlights[data-v-e549e792]{padding:6rem 0;background:#fff}.design-grid[data-v-e549e792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.design-item[data-v-e549e792]{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease}.design-item[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.design-icon[data-v-e549e792]{font-size:2.5rem;margin-bottom:1rem}.design-item h3[data-v-e549e792]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.design-item p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.target-users[data-v-e549e792]{padding:6rem 0;background:#f8f9fa}.users-grid[data-v-e549e792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.user-item[data-v-e549e792]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.user-item[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.user-icon[data-v-e549e792]{font-size:2.5rem;margin-bottom:1rem}.user-item h3[data-v-e549e792]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.user-item p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.requirements[data-v-e549e792]{padding:6rem 0;background:#fff}.requirements-content[data-v-e549e792]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.requirement-item[data-v-e549e792]{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease}.requirement-item[data-v-e549e792]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.requirement-icon[data-v-e549e792]{font-size:2.5rem;margin-bottom:1rem}.requirement-item h3[data-v-e549e792]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.requirement-item p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.faq[data-v-e549e792]{padding:6rem 0;background:#f8f9fa}.faq-content[data-v-e549e792]{max-width:800px;margin:0 auto}.faq-item[data-v-e549e792]{background:#fff;padding:2rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.faq-item[data-v-e549e792]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.faq-item h3[data-v-e549e792]{font-size:1.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.faq-item p[data-v-e549e792]{color:var(--tech-gray);line-height:1.6}.developer-promise[data-v-e549e792]{padding:6rem 0;background:var(--gradient-blue);color:#fff;text-align:center}.promise-content h2[data-v-e549e792]{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.promise-content p[data-v-e549e792]{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto}.promise-tags[data-v-e549e792]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.promise-tags .tag[data-v-e549e792]{background:#fff3;color:#fff;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.product-hero h1[data-v-e549e792]{font-size:2.5rem}.subtitle[data-v-e549e792]{font-size:1.2rem}.description[data-v-e549e792]{font-size:1rem}.product-tags[data-v-e549e792]{gap:.5rem}.tag[data-v-e549e792]{padding:6px 12px;font-size:.8rem}.section-title[data-v-e549e792]{font-size:2rem}.features-grid[data-v-e549e792],.tech-grid[data-v-e549e792],.design-grid[data-v-e549e792],.users-grid[data-v-e549e792],.requirements-content[data-v-e549e792]{grid-template-columns:1fr}.qrcode-image[data-v-e549e792]{width:150px;height:150px}.support-links[data-v-e549e792]{flex-direction:column;align-items:center}.screenshots-slider[data-v-e549e792]{flex-direction:column;gap:1rem}.slider-btn[data-v-e549e792]{width:40px;height:40px;font-size:1.2rem}.screenshot-item[data-v-e549e792]{flex:0 0 calc(50% - .75rem)}}[data-v-447bf59a]{margin:0;padding:0;box-sizing:border-box}body[data-v-447bf59a]{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}[data-v-447bf59a]:root{--primary-blue: #0066cc;--secondary-blue: #4d94ff;--accent-blue: #1a73e8;--tech-gray: #5f6368;--light-gray: #f8f9fa;--dark-gray: #3c4043;--gradient-blue: linear-gradient(135deg, #0066cc 0%, #4d94ff 100%);--gradient-gray: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%)}.container[data-v-447bf59a]{max-width:1200px;margin:0 auto;padding:0 20px}.btn[data-v-447bf59a]{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary[data-v-447bf59a]{background:var(--gradient-blue);color:#fff;box-shadow:0 4px 12px #0066cc4d}.btn-primary[data-v-447bf59a]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}.btn-secondary[data-v-447bf59a]{background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary[data-v-447bf59a]:hover{background:var(--primary-blue);color:#fff}.card[data-v-447bf59a]{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.card[data-v-447bf59a]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}@media (max-width: 768px){.container[data-v-447bf59a]{padding:0 16px}.btn[data-v-447bf59a]{padding:10px 20px;font-size:14px}.card[data-v-447bf59a]{padding:20px}}.fade-in[data-v-447bf59a]{animation:fadeIn-447bf59a .6s ease-in-out}@keyframes fadeIn-447bf59a{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up[data-v-447bf59a]{animation:slideUp-447bf59a .8s ease-out}@keyframes slideUp-447bf59a{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.swim5d[data-v-447bf59a]{position:relative}.support-hero[data-v-447bf59a]{background:linear-gradient(135deg,#f8f9fa,#e8eaed);padding:6rem 0;text-align:center}.support-icon[data-v-447bf59a]{font-size:4rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.support-icon .icon[data-v-447bf59a]{font-size:4rem;color:var(--primary-blue);animation:bounce-447bf59a 2s infinite}@keyframes bounce-447bf59a{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.support-hero h1[data-v-447bf59a]{font-size:3rem;font-weight:700;color:var(--primary-blue);margin-bottom:1rem}.subtitle[data-v-447bf59a]{font-size:1.5rem;color:var(--tech-gray);margin-bottom:1rem}.description[data-v-447bf59a]{font-size:1.1rem;color:var(--dark-gray);max-width:800px;margin:0 auto;line-height:1.8}.quick-help[data-v-447bf59a]{padding:6rem 0;background:#f8f9fa}.section-title[data-v-447bf59a]{text-align:center;font-size:2.5rem;font-weight:700;color:var(--primary-blue);margin-bottom:3rem}.help-grid[data-v-447bf59a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.help-card[data-v-447bf59a]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.help-card[data-v-447bf59a]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.help-icon[data-v-447bf59a]{font-size:2.5rem;margin-bottom:1rem}.help-card h3[data-v-447bf59a]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.help-card p[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6;margin-bottom:1.5rem}.user-guide[data-v-447bf59a]{padding:6rem 0;background:#fff}.guide-content[data-v-447bf59a]{max-width:800px;margin:0 auto}.guide-step[data-v-447bf59a]{display:flex;align-items:flex-start;margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.guide-step[data-v-447bf59a]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.step-number[data-v-447bf59a]{background:var(--gradient-blue);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:2rem;flex-shrink:0}.step-content h3[data-v-447bf59a]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.step-content p[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6;margin-bottom:1rem}.step-content ul[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6;padding-left:1.5rem}.step-content li[data-v-447bf59a]{margin-bottom:.5rem}.faq[data-v-447bf59a]{padding:6rem 0;background:#f8f9fa}.faq-content[data-v-447bf59a]{max-width:800px;margin:0 auto}.faq-item[data-v-447bf59a]{background:#fff;padding:2rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.faq-item[data-v-447bf59a]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.faq-item h3[data-v-447bf59a]{font-size:1.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.faq-item p[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6}.contact[data-v-447bf59a]{padding:6rem 0;background:#fff}.contact-content[data-v-447bf59a]{max-width:1200px;margin:0 auto}.contact-info[data-v-447bf59a]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-item[data-v-447bf59a]{display:flex;align-items:flex-start;padding:2rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}.contact-item[data-v-447bf59a]:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001a}.contact-icon[data-v-447bf59a]{font-size:2.5rem;margin-right:1.5rem;flex-shrink:0}.contact-details h3[data-v-447bf59a]{font-size:1.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:.5rem}.contact-details p[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6;margin-bottom:.5rem}.contact-details a[data-v-447bf59a]{color:var(--primary-blue);text-decoration:none}.contact-details a[data-v-447bf59a]:hover{text-decoration:underline}.system-requirements[data-v-447bf59a]{padding:6rem 0;background:#f8f9fa}.requirements-grid[data-v-447bf59a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.requirement-card[data-v-447bf59a]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.requirement-card[data-v-447bf59a]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.requirement-icon[data-v-447bf59a]{font-size:2.5rem;margin-bottom:1rem}.requirement-card h3[data-v-447bf59a]{font-size:1.2rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.requirement-card p[data-v-447bf59a]{color:var(--tech-gray);line-height:1.6;margin-bottom:.5rem}.requirement-note[data-v-447bf59a]{font-size:.9rem;color:var(--tech-gray);opacity:.8}.back-to-home[data-v-447bf59a]{padding:4rem 0;background:var(--gradient-blue);text-align:center}.back-content[data-v-447bf59a]{display:flex;justify-content:center}.back-to-home .btn[data-v-447bf59a]{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.back-to-home .btn[data-v-447bf59a]:hover{background:#fff;color:var(--primary-blue)}.qr-modal[data-v-447bf59a]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn-447bf59a .3s ease}.qr-modal-content[data-v-447bf59a]{background:#fff;border-radius:16px;max-width:400px;width:90%;max-height:90vh;overflow:hidden;animation:slideUp-447bf59a .3s ease}.qr-modal-header[data-v-447bf59a]{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef}.qr-modal-header h3[data-v-447bf59a]{font-size:1.3rem;font-weight:600;color:var(--primary-blue);margin:0}.qr-close-btn[data-v-447bf59a]{background:none;border:none;font-size:24px;color:var(--tech-gray);cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.qr-close-btn[data-v-447bf59a]:hover{background:#f8f9fa;color:var(--primary-blue)}.qr-modal-body[data-v-447bf59a]{padding:20px;text-align:center}.qr-code-image[data-v-447bf59a]{width:200px;height:200px;border-radius:12px;margin-bottom:16px;box-shadow:0 4px 20px #0000001a}.qr-code-text[data-v-447bf59a]{color:var(--tech-gray);font-size:1rem;font-weight:500;margin:0}@media (max-width: 768px){.support-hero h1[data-v-447bf59a]{font-size:2.5rem}.subtitle[data-v-447bf59a]{font-size:1.2rem}.description[data-v-447bf59a]{font-size:1rem}.section-title[data-v-447bf59a]{font-size:2rem}.help-grid[data-v-447bf59a],.contact-info[data-v-447bf59a],.requirements-grid[data-v-447bf59a]{grid-template-columns:1fr}.guide-step[data-v-447bf59a]{flex-direction:column;text-align:center}.step-number[data-v-447bf59a]{margin-right:0;margin-bottom:1rem}.contact-item[data-v-447bf59a]{flex-direction:column;text-align:center}.contact-icon[data-v-447bf59a]{margin-right:0;margin-bottom:1rem}.qr-modal-content[data-v-447bf59a]{width:95%}.qr-code-image[data-v-447bf59a]{width:150px;height:150px}}.privacy-policy[data-v-d9607816]{min-height:100vh;background-color:#f8f9fa;padding:20px}.container[data-v-d9607816]{max-width:800px;margin:100px auto;padding:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.header[data-v-d9607816]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 30px;text-align:center}.header h1[data-v-d9607816]{font-size:2.5rem;font-weight:700;margin-bottom:10px}.header p[data-v-d9607816]{font-size:1.1rem;opacity:.9}.content[data-v-d9607816]{padding:40px 30px}h2[data-v-d9607816]{color:#2c3e50;font-size:1.8rem;margin:30px 0 15px;padding-bottom:10px;border-bottom:2px solid #e9ecef}h3[data-v-d9607816]{color:#34495e;font-size:1.4rem;margin:25px 0 10px}p[data-v-d9607816]{margin-bottom:15px;font-size:1rem;line-height:1.7}ul[data-v-d9607816],ol[data-v-d9607816]{margin:15px 0;padding-left:30px}li[data-v-d9607816]{margin-bottom:8px;line-height:1.6}.highlight[data-v-d9607816]{background-color:#e3f2fd;border-left:4px solid #2196f3;padding:15px 20px;margin:20px 0;border-radius:4px}.contact-info[data-v-d9607816]{background-color:#f8f9fa;border-radius:8px;padding:20px;margin:20px 0}.last-updated[data-v-d9607816]{text-align:center;color:#6c757d;font-size:.9rem;margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}.data-table[data-v-d9607816]{width:100%;border-collapse:collapse;margin:20px 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a}.data-table th[data-v-d9607816]{background-color:#667eea;color:#fff;padding:15px;text-align:left;font-weight:600}.data-table td[data-v-d9607816]{padding:15px;border-bottom:1px solid #e9ecef}.data-table tr[data-v-d9607816]:hover{background-color:#f8f9fa}.back-link[data-v-d9607816]{color:#667eea;text-decoration:none;font-weight:500;padding:10px 20px;background:#667eea1a;border-radius:6px;display:inline-block;transition:all .3s ease}.back-link[data-v-d9607816]:hover{background:#667eea33;transform:translateY(-2px)}@media (max-width: 768px){.privacy-policy[data-v-d9607816]{padding:10px}.header[data-v-d9607816]{padding:30px 20px}.header h1[data-v-d9607816]{font-size:2rem}.content[data-v-d9607816]{padding:30px 20px}h2[data-v-d9607816]{font-size:1.5rem}.data-table[data-v-d9607816]{font-size:.9rem}.data-table th[data-v-d9607816],.data-table td[data-v-d9607816]{padding:10px 8px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}:root{--primary-blue: #0066cc;--secondary-blue: #4d94ff;--accent-blue: #1a73e8;--tech-gray: #5f6368;--light-gray: #f8f9fa;--dark-gray: #3c4043;--gradient-blue: linear-gradient(135deg, #0066cc 0%, #4d94ff 100%);--gradient-gray: linear-gradient(135deg, #f8f9fa 0%, #e8eaed 100%)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:var(--gradient-blue);color:#fff;box-shadow:0 4px 12px #0066cc4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06c6}.btn-secondary{background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-secondary:hover{background:var(--primary-blue);color:#fff}.card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}@media (max-width: 768px){.container{padding:0 16px}.btn{padding:10px 20px;font-size:14px}.card{padding:20px}}.fade-in{animation:fadeIn .6s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}
