@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter+Tight:wght@400;500;600;700&display=swap";:root{--bg-app: #141411;--bg-card: #1c1c18;--bg-input: #141411;--bg-table-head: #17170f;--border: #2a2a25;--border-active: #3a3a34;--text-primary: #e8e4da;--text-secondary: #8b8680;--text-muted: #5a5a54;--gold: #c9a961;--gold-bg: rgba(201, 169, 97, .08);--green: #7fa650;--copper: #b87333;--red: #c94a4a;--gray-person: #8b8680;--toast-ok-bg: #2a3520;--toast-ok-text: #a9c77a;--toast-ok-border: #3a4a28;--toast-err-bg: #3a201c;--toast-err-text: #e08b80;--toast-err-border: #5a2c28;--font-serif: "Fraunces", serif;--font-sans: "Inter Tight", sans-serif;--max-width: 1280px;--radius: 2px}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background:var(--bg-app);color:var(--text-primary);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;cursor:pointer}input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}:focus-visible{outline:1px solid var(--gold);outline-offset:2px}::selection{background:var(--gold);color:var(--bg-app)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-app)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-active)}
