*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2dd4bf;--primary-dim:#2dd4bf1f;--bg:#fafafa;--surface:#fff;--text:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb}@media (prefers-color-scheme:dark){:root{--bg:#0f0f0f;--surface:#1a1a1a;--text:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--border:#262626}}html{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}body{flex-direction:column;min-height:100dvh;display:flex}#root{flex-direction:column;flex:1;display:flex}a{color:inherit;text-decoration:none}.legal{min-height:100dvh;padding:48px 24px 80px}.legal-container{max-width:640px;margin:0 auto}.legal-back{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:32px;padding:6px 0;font-family:inherit;font-size:13px;transition:color .15s;display:inline-flex}.legal-back:hover{color:var(--text-secondary)}.legal-title{letter-spacing:-.5px;color:var(--text);margin-bottom:8px;font-size:28px;font-weight:600}.legal-updated{color:var(--text-muted);margin-bottom:40px;font-size:12px}.legal-section{margin-bottom:32px}.legal-section h2{color:var(--text);margin-bottom:8px;font-size:16px;font-weight:600}.legal-section p{color:var(--text-secondary);white-space:pre-wrap;font-size:14px;line-height:1.7}.legal-loading{justify-content:center;padding:80px 0;display:flex}.legal-spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.legal-error{text-align:center;color:var(--text-muted);padding:80px 0;font-size:14px}@media (width<=640px){.legal{padding:32px 20px 60px}.legal-title{font-size:24px}}.not-found{justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex}.not-found-content{flex-direction:column;align-items:center;display:flex}.not-found-code{letter-spacing:-2px;background:linear-gradient(135deg, var(--primary) 0%, #2dd4bf4d 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:72px;font-weight:600;line-height:1}.not-found-text{color:var(--text-muted);margin-bottom:32px;font-size:14px}.not-found-btn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.not-found-btn:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.hero{justify-content:center;align-items:center;min-height:80dvh;padding:80px 24px 60px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#2dd4bf14 1px,#0000 1px),linear-gradient(90deg,#2dd4bf14 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 50% at 50% 40%,#000 0%,#0000 100%);mask-image:radial-gradient(70% 50% at 50% 40%,#000 0%,#0000 100%)}.hero:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#2dd4bf33 30%,#2dd4bf1a 60%,#0000 100%);width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.hero-content{flex-direction:column;align-items:center;max-width:560px;display:flex}.logo-mark{width:100px;height:100px;margin-bottom:28px;animation:.6s ease-out both fadeUp;position:relative}.logo-hex{object-fit:contain;width:100%;height:100%;animation:3s ease-in-out infinite glow}.logo-mark:after{content:"";pointer-events:none;background:radial-gradient(circle,#2dd4bf26 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite pulse-bg;position:absolute;inset:-12px}@keyframes glow{0%,to{filter:brightness(0)saturate()invert(76%)sepia(40%)saturate(500%)hue-rotate(120deg)brightness(95%);opacity:.25}50%{filter:brightness(0)saturate()invert(76%)sepia(40%)saturate(500%)hue-rotate(120deg)brightness(95%);opacity:.5}}@keyframes pulse-bg{0%,to{opacity:0}50%{opacity:1}}h1{letter-spacing:-1px;margin-bottom:16px;font-size:42px;font-weight:600;animation:.7s ease-out .15s both fadeUp}.brand{background:linear-gradient(135deg, var(--primary) 0%, #14b8a6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.tagline{color:var(--text-secondary);text-align:center;margin-bottom:36px;font-size:17px;font-weight:400;line-height:1.6;animation:.8s ease-out .3s both fadeUp}.highlight{color:var(--text);background:linear-gradient(120deg, var(--primary-dim) 0%, var(--primary-dim) 100%);background-position:0 100%;background-repeat:no-repeat;background-size:0% 100%;border-radius:4px;padding:1px 6px;font-weight:500;animation:.6s ease-out forwards reveal}.highlight:first-child{animation-delay:.8s}.highlight:nth-child(2){animation-delay:1.1s}@keyframes reveal{to{background-size:100% 100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hide-mobile{display:inline}.cta-group{gap:12px;animation:.8s ease-out .5s both fadeUp;display:flex}.cta{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:12px 28px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.cta-primary{background:var(--primary);color:#fff}.cta-primary:hover{opacity:.9;transform:translateY(-1px)}.cta-secondary{background:var(--primary-dim);color:var(--primary)}.cta-secondary:hover{background:#2dd4bf2e;transform:translateY(-1px)}.features{width:100%;max-width:720px;margin:0 auto;padding:40px 24px 60px}.features-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.feature{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:16px;padding:24px;transition:border-color .2s}.feature:hover{border-color:#2dd4bf4d}.feature-icon{background:var(--primary-dim);width:36px;height:36px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.feature h3{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:600}.feature p{color:var(--text-muted);font-size:13px;line-height:1.5}.disclaimer{text-align:center;padding:0 24px 48px}.disclaimer p{color:var(--text-muted);max-width:480px;margin:0 auto;font-size:12px;line-height:1.6}.footer{border-top:1px solid var(--border);margin-top:auto;padding:20px 24px}.footer-content{justify-content:space-between;align-items:center;max-width:720px;margin:0 auto;display:flex}.footer-links{align-items:center;gap:8px;display:flex}.footer-links a{color:var(--text-muted);font-size:12px;transition:color .15s}.footer-links a:hover{color:var(--text-secondary)}.dot{color:var(--text-muted);opacity:.5;font-size:10px}.copyright{color:var(--text-muted);opacity:.6;font-size:11px}@media (width<=640px){.hero{min-height:70dvh;padding:60px 20px 48px}h1{font-size:32px}.tagline{margin-bottom:28px;font-size:15px}.hide-mobile{display:none}.features{padding:24px 20px 48px}.features-grid{grid-template-columns:1fr;gap:12px}.feature{padding:20px}.cta-group{flex-direction:column;width:100%}.cta{width:100%}.footer-content{flex-direction:column;gap:8px}}
