*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #111a11;--bg2: #192319;--bg3: #1f2e1f;--surface: #243324;--surface2: #2d402d;--border: #3a503a;--text: #e8f0e8;--text2: #9ab09a;--text3: #6a806a;--accent: #7ec850;--accent2: #5aaa30;--hit: #7ec850;--miss: #e05050;--warn: #e8a030;--skeet: #e87c2e;--sporting: #4a9e6b;--trap: #c44b4b;--dtl: #5b7ec9;--font-display: "Bebas Neue", sans-serif;--font-body: "DM Sans", sans-serif;--radius: 12px;--radius-sm: 6px;--safe-bottom: env(safe-area-inset-bottom, 0px)}html,body,#root{height:100%;min-height:100dvh;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;-webkit-font-smoothing:antialiased;overscroll-behavior:none}button{cursor:pointer;font-family:var(--font-body);border:none;outline:none;transition:all .15s ease}button:active{transform:scale(.96)}input,select{font-family:var(--font-body);font-size:1rem;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.65rem .85rem;width:100%;outline:none;transition:border-color .15s}input:focus,select:focus{border-color:var(--accent)}input::placeholder{color:var(--text3)}select option{background:var(--bg2)}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
