.games-runtime{--games-runtime-accent-color:var(--pink-color);--games-runtime-radius:var(--radius-soft)}.games-page__guide .desc-card-list{margin:0 auto;max-width:62.5rem}.games-page__guide .desc-card{align-items:flex-start;border-top:1px solid #f1f1f1;display:flex;gap:1rem;margin:.75rem 1.25rem;padding-top:.75rem}.games-page__guide .desc-card:first-of-type{border-top:0}.games-page__guide .desc-card .card-img{flex:0 0 auto;max-width:6.375rem;width:100%}.games-page__guide .desc-card .card-img img{border-radius:.25rem;box-shadow:2px 2px 8px rgba(0,0,0,.2);display:block;height:auto;margin-bottom:0;width:100%}.games-page__guide .desc-card .card-content{display:flex;flex-direction:column}.games-page__guide .desc-card .card-content-title{color:#4f4541;font-size:1.125rem;font-weight:500;line-height:1.3;margin-bottom:.375rem}.games-page__guide .desc-card .card-content-text{color:#5f5551;font-size:.9375rem;font-weight:400;line-height:1.45;margin-bottom:.5rem}.games-page__guide .desc-card .card-content-text span:first-of-type{color:#4f4541;font-size:.875rem;font-weight:500;text-transform:uppercase}.games-page__guide .desc-card .card-content-more{font-size:.8125rem;line-height:1.4;margin:.25rem 0 0;order:10}.games-page__guide .desc-card .card-content-more a{color:#d14b8f;text-decoration:underline;text-underline-offset:2px}.games-page__guide .desc-card .card-content-more a:focus-visible,.games-page__guide .desc-card .card-content-more a:hover{color:#e988b9}@media screen and (max-width:640px){.games-page__guide .desc-card-list{margin:.75rem auto}.games-page__guide .desc-card{align-items:start;display:grid;gap:.875rem;grid-template-columns:5.625rem minmax(0,1fr);margin:1rem;padding-top:.875rem}.games-page__guide .desc-card .card-img{max-width:5.625rem}.games-page__guide .desc-card .card-content-title{margin-bottom:.375rem}}@media screen and (max-width:360px){.games-page__guide .desc-card{gap:.75rem;grid-template-columns:1fr;margin-inline:.75rem}.games-page__guide .desc-card .card-img{margin-inline:auto;max-width:6rem}}.belline-game{--belline-game-card-width:90px;--belline-game-card-height:160px;--belline-game-card-origin:290px;--belline-game-deck-height:420px;--belline-game-carpet-min-height:650px;--belline-game-card-shadow-tight:0 3px 8px rgba(60,42,33,.1);--belline-game-card-shadow-fan:0 2px 5px rgba(60,42,33,.06);position:relative}.belline-game [x-cloak]{display:none!important}.belline-game__carpet{background:linear-gradient(180deg,hsla(38,42%,76%,.08),hsla(38,42%,76%,.08)),url(/img/games/belline/carpet.png) 50%/cover no-repeat,#dcc9a9;border:1px solid rgba(136,106,70,.42);border-radius:7px;display:flex;min-height:var(--belline-game-carpet-min-height);overflow:hidden;padding:10px;position:relative}.belline-game__shell{flex:1 1 auto;min-height:calc(var(--belline-game-carpet-min-height) - 20px);position:relative}.belline-game__actions,.belline-game__panel{position:relative;z-index:1}.belline-game__actions{min-height:100%}.belline-game__intro{display:block;margin-right:10px;text-align:center}.belline-game__title{color:#fff;font-size:34px;font-weight:400;line-height:47px;margin:10px 0 0;text-shadow:1px 1px 2px rgba(130,104,123,.95)}.belline-game__title span{display:block}.belline-game__intro-actions{display:inline-flex;gap:0;justify-content:center;margin-top:.75rem}.belline-game__button{align-items:center;border:2px solid transparent;border-radius:4px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:.3rem;justify-content:center;line-height:1.35;min-height:0;padding:7px 30px;text-align:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.belline-game__button span{display:inline}.belline-game__button:focus-visible,.belline-game__card-button:focus-visible,.belline-game__ending-retry:focus-visible,.belline-game__question-option:focus-visible,.belline-game__result-scroll-button:focus-visible{outline:2px solid var(--focus-outline-color);outline-offset:4px}.belline-game__button--secondary{background-color:#fff;border-color:#e9e0d2;box-shadow:2px 2px 4px rgba(0,0,0,.2);color:#262626}.belline-game__button--secondary:first-child{border-radius:10px 0 0 10px}.belline-game__button--secondary:last-child{border-radius:0 10px 10px 0}.belline-game__button--secondary:hover:not(:disabled){background-color:#f1f1f1}.belline-game__button:disabled{cursor:not-allowed}.belline-game__button--secondary:disabled{background-color:hsla(0,0%,100%,.72);border-color:#e9e0d2;box-shadow:2px 2px 4px rgba(0,0,0,.12);color:rgba(38,38,38,.68)}.belline-game__deck{height:var(--belline-game-deck-height);left:calc(50% - 47px);list-style:none;margin:0;padding:0;position:relative;top:33px;transition:left 1s ease-in}.belline-game__deck--shifted{left:calc(50% - 265px)}.belline-game__deck-card{height:var(--belline-game-card-height);left:0;position:absolute;top:0;transform-origin:center var(--belline-game-card-origin);transition:opacity .18s ease;width:var(--belline-game-card-width);will-change:transform,opacity}.belline-game__deck--started .belline-game__deck-card{transition:transform-origin 1s ease-out,opacity .18s ease}.belline-game__deck-card--selected{opacity:0;pointer-events:none}.belline-game__deck-card--pending{opacity:.18}.belline-game__card-button{background:transparent;border:0;cursor:pointer;display:block;height:100%;padding:0;width:100%}.belline-game__card-button:disabled{cursor:default}.belline-game__card-button img{border-radius:7px;display:block;height:100%;width:100%}.belline-game__deck:not(.belline-game__deck--started) .belline-game__card-button img{box-shadow:var(--belline-game-card-shadow-tight)}.belline-game__deck--started .belline-game__card-button:not(:disabled):hover img{transform:scale(1.06) rotate(-3deg)}.belline-game__deck--started .belline-game__card-button img{box-shadow:var(--belline-game-card-shadow-fan);transition:transform .18s ease}.belline-game__panel{background-color:transparent;bottom:10px;overflow:hidden;padding:20px;position:absolute;right:-440px;top:10px;transition:background-color .7s,right 1s,box-shadow 4s,border-radius 4s;width:395px;z-index:-1}.belline-game__panel--visible{background-color:hsla(37,34%,87%,.96);border-radius:14px;box-shadow:inset -1px 2px 6px 1px rgba(0,0,0,.14);display:grid;right:10px;z-index:99}.belline-game__panel-section{display:flex;flex-direction:column;gap:1rem;min-height:100%;position:relative}.belline-game__panel-section--result{display:grid;height:100%;min-height:0;overflow:hidden}.belline-game__panel-header{display:grid;gap:.4rem}.belline-game__panel-title,.belline-game__result-title{color:#82687b;font-weight:600;margin:0}.belline-game__panel-title{align-items:center;display:flex;font-size:1rem;gap:.75rem;justify-content:space-between;text-transform:uppercase}.belline-game__panel-badge{align-items:center;background-color:#d6c09b;border:2px solid #d2b990;border-radius:50%;color:#fff;display:inline-flex;font-size:.86rem;justify-content:center;min-height:2.2rem;min-width:2.2rem;padding:.2rem}.belline-game__panel-text{color:#82687b;font-size:1.06rem;line-height:1.45;margin:0}.belline-game__question-list{display:grid;gap:.65rem}.belline-game__question-option{align-items:center;background:#fff;border:1px solid #dcc9a9;border-radius:.5rem;color:#82687b;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;min-height:3.1rem;padding:.75rem 1rem;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.belline-game__question-option:hover{background-color:#faf6ef;border-color:#d2b990;transform:translateY(-1px)}.belline-game__question-option--active{background-color:#f7efe4;border-color:#d2b990;box-shadow:inset 0 0 0 1px hsla(37,42%,69%,.35)}.belline-game__slots{align-items:end;border:2px dotted #dcc9a9;border-radius:.65rem;display:grid;gap:.5rem;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:center;list-style:none;margin:0;min-height:11rem;padding:.35rem}.belline-game__slot{align-items:end;aspect-ratio:88/158;background:hsla(0,0%,100%,.36);border-radius:.5rem;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.belline-game__slot:before{border:1px solid hsla(37,42%,69%,.35);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute}.belline-game__slot-image{border-radius:7px;display:block;height:100%;margin-inline:auto;max-width:100%;object-fit:contain;width:auto}.belline-game__progress{display:flex;justify-content:center;margin-top:auto;padding-top:1rem}.belline-game__progress-shell{height:9rem;width:9.75rem}.belline-game__progress-shell svg{display:block;height:100%;width:100%}.belline-game__progress-track,.belline-game__progress-value{fill:none;stroke-linecap:round;stroke-linejoin:round}.belline-game__progress-track{stroke:rgba(130,104,123,.28);stroke-width:3.25}.belline-game__progress-value{stroke:#d2b990;stroke-width:7.5}.belline-game__step-transition{align-content:center;backdrop-filter:blur(2px);background:linear-gradient(180deg,hsla(36,43%,93%,.96),hsla(38,46%,88%,.94));border-radius:.9rem;box-shadow:inset 0 0 0 1px hsla(37,42%,69%,.32),0 10px 24px rgba(60,42,33,.08);display:grid;gap:.75rem;inset:0;justify-items:center;padding:1.5rem;position:absolute;text-align:center;z-index:2}.belline-game__step-transition-loader{animation:belline-game-step-transition-spin .9s linear infinite;border:2px solid hsla(37,42%,69%,.34);border-radius:50%;border-top-color:#d2b990;display:inline-flex;height:2.6rem;position:relative;width:2.6rem}.belline-game__step-transition-title{color:#82687b;font-size:1.05rem;font-weight:700;letter-spacing:.02em;margin:0;text-transform:uppercase}.belline-game__step-transition-text{color:#6b5a3a;font-size:.95rem;line-height:1.5;margin:0;max-width:16rem}.belline-game__result-loader{display:grid;min-height:100%;place-items:center}.belline-game__result-shell{height:100%;min-height:0;overflow:hidden;position:relative}.belline-game__loader{background-color:#e6dbcb;display:block;height:12.5rem;position:relative;width:11.25rem}.belline-game__loader:after{animation:belline-game-loader 1s linear infinite;background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent),radial-gradient(circle 3.45rem,#dfceb0 100%,transparent 0),linear-gradient(#dfceb0 1rem,transparent 0),linear-gradient(#dfceb0 1.45rem,transparent 0);background-position:-12.8rem 0,center .6rem,center 7.55rem,center 8.85rem;background-repeat:no-repeat;background-size:4.7rem 10.95rem,100% 6.8rem,60% .85rem,80% .85rem;content:"";height:100%;inset:.95rem .95rem auto;position:absolute}.belline-game__result{-ms-overflow-style:none;display:grid;gap:.85rem;height:100%;min-height:0;overflow-y:auto;padding-bottom:3.8rem;padding-right:.35rem;scrollbar-width:none}.belline-game__result::-webkit-scrollbar{display:none;height:0;width:0}.belline-game__result-title{font-size:1.1rem;line-height:1.45;overflow-wrap:anywhere}.belline-game__result-summary{color:#6b5a3a;font-size:.9rem;line-height:1.45;margin:0;overflow-wrap:anywhere}.belline-game__result-text{color:#5a4c34;font-size:.96rem;line-height:1.65;overflow-wrap:anywhere}.belline-game__result-text strong{color:#82687b}.belline-game__result-scroll-button{align-items:center;animation:belline-game-scroll-cue 1.1s ease-in-out infinite;background-color:hsla(36,43%,93%,.96);border:1px solid hsla(37,42%,69%,.9);border-radius:999px;bottom:.35rem;box-shadow:0 6px 14px rgba(60,42,33,.14);color:#82687b;cursor:pointer;display:inline-flex;font-size:1.1rem;height:2.6rem;justify-content:center;line-height:1;padding:0;position:absolute;right:.35rem;width:2.6rem;z-index:2}.belline-game__result-scroll-button:hover{background-color:#f9f4ec}.belline-game__ending{margin-top:1rem}.belline-game__ending-panel{background-color:#f5efe6;border:1px solid #d9c4a2;border-radius:.75rem;padding:1.5rem;text-align:center}.belline-game__ending-title{color:#82687b;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.belline-game__ending-text{color:#6b5a3a;font-size:.95rem;line-height:1.6;margin:0}.belline-game__ending-actions{display:grid;gap:.75rem;justify-items:center;margin-top:1rem}.belline-game__ending-retry{background:transparent;border:0;color:#82687b;cursor:pointer;font-size:.9rem;padding:0;text-decoration:underline}@keyframes belline-game-loader{to{background-position:12.8rem 0,center .6rem,center 7.55rem,center 8.85rem}}@keyframes belline-game-scroll-cue{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@keyframes belline-game-step-transition-spin{to{transform:rotate(1turn)}}@media screen and (max-width:1100px){.belline-game__deck:not(.belline-game__deck--started) .belline-game__deck-card{transform-origin:center 190px!important}}@media screen and (max-width:767px){.belline-game{--belline-game-carpet-min-height:36rem}.belline-game__intro{margin-right:0}.belline-game__shell--started{display:grid;grid-template-rows:minmax(0,1fr) auto}.belline-game__actions{min-height:0}.belline-game__deck--started{height:17.5rem;top:12px}.belline-game__panel{bottom:-282px;height:252px;left:10px;padding:14px;right:10px!important;top:unset;transition:background-color .7s,bottom 1s,box-shadow 4s,border-radius 4s,height .3s ease-in;width:auto}.belline-game__panel--visible{bottom:10px}.belline-game__shell--started .belline-game__panel{inset:auto;left:auto;margin-inline:10px;margin-top:auto;opacity:0;pointer-events:none;position:relative;right:auto!important;transform:translateY(calc(100% + .75rem));transition:transform 1s ease,opacity .24s ease,background-color .7s,box-shadow 4s,border-radius 4s,height .3s ease-in;width:calc(100% - 20px)}.belline-game__shell--started .belline-game__panel--visible{bottom:auto;left:auto;opacity:1;pointer-events:auto;right:auto;transform:translateY(0)}.belline-game__panel-section{gap:.6rem;min-height:0}.belline-game__panel-header{gap:.25rem}.belline-game__panel-title,.belline-game__progress{display:none}.belline-game__panel-text{font-size:.98rem;line-height:1.35}.belline-game__slots{height:9.4rem;min-height:0;padding:.25rem}.belline-game__slot{aspect-ratio:auto;height:100%;min-height:0}.belline-game__slot--filled{max-width:100%;width:auto}}@media screen and (max-width:820px){.belline-game__button{min-width:160px}.belline-game__button span{display:none}}@media screen and (max-width:640px){.belline-game__panel-section--result{height:100%;min-height:0}}@media screen and (max-width:520px){.belline-game{--belline-game-carpet-min-height:34rem;--belline-game-card-width:80px;--belline-game-card-height:140px;--belline-game-card-origin:150px}.belline-game__deck--started{height:17rem}.belline-game__deck:not(.belline-game__deck--started){height:19rem;top:18px}.belline-game__intro{margin-top:0;padding-top:2rem}.belline-game__title{font-size:1.95rem;line-height:1.18;margin-top:0}.belline-game__title span{margin-top:.25rem}.belline-game__intro-actions{margin-top:1rem}.belline-game__deck:not(.belline-game__deck--started) .belline-game__deck-card{transform-origin:center 150px!important}.belline-game__button{min-width:unset;padding:7px 20px}.belline-game__deck{left:calc(50% - 40px)}.belline-game__panel{bottom:-292px;height:264px}.belline-game__slots{height:9rem}.belline-game__panel-section--result{height:100%;min-height:0}}
