@charset "UTF-8";@font-face{font-family:Jura;font-style:normal;src:url(/fonts/Jura.woff2) format("woff2")}:root{--color-page: #050505;--color-text: #e5e5e5;--color-toxic: #4ade80;--color-board-border: #EBC09B;--color-card-surface: rgb(15 23 42 / 90%);--board-size: 800px;--dice-size: 80px;--dice-depth: 40px}*{font-family:Jura,sans-serif}body{overflow-x:hidden;background-color:var(--color-page);color:var(--color-text);-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:#111}::-webkit-scrollbar-thumb{background-color:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#555}.game-button{--button-gradient: linear-gradient(180deg, #ffd900 0%, #f87171 100%);--button-inset-shadow: inset 0 1px 4px #fff, inset 0 1px 1px #ffd900;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:208px;min-width:0;height:40px;padding:0 14px;overflow:hidden;border:1px solid rgba(255,255,255,.4);border-radius:10px;background:var(--button-gradient);box-shadow:var(--button-inset-shadow);color:#fff;font-family:Jura,sans-serif;font-size:16px;font-weight:700;line-height:normal;text-align:center;white-space:nowrap;cursor:pointer;transition:box-shadow .16s ease,filter .16s ease,transform 80ms ease}.game-button:hover:not(:disabled){box-shadow:var(--button-inset-shadow),0 3px 9px #213f42;filter:brightness(1.04)}.game-button:active:not(:disabled){transform:translateY(1px)}.game-button:focus-visible{outline:2px solid #fff;outline-offset:3px}.game-button:disabled{cursor:not-allowed;filter:saturate(.5);opacity:.4}.game-button--yellow{--button-gradient: linear-gradient(180deg, #ffd900 0%, #f87171 100%);--button-inset-shadow: inset 0 1px 4px #fff, inset 0 1px 1px #ffd900}.game-button--blue{--button-gradient: linear-gradient(180deg, #00bbff 0%, #0f6888 100%);--button-inset-shadow: inset 0 .4px 1px #fff, inset 0 1px 1px #4b7a7f}.game-button--green{--button-gradient: linear-gradient(180deg, #4ade80 0%, #10b981 100%);--button-inset-shadow: inset 0 1px 4px #fff}.game-button--pink{--button-gradient: linear-gradient(180deg, #f538e8 0%, #8a38f5 100%);--button-inset-shadow: inset 0 .4px 1px #fff}.game-button--dark-blue{--button-gradient: linear-gradient(180deg, #4b7a7f 0%, #213f42 100%);--button-inset-shadow: inset 0 .4px 1px #fff;height:48px}.game-button--red{--button-gradient: linear-gradient(180deg, #f87171 0%, #ff0000 100%);--button-inset-shadow: inset 0 .4px 1px #fff}.game-button--compact{width:auto;font-size:14px}.game-button--wide{width:100%}.game-button--large{width:272px;height:64px;font-size:20px}.fog-overlay{position:fixed;z-index:50;inset:0 auto auto 0;width:200%;height:100%;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/smoke.png);opacity:.4;animation:fog 40s linear infinite}.text-flicker{animation:flicker 4s infinite}.board-container{position:relative;width:var(--board-size);height:var(--board-size);margin-inline:auto;background-image:url(/images/board.png);background-position:center;background-size:800px auto;border:4px solid var(--color-board-border);border-radius:8px;box-shadow:0 0 30px #000c}.team-name-badge{position:absolute;z-index:20;top:16px;left:50%;width:-moz-fit-content;width:fit-content;min-width:191px;max-width:520px;height:39px;padding:10px 16px;overflow:hidden;border-radius:16px;background:#0b25294d;color:#fff;font-size:16px;font-weight:600;line-height:19px;text-align:center;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%);pointer-events:none}.grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template:repeat(12,1fr)/repeat(12,1fr)}.grid-cell{position:relative;border:1px solid rgba(0,0,0,.15);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.grid-cell:hover{background-color:#4ade804d;border-color:var(--color-toxic)}.grid-cell.highlight-move{background-color:#ff03;border:2px solid yellow;animation:pulse-glow 1.5s infinite}.player-token,.card-marker{position:absolute;display:flex;align-items:center;justify-content:center}.player-token{z-index:10;top:12.5%;left:12.5%;width:75%;height:75%;overflow:hidden;border:2px solid white;border-radius:50%;box-shadow:0 0 8px #00000080;transition:top .4s cubic-bezier(.175,.885,.32,1.275),left .4s cubic-bezier(.175,.885,.32,1.275)}.player-token__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-marker{--marker-color: #f8fafc;z-index:5;top:20%;left:20%;width:60%;height:60%;color:var(--marker-color);font-size:1rem;background-color:var(--color-card-surface);border:2px dashed currentColor;border-radius:4px;box-shadow:0 2px 4px #00000080}.card-marker.ordinator{--marker-color: #3b82f6}.card-marker.chemo{--marker-color: #a855f7}.card-marker.head{--marker-color: #ef4444}.card-marker.patient{--marker-color: #22c55e}.card-marker.item{--marker-color: #eab308}.card-marker.event{--marker-color: #f97316}.card-marker.material{--marker-color: #06b6d4}.dice-container{position:relative;z-index:0;display:block;width:var(--dice-size);height:var(--dice-size);padding:0;color:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;perspective:1000px;isolation:isolate;touch-action:manipulation}.dice-container:focus-visible{outline:2px solid var(--color-toxic);outline-offset:10px;border-radius:12px}.dice-motion{position:relative;z-index:1;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .18s cubic-bezier(.2,.8,.2,1)}.dice-container:not(:disabled):hover .dice-motion{transform:translateY(-3px) rotate(-2deg)}.dice-container:not(:disabled):active .dice-motion{transform:translateY(1px) scale(.98)}.dice-motion--rolling,.dice-container.is-rolling:hover .dice-motion{animation:toss-dice 1.05s cubic-bezier(.22,.68,.22,1) both}.dice{position:relative;width:100%;height:100%;transform-style:preserve-3d;will-change:transform}.dice-rolling{animation:roll-dice 1.05s cubic-bezier(.16,.72,.2,1) both}.dice-shadow{position:absolute;right:9%;bottom:-12px;left:9%;z-index:-1;height:16px;background:#000000b8;border-radius:50%;box-shadow:0 0 16px #4ade802e;filter:blur(5px);opacity:.62;transform:scaleX(.8);transform-origin:center;pointer-events:none}.dice-container.is-rolling .dice-shadow{animation:dice-shadow 1.05s ease-out both}.dice-face{position:absolute;display:flex;align-items:center;justify-content:center;width:var(--dice-size);height:var(--dice-size);color:#000;font-size:2rem;background-color:#fff;border:2px solid #ccc;border-radius:10px;box-shadow:inset 0 0 15px #0003;backface-visibility:hidden}.dice-face:nth-child(1){transform:translateZ(var(--dice-depth))}.dice-face:nth-child(2){transform:rotateY(180deg) translateZ(var(--dice-depth))}.dice-face:nth-child(3){transform:rotateY(-90deg) translateZ(var(--dice-depth))}.dice-face:nth-child(4){transform:rotateY(90deg) translateZ(var(--dice-depth))}.dice-face:nth-child(5){transform:rotateX(90deg) translateZ(var(--dice-depth))}.dice-face:nth-child(6){transform:rotateX(-90deg) translateZ(var(--dice-depth))}@media (prefers-reduced-motion: reduce){.dice-motion,.dice-container:not(:disabled):hover .dice-motion,.dice-container:not(:disabled):active .dice-motion{transition:none}.dice-motion--rolling,.dice-rolling,.dice-container.is-rolling .dice-shadow{animation-duration:1ms;animation-iteration-count:1}}@keyframes flicker{0%,19.999%,22%,62.999%,64%,64.999%,70%,to{opacity:1}20%,21.999%,63%,63.999%,65%,69.999%{opacity:.2}}@keyframes fog{0%,to{transform:translate(-10%);opacity:.3}50%{transform:translate(10%);opacity:.5}}@keyframes pulse-glow{0%,to{background-color:#ffff001a}50%{background-color:#ffff004d}}@keyframes roll-dice{0%{transform:rotateX(var(--dice-start-x)) rotateY(var(--dice-start-y))}76%{transform:rotateX(var(--dice-end-x)) rotateY(var(--dice-end-y))}86%{transform:rotateX(calc(var(--dice-end-x) + var(--dice-wobble-x))) rotateY(calc(var(--dice-end-y) + var(--dice-wobble-y)))}94%{transform:rotateX(calc(var(--dice-end-x) + var(--dice-settle-x))) rotateY(calc(var(--dice-end-y) + var(--dice-settle-y)))}to{transform:rotateX(var(--dice-end-x)) rotateY(var(--dice-end-y))}}@keyframes toss-dice{0%{transform:translateY(0) scaleZ(1)}16%{transform:translateY(-18px) scale3d(.98,1.04,.98)}48%{transform:translateY(-30px) scaleZ(1)}76%{transform:translateY(0) scale3d(1.06,.9,1.06)}86%{transform:translateY(-7px) scale3d(.99,1.03,.99)}94%{transform:translateY(0) scale3d(1.02,.97,1.02)}to{transform:translateY(0) scaleZ(1)}}@keyframes dice-shadow{0%,to{opacity:.62;transform:scaleX(.8)}48%{opacity:.18;transform:scaleX(.42)}76%{opacity:.76;transform:scaleX(.92)}86%{opacity:.4;transform:scaleX(.62)}}.introscreen{background:url(/images/intro_background_image.jpg) no-repeat top;background-size:cover}.team-name-screen{position:relative;display:flex;min-height:100vh;align-items:flex-end;justify-content:center;overflow:hidden;padding:0 24px clamp(72px,11vh,168px);background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.88) 76%,#000 100%),url(/images/intro_background_image.jpg) no-repeat center top/cover}.team-name-form{position:relative;z-index:10;width:min(100%,1152px)}.team-name-title{margin:0 0 62px;padding:38px 32px;border:1px solid rgba(75,122,127,.55);border-radius:10px;background:#000000c2;box-shadow:0 20px 60px #00000073;color:var(--color-toxic);font-size:clamp(32px,3vw,52px);font-weight:500;line-height:1.1;text-align:center;text-shadow:0 0 20px rgba(74,222,128,.18)}.team-name-controls{display:grid;grid-template-columns:minmax(0,1fr) 292px;gap:20px}.team-name-input{width:100%;min-width:0;height:84px;padding:0 30px;border:1px solid rgba(255,255,255,.7);border-radius:10px;outline:none;background:#fff;color:#161616;font-size:clamp(20px,1.6vw,28px);font-weight:500;caret-color:#0f6888;transition:border-color .16s ease,box-shadow .16s ease}.team-name-input::-moz-placeholder{color:#b8b8b8}.team-name-input::placeholder{color:#b8b8b8}.team-name-input:focus{border-color:#4ade80;box-shadow:0 0 0 3px #4ade8047}.team-name-submit.game-button{width:100%;height:84px;font-size:clamp(20px,1.6vw,28px)}@media (max-width: 720px){.team-name-screen{padding-bottom:48px}.team-name-title{margin-bottom:24px;padding:24px 18px}.team-name-controls{grid-template-columns:1fr;gap:14px}.team-name-input,.team-name-submit.game-button{height:64px}}.player-select-screen{position:relative;display:flex;min-height:100vh;align-items:flex-start;justify-content:center;overflow:auto;padding:clamp(300px,40vh,410px) 24px clamp(60px,14vh,140px);background:linear-gradient(180deg,transparent 34%,rgba(0,0,0,.32) 53%,#000 90%),url(/images/intro_background_image.jpg) no-repeat center top/cover}.player-select-panel{position:relative;z-index:10;display:flex;width:1136px;flex-direction:column;align-items:center;transform-origin:top left}.player-select-stage{position:relative;z-index:10;flex:0 0 auto}.player-select-heading{width:100%;margin-bottom:24px;padding:24px;border:1px solid #1f2937;border-radius:8px;background:#00000080;box-shadow:0 22px 70px #00000085;text-align:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.player-select-heading h1{margin:0 0 16px;color:var(--color-toxic);font-size:clamp(34px,3.05vw,44px);font-weight:700;line-height:normal;text-shadow:0 0 22px rgba(74,222,128,.22)}.player-select-heading p{min-height:1.25em;margin:0;color:var(--color-toxic);font-size:clamp(18px,2.1vw,30px);line-height:normal}.player-select-cards{display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;padding:0;border:0}.player-select-card-option{position:relative;display:flex;min-width:0;flex-direction:column;gap:16px}.player-select-card-option .character-card{width:100%;max-width:none;min-height:120px;padding:12px;border-width:1px;border-radius:8px;background:#375f63d1;box-shadow:inset 0 1px #ffffff24,0 10px 28px #00000057;transition:border-color .16s ease,box-shadow .16s ease,filter .16s ease}.player-select-card-option:focus-within .character-card{filter:brightness(1.06)}.player-select-card-option .character-card--selected{border-color:var(--person-color);box-shadow:0 0 8px var(--person-color),0 0 24px color-mix(in srgb,var(--person-color) 68%,transparent)}.character-card--selectable .character-card__texture{top:-80%;height:250%;opacity:.72}.character-card--selectable .character-card__profile{height:48px}.character-card--selectable .character-card__name{max-width:120px;overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.character-card--selectable .character-card__status{width:12px;height:12px;flex-basis:12px}.character-card--selectable .character-card__avatar{width:48px;height:48px;flex-basis:48px}.character-card--selectable .character-card__avatar-image{width:48px;height:48px}.character-card--selectable .character-card__avatar-frame{top:5px;left:4px;width:40px;height:40px}.character-card__role{align-self:flex-start;padding:2px 8px;border-radius:999px;background:var(--person-color);color:#fff;font-size:10px;font-weight:700;line-height:1.2}.character-card__description{margin:8px 0 0;color:#ffffffdb;font-size:10px;line-height:normal}.player-select-name-row{display:flex;width:100%;height:40px;align-items:center;gap:4px}.player-select-name-input{flex:1;width:100%;min-width:0;height:40px;padding:8px;border:1px solid transparent;border-radius:8px;outline:none;background:#fff;color:#161616;font-family:Jura,sans-serif;font-size:16px;font-weight:400;caret-color:#0f6888;transition:border-color .16s ease,box-shadow .16s ease}.player-select-name-input::-moz-placeholder{color:#afafaf;font-size:14px}.player-select-name-input::placeholder{color:#afafaf;font-size:14px}.player-select-name-input:focus{border-color:var(--person-color, #4ade80);box-shadow:0 0 0 2px #4ade803d}.player-select-name-state{position:relative;display:flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;overflow:hidden;padding:8px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#213f4266;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.player-select-name-state--selected{border-color:#fff6;background:linear-gradient(180deg,#4ade80,#10b981);box-shadow:inset 0 .4px 1px #fff}.player-select-name-state img{display:block;width:24px;height:24px}.player-select-submit.game-button{margin-top:48px}@media (max-width: 1100px){.player-select-screen{padding-top:clamp(250px,45vw,420px)}.player-select-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.player-select-panel,.player-select-stage{width:100%!important;height:auto!important}.player-select-panel{transform:none!important}.player-select-card-option:last-child{grid-column:1/-1;width:calc(50% - 12px);justify-self:center}}@media (min-width: 1441px) and (min-height: 1025px){.player-select-screen{padding-top:40vh}}@media (max-width: 680px){.player-select-screen{padding-inline:14px;padding-bottom:32px;background-position:47% top}.player-select-heading{margin-bottom:16px;padding:20px 14px}.player-select-heading h1{margin-bottom:14px}.player-select-cards{grid-template-columns:1fr}.player-select-card-option:last-child{grid-column:auto;width:100%}.player-select-submit.game-button{width:100%;margin-top:32px}}@media (prefers-reduced-motion: reduce){.player-select-card-option .character-card,.player-select-name-input,.player-select-name-state{transition:none}}.sidebar{background-color:#375f63cc;background-image:url(/images/metal-blue-top.png),url(/images/metal-blue-btm.png);background-position:top center,bottom center;background-repeat:no-repeat,no-repeat;height:100%}.turn-sidebar{overflow-y:auto}.turn-sidebar>*{flex-shrink:0}.turn-sidebar .turn-history{min-height:180px}.turn-sidebar__turn-controls{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:24px}.turn-sidebar__phase{display:flex;align-items:center;justify-content:center;width:100%;min-height:168px;padding-top:16px}.turn-sidebar__movement{display:flex;align-items:center;width:100%;flex-direction:column;gap:8px;text-align:center}.turn-sidebar__moves-left{color:var(--color-toxic);font-family:Roboto Mono,monospace;font-size:60px;font-weight:400;line-height:60px}.turn-sidebar__moves-caption,.turn-sidebar__phase-label{margin:0;color:#9ca3af;font-size:14px;line-height:20px}.turn-sidebar__moves-caption{margin-top:-8px}.turn-sidebar__actions{margin-bottom:16px}.turn-sidebar__lower{display:flex;flex:1 1 0;flex-direction:column;gap:8px;min-height:0}.turn-timer{width:100%;flex:0 0 auto;color:#fff;font-family:Jura,sans-serif;font-size:48px;font-variant-numeric:tabular-nums;font-weight:700;line-height:57px;text-align:center;white-space:nowrap}.game-viewport{position:relative;isolation:isolate;display:flex;align-items:flex-start;justify-content:center;min-height:100vh;overflow:hidden;background:url(/images/board-background.jpg) center no-repeat;background-size:cover}.game-viewport:before,.game-viewport:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none}.game-viewport:before{top:-32px;right:-32px;bottom:-32px;left:-32px;background:#ffffffb3;-webkit-backdrop-filter:brightness(1) saturate(1) blur(18px);backdrop-filter:brightness(1) saturate(1) blur(18px)}.game-viewport:after{z-index:1;background:radial-gradient(ellipse at center,transparent 42%,rgba(8,35,0,.18) 72%,rgba(5,25,0,.42) 100%)}.game-stage{position:relative;z-index:2;flex:0 0 auto}.sidebar-rail{position:absolute;z-index:3}.sidebar-rail>.sidebar{width:256px;height:992px;transform:scale(var(--scene-scale));transform-origin:top left}.turn-history{position:relative;display:flex;flex-direction:column;flex:1 1 0;min-height:0;padding:16px;overflow:hidden;border:1px solid rgba(126,125,107,.55);border-radius:6px;background:radial-gradient(circle at 18% 13%,rgba(255,255,255,.24) 0 1px,transparent 2px),radial-gradient(circle at 82% 31%,rgba(84,79,61,.09) 0 1px,transparent 2px),radial-gradient(circle at 42% 72%,rgba(84,79,61,.08) 0 1px,transparent 2px),linear-gradient(105deg,rgba(255,255,255,.09),transparent 42%,rgba(83,79,64,.07)),#d8d5bd;background-size:37px 41px,43px 47px,53px 59px,100% 100%,auto;box-shadow:inset 0 0 18px #48453721,0 1px 2px #0a1c1938;color:#202421}.turn-history__title{margin:0;padding:0 0 14px;border-bottom:1px solid rgba(84,87,76,.38);font-size:16px;font-weight:500;line-height:22px}.turn-history__entries{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;min-height:0;padding-top:15px;overflow-y:auto;scrollbar-width:none}.turn-history__entries::-webkit-scrollbar{display:none}.turn-history__entry{display:grid;grid-template-columns:10px minmax(0,1fr);gap:2px;margin:0;color:#2024217a;font-size:10px;font-weight:500;line-height:14px}.turn-history__entry--current{color:#202421}.turn-history__marker{font-weight:700}.game-layout{position:absolute;top:0;left:0;display:grid;width:1440px;height:1024px;grid-template-columns:256px minmax(0,1fr) 256px;align-items:start;transform-origin:top left;--board-size: 800px;background-color:#1e5100;background-image:url(/images/board-background.jpg);background-position:top center;background-repeat:no-repeat;background-size:1440px 1024px;-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent),linear-gradient(to bottom,transparent,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent),linear-gradient(to bottom,transparent,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect}.player-summary{overflow-wrap:anywhere}.character-card{position:relative;isolation:isolate;width:100%;max-width:208px;margin-inline:auto;padding:12px;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#213f4266;color:#fff;font-family:Jura,sans-serif}.character-card--active{border-color:var(--person-color);box-shadow:0 0 16px var(--person-color)}.character-card--out{opacity:.2;filter:grayscale(1)}.character-card__texture{position:absolute;z-index:-1;top:-118.31%;left:-1.61%;width:103.22%;height:306.96%;max-width:none;-o-object-fit:fill;object-fit:fill}.character-card__profile{display:flex;align-items:center;width:100%;height:48px}.character-card__identity{display:flex;flex:1 1 0;flex-direction:column;justify-content:space-between;min-width:0;height:100%}.character-card__name-row{display:flex;align-items:center;gap:8px;min-width:0;padding-bottom:4px}.character-card__status{width:12px;height:12px;flex:0 0 12px;border-radius:50%;opacity:.5}.character-card--active .character-card__status{opacity:1}.character-card__name{min-width:0;margin:0;overflow:hidden;color:#fff;font-size:18px;font-weight:700;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.character-card__trust{display:flex;align-items:center;gap:3px;padding-left:20px}.character-card__heart{display:block;width:14px;height:14px;flex:0 0 14px}.character-card__avatar{position:relative;width:48px;height:48px;flex:0 0 48px;overflow:hidden}.character-card__avatar-image{position:absolute;width:48px;height:48px;-o-object-fit:cover;object-fit:cover}.character-card__avatar-frame{position:absolute;right:0;bottom:0;width:40px;top:5px;left:4px;border-radius:4px;height:40px;-o-object-fit:contain;object-fit:contain}.character-card__details{display:flex;flex-direction:column;gap:2px;width:100%;margin:0;padding-top:4px;font-size:10px;font-weight:700;line-height:14px}.character-card__detail{display:flex;align-items:center;min-width:0;height:14px;gap:3px}.character-card__detail dt,.character-card__detail dd{margin:0}.character-card__detail dd{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.escape-goals{position:relative;isolation:isolate;width:208px;min-height:300px;margin:auto auto 0;padding:24px;overflow:hidden;color:#213f42;font-family:Jura,sans-serif}.escape-goals__paper{position:absolute;z-index:-1;top:0;left:0;width:208px;height:310px;max-width:none;-o-object-fit:fill;object-fit:fill;pointer-events:none}.escape-goals__title{position:relative;width:100%;margin:0 0 24px;border-bottom:1px solid rgba(33,63,66,.35);font-size:16px;font-weight:700;line-height:16px}.escape-goals__list{display:flex;flex-direction:column;gap:8px;width:160px;margin:0;padding:0;list-style:none}.escape-goals__item{display:flex;align-items:center;gap:8px;width:100%;min-width:0}.escape-goals__icon{position:relative;width:48px;height:48px;flex:0 0 48px}.escape-goals__icon-background,.escape-goals__icon-image,.escape-goals__complete-mark{position:absolute;display:block;max-width:none;pointer-events:none}.escape-goals__icon-background{top:0;right:0;bottom:0;left:0;width:48px;height:48px}.escape-goals__icon-image{top:3px;left:3px;width:42px;height:42px;-o-object-fit:contain;object-fit:contain}.escape-goals__complete-mark{right:4px;bottom:8px;width:39px;height:26px;-o-object-fit:cover;object-fit:cover;filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.escape-goals__label{min-width:0;flex:1 1 0;overflow-wrap:anywhere;font-size:14px;font-weight:400;line-height:normal}.escape-goals__label strong{font-weight:700}.doctor-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;overflow-y:auto;background:#000c;font-family:Jura,sans-serif;color:#213f42}.doctor-modal__dialog{--tag-color: #0885fe;width:min(700px,100%);min-width:0;transform:translateY(-24px);outline:none}.doctor-modal__dialog--chemo{--tag-color: #b450ff}.doctor-modal__dialog--head{--tag-color: #741e1e}.doctor-modal__art{position:relative;width:100%;height:300px;margin-bottom:-10px;pointer-events:none}.doctor-modal__portrait{position:absolute;width:316px;height:297px;left:calc(50% - 158px);top:0;overflow:hidden}.doctor-modal__portrait img{position:absolute;width:100%;height:113.87%;top:-6.94%;max-width:none}.doctor-modal__dialog--chemo .doctor-modal__portrait img{width:95.77%;height:115.1%;left:3.6%;top:-6.69%}.doctor-modal__dialog--head .doctor-modal__portrait img{width:97.77%;height:113.36%;left:1.11%;top:-7.97%}.doctor-modal__glow{position:absolute;max-width:none}.doctor-modal__glow--one{width:407px;height:490px;left:calc(50% - 206px);top:-34px}.doctor-modal__glow--two{width:367px;height:367px;left:calc(50% - 183px);top:59px}.doctor-modal__question-mark{position:absolute;width:136px;height:125px;-o-object-fit:cover;object-fit:cover;top:105px}.doctor-modal__question-mark--left{left:calc(50% - 203px);transform:rotate(-24.83deg)}.doctor-modal__question-mark--right{left:calc(50% + 33px);transform:rotate(15.83deg)}.doctor-modal__paper{position:relative;height:400px;padding:24px;display:flex;flex-direction:column;gap:24px;isolation:isolate}.doctor-modal__paper-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;container-type:size;pointer-events:none}.doctor-modal__paper-background img{position:absolute;left:50%;top:50%;width:100cqh;height:100cqw;max-width:none;transform:translate(-50%,-50%) rotate(-90deg)}.doctor-modal__content{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#10b981 transparent}.doctor-modal__tag{display:inline-block;padding:8px;border-radius:8px;background:var(--tag-color);color:#fff;font-size:20px;font-weight:700;line-height:normal}.doctor-modal__title{margin:8px 0 10px;font-size:32px;font-weight:700;line-height:normal}.doctor-modal__question{font-size:24px;line-height:normal}.doctor-modal__question p{margin:0}.doctor-modal__question--with-graphics{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px}.doctor-modal__graph{width:100%;align-self:start}.doctor-modal__graph .expandable-image__image{aspect-ratio:320/127;-o-object-fit:fill;object-fit:fill}.doctor-modal__footer{flex-shrink:0;position:relative}.doctor-modal__buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:11px}.doctor-modal__radio{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;font-size:16px}.doctor-modal__radio select{max-width:100%;padding:6px;color:#213f42;background:#fff9;border:1px solid #213f42;border-radius:4px}.doctor-modal__respondent{margin:0 0 12px;font-size:16px}.doctor-modal :is(button,select,[tabindex="0"]):focus-visible{outline:2px solid #213f42;outline-offset:2px}.item-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;overflow-y:auto;background:#000c;color:#213f42;font-family:Jura,sans-serif}.item-popup__dialog{position:relative;width:min(700px,100%);min-width:0;padding-top:132px;outline:none}.item-popup__art{position:absolute;z-index:1;top:0;left:50%;width:220px;height:184px;transform:translate(-50%);pointer-events:none}.item-popup__item,.item-popup__complete-mark{position:absolute;display:block;max-width:none;-o-object-fit:contain;object-fit:contain}.item-popup__item{top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:drop-shadow(0 8px 7px rgba(0,0,0,.45))}.item-popup__complete-mark{right:12px;bottom:18px;width:112px;height:75px;filter:drop-shadow(0 3px 2px rgba(0,0,0,.35))}.item-popup__dialog--canister .item-popup__art{width:174px}.item-popup__dialog--spare-wheel .item-popup__art{width:188px}.item-popup__dialog--jump-starter .item-popup__art{width:224px}.item-popup__paper{position:relative;isolation:isolate;display:flex;min-height:200px;padding:24px;overflow:hidden}.item-popup__paper-background{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;container-type:size;pointer-events:none}.item-popup__paper-background img{position:absolute;top:50%;left:50%;width:100cqh;height:100cqw;max-width:none;transform:translate(-50%,-50%) rotate(-90deg)}.item-popup__content{min-width:0;flex:1 1 auto;padding-right:16px}.item-popup__tag{display:inline-block;padding:8px;border-radius:8px;background:#f4c430;color:#fff;font-size:20px;font-weight:700;line-height:normal}.item-popup__title{margin:8px 0 0;font-size:24px;font-weight:400;line-height:normal}.item-popup .game-button{align-self:flex-end;flex:0 0 auto}.item-popup button:focus-visible{outline:2px solid #213f42;outline-offset:2px}@media (max-width: 600px),(max-height: 560px){.item-popup__dialog{padding-top:104px}.item-popup__art{width:174px;height:145px}.item-popup__dialog--canister .item-popup__art{width:140px}.item-popup__dialog--spare-wheel .item-popup__art{width:150px}.item-popup__dialog--jump-starter .item-popup__art{width:180px}.item-popup__complete-mark{right:8px;bottom:14px;width:88px;height:59px}.item-popup__paper{min-height:220px;flex-direction:column;gap:20px;padding:20px}.item-popup__content{padding-right:0}.item-popup__tag{font-size:16px}.item-popup__title{font-size:20px}.item-popup .game-button{align-self:flex-end}}@media (max-height: 800px){.doctor-modal__dialog{transform:none}.doctor-modal__art{height:200px}.doctor-modal__portrait{transform:scale(.67);transform-origin:top center}.doctor-modal__question-mark{top:65px;width:91px;height:84px}.doctor-modal__question-mark--left{left:calc(50% - 136px)}.doctor-modal__question-mark--right{left:calc(50% + 22px)}.doctor-modal__glow{transform:scale(.67);transform-origin:top center}}@media (max-width: 600px){.doctor-modal__dialog{transform:none}.doctor-modal__art{height:220px}.doctor-modal__portrait{transform:scale(.74);transform-origin:top center}.doctor-modal__question-mark{top:76px;width:100px;height:92px}.doctor-modal__question-mark--left{left:calc(50% - 150px)}.doctor-modal__question-mark--right{left:calc(50% + 24px)}.doctor-modal__glow{transform:scale(.74);transform-origin:top center}.doctor-modal__paper{height:min(500px,100dvh - 250px);min-height:280px;padding:20px;gap:16px}.doctor-modal__tag{font-size:16px}.doctor-modal__title{font-size:26px;overflow-wrap:anywhere}.doctor-modal__question{font-size:20px;overflow-wrap:anywhere}.doctor-modal__question--with-graphics{grid-template-columns:minmax(0,1fr)}.doctor-modal__buttons{gap:8px}.doctor-modal__buttons .game-button{padding-inline:10px;font-size:13px}}.material-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;overflow-y:auto;background:#000c;color:#213f42;font-family:Jura,sans-serif}.material-popup__dialog{width:min(700px,100%);min-width:0;transform:translateY(-24px);outline:none}.material-popup__art{position:relative;width:100%;height:330px;margin-bottom:-10px;pointer-events:none}.material-popup__artwork{position:absolute;top:0;left:calc(50% - 165px);width:330px;height:330px}.material-popup__glow,.material-popup__rays,.material-popup__image{position:absolute;display:block;max-width:none}.material-popup__glow--yellow{z-index:0;top:137px;left:41px;width:249px;height:223px}.material-popup__glow--green{z-index:0;top:81px;left:-14px;width:358px;height:284px}.material-popup__rays{z-index:0;bottom:0;left:0;width:330px;height:184px}.material-popup__image{z-index:2;top:130px;left:43px;width:244px;height:244px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 7px rgba(0,0,0,.42))}.material-popup__paper{position:relative;isolation:isolate;display:flex;height:200px;padding:24px;gap:24px}.material-popup__paper-background{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none}.material-popup__paper-background img{display:block;width:100%;height:100%;max-width:none}.material-popup__content{min-width:0;flex:1 1 auto}.material-popup__tag{display:inline-block;padding:8px;border-radius:8px;background:#06b6d4;color:#fff;font-size:20px;font-weight:700;line-height:normal}.material-popup__title{margin:8px 0 0;font-size:32px;font-weight:700;line-height:normal}.material-popup__footer{display:flex;flex:0 0 auto;align-items:flex-end}.material-popup :is(button,[tabindex="0"]):focus-visible{outline:2px solid #213f42;outline-offset:2px}@media (max-width: 600px),(max-height: 560px){.material-popup__dialog{transform:none}.material-popup__art{height:244px}.material-popup__artwork{transform:scale(.74);transform-origin:top center}.material-popup__paper{min-height:200px;height:auto;padding:20px;gap:16px}.material-popup__tag{font-size:16px}.material-popup__title{font-size:26px;overflow-wrap:anywhere}.material-popup__footer .game-button{padding-inline:10px;font-size:13px}}@media (max-width: 440px){.material-popup__paper{flex-direction:column}.material-popup__footer{justify-content:flex-end}}.patient-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;overflow-y:auto;background:#000c;color:#213f42;font-family:Jura,sans-serif}.patient-modal__dialog{width:min(700px,100%);min-width:0;transform:translateY(-24px);outline:none}.patient-modal__art{position:relative;width:100%;height:300px;margin-bottom:-6px;pointer-events:none}.patient-modal__effects{position:absolute;top:28px;left:5px;width:calc(100% - 5px);height:361px;overflow:hidden}.patient-modal__glow,.patient-modal__rays,.patient-modal__question-mark{position:absolute;display:block;max-width:none}.patient-modal__glow--one{width:407px;height:490px;left:calc(50% - 206px);top:-62px}.patient-modal__glow--two{width:367px;height:367px;left:calc(50% - 183px);top:31px}.patient-modal__rays{width:488px;height:272px;left:calc(50% - 244px);top:0;-o-object-fit:cover;object-fit:cover;opacity:.42;mix-blend-mode:screen}.patient-modal__portrait{position:absolute;top:5px;left:calc(50% - 158px);width:316px;height:297px;overflow:hidden}.patient-modal__portrait img{position:absolute;top:-7.41%;left:4.81%;width:90.38%;height:118.18%;max-width:none}.patient-modal__dialog--patient-53 .patient-modal__portrait img{top:-6.86%;left:.49%;width:99.01%;height:119.32%}.patient-modal__dialog--patient-24 .patient-modal__portrait img{top:-6.4%;left:2.31%;width:95.37%;height:118.54%}.patient-modal__dialog--patient-131 .patient-modal__portrait img{top:-5.05%;left:4.12%;width:91.75%;height:120.98%}.patient-modal__dialog--patient-135 .patient-modal__portrait img{top:-5.07%;left:0;width:100%;height:116.24%}.patient-modal__question-mark{top:84px;width:136px;height:125px;-o-object-fit:cover;object-fit:cover}.patient-modal__question-mark--left{left:calc(50% - 223px);transform:rotate(-24.83deg)}.patient-modal__question-mark--right{left:calc(50% + 19px);transform:rotate(15.83deg)}.patient-modal__paper{position:relative;isolation:isolate;display:flex;flex-direction:column;height:400px;padding:24px;gap:24px}.patient-modal__paper-background{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;container-type:size;pointer-events:none}.patient-modal__paper-background img{position:absolute;top:50%;left:50%;width:100cqh;height:100cqw;max-width:none;transform:translate(-50%,-50%) rotate(-90deg)}.patient-modal__content{min-height:0;flex:1 1 auto;overflow-y:auto;scrollbar-width:auto;scrollbar-color:#4ade80 rgba(0,0,0,.5)}.patient-modal__tag{display:table;margin:0 0 16px;padding:8px;border-radius:8px;background:#0885fe;color:#fff;font-size:20px;font-weight:700;line-height:normal}.patient-modal__question{padding-right:6px;font-size:24px;line-height:normal;overflow-wrap:anywhere}.patient-modal__question p{margin:0}.patient-modal__question p+p{margin-top:5px}.patient-modal__clinical{font-weight:700}.patient-modal__footer{flex:0 0 auto}.patient-modal__buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:16px}.patient-modal__radio{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;font-size:16px}.patient-modal__radio select{max-width:100%;padding:6px;color:#213f42;background:#fff9;border:1px solid #213f42;border-radius:4px}.patient-modal__respondent{margin:0 0 12px;font-size:16px}.patient-modal :is(button,select,[tabindex="0"]):focus-visible{outline:2px solid #213f42;outline-offset:2px}@media (max-height: 800px){.patient-modal__dialog{transform:none}.patient-modal__art{height:200px}.patient-modal__effects,.patient-modal__portrait,.patient-modal__question-mark{transform:scale(.67);transform-origin:top center}}@media (max-width: 600px){.patient-modal__dialog{transform:none}.patient-modal__art{height:220px}.patient-modal__effects,.patient-modal__portrait,.patient-modal__question-mark{transform:scale(.74);transform-origin:top center}.patient-modal__paper{height:min(500px,100dvh - 250px);min-height:280px;padding:20px;gap:16px}.patient-modal__tag{max-width:100%;font-size:16px;overflow-wrap:anywhere}.patient-modal__question{font-size:20px}.patient-modal__buttons{gap:8px}.patient-modal__buttons .game-button{padding-inline:10px;font-size:13px}}.event-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:16px;overflow-y:auto;background:#000c;color:#213f42;font-family:Jura,sans-serif}.event-popup__dialog{position:relative;width:min(700px,100%);min-width:0;padding-top:178px;outline:none}.event-popup__art{position:absolute;z-index:1;top:0;left:50%;width:426px;height:284px;overflow:hidden;transform:translate(-50%);pointer-events:none}.event-popup__glow,.event-popup__rays,.event-popup__raven{position:absolute;max-width:none}.event-popup__glow--one{top:80px;left:116px;width:194px;height:168px}.event-popup__glow--two{top:143px;left:171px;width:85px;height:85px}.event-popup__rays{top:40px;left:48px;width:330px;height:184px;-o-object-fit:cover;object-fit:cover}.event-popup__raven{top:5px;left:91px;width:244px;height:244px;overflow:hidden}.event-popup__raven img{position:absolute;top:-22.95%;left:3.15%;width:93.7%;height:122.95%;max-width:none}.event-popup__paper{position:relative;isolation:isolate;display:flex;min-height:300px;flex-direction:column;justify-content:space-between;gap:12px;padding:24px;overflow:hidden;border:1px solid #9ca3af;border-radius:8px}.event-popup__paper-background{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none}.event-popup__paper-background img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.event-popup__content{min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#10b981 transparent}.event-popup__tag{display:inline-block;padding:8px 16px;border-radius:8px;background:#ff6800;color:#fff;font-size:20px;font-weight:700;line-height:normal}.event-popup__title,.event-popup__text{margin:8px 0 0;font-size:24px;line-height:normal;overflow-wrap:anywhere}.event-popup__title{font-weight:700}.event-popup__text{font-weight:400}.event-popup__footer{flex:0 0 auto}.event-popup__buttons{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.event-popup__radio{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px;font-size:14px}.event-popup__radio select{max-width:100%;padding:4px;color:#213f42;background:#fff9;border:1px solid #213f42;border-radius:4px}.event-popup__respondent{margin:0 0 8px;font-size:14px}.event-popup__timer{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;margin-bottom:8px}.event-popup__timer p{margin:0 auto 0 0;font-size:20px;font-weight:700}.event-popup__timer span{font-size:14px}.event-popup__players{margin:0 0 8px;padding:0;border:0;font-size:14px}.event-popup__players legend{margin-bottom:4px;font-weight:700}.event-popup__players>div{display:flex;flex-wrap:wrap;gap:4px 12px}.event-popup__players label{display:inline-flex;align-items:center;gap:4px}.event-popup :is(button,select,input,[tabindex="0"]):focus-visible{outline:2px solid #213f42;outline-offset:2px}@media (max-width: 600px),(max-height: 680px){.event-popup__dialog{padding-top:116px}.event-popup__art{width:298px;height:199px;transform:translate(-50%)}.event-popup__glow--one{top:56px;left:81px;width:136px;height:118px}.event-popup__glow--two{top:100px;left:120px;width:60px;height:60px}.event-popup__rays{top:28px;left:34px;width:231px;height:129px}.event-popup__raven{top:4px;left:64px;width:171px;height:171px}.event-popup__paper{max-height:calc(100dvh - 148px);min-height:280px;padding:20px}.event-popup__tag{padding:7px 12px;font-size:16px}.event-popup__title,.event-popup__text{font-size:20px}.event-popup__buttons .game-button{padding-inline:10px;font-size:13px}}.answer-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:40px;overflow:hidden;background:#000000d6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.answer-modal__dialog{position:relative;display:inline-flex;max-width:100%;max-height:100%;outline:none;filter:drop-shadow(0 24px 48px rgba(0,0,0,.55))}.answer-modal__image-frame{display:flex;max-width:100%;max-height:100%;overflow:hidden;border-radius:16px}.answer-modal__image{display:block;width:auto;height:auto;max-width:min(1360px,100vw - 80px);max-height:min(790px,100dvh - 80px);-o-object-fit:contain;object-fit:contain}.answer-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;top:16px;right:16px;display:grid;width:40px;height:40px;padding:8px;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#213f42c7;box-shadow:0 4px 16px #00000059;cursor:pointer;transition:background-color .16s ease,transform 80ms ease}.answer-modal__close img{display:block;width:24px;height:24px}.answer-modal__close:hover{background:#213f42f2}.answer-modal__close:active{transform:translateY(1px)}.answer-modal__close:focus-visible{outline:2px solid #fff;outline-offset:3px}.answer-modal--graphic .answer-modal__dialog{width:min(1500px,100vw - 48px)}.answer-modal--graphic .answer-modal__image-frame{box-sizing:border-box;width:100%;padding:28px;background:#fff}.answer-modal--graphic .answer-modal__image{width:100%;max-width:none;max-height:calc(100dvh - 136px)}.expandable-image{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:100%;padding:0;overflow:hidden;border:1px solid rgba(33,63,66,.18);border-radius:8px;background:#fff;box-shadow:0 2px 8px #213f421a;cursor:zoom-in}.expandable-image__image{display:block;width:100%;height:auto}.expandable-image__hint{position:absolute;top:50%;left:50%;display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(255,255,255,.52);border-radius:50%;background:#213f4299;box-shadow:0 4px 14px #0000003d;color:#fff;opacity:.78;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .16s ease,background-color .16s ease}.expandable-image__hint svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.expandable-image:hover .expandable-image__hint,.expandable-image:focus-visible .expandable-image__hint{background:#213f42c7;opacity:1;transform:translate(-50%,-50%) scale(1.06)}.expandable-image:focus-visible{outline:3px solid #0885fe;outline-offset:3px}@media (prefers-reduced-motion: reduce){.expandable-image__hint{transition:none}}.question-actions{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px 16px}.question-actions>.game-button{width:auto}.question-actions__results{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px 11px;margin-left:auto}@media (max-width: 600px),(max-height: 680px){.answer-modal{padding:16px}.answer-modal__image{max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}.answer-modal__close{top:10px;right:10px}.answer-modal--graphic .answer-modal__dialog{width:calc(100vw - 32px)}.answer-modal--graphic .answer-modal__image-frame{padding:16px}.answer-modal--graphic .answer-modal__image{max-width:none;max-height:calc(100dvh - 64px)}.question-actions,.question-actions__results{gap:8px}}.end-screen{--result-color: #4ade80;--result-muted: rgb(74 222 128 / 16%);position:relative;width:100vw;height:100vh;height:100dvh;overflow:hidden;background:#020403;color:#f4f4f5}.end-screen--loss{--result-color: #f87171;--result-muted: rgb(248 113 113 / 16%)}.end-screen__scene{position:absolute;top:50%;left:50%;width:1440px;height:1024px;transform:translate(-50%,-50%) scale(var(--scene-scale, 1));transform-origin:center}.end-screen__background,.end-screen__veil{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.end-screen__background{-o-object-fit:cover;object-fit:cover;pointer-events:none}.end-screen__veil{background:linear-gradient(90deg,#000000e0,#000000ab 50%,#000000db),linear-gradient(180deg,#02060480,#000000d1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.end-screen__finale{position:absolute;top:792px;left:50%;display:flex;width:900px;min-height:220px;box-sizing:border-box;transform:translate(-50%,-50%);align-items:center;justify-content:center;flex-direction:column;gap:15px;padding:22px 28px;border:1px solid rgba(255,255,255,.14);border-top-color:var(--result-color);border-radius:10px;background:#00000094;box-shadow:0 18px 54px #00000073;color:var(--result-color);text-align:center}.end-screen__finale h1,.end-screen__finale p{width:100%;margin:0}.end-screen__finale h1{font-size:46px;font-weight:700;line-height:1}.end-screen__finale p{color:#f4f4f5;font-size:25px;font-weight:700;line-height:1.15}.end-screen__finale strong{margin-inline:5px;color:var(--result-color)}.end-screen__statistics-button{width:260px;height:48px;margin-top:4px}.end-screen__report{position:absolute;top:28px;right:36px;bottom:28px;left:36px;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:14px;box-sizing:border-box;padding:24px 28px 26px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-top-color:var(--result-color);border-radius:12px;background:linear-gradient(145deg,#040907ed,#030505db);box-shadow:0 30px 80px #0000009e,inset 0 1px #ffffff0d}.end-screen__header{display:flex;min-height:78px;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid rgba(255,255,255,.11);padding-bottom:15px}.end-screen__header h1,.end-screen__header p{margin:0}.end-screen__header h1{color:var(--result-color);font-size:42px;font-weight:700;letter-spacing:.01em;line-height:1}.end-screen__header p{margin-top:8px;color:#d4d4d8;font-size:15px}.end-screen__eyebrow{display:block;margin-bottom:7px;overflow:hidden;color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.18em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.end-screen__result-mark{flex:0 0 auto;padding:9px 14px 7px;transform:rotate(-2deg);border:2px solid var(--result-color);color:var(--result-color);font-size:18px;font-weight:700;letter-spacing:.16em;opacity:.82}.end-screen__team-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0}.end-screen__metric{position:relative;min-height:82px;box-sizing:border-box;padding:13px 16px 11px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a}.end-screen__metric:before{position:absolute;top:0;bottom:0;left:0;width:3px;background:#52525b;content:""}.end-screen__metric--complete{background:var(--result-muted)}.end-screen__metric--complete:before{background:var(--result-color)}.end-screen__metric dt{color:#a1a1aa;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.end-screen__metric dd{margin:5px 0 0;color:#fff;font-size:24px;font-weight:700;line-height:1}.end-screen__metric span{display:block;margin-top:5px;overflow:hidden;color:#d4d4d8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.end-screen__ranking-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:2px 2px 0}.end-screen__ranking-heading h2{margin:0;color:#f4f4f5;font-size:20px;line-height:1}.end-screen__ranking-heading span{color:#71717a;font-size:11px;letter-spacing:.11em;text-transform:uppercase}.end-screen__ranking{display:flex;min-height:0;margin:0;padding:0 5px 0 0;overflow-y:auto;flex-direction:column;gap:8px;list-style:none;scrollbar-gutter:stable}.end-screen__player{display:grid;min-height:107px;box-sizing:border-box;grid-template-columns:36px 68px 166px minmax(0,1fr) 122px;align-items:center;gap:13px;padding:11px 15px;border:1px solid rgba(255,255,255,.1);border-left:3px solid #71717a;border-radius:8px;background:#0a0c0cd1}.end-screen__player--won{--player-result-color: #4ade80;border-left-color:#4ade80}.end-screen__player--lost{--player-result-color: #f87171;border-left-color:#f87171}.end-screen__rank{color:#71717a;font-size:31px;font-weight:700;text-align:center}.end-screen__portrait{position:relative;width:62px;height:76px;overflow:hidden;border:1px solid var(--player-color);border-radius:6px;background:linear-gradient(180deg,color-mix(in srgb,var(--player-color) 24%,#101212),#080a09);box-shadow:0 0 18px color-mix(in srgb,var(--player-color) 24%,transparent)}.end-screen__portrait img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.end-screen__identity{min-width:0}.end-screen__identity h3,.end-screen__identity p{margin:0}.end-screen__identity h3{overflow:hidden;color:#fff;font-size:19px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.end-screen__identity p{margin-top:7px;color:#a1a1aa;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.end-screen__player--won .end-screen__identity p{color:#4ade80}.end-screen__player--lost .end-screen__identity p{color:#f87171}.end-screen__player-stats{display:grid;min-width:0;grid-template-columns:1.35fr .8fr .75fr 1fr .8fr;gap:6px;margin:0}.end-screen__player-stats>div{min-width:0;min-height:61px;box-sizing:border-box;padding:8px 9px;border-left:1px solid rgba(255,255,255,.09)}.end-screen__player-stats dt{overflow:hidden;color:#71717a;font-size:9px;font-weight:700;letter-spacing:.08em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.end-screen__player-stats dd{margin:6px 0 0;overflow:hidden;color:#e4e4e7;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.end-screen__player-stats span{display:block;margin-top:4px;color:#a1a1aa;font-size:10px;white-space:nowrap}.end-screen__outcome-score dd{color:var(--player-result-color);font-size:18px}.end-screen__karma{display:flex;min-width:0;align-items:flex-end;flex-direction:column}.end-screen__karma span{color:#a1a1aa;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.end-screen__karma strong{margin-top:4px;color:#fff;font-size:35px;line-height:1}.end-screen__karma strong:after{margin-left:4px;color:#71717a;font-size:11px;content:"кармы"}@media (prefers-reduced-motion: reduce){.end-screen__result-mark{transform:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:Roboto Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-0{left:0}.top-0{top:0}.z-10{z-index:10}.z-50{z-index:50}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.h-2{height:.5rem}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-y-2{row-gap:.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity, 1))}.border-zinc-800{--tw-border-opacity: 1;border-color:rgb(39 39 42 / var(--tw-border-opacity, 1))}.border-y-black{--tw-border-opacity: 1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity, 1));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-black\/90{background-color:#000000e6}.bg-zinc-900{--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.pb-0\.5{padding-bottom:.125rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.font-horror{font-family:Nosifer,cursive}.font-scifi{font-family:Jura,sans-serif}.text-\[9px\]{font-size:9px}.text-superSmall{font-size:.313rem}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.leading-\[1\.4\]{line-height:1.4}.leading-relaxed{line-height:1.625}.tracking-widest{letter-spacing:.1em}.text-blood{--tw-text-opacity: 1;color:rgb(138 3 3 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-toxic{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
