.tech-auto-pause-modal{position:fixed;z-index:1100;inset:0;display:grid;place-items:center;padding:18px}.tech-auto-pause-backdrop{position:absolute;inset:0;background:rgba(13,31,22,.48);backdrop-filter:blur(3px)}.tech-auto-pause-dialog{position:relative;width:min(100%,390px);padding:25px 20px 18px;border-radius:20px;background:#fff;box-shadow:0 15px 40px rgba(20,49,33,.2);text-align:center;animation:techAutoPauseIn .2s ease-out}.tech-auto-pause-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 12px;border-radius:14px;background:#fff1d8;color:#a36d14;font-size:24px}.tech-auto-pause-dialog h2{margin:0;color:#17252c;font:800 19px/1.2 Manrope,sans-serif}.tech-auto-pause-dialog p{margin:10px auto 18px;color:#53636a;font-size:11px;line-height:1.5}.tech-auto-pause-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tech-auto-pause-actions button{padding:11px;border-radius:9px;font-size:10px;font-weight:900}.tech-auto-pause-cancel{border:1px solid #dce7df;background:#fff;color:#53636a}.tech-auto-pause-confirm{border:0;background:#a36d14;color:#fff}.tech-auto-pause-actions button:disabled{opacity:.6}@keyframes techAutoPauseIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}html[data-theme="dark"] .tech-auto-pause-dialog{background:#1b262b}html[data-theme="dark"] .tech-auto-pause-dialog h2{color:#f0f5f6}html[data-theme="dark"] .tech-auto-pause-dialog p{color:#b9c6ca}html[data-theme="dark"] .tech-auto-pause-cancel{border-color:#405158;background:#202c31;color:#c3d0d4}
