@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Noto+Sans+TC:wght@300;400;500;700&display=swap";.landing-page[data-v-d6ebe05f]{--bg-color: #f9f8f4;--text-color: #1a1a1a;--text-sub: #666666;--btn-bg: #ffffff;--btn-border: #e5e5e0;--btn-hover: #f0f0eb;--accent-color: #1a1a1a;--glass-shadow: rgba(0, 0, 0, .05)}.landing-page.dark[data-v-d6ebe05f],html.dark .landing-page[data-v-d6ebe05f]{--bg-color: #1a1a1a;--text-color: #f5f5f7;--text-sub: #b0b0b0;--btn-bg: #2a2a2a;--btn-border: #3a3a3a;--btn-hover: #333333;--accent-color: #ffffff;--glass-shadow: rgba(0, 0, 0, .3)}.landing-page[data-v-d6ebe05f]{font-family:Outfit,Noto Sans TC,sans-serif;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;position:relative;transition:background-color .5s ease,color .5s ease}.landing-page[data-v-d6ebe05f] *,.landing-page[data-v-d6ebe05f] *:before,.landing-page[data-v-d6ebe05f] *:after{box-sizing:border-box}.navbar[data-v-d6ebe05f]{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;position:fixed;top:0;left:0;width:100%;z-index:100;background:#f9f8f466;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.05)}html.dark .navbar[data-v-d6ebe05f],.navbar.dark[data-v-d6ebe05f]{background:#1a1a1a66;border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width: 768px){.navbar[data-v-d6ebe05f]{padding:15px 20px}}.glass-panel[data-v-d6ebe05f]{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fff6;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #1f268712}html.dark .glass-panel[data-v-d6ebe05f]{background:#2a2a2a66;border:1px solid rgba(255,255,255,.1)}.nav-links[data-v-d6ebe05f]{display:flex;align-items:center;gap:20px}.nav-links .profile-btn[data-v-d6ebe05f]{color:var(--text-color);font-weight:500;font-size:1rem;padding:0 10px;height:auto}.nav-links .profile-btn[data-v-d6ebe05f]:hover{color:var(--accent-color)}.theme-toggle-btn[data-v-d6ebe05f]{background:transparent;border:none;color:var(--text-color);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:background .3s}.theme-toggle-btn[data-v-d6ebe05f]:hover{background:var(--btn-hover)}.hero-section[data-v-d6ebe05f]{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.hero-section.centered[data-v-d6ebe05f]{flex-direction:column}.hero-content[data-v-d6ebe05f]{max-width:640px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content .hero-title[data-v-d6ebe05f]{display:flex;flex-direction:column;align-items:center;font-size:3.5rem;font-weight:700;margin-bottom:32px;line-height:1.1}@media (max-width: 768px){.hero-content .hero-title[data-v-d6ebe05f]{font-size:2.5rem}}.hero-content .hero-title .brand-font[data-v-d6ebe05f]{font-family:Playfair Display,serif}.hero-content .hero-title .text-gradient[data-v-d6ebe05f]{margin-top:-4px;background:linear-gradient(90deg,#00f2ff,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero-content .subtitle[data-v-d6ebe05f]{font-size:1.25rem;color:var(--text-sub);line-height:1.5;margin-bottom:48px;font-weight:400}@media (max-width: 768px){.hero-content .subtitle[data-v-d6ebe05f]{font-size:1.1rem}}.cta-actions[data-v-d6ebe05f]{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;max-width:400px;margin:0 auto}.social-login-btn[data-v-d6ebe05f]{width:100%;padding:14px 24px;border-radius:12px;border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--text-color);font-family:inherit;font-size:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px var(--glass-shadow)}.social-login-btn[data-v-d6ebe05f]:hover{background:var(--btn-hover);border-color:#cccdc6;transform:translateY(-1px);box-shadow:0 4px 12px var(--glass-shadow)}html.dark .social-login-btn[data-v-d6ebe05f]:hover{border-color:#444}.social-login-btn .btn-icon-img[data-v-d6ebe05f]{height:20px}.social-login-btn.facebook[data-v-d6ebe05f]:hover{border-color:#1877f2;color:#1877f2}.glow-btn-primary[data-v-d6ebe05f]{background:var(--accent-color);color:var(--bg-color);border:none;border-radius:12px;padding:14px 32px;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s}.glow-btn-primary[data-v-d6ebe05f]:hover{opacity:.9;transform:translateY(-1px)}.terms-text[data-v-d6ebe05f]{font-size:.8rem;color:var(--text-sub);text-align:center;margin-top:16px;line-height:1.6}.terms-text a[data-v-d6ebe05f]{color:var(--text-color);text-decoration:none;font-weight:500}.terms-text a[data-v-d6ebe05f]:hover{text-decoration:underline}.features-section[data-v-d6ebe05f],.how-it-works-section[data-v-d6ebe05f],.qa-section[data-v-d6ebe05f],.showcase-section[data-v-d6ebe05f]{padding:80px 20px;max-width:1000px;margin:0 auto;text-align:center}.showcase-section[data-v-d6ebe05f]{display:flex;justify-content:center;padding-bottom:120px}.hero-visual[data-v-d6ebe05f]{position:relative;width:100%;max-width:500px}.card-main[data-v-d6ebe05f]{background:var(--btn-bg);border:1px solid var(--btn-border);border-radius:20px;padding:24px;box-shadow:0 20px 40px var(--glass-shadow);transform:perspective(1000px) rotateY(-5deg) rotateX(5deg);transition:transform .3s}.card-main[data-v-d6ebe05f]:hover{transform:perspective(1000px) rotateY(0) rotateX(0)}.card-header[data-v-d6ebe05f]{display:flex;gap:8px;margin-bottom:20px}.card-header .circle[data-v-d6ebe05f]{width:10px;height:10px;border-radius:50%}.card-header .red[data-v-d6ebe05f]{background:#ff5f56}.card-header .yellow[data-v-d6ebe05f]{background:#ffbd2e}.card-header .green[data-v-d6ebe05f]{background:#27c93f}.list-item[data-v-d6ebe05f]{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--btn-border)}.list-item[data-v-d6ebe05f]:last-child{border-bottom:none}.list-item .avatar[data-v-d6ebe05f]{width:40px;height:40px;background:#0000000d;border-radius:50%;display:grid;place-items:center}html.dark .list-item .avatar[data-v-d6ebe05f]{background:#ffffff1a}.list-item .info[data-v-d6ebe05f]{flex:1;text-align:left}.list-item .name[data-v-d6ebe05f]{font-weight:600;font-size:.95rem}.list-item .desc[data-v-d6ebe05f]{font-size:.8rem;color:var(--text-sub)}.list-item .amount[data-v-d6ebe05f]{font-weight:700}.list-item .amount.positive[data-v-d6ebe05f]{color:#27c93f}.list-item .amount.negative[data-v-d6ebe05f]{color:#ff5f56}.floater[data-v-d6ebe05f]{position:absolute;background:var(--btn-bg);padding:10px 20px;border-radius:30px;font-weight:700;box-shadow:0 10px 20px var(--glass-shadow);border:1px solid var(--btn-border);animation:float-d6ebe05f 6s infinite ease-in-out;color:var(--text-color)}.float-1[data-v-d6ebe05f]{top:-20px;right:-10px;animation-delay:1s}.float-2[data-v-d6ebe05f]{bottom:-20px;left:-10px;animation-delay:3s}@keyframes float-d6ebe05f{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-fade-up[data-v-d6ebe05f]{display:flex;flex-direction:column;align-items:center;animation:fadeUp-d6ebe05f .8s ease forwards;opacity:0}.animate-fade-in[data-v-d6ebe05f]{animation:fadeIn-d6ebe05f 1s ease forwards;opacity:0}@keyframes fadeUp-d6ebe05f{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn-d6ebe05f{0%{opacity:0}to{opacity:1}}.delay-100[data-v-d6ebe05f]{animation-delay:.1s}.delay-200[data-v-d6ebe05f]{animation-delay:.2s}.delay-300[data-v-d6ebe05f]{animation-delay:.3s}.delay-400[data-v-d6ebe05f]{animation-delay:.4s}.section-title[data-v-d6ebe05f]{font-size:2rem;font-weight:700;margin-bottom:48px}.features-grid[data-v-d6ebe05f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px}.feature-card[data-v-d6ebe05f]{padding:32px;border-radius:20px;background:var(--btn-bg);border:1px solid var(--btn-border);text-align:left}.feature-card h3[data-v-d6ebe05f]{margin-bottom:12px;font-size:1.25rem;font-weight:600}.feature-card p[data-v-d6ebe05f]{color:var(--text-sub);line-height:1.6}.feature-card .icon-glow[data-v-d6ebe05f]{margin-bottom:20px;font-size:24px;color:var(--accent-color)}.feature-card .icon-glow.color-cyan[data-v-d6ebe05f]{color:#00f2ff;text-shadow:0 0 10px rgba(0,242,255,.3)}.feature-card .icon-glow.color-purple[data-v-d6ebe05f]{color:#a18cd1;text-shadow:0 0 10px rgba(161,140,209,.3)}.feature-card .icon-glow.color-pink[data-v-d6ebe05f]{color:#ff9a9e;text-shadow:0 0 10px rgba(255,154,158,.3)}.feature-card .icon-glow.color-blue[data-v-d6ebe05f]{color:#4facfe;text-shadow:0 0 10px rgba(79,172,254,.3)}.feature-card .icon-glow.color-orange[data-v-d6ebe05f]{color:#f6d365;text-shadow:0 0 10px rgba(246,211,101,.3)}.how-it-works-section[data-v-d6ebe05f]{padding:100px 20px;position:relative;overflow:visible}.timeline[data-v-d6ebe05f]{display:flex;flex-direction:column;gap:32px;position:relative;max-width:600px;margin:0 auto}.timeline[data-v-d6ebe05f]:before{content:"";position:absolute;left:48px;top:40px;bottom:40px;width:2px;background:linear-gradient(to bottom,var(--accent-color),var(--btn-border));opacity:.15;z-index:0}@media (max-width: 480px){.timeline[data-v-d6ebe05f]:before{left:44px}}.timeline-item[data-v-d6ebe05f]{display:flex;align-items:center;gap:24px;text-align:left;padding:24px 32px;border-radius:24px;position:relative;z-index:1;transition:all .4s cubic-bezier(.165,.84,.44,1);background:#fff6;border:1px solid rgba(255,255,255,.2);margin-bottom:8px}html.dark .timeline-item[data-v-d6ebe05f]{background:#2a2a2a4d;border:1px solid rgba(255,255,255,.05)}.timeline-item[data-v-d6ebe05f]:hover{transform:translate(10px);background:#fff9;box-shadow:0 12px 40px var(--glass-shadow);border-color:var(--accent-color)}html.dark .timeline-item[data-v-d6ebe05f]:hover{background:#32323280}.timeline-item:hover .timeline-dot[data-v-d6ebe05f]{transform:scale(1.15);background:linear-gradient(135deg,#00f2ff,#764ba2);box-shadow:0 0 25px #00f2ff80;color:#fff}.timeline-item:hover h3[data-v-d6ebe05f]{background:linear-gradient(90deg,#00f2ff,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.timeline-item .timeline-dot[data-v-d6ebe05f]{width:32px;height:32px;background:var(--accent-color);color:var(--bg-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;flex-shrink:0;z-index:2;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px #0000001a}.timeline-item .timeline-content[data-v-d6ebe05f]{flex:1}.timeline-item h3[data-v-d6ebe05f]{margin:0 0 4px;font-size:1.3rem;font-weight:700;color:var(--text-color);transition:all .3s ease}.timeline-item p[data-v-d6ebe05f]{margin:0;color:var(--text-sub);font-size:1rem;line-height:1.5}.qa-list[data-v-d6ebe05f]{text-align:left;max-width:720px;margin:0 auto}.qa-item[data-v-d6ebe05f]{border-bottom:1px solid var(--btn-border)}.qa-item .qa-question[data-v-d6ebe05f]{padding:20px 0;font-size:1.1rem;font-weight:500;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.qa-item .qa-answer[data-v-d6ebe05f]{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--text-sub)}.qa-item .qa-answer p[data-v-d6ebe05f]{padding-bottom:20px}.qa-item.active .qa-answer[data-v-d6ebe05f]{max-height:200px}
