body {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    background-attachment: fixed;
    color: #ffffff; /* Sets default text to white for high contrast */
    margin: 0;
    min-height: 100vh;
}

.ambient-glow {
    position: fixed;
    top: -100px;body {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
    background-attachment: fixed;
    color: #ffffff; /* Sets default text to white for high contrast */
    margin: 0;
    min-height: 100vh;
}

.ambient-glow {
    position: fixed;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.15) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none; /* Allows clicks to pass through */
}

.noise-texture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.02; /* Very faint */
    z-index: -1;
    pointer-events: none;
}

h1, p {
    color: #f1f1f1; /* Soft off-white */
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
}

    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(138, 43, 226, 0.15) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    z-index: -1;
    pointer-events: none; /* Allows clicks to pass through */
}

.noise-texture {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.02; /* Very faint */
    z-index: -1;
    pointer-events: none;
}

h1, p {
    color: #f1f1f1; /* Soft off-white */
    letter-spacing: 0.5px;
    line-height: 1.6;
}

.glass-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
}

img.avatar.avatar--rounded {
    height:50%;
    width:50%;
}
.button, button {
width:auto !important;
}
