:root{--bg-deep: #050714;--bg-primary: #0a0e27;--bg-secondary: #11183a;--bg-card: rgba(17, 24, 58, .6);--accent-gold: #ffd700;--accent-gold-dim: #b8941f;--accent-cyan: #00d4ff;--accent-cyan-dim: #0891b2;--text-primary: #f0f4ff;--text-secondary: #94a3b8;--text-muted: #64748b;--border-glow: rgba(0, 212, 255, .15);--border-subtle: rgba(255, 255, 255, .08);--site-header-height: 64px;--investment-hero-width: 920px;--investment-form-width: 600px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}html[lang=zh-TW] body{font-family:Inter,Noto Sans TC,Noto Sans SC,-apple-system,BlinkMacSystemFont,sans-serif}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;width:100%;background:#050714eb;border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:.8rem 5%}.site-header-logo{display:flex;flex-shrink:0;align-items:center;text-decoration:none;justify-self:start}.site-header-logo img{display:block;height:40px;width:auto;filter:drop-shadow(0 0 8px rgba(0,212,255,.3))}.site-header-lang{position:relative;flex-shrink:0;grid-column:3;justify-self:end}.site-header-lang-trigger{position:relative;display:flex;align-items:center;gap:.35rem;min-width:7rem;padding:.45rem 2rem .45rem .9rem;border:1px solid var(--border-subtle);border-radius:999px;background:#00d4ff14;color:var(--text-primary);font:inherit;font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .3s ease,background .3s ease}.site-header-lang-trigger:hover,.site-header-lang-trigger:focus-visible{border-color:var(--border-glow);background:#00d4ff1f;outline:none}.site-header-lang-chevron{position:absolute;right:.75rem;width:12px;height:12px;color:var(--accent-cyan);transition:transform .2s ease}.site-header-lang-chevron.is-open{transform:rotate(180deg)}.site-header-lang-menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:100%;margin:0;padding:0;list-style:none;border:1px solid rgba(255,255,255,.18);border-radius:0;background:#000;box-shadow:none;overflow:hidden}.site-header-lang-option{display:block;width:100%;padding:.55rem .85rem;border:none;border-radius:0;background:transparent;color:#fff;font:inherit;font-size:.875rem;text-align:left;cursor:pointer;transition:background .15s ease}.site-header-lang-option:hover{background:#1890ff;color:#fff}.investment-page{min-height:100vh;position:relative;overflow:hidden;color:var(--text-primary);font-family:Inter,Noto Sans SC,system-ui,sans-serif;background:var(--bg-deep)}.investment-page-bg{position:absolute;inset:0;pointer-events:none}.investment-page-bg:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(0,212,255,.12) 0%,transparent 45%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.1) 0%,transparent 40%)}.investment-page-bg:after{content:"";position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(0,212,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,212,255,.06) 1px,transparent 1px);background-size:56px 56px}.investment-main{position:relative;z-index:1;width:100%;max-width:none;margin:0 auto;padding:calc(var(--site-header-height) + 3rem) 5% 4rem;min-height:100vh;display:flex;flex-direction:column;align-items:center}.investment-content-stack{width:100%;max-width:var(--investment-hero-width);margin:0 auto;display:flex;flex-direction:column;align-items:center}.investment-hero{display:flex;flex-direction:column;align-items:center;width:100%;max-width:var(--investment-hero-width);text-align:center;padding:2rem 0 3.5rem}.investment-product-logo{display:block;max-width:420px;width:min(75vw,420px);margin:0 auto 2rem;filter:drop-shadow(0 0 30px rgba(0,212,255,.15));animation:investmentLogoFloat 6s ease-in-out infinite}@keyframes investmentLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.investment-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.35em;color:var(--accent-cyan);margin-bottom:1.25rem}.investment-title{font-size:clamp(2.75rem,8vw,4rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 0%,var(--accent-cyan) 55%,#818cf8 100%);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.02em}.investment-subtitle{width:100%;margin:0 0 2rem;font-size:clamp(.82rem,1.6vw,1.05rem);line-height:1.9;color:var(--text-secondary);text-align:center;white-space:nowrap}.investment-content-section{width:100%;max-width:var(--investment-form-width)}.investment-card{width:100%;max-width:var(--investment-form-width);margin:0 auto;padding:2.5rem;border-radius:24px;border:1px solid var(--border-subtle);background:#11183a8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 24px 64px #00000059}.investment-card-title,.investment-card-desc{text-align:left}.investment-success{text-align:center}.investment-card-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.investment-card-desc{font-size:.95rem;line-height:1.85;color:var(--text-secondary);margin-bottom:2rem}.investment-form{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.investment-field label{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.5rem}.investment-field-label{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--text-primary);margin-bottom:.75rem}.investment-optional{font-size:.75rem;font-weight:400;color:var(--text-muted);padding:.1rem .45rem;border-radius:999px;border:1px solid var(--border-subtle)}.investment-field-hint{margin:-.35rem 0 .75rem;font-size:.8rem;line-height:1.6;color:var(--text-muted);text-align:left}.investment-field input[type=email],.investment-field input[type=text],.investment-field textarea{width:100%;border:1px solid var(--border-subtle);border-radius:12px;background:#05071473;color:var(--text-primary);font:inherit;font-size:.9rem;padding:.85rem 1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.investment-field textarea{min-height:132px;resize:vertical;line-height:1.7}.investment-field input::placeholder,.investment-field textarea::placeholder{color:var(--text-muted)}.investment-field input:focus,.investment-field textarea:focus{border-color:#00d4ff73;box-shadow:0 0 0 3px #00d4ff1f}.investment-identity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.investment-identity-option{position:relative;display:flex;align-items:center;gap:.75rem;min-height:52px;padding:.85rem 1rem;border-radius:14px;border:1px solid var(--border-subtle);background:#05071459;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.investment-identity-option input{position:absolute;opacity:0;pointer-events:none}.investment-identity-indicator{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1.5px solid rgba(255,255,255,.22);background:transparent;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.investment-identity-option.is-active{border-color:#00d4ff73;background:#00d4ff0f;color:var(--text-primary);box-shadow:inset 0 0 0 1px #00d4ff14}.investment-identity-option.is-active .investment-identity-indicator{border-color:var(--accent-cyan);background:var(--accent-cyan);box-shadow:0 0 10px #00d4ff73}.investment-identity-option:hover:not(.is-active){border-color:#00d4ff33;color:var(--text-primary)}.investment-identity-text{line-height:1.4}.investment-focus-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.investment-focus-option{position:relative;display:flex;align-items:center;gap:.75rem;min-height:48px;padding:.75rem 1rem;border-radius:14px;border:1px solid var(--border-subtle);background:#05071459;color:var(--text-secondary);font-size:.875rem;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.investment-focus-option input{position:absolute;opacity:0;pointer-events:none}.investment-focus-indicator{flex-shrink:0;width:16px;height:16px;border-radius:4px;border:1.5px solid rgba(255,255,255,.22);background:transparent;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.investment-focus-option.is-active{border-color:#00d4ff73;background:#00d4ff0f;color:var(--text-primary)}.investment-focus-option.is-active .investment-focus-indicator{border-color:var(--accent-cyan);background:var(--accent-cyan);box-shadow:0 0 10px #00d4ff59}.investment-focus-option:hover:not(.is-active){border-color:#00d4ff33;color:var(--text-primary)}.investment-scale-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.investment-scale-grid .investment-identity-option:last-child{grid-column:1 / -1}.investment-form-actions{margin-top:.5rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle)}.investment-submit{width:100%;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#0891b2,var(--accent-cyan) 50%,#6366f1);color:#fff;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.investment-submit:hover{transform:translateY(-1px);box-shadow:0 12px 32px #00d4ff47}.investment-submit:disabled{cursor:not-allowed;opacity:.6;transform:none}.investment-error{margin:0 0 1rem;padding:.75rem 1rem;border-radius:10px;background:#ef44441f;border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:.85rem;line-height:1.5;text-align:center}.investment-success{text-align:center;padding:2rem 0}.investment-success-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#34d3991f;color:#34d399;font-size:1.75rem;font-weight:700}.investment-success-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.investment-success-text{font-size:.95rem;line-height:1.85;color:var(--text-secondary)}.investment-footer{width:100%;max-width:var(--investment-form-width);margin-top:auto;padding-top:3rem;text-align:center;font-size:.75rem;color:var(--text-muted)}@media(max-width:960px){.investment-subtitle{white-space:normal}}@media(max-width:640px){.investment-main{padding-top:calc(var(--site-header-height) + 2rem)}.investment-card{padding:1.75rem 1.25rem}.investment-identity-grid,.investment-focus-grid,.investment-scale-grid{grid-template-columns:1fr}.investment-scale-grid .investment-identity-option:last-child{grid-column:auto}}
