:root{--bg:#0f0f0f;--surface:#1a1a1a;--text:#e8e8e8;--text-muted:#888;--accent:#22c55e;--accent-hover:#16a34a;--border:#2a2a2a;--radius:12px;--font-sans:"Noto Sans TC",system-ui,sans-serif;--font-mono:"JetBrains Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column}.header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.nav{max-width:960px;margin:0 auto;justify-content:space-between}.nav,.nav-right{display:flex;align-items:center}.nav-right{gap:1rem}.locale-switcher{display:flex;align-items:center}.locale-select{padding:.35rem .6rem;font-size:.875rem;font-family:var(--font-sans);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);cursor:pointer}.locale-select:hover{border-color:var(--text-muted)}.locale-select:focus{outline:none;border-color:var(--accent)}.logo{font-size:1.5rem;font-weight:700;color:var(--text);text-decoration:none;letter-spacing:-.02em}.badge{font-size:.75rem;font-weight:500;padding:.25rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--text-muted)}.hero{max-width:960px;margin:0 auto;padding:5rem 1.5rem 6rem;text-align:center}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-title .highlight{color:var(--accent)}.hero-desc{font-size:1.125rem;color:var(--text-muted);max-width:28em;margin:0 auto 2rem}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:var(--font-sans);border-radius:var(--radius);text-decoration:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.btn-primary{background:var(--accent);color:var(--bg);border:none}.btn-primary:hover{background:var(--accent-hover)}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface);border-color:var(--text-muted)}.features{max-width:960px;margin:0 auto;padding:4rem 1.5rem}.section-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2.5rem;letter-spacing:-.02em}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color .2s}.feature-card:hover{border-color:var(--accent)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-card p{font-size:.9375rem;color:var(--text-muted)}.notify{padding:4rem 1.5rem}.notify-box{max-width:420px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;text-align:center}.notify-box h2{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.notify-box p{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.5rem}.notify-form{display:flex;flex-direction:column;gap:.75rem}.notify-form input{padding:.75rem 1rem;font-size:1rem;font-family:var(--font-sans);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text)}.notify-form input::placeholder{color:var(--text-muted)}.notify-form input:focus{outline:none;border-color:var(--accent)}.notify-form button{width:100%}.footer{margin-top:auto;padding:2rem 1.5rem;text-align:center;border-top:1px solid var(--border)}.footer p{font-size:.875rem;color:var(--text-muted)}