@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button{font-family:inherit}a{text-decoration:none}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:99999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{display:flex;align-items:flex-start;gap:.75rem;min-width:300px;max-width:420px;padding:.875rem 1rem;border-radius:.625rem;background:#fff;box-shadow:0 4px 20px #0000001f,0 1px 4px #00000014;pointer-events:all;border-left:4px solid transparent;opacity:0;transform:translate(120%);transition:opacity .3s ease,transform .3s ease}.toast.toast--visible{opacity:1;transform:translate(0)}.toast.toast--removing{opacity:0;transform:translate(120%)}.toast.toast--success{border-left-color:#16a34a}.toast.toast--success .toast-icon{color:#16a34a}.toast.toast--error{border-left-color:#dc2626}.toast.toast--error .toast-icon{color:#dc2626}.toast.toast--info{border-left-color:#2563eb}.toast.toast--info .toast-icon{color:#2563eb}.toast.toast--warning{border-left-color:#d97706}.toast.toast--warning .toast-icon{color:#d97706}.toast-icon{flex-shrink:0;margin-top:1px}.toast-icon .material-symbols-outlined{font-size:1.25rem}.toast-body{flex:1;min-width:0}.toast-title{font-size:.875rem;font-weight:600;color:#111827;line-height:1.4}.toast-message{font-size:.8rem;color:#6b7280;margin-top:.2rem;line-height:1.4}.toast-close{flex-shrink:0;background:none;border:none;cursor:pointer;padding:0;color:#9ca3af;display:flex;align-items:center;transition:color .2s}.toast-close:hover{color:#374151}.toast-close .material-symbols-outlined{font-size:1.1rem}:root{--serviigo-primary: #f9f506}@keyframes spin{to{transform:rotate(360deg)}}@keyframes sk-pulse{0%,to{opacity:1}50%{opacity:.4}}.save-overlay{position:fixed;inset:0;z-index:9000;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.save-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner-ring-wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.spinner-ring{width:3.5rem;height:3.5rem;border:4px solid rgba(255,255,255,.25);border-top-color:var(--serviigo-primary);border-radius:50%;animation:spin .75s linear infinite}.spinner-label{color:#fff;font-weight:600;font-size:1rem;margin:0}.sk-pulse{animation:sk-pulse 1.5s ease-in-out infinite}
