:root{--theme-background-main: #12080a;--theme-background-panel: #1c0c10;--theme-background-raised: #271014;--theme-background-selected: #3d1618;--theme-text-primary: #f7f0e4;--theme-text-muted: #cbb6a8;--theme-border: #6a2a2c;--theme-accent: #b41c1c;--theme-accent-hover: #d12424;--theme-danger: #e03a3a;--theme-success: #6f9b4a;--theme-werewolf: #b41c1c;--theme-village: #e0b025;--theme-solo: #7d6bb5;--theme-dead: #5a4545}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%}html{-webkit-text-size-adjust:100%}body{min-height:100dvh;background:var(--theme-background-main);color:var(--theme-text-primary);font-family:Georgia,Times New Roman,serif;line-height:1.45}:root{--shell-header-height: 4.75rem;--shell-bottom-nav-height: 0px;--shell-sticky-offset: 0px}@media(max-width:767px){:root{--shell-header-height: calc(3.4rem + env(safe-area-inset-top, 0px)) ;--shell-bottom-nav-height: 3.25rem;--shell-sticky-offset: calc(var(--shell-bottom-nav-height) + env(safe-area-inset-bottom, 0px))}}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.button{border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-background-raised);color:var(--theme-text-primary);padding:.45rem .9rem}.button:hover:not(:disabled){border-color:var(--theme-accent);background:var(--theme-background-selected)}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{border-color:var(--theme-accent);background:var(--theme-accent);color:var(--theme-text-primary)}.button--primary:hover:not(:disabled){background:var(--theme-accent-hover)}.button--danger{border-color:var(--theme-danger);color:var(--theme-danger)}.field{display:flex;flex-direction:column;gap:.25rem}.field input,.field select,.field textarea{border:1px solid var(--theme-border);border-radius:8px;background:var(--theme-background-main);color:var(--theme-text-primary);padding:.4rem .6rem}.panel{border:1px solid var(--theme-border);border-radius:12px;background:var(--theme-background-panel);padding:1rem}.muted{color:var(--theme-text-muted)}.warning{color:var(--theme-danger)}@media(max-width:767px){.button{min-height:2.75rem;padding:.7rem 1rem}.field input,.field select,.field textarea,input:not([type=checkbox]):not([type=radio]),select,textarea{min-height:2.75rem;font-size:1rem}}
