:root{--gold: #C9A227;--gold-light: #e0b93a;--bg: #0a0a0a;--surface: #111111;--surface-2: #1a1a1a;--border: #2a2a2a;--text: #f0f0f0;--text-muted: #888888;--green: #22c55e;--red: #ef4444}.svelte-eab3x3{box-sizing:border-box;margin:0;padding:0}.page.svelte-eab3x3{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.header.svelte-eab3x3{position:sticky;top:0;z-index:50;background:#0a0a0aeb;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner.svelte-eab3x3{max-width:780px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.logo.svelte-eab3x3{display:flex;align-items:center;gap:8px;text-decoration:none}.logo-ao.svelte-eab3x3{font-weight:700;font-size:16px;color:var(--gold);letter-spacing:-.01em}.logo-trading.svelte-eab3x3{font-weight:400;font-size:16px;color:var(--text-muted)}.btn-back.svelte-eab3x3{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;padding:6px 14px;border:1px solid var(--border);border-radius:6px;transition:color .15s,border-color .15s}.btn-back.svelte-eab3x3:hover{color:var(--text);border-color:#444}.container.svelte-eab3x3{max-width:780px;margin:0 auto;padding:0 24px}.hero.svelte-eab3x3{padding:80px 0 60px;border-bottom:1px solid var(--border)}.badge.svelte-eab3x3{display:inline-block;background:#c9a22726;border:1px solid rgba(201,162,39,.3);color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:20px}.hero.svelte-eab3x3 h1:where(.svelte-eab3x3){font-size:clamp(32px,5vw,52px);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.subtitle.svelte-eab3x3{font-size:18px;color:var(--text-muted);line-height:1.6;max-width:560px}.guide.svelte-eab3x3,.troubleshoot.svelte-eab3x3,.permissions.svelte-eab3x3,.still-stuck.svelte-eab3x3,.trial-cta.svelte-eab3x3{padding:64px 0;border-bottom:1px solid var(--border)}h2.svelte-eab3x3{font-size:26px;font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.section-intro.svelte-eab3x3{color:var(--text-muted);margin-bottom:40px;font-size:16px}.steps.svelte-eab3x3{display:flex;flex-direction:column}.step.svelte-eab3x3{display:flex;gap:20px;padding:28px 0;border-bottom:1px solid var(--border)}.step.svelte-eab3x3:last-child{border-bottom:none}.step-num.svelte-eab3x3{width:36px;height:36px;min-width:36px;background:var(--gold);color:#000;font-weight:700;font-size:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.step-content.svelte-eab3x3 h3:where(.svelte-eab3x3){font-size:17px;font-weight:600;margin-bottom:8px}.step-content.svelte-eab3x3 p:where(.svelte-eab3x3){color:var(--text-muted);line-height:1.6;font-size:15px}.step-content.svelte-eab3x3 strong:where(.svelte-eab3x3){color:var(--text)}.settings-box.svelte-eab3x3{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-top:12px}.setting.svelte-eab3x3{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);font-size:14px;gap:16px}.setting.svelte-eab3x3:last-child{border-bottom:none}.setting-label.svelte-eab3x3{color:var(--text-muted)}.setting-value.correct.svelte-eab3x3{color:var(--green);font-weight:600;text-align:right}.setting-value.wrong.svelte-eab3x3{color:var(--red);font-weight:600;text-align:right}.error-list.svelte-eab3x3{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:8px;overflow:hidden}.error-item.svelte-eab3x3{border-bottom:1px solid var(--border)}.error-item.svelte-eab3x3:last-child{border-bottom:none}.error-trigger.svelte-eab3x3{width:100%;background:var(--surface);border:none;color:var(--text);padding:18px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left;transition:background .15s;gap:16px}.error-trigger.svelte-eab3x3:hover{background:var(--surface-2)}.error-item.active.svelte-eab3x3 .error-trigger:where(.svelte-eab3x3){background:#c9a2270f}.error-label.svelte-eab3x3{font-family:SF Mono,Consolas,monospace;font-size:14px;color:var(--gold)}.chevron.svelte-eab3x3{font-size:20px;color:var(--text-muted);line-height:1;min-width:20px;text-align:center}.error-solution.svelte-eab3x3{background:var(--surface-2);padding:20px;border-top:1px solid var(--border)}.error-solution.svelte-eab3x3 p:where(.svelte-eab3x3){color:var(--text-muted);line-height:1.65;font-size:15px;margin-bottom:12px}.error-solution.svelte-eab3x3 p:where(.svelte-eab3x3):last-child{margin-bottom:0}.permissions-grid.svelte-eab3x3{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}@media(max-width:600px){.permissions-grid.svelte-eab3x3{grid-template-columns:1fr}}.perm-col.svelte-eab3x3{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:24px}.perm-col.can.svelte-eab3x3{border-color:#22c55e33}.perm-col.cannot.svelte-eab3x3{border-color:#ef444426}.perm-col.svelte-eab3x3 h3:where(.svelte-eab3x3){font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px}.perm-col.can.svelte-eab3x3 h3:where(.svelte-eab3x3){color:var(--green)}.perm-col.cannot.svelte-eab3x3 h3:where(.svelte-eab3x3){color:var(--red)}.perm-col.svelte-eab3x3 ul:where(.svelte-eab3x3){list-style:none;display:flex;flex-direction:column;gap:10px}.perm-col.svelte-eab3x3 li:where(.svelte-eab3x3){font-size:14px;color:var(--text-muted);line-height:1.5;padding-left:16px;position:relative}.perm-col.can.svelte-eab3x3 li:where(.svelte-eab3x3):before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:700}.perm-col.cannot.svelte-eab3x3 li:where(.svelte-eab3x3):before{content:"✕";position:absolute;left:0;color:var(--red);font-weight:700}.stuck-card.svelte-eab3x3{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:48px;text-align:center}.stuck-card.svelte-eab3x3 h2:where(.svelte-eab3x3){margin-bottom:16px}.stuck-card.svelte-eab3x3 p:where(.svelte-eab3x3){color:var(--text-muted);font-size:16px;line-height:1.6;max-width:480px;margin:0 auto 32px}.stuck-card.svelte-eab3x3 strong:where(.svelte-eab3x3){color:var(--text)}.trial-card.svelte-eab3x3{background:linear-gradient(135deg,#c9a22714,#c9a22708);border:1px solid rgba(201,162,39,.25);border-radius:12px;padding:48px;text-align:center}.trial-badge.svelte-eab3x3{display:inline-block;background:#c9a22726;border:1px solid rgba(201,162,39,.3);color:var(--gold);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:4px;margin-bottom:20px}.trial-card.svelte-eab3x3 h2:where(.svelte-eab3x3){margin-bottom:12px}.trial-card.svelte-eab3x3 p:where(.svelte-eab3x3){color:var(--text-muted);font-size:16px;line-height:1.6;max-width:440px;margin:0 auto 32px}.gold-text.svelte-eab3x3{color:var(--gold)}.cta-group.svelte-eab3x3{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-primary.svelte-eab3x3{display:inline-block;background:var(--gold);color:#000;font-weight:700;font-size:15px;padding:14px 28px;border-radius:6px;text-decoration:none;transition:background .15s}.cta-primary.svelte-eab3x3:hover{background:var(--gold-light)}.cta-secondary.svelte-eab3x3{display:inline-block;border:1px solid var(--border);color:var(--text);font-weight:600;font-size:15px;padding:13px 24px;border-radius:6px;text-decoration:none;transition:border-color .15s,color .15s}.cta-secondary.svelte-eab3x3:hover{border-color:var(--gold);color:var(--gold)}.footer.svelte-eab3x3{padding:40px 0}.disclaimer.svelte-eab3x3{font-size:12px;color:var(--text-muted);line-height:1.6;text-align:center;max-width:600px;margin:0 auto}@media(max-width:640px){.hero.svelte-eab3x3{padding:48px 0 40px}.guide.svelte-eab3x3,.troubleshoot.svelte-eab3x3,.permissions.svelte-eab3x3,.still-stuck.svelte-eab3x3,.trial-cta.svelte-eab3x3{padding:48px 0}.stuck-card.svelte-eab3x3,.trial-card.svelte-eab3x3{padding:32px 24px}.step.svelte-eab3x3{gap:14px}}
