*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}#game-container,#ui-root,#game{position:absolute;width:100%;height:100%}#full-screen-death{position:absolute;width:100%;height:100%;z-index:99999;background-color:#000;display:flex;align-items:center;justify-content:center;display:none}.fsd-inner{display:flex;justify-content:center;align-items:center;flex-direction:column}#full-screen-death h1{color:#fff;font-size:64px}#full-screen-death button{font-size:32px;padding:12px 20px}#paperdoll-screen.visible{display:flex}#paperdoll-screen.hidden{display:none}#paperdoll-screen div.paperdoll-item{width:300px;margin-bottom:10px}#screen-parent{position:absolute;inset:0;height:100%;width:100%;justify-content:center;align-items:center;z-index:7000;display:flex;pointer-events:none}#screen-parent>*{max-height:100%}#settings-screen.visible{display:flex}#settings-screen.hidden{display:none}#debug-item-roller-screen.visible{display:flex}#debug-item-roller-screen.hidden{display:none}#debug-item-switcher-screen.visible{display:flex}#debug-item-switcher-screen.hidden{display:none}#debug-item-switcher-screen div.item-switcher-dropdown{display:flex;flex-direction:column;margin-bottom:20px}.close-screen{cursor:pointer;border:1px solid blue;position:absolute;top:-15px;right:-15px;background-color:#fff;color:#000;font-size:24px;margin:0;padding:5px 10px;border-radius:50%}#ui{position:absolute;display:flex;inset:0;height:100%;width:100%;pointer-events:none;align-items:center;justify-content:center}.screen{pointer-events:all;border:2px solid red;background:#000;border-radius:20px;color:#fff;padding:10px 20px;position:relative;display:flex}
