*,:before,:after{box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:0}::-webkit-scrollbar{width:0;height:0;display:none}:root{--bg-base:#f0f1f5;--bg-surface:#fff;--bg-subtle:#f5f6f9;--border:#e2e4ec;--border-strong:#c8ccd8;--text-primary:#1a1c2a;--text-secondary:#4a5068;--text-muted:#8a90a8;--accent:#7c3aed;--accent-2:#db2777;--accent-3:#2563eb;--green:#16a34a;--red:#dc2626;--yellow:#b45309;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:22px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--bottom-nav-height:72px;--fab-bottom:calc(96px + env(safe-area-inset-bottom,0px))}[data-theme=dark]{--bg-base:#0f1117;--bg-surface:#1a1d27;--bg-subtle:#1e2130;--border:#2a2e3e;--border-strong:#363b52;--text-primary:#e8eaf2;--text-secondary:#8b93ab;--text-muted:#5a6078;--accent:#a78bfa;--accent-2:#f472b6;--accent-3:#60a5fa;--green:#22c55e;--red:#f87171;--yellow:#fbbf24;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006}body{background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,system-ui,sans-serif;font-size:14px}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:14px}*{-webkit-tap-highlight-color:transparent}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}@keyframes stat-bump{0%{opacity:0;transform:translateY(-2px)}12%{opacity:1;transform:translateY(-10px)}50%{opacity:1;transform:translateY(-12px)}to{opacity:0;transform:translateY(14px)}}.stat-bump{pointer-events:none;background:0 0;border:none;padding:0;font-size:11px;font-weight:700;line-height:1;animation:2s forwards stat-bump;position:absolute;top:2px;right:6px}.rolling-number{vertical-align:bottom;height:1.25em;display:inline-block;overflow:hidden}.rolling-number-track{flex-direction:column;display:flex}.rolling-number-track--active{animation:.48s cubic-bezier(.22,1,.36,1) forwards rolling-number-scroll}.rolling-number-cell{white-space:nowrap;height:1.25em;line-height:1.25em;display:block}@keyframes rolling-number-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.amount-input-glow{transition:border-color .15s,box-shadow .15s;box-shadow:0 0 0 1px #eab3081f,0 0 14px #eab30838;border:1px solid #eab30880!important}.amount-input-glow:focus{box-shadow:0 0 0 2px #eab30833,0 0 18px #eab30859;border-color:#eab308bf!important}.grad-text{background:linear-gradient(135deg,#f472b6,#a78bfa,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}[data-theme=light] .grad-text{background:linear-gradient(135deg,#db2777,#7c3aed,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.grad-bg{background:linear-gradient(135deg,#f472b6,#a78bfa,#60a5fa)}@keyframes gosell-toast-in{0%{opacity:0;transform:translate(-50%)translateY(12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes gosell-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gosell-modal-up{0%{opacity:0;transform:translate(-50%,-46%)}to{opacity:1;transform:translate(-50%,-50%)}}.membership-modal-scroll,.hide-scrollbar{overscroll-behavior:contain}.quick-fab{bottom:var(--fab-bottom);z-index:99;cursor:pointer;background:0 0;border:none;padding:0;animation:3.2s ease-in-out infinite quick-fab-float;position:fixed;right:20px}@keyframes quick-fab-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.quick-fab-circle{color:#fff;background:linear-gradient(135deg,#f472b6,#a78bfa,#60a5fa);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:28px;font-weight:300;line-height:1;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #a78bfa80}.quick-fab:active{animation:none}.quick-fab:active .quick-fab-circle{transform:scale(.94)}.quick-chips-scroll{overscroll-behavior-x:contain;touch-action:pan-x;-webkit-overflow-scrolling:touch;gap:8px;max-width:100%;margin-top:10px;padding:2px 0 4px;display:flex;overflow:auto hidden}button.quick-chip{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#f472b61a,#a78bfa24);border:1px solid #a78bfa61;border-radius:20px;flex-shrink:0;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:500;line-height:1.25;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s,color .15s;box-shadow:0 1px 3px #0000001f}button.quick-chip:hover{color:var(--text-primary);background:linear-gradient(135deg,#f472b624,#a78bfa33);border-color:#a78bfa8c;box-shadow:0 2px 8px #a78bfa2e}button.quick-chip:active:not(.quick-chip--selected){transform:scale(.97)}button.quick-chip--selected{font-weight:600;box-shadow:0 3px 14px #a78bfa73;color:#fff!important;background:linear-gradient(135deg,#f472b6,#a78bfa)!important;border:1px solid #0000!important}[data-theme=light] button.quick-chip{color:var(--text-secondary);background:linear-gradient(135deg,#db27770f,#7c3aed1a);border-color:#7c3aed47;box-shadow:0 1px 3px #7c3aed0f}[data-theme=light] button.quick-chip:hover{color:var(--text-primary);background:linear-gradient(135deg,#db277717,#7c3aed24);border-color:#7c3aed73}[data-theme=light] button.quick-chip--selected{box-shadow:0 3px 12px #7c3aed59;color:#fff!important;background:linear-gradient(135deg,#db2777,#7c3aed)!important;border:1px solid #0000!important}.landing{--landing-max:1080px;--landing-hero-bg:linear-gradient(160deg, #0f1117 0%, #1a1030 45%, #0f172a 100%);background:var(--bg-base);min-height:100vh;color:var(--text-primary);overflow-x:clip}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--bg-base) 88%, transparent);border-bottom:1px solid var(--border);position:sticky;top:0}.landing-nav-inner,.landing-section-inner{max-width:var(--landing-max);margin:0 auto;padding:0 20px}.landing-nav-inner{justify-content:space-between;align-items:center;gap:16px;height:60px;display:flex}.landing-brand{color:inherit;align-items:center;gap:10px;font-size:18px;font-weight:700;text-decoration:none;display:flex}.landing-nav-links{align-items:center;gap:24px;display:none}.landing-nav-links a{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .15s}.landing-nav-links a:hover{color:var(--accent)}.landing-nav-actions{align-items:center;gap:8px;display:flex}.landing-btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.landing-btn:hover{transform:translateY(-1px)}.landing-btn--ghost{color:var(--text-primary);border:1px solid var(--border);background:0 0}.landing-btn--primary{color:#fff;background:linear-gradient(135deg,#f472b6,#a78bfa,#60a5fa);box-shadow:0 4px 16px #a78bfa38}.landing-btn--outline{color:#e8eaf2;background:#ffffff0a;border:1px solid #e8eaf238}.landing-hero .landing-btn--download{color:#b8c0d4;box-shadow:none;background:#ffffff0a;border:1px solid #e8eaf233;font-weight:500}.landing-hero .landing-btn--download:hover{color:#e8eaf2;background:#ffffff12;border-color:#e8eaf252}.landing-btn--nav{white-space:nowrap;padding:8px 12px;font-size:13px;line-height:1.2}.landing-hero .landing-btn--ghost{color:#e8eaf2;background:#ffffff0d;border-color:#e8eaf247}@media (width<=767px){.landing-nav-inner{gap:10px;height:56px;padding:0 14px}.landing-brand{flex-shrink:0;font-size:16px}.landing-nav-download{display:none}.landing-nav-actions{flex-shrink:0;gap:6px}.landing-btn--nav{padding:7px 10px;font-size:12px}.landing-hero{padding:56px 16px 72px}.landing-hero h1{font-size:clamp(28px,8vw,40px)}.landing-hero p{margin-bottom:24px;font-size:15px}.landing-hero-actions .landing-btn--lg{min-width:120px;padding:11px 18px;font-size:13px}.landing-hero-actions>.landing-btn--download{min-width:148px}.landing-section{padding:48px 16px}.landing-section-title{font-size:24px}}.landing-btn--lg{padding:12px 24px;font-size:14px}.landing-hero{background:var(--landing-hero-bg);color:#e8eaf2;text-align:center;padding:72px 20px 88px;position:relative;overflow:hidden}.landing-hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% -10%,#a78bfa38,#0000);position:absolute;inset:0}.landing-hero-inner{max-width:720px;margin:0 auto;position:relative}.landing-hero-badge{color:#c4b5fd;background:#a78bfa1f;border:1px solid #a78bfa40;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:12px;display:inline-block}.landing-hero h1{margin-bottom:16px;font-size:clamp(32px,6vw,48px);font-weight:700;line-height:1.15}.landing-hero p{color:#a8b0c8;margin-bottom:12px;font-size:17px;line-height:1.7}.landing-hero-tagline{color:#c4b5fd;margin-bottom:32px;font-size:15px;font-weight:600}.landing-hero-actions{flex-direction:column;align-items:center;gap:12px;display:flex}.landing-hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.landing-hero-actions .landing-btn--lg{border-radius:999px;flex:0 auto;width:auto;min-width:132px;max-width:100%;padding:12px 22px;font-size:14px;font-weight:600}.landing-hero-actions>.landing-btn--download{min-width:168px}.landing-footer-link-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px}.landing-footer-link-btn:hover{color:var(--accent)}.landing-section{padding:64px 20px}.landing-section--alt{background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-section-title{text-align:center;margin-bottom:10px;font-size:28px;font-weight:700}.landing-section-sub{text-align:center;color:var(--text-muted);max-width:560px;margin:0 auto 40px;font-size:15px;line-height:1.6}.landing-grid-3{grid-template-columns:1fr;gap:16px;display:grid}.landing-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.landing-section--alt .landing-card{background:var(--bg-base)}.landing-card-icon{background:#a78bfa1f;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;font-size:22px;display:flex}.landing-card h3{margin-bottom:8px;font-size:17px;font-weight:600}.landing-card p{color:var(--text-secondary);font-size:14px;line-height:1.65}.landing-pricing-grid{grid-template-columns:1fr;gap:16px;max-width:900px;margin:0 auto;display:grid}.landing-price-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:28px 24px;display:flex}.landing-price-card--featured{border-color:#a78bfa80;box-shadow:0 12px 40px #a78bfa1f}.landing-price-card h3{margin-bottom:4px;font-size:18px;font-weight:600}.landing-price{margin:12px 0;font-size:32px;font-weight:700}.landing-price span{color:var(--text-muted);font-size:14px;font-weight:400}.landing-price-features{flex:1;margin:16px 0 24px;list-style:none}.landing-price-features li{color:var(--text-secondary);padding:6px 0 6px 22px;font-size:14px;position:relative}.landing-price-features li:before{content:"✓";color:var(--green);font-weight:700;position:absolute;left:0}.landing-faq{max-width:680px;margin:0 auto}.landing-faq-item{border-bottom:1px solid var(--border);padding:18px 0}.landing-faq-item h3{margin-bottom:8px;font-size:15px;font-weight:600}.landing-faq-item p{color:var(--text-secondary);font-size:14px;line-height:1.65}.landing-contact-block{max-width:440px;margin:0 auto}.landing-contact-lead{color:var(--text-secondary);text-align:center;margin-bottom:20px;font-size:14px;line-height:1.7}.landing-contact-meta{align-items:baseline;gap:10px;margin-bottom:8px;font-size:13px;display:flex}.landing-contact-meta-label{color:var(--text-muted);flex-shrink:0;min-width:72px}.landing-contact-email-subtle{color:var(--text-muted);font-size:13px;text-decoration:none}.landing-contact-email-subtle:hover{color:var(--accent)}.landing-contact-region{color:var(--text-secondary);font-size:13px}.landing-contact-form{flex-direction:column;gap:14px;margin-top:24px;display:flex}.landing-form-field{flex-direction:column;gap:6px;display:flex}.landing-form-field span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;font-size:12px}.landing-form-field input,.landing-form-field textarea{background:var(--bg-base);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);resize:vertical;outline:none;padding:11px 12px;font-family:inherit;font-size:14px}.landing-form-field input:focus,.landing-form-field textarea:focus{border-color:#a78bfa80}.landing-contact-error{color:var(--red);margin:0;font-size:13px}.landing-contact-success{border-radius:var(--radius-md);color:var(--green);text-align:center;background:#22c55e1a;border:1px solid #22c55e40;margin-top:24px;padding:14px 16px;font-size:14px;line-height:1.6}.landing-faq-list{margin:8px 0 10px;padding:0;list-style:none}.landing-faq-list li{color:var(--text-secondary);padding:3px 0 3px 16px;font-size:14px;line-height:1.65;position:relative}.landing-faq-list li:before{content:"·";color:var(--accent);font-weight:700;position:absolute;left:4px}.landing-faq-item p+p{margin-top:8px}.landing-footer{border-top:1px solid var(--border);background:var(--bg-surface);padding:40px 20px}.landing-footer-inner{max-width:var(--landing-max);text-align:center;flex-direction:column;align-items:center;gap:20px;margin:0 auto;display:flex}.landing-footer-links{flex-wrap:wrap;justify-content:center;gap:16px 24px;display:flex}.landing-footer-links a{color:var(--text-muted);font-size:13px;text-decoration:none}.landing-footer-links a:hover{color:var(--accent)}.landing-footer-copy{color:var(--text-muted);font-size:12px}.legal-page{background:var(--bg-base);min-height:100vh;color:var(--text-primary)}.legal-header{border-bottom:1px solid var(--border);background:var(--bg-surface);padding:16px 20px}.legal-header-inner{justify-content:space-between;align-items:center;gap:12px;max-width:760px;margin:0 auto;display:flex}.legal-main{max-width:760px;margin:0 auto;padding:40px 20px 80px}.legal-main h1{margin-bottom:8px;font-size:28px;font-weight:700}.legal-updated{color:var(--text-muted);margin-bottom:32px;font-size:13px}.legal-main h2{margin:28px 0 10px;font-size:18px;font-weight:600}.legal-main p,.legal-main li{color:var(--text-secondary);font-size:14px;line-height:1.75}.legal-main ul{margin:8px 0;padding-left:20px}.landing-download-backdrop{z-index:500;background:#0000008c;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.landing-download-modal{background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;width:100%;max-width:420px;padding:22px 20px 20px;position:relative;box-shadow:0 16px 48px #00000059}.landing-download-close{background:var(--bg-subtle);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border:none;border-radius:8px;font-size:20px;line-height:1;position:absolute;top:12px;right:12px}.landing-download-title{color:var(--text-primary);margin:0 32px 12px 0;font-size:18px;font-weight:700}.landing-download-text{color:var(--text-muted);margin:0 0 16px;font-size:14px;line-height:1.65}.landing-download-steps{color:var(--text-secondary);margin:0 0 18px;padding-left:20px;font-size:14px;line-height:1.65}.landing-download-steps li+li{margin-top:8px}.landing-download-actions{flex-direction:column;gap:10px;display:flex}.landing-download-actions .landing-btn{width:100%}.landing-section--screens{background:var(--bg-surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.landing-screens-row{grid-template-columns:1fr;gap:28px;max-width:960px;margin:0 auto;display:grid}.landing-screens-row--4{align-items:start;max-width:1100px}.landing-phone{flex-direction:column;align-items:center;margin:0;display:flex}.landing-phone-bezel{background:linear-gradient(145deg,#2a2d3a,#14161f);border:1px solid #ffffff14;border-radius:28px;width:min(100%,260px);padding:10px;box-shadow:0 24px 48px #00000059,0 0 0 1px #a78bfa14}.landing-phone-notch{background:#00000073;border-radius:99px;width:72px;height:5px;margin:0 auto 8px}.landing-phone-screen{background:#0f1117;border-radius:20px;min-height:320px;overflow:hidden}.landing-phone-screen--live{background:var(--bg-base);min-height:0}.landing-phone-live{justify-content:center;display:flex;overflow:hidden}.landing-phone-live-slot{flex-shrink:0;width:226px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#000 88%,#0000 100%);mask-image:linear-gradient(#000 88%,#0000 100%)}.landing-phone-live-inner{transform-origin:0 0;pointer-events:none;-webkit-user-select:none;user-select:none;width:390px;transform:scale(.58)}.landing-preview-app{background:var(--bg-base);min-height:100%}.landing-phone-caption{color:var(--text-primary);margin-top:14px;font-size:14px;font-weight:600}.landing-mock{color:#e8eaf2;padding:14px 12px 16px;font-size:11px}.landing-mock-header{gap:6px;margin-bottom:10px;display:flex}.landing-mock-pill{color:#a8b0c8;background:#ffffff0d;border:1px solid #ffffff14;border-radius:99px;padding:4px 8px;font-size:10px}.landing-mock-pill--active{color:#fff;background:#a78bfa2e;border-color:#a78bfa73}.landing-mock-date,.landing-mock-title{color:#a8b0c8;margin-bottom:10px;font-size:11px}.landing-mock-title{color:#e8eaf2;font-size:13px;font-weight:600}.landing-mock-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;margin-bottom:10px;padding:10px}.landing-mock-row{justify-content:space-between;align-items:center;gap:8px;padding:6px 0;display:flex}.landing-mock-row+.landing-mock-row{border-top:1px solid #ffffff0f}.landing-mock-row--dim{opacity:.72}.landing-mock-item{color:#e8eaf2;font-size:12px;font-weight:600}.landing-mock-sub{color:#a8b0c8;margin-top:2px;font-size:10px}.landing-mock-amount{color:#c4b5fd;flex-shrink:0;font-size:12px;font-weight:700}.landing-mock-stat{background:linear-gradient(135deg,#f472b61f,#a78bfa1f);border:1px solid #a78bfa33;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.landing-mock-stat strong{color:#fff;font-size:16px}.landing-mock-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px;display:grid}.landing-mock-statbox{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:4px;padding:10px;display:flex}.landing-mock-statbox span{color:#a8b0c8;font-size:10px}.landing-mock-statbox strong{color:#e8eaf2;font-size:13px}.landing-mock-statbox--accent{background:#34d39914;border-color:#34d39933}.landing-mock-statbox--accent strong{color:#6ee7b7}.landing-mock-bar-wrap{margin-top:4px}.landing-mock-bar-label{color:#a8b0c8;justify-content:space-between;margin-bottom:6px;font-size:10px;display:flex}.landing-mock-bar{background:#ffffff14;border-radius:99px;height:6px;overflow:hidden}.landing-mock-bar-fill{border-radius:inherit;background:linear-gradient(90deg,#f472b6,#a78bfa);height:100%}.landing-mock-share-total{background:#60a5fa1a;border:1px solid #60a5fa33;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 12px;display:flex}.landing-mock-share-total strong{color:#93c5fd;font-size:15px}.landing-mock-share-row{align-items:center;gap:10px;padding:8px 0;display:flex}.landing-mock-share-row+.landing-mock-share-row{border-top:1px solid #ffffff0f}.landing-mock-avatar{color:#c4b5fd;background:#a78bfa26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.landing-mock-avatar--alt{color:#f9a8d4;background:#f472b626}.landing-mock-share-meta{flex:1;min-width:0}.landing-mock-stat--compact{margin-bottom:10px}.landing-mock-grid--3{grid-template-columns:1fr;margin-bottom:10px}.landing-mock-rank-row{align-items:center;gap:8px;padding:6px 0;display:flex}.landing-mock-rank-row+.landing-mock-rank-row{border-top:1px solid #ffffff0f}.landing-mock-rank{color:#c4b5fd;background:#a78bfa26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex}.landing-mock-rank--dim{color:#a8b0c8;background:#ffffff0f}.landing-mock-rank-meta{flex:1;min-width:0}.landing-mock-stock{border-radius:99px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:600}.landing-mock-stock--ok{color:#6ee7b7;background:#34d3991f}.landing-mock-stock--low{color:#fcd34d;background:#fcd34d1f}.landing-mock-stock--out{color:#fca5a5;background:#f871711f}.landing-mock-note{color:#a8b0c8;text-align:center;margin-top:8px;font-size:10px}.landing-price-limits{color:var(--text-muted);margin:-8px 0 16px;font-size:11px;line-height:1.5}.landing-brand-text{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.landing-beta-tag{color:#fbbf24;letter-spacing:.02em;font-size:10px;font-weight:500;line-height:1.2}.landing-beta-tag--footer{color:var(--text-muted)}.landing-feedback-block{max-width:640px;margin:0 auto}.landing-line-support{border-radius:var(--radius-lg);background:#06c7550f;border:1px solid #06c75547;margin-bottom:20px;padding:18px 16px}.landing-line-main{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.landing-line-title{color:var(--text-primary);margin:0 0 6px;font-size:16px;font-weight:600}.landing-line-desc{color:var(--text-secondary);margin:0 0 12px;font-size:13px;line-height:1.65}.landing-line-btn-link{line-height:0;display:inline-block}.landing-line-btn-img{width:auto;height:36px;display:block}.landing-line-qr{flex-direction:column;align-items:center;gap:8px;display:flex}.landing-line-qr-img{background:#fff;border-radius:10px;width:120px;height:120px;padding:6px}.landing-line-qr-hint{color:var(--text-muted);font-size:11px}.landing-feedback-divider{text-align:center;color:var(--text-muted);margin:4px 0 16px;font-size:12px}.landing-feedback-lead{color:var(--text-secondary);text-align:center;margin-bottom:16px;font-size:14px;line-height:1.7}.landing-feedback-types{grid-template-columns:1fr;gap:10px;margin-bottom:16px;display:grid}.landing-feedback-type{text-align:left;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-surface);cursor:pointer;padding:12px 14px;transition:border-color .15s,background .15s}.landing-feedback-type--active{background:#a78bfa14;border-color:#a78bfa73}.landing-feedback-type-label{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:600;display:block}.landing-feedback-type-hint{color:var(--text-muted);font-size:12px;line-height:1.5;display:block}.landing-personas-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:32px;display:grid}.landing-persona-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;padding:20px 18px}.landing-persona-icon{margin-bottom:10px;font-size:28px}.landing-persona-card h3{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:600}.landing-persona-card p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.landing-user-case{border-radius:var(--radius-lg);background:linear-gradient(135deg,#a78bfa14,#f472b60f);border:1px solid #a78bfa33;margin-bottom:40px;padding:24px 22px}.landing-user-case-title{color:var(--text-primary);margin-bottom:4px;font-size:20px;font-weight:700}.landing-user-case-meta{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px 12px;margin:12px 0 14px;font-size:13px;display:flex}.landing-user-case-tags{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.landing-user-case-tags li{color:var(--accent);background:#a78bfa1a;border:1px solid #a78bfa33;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:600}.landing-user-case-quote{color:var(--text-secondary);border-left:3px solid #a78bfa59;margin:0;padding-left:14px;font-size:14px;line-height:1.7}.landing-user-case--carousel{height:100%;margin-bottom:0}.landing-carousel{margin-bottom:40px}.landing-carousel-head{margin-bottom:20px}.landing-carousel-stage{touch-action:pan-y;cursor:grab;min-height:320px;padding:12px 0 8px;position:relative;overflow:hidden}.landing-carousel-stage:active{cursor:grabbing}.landing-carousel-track{will-change:transform;align-items:center;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex}.landing-carousel-card{transform-origin:50%;cursor:pointer;flex-shrink:0;transition:transform .5s cubic-bezier(.22,1,.36,1),opacity .5s,filter .5s}.landing-carousel-card--active{cursor:default}.landing-carousel-nav{z-index:20;border:1px solid var(--border);width:36px;height:36px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1117d9;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.landing-carousel-nav:disabled{opacity:.25;cursor:not-allowed}.landing-carousel-nav--prev{left:4px}.landing-carousel-nav--next{right:4px}.landing-carousel-dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.landing-carousel-dot{cursor:pointer;background:#a78bfa40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .2s,background .2s}.landing-carousel-dot--active{background:var(--accent);transform:scale(1.25)}.landing-case-stars{gap:2px;margin:6px 0 10px;display:flex}.landing-case-star{color:#ffffff26;font-size:16px;line-height:1}.landing-case-star--on{color:#fbbf24}.landing-feature-layer{margin-bottom:28px}.landing-feature-layer:last-child{margin-bottom:0}.landing-feature-layer-label{text-align:center;letter-spacing:.04em;color:var(--accent);margin-bottom:14px;font-size:13px;font-weight:600}.landing-advantages-grid{grid-template-columns:1fr;gap:12px;margin-bottom:40px;display:grid}.landing-advantage-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 16px}.landing-advantage-icon{background:#a78bfa1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;font-size:20px;display:flex}.landing-advantage-card h3{color:var(--text-primary);margin-bottom:6px;font-size:15px;font-weight:600}.landing-advantage-card p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.65}.landing-cases-heading{text-align:center;margin-bottom:8px;font-size:20px;font-weight:700}.landing-cases-sub{text-align:center;color:var(--text-muted);max-width:520px;margin:0 auto 20px;font-size:14px;line-height:1.6}.landing-cases-grid{grid-template-columns:1fr;gap:16px;display:grid}.landing-case-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px 20px}.landing-case-badge{color:var(--accent);background:#a78bfa1a;border:1px solid #a78bfa40;border-radius:20px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:600;display:inline-block}.landing-case-card h4{margin-bottom:4px;font-size:18px;font-weight:600}.landing-case-sub{color:var(--text-muted);margin-bottom:10px;font-size:12px}.landing-case-pain{color:var(--text-secondary);border-radius:var(--radius-sm);background:var(--bg-base);border-left:3px solid #fbbf2499;margin:0 0 14px;padding:10px 12px;font-size:13px;line-height:1.65}.landing-case-highlights{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.landing-case-highlights li{border-top:1px solid var(--border);padding-top:12px}.landing-case-highlights li:first-child{border-top:none;padding-top:0}.landing-case-highlights strong{color:var(--text-primary);margin-bottom:4px;font-size:14px;font-weight:600;display:block}.landing-case-highlights strong:before{content:"✓ ";color:var(--green)}.landing-case-highlights span{color:var(--text-secondary);font-size:13px;line-height:1.6;display:block}.landing-changelog{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-surface);max-width:520px;margin:0 auto;overflow:hidden}.landing-changelog-item{border-bottom:1px solid var(--border);align-items:baseline;gap:14px;padding:14px 16px;display:flex}.landing-changelog-item:last-child{border-bottom:none}.landing-changelog-date{color:var(--accent);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px;font-weight:600}.landing-changelog-text{color:var(--text-secondary);font-size:14px;line-height:1.5}@media (width>=768px){.landing-download-backdrop{align-items:center}.landing-nav-links{display:flex}.landing-grid-3,.landing-pricing-grid{grid-template-columns:repeat(3,1fr)}.landing-screens-row{grid-template-columns:repeat(3,1fr);gap:20px}.landing-personas-grid{gap:14px}.landing-mock-grid--3{grid-template-columns:repeat(3,1fr)}.landing-line-main{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:20px}.landing-line-copy{flex:1;min-width:0}.landing-feedback-types{grid-template-columns:repeat(3,1fr)}.landing-advantages-grid{grid-template-columns:repeat(2,1fr);gap:14px}.landing-cases-grid{grid-template-columns:repeat(2,1fr)}.landing-screens-row--4{grid-template-columns:repeat(4,1fr);max-width:1100px}.landing-footer-inner{text-align:left;flex-direction:row;justify-content:space-between}}
