:root{color:#202433;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--accent:#5047cf;--muted:#697184;--line:#e2e5ed;--tint:#eeecfc;--danger:#b43c44;--green:#287558;background:#fff;font-family:Arial,Helvetica,system-ui,sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:7px;min-height:44px;padding:12px 18px;line-height:1.25}button:hover:not(:disabled){background:#f5f5fb;border-color:#c8c5e8}button:disabled{opacity:.46;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #9990ff}input,select,textarea{background:#fff;border:1px solid #c9cdd9;border-radius:7px;width:100%;min-height:44px;padding:12px 13px}input[type=checkbox]{width:19px;height:19px;min-height:19px;accent-color:var(--accent);flex-shrink:0;margin:0}input[type=file]{max-width:100%;padding:10px}textarea{resize:vertical;min-height:110px;line-height:1.6}h1{letter-spacing:-.6px;margin:0 0 14px;font-size:26px;font-weight:650;line-height:1.2}h2{letter-spacing:-.3px;margin:0 0 16px;font-size:20px;font-weight:650}h3{color:var(--muted);margin:0 0 20px;font-size:15px;font-weight:500}p{margin:12px 0 20px;line-height:1.6}small{font-size:13px;line-height:1.5}strong{font-weight:600}hr{border:0;border-top:1px solid var(--line);margin:38px 0}a,.accent{color:var(--accent)}.muted{color:var(--muted)}.small{font-size:13px}.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.primary:hover:not(:disabled){background:#453bbb;border-color:#453bbb}.danger{background:var(--danger);color:#fff;border-color:var(--danger)}.danger:hover:not(:disabled){background:#933039}.danger-text{color:var(--danger)!important}.warning-text{color:#96631a!important}.live{color:var(--green)!important}.text-button{color:var(--accent);background:0 0;border:0;border-radius:3px;min-height:40px;padding:7px 0;font-size:14px}.text-button:hover:not(:disabled){background:0 0;text-decoration:underline}.icon-button{background:0 0;border:0;border-radius:50%;place-items:center;width:48px;min-width:48px;height:48px;padding:0;display:inline-grid}.icon-button.active{background:var(--tint);color:var(--accent)}.actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.field{flex-direction:column;gap:11px;margin:0 0 26px;font-size:15px;display:flex}.field>span{font-weight:600}.field small{color:var(--muted)}.check{cursor:pointer;align-items:center;gap:12px;margin:20px 0;line-height:1.5;display:flex}.notice{background:#f4f4fa;border-radius:6px;justify-content:space-between;align-items:center;gap:18px;margin:18px 0;padding:15px 18px;font-size:14px;line-height:1.5;display:flex}.notice p{margin:0}.notice.error{color:#933039;background:#fff1f2}.notice.warning,.warning{color:#8c611b;background:#fff7e8}.notice.warning:has(blockquote){display:block}.notice button{flex-shrink:0}.empty{color:var(--muted);max-width:470px;margin:40px 0;font-size:15px;line-height:1.7}.startup{color:var(--muted);padding:60px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-header{border-bottom:1px solid var(--line);z-index:5;background:#fff;align-items:center;gap:42px;height:74px;padding:0 30px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.2px;background:0 0;border:0;padding:0;font-size:17px;font-weight:600}.app-header nav{gap:29px;height:100%;display:flex}.app-header nav button{min-width:48px;color:var(--muted);background:0 0;border:0;border-radius:0;padding:0;font-size:15px;position:relative}.app-header nav button.active{color:var(--accent);font-weight:600}.app-header nav button.active:after{content:"";background:var(--accent);height:2px;position:absolute;bottom:0;left:0;right:0}.global-search{width:30%;max-width:345px;height:42px;color:var(--muted);background:#f5f6fa;border-radius:7px;align-items:center;gap:8px;margin-left:auto;padding:0 12px;display:flex}.global-search input{outline-offset:6px;background:0 0;border:0;min-height:40px;padding:10px 0;font-size:14px}.app-header>.icon-button{margin-left:-22px}.connection-notice{color:#8c611b;background:#fff4da;justify-content:space-between;align-items:center;padding:13px 32px;font-size:14px;line-height:1.5;display:flex}.app-shell>.notice{margin:12px 30px}.page{max-width:1500px;margin:0 auto;padding:30px 32px 60px}.page-heading,.section-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.page-heading h1{margin:2px 0 0}.page-heading p{margin-bottom:0}.page-heading select{width:auto;min-width:170px}.section-heading h2{padding-top:11px}.tabs{border-bottom:1px solid var(--line);gap:32px;margin:16px 0 35px;display:flex;overflow-x:auto}.tabs button{color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;min-height:52px;padding:15px 0}.tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.back{margin-bottom:22px}.inline-between{justify-content:space-between;align-items:center;gap:20px;display:flex}.inline-between p{margin:5px 0 20px}.form-columns{grid-template-columns:1fr 1fr;gap:24px;display:grid}.form-footer{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:24px;margin-top:50px;padding-top:24px;display:flex}.form-footer>.primary{min-width:190px}.calls-workspace{grid-template-columns:337px minmax(0,1fr);min-height:calc(100dvh - 74px);display:grid}.calls-list{border-right:1px solid var(--line);flex-direction:column;padding:28px 20px 30px;display:flex}.calls-list h1{margin-bottom:23px;margin-left:12px}.calls-list>select{width:100%;color:var(--muted);border:0;margin-bottom:19px;padding:9px 12px;font-size:14px}.call-rows{flex-direction:column;gap:9px;display:flex}.call-row{text-align:left;background:#fff;border:0;border-radius:8px;width:100%;min-height:88px;padding:17px 13px;display:block}.call-row strong{font-size:19px;line-height:1.3;display:block}.call-row span{color:var(--muted);margin-top:11px;font-size:12px;line-height:1.6;display:block}.call-row.selected,.call-row.selected:hover{background:var(--tint)}.call-row.selected strong{color:var(--accent)}.calls-list .empty{padding:0 12px;font-size:14px}.list-bottom{flex-direction:column;align-items:flex-start;gap:7px;margin-top:auto;padding:46px 12px 0;display:flex}.call-detail{width:100%;min-width:0;max-width:1180px;padding:34px 38px 65px}.conversation-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:24px;min-height:98px;margin-bottom:30px;padding-bottom:25px;display:flex}.conversation-heading h1{margin-bottom:20px;font-size:28px}.conversation-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.call-state{color:var(--green);white-space:nowrap;padding-top:9px;font-size:15px}.note-editor label{margin-bottom:26px;font-size:17px;font-weight:600;display:block}.note-editor textarea{border-color:#bbb7e7;min-height:238px;padding:16px 18px;font-size:18px;line-height:1.65}.note-editor textarea:focus{outline-offset:1px;outline:2px solid #b5ade9}.note-status{color:var(--muted);min-height:20px;margin-top:11px;font-size:12px;line-height:1.5}.detail-actions{justify-content:space-between;align-items:center;margin-top:28px;display:flex}.inline-details{border-top:1px solid var(--line);margin-top:20px;padding:20px 0}.inline-details p{font-size:15px}.queued-messages{margin-top:-20px;margin-bottom:25px}.message-strip{color:var(--muted);justify-content:flex-end;align-items:center;gap:16px;font-size:13px;display:flex}.message-strip button{color:var(--accent);background:var(--tint);border:0;min-height:38px;padding:8px 13px;font-size:13px}.history{margin-top:36px}.history h2{margin-bottom:25px;font-size:16px}.history article{border-bottom:1px solid var(--line);margin:0 0 22px;padding:0 0 23px}.history article>div{flex-wrap:wrap;justify-content:space-between;gap:18px;display:flex}.history strong{font-size:16px}.history time{color:var(--muted);font-size:12px}.history p{white-space:pre-wrap;color:var(--muted);margin:10px 0 0;font-size:15px}.data-table{width:100%;margin:25px 0 35px}.table-head,.table-row{align-items:center;gap:26px;display:grid}.table-head{color:var(--muted);min-height:36px;padding:0 0 23px;font-size:12px;font-weight:600}.table-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;border-radius:0;width:100%;min-height:79px;padding:21px 0;font-size:15px}.table-row small{color:var(--muted);margin-top:8px;font-size:12px;font-weight:400;display:block}.table-row>button{justify-self:end}.contact-table .table-row,.contact-table .table-head{grid-template-columns:1.15fr .9fr .4fr 1.5fr}.list-table .table-row,.list-table .table-head{grid-template-columns:2fr .7fr .7fr .7fr 100px}.device-table .table-row,.device-table .table-head{grid-template-columns:.95fr 1.3fr 1.3fr 1.2fr 50px}.callback-table .table-row,.callback-table .table-head{grid-template-columns:2fr 1fr 1fr}.contact-layout{grid-template-columns:1fr 1fr;gap:55px;display:grid}.contact-tools{border-left:1px solid var(--line);padding-left:36px}.donation-history{margin-top:9px;font-size:16px}.donation-history p{margin-bottom:14px}.reply-form{border-top:1px solid var(--line);margin-top:30px;padding-top:28px}.reply-form h2{font-size:23px}.suppression-action{margin-top:55px}.review-row{text-align:left;border:0;border-bottom:1px solid var(--line);border-radius:0;grid-template-columns:1fr 170px 60px;align-items:center;gap:30px;width:100%;padding:24px 0;display:grid}.review-row strong{margin-bottom:10px;display:block}.review-row small,.review-row time{color:var(--muted);font-size:13px}.review-row .accent{font-size:14px}.review-list{margin-top:45px}.settings-form{max-width:600px}.settings-section{max-width:800px}.template-picker{align-items:center;gap:30px;max-width:650px;margin-bottom:30px;display:flex}.template-picker .field{flex:1;margin-bottom:0}.template-picker>.text-button{align-self:flex-end}.template-layout{grid-template-columns:1.15fr .85fr;gap:68px;display:grid}.template-layout aside{padding-top:91px}.template-layout textarea{font-size:18px;line-height:1.65}.template-layout .actions{gap:35px}.message-preview{white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f6fa;border-radius:8px;min-height:220px;padding:24px;font-size:18px;line-height:1.7}.rules-table{max-width:930px;margin:45px 0 28px}.rules-table>.field{grid-template-columns:1fr 1.5fr;align-items:center;gap:40px;padding:8px 0;display:grid}.rules-table>.field>span{font-size:17px;font-weight:400}.report-filters{flex-wrap:wrap;align-items:end;gap:28px;display:flex}.report-filters .field{flex:1;min-width:155px;max-width:275px;margin-bottom:5px}.report-filters select{width:100%}.report-totals{align-items:baseline;gap:38px;margin:40px 0 38px;display:flex}.report-totals strong{letter-spacing:-.5px;font-size:26px}.report-totals>span{color:var(--muted);font-size:17px}.report-results{border-top:1px solid var(--line);padding-top:26px}.report-results .table-head,.report-results .table-row{grid-template-columns:2.5fr .8fr 160px}.report-results .table-row{font-size:20px}.report-results .accent{text-align:right;font-size:14px}.report-bottom{justify-content:space-between;align-items:center;gap:30px;margin-top:35px;display:flex}.report-messages{max-width:650px;color:var(--muted);margin-top:25px;font-size:14px}.report-messages summary{cursor:pointer;color:var(--accent);padding:13px 0}.report-messages dl>div{border-bottom:1px solid var(--line);justify-content:space-between;padding:10px 0;display:flex}.retry-options{grid-template-columns:1fr 1fr;gap:0 20px;display:grid}.retry-options .check{margin:10px 0}.simple-contact-list{max-height:350px;margin:28px 0;overflow:auto}.simple-contact-list>button,.simple-contact-list>div{border:0;border-bottom:1px solid var(--line);text-align:left;border-radius:0;justify-content:space-between;gap:24px;width:100%;padding:17px 0;font-size:15px;display:flex}.simple-contact-list span{color:var(--muted)}.modal{border:1px solid var(--line);color:#202433;border-radius:12px;width:560px;max-width:calc(100vw - 36px);max-height:calc(100dvh - 48px);padding:25px 30px 30px;overflow:auto;box-shadow:0 20px 100px #20243328}.modal.wide{width:1060px}.modal::backdrop{background:#25243850}.modal-heading{justify-content:space-between;align-items:center;gap:24px;margin-bottom:16px;display:flex}.modal-heading h2{margin:0;font-size:24px}.modal-heading .icon-button{margin-right:-12px}.modal-footer{justify-content:flex-end;align-items:center;gap:16px;margin-top:30px;display:flex}.modal-footer>span:first-child{margin-right:auto}.modal .field{margin-top:23px}.modal .notice{margin-top:10px}.modal blockquote{white-space:pre-wrap;background:#fff;border-left:3px solid #c9a45b;margin:18px 0;padding:12px}.mapping-grid{grid-template-columns:1fr 1fr;gap:0 30px;padding:10px 0 18px;display:grid}.mapping-grid>.field{margin-top:0}.import-preview{border-top:1px solid var(--line);margin-top:30px;padding-top:25px}.import-errors{background:#fffaf2;max-height:250px;margin:12px 0 24px;padding:12px 18px;font-size:13px;overflow:auto}.import-errors p{margin:10px 0}.table-scroll{max-height:350px;margin:30px 0;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:14px}th{color:var(--muted);padding:14px 18px 14px 0;font-size:12px;font-weight:600}td{border-bottom:1px solid var(--line);overflow-wrap:anywhere;max-width:350px;padding:16px 18px 16px 0}.login{place-items:center;min-height:100dvh;padding:30px;display:grid}.login form{width:360px;max-width:100%}.login h1{margin-bottom:38px;font-size:24px}.login .primary{width:100%;margin-top:14px}.login .check{color:var(--muted);font-size:14px}.import-preview table{min-width:690px}.import-preview th{white-space:nowrap}.import-preview th:first-child,.import-preview td:first-child{min-width:145px}.import-preview th:nth-child(2),.import-preview td:nth-child(2){white-space:nowrap;min-width:155px}.import-preview th:last-child,.import-preview td:last-child{min-width:240px}@media (width>=1600px){.calls-workspace{max-width:1650px;margin:0 auto}.calls-list{border-left:1px solid var(--line)}}@media (width<=1050px){.app-header{gap:26px;padding:0 22px}.app-header nav{gap:22px}.calls-workspace{grid-template-columns:275px minmax(0,1fr)}.calls-list{padding:24px 15px}.call-detail{padding:29px 26px}.call-row strong{font-size:17px}.conversation-heading h1{font-size:25px}.template-layout{gap:32px}.contact-layout{gap:28px}.contact-tools{padding-left:28px}.table-head,.table-row{gap:16px}.contact-table .table-row,.contact-table .table-head{grid-template-columns:1.1fr 1fr .4fr 1fr}}@media (width<=760px){h1{font-size:24px}.app-header{grid-template-columns:1fr auto;gap:6px 15px;height:auto;min-height:116px;padding:12px 18px 0;display:grid}.app-header .brand{grid-area:1/1;justify-self:start}.app-header>.icon-button{grid-area:1/2;width:42px;min-width:42px;height:42px;margin:0}.app-header nav{grid-area:2/1;gap:27px;min-height:46px}.app-header nav button{font-size:14px}.global-search{grid-area:3/1/4/3;width:100%;max-width:none;height:40px;margin:0 0 12px}.calls-workspace{display:block}.calls-list{border-right:0;border-bottom:1px solid var(--line);padding:21px 18px}.calls-list h1{margin:0 0 12px}.calls-list>select{width:100%;margin-bottom:10px;padding-left:0}.call-rows{flex-direction:row;padding-bottom:5px;overflow-x:auto}.call-row{flex-shrink:0;min-width:225px;max-width:260px;padding:14px}.calls-list .empty{margin:14px 0}.list-bottom{flex-direction:row;gap:26px;padding:9px 0 0}.call-detail{padding:28px 18px 45px}.conversation-heading{gap:15px}.conversation-heading h1{margin-bottom:14px;font-size:24px}.conversation-heading p{font-size:13px}.call-state{white-space:normal;text-align:right;font-size:13px}.note-editor textarea{min-height:235px;font-size:17px}.page{padding:26px 18px 45px}.page-heading{gap:18px;margin-bottom:22px}.page-heading>button{padding:11px 12px;font-size:14px}.page-heading select{min-width:0;max-width:55%}.tabs{gap:25px;margin:12px 0 30px;font-size:14px}.data-table{overflow:auto}.table-row,.table-head{min-width:700px}.callback-table .table-row,.callback-table .table-head{min-width:600px}.contact-layout{display:block}.contact-tools{border-left:0;border-top:1px solid var(--line);margin-top:28px;padding:30px 0 0}.contact-tools>.actions{position:relative}.template-layout{display:block}.template-layout aside{padding-top:30px}.template-picker{gap:20px}.message-preview{min-height:150px;font-size:16px}.rules-table>.field{grid-template-columns:1fr 1.2fr;gap:20px}.rules-table>.field>span{font-size:15px}.report-filters{gap:18px}.report-filters .field{flex:40%;min-width:0;max-width:none;font-size:13px}.report-filters input,.report-filters select{padding:10px;font-size:14px}.report-totals{flex-wrap:wrap;gap:15px 25px;margin-top:30px}.report-totals strong{font-size:24px}.report-totals>span{font-size:15px}.report-results .table-head,.report-results .table-row{grid-template-columns:1.5fr .4fr 95px;gap:16px;min-width:0}.report-results .table-row{font-size:17px}.report-results .accent{font-size:12px}.report-bottom{display:block}.review-row{grid-template-columns:1fr 60px;gap:20px}.review-row time{display:none}.form-columns{display:block}.mapping-grid{grid-template-columns:1fr}.modal{max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:19px 20px 24px}.modal-heading h2{font-size:22px}.modal-footer{flex-wrap:wrap}.modal-footer>span:first-child{width:100%;margin:0 0 10px}.notice{flex-wrap:wrap;align-items:flex-start;gap:10px;font-size:13px}.connection-notice{padding:13px 18px;font-size:13px}.form-footer{margin-top:35px}.settings-form{max-width:none}.retry-options{gap:0 14px;font-size:14px}}@media (prefers-reduced-motion:no-preference){button{transition:background-color .1s,border-color .1s}}.note-footer{justify-content:space-between;align-items:center;gap:18px;margin-top:14px;display:flex}.note-footer .note-status{margin:0}.note-footer button{flex-shrink:0;min-width:130px}.submitted-notes{margin-top:30px}.submitted-notes h2{margin-bottom:10px;font-size:16px}.submitted-notes article{border-bottom:1px solid var(--line);padding:10px 0 17px}.submitted-notes small{color:var(--muted);font-size:12px}.submitted-notes p{white-space:pre-wrap;overflow-wrap:anywhere;margin:3px 0 9px;font-size:15px;line-height:1.6}.submitted-notes+.detail-actions{margin-top:18px}
