body {
    font-family: 'Nunito', sans-serif;
}

.smooth-toggle {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* 
    Bypasses Node.js compilation by forcing the sidebar 
    to slide into view whenever Preline adds its active state classes.
  */
.hs-overlay.open,
.hs-overlay.hs-overlay-open\:translate-x-0.open {
    transform: translateX(0) !important;
    display: block !important;
}

.header {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.slug-input {}