.ygo-section{max-width:980px;margin:28px auto;padding:22px;border:1px solid #b99a4c66;border-radius:22px;background:linear-gradient(145deg,#17120d,#08090c);box-shadow:0 26px 80px #000c;color:#fff}.ygo-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.ygo-head h2{margin:0;font-size:clamp(1.35rem,4vw,2rem);color:#f5d77a}.ygo-head p{margin:5px 0 0;color:#aaa;font-size:.72rem}.ygo-actions{display:flex;gap:8px}.ygo-actions button{padding:9px 12px;border:1px solid #c8a85c66;border-radius:9px;background:#231d15;color:#f6dda0;font-weight:800;cursor:pointer}.ygo-arena{position:relative;overflow:hidden;min-height:620px;border:2px solid #92763c;border-radius:17px;background:#10130c url('assets/yugioh/duel-map.png') center/cover no-repeat;box-shadow:inset 0 0 80px #000b}.ygo-arena::after{content:'';position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at center,transparent 35%,#020402b8 110%)}.ygo-hud{position:absolute;z-index:4;left:14px;right:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.ygo-hud.ai{top:12px}.ygo-hud.player{bottom:12px}.ygo-duelist{display:flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid #ffffff3b;border-radius:999px;background:#090b09d9;box-shadow:0 8px 18px #0008}.ygo-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#9f3027,#3a0908)}.ygo-duelist b{display:block;font-size:.7rem}.ygo-lp{color:#ffdf72;font:900 .82rem Arial}.ygo-deck-count{padding:7px 10px;border-radius:8px;background:#0b0b0ce6;color:#ddd;font-size:.64rem}.ygo-board{position:absolute;z-index:2;left:7%;right:7%;display:grid;grid-template-columns:repeat(5,1fr);gap:1.7%}.ygo-board.ai{top:18%}.ygo-board.player{bottom:24%}.ygo-zone{aspect-ratio:.69;border:1px solid #e1d5aa55;border-radius:6px;background:#10130c42;box-shadow:inset 0 0 15px #0007;display:grid;place-items:center}.ygo-card{position:relative;width:100%;height:100%;overflow:hidden;border:2px solid #b8933f;border-radius:6px;background:linear-gradient(145deg,#5b3a19,#21150e);box-shadow:0 7px 16px #000a;cursor:pointer;transform-style:preserve-3d;transition:.22s ease}.ygo-card:hover{transform:translateY(-7px) scale(1.04);z-index:5;box-shadow:0 14px 25px #000,0 0 18px #ffd65a66}.ygo-card img{width:100%;height:100%;object-fit:cover;display:block}.ygo-card.back{background:repeating-radial-gradient(ellipse at center,#2d1407 0 7px,#ad5b1c 8px 10px,#160a04 11px 16px);border-color:#6e411f}.ygo-card-stats{position:absolute;left:2px;right:2px;bottom:2px;padding:2px;border-radius:3px;background:#050505dc;color:#fff;font:800 clamp(7px,1vw,10px) Arial;text-align:center}.ygo-hand{position:absolute;z-index:5;left:10%;right:10%;bottom:7%;height:105px;display:flex;justify-content:center;align-items:end;pointer-events:none}.ygo-hand .ygo-card{width:70px;height:101px;flex:0 0 70px;margin-left:-14px;pointer-events:auto;transform:rotate(var(--fan)) translateY(var(--lift))}.ygo-hand .ygo-card:hover{transform:rotate(0) translateY(-25px) scale(1.2)}.ygo-hand.ai{top:5%;bottom:auto;height:72px;align-items:start}.ygo-hand.ai .ygo-card{width:48px;height:69px;flex-basis:48px;margin-left:-10px;cursor:default}.ygo-hand.ai .ygo-card:hover{transform:none}.ygo-message{position:absolute;z-index:8;left:50%;top:50%;max-width:75%;padding:11px 19px;border:1px solid #ffd86f88;border-radius:999px;background:#080808e8;color:#ffe28b;font-weight:900;text-align:center;transform:translate(-50%,-50%);box-shadow:0 0 30px #000;pointer-events:none;opacity:0;transition:.25s}.ygo-message.show{opacity:1;animation:ygoMessage 1.7s both}.ygo-start{position:absolute;z-index:10;inset:0;display:grid;place-items:center;background:#030503cf;backdrop-filter:blur(5px)}.ygo-start.hidden{display:none}.ygo-start-card{width:min(82%,380px);padding:28px;border:1px solid #d5b65e;border-radius:18px;background:linear-gradient(145deg,#241b11,#0b0c0e);text-align:center;box-shadow:0 25px 70px #000}.ygo-start-card h3{margin:0 0 10px;color:#f5d77a;font-size:1.5rem}.ygo-start-card p{color:#aaa;font-size:.72rem;line-height:1.6}.ygo-start-card button{width:100%;padding:13px;border:0;border-radius:10px;background:linear-gradient(100deg,#b68b35,#f0d372);color:#18120a;font-weight:950;cursor:pointer}.ygo-card.summoning{animation:ygoSummon .8s ease}.ygo-card.attacking{animation:ygoAttack .55s ease}.ygo-arena.hit{animation:ygoHit .35s ease}.ygo-card.destroyed{animation:ygoDestroy .55s forwards}.ygo-loading{color:#e6c96f}.ygo-catalog{margin-top:12px;color:#777;font-size:.62rem;text-align:center}@keyframes ygoSummon{0%{transform:scale(2.2) rotateY(180deg);filter:brightness(3);opacity:0}70%{filter:drop-shadow(0 0 22px #fff08a)}100%{transform:none;opacity:1}}@keyframes ygoAttack{50%{transform:translateY(-35px) scale(1.16);filter:brightness(2)}}@keyframes ygoDestroy{to{transform:scale(1.7) rotate(18deg);filter:brightness(4) blur(4px);opacity:0}}@keyframes ygoHit{50%{filter:brightness(2.4) saturate(2)}}@keyframes ygoMessage{0%,100%{opacity:0;transform:translate(-50%,-40%)}15%,80%{opacity:1;transform:translate(-50%,-50%)}}
@media(max-width:720px){.ygo-section{margin:12px 2px;padding:9px}.ygo-head{display:block}.ygo-actions{margin-top:9px}.ygo-arena{min-height:520px;border-radius:10px}.ygo-board{left:4%;right:4%;gap:1.2%}.ygo-board.ai{top:20%}.ygo-board.player{bottom:25%}.ygo-hand{left:3%;right:3%;height:88px}.ygo-hand .ygo-card{width:58px;height:84px;flex-basis:58px;margin-left:-12px}.ygo-hud{left:7px;right:7px}.ygo-duelist{padding:5px 8px}.ygo-avatar{width:26px;height:26px}.ygo-card-stats{font-size:7px}.ygo-catalog{font-size:.55rem}}
.ygo-choice .game-icon img{object-fit:cover;image-rendering:auto}
.ygo-arena{background:#10130c!important;isolation:isolate}.ygo-map-layer{position:absolute;z-index:-1;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;filter:saturate(1.12) contrast(1.04)}.ygo-arena::after{z-index:0;background:linear-gradient(90deg,#0006,transparent 22%,transparent 78%,#0006)!important}.ygo-turnbar{position:absolute;z-index:7;top:12px;left:50%;display:flex;align-items:center;gap:9px;padding:6px 9px 6px 13px;border:1px solid #f2cf6d99;border-radius:999px;background:#070906e8;color:#f4dfa1;font:900 10px Arial;transform:translateX(-50%);box-shadow:0 5px 18px #0009}.ygo-turnbar strong{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#b52b20;color:#fff;font-size:13px}.ygo-turnbar strong.danger{animation:ygoTimerPulse .65s infinite}.ygo-spells{position:absolute;z-index:2;left:20%;right:20%;display:grid;grid-template-columns:repeat(5,1fr);gap:2%}.ygo-spells.ai{top:41%}.ygo-spells.player{bottom:42%}.ygo-spells .ygo-zone{aspect-ratio:.69;transform:scale(.7);opacity:.9}.ygo-card.defense{transform:rotate(90deg) scale(.72)}.ygo-card-menu{position:absolute;z-index:20;left:50%;bottom:20%;display:none;width:min(86%,420px);padding:13px;border:1px solid #e7c360;border-radius:13px;background:#080a09f2;color:#fff;text-align:center;transform:translateX(-50%);box-shadow:0 18px 50px #000}.ygo-card-menu.open{display:block;animation:ygoMenuIn .2s ease}.ygo-card-menu strong{display:block;margin-bottom:10px;color:#f2d77f}.ygo-card-menu div{display:flex;justify-content:center;gap:7px}.ygo-card-menu button{padding:9px 12px;border:1px solid #caa64e;border-radius:8px;background:#332712;color:#fff;font-weight:800}.ygo-card.spell{border-color:#49b893}.ygo-card.trap{border-color:#d75b9c}@keyframes ygoTimerPulse{50%{background:#ff1f1f;transform:scale(1.12)}}@keyframes ygoMenuIn{from{opacity:0;transform:translate(-50%,10px)}}
@media(max-width:720px){.ygo-turnbar{top:58px}.ygo-turnbar span{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ygo-board.ai{top:23%}.ygo-spells.ai{top:39%}.ygo-spells.player{bottom:39%}.ygo-board.player{bottom:23%}.ygo-card-menu{bottom:19%}.ygo-map-layer{object-fit:cover}.ygo-hud.ai{top:8px}.ygo-hud.player{bottom:7px}}
.ygo-map-layer{z-index:0}
.ygo-section{width:100%;max-width:1100px!important;margin:12px auto!important;padding:12px!important;background:#020304!important}.ygo-arena{width:100%;min-height:0!important;aspect-ratio:16/9;background:#020304 url('duel-map.png?v=2') center/100% 100% no-repeat!important}.ygo-map-layer{display:block!important;visibility:visible!important;inset:0!important;width:100%!important;height:100%!important;object-fit:fill!important;opacity:1!important;filter:none!important}.ygo-arena::after{background:linear-gradient(90deg,#0003,transparent 14%,transparent 86%,#0003)!important}.ygo-zone{border-color:#fff2!important;background:transparent!important;box-shadow:inset 0 0 8px #0005!important}.ygo-board{left:18%!important;right:18%!important;gap:2%!important}.ygo-board.ai{top:20%!important}.ygo-board.player{bottom:20%!important}.ygo-spells{left:24%!important;right:24%!important}.ygo-spells.ai{top:39%!important}.ygo-spells.player{bottom:39%!important}.ygo-spells .ygo-zone{transform:scale(.62)}
@media(max-width:720px){.ygo-section{margin:0!important;padding:4px!important;border:0!important;border-radius:0!important}.ygo-head{padding:6px 5px}.ygo-head p{display:none}.ygo-arena{min-height:0!important;aspect-ratio:16/9!important;border-radius:4px!important}.ygo-turnbar{top:5px!important;padding:3px 5px 3px 8px!important;font-size:7px!important}.ygo-turnbar strong{width:22px!important;height:22px!important;font-size:9px!important}.ygo-hud{left:5px!important;right:5px!important}.ygo-hud.ai{top:4px!important}.ygo-hud.player{bottom:4px!important}.ygo-duelist{padding:2px 5px!important;gap:4px!important}.ygo-avatar{width:18px!important;height:18px!important;font-size:9px!important}.ygo-duelist b{font-size:6px!important}.ygo-lp{font-size:7px!important}.ygo-deck-count{padding:3px 5px!important;font-size:6px!important}.ygo-board{left:15%!important;right:15%!important;gap:2%!important}.ygo-board.ai{top:19%!important}.ygo-board.player{bottom:19%!important}.ygo-spells{left:23%!important;right:23%!important}.ygo-spells.ai{top:38%!important}.ygo-spells.player{bottom:38%!important}.ygo-hand{left:20%!important;right:20%!important;bottom:5%!important;height:43px!important}.ygo-hand .ygo-card{width:30px!important;height:43px!important;flex-basis:30px!important;margin-left:-6px!important}.ygo-hand.ai{top:4%!important;bottom:auto!important;height:34px!important}.ygo-hand.ai .ygo-card{width:24px!important;height:34px!important;flex-basis:24px!important}.ygo-card-stats{font-size:4px!important}.ygo-card-menu{bottom:4%!important;padding:7px!important}.ygo-card-menu strong{margin-bottom:5px!important;font-size:8px!important}.ygo-card-menu button{padding:5px 7px!important;font-size:7px!important}.ygo-message{padding:5px 8px!important;font-size:7px!important}.ygo-catalog{margin:5px 0 2px!important}.ygo-actions button{padding:7px 9px!important;font-size:9px!important}}
.ygo-duelist small{display:block;margin-bottom:1px;color:#e7c771;font:800 7px Arial;letter-spacing:.12em}.ygo-duelist b{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ygo-lp{display:flex;align-items:baseline;gap:5px}.ygo-lp strong{font-size:1.12em;text-shadow:0 0 12px #ffd86b}.ygo-deck-pile{position:absolute;z-index:3;width:7%;aspect-ratio:.69}.ygo-deck-pile.ai{right:3%;top:4%}.ygo-deck-pile.player{left:3%;bottom:4%}.ygo-deck-pile i{position:absolute;inset:0;border:2px solid #d9a446;border-radius:5px;background:repeating-radial-gradient(ellipse,#281006 0 6px,#ba651d 7px 9px,#170904 10px 14px);box-shadow:0 5px 12px #000b}.ygo-deck-pile i:nth-child(2){transform:translate(3px,-3px)}.ygo-deck-pile i:nth-child(3){transform:translate(6px,-6px)}.ygo-card.deal-player{animation:ygoDealPlayer .65s cubic-bezier(.2,.8,.2,1) both}.ygo-card.deal-ai{animation:ygoDealAi .65s cubic-bezier(.2,.8,.2,1) both}.ygo-duel-intro{position:absolute;z-index:30;inset:0;display:none;place-items:center;pointer-events:none;background:radial-gradient(circle,#0c172044,transparent 65%)}.ygo-duel-intro.play{display:grid;animation:ygoIntroFade 1.5s both}.ygo-duel-intro span,.ygo-duel-intro strong{position:absolute;font-family:Arial Black,Arial,sans-serif;font-style:italic;letter-spacing:.08em}.ygo-duel-intro span{font-size:clamp(28px,7vw,78px);color:#e1c264;animation:ygoReady .65s both}.ygo-duel-intro strong{font-size:clamp(46px,12vw,132px);color:#fff;text-shadow:0 0 7px #fff,0 0 28px #2baeff,5px 6px 0 #173c70;animation:ygoDuel .9s .55s both}.ygo-duel-intro i{position:absolute;width:140%;height:3px;background:#fff;box-shadow:0 0 18px 6px #45b9ff;animation:ygoSlash .8s .55s both}@keyframes ygoDealPlayer{0%{opacity:0;transform:translate(-480px,180px) rotate(-35deg) scale(.35)}70%{opacity:1;transform:translate(12px,-8px) rotate(5deg) scale(1.12)}}@keyframes ygoDealAi{0%{opacity:0;transform:translate(480px,-180px) rotate(35deg) scale(.35)}70%{opacity:1;transform:translate(-12px,8px) rotate(-5deg) scale(1.12)}}@keyframes ygoIntroFade{0%,90%{opacity:1}100%{opacity:0;visibility:hidden}}@keyframes ygoReady{0%{opacity:0;transform:scale(2.8);filter:blur(12px)}55%,100%{opacity:1;transform:scale(1);filter:none}}@keyframes ygoDuel{0%{opacity:0;transform:scale(.2) rotate(-7deg)}45%{opacity:1;transform:scale(1.15) rotate(1deg)}100%{opacity:0;transform:scale(1.8)}}@keyframes ygoSlash{0%{opacity:0;transform:scaleX(0) rotate(-8deg)}55%{opacity:1;transform:scaleX(1) rotate(-8deg)}100%{opacity:0;transform:scaleX(1.2) rotate(-8deg)}}
@media(max-width:720px){.ygo-duelist small{font-size:4px!important}.ygo-deck-pile{width:7%}.ygo-deck-pile i{border-width:1px}.ygo-duel-intro span{font-size:22px}.ygo-duel-intro strong{font-size:46px}}
.ygo-board{left:20%!important;right:20%!important;gap:1.6%!important}.ygo-board.ai{top:24%!important}.ygo-board.player{bottom:25%!important}.ygo-spells{left:23%!important;right:23%!important;gap:2%!important}.ygo-spells.ai{top:12%!important}.ygo-spells.player{bottom:11%!important}.ygo-zone{position:relative;aspect-ratio:1.16!important;border:1px dashed #f4e7bb38!important;border-radius:10%!important}.ygo-zone::after{content:attr(data-slot);position:absolute;right:3px;bottom:2px;color:#fff3;font:700 6px Arial}.ygo-zone>.ygo-card.on-tile{width:62%!important;height:112%!important;justify-self:center;align-self:center;border-radius:4px;animation:ygoSnapTile .42s cubic-bezier(.18,.9,.25,1)}.ygo-spells .ygo-zone{transform:none!important}.ygo-spells .ygo-zone>.ygo-card.on-tile{width:58%!important;height:106%!important}.ygo-zone>.ygo-card.defense{transform:rotate(90deg) scale(.72)!important}@keyframes ygoSnapTile{0%{opacity:0;transform:translateY(-70px) scale(1.65) rotate(-8deg)}70%{opacity:1;transform:translateY(4px) scale(.92)}100%{transform:none}}
@media(max-width:720px){.ygo-board{left:18%!important;right:18%!important}.ygo-board.ai{top:24%!important}.ygo-board.player{bottom:25%!important}.ygo-spells{left:22%!important;right:22%!important}.ygo-spells.ai{top:12%!important}.ygo-spells.player{bottom:11%!important}.ygo-zone{border-width:.5px!important}.ygo-zone::after{display:none}.ygo-zone>.ygo-card.on-tile{width:64%!important;height:112%!important}}
.ygo-zone>.ygo-card.on-tile{animation:none!important}.ygo-zone>.ygo-card.on-tile.placing{animation:ygoSnapTile .42s cubic-bezier(.18,.9,.25,1)!important}
.ygo-logo-face{background:#080d19 url('yugioh-duelists.png?v=6') 8% 47%/310% auto no-repeat!important;border:2px solid #d7ad42!important;box-shadow:0 0 18px #8f43ff77!important}.ygo-attack-beam{position:absolute;z-index:25;height:5px;transform-origin:left center;border-radius:999px;background:linear-gradient(90deg,#fff,#72d9ff 35%,#8245ff);box-shadow:0 0 8px #fff,0 0 22px #28a7ff;animation:ygoBeam .62s both;pointer-events:none}.ygo-defense-shield{position:absolute;z-index:26;width:70px;height:70px;border:5px solid #64dbff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 14px #fff,0 0 35px #19aaff,inset 0 0 25px #4fdcff99;animation:ygoShield .7s both;pointer-events:none}.ygo-character-select{position:absolute;z-index:35;inset:0;display:none;place-items:center;padding:4%;background:#02050aeb;backdrop-filter:blur(7px)}.ygo-character-select.open{display:grid;animation:ygoSelectIn .35s ease}.ygo-character-panel{width:min(92%,820px);padding:20px;border:1px solid #d3ab4e;border-radius:18px;background:linear-gradient(145deg,#111a29,#05070c);box-shadow:0 25px 80px #000}.ygo-character-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ygo-character-panel small{color:#b79957;font-weight:900;letter-spacing:.14em}.ygo-character-panel h3{margin:3px 0 0;color:#fff;font-size:clamp(17px,3vw,30px)}.ygo-character-panel header>strong{width:52px;height:52px;display:grid;place-items:center;border:2px solid #e0ba57;border-radius:50%;color:#fff;font-size:20px;box-shadow:0 0 18px #a56cff77}.ygo-character-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ygo-character-grid button{overflow:hidden;padding:0 0 12px;border:1px solid #ffffff24;border-radius:13px;background:#0c1220;color:#fff;cursor:pointer;transition:.2s}.ygo-character-grid button:hover{border-color:#ffd668;transform:translateY(-6px);box-shadow:0 12px 30px #000,0 0 18px #7d48ff66}.ygo-character-grid i{display:block;height:150px;background-image:url('yugioh-duelists.png?v=6');background-size:310% auto;background-position:var(--char-pos,40%) 48%;background-repeat:no-repeat}.ygo-character-grid button:nth-child(1) i{--char-pos:40%}.ygo-character-grid button:nth-child(2) i{--char-pos:59%}.ygo-character-grid button:nth-child(3) i{--char-pos:76%}.ygo-character-grid button:nth-child(4) i{--char-pos:94%}.ygo-character-grid b,.ygo-character-grid span{display:block}.ygo-character-grid b{margin-top:8px}.ygo-character-grid span{margin-top:3px;color:#a9a9b1;font-size:9px}@keyframes ygoBeam{0%{width:0!important;opacity:0}25%{opacity:1;filter:brightness(2)}100%{opacity:0}}@keyframes ygoShield{0%{opacity:0;transform:translate(-50%,-50%) scale(.15) rotate(-40deg)}45%{opacity:1;transform:translate(-50%,-50%) scale(1.15)}100%{opacity:0;transform:translate(-50%,-50%) scale(.8) rotate(30deg)}}@keyframes ygoSelectIn{from{opacity:0;transform:scale(1.06)}}
@media(max-width:720px){.ygo-character-panel{padding:9px}.ygo-character-panel header{margin-bottom:7px}.ygo-character-panel header>strong{width:34px;height:34px;font-size:12px}.ygo-character-grid{gap:5px}.ygo-character-grid i{height:58px}.ygo-character-grid button{padding-bottom:5px}.ygo-character-grid b{font-size:7px}.ygo-character-grid span{font-size:5px}.ygo-defense-shield{width:34px;height:34px;border-width:2px}.ygo-attack-beam{height:2px}}
.ygo-room-actions{margin-top:10px;padding-top:10px;border-top:1px solid #ffffff17}.ygo-room-actions>button{margin-bottom:7px;background:linear-gradient(100deg,#243c6b,#5d36a8)!important;color:#fff!important}.ygo-room-actions>div{display:grid;grid-template-columns:1fr auto;gap:6px}.ygo-room-actions input{min-width:0;padding:10px;border:1px solid #ffffff25;border-radius:8px;background:#05080e;color:#fff;text-transform:uppercase;font-weight:900;letter-spacing:.16em}.ygo-room-actions div button{padding:8px 11px;border:1px solid #bd9e53;border-radius:8px;background:#211a10;color:#ffe29a;font-weight:900}.ygo-room-actions small{display:block;min-height:18px;margin-top:7px;color:#79d7ff;font-size:8px;line-height:1.4}
.ygo-hidden-media{display:none!important}.ygo-deck-count{display:none!important}.ygo-logo-face{background-image:url('yugi-logo.png?v=8')!important;background-size:cover!important;background-position:center 38%!important}.ygo-character-grid i{background-size:cover!important;background-position:center!important}.ygo-character-grid button:nth-child(1) i{background-image:url('duelist-yugi.png?v=8')!important}.ygo-character-grid button:nth-child(2) i{background-image:url('duelist-kaiba.png?v=8')!important}.ygo-character-grid button:nth-child(3) i{background-image:url('duelist-joey.png?v=8')!important}.ygo-character-grid button:nth-child(4) i{background-image:url('duelist-mai.png?v=8')!important}.ygo-deck-pile.ai{left:3%!important;right:auto!important;top:4%!important}.ygo-deck-pile.player{left:auto!important;right:3%!important;bottom:4%!important}.ygo-deck-pile span{position:absolute;left:50%;top:112%;min-width:70px;padding:4px 7px;border-radius:999px;background:#05070bd9;color:#fff;font:800 8px Arial;text-align:center;white-space:nowrap;transform:translateX(-50%);box-shadow:0 5px 14px #0009}.ygo-zone>.ygo-card.on-tile{width:52%!important;height:96%!important}.ygo-spells .ygo-zone>.ygo-card.on-tile{width:48%!important;height:90%!important}.ygo-zone{border-color:transparent!important}.ygo-map-layer{animation:ygoMapAlive 7s ease-in-out infinite}.ygo-arena::before{content:'';position:absolute;z-index:1;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 20%,#7eff6a18 0 1px,transparent 3px),radial-gradient(circle at 82% 76%,#ffd75d18 0 1px,transparent 3px);background-size:47px 43px,61px 57px;animation:ygoDust 12s linear infinite}@keyframes ygoMapAlive{0%,100%{filter:saturate(1) brightness(1)}50%{filter:saturate(1.08) brightness(1.045)}}@keyframes ygoDust{to{background-position:94px -86px,-122px -114px}}@keyframes ygoDealPlayer{0%{opacity:0;transform:translate(480px,180px) rotate(35deg) scale(.35)}70%{opacity:1;transform:translate(-12px,-8px) rotate(-5deg) scale(1.12)}}@keyframes ygoDealAi{0%{opacity:0;transform:translate(-480px,-180px) rotate(-35deg) scale(.35)}70%{opacity:1;transform:translate(12px,8px) rotate(5deg) scale(1.12)}}
@media(max-width:720px){.ygo-deck-pile span{min-width:42px;padding:2px 3px;font-size:5px}.ygo-zone>.ygo-card.on-tile{width:54%!important;height:96%!important}.ygo-spells .ygo-zone>.ygo-card.on-tile{width:50%!important;height:90%!important}}
@font-face{font-family:'TH Neo Cybern';src:local('TH Neo Cybern'),url('TH-Neo-Cybern.woff2') format('woff2'),url('TH-Neo-Cybern.ttf') format('truetype');font-style:normal;font-weight:100 900;font-display:swap}.ygo-section,.ygo-section button,.ygo-section input,.ygo-section select,.ygo-section textarea,.ygo-section .ygo-card-stats,.ygo-section .ygo-turnbar,.ygo-section .ygo-duelist,.ygo-section .ygo-deck-pile span,.ygo-section .ygo-character-panel,.ygo-section .ygo-character-grid{font-family:'TH Neo Cybern','Arial Black',Arial,sans-serif!important}.ygo-section h2,.ygo-section h3,.ygo-section button,.ygo-character-grid b,.ygo-duel-intro span,.ygo-duel-intro strong{letter-spacing:.035em}
.game-portal,.game-portal button,.game-portal input,.ygo-section,.ygo-section button,.ygo-section input,.ygo-section .ygo-card-stats,.ygo-section .ygo-turnbar,.ygo-section .ygo-duelist,.ygo-section .ygo-deck-pile span,.ygo-section .ygo-character-panel,.ygo-section .ygo-character-grid{font-family:'Exo 2','Segoe UI',Arial,sans-serif!important}.ygo-logo-face{overflow:hidden;background:#090d18!important}.ygo-logo-face img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center 38%!important;image-rendering:auto!important}.ygo-section h2,.ygo-section h3,.ygo-section button,.ygo-character-grid b{font-weight:800;letter-spacing:.015em}.ygo-card-stats{font-weight:800!important}
@media(min-width:721px){.ygo-board,.ygo-spells{left:27%!important;right:27%!important;gap:2.2%!important}.ygo-board.ai{top:24.5%!important}.ygo-board.player{bottom:25.5%!important}.ygo-spells.ai{top:12.5%!important}.ygo-spells.player{bottom:11.5%!important}.ygo-zone>.ygo-card.on-tile{width:58%!important;height:98%!important}.ygo-spells .ygo-zone>.ygo-card.on-tile{width:54%!important;height:92%!important}}
.ygo-hint{position:absolute;z-index:9;left:1.5%;top:45%;width:20%;padding:9px 10px;border:1px solid #61d5ff55;border-radius:9px;background:#06111ade;color:#d8f6ff;box-shadow:0 10px 25px #0009,0 0 15px #1a9fd52b;pointer-events:none}.ygo-hint b,.ygo-hint span{display:block}.ygo-hint b{margin-bottom:4px;color:#6ee1ff;font-size:8px;letter-spacing:.08em}.ygo-hint span{font-size:7px;line-height:1.4}.ygo-card-detail{position:absolute;z-index:28;right:1.5%;top:18%;display:none;width:min(34%,360px);max-height:64%;grid-template-columns:34% 1fr;gap:10px;padding:12px;border:1px solid #d6b257;border-radius:13px;background:#05080df2;color:#fff;box-shadow:0 24px 70px #000,0 0 24px #7049ff38;overflow:auto;backdrop-filter:blur(12px)}.ygo-card-detail.open{display:grid;animation:ygoDetailIn .2s ease}.ygo-card-detail>img{width:100%;border-radius:5px;box-shadow:0 8px 18px #000}.ygo-card-detail h3{margin:3px 20px 5px 0;font-size:13px;line-height:1.1}.ygo-card-detail small{color:#d9b95c;font-size:7px;font-weight:800}.ygo-card-detail strong{display:block;color:#8be6ff;font-size:8px}.ygo-card-detail p{margin:7px 0;color:#c7cbd2;font-size:7px;line-height:1.45}.ygo-card-detail em{display:block;padding:6px;border-left:2px solid #6edcff;background:#102131;color:#d6f6ff;font-size:7px;font-style:normal;line-height:1.35}.ygo-card-detail>div>button{width:100%;margin-top:8px;padding:7px;border:1px solid #d8af4f;border-radius:7px;background:linear-gradient(100deg,#273c80,#6a38af);color:#fff;font-weight:800}.ygo-detail-close{position:absolute;top:6px;right:6px;width:25px;height:25px;border:1px solid #ffffff24;border-radius:50%;background:#111722;color:#fff}.ygo-section:fullscreen{box-sizing:border-box;width:100vw!important;max-width:none!important;height:100vh!important;margin:0!important;padding:4px!important;border:0!important;border-radius:0!important;background:#000!important}.ygo-section:fullscreen .ygo-head{position:absolute;z-index:40;top:3px;left:4px;right:4px;margin:0;pointer-events:none}.ygo-section:fullscreen .ygo-head>div{display:none}.ygo-section:fullscreen .ygo-actions{margin-left:auto;pointer-events:auto}.ygo-section:fullscreen .ygo-arena{width:auto!important;height:100vh!important;max-width:100vw!important;margin:auto!important;aspect-ratio:16/9!important}.ygo-section:fullscreen .ygo-catalog{display:none}@keyframes ygoDetailIn{from{opacity:0;transform:translateX(18px)}}
@media(max-width:720px){.ygo-hint{left:1%;top:43%;width:25%;padding:3px 4px}.ygo-hint b{font-size:4px}.ygo-hint span{font-size:4px}.ygo-card-detail{right:1%;top:12%;width:48%;max-height:76%;grid-template-columns:30% 1fr;gap:5px;padding:6px}.ygo-card-detail h3{font-size:7px}.ygo-card-detail small,.ygo-card-detail strong,.ygo-card-detail p,.ygo-card-detail em{font-size:4px}.ygo-card-detail p{margin:3px 0}.ygo-card-detail em{padding:3px}.ygo-card-detail>div>button{margin-top:4px;padding:4px;font-size:5px}.ygo-detail-close{width:17px;height:17px;font-size:8px}.ygo-actions{flex-wrap:wrap}}
@media(max-width:950px) and (orientation:landscape){.game-portal-bar{display:none!important}.game-stage{padding:0!important}.ygo-section{width:100vw!important;max-width:none!important;margin:0!important;padding:2px!important;border:0!important}.ygo-head{position:absolute;z-index:40;top:2px;right:3px;margin:0}.ygo-head>div{display:none}.ygo-actions{margin:0}.ygo-actions button{padding:4px 6px!important;font-size:6px!important}.ygo-arena{height:100vh!important;width:auto!important;max-width:100vw!important;margin:auto!important;aspect-ratio:16/9!important}.ygo-catalog{display:none}}
.ygo-card.back,.ygo-deck-pile i{background:#160803 url('yugioh-card-back.png?v=12') center/100% 100% no-repeat!important}.ygo-card img{object-fit:fill!important;image-rendering:auto!important}.ygo-hint{width:28%!important;padding:13px 15px!important;border-width:2px!important;background:linear-gradient(135deg,#07131ef2,#102b3ce8)!important}.ygo-hint b{font-size:11px!important}.ygo-hint span{font-size:9px!important;line-height:1.55!important}.ygo-card.drawing{animation:ygoDrawCard .62s cubic-bezier(.16,.9,.25,1) both}.ygo-arena.phase-change .ygo-turnbar{animation:ygoPhaseFlash .62s ease}.ygo-zone:has(.ygo-card.on-tile){animation:ygoTileEnergy 2.4s ease-in-out infinite}.ygo-card.on-tile::after{content:'';position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(115deg,transparent 28%,#ffffff77 48%,transparent 66%);transform:translateX(-130%);animation:ygoCardShine 4.8s ease-in-out infinite;pointer-events:none}.ygo-deck-pile{animation:ygoDeckFloat 3.2s ease-in-out infinite}.ygo-duelist{animation:ygoHudGlow 4s ease-in-out infinite}.ygo-message.show{box-shadow:0 0 18px #ffc95188,0 0 44px #694dff66!important}.ygo-card-detail.open>img{animation:ygoDetailCard 2.4s ease-in-out infinite}@keyframes ygoDrawCard{0%{opacity:0;transform:translate(280px,-130px) rotate(38deg) scale(.25)}65%{opacity:1;transform:translate(-8px,-12px) rotate(-4deg) scale(1.18)}100%{transform:none}}@keyframes ygoPhaseFlash{0%{filter:brightness(3);transform:translateX(-50%) scale(1.28)}100%{filter:none;transform:translateX(-50%) scale(1)}}@keyframes ygoTileEnergy{50%{filter:drop-shadow(0 0 7px #5de4ff)}}@keyframes ygoCardShine{0%,70%{transform:translateX(-130%)}88%,100%{transform:translateX(130%)}}@keyframes ygoDeckFloat{50%{transform:translateY(-4px);filter:drop-shadow(0 8px 10px #000)}}@keyframes ygoHudGlow{50%{border-color:#f4d36b88;box-shadow:0 8px 18px #0008,0 0 14px #8166ff42}}@keyframes ygoDetailCard{50%{transform:translateY(-3px);filter:drop-shadow(0 7px 9px #6edcff77)}}
@media(max-width:720px){.ygo-hint{left:1%!important;top:40%!important;width:38%!important;padding:6px 7px!important}.ygo-hint b{font-size:6px!important}.ygo-hint span{font-size:5.5px!important;line-height:1.45!important}.ygo-card.on-tile::after{animation-duration:6s}.ygo-deck-pile{animation:none}}
.ygo-start.victory{background:radial-gradient(circle,#087b4966,#020805e8 64%)!important}.ygo-start.victory .ygo-start-card{border-color:#57ffb0;box-shadow:0 0 35px #24e88988,0 25px 70px #000}.ygo-start.victory #ygoResult{color:#76ffc0;text-shadow:0 0 12px #fff,0 0 32px #26f79a;animation:ygoVictory 1s ease-in-out infinite alternate}.ygo-start.defeat{background:radial-gradient(circle,#73151c66,#090203ed 64%)!important}.ygo-start.defeat .ygo-start-card{border-color:#ff5260;box-shadow:0 0 35px #e7273c77,0 25px 70px #000}.ygo-start.defeat #ygoResult{color:#ff6672;text-shadow:0 0 12px #ff253b;animation:ygoDefeat .65s ease}@keyframes ygoVictory{to{transform:scale(1.06);filter:brightness(1.25)}}@keyframes ygoDefeat{0%{transform:scale(1.7);filter:blur(5px)}100%{transform:none;filter:none}}
.ygo-arena>.ygo-actions{position:absolute;z-index:19;right:1.2%;top:36%;display:flex;flex-direction:column;gap:5px;margin:0!important}.ygo-arena>.ygo-actions button{min-width:96px;padding:7px 8px!important;border:1px solid #efd27166!important;border-radius:8px!important;background:#080b11df!important;color:#ffe69c!important;box-shadow:0 7px 18px #0009,0 0 12px #705cff28!important;font-size:8px!important;backdrop-filter:blur(8px)}.ygo-arena>.ygo-actions button:hover{border-color:#72dfff!important;color:#fff!important;transform:translateX(-3px)}.ygo-arena::after{background:radial-gradient(circle at 78% 51%,#ff243d33 0 2%,transparent 8%),linear-gradient(112deg,transparent 25%,#fff7bf16 43%,transparent 58%)!important;background-size:100% 100%,220% 100%!important;animation:ygoArenaLight 8s ease-in-out infinite!important}.ygo-map-layer{animation:ygoMapSoul 6s ease-in-out infinite!important}.ygo-deck-pile i:nth-child(3)::after{content:'';position:absolute;inset:-5px;border:1px solid #ffc65388;border-radius:7px;animation:ygoDeckAura 1.8s ease-in-out infinite}.ygo-hand .ygo-card{animation:ygoHandBreath 3.4s ease-in-out infinite}.ygo-hand .ygo-card:nth-child(2n){animation-delay:.35s}.ygo-hand .ygo-card:nth-child(3n){animation-delay:.7s}@keyframes ygoDealPlayer{0%{opacity:0;transform:translateY(-360px) rotate(22deg) scale(.38)}62%{opacity:1;transform:translateY(15px) rotate(-5deg) scale(1.12)}100%{transform:rotate(var(--fan)) translateY(var(--lift))}}@keyframes ygoDealAi{0%{opacity:0;transform:translateY(-300px) rotate(-20deg) scale(.38)}62%{opacity:1;transform:translateY(12px) rotate(4deg) scale(1.1)}100%{transform:rotate(var(--fan)) translateY(var(--lift))}}@keyframes ygoArenaLight{0%,100%{background-position:0 0,-80% 0;opacity:.55}50%{background-position:0 0,120% 0;opacity:1}}@keyframes ygoMapSoul{0%,100%{filter:saturate(1) brightness(1)}50%{filter:saturate(1.13) brightness(1.055) contrast(1.025)}}@keyframes ygoDeckAura{50%{opacity:.3;transform:scale(1.12);box-shadow:0 0 18px #ffc852}}@keyframes ygoHandBreath{50%{filter:brightness(1.08);translate:0 -2px}}
@media(max-width:950px) and (orientation:landscape){.ygo-hud.ai,.ygo-hud.player{right:auto!important;max-width:29%!important}.ygo-hud.ai{top:1.5%!important}.ygo-hud.player{bottom:1.5%!important}.ygo-duelist{padding:3px 6px!important;gap:4px!important}.ygo-avatar{width:22px!important;height:22px!important;font-size:10px!important}.ygo-duelist small{font-size:4px!important}.ygo-duelist b{font-size:7px!important}.ygo-lp{font-size:7px!important}.ygo-hand{left:34%!important;right:34%!important;bottom:3.5%!important;height:39px!important}.ygo-hand .ygo-card{width:27px!important;height:39px!important;flex-basis:27px!important;margin-left:-6px!important}.ygo-hand.ai{top:3.5%!important;bottom:auto!important;height:31px!important}.ygo-hand.ai .ygo-card{width:22px!important;height:31px!important;flex-basis:22px!important;margin-left:-5px!important}.ygo-card-stats{font-size:3.5px!important}.ygo-arena>.ygo-actions{right:.8%!important;top:34%!important;gap:3px!important}.ygo-arena>.ygo-actions button{min-width:70px!important;padding:4px 5px!important;font-size:5px!important}.ygo-turnbar{top:1.5%!important}.ygo-hint{top:39%!important;width:27%!important;padding:5px 6px!important}.ygo-hint b{font-size:6px!important}.ygo-hint span{font-size:5px!important}}
.ygo-hand .ygo-card.deal-player{animation:ygoDealPlayer .72s cubic-bezier(.16,.9,.22,1) both!important}.ygo-hand .ygo-card.deal-ai{animation:ygoDealAi .72s cubic-bezier(.16,.9,.22,1) both!important}
.ygo-avatar{position:relative;border:2px solid #f1cf68!important;border-radius:0!important;clip-path:polygon(25% 3%,75% 3%,100% 25%,100% 75%,75% 97%,25% 97%,0 75%,0 25%);background-color:#15101e!important;box-shadow:inset 0 0 0 2px #5b3912,0 0 14px #dcae42!important;filter:drop-shadow(0 4px 5px #000)}.ygo-hud.player .ygo-avatar{width:42px;height:48px}.ygo-hud.ai .ygo-avatar{width:38px;height:44px;background:linear-gradient(145deg,#9f3027,#3a0908)!important}.ygo-hand.dealing::before,.ygo-hand.dealing::after{content:'';position:absolute;z-index:-1;left:50%;bottom:0;width:150px;height:28px;border-radius:50%;transform:translateX(-50%);pointer-events:none}.ygo-hand.dealing::before{background:radial-gradient(ellipse,#7de9ff88,transparent 68%);filter:blur(7px);animation:ygoLandingGlow 1.3s .25s both}.ygo-hand.dealing::after{border:2px solid #f8d36b;box-shadow:0 0 13px #fff,0 0 28px #4fd5ff;animation:ygoLandingRing 1.1s .45s both}.ygo-hand .ygo-card.deal-player{animation:ygoFallPlayer .92s cubic-bezier(.12,.72,.2,1.16) both!important}.ygo-hand .ygo-card.deal-ai{animation:ygoFallAi .92s cubic-bezier(.12,.72,.2,1.16) both!important}@keyframes ygoFallPlayer{0%{opacity:0;transform:translate(var(--deal-x),-105vh) rotateY(80deg) rotateZ(32deg) scale(.38);filter:blur(5px) brightness(2.5) drop-shadow(0 -35px 15px #65d9ff)}45%{opacity:1;filter:blur(0) brightness(1.7) drop-shadow(0 -22px 10px #65d9ff)}72%{transform:translate(var(--deal-x),13px) rotateY(0) rotateZ(-6deg) scale(1.16);filter:brightness(1.35) drop-shadow(0 0 15px #ffd96a)}86%{transform:translate(var(--deal-x),-8px) rotateZ(3deg) scale(.98)}100%{transform:rotate(var(--fan)) translateY(var(--lift));filter:none}}@keyframes ygoFallAi{0%{opacity:0;transform:translate(var(--deal-x),-95vh) rotateY(-80deg) rotateZ(-30deg) scale(.35);filter:blur(5px) brightness(2.4) drop-shadow(0 -32px 14px #ffb64d)}48%{opacity:1;filter:blur(0) brightness(1.65) drop-shadow(0 -20px 9px #ffb64d)}74%{transform:translate(var(--deal-x),10px) rotateY(0) rotateZ(5deg) scale(1.13);filter:brightness(1.35) drop-shadow(0 0 14px #ffca5c)}87%{transform:translate(var(--deal-x),-6px) rotateZ(-2deg) scale(.98)}100%{transform:rotate(var(--fan)) translateY(var(--lift));filter:none}}@keyframes ygoLandingGlow{0%{opacity:0;transform:translateX(-50%) scale(.2)}45%{opacity:1;transform:translateX(-50%) scale(1.25)}100%{opacity:0;transform:translateX(-50%) scale(.8)}}@keyframes ygoLandingRing{0%{opacity:0;transform:translateX(-50%) scale(.15)}48%{opacity:1;transform:translateX(-50%) scale(1.18)}100%{opacity:0;transform:translateX(-50%) scale(1.55)}}
@media(max-width:950px) and (orientation:landscape){.ygo-hud.player .ygo-avatar,.ygo-hud.ai .ygo-avatar{width:25px!important;height:29px!important;border-width:1px!important}.ygo-hand.dealing::before,.ygo-hand.dealing::after{width:80px;height:14px}}
#ygoMusic{display:block!important;position:fixed!important;left:-10000px!important;top:0!important;width:200px!important;height:112px!important;overflow:hidden!important;pointer-events:none!important;opacity:.01!important}#ygoMusic iframe{width:200px;height:112px;border:0}#ygoMusicToggle.music-on{border-color:#63e6a4!important;color:#8fffc3!important;box-shadow:0 0 15px #2bd78655!important}
.ygo-lobby{position:absolute;z-index:45;inset:0;display:none;place-items:center;padding:16px;background:radial-gradient(circle at 50% 25%,#482112cc,#050507f2 62%);backdrop-filter:blur(9px)}.ygo-lobby.open{display:grid}.ygo-lobby-card{width:min(92%,430px);padding:24px;border:1px solid #e5bd5e;border-radius:20px;background:linear-gradient(145deg,#23140f,#080a0f);box-shadow:0 25px 80px #000,0 0 35px #e89b3233;text-align:center}.ygo-lobby-card>small{color:#f2ca6d;font-weight:900;letter-spacing:.15em}.ygo-lobby-card h3{margin:8px 0 5px;color:#fff4b0;font-size:clamp(2rem,8vw,3.4rem);letter-spacing:.18em;text-shadow:0 0 18px #f3ad42}.ygo-lobby-card>p{margin:0 0 16px;color:#aeb4c0}.ygo-lobby-player{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;margin:9px 0;padding:12px;border:1px solid #ffffff20;border-radius:12px;background:#ffffff0b;text-align:left}.ygo-lobby-player>span{display:grid;width:38px;height:38px;place-items:center;clip-path:polygon(25% 3%,75% 3%,100% 25%,100% 75%,75% 97%,25% 97%,0 75%,0 25%);background:#6d351a}.ygo-lobby-player b{overflow:hidden;text-overflow:ellipsis}.ygo-lobby-player i{color:#72e7a1;font-size:.58rem;font-style:normal;font-weight:900}.ygo-lobby-vs{margin:-3px 0;color:#efc463;font-weight:950}.ygo-lobby-card button{width:100%;margin-top:12px;padding:12px;border:0;border-radius:10px;background:linear-gradient(100deg,#d0922e,#ffe180);color:#17110a;font-weight:950}.ygo-lobby-card button:disabled{filter:grayscale(1);opacity:.48}.ygo-lobby-card button.secondary{margin-top:7px;border:1px solid #ffffff22;background:#11131a;color:#aaa}@media(max-width:720px){.ygo-lobby-card{padding:15px}.ygo-lobby-player{padding:8px}.ygo-lobby-card h3{font-size:1.8rem}}
.ygo-phase-banner{position:absolute;z-index:35;left:18%;right:18%;top:45%;display:none;height:54px;place-items:center;overflow:hidden;border-block:1px solid #97d9ff;background:linear-gradient(90deg,transparent,#0d68b9dd 14%,#39a6edee 50%,#0d68b9dd 86%,transparent);color:#fff;font:italic 950 clamp(16px,3vw,32px) Arial,sans-serif;letter-spacing:.06em;text-shadow:0 2px 5px #003b75,0 0 12px #fff;transform:skewX(-9deg);box-shadow:0 0 25px #1698ff66;pointer-events:none}.ygo-phase-banner.show{display:grid;animation:ygoPhaseBanner 1.25s both}.ygo-phase-banner span{transform:skewX(9deg)}@keyframes ygoPhaseBanner{0%{opacity:0;transform:translateX(-70%) skewX(-9deg) scaleX(.3)}18%,72%{opacity:1;transform:translateX(0) skewX(-9deg) scaleX(1)}100%{opacity:0;transform:translateX(65%) skewX(-9deg) scaleX(.5)}}@media(max-width:720px){.ygo-phase-banner{left:20%;right:20%;height:30px;font-size:12px}}
