:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

[x-cloak] {
    display: none !important;
}

.mobile-safe-bottom {
    padding-bottom: max(0.55rem, env(safe-area-inset-bottom));
}

.listing-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
    background-size: 28px 28px;
}

input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
}
