/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:16px;line-height:1.6}body{font-family:"sansation","Arial","Helvetica",sans-serif;font-size:16px;color:#fff}@font-face{font-family:"sansation";src:url(https://676c12.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_light-webfont.woff2) format("woff2"),url(https://7d2652.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_light-webfont.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"sansation";src:url(https://1ccf04.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_light_italic-webfont.woff2) format("woff2"),url(https://fd3c77.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_light_italic-webfont.woff) format("woff");font-weight:300;font-style:italic}@font-face{font-family:"sansation";src:url(https://3564ce.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_regular-webfont.woff2) format("woff2"),url(https://590528.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_regular-webfont.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:"sansation";src:url(https://3b1cdf.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_italic-webfont.woff2) format("woff2"),url(https://b939c3.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_italic-webfont.woff) format("woff");font-weight:normal;font-style:italic}@font-face{font-family:"sansation";src:url(https://cfe145.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_bold-webfont.woff2) format("woff2"),url(https://5b31bb.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_bold-webfont.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:"sansation";src:url(https://e323d1.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_bold_italic-webfont.woff2) format("woff2"),url(https://f0fb6e.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/fonts/sansation_bold_italic-webfont.woff) format("woff");font-weight:700;font-style:italic}.at-resp-share-element .at-share-btn{margin-bottom:0 !important}.cs-likes-dislikes .like-ico{width:20px;height:23px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -82px 0 no-repeat;position:relative;top:-5px}.cs-likes-dislikes .dislike-ico{width:20px;height:23px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -60px 0 no-repeat;position:relative;top:5px}.cs-likes-dislikes .like-count,.cs-likes-dislikes .dislike-count{color:#fff;font-size:.875rem;font-weight:700;margin-left:5px}.cs-likes-dislikes .cs-like-post{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5px;margin-right:5px}.cs-likes-dislikes .cs-like-post:hover,.cs-likes-dislikes .cs-like-post:focus,.cs-likes-dislikes .cs-like-post:active{opacity:.5}.cs-likes-dislikes .cs-dislike-post{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5px}.cs-likes-dislikes .cs-dislike-post:hover,.cs-likes-dislikes .cs-dislike-post:focus,.cs-likes-dislikes .cs-dislike-post:active{opacity:.5}.game .cs-likes-dislikes .like-ico{width:16px;height:18px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -130px 0 no-repeat;position:relative;top:-2px}.game .cs-likes-dislikes .dislike-ico{width:16px;height:18px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -110px 0 no-repeat;position:relative;top:2px}.vote-block__info b{color:#fff !important}.vote-block__info{color:#fff !important}.img-fluid{display:block;max-width:100%;height:auto}.title{margin:0 0 15px;color:#fff;font-size:2.188rem;font-weight:bold;line-height:1.22}.title--bordered{padding:0 0 15px;border-bottom:4px solid rgba(255,255,255,.11)}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#fff}.content h1{line-height:1.22;border-bottom:4px solid rgba(255,255,255,.3);margin:0 0 15px;padding:0 0 10px}.content-box__image{border-radius:25px;max-width:110px;float:left;margin:0 20px 15px 0}.container{max-width:1193px;padding:0 15px;margin:0 auto}.layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:100vh;position:relative;z-index:0;background:#241007;background:-webkit-gradient(linear, left top, left bottom, from(#241007), color-stop(70%, #dc7d30), to(#7d8d90));background:linear-gradient(180deg, #241007 0%, #dc7d30 70%, #7d8d90 100%)}.layout::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://600721.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/header-img.png) center 300px no-repeat;z-index:-1}.layout__content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.layout__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 0 30px;position:relative;z-index:2}.wrapper__sidebar{max-width:225px;-webkit-box-flex:0;-ms-flex:0 0 225px;flex:0 0 225px;padding-right:30px}.wrapper__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.wrapper--fullwidth{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}@media(max-width: 992px){.wrapper__content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:30px}.wrapper__sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0;margin-bottom:30px}}.svg-preload,.counters{position:absolute;z-index:-9999;bottom:0;left:0;opacity:0}.btn{display:inline-block;vertical-align:middle;padding:18px 25px;text-decoration:none;font-weight:600;font-size:1rem;text-align:center;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:26px;line-height:1;position:relative}.btn:hover,.btn:focus,.btn:active{text-decoration:none}.btn--primary{color:#fff;border-color:transparent;z-index:100;overflow:hidden;background:#b00000}.btn--primary:hover,.btn--primary:focus,.btn--primary:active{background:#411701;border-color:#feb806;color:#fff}.btn--primary:hover::before,.btn--primary:focus::before,.btn--primary:active::before{opacity:1}.btn--secondary{color:#fff;z-index:100;overflow:hidden;background:#411701}.btn--secondary:hover,.btn--secondary:focus,.btn--secondary:active{background:#ffb53c;color:#fff}.btn--lastgames{position:relative;padding:14px 22px 13px 45px;background:rgba(0,0,0,.2);border-radius:5px;text-transform:initial}.btn--lastgames::before{content:"";position:absolute;left:18px;top:50%;width:17px;height:17px;margin-top:-8px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) 0 0 no-repeat}.btn--mygames{position:relative;padding:0;width:66px;height:44px;border-radius:5px}.btn--mygames::before{content:"";position:absolute;left:50%;top:50%;width:24px;height:23px;margin-top:-12px;margin-left:-11px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -40px 0 no-repeat}.btn--mygames-add{display:inline-block;vertical-align:middle;position:relative;padding:8px 45px 9px 15px;font-size:1.125rem;text-decoration:none;color:#fff;line-height:1.2}.btn--mygames-add .icon{position:absolute;right:0;top:0;width:38px;height:38px;border-radius:5px}.btn--mygames-add .icon::before{content:"";position:absolute;left:50%;top:50%;width:24px;height:23px;margin-top:-12px;margin-left:-11px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -40px 0 no-repeat}.btn--mygames-add:hover .icon{background:#411701}.btn--fullscreen{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:40px;height:38px;background:#411701;border-radius:50%;padding:0;position:absolute;z-index:1;right:20px;bottom:20px}.btn--fullscreen::after{content:"";display:block;width:14px;height:14px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -26px -30px no-repeat}.btn--fullscreen:hover{background:#b00000}.btn--up{color:#fff;width:54px;height:44px;border-radius:22px;padding:0;-webkit-box-shadow:0 2px 15px rgba(65,23,1,.5);box-shadow:0 2px 15px rgba(65,23,1,.5);border:2px solid transparent;position:fixed;z-index:2;right:15px;bottom:15px;background:#b00000}.btn--up::after{content:"";width:13px;height:9px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) -40px 0 no-repeat;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.btn--up.show{opacity:1}.btn--up:hover,.btn--up:focus,.btn--up:active{-webkit-box-shadow:none;box-shadow:none;border:2px solid #411701;background:#411701}.btn--up:hover::after,.btn--up:focus::after,.btn--up:active::after{background-position:-40px -13px}.btn--s{padding:8px 15px;border-radius:30px}.btn--xl{padding:22px 35px;border-radius:30px}.btn--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 25px;line-height:22px}.btn--icon::before{content:"";width:18px;height:18px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) 0 0 no-repeat;margin-right:8px}.btn--i-top::before{width:18px;height:18px;background-position:-60px -30px}.btn--i-top:hover::before{background-position:-60px -48px}.btn--i-best::before{width:22px;height:22px;background-position:-81px -30px}.btn--i-best:hover::before{background-position:-81px -52px}.promo{text-align:center}.promo--side{border-radius:5px;overflow:hidden}.promo--top{margin-bottom:20px}.header{background:url(https://aec6e5.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/header-bg.png) center 0 no-repeat;color:#fff;margin-bottom:35px}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:125px}.header__logo{margin-top:4px}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -13px}.header-actions__item{padding:0 13px}.logo{display:block}@media(max-width: 1500px){.header__logo{margin-right:20px}}@media(max-width: 992px){.header{padding:10px 0;background:transparent}.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.header__logo{margin:0 auto 15px}.header__menu{margin-bottom:20px}.header__actions{margin:0 auto}}.navmenu{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-radius:30px;overflow:hidden}.navmenu li{list-style:none;padding:0;margin:0;position:relative}.navmenu li:last-child a::after{display:none}.navmenu a{display:block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#fff;font-weight:700;text-decoration:none;line-height:1;padding:18px 25px;background:#b00000}.navmenu a::after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:rgba(255,255,255,.1)}.navmenu a:hover,.navmenu a:focus,.navmenu a:active{color:#fff;background:#411701}@media(max-width: 1200px){.navmenu a{font-size:.875rem}}.search-form{display:block;position:relative}.search-form__popup{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;position:absolute;top:0;right:100%;background:#fff;-webkit-box-shadow:0 2px 21px rgba(14,41,91,.35);box-shadow:0 2px 21px rgba(14,41,91,.35);border-radius:15px;z-index:999;min-width:330px}.search-form__popup.active{display:block;-webkit-transform:scale(1);transform:scale(1)}.search-form__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:52px;height:52px;background:rgba(176,0,0,.5);border-radius:50%}.search-form__button::after{content:"";background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) 0 0 no-repeat;width:21px;height:22px}.search-form__button.active{z-index:1000;position:relative;background-position:-162px -84px}.search-form__button:hover{background:rgba(255,255,255,.5)}.search-form__input{width:100%;font-size:.8667rem;padding:18px 45px 19px 55px;line-height:1;border-radius:20px;color:#333;font-style:italic;background:#fff;border:0}.search-form__input::-webkit-input-placeholder{color:#999;opacity:.8;-webkit-transition:opacity .2s;transition:opacity .2s}.search-form__input::-moz-placeholder{color:#999;opacity:.8;-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input:-moz-placeholder{color:#999;opacity:.8;-moz-transition:opacity .2s;transition:opacity .2s}.search-form__input:-ms-input-placeholder{color:#999;opacity:.8;-ms-transition:opacity .2s;transition:opacity .2s}.search-form__input:focus{outline:none}.search-form__input:focus::-webkit-input-placeholder{opacity:1}.search-form__input:focus::-moz-placeholder{opacity:1}.search-form__input:focus:-moz-placeholder{opacity:1}.search-form__input:focus:-ms-input-placeholder{opacity:1}.search-form__btn{outline:none;top:3px;right:3px;bottom:3px;position:absolute;border-radius:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;padding:0 10px;z-index:1;background:#b00000;color:#fff}.search-form__btn:focus,.search-form__btn:hover,.search-form__btn:active{outline:none}@media(max-width: 992px){.search-form__popup{left:0}}.footer{background:url(https://365fca.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/footer-bg.png) center top no-repeat}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:106px}.footer__logo{margin-right:65px}.footer__copyright{margin-left:auto;color:#fff}.footmenu{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.footmenu li{list-style:none;padding:0;margin:0;position:relative}.footmenu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;color:#fff;font-weight:700;text-decoration:none;line-height:1;padding:5px 15px}.footmenu a:hover,.footmenu a:focus,.footmenu a:active{color:#b00000}@media(max-width: 992px){.footer{padding:10px 0;background-size:cover}.footer__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}.footer__logo{margin:0 auto 15px}.footer__copyright{margin:0 auto}}.privacy{padding:5px 15px;border-radius:5px;background:rgba(65,23,1,.9);position:fixed;bottom:15px;left:15px;z-index:2}.privacy__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.privacy__content{color:rgba(255,255,255,.7);line-height:1.6;margin-right:15px}.privacy__content a{color:#fff}.privacy__links{text-align:center}.game{position:relative;margin-bottom:10px;max-width:185px}.game__thumb{position:relative;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out;background:#411701;border-radius:25px 25px 0 0;overflow:hidden;-webkit-box-shadow:0 0 38px 0 rgba(65,23,1,.47);box-shadow:0 0 38px 0 rgba(65,23,1,.47)}.game__thumb img{-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.game__overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out;opacity:0;padding:15px;text-align:center;color:#fff;text-decoration:none;font-weight:300;line-height:1.2}.game__overlay-title{font-size:.875rem;font-weight:900;text-transform:uppercase}.game__heading{position:absolute;bottom:0;-webkit-transform:translateY(50%);transform:translateY(50%);left:0;right:0;line-height:1.2;text-align:center;background:#411701;padding:5px 15px;border-radius:26px;display:block;color:#fff;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;z-index:2;opacity:1;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.game__title{display:block;color:#fff;font-weight:700;text-decoration:none;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game__title::after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;z-index:2}.game:hover .game__thumb{border-radius:25px;-webkit-box-shadow:0 2px 21px rgba(176,0,0,.47);box-shadow:0 2px 21px rgba(176,0,0,.47)}.game:hover .game__thumb::before{background:rgba(176,0,0,.5)}.game:hover .game__overlay{opacity:1}.game:hover .game__heading{opacity:0}.game--full{max-width:none}.games__title{position:relative}.games__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -7px}.games__item{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;padding:0 7px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:30px}.games__page-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:#fff;text-decoration:none;border-radius:5px;border:1px solid #411701;color:#411701;text-transform:uppercase;font-weight:600;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.games__page-link:hover,.games__page-link:focus,.games__page-link:active{background:#411701;color:#fff}.games__navigation{margin:5px 0 30px}.games__more{font-size:1.1rem;display:block;padding:8px 15px;background:rgba(255,255,255,.1);color:#411701;border-radius:5px;text-align:center;text-decoration:none;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.games__more:hover,.games__more:focus,.games__more:active{background:rgba(255,255,255,.2)}.games--5 .games__item{max-width:230px;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}@media(max-width: 992px){.games__item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media(max-width: 768px){.games__item{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%}}@media(max-width: 520px){.games__item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media(max-width: 320px){.games__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.best-games{position:relative;background:#b00000;border-radius:25px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;padding:15px;margin-bottom:30px}.best-games__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -7px}.best-games__item{padding:7px}.best-games__heading{text-align:center;color:#fff;margin:0 0 15px}.best-games__title{font-size:1.563rem;font-weight:bold;padding:0;line-height:1;margin:0}.best-game{display:block;color:#fff;text-decoration:none;position:relative}.best-game__thumb{border-radius:15px;max-width:75px}.best-game__thumb img{display:block;border-radius:15px}.best-game__thumb::before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:15px;border:3px solid #411701;opacity:0}.best-game__thumb--small{max-width:68px}.best-game__title{position:absolute;bottom:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);line-height:1.2;background:#411701;white-space:nowrap;color:#fff;opacity:0;padding:6px 10px 5px;font-weight:700;border-radius:15px}.best-game:hover{z-index:1}.best-game:hover .best-game__title{opacity:1}.best-game:hover .best-game__thumb::before{opacity:1}.pagination{text-align:center}.pagination ul{padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:0 -5px}.pagination li{padding:0 5px}.pagination a,.pagination span{display:block;padding:16px 5px;min-width:54px;height:48px;font-weight:bold;text-align:center;line-height:1;border:2px solid #411701;color:#411701;text-decoration:none;border-radius:24px;background-clip:padding-box;font-size:.875rem}.pagination a:active,.pagination a:focus,.pagination a:hover{color:#fff;background:#411701;background-clip:padding-box;border-color:#411701}.pagination span.current{color:#fff;background:#411701;border-color:#411701;background-clip:padding-box}.pagination .next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.pagination .next::after{content:"";width:9px;height:13px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) 0 -30px no-repeat;position:absolute;left:50%;top:50%;margin-left:-3px;margin-top:-5px}.pagination .next:hover::after,.pagination .next:focus::after,.pagination .next:active::after{background-position:-11px -30px}.pagination .prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.pagination .prev::after{content:"";width:9px;height:13px;background:url(https://4ad3d2.claudeassets.com/20250805080656im_/https://lunchladygame.com/wp-content/themes/fs-lunchladygame/bundle/img/icons.png) 0 -30px no-repeat;position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-7px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pagination .prev:hover::after,.pagination .prev:focus::after,.pagination .prev:active::after{background-position:-11px -30px}.game-page__heading{margin-bottom:20px}.game-page__layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 0 30px;position:relative}.game-page__sidebar{max-width:210px;-webkit-box-flex:0;-ms-flex:0 0 210px;flex:0 0 210px;padding-left:30px}.game-page__content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.g-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:4px solid rgba(255,255,255,.11)}.g-heading__title{-webkit-box-flex:1;-ms-flex:1;flex:1}.g-heading__likes{margin-left:auto}.g-heading__rating{margin-left:40px}@media(max-width: 992px){.game-page__content{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:30px}.game-page__sidebar{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:0;margin-bottom:30px}}.tags{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.tags__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -5px}.tags__item{padding:0 5px 10px}.tag__link{background:#411701;color:#fff;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative;z-index:100;padding:3px;-webkit-box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;box-shadow:0 2px 0 0 rgba(255,255,255,.11) inset;border-radius:20px}.tag__link:hover,.tag__link:focus,.tag__link:active{color:#2d2d2d;background:#feb806;-webkit-box-shadow:0 2px 21px rgba(176,0,0,.47);box-shadow:0 2px 21px rgba(176,0,0,.47)}.tag__icon{width:40px;height:40px;display:block;border-radius:50%}.tag__title{padding:0 13px 0 11px;font-weight:600}.player{position:relative;margin-bottom:15px}.flash-container{position:relative;text-align:center}.flash-container>p,.flash-container object,.flash-container iframe{display:block}.flash-container.fullscreen{border:none;text-align:center;background:#fff}.flash-container.fullscreen p,.flash-container.fullscreen object,.flash-container.fullscreen embed,.flash-container.fullscreen iframe{width:100%;height:100%}

/*
     FILE ARCHIVED ON 23:08:56 Jan 26, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:01:23 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.791
  exclusion.robots: 0.12
  exclusion.robots.policy: 0.105
  esindex: 0.013
  cdx.remote: 9.677
  LoadShardBlock: 94.901 (3)
  PetaboxLoader3.datanode: 73.23 (4)
  PetaboxLoader3.resolve: 356.827 (2)
  load_resource: 393.781
*/