@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap);:root{--bg-light:#f9fafb;--bg-dark:#0f172a;--text-light:#111827;--text-dark:#e2e8f0;--primary:#3b82f6;--accent:#8b5cf6}body{font-family:Inter,-apple-system,sans-serif;margin:0;overflow:hidden}.app-container{background-color:#f9fafb;background-color:var(--bg-light);color:#111827;color:var(--text-light);display:flex;height:100vh;overflow:hidden;transition:background-color .3s ease;width:100vw}.app-container.dark{background-color:#0f172a;background-color:var(--bg-dark);color:#e2e8f0;color:var(--text-dark)}.sidebar-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-right:1px solid #0000001a;flex-shrink:0;height:100%;overflow-y:auto;width:280px;z-index:20}.app-container.dark .sidebar-container{background:#1e293bcc;border-right:1px solid #ffffff1a}.main-content{flex:1 1;height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto;position:relative;scroll-behavior:smooth}.content-wrapper{margin:0 auto;max-width:1200px;min-height:-webkit-min-content;min-height:min-content;padding:24px 24px 80px}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#9ca3af80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3afcc}.login-screen{align-items:center;background:linear-gradient(135deg,#eff6ff,#e0e7ff 50%,#fae8ff);display:flex;height:100vh;justify-content:center;width:100vw}.app-container.dark .login-screen{background:linear-gradient(135deg,#1e293b,#312e81 50%,#1e293b)}.custom-select-container{position:relative;width:100%}.custom-select-trigger{align-items:center;border:1px solid;border-radius:12px;cursor:pointer;display:flex;font-size:14px;font-weight:600;justify-content:space-between;padding:10px 12px;transition:all .2s;-webkit-user-select:none;user-select:none;width:100%}.custom-select-options{animation:fadeIn .15s ease-out;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;left:0;max-height:250px;overflow-y:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:50}.app-container.dark .custom-select-options{background:#1e293b;border-color:#475569;box-shadow:0 10px 30px #0006}.custom-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:space-between;padding:8px 12px;transition:background .1s}.custom-option:hover{background:#f3f4f6}.app-container.dark .custom-option:hover{background:#334155}.custom-option.selected{background:#eff6ff;color:#2563eb}.app-container.dark .custom-option.selected{background:#3b82f633;color:#93c5fd}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tab-nav{background:#0000000d;border-radius:12px;display:flex;gap:4px;margin-bottom:20px;padding:4px}.app-container.dark .tab-nav{background:#ffffff0d}.tab-btn{background:#0000;border:none;border-radius:8px;color:inherit;cursor:pointer;flex:1 1;font-size:13px;font-weight:700;padding:8px;transition:all .2s}.tab-btn.active{background:#fff;box-shadow:0 2px 5px #0000000d;color:#3b82f6;color:var(--primary)}.app-container.dark .tab-btn.active{background:#334155;color:#93c5fd}
/*# sourceMappingURL=main.100f7ff1.css.map*/