body {
    margin: 0;
    background: transparent;
    color: #CDD6F4;
    font-family: 'Roboto', sans-serif;
}

.mud-paper {
    background: rgba(26, 26, 53, 0.5) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(124, 77, 255, 0.2);
    border-radius: 12px !important;
    min-height: 100px;
}

.mud-paper:hover {
    background: rgba(26, 26, 53, 0.65) !important;
    border-color: rgba(124, 77, 255, 0.4);
}

.mud-appbar {
    border-bottom: 1px solid rgba(124, 77, 255, 0.15);
}
