@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Cinzel+Decorative:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--gold: #e0c97f;--gold-dark: #8b6914;--bg-dark: #0a0a0a;--bg-panel: #141414;--bg-panel2: #1e1e1e;--red: #c0392b;--green: #27ae60;--border: #2a2a2a;--text: #ccc;--grey-light: #aaa;--grey: #888;--grey-mid: #666;--grey-dark: #555;--gold-mid: #c9a14a;--teal: #5de8d5;--red-bright: #e74c3c;--green-bright: #4caf50;--z-overlay: 9999}html{font-size:clamp(13px,.6vw + 9.4px,16px)}*,*:before,*:after{cursor:url(../images/cursor_32.webp) 25 3,auto!important}body{font-family:Cinzel,serif;background:var(--bg-dark);color:var(--text);min-height:100vh;overflow-x:hidden}.hidden{display:none!important}#loading-screen{position:fixed;inset:0;background:#000;display:flex;align-items:center;justify-content:center;z-index:var(--z-overlay)}#loading-content{text-align:center}#loading-banner{width:min(480px,90vw);height:auto;display:block;margin:0 auto 20px}#loading-content h1{font-family:Cinzel Decorative,serif;font-size:3em;color:var(--gold);text-shadow:0 0 30px var(--gold-dark);margin-bottom:20px;animation:pulse 2s infinite}#loading-content p{color:var(--grey-light);margin-bottom:30px;font-size:1.1em}#loading-bar-container{width:300px;height:6px;background:#222;border-radius:3px;margin:0 auto 15px}#loading-bar{height:100%;background:linear-gradient(90deg,var(--red),var(--red-bright));border-radius:3px;width:0%;transition:width .3s}#loading-text{color:var(--grey-light);font-size:.9em}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}#lang-switch{position:absolute;top:10px;right:12px;display:flex;gap:6px;z-index:10}#lang-switch button{font-family:Cinzel,serif;font-size:.8em;font-weight:700;color:var(--grey-light);background:#141414b3;border:1px solid var(--border);border-radius:4px;padding:3px 8px;line-height:1}#lang-switch button.lang-active{color:var(--bg-dark);background:var(--gold);border-color:var(--gold)}#rotate-overlay{display:none}@media(orientation:landscape)and (max-height:500px)and (pointer:coarse){#rotate-overlay{display:flex;position:fixed;inset:0;z-index:100000;background:#0a0a0a;align-items:center;justify-content:center;text-align:center;padding:24px}#rotate-inner{max-width:420px}#rotate-icon{font-size:3.2em;animation:rotate-hint 2.2s ease-in-out infinite}#rotate-title{font-family:Cinzel,serif;color:var(--gold, #e0c97f);font-size:1.3em;margin:10px 0 4px}#rotate-sub{color:#b9a878;font-size:.95em}}@keyframes rotate-hint{0%,to{transform:rotate(0)}50%{transform:rotate(-90deg)}}
