@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");:root{--color-bg-primary:#fff;--color-bg-secondary:#f8fafc;--color-bg-tertiary:#f1f5f9;--color-bg-card:#fff;--color-bg-hover:#f9fafb;--color-bg-modal:#00000080;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-text-tertiary:#94a3b8;--color-text-disabled:#9ca3af;--color-text-inverse:#fff;--color-text-label:#374151;--color-border-primary:#e2e8f0;--color-border-secondary:#cbd5e1;--color-border-focus:#3b82f6;--color-border-error:#ef4444;--color-border-success:#10b981;--color-border-warning:#f59e0b;--color-border-divider:#e5e7eb;--color-shadow-sm:0 1px 2px 0 #0000000d;--color-shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--color-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--color-shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}[data-theme=dark]{--color-bg-primary:#031930;--color-bg-secondary:#1e293b;--color-bg-tertiary:#334155;--color-bg-card:#1e293b;--color-bg-hover:#334155;--color-bg-modal:#000c;--color-text-primary:#f8fafc;--color-text-secondary:#cbd5e1;--color-text-tertiary:#94a3b8;--color-text-disabled:#64748b;--color-text-inverse:#0f172a;--color-text-label:#e2e8f0;--color-border-primary:#334155;--color-border-secondary:#475569;--color-border-focus:#3b82f6;--color-border-error:#ef4444;--color-border-success:#10b981;--color-border-warning:#f59e0b;--color-border-divider:#334155;--color-shadow-sm:0 1px 2px 0 #0000004d;--color-shadow-md:0 4px 6px -1px #0006,0 2px 4px -1px #0000004d;--color-shadow-lg:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d;--color-shadow-xl:0 20px 25px -5px #0006,0 10px 10px -5px #0000004d}#root,.app,.content,body,html{height:100%;width:100%;font-family:Poppins,sans-serif;color:var(--color-text-primary);transition:color .3s ease}.app{display:flex;position:relative}.app,.content{background:#0000}.content{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:none!important}.content,html{overflow-x:hidden}html{overflow-y:auto}body{overflow-x:hidden}.MuiModal-root{scrollbar-gutter:stable}body.modal-open{overflow:hidden;padding-right:0!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0000!important;border-radius:10px;margin:0;width:8px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1976d2,#42a5f5);border-radius:10px;border:2px solid #0000;background-clip:padding-box;min-height:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1565c0,#1976d2);transform:scale(1.1);box-shadow:0 2px 8px #1976d24d}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#0d47a1,#1565c0);transform:scale(1.05)}::-webkit-scrollbar-corner{background:#0000}*{scrollbar-width:thin;scrollbar-color:#1976d2 #0000}.custom-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4caf50,#66bb6a)}.custom-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#388e3c,#4caf50);box-shadow:0 2px 8px #4caf504d}*{margin:0;padding:0}@media (max-width:768px){.content{margin-left:0!important;width:100%!important;max-width:100vw!important}}