:root {
    color-scheme: light;
}
body {
    background: #ffffff;
    color: #0d1110;
    -webkit-font-smoothing: antialiased;
}
::selection {
    background: #dfeaff;
    color: #0d1110;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #e1e5e2;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
}
@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
    }
}
