:root{--bg: #0e0f10;--panel: #15171a;--panel2: #101214;--border: #3b3f45;--borderGold: #caa85a;--text: #e0e0c0;--muted: #a1a19a;--accent: #76cfff;--danger: #ff3b30;--warn: #ff9500;--ok: #9acd32;--info: #6495ed;--mana: #1e3a8a;--shadow: rgba(0, 0, 0, .5);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color-scheme:dark;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;overflow:hidden}#root{width:100%;height:100%}body{margin:0;background:var(--bg);color:var(--text)}*{box-sizing:border-box}button,input{font:inherit}button{cursor:pointer}::selection{background:#76cfff47}.appRoot{width:100%;height:100%;background:radial-gradient(circle at top,rgba(204,134,92,.16),transparent 26%),linear-gradient(180deg,#0d0908,#120c0a);color:var(--text)}.appLoadingSplash{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 50% 24%,#ffb65f29,#0d0908b8 48%,#060404f5),#090706;display:flex;align-items:center;justify-content:center}.appLoadingSplashImage{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.appLoadingSplashOverlay{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:flex-start;padding:8px 10px;background:linear-gradient(180deg,#180e0a52,#0000000f 20%,#0000)}.appLoadingSplashLabel{color:#f8dfaff5;font-size:12px;line-height:1.2;text-shadow:0 1px 2px rgba(0,0,0,.75)}.appCrashSplash{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at center,#93433647,#000000d6 62%),#090706}.appCrashSplashPanel{width:min(560px,100%);padding:18px 20px}.appCrashSplashTitle{font-size:18px;font-weight:700;color:#f2dac2;margin-bottom:10px}.appCrashSplashText{color:#f8ead6eb;line-height:1.45}.appCrashSplashText+.appCrashSplashText{margin-top:8px}.appCrashSplashTextMuted{color:#f0d6b0b8}.appCrashSplashActions{display:flex;justify-content:flex-end;margin-top:16px}
