:root,[data-mantine-color-scheme=light]{--gm-bg-dark:#e6e6e6;--gm-bg:#f2f2f2;--gm-bg-light:#fff;--gm-border:#d6d6d6;--gm-text-primary:#0d0d0d;--gm-text-muted:#4d4d4d}[data-mantine-color-scheme=dark]{--gm-bg-dark:#000;--gm-bg:#0d0d0d;--gm-bg-light:#1a1a1a;--gm-border:#292929;--gm-text-primary:#f2f2f2;--gm-text-muted:#b3b3b3}:root{--gocrm-app-max-width:720px}body,html{height:100dvh}@media (min-width:600px){body{background:#ebebeb}}.gocrm-app-shell{position:fixed;inset:0;max-width:var(--gocrm-app-max-width);margin:0 auto;overflow:hidden}@media (min-width:600px){.gocrm-frame-outer{display:flex;align-items:center;justify-content:center;min-height:100dvh}.gocrm-app-shell{position:static;height:calc(100dvh - 48px)!important;border:1px solid var(--mantine-color-default-border);border-radius:var(--mantine-radius-default);box-shadow:0 0 60px rgba(0,0,0,.18)}}.gm-row-button[data-with-border]{background-color:var(--gm-bg-light,var(--mantine-color-body))}.gm-row-button:active,.gm-row-button:hover{background-color:var(--mantine-color-default-hover)}.gm-row-button:active{transform:scale(.995)}.gm-row-button:focus-visible{outline:2px solid var(--mantine-color-brand-5);outline-offset:2px}.gm-tab-button:hover{background-color:var(--mantine-color-default-hover);border-radius:var(--mantine-radius-md)}.gm-tab-button:focus-visible{outline:2px solid var(--mantine-color-brand-5);outline-offset:2px}.gm-input [data-error]{--mantine-color-error:var(--mantine-color-danger-6)}[data-mantine-color-scheme] .gm-input [data-variant=default]{--input-bd-focus:var(--mantine-color-blue-6)}.gm-typing-cursor{display:inline-block;width:2px;height:.9em;background:var(--gm-text-muted);vertical-align:text-bottom;animation:gm-blink 1s step-start infinite}@keyframes gm-blink{50%{opacity:0}}.gocrm-lead-source-timeline .mantine-Timeline-item:before{top:.625rem;bottom:calc(-1 * (var(--mantine-spacing-xl) + .625rem))}code{font-family:var(--mantine-font-family-monospace,monospace);padding:.1em .5rem;line-height:1.5rem;background:var(--mantine-color-default);border:1px solid var(--mantine-color-default-border);color:var(--gm-text-primary)}