.shadow-1{box-shadow:0 4px 12px rgba(0,0,0,0.2)}.shadow-2{box-shadow:0 4px 8px rgba(0,0,0,0.1)}.shadow-3{box-shadow:0 4px 4px rgba(0,0,0,0.05)}#game-container{position:relative;margin:0 auto;box-sizing:content-box;border:2px solid #1E1625;border-radius:4px;background-color:#1E1625;padding:6px;transition:border .5s linear}#game-container.active{border:2px solid #e67864}#game-container.pseudo-fullscreen{position:fixed;top:0;left:0;display:flex;flex-direction:column;width:100% !important;max-width:none !important;height:100vh;height:100dvh;z-index:9999;margin:0;padding:0;border:none !important;border-radius:0;background-color:#000;box-sizing:border-box;user-select:none}#game-container.pseudo-fullscreen #game-body{position:relative;flex:1;min-height:0;width:100%;padding-bottom:0 !important}#game-container.pseudo-fullscreen #game-embed{max-width:100%;max-height:100%}#game-container.pseudo-fullscreen #game-options{display:flex;flex-shrink:0;border:none;border-top:1px solid rgba(255,255,255,0.25);box-shadow:0 4px 8px rgba(0,0,0,0.1)}@media (orientation:portrait){html.pseudo-fullscreen.pseudo-fs-landscape #game-container.pseudo-fullscreen{width:100vh !important;height:100vw;transform:translate(calc((100vw - 100vh) / 2), calc((100vh - 100vw) / 2)) rotate(90deg)}}@media (orientation:landscape){html.pseudo-fullscreen.pseudo-fs-portrait #game-container.pseudo-fullscreen{width:100vh !important;height:100vw;transform:translate(calc((100vw - 100vh) / 2), calc((100vh - 100vw) / 2)) rotate(-90deg)}}#game-body{position:relative;overflow:hidden;visibility:hidden}#game-body.sized{visibility:visible}#game-body:fullscreen{padding-bottom:0 !important;background-color:#000}#game-embed{display:none;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;overflow:auto}#game-options{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.25rem;padding:.25rem .5rem;background-color:#1E1625}#game-options>a{cursor:pointer}#game-options.fullscreen-disabled{display:none}.game-prompt{visibility:hidden;display:none;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;background-color:rgba(30,22,37,0.5);backdrop-filter:none;opacity:0;pointer-events:none;transition:opacity .1s ease-in-out,visibility .1s linear}.game-prompt::before,.game-prompt::after{content:'';flex:1}.game-prompt.active{display:flex;visibility:visible;backdrop-filter:blur(8px);opacity:1;pointer-events:auto}#game-preload{background-color:transparent}#game-preload>div{padding:1rem 0}#game-preload.active{backdrop-filter:none}#game-preload>img{width:auto;border-radius:4px}@keyframes game-toast-enter{from{opacity:0;transform:translateX(calc(100% + .5rem))}to{opacity:1;transform:translateX(0)}}@keyframes game-toast-exit{from{opacity:1}to{opacity:0}}.game-toasts{position:absolute;bottom:.5rem;right:.5rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;pointer-events:none}.game-toast{display:flex;align-items:center;gap:.5rem;width:256px;min-height:64px;padding:.5rem;background-color:rgba(64,50,75,0.5);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,0.25);border-radius:4px;box-shadow:0 4px 8px rgba(0,0,0,0.1);pointer-events:auto;cursor:pointer;animation:game-toast-enter .2s ease-out}.game-toast.dismissing{animation:game-toast-exit 1s ease-in forwards;pointer-events:none}.game-toast>.toast-icon{flex-shrink:0;width:48px;height:48px;border-radius:4px;border:1px solid rgba(255,255,255,0.25);object-fit:cover;background-color:#1E1625}.game-toast>.toast-content{flex:1;min-width:0;font-size:12px;white-space:nowrap}.game-toast>.toast-content>.toast-header{display:flex;justify-content:space-between;align-items:baseline;gap:.25rem}.game-toast>.toast-content>.toast-header>.toast-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;font-weight:bold;color:rgba(255,255,255,0.6)}.game-toast>.toast-content>.toast-header>.toast-exp{flex-shrink:0;font-weight:bold;color:#68CFB6}.game-toast>.toast-content>.toast-subtitle{display:block;overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,0.4)}.game-toast>.toast-content>.toast-description{display:block;overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,0.2)}