/* Note: The @media (prefers-color-scheme: dark) block has been deleted entirely */
:root {
    --bg-color: #ffc14d;
    --key-bg: #ffffff;
    --key-bg-active: #e0e0e0;
    --key-text: #000000;
    --key-disabled: #ffffff;
    --key-disabled-text: #a1a1a6;
    --special-key-bg: #adb5bd;
    --display-bg: #ffd78d;
    --title-text: #3a3a3c;
    --title-bg: #ffa600;
    --action-bar-bg: transparent;
    --btn-share: #007aff;
    --btn-share-text: #ffffff;
    --menu-bg: #ffffff;
    --menu-item-hover: #f2f2f7;
    --menu-border: rgba(0, 0, 0, 0.1);
    --keyboard-height: calc(
        296px + env(safe-area-inset-bottom, 0px)
    );
}