.hmb-app-shell {
    min-height: 100vh;
}

.hmb-hidden {
    display: none;
}

.hmb-status-badge {
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
}

#hmb-root *,
#hmb-root *::before,
#hmb-root *::after {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#hmb-root img,
#hmb-root svg,
#hmb-root canvas,
#hmb-root video {
    max-width: 100%;
    height: auto;
}

#hmb-root * {
    -webkit-tap-highlight-color: transparent;
}

#hmb-root input,
#hmb-root textarea,
#hmb-root select,
#hmb-root button {
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
}

#hmb-root button,
#hmb-root a {
    touch-action: manipulation;
    -webkit-touch-callout: none;
}

#hmb-root textarea,
#hmb-root input[type="text"] {
    -webkit-user-select: text;
    user-select: text;
}

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

#hmb-root button,
#hmb-root a,
#hmb-root select {
    min-height: 44px;
    min-width: 44px;
}
