:root{--ink:#172033;--ink-soft:#334155;--muted:#64748b;--muted-2:#94a3b8;--canvas:#f4f7fb;--panel:#ffffff;--panel-soft:#f8fafc;--line:#e2e8f0;--line-strong:#cbd5e1;--brand:#2563eb;--brand-dark:#0b1f3a;--brand-soft:#eff6ff;--violet:#6558d9;--amber:#e8942f;--red:#df5b68;--shadow-soft:0 10px 34px rgba(15,42,78,0.09);--shadow-card:0 2px 12px rgba(15,42,78,0.06)}*{box-sizing:border-box}body,html{width:100%;min-height:100%;margin:0}body{color:var(--ink);background:var(--canvas);font-family:Aptos,Segoe UI Variable,Segoe UI,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}button,select{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.2);outline-offset:2px}.app-shell{display:grid;grid-template-columns:76px minmax(292px,338px) minmax(440px,1fr) minmax(272px,306px);width:100%;height:100dvh;min-height:0;overflow:hidden;background:var(--panel)}.sidebar{z-index:20;display:flex;grid-column:1;grid-row:1;flex-direction:column;align-items:center;padding:18px 11px 16px;color:#d8e7e0;background:#102e27}.brand-mark{position:relative;display:grid;place-items:center;width:46px;height:46px;padding:0;color:#fff;border:0;border-radius:15px;background:linear-gradient(145deg,#25b879,#168557);box-shadow:0 9px 24px rgba(1,19,13,.25)}.brand-pulse{position:absolute;right:4px;bottom:5px;width:7px;height:7px;border:2px solid #168557;border-radius:99px;background:#fff}.sidebar-bottom,.sidebar-nav{display:flex;flex-direction:column;align-items:center;gap:9px}.sidebar-nav{flex:1 1;padding-top:35px}.side-button{position:relative;display:grid;place-items:center;width:44px;height:44px;padding:0;color:#8eaaa1;border:0;border-radius:12px;background:transparent;transition:color .16s ease,background .16s ease,transform .16s ease}.side-button:hover{color:#fff;background:rgba(255,255,255,.08);transform:translateY(-1px)}.side-button.is-active{color:#fff;background:rgba(50,190,133,.2);box-shadow:inset 3px 0 0 #35c78a}.nav-badge{position:absolute;top:3px;right:1px;place-items:center;min-width:17px;height:17px;padding:0 4px;color:#fff;border:2px solid #102e27;border-radius:20px;background:#e55d6d;font-size:9px}.nav-badge,.profile-button{display:grid;font-weight:800}.profile-button{position:relative;place-items:center;width:40px;height:40px;padding:0;color:#fff;border:2px solid rgba(255,255,255,.14);border-radius:50%;background:#5b67d6;font-size:11px}.online-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#25b879}.profile-button .online-dot{border-color:#102e27}.conversation-panel{display:flex;grid-column:2;min-width:0;flex-direction:column;border-right:1px solid var(--line);background:#fff;overflow:hidden}.workspace-header{display:flex;align-items:center;justify-content:space-between;padding:22px 20px 14px}.eyebrow{display:block;margin-bottom:4px;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.overview-title h1,.workspace-header h1{margin:0;color:var(--ink);font-size:25px;font-weight:760;letter-spacing:-.035em}.icon-button{position:relative;display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff}.icon-button:hover{border-color:var(--line-strong);background:var(--panel-soft)}.primary-icon{color:#fff;border-color:var(--brand);background:var(--brand);box-shadow:0 7px 18px rgba(22,139,96,.23)}.primary-icon:hover{color:#fff;border-color:#11774f;background:#11774f}.channel-status{display:flex;align-items:center;gap:10px;margin:2px 16px 14px;padding:11px 12px;border:1px solid #dce9e1;border-radius:12px;background:#f5fbf7}.channel-icon,.wa-mark{display:grid;place-items:center;width:32px;height:32px;flex:0 0 auto;color:#fff;border-radius:10px;background:#20a86d}.channel-status>div{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:1px}.channel-status strong{font-size:12px}.channel-status div span{color:var(--muted);font-size:10px}.connected-label{display:inline-flex;align-items:center;gap:5px;color:#16855c;font-size:9px;font-weight:750}.connected-label>span{width:7px;height:7px;border-radius:50%;background:#22b573;box-shadow:0 0 0 3px rgba(34,181,115,.12)}.account-filter-select{position:relative;display:flex;min-height:28px;align-items:center;gap:2px;padding:0 7px;color:#167b55;border:1px solid #c9e4d6;border-radius:8px;background:#fff}.account-filter-select select{max-width:92px;color:inherit;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font-size:8px;font-weight:750}.search-box{display:flex;align-items:center;min-height:42px;gap:9px;color:var(--muted);border:1px solid var(--line);border-radius:11px;background:var(--panel-soft)}.conversation-panel>.search-box{margin:0 16px;padding:0 12px}.search-box:focus-within{color:var(--brand);border-color:rgba(22,139,96,.45);background:#fff;box-shadow:0 0 0 3px rgba(22,139,96,.08)}.search-box input{width:100%;min-width:0;color:var(--ink);border:0;outline:0;background:transparent;font-size:12px}.search-box input::placeholder,textarea::placeholder{color:#a0aca8}.search-box button{display:grid;place-items:center;padding:3px;color:var(--muted);border:0;background:transparent}.filter-row{display:flex;gap:6px;padding:13px 16px 7px;overflow-x:auto;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-row button{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;min-height:31px;padding:0 10px;color:var(--muted);border:1px solid var(--line);border-radius:9px;background:#fff;font-size:10px;font-weight:700}.filter-row button span{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:5px;background:#eef2ef;font-size:9px}.filter-row button.is-active{color:#126e4d;border-color:#bfe5d1;background:var(--brand-soft)}.filter-row button.is-active span{color:#fff;background:var(--brand)}.list-meta{display:flex;justify-content:space-between;padding:6px 18px 7px;font-weight:650}.list-meta,.list-meta button{align-items:center;color:var(--muted);font-size:10px}.list-meta button{display:inline-flex;gap:5px;padding:4px;border:0;background:transparent}.conversation-list{flex:1 1;min-height:0;padding:0 8px 12px;overflow-y:auto}.contact-panel::-webkit-scrollbar,.conversation-list::-webkit-scrollbar,.messages-area::-webkit-scrollbar{width:6px}.contact-panel::-webkit-scrollbar-thumb,.conversation-list::-webkit-scrollbar-thumb,.messages-area::-webkit-scrollbar-thumb{border-radius:8px;background:#d9e0dc}.conversation-item{position:relative;display:flex;width:100%;min-height:82px;align-items:flex-start;gap:10px;padding:13px 10px;text-align:left;border:0;border-bottom:1px solid #edf1ee;border-radius:10px;background:transparent;transition:background .14s ease}.conversation-item:hover{background:#f6f9f7}.conversation-item.is-selected{background:#edf8f2;box-shadow:inset 3px 0 0 var(--brand)}.avatar{position:relative;display:inline-grid;place-items:center;flex:0 0 auto;color:#fff;border-radius:50%;font-weight:780;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}.avatar-sm{width:28px;height:28px;font-size:9px}.avatar-md{width:40px;height:40px;font-size:11px}.avatar-lg{width:46px;height:46px;font-size:12px}.avatar-xl{width:68px;height:68px;font-size:17px}.conversation-copy{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:5px}.conversation-meta-row,.conversation-title-row{display:flex;min-width:0;align-items:center}.conversation-title-row{justify-content:space-between;gap:8px}.conversation-title-row strong{overflow:hidden;font-size:12px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.conversation-title-row time{flex:0 0 auto;color:var(--muted-2);font-size:9px}.conversation-preview{display:block;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.conversation-meta-row{gap:5px;color:var(--muted-2);font-size:9px}.status-dot{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#a7b1ae}.status-dot.green{background:#22ac70}.status-dot.amber{background:#e8942f}.status-dot.blue{background:#4e82d8}.status-dot.gray{background:#9aa6a2}.mini-agent{display:inline-grid;place-items:center;width:19px;height:19px;flex:0 0 auto;margin-left:2px;color:#fff;border:2px solid #fff;border-radius:50%;font-size:6px;font-style:normal;font-weight:800}.unassigned-label{color:#4e76b8;font-weight:700}.unread-count{position:absolute;right:10px;bottom:13px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;color:#fff;border-radius:20px;background:var(--brand);font-size:9px;font-weight:800}.empty-state{display:flex;height:60%;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--muted-2);text-align:center}.empty-state strong{color:var(--ink-soft);font-size:12px}.empty-state span{max-width:200px;font-size:10px}.chat-pane{display:flex;grid-column:3;min-width:0;min-height:0;flex-direction:column;background:#f7f5f0;overflow:hidden}.chat-header{z-index:3;display:flex;min-height:73px;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.97)}.chat-contact{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:2px}.chat-contact strong{overflow:hidden;font-size:13px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.chat-contact span{color:var(--muted);font-size:9px}.status-chip{display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:0 9px;border-radius:8px;font-size:9px;font-weight:750;white-space:nowrap}.status-chip>span{width:6px;height:6px;border-radius:50%;background:currentColor}.status-chip.green{color:#147a55;background:#e9f7ef}.status-chip.amber{color:#a7681d;background:#fff3e4}.status-chip.blue{color:#416ba9;background:#eaf1fb}.status-chip.gray{color:#697873;background:#edf1ef}.chat-actions{display:flex;align-items:center;gap:7px}.action-button,.outline-button,.solid-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 13px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;font-size:10px;font-weight:740;white-space:nowrap}.action-button:hover,.outline-button:hover{border-color:#bacac2;background:#f8faf9}.action-button.assume{color:#fff;border-color:var(--brand);background:var(--brand)}.action-button.resolve{color:#28614d;border-color:#c6e1d3;background:#f1faf5}.solid-button{color:#fff;border-color:var(--brand);background:var(--brand);box-shadow:0 6px 17px rgba(22,139,96,.18)}.solid-button:hover{background:#117850}.agent-select{position:relative;display:flex;min-height:38px;align-items:center;gap:4px;padding:0 7px;border:1px solid var(--line);border-radius:10px;background:#fff}.agent-select select{position:absolute;inset:0;width:100%;opacity:0}.agent-select .mini-agent{width:24px;height:24px;margin:0;border:0;font-size:7px}.account-source{padding-right:10px}.account-source strong{font-size:9px}.mobile-back{display:none;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff}.conversation-context{z-index:2;display:flex;min-height:34px;align-items:center;justify-content:center;gap:8px;padding:0 12px;color:var(--muted);border-bottom:1px solid rgba(219,222,216,.8);background:rgba(252,251,247,.92);font-size:9px}.conversation-context span{display:inline-flex;align-items:center;gap:5px}.context-divider{width:3px;height:3px;padding:0;border-radius:50%;background:#aeb7b1}.messages-area{display:flex;flex:1 1;min-height:0;flex-direction:column;gap:4px;padding:18px clamp(18px,4vw,64px) 16px;overflow-y:auto;background-color:#f5f3ed;background-image:radial-gradient(circle at 1px 1px,rgba(54,85,75,.055) 1px,transparent 0),linear-gradient(135deg,rgba(255,255,255,.45),transparent 45%);background-size:22px 22px,100% 100%}.day-separator{display:flex;justify-content:center;margin:2px 0 12px}.day-separator span{padding:5px 10px;color:var(--muted);border:1px solid rgba(211,216,208,.85);border-radius:7px;background:rgba(255,255,255,.8);font-size:8px;font-weight:700;box-shadow:0 2px 9px rgba(25,45,37,.04)}.message-row{display:flex;width:100%;margin:2px 0}.message-row.is-agent{justify-content:flex-end}.message-bubble{position:relative;max-width:min(72%,540px);padding:9px 11px 7px;border:1px solid #e2e5df;border-radius:4px 13px 13px 13px;background:#fff;box-shadow:0 2px 7px rgba(38,55,48,.05)}.is-agent .message-bubble{border-color:#cfe7d7;border-radius:13px 4px 13px 13px;background:#dff3e6}.message-author{display:block;margin-bottom:3px;color:#157450;font-size:9px;font-weight:780}.message-bubble p{margin:0;color:#20332e;font-size:11px;line-height:1.45;white-space:pre-wrap}.message-footer{display:flex;min-width:42px;align-items:center;justify-content:flex-end;gap:3px;margin-top:2px;color:#84918d;font-size:7px}.message-footer .is-read{color:#458fe0}.system-message{display:flex;align-items:center;justify-content:center;gap:6px;margin:8px auto;padding:5px 9px;color:#72807b;border:1px solid rgba(207,214,208,.8);border-radius:7px;background:rgba(255,255,255,.72);font-size:8px}.system-message time{color:#9ba6a2}.presence-note{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-top:6px;color:var(--muted);font-size:8px}.presence-note .mini-agent{width:18px;height:18px;border:0}.composer-wrap{position:relative;z-index:4;padding:12px 16px 10px;border-top:1px solid var(--line);background:#fff}.composer{display:flex;min-height:49px;align-items:flex-end;gap:7px;padding:6px;border:1px solid var(--line-strong);border-radius:13px;background:#fff;transition:border .15s ease,box-shadow .15s ease}.composer:focus-within{border-color:rgba(22,139,96,.55);box-shadow:0 0 0 3px rgba(22,139,96,.07)}.composer-send,.composer-tools{display:flex;align-items:center;gap:1px}.composer-send>button:not(.send-button),.composer-tools button{display:grid;place-items:center;width:35px;height:35px;padding:0;color:#74827e;border:0;border-radius:8px;background:transparent}.composer-send>button:hover,.composer-tools button.is-active,.composer-tools button:hover{color:var(--brand);background:#eef7f2}.composer textarea{width:100%;min-height:35px;max-height:110px;flex:1 1;padding:8px 5px;resize:none;color:var(--ink);border:0;outline:0;background:transparent;font-size:11px;line-height:1.45}.send-button{display:grid;place-items:center;width:36px;height:36px;padding:0;color:#fff;border:0;border-radius:9px;background:var(--brand);box-shadow:0 5px 14px rgba(22,139,96,.24)}.send-button:disabled{color:#a8b2ae;background:#e8edea;box-shadow:none;cursor:default}.composer-hint{display:block;margin-top:6px;color:#a0aaa6;font-size:7px;text-align:right}.reply-composer{display:flex;flex-direction:column}.composer-account{display:flex;min-width:0;align-items:center;gap:8px;margin-bottom:7px;padding:0 3px}.composer-account>span:nth-child(2){display:flex;min-width:0;flex:1 1;flex-direction:column;gap:1px}.composer-account small{color:var(--muted);font-size:7px}.composer-account strong{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.composer-account b{display:inline-flex;align-items:center;gap:3px;margin-top:2px;color:#5d6f86;font-size:6px;font-weight:700}.composer-operator{display:inline-flex;align-items:center;gap:6px;padding:5px 7px;color:#1d4ed8;border:1px solid #d5e4fb;border-radius:8px;background:#f2f7ff}.composer-operator>span{display:flex;flex-direction:column;gap:1px}.composer-operator small{color:#7890ad;font-size:6px}.composer-operator strong{font-size:7px}.composer-account em{display:inline-flex;align-items:center;gap:5px;color:#1d4ed8;font-size:7px;font-style:normal;font-weight:750}.composer-account em i{width:6px;height:6px;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.12)}.quick-replies{position:absolute;left:16px;bottom:calc(100% - 6px);width:min(360px,calc(100% - 32px));padding:8px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow-soft)}.quick-title{display:flex;align-items:center;gap:6px;padding:5px 7px 8px;color:var(--brand);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.quick-replies button{display:block;width:100%;padding:9px 8px;text-align:left;color:var(--ink-soft);border:0;border-radius:7px;background:transparent;font-size:10px}.quick-replies button:hover{background:#f0f7f3}.resolved-composer{display:flex;min-height:48px;align-items:center;justify-content:center;gap:7px;color:var(--muted);border:1px solid var(--line);border-radius:12px;background:var(--panel-soft);font-size:10px}.resolved-composer button{margin-left:5px;padding:5px 8px;color:var(--brand);border:0;background:transparent;font-weight:750}.supervisor-readonly{display:flex;min-height:54px;align-items:center;gap:10px;padding:8px 10px;border:1px solid #d7e2dc;border-radius:12px;background:#f7faf8}.supervisor-readonly>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;color:var(--brand);border-radius:9px;background:#e7f5ed}.supervisor-readonly>div{display:flex;min-width:0;flex:1 1;flex-direction:column;gap:2px}.supervisor-readonly strong{font-size:10px}.supervisor-readonly small{color:var(--muted);font-size:8px;line-height:1.35}.supervisor-readonly button{min-height:32px;padding:0 9px;color:var(--brand);border:1px solid #c9e4d6;border-radius:8px;background:#fff;font-size:8px;font-weight:750}.contact-panel{grid-column:4;min-width:0;border-left:1px solid var(--line);background:#fff;overflow-y:auto}.details-header{display:flex;min-height:62px;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid var(--line)}.details-header strong{font-size:12px}.details-header .icon-button{width:32px;height:32px;border:0}.contact-hero{display:flex;align-items:center;flex-direction:column;padding:20px 16px 16px;text-align:center}.contact-hero>strong{margin-top:9px;font-size:13px}.contact-hero>span{margin-top:2px;color:var(--muted);font-size:9px}.contact-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);width:100%;grid-gap:7px;gap:7px;margin-top:16px}.contact-shortcuts button{display:flex;min-height:52px;align-items:center;justify-content:center;flex-direction:column;gap:4px;color:var(--brand);border:1px solid var(--line);border-radius:10px;background:#fff}.contact-shortcuts button:hover{border-color:#c3ded0;background:#f5fbf7}.contact-shortcuts span{color:var(--muted);font-size:8px;font-weight:680}.details-section{padding:15px 17px;border-top:1px solid var(--line)}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title strong{font-size:10px;font-weight:780}.section-title button{display:inline-flex;align-items:center;gap:4px;padding:2px;color:var(--brand);border:0;background:transparent;font-size:8px;font-weight:750}.section-title>span{color:var(--muted-2);font-size:7px}.contact-data{display:flex;flex-direction:column;gap:11px;margin:0}.contact-data>div{display:flex;align-items:center;gap:9px}.contact-data dt{display:grid;place-items:center;width:28px;height:28px;flex:0 0 auto;color:#71817c;border-radius:8px;background:#eff3f0}.contact-data dd{display:flex;min-width:0;flex-direction:column;gap:1px;margin:0}.contact-data dd span,.field-label{color:var(--muted);font-size:8px}.contact-data dd strong{overflow:hidden;color:var(--ink-soft);font-size:9px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.field-label{display:flex;flex-direction:column;gap:5px;margin-top:10px;font-weight:650}.detail-select,.static-field{position:relative;display:flex;min-height:36px;align-items:center;gap:6px;padding:0 9px;color:var(--ink-soft);border:1px solid var(--line);border-radius:9px;background:#fff;font-size:9px;font-weight:670}.detail-select select{min-width:0;flex:1 1;border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;font-size:9px}.detail-select>svg,.static-field>svg{margin-left:auto;color:var(--muted)}.account-origin{gap:8px}.account-origin>span:nth-child(2){display:flex;min-width:0;flex:1 1;flex-direction:column;gap:1px}.account-origin>span:nth-child(2) strong{font-size:9px}.account-origin>span:nth-child(2) small{color:var(--muted);font-size:7px}.connection-ok{display:inline-flex;align-items:center;gap:4px;color:#147a55;font-size:7px;font-weight:750}.connection-ok i{width:6px;height:6px;border-radius:50%;background:#22ac70}.tag-list{display:flex;flex-wrap:wrap;gap:5px}.contact-tag,.soft-tag{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;color:#65549a;border-radius:6px;background:#f0edfb;font-size:8px;font-style:normal;font-weight:700}.tag-1{color:#9b5d1d;background:#fff1df}.tag-2{color:#277053;background:#e5f5ec}.note-section textarea{width:100%;padding:9px;resize:vertical;color:var(--ink-soft);border:1px solid var(--line);border-radius:9px;outline:0;background:#fbfcfb;font-size:9px;line-height:1.45}.note-section textarea:focus{border-color:rgba(22,139,96,.45)}.save-note{width:100%;min-height:32px;margin-top:7px;color:#fff;border:0;border-radius:8px;background:var(--brand-dark);font-size:9px;font-weight:700}.overview-page{grid-column:2/-1;min-width:0;padding:0 clamp(22px,3vw,46px) 40px;background:#f5f7f5;overflow-y:auto}.overview-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;min-height:104px;align-items:center;justify-content:space-between;gap:20px;margin:0 clamp(-46px,-3vw,-22px) 24px;padding:19px clamp(22px,3vw,46px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.93);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.overview-title p{margin:5px 0 0;color:var(--muted);font-size:11px}.overview-actions{display:flex;align-items:center;gap:8px}.notification-dot{position:absolute;top:7px;right:7px;width:6px;height:6px;border:1px solid #fff;border-radius:50%;background:#e55d6d}.connection-banner{min-height:74px;gap:24px;margin-bottom:18px;padding:14px 18px;color:#fff;border-radius:15px;background:linear-gradient(112deg,#113c33,#185343 58%,#146e50);box-shadow:0 12px 30px rgba(15,57,47,.16)}.connection-banner,.connection-identity,.connection-live,.team-stack{display:flex;align-items:center}.connection-identity{gap:10px;min-width:235px}.connection-identity>div,.connection-live{flex-direction:column;align-items:flex-start}.connection-identity strong{font-size:11px}.connection-identity span,.connection-live small{margin-top:2px;color:rgba(255,255,255,.62);font-size:8px}.connection-live{position:relative;flex:1 1;padding-left:26px}.connection-live svg{position:absolute;left:0;top:3px;color:#64daa5}.connection-live span{font-size:10px;font-weight:700}.team-stack>span{display:grid;width:30px;height:30px;place-items:center;margin-left:-7px;color:#fff;border:2px solid #1b5b48;border-radius:50%;font-size:7px;font-weight:800}.team-stack>span:first-child{margin-left:0}.team-stack strong{margin-left:8px;font-size:9px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-bottom:14px}.metric-card{position:relative;display:grid;grid-template-columns:1fr auto;min-height:126px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}.metric-icon{display:grid;grid-column:2;grid-row:1/3;width:38px;height:38px;place-items:center;border-radius:11px}.metric-icon.violet{color:#6558d9;background:#f0eefc}.metric-icon.amber{color:#c87817;background:#fff1de}.metric-icon.blue{color:#3973bd;background:#eaf2fc}.metric-icon.green{color:#168b60;background:#e8f7ef}.metric-label{color:var(--muted);font-size:9px;font-weight:680}.metric-card>strong{align-self:end;font-size:24px;letter-spacing:-.04em}.metric-card>small{align-self:end;color:var(--muted-2);font-size:8px}.metric-card>small.positive{color:#14835a;font-weight:720}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.9fr);grid-gap:14px;gap:14px}.panel-card{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}.card-heading{display:flex;align-items:center;justify-content:space-between;padding:16px 17px;border-bottom:1px solid var(--line)}.card-heading>div{display:flex;flex-direction:column;gap:2px}.card-heading strong{font-size:11px}.card-heading span{color:var(--muted);font-size:8px}.card-heading button{display:inline-flex;align-items:center;gap:5px;padding:5px;color:var(--brand);border:0;background:transparent;font-size:8px;font-weight:700}.performance-card{min-height:287px}.chart-wrap{display:flex;height:220px;padding:20px 18px 15px}.chart-y{display:flex;width:25px;flex-direction:column;justify-content:space-between;padding-bottom:22px;color:var(--muted-2);font-size:7px}.bar-chart{align-items:flex-end;justify-content:space-around;gap:9px;border-bottom:1px solid var(--line);background:repeating-linear-gradient(180deg,transparent 0,transparent 24%,#edf1ee 25%)}.bar-chart,.bar-day{display:flex;flex:1 1}.bar-day{height:100%;align-items:center;justify-content:flex-end;flex-direction:column;gap:7px}.bar-day .bar{display:flex;width:min(28px,55%);min-height:12px;align-items:flex-end;border-radius:7px 7px 2px 2px;background:#dcd9f5;overflow:hidden}.bar-day .bar i{display:block;width:100%;height:58%;border-radius:6px 6px 0 0;background:linear-gradient(#776ade,#5d51c9)}.bar-day small{color:var(--muted);font-size:7px}.queue-card{min-height:287px}.queue-list{display:flex;flex-direction:column;gap:18px;padding:22px 17px}.queue-row{display:grid;grid-template-columns:1fr auto;grid-gap:7px 10px;gap:7px 10px}.queue-row>div:first-child{display:flex;align-items:center;gap:7px}.queue-row strong{font-size:9px}.queue-row>div:first-child span:last-child{margin-left:auto;color:var(--muted);font-size:7px}.queue-color{width:7px;height:7px;border-radius:3px}.queue-row>small{grid-column:2;grid-row:2;align-self:center;color:var(--muted);font-size:7px}.queue-progress{height:5px;border-radius:9px;background:#edf1ee;overflow:hidden}.queue-progress span{display:block;height:100%;border-radius:inherit}.recent-card{grid-column:1/-1}.attention-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0}.attention-list button{display:flex;min-width:0;align-items:center;gap:9px;padding:13px 16px;text-align:left;border:0;border-right:1px solid var(--line);background:transparent}.attention-list button:hover{background:#f8faf8}.attention-list button:last-child{border-right:0}.attention-list button>span:nth-child(2){display:flex;min-width:0;flex:1 1;flex-direction:column;gap:2px}.attention-list strong{font-size:9px}.attention-list small{overflow:hidden;color:var(--muted);font-size:7px;text-overflow:ellipsis;white-space:nowrap}.attention-list em{color:#b36f1e;font-size:8px;font-style:normal;font-weight:720}.data-page,.reports-page,.team-page{display:flex;flex-direction:column;gap:16px}.data-toolbar,.report-controls{display:flex;align-items:center;justify-content:space-between;gap:10px}.data-toolbar .search-box{width:min(420px,100%);padding:0 12px;background:#fff}.data-table{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;box-shadow:var(--shadow-card)}.table-row{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr 1fr 30px;width:100%;min-height:64px;align-items:center;grid-gap:10px;gap:10px;padding:8px 16px;text-align:left;color:var(--muted);border:0;border-bottom:1px solid var(--line);background:#fff;font-size:9px}button.table-row:hover{background:#f8faf8}.table-row:last-child{border-bottom:0}.table-head{min-height:42px;color:var(--muted-2);background:#f7f9f7;font-size:8px;font-weight:760;text-transform:uppercase;letter-spacing:.06em}.table-contact{display:flex;align-items:center;gap:9px;color:var(--ink)}.table-contact strong{font-size:10px}.team-summary{display:flex;gap:10px}.team-summary span{padding:8px 12px;color:var(--muted);border:1px solid var(--line);border-radius:9px;background:#fff;font-size:9px}.team-summary strong{color:var(--ink);font-size:12px}.team-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.access-panel{overflow:hidden}.access-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.access-role{display:flex;min-width:0;gap:9px;padding:14px;border-right:1px solid var(--line)}.access-role:last-child{border-right:0}.access-role>span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;color:#1d4ed8;border-radius:9px;background:#e8f1ff}.access-role>div{display:flex;min-width:0;flex-direction:column;gap:2px}.access-role strong{font-size:9px}.access-role small{color:#1d4ed8;font-size:7px;font-weight:730}.access-role p{margin:3px 0 0;color:var(--muted);font-size:7px;line-height:1.35}.team-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-card)}.team-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.team-card-top .icon-button{width:32px;height:32px;border:0}.team-card>strong{display:block;margin-bottom:5px;font-size:12px}.account-phone{display:block;margin-top:5px}.account-phone,.availability{color:var(--muted);font-size:8px}.availability{display:inline-flex;align-items:center;gap:5px}.availability i{width:6px;height:6px;border-radius:50%;background:#9ca8a4}.availability-disponivel{color:#167b55}.availability-disponivel i{background:#23ad71}.availability-ocupada{color:#b26b1b}.availability-ocupada i{background:#e8942f}.availability-conectado{color:#167b55}.availability-conectado i{background:#23ad71}.availability-reconectar{color:#b26b1b}.availability-reconectar i{background:#e8942f}.team-card dl{display:grid;grid-template-columns:repeat(3,1fr);margin:16px 0;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.team-card dl div{display:flex;flex-direction:column;gap:3px;text-align:center;border-right:1px solid var(--line)}.team-card dl div:last-child{border-right:0}.team-card dt{color:var(--muted);font-size:7px}.team-card dd{margin:0;font-size:10px;font-weight:760}.team-departments{display:flex;min-height:24px;flex-wrap:wrap;gap:5px}.team-departments span{padding:4px 6px;color:#52645f;border-radius:5px;background:#edf2ef;font-size:7px;font-weight:700}.manage-button{width:100%;min-height:34px;margin-top:13px;color:var(--brand);border:1px solid #cbe4d7;border-radius:8px;background:#f3faf6;font-size:8px;font-weight:750}.report-controls>button:first-child{display:inline-flex;min-height:38px;align-items:center;gap:7px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:9px;font-weight:680}.report-hero{display:grid;grid-template-columns:1fr auto 1fr;min-height:210px;align-items:center;grid-gap:38px;gap:38px;padding:25px clamp(30px,6vw,78px);color:#fff;border-radius:16px;background:linear-gradient(120deg,#183d35,#235b4a);box-shadow:0 13px 30px rgba(22,54,46,.15)}.report-hero>div:first-child{display:flex;flex-direction:column;gap:5px}.report-hero>div:first-child>span{color:rgba(255,255,255,.65);font-size:9px}.report-hero>div:first-child>strong{font-size:42px;letter-spacing:-.05em}.report-hero>div:first-child>small{display:flex;align-items:center;gap:5px;color:#76dfad;font-size:8px}.donut{display:grid;width:132px;height:132px;place-items:center;border-radius:50%;background:conic-gradient(#56d19a 0 94%,rgba(255,255,255,.14) 94% 100%)}.donut:before{content:"";grid-area:1/1;width:98px;height:98px;border-radius:50%;background:#205443}.donut span{z-index:1;grid-area:1/1;display:flex;flex-direction:column;text-align:center}.donut strong{font-size:25px}.donut small{color:rgba(255,255,255,.62);font-size:8px}.report-breakdown{display:flex;flex-direction:column;gap:15px}.report-breakdown span{display:grid;grid-template-columns:8px 1fr auto;align-items:center;grid-gap:8px;gap:8px;color:rgba(255,255,255,.7);font-size:9px}.report-breakdown i{width:7px;height:7px;border-radius:2px}.report-breakdown strong{color:#fff}.report-table{overflow:hidden}.ranking-row{display:grid;grid-template-columns:20px 32px 140px 1fr 90px 65px;min-height:58px;align-items:center;grid-gap:9px;gap:9px;padding:0 17px;border-bottom:1px solid var(--line)}.ranking-row:last-child{border-bottom:0}.ranking-row>span{color:var(--muted);font-size:9px;font-weight:750}.ranking-row>strong{font-size:9px}.ranking-bar{height:5px;border-radius:8px;background:#edf1ee;overflow:hidden}.ranking-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5f53cf,#8e84e4)}.ranking-row em{color:var(--ink-soft);font-size:8px;font-style:normal}.ranking-row small{color:var(--brand);font-size:8px;font-weight:750;text-align:right}.modal-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:18px;background:rgba(10,28,23,.56);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(470px,100%);padding:22px;border:1px solid rgba(255,255,255,.5);border-radius:17px;background:#fff;box-shadow:0 24px 70px rgba(9,29,23,.25);animation:modal-in .18s ease-out}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal header{display:flex;align-items:flex-start;justify-content:space-between}.modal h2{margin:0;font-size:21px;letter-spacing:-.03em}.modal>p{margin:7px 0 18px;color:var(--muted);font-size:10px}.modal>label{display:flex;flex-direction:column;gap:6px;margin-top:12px;color:var(--ink-soft);font-size:9px;font-weight:700}.modal input,.modal select,.modal textarea{width:100%;padding:10px 11px;color:var(--ink);border:1px solid var(--line-strong);border-radius:9px;outline:0;background:#fff;font-size:10px}.modal textarea{resize:vertical}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:rgba(22,139,96,.55);box-shadow:0 0 0 3px rgba(22,139,96,.07)}.modal-info{display:flex;align-items:flex-start;gap:8px;margin-top:14px;padding:10px;color:#6b6e8d;border-radius:9px;background:#f3f2fb;font-size:8px;line-height:1.4}.modal-info svg{flex:0 0 auto;color:#6558d9}.modal footer{display:flex;justify-content:flex-end;gap:8px;margin-top:19px}.toast{position:fixed;z-index:200;right:22px;bottom:22px;display:flex;min-height:46px;max-width:min(360px,calc(100% - 36px));align-items:center;gap:9px;padding:9px 13px;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#173b32;box-shadow:0 15px 38px rgba(13,38,31,.24);font-size:9px;font-weight:680;animation:toast-in .18s ease-out}.toast>span{display:grid;width:24px;height:24px;place-items:center;color:#fff;border-radius:7px;background:#25a875}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{display:none}@media (min-width:1241px){.app-shell.details-hidden{grid-template-columns:76px minmax(292px,338px) minmax(440px,1fr) 0}}@media (max-width:1240px){.app-shell{grid-template-columns:72px minmax(286px,320px) minmax(430px,1fr)}.composer-operator,.contact-panel,.details-toggle,.status-chip{display:none}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.app-shell{grid-template-columns:68px 300px minmax(390px,1fr)}.chat-header{padding-inline:12px}.action-button{width:38px;padding:0;overflow:hidden;color:transparent;gap:0}.action-button svg{color:var(--ink-soft)}.action-button.assume svg{color:#fff}.action-button.resolve svg{color:#28614d}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.recent-card{grid-column:auto}.attention-list{grid-template-columns:1fr}.attention-list button{border-right:0;border-bottom:1px solid var(--line)}.attention-list button:last-child{border-bottom:0}.connection-banner{flex-wrap:wrap;gap:12px}.connection-live{min-width:200px}.table-row{grid-template-columns:1.4fr 1fr 1fr 30px}.table-row>span:nth-child(3),.table-row>span:nth-child(4){display:none}.report-hero{gap:20px;padding-inline:28px}}@media (max-width:760px){.app-shell{display:block;min-height:100dvh;padding-bottom:64px;overflow:hidden}.sidebar{display:none}.chat-pane,.conversation-panel,.overview-page{width:100%;height:calc(100dvh - 64px)}.mobile-chat .conversation-panel,.mobile-list .chat-pane{display:none}.conversation-panel{border-right:0}.workspace-header{padding-top:16px}.conversation-item{min-height:82px}.chat-pane{min-height:0}.mobile-back{display:grid}.chat-header{min-height:67px}.chat-actions .agent-select,.chat-actions .icon-button{display:none}.conversation-context{justify-content:flex-start;overflow-x:auto}.messages-area{padding:14px 12px}.message-bubble{max-width:86%}.composer-wrap{padding:8px 9px calc(8px + env(safe-area-inset-bottom))}.composer-hint,.composer-tools button:not(:last-child){display:none}.mobile-nav{position:fixed;z-index:50;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);height:64px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:rgba(255,255,255,.98);box-shadow:0 -5px 20px rgba(20,45,36,.06)}.mobile-nav button{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#889691;border:0;background:transparent;font-size:8px;font-weight:680}.mobile-nav button.is-active{color:var(--brand)}.overview-page{padding:0 14px 30px;overflow-y:auto}.overview-topbar{position:static;min-height:auto;align-items:flex-start;margin:0 -14px 16px;padding:16px 14px}.overview-title h1{font-size:23px}.overview-title p{max-width:230px;font-size:9px}.overview-actions .outline-button,.overview-actions .solid-button{display:none}.connection-banner{display:grid;grid-template-columns:1fr auto;padding:13px}.connection-live,.team-stack strong{display:none}.metric-grid{grid-template-columns:repeat(2,1fr);gap:9px}.metric-card{min-height:112px;padding:13px}.metric-card>strong{font-size:20px}.dashboard-grid{gap:10px}.performance-card{min-height:260px}.chart-wrap{height:195px;padding-inline:10px}.queue-card{min-height:auto}.team-grid{grid-template-columns:1fr}.access-grid{grid-template-columns:1fr 1fr}.access-role:nth-child(2){border-right:0}.access-role{border-bottom:1px solid var(--line)}.access-role:nth-last-child(-n+2){border-bottom:0}.team-summary{overflow-x:auto}.team-summary span{flex:0 0 auto}.data-toolbar .outline-button{display:none}.table-row{grid-template-columns:1.3fr 1fr 30px;padding-inline:10px}.table-row>span:nth-child(2),.table-row>span:nth-child(3),.table-row>span:nth-child(4){display:none}.report-hero{grid-template-columns:1fr auto;min-height:175px;gap:12px;padding:18px}.report-breakdown{display:none}.donut{width:105px;height:105px}.donut:before{width:78px;height:78px}.ranking-row{grid-template-columns:17px 30px 1fr 55px;padding-inline:10px}.ranking-row .ranking-bar,.ranking-row>em{display:none}.modal{padding:18px}.toast{right:12px;bottom:76px;left:12px;max-width:none}}@media (max-width:390px){.filter-row{padding-inline:12px}.channel-status,.conversation-panel>.search-box{margin-inline:12px}.chat-header .avatar{display:none}.chat-actions .action-button{width:35px;height:35px}.access-grid,.metric-grid{grid-template-columns:1fr}.access-role{border-right:0}.access-role:nth-last-child(2){border-bottom:1px solid var(--line)}.report-hero{grid-template-columns:1fr}.donut{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sidebar{color:#dce7f7;background:#0b1f3a}.brand-mark{background:linear-gradient(145deg,#60a5fa,#2563eb);box-shadow:0 9px 24px rgba(5,23,51,.32)}.brand-pulse{border-color:#2563eb}.side-button{color:#8ba4c4}.side-button.is-active{background:rgba(59,130,246,.22);box-shadow:inset 3px 0 0 #60a5fa}.nav-badge{border-color:#0b1f3a}.online-dot{background:#38bdf8}.profile-button .online-dot{border-color:#0b1f3a}.primary-icon{box-shadow:0 7px 18px rgba(37,99,235,.24)}.primary-icon:hover,.solid-button:hover{border-color:#1d4ed8;background:#1d4ed8}.channel-status{border-color:#dbeafe;background:#f5f9ff}.channel-icon,.wa-mark{background:#2563eb}.account-filter-select,.connected-label{color:#1d4ed8}.connected-label>span{background:#38bdf8;box-shadow:0 0 0 3px rgba(56,189,248,.14)}.account-filter-select{border-color:#bfdbfe}.composer:focus-within,.search-box:focus-within{border-color:rgba(37,99,235,.48);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.filter-row button span{background:#eef2f7}.filter-row button.is-active{color:#1e40af;border-color:#bfdbfe;background:#eff6ff}.conversation-list{background:#f8fafc}.contact-panel::-webkit-scrollbar-thumb,.conversation-list::-webkit-scrollbar-thumb,.messages-area::-webkit-scrollbar-thumb{background:#d9e2ec}.conversation-item{border-bottom-color:#edf2f7}.conversation-item:hover{background:#f4f7fb}.conversation-item.is-selected{background:#eff6ff}.status-dot.green{background:#38bdf8}.status-chip.green{color:#0369a1;background:#e0f2fe}.action-button:hover,.outline-button:hover{border-color:#b9c8da;background:#f8fafc}.action-button.resolve{color:#1e40af;border-color:#bfdbfe;background:#eff6ff}.action-button.resolve svg{color:#1e40af}.solid-button{box-shadow:0 6px 17px rgba(37,99,235,.2)}.chat-pane{background:#f4f7fb}.conversation-context{border-bottom-color:rgba(218,226,236,.9);background:rgba(248,250,252,.94)}.messages-area{background-color:#f3f6fb;background-image:radial-gradient(circle at 1px 1px,rgba(46,87,145,.055) 1px,transparent 0),linear-gradient(135deg,rgba(255,255,255,.55),transparent 45%)}.day-separator span{border-color:rgba(210,220,233,.9);box-shadow:0 2px 9px rgba(20,45,80,.04)}.message-bubble{border-color:#e2e8f0;box-shadow:0 2px 7px rgba(30,58,95,.05)}.is-agent .message-bubble{border-color:#bfd5fb;background:#e3edff}.message-author{color:#1d4ed8}.message-bubble p{color:#24344a}.system-message{border-color:rgba(205,216,230,.85)}.composer-send>button:hover,.composer-tools button.is-active,.composer-tools button:hover,.quick-replies button:hover{background:#eff6ff}.send-button{box-shadow:0 5px 14px rgba(37,99,235,.25)}.supervisor-readonly{border-color:#d7e3f4;background:#f8faff}.supervisor-readonly>span{background:#e0edff}.supervisor-readonly button{border-color:#bfdbfe}.contact-shortcuts button:hover{border-color:#bfdbfe;background:#f5f9ff}.availability-conectado,.availability-disponivel,.connection-ok{color:#0369a1}.availability-conectado i,.availability-disponivel i,.connection-ok i{background:#38bdf8}.tag-2{color:#0369a1;background:#e0f2fe}.connection-banner{background:linear-gradient(112deg,#0b1f3a,#123a6d 58%,#1d4ed8);box-shadow:0 12px 30px rgba(15,42,78,.2)}.connection-live svg{color:#93c5fd}.team-stack>span{border-color:#1e40af}.metric-icon.green{color:#0284c7;background:#e0f2fe}.metric-card>small.positive{color:#0284c7}.attention-list button:hover,button.table-row:hover{background:#f8fafc}.table-head{background:#f7f9fc}.team-departments span{color:#52647a;background:#edf2f8}.manage-button{border-color:#bfdbfe;background:#f3f8ff}.report-hero{background:linear-gradient(120deg,#0b1f3a,#164e83);box-shadow:0 13px 30px rgba(15,42,78,.18)}.report-hero>div:first-child>small{color:#93c5fd}.donut{background:conic-gradient(#60a5fa 0 94%,rgba(255,255,255,.14) 94% 100%)}.donut:before{background:#153f70}.modal-backdrop{background:rgba(8,27,55,.6)}.modal{box-shadow:0 24px 70px rgba(8,27,55,.27)}.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:rgba(37,99,235,.55);box-shadow:0 0 0 3px rgba(37,99,235,.08)}.toast{background:#102d56;box-shadow:0 15px 38px rgba(8,27,55,.26)}.toast>span{background:#3b82f6}.mobile-nav{box-shadow:0 -5px 20px rgba(15,42,78,.07)}.connect-modal{width:min(610px,100%);max-height:calc(100dvh - 36px);overflow-y:auto}.connect-modal>p{margin-bottom:16px}.connect-modal>p strong{color:var(--ink)}.connect-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.connect-fields>label{display:flex;flex-direction:column;gap:6px;color:var(--ink-soft);font-size:9px;font-weight:700}.connection-methods{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin:17px 0 0;padding:0;border:0}.connection-methods legend{grid-column:1/-1;margin-bottom:1px;color:var(--ink-soft);font-size:9px;font-weight:750}.connection-method{position:relative;display:grid;grid-template-columns:37px 1fr 16px;min-height:94px;align-items:start;grid-gap:9px;gap:9px;padding:13px;text-align:left;border:1px solid var(--line-strong);border-radius:12px;background:#fff;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.connection-method:hover{border-color:#93b6f4;background:#f8faff;transform:translateY(-1px)}.connection-method.is-selected{border-color:#3b82f6;background:#f2f7ff;box-shadow:0 0 0 3px rgba(37,99,235,.08)}.method-icon{display:grid;width:37px;height:37px;place-items:center;border-radius:10px}.method-icon.official{color:#1d4ed8;background:#dbeafe}.method-icon.experimental{color:#9a5b10;background:#fff2d8}.method-copy{display:flex;min-width:0;flex-direction:column;gap:6px}.method-title{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.method-title strong{color:var(--ink);font-size:10px}.experimental-badge,.method-title em{padding:3px 5px;color:#1d4ed8;border-radius:5px;background:#dbeafe;font-size:6px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.connection-method:nth-of-type(2) .method-title em,.experimental-badge{color:#965b14;background:#fff0d3}.method-copy small{color:var(--muted);font-size:8px;line-height:1.4}.method-radio{width:15px;height:15px;border:1px solid #b9c6d8;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.connection-method.is-selected .method-radio{border-color:#2563eb;background:#2563eb}.official-info{color:#31588f;background:#edf5ff}.official-info svg{color:#2563eb}.experimental-info{color:#805417;background:#fff7e8}.experimental-info svg{color:#d2871d}.qr-connect-layout{display:grid;grid-template-columns:190px 1fr;align-items:center;grid-gap:23px;gap:23px;margin-top:8px;padding:18px;border:1px solid #dbe5f1;border-radius:14px;background:#f8faff}.qr-preview-wrap{display:flex;align-items:center;flex-direction:column;gap:9px}.qr-preview{display:grid;width:176px;height:176px;place-items:center;color:#0b1f3a;border:9px solid #fff;border-radius:12px;background:#fff;box-shadow:0 7px 24px rgba(15,42,78,.12)}.qr-status{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8;font-size:8px;font-weight:750}.qr-status i{width:7px;height:7px;border-radius:50%;background:#38bdf8;box-shadow:0 0 0 4px rgba(56,189,248,.14)}.qr-instructions h3{margin:9px 0 12px;font-size:14px}.qr-instructions ol{display:flex;margin:0;padding:0;flex-direction:column;gap:9px;list-style:none}.qr-instructions li{display:grid;grid-template-columns:22px 1fr;align-items:center;grid-gap:8px;gap:8px;color:var(--muted);font-size:9px;line-height:1.35}.qr-instructions li>span{display:grid;width:22px;height:22px;place-items:center;color:#1d4ed8;border-radius:7px;background:#dbeafe;font-size:8px;font-weight:800}.qr-instructions li strong{color:var(--ink-soft)}.qr-demo-note{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:10px;color:#6d583b;border-radius:9px;background:#fff7e8;font-size:8px;line-height:1.4}.qr-demo-note svg{flex:0 0 auto;color:#d2871d}@media (max-width:640px){.connect-modal{max-height:calc(100dvh - 24px)}.connect-fields,.connection-methods,.qr-connect-layout{grid-template-columns:1fr}.qr-connect-layout{justify-items:center}.qr-instructions{width:100%}.connection-method{min-height:82px}}