:root{--primary:#00c896;--primary-dark:#009f78;--primary-light:#33d3ac;--primary-soft:#e6faf5;--secondary:#456ca7;--secondary-dark:#2f4f86;--secondary-light:#6e8fc0;--secondary-soft:#eef3fb;--text:#000;--text-strong:#111;--text-normal:#333;--text-muted:#666;--bg:#f7f9fc;--surface:#fff;--border:#e5e7eb;--sans:"Source Code Pro", monospace;font-family:var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text-normal);background:var(--bg);line-height:1.7}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#fff;--text-strong:#f8fafc;--text-normal:#e2e8f0;--text-muted:#94a3b8}}*{box-sizing:border-box;margin:0;padding:0}#root{flex-direction:column;min-height:100dvh;display:flex}header{background:var(--surface);border-bottom:1px solid var(--primary);z-index:100;position:sticky;top:0}._nav_hazzm_9{justify-content:space-between;align-items:center;max-width:1100px;margin:auto;padding:18px 20px;display:flex}._appIcon_hazzm_18{width:60px}._hero_hzci4_1{text-align:center;padding:60px 20px 40px}._hero_hzci4_1 h1{margin-bottom:10px;font-size:40px}._hero_hzci4_1 p{color:var(--text-muted)}._container_hzci4_15{max-width:900px;margin:auto;padding:40px 20px 80px}section{margin-bottom:40px}section h2{font-size:22px}section p{color:var(--text-normal);margin-bottom:10px}section p a{color:var(--primary-dark);font-weight:500;text-decoration:none;transition:color .2s;position:relative}section p a:after{content:"";background:var(--primary-dark);width:0%;height:2px;transition:width .25 ease;position:absolute;bottom:-2px;left:0}section p a:hover{color:var(--primary-dark)}section p a:hover:after{width:100%}@media (width<=1024px){._hero_hzci4_1 h1{font-size:32px}._container_hzci4_15{padding:30px 20px 60px}}main{flex:1}footer{background:var(--surface);border-top:1px solid var(--primary);text-align:center;color:var(--text-muted);padding:30px 20px;font-size:14px}
