.m2ky{--ink:#f5f5f5;max-width:720px;margin:24px auto;padding:20px;border:2px solid #171717;border-radius:10px;background:#2b2b2b;color:var(--ink);font-family:Arial,Helvetica,sans-serif;box-shadow:0 12px 35px #0007}.m2ky *{box-sizing:border-box}.m2ky button{font:inherit}.m2ky__topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.m2ky__topbar button{border-radius:4px;padding:7px 10px;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.m2ky__window{border:0;background:#168c5a}.m2ky__help{border:1px solid #f0b800;background:#222}.m2ky__game{display:flex;flex-direction:column;align-items:center}.m2ky__board-wrap{width:min(420px,100%);padding:20px;border-radius:12px;background-image:linear-gradient(#050a0de8,#050a0de8),url('img/kral/arka-plan.jpg');background-size:cover;background-position:center;box-shadow:inset 0 0 24px #000}.m2ky__board{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.m2ky__cell{position:relative;aspect-ratio:50/36;border:1px solid #576166;border-radius:5px;background-color:transparent;background-image:var(--image);background-size:100% 100%;background-repeat:no-repeat;background-position:center;cursor:pointer;filter:brightness(.86);transition:.12s}.m2ky__cell:hover{filter:brightness(1.1);transform:translateY(-1px)}.m2ky__cell.is-selected{outline:3px solid #ffd21e;outline-offset:2px;filter:brightness(1.18)}.m2ky__cell span{display:none}.m2ky__cell.mark-yes:not(.has-card){outline:3px solid #18d487;outline-offset:-3px;filter:brightness(1.15)}.m2ky__cell.mark-no:not(.has-card){outline:3px solid #ef405d;outline-offset:-3px;filter:grayscale(.7) brightness(.65)}.m2ky__cards{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:8px 11px;width:min(420px,100%);margin:10px auto 19px}.m2ky__card{position:relative;flex:0 0 67px;height:59px;padding:15px 0 0;border:0;background:transparent;cursor:pointer}.m2ky__card span{display:block;width:67px;height:48px;background-image:var(--image);background-size:100% 100%;background-repeat:no-repeat}.m2ky__card small{position:absolute;top:0;left:0;right:0;text-align:center;color:#fff;font-size:12px;text-shadow:0 1px 2px #000}.m2ky__card[data-card="K"]{flex-basis:100%;display:flex;justify-content:center}.m2ky__card[data-card="K"] small{left:calc(50% - 34px);right:auto;width:67px}.m2ky__card:disabled{opacity:.3;cursor:not-allowed}.m2ky__tools{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.m2ky__image-btn{width:92px;height:46px;border:0;color:transparent;background-color:transparent;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}.m2ky__no{background-image:url('img/kral/buton_5yok.png')}.m2ky__yes{background-image:url('img/kral/buton_5var.png')}.m2ky__delete{background-image:url('img/kral/buton_sil.png')}.m2ky__new{background-image:url('img/kral/buton_yeni.png')}.m2ky__undo{width:45px;height:44px;border:0;border-radius:11px;background:#a38416;color:#131313;font-size:28px;font-weight:900;cursor:pointer}.m2ky__undo:disabled{opacity:.5}.m2ky__meta{display:flex;justify-content:space-between;gap:20px;width:min(520px,100%);margin-top:14px;color:#bdbdbd;font-size:11px}.m2ky__dialog{max-width:520px;border:1px solid #555;border-radius:12px;background:#252525;color:#fff;padding:26px;box-shadow:0 24px 70px #000}.m2ky__dialog::backdrop{background:#000a}.m2ky__dialog [data-close]{float:right;border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.m2ky__dialog li{margin:10px 0}.m2ky:fullscreen{max-width:none;width:100%;min-height:100vh;margin:0;border-radius:0;display:flex;flex-direction:column;justify-content:flex-start}.m2ky:fullscreen .m2ky__game{margin:auto}.m2ky--window{position:fixed;inset:10px;z-index:999999;max-width:none;overflow:auto}@media(max-width:560px){.m2ky{padding:13px;margin:12px 0}.m2ky__board-wrap{padding:12px}.m2ky__board{gap:5px}.m2ky__card{flex-basis:54px;height:49px}.m2ky__card span{width:54px;height:39px}.m2ky__card[data-card="K"] small{left:calc(50% - 27px);width:54px}.m2ky__image-btn{width:74px;height:37px}.m2ky__undo{width:38px;height:36px}.m2ky__meta{display:none}}
