@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{color-scheme:dark;--bg: #000000;--surface: #0a0a0a;--surface-hover: #141414;--text: #ffffff;--text-muted: #888888;--border: rgba(255, 255, 255, .1);--border-hover: rgba(255, 255, 255, .2);--accent: #ffffff;--max-width: 1040px;--glass-blur: blur(20px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background-color:var(--bg);background-image:radial-gradient(circle at 10% 5%,#0e0b27,#000 70%);background-attachment:fixed;color:var(--text);font-family:Inter,SF Pro Display,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,sans-serif;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:#fff3;color:#fff}a{color:var(--text);text-decoration:none;transition:opacity .2s ease,color .2s ease}a:hover{opacity:.7}a:focus-visible,button:focus-visible,summary:focus-visible,.lang-switch:focus-visible{outline:1px solid var(--text);outline-offset:4px}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header,.site-footer,main>section{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;margin-top:0;z-index:100}.brand{display:flex;align-items:center}.brand img{height:48px;width:auto;display:block}.nav-list{list-style:none;display:flex;gap:2rem;padding:0;margin:0}.nav-list a{font-size:.85rem;font-weight:400;letter-spacing:.02em;color:var(--text-muted)}.nav-list a:hover{color:var(--text);opacity:1}.lang-switch{font-size:.8rem;font-weight:500;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.4rem .8rem;transition:all .2s ease}.lang-switch:hover{color:var(--text);border-color:var(--text);opacity:1}main{flex:1}section{padding:2rem 0}h1,h2,h3{line-height:1.15;margin:0 0 1rem;font-weight:500;letter-spacing:-.02em}h1{font-size:clamp(3rem,7vw,5.5rem);text-wrap:balance}h2{font-size:clamp(2rem,4vw,3rem);text-wrap:balance;letter-spacing:-.01em}h3{font-size:1.25rem;font-weight:500;letter-spacing:0;color:var(--text)}p{margin:0;color:var(--text-muted);font-size:1.1rem;font-weight:300;line-height:1.65;letter-spacing:.35px}.text-gradient{background:none;-webkit-text-fill-color:var(--text);color:var(--text)}.hero{display:flex;flex-direction:column;align-items:flex-start;padding-top:4rem;padding-bottom:2rem}.hero h1{margin-bottom:1rem}.hero p{max-width:60ch;font-size:1.1rem;color:var(--text-muted)}.home-hero{display:flex;flex-direction:row;align-items:center;gap:4rem;padding-top:8rem;padding-bottom:6rem}.hero-content{flex:1.2;text-align:left}.home-hero h1{margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem)}.home-hero p{max-width:50ch;font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-muted)}.hero-visual{flex:1;display:flex;justify-content:flex-end}.button-row{margin-top:3.5rem;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:flex-start}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.8rem 2rem;font-size:.95rem;font-weight:500;letter-spacing:.01em;transition:all .3s ease;border:1px solid var(--border);background:transparent;color:var(--text)}.button:hover{background:var(--surface-hover);border-color:var(--border-hover);opacity:1}.button.primary{background:var(--text);color:var(--bg);border:1px solid var(--text)}.button.primary:hover{background:#e0e0e0;border-color:#e0e0e0;opacity:1}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:3rem;transition:border-color .3s ease;display:flex;flex-direction:column;justify-content:center}.card:hover{border-color:var(--border-hover)}.card h3{margin-bottom:.8rem}.card p{font-size:1rem}.feature-row{display:flex;align-items:center;gap:5rem;margin-top:3rem}.feature-row:nth-child(2n){flex-direction:row-reverse}.feature-text{flex:1}.feature-text h2{margin-bottom:2rem}.feature-visual{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.feature-visual-element{width:120px;height:120px;border-radius:50%;border:1px solid var(--border-hover);background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%)}.app-screenshot{max-width:100%;max-height:600px;width:auto;border-radius:36px;border:none;box-shadow:inset 0 0 0 1px #ffffff26,0 30px 60px #000c;object-fit:contain;display:block}.list-block{margin:0;padding:0;list-style:none}.list-block li{margin:2rem 0;font-size:1.1rem;font-weight:300;color:var(--text-muted);position:relative;padding-left:2rem}.list-block li:before{content:"";position:absolute;left:0;top:.6rem;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#fff,#a5b4fc)}details{border-bottom:1px solid var(--border);padding:1.5rem 0;transition:border-color .3s ease}details:first-of-type{border-top:1px solid var(--border)}details:hover{border-color:var(--border-hover)}summary{cursor:pointer;font-weight:400;font-size:1.1rem;outline:none;list-style:none;display:flex;justify-content:space-between;align-items:center;color:var(--text)}summary::-webkit-details-marker{display:none}summary:after{content:"↓";font-size:1.2rem;font-weight:300;color:var(--text-muted);transition:transform .3s ease}details[open] summary:after{transform:rotate(180deg)}summary+p{margin-top:1rem;color:var(--text-muted);font-size:1rem;line-height:1.6}.legal-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.legal-section{margin-top:1.5rem;padding:1rem 0}.legal-section h3{font-size:1.2rem;margin-bottom:1.2rem;color:var(--text)}.legal-section ul{padding-left:1.5rem;color:var(--text-muted)}.legal-section li{margin-bottom:.8rem;font-weight:300}.account-section,.report-section{background:transparent;border:1px solid var(--border);border-radius:12px;padding:2.5rem;margin-top:3rem}.account-section h3,.report-section h3{margin-top:0}.site-footer{border-top:1px solid var(--border);padding:4rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.site-footer p{font-size:.85rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{font-size:.85rem;color:var(--text-muted)}.footer-links a:hover{color:var(--text);opacity:1}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.reveal.active{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}@media(max-width:900px){.site-header{margin-top:0;padding:1.5rem 0}.nav-list{display:none}.feature-row{flex-direction:column!important;gap:3rem}.feature-visual{height:auto;width:100%}.bento-grid{display:flex;flex-direction:column;gap:1rem}.home-hero{flex-direction:column!important;padding-top:5rem;padding-bottom:5rem}.hero-content{text-align:center}.home-hero .button-row{justify-content:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
