:root{color:#20312f;font-synthesis:none;text-rendering:optimizelegibility;--ink:#172b28;--muted:#6e7d7a;--soft:#eef2ee;--line:#dfe6e1;--panel:#fff;--green-950:#102a27;--green-900:#163a35;--green-800:#1e4a43;--green-700:#286357;--green-500:#4a8d7c;--green-100:#ddefe8;--mint:#a9dec4;--amber:#c9842d;--red:#b74e4e;--shadow-sm:0 1px 2px #132d280d, 0 5px 18px #19302b0a;--shadow-lg:0 24px 70px #0a27222e;background:#f5f7f4;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f5f7f4;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #438b7b3d}.modal-open{overflow:hidden}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.brand{color:#fff;align-items:center;gap:11px;display:inline-flex}.brand__mark{width:35px;height:35px;color:var(--green-950);background:var(--mint);border-radius:10px;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #ffffff59}.brand__copy{flex-direction:column;gap:4px;line-height:1;display:flex}.brand__copy strong{letter-spacing:-.7px;font:800 21px/1 Manrope,sans-serif}.brand__copy small{letter-spacing:2.5px;color:#9cb2ad;font:700 8px/1 Manrope,sans-serif}.brand--compact .brand__copy{display:none}.app-loading{background:var(--green-950);min-height:100vh;color:var(--mint);place-content:center;justify-items:center;gap:24px;display:grid}.login-shell{grid-template-columns:minmax(420px,1.06fr) minmax(480px,.94fr);min-height:100vh;display:grid}.login-story{color:#fff;background:radial-gradient(circle at 8% 80%,#73b59c2b,#0000 28%),radial-gradient(circle at 84% 5%,#679b892e,#0000 25%),linear-gradient(145deg,#102a27 0%,#173d38 70%,#1c4b42 100%);flex-direction:column;padding:42px 7vw 34px;display:flex;position:relative;overflow:hidden}.login-story:before{content:"";opacity:.13;pointer-events:none;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.login-story>*{z-index:1;position:relative}.login-story__body{width:min(585px,100%);margin:auto 0;padding:58px 0 32px}.eyebrow{color:var(--green-700);letter-spacing:1.5px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow>span{background:currentColor;border-radius:2px;width:18px;height:2px}.eyebrow--light{color:#a9d9c6}.login-story h1{letter-spacing:-3px;margin-bottom:24px;font:700 clamp(41px,4.2vw,67px)/1.06 Manrope,sans-serif}.login-story__body>p{color:#c4d3cf;max-width:550px;margin-bottom:35px;font-size:17px;line-height:1.7}.voice-preview{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:17px;width:min(500px,100%);padding:19px 21px;box-shadow:0 20px 50px #00000024}.voice-preview__top{color:#b9cbc6;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px solid #ffffff17;align-items:center;gap:8px;padding-bottom:15px;font-size:11px;font-weight:700;display:flex}.live-dot{background:#72d29d;border-radius:50%;width:7px;height:7px;display:inline-block;box-shadow:0 0 0 4px #72d29d1f}.voice-preview__time{font-variant-numeric:tabular-nums;margin-left:auto}.voice-preview__worker{align-items:center;gap:12px;padding:18px 0 12px;display:flex}.voice-preview__worker>div{flex-direction:column;flex:1;gap:3px;display:flex}.voice-preview__worker strong{font-size:14px}.voice-preview__worker span{color:#9fb4ae;font-size:12px}.voice-preview>p{color:#e5eeeb;margin:4px 0 0 50px;font-family:Georgia,serif;font-size:14px;font-style:italic}.login-story__footer{color:#7e9b94;letter-spacing:1px;text-transform:uppercase;margin:0;font-size:11px}.login-form-wrap{background:#f7f8f5;place-items:center;padding:45px;display:grid}.login-form-card{width:min(405px,100%)}.login-mobile-brand{display:none}.login-form-card h2{color:var(--ink);letter-spacing:-1.3px;margin-bottom:7px;font:750 34px/1.2 Manrope,sans-serif}.subtle{color:var(--muted);line-height:1.5}.stack-form{flex-direction:column;gap:19px;margin-top:31px;display:flex}.stack-form>label:not(.toggle-row),.field{color:#40504e;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #d7dfda;border-radius:9px;transition:border-color .15s,box-shadow .15s}input,select{height:45px;padding:0 13px}textarea{resize:vertical;min-height:84px;padding:12px 13px}input::placeholder,textarea::placeholder{color:#a1aca9}input:hover,textarea:hover,select:hover{border-color:#b6c5bf}input:focus,textarea:focus,select:focus{border-color:var(--green-500);outline:none;box-shadow:0 0 0 3px #3d84731a}.button{cursor:pointer;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:700;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button--primary{color:#fff;background:var(--green-800);box-shadow:0 4px 12px #1a4e4426}.button--primary:hover:not(:disabled){background:var(--green-900);box-shadow:0 6px 16px #1a4e4433}.button--ghost{color:#435451;background:#fff;border-color:#d9e1dd}.button--ghost:hover:not(:disabled){background:#fafcfb;border-color:#bfcac5}.button--light{color:var(--green-900);background:#fff}.button--agent{color:#245e53;background:#edf7f3;border-color:#c6ded5}.button--large{min-height:49px;padding:0 20px}.button--small{min-height:34px;padding:0 11px;font-size:12px}.security-note{color:#74817e;background:#eef2ee;border-radius:9px;align-items:flex-start;gap:9px;margin-top:25px;padding:14px;font-size:11px;line-height:1.5;display:flex}.security-note svg{color:var(--green-700);flex:none}.app-shell{min-height:100vh}.sidebar{z-index:30;color:#c6d3cf;background:var(--green-950);flex-direction:column;width:244px;padding:27px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar__brand{padding:0 9px 31px}.sidebar nav{flex-direction:column;gap:5px;display:flex}.nav-label{color:#6e8b84;letter-spacing:1.6px;text-transform:uppercase;padding:0 11px 9px;font-size:9px;font-weight:800}.nav-link{color:#a7bbb6;border-radius:9px;align-items:center;gap:12px;min-height:43px;padding:0 12px;font-size:13px;font-weight:600;transition:color .15s,background .15s;display:flex;position:relative}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link--active{color:#fff;background:#75bea321}.nav-link--active:before{content:"";background:#8ed2b4;border-radius:0 3px 3px 0;width:3px;height:22px;position:absolute;left:-18px}.nav-link small{color:#8dd0b3;letter-spacing:.8px;background:#7fcaab1a;border-radius:4px;margin-left:auto;padding:3px 5px;font-size:7px;font-weight:800}.sidebar__footer{margin-top:auto}.automation-health{background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;gap:10px;margin:0 3px 13px;padding:13px;display:flex}.automation-health__icon{color:#9cd5bd;background:#75bea31f;border-radius:8px;flex:none;place-items:center;width:31px;height:31px;display:grid}.automation-health>div{flex-direction:column;gap:5px;min-width:0;display:flex}.automation-health strong{color:#d9e5e1;font-size:11px}.automation-health span{color:#7e9992;white-space:nowrap;align-items:center;gap:5px;font-size:8px;display:flex}.automation-health i{background:#6fd09b;border-radius:50%;width:5px;height:5px}.profile-button{cursor:pointer;width:100%;color:inherit;text-align:left;background:0 0;border:0;border-top:1px solid #ffffff14;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px 8px 2px;display:grid}.profile-button>span:not(.avatar){flex-direction:column;gap:3px;min-width:0;display:flex}.profile-button strong{color:#dae5e2;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.profile-button small{color:#7d9690;font-size:9px}.profile-button>svg{color:#6d8780}.app-main{min-height:100vh;margin-left:244px}.desktop-topbar{border-bottom:1px solid var(--line);color:#384a47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fafbf9e6;justify-content:space-between;align-items:center;height:57px;padding:0 clamp(24px,3.4vw,51px);font-size:12px;font-weight:700;display:flex}.breadcrumb{color:#95a19e;font-weight:500}.topbar-status{color:#687976;align-items:center;gap:8px;font-size:11px;font-weight:600;display:flex}.topbar-status .live-dot{width:6px;height:6px}.mobile-header{display:none}.page-container{width:min(1480px,100%);margin:0 auto;padding:38px clamp(24px,3.4vw,51px) 60px}.page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px;display:flex}.page-header .eyebrow{margin-bottom:10px}.page-header h1{color:var(--ink);letter-spacing:-1px;margin-bottom:5px;font:750 29px/1.18 Manrope,sans-serif}.page-header p{color:var(--muted);margin-bottom:0;font-size:13px;line-height:1.5}.page-header__actions{flex:none;gap:9px;display:flex}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:17px;display:grid}.metric-card{border:1px solid var(--line);background:var(--panel);min-height:163px;box-shadow:var(--shadow-sm);border-radius:12px;padding:20px;position:relative}.metric-card__icon{border-radius:9px;place-items:center;width:37px;height:37px;display:grid}.metric-card__icon--sage{color:#327663;background:#e2f0e9}.metric-card__icon--blue{color:#416e8b;background:#e6f0f5}.metric-card__icon--amber{color:#a46a23;background:#f7ecdc}.metric-card__icon--violet{color:#775f8e;background:#eee9f3}.metric-card__value{color:var(--ink);letter-spacing:-1px;margin-top:17px;font:700 29px/1 Manrope,sans-serif}.metric-card__label{color:#475754;margin-top:6px;font-size:12px;font-weight:700}.metric-card__detail{color:#8b9895;align-items:center;gap:6px;font-size:9px;display:flex;position:absolute;top:23px;right:18px}.dot{background:#6cb28d;border-radius:50%;width:5px;height:5px}.dot--amber{background:#d7913b}.overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);gap:17px;display:grid}.panel{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow-sm);border-radius:12px}.panel-header{justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 21px 16px;display:flex}.panel-header h2{color:var(--ink);letter-spacing:-.25px;margin-bottom:3px;font:750 15px/1.35 Manrope,sans-serif}.panel-header p{color:#87938f;margin:0;font-size:10px}.panel-header__action a{color:var(--green-700);align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex}.assignment-stack{border-top:1px solid #edf0ed}.assignment-row{border-bottom:1px solid #edf0ed;align-items:center;gap:11px;min-height:70px;padding:11px 21px;display:flex}.assignment-row:last-child{border-bottom:0}.date-tile{color:#52716a;background:#f7faf8;border:1px solid #dce6e1;border-radius:7px;flex-direction:column;flex:none;justify-content:center;align-items:center;width:36px;height:42px;display:flex}.date-tile span{letter-spacing:.5px;font-size:7px;font-weight:800}.date-tile strong{color:var(--green-900);margin-top:1px;font:750 15px/1 Manrope,sans-serif}.assignment-row__main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.assignment-row__main strong{color:#2a3d39;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.assignment-row__main span{color:#87938f;font-size:9px}.avatar{color:#365b53;letter-spacing:.2px;background:#dcebe5;border-radius:9px;flex:none;place-items:center;width:31px;height:31px;font-size:9px;font-weight:800;display:inline-grid}.avatar--large{border-radius:10px;width:38px;height:38px;font-size:10px}.avatar--blue{color:#3f6277;background:#dceaf0}.avatar--plum{color:#725f75;background:#ece3ed}.avatar--sand{color:#806d4d;background:#eee7d9}.avatar--rose{color:#835a61;background:#f0e0e3}.status-badge{color:#5b6e69;letter-spacing:.25px;white-space:nowrap;text-transform:uppercase;background:#eff2f0;border-radius:20px;align-items:center;gap:5px;width:max-content;padding:4px 7px;font-size:8px;font-weight:800;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-badge--active,.status-badge--accepted,.status-badge--completed,.status-badge--delivered,.status-badge--received,.status-badge--filled{color:#357762;background:#e2f1ea}.status-badge--open,.status-badge--offered,.status-badge--in_progress,.status-badge--initiated,.status-badge--ringing,.status-badge--sent{color:#477797;background:#e7f0f6}.status-badge--candidate,.status-badge--queued,.status-badge--draft{color:#7a6a8b;background:#eee9f2}.status-badge--declined,.status-badge--failed,.status-badge--no_show,.status-badge--suspended{color:#a24949;background:#f7e5e5}.status-badge--no_answer,.status-badge--busy,.status-badge--cancelled,.status-badge--suppressed,.status-badge--inactive{color:#836945;background:#f4ecdf}.activity-list{padding:0 20px 9px}.activity-item{grid-template-columns:29px 1fr auto;align-items:center;gap:10px;min-height:56px;display:grid;position:relative}.activity-item:not(:last-child):after{content:"";background:#e3e9e5;width:1px;position:absolute;top:41px;bottom:-14px;left:14px}.activity-item__icon{z-index:1;color:#578076;background:#f4f8f6;border:1px solid #dfe8e3;border-radius:50%;place-items:center;width:29px;height:29px;display:grid}.activity-item>div{flex-direction:column;gap:3px;min-width:0;display:flex}.activity-item strong{color:#41524f;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.activity-item span{color:#98a29f;font-size:8px}.activity-item time{color:#9aa4a1;white-space:nowrap;font-size:8px}.agent-banner{color:#fff;background:linear-gradient(110deg,#1d4b43,#28645a);border-radius:12px;align-items:center;gap:15px;margin-top:17px;padding:17px 19px;display:flex;box-shadow:0 10px 30px #13463d1f}.agent-banner__icon{color:#a5dfc5;background:#ffffff17;border-radius:11px;flex:none;place-items:center;width:43px;height:43px;display:grid}.agent-banner>div{flex:1}.agent-banner strong{margin-bottom:3px;font:700 13px Manrope,sans-serif;display:block}.agent-banner p{color:#b8d1ca;margin:0;font-size:10px;line-height:1.5}.toolbar{border-bottom:1px solid #e7ebe8;align-items:center;gap:10px;min-height:66px;padding:12px 16px;display:flex}.search-field{color:#8c9995;background:#fbfcfb;border:1px solid #dce3df;border-radius:8px;align-items:center;gap:8px;width:min(350px,100%);height:39px;padding:0 11px;display:flex}.search-field input{height:100%;box-shadow:none;background:0 0;border:0;padding:0;font-size:11px}.search-field input:focus{box-shadow:none}.select-field select{min-width:138px;height:39px;font-size:11px}.toolbar__count{color:#8b9794;margin-left:auto;font-size:10px}.data-table-wrap{overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{color:#8b9894;letter-spacing:.7px;white-space:nowrap;text-transform:uppercase;background:#fafbfa;border-bottom:1px solid #e9eeea;height:42px;padding:0 17px;font-size:8px;font-weight:800}.data-table td{color:#40504d;vertical-align:middle;border-bottom:1px solid #edf0ee;min-height:63px;padding:12px 17px;font-size:10px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr{transition:background .15s}.data-table tbody tr:hover{background:#fbfdfc}.person-cell{align-items:center;gap:10px;min-width:155px;display:flex}.person-cell--button{cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.person-cell>span:not(.avatar){flex-direction:column;gap:3px;min-width:0;display:flex}.person-cell strong{color:#2c403c;font-size:10px}.person-cell small{color:#8b9895;text-overflow:ellipsis;white-space:nowrap;max-width:245px;font-size:8px;overflow:hidden}.tag-list{flex-wrap:wrap;gap:4px;display:flex}.tag{color:#456a62;white-space:nowrap;background:#eaf3ef;border-radius:5px;padding:4px 7px;font-size:8px;font-weight:700;display:inline-block}.tag--muted{color:#778480;background:#f0f2f1}.permission-list{gap:5px;display:flex}.permission{white-space:nowrap;border-radius:5px;align-items:center;gap:4px;padding:4px 6px;font-size:8px;font-weight:700;display:inline-flex}.permission--allowed{color:#3a7767;background:#e9f3ee}.permission--blocked{color:#9d6767;background:#f5eaea}.muted-cell{color:#7e8d89}.icon-button{cursor:pointer;color:#657571;background:#fff;border:1px solid #dce4df;border-radius:9px;place-items:center;width:38px;height:38px;padding:0;display:grid}.icon-button:hover{color:var(--ink);background:#f7f9f7}.icon-button--small{background:0 0;border-color:#0000;width:31px;height:31px}.page-state{color:#7c8a86;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:350px;display:flex}.page-state--error svg{color:#b15e5e}.page-state--error strong{color:var(--ink)}.page-state--error span{max-width:440px;font-size:12px}.page-state--compact{min-height:250px}.inline-loading{color:#87948f;justify-content:center;align-items:center;gap:10px;min-height:260px;font-size:12px;display:flex}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:245px;padding:28px;display:flex}.empty-state>span:first-child{color:#688b82;background:#edf4f1;border-radius:12px;place-items:center;width:47px;height:47px;margin-bottom:12px;display:grid}.empty-state>span svg{width:21px}.empty-state strong{color:#344743;font:700 13px Manrope,sans-serif}.empty-state p{color:#8a9692;max-width:330px;margin:5px 0 13px;font-size:10px;line-height:1.5}.filter-tabs{background:#ebefec;border:1px solid #dde5e0;border-radius:9px;gap:3px;width:max-content;max-width:100%;margin-bottom:18px;padding:4px;display:flex;overflow-x:auto}.filter-tabs button{cursor:pointer;color:#71807c;white-space:nowrap;background:0 0;border:0;border-radius:6px;min-height:31px;padding:0 13px;font-size:10px;font-weight:700}.filter-tabs button.active{color:#2f4842;background:#fff;box-shadow:0 1px 3px #2337321a}.shift-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.shift-card{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;transition:transform .18s,box-shadow .18s;overflow:hidden}.shift-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #1d363017}.shift-card__main{cursor:pointer;text-align:left;background:0 0;border:0;width:100%;padding:18px;display:block}.shift-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.date-tile--large{width:41px;height:47px}.date-tile--large span{font-size:8px}.date-tile--large strong{font-size:17px}.shift-card h2{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font:750 15px Manrope,sans-serif;overflow:hidden}.shift-card__client{color:#6c7c78;margin-bottom:14px;font-size:10px;font-weight:600}.shift-meta{color:#74837f;flex-direction:column;gap:8px;font-size:9px;display:flex}.shift-meta span{align-items:center;gap:7px;display:flex}.shift-meta svg{color:#75998f}.coverage{margin-top:18px}.coverage>div:first-child{color:#87938f;justify-content:space-between;margin-bottom:7px;font-size:8px;display:flex}.coverage strong{color:#556662}.progress{background:#e9eeeb;border-radius:5px;height:5px;overflow:hidden}.progress span{border-radius:inherit;background:linear-gradient(90deg,#4d9480,#83bca6);height:100%;display:block}.shift-card__footer{background:#fafbfa;border-top:1px solid #e8ede9;justify-content:space-between;align-items:center;gap:12px;min-height:55px;padding:10px 18px;display:flex}.shift-card__footer>span{color:#586a66;font-size:9px;font-weight:700}.communication-stats{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:16px;display:grid}.communication-stats>div{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:11px;align-items:center;gap:12px;padding:14px 17px;display:flex}.communication-stats p{flex-direction:column;gap:2px;margin:0;display:flex}.communication-stats strong{color:var(--ink);font:700 20px Manrope,sans-serif}.communication-stats p span{color:#84918d;font-size:9px}.panel-tabs{border-bottom:1px solid #e5ebe7;gap:4px;padding:12px 15px 0;display:flex}.panel-tabs button{cursor:pointer;color:#80908c;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:7px;min-height:40px;padding:0 12px;font-size:10px;font-weight:700;display:flex}.panel-tabs button.active{border-bottom-color:var(--green-700);color:var(--green-800)}.panel-tabs button span{color:#71807d;background:#eef1ef;border-radius:10px;min-width:19px;padding:2px 5px;font-size:8px}.clickable-row{cursor:pointer}.direction{color:#6d7c79;text-transform:capitalize;align-items:center;gap:5px;display:inline-flex}.direction svg{color:#6c948a;transform:rotate(-35deg)}.date-cell{flex-direction:column;gap:2px;display:flex}.date-cell strong{color:#465854;font-size:9px}.date-cell small{color:#909b98;font-size:8px}.message-preview{color:#5e6e6a;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:380px;line-height:1.45;display:-webkit-box;overflow:hidden}.dialog-layer{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a1d1a8c;justify-content:center;align-items:center;padding:22px;animation:.15s ease-out fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}}.dialog{width:min(540px,100%);max-height:min(850px,100vh - 44px);box-shadow:var(--shadow-lg);background:#fff;border:1px solid #ffffff40;border-radius:15px;flex-direction:column;animation:.2s ease-out dialog-in;display:flex;overflow:hidden}@keyframes dialog-in{0%{transform:translateY(8px)scale(.99)}}.dialog--wide{width:min(780px,100%)}.dialog__header{border-bottom:1px solid #e6ebe8;justify-content:space-between;align-items:center;gap:20px;padding:20px 23px;display:flex}.dialog__header h2{color:var(--ink);letter-spacing:-.4px;margin:0;font:750 18px/1.3 Manrope,sans-serif}.dialog__header p{color:#84908d;margin:3px 0 0;font-size:10px}.dialog__body{overflow-y:auto}.dialog-form{flex-direction:column;display:flex}.form-section{border-bottom:1px solid #e7ece9;grid-template-columns:175px 1fr;gap:24px;padding:22px 23px;display:grid}.form-section>header h3{color:#324641;margin-bottom:5px;font:700 11px/1.4 Manrope,sans-serif}.form-section>header p{color:#8b9693;margin:0;font-size:9px;line-height:1.5}.form-grid{gap:16px;display:grid}.form-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid__full{grid-column:1/-1}.field>span:first-child{color:#4e5e5a;font-size:9px;font-weight:800}.field>span i{color:#ae5555;font-style:normal}.field>small{color:#94a09c;font-size:8px;font-weight:400;line-height:1.4}.field input,.field select{height:39px;font-size:10px}.field textarea{font-size:10px}.consent-grid{gap:8px;display:grid}.toggle-row{cursor:pointer;background:#fbfcfb;border:1px solid #e0e6e2;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;min-height:58px;padding:10px 12px;display:flex}.toggle-row__copy{align-items:center;gap:10px;display:flex}.toggle-row__copy>i{color:#47796e;background:#eaf3ef;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.toggle-row__copy>span{flex-direction:column;gap:2px;display:flex}.toggle-row strong{color:#40524e;font-size:9px}.toggle-row small{color:#8c9794;font-size:8px;font-weight:400;line-height:1.4}.toggle-row--danger:has(input:checked){background:snow;border-color:#ebc9c9}.toggle{background:#c8d0cd;border-radius:20px;flex:none;width:34px;height:19px;padding:2px;transition:background .2s}.toggle i{background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .2s;display:block;box-shadow:0 1px 3px #14282338}.toggle-row input:checked+.toggle{background:var(--green-500)}.toggle-row--danger input:checked+.toggle{background:#b85a5a}.toggle-row input:checked+.toggle i{transform:translate(15px)}.input-prefix{position:relative}.input-prefix>span{z-index:1;color:#788582;font-size:10px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.input-prefix input{padding-left:24px}.location-preview{color:#4f786e;background:#f5f9f7;border:1px solid #dfe7e2;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.location-preview>span{flex-direction:column;gap:3px;display:flex}.location-preview strong{color:#3f554f;font-size:9px}.location-preview small{color:#82908c;font-size:8px;font-weight:400}.dialog-actions{background:#fafbfa;justify-content:flex-end;gap:9px;padding:16px 23px;display:flex}.shift-detail-hero{color:#fff;background:linear-gradient(125deg,#173d37,#286558);justify-content:space-between;align-items:center;padding:24px;display:flex}.shift-detail-hero h3{margin:12px 0 3px;font:700 18px Manrope,sans-serif}.shift-detail-hero p{color:#b8d1ca;margin:0;font-size:10px}.coverage-ring{--coverage:0deg;background:conic-gradient(#a8dfc5 var(--coverage), #ffffff21 0);border-radius:50%;place-items:center;width:79px;height:79px;display:grid}.coverage-ring:before{content:"";background:#225548;border-radius:50%;grid-area:1/1;width:63px;height:63px}.coverage-ring span{z-index:1;flex-direction:column;grid-area:1/1;align-items:center;display:flex}.coverage-ring strong{font:700 16px Manrope,sans-serif}.coverage-ring small{color:#b6cec7;font-size:8px}.detail-grid{background:#e8edea;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.detail-grid>div{background:#fff;flex-direction:column;gap:5px;min-height:91px;padding:17px 23px;display:flex}.detail-grid>div>span:first-child{color:#8b9693;letter-spacing:.5px;text-transform:uppercase;font-size:8px;font-weight:800}.detail-grid strong{color:#3b504b;font-size:11px}.detail-grid small{color:#7f8d89;font-size:9px}.detail-section{border-top:1px solid #e7ece9}.call-summary{background:#f8faf8;border-bottom:1px solid #e5ebe7;padding:23px}.call-summary>div:first-child{gap:13px;display:flex}.call-summary__icon{color:#397b69;background:#e1f0e9;border-radius:11px;place-items:center;width:45px;height:45px;display:grid}.call-summary h3{color:#293d39;margin:7px 0 2px;font:700 15px Manrope,sans-serif}.call-summary p{color:#7f8c89;margin:0;font-size:9px}.call-summary dl{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 0;display:grid}.call-summary dl div{flex-direction:column;gap:4px;display:flex}.call-summary dt{color:#8c9894;text-transform:uppercase;font-size:8px}.call-summary dd{color:#40534e;margin:0;font-size:10px;font-weight:700}.transcript{padding-bottom:17px}.transcript-turn{align-items:flex-start;gap:10px;padding:8px 23px;display:flex}.transcript-turn>div{max-width:77%}.transcript-turn>div>span{color:#70807c;font-size:8px;font-weight:800}.transcript-turn p{color:#40514d;background:#f0f4f1;border-radius:4px 10px 10px;margin:3px 0;padding:10px 12px;font-size:10px;line-height:1.55}.transcript-turn time{color:#9ba4a1;font-size:7px}.transcript-turn--agent{flex-direction:row-reverse}.transcript-turn--agent>div{text-align:right}.transcript-turn--agent p{color:#fff;text-align:left;background:#286054;border-radius:10px 4px 10px 10px}.transcript-turn--system{opacity:.65}.inline-alert{color:#a34d4d;background:#fff6f6;border:1px solid #f0cece;border-radius:8px;gap:10px;margin:0 23px 17px;padding:12px;font-size:9px;display:flex}.inline-alert span{flex-direction:column;gap:3px;display:flex}.sandbox-badge{color:#397767;text-transform:uppercase;background:#eaf4ef;border:1px solid #c9ded5;border-radius:20px;align-items:center;gap:6px;padding:7px 10px;font-size:9px;font-weight:800;display:inline-flex}.demo-layout{grid-template-columns:minmax(440px,.95fr) minmax(400px,1.05fr);gap:17px;display:grid}.demo-controls{padding-bottom:22px}.demo-controls form{margin:0;padding:5px 22px 0}.selection-preview{background:#fafcfb;border:1px solid #e1e8e4;border-radius:8px;align-items:center;gap:10px;margin-top:-10px;padding:10px;display:flex}.selection-preview>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.selection-preview strong{color:#3a4f4a;font-size:9px}.selection-preview span:not(.avatar):not(.permission):not(.selection-preview__icon){color:#8b9793;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.selection-preview__icon{color:#4c7c70;background:#e4f0eb;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.scenario-fieldset{border:0;padding:0}.scenario-fieldset legend{color:#40514e;margin-bottom:8px;font-size:10px;font-weight:800}.scenario-options{grid-template-columns:1fr 1fr;gap:7px;display:grid}.scenario-options label{cursor:pointer;background:#fbfcfb;border:1px solid #dfe6e2;border-radius:8px;align-items:center;gap:9px;min-height:60px;padding:10px;display:flex}.scenario-options label.selected{background:#f0f7f4;border-color:#70a696;box-shadow:0 0 0 2px #4d8e7b14}.scenario-options input{opacity:0;pointer-events:none;position:absolute}.scenario-options label>span{flex-direction:column;flex:1;gap:3px;display:flex}.scenario-options strong{color:#41524f;font-size:9px}.scenario-options small{color:#8a9692;font-size:8px}.scenario-options i{color:#fff;background:#fff;border:1px solid #cdd6d2;border-radius:50%;place-items:center;width:17px;height:17px;display:grid}.scenario-options .selected i{border-color:var(--green-500);background:var(--green-500)}.demo-stage{color:#fff;background:linear-gradient(150deg,#102a27,#1b473f 67%,#245d52);border-radius:13px;flex-direction:column;justify-content:center;align-items:center;min-height:650px;display:flex;position:relative;overflow:hidden}.demo-stage:before{content:"";opacity:.12;background-image:linear-gradient(#ffffff0d 1px,#0000 1px),linear-gradient(90deg,#ffffff0d 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.demo-stage__ambient{filter:blur(20px);background:#66c09d21;border-radius:50%;width:430px;height:430px;position:absolute}.demo-phone{z-index:1;background:#f8faf8;border:7px solid #071b18;border-radius:37px;width:276px;height:522px;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000061,inset 0 0 0 1px #46635d}.demo-phone__notch{z-index:2;background:#071b18;border-radius:0 0 15px 15px;width:96px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.demo-phone__status{color:#3c4c49;justify-content:space-between;align-items:center;height:34px;padding:0 17px;font-size:7px;font-weight:800;display:flex}.demo-phone__content{color:#2c403c;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:466px;padding:20px 20px 28px;display:flex}.demo-phone__agent,.result-check{color:#fff;background:linear-gradient(145deg,#296b5b,#17453c);border-radius:20px;place-items:center;width:64px;height:64px;margin-bottom:19px;display:grid;box-shadow:0 12px 30px #21605238}.result-check{color:#306f5e;box-shadow:none;background:#dff1e9;border-radius:50%}.demo-phone__content>small{color:#799089;letter-spacing:1.3px;font-size:7px;font-weight:800}.demo-phone__content h2{letter-spacing:-.5px;margin:10px 0 7px;font:750 18px/1.3 Manrope,sans-serif}.demo-phone__content>p{color:#7a8985;margin-bottom:25px;font-size:9px;line-height:1.6}.result-reference{background:#edf2ef;border-radius:8px;flex-direction:column;gap:4px;width:100%;margin:0 0 20px;padding:11px;display:flex}.result-reference span{color:#82918d;text-transform:uppercase;font-size:7px}.result-reference strong{color:#445752;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.demo-phone .button--light{background:#fff;border-color:#d4ded9}.voice-bars{justify-content:center;align-items:center;gap:3px;height:35px;display:flex}.voice-bars i{opacity:.65;background:#80bea7;border-radius:4px;width:2px;max-height:24px}.voice-bars--active i{animation:.8s ease-in-out infinite alternate voice}@keyframes voice{0%{height:5px!important}to{transform:scaleY(1)}}.demo-call-flow{justify-content:center;align-items:center;width:100%;margin-top:39px;display:flex}.demo-call-flow span{color:#a4aeab;flex-direction:column;align-items:center;gap:5px;width:64px;font-size:6px;display:flex}.demo-call-flow span svg{color:#8e9b97;border:1px solid #d9e0dc;border-radius:50%;width:22px;height:22px;padding:5px}.demo-call-flow span.complete,.demo-call-flow span.active{color:#3f7668}.demo-call-flow span.complete svg,.demo-call-flow span.active svg{color:#3f826f;background:#e6f2ed;border-color:#89bbaa}.demo-call-flow i{background:#d8dfdc;width:16px;height:1px;margin-bottom:15px}.demo-stage__note{z-index:1;color:#8eaaa3;align-items:center;gap:6px;margin:17px 0 0;font-size:8px;display:flex;position:relative}.toast{z-index:100;color:#37524b;background:#fff;border:1px solid #dbe6e1;border-radius:11px;grid-template-columns:29px 1fr auto;align-items:center;gap:10px;width:min(390px,100vw - 44px);padding:12px;animation:.25s ease-out toast-in;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:0 16px 45px #16322c2e}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.toast>span{color:#397765;background:#e3f1eb;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.toast--error>span{color:#a34f4f;background:#f7e4e4}.toast p{margin:0;font-size:10px;font-weight:600;line-height:1.45}.toast button{cursor:pointer;color:#7c8985;background:0 0;border:0;padding:5px}@media (width<=1180px){.metric-grid{grid-template-columns:repeat(2,1fr)}.shift-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.communication-stats{grid-template-columns:repeat(2,1fr)}.demo-layout{grid-template-columns:1fr}.demo-stage{min-height:610px}}@media (width<=900px){.login-shell{grid-template-columns:1fr}.login-story{display:none}.login-form-wrap{background:radial-gradient(circle at 100% 0,#e2eee8,#0000 35%),#f7f8f5;min-height:100vh;padding:35px 22px}.login-mobile-brand{margin-bottom:60px;display:block}.login-mobile-brand .brand{color:var(--green-950)}.login-mobile-brand .brand__copy small{color:#6f8982}.sidebar{box-shadow:var(--shadow-lg);transition:transform .22s ease-out;transform:translate(-102%)}.sidebar--open{transform:translate(0)}.sidebar-scrim{z-index:29;background:#0a1d1a73;border:0;position:fixed;inset:0}.app-main{margin-left:0}.desktop-topbar{display:none}.mobile-header{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f8faf7eb;justify-content:space-between;align-items:center;height:60px;padding:0 18px;display:flex;position:sticky;top:0}.mobile-header .brand{color:var(--green-950)}.mobile-header .icon-button{background:0 0;border:0}.page-container{padding:29px 22px 50px}.overview-grid{grid-template-columns:1fr}}@media (width<=700px){.page-header{flex-direction:column;align-items:flex-start;gap:17px}.page-header__actions{width:100%}.page-header__actions .button{flex:1}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:145px;padding:16px}.metric-card__detail{margin-top:7px;position:static}.metric-card__value{margin-top:12px;font-size:25px}.shift-grid{grid-template-columns:1fr}.agent-banner{flex-wrap:wrap;align-items:flex-start}.agent-banner .button{width:100%}.toolbar{flex-wrap:wrap;align-items:stretch}.search-field{width:100%}.toolbar__count{align-items:center;display:flex}.data-table,.data-table tbody,.data-table tr,.data-table td{display:block}.data-table thead{display:none}.data-table tr{border-bottom:1px solid #e9eeeb;padding:13px 14px;position:relative}.data-table tr:last-child{border-bottom:0}.data-table td{text-align:right;border:0;justify-content:space-between;align-items:center;gap:18px;min-height:0;padding:6px 0;display:flex}.data-table td:before{content:attr(data-label);color:#8a9692;letter-spacing:.4px;text-align:left;text-transform:uppercase;font-size:8px;font-weight:800}.data-table td:first-child{padding-bottom:10px}.data-table td:first-child:before,.data-table td:last-child:not([data-label]):before{display:none}.data-table td:last-child:not([data-label]){width:auto;position:absolute;top:10px;right:10px}.person-cell{text-align:left}.worker-table .tag-list,.worker-table .permission-list{justify-content:flex-end}.message-preview{max-width:65%}.communication-stats{grid-template-columns:1fr 1fr}.communication-stats>div{padding:12px}.form-section{grid-template-columns:1fr;gap:14px}.form-section>header p{max-width:430px}.dialog-layer{align-items:flex-end;padding:0}.dialog{border-radius:15px 15px 0 0;max-height:94vh}.detail-grid{grid-template-columns:1fr}.demo-layout{flex-direction:column;display:flex}.demo-stage{order:-1;min-height:590px}}@media (width<=480px){.page-container{padding:25px 15px 45px}.page-header h1{font-size:25px}.metric-grid{gap:9px}.metric-card{min-height:136px}.metric-card__icon{width:32px;height:32px}.metric-card__icon svg{width:18px}.assignment-row{padding:11px 13px}.assignment-row .avatar{display:none}.communication-stats{grid-template-columns:1fr}.communication-stats>div{min-height:69px}.form-grid--2{grid-template-columns:1fr}.form-grid__full{grid-column:auto}.form-section,.dialog__header,.dialog-actions{padding-left:17px;padding-right:17px}.dialog-actions .button{flex:1}.scenario-options{grid-template-columns:1fr}.demo-stage{min-height:560px}.demo-phone{transform:scale(.92)}.demo-stage__note{margin-top:-1px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
