@keyframes hqSlideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes hqSlideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.hq-toast{position:fixed;top:5rem;right:1rem;background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:50;display:flex;align-items:center;padding:1rem;max-width:24rem;animation:hqSlideInRight .3s ease-out}.hq-toast.closing{animation:hqSlideOutRight .3s ease-in forwards}.hq-toast-success{border:1px solid #bbf7d0}.hq-toast-error{border:1px solid #fecaca}.hq-toast-warning{border:1px solid #fde68a}.hq-toast-info{border:1px solid #bfdbfe}.hq-toast-icon{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.75rem}.hq-toast-success .hq-toast-icon{background-color:#dcfce7;color:#16a34a}.hq-toast-error .hq-toast-icon{background-color:#fee2e2;color:#dc2626}.hq-toast-warning .hq-toast-icon{background-color:#fef3c7;color:#d97706}.hq-toast-info .hq-toast-icon{background-color:#dbeafe;color:#2563eb}.hq-toast-content{flex:1;min-width:0}.hq-toast-message{font-size:.875rem;font-weight:500;color:#111827;margin:0;overflow-wrap:break-word;word-break:break-word}.hq-toast-subtitle{font-size:.75rem;color:#6b7280;margin:.125rem 0 0}.hq-toast-close{flex-shrink:0;margin-left:.75rem;background:transparent;border:none;cursor:pointer;padding:.25rem;color:#9ca3af;transition:color .15s ease}.hq-toast-close:hover{color:#4b5563}.hq-confirm-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;animation:hqFadeIn .2s ease-out}.hq-confirm-backdrop.closing{animation:hqFadeOut .2s ease-in forwards}@keyframes hqFadeIn{0%{opacity:0}to{opacity:1}}@keyframes hqFadeOut{0%{opacity:1}to{opacity:0}}.hq-confirm-modal{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;width:calc(100% - 2rem);margin:1rem;animation:hqScaleIn .2s ease-out}.hq-confirm-backdrop.closing .hq-confirm-modal{animation:hqScaleOut .2s ease-in forwards}@keyframes hqScaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes hqScaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}.hq-confirm-header{padding:1.25rem 1.5rem 0}.hq-confirm-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.hq-confirm-body{padding:.75rem 1.5rem 1.25rem}.hq-confirm-message{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.hq-confirm-footer{padding:1rem 1.5rem;background-color:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 .75rem .75rem;display:flex;justify-content:flex-end;gap:.75rem}.hq-confirm-btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.hq-confirm-btn-cancel{background-color:#fff;border:1px solid #d1d5db;color:#374151}.hq-confirm-btn-cancel:hover{background-color:#f3f4f6}.hq-confirm-btn-confirm{border:none}.hq-confirm-btn-confirm:focus{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px currentColor}
