/* The Godot web loader uses the same paper palette as the game. */
body { color: #201b26; background: #faf5e5; }
#status { background: #faf5e5; color: #201b26; font-family: system-ui, sans-serif; }
#status::before { content: "HOLY DICE"; font-size: 30px; font-weight: 900; letter-spacing: 2px; margin-bottom: 22px; }
#status::after { content: "惊奇骰子"; font-size: 18px; font-weight: 700; margin-top: 12px; }
#status-splash { content: url("index.icon.png"); position: static; display: block !important; width: 112px !important; height: 112px !important; margin: 0; border: 2px solid #201b26; border-radius: 8px; box-shadow: 4px 4px #201b26; }
#status-progress { position: static; width: min(240px, 70vw); height: 12px; margin: 28px 0 0; border: 1px solid #201b26; border-radius: 2px; background: #dfdbd2; color: #a3ceb0; accent-color: #a3ceb0; appearance: none; }
#status-progress::-webkit-progress-bar { background: #dfdbd2; }
#status-progress::-webkit-progress-value { background: #a3ceb0; }
#status-progress::-moz-progress-bar { background: #a3ceb0; }
#status-notice { background: #f9d8d0; color: #201b26; border: 2px solid #201b26; border-radius: 3px; box-shadow: 3px 3px #201b26; font-family: inherit; margin-top: 24px; }
