@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
:root{--color-primary:#3b82f6;--color-primary-hover:#2563eb;--color-primary-light:#eff6ff;--color-secondary:#8b9be2;--color-secondary-hover:#7384d9;--color-secondary-light:#8b9be21a;--color-accent:#10b981;--color-outline:#8b9be2;--color-primary-dark:#7384d9;--color-outline-hover:#8b9be21a;--color-bg-main:#f8fafc;--color-bg-card:#fff;--color-bg-sidebar:#1e293b;--color-text-primary:#0f172a;--color-text-secondary:#64748b;--color-text-muted:#94a3b8;--color-text-inverse:#fff;--color-border:#e2e8f0;--color-border-hover:#cbd5e1;--color-success:#10b981;--color-success-bg:#d1fae5;--color-warning:#f59e0b;--color-warning-bg:#fef3c7;--color-danger:#ef4444;--color-danger-bg:#fee2e2;--color-info:#3b82f6;--color-info-bg:#dbeafe;--font-family-sans:"Poppins", sans-serif;--sidebar-width:260px;--header-height:64px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--color-bg-main:#0f172a;--color-bg-card:#1e293b;--color-bg-sidebar:#020617;--color-text-primary:#f8fafc;--color-text-secondary:#94a3b8;--color-border:#334155;--color-border-hover:#475569}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-sans);background-color:var(--color-bg-main);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-hover)}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.GlobalAlert-module__-UlVCa__overlay{-webkit-backdrop-filter:blur(6px);z-index:999999;background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.18s forwards GlobalAlert-module__-UlVCa__overlayIn;display:flex;position:fixed;inset:0}.GlobalAlert-module__-UlVCa__modal{background:#1e1e2e;border:1px solid #ffffff1a;border-radius:18px;width:100%;max-width:420px;animation:.22s cubic-bezier(.16,1,.3,1) forwards GlobalAlert-module__-UlVCa__modalIn;overflow:hidden;box-shadow:0 25px 60px #0009,0 0 0 1px #ffffff0d}.GlobalAlert-module__-UlVCa__body{align-items:flex-start;gap:16px;padding:28px 28px 20px;display:flex}.GlobalAlert-module__-UlVCa__icon{flex-shrink:0;margin-top:2px}.GlobalAlert-module__-UlVCa__title{color:#f1f5f9;margin:0 0 6px;font-size:1rem;font-weight:600;line-height:1.3}.GlobalAlert-module__-UlVCa__message{color:#f1f5f9a6;white-space:pre-wrap;margin:0;font-size:.9rem;line-height:1.55}.GlobalAlert-module__-UlVCa__footer{background:#ffffff08;border-top:1px solid #ffffff14;justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.GlobalAlert-module__-UlVCa__btnCancel{cursor:pointer;color:#f1f5f9bf;background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;outline:none;padding:9px 22px;font-size:.875rem;font-weight:600;transition:all .15s}.GlobalAlert-module__-UlVCa__btnCancel:hover{color:#f1f5f9;background:#ffffff1f}.GlobalAlert-module__-UlVCa__btnOk{cursor:pointer;background:linear-gradient(135deg, var(--color-secondary,#8b9be2), #6366f1);color:#fff;border:none;border-radius:10px;outline:none;padding:9px 22px;font-size:.875rem;font-weight:600;transition:all .15s;box-shadow:0 4px 12px #6366f166}.GlobalAlert-module__-UlVCa__btnOk:hover{transform:translateY(-1px);box-shadow:0 6px 18px #6366f180}.GlobalAlert-module__-UlVCa__btnOk:active{transform:translateY(0)}@keyframes GlobalAlert-module__-UlVCa__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes GlobalAlert-module__-UlVCa__modalIn{0%{opacity:0;transform:scale(.94)translateY(-8px)}to{opacity:1;transform:scale(1)translateY(0)}}
