:root{--royal-purple: #330066;--electric-purple: #7800f2;--deep-teal: #33cccc;--soft-teal: #a6fae8;--royal: #330066;--electric: #7800f2;--teal: #33cccc;--bg: #f4f2fa;--surface: #ffffff;--border: #e4dff0;--text: #1a1130;--text2: #5c5478;--muted: #8e87a8;--radius: 10px;--radius-sm: 6px;--shadow: 0 2px 8px rgba(51, 0, 102, .07);--shadow-md: 0 4px 18px rgba(51, 0, 102, .13);--s-open: #7800f2;--s-filled-soon: #0a9e6e;--s-late: #d4690a;--s-backfill: #b8860b;--s-vacant-soon: #c05000;--s-budgeted: #6e6a88;--s-filled: #1a9e9e;--s-nobackfill: #c0392b;--s-missing: #c0392b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.4;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}select,input,textarea{font-family:inherit}a{text-decoration:none;color:inherit}.text-muted{color:var(--muted)}.text-sm{font-size:12px}.text-xs{font-size:11px}.font-bold{font-weight:700}.font-semibold{font-weight:600}.mono{font-family:monospace}.flex{display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-1{gap:4px}.w-full{width:100%}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--electric);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:14px;color:var(--muted);font-size:14px}.empty-state{display:flex;flex-direction:column;align-items:center;padding:40px 20px;color:var(--muted);font-size:13px;gap:8px;text-align:center}.empty-icon{font-size:32px}.toasts{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:7px;z-index:300;pointer-events:none}.toast{background:var(--text);color:#fff;padding:9px 16px;border-radius:var(--radius-sm);font-size:13px;box-shadow:var(--shadow-md);animation:slideUp .18s ease;white-space:nowrap}.toast.ok{background:#1a7a34}.toast.err{background:var(--s-nobackfill)}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
