:root { font-family: Inter, Avenir, Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: 400; color: #0f0f0f; background-color: #f6f6f6; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; } p { color: #ececec; } .container { margin: 0; padding-top: 1vh; display: flex; flex-direction: column; justify-content: center; text-align: center; } .logo { height: 6em; padding: 1.5em; will-change: filter; transition: 0.75s; } .logo.arnis:hover { filter: drop-shadow(0 0 2em #b3b3b3); } .row { display: flex; justify-content: center; } a { font-weight: 500; color: #646cff; text-decoration: inherit; } a:hover { color: #535bf2; } .flex-container { display: flex; gap: 20px; justify-content: center; align-items: stretch; margin-top: 5px; } .section { background: #575757; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .map-box, .controls-box { width: 45%; background: #575757; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .controls-content { display: flex; flex-direction: column; height: 100%; } .controls-box .progress-section { margin-top: auto; } .map-container { border: 2px solid #e0e0e0; border-radius: 8px; } .section h2 { margin-top: 0; margin-bottom: 10px; } p { color: #d6d6d6; } button { border-radius: 8px; border: 1px solid transparent; padding: 0.6em 1.2em; font-size: 1em; font-weight: 500; color: #0f0f0f; background-color: #ffffff; cursor: pointer; transition: border-color 0.25s; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); margin-top: 10px; width: auto; } button:hover { border-color: #656565; } #selected-directory { font-size: 1em; margin-top: 6px; } .progress-section { margin-top: auto; } .progress-section h2 { margin-bottom: 8px; text-align: center; } .progress-bar-container { width: 100%; height: 20px; background-color: #e0e0e0; border-radius: 10px; overflow: hidden; margin-top: 8px; } .progress-bar { height: 100%; width: 0%; background-color: #4caf50; transition: width 0.4s; } /* Left and right alignment for "Saving world..." text */ .progress-status { display: flex; justify-content: space-between; font-size: 0.9em; margin-top: 8px; color: #fff; } .footer { margin-top: 20px; text-align: center; font-size: 0.9em; } .footer-link { color: #ffffff; text-decoration: none; } .footer-link:hover { color: #b3b3b3; } @media (prefers-color-scheme: dark) { :root { color: #f6f6f6; background-color: #2f2f2f; } p { color: #ececec; } input, button { color: #ffffff; background-color: #0f0f0f98; border-style: inherit; } button:active { background-color: #0f0f0f69; } } .tooltip { position: relative; display: block; width: 100%; } .tooltip button { width: 100%; } .controls-box button { width: 100%; } /* Customization Settings */ .modal { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; } .modal-content { background-color: #797979; padding: 20px; border: 1px solid #797979; border-radius: 10px; width: 400px; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); } .close-button { color: #e9e9e9; float: right; font-size: 28px; font-weight: bold; cursor: pointer; } .close-button:hover { color: #ffffff; } #terrain-toggle { accent-color: #fecc44; } .terrain-toggle-container, .scale-slider-container { margin: 15px 0; } #fillground-toggle { accent-color: #fecc44; } .fillground-toggle-container, .scale-slider-container { margin: 15px 0; } #interior-toggle { accent-color: #fecc44; } .interior-toggle-container, .scale-slider-container { margin: 15px 0; } #roof-toggle { accent-color: #fecc44; } .roof-toggle-container, .scale-slider-container { margin: 15px 0; } .scale-slider-container label { display: block; margin-bottom: 5px; } #scale-value-slider { accent-color: #fecc44; } #slider-value { margin-left: 10px; font-weight: bold; } .bbox-input-container { margin-bottom: 20px; } .bbox-input-container label { display: block; margin-bottom: 5px; } #bbox-coords { width: 100%; padding: 8px; border: 1px solid #fecc44; border-radius: 4px; font-size: 14px; } #bbox-coords:focus { outline: none; border-color: #fecc44; box-shadow: 0 0 5px #fecc44; } /* Settings Modal Layout */ .settings-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .settings-row label { text-align: left; flex: 1; } .settings-control { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .settings-control input[type="range"] { width: 60%; } .settings-control input[type="text"], .settings-control input[type="number"] { width: 100%; max-width: 180px; padding: 5px; border-radius: 4px; border: 1px solid #fecc44; } .license-button-row { justify-content: center; margin-top: 15px; } .license-button { width: 80% !important; } /* Language dropdown styling */ .language-dropdown { width: 100%; max-width: 180px; padding: 5px 8px; border-radius: 4px; border: 1px solid #fecc44; background-color: #ffffff; color: #0f0f0f; appearance: menulist; cursor: pointer; font-size: 15px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } .language-dropdown option { padding: 5px; font-size: 15px; } /* Language dropdown styling */ .language-dropdown { /* Base styling already defined elsewhere */ } @media (prefers-color-scheme: dark) { .language-dropdown { background-color: #0f0f0f98; color: #ffffff; border: 1px solid #fecc44; } } .button-container { display: flex; align-items: center; justify-content: flex-start; gap: 5px; } .start-button { padding: 10px 20px; border: none; border-radius: 5px; font-size: 16px; cursor: pointer; transition: background-color 0.3s; } .start-button:hover { background-color: #4caf50; } .settings-button { width: 40px !important; height: 38px; border-radius: 5px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: background-color 0.3s, border-color 0.3s; } .settings-button .gear-icon::before { content: "⚙️"; font-size: 18px; } /* Logo Animation */ #arnis-logo { width: 35%; height: auto; opacity: 0; transform: scale(0); animation: zoomInLogo 1s ease-out forwards; } /* Keyframe Animation */ @keyframes zoomInLogo { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }