/* HEADER FIX - Ensure header always appears at top */
body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.header {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

/* Remove any spacing before header */
.header:before,
.header:after {
    display: none !important;
}

/* Ensure no content appears above header */
body > *:first-child:not(.header) {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
