@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@400;500;600;700&display=swap";:root{--sw-forest-900: #173d32;--sw-forest-700: #315a49;--sw-moss-600: #55745c;--sw-river-600: #397684;--sw-sand-050: #f5f0e6;--sw-mist-100: #e8f0ec;--sw-clay-600: #a95f45;--sw-gold-500: #b58b3a;--sw-sun-500: #f59e0b;--sw-ink-900: #1d2924;--sw-stone-600: #5e6863;--sw-white: #ffffff;--sw-forest-950: #0f2a22;--sw-forest-800: #234739;--sw-forest-600: #3d6b56;--sw-moss-100: #dde6df;--sw-river-100: #dbe8eb;--sw-river-700: #2d5f6b;--sw-clay-100: #f0dfd7;--sw-gold-100: #efe3ca;--sw-sand-100: #ece4d3;--sw-line-soft: #e3dccb;--sw-line-mist: #d3e0d8;--sw-success: #2e6a4d;--sw-information: #2f6680;--sw-warning: #806019;--sw-error: #9e3f3f;--sw-success-bg: #e4efe8;--sw-information-bg: #e0ebef;--sw-warning-bg: #f1e8d3;--sw-error-bg: #f2e0e0;--color-brand: var(--sw-forest-900);--color-brand-strong: var(--sw-forest-950);--color-brand-soft: var(--sw-forest-700);--text-primary: var(--sw-ink-900);--text-secondary: var(--sw-stone-600);--text-on-brand: var(--sw-white);--text-link: var(--sw-river-600);--surface-page: var(--sw-sand-050);--surface-card: var(--sw-white);--surface-panel: var(--sw-mist-100);--surface-brand: var(--sw-forest-900);--border-default: var(--sw-line-soft);--border-on-mist: var(--sw-line-mist);--border-focus: var(--sw-river-600);--font-heading: "Lora", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, Arial, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--radius-card: 14px;--radius-input: 8px;--radius-callout: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(23, 61, 50, .06);--shadow-md: 0 4px 14px rgba(23, 61, 50, .08);--shadow-lg: 0 12px 32px rgba(23, 61, 50, .1);--ease-calm: cubic-bezier(.22, .61, .36, 1);--dur-fast: .16s;--dur-base: .24s;--dur-slow: .42s}html,body{margin:0;padding:0;height:100%;background:var(--sw-sand-050)}#root{height:100%}*{box-sizing:border-box}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8d2c4;border-radius:8px;border:2px solid #f5f0e6}::-webkit-scrollbar-track{background:transparent}@keyframes sw-toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes sw-fade-in{0%{opacity:0}to{opacity:1}}input::placeholder,textarea::placeholder{color:#9aa39e}input:focus,textarea:focus,select:focus{outline:2px solid var(--sw-river-600);outline-offset:1px}button:focus-visible{outline:2px solid var(--sw-river-600);outline-offset:2px}button{font-family:var(--font-body)}button,select,input,textarea,a,[role=button]{transition:background-color .16s var(--ease-calm),color .16s var(--ease-calm),border-color .16s var(--ease-calm),box-shadow .16s var(--ease-calm),transform .12s var(--ease-calm)}button:not(:disabled):active{transform:translateY(1px)}@keyframes sw-screen-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.sw-screen{height:100%;animation:sw-screen-in .24s var(--ease-calm)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.hov-mist:hover{background:var(--sw-mist-100)!important}.hov-mist-link:hover{background:var(--sw-mist-100)!important;text-decoration:underline}.hov-underline:hover{text-decoration:underline!important}.hov-underline-name:hover .lead-name-link{text-decoration-color:var(--sw-forest-900)!important}.hov-forest-deep:hover{background:var(--sw-forest-950)!important}.hov-shadow-sm:hover{box-shadow:var(--shadow-sm)}.hov-white-shadow:hover{background:#fff!important;box-shadow:var(--shadow-sm)}.hov-error-bg:hover{background:#f2e0e0!important}.hov-nav:hover{background:var(--sw-forest-800)!important;color:#fff!important}.hov-bulk:hover{background:#ffffff3d!important}.hov-bulk-clear:hover{background:#ffffff24!important}.hov-row:hover{background:#f3efe4!important}.hov-tab:hover{color:var(--sw-forest-900)!important}.hov-toast-x:hover{color:#fff!important}.hov-card:hover{box-shadow:var(--shadow-md)!important;border-color:#c9c2b1!important}.sw-metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}@media (max-width: 1180px){.sw-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 680px){.sw-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.inbox-grid{display:grid;grid-template-columns:348px minmax(0,1fr) 326px;height:100%;min-height:0}.inbox-back{display:none}@media (max-width: 1200px){.inbox-grid{grid-template-columns:320px minmax(0,1fr)}.inbox-context{display:none}}@media (max-width: 820px){.inbox-grid{grid-template-columns:1fr}.inbox--sel .inbox-queue{display:none}.inbox:not(.inbox--sel) .inbox-conv{display:none}.inbox-back{display:inline-flex}}
