:root{--green:#4CC752;--green-dark:#3AA340;--blue:#1CB0F6;--purple:#CE82FF;--text:#2B2B2B;--text-light:#777777;--bg:#FFFFFF;--bg-soft:#F9F9F9;--border:#E8E8E8;--radius:20px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}.page{min-height:100vh;display:flex;flex-direction:column}.header{padding:20px 24px;border-bottom:2px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:10}.header-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;gap:12px}.header-icon{width:36px;height:36px;border-radius:10px}.header-title{font-size:18px;font-weight:800;color:var(--text);letter-spacing:1px}.content{max-width:800px;margin:0 auto;padding:48px 24px 96px;flex:1 1;width:100%}.landing{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:48px 24px;text-align:center}.landing-icon{width:120px;height:120px;border-radius:28px;box-shadow:0 8px 32px rgba(0,0,0,.12);margin-bottom:24px}.landing-name{font-size:42px;font-weight:800;color:var(--text);margin-bottom:8px}.landing-tagline{font-size:18px;color:var(--text-light);font-weight:600;margin-bottom:48px}.landing-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.landing-link{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--bg-soft);border:2px solid var(--border);border-radius:14px;font-size:16px;font-weight:700;color:var(--text);transition:all .15s ease}.landing-link:hover{text-decoration:none;border-color:var(--blue);background:#F0F9FF;transform:translateY(-1px)}.landing-footer{margin-top:64px;font-size:13px;color:var(--text-light)}.legal-title{font-size:32px;font-weight:800;color:var(--text);margin-bottom:8px}.legal-updated{font-size:14px;color:var(--text-light);font-weight:600;margin-bottom:40px}.legal-section{margin-bottom:36px}.legal-section h2{font-size:20px;font-weight:700;color:var(--text);margin-bottom:12px}.legal-section h3{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px;margin-top:20px}.legal-section p{font-size:15px;color:#444;line-height:1.7;margin-bottom:12px}.legal-section ul{padding-left:24px;margin-bottom:12px}.legal-section li{font-size:15px;color:#444;line-height:1.7;margin-bottom:6px}.legal-section strong{color:var(--text)}.legal-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.legal-table td,.legal-table th{border:1px solid var(--border);padding:10px 14px;text-align:left}.legal-table th{background:var(--bg-soft);font-weight:700}.contact-box{background:var(--bg-soft);border:2px solid var(--border);border-radius:14px;padding:24px;margin-top:8px}.contact-box p{margin-bottom:4px}@media (max-width:600px){.landing-name{font-size:32px}.legal-title{font-size:26px}.landing-links{flex-direction:column;width:100%;padding:0 24px}.landing-link{justify-content:center}}