@charset "UTF-8";html,body{margin:0;padding:0;height:100%;background:var(--theme-bg, #05060a);color:var(--theme-text, #ffffff)}:root{--app-max-width: 1200px;--theme-color: #f7aa02;--theme-color-light: #ffd76a;--theme-color-dark: #b87700;--theme-color-rgb: 247, 170, 2;--theme-bg: #05060a;--theme-bg-secondary: #16161a;--theme-text: #ffffff;--theme-border: rgba(255, 255, 255, .08);--theme-glow-strength: 1;--theme-pulse-speed: 2.8s}:root.theme-dark{--theme-bg: #05060a;--theme-bg-secondary: #16161a;--theme-text: #ffffff;--theme-border: rgba(255, 255, 255, .08)}:root.theme-light{--theme-bg: #f5f5f7;--theme-bg-secondary: #ffffff;--theme-text: #111111;--theme-border: rgba(0, 0, 0, .08)}:root.theme-anim-pulse{--theme-glow-strength: 1;--theme-pulse-speed: 2.8s}:root.theme-anim-glow{--theme-glow-strength: 1.3;--theme-pulse-speed: 3.4s}:root.theme-anim-shimmer{--theme-glow-strength: 1.1;--theme-pulse-speed: 2s}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--theme-bg, #05060a)}.app-shell-main{flex:1;width:100%;box-sizing:border-box}.centered-content{width:100%;max-width:var(--app-max-width);margin:0 auto;box-sizing:border-box;padding:0 1rem}.app-width{width:100%;max-width:var(--app-max-width);margin:0 auto;padding:0 1rem;box-sizing:border-box}.theme-pulse,:root.theme-anim-pulse .theme-pulse-target{animation:themePulse var(--theme-pulse-speed) infinite ease-in-out}@keyframes themePulse{0%{filter:drop-shadow(0 0 0 var(--theme-color))}50%{filter:drop-shadow(0 0 calc(12px * var(--theme-glow-strength)) var(--theme-color))}to{filter:drop-shadow(0 0 0 var(--theme-color))}}.theme-glow,:root.theme-anim-glow .theme-glow-target{animation:themeGlow 3.5s infinite ease-in}@keyframes themeGlow{0%,to{opacity:.9;text-shadow:0 0 calc(6px * var(--theme-glow-strength)) var(--theme-color),0 0 calc(14px * var(--theme-glow-strength)) var(--theme-color-dark)}50%{opacity:1;text-shadow:0 0 calc(10px * var(--theme-glow-strength)) var(--theme-color),0 0 calc(20px * var(--theme-glow-strength)) var(--theme-color-dark)}}.theme-shimmer,:root.theme-anim-shimmer .theme-shimmer-target{background-image:linear-gradient(90deg,var(--theme-color) 0%,transparent 50%,var(--theme-color) 100%);background-size:200% 100%;animation:themeShimmer 2s infinite linear}@keyframes themeShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
