:root{--bg:#0e1621;--bg-panel:#17212b;--bg-elevated:#1e2a38;--bg-input:#242f3d;--border:#101820;--text:#e9edf1;--text-muted:#7a8a9a;--accent:#2b95d6;--accent-strong:#3ba0e0;--bubble-in:#1e2a38;--bubble-out:#2b5278;--danger:#e0533d;--unread:#52c1e0;--telegram:#29a9eb;--whatsapp:#25d366;--instagram:#e1306c;--fake:#8a8a8a;--stage-new:#5c6bc0;--stage-contacted:#2b95d6;--stage-engaged:#26a69a;--stage-agreed:#7cb342;--stage-onboarding:#ffa726;--stage-subscribed:#25d366;--stage-churned:#e0533d;--chart-1:#2b95d6;--chart-2:#26a69a;--chart-3:#ffa726;--chart-4:#7e57c2;--chart-5:#7cb342;--chart-6:#e0533d;--chart-axis:#7a8a9a;--chart-grid:#243343;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--content-max:960px;--bp-mobile:640px}.container{width:100%;max-width:var(--content-max);margin:0 auto;padding:var(--space-4)}.stack{display:flex;flex-direction:column;gap:var(--space-4)}.cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.grid-tiles{display:grid;grid-gap:var(--space-3);gap:var(--space-3);grid-template-columns:1fr}.hide-below-md{display:none}.only-below-md{display:initial}@media (min-width:640px){.container{padding:var(--space-5)}.grid-tiles{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.hide-below-md{display:initial}.only-below-md{display:none}}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4}#__next,main{height:100%}button{cursor:pointer}button,input,textarea{font-family:inherit}a{color:var(--accent-strong)}