:root{--background: hsl(0 0% 3.9%);--foreground: hsl(0 0% 98%);--card: hsl(0 0% 9%);--card-foreground: hsl(0 0% 98%);--muted-foreground: hsl(240 5% 64.9%);--border: hsl(0 0% 14.9%);--ring: hsl(0 0% 60%);--playing: hsl(0 0% 70%);--playing-glow: hsl(0 0% 100% / .07);--radius: .375rem;--accent: hsl(0 0% 100%);--accent-foreground: hsl(0 0% 0%)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--background);color:var(--foreground);min-height:100dvh;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(zh-Hans){font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Noto Sans SC,system-ui,sans-serif}:lang(zh-Hant){font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang TC,Noto Sans TC,Microsoft JhengHei,system-ui,sans-serif}:lang(ja){font-family:Inter,-apple-system,BlinkMacSystemFont,Hiragino Sans,Noto Sans JP,system-ui,sans-serif}.mono{font-family:JetBrains Mono,ui-monospace,SF Mono,Cascadia Code,monospace}#coming-soon-ui{max-width:600px;width:100%;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.5rem;animation:fade-in 1s ease-out forwards;opacity:0}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#coming-soon-ui .badge{display:inline-flex;align-items:center;padding:.35rem .85rem;font-size:.75rem;font-weight:500;color:var(--muted-foreground);background:transparent;border:1px solid var(--border);border-radius:9999px;margin-bottom:2.5rem;letter-spacing:.02em;transition:color .2s,border-color .2s}#coming-soon-ui .badge:hover{color:var(--foreground);border-color:var(--ring)}#coming-soon-ui .app-icon{width:80px;height:80px;border-radius:22px;object-fit:cover;margin-bottom:1.5rem;border:1px solid var(--border);box-shadow:0 8px 24px #0006}#coming-soon-ui .title{font-size:clamp(2rem,5vw,3.5rem);font-weight:600;letter-spacing:-.04em;line-height:1.1;margin-bottom:3rem;color:var(--foreground);min-height:1.1em;display:flex;align-items:center;justify-content:center}#typewriter-text{font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:500;letter-spacing:-.05em}.cursor{display:inline-block;width:.1em;height:1em;background-color:var(--accent);margin-left:.1em;animation:blink 1s step-end infinite;vertical-align:text-bottom}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#coming-soon-ui .subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--muted-foreground);margin-bottom:3rem;line-height:1.6;max-width:480px}#coming-soon-ui .btn-primary{background:var(--foreground);color:var(--background);border:none;padding:.75rem 1.5rem;border-radius:99px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}#coming-soon-ui .btn-primary:hover{transform:scale(1.02);box-shadow:0 0 20px #fff3}#coming-soon-ui .btn-primary:active{transform:scale(.98)}#coming-soon-ui .form-group{display:flex;width:100%;max-width:280px;gap:.5rem;margin-bottom:2rem}#coming-soon-ui .input-field{flex:1;background:transparent;border:1px solid var(--border);color:var(--foreground);padding:.75rem 1rem;border-radius:99px;font-family:inherit;font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}#coming-soon-ui .input-field:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}#coming-soon-ui .input-field::placeholder{color:var(--muted-foreground)}#coming-soon-ui .app-store-badge{height:40px;pointer-events:none;user-select:none}#coming-soon-ui .btn-secondary{background:transparent;color:var(--foreground);border:1px solid var(--border);padding:0 1.5rem;border-radius:99px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:40px}#coming-soon-ui .btn-secondary:hover{background:var(--card-hover);border-color:#ffffff26}#coming-soon-ui .btn-secondary:active{transform:scale(.98)}#coming-soon-ui .download-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}#main-footer{font-size:.75rem;color:var(--muted-foreground);display:flex;align-items:center;gap:1rem;margin-top:2rem;opacity:.6}#main-footer:has(.lang-dropdown.open){opacity:1}#main-footer a{color:inherit;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s}#main-footer a:hover{opacity:.8}#faq-section{max-width:600px;width:100%;text-align:center;padding:4rem 1.5rem 2rem;animation:fade-in 1s ease-out forwards;opacity:0;animation-delay:.5s}.faq-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.03em;margin-bottom:3rem}.faq-item{margin-bottom:3rem}.faq-item h3{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:1rem}.faq-item p{font-size:clamp(.875rem,2vw,1rem);color:var(--muted-foreground);line-height:1.7;margin-bottom:.5rem}.faq-item p:last-child{margin-bottom:0}.faq-item a{color:var(--muted-foreground);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.faq-item a:hover{color:var(--foreground)}.lang-switcher{position:relative;margin-left:auto}.lang-switcher-btn{background:transparent;border:none;color:inherit;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.75rem;cursor:pointer;padding:0;transition:opacity .2s}.lang-switcher-btn:hover{opacity:1}.lang-dropdown{display:none;position:absolute;bottom:100%;right:0;margin-bottom:.5rem;background:#222;border:1px solid #444;border-radius:var(--radius);padding:.25rem 0;min-width:120px;z-index:50;box-shadow:0 -4px 24px #000c}.lang-dropdown.open{display:block}.lang-option{display:block;width:100%;background:transparent;border:none;color:var(--muted-foreground);font-family:inherit;font-size:.75rem;padding:.4rem .75rem;text-align:left;cursor:pointer;transition:background-color .15s,color .15s}.lang-option:hover{background:#333;color:var(--foreground)}.lang-option.active{color:var(--foreground)}body.content-page{display:block;align-items:stretch;padding:0}.site-nav{position:sticky;top:0;z-index:40;align-self:stretch;display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;background:#0a0a0acc;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.site-nav__brand{font-weight:600;letter-spacing:-.02em;color:var(--foreground);text-decoration:none;font-size:1.05rem}.site-nav__links{display:flex;gap:1.25rem;margin-left:auto;flex-wrap:wrap}.site-nav__link{color:var(--muted-foreground);text-decoration:none;font-size:.9rem;transition:color .2s}.site-nav__link:hover,.site-nav__link.active{color:var(--foreground)}.page{max-width:720px;margin:0 auto;padding:3rem 1.5rem 4rem}.page h1{font-size:clamp(2rem,5vw,3rem);font-weight:600;letter-spacing:-.03em;margin-bottom:1.5rem}.page h2{font-size:clamp(1.25rem,3vw,1.6rem);font-weight:600;letter-spacing:-.02em;margin:2.5rem 0 1rem}.page p,.page li{color:var(--muted-foreground);line-height:1.7;font-size:1rem}.page p{margin-bottom:1rem}.page ul,.page ol{padding-left:1.25rem;margin-bottom:1rem}.page a{color:var(--foreground);text-underline-offset:3px}.page img{max-width:100%;border-radius:var(--radius);border:1px solid var(--border)}.muted{color:var(--muted-foreground)}.entry-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.entry-card{display:block;padding:.4rem 0;text-decoration:none}.entry-card:hover .entry-card__title{text-decoration:underline}.entry-card__date{color:var(--muted-foreground);font-size:.72rem;margin-bottom:.2rem;font-family:JetBrains Mono,ui-monospace,monospace}.entry-card__title{color:var(--foreground);font-weight:600;margin-bottom:.25rem}.entry-card__meta{color:var(--muted-foreground);font-size:.8rem}.site-footer{border-top:1px solid var(--border);padding:2rem 1.5rem;display:flex;gap:1rem;justify-content:center;font-size:.75rem;color:var(--muted-foreground);opacity:.6}.site-footer a{color:inherit;text-decoration:underline;text-underline-offset:2px}.features-hero{text-align:center;padding:1rem 0 1.5rem}.features-hero h1{margin-bottom:.75rem}.features-hero p{max-width:30rem;margin:0 auto}.feature-row{display:flex;align-items:center;gap:2.5rem;margin:3.5rem 0}.feature-row--reverse{flex-direction:row-reverse}.feature-row__text{flex:1}.feature-row__text h2{margin-top:0}.feature-row__media{flex:0 0 40%;max-width:230px}.feature-shot{width:100%;height:auto;display:block}.feature-placeholder{width:100%;border-radius:18px;border:1px solid var(--border);aspect-ratio:9 / 16;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;color:var(--muted-foreground);font-size:.75rem;background:var(--card)}@media(max-width:600px){.feature-row,.feature-row--reverse{flex-direction:column;gap:1.25rem}.feature-row__media{max-width:200px;margin:0 auto}}.lang-switch{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem}.lang-switch__sep{color:var(--muted-foreground);opacity:.5}.lang-switch__link{color:var(--muted-foreground);text-decoration:none;transition:color .2s}.lang-switch__link:hover,.lang-switch__link.active{color:var(--foreground)}.home-news{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 2.5rem;padding:.4rem .95rem;font-size:.85rem;color:var(--muted-foreground);background:var(--card);border:1px solid var(--border);border-radius:999px;text-decoration:none;transition:color .2s,border-color .2s}.home-news:hover{color:var(--foreground);border-color:var(--ring)}.home-news:before{content:"";flex:none;width:7px;height:7px;border-radius:50%;background:#34c759;box-shadow:0 0 #34c75980;animation:news-pulse 2s infinite}.home-news:after{content:"→";opacity:.55}@keyframes news-pulse{0%{box-shadow:0 0 #34c75980}70%{box-shadow:0 0 0 6px #34c75900}to{box-shadow:0 0 #34c75900}}.home-highlights{width:100%;max-width:460px;display:grid;gap:.75rem;margin-bottom:2rem}.home-highlight{text-align:left;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;text-decoration:none;transition:background-color .15s,border-color .15s}.home-highlight:hover{background:#1c1c1c;border-color:#333}.home-highlight__title{color:var(--foreground);font-weight:600;font-size:.95rem;margin-bottom:.2rem}.home-highlight__desc{color:var(--muted-foreground);font-size:.85rem;line-height:1.5}.home-more-link{justify-self:end;color:var(--muted-foreground);font-size:.85rem;text-decoration:none;transition:color .2s}.home-more-link:hover{color:var(--foreground)}.home-faq-link{color:var(--muted-foreground);font-size:.9rem;text-decoration:none;border:1px solid var(--border);border-radius:99px;padding:.5rem 1.25rem;transition:color .2s,border-color .2s}.home-faq-link:hover{color:var(--foreground);border-color:var(--ring)}.home-features{width:100%;text-align:left;margin:1rem 0 2.5rem}.home-features .feature-row{margin:2.5rem 0;gap:1.75rem}.home-features .feature-row__text h2{font-size:1.15rem;margin-bottom:.5rem}.home-features .feature-row__text p{color:var(--muted-foreground);font-size:.9rem;line-height:1.6;margin:0}.feature-caption{margin-top:.6rem;text-align:center;color:var(--muted-foreground);font-size:.72rem;letter-spacing:.02em;opacity:.7}.feature-block{margin:3rem 0 1rem}.feature-block h2{font-size:1.15rem;margin-bottom:.6rem}.feature-block p{color:var(--muted-foreground);font-size:.9rem;line-height:1.7;margin:0 0 .7rem}.feature-block .feature-footnote{font-size:.72rem;opacity:.6;margin-top:.4rem;margin-bottom:0}.site-footer{align-self:stretch}
