:root{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-height:100dvh}html{background:#07070f}body{margin:0;padding:0;width:100%;min-height:100dvh;background:#07070f;overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}*,*:before,*:after{box-sizing:border-box}img,video,canvas,svg{max-width:100%}button,input,select,textarea{font:inherit;touch-action:manipulation}button{cursor:pointer}.crm-install-app{min-width:0;min-height:38px;padding:8px 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--crm-on-primary, #fff);background:var(--crm-primary, #4f46e5);border:1px solid color-mix(in srgb,var(--crm-on-primary, #fff) 24%,var(--crm-primary, #4f46e5));border-radius:7px;font-size:12px;font-weight:800;line-height:1.1;white-space:nowrap;box-shadow:0 5px 16px color-mix(in srgb,var(--crm-primary, #4f46e5) 20%,transparent)}.crm-install-app:hover{filter:brightness(1.06)}.crm-install-app__icon{width:20px;height:20px;display:grid;place-items:center;border:1px solid color-mix(in srgb,currentColor 45%,transparent);border-radius:5px;font-size:15px;line-height:1}.crm-install-guide{position:fixed;inset:0;z-index:500;padding:16px;display:grid;place-items:center;background:var(--crm-overlay, rgba(0, 0, 0, .72))}.crm-install-guide__dialog{width:min(100%,440px);max-height:calc(100dvh - 32px);overflow:auto;color:var(--crm-text, #111827);background:var(--crm-surface, #fff);border:1px solid color-mix(in srgb,var(--crm-primary, #4f46e5) 30%,var(--crm-border, #dbe3ee));border-radius:12px;box-shadow:0 26px 80px #00000057}.crm-install-guide__dialog:before{content:"";display:block;height:4px;background:var(--crm-primary, #4f46e5)}.crm-install-guide__header{padding:18px 18px 14px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid var(--crm-border, #dbe3ee)}.crm-install-guide__header>div{min-width:0}.crm-install-guide__eyebrow{display:block;margin-bottom:5px;color:var(--crm-primary-text, var(--crm-primary, #4f46e5));font-size:9px;font-weight:900;letter-spacing:1.5px}.crm-install-guide__header h2{margin:0;font-size:19px;line-height:1.25;letter-spacing:0}.crm-install-guide__close{width:38px;height:38px;flex:0 0 38px;padding:0;display:grid;place-items:center;color:var(--crm-text, #111827);background:var(--crm-ghost, #edf1f6);border:1px solid var(--crm-border, #dbe3ee);border-radius:7px;font-size:24px;line-height:1}.crm-install-guide__body{padding:18px}.crm-install-guide__body>p{margin:0 0 14px;color:var(--crm-muted, #64748b);font-size:13px;line-height:1.55}.crm-install-guide__body ol{margin:0;padding:0;display:grid;gap:8px;list-style:none}.crm-install-guide__body li{min-width:0;padding:11px 12px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;background:var(--crm-soft-surface, #f4f7fb);border:1px solid var(--crm-border, #dbe3ee);border-radius:8px}.crm-install-guide__body li>span{width:30px;height:30px;display:grid;place-items:center;color:var(--crm-on-primary, #fff);background:var(--crm-primary, #4f46e5);border-radius:50%;font-size:12px;font-weight:900}.crm-install-guide__body li>strong{min-width:0;font-size:12px;line-height:1.4}.crm-install-guide__benefit{margin-top:12px;padding:11px 12px;display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;color:var(--crm-success-text, #047857);background:color-mix(in srgb,var(--crm-success, #10b981) 10%,var(--crm-surface, #fff));border:1px solid color-mix(in srgb,var(--crm-success, #10b981) 28%,var(--crm-border, #dbe3ee));border-radius:8px}.crm-install-guide__benefit>span{font-weight:900}.crm-install-guide__benefit p{margin:0;font-size:11px;font-weight:700;line-height:1.45}.crm-install-guide__actions{padding:14px 18px 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-top:1px solid var(--crm-border, #dbe3ee)}.crm-install-guide__actions button{width:100%;min-width:0;min-height:42px;padding:9px 12px;border-radius:7px;font-size:12px;font-weight:800}.crm-install-guide__secondary{color:var(--crm-text, #111827);background:var(--crm-ghost, #edf1f6);border:1px solid var(--crm-border, #dbe3ee)}.crm-install-guide__primary{color:var(--crm-on-primary, #fff);background:var(--crm-primary, #4f46e5);border:1px solid color-mix(in srgb,var(--crm-on-primary, #fff) 24%,var(--crm-primary, #4f46e5))}.crm-mobile-welcome{position:fixed;inset:0;z-index:480;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom));display:grid;place-items:end center;background:var(--crm-overlay, rgba(0, 0, 0, .72))}.crm-mobile-welcome__dialog{width:min(100%,430px);max-height:calc(100dvh - max(20px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));overflow:auto;color:var(--crm-text, #111827);background:var(--crm-surface, #fff);border:1px solid color-mix(in srgb,var(--crm-primary, #4f46e5) 34%,var(--crm-border, #dbe3ee));border-radius:12px;box-shadow:0 28px 90px #0000006b}.crm-mobile-welcome__dialog:before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--crm-primary, #4f46e5) 0 52%,var(--crm-accent, #10b981) 52% 100%)}.crm-mobile-welcome__header{padding:18px 16px 15px;display:grid;grid-template-columns:42px minmax(0,1fr) 36px;align-items:start;gap:11px;border-bottom:1px solid var(--crm-border, #dbe3ee)}.crm-mobile-welcome__mark{width:42px;height:42px;display:grid;place-items:center;color:var(--crm-on-primary, #fff);background:var(--crm-primary, #4f46e5);border-radius:8px;font-size:12px;font-weight:950}.crm-mobile-welcome__header>div:nth-child(2){min-width:0}.crm-mobile-welcome__header span{display:block;margin-bottom:5px;color:var(--crm-primary-text, var(--crm-primary, #4f46e5));font-size:9px;font-weight:900;letter-spacing:1.4px}.crm-mobile-welcome__header h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:0;overflow-wrap:anywhere}.crm-mobile-welcome__header p{margin:7px 0 0;color:var(--crm-muted, #64748b);font-size:11px;line-height:1.45}.crm-mobile-welcome__header>button{width:36px;height:36px;padding:0;display:grid;place-items:center;color:var(--crm-text, #111827);background:var(--crm-ghost, #edf1f6);border:1px solid var(--crm-border, #dbe3ee);border-radius:7px;font-size:22px;line-height:1}.crm-mobile-welcome__body{padding:14px 16px;display:grid;gap:9px}.crm-mobile-welcome__benefit{min-width:0;padding:11px 12px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;background:var(--crm-soft-surface, #f4f7fb);border:1px solid var(--crm-border, #dbe3ee);border-radius:8px}.crm-mobile-welcome__benefit>span{width:34px;height:34px;display:grid;place-items:center;color:var(--crm-secondary-text, #0f766e);background:color-mix(in srgb,var(--crm-secondary, #14b8a6) 13%,var(--crm-surface, #fff));border-radius:7px;font-size:17px}.crm-mobile-welcome__benefit div{min-width:0}.crm-mobile-welcome__benefit strong{display:block;margin-bottom:2px;font-size:12px;line-height:1.3}.crm-mobile-welcome__benefit p,.crm-mobile-welcome__ios-note,.crm-mobile-welcome__status{margin:0;color:var(--crm-muted, #64748b);font-size:10px;line-height:1.45}.crm-mobile-welcome__ios-note,.crm-mobile-welcome__status{padding:9px 10px;background:color-mix(in srgb,var(--crm-warning, #f59e0b) 9%,var(--crm-surface, #fff));border:1px solid color-mix(in srgb,var(--crm-warning, #f59e0b) 25%,var(--crm-border, #dbe3ee));border-radius:7px;color:var(--crm-warning-text, #a16207);font-weight:700}.crm-mobile-welcome__status{background:color-mix(in srgb,var(--crm-primary, #4f46e5) 8%,var(--crm-surface, #fff));border-color:color-mix(in srgb,var(--crm-primary, #4f46e5) 25%,var(--crm-border, #dbe3ee));color:var(--crm-primary-text, var(--crm-primary, #4f46e5))}.crm-mobile-welcome__actions{padding:13px 16px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;border-top:1px solid var(--crm-border, #dbe3ee)}.crm-mobile-welcome__actions button{width:100%;min-width:0;min-height:43px;padding:9px 10px;border-radius:7px;font-size:11px;font-weight:850;line-height:1.2}.crm-mobile-welcome__notify{color:var(--crm-on-primary, #fff);background:var(--crm-primary, #4f46e5);border:1px solid color-mix(in srgb,var(--crm-on-primary, #fff) 22%,var(--crm-primary, #4f46e5))}.crm-mobile-welcome__install{color:var(--crm-on-secondary, #fff);background:var(--crm-secondary, #0f766e);border:1px solid color-mix(in srgb,var(--crm-on-secondary, #fff) 22%,var(--crm-secondary, #0f766e))}.crm-mobile-welcome__later{grid-column:1 / -1;min-height:38px!important;color:var(--crm-muted, #64748b);background:transparent;border:1px solid var(--crm-border, #dbe3ee)}.crm-mobile-welcome__actions button:disabled{cursor:wait;opacity:.65}.crm-shell{width:100%;max-width:100%;min-width:0;overflow-x:clip;isolation:isolate}.crm-shell[data-crm-theme=light]{color-scheme:light}.crm-shell[data-crm-theme=dark]{color-scheme:dark}.crm-page,.crm-page>*,.crm-shell form,.crm-shell fieldset{min-width:0;max-width:100%}.crm-shell input,.crm-shell select,.crm-shell textarea,.crm-shell button,.crm-shell pre{max-width:100%}.crm-shell p,.crm-shell h1,.crm-shell h2,.crm-shell h3,.crm-shell h4,.crm-shell h5,.crm-shell h6,.crm-shell div,.crm-shell span,.crm-shell button,.crm-shell label{overflow-wrap:anywhere}.crm-shell :focus-visible{outline:3px solid color-mix(in srgb,var(--crm-primary) 52%,transparent);outline-offset:2px}.crm-shell button:active{transform:translateY(1px)}.crm-contact-columns-toolbar{display:flex;justify-content:flex-end}.crm-contact-columns-toolbar button{min-height:34px;padding:6px 10px;color:var(--crm-muted);background:var(--crm-ghost);border:1px solid var(--crm-border);border-radius:7px;font-size:10px;font-weight:800}.crm-contact-columns-toolbar button:hover{color:var(--crm-text);border-color:color-mix(in srgb,var(--crm-primary) 35%,var(--crm-border))}.crm-contact-table-wrap{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-gutter:stable}.crm-contact-table{font-variant-numeric:tabular-nums}.crm-contact-table__head{position:relative;overflow:visible;-webkit-user-select:none;user-select:none}.crm-contact-table__sort{width:calc(100% - 4px);min-width:0;padding:0 6px 0 0;display:flex;align-items:center;gap:5px;color:inherit;background:transparent;border:0;font:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit}.crm-contact-table__sort>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal}.crm-contact-table__resizer{position:absolute;top:0;right:-5px;bottom:0;z-index:2;width:10px;cursor:col-resize;touch-action:none}.crm-contact-table__resizer:after{content:"";position:absolute;top:22%;right:4px;bottom:22%;width:1px;background:color-mix(in srgb,var(--crm-muted) 45%,transparent);transition:width .14s ease,background-color .14s ease}.crm-contact-table__resizer:hover:after,.crm-contact-table__resizer:focus-visible:after,.crm-is-resizing-column .crm-contact-table__resizer:after{width:3px;background:var(--crm-primary-text)}.crm-is-resizing-column,.crm-is-resizing-column *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.crm-contact-table__cell{overflow:hidden;text-overflow:ellipsis}.crm-contact-table__cell>div,.crm-contact-table__cell>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal}.crm-contact-table__name{overflow:hidden!important;text-overflow:ellipsis;white-space:nowrap!important;overflow-wrap:normal!important}.crm-contact-table__actions{overflow:hidden}.crm-readable-note{min-width:0;max-width:100%;margin-top:4px;overflow:visible;color:inherit;line-height:1.55;text-overflow:clip;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.crm-readable-note>*{display:inline;max-width:none;overflow:visible;text-overflow:clip;white-space:inherit;overflow-wrap:inherit;word-break:inherit}.crm-readable-note--table{width:min(360px,34vw);min-width:220px}.crm-brand-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,8.5rem),1fr));gap:8px;width:100%}.crm-brand-preset{min-width:0;min-height:44px;padding:8px 10px;border:1px solid;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;gap:8px;font-size:11px;font-weight:700}.crm-brand-preset__swatches{display:inline-grid;grid-template-columns:repeat(3,12px);flex:0 0 auto}.crm-brand-preset__swatches>span{width:12px;height:24px;border:1px solid rgba(255,255,255,.28)}.crm-brand-preset__swatches>span:first-child{border-radius:5px 0 0 5px}.crm-brand-preset__swatches>span:last-child{border-radius:0 5px 5px 0}.crm-brand-preview-frame{min-width:0;max-width:100%;overflow:hidden;container-type:inline-size}.crm-brand-preview{width:100%;min-width:0;max-width:60rem;margin-inline:auto;overflow:hidden;border:1px solid;border-radius:10px;padding:10px}.crm-brand-preview__layout{display:grid;grid-template-columns:minmax(0,12rem) minmax(0,1fr);gap:10px;width:100%;min-width:0}.crm-brand-preview__sidebar,.crm-brand-preview__content,.crm-brand-preview__sample{min-width:0;max-width:100%;border:1px solid;border-radius:8px}.crm-brand-preview__sidebar,.crm-brand-preview__content{padding:12px}.crm-brand-preview__identity{display:flex;align-items:center;gap:9px;min-width:0}.crm-brand-preview__identity>span{width:32px;height:32px;border-radius:7px;display:grid;place-items:center;flex:0 0 32px;font-size:10px;font-weight:900}.crm-brand-preview__identity>div{min-width:0}.crm-brand-preview__nav{display:grid;gap:5px;margin-top:14px;font-size:10px}.crm-brand-preview__nav>span{min-width:0;padding:7px 8px;border-radius:6px}.crm-brand-preview__content{display:grid;align-content:start;gap:10px}.crm-brand-preview__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.crm-brand-preview__actions>button{width:100%;min-width:0;min-height:42px;padding:8px 10px;border:1px solid;border-radius:7px;font-size:11px;font-weight:800;line-height:1.25;white-space:normal}.crm-brand-preview__sample{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 8px;align-items:center;padding:10px}.crm-brand-preview__sample>span{min-width:0;font-size:10px}.crm-brand-preview__sample>strong{font-size:15px;grid-row:2}.crm-brand-preview__sample>i{grid-column:2;grid-row:1 / span 2;padding:4px 6px;border:1px solid;border-radius:5px;font-size:9px;font-style:normal;font-weight:800}@container (max-width: 40rem){.crm-brand-preview__layout,.crm-brand-preview__actions{grid-template-columns:minmax(0,1fr)}}.crm-modal,.crm-modal__dialog,.crm-modal__dialog>*{min-width:0;max-width:100%}.crm-modal__dialog{width:min(100%,40rem)!important;max-height:calc(100dvh - 24px)!important;position:relative;border-color:color-mix(in srgb,var(--crm-primary) 28%,var(--crm-border))!important;box-shadow:0 24px 72px color-mix(in srgb,var(--crm-overlay) 72%,transparent),0 0 0 1px color-mix(in srgb,var(--crm-primary) 8%,transparent)}.crm-modal__dialog:before{content:"";display:block;width:100%;height:4px;flex:0 0 4px;background:linear-gradient(90deg,var(--crm-primary),var(--crm-secondary),var(--crm-accent))}.crm-modal__header{min-width:0;gap:12px;background:color-mix(in srgb,var(--crm-primary) 9%,var(--crm-surface));border-bottom-color:color-mix(in srgb,var(--crm-primary) 20%,var(--crm-border))!important}.crm-modal__header>div{min-width:0}.crm-modal__eyebrow{margin-bottom:4px;color:var(--crm-primary-text);font-size:9px;font-weight:800;letter-spacing:1.4px;line-height:1.2;text-transform:uppercase}.crm-modal__close{width:36px;height:36px;min-width:36px;padding:0!important;display:grid;place-items:center;color:var(--crm-primary-text)!important;background:color-mix(in srgb,var(--crm-primary) 7%,var(--crm-surface))!important;border:1px solid color-mix(in srgb,var(--crm-primary) 20%,var(--crm-border))!important}.crm-modal__tabs{background:color-mix(in srgb,var(--crm-primary) 4%,var(--crm-surface));border-bottom-color:color-mix(in srgb,var(--crm-primary) 16%,var(--crm-border))!important;scrollbar-color:color-mix(in srgb,var(--crm-primary) 48%,var(--crm-border)) transparent}.crm-modal__tabs>button{flex:0 0 auto;white-space:nowrap!important}.crm-modal__tabs button[aria-selected=true]{box-shadow:0 5px 16px color-mix(in srgb,var(--crm-primary) 18%,transparent)}.crm-contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 20px;box-sizing:border-box;flex:0 0 auto;overflow:visible!important}.crm-contact-actions>button{width:100%;min-width:0;min-height:40px;padding:8px 12px!important;display:flex;align-items:center;justify-content:center;line-height:1.25;text-align:center;overflow-wrap:anywhere}.crm-modal__count{display:inline-flex;align-items:center;justify-content:center;min-width:16px;color:inherit;background:color-mix(in srgb,currentColor 16%,transparent);border:1px solid color-mix(in srgb,currentColor 24%,transparent)}.crm-modal__body{background:color-mix(in srgb,var(--crm-primary) 2%,var(--crm-surface))}.crm-modal__body input,.crm-modal__body select,.crm-modal__body textarea{accent-color:var(--crm-primary);transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.crm-modal__body input:focus,.crm-modal__body select:focus,.crm-modal__body textarea:focus{border-color:var(--crm-primary-text)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--crm-primary) 14%,transparent)}.crm-modal__dialog>div:not(.crm-modal__actions){overflow-x:hidden}.crm-modal__actions{flex-wrap:wrap;min-width:0}.crm-modal__actions button{max-width:100%;white-space:normal}.crm-modal__dialog>.crm-modal__actions{background:color-mix(in srgb,var(--crm-secondary) 5%,var(--crm-surface));border-top-color:color-mix(in srgb,var(--crm-primary) 20%,var(--crm-border))!important}.crm-toast{max-width:min(26rem,calc(100vw - 24px))!important;overflow-wrap:anywhere}.crm-kanban{display:flex;flex-direction:column;gap:14px;width:100%;min-width:0;max-width:100%}.crm-kanban__toolbar{display:flex;align-items:center;gap:12px;min-width:0;padding:12px 14px;background:color-mix(in srgb,var(--crm-primary) 6%,var(--crm-surface));border:1px solid color-mix(in srgb,var(--crm-primary) 22%,var(--crm-border));border-left:4px solid var(--crm-primary);border-radius:8px}.crm-kanban__toolbar label{flex:0 0 auto;color:var(--crm-primary-text);font-size:12px;font-weight:800}.crm-kanban__toolbar select{flex:1 1 18rem;border-color:color-mix(in srgb,var(--crm-primary) 28%,var(--crm-border))!important}.crm-kanban__board{display:flex;align-items:flex-start;gap:12px;width:100%;max-width:100%;min-width:0;margin-top:2px;padding:8px 2px 16px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-color:color-mix(in srgb,var(--crm-primary) 52%,var(--crm-border)) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.crm-kanban__board[data-dragging=true]{scroll-snap-type:none}.crm-kanban__column{position:relative;max-width:min(78vw,17rem);padding:10px 8px 8px;background:color-mix(in srgb,var(--kanban-stage-color) 4%,transparent);border-top:3px solid var(--kanban-stage-color);border-radius:8px}.crm-kanban__column-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:34px;margin-bottom:8px}.crm-kanban__column-header>span:first-child{min-width:0;color:var(--kanban-stage-text);font-size:12px;font-weight:800;line-height:1.35}.crm-kanban__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:24px;padding:2px 8px;flex:0 0 auto;color:var(--kanban-stage-text);background:color-mix(in srgb,var(--kanban-stage-color) 14%,var(--crm-surface));border:1px solid color-mix(in srgb,var(--kanban-stage-color) 28%,var(--crm-border));border-radius:999px;font-size:10px;font-weight:900}.crm-kanban__dropzone{display:flex;flex-direction:column;gap:10px;min-height:60px;padding:0;background:transparent;border-radius:8px;transition:background-color .15s ease,padding .15s ease}.crm-kanban__dropzone[data-over=true]{padding:4px;background:color-mix(in srgb,var(--kanban-stage-color) 10%,transparent)}.crm-kanban__card{min-width:0;padding:13px 14px 14px;color:var(--crm-text);background:var(--crm-surface);border:1px solid color-mix(in srgb,var(--kanban-stage-color) 30%,var(--crm-border));border-top:3px solid var(--kanban-stage-color);border-radius:8px;box-shadow:var(--crm-card-shadow, none);transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease,transform .16s ease}.crm-kanban__card:hover{border-color:color-mix(in srgb,var(--kanban-stage-color) 70%,var(--crm-border));box-shadow:0 12px 28px color-mix(in srgb,var(--kanban-stage-color) 16%,transparent)}.crm-kanban__card[data-dragging=true]{opacity:.3;box-shadow:0 12px 28px color-mix(in srgb,var(--kanban-stage-color) 22%,transparent)}.crm-kanban__card--overlay{width:min(17rem,calc(100vw - 32px));opacity:.98;box-shadow:0 18px 42px color-mix(in srgb,var(--kanban-stage-color) 26%,rgba(0,0,0,.22));cursor:grabbing}.crm-kanban__drag-handle{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:38px;margin-top:10px;padding:7px 10px;color:var(--kanban-stage-text);background:color-mix(in srgb,var(--kanban-stage-color) 10%,var(--crm-surface-soft));border:1px solid color-mix(in srgb,var(--kanban-stage-color) 28%,var(--crm-border));border-radius:7px;font:inherit;font-size:11px;font-weight:800;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.crm-kanban__drag-handle:active{cursor:grabbing;background:color-mix(in srgb,var(--kanban-stage-color) 18%,var(--crm-surface-soft))}.crm-kanban__drag-handle:focus-visible{outline:3px solid color-mix(in srgb,var(--kanban-stage-color) 38%,transparent);outline-offset:2px}@media(max-width:760px){.crm-kanban__drag-handle{min-height:44px;font-size:12px}}.crm-kanban__empty{padding:18px 4px;color:var(--crm-empty);border:2px dashed var(--crm-empty);border-radius:8px;font-size:11px;text-align:center;transition:color .15s ease,border-color .15s ease,background-color .15s ease}.crm-kanban__empty[data-over=true]{color:var(--kanban-stage-text);background:color-mix(in srgb,var(--kanban-stage-color) 8%,transparent);border-color:var(--kanban-stage-color)}.crm-help{width:100%;max-width:76rem;margin-inline:auto;display:grid;gap:16px}.crm-help,.crm-help *{min-width:0}.crm-help__hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(16rem,.75fr);gap:18px;align-items:stretch;padding:22px;color:var(--crm-text);background:color-mix(in srgb,var(--crm-primary) 7%,var(--crm-surface));border:1px solid var(--crm-border);border-top:3px solid var(--crm-primary);border-radius:8px;box-shadow:var(--crm-card-shadow, none);overflow:hidden}.crm-help__hero-copy{display:grid;align-content:center;gap:8px}.crm-help__eyebrow,.crm-help__section-head span,.crm-help__chat-head span,.crm-help__stat span,.crm-help__route-copy span,.crm-help__block-title span,.crm-help__support span{color:var(--crm-muted);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.crm-help__hero h2{margin:0;color:var(--crm-text);font-size:30px;line-height:1.08;letter-spacing:0;text-wrap:balance}.crm-help__hero p{max-width:60ch;margin:0;color:var(--crm-muted);font-size:14px;line-height:1.6}.crm-help__hero-search{width:min(100%,42rem);margin-top:5px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.crm-help__hero-search input{width:100%;min-height:46px;padding:10px 13px;color:var(--crm-text);background:var(--crm-app-bg);border:1px solid var(--crm-border);border-radius:8px;outline:none}.crm-help__hero-search input:focus{border-color:var(--crm-primary-text);box-shadow:0 0 0 3px color-mix(in srgb,var(--crm-primary) 13%,transparent)}.crm-help__hero-search button,.crm-help__focus button,.crm-help__support button{min-height:42px;padding:9px 14px;color:var(--crm-on-primary);background:var(--crm-primary);border:1px solid color-mix(in srgb,var(--crm-on-primary) 24%,var(--crm-primary));border-radius:8px;font-size:12px;font-weight:800;line-height:1.25}.crm-help__hero-search button:disabled,.crm-help__chat-form button:disabled{cursor:wait;opacity:.62}.crm-help__focus{padding:16px;display:grid;align-content:center;justify-items:start;gap:8px;background:var(--crm-surface);border:1px solid color-mix(in srgb,var(--crm-primary) 30%,var(--crm-border));border-radius:8px}.crm-help__focus>span{color:var(--crm-primary-text);font-size:10px;font-weight:900;text-transform:uppercase}.crm-help__focus>strong{color:var(--crm-text);font-size:17px;line-height:1.25;text-wrap:balance}.crm-help__focus>p{color:var(--crm-muted);font-size:12px;line-height:1.5}.crm-help__focus button{margin-top:2px}.crm-help__tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:5px;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-help__tabs button{min-height:42px;padding:8px 11px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--crm-muted);background:transparent;border:1px solid transparent;border-radius:7px;font-size:12px;font-weight:800}.crm-help__tabs button:hover{color:var(--crm-text)}.crm-help__tabs button[aria-current=page]{color:var(--crm-text);background:var(--crm-surface);border-color:var(--crm-border);box-shadow:var(--crm-card-shadow, none)}.crm-help__tabs button span{color:var(--crm-primary-text);font-size:14px}.crm-help__home{display:grid;gap:16px}.crm-help__route,.crm-help__quick-block{padding:18px;background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:8px;box-shadow:var(--crm-card-shadow, none)}.crm-help__route{display:grid;grid-template-columns:minmax(12rem,.65fr) minmax(0,1.35fr);align-items:center;gap:20px}.crm-help__route-copy,.crm-help__block-title>div,.crm-help__support>div{display:grid;gap:5px}.crm-help__route-copy strong,.crm-help__block-title strong,.crm-help__support strong{color:var(--crm-text);font-size:16px;line-height:1.3;text-wrap:balance}.crm-help__mock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.crm-help__mock-step{display:grid;align-content:center;min-height:84px;padding:11px;background:var(--crm-soft-surface);border:1px solid color-mix(in srgb,var(--crm-primary) 24%,var(--crm-border));border-radius:8px}.crm-help__mock-step span{width:24px;height:24px;display:grid;place-items:center;margin-bottom:8px;color:var(--crm-on-primary);background:var(--crm-primary);border-radius:6px;font-size:11px;font-weight:900}.crm-help__mock-step strong{color:var(--crm-text);font-size:13px;line-height:1.25}.crm-help__stats,.crm-help__quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.crm-help__stat,.crm-help__quick-action,.crm-help__library,.crm-help__detail,.crm-help__chat{background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:8px;box-shadow:var(--crm-card-shadow, none)}.crm-help__stat{padding:14px}.crm-help__stat span{color:var(--crm-muted)}.crm-help__stat strong{display:block;margin-top:8px;color:var(--crm-text);font-size:20px;line-height:1.2;overflow-wrap:anywhere}.crm-help__stat small{display:block;margin-top:4px;color:var(--crm-muted);font-size:11px;line-height:1.35}.crm-help__quick-action{min-height:74px;padding:12px;display:flex;align-items:center;gap:10px;color:var(--crm-text);text-align:left;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.crm-help__quick-action:hover{background:color-mix(in srgb,var(--crm-primary) 7%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 36%,var(--crm-border))}.crm-help__quick-action span{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;background:color-mix(in srgb,var(--crm-primary) 12%,var(--crm-soft-surface));border:1px solid color-mix(in srgb,var(--crm-primary) 24%,var(--crm-border));border-radius:8px}.crm-help__quick-action strong{color:var(--crm-text);font-size:13px;line-height:1.25}.crm-help__block-title{margin-bottom:12px;display:flex;align-items:end;justify-content:space-between;gap:12px}.crm-help__block-title button{padding:7px 9px;color:var(--crm-primary-text);background:transparent;border:0;font-size:11px;font-weight:800}.crm-help__content{display:grid;grid-template-columns:minmax(18rem,23rem) minmax(0,1fr);gap:16px;align-items:start}.crm-help__library,.crm-help__detail,.crm-help__chat{overflow:hidden}.crm-help__section-head,.crm-help__chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid var(--crm-border);background:color-mix(in srgb,var(--crm-primary) 4%,var(--crm-surface))}.crm-help__section-head>div,.crm-help__chat-head>div{display:grid;gap:3px}.crm-help__section-head span,.crm-help__chat-head span{color:var(--crm-muted)}.crm-help__section-head strong,.crm-help__chat-head strong{color:var(--crm-text);font-size:14px;line-height:1.25}.crm-help__section-head input,.crm-help__chat-form input{width:min(100%,18rem);min-height:40px;padding:9px 12px;color:var(--crm-text);background:var(--crm-app-bg);border:1px solid var(--crm-border);border-radius:8px;outline:none}.crm-help__section-head input:focus,.crm-help__chat-form input:focus{border-color:var(--crm-primary-text);box-shadow:0 0 0 3px color-mix(in srgb,var(--crm-primary) 14%,transparent)}.crm-help__guide-list{max-height:33rem;overflow:auto;padding:8px;display:grid;gap:8px}.crm-help__guide-row{width:100%;padding:12px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;color:var(--crm-text);background:transparent;border:1px solid transparent;border-radius:8px;text-align:left}.crm-help__guide-row:hover,.crm-help__guide-row[aria-selected=true]{background:color-mix(in srgb,var(--crm-primary) 8%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 28%,var(--crm-border))}.crm-help__guide-row>span{width:34px;height:34px;display:grid;place-items:center;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-help__guide-row strong{display:block;color:var(--crm-text);font-size:13px;line-height:1.25}.crm-help__guide-row small{display:block;margin-top:4px;color:var(--crm-muted);font-size:11px;line-height:1.4}.crm-help__empty{padding:18px;color:var(--crm-muted);background:var(--crm-soft-surface);border:1px dashed var(--crm-border);border-radius:8px;font-size:12px;line-height:1.5}.crm-help__detail{padding:18px}.crm-help__detail-title{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;padding-bottom:16px;border-bottom:1px solid var(--crm-border)}.crm-help__detail-title>span{width:44px;height:44px;display:grid;place-items:center;background:color-mix(in srgb,var(--crm-primary) 12%,var(--crm-soft-surface));border:1px solid color-mix(in srgb,var(--crm-primary) 24%,var(--crm-border));border-radius:9px;font-size:20px}.crm-help__detail-title strong{display:block;color:var(--crm-text);font-size:18px;line-height:1.2}.crm-help__detail-title small{display:block;margin-top:5px;color:var(--crm-muted);font-size:12px;line-height:1.5}.crm-help__steps{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.crm-help__steps li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start}.crm-help__steps li>span{width:28px;height:28px;display:grid;place-items:center;color:var(--crm-on-primary);background:var(--crm-primary);border-radius:7px;font-size:12px;font-weight:900}.crm-help__steps p,.crm-help__tips p,.crm-help__bubble p{margin:0;color:var(--crm-muted);font-size:13px;line-height:1.6}.crm-help__tips{margin-top:16px;padding:14px;display:grid;gap:8px;background:color-mix(in srgb,var(--crm-accent) 7%,var(--crm-soft-surface));border:1px solid color-mix(in srgb,var(--crm-accent) 24%,var(--crm-border));border-radius:8px}.crm-help__tips strong{color:var(--crm-text);font-size:13px}.crm-help__actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.crm-help__actions button,.crm-help__bubble button,.crm-help__suggestions button,.crm-help__chat-form button{min-height:38px;padding:8px 12px;color:var(--crm-on-primary);background:var(--crm-primary);border:1px solid color-mix(in srgb,var(--crm-on-primary) 26%,var(--crm-primary));border-radius:8px;font-size:12px;font-weight:800;line-height:1.25}.crm-help__suggestions{padding:12px 14px;display:flex;gap:8px;overflow-x:auto;border-bottom:1px solid var(--crm-border);scrollbar-width:thin}.crm-help__suggestions button{flex:0 0 auto;max-width:16rem;color:var(--crm-primary-text);background:color-mix(in srgb,var(--crm-primary) 10%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 26%,var(--crm-border))}.crm-help__chat-log{padding:14px;display:grid;gap:10px;max-height:28rem;overflow:auto;background:color-mix(in srgb,var(--crm-primary) 2%,var(--crm-surface))}.crm-help__bubble{width:min(100%,44rem);padding:12px;display:grid;gap:10px;border:1px solid var(--crm-border);border-radius:10px}.crm-help__bubble--bot{justify-self:start;background:var(--crm-soft-surface)}.crm-help__bubble--user{justify-self:end;color:var(--crm-on-primary);background:var(--crm-primary);border-color:color-mix(in srgb,var(--crm-on-primary) 24%,var(--crm-primary))}.crm-help__bubble--user p{color:var(--crm-on-primary)}.crm-help__bubble--typing{opacity:.74}.crm-help__bubble>div{display:flex;flex-wrap:wrap;gap:8px}.crm-help__bubble button{color:var(--crm-primary-text);background:color-mix(in srgb,var(--crm-primary) 10%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 28%,var(--crm-border))}.crm-help__chat-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;border-top:1px solid var(--crm-border)}.crm-help__chat-form input{width:100%}.crm-help__support{padding:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:color-mix(in srgb,var(--crm-accent) 7%,var(--crm-surface));border:1px solid color-mix(in srgb,var(--crm-accent) 30%,var(--crm-border));border-left:4px solid var(--crm-accent);border-radius:8px}.crm-help__support p{max-width:65ch;margin:0;color:var(--crm-muted);font-size:12px;line-height:1.5}.crm-help__support button{flex:0 0 auto;color:var(--crm-on-accent);background:var(--crm-accent);border-color:color-mix(in srgb,var(--crm-on-accent) 24%,var(--crm-accent))}.crm-support{width:100%;max-width:76rem;margin-inline:auto;display:grid;gap:16px;color:var(--crm-text)}.crm-support,.crm-support *{min-width:0}.crm-support__header{padding:22px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;background:color-mix(in srgb,var(--crm-primary) 8%,var(--crm-surface));border-top:3px solid var(--crm-primary);border-bottom:1px solid var(--crm-border)}.crm-support__header>div:first-child{display:grid;gap:7px}.crm-support__kicker{margin:0;color:var(--crm-primary-text);font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.crm-support__header h2,.crm-support__receipt h2{margin:0;color:var(--crm-text);font-size:28px;line-height:1.08;letter-spacing:0;text-wrap:balance}.crm-support__header p:not(.crm-support__kicker),.crm-support__receipt>p:not(.crm-support__kicker),.crm-support__aside p{max-width:62ch;margin:0;color:var(--crm-muted);font-size:13px;line-height:1.55}.crm-support__header-actions{flex:0 0 auto;display:grid;justify-items:end;gap:8px}.crm-support__header-actions>span{color:var(--crm-muted);font-size:10px}.crm-support__header-actions>span strong{color:var(--crm-text)}.crm-support__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,19rem);gap:16px;align-items:start}.crm-support__form{display:grid;gap:12px}.crm-support__section,.crm-support__aside>section,.crm-support__receipt{background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:8px;box-shadow:var(--crm-card-shadow, none)}.crm-support__section{padding:18px;display:grid;gap:16px}.crm-support__section-title{display:grid;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px}.crm-support__section-title>span{width:32px;height:32px;display:grid;place-items:center;color:var(--crm-on-primary);background:var(--crm-primary);border-radius:7px;font-size:12px;font-weight:900}.crm-support__section-title>div{display:grid;gap:3px}.crm-support__section-title strong{color:var(--crm-text);font-size:15px;line-height:1.25}.crm-support__section-title small{color:var(--crm-muted);font-size:11px;line-height:1.4}.crm-support__type-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.crm-support__type{min-height:132px;padding:13px;display:grid;align-content:start;gap:6px;color:var(--crm-text);text-align:left;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.crm-support__type:hover,.crm-support__type[aria-pressed=true]{background:color-mix(in srgb,var(--crm-primary) 10%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 48%,var(--crm-border))}.crm-support__type[aria-pressed=true]{box-shadow:inset 3px 0 0 var(--crm-primary)}.crm-support__type>span{font-size:22px}.crm-support__type strong{color:var(--crm-text);font-size:13px;line-height:1.25}.crm-support__type small{color:var(--crm-muted);font-size:11px;line-height:1.4}.crm-support__fieldset{margin:0;padding:0;border:0}.crm-support__fieldset legend,.crm-support__fields label>span{display:block;margin-bottom:6px;color:var(--crm-muted);font-size:11px;font-weight:800}.crm-support__fields label>span em{color:var(--crm-muted);font-size:10px;font-style:normal;font-weight:500}.crm-support__priority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.crm-support__priority{min-height:64px;padding:10px;display:flex;align-items:flex-start;gap:8px;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-support__priority[data-selected=true]{background:color-mix(in srgb,var(--crm-primary) 9%,var(--crm-surface));border-color:color-mix(in srgb,var(--crm-primary) 46%,var(--crm-border))}.crm-support__priority input{width:17px;height:17px;margin:1px 0 0;flex:0 0 17px;accent-color:var(--crm-primary)}.crm-support__priority>span{display:grid;gap:3px}.crm-support__priority strong{color:var(--crm-text);font-size:11px}.crm-support__priority small{color:var(--crm-muted);font-size:10px;line-height:1.3}.crm-support__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-support__field--wide{grid-column:1 / -1}.crm-support__fields input,.crm-support__fields select,.crm-support__fields textarea{width:100%;min-height:44px;padding:10px 12px;color:var(--crm-text);background:var(--crm-app-bg);border:1px solid var(--crm-border);border-radius:8px;outline:none}.crm-support__fields textarea{min-height:88px;resize:vertical;line-height:1.5}.crm-support__fields input:focus,.crm-support__fields select:focus,.crm-support__fields textarea:focus{border-color:var(--crm-primary-text);box-shadow:0 0 0 3px color-mix(in srgb,var(--crm-primary) 13%,transparent)}.crm-support__field--wide>small{display:block;margin-top:4px;color:var(--crm-muted);font-size:10px;text-align:right}.crm-support__file-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.crm-support__upload{min-height:112px;padding:18px;display:grid;place-items:center;align-content:center;gap:4px;color:var(--crm-text);background:var(--crm-soft-surface);border:1px dashed color-mix(in srgb,var(--crm-primary) 42%,var(--crm-border));border-radius:8px}.crm-support__upload:hover{background:color-mix(in srgb,var(--crm-primary) 7%,var(--crm-soft-surface))}.crm-support__upload>span{color:var(--crm-primary-text);font-size:26px;line-height:1}.crm-support__upload strong{font-size:13px}.crm-support__upload small{color:var(--crm-muted);font-size:10px}.crm-support__screenshot{padding:10px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:10px;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-support__screenshot img{width:76px;height:62px;object-fit:cover;border-radius:6px;border:1px solid var(--crm-border)}.crm-support__screenshot>div{display:grid;gap:3px}.crm-support__screenshot strong{color:var(--crm-text);font-size:11px}.crm-support__screenshot small{color:var(--crm-muted);font-size:10px}.crm-support__screenshot button{padding:7px 9px;color:var(--crm-danger-text);background:transparent;border:1px solid color-mix(in srgb,var(--crm-danger) 32%,var(--crm-border));border-radius:7px;font-size:10px;font-weight:800}.crm-support__error,.crm-support__notice{padding:11px 13px;color:var(--crm-danger-text);background:color-mix(in srgb,var(--crm-danger) 9%,var(--crm-surface));border:1px solid color-mix(in srgb,var(--crm-danger) 30%,var(--crm-border));border-radius:8px;font-size:12px;line-height:1.45}.crm-support__submit-row{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-support__submit-row p{margin:0;color:var(--crm-muted);font-size:10px;line-height:1.4}.crm-support__button{min-height:40px;padding:9px 13px;color:var(--crm-text);background:var(--crm-ghost);border:1px solid var(--crm-border);border-radius:8px;font-size:11px;font-weight:800;line-height:1.25;transition:background-color .16s ease,border-color .16s ease,opacity .16s ease}.crm-support__button:hover{border-color:color-mix(in srgb,var(--crm-primary) 38%,var(--crm-border))}.crm-support__button--primary{color:var(--crm-on-primary);background:var(--crm-primary);border-color:color-mix(in srgb,var(--crm-on-primary) 24%,var(--crm-primary))}.crm-support__button:disabled{cursor:wait;opacity:.6}.crm-support__email-fallback{color:var(--crm-primary-text);font-size:11px;font-weight:800;text-align:right}.crm-support__aside{position:sticky;top:84px;display:grid;gap:12px}.crm-support__aside>section{padding:15px;display:grid;gap:10px}.crm-support__aside ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.crm-support__aside li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:6px;color:var(--crm-muted);font-size:11px;line-height:1.4}.crm-support__aside li span{color:var(--crm-accent-text);font-weight:900}.crm-support__recent{display:grid;gap:8px}.crm-support__recent>div{padding-top:8px;display:grid;gap:3px;border-top:1px solid var(--crm-border)}.crm-support__recent strong{color:var(--crm-primary-text);font-size:10px;font-variant-numeric:tabular-nums}.crm-support__recent span{color:var(--crm-muted);font-size:10px;line-height:1.35}.crm-support__aside-help>strong{color:var(--crm-text);font-size:13px;line-height:1.3}.crm-support--receipt{min-height:min(34rem,calc(100dvh - 10rem));place-items:center}.crm-support__receipt{width:min(100%,34rem);padding:28px;display:grid;justify-items:start;gap:12px;border-top:3px solid var(--crm-accent)}.crm-support__receipt-icon{width:46px;height:46px;display:grid;place-items:center;color:var(--crm-on-accent);background:var(--crm-accent);border-radius:8px;font-size:22px;font-weight:900}.crm-support__ticket{width:100%;padding:12px;display:grid;gap:4px;background:var(--crm-soft-surface);border:1px solid var(--crm-border);border-radius:8px}.crm-support__ticket span{color:var(--crm-muted);font-size:10px;font-weight:800}.crm-support__ticket strong{color:var(--crm-primary-text);font-size:17px;font-variant-numeric:tabular-nums}.crm-support__receipt-actions{display:flex;flex-wrap:wrap;gap:8px}@media(max-width:760px){.crm-install-app{min-height:40px;padding-inline:10px;flex:1 0 auto}.crm-install-guide{padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom));place-items:end center}.crm-install-guide__dialog{width:100%;max-height:calc(100dvh - max(16px,env(safe-area-inset-top) + env(safe-area-inset-bottom)));border-radius:12px}.crm-install-guide__header,.crm-install-guide__body{padding:16px}.crm-install-guide__actions{padding:12px 16px 16px}.crm-page{width:100%;overflow-x:hidden!important}.crm-shell input,.crm-shell select,.crm-shell textarea{min-width:0;font-size:16px!important}.crm-shell button{min-height:40px}.crm-shell table{font-variant-numeric:tabular-nums}.crm-brand-preview__layout,.crm-brand-preview__actions{grid-template-columns:minmax(0,1fr)}.crm-kanban__toolbar{align-items:stretch;flex-direction:column}.crm-kanban__toolbar label{padding-inline:2px}.crm-kanban__toolbar select{flex:0 0 auto;min-height:44px}.crm-kanban__board{gap:10px;scroll-snap-type:x mandatory}.crm-kanban__column{max-width:78vw}.crm-help{max-width:none}.crm-help__hero,.crm-help__content,.crm-help__stats,.crm-help__quick,.crm-help__route{grid-template-columns:minmax(0,1fr)}.crm-help__hero{padding:14px}.crm-help__hero h2{font-size:24px}.crm-help__mock{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-help__hero-search{grid-template-columns:minmax(0,1fr)}.crm-help__hero-search button{width:100%}.crm-help__tabs button{min-height:50px;padding-inline:7px;font-size:10px;line-height:1.25}.crm-help__route,.crm-help__quick-block{padding:14px}.crm-help__section-head,.crm-help__chat-head{align-items:stretch;flex-direction:column}.crm-help__section-head input{width:100%}.crm-help__guide-list,.crm-help__chat-log{max-height:none}.crm-help__quick{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-help__quick-action{min-height:68px;align-items:flex-start;flex-direction:column}.crm-help__quick-action span{width:32px;height:32px;flex-basis:32px}.crm-help__chat-form{grid-template-columns:minmax(0,1fr)}.crm-help__support,.crm-help__block-title{align-items:stretch;flex-direction:column}.crm-help__support button{width:100%}.crm-support{max-width:none}.crm-support__header{padding:16px;align-items:stretch;flex-direction:column;gap:14px}.crm-support__header h2,.crm-support__receipt h2{font-size:23px}.crm-support__header-actions{justify-items:stretch}.crm-support__header-actions>span{text-align:left}.crm-support__layout{grid-template-columns:minmax(0,1fr)}.crm-support__section{padding:14px}.crm-support__type-grid,.crm-support__priority-grid,.crm-support__fields{grid-template-columns:minmax(0,1fr)}.crm-support__field--wide{grid-column:auto}.crm-support__type{min-height:86px;grid-template-columns:34px minmax(0,1fr);align-content:center;align-items:center;column-gap:10px}.crm-support__type>span{grid-row:1 / 3}.crm-support__priority{min-height:58px}.crm-support__submit-row,.crm-support__receipt-actions{align-items:stretch;flex-direction:column}.crm-support__submit-row .crm-support__button,.crm-support__receipt-actions .crm-support__button{width:100%}.crm-support__aside{position:static}.crm-support__screenshot{grid-template-columns:64px minmax(0,1fr)}.crm-support__screenshot img{width:64px;height:56px}.crm-support__screenshot button{grid-column:1 / -1;width:100%}.crm-support__receipt{padding:22px 18px}.crm-modal{align-items:flex-end!important;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))!important}.crm-modal__dialog{width:100%!important;max-height:calc(100dvh - max(16px,env(safe-area-inset-top) + env(safe-area-inset-bottom)))!important;border-radius:14px!important}.crm-modal__body{padding:16px!important}.crm-contact-actions{padding:10px 16px}.crm-modal__actions{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important}.crm-modal__actions>*,.crm-modal__actions>div,.crm-modal__actions button{width:100%!important;min-width:0!important;margin:0!important}.crm-modal__actions>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-toast{left:12px!important;right:12px!important;bottom:calc(88px + env(safe-area-inset-bottom))!important;width:auto!important;max-width:none!important}}@media(max-width:380px){.crm-brand-presets,.crm-help__quick,.crm-help__mock{grid-template-columns:minmax(0,1fr)}.crm-modal__actions>div{grid-template-columns:minmax(0,1fr)}.crm-contact-actions{grid-template-columns:minmax(0,1fr)}}
