/* Operator pause controls and an accessible, full-viewport pause screen. */
[data-pause-host][hidden],.cp-pause-overlay [hidden],.cp-pause-history [hidden]{display:none!important}
.cp-pause-top{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e6dcf2;border-radius:9px;background:#f7f3fc;color:#86669c;padding:8px 10px;font:600 11px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;white-space:nowrap;cursor:pointer;min-height:34px}
.cp-pause-top:hover,.cp-pause-top.is-active{background:#efe5f9;border-color:#d5bee7;color:#765095}.cp-pause-top:focus-visible{outline:3px solid #beabed;outline-offset:3px}
.cp-pause-overlay{box-sizing:border-box;position:fixed;inset:0;margin:0;width:100%;max-width:none;height:100%;height:100dvh;max-height:none;padding:32px 24px;border:0;overflow-y:auto;background:radial-gradient(ellipse at 50% 23%,#efe6f9 0,transparent 62%),#faf8fd;color:#675079;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;z-index:2147483647}
.cp-pause-overlay[open]{display:flex;align-items:center;justify-content:center}.cp-pause-overlay::backdrop{background:#faf8fd}.cp-pause-overlay *{box-sizing:border-box}.cp-pause-panel{width:540px;max-width:100%;margin:auto;text-align:center}.cp-pause-mark{display:flex;align-items:center;justify-content:center;width:66px;height:66px;margin:0 auto 29px;border:1px solid #e1d0ef;border-radius:22px;background:#f6effc;color:#87629f}.cp-pause-mark svg{width:29px;height:29px}.cp-pause-eyebrow{font-size:10px;font-weight:600;letter-spacing:2.5px;color:#80618f;margin:0 0 13px}.cp-pause-panel h1{margin:0;color:#76578d;font-size:clamp(27px,5vw,36px);font-weight:550;line-height:1.2;letter-spacing:-1px}.cp-pause-name{margin:13px 0 0;color:#80618f;font-size:16px;overflow-wrap:anywhere}.cp-pause-company{font-size:12px;color:#826792;margin:10px 0 0}.cp-pause-timer-label{display:block;color:#826792;font-size:11px;margin-top:42px}.cp-pause-counter{font-size:clamp(49px,11vw,76px);line-height:1.1;font-weight:400;letter-spacing:1px;font-variant-numeric:tabular-nums;color:#8b68aa;margin:9px 0 8px}.cp-pause-limit{font-size:12px;margin:0;color:#826792}.cp-pause-status{font-size:12px;color:#bf5269;min-height:38px;margin:15px 0 3px;line-height:1.6}.cp-pause-panel #cp-pause-description{color:#826792;font-size:12px;line-height:1.9;margin:4px 0 24px}.cp-pause-return{min-width:210px;min-height:48px;padding:13px 28px;border:1px solid #9670b7;border-radius:11px;background:#8860a7;color:#fff;font:600 13px/1.4 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;box-shadow:0 5px 15px #9167ad1a}.cp-pause-return:hover{background:#8e64b1}.cp-pause-return:disabled{opacity:.6;cursor:wait}.cp-pause-return:focus-visible{outline:3px solid #bb9fda;outline-offset:5px}.cp-pause-error{font-size:12px;line-height:1.6;padding:11px 14px;border:1px solid #f0d8e0;border-radius:9px;background:#fff4f7;color:#b1546d;margin:0 0 20px}.cp-pause-counter.is-overtime{color:#c7536a;animation:cp-pause-blink 1.2s ease-in-out infinite}
@keyframes cp-pause-blink{0%,100%{opacity:1}50%{opacity:.4}}
.cp-form .cp-pause-options{display:grid;gap:9px;border:0;padding:0}.cp-pause-options legend{margin-bottom:10px;padding:0}.cp-form .cp-pause-option{display:flex;flex-direction:row;align-items:center;gap:12px;border:1px solid #e9def2;border-radius:11px;padding:14px;background:#fff;cursor:pointer}.cp-form .cp-pause-option:has(input:checked){background:#f8f3fd;border-color:#cbb3e2}.cp-form .cp-pause-option input{width:16px;min-height:16px;height:16px;padding:0;margin:0;accent-color:#9771b9;flex:0 0 16px}.cp-pause-option b{display:block;font-size:13px;font-weight:600}.cp-pause-option small{display:block;margin-top:3px}.cp-pause-empty{font-size:13px;line-height:1.7;color:#9d82af}.cp-pause-actions{display:flex;align-items:center;gap:7px}.cp-pause-table td{vertical-align:top}.cp-pause-table td:first-child{min-width:140px}.cp-pause-table .cp-cell-note{margin-top:5px}.cp-pause-footnote{font-size:11px;line-height:1.6;color:#9a85a8;margin:14px 0 0}.cp-pause-history{margin-top:36px}.cp-pause-history h3{font-size:17px;font-weight:600;color:#795c8c;margin:0}.cp-pause-filters{display:flex;align-items:end;gap:13px;flex-wrap:wrap;margin:16px 0}.cp-pause-filters label{font-size:11px;color:#9a81ac;display:flex;flex-direction:column;gap:6px}.cp-pause-filters input{font:12px Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;border:1px solid #e9e0f0;border-radius:8px;background:#fff;color:#7e6390;padding:10px 11px;min-height:38px}.cp-pause-filters label:nth-child(3){flex:1;min-width:200px}.cp-pause-pagination{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:15px;color:#9e8aab}.cp-pause-pagination small{font-size:11px}
@media(max-width:650px){.cp-pause-top{padding:7px;font-size:10px;gap:3px;min-height:30px}.cp-pause-top svg{width:13px;height:13px}.cp-pause-overlay{padding:30px 18px}.cp-pause-mark{margin-bottom:24px}.cp-pause-timer-label{margin-top:32px}.cp-pause-filters{gap:10px}.cp-pause-filters label{flex:1;min-width:110px}.cp-pause-filters input{min-width:0;width:100%}.cp-pause-filters button{width:100%}.cp-pause-actions{flex-direction:column;align-items:stretch}}
@media(prefers-reduced-motion:reduce){.cp-pause-counter.is-overtime{animation:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}}
