:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c2421;background:#f4f6f5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #18201d;--muted: #68736f;--line: #dfe5e2;--surface: #ffffff;--canvas: #f4f6f5;--primary: #167a61;--primary-dark: #105c4a;--teal-soft: #e9f5f1;--amber: #b77312;--amber-soft: #fff5df;--red: #b83a46;--red-soft: #fdecef;--blue: #3569a8;--sidebar: #18201d}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;margin:0;min-width:320px;min-height:100%;overflow-x:clip;overscroll-behavior-x:none}body{min-height:100vh;overflow-x:clip;overscroll-behavior-y:none}body.workbench-active{height:var(--app-viewport-height, 100dvh);overflow:hidden;overscroll-behavior:none}@media (max-width: 760px){html.workbench-active{height:100%;min-height:0;overflow:hidden;overscroll-behavior:none}body.workbench-active{position:fixed;inset:0;width:100%;min-height:0;touch-action:pan-y}}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}small{color:var(--muted)}.app-shell{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .2s ease}.app-shell.sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;min-width:0;display:flex;flex-direction:column;overflow:hidden;color:#d8e0dc;background:var(--sidebar);border-right:1px solid #2d3733}.brand{height:68px;display:flex;align-items:center;gap:11px;padding:0 18px;white-space:nowrap}.brand-mark{position:relative;width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border:1px solid #4e6159;background:#26332e;border-radius:7px}.brand-mark:before,.brand-mark span{content:"";position:absolute;width:12px;height:7px;border:2px solid #7fe0bc;border-radius:2px}.brand-mark:before{transform:translate(-3px,-3px)}.brand-mark span{transform:translate(3px,3px);border-color:#f1c86b}.brand-logo{width:31px;height:31px;flex:0 0 31px;display:block;object-fit:cover;border:1px solid rgba(255,255,255,.78);border-radius:8px;box-shadow:0 5px 14px #234d8529}.brand strong{display:block;color:#fff;font-size:15px;line-height:1.2}.brand small{display:block;margin-top:3px;color:#82918b;font-size:9px;letter-spacing:1.6px}.sidebar nav{flex:1;padding:10px;overflow-y:auto}.sidebar nav a,.sidebar-toggle{min-height:42px;display:flex;align-items:center;gap:12px;width:100%;padding:0 12px;margin-bottom:4px;border:0;border-radius:6px;color:#aebbb6;background:transparent;white-space:nowrap}.sidebar nav a:hover,.sidebar-toggle:hover{color:#fff;background:#25312c}.sidebar nav a.active{color:#fff;background:#2b3b35;box-shadow:inset 3px 0 #67d7ae}.sidebar nav a span,.sidebar-toggle span,.brand>div{transition:opacity .15s}.sidebar-collapsed .sidebar nav a span,.sidebar-collapsed .sidebar-toggle span,.sidebar-collapsed .brand>div{width:0;opacity:0;overflow:hidden}.sidebar-collapsed .sidebar nav a,.sidebar-collapsed .sidebar-toggle{justify-content:center;padding:0}.sidebar-foot{padding:10px;border-top:1px solid #2b3632}.sidebar-account{position:relative}.sidebar-account-trigger{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:12px;background:transparent}.sidebar-account-trigger:hover{background:#ffffff14}.sidebar-account-trigger:focus-visible{outline:2px solid #67d7ae;outline-offset:2px}.sidebar-account-menu{position:absolute;z-index:100;left:calc(100% + 12px);bottom:0;width:260px;padding:8px;color:var(--ink);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 18px 48px #10231c33}.sidebar-account-menu header{display:flex;align-items:center;gap:10px;min-width:0;padding:7px 7px 11px;margin-bottom:5px;border-bottom:1px solid var(--line)}.sidebar-account-menu header>div{min-width:0;display:grid;gap:2px}.sidebar-account-menu header strong,.sidebar-account-menu header span,.sidebar-account-menu header small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-account-menu header strong{font-size:13px}.sidebar-account-menu header span{color:var(--muted);font-size:11px}.sidebar-account-menu header small{font-size:10px}.sidebar-account-menu>button{width:100%;min-height:38px;display:flex;align-items:center;gap:9px;padding:0 9px;color:#34413c;border:0;border-radius:6px;background:transparent;font-size:12px;text-align:left}.sidebar-account-menu>button:hover{background:#f1f5f3}.sidebar-account-menu>button:focus-visible{outline:2px solid #5b9e86;outline-offset:-2px}.sidebar-account-menu>button.danger{color:var(--red)}.sidebar-account-menu>button.danger:hover{background:var(--red-soft)}.sidebar-account-menu>p{margin:4px 7px 7px;padding:7px 8px;color:var(--red);border-radius:5px;background:var(--red-soft);font-size:11px;line-height:1.4}.main-area{min-width:0;min-height:100vh}.topbar{height:68px;position:sticky;z-index:20;top:0;display:flex;justify-content:space-between;align-items:center;padding:0 22px;background:#fffffff5;border-bottom:1px solid var(--line)}.topbar>div,.topbar-actions,.user-menu{display:flex;align-items:center}.topbar>div:first-child{gap:14px;min-width:0}.topbar h1{font-size:18px;font-weight:700}.topbar-actions{gap:8px}.user-menu{gap:9px;padding:0 9px;min-width:0}.user-menu>div{display:grid;min-width:0}.user-menu strong{max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.user-menu small{font-size:10px}.avatar,.contact-avatar,.account-avatar{display:grid;place-items:center;flex:0 0 auto;background:#d9e8e2;color:#265a49;font-weight:700}.avatar{width:31px;height:31px;border-radius:50%;font-size:11px}.contact-avatar,.account-avatar{width:34px;height:34px;border-radius:6px;font-size:12px}.contact-avatar.large{width:54px;height:54px;font-size:18px}.contact-avatar{overflow:hidden}.contact-avatar img{width:100%;height:100%;display:block;object-fit:cover}.realtime-state{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:11px}.realtime-state i,.status-badge i{width:6px;height:6px;border-radius:50%;background:#9aa39f}.realtime-state.connected i{background:#35a578;box-shadow:0 0 0 3px #dff4ec}.realtime-state.connecting i{background:#d29735}.realtime-state.disconnected i{background:#c94d59}.page-content{width:100%;min-width:0;padding:20px 22px 28px}.page-stack{display:flex;flex-direction:column;gap:16px;min-width:0}.button,.icon-button,.send-button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:background .15s,border-color .15s,color .15s}.button{min-height:36px;padding:0 13px;border-radius:5px;font-size:13px;font-weight:650}.button.primary{color:#fff;background:var(--primary)}.button.primary:hover{background:var(--primary-dark)}.button.secondary{color:#34413c;background:#fff;border-color:#cfd8d4}.button.secondary:hover{background:#f5f8f6;border-color:#abbab4}.button.danger{color:#fff;background:var(--red)}.button.full{width:100%}.icon-button{width:34px;height:34px;padding:0;border-radius:5px;color:#56625e;background:transparent}.icon-button:hover{background:#eef2f0;color:var(--ink)}.icon-button.danger-ghost:hover{color:var(--red);background:var(--red-soft)}.send-button{width:38px;height:38px;border-radius:5px;color:#fff;background:var(--primary)}.back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;color:#58645f;font-size:13px}input,select,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd8d4;border-radius:5px;outline:none}input,select{height:37px;padding:0 10px}textarea{resize:vertical;padding:9px 10px;line-height:1.5}input:focus,select:focus,textarea:focus{border-color:#5b9e86;box-shadow:0 0 0 3px #e4f3ee}input:disabled{color:#78827f;background:#f1f4f2}label{display:grid;gap:7px;color:#46534e;font-size:12px;font-weight:650}.form-grid{display:grid;gap:15px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.span-two{grid-column:1 / -1}.toggle-field{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0}.toggle-field span:first-child{display:grid;gap:3px}.toggle-field small{font-weight:400}.switch{width:36px;height:20px;flex:0 0 auto;position:relative;padding:0;border:0;border-radius:10px;background:#bdc6c2}.switch span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:left .15s;box-shadow:0 1px 3px #0002}.switch.on{background:var(--primary)}.switch.on span{left:19px}.panel{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:7px}.panel-header{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}.panel-header h2{font-size:14px}.panel-header p{margin-top:4px;color:var(--muted);font-size:11px}.panel-header>strong{font-size:22px}.page-toolbar{min-height:38px;display:flex;align-items:center;gap:10px}.page-toolbar.wrap{flex-wrap:wrap}.toolbar-spacer{flex:1}.search-box,.conversation-search{display:flex;align-items:center;gap:8px;color:#7a8581;background:#fff;border:1px solid #cfd8d4;border-radius:5px}.search-box{width:min(360px,100%);padding:0 10px}.search-box input,.conversation-search input{height:35px;padding:0;border:0;box-shadow:none}.filter-select{width:170px}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.metric{min-width:0;min-height:102px;display:flex;justify-content:space-between;padding:15px;background:#fff;border:1px solid var(--line);border-radius:7px}.metric div{display:grid;align-content:space-between}.metric span{color:var(--muted);font-size:11px}.metric strong{font-size:24px}.metric svg{color:#71807a}.metric:nth-child(2) svg,.metric:nth-child(5) svg{color:var(--primary)}.metric:nth-child(4) svg{color:var(--amber)}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.availability-track{height:8px;margin:22px 16px;overflow:hidden;border-radius:4px;background:#e7ecea}.availability-track span{display:block;height:100%;background:var(--primary)}.unavailable-note{margin:16px;padding:13px;color:#6b5b39;background:var(--amber-soft);border-left:3px solid #d29a3f;font-size:12px}.chip-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;color:#52605b;background:#edf1ef;border:1px solid #dce3e0;border-radius:4px;font-size:11px}.panel>.chip-row{padding:16px}.table-wrap{min-width:0;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:7px}.table-wrap.flush{margin:0 -16px -16px;border-width:1px 0 0;border-radius:0}table{width:100%;border-collapse:collapse;table-layout:auto;font-size:12px}th{height:39px;padding:0 12px;color:#6c7773;background:#f7f9f8;text-align:left;font-size:10px;font-weight:700;text-transform:uppercase;white-space:nowrap}td{min-height:52px;padding:10px 12px;border-top:1px solid #e8ecea;vertical-align:middle}tr.clickable:hover,tbody tr:hover{background:#fafcfb}tr.clickable{cursor:pointer}.identity-cell{display:flex;align-items:center;gap:10px;min-width:150px}.identity-cell>div{display:grid;gap:3px;min-width:0}.identity-cell strong,.identity-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions-col{width:240px}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px}.cell-error{display:block;max-width:190px;margin-top:4px;color:var(--red);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.proxy-label{display:inline-flex;align-items:center;gap:5px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mono{max-width:170px;color:#57635f;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.check-col{width:38px}td input[type=checkbox],th input[type=checkbox]{width:15px;height:15px}.block{display:block;margin-top:3px}.truncate-cell{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-flex;align-items:center;gap:6px;min-height:23px;padding:2px 7px;border-radius:4px;font-size:9px;font-weight:750;white-space:nowrap}.status-badge.positive{color:#156247;background:var(--teal-soft)}.status-badge.positive i{background:#27966c}.status-badge.warning{color:#80540f;background:var(--amber-soft)}.status-badge.warning i{background:#c8841b}.status-badge.negative{color:#92323e;background:var(--red-soft)}.status-badge.negative i{background:#c94451}.status-badge.neutral{color:#57625e;background:#edf1ef}.empty-state,.error-state,.message-empty,.customer-empty,.capability-unavailable{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--muted);text-align:center}.empty-state svg,.message-empty svg,.customer-empty svg,.capability-unavailable svg{color:#aab4b0}.empty-state strong,.error-state strong,.message-empty strong,.customer-empty strong,.capability-unavailable strong{color:#46524e;font-size:13px}.error-state{min-height:300px}.error-state svg{color:var(--red)}.error-state span{max-width:480px;font-size:12px}.skeleton-list{display:grid;gap:1px;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:7px}.skeleton-row{height:58px;display:grid;grid-template-columns:1.4fr 1fr .7fr;align-items:center;gap:30px;padding:0 16px;background:#fff}.skeleton-row span{height:11px;border-radius:3px;background:linear-gradient(90deg,#edf1ef,#f7f9f8,#edf1ef);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.banner{padding:10px 12px;border-radius:5px;font-size:12px}.banner.error,.form-error{color:#8d303b;background:var(--red-soft);border:1px solid #f4ced3}.banner.success{color:#176348;background:var(--teal-soft);border:1px solid #cfeadd}.banner.warning{color:#765314;background:var(--amber-soft);border:1px solid #ecd9a6}.form-error{padding:8px 10px;border-radius:4px;font-size:11px}.dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:#11181573}.dialog{width:100%;max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:7px;box-shadow:0 20px 60px #10171344}.dialog>header{min-height:55px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line)}.dialog h2{font-size:15px}.dialog-body{padding:16px;overflow-y:auto}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--line)}.confirm-copy{color:#4e5a56;font-size:13px;line-height:1.7}.log-list{display:grid;gap:0}.log-row{min-height:45px;display:grid;grid-template-columns:110px 1fr 80px 1fr;align-items:center;gap:12px;border-bottom:1px solid #edf0ef;font-size:11px}.proxy-settings{display:grid;gap:13px;padding-top:15px;border-top:1px solid var(--line)}.proxy-settings>header{display:grid;gap:4px}.proxy-settings>header small{color:var(--muted);font-size:10px}.proxy-mode{width:220px;padding:0}.proxy-restart-note{padding:9px 10px;color:#765314;background:var(--amber-soft);border-radius:4px;font-size:10px}.fingerprint-detail{display:grid;gap:14px}.fingerprint-summary{min-height:64px;display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--line)}.fingerprint-summary>div{min-width:0;flex:1;display:grid;gap:4px}.fingerprint-summary strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px;overflow-wrap:anywhere}.fingerprint-summary small{font-size:10px}.fingerprint-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#176348;background:var(--teal-soft);border:1px solid #cfeadd;border-radius:6px}.fingerprint-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid var(--line);border-radius:6px;overflow:hidden}.fingerprint-grid>div{min-width:0;padding:10px 12px;border-bottom:1px solid var(--line)}.fingerprint-grid>div:nth-child(odd){border-right:1px solid var(--line)}.fingerprint-grid dt{color:var(--muted);font-size:9px}.fingerprint-grid dd{margin:4px 0 0;font-size:11px;overflow-wrap:anywhere}.fingerprint-modes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.fingerprint-modes h3{grid-column:1 / -1;font-size:11px}.fingerprint-modes div{min-width:0;display:grid;gap:5px;padding:9px;background:#f7f9f8;border:1px solid var(--line);border-radius:5px}.fingerprint-modes span{color:var(--muted);font-size:9px}.fingerprint-modes strong{color:#285a49;font-size:9px;overflow-wrap:anywhere}.fingerprint-arguments{border-top:1px solid var(--line);padding-top:10px}.fingerprint-arguments summary{cursor:pointer;color:#4d5a55;font-size:11px;font-weight:650}.fingerprint-arguments pre{max-height:190px;margin:9px 0 0;padding:10px;overflow:auto;color:#d8e0dc;background:#202a26;border-radius:5px;font:10px/1.65 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.bind-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px}.bind-main{min-width:0}.bind-aside{align-self:start;padding:16px;background:#202a26;color:#e4eae7;border-radius:7px}.bind-aside h3{font-size:13px}.bind-aside dl{margin:18px 0 0}.bind-aside dl div{padding:10px 0;border-top:1px solid #37433e}.bind-aside dt{color:#8f9d97;font-size:10px}.bind-aside dd{margin:5px 0 0;font-size:11px;overflow-wrap:anywhere}.step-line{display:flex;align-items:center;width:min(420px,100%);margin:0 auto 18px}.step-line span{width:26px;height:26px;display:grid;place-items:center;color:#71807a;background:#fff;border:1px solid #cfd7d4;border-radius:50%;font-size:11px}.step-line span.active,.step-line span.done{color:#fff;background:var(--primary);border-color:var(--primary)}.step-line i{flex:1;height:1px;background:#ccd5d1}.bind-form{padding-bottom:16px}.bind-form .form-grid,.bind-form>.button,.bind-form>.banner{margin:16px}.qr-stage{padding-bottom:16px}.success-icon{color:var(--primary)}.qr-request{width:220px;height:220px;margin:24px auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;color:var(--primary);background:#fff;border:1px dashed #86bca8;border-radius:6px}.qr-live,.qr-complete{min-height:326px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px;text-align:center}.qr-live img{width:228px;height:228px;padding:8px;image-rendering:pixelated;background:#fff;border:1px solid #d5deda;border-radius:5px}.qr-live strong,.qr-complete strong{color:var(--ink);font-size:14px}.qr-live span,.qr-complete span{color:var(--muted);font-size:12px}.qr-complete svg{color:var(--primary)}.qr-complete .button{margin-top:8px}.capability-unavailable{min-height:220px;margin:0 16px}.pairing-row{display:flex;align-items:center;gap:12px;margin:16px;padding:13px;background:#f7f9f8;border:1px solid var(--line);border-radius:6px}.pairing-row>div{flex:1;display:grid;gap:3px}.account-add-page{width:min(1180px,100%);margin:0 auto}.add-stepper{width:min(560px,100%);min-height:46px;display:flex;align-items:center;margin:0 auto 16px}.add-stepper>div{display:flex;align-items:center;gap:7px;color:#7b8782;white-space:nowrap}.add-stepper>div span{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #c9d3cf;border-radius:50%;background:#fff;font-size:10px}.add-stepper>div strong{font-size:11px;font-weight:650}.add-stepper>div.active,.add-stepper>div.complete{color:var(--primary-dark)}.add-stepper>div.active span,.add-stepper>div.complete span{color:#fff;background:var(--primary);border-color:var(--primary)}.add-stepper>i{height:1px;flex:1;min-width:24px;margin:0 10px;background:#d5ddda}.account-config-panel{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:7px}.config-section{padding:18px}.config-section+.config-section{border-top:1px solid var(--line)}.config-section>header{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:#315a4b}.config-section>header h2{color:var(--ink);font-size:14px}.config-grid{display:grid;gap:14px}.config-grid.two,.preset-row{grid-template-columns:repeat(2,minmax(0,1fr))}.config-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.field-with-action{min-width:0;display:grid;align-content:end;gap:7px}.field-with-action>span{color:#46534e;font-size:12px;font-weight:650}.field-with-action .button{width:max-content}.preset-row{display:grid;gap:14px;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e7ecea}.fingerprint-editor{min-width:0}.seed-field>div{display:flex;align-items:center;gap:5px}.seed-field input{min-width:0}.seed-field .icon-button{flex:0 0 34px;border:1px solid #cfd8d4}.spoofing-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}.account-config-panel>.banner{margin:0 18px 16px}.account-config-actions{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 18px;background:#f8faf9;border-top:1px solid var(--line)}.account-config-actions>div{min-width:0;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px}.account-config-actions>div span{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-qr-stage{width:min(680px,100%);margin:0 auto}.qr-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px 16px}.mono-input{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.account-login-stage,.account-bind-success{width:min(920px,100%);margin:8px auto 0;overflow:hidden;color:#15233b;background:#fffffff0;border:1px solid #dce7f5;border-radius:8px;box-shadow:0 18px 48px #2f4c761f}.bind-stage-header{min-height:82px;display:flex;align-items:center;gap:14px;padding:16px 24px;border-bottom:1px solid #e4ebf5}.bind-brand-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;background:#40504b;border:1px solid rgba(25,142,72,.28);border-radius:50%;box-shadow:0 7px 20px #28c76f3b}.bind-brand-icon img{width:100%;height:100%;display:block;object-fit:cover}.bind-stage-header h2{font-size:20px}.bind-stage-header p{margin-top:5px;color:#74819a;font-size:12px}.bind-account-id{max-width:250px;margin-left:auto;overflow:hidden;color:#8692a7;font:10px ui-monospace,SFMono-Regular,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.bind-progress{width:min(530px,calc(100% - 32px));display:flex;align-items:center;margin:22px auto 12px}.bind-progress>span{display:flex;align-items:center;gap:8px;color:#76839a;font-size:12px;font-weight:650;white-space:nowrap}.bind-progress>span i{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;color:#52637d;background:#edf2f8;font-style:normal}.bind-progress>span.active,.bind-progress>span.done{color:#2f7df4}.bind-progress>span.active i,.bind-progress>span.done i{color:#fff;background:#347ff2;box-shadow:0 5px 14px #347ff233}.bind-progress>b{min-width:26px;height:1px;flex:1;margin:0 12px;background:#d9e4f1}.bind-current-state{width:max-content;max-width:calc(100% - 32px);display:flex;align-items:center;gap:8px;margin:0 auto 16px;padding:7px 12px;color:#2f7df4;background:#f2f7ff;border:1px solid #cfe1ff;border-radius:6px;font-size:12px;font-weight:700}.bind-current-state i{width:8px;height:8px;flex:0 0 auto;background:#347ff2;border-radius:50%;box-shadow:0 0 0 4px #347ff217}.bind-login-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;padding:0 24px 24px}.bind-login-main{min-width:0;overflow:hidden;border:1px dashed #c8dbf2;border-radius:8px}.bind-login-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;margin:12px;padding:4px;background:#edf3fb;border-radius:7px}.bind-login-tabs button{min-width:0;height:49px;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;color:#65738a;background:transparent;border:1px solid transparent;border-radius:6px}.bind-login-tabs button span{min-width:0;display:grid;gap:2px;text-align:left}.bind-login-tabs button strong{font-size:11px}.bind-login-tabs button small{font-size:9px}.bind-login-tabs button.active{color:#2f7df4;background:#fff;border-color:#cfe0f6;box-shadow:0 3px 10px #3f629114}.bind-login-tabs button:disabled{cursor:not-allowed;opacity:.5}.bind-login-content{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 18px 18px;text-align:center}.bind-qr-loading,.bind-qr-ready{min-height:252px;display:flex;flex-direction:column;align-items:center;justify-content:center}.bind-loader{position:relative;width:100px;height:100px;display:grid;place-items:center;margin-bottom:14px;color:#347ff2;background:radial-gradient(circle,#fff 45%,#edf5ff 46%,#f7fbff 67%);border-radius:50%}.bind-loader .spin{position:absolute;color:#3f89f7}.bind-loader svg:last-child{color:#28c76f;fill:#28c76f14}.bind-qr-loading h3,.bind-qr-ready h3,.pairing-title h3{font-size:15px}.bind-qr-loading p,.bind-qr-ready p,.pairing-title p{margin-top:7px;color:#7b889d;font-size:11px}.bind-qr-ready img{width:214px;height:214px;padding:7px;image-rendering:pixelated;background:#fff;border:1px solid #d6e4f5;border-radius:8px;box-shadow:0 10px 30px #2949721c}.bind-qr-ready h3{margin-top:13px}.bind-login-content .qr-error{width:100%;margin:8px 0 0;text-align:left}.bind-login-tips{min-width:0;padding:18px;border:1px solid #dbe7f5;border-radius:8px}.bind-login-tips h3{display:flex;align-items:center;gap:9px;margin-bottom:13px;font-size:14px}.bind-login-tips article{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:11px 0}.bind-login-tips article>svg{padding:6px;color:#347ff2;background:#edf5ff;border-radius:50%;box-sizing:content-box}.bind-login-tips article div{display:grid;gap:4px}.bind-login-tips article strong{font-size:11px}.bind-login-tips article span{color:#8390a5;font-size:10px;line-height:1.55}.pairing-content{align-items:stretch;justify-content:flex-start;padding:16px 22px 20px;text-align:left}.pairing-title{display:flex;align-items:center;gap:12px}.pairing-title>span{width:42px;height:42px;display:grid;place-items:center;color:#347ff2;background:#edf5ff;border-radius:8px}.pairing-phone-fields{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;margin-top:20px}.pairing-phone-fields label{display:grid;gap:7px;color:#4a5a72;font-size:11px;font-weight:650}.pairing-phone-fields input{height:42px}.pairing-note{margin-top:10px;padding:8px 10px;color:#6f7f96;background:#f3f7fc;border-radius:6px;font-size:10px}.pairing-content>.banner{margin-top:10px}.pairing-submit{align-self:flex-end;margin-top:14px}.pairing-code-ready{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.pairing-code-ready>span{color:#75839a;font-size:11px}.pairing-code-ready>strong{margin:18px 0 12px;padding:13px 18px;color:#1d67d8;background:#eef6ff;border:1px solid #c9def9;border-radius:8px;font:700 29px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:3px}.pairing-code-ready p{max-width:360px;color:#7d8a9e;font-size:11px;line-height:1.6}.pairing-code-ready .button{margin-top:16px}.account-bind-success>header{min-height:68px;display:flex;align-items:center;padding:0 24px;border-bottom:1px solid #e3ebf4}.account-bind-success>header h2{font-size:19px}.bind-success-body{min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}.bind-success-mark{width:112px;height:112px;display:grid;place-items:center;color:#fff;background:#25c762;border:18px solid #dcf8e7;border-radius:50%;box-shadow:0 14px 36px #25c7622e}.bind-success-body>h3{margin-top:22px;font-size:24px}.bind-success-body>p{margin-top:7px;color:#7b889e;font-size:13px}.bound-account{display:flex;align-items:center;gap:10px;margin-top:18px;padding:8px 12px;background:#f7fafc;border:1px solid #e3ebf3;border-radius:7px;text-align:left}.bound-account>div{display:grid;gap:3px}.bound-account strong{font-size:12px}.bound-account span{color:#7d899b;font-size:10px}.bind-success-steps{width:min(520px,100%);display:flex;align-items:flex-start;margin-top:28px}.bind-success-steps span{display:grid;justify-items:center;gap:8px;min-width:72px;color:#526179;font-size:11px;font-weight:650}.bind-success-steps span i{width:28px;height:28px;display:grid;place-items:center;color:#fff;background:#25c762;border:5px solid #dcf8e7;border-radius:50%;box-sizing:content-box}.bind-success-steps b{height:1px;flex:1;margin-top:18px;background:#9de3b8}.bind-online-status{width:min(520px,100%);display:flex;align-items:center;justify-content:center;gap:8px;margin-top:25px;padding:13px;color:#1eac53;background:#eafaf0;border-radius:7px;font-size:13px;font-weight:700}.bind-success-body>.button{margin-top:18px}.inbox-shell{height:calc(100vh - 109px);min-height:560px;display:grid;grid-template-columns:minmax(245px,.76fr) minmax(430px,1.5fr) minmax(245px,.78fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px}.conversation-list,.message-pane,.customer-pane{min-width:0;min-height:0}.conversation-list{display:flex;flex-direction:column;border-right:1px solid var(--line)}.inbox-account{display:grid;gap:6px;padding:11px;border-bottom:1px solid var(--line)}.history-sync{font-size:9px}.history-sync.running{color:#7a5515}.history-sync.failed{color:var(--red)}.conversation-search{margin:10px 11px 6px;padding:0 9px}.segment-control{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:5px 11px 10px}.segment-control button{height:27px;padding:0 5px;border:0;border-radius:4px;color:#65716d;background:#f1f4f2;font-size:10px}.segment-control button.active{color:#155d48;background:#dff0ea}.conversation-scroll,.message-scroll{flex:1;min-height:0;overflow-y:auto}.conversation-item{width:100%;min-height:67px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 11px;border:0;border-top:1px solid #edf0ef;text-align:left;background:#fff}.conversation-item.active{background:#eef6f3;box-shadow:inset 3px 0 var(--primary)}.conversation-item>div>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.conversation-item strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.conversation-item time{color:#8a9490;font-size:9px;white-space:nowrap}.conversation-item p{max-width:100%;margin-top:5px;color:#77827e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.unread-count{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;color:#fff;background:var(--primary);border-radius:9px;font-size:9px}.message-pane{display:flex;flex-direction:column;background:#f2f5f3}.message-header{min-height:59px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#fff;border-bottom:1px solid var(--line)}.message-header>div{display:grid;gap:3px}.message-header strong{font-size:13px}.message-header small{font-size:9px}.message-contact{display:flex!important;align-items:center;gap:9px}.message-contact>div{display:grid;gap:3px}.message-header-actions{display:flex!important;align-items:center;gap:9px}.detected-language{display:inline-flex;align-items:center;gap:5px;color:#4f625b;font-size:9px}.message-scroll{padding:18px}.message-row{width:100%;display:flex;align-items:flex-end;gap:8px;margin-bottom:10px}.message-row.outbound{justify-content:flex-end}.message-row>.contact-avatar{width:30px;height:30px;flex-basis:30px;border-radius:50%;font-size:10px;box-shadow:0 1px 3px #17211d1a}.message-row .message-bubble{margin-bottom:0}.message-row .message-bubble.outbound{margin-left:0}.message-bubble{position:relative;width:fit-content;max-width:min(75%,560px);margin:0 0 10px;padding:9px 11px 6px;background:#fff;border:1px solid #e0e6e3;border-radius:6px;box-shadow:0 1px 1px #17211d0a}.message-bubble.outbound{margin-left:auto;background:#e4f3ed;border-color:#cce5db}.message-bubble p{font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble footer{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:5px;color:#7b8581;font-size:8px}.quoted{display:grid;gap:2px;margin:-2px 0 7px;padding:6px 8px;color:#66736e;background:#f1f4f2;border-left:2px solid #4d9f80;border-radius:3px;font-size:9px}.quoted strong{color:#27745a;font-size:9px}.quoted span{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-hover-actions{position:absolute;top:2px;left:calc(100% - 2px);z-index:2;display:flex;gap:3px;padding:3px;opacity:0;pointer-events:none;background:#fff;border:1px solid var(--line);border-radius:5px;box-shadow:0 3px 12px #17211d1a;transition:opacity .12s ease}.message-bubble.outbound .message-hover-actions{right:calc(100% - 2px);left:auto}.message-bubble:hover .message-hover-actions,.message-bubble:focus-within .message-hover-actions{opacity:1;pointer-events:auto}.message-hover-actions .icon-button{width:27px;height:27px}.message-hover-actions .icon-button.danger{color:#a43340}.media-label{display:flex;align-items:center;gap:5px;margin-bottom:7px;color:#4d5b56;font-size:10px}.message-bubble.has-media{width:min(72%,420px);padding:5px 5px 6px}.message-image{display:block;width:100%;max-height:420px;object-fit:contain;border-radius:4px;background:#e8eeeb}.message-image-button{display:block;width:100%;padding:0;border:0;border-radius:4px;background:transparent;cursor:zoom-in;overflow:hidden}.message-image-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.message-bubble.has-media>p{padding:3px 6px 0}.media-unavailable{min-width:180px;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#7b8581;background:#eef2f0;border-radius:4px;font-size:10px}.message-bubble.has-media footer{padding:0 5px}.message-video-wrap{position:relative;min-width:260px;overflow:hidden;border-radius:4px;background:#101412}.message-video{display:block;width:100%;max-height:420px;background:#101412}.media-download-button{position:absolute;top:7px;right:7px;width:30px;height:30px;display:grid;place-items:center;color:#fff;background:#111a;border:1px solid #ffffff44;border-radius:4px}.message-audio-wrap{min-width:280px;display:flex;align-items:center;gap:7px}.message-audio-wrap audio{min-width:0;width:270px;height:36px}.message-document{min-width:250px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;color:#38554b;background:#f1f5f3;border:1px solid #dce5e1;border-radius:4px;text-decoration:none}.message-document span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.message-translation{margin-top:8px;padding:7px 8px;border-top:1px solid #d8e2de;color:#35594c;background:#f3f8f6;border-radius:4px}.message-translation>span{display:block;margin-bottom:3px;color:#71827b;font-size:8px;font-weight:700}.message-translation>p{font-size:11px}.image-viewer{position:fixed;inset:0;z-index:90;display:grid;grid-template-rows:54px minmax(0,1fr);background:#0d1210f0}.image-viewer-toolbar{display:flex;align-items:center;justify-content:center;gap:8px;padding:7px 14px;color:#eef3f1;background:#141b18f5;border-bottom:1px solid rgba(255,255,255,.12)}.image-viewer-toolbar .icon-button{color:#eef3f1;border-color:#fff3;background:#ffffff0f}.image-viewer-toolbar .icon-button:disabled{opacity:.35}.image-viewer-toolbar span{width:48px;text-align:center;font-size:11px}.image-viewer-toolbar .image-viewer-error{width:auto;color:#ffb4ab}.image-viewer-canvas{min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:24px}.image-viewer-canvas img{display:block;max-width:calc(100vw - 48px);max-height:calc(100vh - 102px);object-fit:contain;transform-origin:center;transition:transform .14s ease}.composer{position:relative;min-height:74px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:8px;padding:10px;background:#fff;border-top:1px solid var(--line)}.composer-reply-preview,.composer-attachment-preview{grid-column:1 / -1;min-width:0;min-height:43px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:6px 8px;color:#4d625a;background:#f2f6f4;border-left:3px solid #4d9f80;border-radius:4px}.composer-attachment-preview{border-left-color:#557da1}.composer-reply-preview>div,.composer-attachment-preview>div{min-width:0;display:grid;gap:2px}.composer-reply-preview strong,.composer-attachment-preview strong{font-size:10px}.composer-reply-preview span,.composer-attachment-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.translation-error-banner,.conversation-read-error{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 10px 4px 14px;color:#8d303b;background:var(--red-soft);border-top:1px solid #f4ced3;font-size:10px}.translation-error-banner span,.conversation-read-error span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.translation-error-banner .icon-button,.conversation-read-error .icon-button{flex:0 0 auto;width:27px;height:27px;color:#8d303b}.composer-tools{display:flex;padding-bottom:2px}.composer textarea{min-height:44px;max-height:120px;resize:none}.composer .send-button{margin-bottom:3px}.composer-actions{display:flex;align-items:center;gap:6px;padding-bottom:3px}.translate-send-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;border:1px solid #7caf9d;border-radius:5px;color:#175e49;background:#edf7f3;font-size:10px;white-space:nowrap}.translate-send-button:hover:not(:disabled){background:#dff0ea}.translate-send-button:disabled{opacity:.45;cursor:not-allowed}.quick-picker{position:absolute;z-index:5;left:10px;bottom:76px;width:min(380px,calc(100% - 20px));max-height:260px;overflow-y:auto;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 10px 30px #18201d22}.quick-picker>button{width:100%;display:grid;gap:4px;padding:10px 12px;border:0;border-bottom:1px solid #edf1ef;text-align:left;background:#fff}.quick-picker>button:hover{background:#f4f8f6}.quick-picker strong{font-size:11px}.quick-picker span{color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emoji-picker{position:absolute;z-index:6;left:10px;bottom:76px;width:min(340px,calc(100% - 20px));overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 10px 30px #18201d22}.emoji-picker-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;background:#f4f7f5;border-bottom:1px solid var(--line)}.emoji-picker-tabs button{min-height:30px;border:0;color:var(--muted);background:transparent;font-size:10px}.emoji-picker-tabs button.active{color:#155d48;background:#fff;box-shadow:inset 0 -2px var(--primary)}.emoji-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:2px;max-height:230px;overflow-y:auto;padding:8px}.emoji-grid button{aspect-ratio:1;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:#fff;font-size:21px}.emoji-grid button:hover{background:#eef5f2}.custom-emoji-panel{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;max-height:245px;overflow-y:auto;padding:9px}.custom-emoji-add,.custom-emoji-item{position:relative;aspect-ratio:1;min-width:0;display:grid;place-items:center;padding:0;border:1px solid #dce4e0;border-radius:5px;background:#f7f9f8;overflow:hidden}.custom-emoji-add{align-content:center;gap:3px;color:#4e625a;font-size:9px}.custom-emoji-add:hover:not(:disabled),.custom-emoji-item:hover:not(:disabled){border-color:#79ad9a;background:#edf6f2}.custom-emoji-item img{width:100%;height:100%;object-fit:contain}.custom-emoji-empty{grid-column:2 / -1;align-self:center;color:var(--muted);font-size:10px}.customer-pane{border-left:1px solid var(--line);overflow-y:auto}.conversation-ai{border-bottom:1px solid var(--line);background:#fbfcfb}.conversation-ai>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #e8ecea;background:#fff}.conversation-ai>header>div{min-width:0;display:grid;gap:3px}.conversation-ai>header strong{display:flex;align-items:center;gap:6px;color:#1e4639;font-size:12px}.conversation-ai>header span{color:var(--muted);font-size:9px}.conversation-ai-error{margin:10px 12px 0;padding:8px;color:#8d312b;background:#fff0ef;border:1px solid #f1cfcc;border-radius:4px;font-size:10px;line-height:1.45}.conversation-ai-summary,.conversation-ai-suggestions{padding:12px}.conversation-ai-summary{border-bottom:1px solid #e5eae7}.conversation-ai-summary>div:first-child,.ai-subheading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.conversation-ai-summary strong,.ai-subheading strong{font-size:11px}.conversation-ai-summary small{color:var(--muted);font-size:9px}.conversation-ai-summary>p{margin:0 0 10px;color:#384841;font-size:10px;line-height:1.6;white-space:pre-wrap}.ai-summary-list{margin:8px 0}.ai-summary-list>span,.ai-next-action>span{color:#36725e;font-size:9px;font-weight:700}.ai-summary-list ul{margin:5px 0 0;padding-left:17px;color:#4a5752;font-size:10px;line-height:1.55}.ai-next-action{margin:8px 0 10px;padding:8px;background:#eef6f2;border-left:2px solid #5a9c84}.ai-next-action p{margin:4px 0 0;font-size:10px;line-height:1.5}.ai-guidance-line{display:grid;grid-template-columns:30px minmax(0,1fr);gap:6px;margin-bottom:6px}.ai-guidance-line>span{height:20px;display:grid;place-items:center;color:#23644f;background:#e3f2ec;border-radius:3px;font-size:8px;font-weight:700}.ai-guidance-line.quote>span{color:#7b5b1d;background:#fbf0d8}.ai-guidance-line p{margin:2px 0 0;color:#4d5a55;font-size:9px;line-height:1.45}.ai-reply-options{display:grid;gap:6px;margin-top:10px}.ai-reply-options article{min-width:0;border:1px solid #dfe6e2;border-radius:5px;background:#fff;overflow:hidden}.ai-reply-content{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 24px;gap:8px;align-items:center;padding:8px;border:0;text-align:left;background:transparent}.ai-reply-content:hover{background:#f2f8f5}.ai-reply-content:disabled{cursor:wait;opacity:.68}.ai-reply-copy{min-width:0;display:grid;gap:4px}.ai-reply-copy strong{color:#2a604f;font-size:10px;line-height:1.45}.ai-reply-copy>span{color:#4c5753;font-size:9px;line-height:1.45}.ai-reply-send{width:24px;height:24px;display:grid;place-items:center;color:var(--primary)}.ai-quick-send{width:28px;height:28px;color:var(--primary)}.ai-waiting{display:block;padding:8px 0;color:var(--muted);text-align:center;font-size:10px}.customer-detail{padding:16px}.customer-hero{display:flex;flex-direction:column;align-items:center;gap:7px;padding:8px 0 18px;border-bottom:1px solid var(--line)}.customer-phone{display:inline-flex;align-items:center;gap:5px;color:#345d50;font-size:11px;font-variant-numeric:tabular-nums}.customer-phone.empty{color:var(--muted)}.customer-detail dl{margin:0 0 15px}.customer-detail dl>div{padding:11px 0;border-bottom:1px solid #edf0ef}.customer-detail dt{color:var(--muted);font-size:9px}.customer-detail dd{margin:5px 0 0;font-size:11px}.customer-detail>label{margin-bottom:12px}.translation-toggle{padding:8px 0}.reply-list{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:7px}.reply-row{width:100%;min-height:72px;display:grid;grid-template-columns:58px minmax(0,1fr) 52px 42px;align-items:center;gap:14px;padding:10px 14px;border:0;border-bottom:1px solid #e7ebe9;text-align:left;background:#fff}.reply-row:hover{background:#fafcfb}.reply-row>div>div{display:flex;align-items:center;gap:10px}.reply-row p{margin-top:6px;color:var(--muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reply-row small{font-size:9px}.scope-tag{display:grid;place-items:center;min-height:25px;border-radius:4px;color:#2f5c86;background:#eaf2fa;font-size:10px}.scope-tag.personal{color:#6b4d86;background:#f2ebf7}.enabled-dot,.sort-number{color:var(--muted);font-size:10px}.enabled-dot.on{color:var(--primary)}.ai-page{display:grid;gap:14px}.page-tabs{display:flex;gap:4px;padding:4px;background:#fff;border:1px solid var(--line);border-radius:6px}.page-tabs button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;color:var(--muted);border:0;border-radius:4px;background:transparent;font-size:11px}.page-tabs button.active{color:#165b47;background:#e7f3ee;font-weight:650}.ai-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.7fr);gap:14px;align-items:start}.ai-settings,.suggestion-lab,.settings-panel{padding:0 16px 16px}.ai-settings>.panel-header,.suggestion-lab>.panel-header,.settings-panel>.panel-header{margin:0 -16px 16px}.ai-policy{display:flex;align-items:center;gap:9px;margin:15px 0;padding:11px;color:#6a5630;background:var(--amber-soft);border-radius:5px;font-size:11px}.suggestion-lab>textarea{margin-bottom:10px}.suggestion-list{display:grid;gap:8px;margin-top:14px}.suggestion-list article{display:grid;grid-template-columns:24px minmax(0,1fr) 34px;gap:8px;align-items:start;padding:10px;background:#f6f8f7;border:1px solid #e2e7e4;border-radius:5px}.suggestion-list article>span{color:var(--primary);font-size:10px;font-weight:700}.suggestion-list p{font-size:11px;line-height:1.5}.suggestion-list article>div{min-width:0}.suggestion-list article strong{display:block;margin-bottom:4px;font-size:10px}.ai-provider-form{margin-bottom:16px}.ai-section-divider{height:1px;margin:0 -16px 16px;background:var(--line)}.panel-header.compact{min-height:48px;padding:0 0 12px;margin:0;border-bottom:0}.ai-preview-guidance{display:grid;gap:6px;margin-top:12px;padding:10px;background:#f2f7f5;border-left:2px solid #57947e}.ai-preview-guidance p{margin:0;color:#44524d;font-size:10px;line-height:1.45}.ai-knowledge-panel{overflow:hidden}.ai-knowledge-list{display:grid}.ai-knowledge-list article{position:relative;min-height:90px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:8px 18px;padding:14px 16px;border-bottom:1px solid #e8ecea}.ai-knowledge-list article:last-child{border-bottom:0}.ai-knowledge-list article>div{display:flex;align-items:center;gap:8px}.ai-knowledge-list article>div strong{font-size:12px}.ai-knowledge-list article>div span{padding:2px 5px;color:var(--muted);background:#edf0ef;border-radius:3px;font-size:8px}.ai-knowledge-list article>div span.enabled{color:#176249;background:#dff1e9}.ai-knowledge-list article>p{max-width:920px;margin:0;color:var(--muted);font-size:10px;line-height:1.5;white-space:pre-wrap;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ai-knowledge-list article>footer{grid-column:2;grid-row:1 / span 2;display:flex;gap:4px;align-self:center}.settings-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:14px;align-items:start}.settings-nav{display:grid;padding:6px;background:#fff;border:1px solid var(--line);border-radius:7px}.settings-nav button{height:39px;display:flex;align-items:center;gap:9px;padding:0 10px;border:0;border-radius:5px;color:#626f6a;background:transparent;text-align:left;font-size:12px}.settings-nav button.active{color:#145e49;background:#e6f3ee}.settings-content{min-width:0}.push-settings{display:grid;gap:14px}.push-settings>.panel-header{margin-bottom:0}.push-status{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid #d6dfdb;border-radius:5px;color:#606d68;background:#f7f9f8;font-size:11px;font-weight:650;white-space:nowrap}.push-status.subscribed{color:#176348;border-color:#bfe0d1;background:var(--teal-soft)}.push-status.denied,.push-status.error{color:#8d303b;border-color:#f0c9cf;background:var(--red-soft)}.notification-permission-help{display:flex;align-items:flex-start;gap:10px;padding:12px;color:#73401e;background:#fff7e8;border:1px solid #eed8ac;border-radius:6px}.notification-permission-help div{display:grid;gap:3px}.notification-permission-help strong{font-size:12px}.notification-permission-help span{color:#80664f;font-size:11px}.push-diagnostics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:6px;overflow:hidden}.push-diagnostics>div{min-width:0;display:grid;gap:5px;padding:11px 12px;background:#fafcfb;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.push-diagnostics>div:nth-child(3n){border-right:0}.push-diagnostics>div:nth-child(n+4){border-bottom:0}.push-diagnostics span{color:var(--muted);font-size:10px}.push-diagnostics strong{overflow:hidden;color:#6a7571;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.push-diagnostics strong.ok{color:#176348}.push-actions{display:flex;align-items:center;gap:8px}.push-actions .icon-button{margin-left:auto;border:1px solid #d4dcd8}.notification-rules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;padding:14px;border:1px solid var(--line);border-radius:6px}.notification-rules>header{grid-column:1/-1;display:flex;align-items:center;gap:9px;padding-bottom:11px;border-bottom:1px solid var(--line)}.notification-rules>header div{display:grid;gap:2px}.notification-rules>header strong{font-size:12px}.notification-rules>header small{color:var(--muted);font-size:10px}.notification-rules>label:not(.notification-toggle){display:grid;gap:6px;color:#5c6863;font-size:11px}.notification-toggle{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#4e5b56;font-size:11px}.push-last-sync{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.role-list{display:grid;gap:10px}.role-list article{padding:14px}.role-list header{display:flex;justify-content:space-between;margin-bottom:12px}.role-list header strong{font-size:12px}.role-list header span{color:var(--muted);font-size:10px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(440px,42%) minmax(0,1fr);background:#edf1ef}.login-panel{display:flex;flex-direction:column;justify-content:center;padding:48px clamp(48px,8vw,120px);background:#fff}.login-brand{height:auto;padding:0;margin-bottom:64px}.login-brand .brand-mark{background:#23322c}.login-brand strong{color:var(--ink)}.login-heading h1{font-size:28px}.login-heading p{margin-top:8px;color:var(--muted);font-size:13px}.login-panel form{display:grid;gap:16px;margin-top:28px}.input-icon{display:flex;align-items:center;gap:8px;padding:0 10px;color:#77837e;border:1px solid #cfd8d4;border-radius:5px}.input-icon:focus-within{border-color:#5b9e86;box-shadow:0 0 0 3px #e4f3ee}.input-icon input{padding:0;border:0;box-shadow:none}.login-button{width:100%;margin-top:5px}.login-aside{position:relative;display:flex;align-items:flex-end;overflow:hidden;padding:60px;color:#fff;background:#1b2924}.login-aside>div:last-child{position:relative;z-index:2;max-width:520px;display:grid;gap:14px}.login-aside strong{font-size:30px;line-height:1.35}.login-aside small{color:#8ea198;letter-spacing:1px}.login-pattern{position:absolute;inset:0;opacity:.55}.login-pattern span{position:absolute;width:220px;height:220px;border:1px solid #557268;transform:rotate(45deg)}.login-pattern span:nth-child(1){top:8%;left:12%}.login-pattern span:nth-child(2){top:8%;left:calc(12% + 220px);border-color:#8c713d}.login-pattern span:nth-child(3){top:calc(8% + 220px);left:12%;border-color:#8c713d}.login-pattern span:nth-child(4){top:calc(8% + 220px);left:calc(12% + 220px)}.login-pattern span:nth-child(5){top:calc(8% + 440px);left:calc(12% + 220px);border-color:#486259}.app-loading{min-height:100vh;display:grid;place-items:center;background:var(--sidebar)}@media (max-width: 1500px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inbox-shell{grid-template-columns:minmax(235px,.7fr) minmax(400px,1.4fr) minmax(235px,.72fr)}.page-content{padding:18px}}@media (max-width: 1100px){.app-shell{grid-template-columns:68px minmax(0,1fr)}.sidebar nav a span,.sidebar-toggle span,.brand>div{width:0;opacity:0;overflow:hidden}.sidebar nav a,.sidebar-toggle{justify-content:center;padding:0}.inbox-shell{grid-template-columns:250px minmax(420px,1fr)}.customer-pane{display:none}.ai-layout{grid-template-columns:1fr}}@media (max-width: 980px){.bind-login-grid{grid-template-columns:1fr}.bind-login-tips{display:none}.config-grid.four,.spoofing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.app-shell,.app-shell.sidebar-collapsed{display:block}.sidebar{position:fixed;z-index:40;bottom:0;top:auto;width:100%;height:58px}.sidebar .brand,.sidebar-foot{display:none}.sidebar nav{display:flex;padding:6px;overflow-x:auto}.sidebar nav a{min-width:46px;height:46px;margin:0 2px}.topbar{height:60px;padding:0 12px}.user-menu>div,.realtime-state{display:none}.page-content{padding:12px 12px 72px}.metric-grid,.dashboard-grid,.form-grid.two,.bind-layout,.settings-layout{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inbox-shell{height:calc(100vh - 145px);grid-template-columns:1fr}.conversation-list{display:none}.message-row .message-bubble{max-width:calc(88% - 38px)}.translate-send-button span{display:none}.translate-send-button{width:38px;padding:0}.login-page{grid-template-columns:1fr}.login-panel{min-height:100vh;padding:32px 24px}.login-aside{display:none}.login-brand{margin-bottom:48px}.reply-row{grid-template-columns:52px minmax(0,1fr) 42px}.reply-row .sort-number{display:none}.fingerprint-grid,.fingerprint-modes{grid-template-columns:1fr}.fingerprint-grid>div:nth-child(odd){border-right:0}.config-grid.two,.config-grid.four,.preset-row,.spoofing-grid{grid-template-columns:1fr}.add-stepper>div strong{display:none}.account-config-actions{align-items:stretch;flex-direction:column}.account-config-actions .button{width:100%}.push-diagnostics,.notification-rules{grid-template-columns:1fr}.push-diagnostics>div{border-right:0;border-bottom:1px solid var(--line)}.push-diagnostics>div:last-child{border-bottom:0}.notification-rules>header{grid-column:1}}html{min-height:100%;background:#edf5ff}body{min-height:100%;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}:root{--rd-bg-page: #edf5ff;--rd-bg-page-secondary: #f8fbff;--rd-bg-page-blue: #e7f2ff;--rd-surface-glass: rgba(255, 255, 255, .76);--rd-surface-glass-strong: rgba(255, 255, 255, .9);--rd-surface-solid: #fff;--rd-surface-soft: #f6f9ff;--rd-surface-blue-soft: #edf5ff;--rd-primary: #3f8cff;--rd-primary-hover: #2e7cf0;--rd-primary-active: #216ee0;--rd-primary-soft: rgba(63, 140, 255, .11);--rd-primary-soft-strong: rgba(63, 140, 255, .18);--rd-cyan: #22bcd8;--rd-purple: #875ee8;--rd-green: #24b96b;--rd-orange: #f3a72f;--rd-red: #e95d70;--rd-text-primary: #17233e;--rd-text-secondary: #5f6f89;--rd-text-tertiary: #8f9db3;--rd-text-disabled: #b9c3d2;--rd-text-inverse: #fff;--rd-border: #e3ebf7;--rd-border-soft: rgba(117, 141, 176, .13);--rd-divider: rgba(104, 126, 160, .12);--rd-shadow-panel: 0 16px 45px rgba(61, 96, 145, .08), 0 4px 14px rgba(61, 96, 145, .04);--rd-shadow-card: 0 8px 24px rgba(61, 96, 145, .08);--rd-shadow-hover: 0 10px 28px rgba(61, 96, 145, .13);--rd-radius-xs: 8px;--rd-radius-sm: 12px;--rd-radius-md: 16px;--rd-radius-lg: 20px;--rd-radius-xl: 24px;--rd-radius-full: 999px;--rd-space-1: 4px;--rd-space-2: 8px;--rd-space-3: 12px;--rd-space-4: 16px;--rd-space-5: 20px;--rd-space-6: 24px}body{color:var(--rd-text-primary);background:var(--rd-bg-page)}.modern-shell:not(.workbench-route){width:100%;min-height:100dvh;display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;padding:14px;color:var(--rd-text-primary);font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at 10% 7%,rgba(132,202,255,.28),transparent 28%),radial-gradient(circle at 92% 14%,rgba(130,229,255,.2),transparent 30%),radial-gradient(circle at 65% 92%,rgba(164,202,255,.16),transparent 34%),linear-gradient(135deg,#edf5ff,#f8fbff 52%,#eef8ff)}.modern-shell:not(.workbench-route) .sidebar{position:sticky;z-index:100;top:14px;width:64px;height:calc(100dvh - 28px);min-height:620px;overflow:visible;color:var(--rd-text-secondary);border:1px solid rgba(255,255,255,.9);border-radius:var(--rd-radius-xl);background:#ffffffc7;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.modern-shell:not(.workbench-route) .brand{height:68px;justify-content:center;padding:11px 0}.modern-shell:not(.workbench-route) .brand>div{display:none}.modern-shell:not(.workbench-route) .brand-logo{width:42px;height:42px;flex-basis:42px;border-radius:15px;box-shadow:0 8px 18px #3f8cff40}.modern-shell:not(.workbench-route) .brand-mark{width:42px;height:42px;flex-basis:42px;border:0;border-radius:15px;background:linear-gradient(145deg,#55a8ff,#3278ec);box-shadow:0 8px 18px #3f8cff40}.modern-shell:not(.workbench-route) .brand-mark:before,.modern-shell:not(.workbench-route) .brand-mark span{border-color:#fff}.modern-shell:not(.workbench-route) .sidebar nav{display:grid;align-content:start;gap:4px;padding:6px 7px;overflow:visible}.modern-shell:not(.workbench-route) .sidebar nav a,.modern-shell:not(.workbench-route) .sidebar-toggle,.modern-shell:not(.workbench-route) .rd-rail-action{width:48px;min-height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:5px 2px;margin:0;color:#71809a;border:0;border-radius:15px;background:transparent;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.modern-shell:not(.workbench-route) .sidebar nav a span{width:auto;opacity:1;overflow:visible;font-size:10px;line-height:1.2}.modern-shell:not(.workbench-route) .sidebar nav a:hover,.modern-shell:not(.workbench-route) .rd-rail-action:hover{color:var(--rd-primary);background:var(--rd-primary-soft);transform:translateY(-1px)}.modern-shell:not(.workbench-route) .sidebar nav a.active{color:#fff;background:linear-gradient(145deg,#54a5ff,#347df2);box-shadow:0 8px 18px #3f8cff3d}.modern-shell:not(.workbench-route) .sidebar nav a.active span{color:#fff}.modern-shell:not(.workbench-route) .sidebar-foot{display:grid;justify-items:center;gap:7px;padding:8px 7px 10px;border:0}.modern-shell:not(.workbench-route) .rd-rail-action{height:36px;min-height:36px}.modern-shell:not(.workbench-route) .sidebar-foot .avatar{width:36px;height:36px;color:#fff;background:linear-gradient(145deg,#56a4ff,#7c6ded);box-shadow:0 0 0 3px #ffffffe6}.sidebar-foot .avatar{overflow:hidden}.sidebar-foot .avatar img,.sidebar-account-menu header .avatar img{width:100%;height:100%;display:block;object-fit:cover}.modern-shell:not(.workbench-route) .sidebar-account-trigger{width:48px;height:48px;border-radius:15px;transition:background-color .15s ease,transform .15s ease}.modern-shell:not(.workbench-route) .sidebar-account-trigger:hover{background:var(--rd-primary-soft);transform:translateY(-1px)}.modern-shell:not(.workbench-route) .sidebar-account-trigger:focus-visible{outline-color:var(--rd-primary)}.modern-shell:not(.workbench-route) .sidebar-account-menu{left:calc(100% + 13px);width:264px;color:var(--rd-text-primary);border-color:#cbdbf1d1;border-radius:16px;background:#fffffff5;box-shadow:0 18px 46px #3d609133;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:rd-menu-in .16s ease}.modern-shell:not(.workbench-route) .sidebar-account-menu header{border-bottom-color:var(--rd-divider)}.modern-shell:not(.workbench-route) .sidebar-account-menu header .avatar{box-shadow:none}.modern-shell:not(.workbench-route) .sidebar-account-menu header strong{color:var(--rd-text-primary)}.modern-shell:not(.workbench-route) .sidebar-account-menu header span,.modern-shell:not(.workbench-route) .sidebar-account-menu header small{color:var(--rd-text-tertiary)}.modern-shell:not(.workbench-route) .sidebar-account-menu>button{color:var(--rd-text-secondary);border-radius:11px}.modern-shell:not(.workbench-route) .sidebar-account-menu>button:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell:not(.workbench-route) .sidebar-account-menu>button.danger{color:var(--rd-red)}.modern-shell:not(.workbench-route) .sidebar-account-menu>button.danger:hover{background:#f053661a}.modern-shell:not(.workbench-route) .sidebar-toggle{display:none}.sidebar-account-mobile-link{display:none}.sidebar-account-tools{display:grid;gap:2px;padding:5px 0;margin:3px 0;border-top:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.sidebar-account-tools>span{padding:2px 9px 4px;color:var(--rd-text-tertiary)!important;font-size:9px!important;font-weight:650}.sidebar-account-tools>button{width:100%;min-height:37px;display:flex;align-items:center;gap:9px;padding:0 9px;color:var(--rd-text-secondary);border:0;border-radius:11px;background:transparent;font-size:12px;text-align:left}.sidebar-account-tools>button:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell:not(.workbench-route) .main-area{position:relative;z-index:1;min-width:0;min-height:calc(100dvh - 28px);display:grid;grid-template-rows:62px minmax(0,1fr);gap:12px}.modern-shell:not(.workbench-route) .topbar{position:sticky;z-index:20;top:14px;height:62px;padding:0 18px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#ffffffc2;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.modern-shell:not(.workbench-route) .topbar h1{color:var(--rd-text-primary);font-size:17px}.modern-shell:not(.workbench-route) .realtime-state{padding:5px 9px;border-radius:999px;background:#ffffffb8}.modern-shell:not(.workbench-route) .topbar-actions .icon-button{border:1px solid var(--rd-border);border-radius:11px;background:#ffffffb3}.modern-shell:not(.workbench-route) .user-menu{min-height:40px;border:1px solid var(--rd-border-soft);border-radius:13px;background:#ffffffa8}.modern-shell:not(.workbench-route) .page-content{min-height:0;padding:0;overflow:visible}.modern-shell .page-stack,.modern-shell .ai-page{gap:14px}.modern-shell .page-summary-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:17px;background:#ffffffb3;box-shadow:var(--rd-shadow-card)}.modern-shell .page-summary-strip article{min-height:72px;display:grid;align-content:center;gap:5px;padding:12px 16px;border-right:1px solid var(--rd-divider);background:#ffffff7a}.modern-shell .page-summary-strip article:last-child{border-right:0}.modern-shell .page-summary-strip span{color:var(--rd-text-tertiary);font-size:10px}.modern-shell .page-summary-strip strong{color:var(--rd-primary);font-size:22px;font-weight:700}.modern-shell .customer-center{height:calc(100dvh - 102px);min-height:620px;display:grid;grid-template-columns:228px minmax(0,1fr);gap:12px;overflow:hidden}.modern-shell .customer-center-sidebar,.modern-shell .customer-center-main{min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#ffffffc7;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.modern-shell .customer-center-sidebar{display:flex;flex-direction:column;padding:10px;overflow-y:auto}.modern-shell .crm-search,.modern-shell .crm-main-search{height:40px;display:flex;align-items:center;gap:7px;padding:0 10px;color:var(--rd-text-tertiary);border:1px solid var(--rd-border);border-radius:11px;background:#ffffffdb}.modern-shell .crm-search:focus-within,.modern-shell .crm-main-search:focus-within{color:var(--rd-primary);border-color:#3f8cff80;box-shadow:0 0 0 3px #3f8cff1a}.modern-shell .crm-search input,.modern-shell .crm-main-search input{min-width:0;height:38px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:11px}.modern-shell .crm-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);margin:9px 0;overflow:hidden;border:1px solid var(--rd-border);border-radius:11px;background:#ffffffad}.modern-shell .crm-stat-grid article{min-width:0;display:grid;justify-items:center;gap:4px;padding:10px 3px;border-right:1px solid var(--rd-divider)}.modern-shell .crm-stat-grid article:last-child{border-right:0}.modern-shell .crm-stat-grid strong{color:var(--rd-primary);font-size:18px}.modern-shell .crm-stat-grid span{color:var(--rd-text-tertiary);font-size:9px;white-space:nowrap}.modern-shell .crm-segment-nav,.modern-shell .crm-region-nav{display:grid;gap:2px}.modern-shell .crm-segment-nav button,.modern-shell .crm-region-nav button{width:100%;min-height:34px;display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:6px;padding:0 8px;color:var(--rd-text-secondary);border:0;border-radius:9px;text-align:left;background:transparent;font-size:10px}.modern-shell .crm-segment-nav button strong,.modern-shell .crm-region-nav button strong{color:var(--rd-text-tertiary);font-size:9px;font-weight:500}.modern-shell .crm-segment-nav button:hover,.modern-shell .crm-region-nav button:hover{color:var(--rd-primary);background:#edf5ffb3}.modern-shell .crm-segment-nav button.active,.modern-shell .crm-region-nav button.active{color:var(--rd-primary);background:var(--rd-primary-soft);font-weight:650}.modern-shell .crm-segment-nav button.active strong,.modern-shell .crm-region-nav button.active strong{color:var(--rd-primary)}.modern-shell .crm-nav-divider{height:1px;margin:9px 2px;background:var(--rd-divider)}.modern-shell .customer-center-main{display:flex;flex-direction:column}.modern-shell .crm-filter-bar{flex:0 0 auto;display:grid;grid-template-columns:112px 112px 112px minmax(180px,1fr) auto 40px;align-items:center;gap:7px;padding:7px 9px;border-bottom:1px solid var(--rd-divider);background:#ffffff75}.modern-shell .crm-filter-bar select{height:38px;padding:0 9px;font-size:10px}.modern-shell .crm-filter-button,.modern-shell .crm-icon-button{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 10px;color:var(--rd-primary);border:1px solid rgba(63,140,255,.22);border-radius:10px;background:var(--rd-primary-soft);font-size:10px}.modern-shell .crm-icon-button{width:40px;padding:0;color:var(--rd-text-secondary);border-color:var(--rd-border);background:#ffffffd1}.modern-shell .crm-filter-button:hover,.modern-shell .crm-icon-button:hover{transform:translateY(-1px);background:#fff}.modern-shell .crm-command-bar{min-height:52px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 11px;border-bottom:1px solid var(--rd-divider)}.modern-shell .crm-command-bar>div:first-child{display:flex;align-items:baseline;gap:7px}.modern-shell .crm-command-bar>div:first-child strong{color:var(--rd-text-primary);font-size:12px}.modern-shell .crm-command-bar>div:first-child span{color:var(--rd-text-tertiary);font-size:9px}.modern-shell .crm-command-actions{display:flex;align-items:center;gap:6px}.modern-shell .crm-command-actions .button{min-height:34px;padding-inline:10px;font-size:10px}.modern-shell .crm-banner{flex:0 0 auto;margin:7px 10px 0}.modern-shell .crm-table-scroll{min-height:0;flex:1;overflow:auto}.modern-shell .crm-table{min-width:780px}.modern-shell .crm-table th{position:sticky;z-index:2;top:0;height:38px;background:#f6fafff5}.modern-shell .crm-table td{height:58px}.modern-shell .crm-table .identity-cell{min-width:200px}.modern-shell .crm-table .chip{min-height:20px;display:inline-flex;gap:3px;padding:2px 6px;font-size:8px}.modern-shell .crm-cell-empty{color:var(--rd-text-tertiary)}.modern-shell .crm-pagination{min-height:44px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 11px;color:var(--rd-text-tertiary);border-top:1px solid var(--rd-divider);background:#ffffff7a;font-size:9px}.modern-shell .crm-pagination>div{display:flex;align-items:center;gap:5px}.modern-shell .crm-pagination select{width:92px;height:30px;padding:0 7px;font-size:9px}.modern-shell .crm-pagination button,.modern-shell .crm-pagination strong{width:30px;height:30px;display:grid;place-items:center;padding:0;color:var(--rd-text-secondary);border:1px solid var(--rd-border);border-radius:8px;background:#fff}.modern-shell .crm-pagination strong{color:#fff;border-color:var(--rd-primary);background:var(--rd-primary)}.modern-shell .crm-pagination button:disabled{opacity:.4}.modern-shell .crm-loading{height:calc(100dvh - 102px);padding:12px;border-radius:20px;background:#ffffffb3}.modern-shell .panel,.modern-shell .table-wrap,.modern-shell .reply-list,.modern-shell .account-config-panel,.modern-shell .settings-nav,.modern-shell .page-tabs{border:1px solid rgba(255,255,255,.88);border-radius:18px;background:#ffffffc7;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.modern-shell .panel{overflow:hidden}.modern-shell .panel-header{min-height:64px;padding:14px 16px;border-bottom-color:var(--rd-divider);background:#ffffff47}.modern-shell .panel-header h2{color:var(--rd-text-primary);font-size:14px}.modern-shell .panel-header p{color:var(--rd-text-tertiary);font-size:10px}.modern-shell .panel-header>strong{color:var(--rd-primary);font-size:22px}.modern-shell .page-toolbar{min-height:54px;padding:7px;border:1px solid rgba(255,255,255,.88);border-radius:16px;background:#ffffffad;box-shadow:0 8px 25px #3d60910e}.modern-shell .search-box{width:min(390px,100%);height:40px;color:var(--rd-text-tertiary);border-color:var(--rd-border);border-radius:12px;background:#ffffffdb}.modern-shell .search-box:focus-within{color:var(--rd-primary);border-color:#3f8cff80;box-shadow:0 0 0 3px #3f8cff1a}.modern-shell input,.modern-shell select,.modern-shell textarea{color:var(--rd-text-primary);border-color:var(--rd-border);border-radius:11px;background:#ffffffeb}.modern-shell input,.modern-shell select{height:40px}.modern-shell input:focus,.modern-shell select:focus,.modern-shell textarea:focus{border-color:#3f8cff94;box-shadow:0 0 0 3px #3f8cff1a}.modern-shell label{color:var(--rd-text-secondary);font-size:11px}.modern-shell .filter-select{width:180px}.modern-shell .button{min-height:38px;border-radius:11px;font-size:12px}.modern-shell .button.primary{color:#fff;border-color:transparent;background:linear-gradient(145deg,#55a8ff,#347df2);box-shadow:0 7px 16px #3f8cff33}.modern-shell .button.primary:hover{background:linear-gradient(145deg,#459af4,#286fe5);transform:translateY(-1px)}.modern-shell .button.secondary{color:var(--rd-text-secondary);border-color:var(--rd-border);background:#ffffffd6}.modern-shell .button.secondary:hover{color:var(--rd-primary);border-color:#3f8cff4d;background:#fff}.modern-shell .icon-button{border-radius:10px;color:var(--rd-text-secondary)}.modern-shell .icon-button:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell .metric-grid{gap:12px}.modern-shell .metric{position:relative;min-height:112px;padding:16px;overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:17px;background:#ffffffd1;box-shadow:var(--rd-shadow-card)}.modern-shell .metric:after{content:"";position:absolute;right:-28px;bottom:-42px;width:90px;height:90px;border-radius:50%;background:#3f8cff12}.modern-shell .metric span{color:var(--rd-text-secondary)}.modern-shell .metric strong{color:var(--rd-text-primary);font-size:26px}.modern-shell .metric svg{position:relative;z-index:1;color:var(--rd-primary)}.modern-shell .metric:nth-child(2) svg{color:var(--rd-cyan)}.modern-shell .metric:nth-child(3) svg{color:var(--rd-purple)}.modern-shell .metric:nth-child(4) svg{color:var(--rd-orange)}.modern-shell .metric:nth-child(5) svg{color:var(--rd-green)}.modern-shell .metric:nth-child(6) svg{color:#e879a7}.modern-shell .availability-track{border-radius:999px;background:#e7effa}.modern-shell .availability-track span{border-radius:999px;background:linear-gradient(90deg,var(--rd-primary),var(--rd-cyan))}.modern-shell .unavailable-note{border:0;border-radius:11px}.modern-shell .table-wrap{overflow:auto}.modern-shell table{font-size:11px}.modern-shell th{height:42px;color:var(--rd-text-tertiary);background:#f5f9ffc7;font-size:9px}.modern-shell td{min-height:56px;padding:11px 12px;color:var(--rd-text-secondary);border-top-color:var(--rd-divider)}.modern-shell tbody tr{transition:background-color .15s ease}.modern-shell tr.clickable:hover,.modern-shell tbody tr:hover{background:#e7f2ff9e}.modern-shell .identity-cell strong{color:var(--rd-text-primary)}.modern-shell .contact-avatar,.modern-shell .account-avatar{border-radius:11px;background:var(--rd-primary-soft);color:var(--rd-primary)}.modern-shell .status-badge{min-height:24px;border-radius:999px}.modern-shell .status-badge.positive{color:#147b4c;background:#27c8751f}.modern-shell .status-badge.warning{color:#996712;background:#ffad3224}.modern-shell .status-badge.negative{color:#ae4052;background:#ff647421}.modern-shell .status-badge.neutral{color:var(--rd-text-secondary);background:#8f9db31f}.modern-shell .chip{color:var(--rd-primary);border:0;border-radius:999px;background:var(--rd-primary-soft)}.modern-shell .page-tabs{width:fit-content;padding:5px}.modern-shell .page-tabs button{min-height:38px;border-radius:11px}.modern-shell .page-tabs button.active{color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell .settings-layout{grid-template-columns:220px minmax(0,1fr);gap:14px}.department-panel{overflow:hidden}.department-name{min-height:28px;display:flex;align-items:center;gap:7px}.department-name i{width:10px;height:10px;flex:0 0 auto;border-bottom:1px solid var(--rd-border);border-left:1px solid var(--rd-border)}.department-empty{min-height:220px;display:grid;place-items:center;align-content:center;gap:8px;padding:28px;color:var(--rd-text-tertiary);text-align:center}.department-empty strong{color:var(--rd-text-secondary);font-size:12px}.department-empty span{max-width:360px;font-size:10px;line-height:1.6}.department-member-dialog{display:grid;gap:7px;max-height:min(58dvh,520px);overflow-y:auto}.department-member-row{min-height:58px;display:grid;grid-template-columns:18px minmax(0,1fr) 17px auto;align-items:center;gap:9px;padding:9px 11px;border:1px solid var(--rd-border-soft);border-radius:10px;background:var(--rd-surface-soft)}.department-member-row>input{width:16px;height:16px;accent-color:var(--rd-primary)}.department-member-row>span{min-width:0;display:grid;gap:3px}.department-member-row strong,.department-member-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.department-member-row strong{color:var(--rd-text-primary);font-size:11px}.department-member-row small{color:var(--rd-text-tertiary);font-size:9px}.department-member-row em{color:var(--rd-text-tertiary);font-size:9px;font-style:normal}.modern-shell .settings-nav{padding:8px}.modern-shell .settings-nav button{height:42px;border-radius:11px;color:var(--rd-text-secondary)}.modern-shell .settings-nav button.active{color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell .settings-panel{padding:0 18px 18px}.modern-shell .settings-panel>.panel-header{margin:0 -18px 18px}.modern-shell .role-list article{border-radius:16px}.modern-shell .reply-list{display:grid;gap:7px;padding:8px}.modern-shell .reply-row{min-height:70px;border:1px solid transparent;border-radius:13px;background:#ffffff80}.modern-shell .reply-row:hover{border-color:#3f8cff29;background:var(--rd-primary-soft)}.modern-shell .scope-tag{border-radius:999px;color:var(--rd-primary);background:var(--rd-primary-soft)}.modern-shell .enabled-dot.on{color:var(--rd-green)}.modern-shell .ai-layout{gap:14px}.modern-shell .ai-settings,.modern-shell .suggestion-lab{border-radius:18px}.modern-shell .ai-workspace-settings,.modern-shell .platform-ai-provider,.modern-shell .platform-ai-test{overflow:hidden;border-radius:18px}.modern-shell .ai-workspace-settings>.panel-header,.modern-shell .platform-ai-provider>.panel-header,.modern-shell .platform-ai-test>.panel-header{margin:0}.modern-shell .ai-managed-provider,.modern-shell .platform-ai-scope-note{display:flex;align-items:flex-start;gap:10px;margin:16px 18px 0;padding:12px 14px;color:var(--rd-text-secondary);border:1px solid var(--rd-border);border-radius:12px;background:var(--rd-surface-soft)}.modern-shell .ai-managed-provider.ready{color:#236b50;border-color:#27b96b3d;background:#ebf9f2e6}.modern-shell .ai-managed-provider.waiting{color:#8a5d25;border-color:#d59a4040;background:#fff8e9eb}.modern-shell .ai-managed-provider>div{min-width:0;display:grid;gap:3px}.modern-shell .ai-managed-provider strong{color:inherit;font-size:12px}.modern-shell .ai-managed-provider span,.modern-shell .platform-ai-scope-note span{font-size:10px;line-height:1.55}.modern-shell .ai-facts-form{padding:18px}.modern-shell .ai-workspace-settings .ai-policy{margin:0 18px 18px}.modern-shell .platform-ai-page{display:grid;gap:12px}.modern-shell .platform-ai-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:14px;align-items:start}.modern-shell .platform-ai-scope-note{color:var(--rd-primary);border-color:#3f8cff2e;background:var(--rd-primary-soft)}.modern-shell .platform-ai-provider>.settings-toggle-row{margin:12px 18px 0;border:1px solid var(--rd-divider);border-radius:12px}.modern-shell .platform-ai-form{padding:18px}.modern-shell .platform-ai-clear-key{margin:0 18px 16px}.modern-shell .platform-ai-actions{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-top:1px solid var(--rd-divider);background:#f7faffb8}.modern-shell .platform-ai-actions>span{color:var(--rd-text-tertiary);font-size:9px}.modern-shell .platform-ai-test{padding-bottom:16px}.modern-shell .platform-ai-test>textarea,.modern-shell .platform-ai-test>.button,.modern-shell .platform-ai-test>.ai-preview-guidance,.modern-shell .platform-ai-test>.suggestion-list,.modern-shell .platform-ai-test-hint{width:calc(100% - 32px);margin-right:16px;margin-left:16px}.modern-shell .platform-ai-test>textarea{margin-top:16px;margin-bottom:10px}.modern-shell .platform-ai-test-hint{margin-top:10px;color:var(--rd-text-tertiary);font-size:9px;text-align:center}.modern-shell .ai-policy,.modern-shell .ai-preview-guidance,.modern-shell .suggestion-list article{border:0;border-radius:12px}.modern-shell .suggestion-list article{background:var(--rd-surface-soft)}.modern-shell .ai-knowledge-list article{border-bottom-color:var(--rd-divider)}.modern-shell .ai-knowledge-list article:hover{background:#edf5ff99}.modern-shell .account-config-panel{background:#fffc}.modern-shell .config-section+.config-section{border-top-color:var(--rd-divider)}.modern-shell .config-section>header{color:var(--rd-primary)}.modern-shell .account-config-actions{border-top-color:var(--rd-divider);background:#f6faffb8}.modern-shell .add-stepper>div span{border-color:var(--rd-border);background:#ffffffdb}.modern-shell .add-stepper>div.active,.modern-shell .add-stepper>div.complete{color:var(--rd-primary)}.modern-shell .add-stepper>div.active span,.modern-shell .add-stepper>div.complete span{border-color:var(--rd-primary);background:var(--rd-primary)}.modern-shell .bind-aside{color:var(--rd-text-primary);border:1px solid rgba(255,255,255,.9);border-radius:18px;background:#ffffffc2;box-shadow:var(--rd-shadow-card)}.modern-shell .bind-aside dl div{border-top-color:var(--rd-divider)}.modern-shell .bind-aside dt{color:var(--rd-text-tertiary)}.modern-shell .qr-request,.modern-shell .qr-live img{border-color:#3f8cff4d;border-radius:16px}.dialog-backdrop{background:#17233e47;backdrop-filter:blur(8px)}.dialog{border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#fffffff5;box-shadow:0 28px 80px #263f653d}.dialog>header,.dialog-actions{border-color:var(--rd-divider)}.dialog>header{background:#f7faffb8}.dialog .button{border-radius:10px}.dialog .button.primary{color:#fff;background:linear-gradient(145deg,#55a8ff,#347df2)}.dialog input,.dialog select,.dialog textarea{border-color:var(--rd-border);border-radius:10px}.login-page{min-height:100dvh;padding:clamp(16px,3vw,42px);grid-template-columns:minmax(410px,470px) minmax(0,1fr);gap:clamp(16px,2vw,28px);background:radial-gradient(circle at 13% 12%,rgba(132,202,255,.34),transparent 31%),radial-gradient(circle at 88% 18%,rgba(130,229,255,.25),transparent 33%),linear-gradient(135deg,#edf5ff,#f8fbff 55%,#eef8ff)}.login-panel{min-height:calc(100dvh - clamp(32px,6vw,84px));padding:clamp(32px,6vw,72px);border:1px solid rgba(255,255,255,.9);border-radius:26px;background:#ffffffd1;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(20px)}.login-brand{min-height:72px;gap:16px;margin-bottom:52px}.login-brand>div{width:auto;opacity:1;overflow:visible}.login-brand .brand-logo{width:60px;height:60px;flex-basis:60px;border-radius:18px;box-shadow:0 12px 28px #3f8cff38,0 0 0 4px #ffffffeb}.login-brand .brand-mark{border:0;border-radius:12px;background:linear-gradient(145deg,#55a8ff,#347df2)}.login-brand .brand-mark:before,.login-brand .brand-mark span{border-color:#fff}.login-brand strong{color:var(--rd-text-primary);font-size:22px;line-height:1.15}.login-brand small{margin-top:7px;color:var(--rd-text-tertiary);font-size:11px;letter-spacing:0}.login-heading h1{color:var(--rd-text-primary);font-size:30px}.login-heading p{color:var(--rd-text-secondary)}.login-panel .input-icon{height:44px;border-color:var(--rd-border);border-radius:12px;background:#ffffffdb}.login-panel .input-icon:focus-within{color:var(--rd-primary);border-color:#3f8cff8c;box-shadow:0 0 0 3px #3f8cff1a}.login-panel .login-button{min-height:44px;border:0;border-radius:12px;background:linear-gradient(145deg,#55a8ff,#347df2);box-shadow:0 8px 18px #3f8cff3b}.login-panel .button.primary.login-button:hover:not(:disabled){background:linear-gradient(145deg,#459af4,#286fe5);box-shadow:0 10px 22px #3f8cff47;transform:translateY(-1px)}.login-panel .button.primary.login-button:active:not(:disabled){background:linear-gradient(145deg,#347fdc,#2464cb);box-shadow:0 5px 12px #2f70d940;transform:translateY(0)}.login-panel .button.primary.login-button:focus-visible{outline:3px solid rgba(63,140,255,.22);outline-offset:2px}.login-panel .button.primary.login-button:disabled,.login-panel .button.primary.login-button:disabled:hover{color:#fff;background:linear-gradient(145deg,#72b5fa,#4a8bea);box-shadow:0 5px 12px #3f8cff29;transform:none;opacity:.72}.login-legal{display:grid;gap:6px;margin-top:15px;color:var(--rd-text-tertiary);font-size:10px;line-height:1.65}.login-legal p{color:var(--rd-text-secondary)}.login-legal button{display:inline;padding:0;color:var(--rd-primary);border:0;background:transparent;font-size:inherit;font-weight:650;line-height:inherit}.login-legal button:hover{color:#2467d4;text-decoration:underline;text-underline-offset:2px}.login-legal small{color:var(--rd-text-tertiary);font-size:9px;line-height:1.65}.login-register-link,.login-back-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin-top:18px;color:var(--rd-primary);font-size:11px;font-weight:650}.registration-closed-inline{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:11px 12px;color:#6a5360;border:1px solid #ead8df;border-radius:12px;background:#fff8fa}.registration-closed-inline>svg{flex:0 0 auto;margin-top:2px;color:#bd5b75}.registration-closed-inline>div{min-width:0;display:grid;gap:3px}.registration-closed-inline strong{color:var(--rd-text-primary);font-size:11px}.registration-closed-inline span{color:var(--rd-text-tertiary);font-size:10px;line-height:1.5}.registration-closed-inline.warning{border-color:#eadfc9;background:#fffbf3}.public-config-loading{min-height:38px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;color:var(--rd-text-tertiary);font-size:10px}.register-panel{padding-block:clamp(26px,4vw,46px)}.register-panel .login-brand{margin-bottom:24px}.register-panel form{gap:12px}.registration-step{display:grid;gap:12px}.registration-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:-4px 0 20px;padding:0;list-style:none}.registration-progress li{position:relative;display:grid;justify-items:center;gap:5px;color:var(--rd-text-tertiary)}.registration-progress li:before{content:"";position:absolute;top:12px;right:50%;width:100%;height:1px;background:var(--rd-border)}.registration-progress li:first-child:before{display:none}.registration-progress li>span{position:relative;z-index:1;width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--rd-border);border-radius:50%;background:#fff;font-size:9px;font-weight:700}.registration-progress li small{font-size:9px}.registration-progress li.active,.registration-progress li.complete{color:var(--rd-primary)}.registration-progress li.active>span,.registration-progress li.complete>span{color:#fff;border-color:var(--rd-primary);background:var(--rd-primary)}.registration-progress li.complete:before,.registration-progress li.active:before{background:var(--rd-primary)}.slider-captcha{display:grid;gap:12px;user-select:none}.captcha-image-stage{position:relative;width:100%;aspect-ratio:2 / 1;overflow:hidden;border:1px solid var(--rd-border);border-radius:12px;background-position:center;background-size:cover}.captcha-image-stage img{position:absolute;width:13.125%;height:26.25%;object-fit:fill;filter:drop-shadow(0 3px 5px rgba(18,43,71,.28));pointer-events:none}.captcha-track{position:relative;height:44px;overflow:hidden;border:1px solid var(--rd-border);border-radius:12px;background:#edf3fa}.captcha-track>span{position:absolute;inset:0 auto 0 0;background:#d8ebff}.captcha-track>em{position:absolute;inset:0;display:grid;place-items:center;color:var(--rd-text-tertiary);font-size:10px;font-style:normal;pointer-events:none}.captcha-track>button{position:absolute;z-index:2;top:0;width:42px;height:42px;display:grid;place-items:center;padding:0;color:var(--rd-primary);border:0;border-right:1px solid #c8def8;border-radius:11px;background:#fff;box-shadow:2px 0 10px #305b911a;touch-action:none;cursor:grab}.slider-captcha.dragging .captcha-track>button{cursor:grabbing}.captcha-refresh,.registration-secondary{width:100%;min-height:40px}.verification-code-input{font-size:18px!important;font-weight:750;letter-spacing:6px!important}.verification-complete{min-height:36px;display:flex;align-items:center;gap:8px;padding:8px 11px;color:#26734c;border:1px solid #cce8da;border-radius:10px;background:#f0faf5;font-size:10px}.register-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.field-hint{display:block;margin-top:4px;color:var(--rd-text-tertiary);font-size:9px}.workspace-type-control{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:4px;border-radius:12px;background:#e7f0fcbf}.workspace-type-control button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:36px;color:var(--rd-text-secondary);border:0;border-radius:9px;background:transparent;font-size:11px}.workspace-type-control button.active{color:var(--rd-primary);background:#fff;box-shadow:0 5px 14px #345e9717}.workspace-type-control button:disabled{opacity:.38;cursor:not-allowed}.registration-consents{display:grid;gap:7px;padding:10px 12px;border:1px solid var(--rd-border-soft);border-radius:11px;background:#f6f9fdcc}.registration-consents label{min-height:24px;display:flex;align-items:flex-start;gap:8px;color:var(--rd-text-secondary);font-size:10px;line-height:1.5}.registration-consents input{width:15px;height:15px;margin-top:1px;accent-color:var(--rd-primary)}.registration-consents small{color:var(--rd-text-tertiary);font-size:9px}.registration-notice{display:flex;align-items:flex-start;gap:8px;padding:9px 11px;color:#456071;border-left:2px solid #5899d8;background:#f2f8fd;font-size:10px;line-height:1.55}.registration-notice svg{flex:0 0 auto;margin-top:1px}.registration-state{align-items:flex-start}.registration-state>.brand{align-self:stretch}.registration-state>.inline-loading{margin:auto}.registration-state-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:18px;color:#4a7ebf;border-radius:14px;background:#eaf3ff}.registration-state h1{color:var(--rd-text-primary);font-size:28px}.registration-state>p{max-width:380px;margin:12px 0 24px;color:var(--rd-text-secondary);font-size:12px;line-height:1.7}.registration-state>.button{min-height:42px}.register-aside{display:grid;place-items:center;background:linear-gradient(145deg,#347fe8,#168db9)}.register-aside:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.register-aside-content{position:relative;z-index:1;width:min(640px,78%);color:#fff}.register-aside-content>span{color:#dff7ffc2;font-size:12px}.register-aside-content h2{margin:18px 0;font-size:clamp(34px,4vw,58px);line-height:1.2;letter-spacing:0}.register-aside-content p{max-width:520px;color:#e7f8ffc2;font-size:13px;line-height:1.8}.attribution-flow{display:grid;grid-template-columns:auto 48px auto 48px auto;align-items:center;gap:8px;margin-top:42px}.attribution-flow i{padding:10px 13px;border:1px solid rgba(255,255,255,.26);border-radius:10px;background:#ffffff1a;font-size:11px;font-style:normal}.attribution-flow b{height:1px;background:#ffffff61}.legal-document{display:grid;padding:18px 24px 26px;scroll-behavior:smooth}.legal-document-meta{display:flex;flex-wrap:wrap;gap:8px 18px;padding-bottom:12px;color:var(--rd-text-tertiary);font-size:11px}.legal-introduction{margin-bottom:4px;padding:14px 16px;color:var(--rd-text-secondary);border:1px solid var(--rd-border-soft);border-radius:12px;background:var(--rd-surface-soft);font-size:12px;font-weight:600;line-height:1.8}.legal-document section{display:grid;gap:8px;padding:16px 0;border-top:1px solid var(--rd-divider)}.legal-document section:first-of-type{border-top:0}.legal-document section h3{margin:0;color:var(--rd-text-primary);font-size:14px}.legal-document section p,.legal-document li,.legal-contact-note{color:var(--rd-text-secondary);font-size:12px;line-height:1.8}.legal-document ul{display:grid;gap:6px;margin:2px 0 0;padding-left:20px}.legal-document li::marker{color:var(--rd-primary)}.legal-contact-note{padding:13px 14px;border-left:3px solid var(--rd-primary);background:var(--rd-primary-soft)}.workspace-menu-section{display:grid;padding:8px;border-top:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.workspace-menu-section>span{padding:4px 7px 6px;color:var(--rd-text-tertiary);font-size:9px;font-weight:700}.workspace-menu-section>button{width:100%;min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr) 16px;align-items:center;gap:7px;padding:6px 7px;color:var(--rd-text-secondary);border:0;border-radius:8px;background:transparent;text-align:left}.workspace-menu-section>button:hover:not(:disabled){color:var(--rd-primary);background:var(--rd-primary-soft)}.workspace-menu-section>button.workspace-current{color:var(--rd-primary);background:#f0f6ff}.workspace-menu-section>button>span{min-width:0;display:grid;gap:2px}.workspace-menu-section>button strong,.workspace-menu-section>button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-menu-section>button strong{font-size:11px}.workspace-menu-section>button small{color:var(--rd-text-tertiary);font-size:8px;font-weight:500}.workspace-menu-loading{padding:10px 7px;color:var(--rd-text-tertiary);font-size:10px}.registration-settings-page{display:grid;gap:14px;max-width:1120px}.settings-band{overflow:hidden;border:1px solid var(--rd-border-soft);border-radius:14px;background:var(--rd-surface);box-shadow:var(--rd-shadow-card)}.settings-band>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border-bottom:1px solid var(--rd-divider)}.settings-band>header>div{min-width:0;display:flex;align-items:flex-start;gap:10px}.settings-band>header h2{margin:0;color:var(--rd-text-primary);font-size:14px}.settings-band>header p{margin:4px 0 0;color:var(--rd-text-tertiary);font-size:10px;line-height:1.5}.settings-toggle-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.settings-toggle-row{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;border-right:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.settings-toggle-list>.settings-toggle-row:nth-child(2n){border-right:0}.settings-toggle-row>div{min-width:0;display:grid;gap:3px}.settings-toggle-row strong{color:var(--rd-text-primary);font-size:11px}.settings-toggle-row span{color:var(--rd-text-tertiary);font-size:9px;line-height:1.45}.settings-toggle-row input{flex:0 0 auto;width:34px;height:18px;accent-color:var(--rd-primary)}.settings-form-section{padding-bottom:18px}.settings-form-section>.form-grid,.settings-form-section>.inline-toggle-pair,.settings-form-section>label{margin:16px 18px 0}.settings-form-section textarea{resize:vertical}.inline-toggle-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--rd-divider);border-radius:10px;overflow:hidden}.inline-toggle-pair .settings-toggle-row{border-bottom:0}.form-success{margin:12px 18px 0;padding:9px 11px;color:#206849;border:1px solid #c9e7d8;border-radius:8px;background:#eff9f4;font-size:10px}.settings-band>.form-error{margin:12px 18px 0}.provider-status{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;color:var(--rd-text-tertiary);font-size:10px;font-weight:700}.provider-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#a8b4c1;box-shadow:0 0 0 3px #eef2f6}.provider-status.ready{color:#26734c}.provider-status.ready:before{background:#2fa36b;box-shadow:0 0 0 3px #e6f6ee}.provider-clear-secret{min-height:28px;display:flex;align-items:center;gap:8px;color:var(--rd-text-secondary);font-size:10px}.provider-clear-secret input{width:15px;height:15px;accent-color:var(--rd-primary)}.provider-security-note{margin:10px 18px 0;color:var(--rd-text-tertiary);font-size:9px;line-height:1.55}.login-aside{--pointer-x: 68%;--pointer-y: 26%;isolation:isolate;align-items:stretch;padding:0;border:1px solid rgba(255,255,255,.86);border-radius:26px;background:linear-gradient(145deg,#337fe7,#2498d3 52%,#1f91b7);box-shadow:var(--rd-shadow-panel)}.login-aside:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.52),transparent 72%)}.login-aside:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:radial-gradient(620px circle at var(--pointer-x) var(--pointer-y),rgba(255,255,255,.25),rgba(126,228,255,.1) 34%,transparent 67%);transition:background 80ms linear}.login-water-surface{position:absolute;z-index:0;inset:-15%;pointer-events:none;opacity:.86;background:linear-gradient(116deg,transparent 26%,rgba(255,255,255,.12) 41%,rgba(151,239,255,.2) 49%,transparent 62%),linear-gradient(24deg,transparent 31%,rgba(18,77,171,.18) 47%,transparent 62%);filter:blur(24px);animation:login-water-flow 12s ease-in-out infinite alternate}.login-ripple{position:absolute;z-index:2;inset:0;overflow:hidden;pointer-events:none}.login-ripple span{position:absolute;top:var(--pointer-y);left:var(--pointer-x);width:92px;height:46px;border:1px solid rgba(220,250,255,.52);border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(.3);animation:login-ripple-wave 3s ease-out infinite}.login-ripple span:nth-child(2){animation-delay:1s}.login-ripple span:nth-child(3){animation-delay:2s}.login-showcase{position:relative;z-index:3;flex:1 1 auto;width:100%;max-width:none!important;min-height:100%;display:block!important;gap:0!important;overflow:hidden;color:#fff}.login-showcase:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(10,50,120,.05),transparent 45%,rgba(7,45,88,.14))}.login-type-line{position:absolute;z-index:2;top:52px;left:58px;min-height:34px;display:inline-flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(255,255,255,.22);border-radius:17px;color:#ffffffe6;background:#ffffff17;box-shadow:inset 0 1px #ffffff26,0 12px 30px #042d5e14;backdrop-filter:blur(10px);font-size:12px}.login-type-line>i{width:6px;height:6px;border-radius:50%;background:#79f0b6;box-shadow:0 0 0 4px #79f0b621}.login-type-line>span{min-width:132px;white-space:nowrap}.login-type-line b{opacity:0;font-weight:500;animation:login-type-char 7s steps(1,end) infinite both;animation-delay:calc(var(--char-index) * .11s)}.login-type-line>em{width:1px;height:15px;background:#ffffffeb;animation:login-caret .8s steps(1,end) infinite}.login-hero-copy{position:absolute;z-index:2;top:30%;left:8%;right:7%;display:grid;justify-items:start;gap:14px}.login-hero-copy>p{color:#e2f9ffd1;font-size:12px;letter-spacing:0}.login-hero-copy h2{display:grid;gap:4px;margin:0;color:#fff;font-size:46px;line-height:1.16;letter-spacing:0;text-shadow:0 10px 32px rgba(2,48,105,.2)}.login-focus-line{position:relative;width:fit-content;min-height:1.16em;display:block}.login-focus-blur{display:block;color:#e0f5ffb8;filter:blur(5px);text-shadow:4px 0 rgba(16,93,191,.24),-3px 2px rgba(106,229,234,.22)}.login-focus-clear{position:absolute;inset:0;color:#fff;clip-path:inset(0 54% 0 0);animation:login-focus-clip 7.5s ease-in-out infinite}.login-focus-line>i{position:absolute;top:-7px;bottom:-7px;left:0;width:46%;border:1px solid rgba(179,239,255,.84);box-shadow:0 0 0 1px #409dff38,inset 0 0 24px #ffffff14;animation:login-focus-frame 7.5s ease-in-out infinite}.login-focus-line>i:before,.login-focus-line>i:after{content:"";position:absolute;width:12px;height:12px;border-color:#bcefff}.login-focus-line>i:before{top:-3px;left:-3px;border-top:3px solid;border-left:3px solid}.login-focus-line>i:after{right:-3px;bottom:-3px;border-right:3px solid;border-bottom:3px solid}.login-hero-copy>small{max-width:520px;color:#e7f8ffb8;font-size:13px;line-height:1.7;letter-spacing:0}.login-agents{position:absolute;z-index:2;left:50%;bottom:70px;width:218px;height:105px;transform:translate(-50%)}.login-agent{position:absolute;display:block;color:#fff;border:1px solid rgba(255,255,255,.55);box-shadow:0 12px 26px #0531672e,inset 0 1px #ffffff3d;transform-origin:50% 100%;animation:login-agent-sway 4.2s ease-in-out infinite}.login-agent>i{position:absolute;top:14px;width:8px;height:10px;border-radius:50%;background:#fff;box-shadow:inset 0 -3px #153b78}.login-agent>i:first-child{left:calc(50% - 12px)}.login-agent>i:nth-child(2){left:calc(50% + 4px)}.login-agent>b{position:absolute;left:50%;bottom:9px;transform:translate(-50%);font-size:10px;font-weight:700}.agent-tall{left:48px;bottom:28px;width:43px;height:76px;border-radius:16px 16px 11px 11px;background:linear-gradient(160deg,#6d68ef,#4755dd)}.agent-round{left:24px;bottom:0;width:76px;height:49px;border-radius:45% 52% 48% 44%;background:linear-gradient(155deg,#248cf0,#2b62dc);animation-delay:-1s}.agent-wide{left:94px;bottom:2px;width:91px;height:43px;border-radius:22px;background:linear-gradient(145deg,#16b7d8,#268ce9);animation-delay:-2.1s}.agent-cap{left:104px;bottom:48px;width:62px;height:42px;border-radius:10px 10px 18px 18px;background:linear-gradient(155deg,#174aa6,#132e72);animation-delay:-3s}.agent-cap:before{content:"";position:absolute;top:-9px;left:7px;width:48px;height:14px;border-radius:7px 7px 2px 2px;background:#4c9cff;transform:rotate(-2deg)}.agent-cap>i{top:8px}.agent-cap>b{bottom:5px;color:#9be8ff}.login-system-label{position:absolute;z-index:2;left:58px;bottom:32px;display:flex;align-items:center;gap:8px;color:#e2f7ff9e;font-size:10px;letter-spacing:0}.login-system-label i{width:18px;height:1px;background:#7aefbee6}.modern-shell .referral-page,.modern-shell .platform-referral-page{display:grid;gap:12px}.modern-shell .referral-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:172px;padding:24px;color:#fff;border:0;background:linear-gradient(135deg,#347fee,#2c95dc 58%,#17a6b4)}.modern-shell .referral-hero:after{content:"";position:absolute;right:12%;top:-80px;width:260px;height:260px;border:1px solid rgba(255,255,255,.13);border-radius:50%}.modern-shell .referral-hero-copy{position:relative;z-index:1;align-self:center}.modern-shell .section-kicker{display:inline-flex;align-items:center;gap:6px;color:#ffffffd1;font-size:11px}.modern-shell .referral-hero h2{margin:12px 0 8px;color:#fff;font-size:24px}.modern-shell .referral-hero p{max-width:590px;color:#effaffc2;font-size:11px;line-height:1.7}.modern-shell .referral-code-block{position:relative;z-index:1;align-self:center;min-width:245px;padding:16px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#ffffff1f;backdrop-filter:blur(12px)}.modern-shell .referral-code-block small{display:block;color:#ffffffb3;font-size:9px}.modern-shell .referral-code-block strong{display:block;margin:7px 0 12px;color:#fff;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:24px;letter-spacing:0}.modern-shell .referral-code-block>div{display:flex;gap:6px}.modern-shell .referral-code-block .button.secondary,.modern-shell .referral-code-block .icon-button{color:#fff;border-color:#ffffff3d;background:#ffffff1c}.modern-shell .referral-summary article{display:grid;grid-template-columns:20px 1fr;align-items:center}.modern-shell .referral-summary article svg{color:var(--rd-primary)}.modern-shell .referral-summary article strong{grid-column:2}.modern-shell .invite-link-panel{padding:0 16px 16px}.modern-shell .invite-link-panel>.panel-header{margin:0 -16px 14px}.modern-shell .invite-link-row{display:grid;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:9px;border:1px solid var(--rd-border);border-radius:12px;background:#f7faffc2}.modern-shell .invite-link-row>svg{color:var(--rd-primary)}.modern-shell .invite-link-row code{min-width:0;overflow:hidden;color:var(--rd-text-secondary);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.modern-shell .referral-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.modern-shell .referral-records{min-height:270px}.modern-shell .referral-card-list{display:grid;padding:6px 14px 14px}.modern-shell .referral-card-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:55px;border-bottom:1px solid var(--rd-divider)}.modern-shell .referral-card-list article:last-child{border-bottom:0}.modern-shell .referral-card-list article>div{display:grid;gap:4px}.modern-shell .referral-card-list strong{color:var(--rd-text-primary);font-size:11px}.modern-shell .referral-card-list span{color:var(--rd-text-tertiary);font-size:9px}.modern-shell .compact-empty{min-height:180px;display:grid;place-content:center;justify-items:center;gap:7px;color:var(--rd-text-tertiary);text-align:center}.modern-shell .compact-empty strong{color:var(--rd-text-secondary);font-size:11px}.modern-shell .compact-empty span{font-size:9px}.modern-shell .referral-rules{padding:0 16px 16px}.modern-shell .referral-rules>.panel-header{margin:0 -16px 14px}.modern-shell .rule-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.modern-shell .rule-grid article{display:grid;gap:7px;padding:12px;border-radius:11px;background:var(--rd-surface-soft)}.modern-shell .rule-grid span{color:var(--rd-text-tertiary);font-size:9px}.modern-shell .rule-grid strong{color:var(--rd-text-primary);font-size:12px}.modern-shell .platform-referral-panel{min-height:520px}.modern-shell .platform-referral-tabs{margin:10px 14px;box-shadow:none;background:var(--rd-surface-soft)}.modern-shell .referral-admin-table{border:0;border-top:1px solid var(--rd-divider);border-radius:0;box-shadow:none;backdrop-filter:none}.modern-shell .admin-empty{min-height:320px}.form-span-two{grid-column:1 / -1}@keyframes login-water-flow{0%{transform:translate3d(-3%,-2%,0) rotate(-2deg) scale(1.02)}to{transform:translate3d(4%,3%,0) rotate(2deg) scale(1.08)}}@keyframes login-ripple-wave{0%{opacity:0;transform:translate(-50%,-50%) scale(.25)}14%{opacity:.52}to{opacity:0;transform:translate(-50%,-50%) scale(4.6)}}@keyframes login-type-char{0%,3%{opacity:0}4%,76%{opacity:1}83%,to{opacity:0}}@keyframes login-caret{0%,48%{opacity:1}49%,to{opacity:0}}@keyframes login-focus-clip{0%,10%,to{clip-path:inset(0 54% 0 0)}45%,62%{clip-path:inset(0 0 0 54%)}90%{clip-path:inset(0 54% 0 0)}}@keyframes login-focus-frame{0%,10%,to{left:0}45%,62%{left:54%}90%{left:0}}@keyframes login-agent-sway{0%,to{transform:translateY(0) rotate(-1.5deg)}50%{transform:translateY(-5px) rotate(1.5deg)}}.app-loading{background:var(--rd-bg-page)}.app-loading .brand-logo{width:48px;height:48px;border-radius:15px;box-shadow:0 10px 28px #3f8cff3d}.modern-shell :focus-visible,.login-page :focus-visible{outline:2px solid var(--rd-primary);outline-offset:2px}.pwa-install-prompt{position:fixed;z-index:300;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));width:min(420px,calc(100vw - 32px));min-height:72px;display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px;color:var(--rd-text-secondary);border:1px solid var(--rd-border);border-radius:14px;background:#fffffff5;box-shadow:0 18px 48px #1f3e6433;backdrop-filter:blur(18px)}.pwa-install-icon{width:38px;height:38px;display:grid;place-items:center;color:var(--rd-primary);border-radius:11px;background:var(--rd-primary-soft)}.pwa-install-prompt>div:nth-child(2){min-width:0;display:grid;gap:4px}.pwa-install-prompt strong{color:var(--rd-text-primary);font-size:11px}.pwa-install-prompt span{display:flex;align-items:center;gap:4px;color:var(--rd-text-tertiary);font-size:9px;line-height:1.45}.activation-page{min-height:100dvh;display:grid;place-items:center;padding:20px;background:var(--rd-bg-page)}.activation-page.embedded{min-height:auto;place-items:start center;padding:14px 0 28px;background:transparent}.activation-panel{width:min(460px,100%);display:grid;gap:22px;padding:34px;border:1px solid var(--rd-border);border-radius:20px;background:#fff;box-shadow:var(--rd-shadow-card)}.activation-panel form{display:grid;gap:12px}.activation-code-input{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px!important;text-transform:uppercase}.activation-logout{width:100%}.activation-success{min-height:260px;display:grid;place-items:center;align-content:center;gap:12px;color:#26734c;text-align:center}.activation-success h1{color:var(--rd-text-primary);font-size:24px}.activation-success p{color:var(--rd-text-secondary);font-size:11px}.billing-page,.commercial-platform-page{display:grid;gap:14px;max-width:1240px}.platform-proxy-page{max-width:1240px}.proxy-pool-overview{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;border:1px solid var(--rd-border-soft);border-radius:8px;background:var(--rd-surface);box-shadow:var(--rd-shadow-card)}.proxy-pool-overview>div{min-width:0;display:flex;align-items:center;gap:12px}.proxy-pool-overview>div>span{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;color:var(--rd-primary);border-radius:8px;background:var(--rd-primary-soft)}.proxy-pool-overview h2{margin:0;color:var(--rd-text-primary);font-size:15px}.proxy-pool-overview p{margin:5px 0 0;color:var(--rd-text-tertiary);font-size:10px;line-height:1.5}.proxy-pool-overview dl{display:flex;align-items:center;gap:24px;margin:0;flex:0 0 auto}.proxy-pool-overview dl>div{display:grid;gap:3px}.proxy-pool-overview dt{color:var(--rd-text-tertiary);font-size:9px}.proxy-pool-overview dd{margin:0;color:var(--rd-text-primary);font-size:19px;font-weight:700}.proxy-name-cell{display:flex;align-items:center;gap:9px}.proxy-name-cell>span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;color:var(--rd-primary);border-radius:7px;background:var(--rd-primary-soft)}.proxy-name-cell>div{min-width:0;display:grid;gap:2px}.proxy-name-cell strong{color:var(--rd-text-primary);font-size:11px}.proxy-name-cell small{color:var(--rd-text-tertiary);font-size:8px}.proxy-auth-state{display:inline-flex;align-items:center;gap:5px;color:var(--rd-text-secondary)}.proxy-latency-cell{width:118px;display:grid;gap:3px}.proxy-latency-cell>strong,.proxy-latency-cell>span{font-size:10px;line-height:1.3}.proxy-latency-cell>span{color:var(--rd-text-tertiary)}.proxy-latency-cell>small{max-width:118px;overflow:hidden;color:var(--rd-text-tertiary);font-size:8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.proxy-latency-cell .testing{display:inline-flex;align-items:center;gap:5px;color:var(--rd-primary)}.proxy-latency-cell .fast{color:var(--rd-green)}.proxy-latency-cell .medium{color:#9a6700}.proxy-latency-cell .slow,.proxy-latency-cell .failed{color:var(--rd-danger)}.proxy-test-button{color:var(--rd-primary)}.proxy-password-note{color:var(--rd-text-tertiary);font-size:9px;line-height:1.5}.billing-date{font-size:13px!important}.billing-entitlements,.token-usage-panel,.billing-ledger,.commercial-panel{padding:16px}.billing-entitlements>.panel-header,.token-usage-panel>.panel-header,.billing-ledger>.panel-header,.commercial-panel>.panel-header{margin:-16px -16px 14px}.entitlement-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--rd-divider);border-radius:12px;overflow:hidden}.entitlement-grid>div{min-width:0;min-height:86px;display:grid;align-content:center;gap:5px;padding:12px;border-right:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.entitlement-grid>div:nth-child(5n){border-right:0}.entitlement-grid>div:nth-last-child(-n+5){border-bottom:0}.entitlement-grid svg{color:var(--rd-green)}.entitlement-grid .disabled{opacity:.58}.entitlement-grid .disabled svg{color:var(--rd-text-tertiary)}.entitlement-grid span{overflow:hidden;color:var(--rd-text-secondary);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.entitlement-grid strong{color:var(--rd-text-primary);font-size:13px}.usage-progress{height:9px;overflow:hidden;border-radius:5px;background:var(--rd-bg-muted)}.usage-progress i{display:block;height:100%;border-radius:inherit;background:var(--rd-primary);transition:width .25s ease}.usage-breakdown{display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;color:var(--rd-text-tertiary);font-size:10px}.usage-breakdown strong{margin-left:4px;color:var(--rd-text-primary)}.usage-negative{color:var(--rd-danger);font-weight:700}.usage-positive{color:var(--rd-green);font-weight:700}.commercial-panel>.page-tabs{margin-bottom:14px}.commercial-plan-list{display:grid;gap:9px}.commercial-plan-row{padding:14px;border:1px solid var(--rd-divider);border-radius:12px;background:#ffffffa3}.commercial-plan-row>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.commercial-plan-row>header>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.commercial-plan-row>header strong{color:var(--rd-text-primary);font-size:13px}.commercial-plan-row>header code{color:var(--rd-text-tertiary);font-size:10px}.commercial-plan-row>p{margin:7px 0;color:var(--rd-text-secondary);font-size:10px}.plan-flags{display:flex;flex-wrap:wrap;gap:6px}.plan-flags span{padding:3px 7px;border-radius:5px;color:var(--rd-primary);background:var(--rd-primary-soft);font-size:9px}.plan-version-list{display:grid;gap:5px;margin-top:10px}.plan-version-list>div{min-height:38px;display:grid;grid-template-columns:38px minmax(150px,1fr) 110px 90px auto;align-items:center;gap:8px;padding:6px 9px;border-top:1px solid var(--rd-divider);color:var(--rd-text-secondary);font-size:10px}.plan-version-list>div>span{color:var(--rd-primary);font-weight:700}.plan-version-list>div>strong{overflow:hidden;color:var(--rd-text-primary);text-overflow:ellipsis;white-space:nowrap}.plan-version-list>div>small{color:var(--rd-text-tertiary)}.plan-dialog{max-height:min(72dvh,720px);overflow-y:auto}.plan-dialog h3{margin:18px 0 8px;color:var(--rd-text-primary);font-size:12px}.plan-option-row{min-height:42px;display:flex!important;flex-direction:row!important;align-items:center;gap:8px}.plan-option-row input{width:16px!important;min-height:16px!important}.plan-entitlement-editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--rd-divider);border-radius:12px;overflow:hidden}.plan-entitlement-editor>div{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) 120px;align-items:center;gap:10px;padding:9px;border-right:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.plan-entitlement-editor>div:nth-child(2n){border-right:0}.plan-entitlement-editor>div:nth-last-child(-n+2){border-bottom:0}.plan-entitlement-editor label{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px}.plan-entitlement-editor label input{width:15px;min-height:15px}.plan-entitlement-editor label span{display:grid;gap:2px}.plan-entitlement-editor label strong{color:var(--rd-text-primary);font-size:10px}.plan-entitlement-editor label small{overflow:hidden;color:var(--rd-text-tertiary);font-size:8px;text-overflow:ellipsis}.plan-entitlement-editor>div>input{min-height:36px}.generated-codes{display:grid;gap:8px}.generated-codes>button{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--rd-divider);border-radius:9px;background:var(--rd-bg-muted);color:var(--rd-text-primary)}.generated-codes code{font-size:11px}.me-page{width:min(720px,100%);display:grid;gap:14px;margin:0 auto}.me-profile{min-height:126px;display:flex;align-items:center;gap:18px;padding:22px;border:1px solid var(--rd-border);border-radius:16px;background:#ffffffe6;box-shadow:var(--rd-shadow-card)}.me-avatar{width:66px;height:66px;flex:0 0 66px;display:grid;place-items:center;border-radius:20px;color:#fff;background:linear-gradient(145deg,#56a4ff,#7c6ded);box-shadow:0 8px 20px #4981df38;font-size:20px;font-weight:750}.me-profile>div{min-width:0;display:grid;gap:5px}.me-avatar{overflow:hidden}.me-avatar img{width:100%;height:100%;display:block;object-fit:cover}.me-profile h2{overflow:hidden;color:var(--rd-text-primary);font-size:20px;text-overflow:ellipsis;white-space:nowrap}.me-profile p{overflow:hidden;color:var(--rd-text-secondary);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.me-profile>div>span{width:max-content;padding:3px 7px;border-radius:5px;color:var(--rd-primary);background:var(--rd-primary-soft);font-size:9px;font-weight:700}.me-profile-edit{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;margin-left:auto;color:var(--rd-primary);border:1px solid var(--rd-divider);border-radius:10px;background:#fff}.me-profile-edit:hover{background:var(--rd-primary-soft)}.profile-editor{display:grid;gap:18px}.profile-avatar-editor{display:grid;justify-items:center;gap:9px}.profile-avatar-select{position:relative;width:88px;height:88px;padding:0;overflow:visible;border:0;border-radius:26px;background:transparent}.profile-avatar-select>img,.profile-avatar-current,.profile-avatar-fallback{width:88px;height:88px;display:grid;place-items:center;overflow:hidden;border-radius:26px;color:#fff;background:linear-gradient(145deg,#56a4ff,#7c6ded);object-fit:cover;font-size:25px;font-weight:750;box-shadow:0 10px 24px #4981df38}.profile-avatar-current img{width:100%;height:100%;display:block;object-fit:cover}.profile-avatar-select>i{position:absolute;right:-3px;bottom:-3px;width:30px;height:30px;display:grid;place-items:center;color:#fff;border:3px solid #fff;border-radius:10px;background:var(--rd-primary)}.profile-avatar-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.profile-avatar-editor>small{color:var(--rd-text-tertiary);font-size:9px}.me-list{overflow:hidden;border:1px solid var(--rd-border);border-radius:14px;background:#ffffffeb;box-shadow:var(--rd-shadow-card)}.me-list>button{width:100%;min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:9px 16px;color:var(--rd-text-tertiary);border:0;border-bottom:1px solid var(--rd-divider);background:transparent;text-align:left}.me-list>button:last-child{border-bottom:0}.me-list>button:hover{background:var(--rd-primary-soft)}.me-list>button>span{min-width:0;display:grid;gap:3px}.me-list>button strong{color:var(--rd-text-primary);font-size:12px}.me-list>button small{overflow:hidden;color:var(--rd-text-tertiary);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.me-entry-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#327edc;background:#eaf3ff}.me-entry-icon.workspace{color:#2d8a67;background:#e6f5ef}.me-entry-icon.settings{color:#7357c8;background:#f0ecfb}.me-entry-icon.platform{color:#a86c19;background:#fff2dc}.me-entry-icon.danger{color:var(--rd-red);background:#f053661a}.me-list>button.danger strong{color:var(--rd-red)}.me-list>button:disabled{cursor:wait;opacity:.62}.me-loading{padding:10px 14px}.modern-shell ::-webkit-scrollbar{width:6px;height:6px}.modern-shell ::-webkit-scrollbar-track{background:transparent}.modern-shell ::-webkit-scrollbar-thumb{border-radius:999px;background:#6d87ab47}.platform-users-page,.platform-workspace-access-page{width:min(1240px,100%);display:grid;gap:14px}.platform-access-list-panel,.platform-member-panel,.platform-policy-panel{padding:16px}.platform-access-list-panel>.panel-header,.platform-member-panel>.panel-header,.platform-policy-panel>.panel-header{margin:-16px -16px 14px}.platform-access-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) 140px 140px;gap:8px;margin-bottom:14px}.platform-access-toolbar>select{min-width:0}.platform-access-search{min-width:0;height:40px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;padding-left:10px;color:var(--rd-text-tertiary);border:1px solid var(--rd-border);border-radius:8px;background:var(--rd-surface)}.platform-access-search:focus-within{color:var(--rd-primary);border-color:#3f8cff80;box-shadow:0 0 0 3px #3f8cff1a}.platform-access-search input{height:38px;min-width:0;padding:0;border:0;background:transparent;box-shadow:none}.platform-access-search .button{height:32px;margin-right:3px}.platform-access-table{min-width:910px}.workspace-identity{min-width:210px;display:flex;align-items:center;gap:9px}.workspace-identity>svg{width:32px;height:32px;padding:8px;flex:0 0 32px;color:var(--rd-primary);border-radius:8px;background:var(--rd-primary-soft)}.workspace-identity>span{min-width:0;display:grid;gap:3px}.workspace-identity strong,.workspace-identity small{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-identity small{color:var(--rd-text-tertiary);font-size:8px}.back-link{width:max-content;min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;color:var(--rd-text-secondary);border:0;border-radius:7px;background:transparent;font-size:10px}.back-link:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.platform-workspace-heading{min-height:94px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:13px;padding:16px 18px;border:1px solid var(--rd-border-soft);border-radius:8px;background:var(--rd-surface);box-shadow:var(--rd-shadow-card)}.workspace-heading-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--rd-primary);border-radius:8px;background:var(--rd-primary-soft)}.platform-workspace-heading>div:nth-child(2){min-width:0;display:grid;gap:3px}.platform-workspace-heading span,.platform-workspace-heading p{color:var(--rd-text-tertiary);font-size:9px}.platform-workspace-heading h2{overflow:hidden;color:var(--rd-text-primary);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.platform-workspace-heading p{margin:0}.access-expiry-value{font-size:13px!important}.platform-access-tabs{margin-bottom:-4px}.platform-policy-form{max-width:900px}.access-switch-row{min-height:64px;display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px;border:1px solid var(--rd-border);border-radius:8px}.access-switch-row>span{min-width:0;display:grid;gap:3px}.access-switch-row strong{color:var(--rd-text-primary);font-size:10px}.access-switch-row small{color:var(--rd-text-tertiary);font-size:8px}.access-switch-row>input{width:18px!important;min-height:18px!important;flex:0 0 18px}.panel-actions{display:flex;justify-content:flex-end;margin-top:14px}.owner-chip{display:inline-block;width:max-content;margin-top:4px;padding:2px 6px;color:var(--rd-primary);border-radius:4px;background:var(--rd-primary-soft);font-size:8px}.member-access-dialog{max-height:min(72dvh,720px);overflow-y:auto}.member-access-warning{margin:12px 0;padding:9px 11px;color:#7b5b18;border:1px solid #edd9a5;border-radius:7px;background:#fff9e8;font-size:9px;line-height:1.5}.permission-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--rd-divider);border-radius:8px;overflow:hidden}.permission-groups>section{min-width:0;padding:10px;border-right:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.permission-groups>section:nth-child(2n){border-right:0}.permission-groups h3{margin:0 0 7px;color:var(--rd-text-primary);font-size:11px}.permission-groups label{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) 112px;align-items:center;gap:8px;padding:5px 0;border-top:1px solid var(--rd-divider)}.permission-groups label>span{min-width:0;display:grid;gap:2px}.permission-groups label strong{color:var(--rd-text-secondary);font-size:9px}.permission-groups label small{overflow:hidden;color:var(--rd-text-tertiary);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.permission-groups select{min-height:32px;padding-block:4px;font-size:9px}@media (min-width: 901px){.modern-shell:not(.workbench-route) .sidebar nav{max-height:calc(100dvh - 154px);overflow-y:auto;overflow-x:hidden}}@media (max-width: 1366px){.modern-shell:not(.workbench-route){grid-template-columns:60px minmax(0,1fr);gap:10px;padding:10px}.modern-shell:not(.workbench-route) .sidebar{top:10px;width:60px;height:calc(100dvh - 20px);border-radius:21px}.modern-shell:not(.workbench-route) .sidebar nav{padding-inline:5px}.modern-shell:not(.workbench-route) .main-area{min-height:calc(100dvh - 20px)}.modern-shell:not(.workbench-route) .topbar{top:10px}.modern-shell .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.modern-shell .customer-center{height:calc(100dvh - 94px);grid-template-columns:210px minmax(0,1fr);gap:10px}.modern-shell .crm-filter-bar{grid-template-columns:105px 105px 105px minmax(150px,1fr) auto 40px}}@media (max-width: 1100px){.login-page{grid-template-columns:minmax(350px,390px) minmax(0,1fr);padding:16px;gap:16px}.login-panel{padding:44px}.login-brand{margin-bottom:42px}.login-type-line{top:36px;left:38px}.login-hero-copy{top:29%;left:8%;right:5%}.login-hero-copy h2{font-size:36px}.login-agents{bottom:54px;transform:translate(-50%) scale(.88)}.login-system-label{left:38px;bottom:24px}}@media (max-width: 900px){.modern-shell:not(.workbench-route),.modern-shell:not(.workbench-route).sidebar-collapsed{display:block;padding:10px}.modern-shell:not(.workbench-route) .sidebar{position:fixed;z-index:50;inset:auto 10px 10px;width:calc(100% - 20px);height:62px;min-height:0;display:grid;grid-template-columns:minmax(0,4fr) minmax(54px,1fr);border-radius:18px}.modern-shell:not(.workbench-route) .sidebar .brand{display:none}.modern-shell:not(.workbench-route) .sidebar-foot{position:static;display:block;padding:6px 6px 6px 0;border:0}.modern-shell .sidebar-foot .sidebar-toggle{display:none}.modern-shell:not(.workbench-route) .sidebar-account{display:none}.modern-shell:not(.workbench-route) .sidebar-account-mobile-link{width:100%;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;margin:0;padding:5px 2px;color:#71809a;border-radius:15px;font-size:10px;line-height:1.2}.modern-shell:not(.workbench-route) .sidebar-account-mobile-link.active{color:#fff;background:linear-gradient(145deg,#54a5ff,#347df2);box-shadow:0 8px 18px #3f8cff3d}.modern-shell:not(.workbench-route) .sidebar nav{display:flex;height:100%;padding:6px;overflow-x:auto}.modern-shell:not(.workbench-route) .sidebar nav a{min-width:48px;height:50px;flex:1 1 25%}.modern-shell:not(.workbench-route) .sidebar nav a.platform-navigation-item{display:none}.modern-shell:not(.workbench-route) .main-area{display:block;min-height:calc(100dvh - 20px);padding-bottom:72px}.modern-shell:not(.workbench-route) .topbar{position:relative;top:0;margin-bottom:10px}.modern-shell.me-route .topbar{display:none}.modern-shell .settings-layout{grid-template-columns:1fr}.modern-shell .settings-nav{display:flex;overflow-x:auto}.modern-shell .settings-nav button{min-width:max-content}.modern-shell .page-toolbar{align-items:stretch;flex-direction:column}.modern-shell .toolbar-spacer{display:none}.modern-shell .search-box,.modern-shell .filter-select{width:100%}.modern-shell .page-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-shell .page-summary-strip article:nth-child(2){border-right:0}.modern-shell .page-summary-strip article:nth-child(-n+2){border-bottom:1px solid var(--rd-divider)}.modern-shell .customer-center{height:auto;min-height:0;grid-template-columns:1fr;overflow:visible}.modern-shell .customer-center-sidebar{max-height:none}.modern-shell .crm-segment-nav,.modern-shell .crm-region-nav,.modern-shell .crm-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-shell .crm-main-search{grid-column:1 / -1}.modern-shell .crm-table-scroll{max-height:65dvh}.modern-shell .referral-content-grid,.modern-shell .platform-ai-layout{grid-template-columns:1fr}.modern-shell .rule-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-toggle-list{grid-template-columns:1fr}.settings-toggle-list>.settings-toggle-row{border-right:0}.platform-access-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-access-search{grid-column:1 / -1}.permission-groups{grid-template-columns:1fr}.permission-groups>section{border-right:0}.entitlement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.entitlement-grid>div,.entitlement-grid>div:nth-child(5n),.entitlement-grid>div:nth-last-child(-n+5){border-right:1px solid var(--rd-divider);border-bottom:1px solid var(--rd-divider)}.entitlement-grid>div:nth-child(2n){border-right:0}.entitlement-grid>div:nth-last-child(-n+2){border-bottom:0}}@media (max-width: 760px){.platform-access-toolbar{grid-template-columns:1fr}.platform-access-search{grid-column:auto}.platform-workspace-heading{grid-template-columns:42px minmax(0,1fr)}.platform-workspace-heading>.status-badge{grid-column:2;justify-self:start}.workspace-heading-icon{width:42px;height:42px}.platform-policy-form{grid-template-columns:1fr}.permission-groups label{grid-template-columns:minmax(0,1fr) 104px}.proxy-pool-overview{align-items:flex-start;flex-direction:column}.proxy-pool-overview dl{width:100%;justify-content:space-between}.login-page{grid-template-columns:1fr;padding:10px}.login-panel{min-height:calc(100dvh - 20px);padding:30px 24px;border-radius:20px}.login-brand{margin-bottom:46px}.login-brand .brand-logo{width:54px;height:54px;flex-basis:54px;border-radius:16px}.login-brand strong{font-size:20px}.login-aside{display:none}.register-form-grid{grid-template-columns:1fr}.register-panel{overflow-y:auto}.registration-progress{margin-bottom:16px}.captcha-track{height:48px}.captcha-track>button{width:42px;height:46px}.workspace-type-control button,.registration-state>.button{min-height:44px}.settings-band>header{align-items:stretch;flex-direction:column}.settings-band>header .button{width:100%;min-height:44px}.modern-shell .ai-workspace-settings>.panel-header,.modern-shell .platform-ai-provider>.panel-header,.modern-shell .platform-ai-test>.panel-header{align-items:stretch;flex-direction:column}.modern-shell .ai-workspace-settings>.panel-header .button{width:100%;min-height:44px}.modern-shell .platform-ai-actions{align-items:stretch;flex-direction:column}.modern-shell .platform-ai-actions .button{width:100%;min-height:44px}.modern-shell .ai-managed-provider,.modern-shell .platform-ai-scope-note,.modern-shell .platform-ai-provider>.settings-toggle-row{margin-right:12px;margin-left:12px}.modern-shell .ai-facts-form,.modern-shell .platform-ai-form{padding:14px 12px}.inline-toggle-pair{grid-template-columns:1fr}.inline-toggle-pair .settings-toggle-row:first-child{border-right:0;border-bottom:1px solid var(--rd-divider)}.settings-toggle-row{min-height:72px}.modern-shell .referral-hero{grid-template-columns:1fr;gap:18px;padding:18px}.modern-shell .referral-hero h2{font-size:19px}.modern-shell .referral-code-block{min-width:0;width:100%}.modern-shell .invite-link-row{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-shell .invite-link-row>svg{display:none}.modern-shell .invite-link-row code{grid-column:1 / -1}.modern-shell .invite-link-row .button{grid-column:auto;width:100%}.modern-shell .rule-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-shell .referral-admin-table{border:0;background:transparent}.modern-shell .referral-admin-table table,.modern-shell .referral-admin-table tbody{display:grid;gap:8px}.modern-shell .referral-admin-table thead{display:none}.modern-shell .referral-admin-table tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;border:1px solid var(--rd-divider);border-radius:12px;background:#ffffffc2}.modern-shell .referral-admin-table td{min-height:0;padding:0;border:0}.form-grid.two{grid-template-columns:1fr}.form-span-two{grid-column:auto}.department-table{overflow:visible}.department-table table,.department-table tbody{display:grid;gap:8px}.department-table thead{display:none}.department-table tr{display:grid;gap:8px;padding:12px;border:1px solid var(--rd-divider);border-radius:12px}.department-table td{min-height:0;padding:0;border:0}.department-table .row-actions{justify-content:flex-end}.department-member-row{grid-template-columns:18px minmax(0,1fr) 17px}.department-member-row em{display:none}.plan-version-list>div{grid-template-columns:32px minmax(0,1fr) auto}.plan-version-list>div>small{display:none}.plan-version-list>div>.button{grid-column:1 / -1;width:100%}.plan-entitlement-editor{grid-template-columns:1fr}.plan-entitlement-editor>div,.plan-entitlement-editor>div:nth-child(2n),.plan-entitlement-editor>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--rd-divider)}.plan-entitlement-editor>div:last-child{border-bottom:0}.activation-code-table{overflow-x:auto}.pwa-install-prompt{right:max(10px,env(safe-area-inset-right));bottom:max(84px,calc(env(safe-area-inset-bottom) + 74px));width:calc(100vw - max(20px,env(safe-area-inset-left) + env(safe-area-inset-right)));grid-template-columns:36px minmax(0,1fr) auto}.pwa-install-prompt>.button{grid-column:2;justify-self:start}}@media (prefers-reduced-motion: reduce){.modern-shell *,.modern-shell *:before,.modern-shell *:after,.login-page *,.login-page *:before,.login-page *:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.login-type-line b{opacity:1}.login-type-line>em,.login-ripple{display:none}.login-focus-clear{clip-path:inset(0)}.login-focus-line>i{display:none}}.workbench-route{width:100%;max-width:100vw;height:var(--app-viewport-height, 100dvh);min-height:640px;grid-template-columns:64px minmax(0,1fr);gap:14px;padding:14px;overflow:hidden;color:var(--rd-text-primary);font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:radial-gradient(circle at 12% 8%,rgba(132,202,255,.28),transparent 30%),radial-gradient(circle at 88% 16%,rgba(130,229,255,.22),transparent 31%),radial-gradient(circle at 60% 90%,rgba(164,202,255,.18),transparent 35%),linear-gradient(135deg,var(--rd-bg-page) 0%,var(--rd-bg-page-secondary) 52%,#eef8ff 100%)}.workbench-route *,.workbench-route *:before,.workbench-route *:after{box-sizing:border-box}.workbench-route .topbar{display:none}.workbench-route .main-area,.workbench-route .page-content{min-width:0;min-height:0;height:100%}.workbench-route .main-area{position:relative;z-index:1}.workbench-route .page-content{padding:0}.workbench-route .sidebar{position:relative;z-index:100;top:auto;width:64px;height:100%;min-height:0;overflow:visible;color:var(--rd-text-secondary);border:1px solid rgba(255,255,255,.9);border-radius:var(--rd-radius-xl);background:#ffffffc7;box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.workbench-route .brand{height:68px;justify-content:center;padding:11px 0;border-bottom:0}.workbench-route .brand-logo{width:42px;height:42px;flex-basis:42px;border-radius:15px;box-shadow:0 8px 18px #3f8cff40}.workbench-route .brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(145deg,#4da7ff,#3278ec);box-shadow:0 8px 18px #3f8cff40}.workbench-route .brand-mark span{border-color:#fff}.workbench-route .brand>div{display:none}.workbench-route .sidebar nav{display:grid;align-content:start;gap:4px;padding:6px 7px;overflow:visible}.workbench-route .sidebar nav a,.workbench-route .sidebar-toggle,.workbench-route .rd-rail-action{position:relative;width:48px;min-height:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:5px 2px;margin:0;color:#71809a;border:0;border-radius:15px;background:transparent;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.workbench-route .sidebar nav a span{width:auto;opacity:1;overflow:visible;font-size:10px;line-height:1.2}.workbench-route .sidebar nav a:hover,.workbench-route .sidebar-toggle:hover,.workbench-route .rd-rail-action:hover{color:var(--rd-primary);background:var(--rd-primary-soft);transform:translateY(-1px)}.workbench-route .sidebar nav a.active{color:#fff;background:linear-gradient(145deg,#54a5ff,#347df2);box-shadow:0 8px 18px #3f8cff3d}.workbench-route .sidebar nav a.active span{color:#fff}.workbench-route .sidebar-foot{display:grid;justify-items:center;gap:7px;padding:8px 7px 10px;border-top:0}.workbench-route .sidebar-foot .avatar{width:36px;height:36px;font-size:11px;box-shadow:0 0 0 3px #fff}.workbench-route .sidebar-account-trigger{width:48px;height:48px;border-radius:15px;transition:background-color .15s ease,transform .15s ease}.workbench-route .sidebar-account-trigger:hover{background:var(--rd-primary-soft);transform:translateY(-1px)}.workbench-route .sidebar-account-trigger:focus-visible{outline-color:var(--rd-primary)}.workbench-route .sidebar-account-menu{left:calc(100% + 13px);width:264px;color:var(--rd-text-primary);border-color:#cbdbf1d1;border-radius:16px;background:#fffffff5;box-shadow:0 18px 46px #3d609133;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:rd-menu-in .16s ease}.workbench-route .sidebar-account-menu header{border-bottom-color:var(--rd-divider)}.workbench-route .sidebar-account-menu header .avatar{box-shadow:none}.workbench-route .sidebar-account-menu header strong{color:var(--rd-text-primary)}.workbench-route .sidebar-account-menu header span,.workbench-route .sidebar-account-menu header small{color:var(--rd-text-tertiary)}.workbench-route .sidebar-account-menu>button{color:var(--rd-text-secondary);border-radius:11px}.workbench-route .sidebar-account-menu>button:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.workbench-route .sidebar-account-menu>button.danger{color:var(--rd-red)}.workbench-route .sidebar-account-menu>button.danger:hover{background:#f053661a}.workbench-route .sidebar-toggle{display:none}.workbench-route .rd-rail-action{height:36px;min-height:36px}.inbox-shell{position:relative;width:100%;height:100%;min-height:0;display:grid;grid-template-columns:clamp(280px,17vw,326px) minmax(540px,1fr) clamp(340px,21vw,400px);gap:14px;overflow:visible;border:0;border-radius:0;background:transparent}.workbench-route .conversation-list,.workbench-route .message-pane,.workbench-route .customer-pane{min-width:0;min-height:0;overflow:hidden;border:1px solid rgba(255,255,255,.88);border-radius:var(--rd-radius-xl);background:var(--rd-surface-glass);box-shadow:var(--rd-shadow-panel);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.workbench-route .conversation-list{display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.88)}.rd-account-block{display:grid;gap:9px;padding:14px 14px 7px}.rd-account-switcher-row{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:7px}.rd-account-switcher{position:relative;min-width:0}.rd-account-switcher summary{height:46px;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:6px 9px;list-style:none;cursor:pointer;border:1px solid var(--rd-border);border-radius:14px;background:#ffffffd1;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.rd-account-switcher summary::-webkit-details-marker{display:none}.rd-account-switcher summary:hover{border-color:#3f8cff73;box-shadow:0 6px 16px #3d609114}.rd-account-switcher summary>span,.rd-account-menu button>span{min-width:0;display:grid;gap:1px}.rd-account-switcher strong,.rd-account-menu strong{overflow:hidden;color:var(--rd-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:12px}.rd-account-switcher small,.rd-account-menu small{overflow:hidden;color:var(--rd-text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:9px}.rd-account-menu{position:absolute;z-index:60;top:calc(100% + 7px);left:0;width:max(220px,100%);max-height:320px;padding:6px;overflow-y:auto;border:1px solid var(--rd-border);border-radius:14px;background:#fffffff7;box-shadow:0 16px 40px #3d60912e;animation:rd-menu-in .16s ease}.rd-account-menu button{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) 8px 16px;align-items:center;gap:8px;padding:7px;border:0;border-radius:10px;text-align:left;background:transparent}.rd-account-menu button:hover{background:var(--rd-primary-soft)}.rd-add-account{width:36px;height:46px;display:grid;place-items:center;color:var(--rd-primary);border:1px solid var(--rd-border);border-radius:13px;background:#ffffffc7}.rd-add-account:hover{background:var(--rd-primary-soft);transform:translateY(-1px)}.rd-status-dot{width:8px;height:8px;border-radius:50%;background:var(--rd-text-disabled);box-shadow:0 0 0 3px #b9c3d226}.rd-status-dot.online{background:var(--rd-green);box-shadow:0 0 0 3px #27c87524}.rd-status-dot.starting,.rd-status-dot.waiting_qr{background:var(--rd-orange)}.rd-status-dot.error,.rd-status-dot.logged_out{background:var(--rd-red)}.rd-connection-pill{width:fit-content;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;color:var(--rd-text-secondary);border-radius:999px;background:#ffffffa8;font-size:10px}.rd-connection-pill.online{color:#147b4c;background:#27c8751c}.rd-connection-pill i{width:6px;height:6px;border-radius:50%;background:currentColor}.rd-history-sync{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--rd-orange);font-size:9px}.rd-history-sync.retrying{color:var(--rd-orange)}.workbench-route .conversation-search{height:44px;flex:0 0 auto;margin:8px 14px;padding:0 12px;color:var(--rd-text-tertiary);border:1px solid var(--rd-border);border-radius:15px;background:#ffffffc7}.workbench-route .conversation-search:focus-within{color:var(--rd-primary);border-color:#3f8cff8c;box-shadow:0 0 0 3px #3f8cff1a}.workbench-route .conversation-search input{min-width:0;height:40px;color:var(--rd-text-primary);font-size:12px;background:transparent}.workbench-route .history-mode .conversation-search{height:48px;border-color:#3f8cff61;box-shadow:0 0 0 3px #3f8cff14}.workbench-route .history-mode .conversation-search input{height:46px}.rd-search-clear{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;padding:0;color:var(--rd-text-tertiary);border:0;border-radius:8px;background:transparent}.rd-search-clear:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.rd-primary-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:2px 14px 9px;padding:4px;border-radius:14px;background:#e0eaf8c2}.rd-primary-tabs button{height:32px;border:0;border-radius:10px;color:var(--rd-text-secondary);background:transparent;font-size:11px}.rd-primary-tabs button.active{color:var(--rd-primary);background:#fff;box-shadow:0 3px 10px #3d60911a;font-weight:600}.workbench-route .segment-control{display:flex;gap:5px;padding:0 14px 10px;overflow-x:auto}.workbench-route .segment-control button{min-width:max-content;height:30px;padding:0 9px;color:var(--rd-text-secondary);border:0;border-radius:999px;background:#ffffff70;font-size:10px}.workbench-route .segment-control button.active{color:var(--rd-primary);background:var(--rd-primary-soft);box-shadow:none}.rd-filter-count{margin-left:3px;font-variant-numeric:tabular-nums}.workbench-route .conversation-scroll{padding:0 10px 10px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.workbench-route .conversation-item{position:relative;min-height:78px;margin:0 0 8px;padding:10px 9px;border:1px solid transparent;border-radius:17px;background:#ffffff57;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workbench-route .conversation-item:hover{background:#ffffffbf;box-shadow:var(--rd-shadow-card);transform:translateY(-1px)}.workbench-route .conversation-item.active{border-color:#3f8cff2e;background:#e2f0ffeb;box-shadow:0 7px 20px #3f8cff1a}.workbench-route .conversation-item.active:before{content:"";position:absolute;inset:14px auto 14px -1px;width:3px;border-radius:0 3px 3px 0;background:var(--rd-primary)}.workbench-route .conversation-item>.contact-avatar{width:42px;height:42px;border-radius:50%}.workbench-route .conversation-item strong{color:var(--rd-text-primary);font-size:13px}.workbench-route .conversation-item time{color:var(--rd-text-tertiary);font-size:9px}.workbench-route .conversation-item p{margin-top:5px;color:var(--rd-text-secondary);font-size:10px}.workbench-route .conversation-item.overdue time{color:var(--rd-red)}.workbench-route .conversation-preview{min-width:0;display:flex;align-items:center;gap:4px}.workbench-route .conversation-preview>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workbench-route .rd-overdue-label{flex:0 0 auto;color:var(--rd-red);font-weight:700}.workbench-route .history-mode .conversation-scroll{padding:3px 8px 10px}.workbench-route .history-result{min-height:78px;margin-bottom:9px;padding:10px 11px;border-color:#cbdbf194;background:#ffffffa8;box-shadow:0 7px 20px #3d60910f}.workbench-route .history-result:hover{border-color:#3f8cff42;background:#ffffffeb}.workbench-route .history-result.active{border-color:#3f8cff52;background:linear-gradient(135deg,#e8f4fff2,#ffffffe0)}.workbench-route .history-result .contact-avatar{width:42px;height:42px}.workbench-route .history-result strong{font-size:13px}.workbench-route .history-result p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.workbench-route .unread-count{min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;color:#fff;border-radius:999px;background:var(--rd-primary);font-size:9px;font-weight:700;box-shadow:0 4px 10px #3f8cff40}.workbench-route .message-pane{display:flex;flex-direction:column;background:linear-gradient(180deg,#f6fbffe0,#ebf5ffc7)}.workbench-route .message-header{min-height:76px;flex:0 0 auto;margin:12px 14px 0;padding:10px 16px;border:1px solid rgba(255,255,255,.94);border-radius:19px;background:#ffffffdb;box-shadow:0 8px 24px #3d609112}.workbench-route .message-contact{min-width:0}.workbench-route .message-contact>.contact-avatar{width:46px;height:46px;border-radius:50%;box-shadow:0 0 0 3px #fff,0 4px 14px #3d60911f}.rd-message-contact-copy{min-width:0;display:grid;gap:5px}.rd-message-contact-title{min-width:0;display:flex;align-items:baseline;gap:6px}.workbench-route .rd-message-contact-title strong{min-width:0;overflow:hidden;color:var(--rd-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:16px}.workbench-route .rd-message-contact-title small{min-width:0;max-width:240px;overflow:hidden;color:var(--rd-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650}.rd-contact-meta{display:flex;align-items:center;gap:6px;margin-top:0}.rd-contact-meta span{padding:3px 7px;color:var(--rd-text-secondary);border-radius:999px;background:var(--rd-surface-blue-soft);font-size:9px}.workbench-route .message-header-actions{display:flex!important;flex-wrap:wrap;justify-content:flex-end}.workbench-route .detected-language{color:var(--rd-primary);border:0;background:var(--rd-primary-soft)}.rd-header-icon{width:34px;height:34px;display:grid;place-items:center;padding:0;color:var(--rd-text-secondary);border:1px solid var(--rd-border);border-radius:11px;background:#ffffffbd}.rd-header-icon:hover{color:var(--rd-primary);background:#fff;transform:translateY(-1px)}.rd-mobile-conversation-back{display:none}.rd-mobile-panel-close{display:none;position:absolute;z-index:4;top:10px;right:10px}.workbench-route .message-scroll{padding:34px clamp(22px,3.2vw,52px) 24px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.workbench-route .message-row{align-items:flex-start;gap:12px;margin-bottom:18px}.workbench-route .message-row>.contact-avatar{width:42px;height:42px;flex-basis:42px;border:2px solid rgba(255,255,255,.98);box-shadow:0 4px 12px #3d609126}.workbench-route .message-stack{min-width:0;max-width:min(72%,690px);display:flex;flex-direction:column;align-items:flex-start}.workbench-route .message-row.outbound .message-stack{align-items:flex-end}.workbench-route .message-bubble{max-width:100%;margin-bottom:0;padding:12px 15px;border:1px solid rgba(117,141,176,.09);border-radius:18px 18px 18px 6px;background:#fffffffa;box-shadow:0 6px 18px #3d609112}.workbench-route .message-row .message-bubble{margin-bottom:0}.workbench-route .message-bubble.outbound{border-color:#3f8cff21;border-radius:18px 18px 6px;background:#d8eaff;box-shadow:0 6px 18px #3f8cff17}.workbench-route .message-bubble.history-target{outline:2px solid rgba(63,140,255,.7);outline-offset:3px;animation:rd-history-target .7s ease 2}.workbench-route .message-bubble p{color:var(--rd-text-primary);font-size:13px;line-height:1.65}.workbench-route .message-meta{display:flex;align-items:center;gap:5px;min-height:18px;padding:4px 4px 0;color:#8495ad;font-size:9px}.workbench-route .message-row.outbound .message-meta{justify-content:flex-end}.workbench-route .message-meta svg{color:#25c77a}.workbench-route .message-delivery-label.delivered,.workbench-route .message-delivery-label.read{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.workbench-route .message-hover-actions{border-color:var(--rd-border);border-radius:10px;box-shadow:var(--rd-shadow-card)}.workbench-route .quoted{margin:-2px -3px 8px;padding:7px 9px;border-left:3px solid var(--rd-primary);border-radius:8px;background:#3f8cff14}.workbench-route .message-translation{margin-top:9px;padding:8px 9px;border-top:1px solid rgba(63,140,255,.13);border-radius:10px;background:#ffffff85}.workbench-route .message-bubble.has-media{width:min(100%,460px);padding:7px}.workbench-route .message-image,.workbench-route .message-image-button,.workbench-route .message-video-wrap,.workbench-route .message-video{border-radius:12px}.workbench-route .message-bubble.is-sticker,.workbench-route .message-bubble.is-sticker.outbound{width:auto;padding:0;border:0;background:transparent;box-shadow:none}.workbench-route .message-image-button.sticker{width:auto;max-width:180px;overflow:visible}.workbench-route .message-image.sticker{width:auto;max-width:180px;max-height:180px;border-radius:0;background:transparent;object-fit:contain}.workbench-route .message-document{color:var(--rd-text-primary);border-color:var(--rd-border);border-radius:11px;background:#ffffffa3}.workbench-route .composer{position:relative;min-height:clamp(190px,28vh,330px);display:flex;flex-direction:column;gap:8px;align-items:stretch;margin:0 16px 16px;padding:0;overflow:visible;border:1px solid rgba(255,255,255,.94);border-radius:22px;background:#ffffffed;box-shadow:0 14px 34px #3d60911c}.workbench-route .composer:before{content:"";width:48px;height:3px;flex:0 0 auto;align-self:center;margin-top:10px;border-radius:3px;background:#cbd7e7}.rd-composer-tabs{display:flex;align-items:center;gap:6px;padding:2px 17px 0}.rd-composer-tabs button{height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:var(--rd-text-secondary);border:1px solid transparent;border-radius:11px;background:transparent;font-size:11px}.rd-composer-tabs button.active{color:var(--rd-primary);background:var(--rd-primary-soft);font-weight:600}.rd-composer-main{min-height:105px;flex:1 1 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:10px;padding:4px 17px 15px}.workbench-route .composer textarea{width:100%;height:100%;min-height:105px;max-height:none;align-self:stretch;padding:12px 4px;color:var(--rd-text-primary);border:0;background:transparent;box-shadow:none;font-size:13px;line-height:1.6}.workbench-route .composer textarea::placeholder{color:var(--rd-text-tertiary)}.workbench-route .composer-tools{display:flex;gap:2px;padding-bottom:5px}.workbench-route .composer .icon-button{color:var(--rd-text-secondary);border-radius:10px}.workbench-route .composer .icon-button:hover{color:var(--rd-primary);background:var(--rd-primary-soft)}.workbench-route .composer-actions{padding-bottom:4px}.workbench-route .translate-send-button{height:36px;padding:0 10px;color:var(--rd-primary);border:1px solid rgba(63,140,255,.22);border-radius:11px;background:var(--rd-primary-soft)}.workbench-route .send-button{width:38px;height:38px;display:grid;place-items:center;padding:0;color:#fff;border:0;border-radius:12px;background:linear-gradient(145deg,#56a4ff,#347df2);box-shadow:0 7px 16px #3f8cff42}.workbench-route .composer-reply-preview,.workbench-route .composer-attachment-preview{margin:0 9px;border-radius:10px;border-left-color:var(--rd-primary);background:var(--rd-surface-blue-soft)}.workbench-route .quick-picker,.workbench-route .emoji-picker{z-index:30;left:9px;bottom:calc(100% - 35px);width:min(430px,calc(100% - 18px));border-color:var(--rd-border);border-radius:14px;box-shadow:0 18px 45px #3d60912e}.rd-ai-composer-panel{max-height:245px;margin:0 9px;padding:10px;overflow-y:auto;border:1px solid var(--rd-border);border-radius:13px;background:var(--rd-surface-soft)}.rd-ai-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.rd-ai-toolbar strong{display:flex;align-items:center;gap:6px;font-size:11px}.rd-ai-actions{display:flex;gap:4px}.rd-ai-summary{margin:0 0 8px;padding:9px;color:var(--rd-text-secondary);border-radius:10px;background:#fff;font-size:10px;line-height:1.55;white-space:pre-wrap}.workbench-route .ai-reply-options{grid-template-columns:repeat(2,minmax(0,1fr))}.workbench-route .ai-reply-options article{grid-template-columns:1fr;border-color:var(--rd-border);border-radius:10px}.workbench-route .ai-reply-content{padding:8px 9px}.workbench-route .ai-reply-content:hover{background:var(--rd-primary-soft)}.workbench-route .ai-reply-content strong{color:var(--rd-primary)}.workbench-route .ai-quick-send{display:none}.workbench-route .customer-pane{position:relative;display:block;border-left:1px solid rgba(255,255,255,.88);overflow:hidden}.rd-customer-panel{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.rd-customer-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:14px 16px 10px;padding:4px;border:1px solid rgba(255,255,255,.92);border-radius:18px;background:#f8fbffd1;box-shadow:0 8px 22px #3d609114}.rd-customer-tabs button{height:45px;display:flex;align-items:center;justify-content:center;gap:8px;color:#71809a;border:0;border-radius:14px;background:transparent;font-size:13px;font-weight:650}.rd-customer-tabs button.active{color:#2476ff;background:#fffffffa;box-shadow:0 2px #3f8cff,0 8px 18px #3d609114}.rd-customer-scroll{min-height:0;display:grid;align-content:start;gap:16px;padding:8px 16px 22px;overflow-y:auto}.rd-customer-profile-card,.rd-info-card{border:1px solid rgba(255,255,255,.94);border-radius:20px;background:#ffffffe0;box-shadow:0 10px 28px #3d609117}.rd-customer-profile-card{padding:24px 20px 17px}.rd-profile-identity{display:flex;align-items:center;gap:18px;min-width:0}.rd-customer-avatar{position:relative;flex:0 0 auto}.rd-customer-avatar .contact-avatar.large{width:82px;height:82px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #dbe7f7}.rd-customer-avatar i{position:absolute;right:2px;bottom:5px;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#28c76f}.rd-profile-copy{min-width:0;display:grid;justify-items:start;gap:6px}.rd-profile-title{max-width:100%;display:flex;align-items:center;gap:8px}.rd-profile-title h2{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#102443;font-size:24px;line-height:1.2}.rd-inline-icon,.rd-card-action{display:grid;place-items:center;flex:0 0 auto;padding:0;color:#2476ff;border:0;background:transparent}.rd-inline-icon{width:28px;height:28px;border-radius:9px}.rd-inline-icon:hover,.rd-card-action:hover{background:#edf5ff}.rd-whatsapp-pill{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:4px 10px;color:#42567b;border-radius:12px;background:#f0f4ff;font-size:14px;font-weight:700}.rd-whatsapp-pill svg{color:#22c768;fill:#22c768;stroke:#fff}.rd-profile-copy>small{color:#71809a;font-size:11px}.rd-profile-facts{width:100%;display:grid;grid-template-columns:1fr 1fr;margin:20px 0 0;padding-top:14px;border-top:1px dashed #d7e2f1}.rd-profile-facts div{min-width:0;display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:7px;padding:2px 10px 2px 0}.rd-profile-facts div+div{padding-left:14px;border-left:1px solid #e1e9f5}.rd-profile-facts svg{color:#287bff}.rd-profile-facts dt{color:#7b8aa6;font-size:11px;white-space:nowrap}.rd-profile-facts dd{min-width:0;margin:0;overflow:hidden;color:#20314f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.rd-info-card{padding:20px}.rd-info-card>header{display:flex;align-items:center;gap:10px;margin-bottom:17px;color:#102443}.rd-info-card>header strong{font-size:16px}.rd-section-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;color:#2476ff;border-radius:12px;background:#edf5ff}.rd-section-icon.cyan{color:#00a8e8;background:#e9faff}.rd-section-icon.purple{color:#8053ef;background:#f2edff}.rd-card-info{width:28px;height:28px;display:grid;place-items:center;margin-left:auto;color:#2476ff;border:1px solid #bcd8ff;border-radius:50%}.rd-card-action{width:30px;height:30px;margin-left:auto;border-radius:9px}.rd-tag-cloud{min-height:38px;display:flex;align-items:center;flex-wrap:wrap;gap:7px}.rd-tag-cloud>span{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:4px 8px 4px 10px;color:#2476ff;border-radius:999px;background:#edf5ff;font-size:11px}.rd-tag-cloud>span button{width:18px;height:18px;display:grid;place-items:center;padding:0;color:#6f86a8;border:0;border-radius:50%;background:transparent}.rd-tag-cloud>span button:hover{color:#d94c5c;background:#fff}.rd-tag-cloud small{color:#9aa8bc}.rd-add-tag{width:38px;height:38px;display:grid;place-items:center;padding:0;color:#7487a5;border:1px dashed #b7c5d9;border-radius:13px;background:#fff}.rd-add-tag:hover{color:#2476ff;border-color:#6fa8ff;background:#f5f9ff}.rd-tag-editor{display:grid;grid-template-columns:minmax(0,1fr) 34px 34px;gap:6px;margin-top:10px}.rd-tag-editor input{height:34px;border-color:#cbdcf3;border-radius:9px}.rd-metric-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.rd-metric-grid article{min-width:0;min-height:96px;display:flex;align-items:center;gap:11px;padding:14px;border-radius:17px;background:#fffffff2;box-shadow:0 8px 20px #3d609112}.rd-metric-grid article>div{min-width:0;display:grid;gap:4px}.rd-metric-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:#fff;border-radius:14px}.rd-metric-icon.blue{background:linear-gradient(145deg,#5ba6ff,#397ff2)}.rd-metric-icon.cyan{background:linear-gradient(145deg,#39d6e9,#18b9d2)}.rd-metric-icon.purple{background:linear-gradient(145deg,#a96eff,#7c46eb)}.rd-metric-icon.green{background:linear-gradient(145deg,#49df93,#20bf6b)}.rd-metric-grid strong{min-width:0;overflow-wrap:anywhere;color:#102443;font-size:22px;line-height:1.05}.rd-metric-grid small{color:#7586a2;font-size:10px;line-height:1.35}.rd-record-view{gap:16px}.rd-record-card{padding:20px}.rd-detail-list{margin:0}.rd-detail-list>div{min-height:47px;display:grid;grid-template-columns:20px 102px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #e4ebf5}.rd-detail-list>div:last-child{border-bottom:0}.rd-detail-list>div>svg{color:#7890b5}.rd-detail-list dt{color:#72829d;font-size:12px}.rd-detail-list dd{min-width:0;margin:0;overflow-wrap:anywhere;color:#20314f;text-align:right;font-size:12px;font-weight:650}.rd-follow-rhythm dd{display:flex;align-items:center;justify-content:flex-end;gap:8px}.rd-follow-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#f25362}.rd-follow-dot.following,.rd-follow-dot.quoted,.rd-follow-dot.won{background:#2ccf78}.rd-follow-dot.waiting_reply{background:#ffae35}.rd-editor-header{min-height:40px;display:flex;align-items:center;gap:8px;color:#102443}.rd-editor-header strong{font-size:15px}.rd-edit-fields{display:grid;gap:14px}.rd-customer-form label{display:grid;gap:6px;color:#667895;font-size:11px;font-weight:650}.rd-customer-form input,.rd-customer-form select,.rd-customer-form textarea{border-color:#cbdcf3;border-radius:11px;background:#fff}.rd-customer-form input,.rd-customer-form select{height:40px}.rd-customer-form .toggle-field{display:flex}.rd-customer-form>.button{min-height:43px;border-radius:11px}.rd-readonly-note{display:flex;align-items:center;gap:5px;color:var(--rd-text-tertiary)}.rd-customer-backdrop{display:none}.workbench-route :focus-visible{outline:2px solid var(--rd-primary);outline-offset:2px}.workbench-route ::-webkit-scrollbar{width:5px;height:5px}.workbench-route ::-webkit-scrollbar-track{background:transparent}.workbench-route ::-webkit-scrollbar-thumb{border-radius:999px;background:#6d87ab3d}.workbench-route :hover::-webkit-scrollbar-thumb{background:#6d87ab66}@keyframes rd-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes rd-history-target{0%,to{filter:brightness(1)}50%{filter:brightness(.94);box-shadow:0 0 0 7px #3f8cff1f}}@media (max-width: 1599px){.workbench-route{grid-template-columns:60px minmax(0,1fr);gap:10px;padding:10px}.workbench-route .sidebar{width:60px;border-radius:21px}.workbench-route .sidebar nav{padding-inline:5px}.workbench-route .sidebar nav a,.workbench-route .rd-rail-action{width:48px}.inbox-shell{grid-template-columns:minmax(280px,292px) minmax(500px,1fr) minmax(310px,330px);gap:10px}.workbench-route .message-scroll{padding-inline:18px}.workbench-route .message-stack{max-width:78%}.workbench-route .message-bubble{max-width:100%}.rd-metric-grid strong{font-size:18px;white-space:nowrap}.rd-metric-grid small{font-size:9px}}@media (max-width: 1365px){.inbox-shell{grid-template-columns:minmax(220px,235px) minmax(0,1fr)}.workbench-route .customer-pane{position:absolute;z-index:70;top:0;right:0;width:300px;height:100%;transform:translate(calc(100% + 18px));opacity:0;pointer-events:none;transition:transform .18s ease,opacity .18s ease}.workbench-route .customer-pane.open{transform:translate(0);opacity:1;pointer-events:auto}.rd-mobile-panel-close{display:grid}.rd-customer-backdrop.open{position:absolute;z-index:65;inset:0;display:block;border:0;border-radius:var(--rd-radius-xl);background:#17233e2e;backdrop-filter:blur(2px)}.workbench-route .message-header-actions .status-badge{display:none}}@media (max-width: 1099px){.inbox-shell{grid-template-columns:minmax(200px,220px) minmax(0,1fr)}.workbench-route .message-stack{max-width:calc(86% - 41px)}.workbench-route .message-row .message-bubble{max-width:100%}.workbench-route .translate-send-button span{display:none}}@media (max-width: 760px){.workbench-route{position:fixed;top:var(--app-viewport-offset-top, 0px);right:auto;bottom:auto;left:var(--app-viewport-offset-left, 0px);width:var(--app-viewport-width, 100%);max-width:100%;height:var(--app-viewport-height, 100dvh);min-height:0;display:block;padding:max(8px,env(safe-area-inset-top)) max(8px,env(safe-area-inset-right)) calc(78px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));overflow:hidden;overflow:clip;overscroll-behavior:none;touch-action:pan-y}.workbench-route .sidebar{position:fixed;z-index:100;inset:auto 8px 8px;width:calc(100% - 16px);height:62px;min-height:0;display:grid;grid-template-columns:minmax(0,4fr) minmax(54px,1fr);overflow:hidden;border-radius:18px}.workbench-route .sidebar .brand{display:none}.workbench-route .sidebar-foot{display:block;padding:6px 6px 6px 0;border:0}.workbench-route .sidebar-account{display:none}.workbench-route .sidebar-account-mobile-link{width:100%;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:5px 2px;color:#71809a;border-radius:15px;font-size:10px;line-height:1.2}.workbench-route .sidebar-account-mobile-link.active{color:#fff;background:linear-gradient(145deg,#54a5ff,#347df2);box-shadow:0 8px 18px #3f8cff3d}.workbench-route .sidebar nav{height:100%;display:flex;align-items:center;gap:2px;padding:6px;overflow-x:auto;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none}.workbench-route .sidebar nav::-webkit-scrollbar{display:none}.workbench-route .sidebar nav a.platform-navigation-item{display:none}.workbench-route .sidebar nav a{width:auto;min-width:48px;height:50px;min-height:50px;flex:1 1 25%}.workbench-route .main-area,.workbench-route .page-content{width:100%;height:100%;min-height:0}.inbox-shell{width:100%;height:100%;display:block;overflow:hidden;overflow:clip}.workbench-route .conversation-list,.workbench-route .message-pane{width:100%;height:100%;border-radius:18px}.workbench-route .message-pane{overflow:hidden;overflow:clip;overscroll-behavior:none}.workbench-route .message-pane,.inbox-shell.mobile-conversation-open .conversation-list{display:none}.inbox-shell.mobile-conversation-open .message-pane{display:flex}.workbench-route .rd-account-block{padding:12px 12px 8px}.workbench-route .conversation-search{margin-inline:12px}.workbench-route .conversation-scroll{padding-inline:8px}.workbench-route .conversation-item{min-height:72px}.workbench-route .message-header{min-height:64px;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:8px;margin:8px 8px 0;padding:8px 10px;border-radius:16px}.rd-mobile-conversation-back{display:grid}.workbench-route .message-contact{gap:8px}.workbench-route .message-contact>.contact-avatar{width:38px;height:38px}.workbench-route .rd-message-contact-title strong{font-size:14px}.workbench-route .rd-message-contact-title small{max-width:110px;font-size:10px}.workbench-route .rd-contact-meta{display:none}.workbench-route .message-header-actions{flex-wrap:nowrap}.workbench-route .message-header-actions .detected-language,.workbench-route .message-header-actions .status-badge{display:none}.workbench-route .message-scroll{padding:20px 10px 16px}.workbench-route .message-row{gap:7px;margin-bottom:14px}.workbench-route .message-row>.contact-avatar{width:34px;height:34px;flex-basis:34px}.workbench-route .message-stack{max-width:calc(100% - 41px)}.workbench-route .message-bubble{padding:10px 12px;border-radius:16px 16px 16px 5px}.workbench-route .message-bubble.outbound{border-radius:16px 16px 5px}.workbench-route .message-bubble p{font-size:13px;overflow-wrap:anywhere}.workbench-route .message-image-button.sticker,.workbench-route .message-image.sticker{max-width:140px;max-height:140px}.workbench-route .composer{min-height:142px;max-height:min(42dvh,260px);margin:0 8px 8px;border-radius:17px}.rd-composer-tabs{gap:3px;padding-inline:10px;overflow-x:auto}.rd-composer-tabs button{min-width:max-content;padding-inline:8px}.rd-composer-main{min-height:88px;grid-template-columns:auto minmax(0,1fr) auto;gap:5px;padding:2px 9px 10px}.workbench-route input,.workbench-route select,.workbench-route textarea{font-size:16px}.workbench-route .composer textarea{min-height:64px;font-size:16px;resize:none}.workbench-route .composer-tools{gap:0}.workbench-route .composer .icon-button{width:30px;height:30px}.workbench-route .translate-send-button{width:34px;padding:0}.workbench-route .send-button{width:36px;height:36px}.workbench-route .quick-picker,.workbench-route .emoji-picker{width:calc(100% - 18px);max-height:45dvh}.workbench-route .customer-pane{z-index:70;inset:0;width:100%;max-width:none;height:100%;border-radius:18px;transform:translate(calc(100% + 10px))}.workbench-route .customer-pane.open{transform:translate(0)}.rd-customer-backdrop.open{border-radius:18px}.workbench-route:has(.composer textarea:focus){padding-bottom:max(6px,env(safe-area-inset-bottom))}.workbench-route:has(.composer textarea:focus) .sidebar{display:none}.workbench-route:has(.composer textarea:focus) .message-header{min-height:54px;margin-top:4px}.workbench-route:has(.composer textarea:focus) .composer{min-height:104px;max-height:min(36dvh,150px);margin-bottom:4px}.workbench-route:has(.composer textarea:focus) .composer:before{display:none}.workbench-route:has(.composer textarea:focus) .rd-composer-tabs{padding-top:4px}.workbench-route:has(.composer textarea:focus) .rd-composer-main{min-height:58px;padding-bottom:6px}.workbench-route:has(.composer textarea:focus) .composer textarea{min-height:46px}}@media (max-width: 380px){.workbench-route{padding-inline:5px}.workbench-route .sidebar{right:5px;left:5px;width:calc(100% - 10px)}.workbench-route .sidebar nav a{min-width:50px;flex-basis:50px}.workbench-route .message-header{grid-template-columns:34px minmax(0,1fr) 34px;padding-inline:8px}.workbench-route .message-contact>.contact-avatar{display:none}.workbench-route .rd-message-contact-title small{max-width:88px}}@media (prefers-reduced-motion: reduce){.workbench-route *,.workbench-route *:before,.workbench-route *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
