html,body{margin:15px;background-color:#ffb6c1;width:100%;display:flex;justify-content:center}.ds-console{width:800px;background-color:#c53030;border-radius:16px;border:8px solid #1a1a1a;box-shadow:0 6px 16px #00000080;display:flex;flex-direction:column;align-items:center;transform-origin:top left}.ds-screen-wrapper,.ds-bottom-container{display:flex;justify-content:center;width:100%;margin:10px;align-items:center}.ds-screen-wrapper{margin-bottom:2px}.ds-screen{background-color:#1a1a1a;padding:8px;border-radius:16px;width:100%;max-width:400px;display:flex;justify-content:center}.ds-screen-inner{width:400px;background-color:#fefefe;padding:10px;border-radius:12px;box-shadow:inset 0 0 8px #000;height:190px}.ds-screen-inner.ds-bottom-screen-inner{background-color:#bc8593;width:400px;height:190px;max-height:100%;overflow-y:auto}.ds-screen-inner.ds-bottom-screen-inner::-webkit-scrollbar{width:8px}.ds-screen-inner.ds-bottom-screen-inner::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.ds-screen-inner.ds-bottom-screen-inner::-webkit-scrollbar-track{background:transparent}.ds-screen-wrapper .ds-screen-inner{background-image:url(/top-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-shadow:1px 1px 2px black}.ds-divider{height:8px;background-color:#000;margin:8px 0;border-radius:4px;box-shadow:inset 0 -2px 4px #2f4f4f;width:80%}.ds-bottom-container{display:flex;justify-content:center;align-items:center;column-gap:15px;width:100%}.ds-dpad,.ds-ab-cross{display:flex;align-items:center;justify-content:center}.ds-dpad>div,.ds-ab-cross>div{display:grid;grid-template-areas:". up ." "left center right" ". down .";gap:8px;justify-items:center;align-items:center}.ds-dpad-button{width:25px;height:25px;background-color:#2d2d2d;border-radius:4px;border:2px solid #000;box-shadow:inset -2px -2px 4px #0000004d;cursor:pointer}.ds-dpad-button.up{grid-area:up}.ds-dpad-button.down{grid-area:down}.ds-dpad-button.left{grid-area:left}.ds-dpad-button.right{grid-area:right}.ds-dpad-button.center{grid-area:center;visibility:hidden}.ds-ab-circle{width:25px;height:25px;background-color:#e53e3e;color:#fff;font-size:14px;font-weight:700;border-radius:50%;border:2px solid #000;box-shadow:inset -2px -2px 4px #0000004d;display:flex;align-items:center;justify-content:center;cursor:pointer}.ds-ab-cross>div .ds-ab-circle:nth-child(1){grid-area:up}.ds-ab-cross>div .ds-ab-circle:nth-child(2){grid-area:center;visibility:hidden}.ds-ab-cross>div .ds-ab-circle:nth-child(3){grid-area:down}.ds-ab-cross>div .ds-ab-circle:nth-child(4){grid-area:left}.ds-ab-cross>div .ds-ab-circle:nth-child(5){grid-area:right}.ds-header{text-align:center;font-size:24px;color:#e53e3e;margin-bottom:10px;font-weight:700}.ds-preview{text-align:center;font-size:15px}.ds-menu-grid{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;height:100%;width:100%;max-width:500px;margin:0 auto}.ds-menu-item{width:80px;height:80px;border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}.ds-menu-item.selected{border:5px solid #e53e3e}.ds-menu-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid transparent}.ds-icon-img{max-width:100%;max-height:100%;object-fit:cover;image-rendering:pixelated}.ds-section-title{font-size:20px;text-align:center;margin-bottom:10px;font-weight:700}.ds-content{font-size:16px;line-height:1.8}.ds-avatar img{width:100px;height:100px;border-radius:50%;object-fit:scale-down;display:block;margin:0 auto 10px}.ds-screen-inner.ds-bottom-screen-inner{background-color:#bc8593;overflow-y:auto;max-height:320px}.force-mobile-landscape{transform:scale(.7);transform-origin:top center}
