/* --- NEO-BRUTALIST FINAL STYLE --- */

/* Force layout centering */
#wrapper {
    padding-left: 0 !important;
}

#sidebar {
    display: none !important;
}

/* THE BIG BUTTON FIX */
#theme-toggle {
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    pointer-events: auto !important;
}

/* Neo-Brutalist Shadows */
.block-shadow {
    box-shadow: 8px 8px 0px 0px #111827;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.block-shadow:hover {
    transform: translate(4px, 4px);
    box-shadow: 2px 2px 0px 0px #111827;
}

/* Dark Mode Shadow Shift */
.dark .block-shadow {
    box-shadow: 8px 8px 0px 0px #e5e7eb;
}

.dark .block-shadow:hover {
    box-shadow: 2px 2px 0px 0px #e5e7eb;
}

/* Strip legacy template backgrounds */
#wrapper,
#wrapper > section,
#intro {
    background-image: none !important;
    background-color: transparent !important;
}

/* Headline cleanup */
#intro h1 {
    color: inherit !important;
    border-bottom: none !important;
}
