:root{font-family:Arial,sans-serif;line-height:1.5;color:var(--app-text);background-color:var(--app-bg);--app-bg: #f3f4f6;--app-surface: #ffffff;--app-surface-muted: #f8fafc;--app-border: #e5e7eb;--app-border-subtle: #f0f0f0;--app-text: #1f2937;--app-text-muted: #6b7280;--app-nav-hover-bg: #ffffff;--app-nav-active-bg: #dbeafe;--app-nav-active-border: #bfdbfe;--app-nav-active-text: #1d4ed8;--app-link: #1d4ed8;--app-link-hover: #1e40af;--app-inactive-row-bg: #f8fafc;--app-inactive-row-hover-bg: #f1f5f9;--app-table-header-bg: #f7f9fc;--app-table-header-text: #334155;--app-table-bg: #ffffff;--app-table-empty-bg: #ffffff;--app-popover-bg: #ffffff;--app-panel-hover-bg: #fafafa;--app-panel-active-bg: #eaf3ff;--app-preview-bg: #ffffff;--app-preview-text: #1f2937;--app-preview-muted: #6b7280;--app-selection-bg: #e6f4ff;--app-selection-hover-bg: #d6e9ff;--app-excluded-bg: #fff2f0;--app-excluded-hover-bg: #ffe5e0;--app-filter-bg: #fbfcfe;--app-topbar-bg: #1d4ed8;--app-topbar-border: #1e40af;--app-topbar-text: #dbeafe;--app-topbar-hover-bg: rgba(219, 234, 254, .14)}html[data-theme=dark]{--app-bg: #15171c;--app-surface: #1c1f26;--app-surface-muted: #11141a;--app-border: #343a46;--app-border-subtle: #252a33;--app-text: #e5e7eb;--app-text-muted: #9ca3af;--app-nav-hover-bg: #20242c;--app-nav-active-bg: #263242;--app-nav-active-border: #4b698f;--app-nav-active-text: #dbeafe;--app-link: #93c5fd;--app-link-hover: #bfdbfe;--app-inactive-row-bg: #1a1d24;--app-inactive-row-hover-bg: #20242c;--app-table-header-bg: #2a2e37;--app-table-header-text: #f3f4f6;--app-table-bg: #181b21;--app-table-empty-bg: #17191f;--app-popover-bg: #1f232b;--app-panel-hover-bg: #272c35;--app-panel-active-bg: #25364a;--app-preview-bg: #f8fafc;--app-preview-text: #111827;--app-preview-muted: #374151;--app-selection-bg: #263242;--app-selection-hover-bg: #2d3a4c;--app-excluded-bg: #3a2326;--app-excluded-hover-bg: #46292d;--app-filter-bg: #1c1f26;--app-topbar-bg: #1e3a5f;--app-topbar-border: #2f4f7a;--app-topbar-text: #bfdbfe;--app-topbar-hover-bg: rgba(191, 219, 254, .13)}*{box-sizing:border-box}body{margin:0;color:var(--app-text);background:var(--app-bg)}html,body,#root{width:100%;min-height:100%}h1{margin:0;font-size:1.75rem;font-weight:600}.global-layout{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:var(--app-bg)}.global-layout-topbar{height:52px;flex:0 0 52px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem 0 1.15rem;border-bottom:1px solid var(--app-topbar-border);background:var(--app-topbar-bg);color:var(--app-topbar-text);box-shadow:0 1px #0f172a14;position:relative;z-index:1200}.global-layout-topbar-left{min-width:0;display:inline-flex;align-items:center;gap:.5rem}.global-layout-mobile-menu-button.ant-btn{display:none;color:var(--app-topbar-text)}.global-layout-mobile-menu-button.ant-btn:hover,.global-layout-mobile-menu-button.ant-btn:focus-visible{background:var(--app-topbar-hover-bg)!important;color:var(--app-topbar-text)!important}.global-layout-brand{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-size:.98rem;font-weight:400;letter-spacing:0;padding:.3rem 0;cursor:pointer;opacity:.78}.global-layout-brand:hover,.global-layout-brand:focus-visible{color:inherit;opacity:.95}.global-layout-account-trigger.ant-btn{width:3.1rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;gap:.28rem;border-radius:8px;color:var(--app-topbar-text)}.global-layout-account-trigger.ant-btn:hover,.global-layout-account-trigger.ant-btn:focus-visible{background:var(--app-topbar-hover-bg)!important;color:var(--app-topbar-text)!important}.global-layout-account-avatar{width:1.75rem;height:1.75rem;min-width:1.75rem;aspect-ratio:1 / 1;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;opacity:.95}.global-layout-account-avatar-image{width:100%;height:100%;display:block;object-fit:contain}.global-layout-account-chevron{font-size:.66rem;opacity:.72}.global-layout-account-dropdown .ant-dropdown-menu{min-width:220px}.global-layout-account-dropdown .global-layout-account-menu-email.ant-dropdown-menu-item-disabled{cursor:default;color:var(--app-text-muted)!important;font-size:.78rem;line-height:1.25}.global-layout-account-dropdown .global-layout-account-menu-email .ant-dropdown-menu-title-content{overflow:hidden;text-overflow:ellipsis}.global-layout-mobile-drawer .ant-drawer-header{border-bottom-color:var(--app-border-subtle)}.global-layout-mobile-drawer .ant-drawer-body{padding:0;background:var(--app-surface-muted)}.global-layout-mobile-drawer-body{height:100%;min-height:0;display:flex;flex-direction:column;background:var(--app-surface-muted)}.global-layout-mobile-drawer-body .global-layout-nav-scroll{padding:.75rem}.global-layout-mobile-account{flex:0 0 auto;padding:.75rem;border-top:1px solid var(--app-border-subtle);display:flex;flex-direction:column;gap:.45rem}.global-layout-mobile-account-email{display:block;min-width:0;padding:0 .45rem .2rem;color:var(--app-text-muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-layout-main{flex:1 1 auto;min-height:0;background:var(--app-bg)}.global-layout-sider{border-right:1px solid var(--app-border-subtle);height:100%;background:var(--app-surface-muted)!important}.global-layout-sider .ant-layout-sider-children{height:100%;background:var(--app-surface-muted)}.global-layout-sider-inner{height:100%;display:flex;flex-direction:column;min-height:0}.global-layout-nav-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding:.75rem .5rem .5rem;display:flex;flex-direction:column;gap:.9rem}.global-layout-nav-group{display:flex;flex-direction:column;gap:.3rem}.global-layout-nav-group-items{display:flex;flex-direction:column;gap:.15rem}.global-layout-nav-section-title{display:block;padding:0 .45rem;font-size:.78rem;color:var(--app-text-muted)}.global-layout-nav-item{appearance:none;width:100%;display:inline-flex;align-items:center;gap:.55rem;padding:.46rem .55rem;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;font:inherit;cursor:pointer;color:var(--app-text)}.global-layout-nav-item:hover{border-color:var(--app-border);background:var(--app-nav-hover-bg)}.global-layout-nav-tooltip-wrapper{display:block}.global-layout-nav-item:disabled,.global-layout-nav-item:disabled:hover{border-color:transparent;background:transparent;color:var(--app-text-muted);cursor:not-allowed;opacity:.56}.global-layout-nav-item-active{border-color:var(--app-nav-active-border);background:var(--app-nav-active-bg);color:var(--app-nav-active-text)}.global-layout-nav-icon{width:1rem;flex:0 0 1rem;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem}.global-layout-nav-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-layout-nav-empty{padding:.2rem .45rem;font-size:.82rem;color:var(--app-text-muted)}.global-layout-sider-toggle-row{padding:.5rem;border-top:1px solid var(--app-border-subtle);display:flex;align-items:flex-end;justify-content:flex-end;gap:.5rem;flex:0 0 auto;background:var(--app-surface-muted);position:relative;z-index:1}.global-layout-sider-toggle{border:1px solid var(--app-border);background:var(--app-surface)}.global-layout-sider-toggle-inline{flex:0 0 auto;align-self:flex-end}.global-layout-floating-toggle{position:fixed;left:8px;bottom:8px;z-index:1100}.global-layout-content{height:100%;min-height:0;padding:1rem;display:flex;flex-direction:column;overflow:auto;background:var(--app-bg)}.global-layout-content-fixed{overflow:hidden}.global-layout-content-fixed:has(.board-page){overflow:auto}.global-layout-content-leads{overflow:hidden}.app-path-choice-page,.simple-shell-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem;background:linear-gradient(135deg,rgba(16,185,129,.12),transparent 34%),linear-gradient(315deg,rgba(59,130,246,.12),transparent 38%),#f8fafc;color:#102033;overflow:auto}.app-path-choice-page:before,.simple-shell-page:before{content:"";position:fixed;inset:1.1rem;pointer-events:none;border:1px solid rgba(15,23,42,.08);border-radius:28px}.simple-shell-topbar{position:fixed;top:1.6rem;right:1.6rem;left:1.6rem;z-index:30;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.simple-shell-back-button,.simple-shell-menu-button,.simple-shell-logout-button{appearance:none;min-height:2.55rem;border:1px solid rgba(15,23,42,.14);background:#ffffffe0;color:#1f2937;font:inherit;font-size:.9rem;font-weight:750;cursor:pointer;box-shadow:0 12px 30px #0f172a14;pointer-events:auto}.simple-shell-back-button,.simple-shell-logout-button{padding:0 1rem;border-radius:999px}.simple-shell-menu-button{width:2.55rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;font-size:1.1rem}.simple-shell-back-button:hover,.simple-shell-back-button:focus-visible,.simple-shell-menu-button:hover,.simple-shell-menu-button:focus-visible,.simple-shell-logout-button:hover,.simple-shell-logout-button:focus-visible{border-color:#0f172a52;background:#fff;outline:none}.simple-shell-logout-button:disabled{cursor:wait;opacity:.62}.simple-shell-account-dropdown .ant-dropdown-menu{min-width:15rem;border-radius:14px;padding:.45rem}.simple-shell-account-dropdown .ant-dropdown-menu-item:first-child{color:#64748b;cursor:default}.simple-shell-account-dropdown{z-index:40}.simple-shell-theme-menu-item{min-width:10.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.app-path-choice-hero{width:min(960px,100%);position:relative;z-index:1}.app-path-choice-kicker,.simple-step-kicker{margin:0 0 .85rem;color:#047857;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.app-path-choice-hero h1,.simple-step-heading h1,.simple-step-placeholder h1{margin:0;color:#0f172a;font-size:clamp(2.35rem,5vw,4.85rem);line-height:.96;letter-spacing:0}.app-path-choice-copy,.simple-step-heading p,.simple-step-placeholder p{max-width:680px;margin:1.25rem 0 0;color:#475569;font-size:1.08rem;line-height:1.6}.app-path-choice-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2.7rem}.app-path-choice-card{appearance:none;min-height:15rem;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.85rem;padding:1.35rem;border:1px solid rgba(15,23,42,.1);border-radius:24px;background:#fffc;color:inherit;text-align:left;cursor:pointer;box-shadow:0 26px 70px #0f172a1a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.app-path-choice-card:hover,.app-path-choice-card:focus-visible{transform:translateY(-3px);border-color:#0f172a47;box-shadow:0 34px 85px #0f172a26;outline:none}.app-path-choice-card-simple{background:linear-gradient(145deg,#ecfdf5eb,#ffffffeb),#fff}.app-path-choice-card-full{background:linear-gradient(145deg,#eff6fff0,#ffffffeb),#fff}.app-path-choice-card-label{color:#0f172a;font-size:1.7rem;font-weight:850;line-height:1.05}.app-path-choice-card-text{max-width:22rem;color:#475569;font-size:.98rem;line-height:1.5}.simple-step-card{width:min(760px,100%);position:relative;z-index:1;padding:2.1rem;border:1px solid rgba(15,23,42,.1);border-radius:28px;background:#ffffffe0;box-shadow:0 28px 90px #0f172a1f}.simple-subscription-card{width:min(980px,100%);position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:3rem;border:1px solid rgba(15,23,42,.1);border-radius:32px;background:radial-gradient(circle at 12% 0%,rgba(167,243,208,.48),transparent 34%),radial-gradient(circle at 100% 100%,rgba(191,219,254,.46),transparent 38%),#fffffff0;box-shadow:0 32px 100px #0f172a26;text-align:center;overflow:hidden}.simple-subscription-visual{width:5.5rem;height:5.5rem;position:relative;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.6rem;border:1px solid rgba(13,148,136,.22);border-radius:28px;background:linear-gradient(145deg,#ecfdf5,#eff6ff);color:#0f766e;font-size:2.15rem;box-shadow:0 20px 45px #0d948829}.simple-subscription-visual-ring{position:absolute;inset:-.6rem;border:1px solid rgba(20,184,166,.14);border-radius:34px}.simple-subscription-copy{display:flex;flex-direction:column;align-items:center}.simple-subscription-copy .simple-step-kicker{margin-bottom:.7rem}.simple-subscription-copy h1{max-width:650px;margin:0;color:#0f172a;font-size:clamp(2.35rem,5vw,4.2rem);line-height:.98;letter-spacing:-.035em}.simple-subscription-intro{max-width:570px;margin:1.25rem 0 0;color:#475569;font-size:1.08rem;line-height:1.6}.simple-subscription-benefits{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem;margin:2rem 0 0;padding:0;list-style:none}.simple-subscription-benefits li{display:inline-flex;align-items:center;gap:.45rem;padding:.58rem .82rem;border:1px solid rgba(15,118,110,.14);border-radius:999px;background:#f0fdfac7;color:#31504f;font-size:.86rem;font-weight:750}.simple-subscription-benefits .anticon{color:#059669;font-size:.78rem}.simple-subscription-offer{width:min(510px,100%);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:1.6rem;padding:1.15rem 1.25rem;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:#f8fafcc7;text-align:left}.simple-subscription-offer>div{display:flex;flex-direction:column}.simple-subscription-price{color:#0f172a;font-size:1.75rem;font-weight:900;line-height:1}.simple-subscription-price-period,.simple-subscription-term{color:#64748b;font-size:.8rem;font-weight:700}.simple-subscription-price-period{margin-top:.38rem}.simple-subscription-term{max-width:9.5rem;text-align:right}.simple-subscription-products{width:min(790px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.simple-subscription-product{min-width:0;display:flex;flex-direction:column;align-items:stretch;padding:1.45rem;border:1px solid rgba(15,118,110,.16);border-radius:24px;background:linear-gradient(160deg,#fffffff5,#f0fdfab8),#fff;box-shadow:0 18px 46px #0f172a14;text-align:left}.simple-subscription-product:only-child{width:min(390px,100%);grid-column:1 / -1;justify-self:center}.simple-subscription-product-heading{min-height:4.45rem}.simple-subscription-product-heading h2{margin:.42rem 0 0;color:#0f172a;font-size:1.45rem;line-height:1.15}.simple-subscription-product-term{color:#0f766e;font-size:.72rem;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.simple-subscription-product-price{display:flex;flex-direction:column;gap:.35rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid rgba(15,23,42,.08)}.simple-subscription-product-price strong{color:#0f172a;font-size:2.05rem;font-weight:900;line-height:1;letter-spacing:-.025em}.simple-subscription-product-price span,.simple-subscription-product-quota span{color:#64748b;font-size:.8rem;font-weight:650}.simple-subscription-product-quota{display:flex;align-items:baseline;gap:.5rem;margin-top:1.2rem;padding:.9rem 1rem;border:1px solid rgba(5,150,105,.13);border-radius:16px;background:#ecfdf5c7}.simple-subscription-product-quota strong{color:#047857;font-size:1.45rem;font-weight:900}.simple-subscription-product-action{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;margin-top:1.15rem}.simple-subscription-product-unavailable{margin-top:.65rem;color:#64748b;font-size:.76rem;font-weight:700;text-align:center}.simple-subscription-catalog-loading{display:inline-flex;align-items:center;gap:.75rem;margin-top:1.75rem;color:#475569;font-size:.9rem;font-weight:750}.simple-subscription-action{min-width:15rem;display:inline-flex;align-items:center;justify-content:center;gap:.7rem;margin-top:1.6rem}.simple-subscription-error{width:min(510px,100%);margin-top:1.35rem;text-align:left}.simple-subscription-checking{width:min(510px,100%);display:flex;align-items:center;gap:.85rem;margin-top:1.5rem;padding:1rem 1.1rem;border:1px solid rgba(14,116,144,.2);border-radius:18px;background:#ecfeffcc;color:#164e63;text-align:left}.simple-subscription-checking>div{display:flex;flex-direction:column;gap:.15rem}.simple-subscription-checking span:not(.simple-subscription-checking-indicator){color:#527080;font-size:.82rem}.simple-subscription-checking-indicator{width:.8rem;height:.8rem;flex:0 0 auto;border-radius:50%;background:#06b6d4;box-shadow:0 0 #06b6d457;animation:simple-subscription-pulse 1.8s infinite}.simple-subscription-check-action{appearance:none;margin-top:.9rem;padding:.35rem .5rem;border:0;background:transparent;color:#0f766e;font:inherit;font-size:.86rem;font-weight:800;cursor:pointer}.simple-subscription-check-action:hover,.simple-subscription-check-action:focus-visible{color:#115e59;text-decoration:underline;outline:none}.ant-modal.simple-subscription-checkout-modal .ant-modal-content{padding:0;border-radius:26px;background:transparent;box-shadow:none;overflow:visible}.ant-modal.simple-subscription-checkout-modal .ant-modal-body{padding:0}.ant-modal.simple-subscription-checkout-modal .ant-modal-close{top:1rem;right:1rem;z-index:2}.simple-subscription-modal-content{padding:2.35rem;border:1px solid rgba(15,23,42,.11);border-radius:26px;background:radial-gradient(circle at 50% 0%,rgba(167,243,208,.5),transparent 45%),linear-gradient(165deg,#fff,#fbfdff);box-shadow:0 32px 90px #0f172a38;text-align:center}.simple-subscription-modal-icon{width:3.2rem;height:3.2rem;display:inline-flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;border-radius:16px;background:#ecfdf5;color:#047857;font-size:1.45rem}.simple-subscription-modal-content h2{margin:0;color:#0f172a;font-size:2rem;line-height:1.08}.simple-subscription-modal-content>p:not(.simple-step-kicker){max-width:410px;margin:1rem auto 0;color:#475569;font-size:1rem;line-height:1.6}.simple-subscription-modal-product{display:flex;flex-direction:column;gap:.25rem;margin-top:1.15rem;padding:.9rem 1rem;border:1px solid rgba(15,118,110,.16);border-radius:16px;background:#f0fdfab8}.simple-subscription-modal-product strong{color:#0f172a;font-size:1rem}.simple-subscription-modal-product span{color:#64748b;font-size:.82rem;font-weight:650}.simple-subscription-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.75rem}.simple-subscription-modal-actions .simple-primary-button,.simple-subscription-modal-actions .simple-secondary-button{width:100%;min-width:0}@keyframes simple-subscription-pulse{70%{box-shadow:0 0 0 .7rem #06b6d400}to{box-shadow:0 0 #06b6d400}}.simple-step-heading h1,.simple-step-placeholder h1{max-width:620px;font-size:clamp(2rem,4vw,3.65rem)}.simple-account-form{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.simple-form-field .simple-required-marker{color:#b45309}.simple-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.simple-form-grid-address{grid-template-columns:minmax(0,1fr) 8.5rem}.simple-form-grid-location{grid-template-columns:9.5rem minmax(0,1fr)}.simple-form-field{min-width:0;display:flex;flex-direction:column;gap:.42rem}.simple-form-field span{color:#475569;font-size:.82rem;font-weight:800}.simple-form-field input{width:100%;min-height:3.15rem;padding:0 .95rem;border:1px solid rgba(15,23,42,.14);border-radius:14px;background:#fff;color:#0f172a;font:inherit;font-size:1rem;box-shadow:inset 0 1px #0f172a0a}.simple-form-field input:focus{border-color:#0f766e;box-shadow:0 0 0 4px #14b8a624;outline:none}.simple-form-field input:disabled{background:#f1f5f9;color:#64748b}.simple-form-field input[data-format-warning=true]{border-color:#d97706}.simple-form-warning{color:#9a5808;font-size:.78rem;font-weight:700;line-height:1.35}.simple-account-actions{display:flex;justify-content:space-between;gap:.85rem;margin-top:.7rem}.simple-action-group{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.simple-import-actions{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.simple-import-back-action{justify-self:start}.simple-import-load-action{justify-self:center}.simple-import-next-action{justify-self:end}.simple-primary-button,.simple-secondary-button{appearance:none;min-height:3.25rem;padding:0 1.25rem;border-radius:999px;font:inherit;font-weight:850;cursor:pointer}.simple-primary-button{min-width:12rem;border:1px solid #0f172a;background:#0f172a;color:#fff;box-shadow:0 18px 40px #0f172a38}.simple-primary-button:hover,.simple-primary-button:focus-visible{background:#1e293b;outline:none}.simple-secondary-button{border:1px solid rgba(15,23,42,.14);background:#fff;color:#334155}.simple-secondary-button:hover,.simple-secondary-button:focus-visible{border-color:#0f172a52;outline:none}.simple-primary-button:disabled,.simple-secondary-button:disabled{cursor:not-allowed;border-color:#d7dce3;background:#eef1f5;color:#94a3b8;box-shadow:none;opacity:1}.simple-shell-status,.simple-shell-error,.simple-shell-success{width:min(620px,100%);position:relative;z-index:1;margin:0;padding:1rem 1.1rem;border-radius:18px;background:#ffffffe0;color:#334155;font-weight:700;box-shadow:0 18px 50px #0f172a1a}.simple-shell-error{border:1px solid rgba(185,28,28,.2);color:#991b1b}.simple-shell-success{border:1px solid rgba(4,120,87,.2);background:#ecfdf5e6;color:#047857}.simple-form-error,.simple-form-success{width:100%;box-shadow:none}.simple-account-page-card{width:min(620px,100%)}.simple-password-form{max-width:32rem}.simple-password-actions{justify-content:space-between}.simple-count-field{width:12rem;max-width:100%}.simple-import-summary,.simple-import-monitor,.simple-import-result{display:flex;flex-direction:column;gap:.32rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.1);border-radius:18px;background:#f8fafceb;color:#334155}.simple-import-summary strong,.simple-import-monitor strong,.simple-import-result strong{color:#0f172a;font-size:1rem}.simple-import-summary span,.simple-import-monitor span{color:#64748b;line-height:1.5}.simple-import-monitor{border-color:#0e74902e;background:#ecfeffdb}.simple-import-result-success{border-color:#16a34a33;background:#f0fdf4e6}.simple-import-result-error{border-color:#b91c1c33;background:#fef2f2eb}.simple-confirm-backdrop{position:fixed;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a47}.simple-confirm-dialog{width:min(460px,100%);padding:1.35rem;border:1px solid rgba(15,23,42,.12);border-radius:24px;background:#fffffff5;color:#102033;box-shadow:0 34px 90px #0f172a3d}.simple-confirm-dialog h2{margin:0;color:#0f172a;font-size:1.85rem;line-height:1.05}.simple-confirm-dialog p:not(.simple-step-kicker){margin:.85rem 0 0;color:#475569;font-size:1rem;line-height:1.55}.simple-confirm-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.simple-board-step{width:100vw;height:auto;min-height:100vh;min-height:100dvh;margin:-3rem -1.25rem;position:relative;z-index:1;display:flex;flex-direction:column;padding:5.25rem 1.25rem 0;overflow:visible}.simple-board-layout{min-width:0;min-height:0;flex:1 0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:0;overflow:visible}.simple-board-layout-details-open{grid-template-columns:minmax(0,1fr) minmax(22rem,25rem);gap:1rem}.simple-board-content{min-width:0;min-height:0;height:auto;overflow-x:auto;overflow-y:auto;scrollbar-width:none}.simple-board-content::-webkit-scrollbar{width:0;height:0}.simple-board-horizontal-scrollbar{position:fixed;right:0;bottom:0;left:0;z-index:20;height:17px;overflow-x:auto;overflow-y:hidden;background:#f8fafcf0;scrollbar-color:rgba(71,85,105,.58) rgba(226,232,240,.88);scrollbar-width:auto}.simple-board-horizontal-scrollbar-content{height:1px}.simple-board-lead-details-panel-host{min-width:0;min-height:0;align-self:start;overflow:visible}.simple-lead-details-panel{height:auto;display:flex;flex-direction:column;overflow:visible;border:1px solid rgba(15,23,42,.1);border-radius:22px 22px 0 0;background:radial-gradient(circle at 12% 7%,rgba(167,243,208,.42),transparent 35%),radial-gradient(circle at 90% 12%,rgba(191,219,254,.48),transparent 42%),linear-gradient(145deg,#f0fdfaf5,#eff6fff2 62%,#f8fafcf7);box-shadow:0 24px 60px #0f172a1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.simple-lead-details-header{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.2rem 1rem}.simple-lead-details-header p,.simple-lead-details-header h2{margin:0}.simple-lead-details-header p{color:#047857;font-size:.72rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.simple-lead-details-header h2{margin-top:.3rem;color:#0f172a;font-size:1.35rem;line-height:1.2;overflow-wrap:anywhere}.simple-lead-details-icon-button{appearance:none;width:2.25rem;height:2.25rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.12);border-radius:50%;background:#fffc;color:#334155;font:inherit;cursor:pointer}.simple-lead-details-icon-button:hover,.simple-lead-details-icon-button:focus-visible{border-color:#04785761;background:#ecfdf5;color:#047857;outline:none}.simple-lead-details-content{min-height:auto;flex:0 0 auto;overflow:visible;padding:.3rem 1.2rem 1.2rem}.simple-lead-details-list{margin:0}.simple-lead-details-row{display:grid;grid-template-columns:minmax(6.5rem,.42fr) minmax(0,1fr);gap:.8rem;padding:.72rem 0}.simple-lead-details-row dt,.simple-lead-details-row dd{min-width:0;margin:0;line-height:1.35}.simple-lead-details-row dt{color:#64748b;font-size:.78rem;font-weight:750}.simple-lead-details-row dd{color:#1e293b;font-size:.88rem;overflow-wrap:anywhere}.simple-lead-details-row a{color:#047857}.simple-lead-details-import{margin-top:1.25rem}.simple-lead-details-import h3{margin:0 0 .25rem;color:#0f172a;font-size:.88rem}.simple-lead-details-empty{margin:1rem 0;color:#64748b}.simple-board-header{width:100%;flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 0 1rem;text-align:center}.simple-board-heading{display:flex;flex-direction:column;align-items:center;gap:0}.simple-board-heading .simple-step-kicker{margin:0 0 .45rem;font-size:.78rem}.simple-board-header h1{margin:0;color:#0f172a;font-size:clamp(2rem,4vw,3.25rem);line-height:1;letter-spacing:0}.simple-board-columns{height:auto;min-height:100%;flex:1 0 auto;display:grid;grid-auto-flow:column;grid-auto-columns:18rem;gap:0;overflow:visible;padding-bottom:.75rem}.simple-board-content .simple-board-columns{width:max-content;min-width:100%}.simple-board-column{height:auto;min-height:100%;display:flex;flex-direction:column;overflow:visible;border:0;border-left:1px solid rgba(15,23,42,.14);background:transparent}.simple-board-column:last-child{border-right:1px solid rgba(15,23,42,.14)}.simple-board-column-drop-target{background:#ecfdf585}.simple-board-column-header{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.95rem;border-bottom:1px solid rgba(15,23,42,.14);color:#0f172a;font-weight:850}.simple-board-column-title{min-width:0;display:flex;align-items:center;gap:.35rem}.simple-board-column-title>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-board-column-download-tooltip-host{flex:0 0 auto;display:inline-flex}.simple-board-column-download-button{appearance:none;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:50%;background:transparent;color:#475569;font:inherit;cursor:pointer;transition:background-color .15s ease,color .15s ease}.simple-board-column-download-button:hover,.simple-board-column-download-button:focus-visible{background:#0f172a12;color:#0f172a;outline:none}.simple-board-column-download-button:disabled{cursor:default;opacity:.38}.simple-board-column-header strong{min-width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:transparent;color:#0f172a;border:1px solid rgba(15,23,42,.18);font-size:.82rem}.simple-board-card-list{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;gap:0;padding:0;overflow:visible}.simple-board-lead-card{position:relative;display:flex;flex-direction:column;gap:.35rem;height:7.15rem;min-height:7.15rem;padding:.85rem 2.65rem .85rem .95rem;border:0;border-bottom:1px solid rgba(15,23,42,.1);border-radius:0;background:transparent;box-shadow:none;cursor:grab}.simple-board-lead-card-processing{background:#ecfeff7a}.simple-board-lead-card-warning{background:#fff1f0;box-shadow:inset 3px 0 #dc2626}.simple-board-lead-card:active{cursor:grabbing}.simple-board-lead-menu-button{appearance:none;width:2rem;height:2rem;position:absolute;top:.7rem;right:.55rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#64748b;cursor:pointer}.simple-board-lead-menu-button:hover,.simple-board-lead-menu-button:focus-visible{background:#0f172a0f;color:#0f172a;outline:none}.simple-board-lead-actions-dropdown .ant-dropdown-menu-item{transition:background-color .15s ease,color .15s ease}.simple-board-lead-actions-dropdown .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover{background:#f1f5f9}.simple-board-lead-actions-dropdown .ant-dropdown-menu-item.simple-board-emergency-menu-item,.simple-board-lead-actions-dropdown .ant-dropdown-menu-item.simple-board-emergency-menu-item:hover{color:#8a8f98!important}.simple-board-lead-card strong{color:#0f172a;font-size:1rem;line-height:1.25;overflow-wrap:anywhere;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.simple-board-lead-card span{color:#64748b;line-height:1.35;overflow-wrap:anywhere;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-board-lead-card .simple-board-lead-status{min-height:1.15rem;margin-top:auto;color:#0e7490;font-weight:750}.simple-board-lead-card-warning .simple-board-lead-status{color:#b91c1c}.simple-board-lead-card .simple-board-lead-status-empty{visibility:hidden}.simple-board-empty,.simple-board-column-empty{padding:1rem;border-radius:0;background:transparent;color:#64748b;font-weight:700}html[data-theme=dark] .app-path-choice-page,html[data-theme=dark] .simple-shell-page{background:radial-gradient(circle at 14% 12%,rgba(20,184,166,.15),transparent 34%),radial-gradient(circle at 88% 82%,rgba(59,130,246,.15),transparent 38%),linear-gradient(145deg,#07111f,#0a1220 48%,#0c1524);color:#e5edf7}html[data-theme=dark] .app-path-choice-page:before,html[data-theme=dark] .simple-shell-page:before{border-color:#94a3b826}html[data-theme=dark] .simple-shell-back-button,html[data-theme=dark] .simple-shell-menu-button,html[data-theme=dark] .simple-shell-logout-button{border-color:#94a3b83d;background:#0f192ae6;color:#e2e8f0;box-shadow:0 14px 36px #00000047;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}html[data-theme=dark] .simple-shell-back-button:hover,html[data-theme=dark] .simple-shell-back-button:focus-visible,html[data-theme=dark] .simple-shell-menu-button:hover,html[data-theme=dark] .simple-shell-menu-button:focus-visible,html[data-theme=dark] .simple-shell-logout-button:hover,html[data-theme=dark] .simple-shell-logout-button:focus-visible{border-color:#5eead485;background:#162338;color:#f8fafc;box-shadow:0 0 0 4px #2dd4bf1c}html[data-theme=dark] .simple-shell-account-dropdown .ant-dropdown-menu{border:1px solid rgba(148,163,184,.18);box-shadow:0 22px 60px #0000006b}html[data-theme=dark] .simple-shell-account-dropdown .ant-dropdown-menu-item:first-child{color:#94a3b8}html[data-theme=dark] .app-path-choice-kicker,html[data-theme=dark] .simple-step-kicker,html[data-theme=dark] .simple-lead-details-header p{color:#5eead4}html[data-theme=dark] .app-path-choice-hero h1,html[data-theme=dark] .simple-step-heading h1,html[data-theme=dark] .simple-step-placeholder h1,html[data-theme=dark] .simple-board-header h1,html[data-theme=dark] .simple-confirm-dialog h2,html[data-theme=dark] .simple-lead-details-header h2,html[data-theme=dark] .simple-lead-details-import h3{color:#f8fafc}html[data-theme=dark] .app-path-choice-copy,html[data-theme=dark] .simple-step-heading p,html[data-theme=dark] .simple-step-placeholder p,html[data-theme=dark] .simple-confirm-dialog p:not(.simple-step-kicker){color:#aebed1}html[data-theme=dark] .app-path-choice-card,html[data-theme=dark] .simple-step-card{border-color:#94a3b82e;background:#0d1829e0;box-shadow:0 30px 90px #00000057;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}html[data-theme=dark] .simple-subscription-card{border-color:#94a3b830;background:radial-gradient(circle at 12% 0%,rgba(13,148,136,.2),transparent 34%),radial-gradient(circle at 100% 100%,rgba(37,99,235,.2),transparent 40%),#0a1525f2;box-shadow:0 34px 110px #00000075}html[data-theme=dark] .simple-subscription-visual{border-color:#5eead442;background:linear-gradient(145deg,#0d948838,#1e40af2e);color:#5eead4;box-shadow:0 22px 50px #00000057}html[data-theme=dark] .simple-subscription-visual-ring{border-color:#5eead426}html[data-theme=dark] .simple-subscription-copy h1{color:#f8fafc}html[data-theme=dark] .simple-subscription-intro{color:#aebed1}html[data-theme=dark] .simple-subscription-benefits li{border-color:#5eead42b;background:#0d94881a;color:#c7d8df}html[data-theme=dark] .simple-subscription-benefits .anticon{color:#5eead4}html[data-theme=dark] .simple-subscription-offer{border-color:#94a3b82e;background:#07111f9e}html[data-theme=dark] .simple-subscription-price{color:#f8fafc}html[data-theme=dark] .simple-subscription-price-period,html[data-theme=dark] .simple-subscription-term{color:#94a3b8}html[data-theme=dark] .simple-subscription-product{border-color:#5eead42e;background:linear-gradient(160deg,#0f1f31f5,#09292ac7),#0d1829;box-shadow:0 20px 55px #00000047}html[data-theme=dark] .simple-subscription-product-heading h2,html[data-theme=dark] .simple-subscription-product-price strong{color:#f8fafc}html[data-theme=dark] .simple-subscription-product-term{color:#5eead4}html[data-theme=dark] .simple-subscription-product-price{border-top-color:#94a3b829}html[data-theme=dark] .simple-subscription-product-price span,html[data-theme=dark] .simple-subscription-product-quota span,html[data-theme=dark] .simple-subscription-product-unavailable,html[data-theme=dark] .simple-subscription-catalog-loading{color:#9fb0c4}html[data-theme=dark] .simple-subscription-product-quota{border-color:#5eead426;background:#0d94881c}html[data-theme=dark] .simple-subscription-product-quota strong{color:#5eead4}html[data-theme=dark] .simple-subscription-checking{border-color:#22d3ee40;background:#0833446b;color:#cffafe}html[data-theme=dark] .simple-subscription-checking span:not(.simple-subscription-checking-indicator){color:#8db4c2}html[data-theme=dark] .simple-subscription-check-action{color:#5eead4}html[data-theme=dark] .simple-subscription-check-action:hover,html[data-theme=dark] .simple-subscription-check-action:focus-visible{color:#99f6e4}html[data-theme=dark] .simple-subscription-modal-content{border-color:#94a3b833;background:radial-gradient(circle at 50% 0%,rgba(13,148,136,.22),transparent 46%),linear-gradient(165deg,#0d1829,#0b1627);box-shadow:0 35px 100px #00000094}html[data-theme=dark] .simple-subscription-modal-icon{background:#0d948829;color:#5eead4}html[data-theme=dark] .simple-subscription-modal-content h2{color:#f8fafc}html[data-theme=dark] .simple-subscription-modal-product{border-color:#5eead42e;background:#0d94881a}html[data-theme=dark] .simple-subscription-modal-product strong{color:#f8fafc}html[data-theme=dark] .simple-subscription-modal-product span{color:#9fb0c4}html[data-theme=dark] .simple-subscription-modal-content>p:not(.simple-step-kicker){color:#aebed1}html[data-theme=dark] .app-path-choice-card-simple{background:linear-gradient(145deg,#0d3537eb,#0d1829f0),#0d1829}html[data-theme=dark] .app-path-choice-card-full{background:linear-gradient(145deg,#132b4df0,#0d1829f0),#0d1829}html[data-theme=dark] .app-path-choice-card:hover,html[data-theme=dark] .app-path-choice-card:focus-visible{border-color:#5eead47a;box-shadow:0 36px 100px #00000075}html[data-theme=dark] .app-path-choice-card-label{color:#f8fafc}html[data-theme=dark] .app-path-choice-card-text{color:#b6c4d5}html[data-theme=dark] .simple-form-field span{color:#c6d2e1}html[data-theme=dark] .simple-form-field .simple-required-marker{color:#fbbf24}html[data-theme=dark] .simple-form-field input{border-color:#94a3b840;background:#07111fd1;color:#f1f5f9;box-shadow:inset 0 1px #ffffff09}html[data-theme=dark] .simple-form-field input::placeholder{color:#64748b}html[data-theme=dark] .simple-form-field input:focus{border-color:#2dd4bf;box-shadow:0 0 0 4px #2dd4bf24}html[data-theme=dark] .simple-form-field input:disabled{background:#1e293bb8;color:#94a3b8}html[data-theme=dark] .simple-form-field input[data-format-warning=true]{border-color:#fbbf24}html[data-theme=dark] .simple-form-warning{color:#fcd34d}html[data-theme=dark] .simple-primary-button{border-color:#2dd4bf;background:#2dd4bf;color:#06201e;box-shadow:0 18px 42px #14b8a633}html[data-theme=dark] .simple-primary-button:hover,html[data-theme=dark] .simple-primary-button:focus-visible{border-color:#5eead4;background:#5eead4;box-shadow:0 0 0 4px #2dd4bf21}html[data-theme=dark] .simple-secondary-button{border-color:#94a3b847;background:#141f31eb;color:#dbe5f1}html[data-theme=dark] .simple-secondary-button:hover,html[data-theme=dark] .simple-secondary-button:focus-visible{border-color:#5eead480;background:#18283d;box-shadow:0 0 0 4px #2dd4bf17}html[data-theme=dark] .simple-primary-button:disabled,html[data-theme=dark] .simple-secondary-button:disabled{border-color:#64748b47;background:#1e293b99;color:#64748b;box-shadow:none}html[data-theme=dark] .simple-shell-status,html[data-theme=dark] .simple-shell-error,html[data-theme=dark] .simple-shell-success{border:1px solid rgba(148,163,184,.17);background:#0d1829e6;color:#cbd5e1;box-shadow:0 18px 50px #0000004d}html[data-theme=dark] .simple-shell-error{border-color:#f871715c;background:#450a0a80;color:#fecaca}html[data-theme=dark] .simple-shell-success{border-color:#34d39957;background:#064e3b6b;color:#a7f3d0}html[data-theme=dark] .simple-import-summary,html[data-theme=dark] .simple-import-monitor,html[data-theme=dark] .simple-import-result{border-color:#94a3b82e;background:#081322b8;color:#cbd5e1}html[data-theme=dark] .simple-import-summary strong,html[data-theme=dark] .simple-import-monitor strong,html[data-theme=dark] .simple-import-result strong{color:#f1f5f9}html[data-theme=dark] .simple-import-summary span,html[data-theme=dark] .simple-import-monitor span{color:#9fb0c4}html[data-theme=dark] .simple-import-monitor{border-color:#22d3ee47;background:#08334466}html[data-theme=dark] .simple-import-result-success{border-color:#34d3994d;background:#064e3b5c}html[data-theme=dark] .simple-import-result-error{border-color:#f8717152;background:#450a0a6b}html[data-theme=dark] .simple-confirm-backdrop{background:#020617b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}html[data-theme=dark] .simple-confirm-dialog{border-color:#94a3b838;background:#0d1829fa;color:#e5edf7;box-shadow:0 36px 100px #0000008c}html[data-theme=dark] .simple-board-horizontal-scrollbar{background:#07111ff5;scrollbar-color:rgba(94,234,212,.42) rgba(30,41,59,.8)}html[data-theme=dark] .simple-board-column,html[data-theme=dark] .simple-board-column:last-child,html[data-theme=dark] .simple-board-column-header,html[data-theme=dark] .simple-board-lead-card{border-color:#94a3b82b}html[data-theme=dark] .simple-board-column-drop-target{background:#0d94881f;box-shadow:inset 0 0 0 1px #2dd4bf2e}html[data-theme=dark] .simple-board-column-header,html[data-theme=dark] .simple-board-column-header strong,html[data-theme=dark] .simple-board-lead-card strong{color:#eef4fb}html[data-theme=dark] .simple-board-column-header strong{border-color:#94a3b847;background:#1e293b85}html[data-theme=dark] .simple-board-column-download-button,html[data-theme=dark] .simple-board-lead-menu-button{color:#94a3b8}html[data-theme=dark] .simple-board-column-download-button:hover,html[data-theme=dark] .simple-board-column-download-button:focus-visible,html[data-theme=dark] .simple-board-lead-menu-button:hover,html[data-theme=dark] .simple-board-lead-menu-button:focus-visible{background:#94a3b81f;color:#f8fafc}html[data-theme=dark] .simple-board-lead-card{transition:background-color .15s ease}html[data-theme=dark] .simple-board-lead-card:hover{background:#1e293b5c}html[data-theme=dark] .simple-board-lead-card-processing{background:#0833446b}html[data-theme=dark] .simple-board-lead-card-warning{background:#5b151f9e;box-shadow:inset 3px 0 #fb7185}html[data-theme=dark] .simple-board-lead-card span,html[data-theme=dark] .simple-board-empty,html[data-theme=dark] .simple-board-column-empty,html[data-theme=dark] .simple-lead-details-empty{color:#94a3b8}html[data-theme=dark] .simple-board-lead-card .simple-board-lead-status{color:#67e8f9}html[data-theme=dark] .simple-board-lead-card-warning .simple-board-lead-status{color:#fecdd3}html[data-theme=dark] .simple-board-lead-actions-dropdown .ant-dropdown-menu-item:not(.ant-dropdown-menu-item-disabled):hover{background:#94a3b81f}html[data-theme=dark] .simple-board-lead-actions-dropdown .ant-dropdown-menu-item.simple-board-emergency-menu-item,html[data-theme=dark] .simple-board-lead-actions-dropdown .ant-dropdown-menu-item.simple-board-emergency-menu-item:hover{color:#7f8b9c!important}html[data-theme=dark] .simple-lead-details-panel{border-color:#94a3b833;background:radial-gradient(circle at 12% 7%,rgba(13,148,136,.16),transparent 36%),radial-gradient(circle at 90% 12%,rgba(37,99,235,.18),transparent 43%),linear-gradient(145deg,#0d1a2bfa,#0c1727fa);box-shadow:0 26px 70px #00000061}html[data-theme=dark] .simple-lead-details-icon-button{border-color:#94a3b83d;background:#0f192ad1;color:#cbd5e1}html[data-theme=dark] .simple-lead-details-icon-button:hover,html[data-theme=dark] .simple-lead-details-icon-button:focus-visible{border-color:#5eead475;background:#0d948829;color:#5eead4}html[data-theme=dark] .simple-lead-details-row dt{color:#8fa2b8}html[data-theme=dark] .simple-lead-details-row dd{color:#dbe5f1}html[data-theme=dark] .simple-lead-details-row a{color:#5eead4}@media(max-width:820px){.global-layout-topbar{padding:0 .75rem;gap:.75rem}.global-layout-mobile-menu-button.ant-btn{display:inline-flex;align-items:center;justify-content:center}.global-layout-account-trigger.ant-btn,.global-layout-sider,.global-layout-floating-toggle{display:none}.global-layout-content{padding:.75rem}.app-path-choice-page,.simple-shell-page{align-items:flex-start;padding:5.25rem 1rem 1rem}.app-path-choice-page:before,.simple-shell-page:before{inset:.65rem;border-radius:20px}.simple-shell-topbar{top:1rem;right:1rem;left:1rem}.app-path-choice-hero h1{font-size:2.45rem;line-height:1}.app-path-choice-actions,.simple-form-grid,.simple-form-grid-address,.simple-form-grid-location{grid-template-columns:1fr}.app-path-choice-card{min-height:10.5rem;border-radius:20px}.simple-step-card{padding:1.25rem;border-radius:22px}.simple-subscription-card{padding:1.65rem 1.25rem;border-radius:24px}.simple-subscription-visual{width:4.5rem;height:4.5rem;margin-bottom:1.35rem;border-radius:22px;font-size:1.75rem}.simple-subscription-visual-ring{border-radius:27px}.simple-subscription-copy h1{font-size:2.55rem}.simple-subscription-benefits{margin-top:1.5rem}.simple-subscription-products{grid-template-columns:1fr}.simple-subscription-product-heading{min-height:0}.simple-subscription-offer{flex-direction:column;align-items:center;gap:.8rem;text-align:center}.simple-subscription-term{max-width:none;text-align:center}.simple-subscription-modal-content{padding:1.6rem 1.25rem 1.25rem}.simple-subscription-modal-actions{display:flex;flex-direction:column-reverse}.simple-account-actions,.simple-action-group{flex-direction:column-reverse}.simple-import-actions{display:flex;flex-direction:column-reverse}.simple-import-back-action,.simple-import-load-action,.simple-import-next-action{justify-self:stretch}.simple-primary-button,.simple-secondary-button{width:100%}.simple-board-step{height:auto;min-height:100vh;min-height:100dvh;margin:-5.25rem -1rem -1rem;padding:5.25rem 1rem 0}.simple-board-layout-details-open{grid-template-columns:minmax(0,1fr)}.simple-board-layout-details-open .simple-board-lead-details-panel-host{position:static;max-height:none;overflow:visible}.simple-lead-details-panel{height:auto;max-height:none;border-radius:20px}.simple-board-header{width:100%;padding:0 0 .85rem}.simple-board-heading{gap:0}.simple-board-header h1{font-size:2rem}.simple-board-columns{height:auto;min-height:100%;grid-auto-flow:column;grid-auto-columns:17rem;grid-template-columns:none;overflow:visible}.simple-board-column{height:auto;min-height:100%}}.app-shell{width:100%;max-width:none;margin:0;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem}.leads-page-shell{padding-top:.35rem;height:100%;flex:1 1 auto;min-height:0;overflow:hidden}.leads-main-content{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;gap:.4rem;overflow:hidden}.leads-main-content-expanded,.leads-main-content-expanded .leads-table-scroll-area{overflow:hidden}.entry-page{width:100%;max-width:1180px;margin:0 auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.entry-page-title{margin:0!important}.board-page{margin:-1rem;min-height:calc(100% + 2rem);padding:1.15rem 1.25rem 2rem;display:flex;flex-direction:column;overflow:visible;background:#f4f5f7}.board-page-details-open{padding-right:calc(420px + 2rem)}.board-lead-details-panel-host .lead-details-panel{position:fixed;top:calc(64px + 1rem);right:1rem;z-index:900;max-height:calc(100vh - 64px - 2rem)}html[data-theme=dark] .board-page{background:#15171c}.board-page-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.board-page-title.ant-typography{margin:0;font-size:1.55rem;font-weight:650;letter-spacing:0;color:var(--app-text)}.board-delete-dropzone{min-height:2.3rem;display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border:1px dashed #c2410c;border-radius:6px;background:#fff7ed;color:#9a3412;font-size:.86rem;font-weight:600}html[data-theme=dark] .board-delete-dropzone{border-color:#fb923c;background:#9a341238;color:#fed7aa}.board-page-alert{flex:0 0 auto;margin-bottom:.75rem}.board-stage{flex:1 1 auto;min-height:16rem;overflow:visible}.board-columns{min-height:calc(100vh - 9.5rem);display:flex;align-items:flex-start;gap:1rem;overflow-x:auto;overflow-y:visible;padding:0 0 1.1rem;scrollbar-width:thin;scrollbar-color:#aab4c2 transparent}.board-columns::-webkit-scrollbar{height:.7rem}.board-columns::-webkit-scrollbar-track{background:transparent}.board-columns::-webkit-scrollbar-thumb{border-radius:999px;background:#aab4c2}html[data-theme=dark] .board-columns{scrollbar-color:#4b5565 transparent}html[data-theme=dark] .board-columns::-webkit-scrollbar-thumb{background:#4b5565}.board-column-lane{width:20rem;min-width:20rem;min-height:calc(100vh - 9.5rem)}.board-column{width:100%;display:flex;flex-direction:column;border:1px solid #d6d9df;border-radius:6px;background:#fff;box-shadow:none;transition:border-color .16s ease,background-color .16s ease}html[data-theme=dark] .board-column{border-color:#343a46;background:#1c1f26}.board-column-drop-target{border-color:#2563eb;background:#2563eb14}.board-column-header{flex:0 0 auto;min-height:3.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem .9rem .65rem;border-bottom:1px solid #d6d9df;border-radius:6px 6px 0 0;background:#19b880;color:#fff}.board-column-color-1 .board-column-header{background:#ef3f73}.board-column-color-2 .board-column-header{background:#1eae77}.board-column-color-3 .board-column-header{background:#2f78ee}.board-column-color-4 .board-column-header{background:#d7385e}.board-column-title{min-width:0;color:#fff;font-size:.94rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-column-count{flex:0 0 auto;min-width:1.65rem;height:1.45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#ffffff2e;color:#fff;font-size:.78rem;font-weight:700}.board-column-body{display:flex;flex-direction:column;gap:0;padding:0}.board-lead-card{position:relative;height:6.25rem;display:flex;flex-direction:column;justify-content:center;border:0;border-top:1px solid #d6d9df;border-radius:0;background:transparent;padding:.9rem 2.6rem .8rem .9rem;cursor:grab;box-shadow:none;transition:background-color .15s ease,box-shadow .15s ease}.board-lead-card-processing{box-shadow:inset 3px 0 #2563eb}.board-lead-card-warning{background:#fff1f0;box-shadow:inset 3px 0 #dc2626}html[data-theme=dark] .board-lead-card-warning{background:#7f1d1d4d}.board-lead-card:first-child{border-top:0}html[data-theme=dark] .board-lead-card,html[data-theme=dark] .board-column-empty{border-top-color:#343a46}.board-lead-card:hover{background:var(--app-panel-hover-bg);box-shadow:inset 3px 0 #2563eb}.board-lead-card-warning:hover{background:#ffe4e2;box-shadow:inset 3px 0 #dc2626}html[data-theme=dark] .board-lead-card-warning:hover{background:#7f1d1d6b}.board-lead-card-menu-button{position:absolute;top:.42rem;right:.45rem;width:1.75rem;height:1.75rem;color:var(--app-text-muted);opacity:.72;cursor:pointer}.board-lead-card:hover .board-lead-card-menu-button,.board-lead-card-menu-button.ant-dropdown-open{opacity:1}.board-lead-card:active{cursor:grabbing}.board-lead-card-title{display:-webkit-box;min-height:2.3em;color:var(--app-text);font-size:.92rem;font-weight:700;line-height:1.25;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.board-lead-card-person{margin-top:.58rem;height:1.1rem;display:flex;align-items:center;gap:.45rem;color:var(--app-text-muted);font-size:.82rem}.board-lead-card-person-empty{visibility:hidden}.board-lead-card-person .anticon{flex:0 0 auto;color:var(--app-text-muted)}.board-lead-card-person-name{min-width:0;color:var(--app-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-lead-card-meta{margin-top:.42rem;min-height:1rem;color:var(--app-text-muted);font-size:.76rem;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.board-lead-card-processing .board-lead-card-meta{color:#1d4ed8;font-weight:600}.board-lead-card-warning .board-lead-card-meta{color:#b91c1c;font-weight:650}html[data-theme=dark] .board-lead-card-processing .board-lead-card-meta{color:#93c5fd}html[data-theme=dark] .board-lead-card-warning .board-lead-card-meta{color:#fecaca}.board-lead-card-meta-empty{visibility:hidden}.board-column-empty{min-height:4rem;display:flex;align-items:center;justify-content:center;border-top:1px solid #d6d9df;color:var(--app-text-muted);font-size:.82rem}.board-loading,.board-empty{height:100%;min-height:18rem;display:flex;align-items:center;justify-content:center;color:var(--app-text-muted)}.welcome-page{max-width:920px;gap:1rem}.welcome-page-loading{min-height:240px;align-items:center;justify-content:center}.welcome-intro{margin:0!important;color:var(--app-text-muted);font-size:.96rem}.welcome-steps{display:flex;flex-direction:column}.welcome-step{display:grid;grid-template-columns:2.25rem minmax(0,1fr);gap:.85rem;padding:.95rem 0;border-bottom:1px solid var(--app-border-subtle)}.welcome-step:first-child{padding-top:.25rem}.welcome-step:last-child{border-bottom:0}.welcome-step-icon{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--app-border);border-radius:6px;background:var(--app-surface-muted);color:var(--app-nav-active-border);font-size:1.05rem}.welcome-step .ant-typography{margin-top:0}.welcome-step h5.ant-typography{margin-bottom:.3rem;font-size:1.02rem;line-height:1.35}.welcome-step p.ant-typography{margin-bottom:0;font-size:.96rem;line-height:1.6}.welcome-start-order{display:flex;flex-direction:column;gap:.35rem;padding:.85rem 1rem;border-left:3px solid var(--app-nav-active-border);background:var(--app-surface-muted)}.welcome-tags-note{margin-bottom:0!important}.welcome-access-panel{width:100%;max-width:680px;display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;padding:1.5rem;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.welcome-access-panel .ant-typography{margin:0}.welcome-access-panel .ant-btn{margin-top:.25rem}.import-page{max-width:none;margin:0;padding:1rem 1.25rem 2rem}.entry-import-tabs{width:100%;padding:.85rem 1rem 1rem;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface)}.entry-import-tabs .ant-tabs-nav{margin-bottom:.75rem}.entry-card{width:100%}.public-legal-page{min-height:100vh;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--app-bg)}.public-legal-content{width:100%;max-width:760px}.public-legal-card{width:100%;border:1px solid var(--app-border);background:var(--app-surface)}.public-legal-card .ant-card-body{display:flex;flex-direction:column;gap:.45rem}.public-legal-card h1.ant-typography{margin:0 0 .7rem;font-size:1.55rem;font-weight:500;line-height:1.25}.public-legal-card h2.ant-typography{margin:1.1rem 0 .15rem;font-size:1.05rem}.public-legal-card .ant-typography{color:var(--app-text)}.public-legal-list{margin:.1rem 0 .45rem;padding-left:1.25rem;color:var(--app-text)}.public-legal-list li{margin:.12rem 0}.public-legal-links{display:flex;gap:1rem;flex-wrap:wrap;padding-top:.85rem}.public-legal-links a{color:var(--app-link);font-weight:600}.public-legal-links a:hover,.public-legal-links a:focus-visible{color:var(--app-link-hover);text-decoration:underline}.public-footer-links{display:flex;justify-content:center;gap:.85rem;flex-wrap:wrap;margin-top:1rem;font-size:.72rem;line-height:1.4}.public-footer-links a{color:var(--app-text-muted);opacity:.72;text-decoration:none}.public-footer-links a:hover,.public-footer-links a:focus-visible{color:var(--app-text-muted);opacity:.95;text-decoration:underline}.entry-import-layout{width:100%}.entry-import-panel{width:100%;padding:.1rem 0 0}.entry-import-panel-manual{background:transparent}.entry-import-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.entry-import-panel-title{margin:0!important}.entry-import-section{width:100%}.entry-file-import-section{--entry-file-import-field-gap: 1.25rem;--entry-file-import-large-gap: 3.75rem;--entry-file-import-action-gap: 2.5rem;max-width:520px}.entry-file-import-spacer-header{min-height:32px}.entry-file-import-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:.65rem;margin-bottom:.35rem}.entry-file-import-template-link{height:auto;padding:0}.entry-file-import-section .ant-upload,.entry-file-import-section .ant-upload .ant-btn,.entry-file-import-section .entry-file-import-tags{width:100%}.entry-file-import-tags{display:flex;flex-direction:column;gap:var(--entry-file-import-field-gap);margin-top:var(--entry-file-import-large-gap);margin-bottom:var(--entry-file-import-action-gap)}.entry-file-import-start-button{margin-bottom:var(--entry-file-import-action-gap)}.entry-import-info-toggle{padding-inline:0}.entry-file-import-info-toggle{margin-bottom:0}.entry-import-info-list{margin:0;padding-left:1.25rem}.entry-import-info-fulltext{margin-top:0;padding-top:0}.entry-import-info-title{margin-bottom:.35rem!important}.entry-import-info-section-title{margin:.75rem 0 .35rem!important}.entry-import-info-paragraph,.entry-import-message{margin:0 0 .35rem!important}.entry-import-error-list{margin:0;padding-left:1.25rem}.entry-import-result{margin-top:.85rem}.entry-ai-import-panel{max-width:860px}.entry-ai-import-form{display:grid;grid-template-columns:minmax(220px,1fr) minmax(260px,1.15fr) 8rem;gap:.85rem;align-items:end}.entry-ai-import-field{min-width:0;display:flex;flex-direction:column;gap:.28rem}.entry-ai-import-field-count .ant-input-number{width:100%}.entry-ai-import-field-tags{grid-column:1 / -1;max-width:34rem}.entry-ai-import-actions{display:flex;justify-content:flex-start;margin-top:1rem}.entry-ai-import-debug-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.entry-ai-import-debug-toggle{height:auto;padding:0}.entry-manual-import-grid{display:grid;grid-template-columns:minmax(340px,.48fr) minmax(760px,1fr);gap:1.25rem;align-items:start}.entry-manual-source-column,.entry-manual-fields-column,.entry-manual-field{min-width:0}.entry-manual-source-column,.entry-manual-fields-column{display:flex;flex-direction:column;gap:.55rem}.entry-manual-source-header,.entry-manual-field-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:32px}.entry-manual-source-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-height:300px!important}.entry-manual-fields-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:.75rem;row-gap:.65rem}.entry-manual-field{display:flex;flex-direction:column;grid-column:span 4;gap:.22rem}.entry-manual-field-company,.entry-manual-field-city{grid-column:span 8}.entry-manual-field-externalId,.entry-manual-field-gender,.entry-manual-field-houseNumber,.entry-manual-field-postalCode{grid-column:span 4}.entry-manual-field-street{grid-column:span 8}.entry-manual-field-wide{grid-column:1 / -1}.entry-manual-field-label{line-height:1.25}.entry-manual-field>.ant-select,.entry-manual-control-with-actions>.ant-select{width:100%}.entry-manual-control-with-actions{position:relative;min-width:0}.entry-manual-control-with-actions>.ant-input,.entry-manual-control-with-actions>.ant-select .ant-select-selector{padding-right:4.75rem!important}.entry-manual-control-with-actions>.ant-input-textarea .ant-input{padding-right:4.75rem}.entry-manual-control-with-actions>.entry-manual-inline-actions{position:absolute;top:3px;right:4px;z-index:2}.entry-manual-inline-actions{display:inline-flex;align-items:center;gap:.15rem}.entry-manual-selection-button,.entry-manual-icon-button{width:28px;min-width:28px;height:28px;padding-inline:0}.entry-manual-selection-button .ant-btn-icon,.entry-manual-icon-button .ant-btn-icon{display:inline-flex;align-items:center}@media(max-width:820px){.entry-page{padding:.75rem .5rem 1rem}.welcome-page{gap:.9rem}.welcome-step{grid-template-columns:2rem minmax(0,1fr);gap:.65rem;padding:.85rem 0}.welcome-step-icon{width:2rem;height:2rem}.welcome-access-panel{padding:1rem}.welcome-access-panel .ant-btn{min-height:40px}.import-page{max-width:none}.entry-import-tabs{padding:.55rem .55rem .7rem}.entry-import-panel-header,.entry-ai-import-form,.entry-manual-import-grid{grid-template-columns:1fr}.entry-import-panel-header{align-items:stretch;flex-direction:column;margin-bottom:.7rem}.entry-ai-import-field-tags{max-width:none}.entry-manual-fields-grid{grid-template-columns:1fr;row-gap:.55rem}.entry-manual-field,.entry-manual-field-company,.entry-manual-field-city,.entry-manual-field-externalId,.entry-manual-field-gender,.entry-manual-field-houseNumber,.entry-manual-field-postalCode,.entry-manual-field-street{grid-column:1 / -1}.entry-manual-source-textarea{min-height:260px!important}.entry-manual-selection-button,.entry-manual-icon-button{width:36px;min-width:36px;height:36px}.entry-manual-control-with-actions>.ant-input,.entry-manual-control-with-actions>.ant-select .ant-select-selector,.entry-manual-control-with-actions>.ant-input-textarea .ant-input{padding-right:5.4rem!important}.account-user-grid{grid-template-columns:1fr}}.entry-templates-section,.entry-template-modal-content{width:100%}.entry-template-name-field{display:flex;flex-direction:column;gap:.375rem}.auth-page-shell{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:1rem}.auth-card{width:100%;max-width:440px}.auth-form{width:100%}.auth-form-field{width:100%;display:flex;flex-direction:column;gap:.35rem}.auth-conflict-card{border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);padding:1rem;display:flex;flex-direction:column;gap:.75rem}.admin-page,.users-page{max-width:1400px}.users-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.users-page-content,.users-invite-dialog{width:100%}.users-page-loading{min-height:220px;display:flex;align-items:center;justify-content:center}.users-summary-grid,.users-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem 1rem}.users-summary-grid>div,.users-detail-grid>div,.users-modal-summary{min-width:0;display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.users-summary-grid span,.users-detail-grid span,.users-modal-summary span{color:var(--app-text-muted);font-size:.82rem;font-weight:600}.users-summary-grid strong,.users-detail-grid strong,.users-modal-summary strong{min-width:0;color:var(--app-text);font-weight:500;overflow-wrap:anywhere}.users-table-card .ant-card-body{padding:0}.users-table-card .ant-table-tbody>tr.ant-table-row{cursor:pointer}.users-table-card .ant-table-expanded-row>td{background:var(--app-surface-muted)!important}.users-modal-fields{display:flex;flex-direction:column;gap:.9rem}.users-modal-fields label{display:flex;flex-direction:column;gap:.35rem;color:var(--app-text);font-weight:600}.users-modal-fields .ant-select{width:100%}.settings-page{max-width:960px}.account-page{max-width:1080px}.admin-section-title,.settings-section-title{margin:0 0 .2rem!important}.admin-create-form,.admin-users-card,.admin-link-dialog,.account-sections,.settings-section{width:100%}.account-loading{width:100%;min-height:180px;display:flex;align-items:center;justify-content:center}.account-section-nav{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;padding:0 .15rem}.account-section-nav .ant-btn{height:auto;padding:0;font-size:.9rem}.account-section-nav-separator{color:var(--app-text-muted);font-size:.85rem}.account-section-card{scroll-margin-top:88px}.account-section-card .ant-card-head{border-color:var(--app-border-subtle)}.account-section-card .ant-descriptions-item-label{color:var(--app-text-muted);font-weight:600}.account-section-card .ant-descriptions-item-content{color:var(--app-text)}.account-user-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:1.5rem}.account-user-column{min-width:0;display:flex;flex-direction:column;gap:.55rem}.account-field{min-width:0;display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.account-field-label{color:var(--app-text-muted);font-weight:600;font-size:.82rem;flex:0 0 auto}.account-field-value{min-width:0;color:var(--app-text);overflow-wrap:anywhere;flex:1 1 auto}.account-sender-address{margin-top:2.35rem;display:flex;flex-direction:column;gap:.75rem}.account-sender-address-form{width:520px;max-width:100%;display:flex;flex-direction:column;gap:.72rem}.account-sender-name-block,.account-sender-address-block{display:flex;flex-direction:column;gap:.5rem}.account-sender-address-block{margin-top:.35rem}.account-sender-two-column-row,.account-sender-address-line{display:grid;gap:.8rem}.account-sender-two-column-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.account-sender-address-line{grid-template-columns:1fr 7.25rem}.account-sender-address-line:last-child{grid-template-columns:7.25rem 1fr}.account-sender-address-field{min-width:0;display:flex;flex-direction:column;gap:.22rem}.account-sender-address-field .ant-typography{color:var(--app-text-muted);font-size:.76rem;line-height:1.2}.account-sender-mobile-field{width:21rem;max-width:100%;margin-top:1.35rem}.account-sender-address-actions{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.account-password-form{width:420px;max-width:100%;display:flex;flex-direction:column;gap:.85rem}.account-password-field{min-width:0;display:flex;flex-direction:column;gap:.28rem}.account-password-field .ant-typography{color:var(--app-text-muted);font-size:.76rem;line-height:1.2}.account-password-actions{display:flex;justify-content:flex-end;padding-top:.15rem}.account-billing-stack{display:flex;flex-direction:column;gap:.9rem}.account-explanation-text{color:var(--app-text-muted)}.account-billing-row{display:grid;gap:1rem}.account-billing-row-three{grid-template-columns:repeat(3,minmax(0,1fr))}.account-checkout-panel{display:flex;flex-direction:column;gap:.75rem}.account-checkout-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:.15rem}.account-secondary-action{display:flex;justify-content:flex-start}.account-credit-history{display:flex;flex-direction:column;gap:.65rem;padding-top:.25rem;border-top:1px solid var(--app-border-subtle)}.account-credit-history-title{margin:0!important}.account-credit-history-list{display:flex;flex-direction:column;gap:.35rem}.account-credit-history-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .65rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface)}.account-credit-history-date{color:var(--app-text-muted)}.account-credit-history-amount{color:#389e0d;white-space:nowrap;font-variant-numeric:tabular-nums}.settings-loading{min-height:4rem;display:flex;align-items:center;justify-content:center}.settings-tabs{width:100%}.settings-tabs .ant-tabs-nav{margin-bottom:1rem}.settings-tab-content{width:100%}.settings-board-create-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.settings-board-create-row .ant-input{width:18rem;max-width:100%}.settings-board-column-list{display:flex;flex-direction:column;gap:.65rem}.settings-board-column-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface)}.settings-board-column-main{min-width:0;flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.settings-board-column-main .ant-input{max-width:20rem}.settings-board-column-name{min-width:0;display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.settings-board-column-actions{flex:0 0 auto;justify-content:flex-end}.settings-number-input{width:9rem}.settings-option-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:.9rem 0;border-top:1px solid rgba(127,127,127,.16);flex-wrap:wrap}.settings-option-row:first-of-type{border-top:0;padding-top:.2rem}.settings-option-row-disabled{opacity:.72}.settings-option-copy{min-width:240px;flex:1 1 360px;display:flex;flex-direction:column;gap:.2rem}.settings-option-control{min-width:260px;display:flex;justify-content:flex-end}.settings-segmented{min-width:260px;padding:3px;border:1px solid #b7c3d3;background:#e8edf4;box-shadow:inset 0 0 0 1px #0f172a08}.settings-segmented-wide{min-width:360px}.settings-segmented .ant-segmented-item{min-width:120px;text-align:center;color:#334155;border-radius:5px;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease}.settings-segmented .ant-segmented-item-selected{color:#fff;font-weight:600;background:#1f6feb;box-shadow:0 1px 4px #1f6feb57}.settings-segmented .ant-segmented-item:not(.ant-segmented-item-selected):hover{color:#0f172a;background:#ffffff9e}.settings-segmented.ant-segmented-disabled{border-color:#d5dbe4;background:#eef2f7}.settings-segmented.ant-segmented-disabled .ant-segmented-item{color:#8b96a6}.settings-segmented.ant-segmented-disabled .ant-segmented-item-selected{color:#667085;background:#fff;box-shadow:0 1px 3px #0f172a14}:root[data-theme=dark] .settings-segmented{border-color:#465268;background:#101621;box-shadow:inset 0 0 0 1px #ffffff08}:root[data-theme=dark] .settings-segmented .ant-segmented-item{color:#c5cedb}:root[data-theme=dark] .settings-segmented .ant-segmented-item-selected{color:#fff;background:#2f7df6;box-shadow:0 1px 7px #2f7df66b}:root[data-theme=dark] .settings-segmented .ant-segmented-item:not(.ant-segmented-item-selected):hover{color:#fff;background:#ffffff14}:root[data-theme=dark] .settings-segmented.ant-segmented-disabled{border-color:#303847;background:#131923}:root[data-theme=dark] .settings-segmented.ant-segmented-disabled .ant-segmented-item{color:#6f7a8c}:root[data-theme=dark] .settings-segmented.ant-segmented-disabled .ant-segmented-item-selected{color:#99a4b5;background:#252b36;box-shadow:none}.admin-create-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.admin-create-field{min-width:280px;flex:1 1 360px;display:flex;flex-direction:column;gap:.35rem}.admin-create-button{flex:0 0 auto}.admin-user-row-inactive>td{background:var(--app-inactive-row-bg)!important;color:var(--app-text-muted)}.admin-user-row-inactive:hover>td{background:var(--app-inactive-row-hover-bg)!important}.admin-users-card .ant-table-tbody>tr.ant-table-row{cursor:pointer}.admin-users-card .ant-table-expanded-row>td{background:var(--app-surface-muted)!important;padding:.85rem 1rem!important}.admin-user-detail-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;width:100%}.admin-user-detail-section{min-width:0;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface);padding:.85rem}.admin-user-detail-section-title{margin:0 0 .65rem!important;font-size:.95rem!important}.admin-user-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .85rem}.admin-user-detail-field{min-width:0;display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.admin-user-detail-label{flex:0 0 auto;color:var(--app-text-muted);font-size:.8rem;font-weight:600}.admin-user-detail-value{min-width:0;flex:1 1 auto;color:var(--app-text);overflow-wrap:anywhere}.admin-access-grant-dialog{padding-top:.25rem}.admin-user-access-grant-summary{display:flex;flex-direction:column;gap:.45rem;padding:.75rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface-muted)}.admin-access-grant-form{display:flex;flex-direction:column;gap:1rem}.admin-access-grant-field{display:flex;flex-direction:column;gap:.45rem}.admin-access-grant-field .ant-input{max-width:20rem}.admin-user-inactive-text{color:var(--app-text-muted);text-decoration:line-through}.admin-link-textarea{width:100%;min-height:6.5rem;padding:.65rem .75rem;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);color:var(--app-text);font:inherit;line-height:1.45;resize:vertical}.admin-link-textarea:focus{outline:none;border-color:#1677ff;box-shadow:0 0 0 2px #1677ff24}.templates-page-shell{height:100%;flex:1 1 auto;min-height:0;overflow:hidden}.templates-layout{flex:1 1 auto;min-height:0;display:flex;gap:1rem;overflow:hidden}.templates-list-pane{flex:0 0 340px;min-width:320px;max-width:380px;display:flex;flex-direction:column;min-height:0;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);overflow:hidden}.templates-list-pane-header{flex:0 0 auto;padding:.75rem;border-bottom:1px solid var(--app-border-subtle)}.templates-pane-alert{margin:.75rem .75rem 0}.templates-list-scroll{flex:1 1 auto;min-height:0;overflow:auto}.templates-list-item{cursor:pointer;padding-inline:.75rem!important}.templates-list-item-active{background:var(--app-selection-bg)}.templates-list-item-active:hover{background:var(--app-selection-hover-bg)}.templates-list-item-example{cursor:default}.templates-list-item-example .ant-list-item-action>li:after{display:none}.templates-list-action-placeholder-button{visibility:hidden;pointer-events:none}.templates-editor-pane{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;min-height:0;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);overflow:hidden}.templates-editor-scroll{flex:1 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.75rem;padding:.9rem 1rem}.templates-editor-title{margin:0!important}.templates-editor-subtitle{margin:.5rem 0 0!important}.templates-editor-field{display:flex;flex-direction:column;gap:.35rem}.templates-editor-aligned-stack{display:flex;flex-direction:column;gap:.8rem;padding-left:1.45rem;width:100%;max-width:100%;align-self:stretch}.templates-editor-upload-note{display:inline-block}.templates-editor-input-helper{display:block;padding-left:12px}.templates-editor-main-layout{--templates-box-stack-gap: 1.2rem;display:grid;grid-template-columns:minmax(420px,1fr) minmax(360px,420px);gap:var(--templates-box-stack-gap);align-items:flex-start;width:100%;max-width:100%}.templates-editor-config-column{--templates-field-max-width: 60ch;--templates-field-min-width: min(40ch, 100%);--templates-label-width: 88px;width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:var(--templates-box-stack-gap)}.templates-editor-preview-column{width:100%;min-width:0;max-width:460px;border-left:0;padding-left:0;margin-top:0;display:flex}.templates-composition-card{border:1px solid var(--app-border);border-radius:8px;padding:.8rem .85rem 1rem;display:flex;flex-direction:column;gap:.65rem;width:100%;max-width:100%;align-self:stretch;background:var(--app-surface)}.templates-composition-header{display:flex;flex-direction:column;gap:.15rem}.templates-composition-title{margin:0!important;font-size:1rem!important}.templates-composition-tabs .ant-tabs-nav{margin-bottom:.85rem}.templates-composition-tabs .ant-tabs-tab{padding:.35rem 0}.templates-composition-tabs-disabled .ant-tabs-nav{pointer-events:none}.templates-composition-panel{display:flex;flex-direction:column;gap:.8rem}.templates-composition-subsection{display:flex;flex-direction:column;gap:.5rem;padding-left:0}.templates-manual-group-row{display:grid;grid-template-columns:var(--templates-label-width) auto;gap:.75rem;align-items:start}.templates-manual-group-label{display:inline-block;padding-top:.3rem}.templates-manual-group-content{width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:.4rem}.templates-manual-group-spacer{height:1.6rem}.templates-editor-manual-row{display:flex;align-items:center;gap:.5rem;width:100%;max-width:100%;min-width:0;padding-left:0;flex-wrap:nowrap}.templates-manual-address-paragraph{display:flex;flex-direction:column;gap:.35rem;width:100%;min-width:0;padding-left:0}.templates-manual-address-paragraph>.templates-editor-manual-input{margin-left:0}.templates-editor-manual-input{width:var(--templates-field-max-width);min-width:var(--templates-field-min-width);max-width:100%}.templates-preview{display:flex;flex-direction:column;gap:var(--templates-box-stack-gap);width:100%;height:auto}.templates-preview-section{border:1px solid var(--app-border);border-radius:8px;background:var(--app-preview-bg);padding:.95rem 1rem .95rem 1.35rem;display:flex;flex-direction:column;gap:.5rem;min-height:265px}.templates-preview-title{display:block;margin-bottom:.8rem;font-size:.88rem;font-weight:500;color:var(--app-preview-muted)}.templates-preview-content{display:flex;flex-direction:column;gap:.85rem;padding-left:1.35rem}.templates-preview-address-block{display:flex;flex-direction:column;gap:.14rem}.templates-preview-line{margin:0!important;white-space:pre-wrap;font-size:.95rem;font-weight:600;color:var(--app-preview-text)}.templates-preview-address-line{color:var(--app-preview-text)}.templates-preview-salutation-line{margin-top:.75rem!important}.templates-preview-ellipsis{margin-top:.2rem!important}.templates-editor-line-row{display:flex;align-items:flex-start;gap:10px;min-width:0}.templates-editor-line-input{flex:1 1 auto;min-width:0}.templates-editor-line-actions-column{flex:0 0 300px;width:300px;min-width:300px;display:flex;flex-direction:column;align-items:flex-start;gap:2px}.templates-editor-line-actions{flex:0 1 auto;min-width:0;justify-content:flex-start}.templates-editor-line-placeholder{display:flex;align-items:center}.templates-editor-address-block-header{margin-top:.45rem;padding-top:.35rem;border-top:1px solid var(--app-border-subtle)}.templates-placeholder-popover-overlay{max-width:min(560px,calc(100vw - 24px))}.templates-placeholder-popover{width:min(520px,calc(100vw - 40px));display:flex;flex-direction:column;gap:.6rem}.templates-placeholder-group{display:flex;flex-direction:column;gap:.35rem}.templates-placeholder-group-title{font-size:12px}.templates-placeholder-buttons{display:flex;flex-wrap:wrap;gap:.35rem}.header-row{display:flex;align-items:center;gap:16px;margin-bottom:8px}.header-row-no-title{justify-content:flex-end}.header-row-left{flex:0 0 auto}.header-title{margin:0!important}.header-row-right{margin-left:auto;display:flex;align-items:center;gap:12px;white-space:nowrap}.tools-row-label{color:var(--app-text-muted);white-space:nowrap}.toolbar{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:2px}.toolbar-left{flex:1 1 auto;display:flex;align-items:center;gap:12px;min-width:0}.mode-label{white-space:nowrap}.search-field-select{width:180px;min-width:180px;flex:0 0 180px}.toolbar-search-input{flex:1;min-width:280px;max-width:none;overflow:hidden}.toolbar .ant-btn,.header-row .ant-btn{height:32px;padding:0 12px}.toolbar .ant-btn,.header-row .ant-btn,.toolbar .ant-select-selector,.toolbar .ant-input,.toolbar .ant-input-affix-wrapper{border-radius:6px}.toolbar .ant-btn .selection-dropdown-icon,.header-row .ant-btn .selection-dropdown-icon{margin-left:6px}.toolbar .ant-btn,.header-row .ant-btn{width:auto;display:inline-flex;align-items:center}.selection-compact .ant-btn{border-radius:0}.selection-compact .ant-btn:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.selection-compact .ant-btn:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.tag-filter-panel{width:340px;max-width:min(90vw,340px);padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.tag-filter-dropdown,.tag-assignment-dropdown{z-index:2000}.tag-filter-dropdown .ant-dropdown-menu{background:var(--app-popover-bg);border:1px solid var(--app-border);box-shadow:0 8px 24px #0000002e}.tag-filter-dropdown .ant-dropdown-menu-item,.tag-filter-dropdown .ant-dropdown-menu-submenu-title{background:transparent}.tag-filter-dropdown .tag-filter-panel{background:var(--app-popover-bg);border:1px solid var(--app-border);box-shadow:0 8px 24px #0000002e;border-radius:8px}.tag-assignment-panel{width:380px;max-width:min(92vw,380px);padding:.65rem;background:var(--app-popover-bg);border:1px solid var(--app-border);box-shadow:0 8px 24px #0000002e;border-radius:8px;display:flex;flex-direction:column;gap:.55rem}.tag-assignment-list{max-height:320px;overflow:auto;display:flex;flex-direction:column;gap:.25rem}.tag-assignment-item{width:100%;min-height:2rem;border:1px solid var(--app-border-subtle);border-radius:6px;background:var(--app-surface);padding:.25rem .45rem;display:grid;grid-template-columns:1.25rem minmax(0,1fr) 2.25rem;align-items:center;gap:.45rem;text-align:left;cursor:pointer}.tag-assignment-item:hover{background:var(--app-panel-hover-bg)}.tag-assignment-item-pending{border-color:var(--app-nav-active-border);background:var(--app-panel-active-bg)}.tag-assignment-state{width:1.25rem;color:var(--app-text-muted);display:inline-flex;align-items:center;justify-content:center;font-weight:600}.tag-assignment-label{min-width:0}.tag-assignment-label .app-tag-chip{max-width:100%}.tag-assignment-count{text-align:right;font-variant-numeric:tabular-nums}.tag-assignment-empty{padding:.5rem .25rem}.tag-assignment-divider{margin:0!important}.tag-assignment-create-button{justify-content:flex-start;padding-left:.25rem}.tag-assignment-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.import-tag-select{width:100%}.import-tag-select-trigger{width:100%;min-height:2.3rem;height:auto;padding-top:.25rem;padding-bottom:.25rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-align:left}.import-tag-select-trigger-content{min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.import-tag-select-panel{width:360px;max-width:min(92vw,360px)}.entry-import-tag-select{max-width:520px;display:flex;flex-direction:column;gap:.35rem}.show-columns-dropdown{z-index:2000}.show-columns-panel{width:340px;max-width:min(92vw,340px);padding:.75rem;background:var(--app-popover-bg);border:1px solid var(--app-border);box-shadow:0 8px 24px #0000002e;border-radius:8px;display:flex;flex-direction:column;gap:.75rem}.show-columns-title{font-size:.78rem;letter-spacing:.02em}.show-columns-presets{display:flex;flex-direction:column;gap:.45rem}.show-columns-preset{padding:.55rem .65rem;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);text-align:left;display:flex;flex-direction:column;gap:.15rem;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.show-columns-preset:hover{border-color:var(--app-nav-active-border);background:var(--app-panel-hover-bg)}.show-columns-preset-active{border-color:var(--app-nav-active-border);background:var(--app-panel-active-bg);box-shadow:inset 0 0 0 1px #1677ff14}.show-columns-preset-label{font-size:.88rem;font-weight:600;color:var(--app-text)}.show-columns-preset-description{font-size:.74rem;color:var(--app-text-muted)}.show-columns-list{display:flex;flex-direction:column;gap:.3rem;max-height:320px;overflow:auto;padding-top:.1rem;border-top:1px solid var(--app-border-subtle)}.show-columns-item{display:flex;align-items:center;min-height:1.85rem}.tag-filter-panel-top{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.tag-match-toggle .ant-segmented-item-selected{background:#1677ff1f;font-weight:600}.tag-filter-divider{margin:0!important}.tag-filter-list{max-height:280px;overflow:auto;display:flex;flex-direction:column;gap:.25rem}.tag-filter-item{width:100%;border:1px solid var(--app-border-subtle);border-radius:6px;background:var(--app-surface);padding:.25rem .4rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;text-align:left;cursor:pointer}.tag-filter-item:hover{background:var(--app-panel-hover-bg)}.tag-filter-item-included{background:var(--app-selection-bg)}.tag-filter-item-excluded{background:var(--app-excluded-bg)}.tag-filter-item-included:hover{background:var(--app-selection-hover-bg)}.tag-filter-item-excluded:hover{background:var(--app-excluded-hover-bg)}.tag-filter-item-left{min-width:0;display:flex;align-items:center}.tag-filter-item-left .ant-tag{margin-right:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag-filter-item-count{flex:0 0 auto}.tag-filter-item-state{width:1rem;color:var(--app-text-muted);display:inline-flex;align-items:center;justify-content:center;flex:0 0 1rem;font-weight:600}.status-pagination-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;margin-bottom:6px}.status-row-content{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:1rem}.status-row-left{min-width:0;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.status-pagination-row .ant-pagination{margin:0 0 0 auto;font-size:.78rem}.status-text{font-size:.82rem}.status-text-secondary{font-size:.78rem}.status-action-progress{min-width:0;margin-left:auto;display:inline-flex;align-items:center;justify-content:flex-end;font-size:.78rem;color:var(--app-text-muted)}.status-action-progress-trigger{color:var(--app-text-muted);cursor:pointer}.status-action-progress-trigger:hover,.status-action-progress-trigger:focus-visible{color:var(--app-primary)}.status-action-progress-error{color:#cf1322}.status-action-progress-list{display:grid;gap:.35rem;min-width:260px}.status-action-progress-item{font-size:.82rem;color:var(--app-text);white-space:nowrap}.status-link{padding-inline:0!important;height:auto;font-size:.78rem}.table-section{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.table-pagination-row{width:100%;display:flex;align-items:center;gap:.5rem}.table-pagination-row-bottom{justify-content:flex-end}.table-pagination-row .ant-pagination{margin:0;font-size:.78rem}.table-pagination-row .ant-pagination-item,.table-pagination-row .ant-pagination-prev,.table-pagination-row .ant-pagination-next,.table-pagination-row .ant-pagination-jump-next,.table-pagination-row .ant-pagination-jump-prev{min-width:24px;height:24px;line-height:22px}.selection-dropdown-icon{margin-left:.375rem}.tag-tag-list{display:flex;flex-wrap:wrap;gap:.18rem}.app-tag-chip{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:.1rem .45rem;border-radius:999px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:400}.lead-brief-statuses{display:inline-flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.28rem}.lead-brief-status{display:inline-flex;align-items:center;gap:.18rem;font-size:.76rem;line-height:1;white-space:nowrap;font-weight:500}.lead-brief-status-symbol{font-size:.8rem}.lead-brief-status-ready{color:#389e0d}.lead-brief-status-requested{color:#d48806}.lead-brief-status-failed{color:#cf1322}.tag-bulk-modal-meta{margin-top:.5rem;margin-bottom:.5rem!important}.tag-bulk-select{width:100%}.address-check-result-list{margin-top:.75rem;max-height:260px;overflow-y:auto;border:1px solid var(--app-border-subtle);border-radius:8px}.tags-page-shell{max-width:1320px}.tags-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.tags-page-content{display:flex;flex-direction:column;gap:.85rem}.tags-page-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--app-border);border-radius:10px;background:var(--app-filter-bg)}.tags-page-filter-controls{flex:1 1 auto}.tags-page-filter-select{width:132px}.tags-page-filter-input{width:min(360px,58vw)}.tags-page-table .ant-table{border:1px solid var(--app-border);border-radius:10px;overflow:hidden;background:var(--app-table-bg)}.tags-page-table .ant-table-container,.tags-page-table .ant-table-content{background:var(--app-table-bg)}.tags-page-table .ant-table-thead>tr>th{background:var(--app-table-header-bg)!important;color:var(--app-table-header-text)!important;border-color:var(--app-border-subtle)!important;font-weight:700}.tags-page-table .ant-table-thead>tr>th:before{background-color:var(--app-border)!important}.tags-page-table .ant-table-tbody>tr>td{background:var(--app-table-bg);border-color:var(--app-border-subtle)}.tags-page-table .ant-table-tbody>tr:hover>td{background:var(--app-panel-hover-bg)!important}.tags-page-table .ant-table-tbody>tr.tags-page-row-selected>td{background:var(--app-selection-bg)!important}.tags-page-name-cell{min-width:0}.tags-page-pinned-label{font-size:.78rem}.tags-page-lead-count{font-variant-numeric:tabular-nums}.tags-page-color-cell{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.tags-page-color-dot{width:1rem;height:1rem;flex:0 0 1rem;border:1px solid rgba(15,23,42,.12);border-radius:999px}.tags-page-actions-cell{flex-wrap:nowrap;white-space:nowrap}.tags-page-actions-cell .ant-btn{padding-inline:.55rem}.tags-page-color-trigger{appearance:none;width:100%;min-height:32px;display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .55rem;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);color:var(--app-text);text-align:left;font:inherit;cursor:pointer}.tags-page-color-trigger:hover{border-color:var(--app-nav-active-border)}.tags-page-color-trigger:disabled{cursor:not-allowed;opacity:.7}.tags-page-color-trigger-swatch{width:.95rem;height:.95rem;flex:0 0 .95rem;border-radius:999px;border:1px solid rgba(15,23,42,.08)}.tags-page-color-trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tags-page-color-popover{width:min(320px,72vw);display:flex;flex-direction:column;gap:.75rem}.tags-page-color-preview{display:flex;flex-direction:column;gap:.45rem}.tags-page-color-preview-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;padding:.3rem .65rem;border-radius:999px;font-size:.82rem;font-weight:600;white-space:nowrap}.tags-page-color-preview-value{font-size:.8rem}.tags-page-color-swatch-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.4rem}.tags-page-color-swatch{appearance:none;width:100%;aspect-ratio:1;border:2px solid transparent;border-radius:8px;cursor:pointer}.tags-page-color-swatch-active{border-color:var(--app-text);box-shadow:0 0 0 1px var(--app-surface) inset}.tags-page-color-popover-overlay .ant-popover-inner{border-radius:12px;background:var(--app-popover-bg)}.tags-page-form{width:100%}.tags-page-form-field{display:flex;flex-direction:column;gap:.45rem;width:100%}.tags-page-form-switch{display:inline-flex;align-items:center;gap:.55rem}@media(max-width:900px){.admin-user-detail-panel,.admin-user-detail-grid,.users-summary-grid,.users-detail-grid{grid-template-columns:1fr}.tags-page-header,.tags-page-filter-bar{align-items:stretch;flex-direction:column}.tags-page-header>.ant-space,.tags-page-filter-bar>.ant-pagination{align-self:flex-end}.tags-page-filter-input{width:min(100%,420px)}}@media(max-width:640px){.users-page-header{align-items:stretch;flex-direction:column}.users-page-header .ant-btn{align-self:flex-start}}.content-layout{width:100%;display:flex;align-items:stretch;flex:1 1 auto;gap:1rem;min-height:0;overflow:hidden}.leads-table-region{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.leads-table-scroll-area{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.leads-table-scroll-area .ant-table-content{overflow-x:auto!important}.leads-table-scroll-area .ant-table,.leads-table-scroll-area .ant-table-container,.leads-table-scroll-area .ant-table-content,.leads-table-scroll-area .ant-table-tbody>tr.ant-table-placeholder>td{background:var(--app-table-bg)}.leads-table-scroll-area .ant-table-tbody>tr.ant-table-placeholder>td{color:var(--app-text-muted)}.leads-table-scroll-area .ant-table-thead>tr>th{position:sticky;top:0;z-index:2;background:var(--app-table-header-bg)!important;color:var(--app-table-header-text)!important;border-color:var(--app-border-subtle)!important}.leads-table-scroll-area .ant-table-thead>tr>th:before{background-color:var(--app-border)!important}.leads-table-scroll-area .ant-table-tbody>tr>td{background:var(--app-table-bg);border-color:var(--app-border-subtle)}.leads-table-scroll-area .ant-table-tbody>tr:hover>td{background:var(--app-panel-hover-bg)!important}.leads-table-scroll-area .ant-table-tbody>tr.ant-table-row-selected>td,.leads-table-scroll-area .ant-table-tbody>tr.leads-table-row-details-selected>td{background:var(--app-selection-bg)!important}.leads-table-scroll-area .ant-table-column-sort{background:var(--app-panel-hover-bg)!important}.leads-table-scroll-area .ant-table-thead .ant-table-column-sort{background:var(--app-table-header-bg)!important}.lead-details-panel{flex:0 0 420px;width:420px;min-width:340px;max-width:480px;align-self:flex-start;position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:auto;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);padding:.75rem .875rem}.lead-details-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lead-details-title{margin:0!important}.lead-details-header-actions{flex:0 0 auto}.lead-details-drop-active{position:relative}.lead-details-drop-valid{box-shadow:inset 0 0 0 2px #52c41a}.lead-details-drop-invalid{box-shadow:inset 0 0 0 2px #ff4d4f}.lead-details-drop-indicator{position:absolute;inset:0;z-index:20;pointer-events:none;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;background:#ffffffc7}.lead-details-drop-valid .lead-details-drop-indicator{background:#f6ffedeb}.lead-details-drop-invalid .lead-details-drop-indicator{background:#fff1f0eb}html[data-theme=dark] .lead-details-drop-indicator{background:#1c1f26e0}html[data-theme=dark] .lead-details-drop-valid .lead-details-drop-indicator{background:#1f3724eb}html[data-theme=dark] .lead-details-drop-invalid .lead-details-drop-indicator{background:#412224eb}.lead-details-drop-indicator-text{font-weight:600;color:var(--app-text)}.lead-details-expanded-backdrop{position:absolute;inset:0;z-index:2100;background:#00000038}.lead-details-expanded-overlay{position:absolute;inset:0;z-index:2110;display:flex;flex-direction:column;border:1px solid var(--app-border);border-radius:8px;background:var(--app-surface);box-shadow:0 8px 24px #0000001f;overflow:hidden}.lead-details-expanded-header{flex:0 0 auto;display:flex;flex-direction:column;gap:.5rem;padding:.75rem .875rem;border-bottom:1px solid var(--app-border-subtle)}.lead-details-expanded-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.lead-details-expanded-title{margin:0!important;line-height:1.2!important}.lead-details-expanded-nav-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lead-details-expanded-header-right{min-width:0;display:flex;align-items:center;gap:.5rem}.lead-details-expanded-note{font-size:.78rem;white-space:nowrap}.lead-details-expanded-content{flex:1 1 auto;min-height:0;overflow:auto;padding:.75rem .875rem}.lead-details-expanded-split-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:1rem;min-height:0;height:100%}.lead-details-expanded-main-column{min-width:0}.lead-details-side-column{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;gap:.8rem;justify-content:flex-start}.lead-details-briefs-panel,.lead-details-screenshots-panel{min-width:0;display:flex;flex-direction:column;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface);overflow:hidden}.lead-details-briefs-panel,.lead-details-screenshots-panel{flex:0 0 auto}.lead-details-briefs-header,.lead-details-screenshots-header{flex:0 0 auto;padding:.65rem .75rem;border-bottom:1px solid var(--app-border-subtle)}.lead-details-screenshots-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.lead-details-briefs-title,.lead-details-screenshots-title{margin:0!important}.lead-details-screenshots-paste-button,.lead-details-inline-action-button{width:1.75rem;min-width:1.75rem;height:1.75rem}.lead-details-briefs-content,.lead-details-screenshot-upload-prompt{flex:0 0 auto}.lead-details-briefs-content{min-height:0;padding:.4rem}.lead-details-briefs-list{display:flex;flex-direction:column;gap:.45rem}.lead-details-brief-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.55rem .6rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface-muted);text-align:left;font:inherit;color:var(--app-text)}.lead-details-brief-row:disabled,.lead-details-brief-row[aria-disabled=true]{cursor:default;opacity:1}.lead-details-brief-row-clickable{cursor:pointer;background:var(--app-surface)}.lead-details-brief-row-clickable:hover{border-color:#b7d3ff;box-shadow:0 2px 10px #1890ff14}.lead-details-brief-row-icon{position:relative;width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center;color:var(--app-text-muted)}.lead-details-brief-mail-icon{font-size:1.05rem}.lead-details-brief-status-icon{position:absolute;right:-.15rem;bottom:-.15rem;font-size:.8rem;background:var(--app-surface);border-radius:999px}.lead-details-brief-status-icon-ready{color:#389e0d}.lead-details-brief-status-icon-requested{color:#d48806}.lead-details-brief-status-icon-failed{color:#cf1322}.lead-details-brief-row-body{min-width:0;display:flex;flex-direction:column;gap:.1rem}.lead-details-brief-row-title,.lead-details-brief-row-meta{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lead-details-brief-row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.15rem}.lead-details-brief-error-button{width:1.55rem;height:1.55rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--app-text-muted);cursor:pointer}.lead-details-brief-error-button:hover,.lead-details-brief-error-button:focus-visible{color:#cf1322;background:#cf132214;outline:none}.lead-details-brief-error-popover{z-index:2200}.lead-details-brief-error-popover-text{max-width:18rem;display:block;white-space:normal}.lead-details-brief-delete-button{color:var(--app-text-muted)}.lead-details-screenshot-upload-prompt{display:flex;flex-direction:column;gap:.45rem;padding:.65rem .75rem;border-bottom:1px solid var(--app-border-subtle);background:var(--app-surface-muted)}.lead-details-screenshot-upload-file{font-size:.78rem}.lead-details-screenshot-upload-actions{justify-content:flex-end}.lead-details-screenshots-content{flex:0 0 auto;padding:.5rem}.lead-details-screenshots-list{display:flex;flex-direction:column;gap:.6rem}.lead-details-screenshot-card{display:flex;flex-direction:column;gap:.45rem;border:1px solid var(--app-border-subtle);border-radius:10px;background:var(--app-surface);padding:.45rem}.lead-details-screenshot-card-current{padding:.4rem}.lead-details-screenshot-card-current .lead-details-screenshot-card-body{cursor:pointer}.lead-details-screenshot-card-current .lead-details-screenshot-card-preview{height:160px}.lead-details-history-link{margin-top:.35rem;padding-inline:.15rem}.lead-details-history-grid,.lead-details-history-list{display:grid;gap:.75rem;max-height:min(70vh,720px);overflow:auto;padding:.15rem}.lead-details-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-details-history-list{grid-template-columns:1fr}.lead-details-history-item{min-width:0;display:grid;grid-template-columns:150px minmax(0,1fr);gap:.75rem;align-items:start;padding:.75rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface-muted)}.lead-details-history-item-brief{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.lead-details-history-preview{width:150px;height:100px;padding:0;overflow:hidden;border:1px solid var(--app-border-subtle);border-radius:6px;background:var(--app-surface);color:var(--app-text-muted);cursor:pointer}.lead-details-history-preview-empty{display:flex;align-items:center;justify-content:center;cursor:default;font-size:1.4rem}.lead-details-history-preview-image{width:100%;height:100%;display:block;object-fit:cover;object-position:top}.lead-details-history-item-body{min-width:0;display:flex;flex-direction:column;gap:.3rem}.lead-details-history-item-heading{min-width:0;display:flex;justify-content:space-between;gap:.5rem}.lead-details-history-error{white-space:normal;overflow-wrap:anywhere}.lead-details-history-actions{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.lead-details-screenshot-card-body{display:flex;flex-direction:column;gap:.45rem}.lead-details-screenshot-card-actions{display:flex;align-items:center;justify-content:space-between}.lead-details-screenshot-star{color:var(--app-text-muted)}.lead-details-screenshot-star.lead-details-screenshot-star-active{color:#faad14}.lead-details-screenshot-card-preview{position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--app-border-subtle);background:var(--app-surface-muted)}.lead-details-screenshot-card-image{display:block;width:100%;height:132px;object-fit:cover}.lead-details-screenshot-card-placeholder{height:132px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--app-surface-muted),var(--app-border-subtle))}.lead-details-screenshot-card-placeholder-icon{font-size:1.4rem;color:var(--app-text-muted)}.lead-details-screenshot-card-name{min-width:0;line-height:1.3;word-break:break-word}.lead-details-screenshot-tooltip{max-width:min(56vw,560px)}.lead-details-screenshot-tooltip-image{display:block;max-width:min(56vw,560px);max-height:60vh;border-radius:8px}.lead-details-screenshot-tooltip-empty{padding:.5rem .65rem}.lead-details-screenshot-preview-overlay{z-index:2200}.lead-details-screenshot-preview-overlay .ant-tooltip-inner{padding:.35rem;background:#141414f0}.lead-details-screenshot-preview-overlay .ant-tooltip-arrow:before{background:#141414f0}.lead-details-body{min-height:0}.lead-details-drawer-notes{margin-top:.5rem}.lead-details-drawer-section-label{display:block;margin-bottom:.35rem;color:var(--app-text-muted);font-size:.82rem;font-weight:600}.lead-details-drawer-notes .lead-details-form-value-notes{width:100%;box-sizing:border-box}.lead-details-drawer-notes-empty{display:block;padding:.15rem 0}.lead-details-drawer-import{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--app-border-subtle)}.lead-details-form{display:flex;flex-direction:column;gap:.4rem}.lead-details-form-expanded{gap:.55rem}.lead-details-form-row{display:grid;align-items:start;column-gap:.55rem}.lead-details-form-drawer .lead-details-form-row{grid-template-columns:minmax(132px,148px) minmax(0,1fr)}.lead-details-form-expanded .lead-details-form-row{grid-template-columns:minmax(104px,128px) minmax(0,1fr)}.lead-details-form-expanded .lead-details-form-row-full{grid-template-columns:1fr;row-gap:.18rem}.lead-details-form-expanded .lead-details-form-row-notes{grid-template-columns:1fr;row-gap:.2rem}.lead-details-form-label{color:var(--app-text-muted);font-weight:600;white-space:nowrap}.lead-details-form-value{min-width:0}.lead-details-availability-icon{min-width:1.25rem;min-height:1.25rem;display:inline-flex;align-items:center;color:var(--app-text)}.lead-details-field-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,360px));align-items:stretch;gap:1rem;border-radius:10px;background:var(--app-surface-muted);padding:1rem}.lead-details-field-group{width:360px;min-width:360px;max-width:360px;min-height:236px;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:.65rem;border:1px solid var(--app-border-subtle);border-radius:8px;background:var(--app-surface);padding:.8rem .9rem}.lead-details-field-group-title{color:var(--app-text-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.lead-details-field-group-fields{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:.45rem}.lead-details-field-group-wide,.lead-details-field-group-notes,.lead-details-field-group-import{grid-column:auto}.lead-details-field-group-import{border-left:3px solid var(--app-nav-active-border)}.lead-details-field-group-import,.lead-details-field-group-notes{min-height:236px}.lead-details-field-group-import .lead-details-field-group-fields{max-width:none}.lead-details-field-group-notes .lead-details-form-value-notes{min-height:0}.lead-details-field-group-notes .lead-details-field-group-fields,.lead-details-field-group-notes .lead-details-form-row-notes,.lead-details-field-group-notes .lead-details-form-value-notes{flex:1 1 auto}.lead-details-field-group-notes .lead-details-form-row-notes{min-height:0;display:flex;flex-direction:column}.lead-details-field-group-notes .lead-details-form-value-notes{width:100%;box-sizing:border-box}.lead-details-field-group-notes .lead-details-form-value-notes.lead-details-form-value-editing{min-height:0;border:1px solid var(--app-border-subtle);background:var(--app-surface-muted);padding:0}.lead-details-field-group-notes .lead-details-edit-textarea.ant-input{height:100%;min-height:100%;resize:none;border:0;border-radius:5px;background:transparent}.lead-details-field-group-notes .lead-details-edit-textarea.ant-input:focus,.lead-details-field-group-notes .lead-details-edit-textarea.ant-input-focused{border:0;box-shadow:inset 0 0 0 2px #60a5fa2e}.lead-details-inline-action-value{display:inline-flex;align-items:center;gap:.25rem;min-width:0}.lead-details-form-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.lead-details-board-badge{display:inline-flex;max-width:100%;align-items:center;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface-muted);color:var(--app-text);font-size:.82rem;font-weight:600;line-height:1.25;padding:.15rem .55rem;overflow-wrap:anywhere}.lead-phone-copy{appearance:none;border:0;background:transparent;color:inherit;font:inherit;line-height:inherit;padding:0;text-align:left;cursor:pointer}.lead-phone-copy:hover,.lead-phone-copy:focus-visible{color:inherit;text-decoration:none}.lead-url-link{color:var(--app-link);overflow-wrap:anywhere;word-break:break-word}.lead-url-link:hover,.lead-url-link:focus-visible{color:var(--app-link-hover);text-decoration:underline}.lead-url-link-table{display:inline;max-width:100%;background:transparent;color:inherit;text-decoration:none}.lead-url-link-table:hover,.lead-url-link-table:focus-visible{background:transparent;color:inherit}.lead-details-edit-input,.lead-details-edit-textarea{width:100%}.lead-details-edit-input.ant-input,.lead-details-edit-textarea.ant-input{background:var(--app-surface);border-color:var(--app-border);color:var(--app-text)}.lead-details-edit-input.ant-input:hover,.lead-details-edit-textarea.ant-input:hover{border-color:var(--app-nav-active-border)}.lead-details-edit-input.ant-input:focus,.lead-details-edit-input.ant-input-focused,.lead-details-edit-textarea.ant-input:focus,.lead-details-edit-textarea.ant-input-focused{border-color:var(--app-nav-active-border);box-shadow:0 0 0 2px #60a5fa2e}.lead-details-edit-input.ant-input::placeholder,.lead-details-edit-textarea.ant-input::placeholder{color:var(--app-text-muted)}.lead-details-edit-textarea{resize:vertical}.lead-details-edit-error{display:block;margin-top:.25rem}.lead-details-form-value-notes{border:1px solid var(--app-border-subtle);background:var(--app-surface-muted);border-radius:6px;color:var(--app-text);padding:.45rem .55rem;min-height:2.2rem}.lead-details-form-value-notes .lead-details-form-text{color:var(--app-text)}.lead-details-form-value-notes.lead-details-form-value-editing{border:0;background:transparent;padding:0;min-height:0}.lead-details-expanded-edit-actions{flex-wrap:nowrap}.resize-handle{position:absolute;right:0;top:0;width:8px;height:100%;cursor:col-resize;z-index:1}@media(max-width:1500px){.templates-editor-main-layout{grid-template-columns:1fr}.templates-editor-preview-column{max-width:none}}@media(max-width:1200px){.status-row-content{flex-wrap:wrap;margin-left:0;justify-content:flex-start}.status-action-progress{width:100%;margin-left:0;justify-content:flex-start}.tags-page-grid{grid-template-columns:1fr;align-items:stretch}.tags-page-grid-header{display:none}.content-layout{flex-direction:column}.lead-details-panel{width:100%;min-width:0;max-width:none;position:static;max-height:480px}.board-page-details-open{padding-right:1.25rem}.board-lead-details-panel-host .lead-details-panel{width:min(420px,calc(100vw - 2rem));min-width:0;max-width:calc(100vw - 2rem);position:fixed;top:calc(64px + 1rem);right:1rem;max-height:calc(100vh - 64px - 2rem)}.lead-details-expanded-split-layout{grid-template-columns:1fr;height:auto}.lead-details-side-column{height:auto}.lead-details-briefs-panel{max-height:280px}.templates-layout{flex-direction:column}.templates-list-pane{width:100%;min-width:0;max-width:none;flex:0 0 auto;max-height:320px}.templates-editor-pane{width:100%;min-width:0}.templates-editor-main-layout{grid-template-columns:1fr}.templates-editor-preview-column{width:100%;min-width:0;max-width:none;border-left:0;padding-left:0;margin-top:0}}@media(max-width:980px){.account-sender-address-form{width:440px}.templates-editor-line-row{flex-wrap:wrap}.templates-editor-line-actions-column{flex:1 1 100%;width:100%;min-width:0}.templates-manual-group-row{grid-template-columns:1fr;gap:.4rem}.templates-manual-group-label{padding-top:0}.templates-editor-manual-row,.templates-manual-address-paragraph{padding-left:0}}@media(max-width:640px){.templates-page-shell{padding-inline:.75rem}.templates-list-pane{max-height:260px}.templates-editor-scroll{padding:.75rem}.templates-editor-aligned-stack{padding-left:0}.templates-editor-config-column{--templates-field-max-width: 100%;--templates-field-min-width: 0}.templates-editor-manual-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.templates-composition-card{padding:.75rem}.templates-preview-section{min-height:220px;padding:.85rem}.templates-preview-content{padding-left:0}.account-user-grid,.account-billing-row-three{grid-template-columns:1fr}.account-sender-two-column-row,.account-sender-address-line,.account-sender-address-line:last-child{grid-template-columns:1fr}.account-sender-mobile-field{width:100%}.account-sender-address-actions{justify-content:stretch}.account-sender-address-actions .ant-btn,.account-password-actions .ant-btn{flex:1 1 10rem}.account-password-actions{justify-content:stretch}}@media(max-width:760px){.lead-details-history-grid,.lead-details-history-item{grid-template-columns:1fr}.lead-details-history-item-brief{grid-template-columns:auto minmax(0,1fr)}.lead-details-history-item-brief .lead-details-history-actions{grid-column:1 / -1}.lead-details-history-preview{width:100%;height:150px}.lead-details-form-expanded .lead-details-form-row{grid-template-columns:1fr;row-gap:.2rem}.lead-details-field-groups,.lead-details-field-group-import .lead-details-field-group-fields{grid-template-columns:1fr}.lead-details-field-group{width:auto;min-width:0;max-width:none}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.react-resizable{position:relative}.react-resizable-handle{position:absolute;width:20px;height:20px;background-repeat:no-repeat;background-origin:content-box;box-sizing:border-box;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+);background-position:bottom right;padding:0 3px 3px 0}.react-resizable-handle-sw{bottom:0;left:0;cursor:sw-resize;transform:rotate(90deg)}.react-resizable-handle-se{bottom:0;right:0;cursor:se-resize}.react-resizable-handle-nw{top:0;left:0;cursor:nw-resize;transform:rotate(180deg)}.react-resizable-handle-ne{top:0;right:0;cursor:ne-resize;transform:rotate(270deg)}.react-resizable-handle-w,.react-resizable-handle-e{top:50%;margin-top:-10px;cursor:ew-resize}.react-resizable-handle-w{left:0;transform:rotate(135deg)}.react-resizable-handle-e{right:0;transform:rotate(315deg)}.react-resizable-handle-n,.react-resizable-handle-s{left:50%;margin-left:-10px;cursor:ns-resize}.react-resizable-handle-n{top:0;transform:rotate(225deg)}.react-resizable-handle-s{bottom:0;transform:rotate(45deg)}
