:root{color-scheme:light;--ink:#17221e;--muted:#65736d;--subtle:#8a9691;--line:#e1e7e4;--line-strong:#cbd5d0;--paper:#f5f7f6;--card:#ffffff;--brand:#0e7456;--brand-dark:#09513d;--brand-soft:#e4f3ed;--nav:#12251f;--nav-muted:#93a8a0;--amber:#aa6e15;--amber-soft:#fff4db;--red:#b34343;--red-soft:#fceaea;--shadow:0 1px 2px rgba(19,43,34,.03),0 8px 30px rgba(19,43,34,.035)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{color:inherit}a,button,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(43,130,98,.28);outline-offset:2px}.skip-link{position:fixed;top:-80px;left:20px;z-index:100;padding:10px 14px;color:white;background:var(--brand);border-radius:8px;transition:top .2s}.skip-link:focus{top:14px}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:-webkit-sticky;position:sticky;z-index:30;top:0;height:100vh;padding:21px 14px 16px;color:#eff8f4;background:var(--nav);display:flex;flex-direction:column;overflow:hidden}.brand-row{display:flex;align-items:center;gap:11px;padding:0 8px 20px;border-bottom:1px solid rgba(255,255,255,.09)}.brand-mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex:0 0 auto;color:white;background:linear-gradient(145deg,#24a77c,#0c674d);box-shadow:inset 0 1px rgba(255,255,255,.18);font-weight:900}.brand-image{object-fit:cover;padding:0;background:transparent}.brand-row div{display:grid;line-height:1.2}.brand-row strong{font-size:14px;letter-spacing:-.01em}.brand-row div span{margin-top:3px;color:var(--nav-muted);font-size:11px}.nav-close{display:none;-webkit-margin-start:auto;margin-inline-start:auto;border:0;color:white;background:transparent;font-size:23px}.nav-groups{padding:13px 0 10px;overflow:auto;scrollbar-width:none}.nav-group{margin-bottom:15px}.nav-group>p{margin:0 9px 7px;color:#6f8980;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.nav-group button{width:100%;min-height:38px;padding:7px 10px;border:0;border-radius:8px;color:#aabdb6;background:transparent;display:grid;grid-template-columns:27px 1fr auto;align-items:center;grid-gap:7px;gap:7px;text-align:start;cursor:pointer;font-size:12px;transition:background .14s,color .14s}.nav-group button>span{width:24px;height:24px;border-radius:7px;color:#799288;background:rgba(255,255,255,.045);display:grid;place-items:center;font-size:8px;font-weight:850;letter-spacing:.03em}.nav-group button:hover{color:white;background:rgba(255,255,255,.055)}.nav-group button.active{color:white;background:#244039;box-shadow:inset 3px 0 #38b58c}.nav-group button.active>span{color:#a9ebd4;background:#31554b}.nav-group em{min-width:20px;height:19px;padding:0 5px;border-radius:999px;color:#b8d3c9;background:#2c4a40;display:grid;place-items:center;font-size:9px;font-style:normal}.tenant-card{margin-top:auto;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:rgba(255,255,255,.045);display:grid;grid-template-columns:30px 1fr auto;align-items:center;grid-gap:9px;gap:9px}.tenant-logo{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#ccf2e4;background:#2b5145;font-size:9px;font-weight:850}.tenant-card div{min-width:0;display:grid;grid-gap:2px;gap:2px}.tenant-card strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tenant-card div span{color:#87a096;font-size:8px}.tenant-card>span:last-child{color:#708c82}.nav-scrim{display:none}.app-main{min-width:0}.topbar{position:-webkit-sticky;position:sticky;z-index:20;top:0;height:66px;padding:0 clamp(18px,3vw,38px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;gap:22px}.mobile-menu{display:none;border:0;background:transparent;font-size:20px;cursor:pointer}.topbar-actions{display:flex;align-items:center;gap:10px}.mode-button{min-height:32px;padding:0 12px;border:1px solid #bddbd0;border-radius:999px;color:var(--brand);background:var(--brand-soft);cursor:pointer;font-size:9px;font-weight:800}.api-pill{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:white;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.api-pill i{width:7px;height:7px;border-radius:50%;background:var(--red)}.api-pill.api-live i{background:#25a477;box-shadow:0 0 0 3px #def2ea}.profile-button{padding:3px 4px;border:0;background:transparent;display:flex;align-items:center;gap:8px;text-align:start;cursor:pointer}.profile-button>span{display:grid;grid-gap:1px;gap:1px}.profile-button strong{font-size:10px}.profile-button small{color:var(--muted);font-size:8px}.profile-button>i{color:var(--subtle);font-size:10px;font-style:normal}.page-content{width:100%;max-width:1550px;margin:0 auto;padding:28px clamp(18px,3vw,38px) 64px}.page-heading{margin-bottom:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-heading h1{margin:3px 0 5px;font-size:clamp(25px,3vw,34px);letter-spacing:-.035em;line-height:1.1}.page-heading>div>p:last-child{margin:0;color:var(--muted);font-size:12px}.eyebrow{margin:0;color:var(--brand);font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.button{min-height:34px;padding:0 13px;border-radius:8px;cursor:pointer;font-size:10px;font-weight:750}.button-primary{border:1px solid var(--brand);color:white;background:var(--brand);box-shadow:0 2px 8px rgba(14,116,86,.16)}.button-primary:hover{background:var(--brand-dark)}.button-primary:disabled{border-color:#b8c4bf;color:white;background:#b8c4bf;cursor:not-allowed;box-shadow:none}.button-secondary{border:1px solid var(--line-strong);color:#485852;background:white}.metric-grid{margin-bottom:15px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.metric-card,.panel{border:1px solid var(--line);background:var(--card);box-shadow:var(--shadow)}.metric-card{min-width:0;padding:16px 17px;border-radius:12px}.metric-label{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:9px;font-weight:650}.metric-card>strong{margin:10px 0 5px;display:block;font-size:clamp(21px,2.4vw,28px);letter-spacing:-.04em}.metric-delta{font-size:8px;font-weight:650}.text-positive{color:#208460!important}.text-warning{color:var(--amber)!important}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);grid-gap:15px;gap:15px}.panel{min-width:0;padding:19px;border-radius:13px}.section-title{margin-bottom:17px;display:flex;align-items:center;justify-content:space-between;gap:15px}.section-title h2{margin:3px 0 0;font-size:16px;letter-spacing:-.025em}.chart-legend{display:flex;gap:16px;color:var(--muted);font-size:8px}.chart-legend span{display:flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:2px}.legend-brand{background:#2b9974}.legend-blue{background:#88a7dc}.bar-chart{height:188px;padding-top:18px;border-bottom:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-around;gap:6px}.bar-chart>div{height:100%;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.spark-bar{max-width:17px;width:70%;min-height:8px;border-radius:4px 4px 1px 1px;background:linear-gradient(0deg,#157253,#39aa82);box-shadow:inset 0 1px rgba(255,255,255,.25)}.bar-chart>div:nth-child(3n) .spark-bar,.bar-chart>div:nth-child(3n+1) .spark-bar{background:linear-gradient(0deg,#4d79c1,#82a4df)}.bar-chart>div>span:last-child{height:19px;padding-top:7px;color:var(--subtle);font-size:7px}.health-list{display:grid}.health-list>div{padding:11px 0;border-bottom:1px solid #edf0ef;display:grid;grid-template-columns:32px 1fr auto;align-items:center;grid-gap:10px;gap:10px}.health-list>div:last-child{border:0}.health-icon{width:30px;height:30px;border-radius:8px;color:var(--brand);background:var(--brand-soft);display:grid;place-items:center;font-size:8px;font-weight:850}.health-list div div{display:grid;grid-gap:3px;gap:3px}.health-list strong{font-size:10px}.health-list small,.state-dot{color:var(--muted);font-size:8px}.state-dot{white-space:nowrap;display:inline-flex;align-items:center;gap:5px;font-weight:700}.state-dot i{width:6px;height:6px;border-radius:50%;background:#a9b3af}.state-live i{background:#24a174;box-shadow:0 0 0 3px #e2f4ed}.state-configured i{background:#d59434;box-shadow:0 0 0 3px #fff3dd}.state-offline i{background:#bb5050;box-shadow:0 0 0 3px #fae9e9}.text-button{padding:0;border:0;color:var(--brand);background:transparent;cursor:pointer;font-size:9px;font-weight:750}.badge{width:-moz-fit-content;width:fit-content;padding:3px 7px;border-radius:999px;color:#5e6b66;background:#eff2f1;display:inline-flex;align-items:center;font-size:7px;font-weight:750}.badge-positive{color:#187252;background:#e2f3eb}.badge-warning{color:#8a5b14;background:var(--amber-soft)}.badge-danger{color:#9b3838;background:var(--red-soft)}.ai-admin-panel{grid-column:1/-1}.ai-admin-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.avatar{width:35px;height:35px;border-radius:10px;color:#155b46;background:#d8efe7;display:inline-grid;place-items:center;flex:0 0 auto;font-size:9px;font-weight:800}.avatar-small{width:29px;height:29px;border-radius:8px;font-size:7px}.avatar-navy{color:white;background:#294f44}select{height:34px;padding:0 10px;border:1px solid var(--line-strong);border-radius:8px;color:var(--ink);background:white;font-size:9px}@media (max-width:1180px){.app-shell{grid-template-columns:218px minmax(0,1fr)}}@media (max-width:920px){.app-shell{display:block}.sidebar{position:fixed;inset-inline-start:-270px;width:248px;transition:inset-inline-start .22s ease;box-shadow:-18px 0 45px rgba(0,0,0,.18)}.sidebar-open{inset-inline-start:0}.mobile-menu,.nav-close,.nav-scrim{display:block}.nav-scrim{position:fixed;z-index:25;inset:0;border:0;background:rgba(10,25,20,.42)}.topbar{padding-inline:18px}.api-pill,.profile-button>i,.profile-button>span{display:none}.page-content{padding-inline:18px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:680px){.topbar{height:59px;gap:9px}.topbar-actions{gap:4px}.page-content{padding-top:21px}.page-heading{align-items:flex-start}.page-heading>div>p:last-child{max-width:320px;line-height:1.5}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-card{padding:13px}.metric-card>strong{font-size:20px}.panel{padding:15px}.section-title{align-items:flex-start}.ai-admin-list{grid-template-columns:1fr}}@media (max-width:430px){.metric-grid{grid-template-columns:1fr}.metric-card{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:2px 10px;gap:2px 10px}.metric-label{grid-column:1/-1}.metric-card>strong{margin:6px 0 0}.metric-delta{text-align:right}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.commercial-tenants{display:grid;grid-gap:15px;gap:15px}.commercial-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.commercial-search{flex:1 1;display:flex;align-items:center;gap:8px}.commercial-search label{flex:1 1}.commercial-dialog input:not([type=checkbox]),.commercial-dialog textarea,.commercial-form input,.commercial-search input{width:100%;min-height:38px;border:1px solid var(--line-strong);border-radius:9px;color:var(--ink);background:#fff;padding:0 11px}.commercial-search input{min-width:210px}.commercial-search select{min-width:130px;height:38px}.commercial-provision{padding:clamp(18px,2.5vw,28px)}.commercial-section-heading{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.commercial-section-heading h2{margin:5px 0 0;font-size:20px}.commercial-security-note{max-width:320px;border:1px solid #c8e2d8;border-radius:999px;color:var(--brand-dark);background:var(--brand-soft);padding:7px 11px;font-size:9px;font-weight:750;text-align:center}.commercial-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.commercial-form fieldset{min-width:0;margin:0;padding:16px;border:1px solid var(--line);border-radius:12px;display:grid;align-content:start;grid-gap:12px;gap:12px}.commercial-form legend{padding:0 7px;color:var(--brand-dark);font-size:11px;font-weight:850}.commercial-dialog label,.commercial-form label{display:grid;grid-gap:6px;gap:6px;color:#42544d;font-size:9px;font-weight:750}.commercial-form label small{color:var(--muted);font-size:8px;font-weight:450;line-height:1.5}.commercial-dialog input:not([type=checkbox]):focus,.commercial-dialog textarea:focus,.commercial-form input:focus,.commercial-search input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(14,116,86,.1);outline:0}.commercial-form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}.commercial-message{margin:0;border-radius:10px;padding:11px 14px;font-size:10px;font-weight:700}.commercial-message-error{border:1px solid #efc7c7;color:#923838;background:#fff2f2}.commercial-message-success{border:1px solid #bfe2d5;color:#126547;background:#edf9f4}.commercial-created{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:13px;gap:13px;border-color:#acd9c9;background:#f5fcf9}.commercial-created>div{min-width:0;display:grid;grid-gap:4px;gap:4px}.commercial-created small,.commercial-created span{color:var(--muted);font-size:8px}.commercial-created strong{overflow-wrap:anywhere;font-size:11px}.commercial-list{display:grid;grid-gap:12px;gap:12px}.commercial-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.commercial-list-heading h2{margin:0 0 4px;font-size:18px}.commercial-list-heading p{margin:0;color:var(--muted);font-size:9px}.commercial-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.commercial-card{padding:0;overflow:hidden}.commercial-card>header{padding:16px 17px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.commercial-identity{min-width:0;display:flex;align-items:center;gap:10px}.commercial-identity>div{min-width:0}.commercial-company-logo{width:36px;height:36px;border-radius:11px;flex:0 0 auto;color:var(--brand-dark);background:var(--brand-soft);display:grid;place-items:center;font-size:10px;font-weight:900}.commercial-card h3{margin:0 0 4px;font-size:13px}.commercial-account-id,.commercial-card h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.commercial-account-id{max-width:100%;padding:0;border:0;color:var(--muted);background:transparent;cursor:copy;font:8px ui-monospace,SFMono-Regular,Consolas,monospace}.commercial-status{flex:0 0 auto;padding:5px 8px;border-radius:999px;color:#64552d;background:#f4efdf;font-size:8px;font-weight:850}.commercial-status-active{color:#136847;background:#e2f3eb}.commercial-status-expired,.commercial-status-suspended,.commercial-status-terminated{color:#963e3e;background:#fceaea}.commercial-runtime{min-height:34px;padding:8px 17px;border-block:1px solid #e8eeeb;background:#f9fbfa;display:flex;align-items:center;justify-content:space-between;gap:10px}.commercial-runtime>span{color:#7a5555;display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:750}.commercial-runtime i{width:7px;height:7px;border-radius:50%;background:#bd5c5c}.commercial-runtime i.is-active{background:#23a274;box-shadow:0 0 0 3px #def2ea}.commercial-runtime>span:has(i.is-active){color:#156847}.commercial-runtime small{color:var(--muted);font-size:8px}.commercial-details{margin:0;padding:14px 17px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:11px 18px;gap:11px 18px}.commercial-details>div{min-width:0;display:grid;grid-gap:3px;gap:3px}.commercial-details dt{color:var(--muted);font-size:8px}.commercial-details dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:750}.commercial-card>footer{min-height:52px;padding:9px 17px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px}.commercial-card>footer>span{color:var(--muted);font-size:8px}.commercial-danger{border:1px solid #e0b4b4;color:#9a3d3d;background:#fff4f4}.commercial-danger:hover{border-color:#c97d7d;background:#fce6e6}.commercial-empty{padding:42px 20px;color:var(--muted);text-align:center;font-size:10px}.commercial-load-more{justify-self:center;min-width:150px}.commercial-dialog-backdrop{position:fixed;z-index:90;inset:0;padding:20px;background:rgba(8,23,18,.55);display:grid;place-items:center}.commercial-dialog{width:min(470px,100%);padding:24px;box-shadow:0 20px 70px rgba(0,0,0,.24)}.commercial-dialog h2{margin:0 0 7px;font-size:19px}.commercial-dialog>p{margin:0 0 4px;font-weight:750}.commercial-dialog>code{color:var(--muted);font-size:9px}.commercial-dialog form{margin-top:18px;display:grid;grid-gap:14px;gap:14px}.commercial-dialog textarea{min-height:105px;padding:10px;resize:vertical;line-height:1.6}.commercial-dialog form>div{display:flex;justify-content:flex-end;gap:8px}@media (max-width:1040px){.commercial-form{grid-template-columns:1fr 1fr}}@media (max-width:760px){.commercial-section-heading,.commercial-toolbar{align-items:stretch;flex-direction:column}.commercial-search{flex-wrap:wrap}.commercial-search label{flex-basis:100%}.commercial-search input{min-width:0}.commercial-search select{flex:1 1}.commercial-security-note{max-width:none;border-radius:9px}.commercial-card-grid,.commercial-created,.commercial-form{grid-template-columns:1fr}}@media (max-width:430px){.commercial-form-actions .button,.commercial-toolbar>.button{flex:1 1}.commercial-form-actions{flex-direction:column}.commercial-details{grid-template-columns:1fr}.commercial-card>header{align-items:stretch;flex-direction:column}.commercial-status{width:-moz-fit-content;width:fit-content}}.page-conversations{max-width:none;padding:0!important}.page-conversations>.page-heading{display:none}.wa-avatar{width:40px;height:40px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#00a884,#05765f);font-size:12px;font-weight:800}.wa-modal-backdrop{position:fixed;inset:0;z-index:5000;background:rgba(8,31,25,.58);display:grid;place-items:center;padding:18px}.wa-new-dialog{width:min(620px,96vw);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.28);padding:22px}.wa-new-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #e4ece9;padding-bottom:14px}.wa-new-dialog h2{margin:0;color:#142922}.wa-new-dialog p{margin:5px 0 0;color:#64756f}.wa-new-dialog>header>button{border:0;background:#eef3f1;border-radius:50%;font-size:24px;width:36px;height:36px;cursor:pointer}.wa-device-sync{width:100%;border:1px solid #b8d9cd;background:#ecf8f3;color:#086d51;padding:12px;border-radius:12px;font-weight:800;margin:16px 0;cursor:pointer}.wa-contact-search{display:flex;gap:8px;align-items:center;background:#f3f6f5;border-radius:10px;padding:9px 12px}.wa-contact-search input{border:0;outline:0;background:transparent;width:100%;font:inherit}.wa-saved-contacts{max-height:220px;overflow:auto;border:1px solid #e0e9e6;border-radius:12px;margin-top:10px}.wa-saved-contacts>button{width:100%;border:0;border-bottom:1px solid #edf2f0;background:#fff;padding:10px;display:flex;align-items:center;gap:10px;text-align:right;cursor:pointer}.wa-saved-contacts>button:hover{background:#f0faf6}.wa-saved-contacts span:last-child{display:grid}.wa-saved-contacts small{color:#73827d;direction:ltr;text-align:right}.wa-new-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-top:16px}.wa-new-fields label{display:grid;grid-gap:6px;gap:6px;font-size:13px;font-weight:700;color:#40554e}.wa-new-fields input{border:1px solid #cfdad6;border-radius:10px;padding:12px;font:inherit;outline:0}.wa-new-fields input:focus{border-color:#0a8762;box-shadow:0 0 0 3px rgba(10,135,98,.12)}.wa-form-error{color:#a32626!important;background:#fff0f0;border-radius:9px;padding:9px!important}.wa-new-dialog>footer{display:flex;gap:9px;margin-top:17px}.wa-new-dialog>footer>button:last-child{border:1px solid #ccd8d4;background:#fff;border-radius:12px;padding:12px 20px;cursor:pointer}.wa-window-note{display:block;margin-top:14px;color:#7b6650;line-height:1.6}.wa-start-chat{border:0;border-radius:12px;background:#087f5b;color:#fff;font-weight:800;padding:13px 22px;cursor:pointer}.wa-device-sync:disabled,.wa-start-chat:disabled{opacity:.6;cursor:wait}@media (max-width:640px){.wa-new-fields{grid-template-columns:1fr}.wa-new-dialog{padding:16px}.wa-modal-backdrop{padding:8px}}.wf-admin,.wf-staff{--wf-green:#008069;--wf-green-dark:#066b58;--wf-green-soft:#d9fdd3;--wf-ink:#111b21;--wf-muted:#667781;--wf-line:#dfe5e7;color:var(--wf-ink);background:#f5f7f6;font-family:Segoe UI,Tahoma,Arial,sans-serif}.wf-admin,.wf-new-chat-dialog,.wf-staff{direction:rtl;text-align:start}.wf-admin [dir=ltr],.wf-new-chat-dialog [dir=ltr],.wf-staff [dir=ltr]{direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.wf-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wf-staff{min-height:100vh;height:100dvh;display:grid;grid-template-rows:68px minmax(0,1fr);overflow:hidden}.wf-staff-embedded{min-height:600px;height:calc(100dvh - 66px);grid-template-rows:minmax(0,1fr)}.wf-staff-embedded>.wf-staff-header{display:none}.wf-admin button,.wf-admin input,.wf-admin select,.wf-staff button,.wf-staff input,.wf-staff textarea{font:inherit}.wf-admin button,.wf-staff button{cursor:pointer}.wf-admin button:focus-visible,.wf-admin input:focus-visible,.wf-admin select:focus-visible,.wf-staff button:focus-visible,.wf-staff textarea:focus-visible{outline:3px solid rgba(0,128,105,.2);outline-offset:2px}.wf-staff-header{position:relative;z-index:30;padding:0 18px;border-bottom:1px solid var(--wf-line);background:#f0f2f5;justify-content:space-between;gap:16px}.wf-brand,.wf-inbox-title,.wf-staff-actions,.wf-staff-header,.wf-thread-header,.wf-viewer{display:flex;align-items:center}.wf-brand{gap:11px}.wf-admin-viewer>span,.wf-brand>span,.wf-customer-avatar,.wf-user-avatar,.wf-viewer>span{display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#00a884,#08765f);font-weight:800}.wf-brand>span{width:42px;height:42px;border-radius:13px;font-size:19px}.wf-admin-viewer>div,.wf-brand>div,.wf-inbox-title>div,.wf-viewer>div{display:grid;grid-gap:2px;gap:2px}.wf-brand strong{font-size:14px}.wf-admin-viewer small,.wf-brand small,.wf-inbox-title small,.wf-viewer small{color:var(--wf-muted);font-size:10px}.wf-staff-actions{gap:12px}.wf-viewer{gap:9px}.wf-viewer>span{width:38px;height:38px;background:#1c4f43;font-size:11px}.wf-viewer strong{font-size:12px}.wf-alert-button{position:relative;width:40px;height:40px;border:1px solid #d1d9dc;border-radius:50%;color:#54656f;background:#fff;font-size:20px}.wf-alert-button>b{position:absolute;inset-block-start:-5px;inset-inline-end:-3px;min-width:18px;height:18px;padding:0 4px;border:2px solid #f0f2f5;border-radius:999px;color:#fff;background:#c23d3d;display:grid;place-items:center;font-size:9px}.wf-alert-panel{position:absolute;inset-block-start:59px;inset-inline-end:18px;width:min(440px,calc(100vw - 30px));max-height:min(620px,calc(100vh - 90px));border:1px solid var(--wf-line);border-radius:15px;background:#fff;box-shadow:0 18px 55px rgba(17,27,33,.22);overflow:auto}.wf-alert-panel>header{position:-webkit-sticky;position:sticky;top:0;z-index:2;padding:14px 16px;border-bottom:1px solid var(--wf-line);background:#fff;display:flex;align-items:flex-start;justify-content:space-between}.wf-alert-panel>header>div{display:grid;grid-gap:3px;gap:3px}.wf-alert-panel>header small{color:var(--wf-muted);font-size:10px}.wf-alert-panel>header button{width:30px;height:30px;border:0;border-radius:50%;background:#f0f2f5;font-size:20px}.wf-alert-panel>div>article{min-height:74px;padding:12px 14px;border-bottom:1px solid #edf1f2;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.wf-alert-panel article>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}.wf-alert-panel article>div{display:grid;grid-gap:5px;gap:5px}.wf-alert-panel article strong{font-size:12px;line-height:1.5}.wf-alert-panel article small{color:var(--wf-muted);font-size:9px}.wf-alert-panel article>button{padding:7px 10px;border:1px solid #cbd6d2;border-radius:8px;color:var(--wf-green);background:#fff;font-size:10px;font-weight:800}.wf-severity-danger>span{color:#a72d2d;background:#ffe4e4}.wf-severity-warning>span{color:#986316;background:#fff0cc}.wf-severity-info>span{color:#21669d;background:#e4f1fb}.wf-staff-body{min-height:0;display:grid;grid-template-columns:minmax(310px,365px) minmax(0,1fr);background:#e9edef;overflow:hidden}.wf-inbox-pane,.wf-thread-pane{min-width:0;min-height:0;background:#fff}.wf-inbox-pane{-webkit-border-end:1px solid #d8dee1;border-inline-end:1px solid #d8dee1;display:flex;flex-direction:column}.wf-box-tabs{position:-webkit-sticky;position:sticky;z-index:5;top:0;flex:0 0 auto;padding:6px;border-bottom:1px solid var(--wf-line);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:4px;gap:4px;background:#fff}.wf-box-tabs>button{min-width:0;min-height:42px;padding:5px 7px;border:1px solid #dfe6e4;border-radius:8px;color:#33443e;background:#f8faf9;display:flex;align-items:center;justify-content:center;gap:5px;text-align:center}.wf-box-tabs>button:hover{border-color:#b9d6cc;background:#f1faf7}.wf-box-tabs>button.wf-box-active{border-color:#98ccb9;color:#075f4c;background:#e8f7f1;box-shadow:inset 0 -3px var(--wf-green)}.wf-box-tabs button>span{min-width:0;overflow:hidden;font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.wf-box-tabs button>b{min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:#e3e9e7;display:grid;place-items:center;font-size:8px}.wf-box-tabs button.wf-box-active>b{color:#fff;background:var(--wf-green)}.wf-box-tabs button>small{display:none}.wf-conversation-status-tabs{flex:0 0 auto;padding:6px 10px;border-bottom:1px solid var(--wf-line);background:#f7faf9;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:5px;gap:5px}.wf-conversation-status-tabs>button{min-width:0;min-height:32px;padding:4px 8px;border:1px solid #dce5e2;border-radius:999px;color:#52645e;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:9px;font-weight:800;white-space:nowrap}.wf-conversation-status-tabs>button:hover{border-color:#a9cfc1;background:#eef8f4}.wf-conversation-status-tabs>button.wf-conversation-status-active{border-color:#70bca3;color:#075f4c;background:#dff4ec;box-shadow:inset 0 -2px var(--wf-green)}.wf-conversation-status-tabs b{min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#e6ecea;display:grid;place-items:center;font-size:8px}.wf-conversation-status-tabs>button.wf-conversation-status-active b{color:#fff;background:var(--wf-green)}.wf-inbox-title{min-height:58px;padding:10px 14px;border-bottom:1px solid var(--wf-line);justify-content:space-between;gap:8px}.wf-inbox-title>div:first-child{min-width:0}.wf-inbox-title>div:first-child small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-inbox-actions{display:flex;align-items:center;gap:5px}.wf-inbox-actions>button{min-height:32px;border:0;color:#54656f;background:#f0f2f5}.wf-new-chat-button{padding:0 10px;border-radius:999px!important;display:inline-flex;align-items:center;gap:4px;color:#fff!important;background:var(--wf-green)!important;font-size:9px;font-weight:800;white-space:nowrap}.wf-new-chat-button>span:first-child{font-size:15px;line-height:1}.wf-refresh-button{width:34px;height:34px;border-radius:50%;font-size:17px}.wf-inline-error,.wf-inline-notice{margin:8px 12px 0;padding:9px 11px;border-radius:9px;font-size:10px;line-height:1.5}.wf-inline-error{color:#902d2d;background:#fff0f0}.wf-inline-notice{color:#075f4c;background:#e9f8f2}.wf-employee-whatsapp-panel{flex:0 0 auto;margin:8px 9px 2px;padding:11px;border:1px solid #d6e3de;border-inline-start-width:4px;border-radius:13px;color:#213c35;background:linear-gradient(145deg,#fbfefd,#f0f8f5);display:grid;grid-gap:9px;gap:9px}.wf-employee-whatsapp-panel>header{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.wf-employee-whatsapp-count-notice>span,.wf-employee-whatsapp-mark{width:34px;height:34px;border-radius:11px;color:#fff;background:#168c68;display:grid;place-items:center;font-size:18px;font-weight:900}.wf-employee-whatsapp-account>div,.wf-employee-whatsapp-count-notice>div,.wf-employee-whatsapp-panel>header>div{min-width:0}.wf-employee-whatsapp-account strong,.wf-employee-whatsapp-panel>header strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.wf-employee-whatsapp-account small,.wf-employee-whatsapp-panel>header small{margin-top:2px;color:#65766f;display:block;font-size:8px;line-height:1.5}.wf-employee-whatsapp-status{min-height:25px;padding-inline:8px;border-radius:999px;background:#e8eeec;display:inline-flex;align-items:center;gap:5px;font-size:8px;font-weight:900;white-space:nowrap}.wf-employee-whatsapp-status>i{width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 3px rgba(76,95,88,.12)}.wf-employee-whatsapp-connected{border-inline-start-color:#15956c}.wf-employee-whatsapp-connected .wf-employee-whatsapp-status{color:#087452;background:#dff5ec}.wf-employee-whatsapp-pending{border-inline-start-color:#c78b2f}.wf-employee-whatsapp-pending .wf-employee-whatsapp-status{color:#8b5a13;background:#fff0d4}.wf-employee-whatsapp-attention{border-inline-start-color:#c74c4c}.wf-employee-whatsapp-attention .wf-employee-whatsapp-status{color:#9b3333;background:#ffe5e5}.wf-employee-whatsapp-disconnected{border-inline-start-color:#91a19b}.wf-employee-whatsapp-account{padding:7px 9px;border:1px solid #d9e8e2;border-radius:9px;background:rgba(255,255,255,.78);display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;grid-gap:7px;gap:7px}.wf-employee-whatsapp-account>span{width:24px;height:24px;border-radius:50%;color:#087452;background:#dff5ec;display:grid;place-items:center;font-size:10px;font-weight:900}.wf-employee-whatsapp-account bdi{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.wf-employee-whatsapp-eligibility,.wf-employee-whatsapp-error,.wf-employee-whatsapp-notice{margin:0;padding:7px 9px;border-radius:8px;font-size:8px;line-height:1.55}.wf-employee-whatsapp-eligibility{color:#725719;background:#fff2d7}.wf-employee-whatsapp-notice{color:#08664c;background:#def4eb}.wf-employee-whatsapp-error{color:#912d2d;background:#ffe5e5}.wf-employee-whatsapp-controls{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:6px;gap:6px}.wf-employee-whatsapp-ai,.wf-employee-whatsapp-controls>button{min-height:34px;border:1px solid #d1dfda;border-radius:9px;font-size:8px;font-weight:900}.wf-employee-whatsapp-ai button:disabled,.wf-employee-whatsapp-controls>button:disabled{cursor:not-allowed;opacity:.48}.wf-employee-whatsapp-connect{grid-column:1/-1;border-color:#08795c!important;color:#fff;background:#08795c}.wf-employee-whatsapp-disconnect{padding-inline:10px;color:#9a3939;background:#fff}.wf-employee-whatsapp-ai{min-width:0;padding:5px 8px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-employee-whatsapp-ai>span{min-width:0;display:grid;grid-gap:1px;gap:1px}.wf-employee-whatsapp-ai strong{font-size:8px}.wf-employee-whatsapp-ai small{color:#687a74;font-size:7px}.wf-employee-whatsapp-ai>button{position:relative;width:35px;height:20px;flex:0 0 auto;padding:2px;border:0;border-radius:999px;background:#a9b6b1}.wf-employee-whatsapp-ai>button>span{width:16px;height:16px;border-radius:50%;background:#fff;display:block;transform:translateX(15px);transition:transform .16s ease}.wf-employee-whatsapp-ai>button.wf-employee-whatsapp-switch-on{background:#168c68}.wf-employee-whatsapp-ai>button.wf-employee-whatsapp-switch-on>span{transform:translateX(0)}.wf-employee-whatsapp-thread-context{color:#096349;background:#e5f7f0}.wf-employee-whatsapp-count-notice{position:fixed;z-index:110;inset-inline-end:18px;inset-block-end:18px;width:min(430px,calc(100vw - 36px));padding:11px;border:1px solid #b9d9ce;border-radius:14px;color:#173f34;background:rgba(247,255,252,.98);box-shadow:0 16px 42px rgba(17,46,38,.2);display:grid;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;grid-gap:9px;gap:9px;animation:wf-employee-whatsapp-notice-in .2s ease-out}.wf-employee-whatsapp-count-notice>span{width:38px;height:38px}.wf-employee-whatsapp-count-notice small,.wf-employee-whatsapp-count-notice strong{display:block}.wf-employee-whatsapp-count-notice strong{font-size:11px}.wf-employee-whatsapp-count-notice small{margin-top:3px;color:#64766f;font-size:8px}.wf-employee-whatsapp-count-notice>button{min-height:31px;padding-inline:10px;border:0;border-radius:8px;color:#fff;background:#08795c;font-size:9px;font-weight:900}.wf-employee-whatsapp-count-notice>button:last-child{width:30px;padding:0;color:#5d7069;background:#e8f0ed;font-size:17px}.wf-staff-mobile-app .wf-employee-whatsapp-count-notice{inset-block-end:calc(78px + env(safe-area-inset-bottom))}@keyframes wf-employee-whatsapp-notice-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.wf-conversation-list{flex:1 1;overflow:auto}.wf-conversation-list>button{position:relative;width:100%;min-height:78px;padding:11px 13px;border:0;border-bottom:1px solid #edf1f2;background:#fff;display:grid;grid-template-columns:46px minmax(0,1fr);grid-gap:10px;gap:10px;text-align:start}.wf-conversation-list>button.wf-conversation-active,.wf-conversation-list>button:hover{background:#f0f2f5}.wf-customer-avatar{width:44px;height:44px;flex:0 0 auto;font-size:12px}.wf-conversation-copy{min-width:0;display:grid;align-content:center;grid-gap:4px;gap:4px}.wf-conversation-copy>span{display:flex;justify-content:space-between;gap:8px}.wf-conversation-copy strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.wf-conversation-copy small,.wf-conversation-copy time{color:var(--wf-muted);font-size:9px}.wf-conversation-copy small{min-width:0;display:flex;align-items:center;gap:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-conversation-status-badge,.wf-conversation-status-readonly{flex:0 0 auto;padding:3px 7px;border:1px solid transparent;border-radius:999px;font-size:8px;font-style:normal;font-weight:800;line-height:1.2;white-space:nowrap}.wf-conversation-status-open{border-color:#a9d8c8;color:#087456;background:#e2f6ef}.wf-conversation-status-waiting{border-color:#ead39b;color:#7c5a0b;background:#fff5d7}.wf-conversation-status-closed{border-color:#d5dcda;color:#66736f;background:#edf1f0}.wf-conversation-copy p{margin:0;color:#3b4a54;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;unicode-bidi:plaintext}.wf-conversation-list>button>em{position:absolute;inset-inline-end:13px;inset-block-end:10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;color:#fff;background:#25a77a;display:grid;place-items:center;font-size:8px;font-style:normal}.wf-thread-pane{display:flex;flex-direction:column}.wf-thread-header{min-height:64px;padding:9px 16px;border-bottom:1px solid #d8dee1;background:#f0f2f5;gap:10px}.wf-thread-header>div:not(.wf-thread-owner){min-width:0;display:grid;grid-gap:3px;gap:3px}.wf-thread-header strong{font-size:13px}.wf-thread-header small{color:var(--wf-muted);font-size:9px}.wf-thread-owner{-webkit-margin-start:auto;margin-inline-start:auto;display:grid;justify-items:end;grid-gap:2px;gap:2px;color:#47625a;font-size:10px}.wf-conversation-status-control{flex:0 0 auto;padding:3px;border:1px solid #d7e1de;border-radius:999px;background:#fff;display:inline-flex;align-items:center;gap:3px}.wf-conversation-status-control>button{min-height:28px;padding:3px 9px;border:0;border-radius:999px;color:#52645e;background:transparent;font-size:9px;font-weight:800;white-space:nowrap}.wf-conversation-status-control>button:hover:not(:disabled){color:#075f4c;background:#ecf7f3}.wf-conversation-status-control>button[aria-pressed=true]{color:#fff;background:var(--wf-green)}.wf-conversation-status-control>button:disabled{cursor:default;opacity:1}.wf-thread-header>.wf-conversation-status-readonly{-webkit-margin-start:2px;margin-inline-start:2px}.wf-claim-button,.wf-primary-button{min-height:38px;padding:0 15px;border:1px solid var(--wf-green);border-radius:10px;color:#fff;background:var(--wf-green);font-weight:800;font-size:11px}.wf-claim-button:disabled,.wf-primary-button:disabled{opacity:.55;cursor:wait}.wf-thread-back{display:none;width:35px;height:35px;border:0;border-radius:50%;color:#54656f;background:transparent;font-size:26px}.wf-thread-context{padding:8px 16px;border-bottom:1px solid #d7e4ee;color:#2d5f82;background:#eef7fd;font-size:10px}.wf-thread-context-success{border-color:#cce5da;color:#08634f;background:#eaf8f2}.wf-message-stream{flex:1 1;min-height:0;padding:24px clamp(18px,5vw,74px);background-color:#efeae2;background-image:radial-gradient(rgba(84,101,111,.12) .75px,transparent 0);background-size:14px 14px;display:flex;flex-direction:column;overflow:auto}.wf-load-older{align-self:center;margin:0 0 14px;padding:7px 14px;border:1px solid #c7d4d0;border-radius:999px;color:#285c50;background:rgba(255,255,255,.92);font-size:11px;box-shadow:0 1px 2px rgba(11,20,26,.08)}.wf-load-older:disabled{opacity:.55;cursor:wait}.wf-message{width:-moz-fit-content;width:fit-content;max-width:min(72%,560px);margin:2px 0;padding:8px 10px 5px;border-radius:9px;background:#fff;box-shadow:0 1px 1px rgba(11,20,26,.13)}.wf-message-inbound{align-self:flex-start;border-start-start-radius:3px}.wf-message-outbound{align-self:flex-end;border-start-end-radius:3px;background:var(--wf-green-soft)}.wf-message>p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.6;unicode-bidi:plaintext}.wf-message>footer{min-height:15px;margin-top:2px;color:var(--wf-muted);display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:8px}.wf-message>footer>span{-webkit-margin-end:auto;margin-inline-end:auto;color:#397f6c}.wf-message>footer i{font-style:normal}.wf-message>footer .wf-read{color:#53bdeb}.wf-composer{position:-webkit-sticky;position:sticky;z-index:6;bottom:0;flex:0 0 auto;min-height:66px;padding:10px 13px;border-top:1px solid #d8dee1;background:#f0f2f5;display:flex;align-items:flex-end;gap:8px}.wf-composer-disabled textarea{color:#7b8984;background:#e6e9e8;cursor:not-allowed}.wf-composer textarea{min-height:44px;max-height:130px;flex:1 1;padding:11px 14px;border:0;border-radius:11px;outline:0;resize:vertical;background:#fff;font-size:13px}.wf-composer>button{width:44px;height:44px;border:0;border-radius:50%;color:#fff;background:var(--wf-green);font-size:18px}.wf-composer>button:disabled{opacity:.45;cursor:not-allowed}.wf-new-chat-loading{margin:8px 0;font-size:10px}.wf-empty,.wf-new-chat-loading{color:var(--wf-muted);text-align:center}.wf-empty{min-height:220px;margin:auto;display:grid;place-content:center;justify-items:center}.wf-empty>span{font-size:38px}.wf-empty>p{margin:9px 0 0;font-size:12px}.wf-empty-compact{min-height:130px}.wf-empty-compact>span{font-size:24px}.wf-admin{min-height:100vh;padding:clamp(20px,3vw,40px)}.wf-admin-header{max-width:1500px;margin:0 auto 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.wf-admin-header p{margin:0 0 6px;color:var(--wf-green);font-size:11px;font-weight:900}.wf-admin-header h1{margin:0 0 7px;font-size:clamp(26px,3vw,38px)}.wf-admin-header>div>span{color:var(--wf-muted);font-size:13px}.wf-admin-viewer{padding:8px 10px;border:1px solid var(--wf-line);border-radius:13px;background:#fff;display:flex;align-items:center;gap:9px}.wf-admin-viewer>span{width:40px;height:40px;background:#214f43;font-size:11px}.wf-admin-viewer strong{font-size:12px}.wf-admin-tabs{max-width:1500px;margin:0 auto 17px;padding:5px;border:1px solid var(--wf-line);border-radius:14px;background:#fff;display:flex;gap:5px}.wf-admin-tabs>button{min-height:42px;padding:0 16px;border:0;border-radius:10px;color:#52635d;background:transparent;display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:800}.wf-admin-tabs>button.wf-admin-tab-active{color:#fff;background:var(--wf-green)}.wf-admin-tabs b{min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:rgba(0,0,0,.08);display:grid;place-items:center;font-size:9px}.wf-admin-error,.wf-admin-notice{max-width:1500px;margin:0 auto 12px;padding:11px 14px;border-radius:10px;display:flex;justify-content:space-between;gap:12px;font-size:12px}.wf-admin-error{color:#8f2929;background:#ffebeb}.wf-admin-notice{color:#075f4c;background:#e4f5ee}.wf-admin-error button,.wf-admin-notice button{border:0;background:transparent;font-size:18px}.wf-alerts-admin,.wf-performance-section,.wf-users-layout{max-width:1500px;margin:0 auto}.wf-users-layout{display:grid;grid-template-columns:minmax(440px,1.25fr) minmax(330px,.75fr);grid-gap:16px;gap:16px}.wf-admin-card{min-width:0;border:1px solid var(--wf-line);border-radius:15px;background:#fff;box-shadow:0 8px 28px rgba(26,53,44,.045);overflow:hidden}.wf-admin-card>header,.wf-report-controls{padding:18px 20px;border-bottom:1px solid var(--wf-line);display:flex;align-items:center;justify-content:space-between;gap:14px}.wf-admin-card>header h2{margin:0 0 5px;font-size:18px}.wf-admin-card>header p{margin:0;color:var(--wf-muted);font-size:11px}.wf-secondary-button{min-height:38px;padding:0 15px;border:1px solid #cbd6d2;border-radius:10px;color:#3f554e;background:#fff;font-size:11px;font-weight:800}.wf-admin-search{height:42px;margin:0;padding:0 12px;border-radius:10px;color:var(--wf-muted);background:#f0f2f5;display:flex;align-items:center;gap:8px}.wf-directory-tools{margin:13px 16px;display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,.34fr);grid-gap:10px;gap:10px;align-items:flex-end}.wf-directory-status{display:grid;grid-gap:4px;gap:4px;color:var(--wf-muted);font-size:10px;font-weight:800}.wf-directory-status select{height:42px;border:1px solid #d7dfdc;border-radius:10px;padding-inline:10px;color:var(--wf-ink);background:#fff;font:inherit;outline:0}.wf-directory-status select:focus{border-color:var(--wf-accent);box-shadow:0 0 0 2px rgb(0 168 132/12%)}.wf-admin-search input{width:100%;border:0;outline:0;background:transparent;font-size:12px}.wf-user-list{max-height:calc(100vh - 330px);min-height:330px;overflow:auto}.wf-user-list>button{width:100%;min-height:76px;padding:10px 16px;border:0;border-top:1px solid #edf1f2;background:#fff;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:11px;gap:11px;text-align:start}.wf-user-list>button.wf-user-active,.wf-user-list>button:hover{background:#f0f8f5}.wf-user-avatar{width:42px;height:42px;font-size:11px}.wf-user-list>button>span:nth-child(2){min-width:0;display:grid;grid-gap:3px;gap:3px}.wf-user-list strong{font-size:12px}.wf-user-list em,.wf-user-list small{color:var(--wf-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-style:normal}.wf-user-status{padding:5px 8px;border-radius:999px;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.wf-user-status-active{color:#08745b;background:#e0f5ec}.wf-user-status-deactivated,.wf-user-status-locked,.wf-user-status-suspended{color:#8f3030;background:#fde8e8}.wf-user-status-invited{color:#8b611c;background:#fff1d5}.wf-user-profile>header{align-items:flex-start}.wf-user-profile>header>div{display:grid;justify-items:start}.wf-user-avatar-large{width:70px;height:70px;margin-bottom:12px;font-size:18px}.wf-user-profile>header h2{margin-bottom:2px}.wf-profile-details{margin:0;padding:8px 20px}.wf-profile-details>div{min-height:47px;border-bottom:1px solid #edf1f2;display:flex;align-items:center;justify-content:space-between;gap:15px}.wf-profile-details>div:last-child{border-bottom:0}.wf-profile-details dt{color:var(--wf-muted);font-size:10px}.wf-profile-details dd{margin:0;overflow-wrap:anywhere;text-align:end;font-size:11px;font-weight:750}.wf-profile-stats{padding:14px 18px 18px;border-top:1px solid var(--wf-line);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.wf-profile-stats article{padding:11px;border-radius:10px;background:#f4f8f6;display:grid;grid-gap:6px;gap:6px}.wf-profile-stats span{color:var(--wf-muted);font-size:9px}.wf-profile-stats strong{font-size:19px}.wf-report-controls{margin-bottom:14px;border:1px solid var(--wf-line);border-radius:13px;background:#fff;justify-content:flex-start}.wf-report-controls label{min-width:230px;color:#43554f;display:grid;grid-gap:6px;gap:6px;font-size:10px;font-weight:800}.wf-create-grid input,.wf-create-grid select,.wf-report-controls select{height:42px;padding:0 11px;border:1px solid #cad7d2;border-radius:9px;background:#fff;outline:0;font-size:12px}.wf-performance-metrics{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:11px;gap:11px}.wf-performance-metrics article{min-height:105px;padding:17px;border:1px solid var(--wf-line);border-radius:13px;background:#fff;display:grid;align-content:space-between;grid-gap:11px;gap:11px}.wf-performance-metrics span{color:var(--wf-muted);font-size:10px}.wf-performance-metrics strong{font-size:25px}.wf-report-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-gap:14px;gap:14px}.wf-quality-flags{padding:8px 20px 20px}.wf-quality-flags article{padding:12px 0;border-bottom:1px solid #edf1f2;display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px}.wf-quality-flags article>span{width:28px;height:28px;border-radius:50%;color:#9c3333;background:#fee5e5;display:grid;place-items:center;font-weight:900}.wf-quality-flags article strong{font-size:11px}.wf-quality-flags article p{margin:4px 0;color:#3e504a;font-size:11px;line-height:1.55}.wf-quality-flags article small{color:var(--wf-muted);font-size:9px}.wf-alerts-admin>header{border-bottom:1px solid var(--wf-line)}.wf-alerts-table{overflow-x:auto}.wf-alerts-row{min-width:850px;min-height:66px;padding:9px 18px;border-bottom:1px solid #edf1f2;display:grid;grid-template-columns:95px minmax(280px,1fr) 150px 175px 110px;align-items:center;grid-gap:12px;gap:12px;font-size:10px}.wf-alerts-head{min-height:42px;color:var(--wf-muted);background:#f8faf9;font-weight:800}.wf-alerts-row>span:nth-child(2){display:grid;grid-gap:4px;gap:4px}.wf-alerts-row strong{font-size:11px}.wf-alerts-row small{color:var(--wf-muted);font-size:9px}.wf-alerts-row>span:last-child button{padding:7px 9px;border:1px solid #c6d7d1;border-radius:8px;color:var(--wf-green);background:#fff;font-size:9px;font-weight:800}.wf-alerts-row>span:last-child em{color:var(--wf-muted);font-style:normal}.wf-alert-severity{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-style:normal;font-weight:800}.wf-alert-critical,.wf-alert-high{color:#9e2f2f;background:#fee6e6}.wf-alert-medium,.wf-alert-warning{color:#8f6118;background:#fff0d1}.wf-alert-info{color:#236493;background:#e7f1fa}.wf-admin-empty{min-height:190px;color:var(--wf-muted);display:grid;place-content:center;justify-items:center}.wf-admin-empty span{font-size:27px}.wf-admin-empty p{margin:8px 0 0;font-size:11px}.wf-modal-backdrop{position:fixed;z-index:5000;inset:0;padding:18px;background:rgba(9,31,25,.58);display:grid;place-items:center}.wf-create-user{width:min(760px,96vw);max-height:92vh;border-radius:18px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.25);overflow:auto}.wf-create-user>header{padding:20px 22px;border-bottom:1px solid var(--wf-line);display:flex;justify-content:space-between;gap:20px}.wf-create-user h2{margin:0 0 5px}.wf-create-user p{margin:0;color:var(--wf-muted);font-size:11px}.wf-create-user>header button{width:34px;height:34px;border:0;border-radius:50%;background:#f0f2f5;font-size:20px}.wf-create-user form{padding:20px 22px 22px}.wf-create-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.wf-create-grid label{color:#3e514a;display:grid;grid-gap:7px;gap:7px;font-size:11px;font-weight:800}.wf-create-grid label small{color:var(--wf-muted);font-size:9px;font-weight:400}.wf-ai-manager{display:grid;grid-gap:18px;gap:18px}.wf-ai-manager-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;color:#f7fffc;background:linear-gradient(135deg,#0d2f28,#0f6e56);border-radius:18px;box-shadow:0 12px 30px rgba(13,47,40,.16)}.wf-ai-manager-hero>div{display:flex;align-items:center;gap:16px}.wf-ai-manager-hero h2{margin:0 0 6px;font-size:24px}.wf-ai-manager-hero p{margin:0;color:#d6eee6}.wf-ai-manager-mark{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:rgba(255,255,255,.12);font-weight:900}.wf-manager-live,.wf-manager-paused{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.14);font-weight:800}.wf-manager-live i,.wf-manager-paused i{width:9px;height:9px;border-radius:50%;background:#54e6ac;box-shadow:0 0 0 5px rgba(84,230,172,.16)}.wf-manager-paused i{background:#f4bd5b;box-shadow:0 0 0 5px rgba(244,189,91,.16)}.wf-manager-boundary{display:flex;align-items:center;gap:12px;padding:13px 16px;border:1px solid #cfe0da;border-radius:13px;background:#f5faf8;color:#44635a}.wf-manager-boundary strong{color:#173c32;white-space:nowrap}.wf-manager-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.wf-manager-metrics article{display:grid;grid-gap:8px;gap:8px;min-height:104px;padding:17px;border:1px solid #dbe5e1;border-radius:15px;background:#fff}.wf-manager-metrics span{color:#62766f;font-size:13px}.wf-manager-metrics strong{color:#17322b;font-size:28px}.wf-manager-metric-danger{border-color:#efd5b0!important;background:#fffaf1!important}.wf-manager-metric-critical{border-color:#edcaca!important;background:#fff7f7!important}.wf-manager-case-list{display:grid;grid-gap:10px;gap:10px;padding:2px 0}.wf-manager-case{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:15px;border:1px solid #dfe7e4;border-radius:14px;background:#fff}.wf-manager-stage{min-width:86px;padding:8px 10px;border-radius:999px;background:#e7f4ef;color:#0f6e56;text-align:center;font-size:12px;font-weight:900}.wf-manager-stage-warning .wf-manager-stage{background:#fff2db;color:#9a5d00}.wf-manager-stage-escalated .wf-manager-stage{background:#fee7e7;color:#a12828}.wf-manager-case-copy{min-width:0}.wf-manager-case-copy>div{display:flex;align-items:center;gap:8px}.wf-manager-case-copy h3{margin:6px 0 4px;font-size:15px}.wf-manager-case-copy p{margin:0;color:#5f726c}.wf-manager-case-copy footer,.wf-manager-case-copy small{color:#72847e;font-size:12px}.wf-manager-case-copy footer{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.wf-manager-case>button{border:1px solid #bfd5cd;border-radius:10px;padding:9px 11px;color:#0f6e56;background:#fff;cursor:pointer;font-weight:800}.wf-manager-reviewed{color:#6b7d77;font-size:12px}.wf-manager-alert-stage{display:inline-flex;width:max-content;margin-top:4px;padding:2px 7px;border-radius:999px;background:#fff2d9;color:#8a5400;font-size:11px;font-style:normal;font-weight:800}@media (max-width:1050px){.wf-manager-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.wf-ai-manager-hero,.wf-manager-boundary{align-items:flex-start;flex-direction:column}.wf-manager-metrics{grid-template-columns:1fr 1fr}.wf-manager-case{grid-template-columns:1fr}.wf-manager-stage{justify-self:start}}.data-integrations{display:grid;grid-gap:18px;gap:18px}.data-integrations-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border:1px solid #d7e4df;border-radius:18px;background:linear-gradient(135deg,#f3faf7,#fff)}.data-integrations-hero>div{display:flex;align-items:center;gap:15px}.data-integrations-hero>div>span{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;color:#fff;background:#0f6e56;font-size:13px;font-weight:900}.data-connector-list h2,.data-integrations-hero h2{margin:0 0 6px}.data-connector-list header p,.data-integrations-hero p{margin:0;color:#667972}.data-integrations-safety{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:13px 16px;border:1px solid #c8ded6;border-radius:13px;color:#45645a;background:#eff8f4}.data-integrations-safety strong{color:#0f5f4b}.data-integrations-safety b{padding:7px 10px;border-radius:999px;color:#0f6e56;background:#dff1ea}.data-connector-list>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.data-connector-list>div{display:grid;grid-gap:12px;gap:12px}.data-connector-card{display:grid;grid-template-columns:auto minmax(210px,1fr) minmax(270px,1.2fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:16px;border:1px solid #dbe5e1;border-radius:15px;background:#fff}.data-connector-card h3{margin:0 0 5px}.data-connector-card p{margin:0 0 7px;color:#587067;font-size:12px;overflow-wrap:anywhere}.data-connector-card small{color:#768780}.data-connector-card>span{display:inline-flex;align-items:center;gap:7px;padding:7px 9px;border-radius:999px;font-size:11px;font-weight:900}.data-connector-card>span i{width:8px;height:8px;border-radius:50%}.connector-status-active{color:#0f6e56;background:#e4f4ee}.connector-status-active i{background:#27ad7b}.connector-status-off{color:#6d7672;background:#eef1f0}.connector-status-off i{background:#909b97}.data-connector-card dl{display:grid;grid-gap:5px;gap:5px;margin:0}.data-connector-card dl div{display:grid;grid-template-columns:100px 1fr;grid-gap:7px;gap:7px;font-size:11px}.data-connector-card dt{color:#778780}.data-connector-card dd{margin:0;color:#314a42;overflow-wrap:anywhere}.data-connector-card footer{display:flex;gap:7px}.data-connector-card footer button{border:1px solid #c7d9d3;border-radius:10px;padding:9px 11px;color:#0f6e56;background:#fff;cursor:pointer;white-space:nowrap}.data-connector-card footer button:disabled{opacity:.45;cursor:not-allowed}.data-connector-dialog,.data-connector-test{width:min(900px,calc(100vw - 24px));max-height:min(90vh,920px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.24)}.data-connector-test{width:min(560px,calc(100vw - 24px))}.data-connector-dialog>header,.data-connector-test>header{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid #e0e8e5;background:#fff}.data-connector-dialog>header h2,.data-connector-test>header h2{margin:0 0 5px}.data-connector-dialog>header p,.data-connector-test>header p{margin:0;color:#687b74}.data-connector-dialog>header>button,.data-connector-test>header>button{border:0;color:#587067;background:transparent;font-size:24px;cursor:pointer}.data-connector-dialog form,.data-connector-test form{display:grid;grid-gap:16px;gap:16px;padding:20px 22px}.data-connector-dialog fieldset{margin:0;padding:15px;border:1px solid #dbe5e1;border-radius:14px}.data-connector-dialog legend{padding:0 8px;color:#0f6e56;font-weight:900}.connector-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:13px;gap:13px}.connector-form-grid label,.data-connector-test label{display:grid;grid-gap:6px;gap:6px;color:#40554e;font-size:12px;font-weight:800}.connector-form-grid input,.connector-form-grid select,.connector-form-grid textarea,.data-connector-test input{width:100%;min-height:42px;border:1px solid #cfdcd7;border-radius:10px;padding:10px 11px;color:#1e352e;background:#fff;font:inherit}.connector-form-grid textarea{min-height:94px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.connector-form-grid small{color:#788982;font-weight:400}.connector-wide{grid-column:1/-1}.data-connector-dialog form>footer,.data-connector-test form>footer{display:flex;gap:9px}@media (max-width:1050px){.data-connector-card{grid-template-columns:auto minmax(0,1fr) auto}.data-connector-card dl{grid-column:2/-1}}@media (max-width:720px){.data-connector-list>header,.data-integrations-hero{align-items:stretch;flex-direction:column}.data-connector-card,.data-integrations-safety{grid-template-columns:1fr}.data-connector-card dl{grid-column:auto}.connector-form-grid{grid-template-columns:1fr}.connector-wide{grid-column:auto}}.wf-create-user form>footer{margin-top:20px;display:flex;gap:9px}.wf-access-denied{display:grid;place-content:center;justify-items:center;text-align:center}.wf-access-denied>span{font-size:48px}.wf-access-denied h1{margin:15px 0 7px}.wf-access-denied p{margin:0;color:var(--wf-muted)}@media (max-width:1080px){.wf-report-grid,.wf-users-layout{grid-template-columns:1fr}.wf-user-list{max-height:460px}.wf-performance-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.wf-staff{grid-template-rows:60px minmax(0,1fr)}.wf-staff-embedded{height:calc(100dvh - 59px);min-height:0;grid-template-rows:minmax(0,1fr)}.wf-brand small,.wf-viewer>div{display:none}.wf-staff-body{display:block}.wf-inbox-pane{width:100%;height:100%;-webkit-border-end:0;border-inline-end:0}.wf-thread-pane{display:none;width:100%;height:100%}.wf-staff-body-selected .wf-inbox-pane{display:none}.wf-staff-body-selected .wf-thread-pane{display:flex}.wf-thread-back{display:block}.wf-thread-owner{display:none}.wf-message{max-width:88%}.wf-composer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.wf-admin{padding:18px 12px}.wf-admin-header>div:first-child>span,.wf-admin-viewer>div{display:none}.wf-admin-tabs{overflow-x:auto}.wf-admin-tabs>button{white-space:nowrap}.wf-create-grid{grid-template-columns:1fr}}@media (max-width:560px){.wf-brand strong{font-size:12px}.wf-box-tabs{gap:5px}.wf-box-tabs>button{min-width:0;min-height:42px;padding:5px;text-align:center}.wf-box-tabs button>span{font-size:9px}.wf-new-chat-button>span:last-child{display:none}.wf-new-chat-button{width:34px;padding:0;justify-content:center}.wf-claim-button{padding-inline:10px;font-size:9px}.wf-admin-header h1{font-size:24px}.wf-admin-tabs{padding:4px}.wf-admin-tabs>button{padding-inline:11px}.wf-user-directory>header{align-items:flex-start;flex-direction:column}.wf-directory-tools{grid-template-columns:1fr}.wf-primary-button{width:100%}.wf-performance-metrics{grid-template-columns:1fr}.wf-report-controls{align-items:stretch;flex-direction:column}.wf-report-controls label{min-width:0}.wf-modal-backdrop{padding:7px}.wf-create-user form,.wf-create-user>header{padding:17px}}.social-integrations{max-width:1420px;margin:0 auto;display:grid;grid-gap:16px;gap:16px}.social-integrations-head{padding:20px;border:1px solid #d9e3df;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.social-integrations-head h2{margin:0 0 6px;font-size:22px}.social-integrations-head p{margin:0;color:#687a74;font-size:12px}.social-routing-only{min-width:310px;padding:12px 14px;border:1px solid #b8ddd0;border-radius:13px;color:#075f4c;background:#edf9f5;display:grid;grid-template-columns:34px 1fr;grid-gap:2px 9px;gap:2px 9px}.social-routing-only>span{grid-row:1/3;width:34px;height:34px;border-radius:50%;color:#fff;background:#078267;display:grid;place-items:center;font-size:20px}.social-routing-only strong{font-size:11px}.social-routing-only small{color:#4e7468;font-size:9px}.social-platform-grid{display:grid;grid-template-columns:repeat(2,minmax(300px,1fr));grid-gap:14px;gap:14px}.social-platform-card{min-width:0;border:1px solid #d9e3df;border-radius:16px;background:#fff;box-shadow:0 9px 30px rgba(23,53,43,.045);overflow:hidden}.social-platform-card>header{padding:17px;border-bottom:1px solid #edf1f0;display:grid;grid-template-columns:48px minmax(0,1fr) 10px;align-items:center;grid-gap:11px;gap:11px}.social-platform-card h3{margin:0 0 4px;font-size:16px}.social-platform-card header span:not(.social-platform-mark){color:#687a74;font-size:9px}.social-platform-card header>i{width:9px;height:9px;border-radius:50%;background:#d39a37;box-shadow:0 0 0 4px #fff2d8}.social-status-connected header>i{background:#16a37d;box-shadow:0 0 0 4px #ddf6ed}.social-status-action_required header>i,.social-status-not_connected header>i{background:#a64a4a;box-shadow:0 0 0 4px #fae7e7}.social-platform-mark{width:48px;height:48px;border-radius:14px;color:#fff;background:#101418;display:grid;place-items:center;font:900 21px/1 Arial,sans-serif}.social-platform-mark>img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.social-platform-facebook{background:#1877f2;font-size:27px}.social-platform-instagram{background:linear-gradient(135deg,#6f39c5,#d43874 55%,#f4a244);font-size:28px}.social-platform-tiktok{background:#101010;color:#fff;text-shadow:-2px 0 #25f4ee,2px 0 #fe2c55}.social-platform-mark-small{width:34px;height:34px;border-radius:10px;font-size:15px}.wf-conversation-list>button>.social-platform-mark-small{width:44px;height:44px;border-radius:50%;align-self:center}.wf-message footer .social-platform-mark-small{width:16px;height:16px;border-radius:5px;font-size:8px;flex:0 0 auto}.wf-social-thread-context{border-color:#cddcf1;color:#304e73;background:#edf5ff}.social-account-list{min-height:96px;padding:13px 17px;display:grid;align-content:start;grid-gap:8px;gap:8px}.social-account-list>div{padding:7px 9px;border:1px solid #edf1f0;border-radius:11px;background:#fbfdfc;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:9px;gap:9px}.social-account-list img{width:34px;height:34px;border-radius:10px;object-fit:cover}.social-account-list>div>span{min-width:0;display:grid;grid-gap:2px;gap:2px}.social-account-list small,.social-account-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-account-list strong{font-size:10px}.social-account-list small,.social-account-list>p{color:#687a74;font-size:8px}.social-ai-policy{margin:0 17px 13px;padding:12px;border:1px solid #dce5e2;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:14px}.social-ai-policy>div{display:grid;grid-gap:4px;gap:4px}.social-ai-policy strong{font-size:10px}.social-ai-policy small{color:#687a74;font-size:8px}.social-ai-policy button{width:45px;height:25px;padding:3px;border:0;border-radius:999px;background:#cfd8d5;cursor:pointer}.social-ai-policy button>span{width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.16);display:block;transition:transform .18s}.social-ai-policy button.social-switch-on{background:#0a8f70}.social-ai-policy button.social-switch-on>span{transform:translateX(-20px)}.social-ai-policy button:disabled{cursor:not-allowed;opacity:.5}.social-platform-card>footer{padding:13px 17px;border-top:1px solid #edf1f0;background:#fafcfb;display:flex;align-items:center;justify-content:space-between;gap:12px}.social-platform-card>footer button{min-height:36px;padding:0 14px;border:0;border-radius:10px;color:#fff;background:#08775e;font-weight:800;font-size:9px;cursor:pointer}.social-platform-card>footer small{color:#687a74;font-size:8px;text-align:end}.social-error,.social-loading,.social-notice{margin:0;padding:12px 14px;border-radius:11px;font-size:10px}.social-notice{color:#075f4c;background:#e7f8f1}.social-error{color:#842f2f;background:#ffeded}.social-loading{color:#536b63;border:1px dashed #cbd8d4;background:#fff}@media (max-width:900px){.social-integrations-head{align-items:stretch;flex-direction:column}.social-routing-only{min-width:0}.social-platform-grid{grid-template-columns:1fr}}@media (max-width:560px){.social-integrations-head{padding:15px}.social-platform-card>footer{align-items:stretch;flex-direction:column}.social-platform-card>footer button{width:100%}.social-platform-card>footer small{text-align:center}}.wf-operations-button{min-height:32px;padding:0 9px;border-radius:999px;color:#31594e!important;display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;white-space:nowrap}.wf-thread-tools{display:flex;align-items:center;gap:4px}.wf-thread-tools>button{min-height:31px;padding:0 8px;border:1px solid #ccd8d4;border-radius:999px;color:#39574f;background:#fff;display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;white-space:nowrap}.wf-thread-tools>button:hover{border-color:#8fc8b5;color:var(--wf-green-dark);background:#edf9f5}.wf-thread-tools>button>span{font-size:13px}.wf-tool-dialog{width:min(620px,96vw);max-height:min(92vh,820px);border-radius:18px;color:var(--wf-ink,#111b21);background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.28);direction:rtl;text-align:start;overflow:auto}.wf-tool-dialog-wide{width:min(820px,96vw)}.wf-tool-dialog>header{position:-webkit-sticky;position:sticky;z-index:2;top:0;padding:18px 20px;border-bottom:1px solid #dfe5e7;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.wf-tool-dialog>header h2{margin:0 0 4px;font-size:19px}.wf-tool-dialog>header p{margin:0;color:#667781;font-size:11px}.wf-operations-panel>header>button,.wf-tool-dialog>header>button{width:34px;height:34px;flex:0 0 auto;border:0;border-radius:50%;color:#54656f;background:#f0f2f5;font-size:20px}.wf-tool-form{padding:18px 20px 20px;display:grid;grid-gap:15px;gap:15px}.wf-transfer-targets{margin:0;padding:0;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.wf-transfer-targets>legend{grid-column:1/-1;margin-bottom:2px;color:#40554e;font-size:11px;font-weight:800}.wf-transfer-targets>label{position:relative;min-height:72px;padding:10px;border:1px solid #dce4e1;border-radius:11px;background:#fff;display:grid;grid-template-columns:28px minmax(0,1fr);align-content:center;grid-gap:2px 8px;gap:2px 8px;cursor:pointer}.wf-transfer-targets>label.wf-transfer-target-active,.wf-transfer-targets>label:hover{border-color:#73bda4;background:#eef9f5;box-shadow:inset 0 0 0 1px #73bda4}.wf-transfer-targets input{position:absolute;opacity:0;pointer-events:none}.wf-transfer-targets label>span{grid-row:1/3;align-self:center;font-size:21px}.wf-transfer-targets label>strong{font-size:11px}.wf-transfer-targets label>small{color:#667781;font-size:9px}.wf-tool-field{color:#3d514a;display:grid;grid-gap:7px;gap:7px;font-size:11px;font-weight:800}.wf-tool-field input,.wf-tool-field select,.wf-tool-field textarea{width:100%;min-height:42px;padding:10px 11px;border:1px solid #cad7d2;border-radius:9px;outline:0;color:#111b21;background:#fff;font:inherit;font-weight:400}.wf-tool-field textarea{min-height:92px;resize:vertical}.wf-tool-field input:focus,.wf-tool-field select:focus,.wf-tool-field textarea:focus{border-color:#55ae91;box-shadow:0 0 0 3px rgba(0,128,105,.12)}.wf-tool-field>small{color:#667781;font-size:9px;font-weight:400;line-height:1.55}.wf-tool-error,.wf-tool-hint{margin:0;padding:10px 12px;border-radius:9px;font-size:10px;line-height:1.55}.wf-tool-hint{color:#275d86;background:#eaf5fd}.wf-tool-error{color:#902d2d;background:#fff0f0}.wf-tool-footer,.wf-tool-form>footer{padding-top:2px;display:flex;gap:8px}.wf-activity-list{padding:8px 20px 20px}.wf-activity-list>article{min-height:70px;padding:11px 0;border-bottom:1px solid #edf1f2;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;grid-gap:10px;gap:10px}.wf-activity-list>article>span,.wf-operation-icon{width:32px;height:32px;border-radius:9px;color:#08745b;background:#e3f4ed;display:grid;place-items:center}.wf-activity-list strong{font-size:11px}.wf-activity-list p{margin:4px 0;color:#3e504a;font-size:11px;white-space:pre-wrap}.wf-activity-list small{color:#667781;font-size:9px}.wf-operations-empty,.wf-tool-empty{min-height:180px;color:#667781;display:grid;place-content:center;justify-items:center;text-align:center}.wf-operations-empty>span,.wf-tool-empty>span{font-size:32px}.wf-operations-empty>p,.wf-tool-empty>p{margin:8px 0 0;font-size:11px}.wf-attachment-wrap{position:relative;flex:0 0 auto}.wf-composer .wf-attachment-button{width:44px;height:44px;border:0;border-radius:50%;color:#54656f;background:transparent;font-size:28px;line-height:1}.wf-composer .wf-attachment-button:hover{color:#08745b;background:#e2e9e6}.wf-attachment-menu{position:absolute;z-index:20;inset-inline-start:0;bottom:52px;width:205px;padding:7px;border:1px solid #dfe5e7;border-radius:12px;background:#fff;box-shadow:0 14px 42px rgba(17,27,33,.2);display:grid;grid-gap:2px;gap:2px}.wf-attachment-menu>button{min-height:42px;padding:7px 9px;border:0;border-radius:8px;color:#263b34;background:transparent;display:grid;grid-template-columns:28px 1fr;align-items:center;grid-gap:7px;gap:7px;text-align:start}.wf-attachment-menu>button:hover{background:#f0f7f4}.wf-attachment-menu span{font-size:20px}.wf-attachment-menu strong{font-size:11px}.wf-shared-library{min-height:220px;padding:16px 20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));align-content:start;grid-gap:10px;gap:10px}.wf-shared-library>button,.wf-shared-library>label{position:relative;min-width:0;min-height:125px;padding:9px;border:1px solid #dfe6e3;border-radius:11px;color:#2e443c;background:#fff;display:grid;align-content:center;justify-items:center;grid-gap:6px;gap:6px;cursor:pointer}.wf-shared-library>label.wf-library-selected{border-color:#16886b;background:#e9f8f2;box-shadow:inset 0 0 0 1px #16886b}.wf-shared-library input{position:absolute;inset-block-start:8px;inset-inline-end:8px}.wf-shared-library img{width:100%;height:72px;border-radius:7px;object-fit:cover}.wf-shared-library button>span,.wf-shared-library label>span{font-size:39px}.wf-shared-library strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.wf-shared-library small{color:#667781;font-size:8px}.wf-library-back{margin:12px 20px 0;padding:7px 11px;border:1px solid #ccd9d4;border-radius:8px;color:#286151;background:#fff;font-size:10px}.wf-tool-dialog>.wf-tool-footer{position:-webkit-sticky;position:sticky;bottom:0;padding:13px 20px;border-top:1px solid #dfe5e7;background:#fff}.wf-message-media img,.wf-message-media video{display:block;width:min(390px,100%);max-height:430px;border-radius:7px;background:#17362d;object-fit:cover}.wf-message-media p{margin:7px 2px 2px;white-space:pre-wrap;unicode-bidi:plaintext}.wf-message-audio{min-width:min(300px,70vw);display:flex;align-items:center;gap:8px}.wf-message-audio audio{max-width:270px}.wf-message-document{min-width:min(280px,68vw);padding:9px;border-radius:7px;color:#111b21;background:rgba(255,255,255,.58);display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:2px 7px;gap:2px 7px;text-decoration:none}.wf-message-document>span{grid-row:1/3;font-size:27px}.wf-message-document strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.wf-message-document small{color:#667781;font-size:8px}.wf-operations-backdrop{position:fixed;z-index:4900;inset:0;background:rgba(9,31,25,.48);display:flex;justify-content:flex-start}.wf-operations-panel{width:min(640px,94vw);height:100%;color:#111b21;background:#fff;box-shadow:14px 0 50px rgba(0,0,0,.24);direction:rtl;display:grid;grid-template-rows:auto auto minmax(0,1fr)}.wf-operations-panel>header{padding:18px 20px;border-bottom:1px solid #dfe5e7;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.wf-operations-panel>header h2{margin:0 0 4px;font-size:18px}.wf-operations-panel>header p{margin:0;color:#667781;font-size:10px}.wf-operations-panel>nav,.wf-operations-screen>nav{padding:7px;border-bottom:1px solid #dfe5e7;display:flex;gap:5px}.wf-operations-panel>nav button,.wf-operations-screen>nav button{min-height:40px;padding:0 12px;border:0;border-radius:9px;color:#4c625a;background:transparent;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800}.wf-operations-panel>nav button.wf-operations-tab-active,.wf-operations-screen>nav button.wf-operations-screen-tab-active{color:#fff;background:#008069}.wf-operations-panel nav b,.wf-operations-screen nav b{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:rgba(0,0,0,.1);display:grid;place-items:center;font-size:8px}.wf-operations-list{min-height:0;padding:9px 14px 20px;overflow:auto}.wf-operations-list>article,.wf-operations-screen-list>article{min-height:76px;padding:12px;border:1px solid #e0e7e4;border-radius:11px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;grid-gap:10px;gap:10px}.wf-operations-list>article+article,.wf-operations-screen-list>article+article{margin-top:8px}.wf-operations-list article strong,.wf-operations-screen-list article strong{font-size:11px}.wf-operations-list article p,.wf-operations-screen-list article p{margin:4px 0;color:#3d514a;font-size:10px;line-height:1.55;white-space:pre-wrap}.wf-operations-list article small,.wf-operations-screen-list article small{color:#667781;font-size:9px}.wf-operations-list article>button,.wf-operations-screen-list article>button,.wf-task-actions button{padding:7px 9px;border:1px solid #bdd4cc;border-radius:8px;color:#08745b;background:#fff;font-size:9px;font-weight:800}.wf-task-card textarea{width:100%;min-height:64px;margin-top:9px;padding:9px 10px;border:1px solid #d0dcd8;border-radius:8px;outline:0;resize:vertical;font:inherit;font-size:10px}.wf-task-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.wf-due-reminder{position:fixed;z-index:5100;inset-inline-end:22px;inset-block-end:22px;width:min(470px,calc(100vw - 28px));padding:14px;border:1px solid #9bc9ba;border-radius:15px;color:#15362c;background:#fff;box-shadow:0 18px 60px rgba(17,50,41,.28);display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:10px;gap:10px;direction:rtl}.wf-due-reminder>span{width:38px;height:38px;border-radius:11px;background:#e3f5ee;display:grid;place-items:center;font-size:20px}.wf-due-reminder strong{font-size:12px}.wf-due-reminder p{margin:5px 0;font-size:11px}.wf-due-reminder small{color:#667781;font-size:9px}.wf-due-reminder em{margin-top:6px;padding:6px 8px;border-radius:7px;color:#902d2d;background:#fff0f0;display:block;font-size:9px;font-style:normal}.wf-task-card blockquote{margin:9px 0 0;padding:9px 11px;-webkit-border-start:3px solid #38a887;border-inline-start:3px solid #38a887;border-radius:7px;color:#245044;background:#edf8f4}.wf-task-card blockquote strong{font-size:9px}.wf-task-card blockquote p{margin:4px 0 0}.wf-due-reminder footer{grid-column:1/-1;display:flex;gap:7px}.wf-due-reminder footer button{min-height:34px;padding:0 11px;border:1px solid #b9cdc6;border-radius:8px;color:#31544a;background:#fff;font-size:9px;font-weight:800}.wf-due-reminder footer button:first-child{border-color:#008069;color:#fff;background:#008069}.wf-operations-screen{--wf-green:#008069;--wf-ink:#111b21;--wf-muted:#667781;max-width:1250px;margin:0 auto;color:var(--wf-ink);direction:rtl}.wf-operations-screen>header{margin-bottom:15px;padding:20px;border:1px solid #dfe5e7;border-radius:15px;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.wf-operations-screen>header p{margin:0 0 5px;color:#008069;font-size:10px;font-weight:900}.wf-operations-screen>header h1{margin:0 0 5px;font-size:25px}.wf-operations-screen>header span{color:#667781;font-size:11px}.wf-operations-screen>nav{border:1px solid #dfe5e7;border-radius:13px 13px 0 0;background:#fff}.wf-operations-screen-list{min-height:360px;padding:15px;border:1px solid #dfe5e7;border-top:0;border-radius:0 0 13px 13px;background:#f8faf9}.wf-operations-screen-list>article>i{padding:5px 8px;border-radius:999px;color:#78601d;background:#fff3cc;font-size:9px;font-style:normal}@media (max-width:1180px){.wf-thread-owner{display:none}.wf-thread-tools>button{width:31px;padding:0;justify-content:center;overflow:hidden;font-size:0}}@media (max-width:800px){.wf-thread-header{padding-inline:8px;gap:6px}.wf-thread-header>div:not(.wf-thread-owner){flex:1 1}.wf-thread-tools{flex:0 0 auto}.wf-operations-panel{width:100%}.wf-operations-list>article,.wf-operations-screen-list>article{grid-template-columns:34px minmax(0,1fr)}.wf-operations-list .wf-task-actions,.wf-operations-list article>button,.wf-operations-screen-list article>button,.wf-operations-screen-list article>i{grid-column:2;justify-self:start}.wf-operations-screen>header{padding:15px}.wf-operations-screen>header h1{font-size:20px}}@media (max-width:560px){.wf-inbox-title>div:first-child small,.wf-operations-button>span:last-child{display:none}.wf-operations-button{width:34px;padding:0;justify-content:center}.wf-transfer-targets{grid-template-columns:1fr}.wf-tool-dialog{width:100%;max-height:96vh;border-radius:14px}.wf-modal-backdrop{padding:6px}.wf-tool-form{padding:15px}.wf-shared-library{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.wf-attachment-menu{inset-inline-start:auto;inset-inline-end:0}.wf-due-reminder{inset-inline-end:14px;inset-block-end:max(14px,env(safe-area-inset-bottom))}.wf-operations-screen>header span{display:none}}.wf-mobile-bottom-nav,.wf-mobile-header-actions{display:none}.wf-staff-mobile-app{min-height:100svh;height:100dvh;grid-template-rows:calc(64px + env(safe-area-inset-top)) minmax(0,1fr) calc(68px + env(safe-area-inset-bottom));background:#f0f2f5}.wf-staff-mobile-app>.wf-staff-header{-webkit-padding-before:env(safe-area-inset-top);padding-block-start:env(safe-area-inset-top)}.wf-staff-mobile-app .wf-mobile-header-actions{display:flex;align-items:center;gap:6px}.wf-staff-mobile-app .wf-mobile-header-actions>button{width:38px;height:38px;border:1px solid #d1d9dc;border-radius:50%;color:#2c4d44;background:#fff;display:grid;place-items:center;font-size:20px}.wf-staff-mobile-app .wf-box-tabs{display:none}.wf-staff-mobile-app .wf-staff-body-library{display:grid;grid-template-columns:minmax(0,1fr)}.wf-staff-mobile-app .wf-mobile-bottom-nav{position:relative;z-index:45;min-width:0;padding:5px 8px max(5px,env(safe-area-inset-bottom));border-top:1px solid rgba(199,211,207,.92);background:rgba(255,255,255,.96);box-shadow:0 -8px 28px rgba(17,27,33,.08);display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:2px;gap:2px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.wf-mobile-bottom-nav>button{position:relative;min-width:0;min-height:54px;padding:4px 2px;border:0;border-radius:14px;color:#64766f;background:transparent;display:grid;place-items:center;align-content:center;grid-gap:2px;gap:2px}.wf-mobile-bottom-nav>button>span{min-width:36px;height:27px;padding-inline:8px;border-radius:999px;display:grid;place-items:center;font-size:21px;line-height:1}.wf-mobile-bottom-nav>button>strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800}.wf-mobile-bottom-nav>button>b{position:absolute;inset-block-start:2px;inset-inline-start:calc(50% + 10px);min-width:17px;height:17px;padding-inline:4px;border:2px solid #fff;border-radius:999px;color:#fff;background:#d34444;display:grid;place-items:center;font-size:7px}.wf-mobile-bottom-nav>button.wf-mobile-nav-active{color:#006d59}.wf-mobile-bottom-nav>button.wf-mobile-nav-active>span{color:#006d59;background:#d9f6ec}.wf-mobile-library-root{min-width:0;min-height:0;color:#111b21;background:#f6f8f7;display:flex;flex-direction:column;overflow:hidden}.wf-mobile-library-header{flex:0 0 auto;padding:16px clamp(14px,4vw,28px) 12px;border-bottom:1px solid #e0e7e4;background:#fff;display:grid;grid-gap:13px;gap:13px}.wf-mobile-library-heading{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) 40px;align-items:center;grid-gap:10px;gap:10px}.wf-mobile-library-heading-icon{width:44px;height:44px;border-radius:14px;background:#dff5ed;display:grid;place-items:center;font-size:24px}.wf-mobile-library-heading-copy{min-width:0}.wf-mobile-library-heading h1{margin:0;font-size:20px}.wf-mobile-library-heading p{margin:3px 0 0;color:#667781;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.wf-mobile-library-refresh{width:40px;height:40px;border:1px solid #d6e1dd;border-radius:50%;color:#365a50;background:#f8faf9;font-size:19px}.wf-mobile-library-refresh:disabled{opacity:.5}.wf-mobile-library-search{min-height:44px;padding-inline:13px;border:1px solid #dde5e2;border-radius:13px;background:#f0f2f5;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;grid-gap:7px;gap:7px}.wf-mobile-library-search>span{color:#5e706a;font-size:20px}.wf-mobile-library-search input{min-width:0;height:40px;padding:0;border:0;outline:0;background:transparent;font-size:13px}.wf-mobile-library-search button{width:28px;height:28px;border:0;border-radius:50%;color:#60716b;background:#dfe5e3;font-size:17px}.wf-mobile-library-location{min-height:44px;padding:7px clamp(14px,4vw,28px);border-bottom:1px solid #e4e9e7;background:#fbfcfc;display:flex;align-items:center;justify-content:space-between;gap:10px}.wf-mobile-library-location button,.wf-mobile-library-root-label{min-height:30px;padding:0 9px;border:1px solid #d5e0dc;border-radius:9px;color:#236554;background:#fff;display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:800}.wf-mobile-library-location small{color:#71817c;font-size:9px}.wf-mobile-library-grid{flex:1 1;min-height:0;padding:14px clamp(12px,4vw,28px) 28px;display:grid;grid-template-columns:repeat(auto-fill,minmax(138px,1fr));align-content:start;grid-gap:11px;gap:11px;overflow:auto;overscroll-behavior:contain}.wf-mobile-library-file,.wf-mobile-library-folder{min-width:0;min-height:146px;padding:12px;border:1px solid #dfe6e3;border-radius:16px;color:#263d35;background:#fff;box-shadow:0 3px 12px rgba(16,56,43,.045)}.wf-mobile-library-folder{display:grid;place-items:center;align-content:center;grid-gap:7px;gap:7px;text-align:center}.wf-mobile-library-folder-icon{font-size:44px}.wf-mobile-library-file-copy strong,.wf-mobile-library-folder strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.wf-mobile-library-file-copy small,.wf-mobile-library-folder small{color:#70817b;font-size:8px}.wf-mobile-library-file{display:grid;grid-template-rows:78px auto auto;grid-gap:7px;gap:7px}.wf-mobile-library-file-preview{min-width:0;border-radius:10px;color:inherit;background:#edf4f1;display:grid;place-items:center;overflow:hidden;position:relative;text-decoration:none}.wf-mobile-library-thumbnail{width:100%;height:100%;object-fit:cover}.wf-mobile-library-pdf-thumbnail{grid-area:1/1;object-fit:contain;background:#fff}.wf-mobile-library-pdf-badge{position:absolute;inset-inline-start:5px;inset-block-end:5px;padding:2px 5px;border-radius:5px;color:#fff;background:rgba(27,55,46,.76);box-shadow:0 1px 4px rgba(0,0,0,.16);font-size:7px;font-weight:900;line-height:1.2}.wf-mobile-library-pdf-fallback{display:grid;place-items:center;grid-gap:3px;gap:3px;color:#376a5c}.wf-mobile-library-pdf-fallback strong{font-size:20px;letter-spacing:.04em}.wf-mobile-library-pdf-fallback small{color:#71817c;font-size:7px}.wf-mobile-library-file-icon{font-size:37px}.wf-mobile-library-file-copy{min-width:0;display:grid;grid-gap:2px;gap:2px}.wf-mobile-library-file-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:5px;gap:5px}.wf-mobile-library-file-actions a{min-height:28px;border:1px solid #cfe0da;border-radius:8px;color:#09644f;background:#f3faf7;display:grid;place-items:center;font-size:8px;font-weight:800;text-decoration:none}.wf-mobile-library-empty,.wf-mobile-library-error,.wf-mobile-library-loading{min-height:240px;margin:auto;padding:24px;color:#62736d;display:grid;place-content:center;justify-items:center;grid-gap:9px;gap:9px;text-align:center}.wf-mobile-library-empty>span,.wf-mobile-library-loading>span{font-size:38px}.wf-mobile-library-empty strong,.wf-mobile-library-error strong,.wf-mobile-library-loading strong{font-size:12px}.wf-mobile-library-empty p{max-width:290px;margin:0;font-size:10px;line-height:1.7}.wf-mobile-library-error>span{width:42px;height:42px;border-radius:50%;color:#a32f2f;background:#ffe7e7;display:grid;place-items:center;font-weight:900}.wf-mobile-library-error button{min-height:36px;padding-inline:14px;border:0;border-radius:9px;color:#fff;background:#08765f;font-size:10px;font-weight:800}@media (max-width:800px){.wf-staff-mobile-app{grid-template-rows:calc(58px + env(safe-area-inset-top)) minmax(0,1fr) calc(66px + env(safe-area-inset-bottom))}.wf-staff-mobile-app .wf-staff-header{padding-inline:10px;gap:8px}.wf-staff-mobile-app .wf-brand{min-width:0;gap:7px}.wf-staff-mobile-app .wf-brand>span{width:36px;height:36px;border-radius:11px;font-size:16px}.wf-staff-mobile-app .wf-brand strong{font-size:12px}.wf-staff-mobile-app .wf-staff-actions{gap:6px}.wf-staff-mobile-app .wf-alert-button,.wf-staff-mobile-app .wf-mobile-header-actions>button,.wf-staff-mobile-app .wf-viewer>span{width:34px;height:34px}.wf-staff-mobile-app .wf-mobile-header-actions>button{font-size:17px}.wf-staff-mobile-app .wf-thread-header{min-height:auto;padding:7px 8px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;grid-gap:6px;gap:6px}.wf-staff-mobile-app .wf-thread-header>div:not(.wf-thread-owner){min-width:0}.wf-staff-mobile-app .wf-thread-header>div:not(.wf-thread-owner) small,.wf-staff-mobile-app .wf-thread-header>div:not(.wf-thread-owner) strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-staff-mobile-app .wf-conversation-status-control,.wf-staff-mobile-app .wf-thread-header>.wf-conversation-status-readonly{grid-column:4;margin:0}.wf-staff-mobile-app .wf-conversation-status-control>button{min-height:25px;padding-inline:7px;font-size:8px}.wf-staff-mobile-app .wf-thread-tools{grid-column:1/-1;width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:5px;gap:5px}.wf-staff-mobile-app .wf-thread-tools>button{width:auto;min-width:0;min-height:31px;padding:0 5px;justify-content:center;overflow:visible;font-size:8px}.wf-staff-mobile-app .wf-claim-button{grid-column:1/-1;width:100%}.wf-staff-mobile-app .wf-message-stream{padding:16px 12px}.wf-staff-mobile-app .wf-composer{padding-bottom:9px}.wf-staff-mobile-app .wf-inbox-title{min-height:60px}}@media (max-width:390px){.wf-staff-mobile-app .wf-brand>div{display:none}.wf-staff-mobile-app .wf-alert-button,.wf-staff-mobile-app .wf-mobile-header-actions>button,.wf-staff-mobile-app .wf-viewer>span{width:33px;height:33px}.wf-mobile-bottom-nav>button>strong{font-size:8px}.wf-mobile-library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.wf-group-rail{flex:0 0 auto;padding:7px 8px 8px;border-bottom:1px solid var(--wf-line);background:#f8fbfa}.wf-group-rail>header{min-height:30px;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;gap:8px}.wf-group-rail>header>div{min-width:0;display:flex;align-items:center;gap:5px}.wf-group-rail>header strong{font-size:10px}.wf-group-rail>header small{color:var(--wf-muted);font-size:8px}.wf-group-rail>header>button{flex:0 0 auto;min-height:27px;padding:0 8px;border:1px solid #cad9d4;border-radius:999px;color:#31564b;background:#fff;font-size:8px;font-weight:800}.wf-group-rail>header>button b{-webkit-margin-start:3px;margin-inline-start:3px;color:var(--wf-green)}.wf-group-pins{display:flex;align-items:stretch;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.wf-group-pins>button{position:relative;flex:0 0 auto;max-width:155px;min-height:38px;padding:4px 7px;border:1px solid #d8e2df;border-radius:10px;color:#344740;background:#fff;display:grid;grid-template-columns:28px minmax(56px,1fr) auto;align-items:center;grid-gap:5px;gap:5px;text-align:start}.wf-group-pins>button.wf-group-pin-active,.wf-group-pins>button:hover{border-color:#75bda5;color:#075f4c;background:#e8f7f1}.wf-group-avatar,.wf-group-pins>button>span{width:28px;height:28px;border-radius:50%;color:#08664f;background:#d8f0e7;display:grid;place-items:center;font-size:8px;font-weight:900}.wf-group-pins>button>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.wf-group-pins>button>b{min-width:18px;height:18px;padding-inline:4px;border-radius:999px;color:#fff;background:var(--wf-green);display:grid;place-items:center;font-size:7px}.wf-group-rail-empty{min-height:35px;color:var(--wf-muted);display:flex;align-items:center;font-size:9px}.wf-group-rail>p{margin:6px 0 0;color:#8f2929;font-size:9px}.wf-group-thread-header>p{max-width:28%;margin:0 auto 0 0;color:var(--wf-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.wf-group-thread-header .wf-group-avatar{width:44px;height:44px;flex:0 0 auto;font-size:12px}.wf-group-pin-toggle{min-height:32px;padding:0 10px;border:1px solid #cbd8d4;border-radius:999px;color:#4c625b;background:#fff;font-size:9px;font-weight:800}.wf-group-pin-toggle-active{border-color:#75bda5;color:#075f4c;background:#dff4ec}.wf-group-thread-context{color:#32594e;background:#e8f7f1}.wf-group-message-stream{background-color:#efeae2}.wf-group-message>strong{margin-bottom:3px;color:#08745b;display:block;font-size:9px}.wf-group-composer textarea{resize:none}.wf-all-groups-dialog,.wf-group-editor{width:min(720px,96vw);max-height:min(760px,92dvh);border-radius:16px;background:#fff;box-shadow:0 26px 70px rgba(15,43,34,.22);overflow:hidden;display:flex;flex-direction:column}.wf-all-groups-dialog>header,.wf-group-editor>header{padding:17px 19px;border-bottom:1px solid var(--wf-line);display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.wf-all-groups-dialog h2,.wf-group-editor h2{margin:0 0 4px;font-size:18px}.wf-all-groups-dialog header p,.wf-group-editor header p{margin:0;color:var(--wf-muted);font-size:10px}.wf-all-groups-dialog>header>button,.wf-group-editor>header>button{width:34px;height:34px;border:0;border-radius:50%;background:#eef2f1;font-size:21px}.wf-all-groups-dialog>div{padding:10px;overflow:auto}.wf-all-groups-dialog article{border-bottom:1px solid #edf1f0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px}.wf-all-groups-dialog article>button:first-child{min-width:0;min-height:64px;padding:8px;border:0;background:transparent;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:9px;gap:9px;text-align:start}.wf-all-groups-dialog article .wf-group-avatar{width:42px;height:42px;font-size:11px}.wf-all-groups-dialog article>button:first-child>span:nth-child(2){min-width:0;display:grid;grid-gap:4px;gap:4px}.wf-all-groups-dialog article small,.wf-all-groups-dialog article strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-all-groups-dialog article strong{font-size:12px}.wf-all-groups-dialog article small{color:var(--wf-muted);font-size:9px}.wf-all-groups-dialog article>button:last-child{min-width:58px;min-height:31px;padding:0 9px;border:1px solid #cbd8d4;border-radius:999px;color:#4c625b;background:#fff;font-size:9px;font-weight:800}.wf-all-groups-dialog article>button.wf-group-dialog-pin-active{border-color:#75bda5;color:#075f4c;background:#dff4ec}.wf-all-groups-dialog>p{margin:0;padding:10px 18px;color:#8f2929;background:#fff0f0;font-size:10px}.wf-groups-admin{max-width:1500px;margin:0 auto}.wf-groups-admin-header{margin-bottom:14px;padding:18px 20px;border:1px solid var(--wf-line);border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px}.wf-groups-admin-header h2{margin:0 0 5px;font-size:20px}.wf-groups-admin-header p{margin:0;color:var(--wf-muted);font-size:11px}.wf-groups-admin-header>div:last-child{display:flex;align-items:center;gap:10px}.wf-groups-admin-header>div:last-child>span{color:var(--wf-muted);font-size:10px;white-space:nowrap}.wf-groups-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));grid-gap:13px;gap:13px}.wf-groups-admin-grid>article{min-width:0;border:1px solid var(--wf-line);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(26,53,44,.045);overflow:hidden}.wf-groups-admin-grid>article>header{padding:15px;border-bottom:1px solid #edf1f0;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px}.wf-groups-admin-grid .wf-group-avatar{width:46px;height:46px;font-size:12px}.wf-groups-admin-grid h3,.wf-groups-admin-grid p{margin:0}.wf-groups-admin-grid h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.wf-groups-admin-grid header p{color:var(--wf-muted);font-size:9px}.wf-groups-admin-grid header>button{min-height:31px;padding:0 10px;border:1px solid #cbd8d4;border-radius:9px;color:#31564b;background:#fff;font-size:9px;font-weight:800}.wf-group-member-chips{min-height:75px;padding:12px 14px;display:flex;align-content:flex-start;flex-wrap:wrap;gap:6px}.wf-group-member-chips>span{max-width:100%;padding:6px 8px;border-radius:8px;background:#eef7f4;display:grid;grid-gap:2px;gap:2px}.wf-group-member-chips b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.wf-group-member-chips small{color:var(--wf-muted);font-size:7px}.wf-groups-admin-grid>article>footer{min-height:59px;padding:11px 14px;border-top:1px solid #edf1f0;background:#fafcfb;display:grid;grid-gap:3px;gap:3px}.wf-groups-admin-grid>article>footer small,.wf-groups-admin-grid>article>footer span{color:var(--wf-muted);font-size:8px}.wf-groups-admin-grid>article>footer p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.wf-group-admin-empty{min-height:180px;border:1px dashed #cfdad6;border-radius:14px;background:#fff}.wf-group-editor>form{min-height:0;padding:17px 19px;overflow:hidden;display:flex;flex-direction:column;gap:14px}.wf-group-name-field{display:grid;grid-gap:6px;gap:6px;color:#40554e;font-size:10px;font-weight:800}.wf-group-member-heading input,.wf-group-name-field input{height:42px;padding:0 11px;border:1px solid #cad7d2;border-radius:10px;background:#fff;outline:0;font:inherit}.wf-group-member-heading input:focus,.wf-group-name-field input:focus{border-color:var(--wf-accent);box-shadow:0 0 0 2px rgb(0 168 132/12%)}.wf-group-member-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.wf-group-member-heading>div{display:grid;grid-gap:3px;gap:3px}.wf-group-member-heading strong{font-size:11px}.wf-group-member-heading small{color:var(--wf-muted);font-size:9px}.wf-group-member-heading>label{min-width:min(320px,50%);position:relative}.wf-group-member-heading>label>span{position:absolute;inset-inline-start:11px;inset-block-start:12px;color:var(--wf-muted)}.wf-group-member-heading input{width:100%;-webkit-padding-start:31px;padding-inline-start:31px;font-size:10px}.wf-group-member-picker{min-height:200px;max-height:min(370px,42dvh);border:1px solid var(--wf-line);border-radius:12px;overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;grid-gap:1px;gap:1px;background:var(--wf-line)}.wf-group-member-picker>label{min-width:0;min-height:67px;padding:9px 10px;background:#fff;display:grid;grid-template-columns:auto 40px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;cursor:pointer}.wf-group-member-picker>label.wf-group-member-selected,.wf-group-member-picker>label:hover{background:#eaf7f2}.wf-group-member-picker input{accent-color:var(--wf-green)}.wf-group-member-picker .wf-user-avatar{width:40px;height:40px}.wf-group-member-picker>label>span:last-child{min-width:0;display:grid;grid-gap:2px;gap:2px}.wf-group-member-picker em,.wf-group-member-picker small,.wf-group-member-picker strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-group-member-picker strong{font-size:10px}.wf-group-member-picker em,.wf-group-member-picker small{color:var(--wf-muted);font-size:8px;font-style:normal}.wf-group-editor form>footer{display:flex;align-items:center;gap:8px}@media (max-width:1080px){.wf-groups-admin-grid{grid-template-columns:repeat(2,minmax(250px,1fr))}}@media (max-width:800px){.wf-group-thread-header>p{display:none}.wf-group-thread-header{flex-wrap:wrap}.wf-group-pin-toggle{-webkit-margin-start:auto;margin-inline-start:auto}.wf-group-member-picker,.wf-groups-admin-grid{grid-template-columns:1fr}}@media (max-width:560px){.wf-group-rail>header small{display:none}.wf-group-pins>button{max-width:138px}.wf-groups-admin-header{align-items:stretch;flex-direction:column}.wf-groups-admin-header>div:last-child{justify-content:space-between}.wf-groups-admin-header .wf-primary-button{width:auto}.wf-group-member-heading{align-items:stretch;flex-direction:column}.wf-group-member-heading>label{min-width:100%}.wf-group-editor>form{padding:14px}.wf-group-editor form>footer{flex-direction:column}.wf-group-editor form>footer>button{width:100%}}.subscription-page,.subscription-status-page{min-height:100vh;padding:clamp(14px,3vw,40px);color:#17352e;background:radial-gradient(circle at 92% 0,rgba(24,139,105,.14),transparent 32%),linear-gradient(180deg,#f5f9f7,#eef4f1);font-family:Arial,sans-serif}.subscription-application{width:min(1420px,100%);margin:0 auto;display:grid;grid-gap:18px;gap:18px}.subscription-hero{min-height:118px;padding:clamp(20px,3vw,34px);border:1px solid #d6e4df;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(13,63,47,.07);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:28px;gap:28px}.subscription-hero img{display:block}.subscription-hero h1{margin:3px 0 8px;font-size:clamp(25px,3vw,38px)}.subscription-hero p{max-width:780px;margin:0;color:#60736c;line-height:1.65}.subscription-eyebrow{color:#087458!important;font-size:12px;font-weight:900;letter-spacing:.04em}.subscription-status-link{min-height:42px;padding:0 16px;border:1px solid #bcd5cc;border-radius:12px;color:#0b634d;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800;white-space:nowrap}.subscription-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);align-items:start;grid-gap:18px;gap:18px}.subscription-fields{display:grid;grid-gap:15px;gap:15px}.subscription-contract-panel,.subscription-section{border:1px solid #d6e2de;border-radius:20px;background:#fff;box-shadow:0 12px 40px rgba(12,54,41,.045)}.subscription-section{padding:clamp(18px,2.5vw,28px)}.subscription-section-title{margin-bottom:18px;display:flex;align-items:center;gap:12px}.subscription-section-title>span{width:36px;height:36px;flex:0 0 auto;border-radius:12px;color:#fff;background:#0d7559;display:grid;place-items:center;font-weight:900}.subscription-section-title h2{margin:0 0 4px;font-size:20px}.subscription-section-title p{margin:0;color:#6b7d76;font-size:12px}.subscription-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px}.subscription-grid label{min-width:0;color:#354d45;display:grid;grid-gap:7px;gap:7px;font-size:13px;font-weight:800}.subscription-grid input,.subscription-status-card input{width:100%;height:50px;padding:0 13px;border:1px solid #cbdad5;border-radius:11px;color:#132a23;background:#fbfdfc;outline:0;font:15px Arial,sans-serif}.subscription-grid input:focus,.subscription-status-card input:focus{border-color:#0f775b;box-shadow:0 0 0 3px rgba(15,119,91,.11)}.subscription-grid label small{color:#73847e;font-size:10px;font-weight:450;line-height:1.5}.subscription-wide{grid-column:1/-1}.subscription-documents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:13px;gap:13px}.subscription-upload{min-height:130px;padding:18px;border:1px dashed #99b9ae;border-radius:14px;background:#f5faf8;display:grid;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:center;grid-gap:4px 11px;gap:4px 11px;cursor:pointer;position:relative;overflow:hidden}.subscription-upload:hover{border-color:#0e7a5c;background:#eef8f4}.subscription-upload-icon{grid-row:1/3;width:42px;height:42px;border-radius:12px;color:#fff;background:#118064;display:grid;place-items:center;font-size:25px}.subscription-upload strong{font-size:13px}.subscription-upload small,.subscription-upload strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subscription-upload small{color:#667b74;font-size:9px}.subscription-upload input{position:absolute;inline-size:1px;block-size:1px;opacity:0}.subscription-privacy-note{margin:14px 0 0;padding:11px 13px;border-radius:10px;color:#576c65;background:#eef5f2;font-size:10px;line-height:1.7}.subscription-privacy-consents{margin-top:12px;display:grid;grid-gap:8px;gap:8px}.subscription-privacy-consents label{padding:11px 12px;border:1px solid #d2dfda;border-radius:10px;color:#3f574f;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:9px;gap:9px;font-size:10px;font-weight:750;line-height:1.65;cursor:pointer}.subscription-privacy-consents input{width:17px;height:17px;margin-top:2px;accent-color:#0d7b5e}.subscription-privacy-consents a{color:#087458}.subscription-contract-panel{padding:14px;position:-webkit-sticky;position:sticky;top:14px}.subscription-contract-actions{margin-bottom:10px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.subscription-contract-actions a,.subscription-contract-actions button{min-height:32px;padding:0 10px;border:1px solid #c8dad3;border-radius:9px;color:#0a6951;background:#f7fbf9;display:inline-flex;align-items:center;justify-content:center;font:800 9px Arial,sans-serif;text-decoration:none;cursor:pointer}.subscription-contract-actions button:disabled{opacity:.45;cursor:not-allowed}.subscription-contract-scroll{max-height:min(660px,68vh);border:1px solid #dae4e0;border-radius:14px;overflow:auto;outline:0;scrollbar-color:#83a89c #edf3f1}.subscription-contract-scroll:focus{border-color:#0e785a;box-shadow:0 0 0 3px rgba(14,120,90,.1)}.subscription-contract{padding:clamp(20px,3vw,32px);color:#253d35;font-size:12px;line-height:1.85}.subscription-contract>header{padding-bottom:18px;border-bottom:2px solid #126f56;text-align:center}.subscription-contract>header p{margin:0;color:#0c7356;font-weight:900}.subscription-contract>header h2{margin:7px 0;font-size:21px}.subscription-contract>header span{color:#73837d;font:9px ui-monospace,monospace}.subscription-contract section{padding:14px 0;border-bottom:1px solid #e8efec}.subscription-contract h3{margin:0 0 7px;color:#0c684f;font-size:14px}.subscription-contract p{margin:6px 0}.subscription-contract ul{margin:6px 0;-webkit-padding-start:22px;padding-inline-start:22px}.subscription-contract>footer{padding-top:16px;display:grid;grid-gap:4px;gap:4px}.subscription-contract>footer a{color:#087458}.subscription-contract-loading{min-height:360px;padding:28px;color:#60766e;display:grid;place-items:center;text-align:center;line-height:1.8}.subscription-acceptance{margin-top:12px;padding:14px;border:1px solid #9fc9ba;border-radius:12px;color:#174e3e;background:#ebf8f3;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;grid-gap:9px;gap:9px;font-size:12px;font-weight:800;line-height:1.65;cursor:pointer}.subscription-acceptance input{width:18px;height:18px;margin-top:2px;accent-color:#0d7b5e}.subscription-contract-version{margin:9px 4px 0;color:#70817b;display:block;font-size:8px}.subscription-form-error{margin:0;padding:13px 16px;border:1px solid #efc1c1;border-radius:11px;color:#912f2f;background:#fff0f0;font-size:13px;font-weight:700}.subscription-submit-bar{padding:17px 20px;border:1px solid #d0dfda;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 10px 38px rgba(13,52,40,.06);display:flex;align-items:center;justify-content:space-between;gap:16px;position:-webkit-sticky;position:sticky;bottom:10px;z-index:5}.subscription-submit-bar p{margin:0;color:#64766f;font-size:11px}.subscription-status-card form button,.subscription-submit-bar button{min-height:48px;padding:0 20px;border:0;border-radius:11px;color:#fff;background:#0d7759;font-weight:900;cursor:pointer}.subscription-status-card form button:disabled,.subscription-submit-bar button:disabled{opacity:.55;cursor:not-allowed}.subscription-status-card,.subscription-success{width:min(760px,100%);margin:min(9vh,80px) auto;padding:clamp(25px,5vw,50px);border:1px solid #d2e1dc;border-radius:24px;color:#17352e;background:#fff;box-shadow:0 25px 80px rgba(12,58,44,.1)}.subscription-success{text-align:center;display:grid;justify-items:center;grid-gap:12px;gap:12px}.subscription-success-mark{width:62px;height:62px;border-radius:50%;color:#fff;background:#138160;display:grid;place-items:center;font-size:32px;font-weight:900}.subscription-success h1{margin:0;font-size:30px}.subscription-success>p{max-width:580px;margin:0;color:#60756d;line-height:1.7}.subscription-success dl{width:100%;margin:14px 0;border:1px solid #dfe9e5;border-radius:14px;overflow:hidden}.subscription-success dl div{min-height:48px;padding:10px 13px;border-bottom:1px solid #e8efec;display:flex;align-items:center;justify-content:space-between;gap:12px}.subscription-success dl div:last-child{border-bottom:0}.subscription-success dt{color:#6c7f78;font-size:11px}.subscription-success dd{margin:0;font-weight:800}.subscription-success-actions{display:flex;align-items:center;justify-content:center;gap:10px 20px;flex-wrap:wrap}.subscription-primary-link,.subscription-success-actions a{color:#0b6e54;font-weight:850;text-decoration:none}.subscription-primary-link{min-height:42px;padding:0 15px;border-radius:10px;color:#fff!important;background:#0d7659;display:inline-flex;align-items:center;justify-content:center}.subscription-status-card>header{display:flex;align-items:center;gap:22px}.subscription-status-card h1{margin:3px 0 5px;font-size:30px}.subscription-status-card header p{margin:0;color:#6b7d76}.subscription-status-card form{margin:25px 0 16px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end;grid-gap:12px;gap:12px}.subscription-status-card form label{display:grid;grid-gap:6px;gap:6px;color:#3d554d;font-size:12px;font-weight:800}.subscription-status-result{margin-top:20px;padding:21px;border:1px solid #d3e4dd;border-radius:16px;background:#f5faf8;display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px}.subscription-status-icon{width:48px;height:48px;border-radius:50%;color:#fff;background:#168262;display:grid;place-items:center;font-size:24px;font-weight:900}.subscription-status-summary p{margin:0 0 4px;color:#64776f;font-size:10px}.subscription-status-summary h2{margin:0 0 5px;font-size:21px}.subscription-status-summary>span{color:#5d726a;font-size:12px;line-height:1.65}.subscription-status-result dl{grid-column:1/-1;margin:10px 0 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.subscription-status-result dl div{min-width:0;padding:10px;border-radius:9px;background:#fff;display:grid;grid-gap:3px;gap:3px}.subscription-status-result dt{color:#75857f;font-size:9px}.subscription-status-result dd{margin:0;overflow-wrap:anywhere;font-size:11px;font-weight:800}.subscription-status-rejected{border-color:#e7c2c2;background:#fff5f5}.subscription-status-rejected .subscription-status-icon{background:#a44343}.subscription-status-expired{border-color:#e4d6ac;background:#fffaf0}.subscription-status-expired .subscription-status-icon{background:#8b6a22}.subscription-decision-note{grid-column:1/-1;margin:0;padding:12px;border-radius:9px;background:#fff;display:grid;grid-gap:4px;gap:4px;font-size:11px}.subscription-status-result>.subscription-primary-link{grid-column:1/-1;justify-self:start}.subscription-account-copy{display:flex;align-items:center;justify-content:space-between;gap:8px}.subscription-account-copy button{min-height:28px;padding:0 9px;border:1px solid #b9d4ca;border-radius:8px;color:#0a6b51;background:#eef8f4;font:800 10px Arial,sans-serif;cursor:pointer}.subscription-status-card>footer{margin-top:18px;padding-top:16px;border-top:1px solid #e3ebe8;display:flex;justify-content:center;gap:20px}.subscription-status-card>footer a{color:#0c7056;font-size:12px;font-weight:800;text-decoration:none}.commercial-subscription-hub,.subscription-admin{display:grid;grid-gap:15px;gap:15px}.commercial-hub-tabs{width:-moz-fit-content;width:fit-content;padding:4px;border:1px solid #d1ded9;border-radius:12px;background:#eef4f2;display:flex;gap:4px}.commercial-hub-tabs button{min-height:36px;padding:0 14px;border:0;border-radius:9px;color:#4c625a;background:transparent;font:800 10px Arial,sans-serif;cursor:pointer}.commercial-hub-tabs button.active{color:#fff;background:#0e765a;box-shadow:0 4px 12px rgba(14,118,90,.18)}.subscription-admin-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}.subscription-admin-summary article{min-height:80px;padding:14px 16px;border:1px solid #d9e3df;border-radius:13px;background:#fff;display:grid;align-content:center;grid-gap:6px;gap:6px}.subscription-admin-summary span{color:#6b7d76;font-size:9px}.subscription-admin-summary strong{font-size:22px}.subscription-application-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;grid-gap:12px;gap:12px}.subscription-application-list>.commercial-empty,.subscription-application-list>.commercial-load-more{grid-column:1/-1}.subscription-review-card{padding:0;overflow:hidden}.subscription-review-card>header{padding:15px 17px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.subscription-review-card>header p{margin:0 0 3px;color:#71827b;font:8px ui-monospace,monospace;direction:ltr;text-align:right}.subscription-review-card>header h3{margin:0 0 5px;font-size:14px}.subscription-review-card>header div>span{color:#64776f;font-size:9px}.subscription-overdue-alert{margin:0;padding:8px 17px;color:#8e4c16;background:#fff1dd;font-size:9px;font-weight:800}.subscription-review-overdue{border-color:#e7bd85}.subscription-review-card>dl{margin:0;padding:14px 17px;border-top:1px solid #e7eeeb;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 16px;gap:10px 16px}.subscription-review-card>dl div{min-width:0;display:grid;grid-gap:3px;gap:3px}.subscription-review-card dt{color:#72827c;font-size:8px}.subscription-review-card dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:800}.subscription-review-account,.subscription-review-reason{margin:0 17px 11px;padding:9px 10px;border-radius:8px;color:#4d625b;background:#f1f5f4;font-size:9px}.subscription-review-card>footer{min-height:56px;padding:10px 17px;border-top:1px solid #e5ece9;background:#fafcfb;display:flex;align-items:center;justify-content:space-between;gap:10px}.subscription-review-card>footer>div{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.subscription-decision-warning{margin:0;padding:10px;border-radius:8px;color:#735712;background:#fff8e5;font-size:9px;line-height:1.6}.subscription-approval-attestation{display:flex!important;align-items:flex-start;gap:9px!important;border:1px solid #beddd1;border-radius:10px;background:#f1faf6;padding:11px;color:#174f3f!important;line-height:1.7}.subscription-approval-attestation input{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto;accent-color:var(--brand)}.subscription-document-dialog{width:min(1000px,96vw);height:min(830px,92vh);border-radius:18px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column}.subscription-document-dialog>header{padding:14px 17px;border-bottom:1px solid #dce5e2;display:flex;align-items:center;justify-content:space-between;gap:14px}.subscription-document-dialog h2{margin:0 0 3px;font-size:17px}.subscription-document-dialog header p{margin:0;color:#6e8079;font-size:9px}.subscription-document-dialog header button{width:34px;height:34px;border:0;border-radius:50%;color:#40554e;background:#edf2f0;font-size:21px;cursor:pointer}.subscription-document-dialog iframe,.subscription-secure-image{width:100%;min-height:0;border:0;flex:1 1;background:#e8edeb}.subscription-secure-image{padding:20px;overflow:auto;display:grid;place-items:center}.subscription-secure-image img{max-width:100%;max-height:100%;object-fit:contain}@media (max-width:1050px){.subscription-layout{grid-template-columns:1fr}.subscription-contract-panel{position:static}.subscription-contract-scroll{max-height:600px}.subscription-application-list{grid-template-columns:1fr}}@media (max-width:760px){.subscription-page,.subscription-status-page{padding:10px}.subscription-hero{grid-template-columns:1fr;gap:15px;border-radius:18px}.subscription-hero>a:first-child{justify-self:start}.subscription-status-link{justify-self:stretch}.subscription-documents,.subscription-grid{grid-template-columns:1fr}.subscription-wide{grid-column:auto}.subscription-submit-bar{align-items:stretch;flex-direction:column;position:static}.subscription-submit-bar button{width:100%}.subscription-status-card{margin:0 auto;border-radius:18px}.subscription-status-card>header{align-items:flex-start;flex-direction:column}.subscription-status-card form,.subscription-status-result dl{grid-template-columns:1fr}.subscription-admin-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.subscription-review-card>footer{align-items:stretch;flex-direction:column}.subscription-review-card>footer>div{width:100%}.subscription-review-card>footer .button{flex:1 1}.subscription-document-dialog{width:100%;height:100%;border-radius:0}}@media (max-width:480px){.subscription-contract,.subscription-section{padding:17px}.subscription-success dl div{align-items:flex-start;flex-direction:column}.subscription-admin-summary{grid-template-columns:1fr}.commercial-hub-tabs{width:100%}.commercial-hub-tabs button{flex:1 1}.subscription-review-card>dl{grid-template-columns:1fr}}@media print{body *{visibility:hidden!important}.subscription-contract-panel,.subscription-contract-panel *{visibility:visible!important}.subscription-contract-panel{width:100%!important;margin:0!important;padding:0!important;border:0!important;box-shadow:none!important;position:absolute!important;inset:0!important}.subscription-acceptance,.subscription-contract-actions,.subscription-contract-version{display:none!important}.subscription-contract-scroll{max-height:none!important;border:0!important;overflow:visible!important}.subscription-contract{padding:18mm!important;color:#000!important}}