html, body, #compose-root {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #0d1411;
    color: #eef2ed;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html, body {
    position: fixed;
    inset: 0;
    overscroll-behavior: none;
}

#compose-root {
    position: absolute;
    inset: 0;
    box-sizing: border-box;
}

.boot {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.boot span {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #cbd5ce;
}

.foodcheck-scanner-file-input {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
