<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.game {
  user-select: none; }
  .game .game__info {
    user-select: none;
    color: #15202b; }
  .game__container {
    display: flex;
    justify-content: center;
    width: 100%; }
  .game__content {
    position: relative;
    background: #fff;
    overflow: auto;
    border: 1px solid; }

*,
*::before,
*::after {
  box-sizing: border-box; }

.solitaire {
  width: 693px;
  height: 440px;
  position: relative; }
  .solitaire.game-finish .card, .solitaire.game-finish #js-deck-pile {
    pointer-events: none; }

.card {
  width: 79px;
  height: 123px;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  border: 1.5px solid #000;
  border-radius: 6px;
  user-select: none;
  margin: -1.5px; }
  .card--c-1 {
    background-position: -1.5px -1px; }
  .card--d-1 {
    background-position: -1.5px -124px; }
  .card--h-1 {
    background-position: -1.5px -247px; }
  .card--s-1 {
    background-position: -1.5px -370px; }
  .card--c-2 {
    background-position: -80.5px -1px; }
  .card--d-2 {
    background-position: -80.5px -124px; }
  .card--h-2 {
    background-position: -80.5px -247px; }
  .card--s-2 {
    background-position: -80.5px -370px; }
  .card--c-3 {
    background-position: -159.5px -1px; }
  .card--d-3 {
    background-position: -159.5px -124px; }
  .card--h-3 {
    background-position: -159.5px -247px; }
  .card--s-3 {
    background-position: -159.5px -370px; }
  .card--c-4 {
    background-position: -238.5px -1px; }
  .card--d-4 {
    background-position: -238.5px -124px; }
  .card--h-4 {
    background-position: -238.5px -247px; }
  .card--s-4 {
    background-position: -238.5px -370px; }
  .card--c-5 {
    background-position: -317.5px -1px; }
  .card--d-5 {
    background-position: -317.5px -124px; }
  .card--h-5 {
    background-position: -317.5px -247px; }
  .card--s-5 {
    background-position: -317.5px -370px; }
  .card--c-6 {
    background-position: -396.5px -1px; }
  .card--d-6 {
    background-position: -396.5px -124px; }
  .card--h-6 {
    background-position: -396.5px -247px; }
  .card--s-6 {
    background-position: -396.5px -370px; }
  .card--c-7 {
    background-position: -475.5px -1px; }
  .card--d-7 {
    background-position: -475.5px -124px; }
  .card--h-7 {
    background-position: -475.5px -247px; }
  .card--s-7 {
    background-position: -475.5px -370px; }
  .card--c-8 {
    background-position: -554.5px -1px; }
  .card--d-8 {
    background-position: -554.5px -124px; }
  .card--h-8 {
    background-position: -554.5px -247px; }
  .card--s-8 {
    background-position: -554.5px -370px; }
  .card--c-9 {
    background-position: -633.5px -1px; }
  .card--d-9 {
    background-position: -633.5px -124px; }
  .card--h-9 {
    background-position: -633.5px -247px; }
  .card--s-9 {
    background-position: -633.5px -370px; }
  .card--c-10 {
    background-position: -712.5px -1px; }
  .card--d-10 {
    background-position: -712.5px -124px; }
  .card--h-10 {
    background-position: -712.5px -247px; }
  .card--s-10 {
    background-position: -712.5px -370px; }
  .card--c-11 {
    background-position: -791.5px -1px; }
  .card--d-11 {
    background-position: -791.5px -124px; }
  .card--h-11 {
    background-position: -791.5px -247px; }
  .card--s-11 {
    background-position: -791.5px -370px; }
  .card--c-12 {
    background-position: -870.5px -1px; }
  .card--d-12 {
    background-position: -870.5px -124px; }
  .card--h-12 {
    background-position: -870.5px -247px; }
  .card--s-12 {
    background-position: -870.5px -370px; }
  .card--c-13 {
    background-position: -949.5px -1px; }
  .card--d-13 {
    background-position: -949.5px -124px; }
  .card--h-13 {
    background-position: -949.5px -247px; }
  .card--s-13 {
    background-position: -949.5px -370px; }
  .card--d-1.card--front, .card--h-1.card--front, .card--c-1.card--front, .card--s-1.card--front {
    background-position-x: -1.5px !important; }
  .card--back {
    background-image: url(/static/dist/klondike/images/games/klondike/src/assets/cards.svg);
    background-repeat: no-repeat;
    background-position: -159.5px -493px;
    background-color: #fff; }
  .card--front {
    background-image: url(/static/dist/klondike/images/games/klondike/src/assets/cards.svg);
    background-color: white;
    cursor: pointer; }
  .card--moving {
    position: fixed;
    z-index: -1; }

.deck {
  width: 250px;
  position: absolute;
  left: 20px; }
  .deck__pile {
    width: 79px;
    height: 123px;
    top: 0;
    position: absolute;
    border: 1.5px solid #cdcdcd;
    border-radius: 6px;
    cursor: pointer;
    background-image: radial-gradient(green 30%, white 30.1%, white 40%, green 40.1%, green 100%);
    background-size: 90px 90px;
    background-position: center;
    background-repeat: no-repeat; }
    .deck__pile.hint &gt; .card:last-child:after, .deck__pile.hint:empty:after {
      position: absolute;
      content: " ";
      background: red;
      width: 100%;
      height: 100%;
      opacity: 0.2; }
  .deck__deal {
    left: 100px;
    top: 0;
    position: absolute; }
    .deck__deal .card:last-child {
      left: 40px; }
    .deck__deal .card:nth-last-child(2) {
      left: 20px; }
    .deck__deal .card:first-child {
      left: 0; }
    .deck__deal .card:first-child + .card:last-child {
      left: 20px; }
  .deck__deal.turn_one .card {
    left: 0; }
  .deck__deal.turn_one .card:nth-last-child(2) {
    left: 0; }
  .deck__deal.turn_one .card:last-child {
    left: 0; }
  .deck__deal.turn_one .card:first-child + .card:last-child {
    left: 0; }

.finish-deck {
  position: absolute;
  left: 297px; }

.board-deck {
  position: absolute;
  top: 150px; }
  .board-deck .card--front &gt; .card--front {
    top: 15px; }
  .board-deck .card--back &gt; .card--front,
  .board-deck .card--back &gt; .card--back {
    top: 20px; }

/* seven deck */
.seven {
  position: relative;
  float: left;
  width: 79px;
  top: 0;
  margin-left: 20px;
  height: 123px;
  border: 1.5px solid #cdcdcd;
  border-radius: 6px; }
  .seven.hint:after {
    position: absolute;
    content: " ";
    background: red;
    width: 100%;
    height: 100%;
    opacity: 0.2; }
  .seven:has(.card--moving) {
    z-index: 999 !important; }

.aces {
  z-index: 0;
  width: 79px;
  position: relative;
  margin-left: 20px;
  height: 123px;
  border: 1.5px solid #cdcdcd;
  border-radius: 6px;
  float: left;
  background-size: 4px 4px; }
  .aces:has(.card--moving) {
    z-index: 999 !important; }

.new-game {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  outline: 0; }
  .new-game:active {
    background-color: #999; }

.enable-hints .card.hint:after {
  position: absolute;
  content: " ";
  background: red;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1; }

.enable-hints .aces.hint:after {
  position: absolute;
  content: " ";
  background: red;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 999; }

.window {
  margin: 20px auto;
  width: 671px;
  color: #000;
  font-family: 'Arial', sans-serif;
  background: #c0c0c0;
  border: 1px solid;
  border-top-color: #dfdfdf;
  border-left-color: #dfdfdf;
  border-right-color: #000;
  border-bottom-color: #000; }
  .window__inner {
    border: 1px solid;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #808080;
    border-bottom-color: #808080; }
  .window__heading {
    margin: 2px 2px 0;
    padding: 1px 2px;
    color: #fff;
    background: linear-gradient(to right, #000080, #1084d0);
    font-weight: bold;
    font-size: 12px;
    line-height: 16px; }
  .window__heading-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAFVBMVEUAAAAAAAD///+AgIDAwMCAAAAAAIAAY5KrAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQfhDAoMHRkpnFJaAAAAgElEQVQoz2NgwAoEIQDOZ1SCAAG4gDEEGMKViLiAgSOaESaOaEYIIwSCgFxVJAHVUKBAaBCmgCCaFkFjAbglTkpAQhhqDaOIi6OLEtApii4QFSIigoIijkCsDDWDUUQsLVEsLU1EGeZ0oAAIjBQBSLSIKMOiEhpvLopoEScIVgAAic47kFb3MSkAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMTItMTBUMTI6Mjk6MjUtMDU6MDAhZWq4AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTEyLTEwVDEyOjI5OjI1LTA1OjAwUDjSBAAAAABJRU5ErkJggg==");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    float: left; }
  .window__actions {
    padding: 4px 8px;
    font-size: 11px; }
  .window__content {
    margin: 0 2px 2px 2px;
    border: 1px solid;
    border-top-color: #808080;
    border-left-color: #808080;
    border-bottom-color: #fff;
    border-right-color: #fff;
    font-size: 13px; }
  .window__content-inner {
    background: #fff;
    border: 1px solid;
    border-top-color: #000;
    border-left-color: #000;
    border-bottom-color: #dfdfdf;
    border-right-color: #dfdfdf; }

.right-mode #js-finish {
  left: 0; }

.right-mode .deck {
  right: 0;
  left: 560px; }
  .right-mode .deck #js-deck-deal {
    left: -120px; }

.right-mode.turn-1 .deck #js-deck-deal {
  left: -85px; }

.card &gt; .card &gt; .card &gt; .card &gt; .card &gt; .card &gt; .card {
  z-index: 7; }

.card &gt; .card &gt; .card &gt; .card &gt; .card &gt; .card {
  z-index: 6; }

.card &gt; .card &gt; .card &gt; .card &gt; .card {
  z-index: 5; }

.card &gt; .card &gt; .card &gt; .card {
  z-index: 4; }

.card &gt; .card &gt; .card {
  z-index: 3; }

.card &gt; .card {
  z-index: 2; }

.card {
  z-index: 1; }


/*# sourceMappingURL=klondike.css.map*/</pre></body></html>