.sidebar[data-v-ae5cfe15]{width:280px;background:#fff;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;border-right:1px solid rgba(0,0,0,.1)}.sidebar-header[data-v-ae5cfe15]{padding:24px;border-bottom:1px solid rgba(0,0,0,.1)}.logo-container[data-v-ae5cfe15]{display:flex;align-items:center;gap:12px}.logo-icon[data-v-ae5cfe15]{width:32px;height:32px;background-size:contain;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(489%) hue-rotate(84deg) brightness(95%) contrast(87%)}.sidebar-header h2[data-v-ae5cfe15]{font-size:20px;font-weight:600;margin:0;color:#1a1a1a}.nav-container[data-v-ae5cfe15]{flex:1;padding:24px 12px;overflow-y:auto}nav[data-v-ae5cfe15]{display:flex;flex-direction:column;gap:8px}.nav-item[data-v-ae5cfe15]{position:relative;display:flex;align-items:center;gap:12px;padding:12px;color:#4b5563;text-decoration:none;border-radius:8px;transition:all .2s ease}.nav-icon[data-v-ae5cfe15]{width:20px;height:20px;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:.7;transition:all .2s ease;filter:brightness(0) saturate(100%)}.nav-icon.small[data-v-ae5cfe15]{width:16px;height:16px}.nav-text[data-v-ae5cfe15]{font-size:14px;font-weight:500}.nav-item[data-v-ae5cfe15]:hover{background:#1fb1411a;color:#1fb141}.nav-item:hover .nav-icon[data-v-ae5cfe15]{opacity:1;filter:brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(489%) hue-rotate(84deg) brightness(95%) contrast(87%)}.nav-item.active[data-v-ae5cfe15]{background:#1fb14114;color:#1fb141}.nav-item.active .nav-icon[data-v-ae5cfe15]{opacity:1;filter:brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(489%) hue-rotate(84deg) brightness(95%) contrast(87%)}.active-indicator[data-v-ae5cfe15]{position:absolute;right:1px;top:50%;transform:translateY(-50%);height:56px;width:8px;pointer-events:none}.sidebar-footer[data-v-ae5cfe15]{padding:16px;border-top:1px solid rgba(0,0,0,.1);background:linear-gradient(to bottom,#fff0,#f9fafbcc)}.user-info[data-v-ae5cfe15]{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;cursor:pointer}.user-info[data-v-ae5cfe15]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#1fb1414d}.user-avatar[data-v-ae5cfe15]{position:relative;width:42px;height:42px;background:#1fb1411a;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.avatar-icon[data-v-ae5cfe15]{width:24px;height:24px;background-size:contain;background-position:center;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(489%) hue-rotate(84deg) brightness(95%) contrast(87%)}.status-dot[data-v-ae5cfe15]{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background:#1fb141;border:2px solid white;border-radius:50%}.user-details[data-v-ae5cfe15]{flex:1;display:flex;flex-direction:column;gap:6px}.user-meta[data-v-ae5cfe15]{display:flex;flex-direction:column;gap:2px}.user-name[data-v-ae5cfe15]{font-size:14px;font-weight:600;color:#1a1a1a}.user-role[data-v-ae5cfe15]{font-size:12px;color:#1fb141;font-weight:500}.logout-button[data-v-ae5cfe15]{display:flex;align-items:center;gap:6px;padding:0;font-size:12px;color:#6b7280;cursor:pointer;transition:all .2s ease;opacity:.7}.logout-button[data-v-ae5cfe15]:hover{color:#1fb141;opacity:1}.logout-button:hover .nav-icon[data-v-ae5cfe15]{filter:brightness(0) saturate(100%) invert(58%) sepia(83%) saturate(489%) hue-rotate(84deg) brightness(95%) contrast(87%);transform:translate(2px)}.nav-icon[data-v-ae5cfe15]{transition:all .2s ease}@media (max-width: 768px){.sidebar[data-v-ae5cfe15]{transform:translate(-100%);transition:transform .3s ease}.sidebar.open[data-v-ae5cfe15]{transform:translate(0)}}.notifications[data-v-5d63b2e5]{position:fixed;top:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:8px}.notification[data-v-5d63b2e5]{padding:12px 24px;border-radius:6px;font-size:14px;color:#fff;box-shadow:0 4px 6px #0000001a;animation:slideIn-5d63b2e5 .3s ease;transition:opacity .3s ease,transform .3s ease}.notification-success[data-v-5d63b2e5]{background:#10b981}.notification-error[data-v-5d63b2e5]{background:#ef4444}.notification-warning[data-v-5d63b2e5]{background:#f59e0b}.notification-info[data-v-5d63b2e5]{background:#3b82f6}.notification-hide[data-v-5d63b2e5]{opacity:0;transform:translate(100%)}@keyframes slideIn-5d63b2e5{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}#app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;min-height:100vh;background:#f9fafb}.main-layout{margin-left:280px;min-height:100vh}.full-layout{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 24px}.main-content{padding:24px 0}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{font:inherit}@media (max-width: 768px){.main-layout{margin-left:0;padding-top:60px}}:root{--background: #ffffff;--foreground: #0a0a0a;--muted: #f5f5f5;--muted-foreground: #737373;--popover: #ffffff;--popover-foreground: #0a0a0a;--card: #ffffff;--card-foreground: #0a0a0a;--border: #e5e5e5;--input: #e5e5e5;--primary: #171717;--primary-foreground: #fafafa;--secondary: #f5f5f5;--secondary-foreground: #171717;--accent: #f5f5f5;--accent-foreground: #171717;--destructive: #ef4444;--destructive-foreground: #fafafa;--ring: #0a0a0a;--radius: .5rem}@font-face{font-family:Inter;src:url(https://goodies.icons8.com/web/common/fonts/Inter-Variable.woff2) format("woff2-variations"),url(https://goodies.icons8.com/web/common/fonts/Inter-Variable.woff) format("woff-variations"),url(https://goodies.icons8.com/web/common/fonts/Inter-Variable.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Fira Sans,Roboto,Oxygen,Ubuntu,Droid Sans,Arial,sans-serif}body{background-color:var(--background);color:var(--foreground)}.dark{--background: #0a0a0a;--foreground: #fafafa;--muted: #262626;--muted-foreground: #a3a3a3;--popover: #0a0a0a;--popover-foreground: #fafafa;--card: #0a0a0a;--card-foreground: #fafafa;--border: #262626;--input: #262626;--primary: #fafafa;--primary-foreground: #171717;--secondary: #262626;--secondary-foreground: #fafafa;--accent: #262626;--accent-foreground: #fafafa;--destructive: #7f1d1d;--destructive-foreground: #fafafa;--ring: #d4d4d4}input[type=text],input[type=date],input[type=search],input[type=email],input[type=number],select,textarea{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}button{cursor:pointer;padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--background);color:var(--foreground);transition:all .2s ease}button:hover{background-color:var(--muted)}button:disabled{opacity:.6;cursor:not-allowed}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
