.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .neo-brutalist-border {
            box-shadow: 4px 4px 0px 0px rgba(184,195,255,1);
        }
        .neo-brutalist-border-secondary {
            box-shadow: 4px 4px 0px 0px rgba(221,183,255,1);
        }
        .gradient-primary {
            background: linear-gradient(135deg, #2e5bff 0%, #6f00be 100%);
        }
        .text-gradient {
            background: linear-gradient(135deg, #b8c3ff 0%, #ddb7ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        body {
            background-color: #131313;
            color: #e2e2e2;
            overflow-x: hidden;
        }
        #sidebar.active {
            transform: translateX(0);
        }
