body.embed-body{margin:0;padding:0;overflow:hidden;min-height:100vh}.embed-container{display:flex;flex-direction:column;height:100vh;padding:0;gap:0}.embed-container header{min-height:auto;padding:4px 8px;border-bottom:1px solid rgba(255,255,255,.1)}.embed-container #menu{gap:6px}.embed-container .menu-buttons{gap:6px}.embed-container .game-area{flex:1;min-height:0}.embed-container main{flex:1;display:flex;flex-direction:column;min-height:0}.embed-container #game-board{width:100vw;--grid-width:calc(100vw - 16px);padding:8px;border-radius:0;box-shadow:none}playing-card[data-back-img]{position:relative;overflow:hidden}.card-back-overlay{position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);object-fit:cover;border-radius:10px;pointer-events:none;z-index:1}.embed-powered-by{text-align:center;padding:3px 0;flex-shrink:0}.embed-powered-by a{color:rgba(255,255,255,.5);text-decoration:none;font-size:11px}.embed-powered-by a:hover{color:rgba(255,255,255,.8);text-decoration:underline}