.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.battlezone-adventure-map{color:#fff8dc;flex:1 1 0;grid-template-columns:minmax(300px,1.25fr) minmax(300px,.75fr);gap:clamp(14px,2vw,24px);min-width:0;min-height:0;display:grid}.battlezone-adventure-map__board-panel,.battlezone-adventure-map__ranking-panel{background:radial-gradient(circle at 50% 12%,#f2d17d33,#0000 36%),linear-gradient(155deg,#49331ef5,#271f18fa);border:1px solid #eecf8494;border-radius:18px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden;box-shadow:inset 0 1px #fff6c92e,0 14px 30px #1f140c3d}.battlezone-adventure-map__panel-title{background:#221a136b;border-bottom:1px solid #eecf844d;flex:none;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:12px 18px;display:flex}.battlezone-adventure-map__panel-title>div>span{color:#efc967;letter-spacing:.16em;margin-bottom:1px;font-size:9px;font-weight:900;display:block}.battlezone-adventure-map__panel-title h2{color:#fff0b0;letter-spacing:-.04em;margin:0;font-size:20px;font-weight:900}.battlezone-adventure-map__panel-title>div>p{color:#dec9a5;margin:3px 0 0;font-size:11px}.battlezone-adventure-map__summary{color:#dfc9a4;flex-direction:column;flex:none;align-items:flex-end;margin:0;font-size:11px;font-weight:800;display:flex}.battlezone-adventure-map__summary strong{color:#ffe56f;font-size:20px;font-weight:900;line-height:1.1}.battlezone-adventure-map__chart-frame{background:#0c0d0c;flex:1 1 0;place-items:center;min-width:0;min-height:0;padding:0;display:grid;overflow:hidden}.battlezone-adventure-map__chart{aspect-ratio:1;width:auto;max-width:100%;height:100%;min-height:250px;box-shadow:none;background:linear-gradient(#3f2b172e,#3f2b1742),url(/assets/adventure_map-P7ab9Pe6.png) 50%/contain no-repeat,0 0;border:0;border-radius:0;display:block;overflow:hidden}.battlezone-adventure-map__node{--battlezone-territory-color:#392319;--battlezone-territory-light:#b9895f;--battlezone-territory-dark:#180e09}.battlezone-adventure-map__node.is-color-1,.battlezone-adventure-map__ranking li.is-color-1{--battlezone-territory-color:#d6a514;--battlezone-territory-light:#ffe9a3;--battlezone-territory-dark:#775000}.battlezone-adventure-map__node.is-color-2,.battlezone-adventure-map__ranking li.is-color-2{--battlezone-territory-color:#929da8;--battlezone-territory-light:#edf2f6;--battlezone-territory-dark:#4f5963}.battlezone-adventure-map__node.is-color-3,.battlezone-adventure-map__ranking li.is-color-3{--battlezone-territory-color:#b76c3f;--battlezone-territory-light:#f1b184;--battlezone-territory-dark:#713d24}.battlezone-adventure-map__node.is-color-4,.battlezone-adventure-map__ranking li.is-color-4{--battlezone-territory-color:#392319;--battlezone-territory-light:#b9895f;--battlezone-territory-dark:#180e09}.battlezone-adventure-map__node-surface,.battlezone-adventure-map__node-contour,.battlezone-adventure-map__node-route{transition:r .72s cubic-bezier(.22,1,.36,1),x1 .72s cubic-bezier(.22,1,.36,1),y1 .72s cubic-bezier(.22,1,.36,1),x2 .72s cubic-bezier(.22,1,.36,1),y2 .72s cubic-bezier(.22,1,.36,1)}.battlezone-adventure-map__node-surface{fill:color-mix(in srgb, var(--battlezone-territory-color) 64%, transparent);fill-opacity:1;opacity:1;stroke:color-mix(in srgb, var(--battlezone-territory-color) 84%, #fff5d5);stroke-width:2px}.battlezone-adventure-map__node-contour{fill:none;opacity:.34;stroke:var(--battlezone-territory-light);stroke-width:3px}.battlezone-adventure-map__node-contour.is-inner{opacity:.24;stroke:var(--battlezone-territory-dark);stroke-dasharray:5 5;stroke-width:2px}.battlezone-adventure-map__node-route{opacity:.56;stroke:#fff0bb;stroke-dasharray:4 5;stroke-linecap:round;stroke-width:2px}.battlezone-adventure-map__node text{fill:#fffbed;paint-order:stroke;pointer-events:none;stroke:#2f2215d1;stroke-linejoin:round;stroke-width:4px;text-anchor:middle}.battlezone-adventure-map__node-rank{font-weight:900;fill:#fff0a8!important}.battlezone-adventure-map__node-name{font-weight:900}.battlezone-adventure-map__node-leader-badge{pointer-events:none;overflow:visible}.battlezone-adventure-map__node-leader-badge-inner{box-sizing:border-box;border:2px solid color-mix(in srgb, var(--battlezone-territory-color) 78%, #ffe8a6);color:#fffbed;background:#2d1d0ff0;border-radius:999px;align-items:center;gap:4px;width:100%;height:100%;padding:4px;line-height:1;display:flex}.battlezone-adventure-map__node-leader-badge-inner>span{color:#26170b;background:var(--battlezone-territory-color);white-space:nowrap;border-radius:999px;flex:0 0 54px;justify-content:center;align-items:center;height:100%;font-size:17px;font-weight:900;display:flex}.battlezone-adventure-map__node-leader-badge-inner>strong{color:#fffbed;text-align:center;white-space:nowrap;flex:auto;min-width:0;font-size:20px;font-weight:900;line-height:1}.battlezone-adventure-map__node-leader-badge-inner.is-long-name>strong{font-size:18px}.battlezone-adventure-map__node-leader-badge-inner.is-very-long-name>strong{font-size:16px}.battlezone-adventure-map__node.is-color-4 .battlezone-adventure-map__node-surface{fill:color-mix(in srgb, var(--battlezone-territory-color) 78%, transparent);stroke:var(--battlezone-territory-light)}.battlezone-adventure-map__node-me{font-weight:900;fill:#fff56c!important}.battlezone-adventure-map__node.is-rank-1 .battlezone-adventure-map__node-surface{stroke:#ffe45f;stroke-width:3px}.battlezone-adventure-map__node.is-rank-2 .battlezone-adventure-map__node-surface{stroke:#e4ede8;stroke-width:3px}.battlezone-adventure-map__node.is-rank-3 .battlezone-adventure-map__node-surface{stroke:#eca16e;stroke-width:3px}.battlezone-adventure-map__node.is-team .battlezone-adventure-map__node-surface{fill:color-mix(in srgb, var(--battlezone-territory-color) 68%, transparent);stroke:color-mix(in srgb, var(--battlezone-territory-color) 78%, #fff);stroke-width:2px}.battlezone-adventure-map__node.is-me .battlezone-adventure-map__node-surface{stroke:#fff56c;stroke-dasharray:10 6;stroke-width:3px}.battlezone-adventure-map__node.is-compact .battlezone-adventure-map__node-contour.is-inner,.battlezone-adventure-map__node.is-compact .battlezone-adventure-map__node-route,.battlezone-adventure-map__node.is-tiny .battlezone-adventure-map__node-contour{display:none}.battlezone-adventure-map__ranking{scrollbar-color:#e7c162bd #3e2d1e85;scrollbar-width:thin;flex:1 1 0;min-height:0;padding:12px;overflow-y:auto}.battlezone-adventure-map__ranking ol{align-content:start;gap:8px;min-height:100%;margin:0;padding:0;list-style:none;display:grid}.battlezone-adventure-map__ranking li{--battlezone-territory-color:#392319;--battlezone-territory-light:#b9895f;--battlezone-territory-dark:#180e09;box-sizing:border-box;background:#fff8dd14;border:1px solid #eecf8442;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:42px 30px minmax(0,1fr) auto;align-items:center;column-gap:9px;min-height:62px;padding:8px 12px;display:grid;position:relative}.battlezone-adventure-map__ranking li.is-rank-up{animation:.9s ease-out battlezone-adventure-map-rank-up}.battlezone-adventure-map__ranking li.is-rank-down{animation:.9s ease-out battlezone-adventure-map-rank-down}.battlezone-adventure-map__ranking li.is-rank-1{border-color:#ffde4fd1}.battlezone-adventure-map__ranking li.is-rank-2{border-color:#dae8f1bd}.battlezone-adventure-map__ranking li.is-rank-3{border-color:#e8935cc2}.battlezone-adventure-map__ranking-rank{color:#ffe8a7;grid-row:1/3;font-size:12px;font-weight:900}.battlezone-adventure-map__ranking li>i{background:linear-gradient(145deg, var(--battlezone-territory-light), var(--battlezone-territory-color) 55%, var(--battlezone-territory-dark));clip-path:polygon(8% 0,92% 4%,100% 17%,94% 92%,80% 100%,5% 94%,0 18%);border:2px solid #ffefc0b3;grid-row:1/3;width:24px;height:24px;box-shadow:inset 0 0 0 2px #31231433}.battlezone-adventure-map__ranking li>strong{color:#fff8df;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:900;overflow:hidden}.battlezone-adventure-map__ranking li>em{color:#ffe56f;font-size:15px;font-style:normal;font-weight:900}.battlezone-adventure-map__ranking li>small{color:#d9c09f;grid-column:3/5;font-size:10px;font-weight:700}.battlezone-adventure-map--student{box-sizing:border-box;flex:none;width:90%;max-width:430px;min-height:400px;margin:0 auto 20px;display:block}.battlezone-adventure-map--student .battlezone-adventure-map__board-panel{min-height:400px}@keyframes battlezone-adventure-map-rank-up{0%{box-shadow:0 0 #ffe56f00}35%{box-shadow:0 0 22px #ffe56f85}to{box-shadow:0 0 #ffe56f00}}@keyframes battlezone-adventure-map-rank-down{0%{background:#fff8dd29}to{background:#fff8dd14}}@media (width<=900px){.battlezone-adventure-map--teacher{grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);gap:12px}.battlezone-adventure-map__panel-title{padding:10px 12px}.battlezone-adventure-map__panel-title h2{font-size:17px}.battlezone-adventure-map__panel-title>div>p{display:none}.battlezone-adventure-map__ranking{padding:8px}.battlezone-adventure-map__ranking li{grid-template-columns:36px 26px minmax(0,1fr) auto;column-gap:6px;min-height:56px;padding:7px 8px}}@media (width<=640px){.battlezone-adventure-map--student,.battlezone-adventure-map--student .battlezone-adventure-map__board-panel{min-height:360px}.battlezone-adventure-map__summary strong{font-size:17px}.battlezone-adventure-map__chart-frame{padding:5px}}@media (prefers-reduced-motion:reduce){.battlezone-adventure-map__node-surface,.battlezone-adventure-map__node-contour,.battlezone-adventure-map__node-route,.battlezone-adventure-map__ranking li{transition:none;animation:none!important}}.battlezone-adventure-map__ranking li.is-score-unavailable{grid-template-columns:30px minmax(0,1fr) auto}.battlezone-adventure-map__ranking li.is-score-unavailable>small{grid-column:2/4}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-1{box-shadow:none;background:#9c6e209e;border:2px solid #ffde4fdb}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-2{box-shadow:none;background:#707c7a75;border:2px solid #dae8f1c2}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-3{box-shadow:none;background:#7e4c2d6b;border:2px solid #e8935cb3}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-1 .battlezone-adventure-map__ranking-rank{color:#ffe56f}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-2 .battlezone-adventure-map__ranking-rank{color:#e8f3f5}.battlezone-adventure-map--result .battlezone-adventure-map__ranking li.is-rank-3 .battlezone-adventure-map__ranking-rank{color:#f0aa7d}.battlezone--theme-cyberpunk,.battlezone-room--theme-cyberpunk,.battlezone-room-shell--theme-cyberpunk,.teacher-battlezone--room.battlezone-room-shell--theme-cyberpunk,.battlezone-channel-room.battlezone-room-shell--theme-cyberpunk{--battlezone-scrollbar-thumb:#27f2ffb8;--battlezone-scrollbar-thumb-hover:#f7ff58eb;--battlezone-scrollbar-track:#081e36b8}.battlezone-room-shell--theme-cyberpunk,.teacher-battlezone--room.battlezone-room-shell--theme-cyberpunk,.battlezone-channel-room.battlezone-room-shell--theme-cyberpunk{background:linear-gradient(#06091ecc,#020816eb),linear-gradient(#27f2ff1a 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#27f2ff1a 1px,#0000 1px) 0 0/32px 32px,radial-gradient(circle at 18% 12%,#ff3ec933,#0000 30%),#050a1b}.battlezone-cyberpunk-player-marker{isolation:isolate;box-sizing:border-box;border:1px solid var(--battlezone-cyberpunk-owner-color);color:#06142c;background:var(--battlezone-cyberpunk-owner-color);width:34px;height:34px;box-shadow:inset 0 0 0 2px #fff3, 0 0 10px var(--battlezone-cyberpunk-owner-soft-color);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);flex:none;place-items:center;display:grid;position:relative;overflow:hidden}.battlezone-cyberpunk-player-marker:after{content:"";z-index:0;opacity:.34;position:absolute;inset:0}.battlezone-cyberpunk-player-marker.is-owner-pattern-1:after{background:repeating-linear-gradient(45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-cyberpunk-player-marker.is-owner-pattern-2:after{background:repeating-linear-gradient(-45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-cyberpunk-player-marker.is-owner-pattern-3:after{background:radial-gradient(circle,#06142cd1 1px,#0000 1.5px) 0 0/6px 6px}.battlezone-cyberpunk-player-marker.is-owner-pattern-4:after{background:repeating-linear-gradient(90deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-cyberpunk-player-marker.is-owner-pattern-5:after{background:repeating-linear-gradient(0deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-cyberpunk-player-marker.is-owner-pattern-6:after{background:linear-gradient(45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px,linear-gradient(-45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px}.battlezone-cyberpunk-player-marker.is-me{border-color:#f7ff58;box-shadow:inset 0 0 0 2px #07152d,inset 0 0 0 4px #fffffff0,0 0 0 2px #f7ff58,0 0 13px #f7ff58b8}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk{--room-ink:#eaffff;--room-muted:#9dc7d5;--room-line:#27f2ff61;isolation:isolate;color:#eaffff;background:radial-gradient(circle at 12% 10%,#ff3ec929,#0000 28%),radial-gradient(circle at 88% 84%,#27f2ff21,#0000 30%),linear-gradient(155deg,#120529,#071329 54%,#020815);border-color:#27f2ffb8;border-radius:10px;position:relative;box-shadow:0 0 0 3px #27f2ff14,0 0 30px #27f2ff2e,0 18px 44px #01041285}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk:before,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk:before{content:"";z-index:0;border-radius:inherit;pointer-events:none;background:repeating-linear-gradient(#ffffff06 0 1px,#0000 1px 4px);position:absolute;inset:0}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk>*,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk>*{z-index:1;position:relative}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__header,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__unit,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__main{color:#eaffff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#27f2ff14,#0000 38%),#051026e6;border:1px solid #27f2ff66;border-radius:5px;box-shadow:inset 0 0 0 2px #27f2ff09,0 0 14px #27f2ff1c}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__header{clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);background:linear-gradient(90deg,#ff3ec924,#0000 36%,#27f2ff1c),#050e24f5;min-height:76px;padding-block:10px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header>div,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__header>div{align-content:center;padding-block:2px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header strong,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__header strong{color:#f7ff58;text-shadow:1px 0 #ff3ec9,-1px 0 #27f2ff,0 0 10px #f7ff5847;padding-block:2px;line-height:1.35}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main-title h2,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__main-title h2{color:#f7ff58;text-shadow:1px 0 #ff3ec9,-1px 0 #27f2ff,0 0 10px #f7ff5847}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header div span,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main-title p,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__header div span,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__main-title p{color:#9dc7d5;line-height:1.45}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__back,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__back{color:#27f2ff;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:#27f2ff12;border:1px solid #27f2ff9e;border-radius:2px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__back:hover:not(:disabled),.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__back:hover:not(:disabled){color:#08162d;background:#f7ff58;border-color:#f7ff58}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__connection{color:#ff86db}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection:before,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__connection:before{background:#ff3ec9;border-radius:1px;box-shadow:0 0 8px #ff3ec9b8}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected{color:#8bfbff}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected:before,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected:before{background:#27f2ff;box-shadow:0 0 8px #27f2ffc7}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit>span,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__duration,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__unit>span,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__duration{color:#ff94df;background:#ff3ec914;border:1px solid #ff3ec952;border-radius:2px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit-tag,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__unit-tag{color:#dfffff;background:#27f2ff12;border:1px solid #27f2ff5c;border-radius:2px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit-code,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__unit-code{color:#07152d;background:#27f2ff;border-radius:1px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit output,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__unit output{color:#f7ff58;text-shadow:0 0 8px #f7ff5875}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__main{background-color:#030b1ed1;background-image:linear-gradient(#27f2ff0a 1px,#0000 1px),linear-gradient(90deg,#27f2ff0a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__players li{color:#dfffff;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);background:linear-gradient(90deg,#27f2ff14,#0000 42%),#07152bf0;border:1px solid #27f2ff4d;border-radius:3px;box-shadow:inset 3px 0 #27f2ff}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li:hover,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__players li:hover{background:linear-gradient(90deg,#f7ff581a,#0000 48%),#08182df7;border-color:#f7ff58ad}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__rank,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__rank{color:#ff7dd8;text-shadow:0 0 8px #ff3ec966}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__player-avatar,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__player-avatar{border:1px solid #27f2ff94;border-radius:2px;box-shadow:0 0 9px #27f2ff2e}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__score em,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__score em{color:#27f2ff;text-shadow:0 0 8px #27f2ff61}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__score span,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__score small,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__score span,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__score small{color:#83aebb}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li>em,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__players li>em{color:#73ffd2}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li>em:before,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__players li>em:before{background:#27f2ff;border-radius:1px;box-shadow:0 0 7px #27f2ff9e}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__empty,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__empty span,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__empty,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__empty span{color:#83aebb}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__empty strong,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__empty strong{color:#dfffff}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__actions button,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__actions button{color:#06142c;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);background:linear-gradient(100deg,#27f2ff,#8bfbff 56%,#f7ff58);border:1px solid #27f2ff;border-radius:3px;box-shadow:inset 0 0 0 2px #ffffff3d,0 0 18px #27f2ff52}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__actions button:hover:not(:disabled),.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk .battlezone-room__actions button:hover:not(:disabled){border-color:#f7ff58;box-shadow:inset 0 0 0 2px #ffffff47,0 0 25px #f7ff5861}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk.battlezone-room--ranking .battlezone-room__players li.is-rank-up,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk.battlezone-room--ranking .battlezone-room__players li.is-rank-up{animation-name:battlezone-cyberpunk-rank-up-highlight}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk.battlezone-room--ranking .battlezone-room__players li.is-rank-down,.battlezone-room.battlezone-room--student.battlezone-room--theme-cyberpunk.battlezone-room--ranking .battlezone-room__players li.is-rank-down{animation-name:battlezone-cyberpunk-rank-down-highlight}.battlezone-room.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__players li{box-shadow:none;clip-path:none;background:0 0;border:0}.battlezone-room.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__territory-marker.battlezone-room__character{filter:none;width:62px;height:62px;margin-top:7px}.battlezone-room.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__player-character>strong{color:#f5ffff;text-shadow:0 0 7px #27f2ff75;background:#080d26e0;border:1px solid #ff3ec97a;border-radius:2px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main--cyberpunk-territory{min-height:0;overflow:hidden}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory{flex:1 1 0;grid-template-columns:minmax(280px,1fr) minmax(330px,1.05fr);align-items:stretch;gap:clamp(14px,2vw,24px);min-height:0;display:grid;overflow:hidden}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board-panel{flex-direction:column;gap:10px;min-width:0;min-height:0;display:flex}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__panel-title{flex:none;gap:3px;margin:0;display:grid}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__panel-title h3{color:#f7ff58;letter-spacing:-.02em;text-shadow:1px 0 #ff3ec9,-1px 0 #27f2ff,0 0 10px #f7ff5847;margin:0;font-size:clamp(18px,2.2vw,22px);font-weight:900}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__panel-title p{color:#9dc7d5;margin:0;font-size:12px;font-weight:700}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board-container{flex:1 1 0;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board{aspect-ratio:1;box-sizing:border-box;background:#02091bdb;border:1px solid #27f2ff70;grid-template-rows:repeat(7,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr));place-self:center;gap:clamp(3px,.55vw,6px);width:min(100%,52vh);max-height:100%;padding:clamp(6px,1vw,10px);display:grid;box-shadow:inset 0 0 24px #27f2ff14,0 0 18px #27f2ff1f}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span{color:#8fbdca;clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);background:#07152beb;border:1px solid #27f2ff47;place-items:center;min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owned{border-color:var(--battlezone-cyberpunk-owner-color);color:#06142c;background:var(--battlezone-cyberpunk-owner-color);box-shadow:inset 0 0 0 2px #ffffff29, 0 0 10px var(--battlezone-cyberpunk-owner-soft-color)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owned:after{content:"";opacity:.34;position:absolute;inset:0}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-1:after{background:repeating-linear-gradient(45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-2:after{background:repeating-linear-gradient(-45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-3:after{background:radial-gradient(circle,#06142cd1 1px,#0000 1.5px) 0 0/6px 6px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-4:after{background:repeating-linear-gradient(90deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-5:after{background:repeating-linear-gradient(0deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-owner-pattern-6:after{background:linear-gradient(45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px,linear-gradient(-45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board>span.is-recently-captured{z-index:2;animation:.62s cubic-bezier(.2,.9,.3,1.24) both battlezone-cyberpunk-room-capture}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board small,.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board strong{z-index:1;font-weight:950;line-height:1;position:relative}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board small{font-size:clamp(7px,.8vw,10px)}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__board strong{color:#06142c;font-size:clamp(7px,.8vw,10px);position:absolute;bottom:3px;right:3px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking-panel{flex-direction:column;gap:10px;min-width:0;min-height:0;display:flex}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking{background:#050d23e6;border:1px solid #ff3ec95c;flex-direction:column;flex:1 1 0;min-width:0;min-height:0;padding:clamp(8px,1.2vw,12px);display:flex}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking ol{gap:8px;min-height:0;margin:0;padding:2px;list-style:none;display:grid;overflow-y:auto}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li{background:#08182dd6;border:1px solid #27f2ff2e;grid-template-rows:auto auto;grid-template-columns:38px 34px minmax(0,1fr) auto;align-items:center;gap:0 10px;min-height:68px;padding:8px 12px 6px;display:grid;position:relative}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-up{animation:.88s ease-out battlezone-cyberpunk-territory-rank-up}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-down{animation:.88s ease-out battlezone-cyberpunk-territory-rank-down}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-up>.battlezone-cyberpunk-territory__rank{animation:.88s ease-out battlezone-cyberpunk-territory-rank-number-up}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-down>.battlezone-cyberpunk-territory__rank{animation:.88s ease-out battlezone-cyberpunk-territory-rank-number-down}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__marker{grid-area:1/2;place-self:center;width:32px;height:32px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__rank{box-sizing:border-box;color:#9dc7d5;clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);background:#27f2ff0f;border:1px solid #27f2ff47;grid-area:1/1;place-self:center;place-items:center;width:36px;height:36px;font-size:13px;font-style:normal;font-weight:950;display:grid}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-1{background:linear-gradient(100deg,#ff3ec929,#27f2ff1a 58%,#0000),#081b37fa;border-color:#f7ff58b8;box-shadow:inset 0 0 16px #f7ff5814,0 0 14px #f7ff5838}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-1>.battlezone-cyberpunk-territory__rank{color:#f7ff58;background:#f7ff581f;border-color:#f7ff58;box-shadow:0 0 13px #f7ff5880}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-2{border-color:#c7f6ffb8;box-shadow:inset 0 0 16px #c7f6ff14,0 0 14px #c7f6ff33}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-2>.battlezone-cyberpunk-territory__rank{color:#c7f6ff;background:#c7f6ff1f;border-color:#c7f6ff;box-shadow:0 0 11px #c7f6ff66}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-3{border-color:#ff9b66b8;box-shadow:inset 0 0 16px #ff9b6614,0 0 14px #ff9b6633}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__ranking li.is-rank-3>.battlezone-cyberpunk-territory__rank{color:#ff9b66;background:#ff9b661f;border-color:#ff9b66;box-shadow:0 0 11px #ff9b6661}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__name{color:#efffff;text-overflow:ellipsis;white-space:nowrap;grid-area:1/3;align-self:center;font-size:17px;font-weight:900;line-height:1.25;overflow:hidden}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__territory{color:#f7ff58;grid-area:1/4;place-self:center end;align-items:baseline;gap:3px;font-style:normal;font-weight:900;line-height:1;display:inline-flex}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__territory b{color:#f7ff58;text-shadow:none;font-size:26px}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__territory small{color:#ff7dd8;font-size:12px;font-weight:800}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__territory small:last-child{color:#f7ff58}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__sub-metrics{border-top:1px solid #27f2ff24;grid-area:2/1/auto/-1;justify-content:flex-end;align-items:center;gap:12px;margin-top:6px;padding-top:6px;display:flex}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__sub-metrics>span{color:#87b5c1;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.2}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__sub-metrics>span b{color:#dfffff;font-size:13.5px;font-weight:800}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__team-marker{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);width:20px;height:20px;box-shadow:0 0 10px var(--battlezone-cyberpunk-owner-color);border:1px solid #ffffffd9}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__mvp-badge{background:#2d2305d9;border:1px solid #ffd70099;border-radius:4px;grid-column:1/-1;align-items:center;gap:6px;margin-top:4px;padding:4px 8px;display:flex;box-shadow:0 0 10px #ffd70040}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__mvp-badge .battlezone-cyberpunk-territory__mvp-tag{color:gold;letter-spacing:.06em;background:#ffd70038;border:1px solid gold;border-radius:2px;justify-content:center;align-items:center;padding:1px 6px;font-size:10px;font-weight:900;line-height:1.2;display:inline-flex;box-shadow:0 0 8px #ffd70066}.battlezone-room.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-cyberpunk-territory__mvp-badge .battlezone-cyberpunk-territory__mvp-name{color:#fff;font-size:11.5px;font-weight:800}@keyframes battlezone-cyberpunk-room-capture{0%{opacity:.42;transform:scale(.72)rotateY(80deg)}62%{opacity:1;transform:scale(1.12)rotateY(0)}to{opacity:1;transform:scale(1)rotateY(0)}}@keyframes battlezone-cyberpunk-territory-rank-up{0%,to{background:#08182dd6;border-color:#27f2ff2e}38%{background:#f7ff5826;border-color:#f7ff58;box-shadow:inset 4px 0 #f7ff58,0 0 20px #f7ff5857}}@keyframes battlezone-cyberpunk-territory-rank-down{0%,to{background:#08182dd6;border-color:#27f2ff2e}38%{background:#ff3ec91f;border-color:#ff3ec9;box-shadow:inset 4px 0 #ff3ec9,0 0 18px #ff3ec947}}@keyframes battlezone-cyberpunk-territory-rank-number-up{42%{color:#f7ff58;text-shadow:0 0 9px #f7ff58b8;transform:translateY(-3px)scale(1.16)}}@keyframes battlezone-cyberpunk-territory-rank-number-down{42%{color:#ff78d7;text-shadow:0 0 8px #ff3ec99e;transform:translateY(3px)scale(1.08)}}@keyframes battlezone-cyberpunk-rank-up-highlight{0%,to{border-color:#27f2ff4d;box-shadow:inset 3px 0 #27f2ff}35%{border-color:#f7ff58;box-shadow:inset 5px 0 #f7ff58,0 0 18px #f7ff5852}}@keyframes battlezone-cyberpunk-rank-down-highlight{0%,to{border-color:#27f2ff4d;box-shadow:inset 3px 0 #27f2ff}35%{border-color:#ff3ec9;box-shadow:inset 5px 0 #ff3ec9,0 0 16px #ff3ec940}}@media (prefers-reduced-motion:reduce){.battlezone-room--theme-cyberpunk.battlezone-room--ranking .battlezone-room__players li,.battlezone-cyberpunk-territory__board>span.is-recently-captured,.battlezone-cyberpunk-territory__ranking li.is-rank-up,.battlezone-cyberpunk-territory__ranking li.is-rank-down,.battlezone-cyberpunk-territory__ranking li.is-rank-up>.battlezone-cyberpunk-territory__rank,.battlezone-cyberpunk-territory__ranking li.is-rank-down>.battlezone-cyberpunk-territory__rank{animation:none}}.battlezone-cyberpunk-territory__ranking li.is-score-unavailable{grid-template-columns:34px minmax(0,1fr) auto}.battlezone-cyberpunk-territory__ranking li.is-score-unavailable .battlezone-cyberpunk-territory__marker,.battlezone-cyberpunk-territory__ranking li.is-score-unavailable .battlezone-cyberpunk-territory__team-marker{grid-column:1}.battlezone-cyberpunk-territory__ranking li.is-score-unavailable .battlezone-cyberpunk-territory__name{grid-column:2}.battlezone-cyberpunk-territory__ranking li.is-score-unavailable .battlezone-cyberpunk-territory__territory{grid-column:3}.battlezone-cyberpunk-territory--result .battlezone-cyberpunk-territory__ranking li.is-rank-1{box-shadow:none;background:#303d25f0;border-color:#27f2ff2e}.battlezone-cyberpunk-territory--result .battlezone-cyberpunk-territory__ranking li.is-rank-1>.battlezone-cyberpunk-territory__rank{box-shadow:none}.pull-indicator{background-color:#0000;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.pull-indicator .progress-circle-wrap{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;bottom:20px;box-shadow:0 2px 6px #00000026}.pull-indicator .progress-svg{transform:rotate(-90deg)}.pull-indicator .progress-svg circle{fill:none;stroke-width:3px;stroke-linecap:round}.pull-indicator .progress-svg .progress-bg{stroke:#e5e5e5}.pull-indicator .progress-svg .progress-bar{stroke:#1a6bd6;stroke-dasharray:100;stroke-dashoffset:100px}.pull-indicator .progress-svg.spin{animation:1s linear infinite pull-spin}.pull-indicator .progress-svg.spin .progress-bar{animation:1.5s ease-in-out infinite pull-dash;stroke-dashoffset:25px!important}@keyframes pull-spin{to{transform:rotate(270deg)}}@keyframes pull-dash{0%{stroke-dasharray:1 100;stroke-dashoffset:0}50%{stroke-dasharray:90 100;stroke-dashoffset:-35px}to{stroke-dasharray:90 100;stroke-dashoffset:-100px}}.learning-cumulative-complete-ranking{background-color:#fff;flex-direction:column;height:100%;padding:24px;display:flex;overflow-y:auto}.learning-cumulative-complete-ranking .ranking-header{flex-direction:column;align-items:center;margin-bottom:30px;display:flex}.learning-cumulative-complete-ranking .ranking-header .unit-badge{color:#fff;background-color:#aeb1b3;border-radius:20px;margin-bottom:8px;padding:4px 16px;font-size:14px;font-weight:600}.learning-cumulative-complete-ranking .ranking-header .unit-title{color:#333;margin-bottom:12px;font-size:20px;font-weight:700}.learning-cumulative-complete-ranking .ranking-header .ranking-subtitle{color:#666;font-size:16px;font-weight:600}.learning-cumulative-complete-ranking .ranking-list{flex-direction:column;gap:12px;margin-bottom:30px;display:flex}.learning-cumulative-complete-ranking .ranking-list .ranking-item{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.learning-cumulative-complete-ranking .ranking-list .ranking-item.current-student{border:2px solid #3f63f6;box-shadow:0 4px 12px #3f63f61a}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left{align-items:center;gap:12px;display:flex}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .rank-number{color:#999;text-align:center;width:24px;font-size:16px;font-weight:700}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .rank-number.rank-1{color:#f5b000}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .rank-number.rank-2{color:#aeb1b3}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .rank-number.rank-3{color:#c98c69}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .profile-icon{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .profile-icon .profile-eyes{background-color:#fff;border-radius:4px;width:20px;height:8px}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .student-info{flex-direction:column;display:flex}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .student-info .student-name{color:#333;margin-bottom:4px;font-size:15px;font-weight:700}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-left .student-info .student-comment{color:#888;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:13px;overflow:hidden}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-right{flex-direction:column;align-items:flex-end;display:flex}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-right .achievement-rate{color:#333;margin-bottom:4px;font-size:15px;font-weight:700}.learning-cumulative-complete-ranking .ranking-list .ranking-item .ranking-right .duration{color:#888;font-size:13px}.learning-cumulative-complete-ranking .bottom-btn-wrap{gap:12px;margin-top:auto;display:flex}.learning-cumulative-complete-ranking .bottom-btn-wrap button{border-radius:12px;flex:1;padding:16px;font-size:16px;font-weight:700}.learning-cumulative-complete-ranking .bottom-btn-wrap .btn-retry{color:#fff;background-color:#555}.learning-cumulative-complete-ranking .bottom-btn-wrap .btn-finish{color:#fff;background-color:#3f63f6}.dev-tools{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-start;display:flex;position:fixed;top:0;left:0}.dev-tools__toggle,.dev-tools__menu-button{color:#fff;cursor:pointer;pointer-events:auto;background:#111827b3;border:1px solid #11182729;font-size:12px;line-height:1;box-shadow:0 4px 12px #00000024}.dev-tools__toggle{border-radius:0 0 6px;order:1;width:44px;height:28px;font-weight:700}.dev-tools__menu{pointer-events:auto;background:#fffffff0;border-radius:0 8px 8px 0;flex-direction:column;order:2;gap:4px;margin-top:0;padding:6px;display:flex;box-shadow:0 6px 18px #00000029}.dev-tools__menu-button{text-align:left;white-space:nowrap;border-radius:6px;height:30px;padding:0 10px}.dev-tools__toggle:hover,.dev-tools__menu-button:hover{background:#111827f0}.dev-tools__toggle:focus-visible,.dev-tools__menu-button:focus-visible{outline-offset:2px;outline:2px solid #4f8cff}.dev-version{z-index:1000;color:#ffffffb8;white-space:nowrap;pointer-events:none;background:#00000080;border-radius:0 6px 0 0;max-width:calc(100vw - 24px);padding:4px 7px;font-size:11px;line-height:1.2;position:fixed;bottom:0;left:0;box-shadow:0 2px 8px #00000014}.dev-logger-modal .modal-dialog__panel,.dev-user-switcher .modal-dialog__panel{border-radius:8px;max-width:560px}.dev-user-switcher{color:#111827;flex-direction:column;display:flex}.dev-user-switcher__section{flex-direction:column;display:flex}.dev-user-switcher__header{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:16px;padding:20px 20px 14px;display:flex}.dev-user-switcher__title{margin:0;font-size:18px;font-weight:700;line-height:1.3}.dev-user-switcher__desc{color:#6b7280;margin:4px 0 0;font-size:13px;line-height:1.4}.dev-user-switcher__close{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;flex:none;width:32px;height:32px;margin-left:auto;font-size:22px;line-height:1}.dev-user-switcher__current{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:14px 20px;font-size:14px}.dev-user-switcher__form{border-bottom:1px solid #e5e7eb;flex-direction:column;gap:12px;padding:16px 20px;display:flex}.dev-user-switcher__field{flex-direction:column;gap:4px;display:flex}.dev-user-switcher__field label{color:#374151;font-size:13px;font-weight:600}.dev-user-switcher__field input{border:1px solid #d1d5db;border-radius:6px;height:36px;padding:0 12px;font-size:14px}.dev-user-switcher__field input:focus,.dev-user-switcher__field select:focus{border-color:#4f8cff;outline:none;box-shadow:0 0 0 2px #4f8cff33}.dev-user-switcher__field select{background:#fff;border:1px solid #d1d5db;border-radius:6px;height:36px;padding:0 12px;font-size:14px}.dev-user-switcher__login{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:6px;height:38px;font-size:14px;font-weight:600}.dev-user-switcher__login:hover{background:#3a7ae8}.dev-user-switcher__hint{color:#6b7280;background:#f3f4f6;border-radius:6px;margin:12px 20px;padding:12px;font-size:13px;line-height:1.6}.dev-user-switcher__hint p{margin:0}.dev-user-switcher__login:disabled{opacity:.6;cursor:not-allowed}.dev-user-switcher__logout{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;height:36px;margin:0 20px 20px;font-size:14px;font-weight:600}.dev-user-switcher__logout:hover:not(:disabled){background:#f9fafb}.dev-user-switcher__logout:disabled{opacity:.5;cursor:not-allowed}.dev-logger{color:#111827;flex-direction:column;max-height:min(720px,100vh - 48px);display:flex}.dev-logger__header{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:16px;padding:20px 20px 14px;display:flex}.dev-logger__title{margin:0;font-size:18px;font-weight:700;line-height:1.3}.dev-logger__desc{color:#6b7280;margin:4px 0 0;font-size:13px;line-height:1.4}.dev-logger__close{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;flex:none;width:32px;height:32px;margin-left:auto;font-size:22px;line-height:1}.dev-logger__toolbar{background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:8px;padding:14px 20px;display:flex}.dev-logger__action,.dev-logger__only{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;height:32px;font-size:13px;font-weight:600}.dev-logger__action{padding:0 12px}.dev-logger__action[aria-pressed=true]{color:#b91c1c;background:#fef2f2;border-color:#ef4444}.dev-logger__list{flex-direction:column;padding:8px 20px 20px;display:flex;overflow:auto}.dev-logger__item{border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;min-height:56px;display:flex}.dev-logger__switch{cursor:pointer;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.dev-logger__switch input{opacity:0;pointer-events:none;position:absolute}.dev-logger__switch-ui{background:#d1d5db;border-radius:999px;flex:none;width:38px;height:22px;transition:background .16s;position:relative}.dev-logger__switch-ui:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000003d}.dev-logger__switch input:checked+.dev-logger__switch-ui{background:#2563eb}.dev-logger__switch input:checked+.dev-logger__switch-ui:after{transform:translate(16px)}.dev-logger__switch input:disabled+.dev-logger__switch-ui{background:#9ca3af}.dev-logger__label{flex-direction:column;gap:2px;min-width:0;display:flex}.dev-logger__label strong{font-size:14px;line-height:1.2}.dev-logger__label small{color:#6b7280;font-size:12px;line-height:1.2}.dev-logger__only{flex:none;padding:0 10px}.dev-logger__close:hover,.dev-logger__action:hover,.dev-logger__only:hover{background:#f3f4f6;border-color:#9ca3af}[data-simplebar]{flex-flow:column wrap;place-content:flex-start;align-items:flex-start;position:relative}.simplebar-wrapper{width:inherit;height:inherit;max-width:inherit;max-height:inherit;overflow:hidden}.simplebar-mask{direction:inherit;z-index:0;margin:0;padding:0;position:absolute;inset:0;overflow:hidden;width:auto!important;height:auto!important}.simplebar-offset{-webkit-overflow-scrolling:touch;margin:0;padding:0;position:absolute;inset:0;direction:inherit!important;box-sizing:inherit!important;resize:none!important}.simplebar-content-wrapper{direction:inherit;scrollbar-width:none;-ms-overflow-style:none;width:auto;max-width:100%;height:100%;max-height:100%;display:block;position:relative;overflow:auto;box-sizing:border-box!important}.simplebar-content-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0;display:none}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{pointer-events:none;width:100%;max-width:100%;max-height:100%}.simplebar-height-auto-observer-wrapper{float:left;z-index:-1;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0;width:100%;max-width:1px;height:100%;max-height:1px;margin:0;padding:0;position:relative;overflow:hidden;box-sizing:inherit!important}.simplebar-height-auto-observer{box-sizing:inherit;opacity:0;pointer-events:none;z-index:-1;width:1000%;min-width:1px;height:1000%;min-height:1px;display:block;position:absolute;top:0;left:0;overflow:hidden}.simplebar-track{z-index:1;pointer-events:none;position:absolute;bottom:0;right:0;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{min-height:10px;position:absolute;left:0;right:0}.simplebar-scrollbar:before{content:"";opacity:0;background:#000;border-radius:7px;transition:opacity .2s linear .5s;position:absolute;left:2px;right:2px}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-duration:0s;transition-delay:0s}.simplebar-track.simplebar-vertical{width:11px;top:0}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{width:auto;min-width:10px;min-height:0;inset:0 auto 0 0}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{opacity:0;visibility:hidden;direction:rtl;width:500px;height:500px;position:fixed;overflow:scroll hidden;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{visibility:hidden;scrollbar-width:none;-ms-overflow-style:none;position:fixed;left:0;overflow-y:scroll}:root{--00:#fff;--alpha-blue-10:#465ae11a;--alpha-blue-20:#465ae133;--alpha-dark-10:#3333331a;--alpha-dark-20:#3333;--alpha-dark-5:#3333330d;--alpha-dark-70:#333333b2;--alpha-light-10:#ffffff1a;--alpha-light-20:#fff3;--alpha-light-60:#fff9;--blue-100:#eaf0fe;--blue-1000:#111952;--blue-200:#cdd9fa;--blue-300:#a6b8f4;--blue-400:#899ded;--blue-50:#f6f9fe;--blue-500:#657ae5;--blue-600:#465ae1;--blue-700:#3646b0;--blue-800:#283480;--blue-900:#1a246d;--characters-gyeongbok:#d9f;--characters-gyeongbok-2:#b763e0;--characters-jelly:#fa9dce;--characters-jelly-2:#e16aa9;--characters-lalla:#f5a245;--characters-lalla-2:#f08113;--characters-maro:#6cb;--characters-maro-2:#22a58f;--characters-roy:#fd6b44;--characters-roy-2:#db4b24;--characters-sabi:#9fdb4d;--characters-sabi-2:#79af2e;--characters-tube:#60b0ff;--characters-tube-2:#4296eb;--characters-woody:#ffd618;--characters-woody-2:#f5b318;--gray-100:#f5f5f5;--gray-1000:#111;--gray-200:#ebebeb;--gray-250:#e0e0e0;--gray-300:#d5d5d5;--gray-400:#c5c5c5;--gray-50:#fafafa;--gray-500:#b5b5b5;--gray-600:#999;--gray-700:#777;--gray-800:#555;--gray-900:#333;--green-100:#e6f5cc;--green-200:#bfefad;--green-300:#9fe485;--green-400:#85dd65;--green-500:#61d94e;--green-600:#5dbc15;--green-700:#36ad23;--red-100:#fee1e1;--red-200:#fcc0c0;--red-300:#ff9e9e;--red-400:#fe8080;--red-500:#f7565e;--red-550:#e65454;--red-600:#da3c3c;--red-700:#b61a1a;--yellow-100:#fcf2de;--yellow-1000:#594010;--yellow-200:#fcedca;--yellow-300:#fce4ac;--yellow-400:#ffe18f;--yellow-500:#ffd35c;--yellow-600:#f5bf2d;--yellow-700:#dfad22;--yellow-800:#c19329;--yellow-900:#876525;--border-card-stroke:#eaf0fe;--border-divider:#3333;--border-selected:#465ae1;--border-stroke:#ebebeb;--button-alert-outline-bg-hovered:#fee1e1;--button-alert-outline-border-disabled:#c5c5c5;--button-alert-outline-border-enabled:#f7565e;--button-alert-outline-border-hovered:#da3c3c;--button-alert-outline-contents-disabled:#c5c5c5;--button-alert-outline-contents-normal:#333;--button-ghost-bg-focused:#eaf0fe;--button-ghost-bg-hovered:#3333331a;--button-ghost-contents-disabled:#c5c5c5;--button-ghost-contents-normal:#333;--button-primary-fill-bg-disabled:#c5c5c5;--button-primary-fill-bg-enabled:#465ae1;--button-primary-fill-bg-hovered:#3646b0;--button-primary-fill-contents-disabled:#ebebeb;--button-primary-fill-contents-normal:#fff;--button-primary-outline-bg-hovered:#eaf0fe;--button-primary-outline-border-disabled:#c5c5c5;--button-primary-outline-border-enabled:#465ae1;--button-primary-outline-border-hovered:#3646b0;--button-primary-outline-contents-disabled:#c5c5c5;--button-primary-outline-contents-normal:#333;--button-primary-outline-contents-primary:#465ae1;--button-secondary-fill-bg-disabled:#c5c5c5;--button-secondary-fill-bg-enabled:#ffe18f;--button-secondary-fill-bg-hovered:#ffd35c;--button-secondary-fill-contents-disabled:#ebebeb;--button-secondary-fill-contents-normal:#333;--curriculum-gyeongbok-border:#ae4fdf;--curriculum-gyeongbok-list-bg:#e1c1f2;--curriculum-gyeongbok-module-bg:#f7edfb;--curriculum-gyeongbok-shadow:#7a1aab;--curriculum-gyeongbok-tag:#ad70d6;--curriculum-jelly-border:#df4f9c;--curriculum-jelly-list-bg:#ffd1ea;--curriculum-jelly-module-bg:#fcedf5;--curriculum-jelly-shadow:#a1105d;--curriculum-jelly-tag:#e565a9;--curriculum-lalla-border:#e16200;--curriculum-lalla-list-bg:#ffcf99;--curriculum-lalla-module-bg:#fcefe1;--curriculum-lalla-shadow:#aa4a00;--curriculum-lalla-tag:#eb7500;--curriculum-maro-border:#1da3a3;--curriculum-maro-list-bg:#aee5dc;--curriculum-maro-module-bg:#e6f5f2;--curriculum-maro-shadow:#0f8787;--curriculum-maro-tag:#23adad;--curriculum-roy-border:#de3b00;--curriculum-roy-list-bg:#f9b7ad;--curriculum-roy-module-bg:#fdebe8;--curriculum-roy-shadow:#b12f00;--curriculum-roy-tag:#e96037;--curriculum-sabi-border:#699e34;--curriculum-sabi-list-bg:#cde59c;--curriculum-sabi-module-bg:#ebf5d7;--curriculum-sabi-shadow:#467d0f;--curriculum-sabi-tag:#78bd19;--curriculum-tube-border:#2880d7;--curriculum-tube-list-bg:#a5cff8;--curriculum-tube-module-bg:#e5f1fd;--curriculum-tube-shadow:#105292;--curriculum-tube-tag:#4a99e8;--curriculum-woody-border:#e27800;--curriculum-woody-list-bg:#fcdc83;--curriculum-woody-module-bg:#fef2d1;--curriculum-woody-shadow:#b25f00;--curriculum-woody-tag:#eb9c00;--indicator-scroll:#3333;--indicator-progress-achieve:#465ae1;--indicator-progress-bg:#e0e0e0;--indicator-progress-under:#da3c3c;--indicator-question-fail:#da3c3c;--indicator-question-focused:#465ae1;--indicator-question-pass:#5dbc15;--input-chip-bg-hovered:#eaf0fe;--input-chip-border-disabled:#c5c5c5;--input-chip-border-enabled:#465ae1;--input-chip-border-hovered:#3646b0;--input-chip-contents-disabled:#b5b5b5;--input-chip-contents-normal:#333;--input-field-bg-disabled:#ebebeb;--input-field-bg-enabled:#fff;--input-field-bg-focused:#fff;--input-field-bg-hovered:#f6f9fe;--input-field-bg-read-only:#f5f5f5;--input-field-border-disabled:#e0e0e0;--input-field-border-enabled:#cdd9fa;--input-field-border-focused:#a6b8f4;--input-field-border-hovered:#a6b8f4;--input-field-contents-disabled:#b5b5b5;--input-field-contents-normal:#333;--input-field-contents-placeholder:#b5b5b5;--input-selectbox-bg-disabled:#ebebeb;--input-selectbox-bg-enabled:#fff;--input-selectbox-bg-focused:#fff;--input-selectbox-bg-hovered:#f6f9fe;--input-selectbox-border-disabled:#e0e0e0;--input-selectbox-border-enabled:#cdd9fa;--input-selectbox-border-focused:#a6b8f4;--input-selectbox-border-hovered:#a6b8f4;--input-selectbox-contents-disabled:#b5b5b5;--input-selectbox-contents-normal:#333;--input-selectbox-contents-placeholder:#b5b5b5;--list-bg-enabled:#fff;--list-bg-focused:#eaf0fe;--list-bg-hovered:#3333330d;--selection-card-bg:#465ae11a;--selection-card-bg-disabled:#ebebeb;--selection-card-bg-enabled:#f5f5f5;--selection-card-bg-focused:#cdd9fa;--selection-card-bg-hovered:#eaf0fe;--selection-card-border-focused:#465ae1;--selection-card-contents-disabled:#b5b5b5;--selection-card-contents-normal:#333;--selection-checkbox-contents-disabled:#ebebeb;--selection-checkbox-contents-normal:#fff;--selection-checkbox-off-disabled:#c5c5c5;--selection-checkbox-off-enabled:#283480;--selection-checkbox-off-hovered:#1a246d;--selection-checkbox-on-disabled:#c5c5c5;--selection-checkbox-on-enabled:#465ae1;--selection-checkbox-on-hovered:#3646b0;--selection-radio-off-disabled:#c5c5c5;--selection-radio-off-enabled:#283480;--selection-radio-off-hovered:#1a246d;--selection-radio-on-disabled:#c5c5c5;--selection-radio-on-enabled:#465ae1;--selection-radio-on-hovered:#3646b0;--selection-segment-bg:#465ae11a;--selection-segment-contents-disabled:#b5b5b5;--selection-segment-contents-off-normal:#333;--selection-segment-contents-on-normal:#fff;--selection-segment-off-hovered:#465ae11a;--selection-segment-on-disabled:#d5d5d5;--selection-segment-on-enabled:#465ae1;--selection-segment-on-hovered:#3646b0;--selection-toggle-contents-disabled:#ebebeb;--selection-toggle-contents-normal:#fff;--selection-toggle-off-disabled:#c5c5c5;--selection-toggle-off-enabled:#465ae1;--selection-toggle-off-hovered:#3646b0;--selection-toggle-on-disabled:#c5c5c5;--selection-toggle-on-enabled:#465ae1;--selection-toggle-on-hovered:#3646b0;--status-normal:#465ae1;--status-right:#5dbc15;--status-wrong:#da3c3c;--surface-background:#fff;--surface-card:#fff;--surface-menu:#fafafa;--surface-modal:#fff;--surface-section:#f6f9fe;--surface-tooltip:#333333b2;--surface-table-focused:#eaf0fe;--surface-table-hovered:#f5f5f5;--tab-off-disabled:#b5b5b5;--tab-off-enabled:#777;--tab-off-hovered:#333;--tab-on-disabled:#b5b5b5;--tab-on-enabled:#333;--tab-on-hovered:#333;--tab-store-bg-disabled:#fff;--tab-store-bg-enabled:#fff;--tab-store-bg-focused:#283480;--tab-store-bg-hovered:#eaf0fe;--tab-store-border-disabled:#b5b5b5;--tab-store-border-enabled:#283480;--tab-store-border-hovered:#1a246d;--tab-store-contents-disabled:#b5b5b5;--tab-store-contents-enabled:#333;--tab-store-contents-focused:#fff;--tab-store-contents-hovered:#333;--text-action-disabled:#b5b5b5;--text-action-on-primary:#fff;--text-action-primary:#465ae1;--text-general-default:#333;--text-general-inverse:#fff;--text-general-muted:#b5b5b5;--text-general-subtle:#777;--text-status-clear:#36ad23;--text-status-error:#da3c3c}.dev-layout{background-color:#f8f7e7;width:100%;min-height:100vh}.dev-layout__content{width:100%}.dev-publish{background:#fff;padding:8px;position:relative}.dev-publish__header{background:#f9fafb;border:1px solid #d8d8d8;border-radius:10px;margin-bottom:12px;padding:12px 14px}.dev-publish__title{margin:0;font-size:18px;font-weight:700}.dev-publish__list-text{color:#4b5563;margin:6px 0 0;font-size:14px}.dev-publish--preview{min-height:calc(100vh - 72px);padding:0}.dev-publish__menu{gap:8px;margin-top:0}.dev-publish__menu .dev-publish__group+.dev-publish__group{margin-top:30px}.dev-publish__menu .dev-publish__group .dev-publish__group-title{margin-bottom:10px;font-weight:700}.dev-publish__menu .dev-publish__group .dev-publish__group-list,.dev-components__icons{flex-wrap:wrap;gap:8px;display:flex}.dev-components__icons .dev-components__icon-item{text-align:center;border:1px solid #ccc;padding:8px 8px 4px}.dev-components__icons .dev-components__icon-item span{margin-top:6px;display:block}.dev-publish__menu-item{text-align:center;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:8px;padding:8px 12px}.dev-publish-preview{z-index:500;background:#fff;position:fixed;inset:0}.dev-publish-preview__viewer{height:100vh;overflow:auto}.dev-publish-preview__close{z-index:501;color:#fff;opacity:.88;cursor:pointer;background:#0f172ad1;border-top:0;border-bottom:1px solid #0f172a47;border-left:1px solid #0f172a47;border-right:0;border-radius:0 0 0 8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:13px;font-weight:700;line-height:1;transition:opacity .15s,background-color .15s,transform .15s;display:inline-flex;position:fixed;top:0;right:0;box-shadow:0 2px 8px #0000002e}.dev-publish-preview__close:hover{opacity:1;background:#0f172af5}.dev-publish-preview__close:focus-visible{opacity:1;outline-offset:2px;outline:2px solid #2563eb}.dev-publish__empty{color:#4b5563;border:1px dashed #d8d8d8;border-radius:12px;margin:20px;padding:20px}.publish-screen__header{margin-bottom:16px}.publish-screen__title{font-size:24px;font-weight:700}.publish-screen__desc{color:#4b5563;margin-top:8px}.publish-screen__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.publish-screen__card{background:#fff;border:1px solid #d8d8d8;border-radius:10px;padding:14px}.publish-screen__card p{margin-top:8px;font-size:20px;font-weight:700}.publish-screen__form{gap:10px;max-width:520px;display:grid}.publish-screen__label{font-size:14px;font-weight:600}.publish-screen__input,.publish-screen__textarea{border:1px solid #d8d8d8;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.publish-screen__textarea{resize:vertical;min-height:120px}.publish-screen__submit{color:#fff;cursor:pointer;background:#136f63;border:0;border-radius:8px;width:120px;padding:10px 12px;font-weight:700}@media (width<=1024px){.publish-screen__grid{grid-template-columns:1fr}}.dev-components{padding:24px}.dev-components__title{font-size:28px;font-weight:700}.dev-components__desc{color:#4b5563;margin-top:8px}.dev-components__section{background:#fff;border:1px solid #d8d8d8;border-radius:12px;margin-top:24px;padding:16px}.dev-components__section-title{margin-bottom:12px;font-size:18px;font-weight:600}.dev-components__tag{align-items:center;gap:12px;display:flex;position:relative}.dev-components__tag+.dev-components__tag{margin-top:8px}.dev-components__row{align-items:center;gap:12px;display:flex}.dev-components__row--compact{gap:8px}.dev-components__value{color:#4b5563;margin-top:8px}.dev-playground{padding:24px}.dev-playground__title{font-size:28px;font-weight:700}.dev-playground__desc{color:#4b5563;margin-top:8px}.dev-playground__section{background:#fff;border:1px solid #d8d8d8;border-radius:12px;margin-top:20px;padding:16px}.dev-playground__section-title{margin-bottom:12px;font-size:18px;font-weight:600}.dev-playground__actions{flex-wrap:wrap;gap:10px;display:flex}.dev-playground__result{color:#1f2937;background:#f3f4f6;border-radius:8px;padding:10px 12px}*,:after,:before{box-sizing:border-box;outline:none}*{font:inherit;margin:0;padding:0}ul li{list-style:none}table{border-collapse:collapse;border-spacing:0}b,strong{font-weight:700}a{font:inherit;color:inherit;text-decoration:none}:root{--curr-border-divider:#d5d5d5;--curr-border-stroke:#777;--curr-button-accent-bg-disabled:#d5d5d5;--curr-button-accent-bg-enabled:#fff;--curr-button-accent-bg-pressed:#f5f5f5;--curr-button-accent-contents-disabled:#3333;--curr-button-accent-contents-normal:#1a6bd6;--curr-button-answer-bg-disabled:#d5d5d5;--curr-button-answer-bg-enabled:#1a6bd6;--curr-button-answer-bg-none:#fff;--curr-button-answer-bg-pressed:#5597ed;--curr-button-answer-bg-right:#5dbc15;--curr-button-answer-bg-wrong:#da3c3c;--curr-button-answer-contents-disabled:#3333;--curr-button-answer-contents-normal:#fff;--curr-button-ghost-bg-pressed:#ffffff1a;--curr-button-ghost-contents-disabled:#fff3;--curr-button-ghost-contents-normal:#d8e0eb;--curr-button-primary-bg-disabled:#d5d5d5;--curr-button-primary-bg-enabled:#1a6bd6;--curr-button-primary-bg-pressed:#5597ed;--curr-button-primary-contents-disabled:#3333;--curr-button-primary-contents-normal:#fff;--curr-button-secondary-bg-disabled:#d5d5d5;--curr-button-secondary-bg-enabled:#16357c;--curr-button-secondary-bg-pressed:#36559c;--curr-button-secondary-contents-disabled:#3333;--curr-button-secondary-contents-normal:#fff;--curr-field-bg-focused:#d4e9ff;--curr-field-bg-normal:#fff;--curr-field-border-diagonal:#3333;--curr-field-border-hint:#7c44c8;--curr-field-border-input:#1a6bd6;--curr-field-border-input-normal:#d5d5d5;--curr-field-border-line:#ff9d00;--curr-field-contents-disabled:#777;--curr-field-contents-normal:#333;--curr-guide-bg:#f7ddc1;--curr-guide-stroke:#ff9d00;--curr-guide-contents-answer:#1a6bd6;--curr-guide-contents-reference:#000;--curr-guide-contents-text:#16357c;--curr-indicator-game-normal:#102c57;--curr-indicator-game-now:#fdac0b;--curr-indicator-game-pass:#fff;--curr-surface-background:#051d3c;--curr-surface-card:#fff;--curr-text-black:#333;--curr-text-disabled:#3333;--curr-text-disabled-invert:#fff3;--curr-text-gray:#555;--curr-text-light-gray:#777;--curr-text-white:#fff;--00:#fff;--characters-gyeongbok:#d9f;--characters-gyeongbok-2:#b763e0;--characters-jelly-3:#fa9dce;--characters-jelly-4:#e16aa9;--characters-lalla:#f5a245;--characters-lalla-2:#f08113;--characters-maro:#6cb;--characters-maro-2:#22a58f;--characters-roy:#fd6b44;--characters-roy-2:#db4b24;--characters-sabi:#9fdb4d;--characters-sabi-2:#79af2e;--characters-tube:#60b0ff;--characters-tube-2:#4296eb;--characters-woody:#ffd618;--characters-woody-2:#f5b318;--curr-alpha-dark-10:#3333331a;--curr-alpha-dark-20:#3333;--curr-alpha-light-10:#ffffff1a;--curr-alpha-light-20:#fff3;--curr-blue-100:#d4e9ff;--curr-blue-1000:#051d3c;--curr-blue-200:#adcffd;--curr-blue-400:#5597ed;--curr-blue-500:#1a6bd6;--curr-blue-600:#36559c;--curr-blue-700:#214494;--curr-blue-800:#16357c;--curr-blue-900:#102c57;--curr-gray-100:#f5f5f5;--curr-gray-1000:#111;--curr-gray-1100:#000;--curr-gray-300:#d5d5d5;--curr-gray-400:#c5c5c5;--curr-gray-500:#b5b5b5;--curr-gray-600:#999;--curr-gray-700:#777;--curr-gray-800:#555;--curr-gray-900:#333;--curr-green-600:#5dbc15;--curr-orange-100:#fbf8f1;--curr-orange-200:#f9efd9;--curr-orange-300:#f7ddc1;--curr-orange-500:#ffc800;--curr-orange-600:#fdac0b;--curr-orange-700:#ff9d00;--curr-red-600:#da3c3c}html,body,#root{height:100%}.desktop-min-wrap{min-width:1280px}.mobile-max-wrap{max-width:640px;margin:0 auto;position:relative}.h-full{height:100%}.flex-1{flex:1}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Regular-B_7gPUM1.woff2);font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-Dw2vNklR.woff2);font-weight:500;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-Y8fpTlL3.woff2);font-weight:700;font-display:swap}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraBold-C0vVUedy.woff2);font-weight:800;font-display:swap}@font-face{font-family:HancomMalrangmalrang;src:url(/assets/HancomMalangMalang-Regular-BdN0lt1k.woff2);font-weight:400;font-display:swap}@font-face{font-family:HancomMalrangmalrang;src:url(/assets/HancomMalangMalang-Bold--mdzFwvI.woff2);font-weight:700;font-display:swap}@font-face{font-family:Cafe24Surround;src:url(/assets/Cafe24Ssurround-v2.0-C8rQrdld.woff2);font-weight:400;font-display:swap}*,:after,:before{-webkit-tap-highlight-color:transparent;background-repeat:no-repeat;background-size:auto 100%}body{color:var(--text-general-default);font-family:Pretendard,Apple SD Gothic Neo,sans-serif;font-size:14px;line-height:20px}canvas,img,picture,svg,video{vertical-align:top;max-width:100%}button,input,select,textarea{font:inherit;vertical-align:top;-webkit-appearance:none;border:0}button{cursor:pointer;background-color:#0000}button:disabled,input:disabled{cursor:default;pointer-events:none}.modal-dialog{background-color:#0003;flex-direction:column;padding:16px;display:flex;position:fixed;inset:0;overflow:auto}.modal-dialog__panel{background-color:var(--surface-modal);filter:drop-shadow(0 4px 12px #0003);border-radius:16px;flex:none;width:328px;margin:auto;font-size:16px;line-height:24px}.modal-dialog__panel:has(.size-md){width:480px}.modal-dialog__panel:has(.size-lg){width:900px}.modal-dialog__panel:not(:has(.modal-dialog__header)){padding-top:24px}.modal-dialog__panel:not(:has(.modal-dialog__footer)){padding-bottom:24px}.modal-dialog__panel:has(.modal-drill){border-radius:40px;padding:0}.modal-dialog.is-mobile .modal-dialog__panel{width:100%;max-width:328px}.modal-dialog.is-mobile .modal-dialog__panel:has(.size-md){max-width:480px}.modal-dialog.is-mobile .modal-dialog__panel:has(.size-lg){max-width:900px}.modal-dialog__header{flex-direction:row;align-items:flex-start;padding:16px 24px 0;display:flex;position:relative}.modal-dialog__header .modal-dialog__title{flex:1;min-width:0;margin-bottom:16px;padding-top:8px;font-size:18px;font-weight:700;line-height:24px}.modal-dialog__header button{margin-left:auto}.modal-dialog__body{min-height:104px;padding:8px 24px 24px}.modal-dialog__body-title{margin-bottom:16px;font-size:18px;font-weight:700;line-height:24px}.modal-dialog__body .text-gray{color:var(--text-general-subtle)}.modal-dialog__body .text-blue{color:var(--text-action-primary)}.modal-dialog__body>[data-simplebar]{max-height:500px;margin:0 -24px;padding:0 24px}.modal-dialog__footer{border-radius:0 0 16px 16px;flex-direction:row;align-items:center;display:flex;overflow:hidden}.modal-dialog__footer button{flex:1;min-width:0;height:48px}.modal-dialog__footer button.btn-cancel{background-color:var(--blue-800);color:var(--text-general-inverse)}@media (hover:hover) and (pointer:fine){.modal-dialog__footer button.btn-cancel:hover{background-color:var(--blue-900)}}.modal-dialog__footer button.btn-cancel:active{background-color:var(--blue-900)}.modal-dialog__footer button.btn-cancel:disabled{background-color:var(--button-primary-fill-bg-disabled);color:var(--button-primary-fill-contents-disabled)}.modal-dialog__footer button.btn-confirm{background-color:var(--button-primary-fill-bg-enabled);color:var(--button-primary-fill-contents-normal)}@media (hover:hover) and (pointer:fine){.modal-dialog__footer button.btn-confirm:hover{background-color:var(--button-primary-fill-bg-hovered)}}.modal-dialog__footer button.btn-confirm:active{background-color:var(--button-primary-fill-bg-hovered)}.modal-dialog__footer button.btn-confirm:disabled{background-color:var(--button-primary-fill-bg-disabled);color:var(--button-primary-fill-contents-disabled)}.modal-join-find-id .text-gray{margin-bottom:16px}.modal-join-find-id .input-group{margin-top:8px}.modal-join-find-id .id-box{background-color:var(--blue-50);border-radius:16px;flex-direction:row;align-items:center;gap:8px;margin:16px 0;padding:16px;display:flex}.modal-join-find-id .id-box__label{width:100px}.modal-join-find-id .id-box__content{font-weight:700}.modal-dialog:has(.modal-progress-setting){padding:0}.modal-dialog__panel:has(.modal-progress-setting){width:auto;height:100%;margin:initial;border-radius:0;margin-left:auto;padding:0}.modal-dialog__panel:has(.modal-drill--timeout){background-color:var(--curr-blue-900)}.modal-dialog .modal-progress-setting{flex-direction:column;width:520px;height:100%;display:flex}.modal-dialog .modal-progress-setting .modal-header{border-bottom:1px solid var(--border-divider);padding:20px 16px 19px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.modal-dialog .modal-progress-setting .modal-body{flex:1;min-height:0}.modal-dialog .modal-progress-setting .modal-body [data-simplebar]{padding:24px}.modal-dialog .modal-progress-setting .modal-footer{flex-direction:row;align-items:center;gap:8px;padding:16px 24px 24px;display:flex}.modal-dialog .modal-progress-setting .modal-footer button{flex:1;min-width:0}.modal-dialog .modal-progress-setting .student-card{gap:4px;margin-bottom:16px}.modal-dialog .modal-progress-setting .student-card .student-profile{width:136px}.modal-dialog .modal-progress-setting .student-card .item-label{min-width:90px}.modal-dialog .modal-progress-setting .content-box{margin-top:16px}.modal-dialog .modal-progress-setting .content-box+.content-box{border-top:1px solid var(--border-divider);margin-top:16px;padding-top:16px}.modal-dialog .modal-progress-setting .content-box__title{margin-bottom:8px}.modal-dialog .modal-progress-setting .content-box__title .title{font-size:16px;font-weight:700;line-height:24px}.modal-dialog .modal-progress-setting .content-box__title p{color:var(--text-general-subtle);margin-top:8px;font-size:14px;line-height:20px}.modal-dialog .modal-progress-setting .content-box .selectbox{width:fit-content}.modal-dialog .modal-progress-setting .content-box .learning-unit{background-color:var(--list-bg-enabled);text-align:left;border-radius:8px;flex-direction:row;align-items:center;gap:4px;width:100%;margin-top:8px;padding:10px 8px;display:flex}@media (hover:hover) and (pointer:fine){.modal-dialog .modal-progress-setting .content-box .learning-unit:hover{background-color:var(--list-bg-hovered)}}.modal-dialog .modal-progress-setting .content-box .learning-unit:active{background-color:var(--list-bg-hovered)}.modal-dialog .modal-progress-setting .content-box .learning-unit__description{min-width:0;color:var(--text-general-subtle);text-overflow:ellipsis;white-space:nowrap;flex:1;display:block;overflow:hidden}.modal-dialog .modal-progress-setting .content-box .radio-item+.radio-item{margin-top:16px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail{background-color:var(--surface-section);border-radius:8px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__body{padding:12px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__footer{flex-direction:row;align-items:center;padding:0 12px 12px;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__footer .footer-item{flex-direction:row;align-items:center;gap:4px;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__footer .footer-item__label{font-size:14px;line-height:20px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__footer .footer-item__value{font-size:16px;font-weight:700;line-height:24px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__footer .footer-item:last-child{margin-left:auto}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row{flex-flow:wrap;align-items:center;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row:not(:last-child){margin-bottom:16px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row .row-title{font-size:14px;font-weight:700;line-height:20px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row .row-description{color:var(--text-general-subtle);margin-bottom:16px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row .row-content{flex:1;min-width:0}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__row .row-content:has(.radio-detail__day){flex:none;width:100%}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__day{flex-direction:row;align-items:center;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__day label{flex:1;min-width:0}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__unit{flex-direction:row;justify-content:flex-end;align-items:center;gap:4px;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__unit .input-text-wrap{width:80px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__unit .input-text-wrap .input-text{height:36px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date-wrap{position:relative}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date{background-color:var(--selection-segment-bg);border-radius:44px;flex-direction:row;align-items:center;padding:4px;display:flex}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item{text-align:center;cursor:pointer;border-radius:36px;flex:1;min-width:0;padding:8px 0;font-size:14px;line-height:20px}@media (hover:hover) and (pointer:fine){.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:hover{background-color:var(--selection-segment-off-hovered)}}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:active{background-color:var(--selection-segment-off-hovered)}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:has(input:checked){background-color:var(--selection-segment-on-enabled);color:var(--selection-segment-contents-on-normal)}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:is(button){flex:none;width:64px}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:is(button).is-selected{background-color:var(--selection-segment-on-enabled);color:var(--selection-segment-contents-on-normal)}@media (hover:hover) and (pointer:fine){.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:is(button).is-selected:hover{background-color:var(--selection-segment-on-hovered)}}.modal-dialog .modal-progress-setting .content-box .radio-item .radio-detail__date .date-item:is(button).is-selected:active{background-color:var(--selection-segment-on-hovered)}.modal-dialog .modal-progress-setting .content-box .learning-load-calc{border:1px solid var(--border-stroke);border-radius:16px;margin-top:16px;padding:11px 15px;font-size:14px;line-height:20px}.modal-dialog .modal-progress-setting .content-box .learning-load-calc__header{border-bottom:1px solid var(--border-divider);color:var(--text-action-primary);margin-bottom:8px;padding-bottom:8px;font-weight:700}.modal-dialog .modal-progress-setting .content-box .learning-load-calc__body .desc{color:var(--text-general-subtle);margin-bottom:8px}.modal-dialog .modal-progress-setting .content-box .learning-load-calc__body .calc-result{background-color:#f6f9fe;border-radius:16px;margin-top:8px;padding:8px 12px}.modal-dialog .modal-progress-setting .content-box .learning-load-calc__body .calc-result p+p{margin-top:4px}.modal-dialog .modal-progress-setting .content-box .learning-load-calc__body .calc-result p strong{font-size:16px;font-weight:700;line-height:24px}.modal-detail-unit-select .unit-cascade-menu{align-items:initial;border:1px solid var(--border-stroke);border-radius:8px;flex-direction:row;height:360px;display:flex}.modal-detail-unit-select .menu-column{flex-direction:column;flex:none;min-width:0;display:flex}.modal-detail-unit-select .menu-column+.menu-column .menu-column__list{border-left:1px solid var(--border-stroke)}.modal-detail-unit-select .menu-column:first-child{width:140px}.modal-detail-unit-select .menu-column:first-child button{font-weight:700}.modal-detail-unit-select .menu-column:nth-child(2){width:300px}.modal-detail-unit-select .menu-column:nth-child(3){flex:1}.modal-detail-unit-select .menu-column__title{border-bottom:1px solid var(--border-stroke);color:var(--text-general-subtle);padding:9px 12px;font-size:14px;line-height:20px}.modal-detail-unit-select .menu-column__list{flex:1;min-height:0}.modal-detail-unit-select .menu-column__list [data-simplebar]{padding:8px 12px}.modal-detail-unit-select .menu-column__list li+li{margin-top:4px}.modal-detail-unit-select .menu-column__item{text-align:left;border-radius:8px;flex-direction:row;align-items:center;gap:4px;width:100%;padding:10px 8px;display:flex}.modal-detail-unit-select .menu-column__item .learning-unit__name{flex:1;min-width:0}@media (hover:hover) and (pointer:fine){.modal-detail-unit-select .menu-column__item:hover{background-color:var(--list-bg-hovered)}}.modal-detail-unit-select .menu-column__item:active{background-color:var(--list-bg-hovered)}.modal-detail-unit-select .menu-column__item.is-selected{background-color:var(--list-bg-focused)}.modal-mission-bet .unit-cascade-menu{align-items:initial;border:1px solid var(--border-stroke);border-radius:8px;flex-direction:row;height:360px;display:flex}.modal-mission-bet .desc{color:var(--text-general-subtle);margin-top:16px}.modal-mission-bet .selected-chip{margin-top:16px;padding:0}.modal-mission-bet .menu-column{flex-direction:column;flex:none;min-width:0;display:flex}.modal-mission-bet .menu-column+.menu-column .menu-column__list{border-left:1px solid var(--border-stroke)}.modal-mission-bet .menu-column:first-child{width:140px}.modal-mission-bet .menu-column:first-child button{font-weight:700}.modal-mission-bet .menu-column:nth-child(2){width:300px}.modal-mission-bet .menu-column:nth-child(3){flex:1}.modal-mission-bet .menu-column__title{border-bottom:1px solid var(--border-stroke);color:var(--text-general-subtle);padding:9px 12px;font-size:14px;line-height:20px}.modal-mission-bet .menu-column__list{flex:1;min-height:0}.modal-mission-bet .menu-column__list [data-simplebar]{padding:8px 12px}.modal-mission-bet .menu-column__list li+li{margin-top:4px}.modal-mission-bet .menu-column__item{text-align:left;border-radius:8px;flex-direction:row;align-items:center;gap:4px;width:100%;padding:10px 8px;display:flex}.modal-mission-bet .menu-column__item .learning-unit__name{flex:1;min-width:0}@media (hover:hover) and (pointer:fine){.modal-mission-bet .menu-column__item:hover{background-color:var(--list-bg-hovered)}}.modal-mission-bet .menu-column__item:active{background-color:var(--list-bg-hovered)}.modal-mission-bet .menu-column__item.is-selected{background-color:var(--list-bg-focused)}.modal-mission-bet .menu-column--unit .checkbox{border-radius:8px;flex-direction:row-reverse;align-items:center;padding:6px 8px;display:flex}.modal-mission-bet .menu-column--unit .checkbox__label{flex:1;min-width:0;padding:0}@media (hover:hover) and (pointer:fine){.modal-mission-bet .menu-column--unit .checkbox:hover{background-color:var(--list-bg-hovered)}}.modal-mission-bet .menu-column--unit .checkbox:active{background-color:var(--list-bg-hovered)}.modal-mission-bet .menu-column--unit .checkbox:has(input:disabled) .learning-unit__name{color:var(--text-general-muted)}.modal-mission-bet .menu-column--unit .menu-column__item{padding:0}.modal-pending-units .class-info-box{background-color:var(--surface-section);border-radius:12px;margin-bottom:16px;padding:16px 20px}.modal-pending-units .class-info-box .class-info{flex-direction:row;align-items:center;gap:24px;display:flex}.modal-pending-units .class-info-box .class-info__label{color:var(--text-general-subtle)}.modal-pending-units .class-info-box .class-info__value{font-size:18px;font-weight:700;line-height:24px}.modal-pending-units .class-info-box p{margin-top:12px}.modal-pending-units .radio-item-wrap{margin-bottom:16px}.modal-pending-units .radio-item-wrap .radio-item+.radio-item{margin-top:16px}.modal-set-next-step .class-info-box{background-color:var(--surface-section);border-radius:12px;margin-bottom:16px;padding:16px 20px}.modal-set-next-step .class-info-box .class-info{flex-direction:row;align-items:center;gap:24px;display:flex}.modal-set-next-step .class-info-box .class-info__label{color:var(--text-general-subtle)}.modal-set-next-step .class-info-box .class-info__value{font-size:18px;font-weight:700;line-height:24px}.modal-set-next-step .class-info-box p{margin-top:12px}.modal-set-next-step .radio-item-wrap{margin-bottom:16px}.modal-set-next-step .radio-item-wrap .radio-item+.radio-item{margin-top:16px}.modal-set-next-step .radio-item-wrap .radio-item .radio__suffix button{text-align:left;border:1px solid var(--blue-200);border-radius:8px;flex-direction:row;align-items:center;gap:4px;width:100%;padding:9px 7px;display:flex}@media (hover:hover) and (pointer:fine){.modal-set-next-step .radio-item-wrap .radio-item .radio__suffix button:hover{background-color:var(--list-bg-hovered)}}.modal-set-next-step .radio-item-wrap .radio-item .radio__suffix button:active{background-color:var(--list-bg-hovered)}.modal-set-next-step .radio-item-wrap .radio-item .radio__suffix button .learning-unit__description{min-width:0;color:var(--text-general-subtle);text-overflow:ellipsis;white-space:nowrap;flex:1;display:block;overflow:hidden}.modal-set-next-step .last-text{color:var(--text-general-subtle);margin-top:16px}.modal-add-student .main-text{margin-bottom:16px}.modal-add-student .main-text p.text-gray{color:var(--text-general-subtle);margin-top:4px;font-size:14px;line-height:20px}.modal-add-student .step-2 .top-option-wrap{flex-direction:row;align-items:center;gap:24px;margin-bottom:16px;display:flex}.modal-add-student .step-2 .top-option-wrap .segment{flex:1;min-width:0}.modal-add-student .step-2 .top-option-wrap .radio-wrap{flex-direction:row;align-items:center;gap:24px;display:flex}.modal-add-student .step-2 .table-wrap{height:300px}.modal-add-student .step-2 .table-wrap .day-checkbox-wrap{flex-direction:row;align-items:center;display:flex}.modal-add-student .step-2 .table-wrap .day-checkbox-wrap .checkbox{text-align:center;display:block}.modal-add-student .step-2 .table-wrap .day-checkbox-wrap .checkbox__label{padding:0}.modal-create-loading .progress-wrap{text-align:center}.modal-create-loading .progress-wrap .progress{width:56px;height:56px;margin:0 auto 16px}.modal-create-loading .progress-wrap .progress svg{width:100%;height:100%;transform:rotate(-90deg)}.modal-create-loading .progress-wrap .progress .progress-bar{stroke-linecap:round}.modal-create-loading .progress-wrap p{flex-direction:row;justify-content:center;align-items:center;font-size:14px;line-height:20px;display:flex}.modal-create-loading .progress-wrap p .dots{text-align:left;width:11px;display:block}.modal-delete-account .img{background-image:url(/assets/delete_account-mgB_IFgP.svg);width:120px;height:120px;margin:0 auto 16px}.modal-delete-account .checkbox{margin-top:16px}.modal-edit-class .order-filter{flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:16px;display:flex}.modal-edit-class .order-filter__label{color:var(--text-general-subtle)}.modal-edit-class .order-filter .selectbox{width:140px}.modal-edit-class .select-row{flex-direction:row;align-items:center;gap:8px;display:flex}.modal-edit-class .select-row .selectbox{flex:1;min-width:0}.modal-edit-class .select-row:has(.selectbox:only-child){padding-right:40px}.modal-edit-class .table-wrap{height:291px}.modal-edit-class .table-wrap tbody td{vertical-align:top;padding:16px 12px 24px}.modal-re-register-mgmt .date-summary{text-align:right;margin-top:12px}.modal-notice .notice__header{border-bottom:1px solid var(--border-divider);margin-bottom:16px;padding-bottom:16px}.modal-notice .notice__header .notice-title{font-size:18px;font-weight:700;line-height:24px}.modal-notice .notice__header .notice-date{color:var(--text-general-subtle);margin-top:4px;font-size:12px;line-height:16px}.modal-notice .notice__content{padding:16px 0}.modal-notice .notice__content p{color:var(--text-general-subtle);font-size:16px;line-height:24px}.modal-drill__content{text-align:center;padding:24px 20px 0;font-size:16px;line-height:24px}.modal-drill__footer{text-align:center;padding:16px 16px 20px}.modal-drill__footer button{width:160px}.modal-drill .drill-description strong{color:var(--curr-blue-500)}.modal-drill .drill-info-box{background-color:var(--curr-orange-100);border-radius:16px;width:260px;margin:12px auto 0;padding:8px 24px;position:relative}.modal-drill .drill-info-box .row--double{flex-direction:row;align-items:center;gap:8px;width:212px;padding-bottom:5px;display:flex}.modal-drill .drill-info-box .row--double .info-item{text-align:center;flex:1;min-width:0;display:block}.modal-drill .drill-info-box .row--double .info-item__label{width:auto}.modal-drill .drill-info-box .row-divider{background-color:var(--curr-border-divider);height:1px}.modal-drill .drill-info-box .info-item{text-align:left;flex-direction:row;align-items:center;gap:24px;min-height:46px;display:flex}.modal-drill .drill-info-box .info-item__label{width:72px;color:var(--curr-text-gray);font-size:16px;line-height:20px}.modal-drill .drill-info-box .info-item__value{flex:1;min-width:0;font-size:18px;font-weight:700;line-height:30px}.modal-drill .drill-info-box .info-item__value.correct{color:var(--curr-button-answer-bg-right)}.modal-drill .drill-info-box .info-item__value.incorrect{color:var(--curr-button-answer-bg-wrong)}.modal-drill .drill-info-box .badge{width:52px;height:52px;position:absolute;top:-20px;right:-14px}.modal-drill .drill-info-box .badge--master{background-image:url(/assets/badge_master-5dPjoasw.svg);width:76px;height:56px;right:-26px}.modal-drill .drill-info-box .badge--success{background-image:url(/assets/badge_success-BvYkiwW_.svg)}.modal-drill .drill-info-box .badge--fail{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.9998%202.86328L30.7905%208.12139L37.5684%205.96306L39.0881%2012.912L46.0371%2014.4318L43.8788%2021.2097L49.1369%2026.0003L43.8788%2030.791L46.0371%2037.5689L39.0881%2039.0886L37.5684%2046.0376L30.7905%2043.8793L25.9998%2049.1374L21.2092%2043.8793L14.4313%2046.0376L12.9116%2039.0886L5.96257%2037.5689L8.1209%2030.791L2.86279%2026.0003L8.1209%2021.2097L5.96257%2014.4318L12.9116%2012.912L14.4313%205.96306L21.2092%208.12139L25.9998%202.86328Z'%20fill='%23F29891'/%3e%3cpath%20d='M31.3823%205.90854L38.9995%203.48336L40.7073%2011.2917L48.5166%2013.0005L46.0905%2020.6168L52%2026L46.0905%2031.3823L48.5166%2038.9995L40.7073%2040.7073L38.9995%2048.5166L31.3823%2046.0905L26%2052L20.6168%2046.0905L13.0005%2048.5166L11.2917%2040.7073L3.48336%2038.9995L5.90854%2031.3823L0%2026L5.90854%2020.6168L3.48336%2013.0005L11.2917%2011.2917L13.0005%203.48336L20.6168%205.90854L26%200L31.3823%205.90854ZM21.8021%2010.3333L15.8625%208.44197L14.5313%2014.5313L8.44197%2015.8625L10.3333%2021.8021L5.72495%2026L10.3333%2030.1979L8.44197%2036.1366L14.5313%2037.4687L15.8625%2043.5571L21.8021%2041.6667L26%2046.2741L30.1979%2041.6667L36.1366%2043.5571L37.4687%2037.4687L43.5571%2036.1366L41.6667%2030.1979L46.2741%2026L41.6667%2021.8021L43.5571%2015.8625L37.4687%2014.5313L36.1366%208.44197L30.1979%2010.3333L26%205.72495L21.8021%2010.3333Z'%20fill='%23DE5B52'/%3e%3cpath%20d='M22.3059%2030.776H17.6179C17.2339%2030.776%2017.0579%2031.096%2017.0579%2031.416C17.0579%2031.704%2017.2339%2032.024%2017.6179%2032.024H24.0499C24.5619%2032.024%2024.8179%2032.408%2024.8179%2032.792C24.8179%2033.176%2024.5619%2033.56%2024.0499%2033.56H17.5859C16.0499%2033.56%2015.2979%2032.568%2015.2979%2031.448C15.2979%2030.28%2016.0499%2029.304%2017.5859%2029.304H22.2579C22.6259%2029.304%2022.8019%2029%2022.8019%2028.712C22.8019%2028.408%2022.6259%2028.104%2022.2579%2028.104H16.3699C15.8739%2028.104%2015.6179%2027.72%2015.6179%2027.352C15.6179%2026.968%2015.8739%2026.584%2016.3699%2026.584H22.3059C23.8259%2026.584%2024.5619%2027.544%2024.5619%2028.696C24.5619%2029.8%2023.8259%2030.776%2022.3059%2030.776ZM19.8099%2025.432C18.6419%2024.728%2017.6179%2023.912%2016.9299%2022.92C16.2099%2023.992%2015.1219%2024.904%2013.9379%2025.64C13.7779%2025.752%2013.6179%2025.784%2013.4739%2025.784C13.0099%2025.784%2012.6419%2025.352%2012.6419%2024.92C12.6419%2024.664%2012.7699%2024.392%2013.0739%2024.232C15.1699%2023.08%2016.0179%2021.624%2016.0179%2020.408V19.688C16.0179%2019.08%2016.4819%2018.76%2016.9459%2018.76C17.4099%2018.76%2017.8739%2019.08%2017.8739%2019.688V20.424C17.8739%2021.672%2018.5459%2022.888%2020.6579%2024.008C20.9619%2024.168%2021.0899%2024.44%2021.0899%2024.696C21.0899%2025.128%2020.7379%2025.576%2020.2739%2025.576C20.1299%2025.576%2019.9699%2025.528%2019.8099%2025.432ZM24.4659%2019.576V25.048C24.4659%2025.64%2024.0179%2025.944%2023.5699%2025.944C23.1219%2025.944%2022.6739%2025.64%2022.6739%2025.048V19.576C22.6739%2018.984%2023.1219%2018.68%2023.5699%2018.68C24.0179%2018.68%2024.4659%2018.984%2024.4659%2019.576ZM35.792%2025.016V31.816C35.792%2032.408%2035.392%2032.712%2034.944%2032.712C34.496%2032.712%2034.064%2032.408%2034.064%2031.816V19.64C34.064%2019.048%2034.496%2018.744%2034.944%2018.744C35.392%2018.744%2035.792%2019.048%2035.792%2019.64V23.48H37.136V19.576C37.136%2018.984%2037.584%2018.68%2038.032%2018.68C38.48%2018.68%2038.912%2018.984%2038.912%2019.576V32.136C38.912%2032.728%2038.48%2033.032%2038.032%2033.032C37.584%2033.032%2037.136%2032.728%2037.136%2032.136V25.016H35.792ZM32.976%2028.616H27.216C26.704%2028.616%2026.448%2028.232%2026.448%2027.848C26.448%2027.448%2026.704%2027.08%2027.216%2027.08H27.6V21.208H27.296C26.784%2021.208%2026.528%2020.84%2026.528%2020.456C26.528%2020.056%2026.784%2019.688%2027.296%2019.688H32.736C33.264%2019.688%2033.52%2020.056%2033.52%2020.456C33.52%2020.84%2033.264%2021.208%2032.736%2021.208H32.448V27.08H32.976C33.504%2027.08%2033.76%2027.448%2033.76%2027.848C33.76%2028.232%2033.504%2028.616%2032.976%2028.616ZM29.328%2021.208V27.08H30.72V21.208H29.328Z'%20fill='%23333333'/%3e%3c/svg%3e")}.modal-drill .drill-info-box .badge .badge-text{color:#051d3c;letter-spacing:-.04em;padding-top:15px;font-weight:700}.modal-drill .drill-info-box .badge .badge-text strong{font-size:24px;line-height:18px}.modal-drill .drill-info-box .badge .badge-text span{font-size:10px;line-height:14px}.modal-drill--guide .guide-title{color:var(--curr-blue-800);margin-bottom:16px;font-size:24px;font-weight:700;line-height:32px}.modal-drill--guide .keypad-guide{margin-top:10px}.modal-drill--complete.master:before{content:"";background-image:url(/assets/edge_master-5IIGyRLN.svg);width:100%;height:78px;position:absolute;bottom:100%;left:0}.modal-drill--complete .unit-info{text-align:center;margin-bottom:16px}.modal-drill--complete .unit-info .learning-unit__step{width:fit-content;margin:0 auto 8px;padding:2px 12px;font-size:16px;font-weight:700;line-height:24px}.modal-drill--complete .unit-info .unit-description{font-size:24px;font-weight:700;line-height:36px}.modal-drill--complete .drill-description{margin-top:16px}.modal-drill--complete .input-text-wrap{margin-top:8px}.modal-drill--timeout .modal-dialog__panel{background-color:var(--curr-blue-900)}.modal-drill--timeout .bomb{transform-origin:bottom;background-image:url(/assets/timeover_bomb-DVLZDjZW.svg);width:240px;height:120px;animation:.4s .1s both drillTimeoutBomb;position:absolute;bottom:100%;left:50%;translate:-50%}@keyframes drillTimeoutBomb{0%{transform:scale(0)}60%{transform:scale(1.15)}90%{transform:scale(.95)}to{transform:scale(1)}}.modal-drill--timeout .timeout{color:var(--curr-red-600);flex-direction:row;justify-content:center;align-items:center;gap:2px;margin-bottom:8px;font-size:28px;font-weight:800;line-height:32px;display:flex}.modal-drill--timeout p{color:var(--curr-text-white);margin-bottom:8px}.modal-branding-preview .preview-img{border-radius:12px;height:540px;overflow:hidden}.modal-branding-preview .preview-img img{object-fit:cover;width:100%;height:100%}.modal-mission-mgmt .report-mgmt-list{border:1px solid var(--border-stroke);border-radius:8px;height:408px}.modal-mission-mgmt .report-mgmt-list ul{padding:7px 11px}.modal-mission-mgmt .report-mgmt-list li{flex-direction:row;align-items:center;gap:4px;padding:10px 8px;display:flex}.modal-mission-mgmt .report-mgmt-list .learning-unit__name{flex:1;min-width:0}.modal-mission-mgmt .cancel-btn-wrap{flex-direction:row;align-items:center;margin-top:16px;display:flex}.modal-mission-mgmt .cancel-btn-wrap button{margin-left:auto}.modal-mission-mgmt .cancel-btn-wrap .desc{color:var(--text-general-subtle)}.modal-toast{z-index:9999;width:100%;padding:0 24px;position:fixed;bottom:88px;left:0}.modal-toast .toast-message{background-color:var(--alpha-dark-70);width:fit-content;max-width:360px;color:var(--text-general-inverse);border-radius:12px;margin:0 auto;padding:12px 16px;font-size:16px;line-height:24px}.modal-loading{z-index:9999;background-color:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-loading__content{background-color:#fff;border-radius:8px;padding:16px 24px;font-size:14px;font-weight:500}.input-row{flex-flow:wrap;align-items:flex-start;gap:8px;display:flex}.input-row+.input-row{margin-top:16px}.input-row+.input-row--confirm{margin-top:24px}.input-row+.input-row-title{margin-top:16px}.input-row .input-label{flex:none;width:100px;padding-top:10px;font-size:16px;line-height:24px}.input-row-title{margin-bottom:8px}.input-row .input-item.flex-1{flex:1;min-width:0}.input-row .input-item:has(>button:only-child){flex-direction:row;align-items:center;min-height:44px;display:flex}.input-row .input-item .item-text{font-size:16px;line-height:24px}.input-row .input-item .item-text:not(.h-auto){min-height:40px;padding-top:8px}.input-row--confirm{justify-content:flex-end}.input-row--confirm button{width:140px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.w-full{width:100%!important}.mt-16{margin-top:16px}.list-divider{background-color:var(--border-divider);border-radius:1px;height:1px;margin:40px 0}.group-title{margin-bottom:16px}.group-title__main{color:var(--blue-800);font-size:18px;font-weight:700;line-height:24px}.group-title__sub{color:var(--text-general-subtle);margin-top:4px}.btn{height:40px;color:var(--text-general-default);vertical-align:top;border-radius:12px;justify-content:center;align-items:center;padding:0 16px;font-size:16px;line-height:24px;display:inline-flex}.btn>span{padding:0 4px}.btn.h-48{height:48px}.btn.h-32{border-radius:8px;height:32px;padding:0 8px;font-size:14px;line-height:20px}.btn.h-24{border-radius:24px;height:24px;padding:0 4px;font-size:14px;line-height:20px}.btn.h-20{border-radius:20px;height:20px;padding:0 4px;font-size:14px;line-height:20px}.btn.radius-32{border-radius:32px}.btn[class*=outline]{padding:0 7px}.btn[class*=outline].h-48{padding:0 15px}.btn[class*=outline].h-32{padding:0 11px}.btn[class*=outline].h-24,.btn[class*=outline].h-20{padding:0 3px}.btn-primary{background-color:var(--button-primary-fill-bg-enabled);color:var(--button-primary-fill-contents-normal)}@media (hover:hover) and (pointer:fine){.btn-primary:hover{background-color:var(--button-primary-fill-bg-hovered)}}.btn-primary:active{background-color:var(--button-primary-fill-bg-hovered)}.btn-primary:disabled{background-color:var(--button-primary-fill-bg-disabled);color:var(--button-primary-fill-contents-disabled)}.btn-secondary{background-color:var(--button-secondary-fill-bg-enabled);color:var(--button-secondary-fill-contents-normal);padding:0 8px}@media (hover:hover) and (pointer:fine){.btn-secondary:hover{background-color:var(--button-secondary-fill-bg-hovered)}}.btn-secondary:active{background-color:var(--button-secondary-fill-bg-hovered)}.btn-secondary:disabled{background-color:var(--button-secondary-fill-bg-disabled);color:var(--button-secondary-fill-contents-disabled)}.btn-outline-primary{border:1px solid var(--button-primary-outline-border-enabled)}@media (hover:hover) and (pointer:fine){.btn-outline-primary:hover{background-color:var(--button-primary-outline-bg-hovered)}}.btn-outline-primary:active{background-color:var(--button-primary-outline-bg-hovered)}.btn-outline-primary:disabled{border-color:var(--button-primary-outline-border-disabled);color:var(--button-primary-outline-contents-disabled)}.btn-outline-alert{border:1px solid var(--button-alert-outline-border-enabled)}@media (hover:hover) and (pointer:fine){.btn-outline-alert:hover{background-color:var(--button-alert-outline-bg-hovered)}}.btn-outline-alert:active{background-color:var(--button-alert-outline-bg-hovered)}.btn-outline-alert:disabled{border-color:var(--button-alert-outline-border-disabled);color:var(--button-alert-outline-contents-disabled)}.btn-text-primary{color:var(--button-primary-outline-contents-primary)}@media (hover:hover) and (pointer:fine){.btn-text-primary:hover{background-color:var(--button-primary-outline-bg-hovered)}}.btn-text-primary:active{background-color:var(--button-primary-outline-bg-hovered)}.btn-text-primary:disabled{color:var(--button-primary-outline-contents-disabled)}.btn-text-secondary{color:var(--button-primary-outline-contents-normal)}@media (hover:hover) and (pointer:fine){.btn-text-secondary:hover{background-color:var(--button-primary-outline-bg-hovered)}}.btn-text-secondary:active{background-color:var(--button-primary-outline-bg-hovered)}.btn-text-secondary:disabled{color:var(--button-primary-outline-contents-disabled)}.checkbox{vertical-align:top;align-items:flex-start;display:inline-flex;position:relative}.checkbox input{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.checkbox input:disabled{pointer-events:none}.checkbox:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='32'%20viewBox='0%200%2096%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='7.5'%20y='7.5'%20width='17'%20height='17'%20rx='3.5'%20stroke='%23283480'/%3e%3crect%20x='71.5'%20y='7.5'%20width='17'%20height='17'%20rx='3.5'%20stroke='%23C5C5C5'/%3e%3crect%20x='32'%20width='32'%20height='32'%20rx='16'%20fill='%23465AE1'%20fill-opacity='0.1'/%3e%3crect%20x='39.5'%20y='7.5'%20width='17'%20height='17'%20rx='3.5'%20stroke='%231A246D'/%3e%3c/svg%3e");flex:none;width:32px;height:32px;display:block}.checkbox:has(input:checked):before{background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='32'%20viewBox='0%200%2096%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='7'%20y='7'%20width='18'%20height='18'%20rx='4'%20fill='%23465AE1'/%3e%3cpath%20d='M14.3666%2018.1L20.0166%2012.45C20.15%2012.3167%2020.3055%2012.25%2020.4833%2012.25C20.6611%2012.25%2020.8166%2012.3167%2020.95%2012.45C21.0833%2012.5833%2021.15%2012.7417%2021.15%2012.925C21.15%2013.1083%2021.0833%2013.2667%2020.95%2013.4L14.8333%2019.5333C14.7%2019.6667%2014.5444%2019.7333%2014.3666%2019.7333C14.1889%2019.7333%2014.0333%2019.6667%2013.9%2019.5333L11.0333%2016.6667C10.9%2016.5333%2010.8361%2016.375%2010.8416%2016.1917C10.8472%2016.0083%2010.9166%2015.85%2011.05%2015.7167C11.1833%2015.5833%2011.3416%2015.5167%2011.525%2015.5167C11.7083%2015.5167%2011.8666%2015.5833%2012%2015.7167L14.3666%2018.1Z'%20fill='white'/%3e%3crect%20x='71'%20y='7'%20width='18'%20height='18'%20rx='4'%20fill='%23C5C5C5'/%3e%3cpath%20d='M78.3666%2018.1L84.0166%2012.45C84.15%2012.3167%2084.3055%2012.25%2084.4833%2012.25C84.6611%2012.25%2084.8166%2012.3167%2084.95%2012.45C85.0833%2012.5833%2085.15%2012.7417%2085.15%2012.925C85.15%2013.1083%2085.0833%2013.2667%2084.95%2013.4L78.8333%2019.5333C78.7%2019.6667%2078.5444%2019.7333%2078.3666%2019.7333C78.1889%2019.7333%2078.0333%2019.6667%2077.9%2019.5333L75.0333%2016.6667C74.9%2016.5333%2074.8361%2016.375%2074.8416%2016.1917C74.8472%2016.0083%2074.9166%2015.85%2075.05%2015.7167C75.1833%2015.5833%2075.3416%2015.5167%2075.525%2015.5167C75.7083%2015.5167%2075.8666%2015.5833%2076%2015.7167L78.3666%2018.1Z'%20fill='%23EBEBEB'/%3e%3crect%20x='32'%20width='32'%20height='32'%20rx='16'%20fill='%23465AE1'%20fill-opacity='0.1'/%3e%3crect%20x='39'%20y='7'%20width='18'%20height='18'%20rx='4'%20fill='%233646B0'/%3e%3cpath%20d='M46.3666%2018.1L52.0166%2012.45C52.15%2012.3167%2052.3055%2012.25%2052.4833%2012.25C52.6611%2012.25%2052.8166%2012.3167%2052.95%2012.45C53.0833%2012.5833%2053.15%2012.7417%2053.15%2012.925C53.15%2013.1083%2053.0833%2013.2667%2052.95%2013.4L46.8333%2019.5333C46.7%2019.6667%2046.5444%2019.7333%2046.3666%2019.7333C46.1889%2019.7333%2046.0333%2019.6667%2045.9%2019.5333L43.0333%2016.6667C42.9%2016.5333%2042.8361%2016.375%2042.8416%2016.1917C42.8472%2016.0083%2042.9166%2015.85%2043.05%2015.7167C43.1833%2015.5833%2043.3416%2015.5167%2043.525%2015.5167C43.7083%2015.5167%2043.8666%2015.5833%2044%2015.7167L46.3666%2018.1Z'%20fill='white'/%3e%3c/svg%3e")}.checkbox:has(input:disabled){pointer-events:none}.checkbox:has(input:disabled):before{background-position:-64px 0}@media (hover:hover) and (pointer:fine){.checkbox:hover:before{background-position:-32px 0}}.checkbox:active:before{background-position:-32px 0}.checkbox .checkbox__label{padding-top:4px;font-size:16px;line-height:24px}.radio label{vertical-align:top;align-items:flex-start;display:inline-flex;position:relative}.radio label input{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.radio label input:disabled{pointer-events:none}.radio label:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='32'%20viewBox='0%200%2096%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='6.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%23283480'/%3e%3crect%20x='70.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%23C5C5C5'/%3e%3crect%20x='32'%20width='32'%20height='32'%20rx='16'%20fill='%23465AE1'%20fill-opacity='0.1'/%3e%3crect%20x='38.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%231A246D'/%3e%3c/svg%3e");flex:none;width:32px;height:32px;display:block}.radio label:has(input:checked):before{background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='32'%20viewBox='0%200%2096%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_11940_28145)'%3e%3crect%20x='6.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%23465AE1'/%3e%3ccircle%20cx='16'%20cy='16'%20r='6'%20fill='%23465AE1'/%3e%3crect%20x='70.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%23C5C5C5'/%3e%3ccircle%20cx='80'%20cy='16'%20r='6'%20fill='%23C5C5C5'/%3e%3crect%20x='32'%20width='32'%20height='32'%20rx='16'%20fill='%23465AE1'%20fill-opacity='0.1'/%3e%3crect%20x='38.5'%20y='6.5'%20width='19'%20height='19'%20rx='9.5'%20stroke='%233646B0'/%3e%3ccircle%20cx='48'%20cy='16'%20r='6'%20fill='%233646B0'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_11940_28145'%3e%3crect%20width='96'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.radio label:has(input:disabled){pointer-events:none}.radio label:has(input:disabled):before{background-position:-64px 0}@media (hover:hover) and (pointer:fine){.radio label:hover:before{background-position:-32px 0}}.radio label:active:before{background-position:-32px 0}.radio label .radio__label{padding-top:4px;font-size:16px;line-height:24px}.radio__suffix{padding-left:32px}.radio__suffix-label{color:var(--text-general-subtle);font-size:14px;line-height:20px}.input-text-wrap .input-text{border:1px solid var(--input-field-border-enabled);background-color:var(--input-field-bg-enabled);border-radius:12px;flex-direction:row;align-items:center;gap:8px;height:44px;display:flex}@media (hover:hover) and (pointer:fine){.input-text-wrap .input-text:hover{background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}}.input-text-wrap .input-text:has(input:focus){border-color:var(--input-field-border-focused)}@media (hover:hover) and (pointer:fine){.input-text-wrap .input-text:has(input:hover){background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}}.input-text-wrap .input-text:active{background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}.input-text-wrap .input-text:has(input:read-only){background-color:var(--input-field-bg-read-only);border-color:#0000}.input-text-wrap .input-text:has(input:disabled){border-color:var(--input-field-border-disabled);background-color:var(--input-field-bg-disabled)}.input-text-wrap .input-text.show-btns{padding-right:11px}.input-text-wrap .input-text input{background-color:#0000;border-radius:11px;flex:1;min-width:0;height:100%;padding-left:15px;font-size:14px;line-height:20px}.input-text-wrap .input-text input::placeholder{color:var(--input-field-contents-placeholder)}.input-text-wrap .input-text input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.input-text-wrap .input-text input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.input-text-wrap .input-text input:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff}.input-text-wrap .input-text input:-webkit-autofill:focus{box-shadow:inset 0 0 0 1000px #fff}.input-text-wrap .input-text input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0px 1000px var(--input-field-bg-hovered) inset}.input-text-wrap .input-text input:disabled{color:var(--input-field-contents-disabled)}.input-text-wrap .input-text .input-text__btns{flex-direction:row;flex:none;align-items:center;gap:8px;line-height:1;display:flex}.input-text-wrap .input-text .input-text__btns button svg{width:20px;height:20px}.input-text-wrap .input-text .input-text__btns button:focus-visible{outline:2px solid #000}.input-text-wrap .input-text .input-text-timer{width:38px;color:var(--text-status-error)}.input-text-wrap .input-text--search{border-radius:44px}.input-text-wrap .input-text--search .input-search-icon{margin-left:12px}.input-text-wrap .input-text--search input{padding-left:0}.input-text-wrap .input-text-valid{color:var(--text-general-subtle);margin-top:4px;padding:0 8px;font-size:12px;line-height:16px}.input-text-wrap .input-text-valid--error{color:var(--text-status-error)}[data-simplebar]{height:100%}[data-simplebar] .simplebar-track{pointer-events:auto;background-color:#0000}[data-simplebar] .simplebar-track.simplebar-vertical{width:12px;top:0;bottom:0;right:0}[data-simplebar] .simplebar-track.simplebar-vertical .simplebar-scrollbar:before{inset:2px 4px}[data-simplebar] .simplebar-track.simplebar-horizontal{height:12px;bottom:0;left:0;right:0}[data-simplebar] .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{inset:4px 2px}[data-simplebar] .simplebar-track .simplebar-scrollbar:before{background-color:var(--indicator-scroll)}[data-simplebar] .simplebar-track .simplebar-scrollbar.simplebar-visible:before{opacity:1}[data-simplebar] .simplebar-track .simplebar-scrollbar:hover{cursor:pointer}[data-simplebar] .simplebar-track .simplebar-scrollbar:hover:before{opacity:1;transition-delay:0s}.icon-btn{vertical-align:top;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;line-height:20px;display:inline-flex}.icon-btn.size-48{width:48px;height:48px}.icon-btn.size-40{border-radius:12px;width:40px;height:40px}.icon-btn.size-24{width:24px;height:24px}.icon-btn.size-20{width:20px;height:20px;padding:2px}.icon-btn.is-div{pointer-events:none}.icon-btn-primary{background-color:var(--button-primary-fill-bg-enabled);color:var(--button-primary-fill-contents-normal)}@media (hover:hover) and (pointer:fine){.icon-btn-primary:hover{background-color:var(--button-primary-fill-bg-hovered)}}.icon-btn-primary:active{background-color:var(--button-primary-fill-bg-hovered)}.icon-btn-primary:disabled{background-color:var(--button-primary-fill-bg-disabled);color:var(--button-primary-fill-contents-disabled)}.icon-btn-transparent{color:var(--button-ghost-contents-normal)}@media (hover:hover) and (pointer:fine){.icon-btn-transparent:hover{background-color:var(--button-ghost-bg-hovered)}}.icon-btn-transparent:active{background-color:var(--button-ghost-bg-hovered)}.icon-btn-transparent:disabled{color:var(--button-ghost-contents-disabled)}.app-tooltip{background-color:var(--alpha-dark-70);color:var(--text-general-inverse);white-space:nowrap;z-index:1000;pointer-events:none;border-radius:8px;padding:1px 8px 3px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:14px;line-height:20px;animation-duration:.15s;animation-timing-function:ease-out}.app-tooltip:before{content:"";position:absolute}.app-tooltip[data-side=top]:before,.app-tooltip[data-side=bottom]:before{width:8px;height:4px;left:50%;transform:translate(-50%)}.app-tooltip[data-side=top]:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAJVJREFUeAHdzTsKhDAQgOEZUu4Nkm77rRLYq4i3sxErT5IqWFumsLdKESeCgk98xMaBwCSB/0OlVAIAKTwzObPWVpxzT5cfxJ1ca12wsD2A9PGwsOElIjLGJ0AkZBJfADeRRXwVuIisxjeBk8hmfBcYECFEQ+uXzmf23SJiRvFyr4FwcKSUfwoGCLz3tXOuMsa08PrpALF9VIalsoSrAAAAAElFTkSuQmCC);top:100%}.app-tooltip[data-side=bottom]:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAMCAYAAAB4MH11AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAJRJREFUeAHVjT0OhCAQhRmGbOOegG4PIBXFnsLeyuN5C2srKns7Ei8BjomF8Qc0YuFLXggw832MvT1wZkgplQkhcs75b7o753pjTHtmNyrQWhd0lNRs+e69H6g1iZrQPkbgE7iiftZ/APCl/qWUzFrbXRbM8JLFk4ckeBMelWACeFCCieCHEkwI35VgYvhGAg/Al6lHodc7YLAvBAsAAAAASUVORK5CYII=);bottom:100%}.app-tooltip[data-side=right]:before,.app-tooltip[data-side=left]:before{width:4px;height:8px;top:50%;transform:translateY(-50%)}.app-tooltip[data-side=right]:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAKBJREFUeAGVyzEOAiEQBVCcvYMFnQewIZDYewrPrY2VHQkHsFoCDom7YXeHYfjNfMh/Sg3EWvs4jYzxyMAyLr0L6nEX7McsoMZN0BqTgBuXQP1wzt258QHknNnxBhhjbnjOYgAAFyUIqMGsIKX0GQIxxieebw9MSwkhzFrrGasRgRLv/RtRxnoVgT96cWiiPjlEAg41QQuxgEJdsEciUKMffeZFgqtUyXcAAAAASUVORK5CYII=);right:100%}.app-tooltip[data-side=left]:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAYCAYAAADOMhxqAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAJRJREFUeAGV0jEKxCAQBdBxwCq32Hqx8hxbby6Y3VOkD6hHSJ9TGAkJiGTM/A+iDv+BheS9HwkIlzUiiM9djbg6qxA390fEN7MuYmEuIgmIqAcu9EHAgZxzAwIGa+0bAWSMeUGgjgrknFc1KOUtxrgg4EfAk6aU0qwFUwjh3w4ZKUtALN+BbrkFj+UaqMpHyvf9EpAdJvk2Y2gpDL4AAAAASUVORK5CYII=);left:100%}.app-tooltip[data-state=delayed-open][data-side=top]{animation-name:app-tooltip-slide-up}.app-tooltip[data-state=delayed-open][data-side=right]{animation-name:app-tooltip-slide-right}.app-tooltip[data-state=delayed-open][data-side=bottom]{animation-name:app-tooltip-slide-down}.app-tooltip[data-state=delayed-open][data-side=left]{animation-name:app-tooltip-slide-left}.app-tooltip[data-state=instant-open][data-side=top]{animation-name:app-tooltip-slide-up}.app-tooltip[data-state=instant-open][data-side=right]{animation-name:app-tooltip-slide-right}.app-tooltip[data-state=instant-open][data-side=bottom]{animation-name:app-tooltip-slide-down}.app-tooltip[data-state=instant-open][data-side=left]{animation-name:app-tooltip-slide-left}@keyframes app-tooltip-slide-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes app-tooltip-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes app-tooltip-slide-right{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}@keyframes app-tooltip-slide-left{0%{opacity:0;transform:translate(4px)}to{opacity:1;transform:translate(0)}}.learning-unit__step{vertical-align:top;color:var(--text-general-inverse);border-radius:16px;flex:none;padding:0 6px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:10px;font-weight:700;line-height:16px;display:inline-block}.learning-unit__step--a{background-color:var(--curriculum-tube-tag)}.learning-unit__step--b{background-color:var(--curriculum-maro-tag)}.learning-unit__step--c{background-color:var(--curriculum-roy-tag)}.learning-unit__step--d{background-color:var(--curriculum-woody-tag)}.learning-unit__step--e{background-color:var(--curriculum-gyeongbok-tag)}.learning-unit__step--f{background-color:var(--curriculum-lalla-tag)}.learning-unit__step--g{background-color:var(--curriculum-sabi-tag)}.learning-unit__step--h{background-color:var(--curriculum-jelly-tag)}.learning-unit__name{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:24px;display:block;overflow:hidden}.learning-unit__description{max-height:48px;font-size:14px;line-height:20px;overflow:hidden}.learning-unit__complete{background-color:var(--gray-200);color:var(--text-general-subtle);vertical-align:top;--bar-color:#bbb;border-radius:20px;align-items:center;gap:4px;padding:0 6px;font-weight:700;display:inline-flex}.learning-unit__complete-bar{background-color:var(--bar-color);border-radius:2px;width:1px;height:12px}.learning-unit__complete--bad{color:#da3c3c;--bar-color:#daaeae;background-color:#fee1e1}.learning-unit__complete--good{color:#36ad23;--bar-color:#acbd98;background-color:#e6f5cc}.student-result__progress{flex:1;min-width:0}.student-result__progress .progress-label-wrap{flex-direction:row;align-items:center;gap:4px;margin-bottom:4px;display:flex}.student-result__progress .progress-label-wrap .progress-label{min-width:0;color:var(--text-general-subtle);white-space:nowrap;flex:1;font-size:14px;line-height:20px;overflow:hidden}.student-result__progress .progress-label-wrap .icon-btn{flex:none}.student-result__progress .progress-bar{background-color:var(--indicator-progress-bg);border-radius:12px;height:12px;margin-bottom:8px;position:relative}.student-result__progress .progress-bar:has(.marker-label){margin-bottom:32px}.student-result__progress .progress-bar .progress__fill{background-color:var(--indicator-progress-achieve);border-radius:12px;height:100%}.student-result__progress .progress-bar .progress__fill.is-bad{background-color:var(--indicator-progress-under)}.student-result__progress .progress-bar .marker{position:absolute;top:calc(100% + 4px)}.student-result__progress .progress-bar .marker:before{content:"";width:12px;height:6px;position:absolute;top:0;left:50%;transform:translate(-50%)}.student-result__progress .progress-bar .marker--rec:before{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='6'%20viewBox='0%200%2012%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.58579%206C10.4767%206%2010.9229%204.92286%2010.2929%204.29289L6.70711%200.707107C6.31658%200.316583%205.68342%200.316583%205.29289%200.707107L1.70711%204.29289C1.07714%204.92286%201.52331%206%202.41421%206L9.58579%206Z'%20fill='%23333333'/%3e%3c/svg%3e")}.student-result__progress .progress-bar .marker--rec .marker-label{background-color:var(--gray-900)}.student-result__progress .progress-bar .marker--my{z-index:1}.student-result__progress .progress-bar .marker--my:before{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='6'%20viewBox='0%200%2012%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_11564_49967)'%3e%3cpath%20d='M9.58579%206C10.4767%206%2010.9229%204.92286%2010.2929%204.29289L6.70711%200.707107C6.31658%200.316583%205.68342%200.316583%205.29289%200.707107L1.70711%204.29289C1.07714%204.92286%201.52331%206%202.41421%206L9.58579%206Z'%20fill='%23465AE1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_11564_49967'%3e%3crect%20width='12'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.student-result__progress .progress-bar .marker--my .marker-label{background-color:var(--indicator-progress-achieve)}.student-result__progress .progress-bar .marker-label{content:"";white-space:nowrap;color:var(--text-general-inverse);border-radius:20px;padding:2px 8px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:12px;line-height:16px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.student-result__progress .progress-bar:has(.is-bad) .marker--my:before{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='6'%20viewBox='0%200%2012%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_15493_65277)'%3e%3cpath%20d='M9.58579%206C10.4767%206%2010.9229%204.92286%2010.2929%204.29289L6.70711%200.707107C6.31658%200.316583%205.68342%200.316583%205.29289%200.707107L1.70711%204.29289C1.07714%204.92286%201.52331%206%202.41421%206L9.58579%206Z'%20fill='%23DA3C3C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_15493_65277'%3e%3crect%20width='12'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.student-result__progress .progress-bar:has(.is-bad) .marker--my .marker-label{background-color:var(--indicator-progress-under)}.student-result__progress .progress-reviewing{text-align:center;color:var(--text-status-error);font-size:12px;font-weight:700;line-height:16px}.student-result__complete-unit{flex-direction:row;align-items:center;gap:8px;display:flex}.student-result__complete-unit .complete-unit{flex-direction:row;align-items:center;gap:4px;font-weight:700;display:flex}.student-result__complete-unit .complete-unit:before{content:"";width:20px;height:20px;display:block}.student-result__complete-unit .complete-unit--met{color:#5dbc15}.student-result__complete-unit .complete-unit--met:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.88%2011.44L7.16%209.72C7.01333%209.57333%206.82667%209.5%206.6%209.5C6.37333%209.5%206.18667%209.57333%206.04%209.72C5.89333%209.86667%205.82%2010.0533%205.82%2010.28C5.82%2010.5067%205.89333%2010.6933%206.04%2010.84L8.32%2013.12C8.48%2013.28%208.66667%2013.36%208.88%2013.36C9.09333%2013.36%209.28%2013.28%209.44%2013.12L13.96%208.6C14.1067%208.45333%2014.18%208.26667%2014.18%208.04C14.18%207.81333%2014.1067%207.62667%2013.96%207.48C13.8133%207.33333%2013.6267%207.26%2013.4%207.26C13.1733%207.26%2012.9867%207.33333%2012.84%207.48L8.88%2011.44ZM10%2018C8.89333%2018%207.85333%2017.79%206.88%2017.37C5.90667%2016.95%205.06%2016.38%204.34%2015.66C3.62%2014.94%203.05%2014.0933%202.63%2013.12C2.21%2012.1467%202%2011.1067%202%2010C2%208.89333%202.21%207.85333%202.63%206.88C3.05%205.90667%203.62%205.06%204.34%204.34C5.06%203.62%205.90667%203.05%206.88%202.63C7.85333%202.21%208.89333%202%2010%202C11.1067%202%2012.1467%202.21%2013.12%202.63C14.0933%203.05%2014.94%203.62%2015.66%204.34C16.38%205.06%2016.95%205.90667%2017.37%206.88C17.79%207.85333%2018%208.89333%2018%2010C18%2011.1067%2017.79%2012.1467%2017.37%2013.12C16.95%2014.0933%2016.38%2014.94%2015.66%2015.66C14.94%2016.38%2014.0933%2016.95%2013.12%2017.37C12.1467%2017.79%2011.1067%2018%2010%2018Z'%20fill='%235DBC15'/%3e%3cpath%20d='M8.88%2011.44L7.16%209.72C7.01333%209.57333%206.82667%209.5%206.6%209.5C6.37333%209.5%206.18667%209.57333%206.04%209.72C5.89333%209.86667%205.82%2010.0533%205.82%2010.28C5.82%2010.5067%205.89333%2010.6933%206.04%2010.84L8.32%2013.12C8.48%2013.28%208.66667%2013.36%208.88%2013.36C9.09333%2013.36%209.28%2013.28%209.44%2013.12L13.96%208.6C14.1067%208.45333%2014.18%208.26667%2014.18%208.04C14.18%207.81333%2014.1067%207.62667%2013.96%207.48C13.8133%207.33333%2013.6267%207.26%2013.4%207.26C13.1733%207.26%2012.9867%207.33333%2012.84%207.48L8.88%2011.44Z'%20fill='white'/%3e%3c/svg%3e")}.student-result__complete-unit .complete-unit--unmet{color:var(--status-wrong)}.student-result__complete-unit .complete-unit--unmet:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%2019.8004C14.1667%2019.8004%2016.0084%2019.0421%2017.525%2017.5254C19.0417%2016.0087%2019.8%2014.1671%2019.8%2012.0004C19.8%209.83372%2019.0417%207.99206%2017.525%206.47539C16.0084%204.95872%2014.1667%204.20039%2012%204.20039C9.83336%204.20039%207.99169%204.95872%206.47502%206.47539C4.95836%207.99206%204.20002%209.83372%204.20002%2012.0004C4.20002%2014.1671%204.95836%2016.0087%206.47502%2017.5254C7.99169%2019.0421%209.83336%2019.8004%2012%2019.8004ZM14.9%2016.1754L12%2013.2754L9.12503%2016.1504C8.94169%2016.3337%208.72919%2016.4254%208.48752%2016.4254C8.24586%2016.4254%208.03336%2016.3337%207.85003%2016.1504C7.66669%2015.9671%207.57086%2015.7587%207.56252%2015.5254C7.55419%2015.2921%207.64169%2015.0837%207.82502%2014.9004L10.725%2012.0004L7.85003%209.10039C7.66669%208.91706%207.57502%208.70456%207.57502%208.46289C7.57502%208.22122%207.66669%208.00872%207.85003%207.82539C8.03336%207.64206%208.24169%207.55039%208.47502%207.55039C8.70836%207.55039%208.91669%207.64206%209.10002%207.82539L12%2010.7254L14.9%207.82539C15.0834%207.64206%2015.2959%207.55039%2015.5375%207.55039C15.7792%207.55039%2015.9917%207.64206%2016.175%207.82539C16.3584%208.00872%2016.45%208.22122%2016.45%208.46289C16.45%208.70456%2016.3584%208.91706%2016.175%209.10039L13.275%2012.0004L16.175%2014.8754C16.3584%2015.0587%2016.45%2015.2712%2016.45%2015.5129C16.45%2015.7546%2016.3584%2015.9671%2016.175%2016.1504C15.9917%2016.3337%2015.7792%2016.4296%2015.5375%2016.4379C15.2959%2016.4462%2015.0834%2016.3587%2014.9%2016.1754Z'%20fill='%23DA3C3C'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.27502%2020.8504C9.44169%2021.3504%2010.6834%2021.6004%2012%2021.6004C13.3334%2021.6004%2014.5792%2021.3504%2015.7375%2020.8504C16.8959%2020.3504%2017.9125%2019.6629%2018.7875%2018.7879C19.6625%2017.9129%2020.35%2016.8921%2020.85%2015.7254C21.35%2014.5587%2021.6%2013.3171%2021.6%2012.0004C21.6%2010.6671%2021.35%209.42122%2020.85%208.26289C20.35%207.10456%2019.6625%206.08789%2018.7875%205.21289C17.9125%204.33789%2016.8959%203.65039%2015.7375%203.15039C14.5792%202.65039%2013.3334%202.40039%2012%202.40039C10.6834%202.40039%209.44169%202.65039%208.27502%203.15039C7.10836%203.65039%206.08752%204.33789%205.21252%205.21289C4.33752%206.08789%203.65002%207.10456%203.15002%208.26289C2.65002%209.42122%202.40002%2010.6671%202.40002%2012.0004C2.40002%2013.3171%202.65002%2014.5587%203.15002%2015.7254C3.65002%2016.8921%204.33752%2017.9129%205.21252%2018.7879C6.08752%2019.6629%207.10836%2020.3504%208.27502%2020.8504ZM17.525%2017.5254C16.0084%2019.0421%2014.1667%2019.8004%2012%2019.8004C9.83336%2019.8004%207.99169%2019.0421%206.47502%2017.5254C4.95836%2016.0087%204.20002%2014.1671%204.20002%2012.0004C4.20002%209.83372%204.95836%207.99206%206.47502%206.47539C7.99169%204.95872%209.83336%204.20039%2012%204.20039C14.1667%204.20039%2016.0084%204.95872%2017.525%206.47539C19.0417%207.99206%2019.8%209.83372%2019.8%2012.0004C19.8%2014.1671%2019.0417%2016.0087%2017.525%2017.5254Z'%20fill='%23DA3C3C'/%3e%3c/svg%3e")}.student-result__complete-unit .complete-unit--unmet:only-child{margin-left:52px}.student-result__day{flex-direction:row;flex:none;align-items:center;gap:2px;width:180px;display:flex}.student-result__day .day{background-color:var(--blue-600);width:24px;height:24px;color:var(--text-general-inverse);border-radius:8px;flex-direction:row;justify-content:center;align-items:center;font-size:12px;font-weight:700;line-height:16px;display:flex;position:relative}.student-result__day .day.is-recommended:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.76%2013.7992C3.37333%2013.7992%203.03%2013.6726%202.73%2013.4192C2.43%2013.1659%202.24667%2012.8459%202.18%2012.4592L1.38%207.37922C1.35333%207.37922%201.32333%207.38255%201.29%207.38922C1.25667%207.39589%201.22667%207.39922%201.2%207.39922C0.866667%207.39922%200.583333%207.28255%200.35%207.04922C0.116667%206.81589%200%206.53255%200%206.19922C0%205.86589%200.116667%205.58255%200.35%205.34922C0.583333%205.11589%200.866667%204.99922%201.2%204.99922C1.53333%204.99922%201.81667%205.11589%202.05%205.34922C2.28333%205.58255%202.4%205.86589%202.4%206.19922C2.4%206.29255%202.39%206.37922%202.37%206.45922C2.35%206.53922%202.32667%206.61255%202.3%206.67922L4.8%207.79922L7.3%204.37922C7.15333%204.27255%207.03333%204.13255%206.94%203.95922C6.84667%203.78589%206.8%203.59922%206.8%203.39922C6.8%203.06589%206.91667%202.78255%207.15%202.54922C7.38333%202.31589%207.66667%202.19922%208%202.19922C8.33333%202.19922%208.61667%202.31589%208.85%202.54922C9.08333%202.78255%209.2%203.06589%209.2%203.39922C9.2%203.59922%209.15333%203.78589%209.06%203.95922C8.96667%204.13255%208.84667%204.27255%208.7%204.37922L11.2%207.79922L13.7%206.67922C13.6733%206.61255%2013.65%206.53922%2013.63%206.45922C13.61%206.37922%2013.6%206.29255%2013.6%206.19922C13.6%205.86589%2013.7167%205.58255%2013.95%205.34922C14.1833%205.11589%2014.4667%204.99922%2014.8%204.99922C15.1333%204.99922%2015.4167%205.11589%2015.65%205.34922C15.8833%205.58255%2016%205.86589%2016%206.19922C16%206.53255%2015.8833%206.81589%2015.65%207.04922C15.4167%207.28255%2015.1333%207.39922%2014.8%207.39922C14.7733%207.39922%2014.7433%207.39589%2014.71%207.38922C14.6767%207.38255%2014.6467%207.37922%2014.62%207.37922L13.82%2012.4592C13.7533%2012.8459%2013.57%2013.1659%2013.27%2013.4192C12.97%2013.6726%2012.6267%2013.7992%2012.24%2013.7992H3.76Z'%20fill='%23FFC800'/%3e%3c/svg%3e");width:16px;height:16px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.student-result__day .day.is-none{background-color:var(--gray-100);color:var(--text-general-default);font-weight:400}.student-result__label{color:var(--text-general-subtle);margin-bottom:4px;font-size:16px;line-height:24px}.student-result__value{font-size:18px;font-weight:700;line-height:24px}.student-result__value .bad{color:var(--status-wrong)}.student-result__next{text-align:center}.student-result__next .label{color:var(--text-action-primary);font-size:12px;font-weight:700;line-height:16px}.student-profile{flex-direction:row;align-items:center;gap:8px;display:flex}.student-profile__label{color:var(--text-general-subtle);margin-bottom:4px;font-size:16px;line-height:24px}.student-profile__value{font-size:18px;font-weight:700;line-height:24px}.content-nodata{text-align:center;padding-bottom:90px}.content-nodata .nodata-img{margin-bottom:24px}.content-nodata p{color:var(--gray-700)}.content-nodata button{min-width:120px;margin-top:16px;font-size:14px;line-height:20px;padding:0 8px!important}.selectbox{font-size:14px;line-height:20px;position:relative}.selectbox__trigger{border:1px solid var(--input-selectbox-border-enabled);background-color:var(--input-selectbox-bg-enabled);text-align:left;border-radius:12px;flex-direction:row;align-items:center;gap:8px;width:100%;padding:9px 7px 9px 15px;display:flex}.selectbox__trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;display:block;overflow:hidden}.selectbox__trigger-text.is-placeholder{color:var(--input-selectbox-contents-placeholder)}@media (hover:hover) and (pointer:fine){.selectbox__trigger:hover{background-color:var(--input-selectbox-bg-hovered);border-color:var(--input-selectbox-border-hovered)}}.selectbox__trigger:active{background-color:var(--input-selectbox-bg-hovered);border-color:var(--input-selectbox-border-hovered)}.selectbox__trigger:disabled{background-color:var(--input-selectbox-bg-disabled);border-color:var(--input-selectbox-border-disabled);color:var(--input-selectbox-contents-disabled)}.selectbox__trigger svg{flex:none}.selectbox__options{background-color:var(--surface-modal);border-radius:12px;width:100%;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 2px 4px #0003}.selectbox__options.align-top{top:auto;bottom:calc(100% + 4px)}.selectbox__options [data-simplebar]{max-height:200px;padding:0!important}.selectbox__options-item{text-align:left;width:100%;padding:10px 16px}.selectbox__options-item:focus-visible{background-color:var(--list-bg-hovered)}@media (hover:hover) and (pointer:fine){.selectbox__options-item:hover{background-color:var(--list-bg-hovered)}}.selectbox__options-item:active{background-color:var(--list-bg-hovered)}.selectbox__options-item.is-selected{background-color:var(--list-bg-focused)}.selectbox__options-item:disabled{color:var(--text-action-disabled)}.selectbox.is-open{z-index:2}.selectbox.is-open .selectbox__trigger{border-color:var(--input-selectbox-border-focused)}.weekly-units{border-radius:24px 24px 0 0;flex-direction:column;flex:1;min-height:0;margin-top:16px;display:flex;overflow:auto}.weekly-units.scroll-lock{overflow:hidden}.weekly-units .unit-module{padding:16px 12px 16px 8px}.weekly-units .unit-module.type-mission{background-color:#fff5cc}.weekly-units .unit-module:last-child{flex:1}.weekly-units .unit-module .module-title{margin-bottom:4px;padding:0 12px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px}.weekly-units .unit-module .unit-item{z-index:1;flex-direction:row;align-items:center;gap:4px;padding:8px 0;display:flex;position:relative}.weekly-units .unit-module .unit-item .item-pin{background-image:url(/assets/weekly_units_pin-D7kywcHf.svg);width:32px;height:32px}.weekly-units .unit-module .unit-item .item-detail{background-color:var(--alpha-dark-5);text-align:left;z-index:1;border:4px solid #0000;border-radius:24px;flex-direction:row;flex:1;align-items:center;gap:12px;min-width:0;min-height:80px;padding:8px;display:flex;position:relative}.weekly-units .unit-module .unit-item .item-detail .text-wrap{flex:1;min-width:0}.weekly-units .unit-module .unit-item .item-detail .learning-unit__step{margin-bottom:4px}.weekly-units .unit-module .unit-item .item-detail .learning-unit__name{max-height:48px;white-space:initial;font-size:18px;font-weight:700;line-height:24px}.weekly-units .unit-module .unit-item .item-detail .complete-stamp{width:56px;height:56px}.weekly-units .unit-module .unit-item .item-detail .complete-drill-rank{text-align:center;background-image:url(/assets/drill_rank_badge-7S9-EfcO.svg);width:56px;height:56px;padding-top:15px}.weekly-units .unit-module .unit-item .item-detail .complete-drill-rank .badge-text{letter-spacing:-.04em;font-size:10px;font-weight:700}.weekly-units .unit-module .unit-item .item-detail .complete-drill-rank .badge-text strong{font-size:24px;line-height:18px}.weekly-units .unit-module .unit-item .item-detail button{pointer-events:none}.weekly-units .unit-module .unit-item.is-lock .item-detail{color:var(--text-general-subtle)}.weekly-units .unit-module .unit-item.is-ready .item-pin{background-position:-32px 0}.weekly-units .unit-module .unit-item.is-ready .item-detail{background-color:var(--00)}.weekly-units .unit-module .unit-item.is-complete .item-pin{background-position:-64px 0}.weekly-units .unit-module .unit-item:not(:last-child):before{content:"";z-index:-1;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='6'%20viewBox='0%200%206%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='3'%20cy='3'%20r='1'%20fill='%23899DED'/%3e%3c/svg%3e");background-repeat:repeat-y;background-size:6px;width:6px;height:100%;position:absolute;top:50%;left:13px}.weekly-units .unit-module .unit-item:not(.is-lock) .item-detail:active{transform:translateY(4px);box-shadow:none!important}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item:hover .icon-btn{background-color:var(--button-primary-fill-bg-hovered)}}.weekly-units .unit-module .unit-item:active .icon-btn{background-color:var(--button-primary-fill-bg-hovered)}.weekly-units .unit-module .unit-item.unit-type-a.is-complete .item-detail{background-color:var(--curriculum-tube-list-bg);box-shadow:0 4px 0 var(--curriculum-tube-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-a.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-a.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-a.is-ready .item-detail{border-color:var(--curriculum-tube-border);box-shadow:0 4px 0 var(--curriculum-tube-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-a.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-a.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-a .complete-stamp--amazing{background-image:url(/assets/stamp_tube_amazing-Dq6eLT67.svg)}.weekly-units .unit-module .unit-item.unit-type-a .complete-stamp--goodjob{background-image:url(/assets/stamp_tube_goodjob-CCbtgXNf.svg)}.weekly-units .unit-module .unit-item.unit-type-a .complete-stamp--great{background-image:url(/assets/stamp_tube_great-DuCdp_CB.svg)}.weekly-units .unit-module .unit-item.unit-type-a .complete-stamp--nicework{background-image:url(/assets/stamp_tube_nicework-86yNQeLr.svg)}.weekly-units .unit-module .unit-item.unit-type-b.is-complete .item-detail{background-color:var(--curriculum-maro-list-bg);box-shadow:0 4px 0 var(--curriculum-maro-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-b.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-b.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-b.is-ready .item-detail{border-color:var(--curriculum-maro-border);box-shadow:0 4px 0 var(--curriculum-maro-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-b.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-b.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-b .complete-stamp--amazing{background-image:url(/assets/stamp_maro_amazing-DVR7fkq3.svg)}.weekly-units .unit-module .unit-item.unit-type-b .complete-stamp--goodjob{background-image:url(/assets/stamp_maro_goodjob-BhAVClfO.svg)}.weekly-units .unit-module .unit-item.unit-type-b .complete-stamp--great{background-image:url(/assets/stamp_maro_great-DpFVELf8.svg)}.weekly-units .unit-module .unit-item.unit-type-b .complete-stamp--nicework{background-image:url(/assets/stamp_maro_nicework-BzpuMyC5.svg)}.weekly-units .unit-module .unit-item.unit-type-c.is-complete .item-detail{background-color:var(--curriculum-roy-list-bg);box-shadow:0 4px 0 var(--curriculum-roy-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-c.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-c.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-c.is-ready .item-detail{border-color:var(--curriculum-roy-border);box-shadow:0 4px 0 var(--curriculum-roy-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-c.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-c.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-c .complete-stamp--amazing{background-image:url(/assets/stamp_roy_amazing-C4bOeJZS.svg)}.weekly-units .unit-module .unit-item.unit-type-c .complete-stamp--goodjob{background-image:url(/assets/stamp_roy_goodjob-BlKEt76V.svg)}.weekly-units .unit-module .unit-item.unit-type-c .complete-stamp--great{background-image:url(/assets/stamp_roy_great-BFY-dxPv.svg)}.weekly-units .unit-module .unit-item.unit-type-c .complete-stamp--nicework{background-image:url(/assets/stamp_roy_nicework-CU-7hX9j.svg)}.weekly-units .unit-module .unit-item.unit-type-d.is-complete .item-detail{background-color:var(--curriculum-woody-list-bg);box-shadow:0 4px 0 var(--curriculum-woody-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-d.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-d.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-d.is-ready .item-detail{border-color:var(--curriculum-woody-border);box-shadow:0 4px 0 var(--curriculum-woody-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-d.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-d.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-d .complete-stamp--amazing{background-image:url(/assets/stamp_woody_amazing-DrbFXO6E.svg)}.weekly-units .unit-module .unit-item.unit-type-d .complete-stamp--goodjob{background-image:url(/assets/stamp_woody_goodjob-B-KAPk-6.svg)}.weekly-units .unit-module .unit-item.unit-type-d .complete-stamp--great{background-image:url(/assets/stamp_woody_great-CqPNQ9tk.svg)}.weekly-units .unit-module .unit-item.unit-type-d .complete-stamp--nicework{background-image:url(/assets/stamp_woody_nicework-j5n6iyoB.svg)}.weekly-units .unit-module .unit-item.unit-type-e.is-complete .item-detail{background-color:var(--curriculum-gyeongbok-list-bg);box-shadow:0 4px 0 var(--curriculum-gyeongbok-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-e.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-e.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-e.is-ready .item-detail{border-color:var(--curriculum-gyeongbok-border);box-shadow:0 4px 0 var(--curriculum-gyeongbok-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-e.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-e.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-e .complete-stamp--amazing{background-image:url(/assets/stamp_gyeongbok_amazing-BCbAWUpt.svg)}.weekly-units .unit-module .unit-item.unit-type-e .complete-stamp--goodjob{background-image:url(/assets/stamp_gyeongbok_goodjob-BVlTh7Xs.svg)}.weekly-units .unit-module .unit-item.unit-type-e .complete-stamp--great{background-image:url(/assets/stamp_gyeongbok_great-C_wZQ-P9.svg)}.weekly-units .unit-module .unit-item.unit-type-e .complete-stamp--nicework{background-image:url(/assets/stamp_gyeongbok_nicework-BFDTyy0J.svg)}.weekly-units .unit-module .unit-item.unit-type-f.is-complete .item-detail{background-color:var(--curriculum-lalla-list-bg);box-shadow:0 4px 0 var(--curriculum-lalla-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-f.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-f.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-f.is-ready .item-detail{border-color:var(--curriculum-lalla-border);box-shadow:0 4px 0 var(--curriculum-lalla-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-f.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-f.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-f .complete-stamp--amazing{background-image:url(/assets/stamp_lalla_amazing-G3VH0-Pl.svg)}.weekly-units .unit-module .unit-item.unit-type-f .complete-stamp--goodjob{background-image:url(/assets/stamp_lalla_goodjob-mnpH2LYy.svg)}.weekly-units .unit-module .unit-item.unit-type-f .complete-stamp--great{background-image:url(/assets/stamp_lalla_great-Cccy7p8P.svg)}.weekly-units .unit-module .unit-item.unit-type-f .complete-stamp--nicework{background-image:url(/assets/stamp_lalla_nicework-DA607YF2.svg)}.weekly-units .unit-module .unit-item.unit-type-g.is-complete .item-detail{background-color:var(--curriculum-sabi-list-bg);box-shadow:0 4px 0 var(--curriculum-sabi-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-g.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-g.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-g.is-ready .item-detail{border-color:var(--curriculum-sabi-border);box-shadow:0 4px 0 var(--curriculum-sabi-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-g.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-g.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-g .complete-stamp--amazing{background-image:url(/assets/stamp_sabi_amazing-DEmjTkOi.svg)}.weekly-units .unit-module .unit-item.unit-type-g .complete-stamp--goodjob{background-image:url(/assets/stamp_sabi_goodjob-oYbqWcPB.svg)}.weekly-units .unit-module .unit-item.unit-type-g .complete-stamp--great{background-image:url(/assets/stamp_sabi_great-BTZQBbS-.svg)}.weekly-units .unit-module .unit-item.unit-type-g .complete-stamp--nicework{background-image:url(/assets/stamp_sabi_nicework-BlaTTkfl.svg)}.weekly-units .unit-module .unit-item.unit-type-h.is-complete .item-detail{background-color:var(--curriculum-jelly-list-bg);box-shadow:0 4px 0 var(--curriculum-jelly-tag)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-h.is-complete .item-detail:hover:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}}.weekly-units .unit-module .unit-item.unit-type-h.is-complete .item-detail:active:before{content:"";background-color:var(--alpha-light-10);z-index:-1;pointer-events:none;border-radius:24px;width:calc(100% + 8px);height:calc(100% + 8px);position:absolute;top:-4px;left:-4px}.weekly-units .unit-module .unit-item.unit-type-h.is-ready .item-detail{border-color:var(--curriculum-jelly-border);box-shadow:0 4px 0 var(--curriculum-jelly-shadow)}@media (hover:hover) and (pointer:fine){.weekly-units .unit-module .unit-item.unit-type-h.is-ready .item-detail:hover{background-color:var(--alpha-dark-5)}}.weekly-units .unit-module .unit-item.unit-type-h.is-ready .item-detail:active{background-color:var(--alpha-dark-5)}.weekly-units .unit-module .unit-item.unit-type-h .complete-stamp--amazing{background-image:url(/assets/stamp_jelly_amazing-DBYb99PS.svg)}.weekly-units .unit-module .unit-item.unit-type-h .complete-stamp--goodjob{background-image:url(/assets/stamp_jelly_goodjob-CqUzJQmi.svg)}.weekly-units .unit-module .unit-item.unit-type-h .complete-stamp--great{background-image:url(/assets/stamp_jelly_great-DECFi8P-.svg)}.weekly-units .unit-module .unit-item.unit-type-h .complete-stamp--nicework{background-image:url(/assets/stamp_jelly_nicework-D2lNLHxt.svg)}.weekly-units .unit-module.onboarding{pointer-events:none}.student-card{box-shadow:0 0 0 4px var(--border-card-stroke);flex-direction:row;align-items:center;display:flex}.student-card__item:not(.no-wrap):has(.item-label){flex-direction:row;align-items:center;gap:16px;display:flex}.student-card__item.no-wrap .item-label{margin-bottom:10px}.student-card__item.flex-start{align-items:flex-start!important}.student-card__divider{background-color:var(--border-divider);width:1px}.student-card__guide-text{width:200px}.student-card__guide-text p{font-size:16px;line-height:24px}.student-card__guide-text p+p{margin-top:4px}.student-card__guide-text p span{font-weight:700}.student-card__guide-text p span.good{color:var(--status-normal)}.student-card__guide-text p span.bad{color:var(--text-status-error)}.student-card.type-teacher{border-radius:24px;gap:24px;padding:16px 20px}.student-card.type-teacher .student-card__divider{height:62px}.student-card.type-student{align-items:initial;border-radius:16px;gap:16px;padding:16px}.student-card.type-student .student-card__item .item-label{min-width:80px}.student-card.type-student .student-result__complete-unit .complete-unit{min-width:50px}.student-card.type-student .student-result__day{gap:4px;width:192px}.student-card.type-student .student-card__guide-text{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;line-height:24px}.student-card.type-student .student-result__label{margin-bottom:0;font-size:14px;line-height:20px}.student-card.type-student .student-result__value{font-size:16px;font-weight:400;line-height:24px}.report-view{margin-top:32px}.report-view .segment{width:fit-content;margin:0 auto 16px}.report-view .segment__item{flex:none;width:276px}.report-view__nav-date{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;display:flex}.report-view__nav-date>button{flex:none}.report-view__nav-date .date-duration-wrap{position:relative}.report-view__nav-date .date-duration-wrap .date-duration{flex-direction:row;align-items:center;gap:8px;margin:0 7px;padding:4px;display:flex;position:relative}.report-view__nav-date .date-duration-wrap .date-duration .week-chip{color:var(--text-action-primary);background-color:var(--blue-100);border-radius:32px;padding:4px 12px;font-size:16px;font-weight:700;line-height:24px}.report-view__nav-date .date-duration-wrap .date-duration .date{font-size:18px;font-weight:700;line-height:24px}.report-view__nav-date .date-duration-wrap .date-duration:has(.icon-btn){padding-right:8px}.report-view__nav-date .date-duration-wrap .date-duration:is(button){border-radius:40px;justify-content:center;min-width:340px}@media (hover:hover) and (pointer:fine){.report-view__nav-date .date-duration-wrap .date-duration:is(button):hover{background-color:var(--input-selectbox-bg-hovered)}}.report-view__nav-date .date-duration-wrap .date-duration:is(button):active{background-color:var(--input-selectbox-bg-hovered)}.report-view__nav-semester{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:4px 0;display:flex}.report-view__nav-semester .semester-info{text-align:center;width:140px;font-size:18px;font-weight:700;line-height:24px}.report-view__content.border{border:1px solid var(--border-stroke);border-radius:24px;overflow:hidden}.report-view__content.border .report-view__list{flex:1;min-width:0}.report-view__content.border .report-view__list table thead tr,.report-view__content.border .report-view__detail{border-top:0}.report-view__content{align-items:initial;flex-direction:row;display:flex}.report-view__list{border-radius:0 0 0 25px;overflow:hidden}.report-view__list .table-wrap table thead th{padding:8px}.report-view__list .table-wrap table tbody td.is-selected{background-color:var(--surface-table-focused)}.report-view__list--weekly .table-wrap table tbody td:first-child{text-align:center}.report-view__list--weekly .table-wrap table tbody .nodata{color:var(--text-general-subtle)}.report-view__list--unit .table-wrap table tbody tr{border:0}.report-view__list--unit .table-wrap table tbody td{height:auto;padding:0}.report-view__list .student-result__day{justify-content:center;width:auto}.report-view__list .unit-info-wrap{flex-direction:row;flex:1;align-items:flex-start;gap:4px;min-width:0;padding-left:8px;display:flex}.report-view__list .unit-info-wrap .learning-unit__step{margin-top:4px}.report-view__list .unit-info-wrap .learning-unit__description{font-size:16px;line-height:24px}.report-view__list .unit-achieve-list{flex-direction:row;align-items:center;padding:0 24px;display:flex;position:relative}.report-view__list .unit-achieve-list .unit-achieve__nav{position:absolute;top:50%;transform:translateY(-50%)}.report-view__list .unit-achieve-list .unit-achieve__nav.nav-prev{left:0}.report-view__list .unit-achieve-list .unit-achieve__nav.nav-next{right:0}@media (hover:hover) and (pointer:fine){.report-view__list .unit-achieve-list .unit-achieve:is(button):hover{background-color:var(--button-ghost-bg-hovered)}}.report-view__list .unit-achieve-list .unit-achieve:is(button):active{background-color:var(--button-ghost-bg-hovered)}.report-view__list .unit-achieve-list .unit-achieve.is-focus{background-color:var(--blue-200)!important}.report-view__list .unit-achieve-list .unit-achieve-empty{text-align:center;width:100px;font-size:16px;line-height:24px}.report-view__list .unit-accordion{text-align:left}.report-view__list .unit-accordion__header{border-bottom:1px solid var(--border-divider);cursor:pointer;flex-direction:row;align-items:center;gap:8px;padding:8px 8px 7px 12px;display:flex}.report-view__list .unit-accordion__header .module-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:block;overflow:hidden}@media (hover:hover) and (pointer:fine){.report-view__list .unit-accordion__header:hover{background-color:var(--surface-table-hovered)}}.report-view__list .unit-accordion__header:active{background-color:var(--surface-table-hovered)}.report-view__list .unit-accordion__content{border-bottom:1px solid var(--border-divider);background-color:var(--gray-50)}.report-view__list .unit-accordion__content .module-detail-item{cursor:pointer;flex-direction:row;align-items:center;height:64px;padding-right:12px;display:flex}.report-view__list .unit-accordion__content .module-detail-item+.module-detail-item{border-top:1px solid var(--border-divider)}@media (hover:hover) and (pointer:fine){.report-view__list .unit-accordion__content .module-detail-item:hover{background-color:#efefef}}.report-view__list .unit-accordion__content .module-detail-item:active{background-color:#efefef}.report-view__list .unit-accordion__content .module-detail-item.is-selected{background-color:var(--surface-table-focused)}.report-view__list+.report-view__detail{border-left:1px solid var(--border-divider);flex:none;width:361px}.report-view__detail{border-top:1px solid var(--border-divider);flex-direction:column;display:flex}.report-view__detail-header{flex-direction:row;align-items:baseline;gap:8px;padding:12px;display:flex}.report-view__detail-tab,.report-view__detail-tab .swiper{position:relative}.report-view__detail-tab .swiper:after{content:"";background-color:var(--border-divider);width:100%;height:1px;position:absolute;bottom:0;left:0}.report-view__detail-tab .swiper .swiper-slide{width:auto}.report-view__detail-tab .swiper-btn{z-index:2;padding:8px 8px 7px;position:absolute;top:0}.report-view__detail-tab .swiper-btn--prev{background:linear-gradient(270deg,#fff0 0%,#fff 40%);left:0}.report-view__detail-tab .swiper-btn--next{background:linear-gradient(90deg,#fff0 0%,#fff 40%);right:0}.report-view__detail-tab .detail-tab__item{flex-direction:row;align-items:center;gap:6px;padding:14px 16px;display:flex;position:relative}.report-view__detail-tab .detail-tab__item span{color:var(--tab-off-enabled)}.report-view__detail-tab .detail-tab__item .badge-return{color:#da3c3c;background-color:#fee1e1;border-radius:20px;padding:0 6px;font-weight:700}.report-view__detail-tab .detail-tab__item.is-selected span{color:var(--tab-on-enabled);font-weight:700}.report-view__detail-tab .detail-tab__item.is-selected:after{content:"";background-color:var(--tab-on-enabled);border-radius:2px 2px 0 0;width:100%;height:2px;position:absolute;bottom:1px;left:0}@media (hover:hover) and (pointer:fine){.report-view__detail-tab .detail-tab__item:hover span{color:var(--tab-off-hovered)}}.report-view__detail-tab .detail-tab__item:active span{color:var(--tab-off-hovered)}.report-view__detail-content{background-color:var(--surface-table-focused);flex:1;min-height:0;padding:16px}.report-view__detail-content .top-wrap{margin-bottom:8px}.report-view__detail-units{flex-flow:wrap;align-items:center;gap:2px;display:flex;position:relative}.report-view__detail-units .unit-item{border-radius:8px;width:20px;height:20px;font-size:12px;line-height:16px;position:relative}@media (hover:hover) and (pointer:fine){.report-view__detail-units .unit-item:hover{background-color:var(--blue-200)}}.report-view__detail-units .unit-item:active{background-color:var(--blue-200)}.report-view__detail-units .unit-item.is-valid{color:var(--status-wrong);font-weight:700}.report-view__detail-units .unit-item.is-valid.is-selected{background-color:var(--status-wrong)}.report-view__detail-units .unit-item.is-selected{background-color:var(--blue-500);color:var(--text-general-inverse);font-weight:400}.report-view__detail-units .timeout{width:20px;height:20px;color:var(--status-wrong);padding:2px}.report-view__detail-formula{background-color:var(--curr-surface-card);border-radius:16px}.report-view__detail-formula .formula-legend{flex-direction:row;align-items:center;gap:3px;margin-bottom:8px;display:flex}.report-view__detail-formula .formula-legend__mark{width:12px;height:12px;color:var(--text-general-inverse);background-color:#d74a4a;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;font-size:8px;line-height:1em;display:flex}.report-view__detail-formula .formula-legend span{color:#777;font-size:12px;line-height:16px}.report-view__detail-formula .formula-step-header{flex-direction:row;align-items:center;gap:6px;padding:8px 16px 8px 8px;display:flex}.report-view__detail-formula .formula-step-header .formula-step-nav{flex-direction:row;grid-column:1;justify-content:center;align-items:center;gap:6px;display:flex;position:relative}.report-view__detail-formula .formula-step-header .formula-step-nav .step-index{text-align:center;min-width:64px;font-size:16px;line-height:24px;display:block}.report-view__detail-formula .formula-step-header .formula-step-result{margin-left:auto}.report-view__detail-formula .formula-detail{height:100%}.report-view__detail-nodata{text-align:center;height:100%;color:var(--text-general-subtle);flex-direction:column;justify-content:center;display:flex}.report-view__nodata{flex-direction:column;justify-content:center;width:100%;height:200px;display:flex;position:relative}.report-view__nodata .content-nodata{padding-bottom:0}.report-view .unit-achieve{text-align:center;border-radius:8px;flex:none;width:96px;margin:0 2px;padding:6px 0}.report-view .unit-achieve .achieve-exam{margin-bottom:4px;font-size:14px;font-weight:700;line-height:20px}.toggle-switch{border:1px solid var(--selection-toggle-off-enabled);vertical-align:top;border-radius:20px;width:48px;padding:1px 3px 1px 1px;display:inline-flex;position:relative;overflow:hidden}.toggle-switch:before{content:"";background-color:var(--selection-toggle-off-enabled);border-radius:50%;width:16px;height:16px;display:block}.toggle-switch input{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.toggle-switch__label{text-align:center;width:26px;color:var(--selection-toggle-off-enabled);font-size:12px;font-weight:700;line-height:16px}@media (hover:hover) and (pointer:fine){.toggle-switch:hover{border-color:var(--selection-toggle-off-hovered)}.toggle-switch:hover .toggle-switch__label{color:var(--selection-toggle-off-hovered)}.toggle-switch:hover:before{background-color:var(--selection-toggle-off-hovered)}}.toggle-switch:active{border-color:var(--selection-toggle-off-hovered)}.toggle-switch:active .toggle-switch__label{color:var(--selection-toggle-off-hovered)}.toggle-switch:active:before{background-color:var(--selection-toggle-off-hovered)}.toggle-switch:has(input:checked){background-color:var(--selection-toggle-on-enabled);flex-direction:row-reverse;padding:1px 1px 1px 3px}.toggle-switch:has(input:checked) .toggle-switch__label{color:var(--00)}.toggle-switch:has(input:checked):before{background-color:var(--00)}.toggle-switch:has(input:disabled){border-color:var(--selection-toggle-off-disabled)}.toggle-switch:has(input:disabled) .toggle-switch__label{color:var(--selection-toggle-off-disabled)}.toggle-switch:has(input:disabled):before{background-color:var(--selection-toggle-off-disabled)}.toggle-switch:has(input:disabled:checked){border-color:var(--selection-toggle-off-disabled);background-color:var(--selection-toggle-off-disabled)}.toggle-switch:has(input:disabled:checked) .toggle-switch__label{color:var(--selection-toggle-contents-disabled)}.toggle-switch:has(input:disabled:checked):before{background-color:var(--selection-toggle-contents-disabled)}.calendar{border:1px solid var(--border-stroke);background-color:var(--gray-50);filter:drop-shadow(0 4px 12px #0003);z-index:5;border-radius:16px;width:100%;min-width:300px;padding:12px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.calendar.align-top{top:auto;bottom:calc(100% + 8px)}.calendar__header{flex-direction:row;align-items:center;gap:8px;margin-bottom:8px;display:flex}.calendar__header .selectbox{flex:1;min-width:0}.calendar .calendar-day{text-align:center;color:var(--text-general-subtle);grid-template-columns:repeat(7,1fr);display:grid}.calendar .calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);gap:2px 0;display:grid}.calendar .calendar-grid .calendar-cell{cursor:pointer;z-index:1;flex-direction:row;justify-content:center;align-items:center;height:36px;font-size:14px;line-height:20px;display:flex;position:relative}.calendar .calendar-grid .calendar-cell.other-month{color:var(--text-general-muted)}@media (hover:hover) and (pointer:fine){.calendar .calendar-grid .calendar-cell:hover:after{content:"";background-color:var(--blue-200);z-index:-1;border-radius:50%;width:36px;height:36px;position:absolute;top:0;left:50%;transform:translate(-50%)}}.calendar .calendar-grid .calendar-cell:active:after{content:"";background-color:var(--blue-200);z-index:-1;border-radius:50%;width:36px;height:36px;position:absolute;top:0;left:50%;transform:translate(-50%)}.calendar .calendar-grid .calendar-cell.anchor,.calendar .calendar-grid .calendar-cell.selected{color:var(--text-general-inverse)}.calendar .calendar-grid .calendar-cell.anchor:after,.calendar .calendar-grid .calendar-cell.selected:after{content:"";background-color:var(--blue-800);z-index:-1;border-radius:50%;width:36px;height:36px;position:absolute;top:0;left:50%;transform:translate(-50%)}.calendar .calendar-grid .calendar-cell.anchor,.calendar .calendar-grid .calendar-cell.in-week{background-color:var(--blue-100)}.calendar .calendar-grid .calendar-cell.week-start{border-radius:36px 0 0 36px}.calendar .calendar-grid .calendar-cell.week-end{border-radius:0 36px 36px 0}.calendar .rdp-root{font-size:14px;line-height:20px}.calendar .rdp-root .rdp-months{max-width:100%;display:block}.calendar .rdp-root table{width:100%}.calendar .rdp-root .rdp-weekday{color:var(--text-general-subtle);padding:0}.calendar .rdp-root .rdp-week-selected{background-color:var(--blue-100)}.calendar .rdp-root .rdp-week-selected.rdp-week-selected-start{border-radius:36px 0 0 36px}.calendar .rdp-root .rdp-week-selected.rdp-week-selected-end{border-radius:0 36px 36px 0}.calendar .rdp-root .rdp-day{text-align:center;height:36px}.calendar .rdp-root .rdp-day button{border:0;width:36px;height:36px;margin:0 auto}@media (hover:hover) and (pointer:fine){.calendar .rdp-root .rdp-day button:hover{background-color:var(--alpha-dark-10)}}.calendar .rdp-root .rdp-day button:active{background-color:var(--alpha-dark-10)}.calendar .rdp-root .rdp-day.rdp-outside button{color:var(--text-general-muted)}.calendar .rdp-root .rdp-day.rdp-selected button{background-color:var(--blue-800);color:var(--text-general-inverse);font-size:14px;line-height:20px}.guide-tooltip{background-color:var(--blue-800);width:240px;color:var(--text-general-inverse);text-align:center;z-index:10;border-radius:16px;padding:16px 8px;font-size:14px;line-height:20px;position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%)}.guide-tooltip:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_12067_48110)'%3e%3cpath%20d='M9.6641%202.49615C8.87246%201.30868%207.12754%201.30868%206.3359%202.49615L0%2012H16L9.6641%202.49615Z'%20fill='%23283480'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12067_48110'%3e%3crect%20width='16'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:12px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.guide-tooltip__title{margin-bottom:4px;font-size:16px;font-weight:700;line-height:24px}.button-dropdown{position:relative}.textarea-wrap .simplebar-content{height:100%}.textarea-wrap .textarea{border:1px solid var(--input-field-border-enabled);background-color:var(--input-field-bg-enabled);border-radius:12px}@media (hover:hover) and (pointer:fine){.textarea-wrap .textarea:hover{background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}}.textarea-wrap .textarea:has(textarea:focus){border-color:var(--input-field-border-focused)}@media (hover:hover) and (pointer:fine){.textarea-wrap .textarea:has(textarea:hover){background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}}.textarea-wrap .textarea:active{background-color:var(--input-field-bg-hovered);border-color:var(--input-field-border-hovered)}.textarea-wrap .textarea:has(textarea:read-only){background-color:var(--input-field-bg-read-only);border-color:#0000}.textarea-wrap .textarea:has(textarea:disabled){border-color:var(--input-field-border-disabled);background-color:var(--input-field-bg-disabled)}.textarea-wrap .textarea textarea{resize:none;background-color:#0000;border-radius:11px;width:100%;min-height:100%;padding:11px;font-size:14px;line-height:20px}.textarea-wrap .textarea textarea::placeholder{color:var(--input-field-contents-placeholder)}.textarea-wrap .textarea textarea:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff}.textarea-wrap .textarea textarea:-webkit-autofill:focus{box-shadow:inset 0 0 0 1000px #fff}.textarea-wrap .textarea textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0px 1000px var(--input-field-bg-hovered) inset}.textarea-wrap .textarea textarea:disabled{color:var(--input-field-contents-disabled)}.textarea-wrap .textarea-valid{color:var(--text-general-subtle);margin-top:4px;padding:0 4px;font-size:14px;line-height:20px}.textarea-wrap .textarea-valid--error{color:var(--text-status-error)}.segment{background-color:var(--selection-segment-bg);border-radius:44px;flex-direction:row;align-items:center;padding:4px;font-size:14px;line-height:20px;display:flex}.segment-wrap{position:relative}.segment__item{border-radius:36px;flex:1;min-width:0;height:36px}@media (hover:hover) and (pointer:fine){.segment__item:not(.is-selected):hover{background-color:var(--selection-segment-off-hovered)}}.segment__item:not(.is-selected):active{background-color:var(--selection-segment-off-hovered)}.segment__item.is-selected{background-color:var(--selection-segment-on-enabled);color:var(--selection-segment-contents-on-normal)}@media (hover:hover) and (pointer:fine){.segment__item.is-selected:hover{background-color:var(--selection-segment-on-hovered)}}.segment__item.is-selected:active{background-color:var(--selection-segment-on-hovered)}.table-wrap{border:1px solid var(--border-stroke);border-radius:16px;overflow:hidden}.table-wrap table{table-layout:fixed;width:100%;font-size:14px;line-height:20px}.table-wrap table .text-left{text-align:left}.table-wrap table .text-center{text-align:center}.table-wrap table thead tr{border-bottom:1px solid var(--border-divider)}.table-wrap table thead th{height:40px;color:var(--text-general-subtle);text-align:left;padding:9px 12px}.table-wrap table tbody tr{border-bottom:1px solid var(--border-divider)}.table-wrap table tbody td{height:64px;padding:3px 12px}.table-wrap table tbody td.px-0{padding-inline:0}.table-wrap table tbody td[role=button]{text-align:left;cursor:pointer;padding:0}@media (hover:hover) and (pointer:fine){.table-wrap table tbody td[role=button]:not(.is-selected):hover{background-color:var(--surface-table-hovered)}}.table-wrap table tbody td[role=button]:not(.is-selected):active{background-color:var(--surface-table-hovered)}.table-wrap table tbody td:has(.student-result__day){padding:0}.table-wrap table tbody td:has(.student-result__day) .student-result__day{margin-left:8px}.table-wrap table tbody .td-inner{flex-direction:row;align-items:center;gap:8px;display:flex}.table-wrap .table-body{flex:1;min-height:0}.table-wrap .table-body .selectbox__options [data-simplebar]{max-height:120px}.table-wrap:has(.table-body){flex-direction:column;display:flex}.btn-shadow{border-radius:50px;width:100%;height:50px}.btn-shadow-primary{background-color:var(--curr-button-primary-bg-enabled);color:var(--curr-text-white);font-size:20px;line-height:28px;box-shadow:inset 0 -4px #0003}@media (hover:hover) and (pointer:fine){.btn-shadow-primary:hover{background-color:var(--curr-button-primary-bg-pressed)}}.btn-shadow-primary:active{background-color:var(--curr-button-primary-bg-pressed)}.btn-shadow-secondary{background-color:var(--curr-button-secondary-bg-enabled);color:var(--curr-text-white);font-size:20px;line-height:28px;box-shadow:inset 0 -4px #0003}@media (hover:hover) and (pointer:fine){.btn-shadow-secondary:hover{background-color:var(--curr-button-secondary-bg-pressed)}}.btn-shadow-secondary:active{background-color:var(--curr-button-secondary-bg-pressed)}.btn-shadow-blink{animation:1.2s linear infinite btnShadowBlinkPrimary}@keyframes btnShadowBlinkPrimary{0%{background-color:#1a6bd6}50%{background-color:#1ab4d6}to{background-color:#1a6bd6}}.unitmap{flex:1;min-height:0;margin:24px -24px 0;position:relative}.unitmap .btn-my-location{z-index:2;position:absolute;bottom:24px;right:24px;box-shadow:0 2px 8px #0000003d}.unitmap .unitmap-inner{width:fit-content;margin:0 auto;padding:0 84px 256px}.unitmap .unitmap-header{background-color:var(--surface-background);z-index:5;flex-direction:row;align-items:center;gap:40px;margin:0 -60px 36px;padding:0 60px;display:flex;position:sticky;top:0}.unitmap .unitmap-header .unitmap-column{width:300px}.unitmap .unitmap-header .title{text-align:center;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px}.unitmap .unitmap-body{align-items:initial;flex-direction:row;gap:40px;display:flex}.unitmap .unitmap-column{flex:none}.unitmap .unitmap-module{background-color:var(--alpha-dark-5);border:2px solid #0000;border-radius:24px;width:300px;padding:14px 6px;position:relative}.unitmap .unitmap-module+.unitmap-module{margin-top:40px}.unitmap .unitmap-module__title{margin-bottom:8px;padding:0 8px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px}.unitmap .unitmap-module.is-now{background-color:#fff}.unitmap .unitmap-module.is-now .now-deco{position:absolute;top:-38px;left:-26px}.unitmap .unitmap-module.is-now .now-deco__character{width:60px;height:60px}.unitmap .unitmap-module.is-now .now-deco__character:before,.unitmap .unitmap-module.is-now .now-deco__character:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.unitmap .unitmap-module.is-now .now-deco__character:before{z-index:-1}.unitmap .unitmap-module.is-now .now-deco__character--a:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76060)'%3e%3cpath%20d='M18.9834%2012.6536C21.7663%2011.047%2023.5945%2010.3918%2025.2092%209.9617C26.841%209.52709%2028.0774%209.35646%2029.8996%208.66536C30.9883%208.25222%2031.6586%207.55391%2032.4139%206.75287C33.6114%205.48321%2035.3067%204.60342%2037.2982%205.33153L37.428%205.38235C38.0715%205.649%2038.6437%206.11796%2039.0981%206.64799C39.585%207.216%2039.9718%207.89503%2040.1803%208.56892C41.0801%2011.4768%2042.7454%2013.1647%2045.2627%2015.0025C48.8994%2017.6576%2052.8279%2022.6316%2053.0801%2028.5893C53.3352%2034.6166%2049.824%2041.3799%2039.1324%2047.5527C28.4413%2053.725%2020.8287%2053.3842%2015.7363%2050.1497C10.703%2046.9525%208.35969%2041.0632%207.87862%2036.5862C7.54564%2033.487%206.91627%2031.2016%204.84759%2028.9683C4.36795%2028.4505%203.97386%2027.7753%203.72594%2027.0693C3.47916%2026.3666%203.35979%2025.5826%203.48725%2024.8523L3.52535%2024.6593C3.95339%2022.6996%205.51483%2021.7226%207.16033%2021.333C8.2317%2021.0794%209.17004%2020.8488%2010.072%2020.1128L10.3466%2019.8845C11.6789%2018.7566%2012.4217%2017.8204%2013.5393%2016.6993C14.7191%2015.5159%2016.2007%2014.2602%2018.9834%2012.6536Z'%20fill='%2360B0FF'/%3e%3ccircle%20cx='24.3536'%20cy='36.0121'%20r='6.8952'%20transform='rotate(-30%2024.3536%2036.0121)'%20fill='white'/%3e%3cmask%20id='mask0_13458_76060'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='17'%20y='29'%20width='15'%20height='14'%3e%3ccircle%20cx='24.3546'%20cy='36.0121'%20r='6.8952'%20transform='rotate(-30%2024.3546%2036.0121)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76060)'%3e%3cpath%20d='M23.8925%2029.5115C26.5718%2027.9648%2029.9982%2028.8827%2031.545%2031.562C33.0916%2034.2412%2032.1736%2037.6676%2029.4945%2039.2145C26.8153%2040.7613%2023.389%2039.8431%2021.842%2037.164C20.2951%2034.4847%2021.2132%2031.0584%2023.8925%2029.5115Z'%20fill='%23333333'/%3e%3c/g%3e%3ccircle%20cx='37.2862'%20cy='28.5473'%20r='6.8952'%20transform='rotate(-30%2037.2862%2028.5473)'%20fill='white'/%3e%3cmask%20id='mask1_13458_76060'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='30'%20y='21'%20width='15'%20height='15'%3e%3ccircle%20cx='37.2852'%20cy='28.5473'%20r='6.8952'%20transform='rotate(-30%2037.2852%2028.5473)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76060)'%3e%3cpath%20d='M36.8232%2022.0466C39.5025%2020.4999%2042.9288%2021.4178%2044.4757%2024.0971C46.0223%2026.7764%2045.1043%2030.2027%2042.4252%2031.7496C39.746%2033.2965%2036.3197%2032.3783%2034.7727%2029.6992C33.2258%2027.0198%2034.1438%2023.5936%2036.8232%2022.0466Z'%20fill='%23333333'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76060'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--a:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76071)'%3e%3cpath%20d='M23.3694%2048.6391C24.9331%2047.7363%2026.619%2047.3253%2028.0988%2047.4207C29.5727%2047.5158%2030.9261%2048.1276%2031.6384%2049.3613C32.3507%2050.5951%2032.2038%2052.073%2031.5492%2053.3971C30.892%2054.7264%2029.6931%2055.9809%2028.1294%2056.8836C26.5658%2057.7864%2024.8799%2058.1974%2023.4001%2058.102C21.9262%2058.0068%2020.5728%2057.3951%2019.8605%2056.1613C19.1481%2054.9276%2019.2951%2053.4497%2019.9497%2052.1256C20.6069%2050.7963%2021.8058%2049.5418%2023.3694%2048.6391Z'%20fill='%234296EB'/%3e%3cpath%20d='M49.8694%2033.3383C51.4331%2032.4355%2053.119%2032.0245%2054.5988%2032.1199C56.0727%2032.2151%2057.4261%2032.8268%2058.1384%2034.0606C58.8507%2035.2943%2058.7038%2036.7722%2058.0492%2038.0963C57.392%2039.4256%2056.1931%2040.6801%2054.6294%2041.5828C53.0658%2042.4856%2051.3799%2042.8966%2049.9001%2042.8012C48.4262%2042.7061%2047.0728%2042.0943%2046.3605%2040.8606C45.6481%2039.6268%2045.7951%2038.1489%2046.4497%2036.8248C47.1069%2035.4955%2048.3058%2034.241%2049.8694%2033.3383Z'%20fill='%234296EB'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76071'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--b:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.5764%2015.4163C28.6175%2010.7738%2038.8611%2013.4235%2043.4471%2021.3668C45.8611%2025.5481%2046.2204%2030.3579%2044.8462%2034.6487C44.6745%2035.1848%2044.6793%2035.866%2044.8262%2036.6071C44.9714%2037.3397%2045.244%2038.074%2045.544%2038.6801C46.1902%2039.9856%2046.5686%2041.8773%2045.2892%2043.3016C44.7514%2043.9002%2044.1399%2044.2278%2043.5661%2044.3915C43.287%2044.4711%2042.9875%2044.6326%2042.7582%2044.8421C42.5261%2045.0542%2042.4184%2045.2642%2042.3987%2045.4335C42.3962%2045.4551%2042.3938%2045.4769%2042.3913%2045.4987C42.326%2046.0629%2042.25%2046.7655%2041.9643%2047.4358C41.6646%2048.1387%2041.1505%2048.7785%2040.2719%2049.2857C39.3933%2049.7931%2038.5817%2049.9187%2037.8231%2049.8267C37.1%2049.739%2036.4541%2049.4538%2035.933%2049.2282C35.9127%2049.2195%2035.8919%2049.2105%2035.8718%2049.2018C35.7153%2049.1342%2035.4795%2049.1225%2035.1799%2049.2174C34.884%2049.3113%2034.5948%2049.4896%2034.3863%2049.6915C33.9577%2050.1066%2033.3676%2050.4726%2032.5803%2050.6391C30.6415%2051.0487%2029.1588%2049.6738%2028.3631%2048.4151C27.6769%2047.3295%2026.6233%2046.3429%2025.5761%2046.1473C20.9842%2045.2896%2016.7957%2042.5306%2014.2943%2038.1982C9.70826%2030.2549%2012.5353%2020.0589%2020.5764%2015.4163Z'%20fill='%2366CCBB'/%3e%3cellipse%20cx='29.2271'%20cy='30.3933'%20rx='8.29872'%20ry='8.2991'%20transform='rotate(-30%2029.2271%2030.3933)'%20fill='white'/%3e%3cmask%20id='mask0_13458_76386'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='20'%20y='22'%20width='18'%20height='17'%3e%3cellipse%20cx='29.2281'%20cy='30.3933'%20rx='8.29872'%20ry='8.2991'%20transform='rotate(-30%2029.2281%2030.3933)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76386)'%3e%3cellipse%20cx='32.6146'%20cy='28.549'%20rx='6.7337'%20ry='6.734'%20transform='rotate(-30%2032.6146%2028.549)'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--b:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M26.1454%2045.1396C27.4751%2044.3719%2028.8878%2043.9655%2030.1181%2043.96C31.3242%2043.9547%2032.5236%2044.3469%2033.1223%2045.3839C33.721%2046.4209%2033.461%2047.6557%2032.8534%2048.6976C32.2334%2049.7603%2031.1751%2050.7805%2029.8454%2051.5482C28.5158%2052.3159%2027.1031%2052.7224%2025.8727%2052.7278C24.6667%2052.7331%2023.4673%2052.3409%2022.8686%2051.3039C22.2699%2050.2669%2022.5299%2049.0321%2023.1375%2047.9902C23.7574%2046.9275%2024.8158%2045.9073%2026.1454%2045.1396Z'%20fill='%2322A58F'/%3e%3cpath%20d='M45.0595%2034.2197C46.3891%2033.452%2047.8018%2033.0455%2049.0322%2033.0401C50.2383%2033.0348%2051.4377%2033.427%2052.0364%2034.464C52.6351%2035.501%2052.375%2036.7358%2051.7674%2037.7777C51.1475%2038.8404%2050.0891%2039.8606%2048.7595%2040.6283C47.4298%2041.3959%2046.0172%2041.8024%2044.7868%2041.8079C43.5807%2041.8132%2042.3813%2041.421%2041.7826%2040.384C41.1839%2039.347%2041.4439%2038.1122%2042.0516%2037.0703C42.6715%2036.0075%2043.7298%2034.9874%2045.0595%2034.2197Z'%20fill='%2322A58F'/%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--c:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76349)'%3e%3cpath%20d='M20.7672%207.93615C21.6117%206.99171%2022.7608%206.25358%2024.4539%205.928C26.1471%205.60249%2027.4876%205.86212%2028.6222%206.42605C29.727%206.97521%2030.6121%207.80422%2031.3978%208.53482C31.4279%208.56278%2031.4578%208.59091%2031.4877%208.61869C31.8808%208.98389%2032.4638%209.18145%2033.1471%209.20187C33.8276%209.2222%2034.5426%209.06264%2035.1188%208.79196C36.0111%208.37271%2037.1315%208.11686%2038.4664%208.29084C40.3177%208.53217%2041.659%209.64521%2042.5628%2011.0311C43.4605%2012.4078%2043.9554%2014.0904%2044.1359%2015.6046C44.2056%2016.189%2044.4158%2016.7348%2044.7606%2017.174C45.3445%2017.9179%2045.8831%2018.7118%2046.3693%2019.5539C51.9148%2029.1592%2048.6238%2041.4416%2039.0185%2046.9873C29.4133%2052.5329%2017.1309%2049.2417%2011.5852%2039.6365C8.70678%2034.6509%208.20912%2028.9427%209.73901%2023.8322C9.89859%2023.2992%209.89489%2022.7165%209.74659%2022.1493C9.36244%2020.68%209.20733%2018.9469%209.53519%2017.3486C9.86535%2015.7392%2010.6988%2014.2237%2012.3167%2013.3196C13.4918%2012.663%2014.627%2012.4848%2015.6111%2012.5432C16.2466%2012.5809%2016.9697%2012.4639%2017.5941%2012.1927C18.2212%2011.9203%2018.6892%2011.5203%2018.9188%2011.0353C18.9363%2010.9984%2018.9544%2010.9613%2018.9719%2010.9241C19.4307%209.95423%2019.9448%208.85585%2020.7672%207.93615Z'%20fill='%23FD6B44'/%3e%3cpath%20d='M21.7965%2032.4497C24.9946%2030.6034%2029.0844%2031.6988%2030.9309%2034.8968L31.9884%2036.7285C32.0821%2036.891%2032.0263%2037.099%2031.864%2037.1929L20.871%2043.5397C20.7085%2043.6336%2020.5005%2043.5777%2020.4066%2043.4153L19.3491%2041.5836C17.5028%2038.3855%2018.5985%2034.2962%2021.7965%2032.4497Z'%20fill='white'/%3e%3cmask%20id='mask0_13458_76349'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='18'%20y='31'%20width='15'%20height='13'%3e%3cpath%20d='M21.7955%2032.4497C24.9936%2030.6033%2029.0834%2031.6988%2030.9299%2034.8968L31.9875%2036.7285C32.0812%2036.8911%2032.0255%2037.0991%2031.863%2037.1929L20.8701%2043.5397C20.7075%2043.6336%2020.4996%2043.5778%2020.4056%2043.4153L19.3481%2041.5836C17.5018%2038.3855%2018.5976%2034.2962%2021.7955%2032.4497Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76349)'%3e%3cpath%20d='M29.4296%2036.5301C28.1676%2034.3443%2025.3725%2033.5953%2023.1867%2034.8573C21.0008%2036.1193%2020.2519%2038.9144%2021.5139%2041.1002L22.6864%2043.131C23.9484%2045.3169%2026.7434%2046.0658%2028.9293%2044.8038C31.1151%2043.5418%2031.8641%2040.7468%2030.6021%2038.5609L29.4296%2036.5301Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M34.8932%2024.8872C38.0913%2023.0408%2042.1811%2024.1363%2044.0276%2027.3343L45.0851%2029.166C45.1789%2029.3286%2045.1231%2029.5366%2044.9607%2029.6304L33.9677%2035.9772C33.8052%2036.0711%2033.5972%2036.0153%2033.5033%2035.8528L32.4458%2034.0211C30.5995%2030.823%2031.6952%2026.7337%2034.8932%2024.8872Z'%20fill='white'/%3e%3cmask%20id='mask1_13458_76349'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='31'%20y='23'%20width='15'%20height='14'%3e%3cpath%20d='M34.8932%2024.8872C38.0913%2023.0408%2042.1811%2024.1363%2044.0276%2027.3343L45.0851%2029.166C45.1789%2029.3286%2045.1231%2029.5366%2044.9607%2029.6304L33.9677%2035.9772C33.8052%2036.0711%2033.5972%2036.0153%2033.5033%2035.8528L32.4458%2034.0211C30.5995%2030.823%2031.6952%2026.7337%2034.8932%2024.8872Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76349)'%3e%3cpath%20d='M42.5273%2028.9676C41.2652%2026.7818%2038.4702%2026.0328%2036.2843%2027.2948C34.0985%2028.5568%2033.3496%2031.3519%2034.6116%2033.5377L35.784%2035.5685C37.046%2037.7544%2039.8411%2038.5033%2042.0269%2037.2413C44.2128%2035.9793%2044.9617%2033.1843%2043.6997%2030.9984L42.5273%2028.9676Z'%20fill='%23333333'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76349'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--c:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.8968%2046.4459C25.2903%2045.6413%2026.7831%2045.2485%2028.0895%2045.2942C29.3847%2045.3396%2030.6079%2045.8298%2031.2368%2046.9192C31.8658%2048.0087%2031.6788%2049.3131%2031.0705%2050.4574C30.4568%2051.6117%2029.3703%2052.708%2027.9768%2053.5126C26.5832%2054.3172%2025.0905%2054.7099%2023.784%2054.6643C22.4888%2054.6189%2021.2657%2054.1287%2020.6367%2053.0392C20.0077%2051.9498%2020.1947%2050.6454%2020.803%2049.5011C21.4167%2048.3468%2022.5032%2047.2504%2023.8968%2046.4459Z'%20fill='%23DB4B24'/%3e%3cpath%20d='M46.6214%2033.3267C48.0149%2032.5221%2049.5077%2032.1294%2050.8141%2032.1751C52.1093%2032.2204%2053.3325%2032.7107%2053.9614%2033.8001C54.5904%2034.8895%2054.4034%2036.1939%2053.7951%2037.3383C53.1814%2038.4925%2052.0949%2039.5889%2050.7014%2040.3935C49.3078%2041.1981%2047.8151%2041.5908%2046.5086%2041.5451C45.2134%2041.4998%2043.9903%2041.0095%2043.3613%2039.9201C42.7323%2038.8307%2042.9193%2037.5263%2043.5276%2036.3819C44.1413%2035.2277%2045.2278%2034.1313%2046.6214%2033.3267Z'%20fill='%23DB4B24'/%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--d:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76312)'%3e%3cpath%20d='M16.9047%208.9135C27.0971%203.02956%2040.3802%207.05175%2046.3785%2016.4303C49.3167%2021.0245%2052.413%2027.3754%2054.1907%2032.9339C55.0781%2035.7083%2055.6513%2038.3291%2055.6927%2040.4547C55.7331%2042.533%2055.2638%2044.3996%2053.7517%2045.2728C50.8486%2046.9487%2048.0039%2046.2195%2045.4634%2045.5915C42.8533%2044.9463%2040.5468%2044.4022%2038.1817%2045.7676C35.8166%2047.1332%2035.1344%2049.4028%2034.3882%2051.9857C33.6847%2054.4212%2032.9208%2057.1513%2030.2348%2058.8434L29.9687%2059.004C28.4565%2059.877%2026.6059%2059.3496%2024.8262%2058.2755C23.006%2057.1769%2021.0225%2055.3704%2019.0634%2053.2147C15.1384%2048.8959%2011.1865%2043.039%208.67699%2038.1973C3.554%2028.3133%206.71279%2014.7984%2016.9047%208.9135Z'%20fill='%23FFD618'/%3e%3cpath%20d='M19.6704%2030.7042C23.318%2028.5986%2027.9822%2029.8486%2030.0882%2033.4961L31.3021%2035.5987C31.3957%2035.7612%2031.3399%2035.9692%2031.1776%2036.0631L18.5572%2043.3495C18.3946%2043.4434%2018.1867%2043.3875%2018.0927%2043.2251L16.8788%2041.1225C14.7728%2037.4748%2016.0227%2032.8102%2019.6704%2030.7042Z'%20fill='white'/%3e%3cmask%20id='mask0_13458_76312'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='15'%20y='29'%20width='17'%20height='15'%3e%3cpath%20d='M19.6694%2030.7042C23.3171%2028.5983%2027.9812%2029.8485%2030.0872%2033.4961L31.3011%2035.5987C31.3948%2035.7613%2031.3392%2035.9693%2031.1766%2036.0631L18.5562%2043.3495C18.3937%2043.4434%2018.1857%2043.3875%2018.0917%2043.2251L16.8778%2041.1225C14.7718%2037.4748%2016.0217%2032.8102%2019.6694%2030.7042Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76312)'%3e%3cpath%20d='M28.3553%2035.3312C26.917%2032.8399%2023.7314%2031.9863%2021.2401%2033.4247C18.7488%2034.863%2017.8953%2038.0486%2019.3336%2040.5399L20.6699%2042.8544C22.1082%2045.3457%2025.2938%2046.1993%2027.7851%2044.7609C30.2764%2043.3226%2031.13%2040.137%2029.6916%2037.6457L28.3553%2035.3312Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M34.395%2022.2042C38.0427%2020.0985%2042.7068%2021.3485%2044.8128%2024.9961L46.0267%2027.0987C46.1203%2027.2612%2046.0647%2027.4692%2045.9022%2027.5631L33.2818%2034.8495C33.1192%2034.9434%2032.9113%2034.8875%2032.8173%2034.7251L31.6034%2032.6225C29.4974%2028.9748%2030.7473%2024.3102%2034.395%2022.2042Z'%20fill='white'/%3e%3cmask%20id='mask1_13458_76312'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='30'%20y='21'%20width='17'%20height='14'%3e%3cpath%20d='M34.3931%2022.2042C38.0407%2020.0983%2042.7048%2021.3485%2044.8108%2024.9961L46.0247%2027.0987C46.1184%2027.2613%2046.0628%2027.4693%2045.9003%2027.5631L33.2798%2034.8495C33.1173%2034.9434%2032.9093%2034.8875%2032.8154%2034.7251L31.6015%2032.6225C29.4955%2028.9748%2030.7453%2024.3102%2034.3931%2022.2042Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76312)'%3e%3cpath%20d='M43.079%2026.8312C41.6406%2024.3399%2038.455%2023.4863%2035.9637%2024.9247C33.4725%2026.363%2032.6189%2029.5486%2034.0572%2032.0399L35.3935%2034.3544C36.8319%2036.8457%2040.0175%2037.6993%2042.5087%2036.2609C45%2034.8226%2045.8536%2031.637%2044.4153%2029.1457L43.079%2026.8312Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M21.5786%2017.0074C24.7907%2015.1529%2028.8979%2016.2535%2030.7524%2019.4655L31.8146%2021.3052C31.9085%2021.4679%2031.8527%2021.6758%2031.6901%2021.7697L20.6471%2028.1453C20.4845%2028.2392%2020.2766%2028.1835%2020.1827%2028.0209L19.1205%2026.1812C17.2661%2022.9691%2018.3666%2018.8619%2021.5786%2017.0074Z'%20fill='white'/%3e%3cmask%20id='mask2_13458_76312'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='18'%20y='16'%20width='14'%20height='13'%3e%3cpath%20d='M21.5786%2017.0074C24.7907%2015.1529%2028.8979%2016.2535%2030.7524%2019.4655L31.8146%2021.3052C31.9085%2021.4679%2031.8527%2021.6758%2031.6901%2021.7697L20.6471%2028.1453C20.4845%2028.2392%2020.2766%2028.1835%2020.1827%2028.0209L19.1205%2026.1812C17.2661%2022.9691%2018.3666%2018.8619%2021.5786%2017.0074Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask2_13458_76312)'%3e%3cpath%20d='M29.2438%2021.1071C27.9765%2018.9121%2025.1699%2018.1601%2022.975%2019.4273C20.7801%2020.6946%2020.028%2023.5012%2021.2953%2025.6961L22.4726%2027.7353C23.7398%2029.9302%2026.5465%2030.6823%2028.7414%2029.415C30.9363%2028.1478%2031.6883%2025.3412%2030.4211%2023.1463L29.2438%2021.1071Z'%20fill='%23333333'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76312'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--d:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76320)'%3e%3cpath%20d='M22.4398%2047.8655C24.1544%2046.8756%2025.9752%2046.3783%2027.5529%2046.4048C29.1148%2046.4311%2030.568%2046.9839%2031.2977%2048.2477C32.0273%2049.5116%2031.7795%2051.0465%2031.0213%2052.4123C30.2555%2053.7918%2028.9144%2055.1201%2027.1998%2056.11C25.4852%2057.0999%2023.6643%2057.5972%2022.0866%2057.5707C20.5248%2057.5444%2019.0716%2056.9916%2018.3419%2055.7277C17.6122%2054.4639%2017.8601%2052.929%2018.6182%2051.5632C19.3841%2050.1837%2020.7252%2048.8554%2022.4398%2047.8655Z'%20fill='%23F5B318'/%3e%3cpath%20d='M49.2523%2032.385C50.9669%2031.3951%2052.7877%2030.8978%2054.3654%2030.9243C55.9273%2030.9506%2057.3805%2031.5035%2058.1102%2032.7673C58.8398%2034.0311%2058.592%2035.566%2057.8338%2036.9318C57.068%2038.3114%2055.7269%2039.6397%2054.0123%2040.6296C52.2977%2041.6195%2050.4768%2042.1168%2048.8991%2042.0902C47.3373%2042.0639%2045.8841%2041.5111%2045.1544%2040.2473C44.4247%2038.9835%2044.6726%2037.4485%2045.4307%2036.0828C46.1966%2034.7032%2047.5377%2033.3749%2049.2523%2032.385Z'%20fill='%23F5B318'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76320'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--e:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M36.8071%204.39102C37.3511%203.91578%2038.0323%203.65499%2038.7945%203.857C40.0215%204.18244%2040.5383%205.24451%2040.6786%206.39385C40.7564%207.03199%2040.7273%207.75574%2040.6289%208.52434C41.057%208.32067%2041.5993%208.2199%2042.0982%208.53254L42.2081%208.60866L42.2941%208.67936C42.7076%209.04232%2042.8389%209.53725%2042.8005%2010.0172C42.7622%2010.4941%2042.5601%2010.9851%2042.3095%2011.4379C41.8026%2012.3532%2040.9603%2013.3515%2040.1478%2014.2003C39.9148%2014.4438%2039.9685%2014.9035%2040.2966%2015.0928C40.5992%2015.2674%2040.7202%2015.6433%2040.5766%2015.9617C40.433%2016.2802%2040.0711%2016.4379%2039.7399%2016.3267L32.8172%2013.9983C32.4861%2013.8868%2032.2934%2013.5426%2032.3713%2013.2021C32.4493%2012.8617%2032.7726%2012.6355%2033.1191%2012.6791C33.3904%2012.7133%2033.6259%2012.537%2033.6744%2012.2995C34.1336%2010.045%2034.7278%207.86874%2035.4761%206.30656C35.8481%205.52998%2036.2842%204.84785%2036.8071%204.39102Z'%20fill='%23DD99FF'/%3e%3cpath%20d='M2.89844%2024.581C3.10463%2023.8199%203.67105%2023.3603%204.35465%2023.1268C5.01163%2022.9025%205.82059%2022.8658%206.67902%2022.932C8.40601%2023.065%2010.588%2023.6386%2012.7699%2024.3681C12.9999%2024.4447%2013.2703%2024.3291%2013.3763%2024.077C13.5118%2023.7552%2013.8693%2023.5883%2014.2031%2023.6909C14.5369%2023.7938%2014.7386%2024.1328%2014.6697%2024.4751L13.2248%2031.6346C13.1557%2031.9771%2012.838%2032.2114%2012.4904%2032.1767C12.1427%2032.1418%2011.8777%2031.8492%2011.8779%2031.4998C11.878%2031.121%2011.5067%2030.8448%2011.1793%2030.9246C10.0381%2031.2038%208.75228%2031.4341%207.70619%2031.4155C7.18881%2031.4062%206.66246%2031.3356%206.23038%2031.1304C5.79544%2030.9236%205.43245%2030.5626%205.32492%2030.0229L5.30672%2029.913L5.29575%2029.7798C5.27442%2029.1914%205.63278%2028.7722%206.0233%2028.5033C5.30846%2028.2043%204.66708%2027.8676%204.15337%2027.4811C3.22809%2026.7849%202.56663%2025.8064%202.89844%2024.581Z'%20fill='%23DD99FF'/%3e%3cpath%20d='M21.4063%2015.1022C30.6334%209.77501%2042.432%2012.9364%2047.7592%2022.1635C53.0863%2031.3905%2049.925%2043.1891%2040.698%2048.5164C31.471%2053.8436%2019.6724%2050.6821%2014.3451%2041.4551C9.01781%2032.2281%2012.1792%2020.4295%2021.4063%2015.1022Z'%20fill='%23DD99FF'/%3e%3cpath%20d='M28.3075%2040.9913C31.1975%2039.3227%2032.1881%2035.6271%2030.5197%2032.737L29.5697%2031.0917C29.4759%2030.9291%2029.2679%2030.8735%2029.1053%2030.9672L19.228%2036.6698C19.0654%2036.7637%2019.0097%2036.9717%2019.1036%2037.1343L20.0535%2038.7796C21.7221%2041.6695%2025.4175%2042.6597%2028.3075%2040.9913Z'%20fill='white'/%3e%3cmask%20id='mask0_13458_76275'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='19'%20y='30'%20width='13'%20height='12'%3e%3cpath%20d='M28.3085%2040.9913C31.1985%2039.3227%2032.1891%2035.6271%2030.5207%2032.737L29.5707%2031.0917C29.4769%2030.9291%2029.2689%2030.8735%2029.1063%2030.9672L19.229%2036.6698C19.0664%2036.7637%2019.0107%2036.9717%2019.1046%2037.1343L20.0545%2038.7796C21.7231%2041.6695%2025.4185%2042.6597%2028.3085%2040.9913Z'%20fill='black'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76275)'%3e%3cpath%20d='M30.0806%2039.2203C32.9858%2037.5428%2033.981%2033.8275%2032.3036%2030.9222C30.6261%2028.0172%2026.9113%2027.0217%2024.0061%2028.6989C21.101%2030.3763%2020.1051%2034.0914%2021.7822%2036.9967C23.4596%2039.9021%2027.1752%2040.8975%2030.0806%2039.2203Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M40.3768%2034.0225C43.2668%2032.354%2044.2575%2028.6583%2042.589%2025.7683L41.6391%2024.1229C41.5452%2023.9604%2041.3372%2023.9048%2041.1746%2023.9985L31.2974%2029.7011C31.1348%2029.795%2031.079%2030.0029%2031.1729%2030.1655L32.1229%2031.8109C33.7915%2034.7008%2037.4868%2035.6909%2040.3768%2034.0225Z'%20fill='white'/%3e%3cmask%20id='mask1_13458_76275'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='31'%20y='23'%20width='13'%20height='12'%3e%3cpath%20d='M40.3817%2034.0206C43.2717%2032.352%2044.2624%2028.6564%2042.5939%2025.7663L41.644%2024.121C41.5501%2023.9584%2041.3421%2023.9028%2041.1795%2023.9965L31.3023%2029.6991C31.1396%2029.793%2031.0839%2030.001%2031.1778%2030.1636L32.1278%2031.8089C33.7964%2034.6988%2037.4917%2035.689%2040.3817%2034.0206Z'%20fill='black'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76275)'%3e%3cpath%20d='M42.1548%2032.2496C45.06%2030.5721%2046.0552%2026.8568%2044.3778%2023.9515C42.7003%2021.0465%2038.9856%2020.051%2036.0803%2021.7282C33.1751%2023.4056%2032.1793%2027.1207%2033.8564%2030.026C35.5338%2032.9314%2039.2494%2033.9269%2042.1548%2032.2496Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--e:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.0218%2048.0084C26.4153%2047.2038%2027.9081%2046.811%2029.2145%2046.8567C30.5097%2046.9021%2031.7329%2047.3923%2032.3618%2048.4817C32.9908%2049.5712%2032.8038%2050.8756%2032.1955%2052.0199C31.5818%2053.1742%2030.4953%2054.2705%2029.1018%2055.0751C27.7082%2055.8797%2026.2155%2056.2724%2024.909%2056.2268C23.6138%2056.1814%2022.3907%2055.6912%2021.7617%2054.6017C21.1327%2053.5123%2021.3197%2052.2079%2021.928%2051.0636C22.5417%2049.9093%2023.6282%2048.8129%2025.0218%2048.0084Z'%20fill='%23B763E0'/%3e%3cpath%20d='M48.6126%2034.3892C50.0061%2033.5846%2051.4989%2033.1919%2052.8053%2033.2376C54.1005%2033.2829%2055.3237%2033.7732%2055.9527%2034.8626C56.5816%2035.952%2056.3946%2037.2564%2055.7863%2038.4008C55.1726%2039.555%2054.0861%2040.6514%2052.6926%2041.456C51.299%2042.2606%2049.8063%2042.6533%2048.4998%2042.6076C47.2046%2042.5623%2045.9815%2042.072%2045.3525%2040.9826C44.7235%2039.8932%2044.9105%2038.5888%2045.5189%2037.4444C46.1325%2036.2902%2047.219%2035.1938%2048.6126%2034.3892Z'%20fill='%23B763E0'/%3e%3cpath%20d='M39.3417%2036.2772C39.5565%2036.1532%2039.825%2036.3081%2039.8251%2036.5562L39.8257%2039.4473C39.8257%2039.6953%2039.5572%2039.8504%2039.3424%2039.7264L37.5353%2038.6832C37.3204%2038.5592%2037.0519%2038.7143%2037.052%2038.9624L37.0527%2041.0481C37.0528%2041.2962%2036.7843%2041.4513%2036.5694%2041.3273L34.7625%2040.2841C34.5476%2040.1601%2034.279%2040.3152%2034.2791%2040.5633L34.2799%2042.649C34.28%2042.8971%2034.0115%2043.0522%2033.7966%2042.9282L31.2922%2041.4827C31.0774%2041.3587%2031.0773%2041.0486%2031.2922%2040.9246L39.3417%2036.2772Z'%20fill='white'/%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--f:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76201)'%3e%3cpath%20d='M4.00766%2027.7536C0.158988%2021.0871%204.96951%2012.7537%2012.6671%2012.7532L14.0022%2012.753C17.5206%2012.7529%2020.7715%2010.8759%2022.5308%207.82896L23.1985%206.67284C27.0478%200.00668578%2036.67%200.00742545%2040.519%206.67376L53.4292%2029.0349C57.2781%2035.7016%2052.4673%2044.0344%2044.7694%2044.0346L43.4354%2044.0351C39.9164%2044.0349%2036.6647%2045.9123%2034.9053%2048.9599L34.2379%2050.1149C30.3888%2056.7815%2020.7669%2056.7813%2016.9179%2050.1147L4.00766%2027.7536Z'%20fill='%23F5A245'/%3e%3cellipse%20cx='40.6388'%20cy='32.1692'%20rx='4.42'%20ry='4.42068'%20transform='rotate(-30%2040.6388%2032.1692)'%20fill='white'/%3e%3cmask%20id='mask0_13458_76201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='36'%20y='27'%20width='10'%20height='10'%3e%3cellipse%20cx='40.6407'%20cy='32.1692'%20rx='4.42'%20ry='4.42068'%20transform='rotate(-30%2040.6407%2032.1692)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76201)'%3e%3cpath%20d='M40.1119%2027.9636C41.8408%2026.9657%2044.0526%2027.5592%2045.0509%2029.2882C46.0486%2031.0171%2045.4562%2033.2282%2043.7277%2034.2264C41.9989%2035.2244%2039.7872%2034.6322%2038.7888%2032.9036C37.7905%2031.1745%2038.383%2028.9618%2040.1119%2027.9636Z'%20fill='%23333333'/%3e%3c/g%3e%3cellipse%20cx='34.923'%20cy='22.2705'%20rx='4.41932'%20ry='4.42'%20transform='rotate(-30%2034.923%2022.2705)'%20fill='white'/%3e%3cmask%20id='mask1_13458_76201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='30'%20y='17'%20width='10'%20height='10'%3e%3cellipse%20cx='34.9239'%20cy='22.2708'%20rx='4.42'%20ry='4.42068'%20transform='rotate(-30%2034.9239%2022.2708)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76201)'%3e%3cpath%20d='M34.3953%2018.0656C36.1242%2017.0675%2038.3361%2017.6611%2039.3343%2019.3902C40.3321%2021.1191%2039.7398%2023.3302%2038.0111%2024.3283C36.2824%2025.3264%2034.0714%2024.7338%2033.073%2023.0052C32.0747%2021.2761%2032.6664%2019.0638%2034.3953%2018.0656Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M20.506%2017.7649C22.6197%2016.5447%2025.3228%2017.2694%2026.5433%2019.3832C27.7638%2021.4972%2027.0398%2024.2004%2024.9261%2025.4209C22.8124%2026.641%2020.1093%2025.9165%2018.8888%2023.8026C17.6684%2021.6887%2018.3925%2018.9854%2020.506%2017.7649Z'%20fill='white'/%3e%3cmask%20id='mask2_13458_76201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='18'%20y='17'%20width='10'%20height='10'%3e%3cellipse%20cx='22.7169'%20cy='21.593'%20rx='4.42'%20ry='4.42068'%20transform='rotate(-30%2022.7169%2021.593)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask2_13458_76201)'%3e%3cpath%20d='M22.188%2017.3874C23.9169%2016.3895%2026.1288%2016.983%2027.127%2018.712C28.1248%2020.4409%2027.5323%2022.652%2025.8039%2023.6502C24.0751%2024.6482%2021.8634%2024.0561%2020.865%2022.3274C19.8667%2020.5983%2020.4591%2018.3856%2022.188%2017.3874Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M23.1556%2029.5142C26.5701%2027.5432%2030.9365%2028.7138%2032.9081%2032.1286C34.8796%2035.5434%2033.7102%2039.9101%2030.296%2041.8817C26.8814%2043.853%2022.5145%2042.6827%2020.5428%2039.2677C18.5712%2035.8527%2019.7411%2031.4856%2023.1556%2029.5142Z'%20fill='white'/%3e%3cmask%20id='mask3_13458_76201'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='19'%20y='28'%20width='15'%20height='15'%3e%3cellipse%20cx='26.7266'%20cy='35.6984'%20rx='7.14'%20ry='7.1411'%20transform='rotate(-30%2026.7266%2035.6984)'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask3_13458_76201)'%3e%3cpath%20d='M26.2684%2028.9701C29.0414%2027.3691%2032.5877%2028.32%2034.1891%2031.0931C35.7904%2033.8665%2034.8404%2037.413%2032.0673%2039.0141C29.2942%2040.6149%2025.7477%2039.6645%2024.1465%2036.8912C22.5457%2034.1179%2023.4956%2030.5712%2026.2684%2028.9701Z'%20fill='%23333333'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76201'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--f:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76209)'%3e%3cpath%20d='M21.6107%2049.5277C23.1742%2048.6251%2024.86%2048.2135%2026.3397%2048.3089C27.8136%2048.4041%2029.1671%2049.0161%2029.8795%2050.2497C30.5917%2051.4834%2030.4449%2052.9616%2029.7904%2054.2856C29.1331%2055.6148%2027.9342%2056.8697%2026.3707%2057.7724C24.8072%2058.6752%2023.121%2059.0859%2021.6413%2058.9905C20.1673%2058.8954%2018.8139%2058.2835%2018.1015%2057.0497C17.3892%2055.8159%2017.5359%2054.3379%2018.1906%2053.0138C18.8479%2051.6846%2020.047%2050.4305%2021.6107%2049.5277Z'%20fill='%23F08113'/%3e%3cpath%20d='M50.7093%2032.727C52.2728%2031.8243%2053.9586%2031.4127%2055.4383%2031.5082C56.9122%2031.6033%2058.2658%2032.2153%2058.9781%2033.4489C59.6903%2034.6827%2059.5435%2036.1609%2058.889%2037.4848C58.2318%2038.814%2057.0329%2040.0689%2055.4694%2040.9717C53.9058%2041.8744%2052.2196%2042.2851%2050.7399%2042.1897C49.2659%2042.0946%2047.9125%2041.4827%2047.2001%2040.2489C46.4879%2039.0151%2046.6346%2037.5371%2047.2893%2036.2131C47.9465%2034.8838%2049.1457%2033.6297%2050.7093%2032.727Z'%20fill='%23F08113'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76209'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--g:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13458_76164)'%3e%3cpath%20d='M14.9904%205.9656C16.7236%204.9649%2018.9403%205.55885%2019.941%207.29212L21.5879%2010.1446C21.5912%2010.1503%2021.597%2010.1557%2021.6081%2010.1597C21.62%2010.1641%2021.6349%2010.1654%2021.6505%2010.1602C21.6817%2010.1497%2021.7134%2010.1392%2021.7446%2010.1289C21.7584%2010.1242%2021.7689%2010.116%2021.7753%2010.1073C21.7813%2010.0992%2021.7822%2010.0919%2021.7822%2010.0861L21.7825%208.22549C21.7825%206.22425%2023.4052%204.60157%2025.4066%204.60144C27.4078%204.60152%2029.0306%206.22415%2029.0306%208.22554L29.0307%209.13221C29.0307%209.13983%2029.0324%209.14822%2029.0416%209.15759C29.0513%209.16764%2029.0655%209.17428%2029.0824%209.17522C37.1209%209.57884%2045.1785%2014.3934%2049.3087%2021.5471C51.4163%2025.1975%2052.4573%2029.337%2051.0217%2033.6731C49.5927%2037.9894%2045.756%2042.355%2038.4388%2046.5795C31.1219%2050.8039%2025.4231%2051.9436%2020.9708%2051.023C16.4981%2050.0981%2013.4341%2047.1264%2011.3266%2043.4761C7.19645%2036.3224%207.05503%2026.9374%2010.7247%2019.7741C10.7324%2019.7589%2010.7336%2019.7434%2010.7298%2019.7299C10.7263%2019.7173%2010.7198%2019.7116%2010.7132%2019.7078L9.92883%2019.254C8.19551%2018.2532%207.60162%2016.0366%208.60229%2014.3034C9.60306%2012.5704%2011.8191%2011.9769%2013.5521%2012.9773L15.1636%2013.9073C15.1686%2013.9103%2015.1754%2013.9131%2015.1854%2013.912C15.1963%2013.9107%2015.2092%2013.9056%2015.2202%2013.8958C15.2448%2013.8738%2015.2696%2013.8518%2015.2943%2013.8299C15.3066%2013.819%2015.313%2013.8054%2015.3151%2013.793C15.3172%2013.7814%2015.3147%2013.774%2015.3114%2013.7683L13.6646%2010.9158C12.664%209.18285%2013.2574%206.96652%2014.9904%205.9656Z'%20fill='%239FDB4D'/%3e%3cpath%20d='M25.4818%2040.3529C28.8172%2038.4271%2029.9596%2034.1617%2028.0338%2030.8263L27.0307%2029.0888C26.8804%2028.8287%2026.5481%2028.7396%2026.288%2028.8897L15.1513%2035.3195C14.8911%2035.4697%2014.8014%2035.8025%2014.9515%2036.0627L15.9547%2037.8002C17.8805%2041.1357%2022.1462%2042.2787%2025.4818%2040.3529Z'%20fill='white'/%3e%3cmask%20id='mask0_13458_76164'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='14'%20y='28'%20width='15'%20height='14'%3e%3cpath%20d='M25.4808%2040.3529C28.8162%2038.4271%2029.9586%2034.1617%2028.0329%2030.8263L27.0297%2029.0888C26.8795%2028.8287%2026.5471%2028.7396%2026.287%2028.8897L15.1503%2035.3195C14.8901%2035.4697%2014.8005%2035.8025%2014.9506%2036.0627L15.9537%2037.8002C17.8795%2041.1357%2022.1453%2042.2787%2025.4808%2040.3529Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76164)'%3e%3cpath%20d='M24.2814%2038.2778C27.0459%2036.6817%2027.9937%2033.1464%2026.3977%2030.3819L25.6344%2029.0599C24.0383%2026.2956%2020.5024%2025.348%2017.7379%2026.9441C14.9738%2028.5402%2014.0269%2032.0758%2015.6228%2034.8402L16.386%2036.1622C17.9821%2038.9265%2021.517%2039.8735%2024.2814%2038.2778Z'%20fill='%23333333'/%3e%3c/g%3e%3cpath%20d='M39.5238%2032.2455C42.8592%2030.3197%2044.0016%2026.0543%2042.0758%2022.7188L41.0727%2020.9813C40.9224%2020.7213%2040.5901%2020.6322%2040.33%2020.7823L29.1933%2027.2121C28.9331%2027.3623%2028.8434%2027.6951%2028.9935%2027.9552L29.9967%2029.6927C31.9225%2033.0283%2036.1882%2034.1713%2039.5238%2032.2455Z'%20fill='white'/%3e%3cmask%20id='mask1_13458_76164'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='28'%20y='20'%20width='16'%20height='14'%3e%3cpath%20d='M39.5238%2032.2455C42.8592%2030.3197%2044.0016%2026.0543%2042.0758%2022.7188L41.0727%2020.9813C40.9224%2020.7213%2040.5901%2020.6322%2040.33%2020.7823L29.1933%2027.2121C28.9331%2027.3623%2028.8434%2027.6951%2028.9935%2027.9552L29.9967%2029.6927C31.9225%2033.0283%2036.1882%2034.1713%2039.5238%2032.2455Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_13458_76164)'%3e%3cpath%20d='M38.3254%2030.1703C41.0898%2028.5743%2042.0376%2025.039%2040.4416%2022.2745L39.6784%2020.9525C38.0822%2018.1882%2034.5463%2017.2406%2031.7818%2018.8366C29.0179%2020.4328%2028.071%2023.9685%2029.6667%2026.7328L30.43%2028.0548C32.026%2030.819%2035.561%2031.766%2038.3254%2030.1703Z'%20fill='%23333333'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13458_76164'%3e%3crect%20width='60'%20height='60'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--g:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.0219%2048.0083C26.4154%2047.2038%2027.9083%2046.8109%2029.2146%2046.8566C30.5097%2046.9021%2031.7324%2047.3925%2032.3613%2048.4818C32.9902%2049.5712%2032.8037%2050.8753%2032.1954%2052.0196C31.5819%2053.1738%2030.4952%2054.2701%2029.1017%2055.0748C27.7081%2055.8793%2026.2147%2056.2725%2024.9083%2056.2268C23.6132%2056.1814%2022.3906%2055.6909%2021.7616%2054.6016C21.1327%2053.5123%2021.3192%2052.2082%2021.9275%2051.0639C22.5411%2049.9096%2023.6282%2048.8129%2025.0219%2048.0083Z'%20fill='%2379AF2E'/%3e%3cpath%20d='M48.6117%2034.3891C50.0053%2033.5847%2051.4981%2033.1918%2052.8045%2033.2375C54.0996%2033.2829%2055.3222%2033.7734%2055.9512%2034.8627C56.58%2035.9521%2056.3935%2037.2561%2055.7853%2038.4004C55.1717%2039.5546%2054.085%2040.651%2052.6916%2041.4556C51.298%2042.2602%2049.8046%2042.6534%2048.4981%2042.6077C47.203%2042.5623%2045.9804%2042.0717%2045.3514%2040.9825C44.7225%2039.8931%2044.9091%2038.5891%2045.5173%2037.4448C46.1309%2036.2904%2047.2181%2035.1938%2048.6117%2034.3891Z'%20fill='%2379AF2E'/%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--h:before{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.6383%2019.3277C14.6386%2012.6408%2021.8778%208.46123%2027.669%2011.8044L29.7581%2013.0109L31.6458%2011.9211C37.4369%208.5777%2044.6764%2012.7569%2044.6767%2019.4438L44.6752%2021.6237L46.5647%2022.7139C52.3555%2026.0577%2052.3551%2034.4168%2046.5641%2037.7604L44.6756%2038.8507L44.6763%2041.2619C44.6763%2047.9492%2037.4369%2052.1288%2031.6455%2048.7852L29.5569%2047.5795L27.6692%2048.6693C21.878%2052.0128%2014.6387%2047.8335%2014.6383%2041.1466L14.6373%2038.9661L12.7503%2037.8765C6.9595%2034.5328%206.95978%2026.1736%2012.7509%2022.83L14.6378%2021.7406L14.6383%2019.3277Z'%20fill='%23FA9DCE'/%3e%3cpath%20d='M26.5117%2024.8496C30.9358%2022.2954%2036.5931%2023.8114%2039.1474%2028.2353L40.4636%2030.515C40.6557%2030.8482%2040.5417%2031.2738%2040.2087%2031.4663L25.3943%2040.0194C25.061%2040.2118%2024.6347%2040.0981%2024.4421%2039.765L23.126%2037.4853C20.5719%2033.0613%2022.0878%2027.4039%2026.5117%2024.8496Z'%20fill='white'/%3e%3cmask%20id='mask0_13458_76238'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='21'%20y='23'%20width='20'%20height='18'%3e%3cpath%20d='M26.5117%2024.8496C30.9358%2022.2954%2036.5931%2023.8114%2039.1474%2028.2353L40.4636%2030.515C40.6557%2030.8482%2040.5417%2031.2738%2040.2087%2031.4663L25.3943%2040.0194C25.061%2040.2118%2024.6347%2040.0981%2024.4421%2039.765L23.126%2037.4853C20.5719%2033.0613%2022.0878%2027.4039%2026.5117%2024.8496Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_13458_76238)'%3e%3cpath%20d='M28.2213%2027.8068C31.2757%2026.0437%2035.1819%2027.0902%2036.9454%2030.1444L38.4891%2032.8183C40.2524%2035.8726%2039.2056%2039.7787%2036.1515%2041.5424C33.0971%2043.3059%2029.1911%2042.2591%2027.4274%2039.2047L25.8837%2036.5308C24.1203%2033.4763%2025.1668%2029.5703%2028.2213%2027.8068Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__character--h:after{background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='60'%20viewBox='0%200%2060%2060'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.1688%2048.2633C26.5922%2047.4415%2028.111%2047.024%2029.4374%2047.0463C30.7466%2047.0684%2032.0099%2047.533%2032.6507%2048.6426C33.2914%2049.7525%2033.0625%2051.0795%2032.427%2052.2243C31.7831%2053.3842%2030.662%2054.4908%2029.2387%2055.3126C27.8154%2056.1343%2026.2965%2056.5518%2024.9701%2056.5296C23.6608%2056.5075%2022.3972%2056.0423%2021.7564%2054.9325C21.1158%2053.8226%2021.345%2052.4964%2021.9806%2051.3515C22.6245%2050.1916%2023.7454%2049.0851%2025.1688%2048.2633Z'%20fill='%23E16AA9'/%3e%3cpath%20d='M49.0536%2034.4742C50.477%2033.6525%2051.9957%2033.235%2053.3222%2033.2572C54.6313%2033.2793%2055.8946%2033.744%2056.5355%2034.8536C57.1762%2035.9634%2056.9473%2037.2904%2056.3117%2038.4353C55.6678%2039.5951%2054.5468%2040.7017%2053.1235%2041.5235C51.7002%2042.3453%2050.1813%2042.7627%2048.8549%2042.7405C47.5456%2042.7185%2046.282%2042.2532%2045.6412%2041.1434C45.0006%2040.0336%2045.2298%2038.7073%2045.8653%2037.5625C46.5093%2036.4026%2047.6302%2035.296%2049.0536%2034.4742Z'%20fill='%23E16AA9'/%3e%3c/svg%3e")}.unitmap .unitmap-module.is-now .now-deco__tooltip{background-color:var(--blue-600);width:max-content;color:var(--surface-card);border-radius:8px;padding:4px 8px;font-size:12px;line-height:1em;position:absolute;top:14px;left:65px}.unitmap .unitmap-module.is-now .now-deco__tooltip:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='8'%20viewBox='0%200%206%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13580_55729)'%3e%3cpath%20d='M2.49615%205.6641C1.30868%204.87246%201.30868%203.12754%202.49615%202.3359L6%200L6%208L2.49615%205.6641Z'%20fill='%23465AE1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13580_55729'%3e%3crect%20width='6'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:6px;height:8px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)}.unitmap .unitmap-module--a.is-complete{background-color:var(--curriculum-tube-module-bg)}.unitmap .unitmap-module--a.is-now{border-color:var(--curriculum-tube-border)}.unitmap .unitmap-module--a .unitmap-unit__item.is-now{background-color:var(--curriculum-tube-list-bg)}.unitmap .unitmap-module--a li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--b.is-complete{background-color:var(--curriculum-maro-module-bg)}.unitmap .unitmap-module--b.is-now{border-color:var(--curriculum-maro-border)}.unitmap .unitmap-module--b .unitmap-unit__item.is-now{background-color:var(--curriculum-maro-list-bg)}.unitmap .unitmap-module--b li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--c.is-complete{background-color:var(--curriculum-roy-module-bg)}.unitmap .unitmap-module--c.is-now{border-color:var(--curriculum-roy-border)}.unitmap .unitmap-module--c .unitmap-unit__item.is-now{background-color:var(--curriculum-roy-list-bg)}.unitmap .unitmap-module--c li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--d.is-complete{background-color:var(--curriculum-woody-module-bg)}.unitmap .unitmap-module--d.is-now{border-color:var(--curriculum-woody-border)}.unitmap .unitmap-module--d .unitmap-unit__item.is-now{background-color:var(--curriculum-woody-list-bg)}.unitmap .unitmap-module--d li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--e.is-complete{background-color:var(--curriculum-gyeongbok-module-bg)}.unitmap .unitmap-module--e.is-now{border-color:var(--curriculum-gyeongbok-border)}.unitmap .unitmap-module--e .unitmap-unit__item.is-now{background-color:var(--curriculum-gyeongbok-list-bg)}.unitmap .unitmap-module--e li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--f.is-complete{background-color:var(--curriculum-lalla-module-bg)}.unitmap .unitmap-module--f.is-now{border-color:var(--curriculum-lalla-border)}.unitmap .unitmap-module--f .unitmap-unit__item.is-now{background-color:var(--curriculum-lalla-list-bg)}.unitmap .unitmap-module--f li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--g.is-complete{background-color:var(--curriculum-sabi-module-bg)}.unitmap .unitmap-module--g.is-now{border-color:var(--curriculum-sabi-border)}.unitmap .unitmap-module--g .unitmap-unit__item.is-now{background-color:var(--curriculum-sabi-list-bg)}.unitmap .unitmap-module--g li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-module--h.is-complete{background-color:var(--curriculum-jelly-module-bg)}.unitmap .unitmap-module--h.is-now{border-color:var(--curriculum-jelly-border)}.unitmap .unitmap-module--h .unitmap-unit__item.is-now{background-color:var(--curriculum-jelly-list-bg)}.unitmap .unitmap-module--h li.show-detail .unitmap-unit__item .learning-unit__description{font-weight:700}.unitmap .unitmap-unit li{position:relative}.unitmap .unitmap-unit__item{text-align:left;z-index:1;border-radius:16px;flex-direction:row;align-items:flex-start;gap:4px;width:100%;padding:4px 8px;display:flex;position:relative}@media (hover:hover) and (pointer:fine){.unitmap .unitmap-unit__item:is(button):hover:before{content:"";background-color:var(--alpha-dark-10);z-index:-1;border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0}}.unitmap .unitmap-unit__item:is(button):active:before{content:"";background-color:var(--alpha-dark-10);z-index:-1;border-radius:16px;width:100%;height:100%;position:absolute;top:0;left:0}.unitmap .unitmap-unit__item.is-now .learning-unit__description,.unitmap .unitmap-unit__item.is-complete .learning-unit__description{color:var(--text-general-default)}.unitmap .unitmap-unit__item.show-tooltip{font-weight:700}.unitmap .unitmap-unit__item.show-tooltip .learning-unit__description{color:var(--text-general-default)}.unitmap .unitmap-unit .learning-unit__step{margin-top:4px}.unitmap .unitmap-unit .learning-unit__description{min-width:0;color:var(--text-general-subtle);flex:1;font-size:16px;line-height:24px}.unitmap .unitmap-unit .learning-unit__achieve{color:var(--text-status-clear);padding:2px 0;font-size:14px;font-weight:700;line-height:20px}.unitmap .unitmap-unit .learning-unit__drill-rank{text-align:center;background-color:#ffc800;border:1px solid #fdac0b;border-radius:24px;width:40px;height:24px;padding:1px 0;font-size:14px;font-weight:700;line-height:20px}.unitmap .unitmap-tooltip{filter:drop-shadow(0 4px 12px #0003);z-index:5;background-color:#fff;border-radius:24px;width:328px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.unitmap .unitmap-tooltip:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13603_53124)'%3e%3cpath%20d='M9.41421%201.41421C8.63316%200.633164%207.36684%200.633165%206.58579%201.41421L0%208L16%208L9.41421%201.41421Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13603_53124'%3e%3crect%20width='16'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:8px;position:absolute;top:-8px;left:36px}.unitmap .unitmap-tooltip__content{padding:8px 12px}.unitmap .unitmap-tooltip__text{flex-direction:row;align-items:center;min-height:56px;display:flex}.unitmap .unitmap-tooltip__text p{width:100%;color:var(--text-general-subtle);font-size:16px;line-height:24px}.unitmap .unitmap-tooltip__history [data-simplebar]{max-height:172px;margin:0 -12px;padding:0 12px}.unitmap .unitmap-tooltip__history li{border-bottom:1px solid var(--border-divider)}.unitmap .unitmap-tooltip__history .history-item{text-align:left;flex-direction:row;align-items:center;gap:4px;width:100%;padding:8px 0 8px 8px;display:flex}.unitmap .unitmap-tooltip__history .history-item .round{width:40px;font-size:16px;line-height:24px}.unitmap .unitmap-tooltip__history .history-item .date{min-width:0;color:var(--text-general-subtle);flex:1}@media (hover:hover) and (pointer:fine){.unitmap .unitmap-tooltip__history .history-item:hover .icon-btn{background-color:var(--button-ghost-bg-hovered)}}.unitmap .unitmap-tooltip__history .history-item:active .icon-btn{background-color:var(--button-ghost-bg-hovered)}.unitmap .unitmap-tooltip__footer{padding:8px 16px 16px}.unitmap .unitmap-tooltip__footer button{width:100%}.unitmap-learning-guide{position:relative}.unitmap-learning-guide .btn-open-guide.is-active{background-color:var(--button-primary-outline-bg-hovered)}.unitmap-learning-guide .btn-open-guide-icon.is-active{background-color:var(--button-ghost-bg-hovered)}.unitmap-learning-guide__tooltip{background-color:var(--surface-modal);filter:drop-shadow(0 4px 12px #0003);border-radius:16px;width:384px;padding-bottom:24px;position:absolute;top:calc(100% + 12px);left:4px}.unitmap-learning-guide__tooltip:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='8'%20viewBox='0%200%2016%208'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_13603_53124)'%3e%3cpath%20d='M9.41421%201.41421C8.63316%200.633164%207.36684%200.633165%206.58579%201.41421L0%208L16%208L9.41421%201.41421Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_13603_53124'%3e%3crect%20width='16'%20height='8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:8px;position:absolute;top:-8px;left:52px}.unitmap-learning-guide__tooltip .tooltip-header{flex-direction:row;align-items:center;gap:8px;padding:16px 12px 16px 24px;display:flex}.unitmap-learning-guide__tooltip .tooltip-header .title{flex:1;min-width:0;padding-top:8px;font-size:18px;font-weight:700;line-height:24px}.unitmap-learning-guide__tooltip .tooltip-body{padding:8px 24px}.unitmap-learning-guide__tooltip .tooltip-body ul{flex-flow:wrap;align-items:center;gap:16px;display:flex}.unitmap-learning-guide__tooltip .tooltip-body ul li{flex-direction:row;flex:none;align-items:center;gap:4px;width:calc(50% - 8px);display:flex}.unitmap-learning-guide__tooltip .tooltip-body .badge{text-align:center;width:24px;height:16px;color:var(--text-general-inverse);border-radius:16px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:10px;font-weight:700;line-height:16px}.unitmap-learning-guide__tooltip .tooltip-body .badge--a{background-color:var(--curriculum-tube-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--b{background-color:var(--curriculum-maro-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--c{background-color:var(--curriculum-roy-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--d{background-color:var(--curriculum-woody-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--e{background-color:var(--curriculum-gyeongbok-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--f{background-color:var(--curriculum-lalla-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--g{background-color:var(--curriculum-sabi-tag)}.unitmap-learning-guide__tooltip .tooltip-body .badge--h{background-color:var(--curriculum-jelly-tag)}.unitmap-learning-guide__tooltip .tooltip-body .title{flex:1;min-width:0}.unitmap-learning-guide.mobile .btn-open-guide.is-active{background-color:var(--button-ghost-bg-hovered)}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip{width:192px;padding:16px;left:auto;right:-8px}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip:before{left:auto;right:16px}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip .tooltip-body{padding:0}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip .tooltip-body ul{display:block}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip .tooltip-body ul li{width:100%}.unitmap-learning-guide.mobile .unitmap-learning-guide__tooltip .tooltip-body ul li+li{margin-top:16px}.unitmap-bottomsheet{z-index:10;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.unitmap-bottomsheet__content{background-color:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:480px;min-height:136px;max-height:240px;margin:0 auto;display:flex;box-shadow:0 -4px 8px #0000001a}.unitmap-bottomsheet .content-title{padding:16px 16px 8px}.unitmap-bottomsheet .content-title .unitmap-unit__item{flex-direction:row;align-items:flex-start;gap:4px;padding:4px 8px;display:flex}.unitmap-bottomsheet .content-title .unitmap-unit__item .learning-unit__step{margin-top:4px}.unitmap-bottomsheet .content-title .unitmap-unit__item .learning-unit__description{font-size:16px;font-weight:700;line-height:24px}.unitmap-bottomsheet .content-list{flex:1;min-height:0;padding:0 16px;overflow:auto}.unitmap-bottomsheet .content-list .go-wrap{flex-direction:row;align-items:center;gap:8px;margin-bottom:11px;display:flex}.unitmap-bottomsheet .content-list .go-wrap p{flex:1;min-width:0}.unitmap-bottomsheet .content-list ul{border-top:1px solid var(--border-divider)}.unitmap-bottomsheet .content-list ul li{border-bottom:1px solid var(--border-divider)}.unitmap-bottomsheet .content-list .history-item{text-align:left;flex-direction:row;align-items:center;gap:4px;width:100%;padding:8px 0 8px 8px;display:flex}.unitmap-bottomsheet .content-list .history-item .round{width:40px;font-size:16px;line-height:24px}.unitmap-bottomsheet .content-list .history-item .date{min-width:0;color:var(--text-general-subtle);flex:1}@media (hover:hover) and (pointer:fine){.unitmap-bottomsheet .content-list .history-item:hover .icon-btn{background-color:var(--button-ghost-bg-hovered)}}.unitmap-bottomsheet .content-list .history-item:active .icon-btn{background-color:var(--button-ghost-bg-hovered)}.unitmap-bottomsheet .content-list .view-unit-master-ranking{text-align:center;padding:16px 0 24px}.invite-guide-wrap .copy-message{flex-direction:row;align-items:center;gap:8px;margin-bottom:24px;display:flex}.invite-guide-wrap .copy-message p{flex:1;min-width:0;padding:0 8px;font-size:16px;line-height:24px}.invite-guide-wrap .copy-message button{width:140px}.invite-guide-wrap .summary-box{background-color:var(--surface-section);border-radius:16px;padding:16px;font-size:16px;line-height:24px}.invite-guide-wrap .summary-box .summary-info-wrap{flex-direction:row;align-items:center;gap:40px;margin-top:8px;display:flex}.invite-guide-wrap .summary-box .summary-info{flex-direction:row;align-items:center;gap:4px;display:flex}.invite-guide-wrap .summary-box .summary-info__value{font-weight:700}.selected-chip{flex-flow:wrap;align-items:center;gap:4px;padding:6px 0;display:flex}.selected-chip__empty{color:var(--text-status-error);padding:4px 0;font-size:16px;line-height:24px}.selected-chip__item{border:1px solid var(--input-chip-border-enabled);max-width:100%;color:var(--input-chip-contents-normal);border-radius:16px;flex-direction:row;align-items:center;gap:4px;padding:5px 11px;display:flex}.selected-chip__item:has(button){padding-right:7px}.selected-chip__item span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:20px;display:block;overflow:hidden}.selected-chip__item button{color:inherit;flex:none;line-height:0}.selected-chip+.selectbox{margin-top:8px}.notification-header{background-color:var(--00);z-index:1;position:sticky;top:0}.notification-header .notification-title{flex-direction:row;align-items:center;gap:8px;padding:8px 16px;display:flex}.notification-header .notification-title h3{flex:1;min-width:0;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.notification-header .notification-header-btn{text-align:right;padding:8px 10px}.notification-list>li+li{border-top:1px solid var(--border-divider)}.notification-list .notification-item{position:relative}.notification-list .notification-item .notification-link{padding:12px 12px 16px 36px;display:block;position:relative}@media (hover:hover) and (pointer:fine){.notification-list .notification-item .notification-link:hover{background-color:var(--list-bg-hovered)}}.notification-list .notification-item .notification-link:active{background-color:var(--list-bg-hovered)}.notification-list .notification-item .notification-link:before{content:"";background-color:var(--text-general-default);border-radius:50%;width:4px;height:4px;position:absolute;top:22px;left:18px}.notification-list .notification-item .notification-link__title{padding-right:28px;font-size:16px;font-weight:700;line-height:24px}.notification-list .notification-item .notification-link__content{margin-top:4px;font-size:14px;line-height:20px}.notification-list .notification-item .notification-link__date{color:var(--text-general-subtle);margin-top:4px;font-size:12px;line-height:16px}.notification-list .notification-item .notification-link.is-new:before{background-color:#0000;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14805_61718)'%3e%3ccircle%20cx='8.00033'%20cy='8.0013'%20r='7.33333'%20fill='%23F7565E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.2226%204.18359C10.4042%204.18359%2010.575%204.2334%2010.7267%204.33095L10.7276%204.32926C10.7328%204.33228%2010.7374%204.3363%2010.7425%204.33942C10.7452%204.34126%2010.7485%204.34262%2010.7513%204.3445L10.7504%204.34535C10.9642%204.48014%2011.0528%204.69484%2011.0529%204.91529V10.7367C11.0529%2011.0275%2010.9994%2011.3364%2010.7863%2011.5412L10.7784%2011.5488C10.5709%2011.7358%2010.2758%2011.7868%209.99289%2011.7868C9.88311%2011.7868%209.77715%2011.7787%209.67814%2011.7614L9.65885%2011.758L9.63956%2011.7529C9.52032%2011.7185%209.41342%2011.6589%209.31868%2011.5861C9.21887%2011.5094%209.12704%2011.4098%209.04251%2011.299C8.95707%2011.187%208.86534%2011.045%208.76809%2010.8781L6.60693%207.28145V11.0839C6.60682%2011.3129%206.51406%2011.5313%206.29656%2011.6708L6.2913%2011.6742C6.13534%2011.7705%205.96024%2011.8156%205.77754%2011.8156C5.59464%2011.8156%205.42041%2011.7701%205.26289%2011.6792L5.25062%2011.6725L5.23922%2011.6649C5.03008%2011.5213%204.94737%2011.3033%204.94727%2011.0839V5.26251C4.94727%204.9754%204.99865%204.66063%205.22168%204.45967L5.22344%204.46137C5.43058%204.26833%205.72363%204.21243%206.00724%204.21239C6.11476%204.21239%206.22008%204.22531%206.32111%204.2488L6.32199%204.24711C6.3289%204.24832%206.33533%204.25165%206.34215%204.25304C6.34524%204.25382%206.34873%204.25308%206.3518%204.25388L6.35092%204.25473C6.47529%204.28142%206.5856%204.33643%206.68058%204.41394L6.68145%204.4131C6.68391%204.41498%206.68602%204.41796%206.68847%204.41987C6.69077%204.4218%206.69407%204.423%206.69636%204.42495L6.69548%204.4258C6.78963%204.50086%206.87722%204.59481%206.95762%204.70018C7.04239%204.81127%207.13302%204.95167%207.22941%205.11685L9.40285%208.73298V4.91529C9.40295%204.70201%209.48252%204.48406%209.6948%204.34535C9.69638%204.34426%209.69847%204.34303%209.70006%204.34196C9.70316%204.33998%209.70567%204.33713%209.70883%204.33518C9.86274%204.23353%2010.0373%204.18363%2010.2226%204.18359Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14805_61718'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:16px;top:16px;left:12px}.notification-list .notification-item .notification-delete-btn{position:absolute;top:14px;right:12px}.tab ul{flex-direction:row;align-items:center;display:flex}.tab .tab-item{color:var(--tab-off-enabled);padding:14px 16px;font-size:14px;line-height:20px;position:relative}.tab .tab-item--active{color:var(--tab-on-enabled);font-weight:700}.tab .tab-item--active:after{content:"";background-color:var(--tab-on-enabled);border-radius:2px 2px 0 0;width:100%;height:2px;position:absolute;bottom:1px;left:0}.tab .tab-item--active:disabled{color:var(--tab-on-disabled)}.tab .tab-item--active:disabled:after{background-color:var(--tab-off-disabled)}@media (hover:hover) and (pointer:fine){.tab .tab-item:hover{color:var(--tab-on-enabled)}}.tab .tab-item:active{color:var(--tab-on-enabled)}.tab .tab-item:disabled{color:var(--tab-off-disabled)}.profile-img{border:1px solid var(--border-stroke);border-radius:12px;overflow:hidden}.profile-img .avatar{width:130%;left:50%;transform:translate(-50%)}.avatar{position:relative}.avatar__body{z-index:1;height:100%;position:relative}.avatar__body-eye{z-index:1;background-image:url(/assets/eye-hAYNLDZ1.svg);width:100%;height:100%;position:absolute;top:0;left:0}.avatar__body-shadow{z-index:1;background-image:url(/assets/body_shadow-Dyjm15jz.svg);width:100%;height:100%;position:absolute;top:0;left:0}.avatar__body-main{aspect-ratio:1;height:100%;margin:0 auto;-webkit-mask-image:url(/assets/body-cSB9vq6K.svg);mask-image:url(/assets/body-cSB9vq6K.svg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.avatar__head{z-index:3;background-position:50%;width:100%;height:100%;position:absolute;top:0;left:0}.avatar__face{z-index:5;background-position:50%;width:100%;height:100%;position:absolute;top:0;left:0}.avatar__eye{z-index:4;background-position:50%;width:100%;height:100%;position:absolute;top:0;left:0}.avatar__hair{z-index:2;background-position:50%;width:100%;height:100%;position:absolute;top:0;left:0}.decoration__preview{background-color:var(--00);position:relative}.decoration__preview .bg-wrap{height:320px;position:relative;overflow:hidden}.decoration__preview .bg-wrap .bg{border-radius:24px;width:640px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.decoration__preview .object-wrap{width:320px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.decoration__preview .object-wrap .object{position:absolute}.decoration__preview .object-wrap .object--1{width:96px;height:96px;top:16px;right:16px}.decoration__preview .object-wrap .object--2{width:120px;height:120px;top:108px;left:20px}.decoration__preview .object-wrap .object--3{width:120px;height:120px;top:108px;right:0}.decoration__preview .object-wrap .object--4{width:96px;height:96px;bottom:4px;left:16px}.decoration__preview .object-wrap .object--5{width:96px;height:96px;bottom:4px;right:4px}.decoration__preview .avatar{z-index:3;width:140px;height:140px;position:absolute;bottom:56px;left:50%;transform:translate(-50%)}.decoration__preview .btn-deco-edit{position:absolute;top:12px;left:12px}.deco-store__category{background-color:var(--00);scrollbar-width:none;-ms-overflow-style:none;padding:16px 0;overflow:auto}.deco-store__category::-webkit-scrollbar{display:none}.deco-store__category ul{flex-direction:row;align-items:center;gap:8px;width:max-content;padding:0 16px;display:flex}.deco-store__category ul li{flex:none}.deco-store__category-item{background-color:var(--tab-store-bg-enabled);border:1px solid var(--tab-store-border-enabled);border-radius:28px;padding:3px 15px;font-size:14px;line-height:20px}@media (hover:hover) and (pointer:fine){.deco-store__category-item:hover{background-color:var(--tab-store-bg-hovered)}}.deco-store__category-item:active{background-color:var(--tab-store-bg-hovered)}.deco-store__category-item.selected{background-color:var(--tab-store-bg-focused);color:var(--tab-store-contents-focused)}.deco-store-wrap{padding:0 16px 16px}.deco-store-wrap .store-filter{flex-direction:row;align-items:center;gap:4px;margin-bottom:16px;display:flex}.deco-store-wrap .store-filter .title{color:var(--text-general-subtle);font-size:16px;line-height:24px}.deco-store__products:not(:first-child){margin-top:24px}.deco-store__products .products-category{color:var(--text-general-subtle);margin-bottom:8px;font-size:16px;font-weight:700;line-height:24px}.deco-store__products ul{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));justify-content:center;gap:12px;width:100%;display:grid}.deco-store__products ul li{text-align:center}.deco-store__products .product-item__thumb{border:4px solid var(--gray-100);background-color:#dbdbdb;background-position:50%;border-radius:12px;width:72px;height:72px}.deco-store__products .product-item__thumb.is-selected{border-color:var(--blue-600)}.deco-store__products .product-item__price{background-color:var(--blue-100);border-radius:28px;flex-direction:row;justify-content:center;align-items:center;gap:4px;margin-top:4px;padding:2px 4px 2px 0;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:flex}.deco-store__products .product-item__price:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4006%209.99985C18.4006%2014.639%2014.6398%2018.3999%2010.0006%2018.3999C5.36139%2018.3999%201.60059%2014.639%201.60059%209.99985C1.60059%205.36066%205.36139%201.59985%2010.0006%201.59985C14.6398%201.59985%2018.4006%205.36066%2018.4006%209.99985Z'%20fill='%23FFAA00'/%3e%3cpath%20d='M16.375%2010C16.375%2013.5208%2013.5208%2016.375%2010%2016.375C6.47918%2016.375%203.625%2013.5208%203.625%2010C3.625%206.47918%206.47918%203.625%2010%203.625C13.5208%203.625%2016.375%206.47918%2016.375%2010Z'%20fill='%23FFCA2C'/%3e%3cpath%20d='M10.3971%2014.2841C10.0451%2014.2841%209.67307%2014.2281%209.28107%2014.1161C8.88907%2014.0041%208.50507%2013.8361%208.12907%2013.6121C7.75307%2013.3881%207.40907%2013.1041%207.09707%2012.7601C6.79307%2012.4081%206.54907%2012.0001%206.36507%2011.5361C6.18907%2011.0641%206.10107%2010.5281%206.10107%209.92813C6.10107%209.35213%206.18907%208.84013%206.36507%208.39213C6.54907%207.93613%206.79307%207.54013%207.09707%207.20413C7.40107%206.86813%207.74107%206.59213%208.11707%206.37613C8.49307%206.15213%208.88107%205.98813%209.28107%205.88413C9.68107%205.77213%2010.0611%205.71613%2010.4211%205.71613C10.8291%205.71613%2011.1851%205.76413%2011.4891%205.86013C11.7931%205.95613%2012.0411%206.05613%2012.2331%206.16013C12.4251%206.25613%2012.5451%206.32413%2012.5931%206.36413C12.7371%206.45213%2012.8731%206.55213%2013.0011%206.66413C13.1291%206.77613%2013.1971%206.92413%2013.2051%207.10813C13.2051%207.20413%2013.1851%207.30013%2013.1451%207.39613C13.1131%207.48413%2013.0611%207.58013%2012.9891%207.68413C12.8611%207.86813%2012.7371%208.00413%2012.6171%208.09213C12.5051%208.17213%2012.3891%208.21213%2012.2691%208.21213C12.1731%208.21213%2012.0811%208.18813%2011.9931%208.14013C11.9131%208.09213%2011.8091%208.02813%2011.6811%207.94813C11.6251%207.90813%2011.5451%207.86013%2011.4411%207.80413C11.3371%207.74013%2011.1971%207.68413%2011.0211%207.63613C10.8451%207.58013%2010.6211%207.55213%2010.3491%207.55213C10.0691%207.55213%209.78507%207.60413%209.49707%207.70813C9.21707%207.80413%208.95707%207.95213%208.71707%208.15213C8.47707%208.35213%208.28507%208.60813%208.14107%208.92013C7.99707%209.22413%207.92507%209.58013%207.92507%209.98813C7.92507%2010.4121%207.99707%2010.7761%208.14107%2011.0801C8.29307%2011.3841%208.48907%2011.6361%208.72907%2011.8361C8.96907%2012.0361%209.22907%2012.1881%209.50907%2012.2921C9.79707%2012.3881%2010.0771%2012.4361%2010.3491%2012.4361C10.5891%2012.4361%2010.7931%2012.4121%2010.9611%2012.3641C11.1371%2012.3161%2011.2851%2012.2601%2011.4051%2012.1961C11.5331%2012.1241%2011.6411%2012.0601%2011.7291%2012.0041C11.8171%2011.9481%2011.9051%2011.8961%2011.9931%2011.8481C12.0891%2011.8001%2012.1851%2011.7761%2012.2811%2011.7761C12.3931%2011.7761%2012.5051%2011.8201%2012.6171%2011.9081C12.7371%2011.9961%2012.8571%2012.1361%2012.9771%2012.3281C13.0491%2012.4321%2013.1051%2012.5361%2013.1451%2012.6401C13.1851%2012.7361%2013.2011%2012.8321%2013.1931%2012.9281C13.1931%2013.0961%2013.1291%2013.2361%2013.0011%2013.3481C12.8731%2013.4521%2012.7371%2013.5481%2012.5931%2013.6361C12.5291%2013.6681%2012.4051%2013.7401%2012.2211%2013.8521C12.0371%2013.9561%2011.7931%2014.0521%2011.4891%2014.1401C11.1851%2014.2361%2010.8211%2014.2841%2010.3971%2014.2841Z'%20fill='%23AA6300'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.deco-store__products .product-item__owned{color:var(--text-general-subtle);margin-top:4px;padding:2px;font-size:16px;line-height:24px}.scratchpad-container{pointer-events:none;z-index:25;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.scratchpad-container__bg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.scratchpad-container__bg--grid,.scratchpad-container__bg--lined,.scratchpad-container__bg--dot{background-color:#ffffffe0}.scratchpad-container__bg--white{background-color:#fff;box-shadow:inset 0 0 0 2px #e2e8f0}.scratchpad-container__canvas{touch-action:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.scratchpad-container__canvas--active{pointer-events:auto;cursor:crosshair}.scratchpad-container__canvas--inactive{pointer-events:none}.scratchpad-container__toolbar{pointer-events:auto;z-index:30;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex;position:absolute;top:14px;right:14px}.scratchpad-container__toolbar-toggle{color:#334155;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:14px;font-weight:700;transition:all .15s;display:flex;box-shadow:0 4px 12px #0f172a1f}.scratchpad-container__toolbar-toggle:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.scratchpad-container__toolbar-toggle:active{transform:translateY(1px)}.scratchpad-container__toolbar-toggle--active{color:#fff;background:#2563eb;border-color:#1d4ed8;box-shadow:0 4px 14px #2563eb59}.scratchpad-container__toolbar-toggle--active:hover{background:#1d4ed8;border-color:#1e40af}.scratchpad-container__toolbar-toggle .icon{font-size:16px}.scratchpad-container__toolbar-panel{background:#fff;border:1.5px solid #e2e8f0;border-radius:22px;align-items:center;gap:6px;padding:4px 8px;animation:.18s cubic-bezier(.16,1,.3,1) scratchpad-slide-in;display:flex;position:relative;box-shadow:0 4px 16px #0f172a26}.scratchpad-container__toolbar-color-btn{cursor:pointer;border:2px solid #fff;border-radius:50%;outline:1.5px solid #cbd5e1;width:24px;height:24px;transition:transform .1s,outline-color .15s}.scratchpad-container__toolbar-color-btn:hover{transform:scale(1.15)}.scratchpad-container__toolbar-color-btn--active{outline:2.5px solid #2563eb;transform:scale(1.2)}.scratchpad-container__toolbar-action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .12s;display:flex}.scratchpad-container__toolbar-action-btn:hover{color:#1e293b;background:#0f172a0f}.scratchpad-container__toolbar-action-btn:active{transform:scale(.92)}.scratchpad-container__toolbar-action-btn--active{color:#ef4444;background:#ef44441a}.scratchpad-container__toolbar-action-btn--active:hover{color:#dc2626;background:#ef444426}.scratchpad-container__toolbar-action-btn--clear{color:#64748b}.scratchpad-container__toolbar-action-btn--clear:hover{color:#ef4444;background:#ef44441a}.scratchpad-container__toolbar-action-btn--template-active{color:#2563eb;background:#2563eb14}.scratchpad-container__toolbar-action-btn--template-active:hover{color:#1d4ed8;background:#2563eb24}.scratchpad-container__toolbar-divider{background:#e2e8f0;width:1px;height:18px;margin:0 2px}.scratchpad-container__template-wrapper{position:relative}.scratchpad-container__template-menu{z-index:35;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:170px;padding:8px;animation:.15s scratchpad-slide-in;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0f172a2e}.scratchpad-container__template-menu-title{color:#94a3b8;letter-spacing:-.2px;padding:2px 6px 6px;font-size:11px;font-weight:700}.scratchpad-container__template-list{flex-direction:column;gap:3px;display:flex}.scratchpad-container__template-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;width:100%;padding:6px 8px;transition:all .1s;display:flex}.scratchpad-container__template-item:hover{background:#f1f5f9}.scratchpad-container__template-item--selected{background:#eff6ff}.scratchpad-container__template-item--selected .scratchpad-container__template-name{color:#2563eb;font-weight:700}.scratchpad-container__template-preview{border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;width:22px;height:22px}.scratchpad-container__template-preview--none{background:#fff;position:relative}.scratchpad-container__template-preview--none:after{content:"";background:linear-gradient(135deg,#0000 45%,#ef4444 45% 55%,#0000 55%);width:100%;height:100%;position:absolute;top:0;left:0}.scratchpad-container__template-preview--grid{background-color:#f8fafc;background-image:linear-gradient(#94a3b8 1px,#0000 1px),linear-gradient(90deg,#94a3b8 1px,#0000 1px);background-size:6px 6px}.scratchpad-container__template-preview--lined{background-color:#f8fafc;background-image:linear-gradient(#94a3b8 1px,#0000 1px);background-size:100% 6px}.scratchpad-container__template-preview--dot{background-color:#f8fafc;background-image:radial-gradient(#64748b 1px,#0000 1px);background-size:6px 6px}.scratchpad-container__template-preview--white{background-color:#fff;border-color:#94a3b8}.scratchpad-container__template-info{flex-direction:column;flex:1;min-width:0;display:flex}.scratchpad-container__template-name{color:#334155;font-size:13px;font-weight:600;line-height:1.2}.scratchpad-container__template-desc{color:#94a3b8;font-size:10px;line-height:1.2}.scratchpad-container__template-check{color:#2563eb;font-size:12px;font-weight:800}.digit-tracing-wrapper{align-items:center;display:inline-flex;position:relative}.digit-tracing-container{pointer-events:auto;z-index:30;position:absolute;top:14px;right:14px}.digit-tracing-panel{z-index:40;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #3b82f6;border-radius:16px;flex-direction:column;align-items:center;width:216px;padding:12px;animation:.22s cubic-bezier(.16,1,.3,1) tracing-slide-down;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0f172a2e,0 2px 6px #00000014}.digit-tracing-panel__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:8px;display:flex}.digit-tracing-panel__title{color:#1e293b;font-size:13px;font-weight:700}.digit-tracing-panel__close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:13px;font-weight:700;transition:color .1s}.digit-tracing-panel__close-btn:hover{color:#334155}.digit-tracing-panel__tabs{gap:4px;width:100%;margin-bottom:6px;padding-bottom:6px;display:flex;overflow-x:auto}.digit-tracing-panel__tabs::-webkit-scrollbar{height:3px}.digit-tracing-panel__tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.digit-tracing-panel__tab-btn{color:#475569;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0;font-size:12px;font-weight:700;transition:all .1s;display:flex}.digit-tracing-panel__tab-btn:hover{background-color:#e2e8f0}.digit-tracing-panel__tab-btn--active{color:#fff;background-color:#2563eb}.digit-tracing-panel__canvas-container{touch-action:none;background-color:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;width:184px;height:170px;position:relative;overflow:hidden}.digit-tracing-panel__canvas{cursor:crosshair;width:100%;height:100%}.digit-tracing-panel__success-overlay{background-color:#ffffffe6;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.digit-tracing-panel__success-icon{font-size:32px;animation:.4s tracing-pop}.digit-tracing-panel__success-text{color:#10b981;margin-top:4px;font-size:14px;font-weight:700}.digit-tracing-panel__progress-bar-wrap{align-items:center;gap:6px;width:100%;margin-top:8px;display:flex}.digit-tracing-panel__progress-track{background-color:#e2e8f0;border-radius:3px;flex:1;height:6px;overflow:hidden}.digit-tracing-panel__progress-fill{background-color:#3b82f6;height:100%;transition:width .15s}.digit-tracing-panel__progress-fill--success{background-color:#10b981}.digit-tracing-panel__progress-text{color:#64748b;font-size:11px;font-weight:700}@keyframes scratchpad-slide-in{0%{opacity:0;transform:scale(.92)translate(8px)}to{opacity:1;transform:scale(1)translate(0)}}@keyframes tracing-slide-down{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes tracing-pop{0%{transform:scale(.5)}70%{transform:scale(1.25)}to{transform:scale(1)}}.home-point-ranking{border:1px solid var(--border-stroke);background-color:var(--surface-card);border-radius:16px;flex-direction:column;width:280px;padding:15px 7px;display:flex;position:relative}.home-point-ranking .title{margin-bottom:16px;padding:0 8px;font-size:18px;font-weight:700;line-height:24px}.home-point-ranking .ranking-date{color:var(--text-general-subtle);font-size:12px;line-height:16px;position:absolute;top:18px;right:16px}.home-point-ranking .btn-setting{position:absolute;top:12px;right:8px}.home-point-ranking .ranking-list-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.home-point-ranking .ranking-list-wrap .ranking-list-empty{flex-direction:row;align-items:center;height:220px;padding:0 8px;display:flex}.home-point-ranking .ranking-list-wrap .ranking-list-empty p{text-align:center;color:var(--text-general-subtle)}.home-point-ranking .ranking-list-wrap .ranking-list,.home-point-ranking .ranking-list-wrap .ranking-list [data-simplebar]{flex-direction:column;flex:1;min-height:0;display:flex}.home-point-ranking .rank-item{border-radius:16px;flex-direction:row;align-items:center;gap:16px;padding:12px 16px 12px 12px;display:flex}.home-point-ranking .rank-item .rank{text-align:center;width:30px;font-weight:700;position:relative}.home-point-ranking .rank-item .rank:before{width:24px;height:24px;position:absolute;left:50%;transform:translate(-50%)}.home-point-ranking .rank-item .rank.rank-1:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23FFC800'%20stroke='white'/%3e%3cpath%20d='M13.5%207.97671V16.6712C13.5%2017.1384%2013.1987%2017.5%2012.6562%2017.5C12.1138%2017.5%2011.8125%2017.1384%2011.8125%2016.6712V8.65479C11.8125%208.48904%2011.7522%208.4137%2011.6467%208.4137C11.5714%208.4137%2011.4961%208.44384%2011.4358%208.48904L10.7578%208.97123C10.3962%209.2274%209.91402%209.25753%209.62775%208.85068C9.38667%208.48904%209.49214%208.05205%209.89896%207.75068L11.0591%206.90685C11.3755%206.66575%2011.7221%206.5%2012.1892%206.5C12.8822%206.5%2013.5%206.96712%2013.5%207.97671Z'%20fill='%23784600'/%3e%3c/svg%3e")}.home-point-ranking .rank-item .rank.rank-2:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1E5EB'%20stroke='white'/%3e%3cpath%20d='M8.88538%2014.35L12.3162%2011.3333C13.2332%2010.55%2013.7866%209.96667%2013.7866%208.96667C13.7866%208.03333%2013.0435%207.16667%2011.7787%207.16667C10.7826%207.16667%2010.2292%207.63333%209.67589%208.11667C9.24901%208.5%208.82213%208.45%208.55336%208.13333C8.28458%207.81667%208.23715%207.3%208.66403%206.83333C9.37549%206.05%2010.4032%205.5%2011.7787%205.5C13.9921%205.5%2015.5099%206.96667%2015.5099%208.98333C15.5099%2010.5333%2014.498%2011.6167%2013.1858%2012.7667L10.2451%2015.3333C9.94466%2015.5833%2010.0237%2015.8333%2010.3557%2015.8333H15.1621C15.6206%2015.8333%2016%2016.15%2016%2016.6667C16%2017.1833%2015.6206%2017.5%2015.1621%2017.5H9.72332C8.56917%2017.5%208%2016.85%208%2016.0667C8%2015.4833%208.26877%2014.8667%208.88538%2014.35Z'%20fill='%23595F6C'/%3e%3c/svg%3e")}.home-point-ranking .rank-item .rank.rank-3:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1BC8D'%20stroke='white'/%3e%3cpath%20d='M11.8877%2016.3333C13.2739%2016.3333%2014.3674%2015.5%2014.3674%2014.2333C14.3674%2012.7167%2013.1199%2012.1667%2011.6721%2012.1667C11.1023%2012.1667%2010.671%2011.8%2010.671%2011.1333C10.671%2010.8167%2010.8404%2010.4333%2011.1639%2010.1667L13.5819%208.11667C13.8438%207.86667%2013.7668%207.66667%2013.4125%207.66667H9.56208C9.11543%207.66667%208.792%207.35%208.792%206.83333C8.792%206.31667%209.11543%206%209.56208%206H13.6743C14.8449%206%2015.4455%206.81667%2015.4455%207.7C15.4455%208.25%2015.2299%208.81667%2014.7525%209.21667L12.8426%2010.8167C14.4136%2010.8167%2016%2011.9833%2016%2014.2167C16%2016.4%2014.198%2018%2011.8877%2018C10.3014%2018%209.05383%2017.45%208.26834%2016.4C7.8833%2015.8833%207.9295%2015.3667%208.29914%2015.05C8.65338%2014.7333%209.13084%2014.7333%209.50048%2015.2667C9.91632%2015.85%2010.7942%2016.3333%2011.8877%2016.3333Z'%20fill='%23624E37'/%3e%3c/svg%3e")}.home-point-ranking .rank-item .date{color:var(--text-general-subtle);font-size:12px;line-height:16px}.home-point-ranking .rank-item .point{flex-direction:row;align-items:center;gap:4px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-weight:700;display:flex}.home-point-ranking .rank-item .point:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.43132%201.84182C9.34908%201.11002%2010.6509%201.11002%2011.5687%201.84182L18.0524%207.01176C18.8822%207.67346%2019.2076%208.78474%2018.8658%209.78955L16.4119%2017.0017C16.0649%2018.0216%2015.1071%2018.7074%2014.0298%2018.7074H5.97018C4.89289%2018.7074%203.93513%2018.0216%203.58813%2017.0017L1.13425%209.78955C0.792367%208.78474%201.11776%207.67347%201.94762%207.01176L8.43132%201.84182Z'%20fill='%2313B9D9'/%3e%3cpath%20d='M8.50124%204.52045C9.38045%203.82912%2010.6185%203.82912%2011.4977%204.52045L15.7206%207.84089C16.5321%208.47899%2016.8504%209.56105%2016.5137%2010.5369L14.9367%2015.1076C14.5994%2016.085%2013.6793%2016.7409%2012.6453%2016.7409H7.35366C6.31968%2016.7409%205.39953%2016.085%205.06228%2015.1076L3.48524%2010.5369C3.14852%209.56105%203.46685%208.47899%204.27837%207.84089L8.50124%204.52045Z'%20fill='%2343D6F2'/%3e%3cpath%20d='M8.31649%2015.4073C8.00617%2015.4073%207.78391%2015.3611%207.64971%2015.2689C7.5239%2015.1766%207.44422%2015.055%207.41067%2014.904C7.37713%2014.7531%207.36035%2014.5979%207.36035%2014.4385V7.56942C7.36035%207.41007%207.37713%207.2591%207.41067%207.11651C7.44422%206.96554%207.5281%206.84393%207.66229%206.75167C7.79649%206.65941%208.01875%206.61328%208.32907%206.61328H10.9081C11.2604%206.61328%2011.6127%206.67619%2011.9649%206.80199C12.3256%206.9278%2012.6569%207.1249%2012.9588%207.39329C13.2691%207.6533%2013.5166%207.9762%2013.7011%208.36201C13.894%208.74783%2013.9904%209.20074%2013.9904%209.72074C13.9904%2010.2324%2013.894%2010.6811%2013.7011%2011.0669C13.5166%2011.4527%2013.2691%2011.7756%2012.9588%2012.0356C12.6569%2012.2872%2012.3256%2012.4801%2011.9649%2012.6143C11.6043%2012.7401%2011.2478%2012.803%2010.8956%2012.803H9.28522V14.4511C9.28522%2014.6105%209.26844%2014.7656%209.23489%2014.9166C9.20134%2015.0592%209.11747%2015.1766%208.98328%2015.2689C8.84908%2015.3611%208.62682%2015.4073%208.31649%2015.4073ZM9.28522%2010.8908H10.9081C11.0927%2010.8908%2011.273%2010.853%2011.4491%2010.7775C11.6336%2010.6937%2011.7846%2010.5637%2011.902%2010.3875C12.0278%2010.2114%2012.0907%209.98494%2012.0907%209.70816C12.0907%209.47332%2012.0404%209.26783%2011.9398%209.0917C11.8391%208.91557%2011.6965%208.77718%2011.512%208.67653C11.3359%208.57589%2011.1304%208.52556%2010.8956%208.52556H9.28522V10.8908Z'%20fill='%230071AA'/%3e%3c/svg%3e");width:20px;height:20px}.home-point-ranking .rank-item .rank-user-profile{flex-direction:row;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.home-point-ranking .rank-item .rank-user-profile .name{flex:1;min-width:0;font-size:16px;line-height:24px}.home-point-ranking .rank-item--my{background-color:var(--list-bg-focused)}.guide-legend-box{border:1px solid var(--border-stroke);background-color:var(--surface-card);border-radius:16px;margin-top:24px;padding:11px 15px}.guide-legend-box .legend-title{border-bottom:1px solid var(--border-divider);color:var(--text-action-primary);margin-bottom:8px;padding-bottom:8px;font-weight:700}.guide-legend-box .legend-list{flex:1;min-width:0}.guide-legend-box .legend-list-wrap{flex-direction:row;align-items:flex-start;gap:40px;display:flex}.guide-legend-box .legend-list li{flex-direction:row;align-items:flex-start;gap:4px;font-size:12px;line-height:16px;display:flex}.guide-legend-box .legend-list li+li{margin-top:8px}.guide-legend-box .legend-list .legend-label{flex-direction:row;flex:none;align-items:center;gap:4px;width:120px;display:flex}.guide-legend-box .legend-list .legend-desc{color:var(--text-general-subtle);padding-top:2px}.guide-legend-box .legend-list--right{flex:none;width:328px}.guide-legend-box .legend-list--right .legend-label{width:60px}.formula-step-result{flex-direction:row;align-items:center;gap:4px;display:flex}.formula-step-result .result-item{background-color:var(--red-100);color:var(--status-wrong);border-radius:4px;padding:2px 4px;font-size:12px;font-weight:700;line-height:16px}.formula-step-result .result-item--good{background-color:var(--gray-200);color:var(--text-general-subtle)}.landing-page__header{z-index:5;background-color:#fff;position:sticky;top:0}.landing-page__header .header-inner{flex-direction:row;align-items:center;width:100%;margin:0 auto;padding:12px 20px;display:flex}.landing-page__header .left-wrap{flex-direction:row;align-items:center;gap:40px;display:flex}.landing-page__header .left-wrap h1 a{display:block}.landing-page__header .right-wrap{flex-direction:row;align-items:center;gap:16px;margin-left:auto;display:flex}.landing-page{text-align:center;min-width:1280px}.landing-page .landing-content{width:1280px;margin:0 auto}.landing-page img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.landing-page__footer{background-color:#243085;flex-direction:row;justify-content:center;align-items:center;gap:24px;padding:32px 0;display:flex}.landing-page__footer p{color:#f5f5f5}.landing-page .landing-section{z-index:1;position:relative}.landing-page .section-title{flex-direction:column;gap:16px;display:flex}.landing-page .section-title h2{color:var(--blue-700);font-family:Cafe24Surround,Apple SD Gothic Neo,sans-serif;font-size:40px;line-height:56px}.landing-page .section-title p{font-size:24px;line-height:36px}.landing-page p.description{color:var(--blue-700);font-family:Cafe24Surround,Apple SD Gothic Neo,sans-serif;font-size:30px;line-height:48px}.landing-section--1 .bg-wrap{background-color:var(--blue-600);z-index:-1;border-radius:80px;width:calc(100% - 40px);height:100%;position:absolute;top:0;left:20px;overflow:hidden}.landing-section--1 .bg-wrap .bg{z-index:2;background-image:url(/assets/section1_bg-CW2ujbKs.svg);background-position:top;background-size:2000px;height:100%;position:relative}.landing-section--1 .bg-wrap .bg-btm{flex-direction:row;align-items:center;width:100%;height:320px;display:flex;position:absolute;bottom:-90px;left:0}.landing-section--1 .bg-wrap .bg-btm>div{height:100%}.landing-section--1 .bg-wrap .bg-btm__left{background-image:url("data:image/svg+xml,%3csvg%20width='860'%20height='320'%20viewBox='0%200%20860%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M464%20142C294.5%20142%2085%2085%200%200V320H860L860%20142H464Z'%20fill='%236E81FF'/%3e%3c/svg%3e");width:860px}.landing-section--1 .bg-wrap .bg-btm__center{background-image:url("data:image/svg+xml,%3csvg%20width='160'%20height='320'%20viewBox='0%200%20160%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14256_63499)'%3e%3cpath%20d='M0%20142H160V320H0V142Z'%20fill='%236E81FF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14256_63499'%3e%3crect%20width='160'%20height='320'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:repeat-x;flex:1;min-width:0;margin:0 -10px}.landing-section--1 .bg-wrap .bg-btm__right{background-image:url("data:image/svg+xml,%3csvg%20width='860'%20height='320'%20viewBox='0%200%20860%20320'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M396%20142C565.5%20142%20775%2085%20860%200V320H0L6.10352e-05%20142H396Z'%20fill='%236E81FF'/%3e%3c/svg%3e");width:860px}.landing-section--1 .landing-content{padding-top:180px}.landing-section--1 h2{color:var(--blue-50);font-family:Cafe24Surround,Apple SD Gothic Neo,sans-serif;font-size:56px;line-height:72px}.landing-section--1 h2 span{display:block}.landing-section--1 h2 span+span{margin-top:24px}.landing-section--1 p{color:#fff;margin-top:48px;font-size:32px;line-height:48px}.landing-section--1 .link-trial{background-color:var(--yellow-500);color:#13217d;border-radius:80px;flex-direction:row;justify-content:center;align-items:center;width:560px;height:80px;margin:48px auto 0;font-size:28px;font-weight:500;line-height:40px;display:flex;box-shadow:0 4px #e59900}@media (hover:hover) and (pointer:fine){.landing-section--1 .link-trial:hover{background-color:var(--yellow-400)}}.landing-section--1 .link-trial:active{background-color:var(--yellow-400);background-color:var(--yellow-500);box-shadow:none;transform:translateY(4px)}.landing-section--1 .link-wrap{align-items:initial;background-image:url("data:image/svg+xml,%3csvg%20width='1200'%20height='128'%20viewBox='0%200%201200%20128'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M970.131%200L229.869%200C198.5%200%20168.988%2014.8662%20150.317%2040.0725L122.715%2077.3343C108.096%2097.0703%2086.6625%20118.667%2062.5787%20123.484C38.4948%20128.301%200%20128%200%20128H1200C1200%20128%201161.51%20128.301%201137.42%20123.484C1113.34%20118.667%201091.9%2097.0703%201077.28%2077.3343L1049.68%2040.0725C1031.01%2014.8662%201001.5%200%20970.131%200Z'%20fill='white'/%3e%3c/svg%3e");background-position:center bottom -1px;background-size:1200px;flex-direction:row;justify-content:center;gap:40px;width:100%;margin-top:100px;padding:20px 0 16px;display:flex;position:relative}.landing-section--1 .link-wrap .link-item__title{color:#666;margin-bottom:8px;font-size:16px;font-weight:700;line-height:24px}.landing-section--1 .link-wrap .link-item__btns{flex-direction:row;align-items:center;gap:16px;display:flex}.landing-section--1 .link-wrap .link-item__btns a{color:#fff;background-color:#333;border-radius:60px;flex-direction:row;align-items:center;gap:8px;width:fit-content;height:60px;padding:0 32px;font-size:24px;line-height:32px;display:flex}.landing-section--1 .link-wrap .link-item--app .link-item__title{color:var(--blue-500)}.landing-section--1 .link-wrap .link-item--app .link-item__btns a:before{content:"";width:32px;height:32px;display:block}.landing-section--1 .link-wrap .link-item--app .link-item__btns a.link-apple:before{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.2681%2016.5352C23.2962%2014.3663%2024.4347%2012.3628%2026.285%2011.2268C25.1125%209.55442%2023.2188%208.53208%2021.1755%208.46824C19.0257%208.24289%2016.9416%209.75291%2015.846%209.75291C14.7293%209.75291%2013.0427%208.49061%2011.2264%208.52793C8.83657%208.60504%206.66264%209.929%205.49997%2012.0155C3.02401%2016.2965%204.87086%2022.588%207.24262%2026.0483C8.42926%2027.7428%209.81611%2029.6355%2011.6308%2029.5684C13.4065%2029.4949%2014.0697%2028.4376%2016.2132%2028.4376C18.3368%2028.4376%2018.959%2029.5684%2020.8105%2029.5258C22.716%2029.4949%2023.9165%2027.8238%2025.0615%2026.1133C25.9141%2024.906%2026.5702%2023.5715%2027.0055%2022.1596C24.7423%2021.2036%2023.2708%2018.9891%2023.2681%2016.5352Z'%20fill='white'/%3e%3cpath%20d='M19.7716%206.19248C20.8106%204.94696%2021.3224%203.34606%2021.1985%201.72974C19.6112%201.89622%2018.145%202.65381%2017.092%203.85154C16.0523%205.03327%2015.5255%206.57928%2015.6278%208.14907C17.2363%208.1656%2018.7636%207.44446%2019.7716%206.19248Z'%20fill='white'/%3e%3c/svg%3e")}.landing-section--1 .link-wrap .link-item--app .link-item__btns a.link-google:before{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.29492%203.73649C3.29492%203.5421%203.31039%203.36019%203.33997%203.1915L15.4482%2015.9743L3.32056%2028.7776C3.30366%2028.6459%203.29492%2028.5068%203.29492%2028.3607V3.73649ZM4.62936%2030.346C5.07495%2030.418%205.60321%2030.3095%206.1684%2029.994L20.9137%2021.7442L16.8455%2017.4494L4.62936%2030.346ZM18.2427%2015.9743L22.7408%2020.7229L28.2208%2017.6574C29.8007%2016.7723%2029.8007%2015.3249%2028.2208%2014.442L22.6477%2011.3239L18.2427%2015.9743ZM20.8212%2010.302L6.1684%202.10422C5.7138%201.84925%205.28295%201.729%204.90073%201.729C4.85125%201.729%204.80257%201.731%204.75474%201.73498L16.8455%2014.4993L20.8212%2010.302Z'%20fill='white'/%3e%3c/svg%3e")}.landing-section--2 .landing-content{background-image:url("data:image/svg+xml,%3csvg%20width='1280'%20height='312'%20viewBox='0%200%201280%20312'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14296_5043)'%3e%3cpath%20d='M307.815%20153.635C127.927%20194.565%20160.907%2070.7649%20172.192%2082.0496C186.793%2096.6506%20161.837%20160.799%20129.298%20104.194'%20stroke='%23FFD618'%20stroke-width='4'/%3e%3ccircle%20cx='113.569'%20cy='75.8363'%20r='7'%20transform='rotate(45%20113.569%2075.8363)'%20fill='%2360B0FF'/%3e%3cpath%20d='M188.649%20179.473L183.658%20184.464M180.164%20175.958L180.164%20183.017M171.679%20179.473L176.67%20184.464M168.164%20187.958L175.223%20187.958M171.679%20196.444L176.67%20191.452M180.164%20199.958L180.164%20192.9M188.649%20196.444L183.658%20191.452M192.164%20187.958L185.105%20187.958'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M66.666%2098.6294L35.5576%20129.738'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M51.1123%2092.1833V136.177'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M35.5576%2098.623L66.666%20129.731'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M29.1113%20114.176H73.1052'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M890%2081.0891C1053.16%20-5.00513%201053.35%20123.113%201039.53%20115.133C1021.65%20104.809%201029.15%2036.3873%201075.23%2082.6413'%20stroke='%23FFD618'%20stroke-width='4'/%3e%3ccircle%20cx='1097.76'%20cy='105.962'%20r='7'%20transform='rotate(-150%201097.76%20105.962)'%20fill='%2360B0FF'/%3e%3cpath%20d='M1007.42%2038.0543L1010.95%2031.9412M1016.53%2039.2531L1014.7%2032.4348M1023.81%2033.662L1017.7%2030.1326M1025.01%2024.5561L1018.19%2026.3831M1019.42%2017.2697L1015.89%2023.3828M1010.32%2016.0709L1012.14%2022.8892M1003.03%2021.662L1009.14%2025.1914M1001.83%2030.7678L1008.65%2028.9408'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M1137.17%2071.8057L1159.16%2033.7058'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M1153.86%2074.0066L1142.47%2031.5118'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M1167.22%2063.7603L1129.12%2041.7633'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3cpath%20d='M1169.42%2047.0688L1126.92%2058.4553'%20stroke='%23FFD35C'%20stroke-width='2'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14296_5043'%3e%3crect%20width='1280'%20height='312'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:bottom;background-size:100%;padding:120px 0}.landing-section--2 .section-title{gap:8px}.landing-section--2 .description{background-color:#e6eefe;border-radius:64px;width:fit-content;margin:0 auto;padding:8px 40px;font-size:28px}.landing-section--2 .description+.description{margin-top:16px}.landing-section--2 .video-wrap{flex-direction:row;align-items:flex-start;gap:80px;margin:48px 0 64px;padding:0 20px;display:flex}.landing-section--2 .video-wrap .video-item{flex:1;min-width:0}.landing-section--2 .video-wrap .video-item__step{letter-spacing:-.04em;width:120px;color:var(--blue-800);background-color:#beeaff;border-radius:36px;margin:0 auto 8px;font-size:20px;line-height:36px}.landing-section--2 .video-wrap .video-item__video{height:400px;position:relative}.landing-section--2 .video-wrap .video-item__video:before{content:"";border:4px solid #beeaff;border-radius:24px;width:100%;height:100%;position:absolute;top:0;left:0}.landing-section--2 .video-wrap .video-item__video video{border-radius:28px;width:100%;height:100%}.landing-section--2 .video-wrap .video-item__description{text-align:center;background-color:#ffe18f;border-radius:24px;flex-direction:row;justify-content:center;align-items:center;height:96px;margin-top:8px;padding:8px;font-size:20px;line-height:32px;display:flex}.landing-section--3{background-color:#c0ebff}.landing-section--3 .landing-content{padding:80px 0 84px}.landing-section--3 .img-wrap{height:460px;margin:48px 0}.landing-section--3 .img-wrap img{margin-top:-80px}.landing-section--4{background-color:#ffec95}.landing-section--4 .landing-content{background-image:url("data:image/svg+xml,%3csvg%20width='1920'%20height='980'%20viewBox='0%200%201920%20980'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M715.063%20114.462C676.298%20124.927%20656.064%2096.5996%20666.606%2096.5996C680.246%2096.5996%20698.552%20138.219%20656.915%20126.978'%20stroke='%2346B7F2'%20stroke-width='4'/%3e%3cpath%20d='M609.508%20129.809C625.825%20155.243%20664.879%20189.37%20720.516%20186.751'%20stroke='%2328BB9E'%20stroke-width='4'/%3e%3cpath%20d='M639.304%20107.08L632.316%20121.931'%20stroke='%23FFC800'%20stroke-width='6'/%3e%3cpath%20d='M560%20180.427L575.854%20176.179'%20stroke='%2346B7F2'%20stroke-width='6'/%3e%3cpath%20d='M587.743%2096L595.95%20110.214'%20stroke='%23F06553'%20stroke-width='6'/%3e%3ccircle%20cx='580.376'%20cy='128.142'%20r='4.52268'%20fill='%238F71F3'/%3e%3cpath%20d='M1200%20150.3C1266.42%20168.053%201301.09%20120%201283.03%20120C1259.66%20120%201228.29%20190.599%201299.63%20171.531'%20stroke='%2346B7F2'%20stroke-width='4'/%3e%3cpath%20d='M1311.49%20152.374L1324.89%20144.638'%20stroke='%238F71F3'%20stroke-width='6'/%3e%3cpath%20d='M1362.38%20179.156L1348.98%20171.419'%20stroke='%2328BB9E'%20stroke-width='6'/%3e%3ccircle%20cx='1221.73'%20cy='179.252'%20r='4.0451'%20fill='%23F06553'/%3e%3ccircle%20cx='1311.15'%20cy='129.027'%20r='4.0451'%20fill='%23FFC800'/%3e%3c/svg%3e");background-position:50%;padding:120px 0 112px}.landing-section--4 .img-wrap{flex-direction:row;align-items:center;gap:40px;margin:40px 0 48px;padding:0 24px;display:flex}.landing-section--4 .img-wrap .img-item{flex:1;min-width:0}.landing-section--4 .img-wrap .img-item__description{background-color:#ffcf4c;border-radius:64px;margin-top:16px;padding:16px 8px;font-size:20px;line-height:32px}.landing-section--5{background-color:#243085;background-image:url(/assets/section5_bg-HxVy1jDO.svg);background-position:50%;background-size:2000px}.landing-section--5 .landing-content{padding:232px 0 96px;position:relative}.landing-section--5 .box{background-color:#b8e8ff;border-radius:40px;padding:40px 0 64px;position:relative;box-shadow:inset 0 -8px #84d7ff}.landing-section--5 .box:before{content:"";background-image:url(/assets/section5_characters-CZaukgto.svg);width:552px;height:230px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.landing-section--5 .box:after{content:"";background-image:url(/assets/section5_characters_hand-ClAd7ceS.svg);width:132px;height:24px;position:absolute;bottom:calc(100% - 9px);left:50%;transform:translate(-50%)}.landing-section--5 .box ul{margin-top:40px}.landing-section--5 .box ul li{background-color:#e9f8ff;border-radius:72px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:1080px;margin:0 auto;padding:16px;display:flex}.landing-section--5 .box ul li+li{margin-top:32px}.landing-section--5 .box ul li:before{content:"";width:40px;height:40px;display:block}.landing-section--5 .box ul li:first-child:before{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0415%205H13.9029C11.7167%205%209.94434%206.77233%209.94434%208.9586V26.0971C9.94434%2028.2834%2011.7167%2030.0557%2013.9029%2030.0557H31.0415C33.2277%2030.0557%2035.0001%2028.2834%2035.0001%2026.0971V8.9586C35.0001%206.77233%2033.2277%205%2031.0415%205Z'%20fill='%23FFA6A6'/%3e%3cpath%20d='M5%2013.9029V31.0415C5%2033.2278%206.77227%2035.0001%208.9586%2035.0001H26.0971C28.2835%2035.0001%2030.0557%2033.2278%2030.0557%2031.0415V19.5159L20.4842%209.94434H8.9586C6.77227%209.94434%205%2011.7166%205%2013.9029Z'%20fill='%234D7AFF'/%3e%3cpath%20d='M30.0559%2019.5159L20.4844%209.94434V16.4252C20.4844%2018.1322%2021.8682%2019.5161%2023.5752%2019.5161H30.0561L30.0559%2019.5159Z'%20fill='%23A1CAFF'/%3e%3c/svg%3e")}.landing-section--5 .box ul li:nth-child(2):before{background-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.1147%2033.6423L9.62338%2034.9406C6.93318%2035.4068%204.59334%2033.0669%205.0596%2030.3768L6.35792%2022.8855C6.4969%2022.0834%206.88055%2021.3438%207.45626%2020.7681L22.0678%206.15624C23.6095%204.61459%2026.109%204.61459%2027.6508%206.15624L33.8438%2012.3492C35.3854%2013.8909%2035.3854%2016.3905%2033.8438%2017.9322L19.2321%2032.5439C18.6564%2033.1196%2017.9168%2033.5031%2017.1147%2033.6423Z'%20fill='%234D7AFF'/%3e%3cpath%20d='M5.83634%2025.8945L5.05959%2030.3766C4.59333%2033.0668%206.93332%2035.4067%209.62338%2034.9404L14.1055%2034.1636L5.83634%2025.8945Z'%20fill='%23A1CAFF'/%3e%3cpath%20d='M32.2577%2018.7137L21.2864%207.74243C20.5921%207.04817%2019.4665%207.04817%2018.7722%207.74243L17.3752%209.13945C16.6809%209.83371%2016.6809%2010.9593%2017.3752%2011.6536L28.3465%2022.6249C29.0408%2023.3192%2030.1664%2023.3192%2030.8607%2022.6249L32.2577%2021.2279C32.9519%2020.5336%2032.9519%2019.408%2032.2577%2018.7137Z'%20fill='%23FFA6A6'/%3e%3cpath%20d='M12.1223%2024.828C11.7386%2024.828%2011.355%2024.6815%2011.0622%2024.3888C10.4767%2023.8034%2010.4766%2022.8541%2011.0622%2022.2685L16.4248%2016.9058C17.0102%2016.3205%2017.9595%2016.3205%2018.545%2016.9058C19.1304%2017.4912%2019.1306%2018.4405%2018.545%2019.0261L13.1824%2024.3887C12.8896%2024.6813%2012.5059%2024.828%2012.1223%2024.828Z'%20fill='%23FFA6A6'/%3e%3cpath%20d='M16.6721%2029.3763C16.2884%2029.3763%2015.9048%2029.2298%2015.612%2028.9372C15.0265%2028.3517%2015.0264%2027.4024%2015.612%2026.8168L20.9746%2021.4541C21.56%2020.8688%2022.5093%2020.8688%2023.0948%2021.4541C23.6802%2022.0396%2023.6804%2022.9889%2023.0948%2023.5745L17.7322%2028.9372C17.4394%2029.2298%2017.0557%2029.3763%2016.6721%2029.3763Z'%20fill='%23FFA6A6'/%3e%3c/svg%3e")}.landing-section--5 .box ul li:nth-child(3):before{background-image:url(/assets/section5_list_3-8wrdYy0-.svg)}.landing-section--5 .box ul p{color:var(--blue-800);font-size:24px;line-height:36px}.teacher-join{flex-direction:column;height:100%;display:flex}.teacher-join header{text-align:center;border-bottom:1px solid var(--border-divider);background-color:#fff;padding:12px}.teacher-join main{background-color:var(--blue-50);flex:1;min-height:0}.teacher-join main [data-simplebar]{padding:20px}.teacher-join main [data-simplebar] .simplebar-content{flex-direction:column;justify-content:center;min-height:100%;display:flex}.teacher-join .desktop-min-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.teacher-join .join-box{background-color:var(--00);border-radius:24px;flex-direction:column;flex:none;width:480px;height:720px;margin:auto;padding:24px;display:flex}.teacher-join .join-box .join-progress{flex-direction:row;justify-content:center;align-items:center;gap:4px;margin-bottom:40px;display:flex}.teacher-join .join-box .join-progress__step{background-color:var(--alpha-dark-10);border-radius:4px;width:40px;height:8px}.teacher-join .join-box .join-progress__step:has(~.join-progress__step--active){background-color:var(--blue-500)}.teacher-join .join-box .join-progress__step--active{background-color:var(--blue-500)}.teacher-join .join-box__body{flex:1;min-height:0}.teacher-join .join-box__body .join-box__body-title{margin-bottom:16px;font-size:18px;font-weight:700;line-height:24px}.teacher-join .join-box__body .join-box__body-title:not(:first-child){margin-top:24px}.teacher-join .join-box__footer .btn-wrap button{width:100%}.teacher-join .join-box__footer .text-wrap{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:24px;display:flex}.teacher-join .join-box .agree-check__divider{background-color:var(--border-divider);border-radius:2px;height:1px}.teacher-join .join-box .agree-check__item .checkbox-wrap{flex-direction:row;align-items:center;padding:8px 0;display:flex}.teacher-join .join-box .agree-check__item .checkbox-wrap .checkbox-label{flex:1;min-width:0;padding:4px 0;font-size:16px;line-height:24px;position:relative}.teacher-join .join-box .agree-check__item .checkbox-wrap .checkbox-label .icon{position:absolute;top:50%;right:0;transform:translateY(-50%)}.teacher-join .join-box .agree-check__item .sub-text{padding:0 0 16px 32px}.teacher-join .join-box .agree-check__item .sub-text p{color:var(--text-general-subtle)}.teacher-join .join-box .identity-verification .institution-type{margin-bottom:16px;padding:16px 0}.teacher-join .join-box .identity-verification .institution-type__item{background-color:var(--selection-card-bg-enabled);cursor:pointer;border:4px solid #0000;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;height:100px;font-size:18px;font-weight:700;line-height:24px;display:flex}@media (hover:hover) and (pointer:fine){.teacher-join .join-box .identity-verification .institution-type__item:not(.institution-type__item--selected):hover{background-color:var(--selection-card-bg-hovered)}}.teacher-join .join-box .identity-verification .institution-type__item:not(.institution-type__item--selected):active{background-color:var(--selection-card-bg-hovered)}.teacher-join .join-box .identity-verification .institution-type__item--selected{background-color:var(--selection-card-bg-focused);border-color:var(--selection-card-border-focused)}.teacher-join .join-box .identity-verification .institution-type__item+.institution-type__item{margin-top:16px}.teacher-join .join-box .code-check{color:var(--text-action-primary);margin-bottom:24px}.home-notice{border:1px solid var(--border-stroke);background-color:var(--surface-card);border-radius:16px;padding:15px 7px}.home-notice .title{margin-bottom:16px;padding:0 8px;font-size:18px;font-weight:700;line-height:24px}.home-notice .nodata{color:var(--text-general-subtle);padding:4px 8px}.home-notice .notice-list{padding:0 8px}.home-notice .notice-list .notice-item{padding-left:20px;position:relative}.home-notice .notice-list .notice-item+.notice-item{margin-top:4px}.home-notice .notice-list .notice-item:before{content:"";background-color:var(--text-general-default);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.home-notice .notice-list .notice-item a,.home-notice .notice-list .notice-item button{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%;padding:4px 0;display:block;overflow:hidden}.home-notice .notice-list .notice-item.recent{font-weight:700}.home-notice .notice-list .notice-item.recent:before{background-color:#0000;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8.00033'%20cy='7.99935'%20r='7.33333'%20fill='%23FF9D00'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.2226%204.18359C10.4042%204.18359%2010.575%204.2334%2010.7267%204.33095L10.7276%204.32926C10.7328%204.33228%2010.7374%204.3363%2010.7425%204.33942C10.7452%204.34126%2010.7485%204.34262%2010.7513%204.3445L10.7504%204.34535C10.9642%204.48014%2011.0528%204.69484%2011.0529%204.91529V10.7367C11.0529%2011.0275%2010.9994%2011.3364%2010.7863%2011.5412L10.7784%2011.5488C10.5709%2011.7358%2010.2758%2011.7868%209.99289%2011.7868C9.88311%2011.7868%209.77715%2011.7787%209.67814%2011.7614L9.65885%2011.758L9.63956%2011.7529C9.52032%2011.7185%209.41342%2011.6589%209.31868%2011.5861C9.21887%2011.5094%209.12704%2011.4098%209.04251%2011.299C8.95707%2011.187%208.86534%2011.045%208.76809%2010.8781L6.60693%207.28145V11.0839C6.60682%2011.3129%206.51406%2011.5313%206.29656%2011.6708L6.2913%2011.6742C6.13534%2011.7705%205.96024%2011.8156%205.77754%2011.8156C5.59464%2011.8156%205.42041%2011.7701%205.26289%2011.6792L5.25062%2011.6725L5.23922%2011.6649C5.03008%2011.5213%204.94737%2011.3033%204.94727%2011.0839V5.26251C4.94727%204.9754%204.99865%204.66063%205.22168%204.45967L5.22344%204.46137C5.43058%204.26833%205.72363%204.21243%206.00724%204.21239C6.11476%204.21239%206.22008%204.22531%206.32111%204.2488L6.32199%204.24711C6.3289%204.24832%206.33533%204.25165%206.34215%204.25304C6.34524%204.25382%206.34873%204.25308%206.3518%204.25388L6.35092%204.25473C6.47529%204.28142%206.5856%204.33643%206.68058%204.41394L6.68145%204.4131C6.68391%204.41498%206.68602%204.41796%206.68847%204.41987C6.69077%204.4218%206.69407%204.423%206.69636%204.42495L6.69548%204.4258C6.78963%204.50086%206.87722%204.59481%206.95762%204.70018C7.04239%204.81127%207.13302%204.95167%207.22941%205.11685L9.40285%208.73298V4.91529C9.40295%204.70201%209.48252%204.48406%209.6948%204.34535C9.69638%204.34426%209.69847%204.34303%209.70006%204.34196C9.70316%204.33998%209.70567%204.33713%209.70883%204.33518C9.86274%204.23353%2010.0373%204.18363%2010.2226%204.18359Z'%20fill='white'/%3e%3c/svg%3e");width:16px;height:16px;left:0}.teacher-home-dashboard:has(.content-nodata){flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.teacher-home-dashboard .dashboard-header{flex-direction:row;align-items:center;margin-bottom:24px;display:flex}.teacher-home-dashboard .dashboard-header .title-wrap{flex-direction:row;flex:1;align-items:flex-end;gap:12px;min-width:0;display:flex}.teacher-home-dashboard .dashboard-header .title-wrap .title{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.teacher-home-dashboard .dashboard-header .title-wrap .date{color:var(--text-general-subtle)}.teacher-home-dashboard .dashboard-content .content-item.is-open .item-header:after{transform:translateY(-50%)rotate(180deg)}.teacher-home-dashboard .dashboard-content .item-header{border-bottom:1px solid var(--border-divider);flex-direction:row;align-items:center;gap:8px;padding:8px 36px 7px 8px;display:flex;position:relative}@media (hover:hover) and (pointer:fine){.teacher-home-dashboard .dashboard-content .item-header:hover{background-color:var(--list-bg-hovered);cursor:pointer}}.teacher-home-dashboard .dashboard-content .item-header:active{background-color:var(--list-bg-hovered);cursor:pointer}.teacher-home-dashboard .dashboard-content .item-header:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.625%2014.9125C11.5083%2014.8708%2011.4%2014.8%2011.3%2014.7L6.7%2010.1C6.51667%209.91667%206.425%209.68333%206.425%209.4C6.425%209.11667%206.51667%208.88333%206.7%208.7C6.88334%208.51667%207.11667%208.425%207.4%208.425C7.68334%208.425%207.91667%208.51667%208.1%208.7L12%2012.6L15.9%208.7C16.0833%208.51667%2016.3167%208.425%2016.6%208.425C16.8833%208.425%2017.1167%208.51667%2017.3%208.7C17.4833%208.88333%2017.575%209.11667%2017.575%209.4C17.575%209.68333%2017.4833%209.91667%2017.3%2010.1L12.7%2014.7C12.6%2014.8%2012.4917%2014.8708%2012.375%2014.9125C12.2583%2014.9542%2012.1333%2014.975%2012%2014.975C11.8667%2014.975%2011.7417%2014.9542%2011.625%2014.9125Z'%20fill='currentColor'/%3e%3c/svg%3e");width:20px;height:20px;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.teacher-home-dashboard .dashboard-content .item-header .student-name{text-overflow:ellipsis;white-space:nowrap;width:72px;font-size:16px;line-height:24px;display:block;overflow:hidden}.teacher-home-dashboard .dashboard-content .item-header .student-result__item{flex:1;min-width:0}.teacher-home-dashboard .dashboard-content .item-header .student-result__item:has(.student-result__complete-unit){max-width:120px}.teacher-home-dashboard .dashboard-content .item-header .student-result__item:has(.student-result__day){min-width:180px}.teacher-home-dashboard .dashboard-content .item-header .student-result__progress{max-width:120px}.teacher-home-dashboard .dashboard-content .item-header .student-result__progress .progress-bar{height:8px}.teacher-home-dashboard .dashboard-content .item-header .student-result__progress .progress-bar .marker{top:calc(100% + 2px)}.teacher-home-dashboard .dashboard-content .item-header .student-result__complete-unit{min-width:96px}.teacher-home-dashboard .dashboard-content .item-header .student-result__complete-unit .complete-unit{min-width:44px}.teacher-home-dashboard .dashboard-content .item-body{border-bottom:1px solid var(--border-divider);background-color:var(--blue-50)}.teacher-home-dashboard .dashboard-content .complete-unit-list__empty{text-align:center;color:var(--text-general-subtle);padding:20px 0}.teacher-home-dashboard .dashboard-content .complete-unit-list .list-top-btn-wrap{flex-direction:row;align-items:center;gap:4px;padding:8px 16px;display:flex}.teacher-home-dashboard .dashboard-content .complete-unit-list .list-top-btn-wrap .special-mission-btn{margin-right:auto}.teacher-home-dashboard .dashboard-content .complete-unit-list ul a{flex-direction:row;align-items:center;gap:4px;padding:8px 20px 8px 16px;display:flex}@media (hover:hover) and (pointer:fine){.teacher-home-dashboard .dashboard-content .complete-unit-list ul a:hover{background-color:var(--list-bg-hovered)}}.teacher-home-dashboard .dashboard-content .complete-unit-list ul a:active{background-color:var(--list-bg-hovered)}.teacher-home-dashboard .dashboard-content .complete-unit-list .unit-day{text-align:center;width:24px;color:var(--text-general-subtle)}.teacher-home-dashboard .dashboard-content .complete-unit-list .unit-info-wrap{flex-direction:row;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.teacher-home-dashboard .dashboard-content .complete-unit-list .unit-info-wrap .tag-wrap{flex-direction:row;align-items:center;min-width:48px;display:flex}.teacher-home-dashboard .dashboard-content .complete-unit-list .unit-info-wrap .learning-unit__description{min-width:0;color:var(--text-general-subtle);flex:1}.teacher-home-dashboard .dashboard-content .trial-guide{text-align:center;padding:20px 0}.teacher-home-dashboard .dashboard-content .trial-guide__item:not(:first-child){margin-top:40px}.teacher-home-dashboard .dashboard-content .trial-guide__item p{color:var(--text-general-subtle)}.teacher-home-dashboard .dashboard-content .trial-guide__item a,.teacher-home-dashboard .dashboard-content .trial-guide__item button{width:120px;margin-top:16px}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label{font-weight:700}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label:before{content:"";width:20px;height:20px;display:block}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label--target:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.5858%2013C14.4767%2013%2014.9229%2011.9229%2014.2929%2011.2929L10.7071%207.70711C10.3166%207.31658%209.68342%207.31658%209.29289%207.70711L5.70711%2011.2929C5.07714%2011.9229%205.52331%2013%206.41421%2013L13.5858%2013Z'%20fill='%23333333'/%3e%3c/svg%3e")}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label--progress:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='4'%20y='6'%20width='12'%20height='8'%20rx='4'%20fill='%23465AE1'/%3e%3c/svg%3e")}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label--progress-bad:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='4'%20y='6'%20width='12'%20height='8'%20rx='4'%20fill='%23DA3C3C'/%3e%3c/svg%3e")}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label--day:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1'%20y='1'%20width='18'%20height='18'%20rx='6'%20fill='%23465AE1'/%3e%3cpath%20d='M12.6543%2013H11.5117L8.7168%208.95703H8.66406V13H7.3457V6.63672H8.50586L11.2832%2010.6797H11.3447V6.63672H12.6543V13Z'%20fill='white'/%3e%3c/svg%3e")}.teacher-home-dashboard .guide-legend-box .legend-list .legend-label--goal:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.76%2015.7992C5.37333%2015.7992%205.03%2015.6726%204.73%2015.4192C4.43%2015.1659%204.24667%2014.8459%204.18%2014.4592L3.38%209.37922C3.35333%209.37922%203.32333%209.38255%203.29%209.38922C3.25667%209.39589%203.22667%209.39922%203.2%209.39922C2.86667%209.39922%202.58333%209.28255%202.35%209.04922C2.11667%208.81589%202%208.53255%202%208.19922C2%207.86589%202.11667%207.58255%202.35%207.34922C2.58333%207.11589%202.86667%206.99922%203.2%206.99922C3.53333%206.99922%203.81667%207.11589%204.05%207.34922C4.28333%207.58255%204.4%207.86589%204.4%208.19922C4.4%208.29255%204.39%208.37922%204.37%208.45922C4.35%208.53922%204.32667%208.61255%204.3%208.67922L6.8%209.79922L9.3%206.37922C9.15333%206.27255%209.03333%206.13255%208.94%205.95922C8.84667%205.78589%208.8%205.59922%208.8%205.39922C8.8%205.06589%208.91667%204.78255%209.15%204.54922C9.38333%204.31589%209.66667%204.19922%2010%204.19922C10.3333%204.19922%2010.6167%204.31589%2010.85%204.54922C11.0833%204.78255%2011.2%205.06589%2011.2%205.39922C11.2%205.59922%2011.1533%205.78589%2011.06%205.95922C10.9667%206.13255%2010.8467%206.27255%2010.7%206.37922L13.2%209.79922L15.7%208.67922C15.6733%208.61255%2015.65%208.53922%2015.63%208.45922C15.61%208.37922%2015.6%208.29255%2015.6%208.19922C15.6%207.86589%2015.7167%207.58255%2015.95%207.34922C16.1833%207.11589%2016.4667%206.99922%2016.8%206.99922C17.1333%206.99922%2017.4167%207.11589%2017.65%207.34922C17.8833%207.58255%2018%207.86589%2018%208.19922C18%208.53255%2017.8833%208.81589%2017.65%209.04922C17.4167%209.28255%2017.1333%209.39922%2016.8%209.39922C16.7733%209.39922%2016.7433%209.39589%2016.71%209.38922C16.6767%209.38255%2016.6467%209.37922%2016.62%209.37922L15.82%2014.4592C15.7533%2014.8459%2015.57%2015.1659%2015.27%2015.4192C14.97%2015.6726%2014.6267%2015.7992%2014.24%2015.7992H5.76Z'%20fill='%23FFC800'/%3e%3c/svg%3e")}.teacher-home{align-items:initial;flex-direction:row;gap:40px;display:flex}.teacher-home__left{flex:1;min-width:0}.teacher-home__right{flex:none;align-self:flex-end;width:280px;position:sticky;bottom:32px}.teacher-home__right-inner{flex-direction:column;min-height:calc(100vh - 128px);display:flex;position:sticky;top:48px}.teacher-home .home-point-ranking{max-height:552px;margin-top:16px}.teacher-home .home-ad-banner{background-color:var(--gray-400);flex:none;height:78px;margin-bottom:16px}.teacher-report .student-card .student-profile{width:136px}.teacher-report .student-card__item .item-label{width:90px}.teacher-report .student-card .student-result__complete-unit .complete-unit{width:66px}.teacher-report .top-btn-wrap{flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.teacher-report .top-btn-wrap .btn-link-cafe,.teacher-report .top-btn-wrap .mission-btn-wrap{margin-right:auto}.teacher-report .report-view__content{height:664px}.teacher-report .report-view__content:has(.report-view__nodata){height:200px}.teacher-report .report-view__list{height:100%}.teacher-report .report-view__list .table-wrap{border:0;border-radius:0;height:100%}.teacher-report .report-view__list .table-wrap table tbody:has(tr:nth-child(10)) tr:last-child{border-bottom:0}.teacher-report .report-view__detail-content{flex-direction:column;display:flex}.teacher-report .report-view__detail-formula{flex-direction:column;flex:1;min-height:0;display:flex}.teacher-report .guide-legend-box .legend-list .legend-label:has(.learning-unit__complete){padding-top:1px}.teacher-report .guide-legend-box .legend-list .legend-label--day{font-weight:700}.teacher-report .guide-legend-box .legend-list .legend-label--day .student-result__day{width:auto;padding:1px}.teacher-report .guide-legend-box .legend-list .legend-label--day .student-result__day .day{border-radius:6px;width:18px;height:18px;font-size:9px}.teacher-report .guide-legend-box .legend-list .legend-label--goal{font-weight:700}.teacher-report .guide-legend-box .legend-list .legend-label--goal:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.76%2013.7992C3.37333%2013.7992%203.03%2013.6726%202.73%2013.4192C2.43%2013.1659%202.24667%2012.8459%202.18%2012.4592L1.38%207.37922C1.35333%207.37922%201.32333%207.38255%201.29%207.38922C1.25667%207.39589%201.22667%207.39922%201.2%207.39922C0.866667%207.39922%200.583333%207.28255%200.35%207.04922C0.116667%206.81589%200%206.53255%200%206.19922C0%205.86589%200.116667%205.58255%200.35%205.34922C0.583333%205.11589%200.866667%204.99922%201.2%204.99922C1.53333%204.99922%201.81667%205.11589%202.05%205.34922C2.28333%205.58255%202.4%205.86589%202.4%206.19922C2.4%206.29255%202.39%206.37922%202.37%206.45922C2.35%206.53922%202.32667%206.61255%202.3%206.67922L4.8%207.79922L7.3%204.37922C7.15333%204.27255%207.03333%204.13255%206.94%203.95922C6.84667%203.78589%206.8%203.59922%206.8%203.39922C6.8%203.06589%206.91667%202.78255%207.15%202.54922C7.38333%202.31589%207.66667%202.19922%208%202.19922C8.33333%202.19922%208.61667%202.31589%208.85%202.54922C9.08333%202.78255%209.2%203.06589%209.2%203.39922C9.2%203.59922%209.15333%203.78589%209.06%203.95922C8.96667%204.13255%208.84667%204.27255%208.7%204.37922L11.2%207.79922L13.7%206.67922C13.6733%206.61255%2013.65%206.53922%2013.63%206.45922C13.61%206.37922%2013.6%206.29255%2013.6%206.19922C13.6%205.86589%2013.7167%205.58255%2013.95%205.34922C14.1833%205.11589%2014.4667%204.99922%2014.8%204.99922C15.1333%204.99922%2015.4167%205.11589%2015.65%205.34922C15.8833%205.58255%2016%205.86589%2016%206.19922C16%206.53255%2015.8833%206.81589%2015.65%207.04922C15.4167%207.28255%2015.1333%207.39922%2014.8%207.39922C14.7733%207.39922%2014.7433%207.39589%2014.71%207.38922C14.6767%207.38255%2014.6467%207.37922%2014.62%207.37922L13.82%2012.4592C13.7533%2012.8459%2013.57%2013.1659%2013.27%2013.4192C12.97%2013.6726%2012.6267%2013.7992%2012.24%2013.7992H3.76Z'%20fill='%23FFC800'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.teacher-report .guide-legend-box .legend-list .legend-label--bomb{color:var(--status-wrong)}.teacher-report .guide-legend-box .legend-list .legend-label .mistake{text-align:center;width:20px;height:20px;line-height:20px}.teacher-report .guide-legend-box .legend-list .legend-label .mistake--count{color:var(--status-wrong);font-weight:700}.teacher-student-mgmt{flex-direction:row;align-items:flex-start;gap:80px;padding-top:8px;display:flex}.teacher-student-mgmt .mgmt-profile{text-align:center;width:240px}.teacher-student-mgmt .mgmt-profile .profile-img{margin:0 auto}.teacher-student-mgmt .mgmt-profile__name{text-align:center;margin-top:8px;font-size:24px;font-weight:700;line-height:36px}.teacher-student-mgmt .mgmt-profile .btn-wrap{margin-top:16px;position:relative}.teacher-student-mgmt .mgmt-profile .btn-wrap button{min-width:120px}.teacher-student-mgmt .mgmt-info-list{flex:1;min-width:0}.org-mgmt-basic .branding-img-wrap .branding-img-box{align-items:initial;background-color:var(--surface-section);border-radius:16px;flex-direction:row;gap:24px;padding:16px;display:flex}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-divider{background-color:var(--border-divider);border-radius:2px;width:1px}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item{flex:1;min-width:0}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__title{text-align:center;margin-top:8px}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img{flex-direction:row;justify-content:center;align-items:center;height:192px;display:flex}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box{border:1px solid var(--border-stroke);text-align:center;background-color:#fff;position:relative}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box--promo{width:144px;height:100%}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box--promo img{width:100%;height:100%}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box--logo{width:240px;height:135px}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box--logo img{max-width:100%;max-height:100%}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box__img{flex-direction:row;justify-content:center;align-items:center;height:100%;display:flex}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box__img img{object-fit:cover}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box input[type=file]{display:none}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .before-add-btn{width:100%;height:100%;position:absolute;top:0;left:0}@media (hover:hover) and (pointer:fine){.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .before-add-btn:hover{background-color:var(--alpha-dark-10)}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .before-add-btn:hover .icon-btn{background-color:var(--button-primary-fill-bg-hovered)!important}}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .before-add-btn:active{background-color:var(--alpha-dark-10)}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .before-add-btn:active .icon-btn{background-color:var(--button-primary-fill-bg-hovered)!important}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box .edit-img-btns{z-index:2;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box.has-img .edit-img-btns{display:none}@media (hover:hover) and (pointer:fine){.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box.has-img:hover:after{content:"";background-color:var(--alpha-dark-10);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box.has-img:hover .edit-img-btns{display:flex}}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box.has-img:active:after{content:"";background-color:var(--alpha-dark-10);pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.org-mgmt-basic .branding-img-wrap .branding-img-box .box-item__img .edit-img-box.has-img:active .edit-img-btns{display:flex}.org-mgmt-basic .branding-img-wrap .img-guide{color:var(--text-status-error);margin-top:8px;font-size:12px;line-height:16px}.org-mgmt-basic .branding-img-wrap .btn-wrap{flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;display:flex}.org-mgmt-basic .branding-img-wrap .btn-wrap button{width:140px}.org-mgmt-learning-env .radio-box{background-color:var(--surface-section);border-radius:16px;padding:16px}.org-mgmt-learning-env .radio-box .radio+.radio{margin-top:24px}.org-mgmt-learning-env .btn-wrap{flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;display:flex}.org-mgmt-learning-env .btn-wrap button{width:140px}.org-mgmt{height:calc(100vh - 128px);min-height:592px}.org-mgmt .class-mgmt-box{align-items:initial;border:1px solid var(--border-stroke);border-radius:24px;flex-direction:row;height:100%;display:flex}.org-mgmt .class-mgmt-box .box-aside{flex:none;width:300px;height:100%}.org-mgmt .class-mgmt-box .box-aside .list-top-wrap{margin-bottom:24px}.org-mgmt .class-mgmt-box .box-aside .aside-list{width:100%}.org-mgmt .class-mgmt-box .box-aside .list-order{flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-top:24px;display:flex}.org-mgmt .class-mgmt-box .box-aside .list-order label{color:var(--text-general-subtle)}.org-mgmt .class-mgmt-box .box-aside .list-order .selectbox{width:140px}.org-mgmt .class-mgmt-box .box-content{border-left:1px solid var(--border-divider);flex:1;min-width:0;height:100%}.org-mgmt .class-mgmt-box .box-content [data-simplebar]{padding:32px 38px}.org-mgmt .btn-wrap{flex-direction:row;justify-content:space-between;align-items:center;margin-top:40px;display:flex}.org-mgmt .btn-wrap button{width:140px}.org-mgmt:has(.content-nodata){flex-direction:row;justify-content:center;align-items:center;display:flex}.teacher-my .tab{margin-bottom:40px}.teacher-my .tab ul{justify-content:center}.teacher-my .switch-box{background-color:var(--surface-section);border-radius:16px;padding:16px 16px 24px}.teacher-my .switch-box .switch-row{flex-direction:row;align-items:flex-start;gap:12px;display:flex}.teacher-my .switch-box .switch-row+.switch-row{margin-top:24px}.teacher-my .switch-box .switch-row .toggle-switch{margin-top:6px}.teacher-my .switch-box .switch-row .text-wrap{flex:1;min-width:0}.teacher-my .switch-box .switch-row .text-wrap .label{padding:4px 0;font-size:16px;line-height:24px}.teacher-my .switch-box .switch-row .text-wrap .suffix{color:var(--text-general-subtle);font-size:14px;line-height:20px}.teacher-withdrawal-page{flex-direction:column;height:100%;display:flex}.teacher-withdrawal-page header{text-align:center;border-bottom:1px solid var(--border-divider);background-color:#fff;padding:12px}.teacher-withdrawal-page main{flex:1;min-height:0}.teacher-withdrawal-page main [data-simplebar]{padding:20px}.teacher-withdrawal-page main [data-simplebar] .simplebar-content{flex-direction:column;justify-content:center;min-height:100%;display:flex}.teacher-withdrawal-page .desktop-min-wrap{flex-direction:column;flex:1;min-height:0;margin-bottom:80px;display:flex}.teacher-withdrawal-page .withdrawal-box{text-align:center;flex:none;margin:auto;padding:40px}.teacher-withdrawal-page .withdrawal-box h2{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.teacher-withdrawal-page .withdrawal-box .img{background-image:url(/assets/delete_account-mgB_IFgP.svg);width:160px;height:160px;margin:40px auto}.teacher-withdrawal-page .withdrawal-box .warning{color:var(--text-status-error);margin-bottom:24px;font-size:16px;line-height:24px}.teacher-withdrawal-page .withdrawal-box .btn-wrap{flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-top:40px;display:flex}.teacher-withdrawal-page .withdrawal-box .btn-wrap button{width:140px}.teacher-map{flex-direction:column;height:100%;display:flex}.teacher-map .top-wrap{z-index:2;width:100%;max-width:1392px;margin:0 auto;position:relative}.teacher-map .student-card .student-profile{width:136px}.teacher-map .student-card__item .item-label{width:90px}.teacher-map .student-card .student-result__complete-unit .complete-unit{width:66px}.teacher-map .top-btn-wrap{flex-direction:row;align-items:center;display:flex}.teacher-map .top-btn-wrap .unitmap-learning-guide{margin-right:auto}.suspension-layout{background-color:var(--surface-section);flex-direction:row;align-items:center;height:100%;padding:20px;display:flex;overflow:auto}.suspension-layout .content{flex:none;margin:auto}.suspension-layout .logo{background-image:url(/assets/logo_suspension-Dk5-VRP5.svg);width:240px;height:80px;margin:0 auto 24px}.suspension-layout p{text-align:center;font-size:16px;line-height:24px}.teacher-battlezone{--teacher-battlezone-navy:#1a246d;--teacher-battlezone-blue:#4776ef;--teacher-battlezone-purple:#7250ee;width:100%;height:100%;min-height:0}.teacher-battlezone--setup{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#8ea0d4 #e7ecf7;flex-direction:column;gap:16px;height:100%;padding:clamp(8px,.6vw,12px);display:flex;overflow:auto hidden}.teacher-battlezone__intro,.teacher-battlezone__split-layout,.teacher-battlezone__setup-footer{width:min(100%,1240px);min-width:980px;margin:0 auto}.teacher-battlezone__setup-scroll{box-sizing:border-box;overscroll-behavior:contain;scrollbar-color:#8ea0d4 #e7ecf7;scrollbar-gutter:stable;scrollbar-width:thin;flex-direction:column;flex:auto;gap:18px;width:min(100%,1252px);min-width:980px;min-height:0;margin:0 auto;padding-right:6px;display:flex;overflow:hidden auto}.teacher-battlezone__setup-scroll::-webkit-scrollbar{width:8px}.teacher-battlezone__setup-scroll::-webkit-scrollbar-track{background:#e7ecf7;border-radius:999px}.teacher-battlezone__setup-scroll::-webkit-scrollbar-thumb{background:#8ea0d4 padding-box padding-box;border:2px solid #0000;border-radius:999px}.teacher-battlezone__setup-scroll::-webkit-scrollbar-thumb:hover{background:#6379ba padding-box padding-box}.teacher-battlezone__intro{color:#fff;background:linear-gradient(135deg,#1a246d 0%,#3435a4 58%,#6544f5 100%);border-radius:28px;flex:none;grid-template-columns:minmax(0,1fr) 360px;min-height:clamp(140px,20vh,180px);display:grid;position:relative;overflow:hidden}.teacher-battlezone__intro:before,.teacher-battlezone__intro:after{content:"";pointer-events:none;border:1px solid #ffffff1f;border-radius:50%;position:absolute}.teacher-battlezone__intro:before{width:260px;height:260px;top:-110px;left:38%}.teacher-battlezone__intro:after{width:330px;height:330px;bottom:-150px;right:-75px}.teacher-battlezone__intro-copy{z-index:2;flex-direction:column;align-self:center;align-items:flex-start;gap:0;padding:30px 38px;display:flex;position:relative}.teacher-battlezone__intro-copy>span{color:#c8f4ff;white-space:nowrap;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;align-items:center;min-height:28px;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.teacher-battlezone__intro h2{letter-spacing:-.04em;margin:10px 0 7px;font-size:clamp(24px,2.4vw,32px);font-weight:900}.teacher-battlezone__intro p{color:#ffffffd1;margin:6px 0 0;font-size:15px;line-height:1.55}.teacher-battlezone__intro-visual{z-index:1;pointer-events:none;min-width:0;position:relative}.teacher-battlezone__intro-deco,.teacher-battlezone__intro-character{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;position:absolute}.teacher-battlezone__intro-deco{opacity:.86;background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='300'%20viewBox='0%200%20430%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M11.1724%2087.7715C5.81641%20107.272%2015.8459%20128.22%2034.74%20141.459C19.6502%20149.784%208.92135%20161.725%204.80945%20176.695C-6.64407%20218.396%2037.4705%20267.581%20103.334%20286.542C163.817%20303.954%20221.583%20289.825%20239.497%20255.119C253.451%20265.347%20270.158%20273.672%20288.837%20279.049C351.529%20297.097%20412.391%20275.159%20424.782%20230.046C435.695%20190.312%20405.361%20145.864%20355.14%20123.497C364.362%20117.601%20371.013%20109.414%20373.77%2099.3754C381.594%2070.8887%20355.152%2038.3435%20314.702%2026.6989C280.425%2016.8314%20247.094%2025.1483%20232.96%2045.252C219.805%2029.665%20200.881%2017.1275%20178.265%2010.6167C128.996%20-3.56661%2080.1054%2016.0108%2065.7558%2054.5373C39.8416%2053.2783%2017.0764%2066.2761%2011.1724%2087.7715Z'%20fill='%231A246D'/%3e%3cmask%20id='mask0_11641_21535'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='3'%20y='6'%20width='424'%20height='288'%3e%3cpath%20d='M11.1724%2087.7715C5.81641%20107.272%2015.8459%20128.22%2034.74%20141.459C19.6502%20149.784%208.92135%20161.725%204.80945%20176.695C-6.64407%20218.396%2037.4705%20267.581%20103.334%20286.542C163.817%20303.954%20221.583%20289.825%20239.497%20255.119C253.451%20265.347%20270.158%20273.672%20288.837%20279.049C351.529%20297.097%20412.391%20275.159%20424.782%20230.046C435.695%20190.312%20405.361%20145.864%20355.14%20123.497C364.362%20117.601%20371.013%20109.414%20373.77%2099.3754C381.594%2070.8887%20355.152%2038.3435%20314.702%2026.6989C280.425%2016.8314%20247.094%2025.1483%20232.96%2045.252C219.805%2029.665%20200.881%2017.1275%20178.265%2010.6167C128.996%20-3.56661%2080.1054%2016.0108%2065.7558%2054.5373C39.8416%2053.2783%2017.0764%2066.2761%2011.1724%2087.7715Z'%20fill='%231A246D'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_11641_21535)'%3e%3cpath%20d='M95.9284%2010.3562C121.322%2040.0563%20150.205%2018.8848%20142.619%2016.4077C132.805%2013.2027%20109.854%2038.8479%20142.455%2040.5434'%20stroke='%2360B0FF'%20stroke-width='2'/%3e%3cpath%20d='M313%2090.5714C350%2069.5714%20340.953%20107.002%20332.5%20107.071C324.047%20107.141%20332.5%2068.3352%20395.5%2082.3352'%20stroke='%23DD99FF'%20stroke-width='2'/%3e%3ccircle%20cx='3.5'%20cy='3.5'%20r='3.5'%20transform='matrix(-1%200%200%201%20140%2066)'%20fill='%23DD99FF'/%3e%3ccircle%20cx='3.5'%20cy='3.5'%20r='3.5'%20transform='matrix(1%200%200%20-1%20297%20101.071)'%20fill='%2366CCBB'/%3e%3cpath%20d='M118.748%2081.2656C95.6347%2093.2045%2041.6364%20100.209%2010.5455%2032.7154'%20stroke='%2366CCBB'%20stroke-width='2'/%3e%3cpath%20d='M320%2054.9951H336'%20stroke='white'/%3e%3cpath%20d='M328.005%2047L328.005%2063'%20stroke='white'/%3e%3cpath%20d='M339%2064.9969H349'%20stroke='white'/%3e%3cpath%20d='M344.003%2060L344.003%2070'%20stroke='white'/%3e%3cg%20id='Repeat%20group%202_inner'%20data-figma-trr='r8u2.4-0f'%3e%3cpath%20d='M77.9999%2067V70.5294'%20stroke='white'/%3e%3c/g%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(74.4644%20-33.7731)%20rotate(45)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(151%20-4.9999)%20rotate(90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(184.773%2069.4645)%20rotate(135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(156%20146)%20rotate(-180)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(81.5353%20179.773)%20rotate(-135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(4.9999%20151)%20rotate(-90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(-28.7732%2076.5354)%20rotate(-45)'/%3e%3cpath%20d='M57.996%2095V116.997'%20stroke='white'/%3e%3cpath%20d='M65.7739%2098.2197L50.2197%20113.774'%20stroke='white'/%3e%3cpath%20d='M68.9969%20105.996L46.9999%20105.996'%20stroke='white'/%3e%3cpath%20d='M65.7771%20113.774L50.2229%2098.22'%20stroke='white'/%3e%3c/g%3e%3c/svg%3e");width:390px;height:272px;top:-52px;right:-10px}.teacher-battlezone__intro-character{z-index:1;filter:drop-shadow(0 10px 12px #080b3b47);background-image:url(/assets/character_complete-DCAyHPCM.svg);width:260px;height:145px;bottom:-8px;right:38px}.teacher-battlezone__intro-close{z-index:3;color:#fff;background:#a10e0e;border-radius:12px;min-height:42px;padding:0 18px;font-size:14px;font-weight:900;position:absolute;top:18px;right:18px}.teacher-battlezone__intro-close:hover{background:#8d0808;transform:translateY(-1px)}.teacher-battlezone__intro-close:focus-visible{outline-offset:2px;outline:3px solid #c8f4ff66}.teacher-battlezone__split-layout{flex:1 0 auto;grid-template-rows:minmax(max-content,1fr);grid-template-columns:minmax(380px,440px) minmax(520px,1fr);align-items:stretch;gap:18px;min-height:max-content;font-size:14px;display:grid}.teacher-battlezone__panel{box-sizing:border-box;background:#fffffffa;border:1px solid #e0e7f7;border-radius:24px;flex-direction:column;height:100%;min-height:max-content;padding:clamp(16px,2vh,22px);display:flex;box-shadow:0 4px 16px #121e540a}.teacher-battlezone__panel--left{box-sizing:border-box;gap:10px;min-width:0;height:100%;min-height:max-content;position:relative;overflow:visible}.teacher-battlezone__panel--right{border:1px solid #e0e7f7;height:100%;min-height:0;transition:border-color .25s,box-shadow .25s;overflow:hidden}.teacher-battlezone__panel--right.is-guiding{border-color:#6370ff;box-shadow:0 0 0 2px #6370ff24,0 8px 24px #6370ff1f}.teacher-battlezone__field{box-sizing:border-box;border-bottom:1px solid #edf0f8;flex-direction:column;flex:none;gap:6px;min-width:0;padding-bottom:10px;display:flex;position:relative}.teacher-battlezone__field.is-disabled{opacity:.52;filter:grayscale(.2);pointer-events:none;transition:opacity .25s,filter .25s}.teacher-battlezone__field--class{z-index:30;border-radius:14px;margin:-8px -10px 0;padding:8px 10px 10px;transition:background-color .25s,box-shadow .25s;position:relative}.teacher-battlezone__field--class.is-guiding{background:#f4f7ff;box-shadow:0 0 0 1.5px #6370ff,0 4px 14px #6370ff1f}.teacher-battlezone__title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.teacher-battlezone__guide-pill{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#505cff,#7c4dff);border-radius:999px;align-items:center;gap:5px;padding:3px 10px 3px 8px;font-size:12px;font-weight:800;animation:1.6s ease-in-out infinite teacher-battlezone-guide-bounce;display:inline-flex;box-shadow:0 2px 8px #505cff59}.teacher-battlezone__guide-pill .teacher-battlezone__guide-arrow{flex-shrink:0;width:12px;height:12px}.teacher-battlezone__field:last-child,.teacher-battlezone__field--theme{border-bottom:0;padding-bottom:0}.teacher-battlezone__section-title{align-items:center;gap:10px;min-width:0;display:flex}.teacher-battlezone__section-title>span{color:#fff;background:linear-gradient(135deg, var(--teacher-battlezone-blue), var(--teacher-battlezone-purple));border-radius:9px;flex:0 0 28px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:grid}.teacher-battlezone__section-title>span.is-pulse{animation:1.8s ease-in-out infinite teacher-battlezone-badge-pulse}.teacher-battlezone__section-title>div{flex-direction:column;gap:1px;min-width:0;display:flex}.teacher-battlezone__section-title label,.teacher-battlezone__section-title h3{color:#222b5c;letter-spacing:-.025em;margin:0;font-size:18px;font-weight:900}.teacher-battlezone__section-title small{color:#7b829f;font-size:12px}.teacher-battlezone__section-title>em{color:#356bdb;background:#e9f3ff;border-radius:999px;flex:none;margin-left:auto;padding:4px 9px;font-size:12px;font-style:normal;font-weight:900}.teacher-battlezone__field select{color:#29305d;background-color:#f9fbff;border:1px solid #d6ddef;border-radius:12px;outline:0;width:100%;height:44px;padding:0 40px 0 14px;font-size:14px;font-weight:700;transition:border-color .18s,box-shadow .18s,background-color .18s}.teacher-battlezone__field select:hover,.teacher-battlezone__field select:focus{background-color:#fff;border-color:#8ba5f6}.teacher-battlezone__mode-options{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:8px;width:100%;min-width:0;display:grid}.teacher-battlezone__mode-option{box-sizing:border-box;color:#465071;cursor:pointer;text-align:left;background:#f9fbff;border:2px solid #e1e7f5;border-radius:13px;align-items:center;gap:7px;min-width:0;min-height:46px;padding:6px 26px 6px 8px;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.teacher-battlezone__mode-option:hover{background:#f0f5ff;border-color:#9eb6f8;transform:translateY(-1px)}.teacher-battlezone__mode-option.is-selected{color:#22327a;background:#eef3ff;border-color:#5976ef;box-shadow:0 4px 12px #475cbe21}.teacher-battlezone__mode-avatar{flex-shrink:0;align-items:center;display:flex}.teacher-battlezone__mode-avatar--single .profile-img{box-shadow:none;border:1.5px solid #fff;border-radius:8px}.teacher-battlezone__mode-avatar--group{padding-right:2px;position:relative}.teacher-battlezone__mode-avatar--group .profile-img{border:1.5px solid #fff;border-radius:6px;transition:transform .15s;position:relative;box-shadow:0 1px 4px #16225c1f}.teacher-battlezone__mode-avatar--group .profile-img:first-child{z-index:1}.teacher-battlezone__mode-avatar--group .profile-img:nth-child(2){z-index:3;margin-left:-9px;transform:translateY(-1px)}.teacher-battlezone__mode-avatar--group .profile-img:nth-child(3){z-index:2;margin-left:-9px}.teacher-battlezone__mode-info{flex:auto;align-items:center;gap:4px;min-width:0;display:flex;overflow:hidden}.teacher-battlezone__mode-info strong{white-space:nowrap;align-items:center;gap:4px;font-size:16px;font-weight:900;display:flex}.teacher-battlezone__mode-check{color:#fff;opacity:0;background:#5976ef;border-radius:50%;flex-shrink:0;place-items:center;width:18px;height:18px;font-size:10px;font-weight:900;line-height:1;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:6px;right:6px;transform:scale(.5)}.teacher-battlezone__mode-option.is-selected .teacher-battlezone__mode-check{opacity:1;transform:scale(1)}.teacher-battlezone__team-count{background:#f7f9ff;border:1px solid #dce4f5;border-radius:12px;flex-direction:column;gap:7px;padding:10px;display:flex}.teacher-battlezone__team-count>strong{color:#38436d;font-size:14px;font-weight:900}.teacher-battlezone__team-count>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.teacher-battlezone__team-count>div>button{color:#5c6683;background:#fff;border:1px solid #d6def0;border-radius:9px;min-height:32px;font-size:14px;font-weight:900}.teacher-battlezone__team-count>div>button.is-selected{color:#fff;background:#5976ef;border-color:#5976ef;box-shadow:0 3px 8px #3f54ba33}.teacher-battlezone__team-count>small{color:#7a839d;font-size:12px;font-weight:700}.teacher-battlezone__duration-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.teacher-battlezone__theme-options{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.teacher-battlezone__theme-option{box-sizing:border-box;color:#465071;cursor:pointer;text-align:left;background:#f9fbff;border:2px solid #e1e7f5;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:76px;padding:9px 28px 9px 11px;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex;position:relative;overflow:hidden}.teacher-battlezone__theme-name{z-index:1;color:#7b829f;margin-bottom:2px;font-size:12px;font-weight:800;position:relative}.teacher-battlezone__theme-option:hover{background:#fbf9ff;border-color:#b7a2fa;transform:translateY(-1px)}.teacher-battlezone__theme-option:focus-visible{outline-offset:2px;outline:3px solid #7250ee3d}.teacher-battlezone__theme-option.is-selected{color:#311b7a;background:#f3efff;border-color:#7250ee;box-shadow:0 5px 14px #5846b724}.teacher-battlezone__theme-option strong{z-index:1;margin-top:2px;font-size:16px;font-weight:900;position:relative}.teacher-battlezone__theme-option small{z-index:1;color:#7b829f;font-size:12px;position:relative}.teacher-battlezone__theme-check{z-index:3;color:#fff;opacity:0;background:#5976ef;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:10px;font-weight:900;line-height:1;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:6px;right:6px;transform:scale(.62);box-shadow:0 2px 6px #12184059}.teacher-battlezone__theme-option.is-selected .teacher-battlezone__theme-check{opacity:1;transform:scale(1)}.teacher-battlezone__theme-option--adventure{color:#fff6cf;text-shadow:0 1px 2px #301c11b3;background:linear-gradient(90deg,#2f1b10e6,#2f1b1075 62%,#2f1b1029),url(/assets/adventure_bg-BR_VO81I.png) 50% 58%/cover no-repeat;border-color:#a9783d}.teacher-battlezone__theme-option--adventure small{color:#f0e5bd}.teacher-battlezone__theme-option--adventure .teacher-battlezone__theme-name{color:#f7d98c}.teacher-battlezone__theme-option--adventure:hover,.teacher-battlezone__theme-option--adventure.is-selected{color:#fff7c7;background:linear-gradient(90deg,#2f1b10d1,#2f1b1057 62%,#2f1b1014),url(/assets/adventure_bg-BR_VO81I.png) 50% 58%/cover no-repeat;border-color:#ffd36c;box-shadow:0 6px 14px #4a36183d}.teacher-battlezone__theme-option--space{color:#f0f4ff;background:linear-gradient(90deg,#050a30e6,#050a306b 64%,#050a301a),url(/assets/space_bg-srXPCjsI.png) 50%/cover no-repeat;border-color:#5968c9}.teacher-battlezone__theme-option--space small{color:#bfc8f4}.teacher-battlezone__theme-option--space .teacher-battlezone__theme-name{color:#a9dff7}.teacher-battlezone__theme-option--space:hover,.teacher-battlezone__theme-option--space.is-selected{color:#fff;background:linear-gradient(90deg,#050a30cc,#050a304d 64%,#0000),url(/assets/space_bg-srXPCjsI.png) 50%/cover no-repeat;border-color:#98e2ff;box-shadow:0 6px 16px #20196c47}.teacher-battlezone__theme-option--mine{color:#effff4;text-shadow:0 1px 2px #052211d1;background:linear-gradient(90deg,#0e3922e6,#0e392270 64%,#0e39221a),url(/assets/mine_thumbnail-BdgnXjE9.jpg) 50%/cover no-repeat;border-color:#4c9a6b}.teacher-battlezone__theme-option--mine small{color:#bde8ca}.teacher-battlezone__theme-option--mine .teacher-battlezone__theme-name{color:#c7f6d7}.teacher-battlezone__theme-option--mine .teacher-battlezone__theme-check{background:#32ad66;box-shadow:0 2px 6px #053a1d80}.teacher-battlezone__theme-option--mine:hover,.teacher-battlezone__theme-option--mine.is-selected{color:#fff;background:linear-gradient(90deg,#0e3922c7,#0e39224d 64%,#0e39220a),url(/assets/mine_thumbnail-BdgnXjE9.jpg) 50%/cover no-repeat;border-color:#8cf0ad;box-shadow:0 6px 16px #146f3a5c}.teacher-battlezone__theme-option--balloon{color:#f3fbff;text-shadow:0 1px 2px #031f4ed9;background:linear-gradient(90deg,#053373e6,#05337370 64%,#0533731a),url(/assets/balloon_thumbnail-Bv2P1ogQ.png) 50%/cover no-repeat;border-color:#54bdf2}.teacher-battlezone__theme-option--balloon small{color:#d8f2ff}.teacher-battlezone__theme-option--balloon:hover,.teacher-battlezone__theme-option--balloon.is-selected{color:#fff;background:linear-gradient(90deg,#053373c7,#0533734d 64%,#0533730a),url(/assets/balloon_thumbnail-Bv2P1ogQ.png) 50%/cover no-repeat;border-color:#b9efff;box-shadow:0 6px 16px #127bc752}.teacher-battlezone__theme-option--cyberpunk{color:#dfffff;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:linear-gradient(#27f2ff0f 1px,#0000 1px) 0 0/16px 16px,linear-gradient(90deg,#27f2ff0f 1px,#0000 1px) 0 0/16px 16px,linear-gradient(145deg,#16052f,#06142c);border-color:#27f2ff70;border-radius:5px}.teacher-battlezone__theme-option--cyberpunk:after{content:"";background:#ff3ec9;width:28px;height:3px;position:absolute;top:0;right:10px;box-shadow:-30px 0 #27f2ff,0 0 7px #ff3ec9a3}.teacher-battlezone__theme-option--cyberpunk small{color:#9dc7d5}.teacher-battlezone__theme-option--cyberpunk .teacher-battlezone__theme-name{color:#27f2ff}.teacher-battlezone__theme-option--cyberpunk:hover,.teacher-battlezone__theme-option--cyberpunk.is-selected{color:#f7ff58;background:linear-gradient(#27f2ff17 1px,#0000 1px) 0 0/16px 16px,linear-gradient(90deg,#27f2ff17 1px,#0000 1px) 0 0/16px 16px,linear-gradient(145deg,#1e0739,#071a32);border-color:#27f2ff;box-shadow:0 0 14px #27f2ff38}.teacher-battlezone__theme-option.is-locked,.teacher-battlezone__theme-option.is-locked:hover{box-shadow:none;cursor:not-allowed;border-color:#9aa4b8;transform:none}.teacher-battlezone__theme-option.is-locked>:not(.teacher-battlezone__theme-lock){opacity:.28}.teacher-battlezone__theme-lock{z-index:5;border-radius:inherit;color:#fff;text-shadow:0 1px 2px #0000007a;background:#171f30ad;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}.teacher-battlezone__theme-lock svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.teacher-battlezone__theme-lock strong{color:inherit;margin:0;font-size:14px;font-weight:900}.teacher-battlezone__duration-option{box-sizing:border-box;color:#465071;text-align:center;cursor:pointer;background:#f9fbff;border:2px solid #e1e7f5;border-radius:11px;justify-content:center;align-items:center;min-height:38px;padding:6px 12px;font-size:14px;font-weight:700;transition:border-color .15s,background-color .15s,color .15s,box-shadow .15s,transform .15s;display:flex;position:relative}.teacher-battlezone__duration-option:hover{background:#f0f5ff;border-color:#9eb6f8;transform:translateY(-1px)}.teacher-battlezone__duration-option:focus-visible{outline-offset:2px;outline:3px solid #4776ef40}.teacher-battlezone__duration-option.is-selected{color:#22327a;background:#eef3ff;border-color:#5976ef;font-weight:900;box-shadow:0 4px 10px #475cbe21}.teacher-battlezone__duration-check{color:#fff;opacity:0;background:#5976ef;border-radius:50%;flex-shrink:0;place-items:center;width:16px;height:16px;font-size:9px;font-weight:900;line-height:1;transition:opacity .15s,transform .15s;display:grid;position:absolute;top:5px;right:5px;transform:scale(.5)}.teacher-battlezone__duration-option.is-selected .teacher-battlezone__duration-check{opacity:1;transform:scale(1)}.teacher-battlezone__unit-picker{flex-direction:column;flex:auto;gap:10px;height:100%;min-height:0;transition:opacity .2s,filter .2s;display:flex}.teacher-battlezone__unit-picker.is-disabled{filter:grayscale(.25);opacity:.52}.teacher-battlezone__cascade{background:#f8faff;border:1px solid #dce3f2;border-radius:16px;flex:auto;grid-template-columns:.82fr 1.02fr 1.36fr;height:100%;min-height:0;display:grid;overflow:hidden}.teacher-battlezone__cascade.is-empty-guide{justify-content:center;align-items:center;display:flex}.teacher-battlezone__cascade-empty-guide{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:flex}.teacher-battlezone__cascade-empty-guide strong{color:#273160;letter-spacing:-.02em;font-size:16px;font-weight:900}.teacher-battlezone__cascade-empty-guide p{color:#6d7699;margin:0;font-size:14px;line-height:1.6}.teacher-battlezone__cascade-empty-guide p strong{color:#4451ea;font-size:inherit}@keyframes teacher-battlezone-guide-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes teacher-battlezone-badge-pulse{0%,to{box-shadow:0 0 #5a65ff99}50%{box-shadow:0 0 0 6px #5a65ff00}}.teacher-battlezone__cascade-column{border-right:1px solid #e1e6f2;grid-template-rows:44px minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.teacher-battlezone__cascade-column:last-child{border-right:0}.teacher-battlezone__cascade-column>strong{color:#343d6b;background:#f1f5fd;border-bottom:1px solid #e1e6f2;align-items:center;gap:6px;padding:0 12px;font-size:14px;font-weight:900;display:flex}.teacher-battlezone__cascade-column>strong>span{color:#7390eb;letter-spacing:.04em;font-size:12px}.teacher-battlezone__cascade-column>strong>.teacher-battlezone__cascade-actions{color:inherit;font-size:inherit;letter-spacing:normal;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.teacher-battlezone__cascade ul{box-sizing:border-box;scrollbar-color:#cbd5ed transparent;scrollbar-width:thin;height:100%;min-height:0;margin:0;padding:8px;list-style:none;overflow-y:auto}.teacher-battlezone__cascade li+li{margin-top:4px}.teacher-battlezone__cascade button{color:#465071;text-align:left;background:0 0;border:1px solid #0000;border-radius:11px;align-items:center;gap:8px;width:100%;min-height:42px;padding:7px 32px 7px 9px;font-size:14px;transition:color .16s,border-color .16s,background-color .16s,transform .16s;display:flex;position:relative}.teacher-battlezone__cascade button:hover{background:#eef4ff;border-color:#d7e1fb;transform:translate(2px)}.teacher-battlezone__cascade .teacher-battlezone__cascade-action{text-align:center;white-space:nowrap;word-break:keep-all;border-radius:6px;justify-content:center;width:auto;min-height:22px;padding:3px 7px;font-size:12px;font-weight:800;line-height:1;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex}.teacher-battlezone__cascade .teacher-battlezone__cascade-action:hover{transform:none}.teacher-battlezone__cascade .teacher-battlezone__cascade-action:focus-visible{outline-offset:2px;outline:2px solid #637eea}.teacher-battlezone__cascade .teacher-battlezone__cascade-action--select{color:#2858d8;background:#e9f1ff;border-color:#bfd3fa}.teacher-battlezone__cascade .teacher-battlezone__cascade-action--select:hover{background:#d6e5ff;border-color:#9cbdff}.teacher-battlezone__cascade .teacher-battlezone__cascade-action--clear{color:#5b6480;background:#f2f4fa;border-color:#dce0ec}.teacher-battlezone__cascade .teacher-battlezone__cascade-action--clear:hover{background:#e4e8f3;border-color:#c7ccd9}.teacher-battlezone__cascade button.is-selected{color:#25357b;background:linear-gradient(135deg,#e8f3ff,#eeeaff);border-color:#a9bcf7;font-weight:900}.teacher-battlezone__cascade-column:last-child button.is-selected:after{content:"✓";color:#fff;background:#5976ef;border-radius:50%;place-items:center;width:19px;height:19px;font-size:10.5px;font-weight:900;display:grid;position:absolute;right:8px}.teacher-battlezone__unit-code{color:#56658f;background:#fffc;border-radius:7px;flex:none;place-items:center;min-width:40px;min-height:25px;padding:0 5px;font-size:12px;font-weight:900;display:inline-grid}.teacher-battlezone__item-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.teacher-battlezone__empty{color:#9aa1b8;text-align:center;place-items:center;min-height:120px;padding:20px;font-size:14px;display:grid}.teacher-battlezone__setup-footer{background:#fff;border:1.5px solid #e0e7f7;border-radius:20px;flex:none;align-items:center;gap:18px;min-height:74px;padding:12px 22px;display:flex;box-shadow:0 6px 20px #121e540d}.teacher-battlezone__selection-summary{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.teacher-battlezone__selection-col{flex-direction:column;gap:3px;min-width:0;display:flex}.teacher-battlezone__selection-col--class{flex:none;min-width:110px;max-width:170px}.teacher-battlezone__selection-col--units{flex:auto;min-width:0}.teacher-battlezone__selection-col--settings{flex:none;min-width:140px;max-width:220px}.teacher-battlezone__selection-col span{color:#858ca6;letter-spacing:-.01em;font-size:11px;font-weight:800}.teacher-battlezone__selection-col strong{color:#242c58;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;overflow:hidden}.teacher-battlezone__selection-divider{color:#7b88aa;background:#edf2fc;border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:12px;font-style:normal;font-weight:900;display:grid}.teacher-battlezone__selection-col-header{align-items:center;gap:6px;display:flex}.teacher-battlezone__selection-clear{color:#b54750;white-space:nowrap;background:#fff7f7;border-radius:999px;align-items:center;gap:5px;min-height:28px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:900;line-height:1;transition:color .15s,border-color .15s,background-color .15s;display:inline-flex}.teacher-battlezone__selection-clear>i{color:#fff;background:#dd6870;border-radius:50%;place-items:center;width:18px;height:18px;font-size:14px;font-style:normal;font-weight:700;line-height:1;display:inline-grid}.teacher-battlezone__selection-clear:hover{color:#a93640;background:#ffeded;border-color:#df858b}.teacher-battlezone__selection-clear:focus-visible{outline-offset:2px;outline:2px solid #637eea}.teacher-battlezone__selection-count-badge{color:#2858d8;background:#e5efff;border-radius:999px;align-items:center;padding:1px 7px;font-size:10.5px;font-weight:900;line-height:1.2;display:inline-flex}.teacher-battlezone__summary-empty{color:#8e95ac;font-size:13.5px;font-weight:800}.teacher-battlezone__summary-unit-tags{scrollbar-width:thin;scrollbar-color:#cbd5ed transparent;flex-wrap:wrap;align-items:center;gap:6px;max-height:58px;padding:2px 0;display:flex;overflow:hidden auto}.teacher-battlezone__summary-unit-tag{color:#2b355d;background:#fff;border:1px solid #dce4f4;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;height:26px;padding:0 3px;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex;box-shadow:0 1.5px 4px #16225c0d}.teacher-battlezone__summary-unit-tag:hover{border-color:#bccdf5;transform:translateY(-1px);box-shadow:0 3px 8px #16225c14}.teacher-battlezone__summary-unit-tag .tag-code{background-color:var(--teacher-battlezone-blue);color:#fff;letter-spacing:-.01em;border-radius:999px;justify-content:center;align-items:center;height:20px;padding:0 7px;font-size:11px;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 1px 3px #0000001f}.teacher-battlezone__summary-unit-tag .tag-name{color:#2b355d;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;font-weight:700;overflow:hidden}.teacher-battlezone__summary-unit-tag .teacher-battlezone__summary-unit-remove{color:#8890a8;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;padding:0;font-size:16px;font-weight:700;line-height:1;transition:color .15s,background-color .15s;display:inline-grid}.teacher-battlezone__summary-unit-tag .teacher-battlezone__summary-unit-remove:hover{color:#c34c54;background:#ffeded}.teacher-battlezone__summary-unit-tag .teacher-battlezone__summary-unit-remove:focus-visible{outline-offset:1px;outline:2px solid #637eea}.teacher-battlezone__summary-unit-tag.learning-unit__step--a .tag-code{background-color:var(--curriculum-tube-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--b .tag-code{background-color:var(--curriculum-maro-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--c .tag-code{background-color:var(--curriculum-roy-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--d .tag-code{background-color:var(--curriculum-woody-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--e .tag-code{background-color:var(--curriculum-gyeongbok-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--f .tag-code{background-color:var(--curriculum-lalla-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--g .tag-code{background-color:var(--curriculum-sabi-tag)}.teacher-battlezone__summary-unit-tag.learning-unit__step--h .tag-code{background-color:var(--curriculum-jelly-tag)}.teacher-battlezone__create{color:#fff;background:linear-gradient(135deg,#4776ef,#7250ee);border:0;border-radius:14px;flex:0 0 min(30%,280px);justify-content:center;align-items:center;gap:9px;min-width:220px;min-height:50px;font-size:16px;font-weight:900;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex}.teacher-battlezone__create:not(:disabled):hover{transform:translateY(-2px)}.teacher-battlezone__create>span{color:#5d63df;background:#fff;border-radius:50%;place-items:center;width:23px;height:23px;padding-left:2px;font-size:9.5px;display:grid}.teacher-battlezone__create:disabled{color:#9298aa;box-shadow:none;cursor:not-allowed;background:#dfe3ed}.teacher-battlezone__create:disabled>span{color:#a6acba}.teacher-battlezone--room{padding:18px}.teacher-battlezone__info-button{color:#506bc5;cursor:pointer;background:0 0;border:0;flex:0 0 34px;place-items:center;width:34px;height:34px;margin-left:auto;padding:0;transition:color .15s,transform .15s;display:inline-grid}.teacher-battlezone__info-button>svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:25px;height:25px;overflow:visible}.teacher-battlezone__info-button>svg .is-dot{fill:currentColor;stroke:none}.teacher-battlezone__info-button:hover{color:#344fae;transform:translateY(-1px)}.teacher-battlezone__info-button:focus-visible{outline-offset:2px;outline:3px solid #5976ef3d}.teacher-battlezone-guide__dim{z-index:10000;box-sizing:border-box;background:#0a0f25b8;place-items:center;padding:clamp(16px,3vw,40px);display:grid;position:fixed;inset:0}.teacher-battlezone-guide{--teacher-battlezone-guide-accent:#5976ef;--teacher-battlezone-guide-accent-soft:#edf2ff;--teacher-battlezone-guide-ink:#202a51;box-sizing:border-box;width:min(920px,100vw - 32px);height:min(600px,100dvh - 32px);max-height:min(760px,100dvh - 32px);color:var(--teacher-battlezone-guide-ink);background:#fff;border:1px solid #c5cfe8e6;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 28px 80px #03081c5c}.teacher-battlezone-guide__header{box-sizing:border-box;background:#fbfcff;border-bottom:1px solid #e4e9f4;flex:none;justify-content:space-between;align-items:center;gap:20px;min-height:60px;padding:10px 22px;display:flex}.teacher-battlezone-guide__header>div{min-width:0}.teacher-battlezone-guide__header span{color:var(--teacher-battlezone-guide-accent);letter-spacing:.16em;margin-bottom:2px;font-size:9px;font-weight:950;display:block}.teacher-battlezone-guide__header h2{color:#1d2750;letter-spacing:-.035em;margin:0;font-size:22px;font-weight:950}.teacher-battlezone-guide__header p{color:#737d9a;margin:3px 0 0;font-size:12px;font-weight:700}.teacher-battlezone-guide__close{color:#68728f;cursor:pointer;background:#fff;border:1px solid #dce3f1;border-radius:12px;flex:0 0 38px;place-items:center;width:38px;height:38px;padding:0;display:grid}.teacher-battlezone-guide__close>svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:19px;height:19px}.teacher-battlezone-guide__close:hover{color:#27335f;background:#f1f4fb;border-color:#b6c2dd}.teacher-battlezone-guide__close:focus-visible{outline-offset:2px;outline:3px solid #5976ef3d}.teacher-battlezone-guide__tabs{background:#f7f9fd;border-bottom:1px solid #e4e9f4;flex:none;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:10px 20px 0;display:grid}.teacher-battlezone-guide__tabs>button{color:#5b6582;cursor:pointer;text-align:center;background:0 0;border:0;border-bottom:3px solid #0000;border-radius:10px 10px 0 0;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:50px;padding:6px 8px;transition:border-color .15s,color .15s,background-color .15s;display:flex}.teacher-battlezone-guide__tabs>button small{color:#8991a8;font-size:11px;font-weight:800}.teacher-battlezone-guide__tabs>button strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:950;overflow:hidden}.teacher-battlezone-guide__tabs>button:focus-visible{outline-offset:1px;outline:3px solid #5976ef38}.teacher-battlezone-guide__tabs>button.is-selected{border-bottom-color:var(--teacher-battlezone-guide-accent);color:#25336d;background:var(--teacher-battlezone-guide-accent-soft)}.teacher-battlezone-guide__tabs>button.is-default.is-selected{color:#fff;background:#536fe0;border-bottom-color:#304cad}.teacher-battlezone-guide__tabs>button.is-default.is-selected small{color:#e7ecff}.teacher-battlezone-guide__tabs>button.is-adventure.is-selected{color:#fff4cd;background:#55351f;border-bottom-color:#b9853d}.teacher-battlezone-guide__tabs>button.is-adventure.is-selected small{color:#e9ca84}.teacher-battlezone-guide__tabs>button.is-space.is-selected{color:#fff;background:#15275f;border-bottom-color:#75dfff}.teacher-battlezone-guide__tabs>button.is-space.is-selected small{color:#a9e9ff}.teacher-battlezone-guide__tabs>button.is-mine.is-selected{color:#fff;background:#1f6b43;border-bottom-color:#7add9b}.teacher-battlezone-guide__tabs>button.is-mine.is-selected small{color:#d7f6e0}.teacher-battlezone-guide__tabs>button.is-balloon.is-selected{color:#fff;background:#0b294c;border-bottom-color:#4e8ec4}.teacher-battlezone-guide__tabs>button.is-balloon.is-selected small{color:#c9e0f4}.teacher-battlezone-guide__tabs>button.is-cyberpunk.is-selected{color:#f7ff58;background-color:#07152d;background-image:linear-gradient(#27f2ff14 1px,#0000 1px),linear-gradient(90deg,#27f2ff14 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:12px 12px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-bottom-color:#27f2ff;border-radius:4px 4px 0 0}.teacher-battlezone-guide__tabs>button.is-cyberpunk.is-selected small{color:#27f2ff}.teacher-battlezone-guide__body{box-sizing:border-box;flex:auto;grid-template-columns:270px 1fr;gap:14px;min-height:0;padding:12px 18px;display:grid;overflow:hidden}.teacher-battlezone-guide__showcase{box-sizing:border-box;background:linear-gradient(#f9fbff 0%,#f1f5fd 100%);border:1px solid #dce4f3;border-radius:18px;flex-direction:column;gap:8px;min-height:0;padding:12px;display:flex;overflow:hidden}.teacher-battlezone-guide__showcase-stage{background:var(--teacher-battlezone-guide-accent-soft);border-radius:14px;flex:135px;justify-content:center;align-items:center;min-height:105px;max-height:150px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #0000000a}.teacher-battlezone-guide__showcase-stage:after{content:"";pointer-events:none;background:radial-gradient(#0000002e 0%,#0000 70%);border-radius:50%;width:60%;height:12px;position:absolute;bottom:8px}.teacher-battlezone-guide__hero-asset{object-fit:contain;filter:drop-shadow(0 6px 14px #00000029);width:auto;max-height:120px;animation:1.6s ease-in-out infinite teacher-battlezone-guide-bounce;display:block}.teacher-battlezone-guide__hero-asset.is-balloon{max-height:130px}.teacher-battlezone-guide__hero-asset.is-adventure{max-height:125px}.teacher-battlezone-guide__hero-asset.is-space{max-height:100px}.teacher-battlezone-guide__hero-asset.is-mine{max-height:115px}.teacher-battlezone-guide__cyber-stage{background:linear-gradient(135deg,#09122a,#030816);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.teacher-battlezone-guide__cyber-grid{opacity:.7;grid-template-rows:repeat(3,26px);grid-template-columns:repeat(3,26px);gap:3px;display:grid}.teacher-battlezone-guide__cyber-cell{background:#27f2ff14;border:1px solid #27f2ff66;border-radius:4px}.teacher-battlezone-guide__cyber-cell.is-captured{background:#ff3ec9;border-color:#ff3ec9;box-shadow:0 0 10px #ff3ec9}.teacher-battlezone-guide__cyber-marker{filter:drop-shadow(0 0 12px #27f2ff);animation:1.6s ease-in-out infinite teacher-battlezone-guide-bounce;position:absolute}.teacher-battlezone-guide__default-stage{flex-direction:column;align-items:center;gap:6px;animation:1.6s ease-in-out infinite teacher-battlezone-guide-bounce;display:flex}.teacher-battlezone-guide__default-name{color:#2b396b;font-size:12px;font-weight:950}.teacher-battlezone-guide__showcase-meta{flex-direction:column;gap:6px;display:flex}.teacher-battlezone-guide__theme-badge{align-items:center;gap:6px;display:flex}.teacher-battlezone-guide__theme-badge span{color:#657294;font-size:10.5px;font-weight:800}.teacher-battlezone-guide__theme-badge strong{color:#1a254c;letter-spacing:-.025em;font-size:14.5px;font-weight:950}.teacher-battlezone-guide__slogan{color:#47557e;word-break:keep-all;margin:0 10px;padding:0 6px;font-size:16px;font-weight:700;line-height:1.4}.teacher-battlezone-guide__slogan .span{color:var(--teacher-battlezone-guide-accent);font-weight:900}.teacher-battlezone-guide__quick-stats{grid-template-columns:1fr 1fr;gap:5px;display:grid}.teacher-battlezone-guide__stat-chip{background:#fff;border:1px solid #e1e7f3;border-radius:9px;flex-direction:column;padding:10px;display:flex;box-shadow:0 1px 3px #0a193c0a}.teacher-battlezone-guide__stat-chip span{color:#7b88a8;font-size:14px;font-weight:800}.teacher-battlezone-guide__stat-chip strong{color:var(--teacher-battlezone-guide-accent);margin-top:6px;font-size:20px;font-weight:950}.teacher-battlezone-guide__tags{flex-wrap:wrap;gap:4px;display:flex}.teacher-battlezone-guide__tags span{color:#556285;background:#eef2f9;border-radius:5px;padding:2px 6px;font-size:9.5px;font-weight:800}.teacher-battlezone-guide__lead-text{letter-spacing:-.035em;word-break:keep-all;font-size:16px;font-weight:950;line-height:1.32;display:block}.teacher-battlezone-guide__lead-text.is-action{color:#1e3a8a}.teacher-battlezone-guide__lead-text.is-boost{color:#b45309}.teacher-battlezone-guide__lead-text.is-hazard{color:#dc2626}.teacher-battlezone-guide__lead-text.is-victory{color:#6d28d9}.teacher-battlezone-guide__sub-text{color:#53607f;word-break:keep-all;font-size:11.5px;font-weight:700;line-height:1.4;display:block}.teacher-battlezone-guide__hero-card{box-sizing:border-box;background:linear-gradient(#fff 0%,#fafcff 100%);border:1px solid #e0e6f5;border-radius:18px;flex-direction:column;justify-content:space-between;height:100%;min-height:0;padding:14px 18px;display:flex;overflow:hidden;box-shadow:0 4px 14px #0a193c0a}.teacher-battlezone-guide__hero-row{border-radius:12px;align-items:center;gap:16px;padding:8px 12px;transition:all .15s;display:flex}.teacher-battlezone-guide__hero-row.is-action{background:#eff6ff73}.teacher-battlezone-guide__hero-row.is-action:hover{background:#dbeafe99}.teacher-battlezone-guide__hero-row.is-boost{background:#fef3c759}.teacher-battlezone-guide__hero-row.is-boost:hover{background:#fef3c799}.teacher-battlezone-guide__hero-row.is-hazard{background:#fef2f280}.teacher-battlezone-guide__hero-row.is-hazard:hover{background:#fee2e2a6}.teacher-battlezone-guide__hero-row.is-victory{background:#f5f3ff80}.teacher-battlezone-guide__hero-row.is-victory:hover{background:#ede9fea6}.teacher-battlezone-guide__row-tag{flex-direction:column;flex:0 0 82px;align-items:flex-start;gap:3px;display:flex}.teacher-battlezone-guide__row-tag small{color:#7280a3;white-space:nowrap;font-size:10px;font-weight:800}.teacher-battlezone-guide__row-body{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.teacher-battlezone-guide__hero-divider{background:#edf2fa;height:1px;margin:1px 0}.teacher-battlezone-guide__badge{letter-spacing:.04em;border-radius:6px;padding:2.5px 7px;font-size:9.5px;font-weight:950;display:inline-block}.teacher-battlezone-guide__badge.is-action{color:#1d4ed8;background:#dbeafe}.teacher-battlezone-guide__badge.is-boost{color:#b45309;background:#fef3c7}.teacher-battlezone-guide__badge.is-hazard{color:#b91c1c;background:#fee2e2}.teacher-battlezone-guide__badge.is-victory{color:#6d28d9;background:#ede9fe}.teacher-battlezone-guide__footer{box-sizing:border-box;background:#fbfcff;border-top:1px solid #e4e9f4;flex:none;justify-content:center;align-items:center;min-height:50px;padding:6px 18px;display:flex}.teacher-battlezone-guide__footer-nav{justify-content:center;align-items:center;gap:16px;display:flex}.teacher-battlezone-guide__nav-btn{color:#4b5779;cursor:pointer;background:#fff;border:1px solid #d8dfed;border-radius:10px;justify-content:center;align-items:center;min-width:96px;height:36px;padding:0 16px;font-size:12px;font-weight:850;transition:all .15s;display:inline-flex;box-shadow:0 1px 3px #0a193c0a}.teacher-battlezone-guide__nav-btn:hover{color:#1e284c;background:#f1f4fb;border-color:#b3c2df}.teacher-battlezone-guide__nav-btn:focus-visible{outline-offset:1px;outline:3px solid #5976ef38}.teacher-battlezone-guide__theme-counter{color:#6b7796;letter-spacing:.04em;font-size:13px;font-weight:950}.teacher-battlezone-guide--adventure{--teacher-battlezone-guide-accent:#b77a2c;--teacher-battlezone-guide-accent-soft:#fff2d4}.teacher-battlezone-guide--space{--teacher-battlezone-guide-accent:#0284c7;--teacher-battlezone-guide-accent-soft:#e0f2fe}.teacher-battlezone-guide--mine{--teacher-battlezone-guide-accent:#16a34a;--teacher-battlezone-guide-accent-soft:#e8f8ee}.teacher-battlezone-guide--balloon{--teacher-battlezone-guide-accent:#ea580c;--teacher-battlezone-guide-accent-soft:#fff7ed}.teacher-battlezone-guide--cyberpunk{--teacher-battlezone-guide-accent:#06b6d4;--teacher-battlezone-guide-accent-soft:#e6fcff}@media (width<=760px){.teacher-battlezone-guide__dim{padding:10px}.teacher-battlezone-guide{border-radius:18px;width:calc(100vw - 20px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px)}.teacher-battlezone-guide__header{min-height:54px;padding:8px 12px}.teacher-battlezone-guide__header h2{font-size:17px}.teacher-battlezone-guide__header p{display:none}.teacher-battlezone-guide__tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:5px 8px 0}.teacher-battlezone-guide__tabs>button{min-height:40px;padding:4px 5px}.teacher-battlezone-guide__body{grid-template-columns:1fr;padding:10px;overflow-y:auto}.teacher-battlezone-guide__hero-card{height:auto}.teacher-battlezone-guide__showcase-stage{min-height:90px;max-height:115px}.teacher-battlezone-guide__footer{min-height:48px;padding:6px 10px}}.teacher-battlezone--space-race{overscroll-behavior:contain;scrollbar-gutter:stable;align-items:flex-start;display:flex;overflow:hidden auto}.teacher-battlezone--space-race .battlezone-room{flex:none;height:auto;min-height:max(100%,860px);overflow:visible}.teacher-battlezone--space-race .battlezone-room__actions{z-index:20;background:linear-gradient(#0000,#05124beb 34%);min-height:64px;padding-top:8px;position:sticky;bottom:0}.student-home .learning-panel{padding:12px 24px}.student-home .learning-panel .status-item{flex-direction:row;align-items:flex-start;display:flex}.student-home .learning-panel .status-item+.status-item{margin-top:16px}.student-home .learning-panel .status-item__label{width:96px;color:var(--text-general-subtle)}.student-home .learning-panel .status-item__label span{color:var(--text-general-default);font-size:16px;line-height:24px;display:block}.student-home .learning-panel .status-item__content{flex:1;min-width:0}.student-home .learning-panel .check-condition{text-align:center;color:var(--text-action-primary);background-color:#b4daff;border-radius:24px;padding:2px;font-weight:700}.student-home .learning-panel .student-result__day{gap:4px}.student-home .onboarding-modal{z-index:5;background-color:#fffc;width:100%;height:100%;padding:8px 20px;position:absolute;top:0;left:0}.student-home .onboarding-modal.step-1 .onboarding-wrap{justify-content:center;padding-bottom:100px}.student-home .onboarding-modal.step-2{height:calc(100% - 108px);top:108px}.student-home .onboarding-modal.step-3{height:264px}.student-home .onboarding-modal.step-3 .onboarding-wrap{justify-content:flex-end}.student-home .onboarding-modal .onboarding-wrap{flex-direction:column;height:100%;display:flex}.student-home .onboarding-modal .onboarding-wrap.align-center{flex-direction:column;justify-content:center;display:flex}.student-home .onboarding-modal .onboarding-wrap.align-center .welcome-message{padding-top:0}.student-home .onboarding-modal .onboarding-wrap .welcome-message{flex:none;width:100%;padding-top:100px}.student-home .onboarding-modal .onboarding-wrap .welcome-message .message-box{background-color:var(--blue-900);text-align:center;border-radius:16px;width:100%;max-width:320px;margin:0 auto;padding:16px 24px;position:relative}.student-home .onboarding-modal .onboarding-wrap .welcome-message .message-box p{color:var(--text-general-inverse);font-size:16px;line-height:24px}.student-home .onboarding-modal .onboarding-wrap .welcome-message .message-box button{width:200px;margin-top:8px}.student-home .onboarding-modal .onboarding-wrap .welcome-message .message-box:before{content:"";background-image:url(/assets/welcome_message-Ceeb0dfq.svg);width:240px;height:100px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.student-home .challenge-wrap{height:100%}.student-home .challenge-wrap .weekly-units{height:calc(100% - 172px)}.student-home .challenge-wrap.scroll-lock{pointer-events:none;overflow:hidden}.student-home .challenge-wrap:has(.challenge-message.is-complete){flex-direction:column;height:auto;min-height:100%;display:flex}.student-home .challenge-wrap:has(.challenge-message.is-complete) .challenge-message{flex-direction:column;flex:1;min-height:0;padding-bottom:20px;display:flex}.student-home .challenge-wrap:has(.challenge-message.is-complete) .challenge-message .message-box{text-align:center;flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.student-home .challenge-wrap:has(.challenge-message.is-complete) .challenge-message .message-box p+p{margin-top:20px}.student-home .challenge-message{width:100%;padding:168px 12px 0;position:relative}.student-home .challenge-message .message-box{background-color:var(--blue-100);width:100%;max-width:336px;color:var(--blue-900);border-radius:24px;margin:0 auto;padding:20px;font-size:16px;line-height:24px;position:relative}.student-home .challenge-message .message-box__text{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:28px}.student-home .challenge-message .message-box__text span{color:var(--text-general-inverse);background-color:var(--blue-900);border-radius:4px;padding:2px 4px}.student-home .challenge-message .message-box button{width:100%;margin-top:20px}.student-home .challenge-message:before{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='300'%20viewBox='0%200%20430%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M11.1724%2087.7715C5.81641%20107.272%2015.8459%20128.22%2034.74%20141.459C19.6502%20149.784%208.92135%20161.725%204.80945%20176.695C-6.64407%20218.396%2037.4705%20267.581%20103.334%20286.542C163.817%20303.954%20221.583%20289.825%20239.497%20255.119C253.451%20265.347%20270.158%20273.672%20288.837%20279.049C351.529%20297.097%20412.391%20275.159%20424.782%20230.046C435.695%20190.312%20405.361%20145.864%20355.14%20123.497C364.362%20117.601%20371.013%20109.414%20373.77%2099.3754C381.594%2070.8887%20355.152%2038.3435%20314.702%2026.6989C280.425%2016.8314%20247.094%2025.1483%20232.96%2045.252C219.805%2029.665%20200.881%2017.1275%20178.265%2010.6167C128.996%20-3.56661%2080.1054%2016.0108%2065.7558%2054.5373C39.8416%2053.2783%2017.0764%2066.2761%2011.1724%2087.7715Z'%20fill='%231A246D'/%3e%3cmask%20id='mask0_11641_21535'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='3'%20y='6'%20width='424'%20height='288'%3e%3cpath%20d='M11.1724%2087.7715C5.81641%20107.272%2015.8459%20128.22%2034.74%20141.459C19.6502%20149.784%208.92135%20161.725%204.80945%20176.695C-6.64407%20218.396%2037.4705%20267.581%20103.334%20286.542C163.817%20303.954%20221.583%20289.825%20239.497%20255.119C253.451%20265.347%20270.158%20273.672%20288.837%20279.049C351.529%20297.097%20412.391%20275.159%20424.782%20230.046C435.695%20190.312%20405.361%20145.864%20355.14%20123.497C364.362%20117.601%20371.013%20109.414%20373.77%2099.3754C381.594%2070.8887%20355.152%2038.3435%20314.702%2026.6989C280.425%2016.8314%20247.094%2025.1483%20232.96%2045.252C219.805%2029.665%20200.881%2017.1275%20178.265%2010.6167C128.996%20-3.56661%2080.1054%2016.0108%2065.7558%2054.5373C39.8416%2053.2783%2017.0764%2066.2761%2011.1724%2087.7715Z'%20fill='%231A246D'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_11641_21535)'%3e%3cpath%20d='M95.9284%2010.3562C121.322%2040.0563%20150.205%2018.8848%20142.619%2016.4077C132.805%2013.2027%20109.854%2038.8479%20142.455%2040.5434'%20stroke='%2360B0FF'%20stroke-width='2'/%3e%3cpath%20d='M313%2090.5714C350%2069.5714%20340.953%20107.002%20332.5%20107.071C324.047%20107.141%20332.5%2068.3352%20395.5%2082.3352'%20stroke='%23DD99FF'%20stroke-width='2'/%3e%3ccircle%20cx='3.5'%20cy='3.5'%20r='3.5'%20transform='matrix(-1%200%200%201%20140%2066)'%20fill='%23DD99FF'/%3e%3ccircle%20cx='3.5'%20cy='3.5'%20r='3.5'%20transform='matrix(1%200%200%20-1%20297%20101.071)'%20fill='%2366CCBB'/%3e%3cpath%20d='M118.748%2081.2656C95.6347%2093.2045%2041.6364%20100.209%2010.5455%2032.7154'%20stroke='%2366CCBB'%20stroke-width='2'/%3e%3cpath%20d='M320%2054.9951H336'%20stroke='white'/%3e%3cpath%20d='M328.005%2047L328.005%2063'%20stroke='white'/%3e%3cpath%20d='M339%2064.9969H349'%20stroke='white'/%3e%3cpath%20d='M344.003%2060L344.003%2070'%20stroke='white'/%3e%3cg%20id='Repeat%20group%202_inner'%20data-figma-trr='r8u2.4-0f'%3e%3cpath%20d='M77.9999%2067V70.5294'%20stroke='white'/%3e%3c/g%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(74.4644%20-33.7731)%20rotate(45)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(151%20-4.9999)%20rotate(90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(184.773%2069.4645)%20rotate(135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(156%20146)%20rotate(-180)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(81.5353%20179.773)%20rotate(-135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(4.9999%20151)%20rotate(-90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(-28.7732%2076.5354)%20rotate(-45)'/%3e%3cpath%20d='M57.996%2095V116.997'%20stroke='white'/%3e%3cpath%20d='M65.7739%2098.2197L50.2197%20113.774'%20stroke='white'/%3e%3cpath%20d='M68.9969%20105.996L46.9999%20105.996'%20stroke='white'/%3e%3cpath%20d='M65.7771%20113.774L50.2229%2098.22'%20stroke='white'/%3e%3c/g%3e%3c/svg%3e");background-position:50%;width:100%;max-width:430px;height:300px;transition:opacity .2s;position:absolute;top:0;left:50%;transform:translate(-50%)}.student-home .challenge-message .message-character{pointer-events:none}.student-home .challenge-message .message-character div{position:absolute;top:20px;left:50%;transform:translate(-50%)}.student-home .challenge-message .message-character__face,.student-home .challenge-message .message-character__hand{width:200px;height:200px}.student-home .challenge-message .message-character__face{transition:opacity .3s;animation:1s step-end infinite faceWink}@keyframes faceWink{0%,to{background-position:0 0}80%{background-position:100% 0}}.student-home .challenge-message .message-character__hand{z-index:2;transition:opacity .3s}.student-home .challenge-message .message-character--tube .message-character__face{background-image:url(/assets/character_motion_tube_face-BlfvjVvp.svg)}.student-home .challenge-message .message-character--tube .message-character__hand{background-image:url(/assets/character_motion_tube_hand-Xmi4TcWu.svg)}.student-home .challenge-message .message-character--maro .message-character__face{background-image:url(../assets/images/character/home/character_motion_maro_face.svg)}.student-home .challenge-message .message-character--maro .message-character__hand{background-image:url(../assets/images/character/home/character_motion_maro_hand.svg)}.student-home .challenge-message .message-character--roy .message-character__face{background-image:url(/assets/character_motion_roy_face-BVlpkmik.svg)}.student-home .challenge-message .message-character--roy .message-character__hand{background-image:url(/assets/character_motion_roy_hand-GmXBycH4.svg)}.student-home .challenge-message .message-character--woody .message-character__face{background-image:url(/assets/character_motion_woody_face-DZC7zHIw.svg)}.student-home .challenge-message .message-character--woody .message-character__hand{background-image:url(/assets/character_motion_woody_hand-BIr0ouz2.svg)}.student-home .challenge-message .message-character--gyeongbok .message-character__face{background-image:url(../assets/images/character/home/character_motion_gyeongbok_face.svg)}.student-home .challenge-message .message-character--gyeongbok .message-character__hand{background-image:url(../assets/images/character/home/character_motion_gyeongbok_hand.svg)}.student-home .challenge-message .message-character--lalla .message-character__face{background-image:url(../assets/images/character/home/character_motion_lalla_face.svg)}.student-home .challenge-message .message-character--lalla .message-character__hand{background-image:url(../assets/images/character/home/character_motion_lalla_hand.svg)}.student-home .challenge-message .message-character--sabi .message-character__face{background-image:url(../assets/images/character/home/character_motion_sabi_face.svg)}.student-home .challenge-message .message-character--sabi .message-character__hand{background-image:url(../assets/images/character/home/character_motion_sabi_hand.svg)}.student-home .challenge-message .message-character--jelly .message-character__face{background-image:url(/assets/character_motion_jelly_face-DJqqEQgf.svg)}.student-home .challenge-message .message-character--jelly .message-character__hand{background-image:url(/assets/character_motion_jelly_hand-B8XqWMng.svg)}.student-home .challenge-message .message-character__complete{background-image:url(/assets/character_complete-DCAyHPCM.svg);width:300px;height:150px}.student-home .challenge-message .mission-characters:before{content:"";pointer-events:none;background-image:url(/assets/student_home_challenge_characters_mission-Bz0-1r3o.svg);width:328px;height:148px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.student-home .challenge-message.hide-deco:before,.student-home .challenge-message.hide-deco .message-character__face,.student-home .challenge-message.hide-deco .message-character__hand{opacity:0}.student-home .challenge-message.is-mission:before{background-image:url("data:image/svg+xml,%3csvg%20width='430'%20height='300'%20viewBox='0%200%20430%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath%20d='M226.253%2036.7578C147.399%20-11.6139%2055.0933%201.40363%2020.0829%2065.833C-14.9274%20130.262%2020.6145%20221.706%2099.4687%20270.078C161.437%20308.092%20231.711%20308.189%20275.959%20275.22C301.724%20280.116%20332.51%20274.306%20360.891%20256.896C413.101%20224.869%20437.393%20165.72%20415.148%20124.783C394.665%2087.0871%20341.864%2077.9799%20292.865%20101.782C276.996%2076.7481%20254.38%2054.0122%20226.253%2036.7578ZM313.329%203.26562C293.447%203.26569%20277.329%2019.3834%20277.329%2039.2656C277.329%2059.1478%20293.447%2075.2656%20313.329%2075.2656C333.211%2075.2656%20349.329%2059.1479%20349.329%2039.2656C349.329%2019.3834%20333.211%203.26562%20313.329%203.26562Z'%20fill='%23FFD35C'/%3e%3cmask%20id='mask0_15692_30760'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='6'%20y='3'%20width='418'%20height='297'%3e%3cpath%20d='M225.873%2036.7576C147.019%20-11.6142%2054.7134%201.40338%2019.7031%2065.8328C-15.3073%20130.262%2020.2346%20221.706%2099.0888%20270.078C161.057%20308.091%20231.332%20308.189%20275.579%20275.219C301.344%20280.115%20332.131%20274.306%20360.511%20256.896C412.721%20224.869%20437.013%20165.72%20414.768%20124.783C394.285%2087.0868%20341.484%2077.9797%20292.485%20101.782C276.616%2076.7478%20254.001%2054.012%20225.873%2036.7576Z'%20fill='%23FFD35C'/%3e%3cpath%20d='M312.949%203.26538C293.067%203.26545%20276.949%2019.3832%20276.949%2039.2654C276.949%2059.1476%20293.067%2075.2653%20312.949%2075.2654C332.831%2075.2654%20348.949%2059.1476%20348.949%2039.2654C348.949%2019.3831%20332.831%203.26538%20312.949%203.26538Z'%20fill='%23FFD35C'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_15692_30760)'%3e%3cpath%20d='M413.05%20120.544C385.194%20153.125%20353.509%20129.899%20361.83%20127.182C372.597%20123.666%20397.774%20151.799%20362.011%20153.659'%20stroke='%2360B0FF'%20stroke-width='2'/%3e%3cpath%20d='M106.405%2039.4551C68.3194%2020.4955%2079.3856%2057.3798%2087.8302%2056.9898C96.2747%2056.5998%2085.7264%2018.3107%2023.5797%2035.7116'%20stroke='%23DD99FF'%20stroke-width='2'/%3e%3ccircle%20cx='64.1211'%20cy='117.5'%20r='3.5'%20fill='%23DD99FF'/%3e%3ccircle%20cx='353.219'%20cy='153.936'%20r='3.5'%20transform='rotate(180%20353.219%20153.936)'%20fill='%2366CCBB'/%3e%3cpath%20d='M-58.5156%20142.402C-39.2804%20159.916%2011.0652%20180.658%2058.5653%20123.511'%20stroke='%2366CCBB'%20stroke-width='2'/%3e%3cpath%20d='M71.6738%2098.9695H55.6738'%20stroke='white'/%3e%3cpath%20d='M63.6689%2090.9744L63.6689%20106.974'%20stroke='white'/%3e%3cpath%20d='M83.4189%20108.82H73.4189'%20stroke='white'/%3e%3cpath%20d='M78.416%20103.823L78.416%20113.823'%20stroke='white'/%3e%3cg%20id='Repeat%20group%202_inner'%20data-figma-trr='r8u2.4-0f'%3e%3cpath%20d='M351.621%20132V135.529'%20stroke='white'/%3e%3c/g%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(5.40673%20289.053)%20rotate(-45)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(213.621%20489.621)%20rotate(-90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(502.674%20484.214)%20rotate(-135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(703.242%20276)%20rotate(180)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(697.836%20-13.0531)%20rotate(135)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(489.621%20-213.621)%20rotate(90)'/%3e%3cuse%20xlink:href='%23Repeat%2520group%25202_inner'%20transform='translate(200.568%20-208.214)%20rotate(45)'/%3e%3cpath%20d='M372.046%2097.4751V119.472'%20stroke='white'/%3e%3cpath%20d='M364.269%20100.695L379.823%20116.249'%20stroke='white'/%3e%3cpath%20d='M361.045%20108.471L383.042%20108.471'%20stroke='white'/%3e%3cpath%20d='M364.265%20116.249L379.819%20100.695'%20stroke='white'/%3e%3c/g%3e%3c/svg%3e")}.student-home .challenge-message.is-mission .message-box{background-color:#fff5cc}.student-home--desktop{height:100%;position:relative}.student-home--desktop .student-home__left{position:relative}.student-home--desktop .student-home__left>[data-simplebar]{padding:0 348px 0 24px}.student-home--desktop .student-home__left>[data-simplebar] .scroll-inner:before{content:"";z-index:5;background-color:#fff;width:100%;height:24px;display:block;position:sticky;top:0;left:0}.student-home--desktop .student-home__left-content{flex-direction:row;justify-content:center;align-items:flex-start;gap:6px;display:flex}.student-home--desktop .student-home__right{position:absolute;top:24px;bottom:24px;right:24px}.student-home--desktop .student-home__right .home-point-ranking{height:100%}.student-home--desktop .student-home__right .home-point-ranking .rank-item{gap:16px}.student-home--desktop .student-card{z-index:10;background:#fff;max-width:920px;margin:0 auto 40px;position:sticky;top:24px}.student-home--desktop .challenge-message{width:430px;position:sticky;top:148px}.student-home--desktop .weekly-units{max-width:480px;margin-top:122px;position:relative}.student-home--desktop .weekly-units .unit-module{background-color:#0000!important}.student-home--mobile{height:100%;overflow:auto}.student-home--mobile .btn-sem-fight{background-color:var(--button-primary-fill-bg-enabled);z-index:10;width:122px;color:var(--button-primary-fill-contents-normal);border-radius:56px;flex-direction:row;align-items:center;gap:6px;padding:16px;transition:all .2s;display:flex;position:fixed;bottom:88px;right:16px;overflow:hidden;box-shadow:0 4px 8px #0003}.student-home--mobile .btn-sem-fight svg{flex:none}.student-home--mobile .btn-sem-fight span{opacity:1;white-space:nowrap;font-size:16px;line-height:24px;transition:all .4s;overflow:hidden}@media (hover:hover) and (pointer:fine){.student-home--mobile .btn-sem-fight:hover{background-color:var(--button-primary-fill-bg-hovered)}}.student-home--mobile .btn-sem-fight:active{background-color:var(--button-primary-fill-bg-hovered)}.student-home--mobile .btn-sem-fight.mini{width:56px}.student-home--mobile .btn-sem-fight.mini span{opacity:0}.student-report .student-card-wrap{max-width:448px;margin:0 auto 24px;padding:4px 16px}.student-report--mobile{height:100%;overflow:auto}.student-report--mobile .student-card-wrap{margin-bottom:16px}.student-report--mobile .report-view{margin-top:0}.student-report--mobile .report-view__nav-date{background-color:var(--00);z-index:4;margin-bottom:0;padding:8px 0;position:sticky;top:0}.student-report--mobile .report-view__nav-date .date-duration-wrap .week-chip{padding:2px 8px;font-size:12px;font-weight:700;line-height:16px}.student-report--mobile .report-view__nav-date .date-duration-wrap .date-duration{min-width:244px;margin:0;padding:4px 14px 4px 12px}.student-report--mobile .report-view__nav-date .date-duration-wrap .date{font-size:14px;line-height:20px}.student-report--mobile .report-view__list{overflow:initial;border-radius:0}.student-report--mobile .report-view__list .table-wrap{border-width:0;border-radius:0}.student-report--mobile .report-view__list .table-wrap .td-inner{gap:0}.student-report--mobile .report-view__list .list-header{z-index:2;background-color:var(--00);position:sticky;top:48px}.student-report--mobile .report-view__list .list-header .table-wrap{border-top-width:1px}.student-report--mobile .report-view__list .unit-achieve{width:110px}.student-report--desktop .student-card{max-width:920px;margin:0 auto}.student-report--desktop .report-view__content{height:664px}.student-report--desktop .report-view__list{height:100%}.student-report--desktop .report-view__list .table-wrap{border:0;border-radius:0;height:100%}.student-report--desktop .report-view__list .table-wrap table tbody:has(tr:nth-child(10)) tr:last-child{border-bottom:0}.student-report--desktop .report-view__detail-content{flex-direction:column;display:flex}.student-report--desktop .report-view__detail-formula{flex-direction:column;flex:1;min-height:0;display:flex}.student-report-detail{height:100%}.student-report-detail--mobile{background-color:var(--surface-table-focused)}.student-report-detail--mobile .report-view{width:100%;max-width:360px;height:100%;margin:0 auto}.student-report-detail--mobile .report-view__detail-content{flex-direction:column;height:100%;padding:16px 16px 30px;display:flex}.student-report-detail--mobile .report-view__detail-content .unit-achieve{width:40px}.student-report-detail--mobile .report-view__detail-formula{flex-direction:column;flex:1;min-height:0;display:flex}.student-report-detail--mobile .report-view__detail-formula .formula-detail{flex:1;min-height:0}.student-my--mobile .user-info-wrap{margin-top:24px;padding:0 20px}.student-my--mobile .user-info-wrap .title{color:var(--blue-800);font-size:18px;font-weight:700;line-height:24px}.student-my--mobile .user-info-wrap .user-info{flex-direction:row;align-items:flex-start;gap:16px;display:flex}.student-my--mobile .user-info-wrap .user-info .profile-wrap{position:relative}.student-my--mobile .user-info-wrap .user-info .profile-wrap .icon-btn{z-index:2;position:absolute;bottom:-8px;right:-8px}.student-my--mobile .user-info-wrap .user-info .right-wrap{text-align:right;flex:1;min-width:0}.student-my--mobile .user-info-wrap .user-info .right-wrap .content-row{flex-direction:row;align-items:center;gap:16px;margin-bottom:8px;font-size:16px;line-height:24px;display:flex}.student-my--mobile .user-info-wrap .user-info .right-wrap .content-row__value{flex:1;min-width:0;font-weight:700}.student-my--mobile .logout-btn{text-align:center;padding:24px 0}.student-my--desktop .user-info-wrap{border:1px solid var(--border-stroke);border-radius:16px;margin-top:24px}.student-my--desktop .user-info-wrap .title{padding:15px 15px 16px;font-size:18px;font-weight:700;line-height:24px}.student-my--desktop .user-info-wrap .user-info{flex-direction:row;align-items:flex-start;gap:40px;padding:0 20px 12px;display:flex}.student-my--desktop .user-info-wrap .user-info .profile-wrap{margin:0}.student-my--desktop .user-info-wrap .user-info .right-wrap .user-name{font-size:18px;font-weight:700;line-height:24px}.student-my--desktop .user-info-wrap .user-info .right-wrap .user-id{color:var(--text-general-subtle);font-size:14px;line-height:20px}.student-my--desktop .user-info-wrap .user-info .right-wrap button{margin-top:8px}.student-my--desktop .user-info-wrap .logout-btn{border-top:1px solid var(--border-stroke);padding:12px 15px 15px}.student-my--desktop .profile-wrap{width:fit-content;margin:0 auto;position:relative}.student-my--desktop .profile-wrap .icon-btn{z-index:2;position:absolute;bottom:-8px;right:-8px}.student-my--desktop .info-group{margin-top:40px}.student-my--desktop .info-group__title{color:var(--blue-800);padding:0 20px;font-size:18px;font-weight:700;line-height:24px}.student-my--desktop .info-group__content .content-row{flex-direction:row;align-items:center;gap:16px;padding:20px 16px;display:flex}.student-my--desktop .info-group__content .content-row+.content-row{border-top:1px solid #d9d9d9}.student-my--desktop .info-group__content .content-row__label{flex:1;min-width:0;font-size:16px;line-height:24px}.student-my--desktop .info-group__content .content-row__label .btn-change-pwd{width:100%;color:var(--text-general-default);flex-direction:row;align-items:center;padding:20px 16px;display:flex}.student-my--desktop .info-group__content .content-row__label .btn-change-pwd .icon-btn{margin-left:auto}@media (hover:hover) and (pointer:fine){.student-my--desktop .info-group__content .content-row__label .btn-change-pwd:hover .icon-btn{background-color:var(--button-ghost-bg-hovered)}}.student-my--desktop .info-group__content .content-row__label .btn-change-pwd:active .icon-btn{background-color:var(--button-ghost-bg-hovered)}.student-my--desktop .info-group__content .content-row__label2{flex:1;min-width:0}.student-my--desktop .info-group__content .content-row__value{font-size:18px;font-weight:700;line-height:24px}.student-my--desktop .info-group__content .content-row:has(.btn-change-pwd){padding:0}.student-my--desktop .btn-wrap{text-align:center;margin-top:40px}.student-my--desktop .btn-wrap button{width:140px}.student-deco-avatar .top-sticky-wrap{z-index:3;position:sticky;top:0}.student-deco-avatar .top-sticky-wrap .avatar-viewer{background-color:var(--00);flex-direction:row;justify-content:center;align-items:center;height:240px;display:flex;position:relative;overflow:hidden}.student-deco-avatar .top-sticky-wrap .avatar-viewer .avatar{height:210px}.student-deco-avatar .top-sticky-wrap .avatar-viewer__bg{border-radius:24px;width:640px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.student-deco-avatar--desktop{height:100%}.student-deco-avatar--desktop .top-sticky-wrap{top:24px}.student-deco-avatar--desktop .top-sticky-wrap:before{content:"";background-color:var(--00);width:100%;height:24px;position:absolute;bottom:100%;left:0}.student-deco-avatar--desktop .deco-store-wrap{padding-bottom:100px}.student-deco-room .top-sticky-wrap{z-index:3;position:sticky;top:0}.student-deco-room--desktop{height:100%}.student-deco-room--desktop .top-sticky-wrap{top:24px}.student-deco-room--desktop .top-sticky-wrap:before{content:"";background-color:var(--00);width:100%;height:24px;position:absolute;bottom:100%;left:0}.student-deco-room--desktop .deco-store-wrap{padding-bottom:100px}.my-bottom-sticky{z-index:2;width:100%;position:absolute;bottom:0;left:0}.my-bottom-sticky .inner{background-color:var(--00);flex-direction:row;justify-content:center;align-items:center;gap:16px;width:640px;margin:0 auto;padding:16px 0 40px;display:flex}.my-bottom-sticky .deco-rest-btn{width:108px}.my-bottom-sticky .deco-save-btn{width:240px}.my-bottom-sticky .deco-save-btn>span{flex-direction:row;align-items:center;gap:16px;display:flex}.my-bottom-sticky .deco-save-btn>span .coin{flex-direction:row;align-items:center;gap:2px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:flex}.my-bottom-sticky .deco-save-btn>span .coin:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4006%209.99985C18.4006%2014.639%2014.6398%2018.3999%2010.0006%2018.3999C5.36139%2018.3999%201.60059%2014.639%201.60059%209.99985C1.60059%205.36066%205.36139%201.59985%2010.0006%201.59985C14.6398%201.59985%2018.4006%205.36066%2018.4006%209.99985Z'%20fill='%23FFAA00'/%3e%3cpath%20d='M16.375%2010C16.375%2013.5208%2013.5208%2016.375%2010%2016.375C6.47918%2016.375%203.625%2013.5208%203.625%2010C3.625%206.47918%206.47918%203.625%2010%203.625C13.5208%203.625%2016.375%206.47918%2016.375%2010Z'%20fill='%23FFCA2C'/%3e%3cpath%20d='M10.3971%2014.2841C10.0451%2014.2841%209.67307%2014.2281%209.28107%2014.1161C8.88907%2014.0041%208.50507%2013.8361%208.12907%2013.6121C7.75307%2013.3881%207.40907%2013.1041%207.09707%2012.7601C6.79307%2012.4081%206.54907%2012.0001%206.36507%2011.5361C6.18907%2011.0641%206.10107%2010.5281%206.10107%209.92813C6.10107%209.35213%206.18907%208.84013%206.36507%208.39213C6.54907%207.93613%206.79307%207.54013%207.09707%207.20413C7.40107%206.86813%207.74107%206.59213%208.11707%206.37613C8.49307%206.15213%208.88107%205.98813%209.28107%205.88413C9.68107%205.77213%2010.0611%205.71613%2010.4211%205.71613C10.8291%205.71613%2011.1851%205.76413%2011.4891%205.86013C11.7931%205.95613%2012.0411%206.05613%2012.2331%206.16013C12.4251%206.25613%2012.5451%206.32413%2012.5931%206.36413C12.7371%206.45213%2012.8731%206.55213%2013.0011%206.66413C13.1291%206.77613%2013.1971%206.92413%2013.2051%207.10813C13.2051%207.20413%2013.1851%207.30013%2013.1451%207.39613C13.1131%207.48413%2013.0611%207.58013%2012.9891%207.68413C12.8611%207.86813%2012.7371%208.00413%2012.6171%208.09213C12.5051%208.17213%2012.3891%208.21213%2012.2691%208.21213C12.1731%208.21213%2012.0811%208.18813%2011.9931%208.14013C11.9131%208.09213%2011.8091%208.02813%2011.6811%207.94813C11.6251%207.90813%2011.5451%207.86013%2011.4411%207.80413C11.3371%207.74013%2011.1971%207.68413%2011.0211%207.63613C10.8451%207.58013%2010.6211%207.55213%2010.3491%207.55213C10.0691%207.55213%209.78507%207.60413%209.49707%207.70813C9.21707%207.80413%208.95707%207.95213%208.71707%208.15213C8.47707%208.35213%208.28507%208.60813%208.14107%208.92013C7.99707%209.22413%207.92507%209.58013%207.92507%209.98813C7.92507%2010.4121%207.99707%2010.7761%208.14107%2011.0801C8.29307%2011.3841%208.48907%2011.6361%208.72907%2011.8361C8.96907%2012.0361%209.22907%2012.1881%209.50907%2012.2921C9.79707%2012.3881%2010.0771%2012.4361%2010.3491%2012.4361C10.5891%2012.4361%2010.7931%2012.4121%2010.9611%2012.3641C11.1371%2012.3161%2011.2851%2012.2601%2011.4051%2012.1961C11.5331%2012.1241%2011.6411%2012.0601%2011.7291%2012.0041C11.8171%2011.9481%2011.9051%2011.8961%2011.9931%2011.8481C12.0891%2011.8001%2012.1851%2011.7761%2012.2811%2011.7761C12.3931%2011.7761%2012.5051%2011.8201%2012.6171%2011.9081C12.7371%2011.9961%2012.8571%2012.1361%2012.9771%2012.3281C13.0491%2012.4321%2013.1051%2012.5361%2013.1451%2012.6401C13.1851%2012.7361%2013.2011%2012.8321%2013.1931%2012.9281C13.1931%2013.0961%2013.1291%2013.2361%2013.0011%2013.3481C12.8731%2013.4521%2012.7371%2013.5481%2012.5931%2013.6361C12.5291%2013.6681%2012.4051%2013.7401%2012.2211%2013.8521C12.0371%2013.9561%2011.7931%2014.0521%2011.4891%2014.1401C11.1851%2014.2361%2010.8211%2014.2841%2010.3971%2014.2841Z'%20fill='%23AA6300'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.student-ranking .ranking-wrap{padding:0 8px}.student-ranking .ranking-title{flex-direction:row;align-items:center;margin-bottom:4px;padding:0 8px;display:flex}.student-ranking .ranking-title .title{font-size:16px;line-height:24px}.student-ranking .ranking-title .date{color:var(--text-general-subtle);margin-left:auto;font-size:14px;line-height:20px}.student-ranking .rank-item{width:100%;position:relative}@media (hover:hover) and (pointer:fine){.student-ranking .rank-item:hover{background-color:var(--list-bg-hovered)}}.student-ranking .rank-item:active{background-color:var(--list-bg-hovered)}.student-ranking .rank-item.my-ranking{background-color:var(--list-bg-focused)}.student-ranking .rank-item.my-ranking .rank-item__name{font-weight:700}.student-ranking .rank-item__rank{flex-direction:row;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:20px;display:flex;position:relative}.student-ranking .rank-item__rank.rank-1,.student-ranking .rank-item__rank.rank-2,.student-ranking .rank-item__rank.rank-3{font-size:0}.student-ranking .rank-item__rank.rank-1:before,.student-ranking .rank-item__rank.rank-2:before,.student-ranking .rank-item__rank.rank-3:before{content:"";display:block}.student-ranking .rank-item__rank.rank-1:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23FFC800'%20stroke='white'/%3e%3cpath%20d='M13.5%207.97671V16.6712C13.5%2017.1384%2013.1987%2017.5%2012.6562%2017.5C12.1138%2017.5%2011.8125%2017.1384%2011.8125%2016.6712V8.65479C11.8125%208.48904%2011.7522%208.4137%2011.6467%208.4137C11.5714%208.4137%2011.4961%208.44384%2011.4358%208.48904L10.7578%208.97123C10.3962%209.2274%209.91402%209.25753%209.62775%208.85068C9.38667%208.48904%209.49214%208.05205%209.89896%207.75068L11.0591%206.90685C11.3755%206.66575%2011.7221%206.5%2012.1892%206.5C12.8822%206.5%2013.5%206.96712%2013.5%207.97671Z'%20fill='%23784600'/%3e%3c/svg%3e")}.student-ranking .rank-item__rank.rank-2:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1E5EB'%20stroke='white'/%3e%3cpath%20d='M8.88538%2014.35L12.3162%2011.3333C13.2332%2010.55%2013.7866%209.96667%2013.7866%208.96667C13.7866%208.03333%2013.0435%207.16667%2011.7787%207.16667C10.7826%207.16667%2010.2292%207.63333%209.67589%208.11667C9.24901%208.5%208.82213%208.45%208.55336%208.13333C8.28458%207.81667%208.23715%207.3%208.66403%206.83333C9.37549%206.05%2010.4032%205.5%2011.7787%205.5C13.9921%205.5%2015.5099%206.96667%2015.5099%208.98333C15.5099%2010.5333%2014.498%2011.6167%2013.1858%2012.7667L10.2451%2015.3333C9.94466%2015.5833%2010.0237%2015.8333%2010.3557%2015.8333H15.1621C15.6206%2015.8333%2016%2016.15%2016%2016.6667C16%2017.1833%2015.6206%2017.5%2015.1621%2017.5H9.72332C8.56917%2017.5%208%2016.85%208%2016.0667C8%2015.4833%208.26877%2014.8667%208.88538%2014.35Z'%20fill='%23595F6C'/%3e%3c/svg%3e")}.student-ranking .rank-item__rank.rank-3:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1BC8D'%20stroke='white'/%3e%3cpath%20d='M11.8877%2016.3333C13.2739%2016.3333%2014.3674%2015.5%2014.3674%2014.2333C14.3674%2012.7167%2013.1199%2012.1667%2011.6721%2012.1667C11.1023%2012.1667%2010.671%2011.8%2010.671%2011.1333C10.671%2010.8167%2010.8404%2010.4333%2011.1639%2010.1667L13.5819%208.11667C13.8438%207.86667%2013.7668%207.66667%2013.4125%207.66667H9.56208C9.11543%207.66667%208.792%207.35%208.792%206.83333C8.792%206.31667%209.11543%206%209.56208%206H13.6743C14.8449%206%2015.4455%206.81667%2015.4455%207.7C15.4455%208.25%2015.2299%208.81667%2014.7525%209.21667L12.8426%2010.8167C14.4136%2010.8167%2016%2011.9833%2016%2014.2167C16%2016.4%2014.198%2018%2011.8877%2018C10.3014%2018%209.05383%2017.45%208.26834%2016.4C7.8833%2015.8833%207.9295%2015.3667%208.29914%2015.05C8.65338%2014.7333%209.13084%2014.7333%209.50048%2015.2667C9.91632%2015.85%2010.7942%2016.3333%2011.8877%2016.3333Z'%20fill='%23624E37'/%3e%3c/svg%3e")}.student-ranking .rank-item__name{flex-direction:row;flex:1;align-items:center;gap:4px;min-width:0;font-size:16px;line-height:24px;display:flex}.student-ranking .rank-item__point{flex-direction:row;align-items:center;gap:4px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;display:flex}.student-ranking .rank-item__point:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.43132%201.84182C9.34908%201.11002%2010.6509%201.11002%2011.5687%201.84182L18.0524%207.01176C18.8822%207.67346%2019.2076%208.78474%2018.8658%209.78955L16.4119%2017.0017C16.0649%2018.0216%2015.1071%2018.7074%2014.0298%2018.7074H5.97018C4.89289%2018.7074%203.93513%2018.0216%203.58813%2017.0017L1.13425%209.78955C0.792367%208.78474%201.11776%207.67347%201.94762%207.01176L8.43132%201.84182Z'%20fill='%2313B9D9'/%3e%3cpath%20d='M8.50124%204.52045C9.38045%203.82912%2010.6185%203.82912%2011.4977%204.52045L15.7206%207.84089C16.5321%208.47899%2016.8504%209.56105%2016.5137%2010.5369L14.9367%2015.1076C14.5994%2016.085%2013.6793%2016.7409%2012.6453%2016.7409H7.35366C6.31968%2016.7409%205.39953%2016.085%205.06228%2015.1076L3.48524%2010.5369C3.14852%209.56105%203.46685%208.47899%204.27837%207.84089L8.50124%204.52045Z'%20fill='%2343D6F2'/%3e%3cpath%20d='M8.31649%2015.4073C8.00617%2015.4073%207.78391%2015.3611%207.64971%2015.2689C7.5239%2015.1766%207.44422%2015.055%207.41067%2014.904C7.37713%2014.7531%207.36035%2014.5979%207.36035%2014.4385V7.56942C7.36035%207.41007%207.37713%207.2591%207.41067%207.11651C7.44422%206.96554%207.5281%206.84393%207.66229%206.75167C7.79649%206.65941%208.01875%206.61328%208.32907%206.61328H10.9081C11.2604%206.61328%2011.6127%206.67619%2011.9649%206.80199C12.3256%206.9278%2012.6569%207.1249%2012.9588%207.39329C13.2691%207.6533%2013.5166%207.9762%2013.7011%208.36201C13.894%208.74783%2013.9904%209.20074%2013.9904%209.72074C13.9904%2010.2324%2013.894%2010.6811%2013.7011%2011.0669C13.5166%2011.4527%2013.2691%2011.7756%2012.9588%2012.0356C12.6569%2012.2872%2012.3256%2012.4801%2011.9649%2012.6143C11.6043%2012.7401%2011.2478%2012.803%2010.8956%2012.803H9.28522V14.4511C9.28522%2014.6105%209.26844%2014.7656%209.23489%2014.9166C9.20134%2015.0592%209.11747%2015.1766%208.98328%2015.2689C8.84908%2015.3611%208.62682%2015.4073%208.31649%2015.4073ZM9.28522%2010.8908H10.9081C11.0927%2010.8908%2011.273%2010.853%2011.4491%2010.7775C11.6336%2010.6937%2011.7846%2010.5637%2011.902%2010.3875C12.0278%2010.2114%2012.0907%209.98494%2012.0907%209.70816C12.0907%209.47332%2012.0404%209.26783%2011.9398%209.0917C11.8391%208.91557%2011.6965%208.77718%2011.512%208.67653C11.3359%208.57589%2011.1304%208.52556%2010.8956%208.52556H9.28522V10.8908Z'%20fill='%230071AA'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.student-ranking .rank-item--list{border-radius:12px;flex-direction:row;align-items:center;gap:8px;padding:12px;display:flex}.student-ranking .rank-item--list .rank-item__rank{width:30px;height:24px}.student-ranking .rank-item--list .rank-item__rank.rank-1:before,.student-ranking .rank-item--list .rank-item__rank.rank-2:before,.student-ranking .rank-item--list .rank-item__rank.rank-3:before{width:24px;height:24px}.student-ranking .rank-item--list .rank-item__profile{margin-right:4px}.student-ranking .rank-item--list .rank-item__point{font-size:14px;font-weight:700;line-height:20px}.student-ranking .rank-item--list.my-ranking{margin-bottom:16px}.student-ranking .rank-item--top-5{border-radius:16px;width:126px;margin:0 auto;padding:8px}.student-ranking .rank-item--top-5 .rank-item__rank{position:absolute;top:-4px;left:50%;transform:translate(-50%)}.student-ranking .rank-item--top-5 .rank-item__rank.rank-1:before,.student-ranking .rank-item--top-5 .rank-item__rank.rank-2:before,.student-ranking .rank-item--top-5 .rank-item__rank.rank-3:before{width:32px;height:32px}.student-ranking .rank-item--top-5 .rank-item__name{justify-content:center;margin:8px 0 4px;font-size:18px;line-height:24px}.student-ranking .rank-item--top-5 .rank-item__point{justify-content:center;font-size:16px;font-weight:700;line-height:24px}.student-ranking .rank-item--top-5 .profile-img{margin:0 auto}.student-ranking .ranking-top-5{background-image:url("data:image/svg+xml,%3csvg%20width='360'%20height='100'%20viewBox='0%200%20360%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_12522_49306)'%3e%3cpath%20d='M-4.37305%2025.0673C24.9702%2032.9891%2040.2855%2011.5469%2032.306%2011.5469C21.9815%2011.5469%208.125%2043.0499%2039.6418%2034.5413'%20stroke='%2346B7F2'%20stroke-width='4'/%3e%3cpath%20d='M75.5254%2036.6836C57.0913%2065.418%200.317777%20108.81%20-79.304%2052.504'%20stroke='%2328BB9E'%20stroke-width='4'/%3e%3cpath%20d='M52.9727%2019.4795L58.2616%2030.7212'%20stroke='%23FFC800'%20stroke-width='6'/%3e%3cpath%20d='M113%2074.999L101%2071.7833'%20stroke='%2346B7F2'%20stroke-width='6'/%3e%3cpath%20d='M92%2011.0928L85.788%2021.852'%20stroke='%23F06553'%20stroke-width='6'/%3e%3ccircle%20cx='3.42338'%20cy='3.42338'%20r='3.42338'%20transform='matrix(-1%200%200%201%20101%2031.999)'%20fill='%238F71F3'/%3e%3c/g%3e%3cg%20clip-path='url(%23clip1_12522_49306)'%3e%3cpath%20d='M367%2036.3286C313.667%2050.5829%20285.83%2012%20300.333%2012C319.099%2012%20344.284%2068.6862%20287%2053.376'%20stroke='%2346B7F2'%20stroke-width='4'/%3e%3cpath%20d='M277.484%2037.9941L266.725%2031.7824'%20stroke='%238F71F3'%20stroke-width='6'/%3e%3cpath%20d='M236.62%2059.498L247.379%2053.286'%20stroke='%2328BB9E'%20stroke-width='6'/%3e%3ccircle%20cx='3.24794'%20cy='3.24794'%20r='3.24794'%20transform='matrix(-1%200%200%201%20352.801%2056.3271)'%20fill='%23F06553'/%3e%3ccircle%20cx='3.24794'%20cy='3.24794'%20r='3.24794'%20transform='matrix(-1%200%200%201%20281%2016)'%20fill='%23FFC800'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12522_49306'%3e%3crect%20width='120'%20height='100'%20fill='white'%20transform='matrix(-1%200%200%201%20120%200)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_12522_49306'%3e%3crect%20width='130'%20height='100'%20fill='white'%20transform='matrix(-1%200%200%201%20360%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:top;background-size:contain;margin:0 -8px 16px;padding:24px 14px 0}.student-ranking .ranking-top-5>ul{flex-flow:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:360px;margin:0 auto;display:flex}.student-ranking .ranking-top-5>ul li:first-child{text-align:center;flex:none;width:100%}.student-ranking:has(.ranking-nodata){height:100%}.student-ranking:has(.ranking-nodata) .mobile-max-wrap{height:100%}.student-ranking .ranking-nodata{text-align:center;flex-direction:column;justify-content:center;height:100%;display:flex}.student-ranking .ranking-nodata .img{background-image:url(/assets/rank_nodata-xt2218G6.svg);width:120px;height:120px;margin:0 auto}.student-ranking .ranking-nodata p{color:var(--text-general-subtle);margin-top:16px}.ranking-bottomsheet{z-index:10;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ranking-bottomsheet__content{background-color:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:480px;margin:0 auto;display:flex;box-shadow:0 -4px 8px #0000001a}.ranking-bottomsheet .title-wrap{flex-direction:row;align-items:center;gap:8px;padding:16px 12px 16px 24px;display:flex}.ranking-bottomsheet .title-wrap .title{flex:1;min-width:0;padding-top:8px;font-size:18px;font-weight:700;line-height:24px}.student-map--desktop{flex-direction:column;height:100%;display:flex}.student-map--desktop .unitmap{margin:0}.student-map--desktop .unitmap .unitmap-inner{padding:32px 136px 256px}.student-map--desktop .unitmap .unitmap-column{flex-direction:row;align-items:flex-start;gap:40px;display:flex}.student-map--desktop .unitmap .unitmap-module{margin:0}.student-map--mobile{height:100%}.student-map--mobile .mobile-max-wrap{height:100%;max-width:initial;flex-direction:column;display:flex}.student-map--mobile .semester-nav-wrap{flex-direction:row;justify-content:center;align-items:center;padding:4px 0;display:flex}.student-map--mobile .semester-nav-wrap .semester-info{text-align:center;width:100px;font-size:16px;font-weight:700;line-height:24px}.student-map--mobile .unitmap{flex:1;height:100%;min-height:0;margin:0}.student-map--mobile .unitmap .btn-my-location{bottom:4px;right:12px}.student-map--mobile .unitmap .unitmap-inner{width:100%;height:100%;padding:36px 20px 20px;overflow:auto}.student-map--mobile .unitmap .unitmap-body{display:block}.student-map--mobile .unitmap .unitmap-column{width:100%;max-width:300px;margin:0 auto}.student-map--mobile .unitmap .unitmap-column+.unitmap-column{margin-top:40px}.battlezone{--battlezone-ink:#1f2245;width:100%;min-height:100dvh;color:var(--battlezone-ink);background:#f6f5ff;flex-direction:column;display:flex}.battlezone--game{--battlezone-question-exit-duration:.42s;--battlezone-scene-motion-duration:1.6s;--battlezone-question-enter-duration:.42s;--battlezone-question-transition-duration:var(--battlezone-question-exit-duration,.42s);--battlezone-game-content-width:94%;--battlezone-game-content-max-width:520px;color:#fff;background-color:#4532a3;background-repeat:repeat-y;background-position:center var(--battlezone-offset);height:100dvh;min-height:0;transition:background-position var(--battlezone-scene-motion-duration,1.6s) cubic-bezier(.65, 0, .35, 1);background-size:100%;justify-content:flex-start;position:relative;overflow:hidden}.battlezone--result>.battlezone-team-board{box-sizing:border-box;flex:none;align-self:center;width:90%;max-width:430px;min-height:auto}.battlezone--game .is-entrance-preparing{visibility:hidden}.battlezone--game .is-entrance-preparing,.battlezone--game .is-entrance-intro{opacity:0}.battlezone--game.battlezone--theme-adventure{background-color:#3e2419;background-image:radial-gradient(circle at 18% 16%,#ffd15e2e,#0000 28%),linear-gradient(#60401f,#3e2419 58%,#251719)}.battlezone--game.battlezone--theme-space{background-color:#07184b;background-image:url(/assets/space_bg-srXPCjsI.png),linear-gradient(#102275,#07184b 56%,#17094d)}.battlezone--game.battlezone--theme-space .battlezone__timer-fill-mask{height:23.5%;top:47%;left:18.8%}.battlezone--game[data-transition-phase=entering]{--battlezone-question-transition-duration:var(--battlezone-question-enter-duration,.42s)}.battlezone--game.battlezone--theme-mine{background-color:#14171c;background-image:url(/assets/mine_back_02background_full_strip-DLkElUEy.png);background-position:center calc(0px - var(--battlezone-offset));transition:none}.battlezone--game.is-initializing{transition:none}.battlezone--game:before{content:"";pointer-events:none;background:linear-gradient(#0c10498a,#0000 42%,#0c104980);position:absolute;inset:0}.battlezone--game>.battlezone__game-header,.battlezone--game>.battlezone__learning-zone,.battlezone--game>.battlezone__keypad-zone,.battlezone--game>.battlezone__battle-stage{transition:opacity .46s,filter .46s}.battlezone--game.is-ending>.battlezone__game-header,.battlezone--game.is-ending>.battlezone__learning-zone,.battlezone--game.is-ending>.battlezone__keypad-zone,.battlezone--game.is-ending>.battlezone__battle-stage{opacity:0;filter:blur(3px);pointer-events:none}.battlezone__game-header{--battlezone-header-control-width:14%;--battlezone-header-icon-size:70.833%;z-index:10;grid-template-columns:var(--battlezone-header-control-width) minmax(0, 1fr) var(--battlezone-header-control-width);width:var(--battlezone-game-content-width);max-width:var(--battlezone-game-content-max-width);box-sizing:border-box;text-align:center;align-self:center;align-items:center;column-gap:clamp(6px,2vw,10px);padding:8px 0 2px;display:grid;position:relative;overflow:visible}.battlezone__back-button,.battlezone__sound-button{z-index:2;aspect-ratio:1;box-sizing:border-box;background:0 0;border:0;place-items:center;width:100%;height:auto;padding:0;display:grid;position:relative;transform:translateY(6.25%)}.battlezone__back-button img,.battlezone__sound-button img{width:var(--battlezone-header-icon-size);height:var(--battlezone-header-icon-size);object-fit:contain}.battlezone__game-header>.battlezone__back-button{grid-column:1}.battlezone__game-header>.battlezone__sound-button{grid-column:3}.battlezone__game-team-badge{z-index:15;border:1px solid var(--battlezone-team-color);color:#222a4e;background:color-mix(in srgb, var(--battlezone-team-soft-color) 88%, #fff);white-space:nowrap;pointer-events:none;border-radius:999px;align-items:center;gap:5px;min-height:24px;padding:2px 10px 2px 6px;font-size:11px;font-weight:900;display:inline-flex;position:absolute;top:calc(100% + 6px);left:50%;right:auto;transform:translate(-50%);box-shadow:0 3px 10px #090f372e}.battlezone__game-team-badge>i{background:var(--battlezone-team-color);border-radius:50%;width:14px;height:14px;display:block}.battlezone__game-team-badge>span{font-weight:900}.battlezone__game-team-badge>strong{border-left:1px solid color-mix(in srgb, var(--battlezone-team-color) 42%, transparent);color:var(--battlezone-team-color);padding-left:6px;font-size:10px;font-weight:900}.battlezone__progress{z-index:15;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;pointer-events:none;background:#0c1049ad;border-radius:999px;justify-content:center;align-items:center;min-height:24px;padding:2px 12px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:calc(100% - 6px);left:50%;right:auto;transform:translate(-50%);box-shadow:0 3px 10px #090f372e}.battlezone__timer{z-index:1;grid-column:2;align-items:center;width:100%;min-width:0;height:100%;display:flex;position:relative;overflow:visible}.battlezone__timer-frame{aspect-ratio:1147/223;background:url(/assets/adventure_timer_gauge_frame-CECFbquh.png) 50%/100% 100% no-repeat;width:100%;position:relative}.battlezone--theme-mine .battlezone__timer-frame{background:0 0}.battlezone--theme-mine .battlezone__timer-frame-image{z-index:0;object-fit:contain;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;transform:translateY(2px)}.battlezone--theme-mine .battlezone__timer-fill-mask{z-index:1;transition:none}.battlezone--theme-mine .battlezone__timer-value{z-index:1}.battlezone__timer-fill-mask{height:28.5%;width:var(--battlezone-timer-fill-width,0%);border-radius:999px;transition:width 1s linear;position:absolute;top:44.5%;left:21.8%;overflow:hidden}.battlezone__timer-fill-mask.is-unlimited{width:58%}.battlezone__timer-fill{background:url(/assets/adventure_timer_fill_bar-BqV9uOLs.png) 0/100% 100% no-repeat;width:100%;height:100%;display:block}.battlezone--theme-mine .battlezone__timer-fill{border-radius:inherit;box-shadow:none;background:url(/assets/mine_timer_fill_bar_100-CPdlREIC.png) 0/100% 100% no-repeat;animation:.18s ease-out mine-timer-fill-reveal}.battlezone--theme-mine .battlezone__timer-fill--50{background-image:url(/assets/mine_timer_fill_bar_50-Dplo-DL_.png)}.battlezone--theme-mine .battlezone__timer-fill--15{background-image:url(/assets/mine_timer_fill_bar_15-DTy0vZXE.png)}@keyframes mine-timer-fill-reveal{0%{opacity:.65;filter:brightness(1.25)}to{opacity:1;filter:brightness()}}.battlezone__timer-value{z-index:1;color:#fff7d3;text-align:center;white-space:nowrap;text-shadow:0 1px 2px #000000bf;width:11%;font-size:clamp(10px,3.5vw,16px);font-weight:900;line-height:1;position:absolute;top:58.75%;right:8%;transform:translateY(-50%)}.battlezone__learning-zone{z-index:1;width:var(--battlezone-game-content-width);max-width:var(--battlezone-game-content-max-width);flex:calc(100dvh - 344px);align-self:center;min-height:0;display:flex;position:relative;container-type:inline-size}.battlezone__learning-area{box-sizing:border-box;isolation:isolate;width:100%;min-width:0;min-height:0;transition:opacity var(--battlezone-question-transition-duration) ease, transform var(--battlezone-question-transition-duration) ease;border:0;flex:1 1 0;padding:0;display:flex;position:relative;overflow:hidden;container-type:inline-size}.battlezone__learning-area:before{content:"";z-index:0;box-sizing:border-box;border:5.732cqw solid #0000;border-width:20.983cqw 5.732cqw 13.306cqw;pointer-events:none;border-image-source:url(/assets/adventure_question_panel-BBYz9-IV.png);border-image-slice:205 56 130 fill;border-image-width:1;border-image-repeat:stretch;position:absolute;inset:0}.battlezone--theme-mine .battlezone__learning-area:before{background:linear-gradient(135deg,#fffffff5,#d7e5eef0);border:3px solid #8f6c3e;border-image:;border-radius:18px}.battlezone__gem-counter{z-index:3;aspect-ratio:398/170;color:#fff8d8;transform-origin:50%;text-shadow:0 2px 1px #0000008c;grid-template-columns:29px 15px 1fr;align-items:center;width:140px;padding:9px 24px 10px;font-weight:900;line-height:1;transition:opacity .42s;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)scale(.6)}.battlezone__gem-counter img{object-fit:contain;width:27px;height:34px}.battlezone__gem-counter span{text-align:center;font-size:18px}.battlezone__gem-counter strong{text-align:center;font-size:24px}.battlezone__gem-counter.is-dissolving{opacity:0;pointer-events:none}.battlezone--theme-mine .battlezone__gem-counter{display:none!important}.battlezone__gem-sparkle{z-index:3;pointer-events:none;width:157.17px;position:absolute;bottom:calc(100% + 16px);left:calc(50% + 46px);transform:translate(-8%,12%)}.battlezone__gem-sparkle img{width:100%;height:auto;display:block}.battlezone__combo{z-index:4;pointer-events:none;justify-content:center;align-items:center;height:60.84px;animation:1.15s ease-out both battlezone-combo-float;display:flex;position:absolute;bottom:calc(100% + 22px);left:50%;transform:translate(-50%)}.battlezone__combo img{object-fit:contain;width:auto;height:100%;display:block}@keyframes battlezone-combo-float{0%{opacity:0;transform:translate(-50%)scale(.5)}16%{opacity:1;transform:translate(-50%)scale(1.2)}32%{opacity:1;transform:translate(-50%,-5px)scale(1)}66%{opacity:1;transform:translate(-50%,-8px)scale(1)}to{opacity:0;transform:translate(-50%,-10px)scale(1)}}.battlezone__learning-area.is-dissolving{opacity:0;pointer-events:none;transform:scale(.96)translateY(-16px)}.battlezone__battle-stage{--battlezone-stage-height:calc(clamp(72px, 15dvh, 133.9px) + env(safe-area-inset-bottom));z-index:1;flex:0 0 var(--battlezone-stage-height);min-height:var(--battlezone-stage-height);box-sizing:border-box;padding-bottom:env(safe-area-inset-bottom);transition:opacity var(--battlezone-question-transition-duration) ease, transform var(--battlezone-question-transition-duration) ease;justify-content:center;align-items:center;display:flex;position:relative}.battlezone__battle-stage.is-dissolving{opacity:0;pointer-events:none;transform:translateY(12px)}.battlezone__character{aspect-ratio:323/470;width:min(26.6vw,10.5dvh,92px);display:block;position:relative}.battlezone__character-frame{background-image:var(--battlezone-adventure-character-image);background-position:0 0;background-repeat:no-repeat;background-size:200% 100%;animation-duration:.8s;animation-timing-function:step-end;animation-iteration-count:infinite;display:block;position:absolute;inset:0}.battlezone__character-frame.is-frame-1{background-position:0 0;animation-name:battlezone-character-idle-first}.battlezone__character-frame.is-frame-2{background-position:100% 0;animation-name:battlezone-character-idle-second}.battlezone__character.is-running .battlezone__character-frame{background-size:300% 100%;animation-duration:.42s}.battlezone__character.is-running .battlezone__character-frame.is-frame-1{background-position:0 0;animation-name:battlezone-character-run-first}.battlezone__character.is-running .battlezone__character-frame.is-frame-2{background-position:50% 0;animation-name:battlezone-character-run-second}.battlezone__character.is-running .battlezone__character-frame.is-frame-3{background-position:100% 0;animation-name:battlezone-character-run-third}.battlezone__character.is-running{animation:battlezone-character-dash var(--battlezone-scene-motion-duration,1.6s) cubic-bezier(.65, 0, .35, 1) both}@keyframes battlezone-character-dash{0%{transform:translateY(0)}65%{transform:translateY(-30px)}to{transform:translateY(0)}}@keyframes battlezone-character-idle-first{0%,49.9%{opacity:1}50%,to{opacity:0}}@keyframes battlezone-character-idle-second{0%,49.9%{opacity:0}50%,to{opacity:1}}@keyframes battlezone-character-run-first{0%,33.2%{opacity:1}33.3%,to{opacity:0}}@keyframes battlezone-character-run-second{0%,33.2%{opacity:0}33.3%,66.5%{opacity:1}66.6%,to{opacity:0}}@keyframes battlezone-character-run-third{0%,66.5%{opacity:0}66.6%,to{opacity:1}}.battlezone__module-host{flex:1 1 0;min-width:0;min-height:0;display:flex;overflow:hidden}.battlezone__module-slot{box-sizing:border-box;flex:1 1 0;width:100%;min-width:0;min-height:0;display:flex}.battlezone__module-slot.is-active{z-index:1;position:relative}.battlezone__module-slot.is-standby{visibility:hidden;pointer-events:none;contain:layout paint;position:absolute;inset:0}.battlezone--game.battlezone--theme-adventure .battlezone__module-slot{padding:clamp(22px,6cqw,32px) clamp(10px,3cqw,16px) clamp(16px,4cqw,22px)}.battlezone__module-host>.learning-module-host{flex:1 1 0;justify-content:center;width:100%;min-width:0;min-height:0;display:flex}.battlezone__module-loading,.battlezone__module-error{color:#fff;text-align:center;margin-top:38%}.battlezone__keypad-zone{z-index:1;width:var(--battlezone-game-content-width);max-width:var(--battlezone-game-content-max-width);flex:none;align-self:center;position:relative}.battlezone__keypad{aspect-ratio:1467/388;box-sizing:border-box;width:100%;min-height:clamp(96px,25vw,112px);transition:opacity var(--battlezone-question-transition-duration) ease, transform var(--battlezone-question-transition-duration) ease;background:url(/assets/adventure_keypad_area-DQJ-JwYH.png) 50%/100% 100% no-repeat;place-items:center;margin-bottom:0;padding:0;display:grid;position:relative}.battlezone__keypad.is-dissolving{opacity:0;pointer-events:none;transform:translateY(12px)}.battlezone__keypad-controls.is-dissolving{opacity:0;pointer-events:none}.battlezone__keypad-controls{width:auto;height:auto;transition:opacity var(--battlezone-question-transition-duration) ease, transform var(--battlezone-question-transition-duration) ease;grid-template-rows:1fr;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;align-items:center;gap:clamp(3px,1vw,8px);display:grid;position:absolute;inset:15% 8.5%}.battlezone__keypad button{aspect-ratio:236/242;color:#3d2716;text-shadow:0 1px #fff7d299;background:url(/assets/adventure_btn_normal-BfX66VLl.png) 50%/contain no-repeat;border:0;place-self:center;width:auto;min-width:0;max-width:100%;height:100%;max-height:100%;font-size:clamp(16px,3.5vw,21px);font-weight:800;transition:transform .1s}.battlezone__keypad button:not(:disabled):active,.battlezone__keypad button.is-pressed{background-image:url(/assets/adventure_btn_pressed-L3vmVQMn.png);transform:translateY(1px)}.battlezone__keypad button:disabled{opacity:.7}.battlezone__keypad button.is-disabled{opacity:.38}.battlezone--game.battlezone--theme-default{color:#26305d;background-color:#edf2ff;background-image:none}.battlezone--game.battlezone--theme-default:before{display:none}.battlezone--game.battlezone--theme-default .battlezone__back-button,.battlezone--game.battlezone--theme-default .battlezone__sound-button{color:#4d58c9;background:#ffffffeb;border:1px solid #d9e0f0;border-radius:14px;transform:none;box-shadow:0 5px 14px #26305d1f}.battlezone--game.battlezone--theme-default .battlezone__back-button:hover,.battlezone--game.battlezone--theme-default .battlezone__sound-button:hover{background:#fff;border-color:#bec9e3}.battlezone--game.battlezone--theme-default .battlezone__back-button:active,.battlezone--game.battlezone--theme-default .battlezone__sound-button:active{color:#fff;background:#5c58df;border-color:#5c58df;transform:translateY(1px)}.battlezone--game.battlezone--theme-default .battlezone__back-button .icon,.battlezone--game.battlezone--theme-default .battlezone__sound-button .icon{display:block}.battlezone--game.battlezone--theme-default .battlezone__timer-frame{box-sizing:border-box;aspect-ratio:auto;background:#fffffff0;border:1px solid #d9e0f0;border-radius:15px;height:100%;box-shadow:0 5px 14px #26305d1f}.battlezone--game.battlezone--theme-default .battlezone__timer-fill-mask{background:#e7eaf5;height:10px;top:50%;left:14px;transform:translateY(-50%)}.battlezone--game.battlezone--theme-default .battlezone__timer-fill{border-radius:inherit;background:linear-gradient(90deg,#6a54e8,#4d74df)}.battlezone--game.battlezone--theme-default .battlezone__timer-value{color:#4d58c9;width:34px;text-shadow:none;top:50%;right:12px}.battlezone--game.battlezone--theme-default .battlezone__learning-area{background:#fff;border:2px solid #dce3f1;border-radius:24px;padding:18px 14px;box-shadow:0 14px 30px #26305d1f,inset 0 0 0 4px #f3f6fc}.battlezone--game.battlezone--theme-default .battlezone__learning-area:before{display:none}.battlezone--game.battlezone--theme-default .battlezone__module-loading,.battlezone--game.battlezone--theme-default .battlezone__module-error{color:#596386}.battlezone--game.battlezone--theme-default .battlezone__progress{background:#5c58df;box-shadow:0 4px 10px #4d58c938}.battlezone--game.battlezone--theme-default .battlezone__gem-counter{aspect-ratio:auto;color:#38446f;width:auto;min-width:58px;height:38px;text-shadow:none;background:#fffffff5;border:1px solid #d9e0f0;border-radius:999px;justify-content:center;align-items:center;padding:6px 16px;display:flex;top:1px;transform:translate(-50%,-50%)scale(.85);box-shadow:0 6px 16px #26305d24}.battlezone--game.battlezone--theme-default .battlezone__gem-counter .battlezone__default-gem-icon,.battlezone--game.battlezone--theme-default .battlezone__gem-counter img,.battlezone--game.battlezone--theme-default .battlezone__gem-counter span{display:none!important}.battlezone--game.battlezone--theme-default .battlezone__gem-counter strong{color:#4d58c9;font-size:20px;font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__battle-stage{flex:none;height:auto;min-height:auto;margin:0;padding:0}.battlezone--game.battlezone--theme-default .battlezone__default-character-anchor{justify-content:center;align-items:center;margin:0;display:inline-flex;position:relative}.battlezone--game.battlezone--theme-default .battlezone__combo{z-index:6;pointer-events:none;white-space:nowrap;background:linear-gradient(#ff9b26,#ff7b00);border-radius:999px;justify-content:center;align-items:center;gap:6px;height:auto;padding:7px 16px;animation:1.15s ease-out both battlezone-combo-float;display:inline-flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 3px #d86200,0 8px 18px #ff7b0059}.battlezone--game.battlezone--theme-default .battlezone__combo strong{color:#fff;text-shadow:0 1px #0003;font-size:22px;font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__combo span{color:#fff2a8;letter-spacing:.06em;font-size:13px;font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__score-popup{top:var(--score-top,20%);z-index:5;color:#fff;pointer-events:none;white-space:nowrap;background:#5c58df;border-radius:999px;align-items:baseline;gap:2px;padding:5px 12px;display:inline-flex;position:absolute;box-shadow:0 3px #3e3ab8,0 8px 18px #5c58df52}.battlezone--game.battlezone--theme-default .battlezone__score-popup.is-side-left{animation:1.25s cubic-bezier(.18,.89,.32,1.28) both battlezone-score-popup-float-left;left:auto;right:calc(100% + 4px)}.battlezone--game.battlezone--theme-default .battlezone__score-popup.is-side-right{animation:1.25s cubic-bezier(.18,.89,.32,1.28) both battlezone-score-popup-float-right;left:calc(100% + 4px);right:auto}.battlezone--game.battlezone--theme-default .battlezone__score-popup .battlezone__score-popup-value{color:#fff;font-size:clamp(16px,4vw,19px);font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__score-popup .battlezone__score-popup-unit{color:#ffd43b;font-size:13px;font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__keypad{background:linear-gradient(#f5f8fe,#e9effb);border:1px solid #dbe2f1;border-radius:26px 26px 0 0;padding:0;box-shadow:0 -8px 24px #26305d14}.battlezone--game.battlezone--theme-default .battlezone__keypad-controls{padding:0;inset:10px 12px 14px}.battlezone--game.battlezone--theme-default .battlezone__keypad button{color:#33406f;text-shadow:none;background:linear-gradient(#fff,#edf2fc);border:1px solid #cfd8ed;border-radius:16px;box-shadow:0 5px #cbd4e8,0 8px 14px #26305d1a}.battlezone--game.battlezone--theme-default .battlezone__keypad button:not(:disabled):active,.battlezone--game.battlezone--theme-default .battlezone__keypad button.is-pressed{color:#fff;background:linear-gradient(#716bea,#514dc8);transform:translateY(3px);box-shadow:0 2px #3f3ba9,0 4px 10px #4d58c933}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character{aspect-ratio:1;width:min(26.6vw,11dvh,92px);height:min(26.6vw,11dvh,92px);box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;display:block;overflow:hidden}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .profile-img{width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;display:block!important;overflow:hidden!important}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar{width:100%!important;height:100%!important;display:block!important;overflow:hidden!important}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__head{z-index:5;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__face{z-index:4;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__body{width:100%;height:100%}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__body-eye{z-index:3;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__body-shadow{z-index:2;pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .avatar__body-main{z-index:1;width:100%;height:100%;margin:0 auto;position:relative;-webkit-mask-image:url(/assets/body-cSB9vq6K.svg);mask-image:url(/assets/body-cSB9vq6K.svg);-webkit-mask-position:top;mask-position:top;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character .profile-img>svg,.battlezone--game.battlezone--theme-default .battlezone__character.is-profile-character svg{display:block;background:0 0!important;width:100%!important;height:100%!important}.battlezone--game.battlezone--theme-default .battlezone__reward{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f173a94}.battlezone--game.battlezone--theme-default .battlezone__reward-card{z-index:5;box-shadow:none;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px 20px;display:flex;position:relative}.battlezone--game.battlezone--theme-default .battlezone__reward-card h2{color:#fff;text-shadow:0 2px 10px #0006;margin:0;font-size:clamp(28px,8vw,38px);font-weight:900}.battlezone--game.battlezone--theme-default .battlezone__reward-score{z-index:6;color:#dce4ff;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin:8px 0 0;display:flex;position:relative}.battlezone--game.battlezone--theme-default .battlezone__reward-score span{color:#c2cff8;letter-spacing:.04em;text-shadow:0 1px 4px #0000004d;font-size:16px;font-weight:800}.battlezone--game.battlezone--theme-default .battlezone__reward-score strong{color:#ffd43b;text-shadow:0 2px #b38600,0 4px 10px #0006;font-size:clamp(48px,14vw,68px);font-weight:900;line-height:1}.battlezone--game.battlezone--theme-default .battlezone__countdown:before{background:radial-gradient(circle,#5c58df33,#7480e514 48%,#0000 70%)}.battlezone--game.battlezone--theme-default .battlezone__countdown strong{filter:none}.battlezone--game.battlezone--theme-default .battlezone__countdown-value{aspect-ratio:1;color:#fff;background:linear-gradient(145deg,#716bea,#4d58c9);border:6px solid #fffffff0;border-radius:50%;place-items:center;width:min(42vw,170px);font-size:min(24vw,96px);font-weight:950;line-height:1;display:grid;box-shadow:0 0 0 8px #5c58df1f,0 18px 38px #26305d3d}.battlezone__countdown{z-index:9;pointer-events:none;place-items:center;display:grid;position:absolute;inset:0;overflow:hidden}.battlezone__countdown:before{content:"";aspect-ratio:1;background:radial-gradient(circle,#ffe6704d,#7649ff1f 48%,#0000 70%);border-radius:50%;width:min(72vw,310px);animation:1s ease-out both battlezone-countdown-glow;position:absolute}.battlezone__countdown strong{filter:drop-shadow(0 14px 18px #0b052c7a);place-items:center;width:fit-content;line-height:0;animation:1s cubic-bezier(.2,.85,.25,1) both battlezone-countdown-number;display:grid;position:relative}.battlezone__countdown strong img{object-fit:contain;width:auto;max-width:none;height:min(51.84vw,226.8px);max-height:min(51.84vw,226.8px);display:block;transform:translateY(-6.35%)}.battlezone__reconnecting{z-index:12;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c09239e;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.battlezone__reconnecting>div{color:#fff;text-align:center;background:#2a1f5df0;border:2px solid #ffffffb8;border-radius:22px;place-items:center;min-width:min(82vw,360px);padding:28px 24px;display:grid;box-shadow:0 18px 42px #05031866}.battlezone__reconnecting i{aspect-ratio:1;border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:34px;margin-bottom:14px;animation:.8s linear infinite battlezone-reconnecting-spin}.battlezone__reconnecting strong{font-size:20px}.battlezone__reconnecting span{color:#ffffffd1;margin-top:8px;font-size:14px;line-height:1.5}@keyframes battlezone-reconnecting-spin{to{transform:rotate(360deg)}}@keyframes battlezone-countdown-number{0%{opacity:0;transform:scale(1.45)}18%{opacity:1;transform:scale(1)}72%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.72)}}@keyframes battlezone-countdown-glow{0%{opacity:0;transform:scale(.65)}25%{opacity:1}to{opacity:0;transform:scale(1.15)}}.battlezone__reward{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#120d3985;place-items:center;padding:24px;animation:.35s both battlezone-reward-backdrop;display:grid;position:absolute;inset:0;overflow:hidden}.battlezone__reward-card{z-index:2;box-sizing:border-box;width:min(86vw,360px);box-shadow:none;text-align:center;background:0 0;border:0;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;padding:0;animation:.6s cubic-bezier(.18,.89,.32,1.35) both battlezone-reward-card-pop;display:flex;position:relative}.battlezone__reward-card.has-no-image{padding:clamp(42px,10vw,56px) clamp(24px,7vw,40px)}.battlezone__reward-card.has-image{width:min(92vw,392px);padding:18px 12px 24px}.battlezone__reward-content{flex-direction:column;justify-content:center;align-items:center;gap:clamp(20px,5vw,28px);width:100%;display:flex;position:relative}.battlezone__reward-card.has-no-image .battlezone__reward-content{max-width:300px}.battlezone__reward-card h2{color:#fff2a8;text-shadow:0 2px #8f4a12,0 4px 10px #ffbe2d59;margin:0;font-size:clamp(24px,7vw,32px);font-weight:900;line-height:1.25}.battlezone__reward-image{aspect-ratio:1;filter:drop-shadow(0 14px 20px #0006);width:100%;height:auto;margin:0 auto;animation:none;display:block}.battlezone__reward-image-stage{width:min(74vw,280px);position:relative}.battlezone__reward-image.is-adventure-map{filter:none;border:0;border-radius:0}.battlezone__reward-image.is-space-reward{background:0 0;border:0;border-radius:0}.battlezone__reward-score{color:#fff7d3;justify-content:center;align-items:baseline;gap:10px;margin:0;display:flex}.battlezone__reward-score strong{color:#43e7ff;text-shadow:0 2px #056f89;font-size:clamp(30px,9vw,42px);font-weight:900;line-height:1.15}.battlezone__reward-card--mine{width:min(86vw,360px);padding:0}.battlezone__reward-card--mine h2,.battlezone__reward-card--mine .battlezone__reward-score{display:none}.battlezone__reward-card--mine .battlezone__reward-image{aspect-ratio:811/1071;width:min(80vw,320px);height:auto;margin:0}.battlezone__reward-card--mine .battlezone__reward-confetti{top:50%}.battlezone__reward-card--balloon h2{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.battlezone__balloon-completion{width:min(94vw,720px);animation:.6s cubic-bezier(.18,.89,.32,1.35) both battlezone-reward-card-pop;position:relative}.battlezone__balloon-completion img{width:100%;height:auto;animation:1.8s ease-in-out infinite alternate battlezone-balloon-completion-glow;display:block}.battlezone__balloon-completion-distance{align-items:center;max-width:38%;height:clamp(64px,8vw,88px);display:flex;position:absolute;top:40.5%;left:48.2%;transform:translate(-50%,-50%)}.battlezone__balloon-completion-distance-group{align-items:center;height:100%;display:flex}.battlezone__balloon-completion-distance-group+.battlezone__balloon-completion-distance-group{margin-left:-32px}.battlezone__balloon-completion-distance-number{height:100%;display:flex}.battlezone__balloon-completion-distance-digit{aspect-ratio:.6;background-repeat:no-repeat;background-size:1000% 100%;width:auto;height:100%;display:block}.battlezone__balloon-completion-distance-digit:not(:last-child){margin-right:clamp(-16px,-2vw,-8px)}.battlezone__balloon-completion-distance-symbol{aspect-ratio:.24;width:auto;height:100%;display:block;overflow:hidden}.battlezone__balloon-completion-distance-symbol:not(.battlezone__balloon-completion-distance-symbol--unit){margin:0 -10px;overflow:visible}.battlezone__balloon-completion-distance-symbol:not(.battlezone__balloon-completion-distance-symbol--unit) img{transform:translate(calc(-30% - 5px),calc(12% + 10px))}.battlezone__balloon-completion-distance-symbol img{width:auto;max-width:none;height:100%;animation:none;display:block;transform:translate(-30%,12%)}.battlezone__balloon-completion-distance-symbol--unit{aspect-ratio:.6;width:auto;margin-left:-4px;overflow:visible}.battlezone__balloon-completion-distance-symbol--unit img{transform:translateY(12%)}.battlezone__mine-reward-score-digits{z-index:1;height:clamp(28px,7.5vw,34px);display:block;position:absolute;top:89%;left:50%;transform:translate(-50%,-50%)}.battlezone__mine-reward-score-digits canvas{width:auto;height:100%;display:block}.battlezone__reward-confetti{z-index:10;pointer-events:none;width:1px;height:1px;position:absolute;top:50%;left:50%}.battlezone__reward-confetti i{background:var(--battlezone-confetti-color);width:9px;height:16px;box-shadow:0 0 7px color-mix(in srgb, var(--battlezone-confetti-color) 70%, white);opacity:0;animation:battlezone-confetti-burst 1.5s var(--battlezone-confetti-delay) ease-out both;border-radius:2px;position:absolute;top:0;left:0}.battlezone__reward-confetti i:nth-child(3n){border-radius:50%;width:10px;height:10px}.battlezone__reward-confetti i:nth-child(4n){width:5px;height:19px}@keyframes battlezone-reward-backdrop{0%{opacity:0}to{opacity:1}}@keyframes battlezone-reward-card-pop{0%{opacity:0;transform:scale(.65)translateY(18px)}70%{opacity:1;transform:scale(1.03)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes battlezone-score-popup-float-left{0%{opacity:0;transform:translateY(8px)scale(.65)}16%{opacity:1;transform:translateY(0)scale(1.06)}30%{opacity:1;transform:translateY(-2px)scale(1)}75%{opacity:1;transform:translateY(-8px)scale(1)}to{opacity:0;transform:translateY(-22px)scale(.92)}}@keyframes battlezone-score-popup-float-right{0%{opacity:0;transform:translateY(8px)scale(.65)}16%{opacity:1;transform:translateY(0)scale(1.06)}30%{opacity:1;transform:translateY(-2px)scale(1)}75%{opacity:1;transform:translateY(-8px)scale(1)}to{opacity:0;transform:translateY(-22px)scale(.92)}}@keyframes battlezone-confetti-burst{0%{opacity:0;transform:translate(-50%,-50%)rotate(0)scale(.35)}12%{opacity:1}78%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--battlezone-confetti-x)), calc(-50% + var(--battlezone-confetti-y) + 64px)) rotate(var(--battlezone-confetti-rotate)) scale(1)}}.battlezone--result{box-sizing:border-box;background:radial-gradient(circle at 16% 12%,#ffd15e29,#0000 25%),radial-gradient(circle at 84% 82%,#2ddbdb1a,#0000 28%),linear-gradient(155deg,#633a1d 0%,#3e2419 52%,#241515 100%);flex-direction:column;align-items:stretch;height:100dvh;min-height:0;padding:0;display:flex;overflow:hidden}.battlezone--result .battlezone__result-scroll-container{scrollbar-width:thin;box-sizing:border-box;flex-direction:column;flex:1 1 0;align-items:center;width:100%;min-height:0;padding:clamp(16px,3dvh,28px) 0 16px;display:flex;overflow:hidden auto}.battlezone--result .battlezone__result-scroll-container>.battlezone__result-card{flex-shrink:0;width:90%;max-width:430px;margin-bottom:clamp(16px,2.5dvh,24px);margin-left:auto;margin-right:auto}.battlezone--result .battlezone__result-scroll-container>.battlezone__territory-summary,.battlezone--result .battlezone__result-scroll-container>.battlezone-team-board,.battlezone--result .battlezone__result-scroll-container>.battlezone__ranking{flex-shrink:0;width:90%;max-width:430px;margin-left:auto;margin-right:auto}.battlezone__result-card{isolation:isolate;color:#fff;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b171180;border:1px solid #ffe17547;border-radius:22px;flex:none;width:90%;max-width:430px;padding:22px 24px;position:relative;box-shadow:inset 0 1px #fff2b914;container-type:inline-size}.battlezone__result-card:before,.battlezone__result-card:after{display:none}.battlezone__result-content{z-index:1;margin:0;padding:0;position:relative}.battlezone__result-content:before{display:none}.battlezone__result-card h1{color:#fff2a8;margin:0 0 16px;font-size:18px}.battlezone__score-focus{color:#fff2a8;background:#ffd45e1a;border:2px solid #ffd45eb8;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex;box-shadow:inset 0 0 0 1px #fff7d214}.battlezone__score-focus>span{font-size:15px;font-weight:900}.battlezone__max-combo{align-items:baseline;gap:6px;margin:0;font-size:14px;font-weight:800;display:inline-flex}.battlezone__max-combo>span{color:#d9c09f}.battlezone__max-combo>strong{color:#ffd45e;font-size:16px;font-weight:900}.battlezone__result-meta{justify-content:center;gap:12px;margin-top:12px;font-size:13px;display:flex}.battlezone__score{color:#ffd45e;align-items:baseline;gap:4px;margin:0;font-size:56px;line-height:1;display:flex}.battlezone__score small{font-size:18px;font-weight:900}.battlezone__ranking{isolation:isolate;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b171180;border:1px solid #ffe17547;border-radius:22px;flex-direction:column;flex:1 1 0;width:90%;max-width:430px;min-height:0;margin-top:clamp(8px,1.5dvh,14px);padding:18px 14px 16px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff2b914}.battlezone__ranking:before{display:none}.battlezone__ranking>*{z-index:1;position:relative}.battlezone__ranking>p{color:#e7cfac;text-align:center;margin:-4px 0 9px;font-size:12px}@keyframes battlezone-balloon-completion-glow{0%{filter:brightness()drop-shadow(0 8px 14px #0025714d)}to{filter:brightness(1.18)drop-shadow(0 0 22px #ffef80d1)}}.battlezone__ranking>.battlezone__ranking-waiting-notice{color:#fff2a8;margin:12px 0 0;font-size:13px;font-weight:800}.battlezone__ranking h2{color:#fff2a8;text-align:center;text-shadow:none;margin:0 0 14px;font-size:22px;font-weight:900}.battlezone__ranking ol{background:0 0;border-radius:16px;flex:1 1 0;align-content:start;gap:8px;min-height:0;margin:0;padding:4px 2px 6px;list-style:none;display:grid;overflow-y:auto}.battlezone__ranking li{color:#513117;background:linear-gradient(#fff8df,#f2dda6);border:1px solid #e3c77f;border-radius:14px;grid-template-columns:36px 40px minmax(0,1fr) auto;align-items:center;min-height:58px;padding:8px 14px;display:grid;position:relative}.battlezone__ranking li.is-me{color:#77420f;background:linear-gradient(135deg,#ffe99d,#ffc95e);border-color:#ffd45e;box-shadow:0 0 0 2px #ffd45e61,0 9px 20px #6f370c47}.battlezone__ranking-rank{color:#9a6a38;background:#9a6a381f;border-radius:50%;place-items:center;width:30px;height:30px;font-size:16px;font-weight:900;display:grid}.battlezone__ranking li.is-me>.battlezone__ranking-rank{color:#5f2c0b;background:#ffd45e}.battlezone__ranking li strong{align-items:center;gap:6px;min-width:0;font-size:19px;font-weight:900;display:flex}.battlezone__ranking li strong>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.battlezone__ranking-profile{border-radius:10px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.battlezone__ranking-profile img{object-fit:contain;align-self:start;width:100%;max-width:none;height:auto;display:block}.battlezone__ranking-profile .profile-img,.battlezone__ranking-profile .profile-img>svg{width:100%;height:100%;display:block}.battlezone__ranking-me{color:#5f2c0b;background:#ffd45e;border-radius:999px;flex:none;padding:3px 6px;font-size:10px;line-height:1}.battlezone__ranking em{color:#7a3b0b;align-items:baseline;gap:2px;font-size:26px;font-style:normal;font-weight:900;line-height:1;display:flex}.battlezone__ranking em small{font-size:14px;font-weight:800}.battlezone--result.battlezone--theme-default .battlezone__ranking,.battlezone--result.battlezone--theme-adventure .battlezone__ranking,.battlezone--result.battlezone--theme-space .battlezone__ranking,.battlezone--result.battlezone--theme-mine .battlezone__ranking,.battlezone--result.battlezone--theme-balloon .battlezone__ranking{flex:none;min-height:414px;max-height:414px}.battlezone__result-actions{box-sizing:border-box;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;background:linear-gradient(#24151500 0%,#241515d9 30%,#241515 100%);flex:none;justify-content:center;width:100%;margin:0;padding:12px 16px clamp(14px,2.5dvh,22px);display:flex}.battlezone__finish{color:#5f2c0b;width:100%;max-width:430px;min-height:52px;text-shadow:none;background:linear-gradient(#ffd45e,#e7961d);border:0;border-radius:14px;font-size:20px;font-weight:900;box-shadow:inset 0 0 0 2px #fff4bbc7,0 7px 16px #6f370c4d}.battlezone__finish:before{display:none}.battlezone__finish:active{transform:translateY(2px)}.battlezone--result.battlezone--theme-mine{color:#fff;background:radial-gradient(circle at 16% 12%,#fbbf241f,#0000 28%),radial-gradient(circle at 84% 82%,#94a3b81a,#0000 30%),linear-gradient(155deg,#20262fcc 0%,#161a21d9 52%,#0e1116e6 100%),url(/assets/mine_game_result-C-gUlOw_.png) 50%/cover no-repeat}.battlezone--result.battlezone--theme-mine .battlezone__result-card,.battlezone--result.battlezone--theme-mine .battlezone__ranking{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#181c23bf;border:1px solid #94a3b84d;border-radius:22px;box-shadow:inset 0 1px #ffffff14,0 16px 36px #00000080}.battlezone--result.battlezone--theme-mine .battlezone__result-card:before,.battlezone--result.battlezone--theme-mine .battlezone__result-card:after,.battlezone--result.battlezone--theme-mine .battlezone__result-content:before{display:none}.battlezone--result.battlezone--theme-mine .battlezone__result-content{margin:0;padding:0}.battlezone--result.battlezone--theme-mine .battlezone__result-card h1{color:#fef3c7}.battlezone--result.battlezone--theme-mine .battlezone__result-units li{color:#f1f5f9;background:#ffffff0f;border:1px solid #94a3b847}.battlezone--result.battlezone--theme-mine .battlezone__result-units li>span{color:#1e293b;background:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__score-focus{color:#fef3c7;background:#fbbf241a;border:2px solid #fbbf24bf;box-shadow:inset 0 0 0 1px #fef3c71f}.battlezone--result.battlezone--theme-mine .battlezone__score-focus>span{color:#cbd5e1}.battlezone--result.battlezone--theme-mine .battlezone__score-focus:has(.battlezone__result-mine-gems){flex-wrap:wrap}.battlezone--result.battlezone--theme-mine .battlezone__score{color:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__result-mine-gems{color:#fef3c7;flex:0 0 100%;justify-content:flex-end;align-items:center;margin-top:-4px;display:inline-flex}.battlezone--result.battlezone--theme-mine .battlezone__result-mine-gems .battlezone-mine-gem-count__item{gap:2px;margin-left:4px}.battlezone--result.battlezone--theme-mine .battlezone__result-mine-gems .battlezone-mine-gem-count__item img{width:16px;height:16px}.battlezone--result.battlezone--theme-mine .battlezone__result-mine-gems .battlezone-mine-gem-count__item b{color:#f1f5f9;font-size:12px}.battlezone--result.battlezone--theme-mine .battlezone__max-combo>span{color:#cbd5e1}.battlezone--result.battlezone--theme-mine .battlezone__max-combo>strong{color:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__ranking h2{color:#fef3c7}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-score-unavailable{grid-template-columns:40px minmax(0,1fr) auto}.battlezone--result.battlezone--theme-mine .battlezone__result-actions{background:0 0}.battlezone--result.battlezone--theme-mine .battlezone__ranking>p{color:#94a3b8}.battlezone--result.battlezone--theme-mine .battlezone__ranking li{--mine-ranking-item-bg:linear-gradient(180deg, #262c36e6, #1a1e26f0);color:#f1f5f9;background:var(--mine-ranking-item-bg);box-shadow:none;border:1px solid #94a3b84d}.battlezone--result.battlezone--theme-mine .battlezone__ranking li>strong{color:#f8fafc}.battlezone--result.battlezone--theme-mine .battlezone__ranking li>.battlezone__ranking-rank{color:#fbbf24;background:#fbbf2424}.battlezone--result.battlezone--theme-mine .battlezone__ranking li .battlezone__ranking-me{color:#1e293b;background:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__ranking li em{color:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-me{background:var(--mine-ranking-item-bg);box-shadow:none;border:2px solid #fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1{--mine-ranking-item-bg:linear-gradient(135deg, #fef3c7, #fde68a);box-shadow:none;color:#1e293b}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1>strong,.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1>strong span{color:#1e293b}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1>.battlezone__ranking-rank{color:#1e293b;background:#fbbf24}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1 em{color:#b45309}.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1 span,.battlezone--result.battlezone--theme-mine .battlezone__ranking li.is-rank-1 small{color:#78350f}.battlezone--result.battlezone--theme-mine .battlezone__finish{color:#1e293b;background:linear-gradient(#fbbf24,#d97706);font-weight:900;box-shadow:inset 0 0 0 2px #fef3c7c7,0 7px 16px #0006}.battlezone--result.battlezone--theme-mine .battlezone__finish:before{display:none}.battlezone--result.battlezone--theme-default{color:#26305d;background:radial-gradient(circle at 50% 0,#5d6ce121,#0000 38%),#f4f6fb}.battlezone--result.battlezone--theme-default .battlezone__result-card{background:linear-gradient(145deg,#fff,#f4f7ff);border-color:#dfe5f2;box-shadow:0 14px 32px #26305d1f}.battlezone--result.battlezone--theme-default .battlezone__result-card h1{color:#222b5c}.battlezone--result.battlezone--theme-default .battlezone__score-focus>span{color:#7b829f}.battlezone--result.battlezone--theme-default .battlezone__score-focus{color:#303a68;background:linear-gradient(135deg,#eef0ff,#f5f1ff);border-color:#817ce8;box-shadow:inset 0 0 0 1px #5c58df14}.battlezone--result.battlezone--theme-default .battlezone__score{color:#4d58c9}.battlezone--result.battlezone--theme-default .battlezone__max-combo>span{color:#7b829f}.battlezone--result.battlezone--theme-default .battlezone__max-combo>strong{color:#4d58c9}.battlezone--result.battlezone--theme-default .battlezone__ranking{background:#fff;border-color:#dfe5f2;box-shadow:0 16px 36px #26305d1f}.battlezone--result.battlezone--theme-default .battlezone__ranking h2{color:#222b5c}.battlezone--result.battlezone--theme-default .battlezone__ranking li{color:#303a68;background:#f9fbff;border-color:#e3e8f2}.battlezone--result.battlezone--theme-default .battlezone__ranking li.is-me{color:#303a68;background:linear-gradient(135deg,#dfe4ff,#e9ddff);border-color:#817ce8;box-shadow:0 0 0 2px #5c58df38,0 9px 20px #5c58df33}.battlezone--result.battlezone--theme-default .battlezone__ranking-rank{color:#667091;background:#e9edf7}.battlezone--result.battlezone--theme-default .battlezone__ranking li.is-me>.battlezone__ranking-rank{color:#fff;background:#5c58df}.battlezone--result.battlezone--theme-default .battlezone__ranking-profile{box-shadow:0 3px 8px #26305d24}.battlezone--result.battlezone--theme-default .battlezone__ranking li strong{color:#303a68;overflow:hidden}.battlezone--result.battlezone--theme-default .battlezone__ranking em{color:#4d58c9}.battlezone--result.battlezone--theme-default .battlezone__result-actions{background:linear-gradient(#f4f6fb00 0%,#f4f6fbeb 35%,#f4f6fb 100%)}.battlezone--result.battlezone--theme-default .battlezone__finish{color:#fff;background:linear-gradient(135deg,#4d58c9,#6a54e8);box-shadow:0 10px 22px #4d58c940}.battlezone--result.battlezone--theme-space{color:#eefcff;background:linear-gradient(#040c3885,#10053ab3),url(/assets/space_bg-srXPCjsI.png) 50%/cover}.battlezone--result.battlezone--theme-space .battlezone__result-card,.battlezone--result.battlezone--theme-space .battlezone__ranking{color:#eefcff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#05144cc2;border-color:#68e1ff5c;box-shadow:inset 0 1px #d6faff1f,0 16px 36px #0208305c}.battlezone--result.battlezone--theme-space .battlezone__result-card h1,.battlezone--result.battlezone--theme-space .battlezone__ranking h2{color:#f4fdff}.battlezone--result.battlezone--theme-space .battlezone__score-focus{color:#e8fcff;background:linear-gradient(135deg,#1c72d247,#662fc64d);border-color:#5be2ffb8;box-shadow:inset 0 0 0 1px #d2faff1f,0 0 20px #32dbff1f}.battlezone--result.battlezone--theme-space .battlezone__score-focus>span,.battlezone--result.battlezone--theme-space .battlezone__max-combo>span{color:#b8d9ff}.battlezone--result.battlezone--theme-space .battlezone__score,.battlezone--result.battlezone--theme-space .battlezone__max-combo>strong{color:#61efff}.battlezone--result.battlezone--theme-space .battlezone__result-meta{flex-wrap:wrap}.battlezone--result.battlezone--theme-space .battlezone__territory-result{border-left:1px solid #27f2ff4d;grid-template-columns:auto auto;align-items:baseline;gap:2px 7px;padding-left:12px;display:inline-grid}.battlezone--result.battlezone--theme-space .battlezone__territory-result>span,.battlezone--result.battlezone--theme-space .battlezone__territory-result>small{color:#9dc7d5}.battlezone--result.battlezone--theme-space .battlezone__territory-result>strong{color:#f7ff58;font-size:16px}.battlezone--result.battlezone--theme-space .battlezone__territory-result>small{text-align:right;grid-column:1/-1;font-size:10px}.battlezone--result.battlezone--theme-space .battlezone__ranking li{color:#12245c;background:linear-gradient(145deg,#f5fdff,#dbeeff);border-color:#a9dff4}.battlezone--result.battlezone--theme-space .battlezone__ranking li.is-me{color:#0c245e;background:linear-gradient(135deg,#c9f8ff,#cfd7ff);border-color:#59e8ff;box-shadow:0 0 0 2px #59e8ff57,0 9px 22px #17aaf447}.battlezone--result.battlezone--theme-space .battlezone__ranking-rank{color:#5573a7;background:#d9eefa}.battlezone--result.battlezone--theme-space .battlezone__ranking li.is-me>.battlezone__ranking-rank,.battlezone--result.battlezone--theme-space .battlezone__ranking-me{color:#07184b;background:#61efff}.battlezone--result.battlezone--theme-space .battlezone__ranking li strong{color:#12245c}.battlezone--result.battlezone--theme-space .battlezone__ranking em{color:#284cc2}.battlezone--result.battlezone--theme-space .battlezone__ranking-territory{color:#f7ff58;grid-area:2/4;justify-self:end;font-size:9px;font-weight:900}.battlezone--result.battlezone--theme-space .battlezone__result-actions{background:linear-gradient(#07184b00 0%,#07184beb 35%,#07184b 100%)}.battlezone--result.battlezone--theme-space .battlezone__finish{color:#07184b;background:linear-gradient(135deg,#5ef,#83b8ff 56%,#b495ff);box-shadow:inset 0 0 0 2px #eafdff9e,0 10px 24px #1cafff4d}.battlezone--result.battlezone--theme-balloon{color:#f2fbff;background:radial-gradient(circle at 18% 14%,#71d8ff33,#0000 28%),linear-gradient(155deg,#042c708f,#031c4fad),url(/assets/mine_game_result-CXFW7aYO.png) 50%/cover no-repeat}.battlezone--result.battlezone--theme-balloon .battlezone__result-card,.battlezone--result.battlezone--theme-balloon .battlezone__ranking{color:#f2fbff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0429669e;border-color:#69d3ff75;box-shadow:inset 0 1px #d7f7ff1f,0 16px 36px #020c3066}.battlezone--result.battlezone--theme-balloon .battlezone__result-card h1,.battlezone--result.battlezone--theme-balloon .battlezone__ranking h2{color:#b9eaff}.battlezone--result.battlezone--theme-balloon .battlezone__result-units li{color:#eafaff;background:#5bd3ff1f;border-color:#69d3ff57}.battlezone--result.battlezone--theme-balloon .battlezone__result-units li>span,.battlezone--result.battlezone--theme-balloon .battlezone__ranking li.is-me>.battlezone__ranking-rank,.battlezone--result.battlezone--theme-balloon .battlezone__ranking-me{color:#083273;background:#75ddff}.battlezone--result.battlezone--theme-balloon .battlezone__score-focus{color:#d9f5ff;background:#5bd3ff1f;border-color:#69d3ffb3;box-shadow:inset 0 0 0 1px #d7f7ff1a}.battlezone--result.battlezone--theme-balloon .battlezone__score-focus>span,.battlezone--result.battlezone--theme-balloon .battlezone__max-combo>span,.battlezone--result.battlezone--theme-balloon .battlezone__ranking>p{color:#b9eaff}.battlezone--result.battlezone--theme-balloon .battlezone__score,.battlezone--result.battlezone--theme-balloon .battlezone__max-combo>strong{color:#75ddff}.battlezone--result.battlezone--theme-balloon .battlezone__ranking li{color:#eafaff;background:#0429669e;border-color:#69d3ff61}.battlezone--result.battlezone--theme-balloon .battlezone__ranking li.is-me{color:#fff;background:linear-gradient(135deg,#1b69b8d1,#0a398adb);border-color:#75ddff;box-shadow:0 0 0 2px #75ddff4d,0 9px 20px #0219524d}.battlezone--result.battlezone--theme-balloon .battlezone__ranking-rank{color:#083273;background:#d4f5ff}.battlezone--result.battlezone--theme-balloon .battlezone__ranking li strong{color:#fff}.battlezone--result.battlezone--theme-balloon .battlezone__ranking em{color:#b9eaff}.battlezone--result.battlezone--theme-balloon .battlezone__result-actions{background:0 0}.battlezone--result.battlezone--theme-balloon .battlezone__finish{color:#073371;background:linear-gradient(135deg,#75ddff,#a9edff);box-shadow:inset 0 0 0 2px #e8fcffad,0 10px 24px #031d534d}.battlezone--result.battlezone--theme-cyberpunk{color:#eaffff;background:linear-gradient(#04081ad1,#020714f0),linear-gradient(#27f2ff1a 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#27f2ff1a 1px,#0000 1px) 0 0/28px 28px,radial-gradient(circle at 18% 12%,#ff3ec938,#0000 30%),#050a1b}.battlezone--result.battlezone--theme-cyberpunk .battlezone__result-card,.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary{color:#eaffff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);clip-path:polygon(13px 0,100% 0,100% calc(100% - 13px),calc(100% - 13px) 100%,0 100%,0 13px);background:linear-gradient(135deg,#27f2ff14,#0000 36%),linear-gradient(315deg,#ff3ec912,#0000 34%),#050e24f0;border:1px solid #27f2ff94;border-radius:5px;box-shadow:inset 0 0 0 2px #27f2ff09,0 0 22px #27f2ff26}.battlezone--result.battlezone--theme-cyberpunk .battlezone__result-card h1,.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking h2,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary h2{color:#f7ff58;text-shadow:1px 0 #ff3ec9,-1px 0 #27f2ff,0 0 9px #f7ff584d}.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-focus{color:#eaffff;background:linear-gradient(90deg,#f7ff5821,#0000 48%),#0a102bdb;border:1px solid #f7ff58c2;border-radius:3px;box-shadow:inset 4px 0 #f7ff58,0 0 16px #f7ff5829}.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-focus>span,.battlezone--result.battlezone--theme-cyberpunk .battlezone__max-combo>span{color:#9dc7d5}.battlezone--result.battlezone--theme-cyberpunk .battlezone__score{color:#f7ff58;text-shadow:0 0 10px #f7ff586b}.battlezone--result.battlezone--theme-cyberpunk .battlezone__max-combo>strong,.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result>strong{color:#27f2ff;text-shadow:0 0 9px #27f2ff6b}.battlezone--result.battlezone--theme-cyberpunk .battlezone__result-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.battlezone--result.battlezone--theme-cyberpunk .battlezone__max-combo,.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result{box-sizing:border-box;text-align:left;background:#07152bd1;border:1px solid #27f2ff4d;border-radius:2px;align-content:center;gap:4px;min-width:0;min-height:68px;padding:9px 10px;display:grid;position:relative;box-shadow:inset 3px 0 #27f2ff}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result{border-color:#ff3ec96b;box-shadow:inset 3px 0 #ff3ec9}.battlezone--result.battlezone--theme-cyberpunk .battlezone__max-combo>span,.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result>span,.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result>small,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result>span,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result>small{color:#9dc7d5;font-size:10px;font-weight:800;line-height:1.1}.battlezone--result.battlezone--theme-cyberpunk .battlezone__max-combo>strong,.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result>strong,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result>strong{color:#27f2ff;text-overflow:ellipsis;white-space:nowrap;font-size:22px;font-weight:950;line-height:1.1;overflow:hidden}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result>strong{color:#ff7dd8;text-shadow:0 0 8px #ff3ec952}.battlezone--result.battlezone--theme-cyberpunk .battlezone__score-result>small,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-result>small{color:#9dc7d5}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li{box-sizing:border-box;color:#dfffff;height:76px;min-height:76px;box-shadow:none;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);background:linear-gradient(90deg,#27f2ff12,#0000 45%),#07142aeb;border:1px solid #27f2ff2e;border-radius:3px;grid-template-rows:minmax(32px,1fr) minmax(18px,auto);grid-template-columns:34px 34px minmax(0,1fr) auto;align-items:center;gap:0 10px;padding:7px 10px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-me{color:#faffd1;background:linear-gradient(90deg,#f7ff5824,#0000 50%),#101e30f5;border-color:#f7ff58;box-shadow:inset 0 0 0 1px #f7ff5833,0 0 16px #f7ff5833}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-rank{color:#ff82da;background:#ff3ec91f;border:none;border-radius:2px;grid-area:1/1;place-self:center;place-items:center;width:32px;height:32px;font-weight:900;display:grid}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-me>.battlezone__ranking-rank,.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-me{color:#07152d;background:#f7ff58;border-radius:2px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-profile{grid-area:1/2;place-self:center;width:34px;height:34px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-name{color:#efffff;text-overflow:ellipsis;white-space:nowrap;grid-area:1/3;align-self:center;align-items:center;gap:4px;font-size:17px;font-weight:900;line-height:1.25;display:flex;overflow:hidden}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory{color:#f7ff58;grid-area:1/4;place-self:center end;align-items:baseline;gap:3px;font-style:normal;font-weight:900;line-height:1;display:inline-flex}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory b{color:#f7ff58;text-shadow:none;font-size:26px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory small{color:#ff7dd8;font-size:12px;font-weight:800}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory small:last-child{color:#f7ff58}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics{border-top:1px solid #27f2ff24;grid-area:2/1/auto/-1;justify-content:flex-end;align-items:center;gap:12px;margin-top:6px;padding-top:6px;display:flex}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics>span{color:#87b5c1;white-space:nowrap;font-size:12px;font-weight:700;line-height:1.2}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics>span b{color:#dfffff;font-size:13.5px;font-weight:800}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary{width:90%;max-width:430px;margin-top:clamp(8px,1.5dvh,14px);padding:14px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking{flex:none;width:90%;height:auto;min-height:0}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking ol{flex:none;grid-auto-rows:76px;height:422px;min-height:422px;overflow-y:auto}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary>header{justify-content:space-between;align-items:end;gap:12px;margin-bottom:10px;display:flex}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary>header div>span{color:#ff72d4;letter-spacing:.14em;margin-bottom:2px;font-size:9px;font-weight:900;display:block}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary h2{margin:0;font-size:18px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary>header p{color:#9dc7d5;white-space:nowrap;margin:0;font-size:12px;font-weight:800}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-summary>header p strong{color:#f7ff58;font-size:17px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid{aspect-ratio:1;box-sizing:border-box;background:#02091bdb;border:1px solid #27f2ff61;grid-template-rows:repeat(7,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;width:100%;padding:6px;display:grid;box-shadow:inset 0 0 22px #27f2ff14}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span{isolation:isolate;color:#8fbdca;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#07152beb;border:1px solid #27f2ff3d;place-items:center;min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owned{border-color:var(--battlezone-cyberpunk-owner-color);color:#06142c;background:var(--battlezone-cyberpunk-owner-color);box-shadow:inset 0 0 0 2px #ffffff29, 0 0 8px var(--battlezone-cyberpunk-owner-soft-color)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owned:after{content:"";z-index:0;opacity:.34;position:absolute;inset:0}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-1:after{background:repeating-linear-gradient(45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-2:after{background:repeating-linear-gradient(-45deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-3:after{background:radial-gradient(circle,#06142cd1 1px,#0000 1.5px) 0 0/6px 6px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-4:after{background:repeating-linear-gradient(90deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-5:after{background:repeating-linear-gradient(0deg,#0000 0 5px,#06142cb8 5px 7px)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-owner-pattern-6:after{background:linear-gradient(45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px,linear-gradient(-45deg,#06142cad 25%,#0000 25%) 0 0/8px 8px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid>span.is-me{z-index:1;border-color:#f7ff58;box-shadow:inset 0 0 0 2px #07152d,inset 0 0 0 4px #fffffff0,0 0 0 2px #f7ff58,0 0 9px #f7ff58b3}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid small,.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid strong{z-index:1;font-weight:950;line-height:1;position:relative}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid small{font-size:clamp(7px,2.2vw,10px)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__territory-grid strong{color:#06142c;font-size:clamp(7px,2vw,9px);position:absolute;bottom:3px;right:3px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__result-actions{background:linear-gradient(#050a1b00 0%,#050a1bf0 35%,#050a1b 100%)}.battlezone--result.battlezone--theme-cyberpunk .battlezone__finish{color:#06142c;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);background:linear-gradient(100deg,#27f2ff,#8bfbff 56%,#f7ff58);border:1px solid #27f2ff;border-radius:3px;box-shadow:inset 0 0 0 2px #ffffff3d,0 0 20px #27f2ff4d}@media (width<=480px){.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking{padding-left:8px;padding-right:8px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking ol{grid-auto-rows:76px;gap:6px;height:414px;min-height:414px;max-height:414px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li{grid-template-rows:minmax(30px,1fr) minmax(18px,auto);grid-template-columns:26px 28px minmax(0,1fr) auto;align-items:center;gap:0 6px;height:76px;min-height:76px;padding:6px 8px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-rank{width:26px;height:26px;font-size:13px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-profile{width:28px;height:28px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-name{font-size:15px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory{font-size:10px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory b{font-size:19px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-territory small{font-size:10px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics{gap:8px;margin-top:5px;padding-top:4px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics>span,.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-sub-metrics>span b{font-size:10px}}.battlezone--theme-space .battlezone__result-waiting{background:#040a32d6}.battlezone--theme-space .battlezone__result-waiting>div{color:#eefcff;background:#05144cf0;border-color:#68e1ff6b;box-shadow:0 18px 44px #0208307a}.battlezone--theme-space .battlezone__result-waiting i{border-color:#61efff #68e1ff38 #68e1ff38}.battlezone--theme-balloon .battlezone__result-waiting{background:radial-gradient(circle at 50% 44%,#5bd3ff2e,#0000 38%),#031d53db}.battlezone--theme-balloon .battlezone__result-waiting>div{color:#eafaff;background:linear-gradient(#145caef5,#05306ffa);border-color:#69d3ffa3;box-shadow:inset 0 1px #d7f7ff3d,0 18px 44px #020c3080}.battlezone--theme-balloon .battlezone__result-waiting i{border-color:#75ddff #b9eaff47 #b9eaff47}.battlezone--theme-balloon .battlezone__result-waiting span{color:#b9eaff;opacity:.92}.battlezone--theme-mine .battlezone__result-waiting,.battlezone__result-waiting.battlezone__result-waiting--mine{background:radial-gradient(circle at 50% 44%,#fbbf2424,#0000 42%),#0e1116e0}.battlezone--theme-mine .battlezone__result-waiting>div,.battlezone__result-waiting.battlezone__result-waiting--mine>div{color:#f8fafc;background:linear-gradient(145deg,#262c36fa,#161a21fa);border:2px solid #fbbf24a6;box-shadow:inset 0 0 0 1px #fef3c733,0 18px 48px #000000b3,0 0 32px #fbbf2433}.battlezone--theme-mine .battlezone__result-waiting strong,.battlezone__result-waiting.battlezone__result-waiting--mine strong{color:#fef3c7}.battlezone--theme-mine .battlezone__result-waiting i,.battlezone__result-waiting.battlezone__result-waiting--mine i{border:5px solid #fbbf2440;border-top-color:#fbbf24;box-shadow:0 0 14px #fbbf2473}.battlezone--theme-mine .battlezone__result-waiting span,.battlezone__result-waiting.battlezone__result-waiting--mine span{color:#94a3b8;opacity:.95}.battlezone--theme-cyberpunk .battlezone__result-waiting{background:#020714e6}.battlezone--theme-cyberpunk .battlezone__result-waiting>div{color:#dfffff;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);background:#050e24fa;border:1px solid #27f2ff9e;border-radius:4px;box-shadow:inset 0 0 20px #ff3ec914,0 0 24px #27f2ff38}.battlezone--theme-cyberpunk .battlezone__result-waiting i{border-color:#27f2ff #27f2ff33 #27f2ff33;border-radius:2px;box-shadow:0 0 10px #27f2ff52}.battlezone--theme-default .battlezone__result-waiting{background:#051d3c}.battlezone--theme-default .battlezone__result-waiting>div{color:#303a68;background:#fff;border-color:#dfe5f2;box-shadow:0 18px 44px #26305d2e}.battlezone--theme-default .battlezone__result-waiting i{border-color:#5c58df #d8def0 #d8def0}.battlezone-channel-room{background:radial-gradient(circle at 50% 0,#ffc95024,#0000 35%),linear-gradient(#5b371f,#2a1817);width:100%;height:100dvh;padding:0}.battlezone-channel-loading{color:#3f4a78;text-align:center;width:100%;height:100dvh;text-shadow:none;background:#051d3c;place-content:center;justify-items:center;gap:14px;display:grid}.battlezone-channel-loading i,.battlezone__result-waiting i{border:5px solid #fff4c559;border-top-color:#ffd45e;border-radius:50%;width:42px;height:42px;animation:.8s linear infinite battlezone-channel-spin}.battlezone-channel-loading i{border-color:#5c58df #d8def0 #d8def0}.battlezone__result-waiting{z-index:40;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#211436c7;place-items:center;display:grid;position:absolute;inset:0}.battlezone__result-waiting>div{color:#663711;background:linear-gradient(#fff6d5,#f5d58f);border:2px solid #f0bd55;border-radius:22px;justify-items:center;gap:8px;min-width:min(82vw,330px);padding:28px;display:grid;box-shadow:0 18px 44px #12081f6b}.battlezone__result-waiting strong{margin-top:6px;font-size:20px;font-weight:900}.battlezone__result-waiting span{opacity:.75;font-size:13px}@keyframes battlezone-channel-spin{to{transform:rotate(360deg)}}.battlezone__ranking li.is-score-unavailable{grid-template-columns:40px minmax(0,1fr) auto}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-score-unavailable{grid-template-columns:34px minmax(0,1fr) auto}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-score-unavailable .battlezone__ranking-profile{grid-column:1}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-score-unavailable .battlezone__ranking-name{grid-column:2}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-score-unavailable .battlezone__ranking-territory{grid-column:3}.battlezone--result .battlezone__ranking-me{color:#5f2c0b;background:#ffd45e;border-radius:999px;flex:none;padding:3px 6px;font-size:10px;line-height:1}.battlezone--result.battlezone--theme-default .battlezone__ranking li.is-me{box-shadow:none;background:#f9fbff;border:2px solid #5c58df}.battlezone--result.battlezone--theme-default .battlezone__ranking-me{color:#fff;background:#5c58df}.battlezone--result.battlezone--theme-default .battlezone__ranking li.is-rank-1{box-shadow:none;background:#e8eaff;border-color:#e3e8f2}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li{color:#fff8df;background:#fff8dd14;border-color:#eecf8442}.battlezone--result.battlezone--theme-adventure .battlezone__ranking-rank{color:#ffe8a7;background:#ffe8a71f}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li strong{color:#fff8df}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li em{color:#ffe56f}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li.is-me{color:#fff8df;box-shadow:none;background:#fff8dd14;border:2px solid #c98a2d}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li.is-rank-1{box-shadow:none;background:#855b24b8;border-color:#eecf8442}.battlezone--result.battlezone--theme-adventure .battlezone__ranking li.is-rank-1>.battlezone__ranking-rank{color:#553313;background:#ffe56f}.battlezone--result.battlezone--theme-space .battlezone__ranking li.is-me{box-shadow:none;background:linear-gradient(145deg,#f5fdff,#dbeeff);border:3px solid #16c9e8}.battlezone--result.battlezone--theme-space .battlezone__ranking-me{color:#06275b;background:#22d7f3;border:2px solid #087fa9;padding:4px 8px;font-size:12px;font-weight:900}.battlezone--result.battlezone--theme-space .battlezone__ranking-profile img{object-fit:unset;object-position:top center;width:100%;max-width:none;height:auto}.battlezone--result.battlezone--theme-space .battlezone__ranking li.is-rank-1{box-shadow:none;background:linear-gradient(135deg,#bcecff,#c8d4ff);border-color:#86cbe8}.battlezone--result.battlezone--theme-space .battlezone__ranking li.is-rank-1>.battlezone__ranking-rank{color:#fff;background:#2e5ac8}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-me{box-shadow:none;background:linear-gradient(90deg,#27f2ff12,#0000 45%),#07142aeb;border:2px solid #ff5acb}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking-me{color:#07152d;background:#f7ff58;border-radius:2px}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-rank-1{box-shadow:none;background:linear-gradient(100deg,#ff3ec929,#27f2ff1a 58%,#0000),#081b37fa;border-color:#27f2ffa3}.battlezone--result.battlezone--theme-cyberpunk .battlezone__ranking li.is-rank-1>.battlezone__ranking-rank{color:#07152d;background:#f7ff58}.notification-new{pointer-events:none;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_14805_61718)'%3e%3ccircle%20cx='8.00033'%20cy='8.0013'%20r='7.33333'%20fill='%23F7565E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.2226%204.18359C10.4042%204.18359%2010.575%204.2334%2010.7267%204.33095L10.7276%204.32926C10.7328%204.33228%2010.7374%204.3363%2010.7425%204.33942C10.7452%204.34126%2010.7485%204.34262%2010.7513%204.3445L10.7504%204.34535C10.9642%204.48014%2011.0528%204.69484%2011.0529%204.91529V10.7367C11.0529%2011.0275%2010.9994%2011.3364%2010.7863%2011.5412L10.7784%2011.5488C10.5709%2011.7358%2010.2758%2011.7868%209.99289%2011.7868C9.88311%2011.7868%209.77715%2011.7787%209.67814%2011.7614L9.65885%2011.758L9.63956%2011.7529C9.52032%2011.7185%209.41342%2011.6589%209.31868%2011.5861C9.21887%2011.5094%209.12704%2011.4098%209.04251%2011.299C8.95707%2011.187%208.86534%2011.045%208.76809%2010.8781L6.60693%207.28145V11.0839C6.60682%2011.3129%206.51406%2011.5313%206.29656%2011.6708L6.2913%2011.6742C6.13534%2011.7705%205.96024%2011.8156%205.77754%2011.8156C5.59464%2011.8156%205.42041%2011.7701%205.26289%2011.6792L5.25062%2011.6725L5.23922%2011.6649C5.03008%2011.5213%204.94737%2011.3033%204.94727%2011.0839V5.26251C4.94727%204.9754%204.99865%204.66063%205.22168%204.45967L5.22344%204.46137C5.43058%204.26833%205.72363%204.21243%206.00724%204.21239C6.11476%204.21239%206.22008%204.22531%206.32111%204.2488L6.32199%204.24711C6.3289%204.24832%206.33533%204.25165%206.34215%204.25304C6.34524%204.25382%206.34873%204.25308%206.3518%204.25388L6.35092%204.25473C6.47529%204.28142%206.5856%204.33643%206.68058%204.41394L6.68145%204.4131C6.68391%204.41498%206.68602%204.41796%206.68847%204.41987C6.69077%204.4218%206.69407%204.423%206.69636%204.42495L6.69548%204.4258C6.78963%204.50086%206.87722%204.59481%206.95762%204.70018C7.04239%204.81127%207.13302%204.95167%207.22941%205.11685L9.40285%208.73298V4.91529C9.40295%204.70201%209.48252%204.48406%209.6948%204.34535C9.69638%204.34426%209.69847%204.34303%209.70006%204.34196C9.70316%204.33998%209.70567%204.33713%209.70883%204.33518C9.86274%204.23353%2010.0373%204.18363%2010.2226%204.18359Z'%20fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_14805_61718'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:16px;position:absolute;top:-4px;right:-4px}.login-layout{background-color:var(--blue-200);height:100%}.login-layout [data-simplebar]{padding:20px}.login-layout [data-simplebar] .simplebar-content{flex-direction:column;justify-content:center;min-height:100%;display:flex}.login-layout .desktop-min-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.login-layout .login-box{align-items:initial;background-color:var(--00);border-radius:40px;flex-direction:row;flex:none;gap:40px;width:1080px;margin:auto;padding:24px;display:flex}.login-layout .login-box__banner{background-color:#ddd;border-radius:24px;width:414px;height:552px;overflow:hidden}.login-layout .login-box__banner img{object-fit:cover;object-position:center;width:100%;height:100%}.login-layout .login-box__form{flex:1;min-height:0;padding:0 16px 16px}.login-layout .login-box__form-inner{flex-direction:column;width:400px;height:100%;margin:0 auto;display:flex}.login-layout .login-box__form-top{flex-direction:column;flex:1;justify-content:center;min-height:0;padding-bottom:16px;display:flex}.login-layout--student{background-image:url(/assets/login_bg_student-DhC3wc6r.png);background-size:cover}.login-layout--student .login-box__form-top{padding-bottom:26px}.login-layout-mobile{flex-direction:column;height:100%;padding:0 40px 80px;display:flex;overflow:auto}.login-layout-mobile .login-role{margin:0 -20px;padding-top:24px}.login-layout-mobile .loginForm{flex:none;width:100%;max-width:400px;margin:auto}.loginForm{position:relative}.loginForm .login-logo{text-align:center;max-width:320px;margin:0 auto 16px}.loginForm .login-logo.other-logo{align-items:initial;aspect-ratio:320/180;flex-direction:row;justify-content:center;display:flex}.loginForm .login-logo.other-logo img{max-width:100%;max-height:100%}.loginForm form .login-submit-button{width:100%;margin-top:24px}.loginForm .login-utils{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:16px;display:flex}.loginForm .login-utils .bar{background-color:var(--alpha-dark-10);width:1px;height:16px}.loginForm .wrong-limit-box{width:100%;max-width:280px;position:absolute;top:calc(100% + 40px);left:50%;transform:translate(-50%)}.loginForm .wrong-limit-box__inner{background-color:var(--blue-900);z-index:2;border-radius:8px;padding:12px 16px;position:relative}.loginForm .wrong-limit-box__inner p{color:var(--00);font-size:14px;font-weight:700;line-height:20px}.loginForm .wrong-limit-box:after,.loginForm .wrong-limit-box:before{content:"";width:60px;height:60px;position:absolute;top:-36px;right:-24px}.loginForm .wrong-limit-box:before{z-index:3;background-image:url(/assets/wrong_limit_character_hand-DnZqijWx.svg)}.loginForm .wrong-limit-box:after{background-image:url(/assets/wrong_limit_character-B8kfD3ob.svg)}.login-role{flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;display:flex}.login-role img{width:66px}.login-role .bar{background-color:var(--blue-400);border-radius:2px;width:2px;height:16px}.login-role span{color:var(--blue-800);font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px}.header-currency{flex-direction:row;align-items:center;gap:8px;display:flex}.header-currency .currency-item{border-radius:16px;flex-direction:row;align-items:center;gap:4px;padding:4px 8px 4px 4px;display:flex}.header-currency .currency-item:before{content:"";width:20px;height:20px;display:block}.header-currency .currency-item span{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:block}.header-currency .currency-item--point:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.43132%201.84182C9.34908%201.11002%2010.6509%201.11002%2011.5687%201.84182L18.0524%207.01176C18.8822%207.67346%2019.2076%208.78474%2018.8658%209.78955L16.4119%2017.0017C16.0649%2018.0216%2015.1071%2018.7074%2014.0298%2018.7074H5.97018C4.89289%2018.7074%203.93513%2018.0216%203.58813%2017.0017L1.13425%209.78955C0.792367%208.78474%201.11776%207.67347%201.94762%207.01176L8.43132%201.84182Z'%20fill='%2313B9D9'/%3e%3cpath%20d='M8.50124%204.52045C9.38045%203.82912%2010.6185%203.82912%2011.4977%204.52045L15.7206%207.84089C16.5321%208.47899%2016.8504%209.56105%2016.5137%2010.5369L14.9367%2015.1076C14.5994%2016.085%2013.6793%2016.7409%2012.6453%2016.7409H7.35366C6.31968%2016.7409%205.39953%2016.085%205.06228%2015.1076L3.48524%2010.5369C3.14852%209.56105%203.46685%208.47899%204.27837%207.84089L8.50124%204.52045Z'%20fill='%2343D6F2'/%3e%3cpath%20d='M8.31649%2015.4073C8.00617%2015.4073%207.78391%2015.3611%207.64971%2015.2689C7.5239%2015.1766%207.44422%2015.055%207.41067%2014.904C7.37713%2014.7531%207.36035%2014.5979%207.36035%2014.4385V7.56942C7.36035%207.41007%207.37713%207.2591%207.41067%207.11651C7.44422%206.96554%207.5281%206.84393%207.66229%206.75167C7.79649%206.65941%208.01875%206.61328%208.32907%206.61328H10.9081C11.2604%206.61328%2011.6127%206.67619%2011.9649%206.80199C12.3256%206.9278%2012.6569%207.1249%2012.9588%207.39329C13.2691%207.6533%2013.5166%207.9762%2013.7011%208.36201C13.894%208.74783%2013.9904%209.20074%2013.9904%209.72074C13.9904%2010.2324%2013.894%2010.6811%2013.7011%2011.0669C13.5166%2011.4527%2013.2691%2011.7756%2012.9588%2012.0356C12.6569%2012.2872%2012.3256%2012.4801%2011.9649%2012.6143C11.6043%2012.7401%2011.2478%2012.803%2010.8956%2012.803H9.28522V14.4511C9.28522%2014.6105%209.26844%2014.7656%209.23489%2014.9166C9.20134%2015.0592%209.11747%2015.1766%208.98328%2015.2689C8.84908%2015.3611%208.62682%2015.4073%208.31649%2015.4073ZM9.28522%2010.8908H10.9081C11.0927%2010.8908%2011.273%2010.853%2011.4491%2010.7775C11.6336%2010.6937%2011.7846%2010.5637%2011.902%2010.3875C12.0278%2010.2114%2012.0907%209.98494%2012.0907%209.70816C12.0907%209.47332%2012.0404%209.26783%2011.9398%209.0917C11.8391%208.91557%2011.6965%208.77718%2011.512%208.67653C11.3359%208.57589%2011.1304%208.52556%2010.8956%208.52556H9.28522V10.8908Z'%20fill='%230071AA'/%3e%3c/svg%3e")}.header-currency .currency-item--coin:before{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4006%209.99985C18.4006%2014.639%2014.6398%2018.3999%2010.0006%2018.3999C5.36139%2018.3999%201.60059%2014.639%201.60059%209.99985C1.60059%205.36066%205.36139%201.59985%2010.0006%201.59985C14.6398%201.59985%2018.4006%205.36066%2018.4006%209.99985Z'%20fill='%23FFAA00'/%3e%3cpath%20d='M16.375%2010C16.375%2013.5208%2013.5208%2016.375%2010%2016.375C6.47918%2016.375%203.625%2013.5208%203.625%2010C3.625%206.47918%206.47918%203.625%2010%203.625C13.5208%203.625%2016.375%206.47918%2016.375%2010Z'%20fill='%23FFCA2C'/%3e%3cpath%20d='M10.3971%2014.2841C10.0451%2014.2841%209.67307%2014.2281%209.28107%2014.1161C8.88907%2014.0041%208.50507%2013.8361%208.12907%2013.6121C7.75307%2013.3881%207.40907%2013.1041%207.09707%2012.7601C6.79307%2012.4081%206.54907%2012.0001%206.36507%2011.5361C6.18907%2011.0641%206.10107%2010.5281%206.10107%209.92813C6.10107%209.35213%206.18907%208.84013%206.36507%208.39213C6.54907%207.93613%206.79307%207.54013%207.09707%207.20413C7.40107%206.86813%207.74107%206.59213%208.11707%206.37613C8.49307%206.15213%208.88107%205.98813%209.28107%205.88413C9.68107%205.77213%2010.0611%205.71613%2010.4211%205.71613C10.8291%205.71613%2011.1851%205.76413%2011.4891%205.86013C11.7931%205.95613%2012.0411%206.05613%2012.2331%206.16013C12.4251%206.25613%2012.5451%206.32413%2012.5931%206.36413C12.7371%206.45213%2012.8731%206.55213%2013.0011%206.66413C13.1291%206.77613%2013.1971%206.92413%2013.2051%207.10813C13.2051%207.20413%2013.1851%207.30013%2013.1451%207.39613C13.1131%207.48413%2013.0611%207.58013%2012.9891%207.68413C12.8611%207.86813%2012.7371%208.00413%2012.6171%208.09213C12.5051%208.17213%2012.3891%208.21213%2012.2691%208.21213C12.1731%208.21213%2012.0811%208.18813%2011.9931%208.14013C11.9131%208.09213%2011.8091%208.02813%2011.6811%207.94813C11.6251%207.90813%2011.5451%207.86013%2011.4411%207.80413C11.3371%207.74013%2011.1971%207.68413%2011.0211%207.63613C10.8451%207.58013%2010.6211%207.55213%2010.3491%207.55213C10.0691%207.55213%209.78507%207.60413%209.49707%207.70813C9.21707%207.80413%208.95707%207.95213%208.71707%208.15213C8.47707%208.35213%208.28507%208.60813%208.14107%208.92013C7.99707%209.22413%207.92507%209.58013%207.92507%209.98813C7.92507%2010.4121%207.99707%2010.7761%208.14107%2011.0801C8.29307%2011.3841%208.48907%2011.6361%208.72907%2011.8361C8.96907%2012.0361%209.22907%2012.1881%209.50907%2012.2921C9.79707%2012.3881%2010.0771%2012.4361%2010.3491%2012.4361C10.5891%2012.4361%2010.7931%2012.4121%2010.9611%2012.3641C11.1371%2012.3161%2011.2851%2012.2601%2011.4051%2012.1961C11.5331%2012.1241%2011.6411%2012.0601%2011.7291%2012.0041C11.8171%2011.9481%2011.9051%2011.8961%2011.9931%2011.8481C12.0891%2011.8001%2012.1851%2011.7761%2012.2811%2011.7761C12.3931%2011.7761%2012.5051%2011.8201%2012.6171%2011.9081C12.7371%2011.9961%2012.8571%2012.1361%2012.9771%2012.3281C13.0491%2012.4321%2013.1051%2012.5361%2013.1451%2012.6401C13.1851%2012.7361%2013.2011%2012.8321%2013.1931%2012.9281C13.1931%2013.0961%2013.1291%2013.2361%2013.0011%2013.3481C12.8731%2013.4521%2012.7371%2013.5481%2012.5931%2013.6361C12.5291%2013.6681%2012.4051%2013.7401%2012.2211%2013.8521C12.0371%2013.9561%2011.7931%2014.0521%2011.4891%2014.1401C11.1851%2014.2361%2010.8211%2014.2841%2010.3971%2014.2841Z'%20fill='%23AA6300'/%3e%3c/svg%3e")}@media (hover:hover) and (pointer:fine){.header-currency .currency-item:hover{background-color:var(--alpha-dark-5)}}.header-currency .currency-item:active{background-color:var(--alpha-dark-5)}.aside-list{flex-direction:column;width:280px;height:100%;display:flex}.aside-list__header{padding:16px;position:relative}.aside-list__header:after{content:"";background-color:var(--border-divider);border-radius:1px;height:1px;position:absolute;bottom:0;left:16px;right:16px}.aside-list__body{flex-direction:column;flex:1;min-height:0;display:flex}.aside-list__body [data-simplebar]{flex:1;min-height:0;padding:16px}.aside-list__ul>li+li{margin-top:8px}.aside-list__no-data{text-align:center;color:var(--text-general-subtle);padding:40px 16px}.aside-list .list-item{cursor:pointer;border-radius:16px;flex-direction:row;align-items:center;gap:4px;padding:16px;font-size:16px;line-height:24px;display:flex}@media (hover:hover) and (pointer:fine){.aside-list .list-item:hover{background-color:var(--list-bg-hovered)}}.aside-list .list-item:active{background-color:var(--list-bg-hovered)}.aside-list .list-item__main-text{flex:1;min-width:0}.aside-list .list-item__sub-text{color:var(--text-general-subtle)}@media (hover:hover) and (pointer:fine){.aside-list .list-item:hover{background-color:var(--list-bg-hovered);cursor:pointer}.aside-list .list-item:hover .class-name{font-weight:700}}.aside-list .list-item:active{background-color:var(--list-bg-hovered);cursor:pointer}.aside-list .list-item:active .class-name{font-weight:700}.aside-list .list-item.is-selected{background-color:var(--list-bg-focused)}.aside-list .list-item.is-selected .list-item__main-text{font-weight:700}.aside-list .list-item--student{gap:8px;padding:8px}.aside-list .list-item--student .student-profile{flex:1;min-width:0}.aside-list .list-item--student .student-profile__label{margin-bottom:-4px;font-size:14px;line-height:20px}.aside-list .list-item--student .student-profile__value{font-size:16px;font-weight:400;line-height:24px}.aside-list .list-item--student .student-result__progress{flex:none;width:100px}.aside-list .list-item--student .student-result__progress .progress-bar{height:8px}.aside-list .list-item--student .student-result__progress .progress-bar .marker{top:calc(100% + 2px)}.aside-list .list-item--student .student-result__next{width:100px}.aside-list .list-item--student .student-result__next button{width:100%}.aside-list .list-item--student.is-selected .student-profile__value{font-weight:700}.aside-list .list-group+.list-group{margin-top:16px}.aside-list .list-group__header{flex-direction:row;align-items:flex-start;width:100%;padding:8px 0 8px 8px;display:flex}.aside-list .list-group__header .title-wrap{flex-flow:wrap;flex:1;align-items:center;gap:4px 8px;min-width:0;margin-right:8px;display:flex}.aside-list .list-group__header .title-wrap .title{flex:none;padding:4px 0;font-size:16px;font-weight:700;line-height:24px}.aside-list .list-group__header .title-wrap .teachers{flex-flow:wrap;align-items:center;gap:4px;display:flex}.aside-list .list-group__header .title-wrap .teachers .teacher{background-color:#f2ebd0;border-radius:4px;padding:2px 4px;font-size:12px;line-height:16px}.aside-list .list-group__header .student-count{color:var(--text-general-subtle);padding-top:4px;font-size:16px;line-height:24px}@media (hover:hover) and (pointer:fine){.aside-list .list-group__header:hover .icon-btn{background-color:var(--button-ghost-bg-hovered)}}.aside-list .list-group__header:active .icon-btn{background-color:var(--button-ghost-bg-hovered)}.aside-list .list-group.is-open .list-group__header .icon-btn{transform:rotate(180deg)}.aside-list .list-group .aside-list__no-data{padding:16px 0}.aside-list--home .add-class-wrap{text-align:right;margin-bottom:16px}.aside-list--learning-progress [data-simplebar]{padding:8px}.aside-list--learning-progress .view-toggle{flex-direction:row;justify-content:flex-end;align-items:center;gap:4px;margin-top:16px;display:flex}.aside-list--student-mgmt [data-simplebar]{padding:8px}.aside-list--student-mgmt .edit-btn-wrap{flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px;display:flex}.aside-list--student-mgmt .edit-btn-wrap .button-dropdown{margin-right:auto}.battlezone,.battlezone-room,.battlezone-room-shell{--battlezone-scrollbar-thumb:#ffd45ead;--battlezone-scrollbar-thumb-hover:#ffd45ee0;--battlezone-scrollbar-track:#ffebaa1a}.battlezone--theme-default,.battlezone-room--theme-default,.battlezone-room-shell--theme-default{--battlezone-scrollbar-thumb:#aebbe1;--battlezone-scrollbar-thumb-hover:#8297d1;--battlezone-scrollbar-track:#eef2fa}.battlezone--theme-space,.battlezone-room--theme-space,.battlezone-room-shell--theme-space{--battlezone-scrollbar-thumb:#4de2ffb8;--battlezone-scrollbar-thumb-hover:#8bf0fff0;--battlezone-scrollbar-track:#2047a447}.battlezone--theme-mine,.battlezone-room--theme-mine,.battlezone-room-shell--theme-mine{--battlezone-scrollbar-thumb:#475569;--battlezone-scrollbar-thumb-hover:#64748b;--battlezone-scrollbar-track:transparent}.battlezone--theme-balloon,.battlezone-room--theme-balloon,.battlezone-room-shell--theme-balloon{--battlezone-scrollbar-thumb:#145ba8;--battlezone-scrollbar-thumb-hover:#082f73;--battlezone-scrollbar-track:transparent}.battlezone,.battlezone *,.battlezone-room,.battlezone-room *,.battlezone-room-shell,.battlezone-room-shell *{scrollbar-color:var(--battlezone-scrollbar-thumb) var(--battlezone-scrollbar-track);scrollbar-width:thin}.battlezone::-webkit-scrollbar{width:7px;height:7px}.battlezone ::-webkit-scrollbar{width:7px;height:7px}.battlezone-room::-webkit-scrollbar{width:7px;height:7px}.battlezone-room ::-webkit-scrollbar{width:7px;height:7px}.battlezone-room-shell::-webkit-scrollbar{width:7px;height:7px}.battlezone-room-shell ::-webkit-scrollbar{width:7px;height:7px}.battlezone::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone ::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone-room::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone-room ::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone-room-shell::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone-room-shell ::-webkit-scrollbar-track{background:var(--battlezone-scrollbar-track);border-radius:999px}.battlezone::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone ::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone-room::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone-room ::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone-room-shell::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone-room-shell ::-webkit-scrollbar-thumb{background:var(--battlezone-scrollbar-thumb) padding-box;border:2px solid #0000;border-radius:999px}.battlezone::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone ::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone-room::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone-room ::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone-room-shell::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone-room-shell ::-webkit-scrollbar-thumb:hover{background:var(--battlezone-scrollbar-thumb-hover) padding-box}.battlezone::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone ::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone-room::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone-room ::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone-room-shell::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone-room-shell ::-webkit-scrollbar-button{background-color:var(--battlezone-scrollbar-thumb)}.battlezone::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone ::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone-room::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone-room ::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone-room-shell::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone-room-shell ::-webkit-scrollbar-corner{background:var(--battlezone-scrollbar-track)}.battlezone-room-shell{box-sizing:border-box;padding:18px}.battlezone-room-shell--theme-default{background:#051d3c}.battlezone-room-shell--theme-adventure{background:linear-gradient(#2d190f85,#1e0f0cad),url(/assets/adventure_bg-BR_VO81I.png) 50%/cover}.battlezone-room-shell--theme-mine{background:radial-gradient(circle at 50% 0,#fbbf241a,#0000 40%),linear-gradient(#14181ecc,#0b0d1099),url(/assets/mine_thumbnail-BdgnXjE9.jpg) 50%/cover}.battlezone-room-shell--theme-balloon{background:radial-gradient(circle at 50% 0,#63cfff29,#0000 35%),linear-gradient(#053373ad,#031d534d),url(/assets/balloon_thumbnail-Bv2P1ogQ.png) 50%/cover}.battlezone-room-shell--theme-space{background:linear-gradient(#040c387a,#0c05379e),url(/assets/space_bg-srXPCjsI.png) 50%/cover}.battlezone-room-shell--theme-cyberpunk{background:radial-gradient(circle at 50% 10%,#27f2ff1f,#0000 45%),linear-gradient(#01091aeb,#01091aeb),repeating-linear-gradient(0deg,#0000,#0000 24px,#27f2ff0d 24px 25px),repeating-linear-gradient(90deg,#0000,#0000 24px,#27f2ff0d 24px 25px),#01091a}.battlezone-room{--room-ink:#513117;--room-muted:#8c6b4c;--room-line:#e2b450b3;width:min(100%,780px);height:100%;min-height:520px;color:var(--room-ink);background:radial-gradient(circle at 50% 0,#ffc95021,#0000 36%),linear-gradient(#5a351c 0%,#2b1918 100%);border:2px solid #ffe175e0;border-radius:24px;flex-direction:column;gap:12px;margin:0 auto;padding:18px;display:flex;overflow:hidden;box-shadow:0 0 0 4px #ffb82321,0 16px 38px #1f0e0c4d}.battlezone-room__header{text-align:center;background:linear-gradient(#fff9e8,#f8e9bd);border:1px solid #dfbd72;border-radius:18px;grid-template-columns:82px minmax(0,1fr) 82px;align-items:center;min-height:76px;padding:10px 14px;display:grid}.battlezone-room__header--with-close{grid-template-columns:82px minmax(0,1fr) 140px}.battlezone-room__header>div{align-content:center;gap:2px;min-width:0;padding-block:2px;display:grid}.battlezone-room__header strong{letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;padding-block:2px;font-size:clamp(19px,3.2vw,25px);font-weight:900;line-height:1.35;overflow:hidden}.battlezone-room__header div span{color:#8c6b4c;padding-block:1px;font-size:12px;line-height:1.45}.battlezone-room__header-meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;line-height:1.45;display:inline-flex}.battlezone-room__header-sep{opacity:.65;font-style:normal;display:inline-block}.battlezone-room__header-duration{letter-spacing:-.01em;font-weight:800}.battlezone-room__back{color:#6d421d;background:#fff8df;border:1px solid #d4ad64;border-radius:11px;min-height:36px;padding:0 14px;font-size:13px;font-weight:800;transition:border-color .16s,background-color .16s,transform .16s}.battlezone-room__back:hover:not(:disabled){background:#fffdf4;border-color:#b87b28;transform:translateY(-1px)}.battlezone-room__back:disabled{cursor:not-allowed;opacity:.55}.battlezone-room__connection{color:#9a744e;justify-self:end;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.battlezone-room__connection:before{content:"";background:#ffad55;border-radius:50%;width:7px;height:7px;margin-right:5px}.battlezone-room__connection.is-connected{color:#267456}.battlezone-room__connection.is-connected:before{background:#35c47c;box-shadow:0 0 0 3px #35c47c21}.battlezone-room__connection--inline{vertical-align:middle;justify-self:auto;margin-left:8px;font-style:normal}.battlezone-room__close{min-height:40px;color:var(--room-close-color,#6d421d);background:var(--room-close-background,#fff8df);white-space:nowrap;border-radius:12px;justify-self:end;padding:0 14px;font-size:12px;font-weight:900;transition:border-color .16s,color .16s,background-color .16s,transform .16s}.battlezone-room__close:hover:not(:disabled){color:var(--room-close-color-hover,var(--room-close-color,#6d421d));background:var(--room-close-background-hover,#fffdf4);transform:translateY(-1px)}.battlezone-room__close:focus-visible{outline-offset:2px;outline:3px solid #c8f4ff66}.battlezone-room__unit{background:linear-gradient(#fff8df,#f5e2ae);border:1px solid #dfbd72;border-radius:15px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:50px;padding:10px 16px;display:grid}.battlezone-room__unit span{color:#7b4b20;background:#b67b261f;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:900}.battlezone-room__unit strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.battlezone-room__unit output{color:#a05712;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;min-width:68px;font-size:21px;font-weight:900}.battlezone-room__unit-list{scrollbar-gutter:stable;flex-wrap:wrap;align-items:center;gap:6px;max-height:74px;padding:2px 0;display:flex;overflow-y:auto}.battlezone-room__unit-tag{white-space:nowrap;color:#fff7d3;background-color:#ffebaa38;border:1px solid #ffe17566;border-radius:10px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:800;display:inline-flex}.battlezone-room__unit-code{color:#fff;background-color:#d88b20;border-radius:6px;padding:1px 5px;font-size:11px;font-style:normal;font-weight:900}.battlezone-room__duration{white-space:nowrap;color:#ffe8aa;background-color:#ffe17526;border-radius:999px;margin-left:auto;padding:4px 10px;font-size:12px;font-weight:900}.battlezone-room__main{background:radial-gradient(circle at 50% 0,#ffd26b1a,#0000 38%),#1a0d0d6b;border:1px solid #ffe17585;border-radius:18px;flex-direction:column;flex:1 1 0;min-height:0;padding:20px;display:flex;overflow:hidden}.battlezone-room__main-title{text-align:center;flex:none;justify-content:center;align-items:center;min-height:44px;display:flex;position:relative}.battlezone-room__main-title-text{text-align:center;flex:auto}.battlezone-room__main-title h2{color:#fff2a8;letter-spacing:-.035em;margin:0;font-size:22px;font-weight:900}.battlezone-room__main-title p{color:#e7cfac;margin:5px 0 16px;font-size:13px}.battlezone-room__team-assign-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:10px;min-height:38px;padding:0 18px;font-size:13.5px;font-weight:900;transition:transform .15s,filter .15s,box-shadow .15s;position:absolute;top:4px;right:0;overflow:hidden;box-shadow:0 4px 12px #4f46e547}.battlezone-room__team-assign-btn:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 6px 16px #4f46e566}.battlezone-room__team-assign-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.battlezone-room__team-assign-btn.is-guiding:before{content:"";pointer-events:none;background:radial-gradient(circle,#fffc 0%,#fff0 70%);border-radius:50%;width:14px;height:14px;animation:2.2s cubic-bezier(.15,.45,.2,1) infinite battlezone-team-assign-center-ripple;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.5)}.battlezone-room--theme-default .battlezone-room__team-assign-btn{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;box-shadow:0 4px 12px #4f46e547}.battlezone-room--theme-default .battlezone-room__team-assign-btn:hover:not(:disabled){box-shadow:0 6px 16px #4f46e566}.battlezone-room--theme-default .battlezone-room__team-assign-btn.is-guiding:before{background:radial-gradient(circle,#fffc 0%,#fff0 70%)}.battlezone-room--theme-adventure .battlezone-room__team-assign-btn{color:#4a270a;text-shadow:0 1px #fff6;background:linear-gradient(gold,#ffb000);border:none;border-radius:12px;box-shadow:inset 0 1px #fff9,0 4px 12px #6f370c47}.battlezone-room--theme-adventure .battlezone-room__team-assign-btn:hover:not(:disabled){box-shadow:inset 0 1px #ffffffb3,0 6px 16px #6f370c61}.battlezone-room--theme-adventure .battlezone-room__team-assign-btn.is-guiding:before{background:radial-gradient(circle,#fff8b4f2 0%,#ffeb508c 45%,#ffeb5000 70%)}.battlezone-room--theme-space .battlezone-room__team-assign-btn{color:#07184b;background:linear-gradient(135deg,#5ef,#83b8ff 56%,#b495ff);border:none;border-radius:10px;box-shadow:0 4px 14px #1cafff52}.battlezone-room--theme-space .battlezone-room__team-assign-btn:hover:not(:disabled){box-shadow:0 6px 18px #1cafff7a}.battlezone-room--theme-space .battlezone-room__team-assign-btn.is-guiding:before{background:radial-gradient(circle,#c8fafff2 0%,#82e6ff80 45%,#82e6ff00 70%)}.battlezone-room--theme-cyberpunk .battlezone-room__team-assign-btn{color:#000c24;letter-spacing:.02em;background:linear-gradient(135deg,#0ff 0%,#34f5ff 45%,#ff42c9 100%);border:none;border-radius:4px;box-shadow:inset 0 0 8px #fff9,0 0 14px #00ffff73}.battlezone-room--theme-cyberpunk .battlezone-room__team-assign-btn:hover:not(:disabled){box-shadow:inset 0 0 10px #fffc,0 0 20px #00ffffa6}.battlezone-room--theme-cyberpunk .battlezone-room__team-assign-btn.is-guiding:before{background:radial-gradient(circle,#fffffff2 0%,#ff50d280 45%,#ff50d200 70%)}.battlezone-room--theme-mine .battlezone-room__team-assign-btn{color:#1e293b;background:linear-gradient(135deg,#fbbf24,#d97706);border:none;border-radius:12px;font-weight:900;box-shadow:inset 0 1px #fef3c7b3,0 4px 14px #00000059}.battlezone-room--theme-mine .battlezone-room__team-assign-btn:hover:not(:disabled){box-shadow:inset 0 1px #fef3c7d9,0 6px 18px #00000073}.battlezone-room--theme-mine .battlezone-room__team-assign-btn.is-guiding:before{background:radial-gradient(circle,#fef3c7f2 0%,#fbbf248c 45%,#fbbf2400 70%)}@keyframes battlezone-team-assign-center-ripple{0%{opacity:.95;transform:translate(-50%,-50%)scale(.5)}65%{opacity:0;transform:translate(-50%,-50%)scale(16)}to{opacity:0;transform:translate(-50%,-50%)scale(16)}}.battlezone-room__players{align-content:start;gap:7px;min-height:0;margin:0;padding:2px;list-style:none;display:grid;overflow-y:auto}.battlezone-room__players li{background:linear-gradient(#fff8df,#f2dda6);border:1px solid #e3c77f;border-radius:13px;grid-template-columns:42px 40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:8px 16px;display:grid}.battlezone-room__rank{color:#9a6a38;text-align:center;font-size:16px;font-weight:900}.battlezone-room__players li>strong{text-overflow:ellipsis;white-space:nowrap;text-align:left;min-width:0;font-size:16px;font-weight:900;overflow:hidden}.battlezone-room__players li>em{color:#267456;white-space:nowrap;justify-self:end;margin-left:auto;font-size:13px;font-style:normal;font-weight:900}.battlezone-player-avatar{color:#222;place-items:center;display:inline-grid}.battlezone-player-avatar img{object-fit:contain;width:100%;height:auto;display:block}.battlezone-room__player-avatar{border-radius:11px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.battlezone-room__player-avatar img{align-self:start;width:100%;max-width:none;height:auto;display:block}.battlezone-room__player-avatar .profile-img,.battlezone-room__player-avatar .profile-img>svg{width:100%;height:100%;display:block}.battlezone-room__score{align-items:baseline;gap:4px;display:flex}.battlezone-room__score em{color:#7a3b0b;text-align:right;min-width:60px;font-size:25px;font-style:normal;font-weight:900;line-height:1}.battlezone-room__score span,.battlezone-room__score small{color:#92704f;font-size:13px;font-weight:800}.battlezone-room__score small{text-align:right;min-width:44px;margin-left:7px}.battlezone-room__empty{color:#d9c09f;text-align:center;flex:1 1 0;place-content:center;justify-items:center;display:grid}.battlezone-room__empty strong{color:#fff2a8;font-size:17px}.battlezone-room__empty span{margin-top:5px;font-size:13px}.battlezone-room__actions{flex:none;justify-content:center;min-height:56px;display:flex}.battlezone-room__actions button{color:#5f2c0b;background:linear-gradient(#ffd45e,#e7961d);border:0;border-radius:15px;width:min(100%,520px);font-size:18px;font-weight:900;transition:transform .16s,box-shadow .16s,opacity .16s;box-shadow:inset 0 0 0 2px #fff4bbc7,0 7px 16px #6f370c4d}.battlezone-room__actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:inset 0 0 0 2px #fff4bbe0,0 10px 20px #6f370c61}.battlezone-room__actions button:active:not(:disabled){transform:translateY(1px)}.battlezone-room__actions button:disabled{cursor:not-allowed;filter:grayscale(.55);opacity:.5}.battlezone-room__team-unassigned-banner{background:linear-gradient(135deg,#eef4fff2,#e1ecffd9);border:1px solid #5877ed52;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:12px 18px;display:flex;box-shadow:0 4px 14px #2d44a014}.battlezone-room__team-unassigned-banner>div{flex-direction:column;gap:2px;display:flex}.battlezone-room__team-unassigned-banner>div>strong{color:#1e295a;font-size:13.5px;font-weight:900}.battlezone-room__team-unassigned-banner>div>span{color:#55628a;font-size:11.5px;font-weight:700}.battlezone-room__team-unassigned-banner>button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f73f7,#375adb);border:0;border-radius:10px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:900;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px #375adb59}.battlezone-room__team-unassigned-banner>button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #375adb73}.battlezone-room__team-unassigned-banner>button:disabled{box-shadow:none;cursor:not-allowed;background:#c2c9db}.battlezone-team-board{background:#ffffffc7;border:1px solid #5d69b033;border-radius:20px;flex-direction:column;flex:auto;gap:14px;min-height:340px;padding:16px;display:flex;overflow:hidden}.battlezone-team-board__header{flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.battlezone-team-board__header>div{flex-direction:column;gap:2px;display:flex}.battlezone-team-board__header>div>span{color:#69749a;letter-spacing:.12em;font-size:10px;font-weight:900}.battlezone-team-board__header>div>strong{color:#202957;font-size:17px;font-weight:900}.battlezone-team-board__header>button{color:#fff;background:#5877ed;border:1px solid #5877ed;border-radius:12px;min-height:38px;padding:0 16px;font-size:13px;font-weight:900}.battlezone-team-board__header>button:disabled{cursor:not-allowed;background:#c9cfdd;border-color:#c9cfdd}.battlezone-team-board__teams{scrollbar-width:thin;flex:auto;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;gap:14px;min-height:0;padding:8px 6px;display:grid;overflow-y:auto}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams{box-sizing:border-box;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-content:stretch;align-items:stretch;height:100%;overflow:hidden!important}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__team{box-sizing:border-box;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-1,.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-2{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:1fr;width:100%}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-3{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-3>.battlezone-team-board__team:nth-child(3):last-child{grid-column:1/-1}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-4{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.battlezone-team-board--teacher.battlezone-team-board--lobby .battlezone-team-board__teams--count-5{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams{box-sizing:border-box;gap:14px;width:100%;height:100%}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-1,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-2{box-sizing:border-box;grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:1fr;height:100%;display:grid;overflow:hidden!important}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-1 .battlezone-team-board__team,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-2 .battlezone-team-board__team{box-sizing:border-box;flex-direction:column;flex:1 1 0;height:100%;min-height:0;display:flex;overflow:hidden}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-1 .battlezone-team-board__team .battlezone-team-board__members,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__members{box-sizing:border-box;flex:auto;height:100%;min-height:0;max-height:none;overflow-y:auto}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-3,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-4,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-5{box-sizing:border-box;flex-direction:column;height:100%;display:flex;overflow:hidden auto}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-3 .battlezone-team-board__team,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-4 .battlezone-team-board__team,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-5 .battlezone-team-board__team{box-sizing:border-box;flex-direction:column;width:100%;display:flex;flex:none!important;height:auto!important;min-height:auto!important;max-height:none!important}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-3 .battlezone-team-board__team .battlezone-team-board__members,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-4 .battlezone-team-board__team .battlezone-team-board__members,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-5 .battlezone-team-board__team .battlezone-team-board__members{box-sizing:border-box;overflow:hidden auto;gap:6px!important;height:254px!important;min-height:254px!important;max-height:254px!important;padding:6px!important}.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-3 .battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-empty,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-4 .battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-empty,.battlezone-team-board--student.battlezone-team-board--lobby .battlezone-team-board__teams--count-5 .battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-empty{height:100%;min-height:238px}.battlezone-team-board--ranking .battlezone-team-board__teams,.battlezone-team-board--result .battlezone-team-board__teams{flex-direction:column;gap:14px;width:100%;max-width:960px;margin:0 auto;padding:8px 6px;display:flex;overflow-y:auto}.battlezone-team-board--ranking .battlezone-team-board__team,.battlezone-team-board--result .battlezone-team-board__team{flex:none!important;align-self:stretch!important;width:100%!important;height:auto!important;min-height:auto!important}.battlezone-team-board--ranking .battlezone-team-board__members,.battlezone-team-board--result .battlezone-team-board__members{padding:8px 6px;overflow-y:auto;height:auto!important;min-height:auto!important;max-height:250px!important}.battlezone-team-board__territory{background:#030c23d1;border:1px solid #46e1ff57;flex:none;grid-template-columns:repeat(7,minmax(0,1fr));align-self:center;gap:3px;width:min(100%,320px);padding:6px;display:grid}.battlezone-team-board__territory>span{aspect-ratio:1;background:#172b48b8;border:1px solid #7097ba47}.battlezone-team-board__territory>span.is-owned{border-color:var(--battlezone-team-color);background:var(--battlezone-team-color);box-shadow:inset 0 0 8px #ffffff73}.battlezone-team-board__territory>span.is-pattern-2{background-image:repeating-linear-gradient(90deg,#0000 0 3px,#ffffff73 3px 4px)}.battlezone-team-board__territory>span.is-pattern-3{background-image:radial-gradient(#ffffff80 1.5px,#0000 1.5px);background-size:8px 8px}.battlezone-team-board__territory>span.is-pattern-4{background-image:linear-gradient(#ffffff73 1px,#0000 1px),linear-gradient(90deg,#ffffff73 1px,#0000 1px);background-size:8px 8px}.battlezone-team-board__territory>span.is-pattern-5{background-image:repeating-linear-gradient(45deg,#0000 0 4px,#ffffff73 4px 6px,#0000 6px 10px)}.battlezone-team-board__team{box-sizing:border-box;border:1px solid color-mix(in srgb, var(--battlezone-team-color) 45%, #dce2f0);background:#ffffffe0;border-radius:16px;flex-direction:column;flex:none;align-self:start;min-height:max-content;margin-top:0;transition:border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #151f4414}.battlezone-team-board__team.is-rank-1{border:2px solid gold;box-shadow:0 0 0 1px #ffd70080,0 0 22px #ffd70066,0 6px 18px #00000040}.battlezone-team-board__team.is-my-team{border:2.5px solid var(--battlezone-team-color)!important;box-shadow:0 0 0 1px var(--battlezone-team-color), 0 0 20px color-mix(in srgb, var(--battlezone-team-color) 50%, transparent), 0 8px 22px #0000002e!important}.battlezone-team-board__team>header,.battlezone-team-board__team .battlezone-team-board__lobby-header{z-index:1;border-bottom:1px solid color-mix(in srgb, var(--battlezone-team-color) 28%, transparent);align-items:center;gap:8px;min-height:44px;padding:8px 12px;display:flex;position:relative}.battlezone-team-board__team>header>b,.battlezone-team-board__team .battlezone-team-board__lobby-header>b{color:var(--battlezone-team-color);letter-spacing:-.02em;font-size:22px;font-weight:900;line-height:1}.battlezone-team-board__team>header>i,.battlezone-team-board__team .battlezone-team-board__lobby-header>i{background:var(--battlezone-team-color);width:18px;height:18px;box-shadow:0 0 0 1px var(--battlezone-team-color);border:2px solid #ffffffeb;border-radius:6px;flex:none;display:block}.battlezone-team-board__team>header>img,.battlezone-team-board__team .battlezone-team-board__lobby-header>img{object-fit:contain;filter:drop-shadow(0 3px 5px #080d2d3d);flex:none;width:34px;height:30px;display:block}.battlezone-team-board__team>header>strong,.battlezone-team-board__team .battlezone-team-board__lobby-header>strong{color:#202a51;font-size:14px;font-weight:900}.battlezone-team-board__team>header>span,.battlezone-team-board__team .battlezone-team-board__lobby-header>span{color:#66708b;margin-left:auto;font-size:11px;font-weight:800}.battlezone-team-board__team>header>em,.battlezone-team-board__team .battlezone-team-board__lobby-header>em{color:#fff;background:var(--battlezone-team-color);border-radius:999px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:900}.battlezone-team-board__team .battlezone-team-board__ranking-header{z-index:1;border-bottom:1px solid color-mix(in srgb, var(--battlezone-team-color) 28%, transparent);box-sizing:border-box;flex-direction:column;padding:8px 10px 6px;display:flex;position:relative}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top{border-bottom:1px solid color-mix(in srgb, var(--battlezone-team-color) 20%, #e2e8f4);flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:6px;min-width:0;padding-bottom:6px;display:flex}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group{flex-shrink:1;align-items:center;gap:5px;min-width:0;display:flex}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group .battlezone-team-board__rank{color:var(--battlezone-team-color);letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-size:clamp(16px,4.2vw,22px);font-weight:900;line-height:1}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group>i{background:var(--battlezone-team-color);width:16px;height:16px;box-shadow:0 0 0 1px var(--battlezone-team-color);border:2px solid #ffffffeb;border-radius:5px;flex:none;display:block}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group>img{object-fit:contain;filter:drop-shadow(0 3px 5px #080d2d3d);flex:none;width:28px;height:25px;display:block}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group .battlezone-team-board__team-name{color:#202a51;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(12.5px,3.5vw,15px);font-weight:900;overflow:hidden}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group .battlezone-team-board__my-tag{color:#fff;background:var(--battlezone-team-color);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:2px 5px;font-size:10px;font-style:normal;font-weight:900}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__header-group--right{flex-shrink:0;align-items:baseline;gap:6px;margin-left:auto;display:flex}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight{color:#59627e;white-space:nowrap;flex-shrink:0;align-items:baseline;gap:3px;font-size:12px;font-weight:800;display:inline-flex}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>small{color:#6a7490;white-space:nowrap;font-size:11px;font-weight:800}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>strong{color:var(--battlezone-team-color);letter-spacing:-.02em;white-space:nowrap;font-size:clamp(16px,4.2vw,22px);font-weight:900;line-height:1}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom{color:#6a7490;white-space:nowrap;justify-content:space-between;align-items:center;gap:6px;padding-top:5px;font-size:11px;font-weight:700;display:flex}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom .battlezone-team-board__header-sub-group{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom .battlezone-team-board__header-sub-group--right{text-align:right;flex-shrink:0;margin-left:auto}.battlezone-team-board__team>ul,.battlezone-team-board__team .battlezone-team-board__members{z-index:1;box-sizing:border-box;scrollbar-width:thin;flex:auto;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;gap:6px;height:100%;min-height:240px;max-height:248px;margin:0;padding:8px 6px;list-style:none;display:grid;position:relative;overflow-y:auto}.battlezone-team-board__team>ul.is-empty-members,.battlezone-team-board__team .battlezone-team-board__members.is-empty-members{grid-template-rows:1fr;grid-template-columns:1fr;align-content:stretch;align-items:stretch}.battlezone-team-board__team>ul:has(.is-empty){grid-template-rows:1fr;grid-template-columns:1fr;align-content:stretch;align-items:stretch}.battlezone-team-board__team .battlezone-team-board__members:has(.is-empty){grid-template-rows:1fr;grid-template-columns:1fr;align-content:stretch;align-items:stretch}.battlezone-team-board__team>ul>li,.battlezone-team-board__team>ul .battlezone-team-board__member,.battlezone-team-board__team .battlezone-team-board__members>li,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member{color:#39415d;aspect-ratio:1;box-sizing:border-box;text-align:center;background:#fff3;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:64px;padding:4px 2px 5px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:visible}.battlezone-team-board__team>ul>li.is-me,.battlezone-team-board__team>ul .battlezone-team-board__member.is-me,.battlezone-team-board__team .battlezone-team-board__members>li.is-me,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-me{box-shadow:none!important;background:linear-gradient(145deg,#e6fcf5 0%,#c3fae8 100%)!important;border:none!important;outline:none!important}.battlezone-team-board__team>ul>li.is-disconnected,.battlezone-team-board__team>ul .battlezone-team-board__member.is-disconnected,.battlezone-team-board__team .battlezone-team-board__members>li.is-disconnected,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-disconnected{opacity:.55}.battlezone-team-board__team>ul>li.is-mvp,.battlezone-team-board__team>ul .battlezone-team-board__member.is-mvp,.battlezone-team-board__team .battlezone-team-board__members>li.is-mvp,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-mvp{box-shadow:none!important;background:linear-gradient(145deg,#fff3b0 0%,#ffd45b 100%)!important;border:none!important;outline:none!important}.battlezone-team-board__team>ul>li.is-empty,.battlezone-team-board__team>ul .battlezone-team-board__member.is-empty,.battlezone-team-board__team .battlezone-team-board__members>li.is-empty,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member.is-empty{aspect-ratio:auto;box-sizing:border-box;color:#8d94a8;grid-area:1/1/-1/-1;place-items:center;width:100%;height:100%;min-height:100%;font-size:13px;font-weight:700;display:grid}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap{place-items:center;width:44px;height:44px;display:grid;position:relative;overflow:visible}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar{background:0 0;border-radius:10px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar img,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar img,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar img,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar img{align-self:start;width:100%;max-width:none;height:auto;display:block}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img,.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img>svg,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img>svg,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img>svg,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-avatar .profile-img>svg{width:100%;height:100%;display:block}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-mvp-tag,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-mvp-tag,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-mvp-tag,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-mvp-tag{z-index:10;color:#3f2200;box-shadow:none;letter-spacing:.04em;white-space:nowrap;pointer-events:none;background:linear-gradient(135deg,gold,#ff9800);border:1.5px solid #fff;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:950;line-height:1.1;position:absolute;top:-7px;left:-7px;right:auto}.battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-me-tag,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-me-tag,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-me-tag,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-me-tag{z-index:10;color:#fff;box-shadow:none;letter-spacing:.04em;white-space:nowrap;pointer-events:none;background:linear-gradient(135deg,#38d9a9,#0ca678);border:1.5px solid #fff;border-radius:999px;padding:2px 6px;font-size:9px;font-weight:950;line-height:1.1;position:absolute;top:-7px;left:auto;right:-7px}.battlezone-team-board__team>ul>li .battlezone-team-board__member-name,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-name,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-name,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-name{color:#202a51;justify-content:center;align-items:center;gap:4px;min-width:0;max-width:100%;line-height:1.2;display:inline-flex}.battlezone-team-board__team>ul>li .battlezone-team-board__member-name>span,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-name>span,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-name>span,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-name>span{text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:11.5px;font-weight:800;overflow:hidden}.battlezone-team-board__team>ul>li .battlezone-team-board__member-name .battlezone-team-board__member-dot,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-name .battlezone-team-board__member-dot,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot{border-radius:50%;flex:none;width:6px;height:6px;display:inline-block}.battlezone-team-board__team>ul>li .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-connected,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-connected,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-connected,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-connected{background-color:#22c55e;box-shadow:0 0 6px #22c55ecc}.battlezone-team-board__team>ul>li .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-disconnected,.battlezone-team-board__team>ul .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-disconnected,.battlezone-team-board__team .battlezone-team-board__members>li .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-disconnected,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member .battlezone-team-board__member-name .battlezone-team-board__member-dot.is-disconnected{background-color:#ef4444;box-shadow:0 0 4px #ef4444b3}.battlezone-team-board__team>ul>li>span,.battlezone-team-board__team>ul>li>select,.battlezone-team-board__team>ul .battlezone-team-board__member>span,.battlezone-team-board__team>ul .battlezone-team-board__member>select,.battlezone-team-board__team .battlezone-team-board__members>li>span,.battlezone-team-board__team .battlezone-team-board__members>li>select,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member>span,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member>select{color:#626b85;max-width:100%;font-size:10px;font-weight:800}.battlezone-team-board__team>ul>li>select,.battlezone-team-board__team>ul .battlezone-team-board__member>select,.battlezone-team-board__team .battlezone-team-board__members>li>select,.battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member>select{border:1px solid color-mix(in srgb, var(--battlezone-team-color) 35%, #d8deed);background:#fff;border-radius:6px;width:100%;max-width:80px;min-height:22px;padding:0 2px}.battlezone-team-board--student .battlezone-team-board__members{grid-template-columns:repeat(auto-fill,minmax(68px,1fr))}.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__members,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__members{min-height:auto;max-height:250px}.battlezone-team-board__score{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px;padding:9px 10px 4px;display:grid;position:relative}.battlezone-team-board__score>span{color:#59627e;font-size:12.5px;font-weight:800}.battlezone-team-board__score>span>strong{color:var(--battlezone-team-color);margin-top:2px;font-size:22px;font-weight:900;line-height:1.15;display:block}.battlezone-team-board__score>small{color:#737b92;font-size:10.5px;font-weight:700}.battlezone-team-board__mvp-badge{z-index:2;background:linear-gradient(135deg,#fff8dcf2,#ffebaae0);border:1px solid #ffd70099;border-radius:9px;align-items:center;gap:7px;margin:4px 8px 6px;padding:5px 9px;display:flex;position:relative;box-shadow:0 2px 8px #b8860b26}.battlezone-team-board__mvp-badge .battlezone-team-board__mvp-tag{color:#432b00;letter-spacing:.04em;white-space:nowrap;background:linear-gradient(135deg,gold,#f59f00);border-radius:5px;justify-content:center;align-items:center;padding:2px 7px;font-size:11px;font-weight:900;line-height:1.2;display:inline-flex;box-shadow:0 1px 3px #b8860b47}.battlezone-team-board__mvp-badge>strong{color:#4a3000;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:900;overflow:hidden}.battlezone-team-board__unassigned,.battlezone-team-board__current-team{color:#59617a;background:#f0f3fa;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:11px;display:flex}.battlezone-team-board--theme-adventure,.battlezone-team-board--theme-space,.battlezone-team-board--theme-cyberpunk{background:#07143dcc;border-color:#74b5ff57}.battlezone-team-board--theme-adventure .battlezone-team-board__unassigned,.battlezone-team-board--theme-adventure .battlezone-team-board__current-team,.battlezone-team-board--theme-space .battlezone-team-board__unassigned,.battlezone-team-board--theme-space .battlezone-team-board__current-team,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__unassigned,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__current-team{color:#fff;background:#050d2fa8}.battlezone-team-board--result,.battlezone-team-board--ranking,.battlezone-team-board--teacher.battlezone-team-board--ranking,.battlezone-team-board--teacher.battlezone-team-board--result,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure,.battlezone-team-board--student.battlezone-team-board--result{box-shadow:none!important;background:0 0!important;border:0!important}.battlezone-team-board--result .battlezone-team-board__team,.battlezone-team-board--ranking .battlezone-team-board__team,.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team,.battlezone-team-board--result .battlezone-team-board__team.is-rank-1,.battlezone-team-board--result .battlezone-team-board__team.is-rank-2,.battlezone-team-board--result .battlezone-team-board__team.is-rank-3,.battlezone-team-board--result .battlezone-team-board__team.is-my-team,.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-1,.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-2,.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-3,.battlezone-team-board--ranking .battlezone-team-board__team.is-my-team,.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-1,.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-2,.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-3,.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team.is-my-team,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team.is-rank-1,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team.is-rank-2,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team.is-rank-3,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team.is-my-team,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-2,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-3,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-my-team,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-rank-1,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-rank-2,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-rank-3,.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-my-team{box-shadow:none!important}.battlezone-team-board--student.battlezone-team-board--result{box-sizing:border-box!important;width:90%!important;max-width:430px!important;margin:0 auto!important;padding:4px 2px!important;overflow:visible!important}.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__teams{box-sizing:border-box!important;gap:14px!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:4px 2px!important;overflow:visible!important}.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team{box-sizing:border-box!important;width:100%!important;max-width:100%!important;box-shadow:none!important;align-self:stretch!important}.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-rank-1{border:1px solid color-mix(in srgb, var(--battlezone-team-color) 45%, #dce2f0)!important;box-shadow:none!important}.battlezone-team-board--student.battlezone-team-board--result .battlezone-team-board__team.is-my-team{border:2.5px solid var(--battlezone-team-color)!important;box-shadow:none!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1{box-shadow:none!important;border:1px solid #ffd7648c!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1{box-shadow:none!important;border:1px solid #68e1ff73!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-rank-1{box-shadow:none!important;border:1px solid #00ffff73!important}.battlezone-team-board--teacher.battlezone-team-board--ranking,.battlezone-team-board--teacher.battlezone-team-board--result{width:100%!important;max-width:100%!important;margin:0 auto!important;overflow:visible!important}.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__teams,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__teams{width:100%!important;max-width:780px!important;margin:0 auto!important;padding:4px 2px!important;overflow:visible!important}.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team{width:100%!important;box-shadow:none!important;align-self:stretch!important}.battlezone-team-board--teacher.battlezone-team-board--ranking .battlezone-team-board__team.is-rank-1,.battlezone-team-board--teacher.battlezone-team-board--result .battlezone-team-board__team.is-rank-1{border:1px solid color-mix(in srgb, var(--battlezone-team-color) 45%, #dce2f0)!important;box-shadow:none!important}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__main--team,.battlezone-room--teacher.battlezone-room--result .battlezone-room__main--team{min-height:0}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__main--team>.battlezone-team-board,.battlezone-room--teacher.battlezone-room--result .battlezone-room__main--team>.battlezone-team-board{flex:1 1 0;height:100%;min-height:0;overflow:hidden!important}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__main--team>.battlezone-team-board .battlezone-team-board__teams,.battlezone-room--teacher.battlezone-room--result .battlezone-room__main--team>.battlezone-team-board .battlezone-team-board__teams{overscroll-behavior:contain;flex:1 1 0;height:100%;min-height:0;overflow-y:auto!important}.battlezone-team-board--teacher.battlezone-team-board--ranking.battlezone-team-board--theme-mine .battlezone-team-board__team.is-rank-1,.battlezone-team-board--teacher.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__team.is-rank-1{border:2px solid var(--battlezone-team-color)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--battlezone-team-color) 32%, #fff), 0 0 16px color-mix(in srgb, var(--battlezone-team-color) 34%, transparent)!important}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team{color:#f1f5f9;background:linear-gradient(135deg,#20262ed1,#14181ee0);border-color:#94a3b866;box-shadow:0 5px 16px #0000004d}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team>header,.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__lobby-header{border-bottom-color:#94a3b833}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__team-name,.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__lobby-header>strong{color:#f1f5f9}.battlezone-team-board--theme-mine .battlezone-team-board__team-name{color:#f1f5f9!important}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__score-highlight,.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__score-highlight>small,.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__header-row--bottom{color:#cbd5e1}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__member{color:#f1f5f9;background:#ffffff0f;border-color:#94a3b833}.battlezone-team-board--theme-mine .battlezone-team-board__teams--count-2 .battlezone-team-board__team .battlezone-team-board__member-name{color:#fff}.battlezone-team-board--theme-mine{background:radial-gradient(circle at 14% 8%,#fbbf2414,#0000 34%),linear-gradient(145deg,#181c23f2,#0f1216fa);border-color:#94a3b859;box-shadow:inset 0 1px #ffffff14,0 12px 28px #0006}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-pattern-1{background:linear-gradient(135deg,#262c36f0,#181c23fa)!important}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-pattern-2{background:linear-gradient(135deg,#222831f2,#14181efc)!important}.battlezone-team-board--theme-balloon{background:radial-gradient(circle at 14% 8%,#5bd3ff33,#0000 34%),linear-gradient(145deg,#063e89e6,#031f54f2);border-color:#69d3ff8a;box-shadow:inset 0 1px #d7f7ff1f,0 12px 28px #02123e4d}.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-pattern-1{background:linear-gradient(135deg,#0d58aef0,#043077fa)!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-pattern-2{background:linear-gradient(135deg,#07499bf2,#032560fc)!important}.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-me{background:#fff!important}.battlezone-team-board--theme-mine .battlezone-team-board__member.is-me .battlezone-team-board__member-name>span{color:#d97706!important}.battlezone-team-board--theme-balloon .battlezone-team-board__members>.battlezone-team-board__member.is-me{background:#fff!important}.battlezone-team-board--theme-balloon .battlezone-team-board__member.is-me .battlezone-team-board__member-name>span{color:#1673c9!important}.battlezone-team-board--theme-balloon .battlezone-team-board__member.is-me .battlezone-team-board__member-me-tag{color:#fff;background:linear-gradient(135deg,#65c7ff,#1673c9)}.battlezone-team-board--theme-balloon .battlezone-team-board__lobby-header>strong{color:#fff}.battlezone-team-board--theme-balloon .battlezone-team-board__team .battlezone-team-board__members>.battlezone-team-board__member:not(.is-me){background:linear-gradient(145deg,#1d7ad1d1,#064297e6)!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team .battlezone-team-board__members .battlezone-team-board__member-avatar-wrap .battlezone-team-board__member-me-tag{color:#fff!important;background:linear-gradient(135deg,#65c7ff,#1673c9)!important}.battlezone-team-board--ranking.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-mvp,.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-mvp{background:#fff!important}.battlezone-team-board--ranking.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-mvp .battlezone-team-board__member-name>span,.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-mvp .battlezone-team-board__member-name>span{color:#b45309!important}.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__member-mvp-tag{color:#fff!important;background:linear-gradient(135deg,#f59e0b,#b45309)!important}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__members>.battlezone-team-board__member.is-mvp{background:#fff!important}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__members>.battlezone-team-board__member.is-mvp .battlezone-team-board__member-name>span{color:#1673c9!important}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__member-mvp-tag{color:#fff!important;background:linear-gradient(135deg,#145ba8,#082f73)!important}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__team{color:#eafaff;background:linear-gradient(135deg,#042966b8,#031c4fc7);border-color:#69d3ff8a;box-shadow:0 5px 16px #02123e57}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__team>header,.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__team .battlezone-team-board__lobby-header{border-bottom-color:#69d3ff52}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__team-name{color:#b9eaff!important}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__score-highlight,.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__score-highlight>small,.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__header-row--bottom{color:#b9eaff}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__member{color:#eafaff;background:#5bd3ff1a;border-color:#69d3ff33}.battlezone-team-board--result.battlezone-team-board--theme-balloon .battlezone-team-board__member-name,.battlezone-team-board--theme-balloon .battlezone-team-board__member-name{color:#fff}.battlezone-team-board--theme-balloon .battlezone-team-board__member-name>span{color:#fff!important}.battlezone-team-board--theme-adventure{background:#2b1711d9;border-color:#ffe17573;box-shadow:0 0 24px #6f370c47}.battlezone-team-board--theme-adventure .battlezone-team-board__team{background:linear-gradient(135deg,#3c2016eb,#23120ef2);border-color:#ffd7648c;box-shadow:0 4px 16px #0f070566}.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1{border-color:gold;box-shadow:0 0 0 1px #ffd70099,0 0 24px #ffd70073,0 8px 24px #00000080}.battlezone-team-board--theme-adventure .battlezone-team-board__team>header{border-bottom-color:#ffe1753d}.battlezone-team-board--theme-adventure .battlezone-team-board__team>header>b{color:#ffd45e;text-shadow:0 1px 4px #0006}.battlezone-team-board--theme-adventure .battlezone-team-board__team>header>strong{color:#fff2a8}.battlezone-team-board--theme-adventure .battlezone-team-board__team>header>span{color:#e7cfac}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top{border-bottom-color:#ffe1753d}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__rank{color:#ffd45e;text-shadow:0 1px 4px #0006}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__team-name{color:#fff2a8}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight{color:#e7cfac}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>small{color:#cfb38d}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>strong{color:#ffd45e;text-shadow:0 1px 4px #0006}.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom{color:#e7cfac}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member{color:#fff4d0;background:#ffebaa1a;border:1px solid #ffe1752e}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap{background:0 0}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li .battlezone-team-board__member-name,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-name{color:#fff}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li.is-me,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member.is-me{box-shadow:none!important;background:linear-gradient(145deg,#20c99761,#0ca67885)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li.is-mvp,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member.is-mvp{box-shadow:none!important;background:linear-gradient(145deg,#ffc8378c,#d97706a6)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li>strong,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member>strong{color:#fff}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li>span,.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member>span,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member>select{color:#ffe8aa}.battlezone-team-board--theme-adventure .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-adventure .battlezone-team-board__team .battlezone-team-board__member>select{background:#3e2419;border-color:#ffe17566}.battlezone-team-board--theme-adventure .battlezone-team-board__score>span{color:#e7cfac}.battlezone-team-board--theme-adventure .battlezone-team-board__score>span>strong{color:#ffd45e}.battlezone-team-board--theme-adventure .battlezone-team-board__score>small{color:#cfb38d}.battlezone-team-board--theme-space{background:#05144cd9;border-color:#68e1ff66;box-shadow:0 0 24px #19a3ff29}.battlezone-team-board--theme-space .battlezone-team-board__team{background:linear-gradient(135deg,#081c60eb,#040f3cf2);border-color:#68e1ff73;box-shadow:0 4px 16px #02083080}.battlezone-team-board--theme-space .battlezone-team-board__team>header{border-bottom-color:#68e1ff3d}.battlezone-team-board--theme-space .battlezone-team-board__team>header>strong{color:#f4fdff}.battlezone-team-board--theme-space .battlezone-team-board__team>header>span{color:#b8d9ff}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top{border-bottom-color:#68e1ff3d}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__rank{color:#60efff}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__team-name{color:#f4fdff}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight{color:#b8d9ff}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>small{color:#8bb3e6}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>strong{color:#60efff}.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom{color:#b8d9ff}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member{color:#eefcff;background:#3ec6ff14;border:1px solid #68e1ff33}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap{background:0 0}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li .battlezone-team-board__member-name,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-name{color:#fff}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li.is-me,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member.is-me{box-shadow:none!important;background:linear-gradient(145deg,#20c99761,#00b8d97a)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li.is-mvp,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member.is-mvp{box-shadow:none!important;background:linear-gradient(145deg,#ffd70080,#ff8c0094)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li>strong,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member>strong{color:#fff}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li>span,.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member>span,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member>select{color:#b8d9ff}.battlezone-team-board--theme-space .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member>select{background:#0b256d;border-color:#68e1ff66}.battlezone-team-board--theme-space .battlezone-team-board__score>span{color:#b8d9ff}.battlezone-team-board--theme-space .battlezone-team-board__score>span>strong{color:#60efff}.battlezone-team-board--theme-space .battlezone-team-board__score>small{color:#8bb3e6}.battlezone-team-board--theme-cyberpunk{background:#030a1ee6;border-color:#0ff6;border-radius:4px;box-shadow:inset 0 0 24px #00ffff24}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team{background:linear-gradient(135deg,#051232f0,#020819fa);border-color:#00ffff73;border-radius:2px;box-shadow:0 0 14px #00ffff1f}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team:before{content:"";opacity:.12;background-image:repeating-linear-gradient(135deg, var(--battlezone-team-color) 0 2px, transparent 2px 10px);pointer-events:none;position:absolute;inset:0}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-pattern-2:before{background-image:repeating-linear-gradient(90deg, var(--battlezone-team-color) 0 2px, transparent 2px 11px)}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-pattern-3:before{background-image:radial-gradient(var(--battlezone-team-color) 1.5px, transparent 1.5px);background-size:10px 10px}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-pattern-4:before{background-image:linear-gradient(var(--battlezone-team-color) 1px, transparent 1px), linear-gradient(90deg, var(--battlezone-team-color) 1px, transparent 1px);background-size:11px 11px}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-pattern-5:before{background-image:repeating-linear-gradient(45deg, transparent 0 5px, var(--battlezone-team-color) 5px 7px, transparent 7px 12px)}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>header{border-bottom-color:#00ffff40}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>header>i{box-shadow:0 0 0 1px var(--battlezone-team-color), 0 0 12px var(--battlezone-team-color);border-radius:0}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>header>strong{color:#0ff;text-shadow:0 0 8px #00ffff80}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>header>span{color:#92e6ff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top{border-bottom-color:#00ffff40}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__rank,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__team-name{color:#0ff;text-shadow:0 0 8px #00ffff80}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>small{color:#92e6ff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>strong{color:#0ff;text-shadow:0 0 8px #00ffff80}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom{color:#92e6ff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member{color:#e0f7ff;background:#00ffff0f;border:1px solid #00ffff38;border-radius:2px}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li .battlezone-team-board__member-avatar-wrap,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-avatar-wrap{background:0 0;border-radius:2px}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li .battlezone-team-board__member-name,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member .battlezone-team-board__member-name{color:#fff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li.is-me,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member.is-me{box-shadow:none!important;background:linear-gradient(145deg,#00ffaa52,#00b4d866)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li.is-mvp,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member.is-mvp{box-shadow:none!important;background:linear-gradient(145deg,#ffdc0080,#ff780094)!important;border:none!important;outline:none!important}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li>strong,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member>strong{color:#fff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li>span,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member>span,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member>select{color:#92e6ff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team>ul>li>select,.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team .battlezone-team-board__member>select{background:#051433;border-color:#00ffff73}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__score>span{color:#92e6ff}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__score>span>strong{color:#0ff;text-shadow:0 0 8px #0ff9}.battlezone-team-board--theme-cyberpunk .battlezone-team-board__score>small{color:#6dbcd6}.battlezone-team-board--theme-adventure .battlezone-team-board__team>header>i,.battlezone-team-board--theme-adventure .battlezone-team-board__header-group>i{box-shadow:0 0 0 1px var(--battlezone-team-color), 0 0 10px var(--battlezone-team-color);clip-path:polygon(7% 0,92% 5%,100% 20%,94% 91%,79% 100%,4% 93%,0 18%);border-radius:1px}.battlezone-team-board--theme-space .battlezone-team-board__team>header>i{width:22px;height:13px;box-shadow:0 0 0 1px var(--battlezone-team-color), 0 0 12px var(--battlezone-team-color);border-radius:50% 50% 35% 35%}.battlezone-room--teacher{--room-ink:#26305d;--room-muted:#7b829f;--room-line:#dfe5f2;--room-close-color:#303b91;--room-close-color-hover:#222b73;--room-close-border:#cbd4ff;--room-close-border-hover:#aab7ff;--room-close-background:#fff;--room-close-background-hover:#eef1ff;background:#f5f7fc;border:1px solid #dfe5f2;width:min(100%,960px);box-shadow:0 16px 36px #26305d21}.battlezone-room--teacher .battlezone-room__unit-tag{color:#25357b;background-color:#eef4ff;border:1px solid #d4e2fc}.battlezone-room--teacher .battlezone-room__unit-code{color:#fff;background-color:#5976ef}.battlezone-room--teacher .battlezone-room__duration{color:#4d58c9;background-color:#f0f3fa}.battlezone-room--teacher .battlezone-room__header{color:#fff;background:linear-gradient(135deg,#1a246d 0%,#3435a4 58%,#6544f5 100%);border:0;min-height:76px;padding-block:10px;box-shadow:0 9px 20px #2f319033}.battlezone-room--teacher .battlezone-room__header>div{align-content:center;padding-block:2px}.battlezone-room--teacher .battlezone-room__header strong{padding-block:2px;line-height:1.35}.battlezone-room--teacher .battlezone-room__header div span{color:#ffffffbf;padding-block:1px;line-height:1.45}.battlezone-room--lobby .battlezone-room__header{min-height:76px;padding-block:11px}.battlezone-room--lobby .battlezone-room__header>div{align-content:center;padding-block:1px}.battlezone-room--lobby .battlezone-room__header strong{padding-block:1px;line-height:1.3}.battlezone-room--lobby .battlezone-room__header div span{padding-block:1px;line-height:1.45}.battlezone-room--teacher .battlezone-room__back{color:#fff;background:#ffffff1f;border-color:#ffffff3d}.battlezone-room--teacher .battlezone-room__back:hover:not(:disabled){background:#fff3;border-color:#ffffff6b}.battlezone-room--teacher .battlezone-room__connection{color:#ffffffb8}.battlezone-room--teacher .battlezone-room__connection.is-connected{color:#b7f5d3}.battlezone-room--teacher .battlezone-room__unit{background:#fff;border-color:#dce3f1}.battlezone-room--teacher .battlezone-room__unit span{color:#4d61a5;background:#edf2ff}.battlezone-room--teacher .battlezone-room__unit output{color:#5c58df}.battlezone-room--teacher .battlezone-room__main{background:#fff;border-color:#e0e6f2}.battlezone-room--teacher .battlezone-room__main-title h2{color:#222b5c}.battlezone-room--teacher .battlezone-room__main-title p{color:#7b829f}.battlezone-room--teacher .battlezone-room__players li{background:#f9fbff;border-color:#e3e8f2;grid-template-columns:34px 40px minmax(0,1fr) auto;position:relative}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__players li{isolation:isolate;will-change:transform}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__players li.is-rank-up{z-index:2;animation:.9s ease-out battlezone-rank-up-highlight}.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__players li.is-rank-down{z-index:1;animation:.9s ease-out battlezone-rank-down-highlight}.battlezone-room--teacher .battlezone-room__rank{color:#8a94b1}.battlezone-room--teacher .battlezone-room__score em{color:#4d58c9}.battlezone-room--teacher .battlezone-room__score span,.battlezone-room--teacher .battlezone-room__score small{color:#8189a4}.battlezone-room--teacher .battlezone-room__empty{color:#8b93aa}.battlezone-room--teacher .battlezone-room__empty strong{color:#4e5879}.battlezone-room--teacher .battlezone-room__actions button{color:#fff;background:linear-gradient(135deg,#4776ef,#7250ee);box-shadow:0 8px 18px #4a53cd3d}.battlezone-room--teacher .battlezone-room__actions button:hover:not(:disabled){box-shadow:0 11px 22px #4a53cd4d}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__players li{background:#fff;grid-template-columns:34px 40px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:8px 20px;transition:border-color .16s,background-color .16s}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__players li>strong{text-overflow:ellipsis;white-space:nowrap;color:#202a51;text-align:left;min-width:0;font-size:15.5px;font-weight:800;overflow:hidden}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__players li>em{white-space:nowrap;justify-self:end;margin-left:auto}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__players li:hover{background:#f8faff;border-color:#cdd8ef}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__rank{color:#9aa2b8;font-size:12px}.battlezone-room--teacher.battlezone-room--lobby .battlezone-room__players li>em:before{content:"";background:#3bc47e;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.battlezone-room--student.battlezone-room--lobby{--room-ink:#fff;--room-muted:#e7cfac;--room-line:#ffe17547;background:radial-gradient(circle at 16% 12%,#ffd15e29,#0000 25%),radial-gradient(circle at 84% 82%,#2ddbdb1a,#0000 28%),linear-gradient(155deg,#633a1d 0%,#3e2419 52%,#241515 100%);border-color:#ffe175b8;box-shadow:0 0 0 4px #ffb82324,0 16px 40px #1c0c0a61}.battlezone-room--student.battlezone-room--lobby .battlezone-room__header,.battlezone-room--student.battlezone-room--lobby .battlezone-room__unit,.battlezone-room--student.battlezone-room--lobby .battlezone-room__main{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b171180;border-color:#ffe17547;box-shadow:inset 0 1px #fff2b914}.battlezone-room--student.battlezone-room--lobby .battlezone-room__header div span,.battlezone-room--student.battlezone-room--lobby .battlezone-room__main-title p{color:#e7cfac}.battlezone-room--student.battlezone-room--lobby .battlezone-room__back{color:#fff2a8;background:#ffe17514;border-color:#ffe17547}.battlezone-room--student.battlezone-room--lobby .battlezone-room__connection{color:#d9c09f}.battlezone-room--student.battlezone-room--lobby .battlezone-room__connection.is-connected{color:#8fe5bd}.battlezone-room--student.battlezone-room--lobby .battlezone-room__unit span{color:#ffe8aa;background:#ffe1751a}.battlezone-room--student.battlezone-room--lobby .battlezone-room__main{padding:18px;position:relative}.battlezone-room--student.battlezone-room--lobby .battlezone-room__players{flex:1 1 0;width:100%;min-height:150px;padding:0;display:block;position:relative;overflow:hidden}.battlezone-room--student.battlezone-room--lobby .battlezone-room__players li{top:var(--player-y-0);left:var(--player-x-0);width:96px;min-height:0;animation:battlezone-player-wander var(--player-duration) ease-in-out infinite;animation-delay:var(--player-delay);animation-direction:var(--player-direction);will-change:top, left, transform;background:0 0;border:0;padding:0;display:block;position:absolute}.battlezone-room__player-character{justify-content:center;width:96px;height:102px;display:flex;position:relative}.battlezone-room__player-character>strong{z-index:2;color:#fff;text-overflow:ellipsis;text-shadow:0 1px 3px #2812098c;white-space:nowrap;background:#28130db8;border:1px solid #ffe1754d;border-radius:999px;max-width:94px;padding:5px 10px;font-size:12px;font-weight:900;line-height:1;position:absolute;top:75%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.battlezone-room__character{filter:drop-shadow(0 7px 6px #24100a57);width:62px;height:102px;display:block}.battlezone-room__character img{object-fit:contain;width:100%;height:100%;display:block}.battlezone-room__character.is-profile-character{box-sizing:border-box;filter:drop-shadow(0 7px 7px #2b316f3d);place-items:start center;padding-top:8px;display:grid}.battlezone-room__character.is-profile-character .profile-img{border-radius:12px;overflow:hidden;box-shadow:0 5px 12px #2b316f2e}.battlezone-room__character.is-profile-character .profile-img>svg{width:100%;height:100%;display:block}.battlezone-room--student.battlezone-room--lobby .battlezone-room__empty strong{color:#fff}.battlezone-room--student.battlezone-room--lobby .battlezone-room__empty span{color:#d9c09f}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default{--room-ink:#26305d;--room-muted:#7b829f;--room-line:#dfe5f2;background:#f5f7fc;border-color:#dfe5f2;box-shadow:0 16px 36px #26305d21}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__header{color:#fff;background:linear-gradient(135deg,#1a246d 0%,#3435a4 58%,#6544f5 100%);border:0;box-shadow:0 9px 20px #2f319033}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__header div span{color:#ffffffbf}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__back{color:#fff;background:#ffffff1f;border-color:#ffffff3d}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__back:hover:not(:disabled){background:#fff3;border-color:#ffffff6b}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__connection{color:#ffffffb8}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__connection.is-connected{color:#b7f5d3}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__unit{box-shadow:none;background:#fff;border-color:#dce3f1}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__unit span{color:#4d61a5;background:#edf2ff}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__unit-tag{color:#25357b;background:#eef4ff;border-color:#d4e2fc}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__unit-code{color:#fff;background:#5976ef}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__duration{color:#4d58c9;background:#f0f3fa}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__main{box-shadow:none;background:radial-gradient(circle at 50% 22%,#6a74e017,#0000 46%),#fff;border-color:#e0e6f2}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__main-title h2{color:#222b5c}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__main-title p{color:#7b829f}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__player-character>strong{color:#fff;text-shadow:0 1px 3px #181b4c73;background:#282f70e0;border-color:#7789f37a}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__character{filter:drop-shadow(0 7px 7px #2b316f3d)}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__empty{color:#8b93aa}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__empty strong{color:#4e5879}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-default .battlezone-room__empty span{color:#8b93aa}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine{--room-ink:#fff;--room-muted:#94a3b8;--room-line:#94a3b847;background:radial-gradient(circle at 16% 12%,#fbbf241a,#0000 28%),radial-gradient(circle at 84% 82%,#94a3b814,#0000 30%),linear-gradient(155deg,#20262fc7 0%,#161a21d1 52%,#0e1116d9 100%);border-color:#94a3b880;box-shadow:0 0 0 4px #94a3b81a,0 16px 40px #00000073}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__header,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__unit,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__main{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161a2199;border-color:#94a3b83d;box-shadow:inset 0 1px #ffffff0f}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__header div span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__main-title p{color:#94a3b8}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__main-title h2{color:#fef3c7}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__back{color:#f1f5f9;background:#ffffff14;border-color:#94a3b847}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__back:hover:not(:disabled){color:#fbbf24;background:#fbbf2426;border-color:#fbbf2473}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__connection{color:#94a3b8}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__connection.is-connected{color:#4ade80}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__unit span{color:#1e293b;background:#fbbf24}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__unit-tag{color:#fef3c7;background:#fbbf241f;border-color:#fbbf2452}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__unit-code{color:#1e293b;background:#fbbf24}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__duration{color:#f1f5f9;background:#94a3b829}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__player-character>strong{color:#fff;text-shadow:0 1px 3px #000000b3;background:#161a21eb;border-color:#94a3b873}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__character{filter:drop-shadow(0 7px 7px #00000073)}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__empty{color:#94a3b8}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__empty strong{color:#fef3c7}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-mine .battlezone-room__empty span{color:#94a3b8}.battlezone-room--teacher.battlezone-room--theme-adventure{--room-ink:#513117;--room-muted:#e7cfac;--room-line:#ffe17547;--room-close-color:#5f2c0b;--room-close-color-hover:#4d2108;--room-close-border:#fff2a8;--room-close-border-hover:#fff7cd;--room-close-background:#ffd45e;--room-close-background-hover:#ffe58d;background:radial-gradient(circle at 16% 12%,#ffd15e29,#0000 25%),radial-gradient(circle at 84% 82%,#2ddbdb1a,#0000 28%),linear-gradient(155deg,#633a1d 0%,#3e2419 52%,#241515 100%);border-color:#ffe175b8;box-shadow:0 0 0 4px #ffb82324,0 16px 40px #1c0c0a61}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__main{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2b171180;border:1px solid #ffe17547;box-shadow:inset 0 1px #fff2b914}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__header div span,.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__main-title p{color:#e7cfac}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__back{color:#fff2a8;background:#ffe17514;border-color:#ffe17547}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__back:hover:not(:disabled){background:#ffe17524;border-color:#ffe1757a}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__connection{color:#d9c09f}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__connection.is-connected{color:#8fe5bd}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__unit span{color:#ffe8aa;background:#ffe1751a}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__unit output{color:#ffd45e}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__unit-tag{color:#fff7d3;background:#ffebaa1f;border-color:#ffe17566}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__unit-code{color:#fff;background:#d88b20}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__duration{color:#ffe8aa;background:#ffe17526}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__main-title h2,.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__empty strong{color:#fff2a8}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__players li{color:#513117;background:linear-gradient(#fff8df,#f2dda6);border-color:#e3c77f}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__rank{color:#9a6a38}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__players li>em{color:#267456}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__score em{color:#7a3b0b}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__score span,.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__score small{color:#92704f}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__empty{color:#d9c09f}.battlezone-room--teacher.battlezone-room--theme-adventure .battlezone-room__actions button{color:#5f2c0b;background:linear-gradient(#ffd45e,#e7961d);box-shadow:inset 0 0 0 2px #fff4bbc7,0 7px 16px #6f370c4d}.battlezone-room--teacher.battlezone-room--theme-adventure.battlezone-room--lobby .battlezone-room__players li:hover{background:linear-gradient(#fffbeb,#f7e4ae);border-color:#f0cf72}.battlezone-room--teacher.battlezone-room--theme-adventure.battlezone-room--ranking .battlezone-room__players li.is-rank-up{animation-name:battlezone-adventure-rank-up-highlight}.battlezone-room--teacher.battlezone-room--theme-adventure.battlezone-room--ranking .battlezone-room__players li.is-rank-down{animation-name:battlezone-adventure-rank-down-highlight}.battlezone-room--teacher.battlezone-room--theme-mine{--room-ink:#f1f5f9;--room-muted:#94a3b8;--room-line:#94a3b842;background:radial-gradient(circle at 16% 12%,#fbbf241a,#0000 28%),radial-gradient(circle at 84% 82%,#94a3b814,#0000 30%),linear-gradient(155deg,#20262f 0%,#151920 52%,#0e1116 100%);border-color:#94a3b87a;box-shadow:0 0 0 4px #94a3b81a,0 16px 40px #00000073}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__main{background:#161a218c}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__header div span,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__main-title p{color:#94a3b8}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__back{color:#f1f5f9;background:#ffffff14;border-color:#94a3b859}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__back:hover:not(:disabled){color:#fbbf24;background:#fbbf2429;border-color:#fbbf2499}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__connection{color:#94a3b8}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__connection.is-connected{color:#4ade80}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__unit span{color:#f1f5f9;background:#ffffff14}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__unit output{color:#fbbf24}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__unit-tag{color:#fef3c7;background:#fbbf241f;border-color:#fbbf2459}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__unit-code{color:#1e293b;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__duration{color:#f1f5f9;background:#94a3b824}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__main-title h2,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__empty strong{color:#fef3c7}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__players li{color:#f1f5f9;background:linear-gradient(#262c36e6,#1a1e26f0);border-color:#94a3b847}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__players li>strong{color:#f8fafc!important}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__players li>em{color:#34d399!important}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__players li>em:before{box-shadow:0 0 8px #34d39999;background:#34d399!important}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__players li:hover{background:linear-gradient(#2e3642f2,#202630fa)!important;border-color:#fbbf2473!important}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__rank,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__score em{color:#fbbf24}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__score span,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__score small{color:#94a3b8}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-mine-gem-count{color:#fef3c7}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__empty,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__actions p{color:#94a3b8}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-room__actions button{color:#1e293b;background:linear-gradient(#fbbf24,#d97706);font-weight:900;box-shadow:inset 0 0 0 2px #fef3c7c7,0 7px 16px #00000059}.battlezone-room--teacher.battlezone-room--theme-mine.battlezone-room--lobby{background:radial-gradient(circle at 16% 12%,#fbbf241a,#0000 28%),radial-gradient(circle at 84% 82%,#94a3b814,#0000 30%),linear-gradient(155deg,#20262fcc 0%,#161a21d6 52%,#0e1116e0 100%)}.battlezone-room--teacher.battlezone-room--theme-mine.battlezone-room--lobby .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-mine.battlezone-room--lobby .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-mine.battlezone-room--lobby .battlezone-room__main{background:#161a2173}.battlezone-room--teacher.battlezone-room--theme-mine.battlezone-room--lobby .battlezone-room__player-character>strong{background:#161a21d9}.battlezone-mine-gem-count{color:#135e38;white-space:nowrap;align-items:center;gap:5px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.battlezone-mine-gem-count__icons{align-items:center;display:inline-flex}.battlezone-mine-gem-count__icons .battlezone-mine-gem-count__item{align-items:center;gap:3px;margin-left:5px;display:inline-flex}.battlezone-mine-gem-count__icons .battlezone-mine-gem-count__item:first-child{margin-left:0}.battlezone-mine-gem-count__icons .battlezone-mine-gem-count__item img{object-fit:contain;width:22px;height:22px}.battlezone-mine-gem-count__icons .battlezone-mine-gem-count__item b{color:inherit;font-size:14px;line-height:1;transform:translateY(-1px)}.battlezone-room--theme-mine .battlezone-room__score .battlezone-mine-gem-count,.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count{margin-right:2px}.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count .battlezone-mine-gem-count__item img{width:18px;height:18px}.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count .battlezone-mine-gem-count__item{gap:2px;margin-left:3px}.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count .battlezone-mine-gem-count__item b{font-size:12px}.battlezone-team-board--theme-mine .battlezone-mine-gem-count{color:#fff0a3;text-shadow:0 1px 3px #000000d9}.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-team-board--theme-mine .battlezone-mine-gem-count,.battlezone-room--teacher.battlezone-room--theme-mine .battlezone-team-board--theme-mine .battlezone-mine-gem-count__item b{color:#fff0a3!important}.battlezone-team-board--teacher.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count__item{gap:4px;margin-left:6px}.battlezone-team-board--teacher.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count__item img{width:22px!important;height:22px!important}.battlezone-team-board--teacher.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top .battlezone-mine-gem-count__item b{font-size:14px!important}.battlezone-team-board--teacher.battlezone-team-board--theme-mine .battlezone-team-board__rank,.battlezone-team-board--teacher.battlezone-team-board--theme-mine .battlezone-team-board__score-highlight>strong{color:#fff0a3;text-shadow:0 1px 3px #000000d9}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-mine-student-result .battlezone-team-board__header-row--mine-gems{border-bottom:1px solid #94a3b840;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:8px 0 9px;display:grid}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-mine-student-result .battlezone-team-board__header-row--mine-gems>strong{color:#f1f5f9;white-space:nowrap;font-size:15px;font-weight:900}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-mine-student-result .battlezone-team-board__header-row--mine-gems>.battlezone-mine-gem-count{justify-self:end}.battlezone-room--teacher.battlezone-room--theme-balloon,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon{--room-ink:#fff;--room-muted:#b9eaff;--room-line:#69d3ff57;color:#fff;background:radial-gradient(circle at 16% 12%,#5bd3ff24,#0000 25%),radial-gradient(circle at 84% 82%,#4d82ff1a,#0000 28%),linear-gradient(155deg,#07428c9e 0%,#05306f94 52%,#031d538f 100%);border-color:#69d3ffb8;box-shadow:0 0 0 4px #5bd3ff24,0 16px 40px #031d5361}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__main,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__header,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__unit,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__main{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04296661;border:1px solid #69d3ff4d;box-shadow:inset 0 1px #d7f7ff1f}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__header div span,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__main-title p,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__empty,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__actions p,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__header div span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__main-title p,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__empty,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__actions p{color:#b9eaff}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__back,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__back{color:#eafaff;background:#5bd3ff1f;border-color:#69d3ff6b}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__back:hover:not(:disabled),.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__back:hover:not(:disabled){background:#5bd3ff38;border-color:#aeedffc2}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__connection,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__main-title h2,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__empty strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__connection,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__main-title h2,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__empty strong{color:#d9f5ff}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__connection.is-connected,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__unit output,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__connection.is-connected,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__unit output{color:#86f3dc}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__unit span,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__unit-tag,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__duration,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__unit span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__unit-tag,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__duration{color:#eafaff;background:#5bd3ff24;border-color:#69d3ff6b}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__unit-code,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__unit-code{color:#083273;background:linear-gradient(135deg,#75ddff,#b5f2ff)}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__players li,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__players li{color:#12376f;background:linear-gradient(#ebfaffe6,#b9e2f9d1);border-color:#9ce4ffd1}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__rank,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__rank{color:#2374aa}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__players li>em,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__players li>em{color:#167c73}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__score em,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__score em{color:#1b65bc}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__score span,.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__score small,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__score span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__score small{color:#46769a}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__player-character>strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__player-character>strong{color:#fff;text-shadow:0 1px 3px #021341cc;background:#042966bd;border-color:#69d3ff75}.battlezone-room--teacher.battlezone-room--theme-balloon .battlezone-room__actions button,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon .battlezone-room__actions button{color:#073371;background:linear-gradient(135deg,#75ddff,#a9edff);box-shadow:inset 0 0 0 2px #e8fcffad,0 7px 16px #031d534d}.battlezone-room--teacher.battlezone-room--theme-balloon.battlezone-room--lobby .battlezone-room__players li:hover,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-balloon.battlezone-room--lobby .battlezone-room__players li:hover{background:linear-gradient(#f7fefff0,#d1f1ffe0);border-color:#b8efff}.battlezone-room--teacher.battlezone-room--theme-space,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space{--room-ink:#eefcff;--room-muted:#b8d9ff;--room-line:#68e1ff57;--room-close-color:#102869;--room-close-color-hover:#07184b;--room-close-border:#60efff;--room-close-border-hover:#b7f8ff;--room-close-background:#dffaff;--room-close-background-hover:#fff;color:#eefcff;background:linear-gradient(#05124bc7,#140745db),url(/assets/space_bg-srXPCjsI.png) 50%/cover;border-color:#5be2ffb8;box-shadow:0 0 0 4px #34cdff24,0 16px 42px #0208307a}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__main,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__header,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__unit,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__main{color:#eefcff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#05144cb3;border:1px solid #68e1ff57;box-shadow:inset 0 1px #d6faff1f,0 0 18px #24bbff14}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__header div span,.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__main-title p,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__header div span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__main-title p{color:#b8d9ff}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__back,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__back{color:#e8fbff;background:#3ec6ff1f;border-color:#68e1ff61}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__back:hover:not(:disabled),.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__back:hover:not(:disabled){background:#3ec6ff38;border-color:#8bf0ffb3}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__connection,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__connection{color:#a8c8f7}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__connection.is-connected,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__connection.is-connected{color:#77f3ca}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__unit span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__unit span{color:#dffaff;background:#46d6ff24}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__unit output,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__unit output{color:#60efff}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__unit-tag,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__unit-tag{color:#e7fbff;background:#3597ff29;border-color:#69e1ff6b}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__unit-code,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__unit-code{color:#07184b;background:linear-gradient(135deg,#5ef,#79b7ff)}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__duration,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__duration{color:#dffaff;background:#46d6ff29}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__main-title h2,.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__empty strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__main-title h2,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__empty strong{color:#f4fdff}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__players li,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__players li{color:#12245c;background:linear-gradient(145deg,#f5fdff,#dbeeff);border-color:#a9dff4}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__rank,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__rank{color:#5573a7}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__players li>em,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__players li>em{color:#16745f}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__score em,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__score em{color:#284cc2}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__score span,.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__score small,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__score span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__score small{color:#60749b}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__empty,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__empty{color:#b8d9ff}.battlezone-room--teacher.battlezone-room--theme-space .battlezone-room__actions button,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__actions button{color:#07184b;background:linear-gradient(135deg,#5ef,#83b8ff 56%,#b495ff);box-shadow:inset 0 0 0 2px #eafdff9e,0 8px 20px #1cafff4d}.battlezone-room--teacher.battlezone-room--theme-space.battlezone-room--lobby .battlezone-room__players li:hover,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space.battlezone-room--lobby .battlezone-room__players li:hover{background:linear-gradient(145deg,#fff,#e7f6ff);border-color:#63e6ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk{--room-ink:#fff;--room-muted:#92e6ff;--room-line:#27f2ff73;--room-close-color:#08162d;--room-close-color-hover:#08162d;--room-close-border:#27f2ff;--room-close-border-hover:#f7ff58;--room-close-background:#f7ff58;--room-close-background-hover:#27f2ff;color:#fff;background:radial-gradient(circle at 50% 0,#27f2ff26,#0000 40%),linear-gradient(#03122c 0%,#010816 100%);border-color:#27f2ffb3;box-shadow:0 0 0 4px #27f2ff1f,0 0 30px #27f2ff33}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header,.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit,.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__header,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__unit,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__main{color:#fff;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#020c20e0;border:1px solid #27f2ff66;box-shadow:inset 0 1px #d6faff1f,0 0 18px #27f2ff1a}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__header strong{color:#0ff;text-shadow:0 0 10px #0ff9}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__header div span,.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main-title p,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__header div span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__main-title p{color:#92e6ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__back,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__back{color:#0ff;background:#27f2ff1f;border-color:#27f2ff80}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__back:hover:not(:disabled),.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__back:hover:not(:disabled){background:#27f2ff3d;border-color:#0ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__connection{color:#72eaff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__connection.is-connected{color:#0fa}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit span,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__unit span{color:#92e6ff;background:#27f2ff1f}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit output,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__unit output{color:#0ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit-tag,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__unit-tag{color:#e7fbff;background:#27f2ff29;border-color:#27f2ff6b}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__unit-code,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__unit-code{color:#000c24;background:linear-gradient(135deg,#0ff,#ff3ec9)}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__duration,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__duration{color:#92e6ff;background:#27f2ff29}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__main-title h2,.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__empty strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__main-title h2,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__empty strong{color:#0ff;text-shadow:0 0 10px #00ffff80}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__players li{color:#fff;background:linear-gradient(135deg,#031432f2,#010a1efa);border-color:#27f2ff73;box-shadow:inset 0 0 12px #27f2ff1f}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li>strong,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__players li>strong{text-shadow:0 0 6px #ffffff4d;color:#fff!important}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li>em,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__players li>em{color:#0ff;text-shadow:0 0 6px #00ffff80}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__players li>em:before,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__players li>em:before{background:#0ff;border-radius:2px;box-shadow:0 0 6px #0ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__rank,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__rank{color:#ff3ec9;text-shadow:0 0 8px #ff3ec999;font-weight:900}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__empty,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__empty{color:#92e6ff}.battlezone-room--teacher.battlezone-room--theme-cyberpunk .battlezone-room__actions button,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk .battlezone-room__actions button{color:#000c24;background:linear-gradient(135deg,#0ff 0%,#34f5ff 45%,#ff42c9 100%);box-shadow:inset 0 0 8px #fff9,0 0 16px #00ffff73}.battlezone-room--teacher.battlezone-room--theme-cyberpunk.battlezone-room--lobby .battlezone-room__players li:hover,.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-cyberpunk.battlezone-room--lobby .battlezone-room__players li:hover{background:linear-gradient(135deg,#051c46f2,#020f2afa);border-color:#0ff;box-shadow:inset 0 0 16px #00ffff40,0 0 12px #0ff3}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-space .battlezone-room__main--space-race{background:linear-gradient(#040e3da3,#0c0537c7),url(/assets/space_bg-srXPCjsI.png) 50%/cover;flex:1 0 520px;min-height:520px;padding:16px 20px 14px}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-space .battlezone-room__main-title{z-index:2;position:relative}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-space .battlezone-room__main-title p{margin-bottom:6px}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-balloon .battlezone-room__main--balloon-race{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#04296661;border-color:#69d3ff4d;padding:16px 20px 14px;box-shadow:inset 0 1px #d7f7ff1f}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-balloon .battlezone-room__main-title{z-index:2;position:relative}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-balloon .battlezone-room__main-title h2{color:#fff;text-shadow:0 2px 4px #0000004d}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-balloon .battlezone-room__main-title p{color:#f1f2f6;margin-bottom:6px}.battlezone-balloon-race{background:linear-gradient(#140a3ca6 0%,#50287873 40%,#78b4f059 100%),url(/assets/balloon_bg-eMg0oEeS.png) 50%/cover no-repeat;border:2px solid #ffffff59;border-radius:18px;flex:1 1 0;min-height:320px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #ffffff1a,0 8px 24px #00000040}.battlezone-balloon-race__altitude,.battlezone-balloon-race__start{z-index:3;color:#fff9e6;letter-spacing:.08em;pointer-events:none;align-items:center;gap:10px;font-size:11px;font-weight:900;display:flex;position:absolute;left:18px;right:18px}.battlezone-balloon-race__altitude{top:6%}.battlezone-balloon-race__start{flex-direction:row-reverse;bottom:6%}.battlezone-balloon-race__altitude i,.battlezone-balloon-race__start i{background:linear-gradient(90deg,#ffdc6433,#ffdc64e6);flex:1 1 0;height:2px;box-shadow:0 0 8px #ffdc6499}.battlezone-balloon-race__start i{background:linear-gradient(90deg,#78e68ce6,#78e68c33)}.battlezone-balloon-race__players{z-index:2;background:url(/assets/balloon_status_board-D6_amdoY.png) 50%/100% 100% no-repeat;margin:0;padding:0;list-style:none;position:absolute;inset:0}.battlezone-balloon-race__players li{z-index:var(--balloon-race-layer);inset:0 auto 0 var(--balloon-race-x);color:#fff;pointer-events:none;width:96px;transform:translate3d(-50%, calc(var(--balloon-race-y) - 50px), 0);will-change:transform;flex-direction:column;align-items:center;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity .24s,filter .24s;display:flex;position:absolute}.battlezone-balloon-race__players.battlezone-balloon-race__teams li{width:154px;transform:translate3d(-50%, calc(var(--balloon-race-y) - 58px), 0)}.battlezone-balloon-race__team-card{z-index:1;border:1px solid color-mix(in srgb, var(--battlezone-team-color) 58%, #dff8ff);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#042966e6,#031c4ff0);border-radius:14px;align-items:center;gap:4px;width:100%;padding:6px 8px 6px 5px;display:flex;position:relative;box-shadow:inset 0 1px #d7f7ff29,0 7px 16px #02123e6b}.battlezone-balloon-race__team-character{object-fit:contain;flex:none;width:52px;height:64px;display:block}.battlezone-balloon-race__team-label{text-align:left;gap:1px;min-width:0;display:grid}.battlezone-balloon-race__team-label strong,.battlezone-balloon-race__team-label em,.battlezone-balloon-race__team-label small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.battlezone-balloon-race__team-label strong{color:#fff;font-size:12px;font-weight:900}.battlezone-balloon-race__team-label em{color:#75ddff;font-size:11px;font-style:normal;font-weight:900}.battlezone-balloon-race__team-label small{color:#b9eaff;font-size:9px;font-weight:700}.battlezone-balloon-race__team-item.is-leading .battlezone-balloon-race__team-card{border-color:var(--battlezone-team-color);box-shadow:inset 0 1px 0 #fff9e647, 0 0 0 2px color-mix(in srgb, var(--battlezone-team-color) 38%, transparent), 0 8px 20px #02123e7a}.battlezone-balloon-race__boost{z-index:1;place-items:center;display:grid;position:relative}.battlezone-balloon-race__avatar-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.battlezone-balloon-race__balloon-icon{filter:drop-shadow(0 4px 6px #0000004d);font-size:28px;animation:2s ease-in-out infinite alternate balloon-wobble;position:absolute;top:-24px}.battlezone-balloon-race__character{z-index:1;filter:drop-shadow(0 5px 8px #0006);place-items:center;width:60px;height:60px;display:grid;position:relative}.battlezone-balloon-race__character img{object-fit:contain;width:100%;height:100%;display:block}.battlezone-balloon-race__rank{z-index:3;color:#5c3a00;text-align:center;background:#ffda6b;border:1px solid #ffeba0cc;border-radius:999px;min-width:32px;padding:4px 7px;font-size:11px;font-weight:900;line-height:1;position:absolute;top:-3px;left:5px;box-shadow:0 3px 9px #0000004d}.battlezone-balloon-race__player-label{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1e1446d9;border:1px solid #fff9;border-radius:9px;grid-template-columns:minmax(0,auto) auto;align-items:center;gap:6px;width:max-content;max-width:112px;min-height:27px;margin-top:-4px;padding:4px 8px;display:grid;position:relative;box-shadow:0 5px 12px #0000004d}.battlezone-balloon-race__player-label strong{color:#fff;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;overflow:hidden}.battlezone-balloon-race__player-label em{color:#ffd043;font-size:11px;font-style:normal;font-weight:900}.battlezone-balloon-race__connection{color:#fff;background:#ff4757d9;border-radius:4px;margin-top:4px;padding:2px 6px;font-size:10px;font-weight:700}.battlezone-balloon-race__ranking-summary{z-index:6;color:#fff;background:#051b4be0;border:1px solid #a0e0ff80;border-radius:14px;grid-template-rows:auto minmax(0,1fr);width:178px;padding:12px 8px 8px;display:grid;position:absolute;top:12px;bottom:12px;right:10px}.battlezone-balloon-race__ranking-summary>strong{color:#c8efff;padding:0 5px 8px;font-size:13px;font-weight:900}.battlezone-balloon-race__ranking-summary ol{min-height:0;margin:0;padding:0 3px 0 0;list-style:none;overflow-y:auto}.battlezone-balloon-race__ranking-summary li{border-bottom:1px solid #b4e0ff29;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:34px;padding:5px 4px;display:grid}.battlezone-balloon-race__ranking-summary li.is-leading{color:#fff3a6;background:#ffda6b1f}.battlezone-balloon-race__ranking-summary li b,.battlezone-balloon-race__ranking-summary li span,.battlezone-balloon-race__ranking-summary li em{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-style:normal;font-weight:800;overflow:hidden}.battlezone-balloon-race__ranking-summary li em{color:#7ee1ff}.battlezone-balloon-race.is-dense .battlezone-balloon-race__altitude,.battlezone-balloon-race.is-dense .battlezone-balloon-race__start,.battlezone-balloon-race.is-dense .battlezone-balloon-race__players{right:198px}.battlezone-balloon-race.is-dense .battlezone-balloon-race__players>li{width:58px}.battlezone-balloon-race.is-dense .battlezone-balloon-race__player-label,.battlezone-balloon-race.is-dense .battlezone-balloon-race__rank,.battlezone-balloon-race.is-dense .battlezone-balloon-race__connection{display:none}@keyframes balloon-wobble{0%{transform:translateY(0)rotate(-4deg)}to{transform:translateY(-6px)rotate(4deg)}}.battlezone-space-race{background:radial-gradient(circle at 18% 22%,#77efff2e 0 2px,#0000 3px),radial-gradient(circle at 78% 34%,#ffffff3d 0 1px,#0000 2px),radial-gradient(circle at 54% 68%,#ae93ff33 0 2px,#0000 3px),linear-gradient(#122e7e66,#070f432e);border:1px solid #69e1ff42;border-radius:16px;flex:1 0 420px;min-height:420px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 34px #19a3ff14,0 8px 24px #02082e2e}.battlezone-space-race:before{content:"";pointer-events:none;background-image:linear-gradient(#5adeff0f 1px,#0000 1px),linear-gradient(90deg,#5adeff0a 1px,#0000 1px);background-size:100% 20%,12.5% 100%;position:absolute;inset:0}.battlezone-space-race__finish,.battlezone-space-race__start{z-index:1;color:#c2f3ffb8;letter-spacing:.16em;pointer-events:none;align-items:center;gap:10px;font-size:10px;font-weight:900;display:flex;position:absolute;left:18px;right:18px}.battlezone-space-race__finish{top:7%}.battlezone-space-race__start{flex-direction:row-reverse;bottom:7%}.battlezone-space-race__finish i,.battlezone-space-race__start i{background:linear-gradient(90deg,#5ce6ff14,#5ce6ffb3);flex:1 1 0;height:1px;box-shadow:0 0 7px #4edfff6b}.battlezone-space-race__start i{background:linear-gradient(90deg,#5ce6ffb3,#5ce6ff14)}.battlezone-space-race__density-status{z-index:4;color:#e0faffd6;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#051653bd;border:1px solid #78e6ff47;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:800;line-height:1;position:absolute;top:12px;right:18px}.battlezone-space-race__players{z-index:2;margin:0;padding:0;list-style:none;position:absolute;inset:0}.battlezone-space-race__players li{z-index:var(--space-race-layer);top:0;left:var(--space-race-x);width:var(--space-race-item-width);color:#eafcff;transform:translate3d(-50%, var(--space-race-y), 0);will-change:transform;transition:transform 1.2s cubic-bezier(.16,1,.3,1),opacity .24s,filter .24s;position:absolute}.battlezone-space-race__players li:hover,.battlezone-space-race__players li:focus-within,.battlezone-space-race__players li.is-selected,.battlezone-space-race__players li.is-recent-scorer{z-index:1000}.battlezone-space-race__player-card{width:100%;color:inherit;cursor:pointer;background:0 0;border:0;outline:0;flex-direction:column;align-items:center;padding:0;display:flex;position:relative}.battlezone-space-race__player-card:focus-visible:before,.battlezone-space-race__players li.is-selected .battlezone-space-race__player-card:before{content:"";z-index:5;width:calc(var(--space-race-avatar-size) + 8px);height:calc(var(--space-race-avatar-size) + 8px);pointer-events:none;border:2px solid #8ff3ff;border-radius:50%;position:absolute;top:-5px;left:50%;transform:translate(-50%);box-shadow:0 0 16px #5feaffb8}.battlezone-space-race__boost{z-index:1;width:var(--space-race-avatar-size);height:var(--space-race-avatar-size);place-items:center;animation:.72s cubic-bezier(.16,1,.3,1) both battlezone-space-racer-boost;display:grid;position:relative}.battlezone-space-race__score-anchor{z-index:0;top:calc(50% + var(--space-race-connector-start));width:1px;height:var(--space-race-connector-height);opacity:0;pointer-events:none;background:linear-gradient(#69ebff0f,#69ebff9e);display:block;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 4px #56e1ff6b}.battlezone-space-race.has-sublanes .battlezone-space-race__score-anchor{opacity:.58}.battlezone-space-race__boost:after{content:"";z-index:-1;filter:blur(3px);opacity:0;background:linear-gradient(#77f6ffcc,#5e69ff00);border-radius:50%;width:18px;height:32px;animation:.72s ease-out both battlezone-space-racer-thrust;position:absolute;top:calc(100% - 16px);left:50%;transform:translate(-50%)}.battlezone-space-race__character{z-index:1;width:var(--space-race-avatar-size);height:var(--space-race-avatar-size);filter:drop-shadow(0 5px 8px #0108309e);place-items:center;animation:1.8s ease-in-out infinite alternate battlezone-space-racer-hover;display:grid;position:relative}.battlezone-space-race__character img{object-fit:contain;width:100%;height:100%;display:block}.battlezone-space-race__cluster-characters{z-index:1;width:calc(var(--space-race-avatar-size) * 1.35);height:var(--space-race-avatar-size);display:block;position:relative}.battlezone-space-race__cluster-character{filter:drop-shadow(0 4px 6px #0108309e);place-items:center;width:70%;height:70%;display:grid;position:absolute;top:15%;left:0}.battlezone-space-race__cluster-character:nth-child(2){z-index:2;top:0;left:15%}.battlezone-space-race__cluster-character:nth-child(3){z-index:1;left:30%}.battlezone-space-race__cluster-character img{object-fit:contain;width:100%;height:100%}.battlezone-space-race__cluster-characters>em{z-index:3;color:#10245f;background:linear-gradient(135deg,#fff98d,#67ecff);border:1px solid #dcfbffd1;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 5px;font-size:9px;font-style:normal;font-weight:900;display:grid;position:absolute;bottom:4px;right:-4px;box-shadow:0 0 10px #5ee8ff9e}.battlezone-space-race__rank{z-index:3;color:#eefdff;text-align:center;background:#0b2670eb;border:1px solid #b0f1ff9e;border-radius:999px;min-width:32px;padding:4px 7px;font-size:11px;font-weight:900;line-height:1;position:absolute;top:-3px;left:5px;box-shadow:0 3px 9px #02072a61}.battlezone-space-race__player-label{z-index:2;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#051653e6;border:1px solid #68e1ff6b;border-radius:9px;grid-template-columns:minmax(0,auto) auto;align-items:center;gap:6px;width:max-content;max-width:112px;min-height:27px;margin-top:-9px;padding:4px 8px;transition:opacity .16s,transform .16s,visibility .16s;display:grid;position:relative;transform:translateY(-3px);box-shadow:0 5px 12px #02083052}.battlezone-space-race__player-label.is-visible,.battlezone-space-race__players li:hover .battlezone-space-race__player-label,.battlezone-space-race__players li:focus-within .battlezone-space-race__player-label{opacity:1;visibility:visible;transform:translateY(0)}.battlezone-space-race__player-label strong{color:#f2fdff;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:900;overflow:hidden}.battlezone-space-race__player-label em{color:#66f0ff;white-space:nowrap;font-size:13.5px;font-style:normal;font-weight:900}.battlezone-space-race__players li.is-leading .battlezone-space-race__character{filter:drop-shadow(0 0 10px #5bebffb8)drop-shadow(0 6px 9px #010830a3)}.battlezone-space-race__players li.is-leading .battlezone-space-race__rank{color:#10245f;background:linear-gradient(135deg,#fff98d,#67ecff);border-color:#eafcff;box-shadow:0 0 14px #5ee8ffa3}.battlezone-space-race__players li.is-recent-scorer .battlezone-space-race__character{filter:drop-shadow(0 0 12px #fff98dcc)drop-shadow(0 6px 9px #010830a3)}.battlezone-space-race__connection{color:#f7bcd0;white-space:nowrap;margin-top:3px;font-size:9px;font-weight:800}.battlezone-space-race__players li.is-disconnected{filter:grayscale(.45);opacity:.62}.battlezone-space-race--standard .battlezone-space-race__player-label,.battlezone-space-race--compact .battlezone-space-race__player-label{grid-template-columns:minmax(0,1fr);justify-items:center;gap:0;max-width:86px;padding-inline:6px}.battlezone-space-race--dense .battlezone-space-race__rank{min-width:27px;padding:3px 5px;font-size:9px;top:-6px;left:0}.battlezone-space-race--dense .battlezone-space-race__player-label{grid-template-columns:minmax(0,1fr);justify-items:center;gap:0;max-width:68px;min-height:22px;padding-block:3px}.battlezone-space-race--dense .battlezone-space-race__player-label strong,.battlezone-space-race--dense .battlezone-space-race__player-label em{font-size:9px}.battlezone-space-race__cluster-detail{z-index:2000;color:#eefcff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#041146f5;border:1px solid #7eeaff94;border-radius:14px;flex-direction:column;width:min(320px,100% - 32px);max-height:calc(100% - 92px);display:flex;position:absolute;top:46px;right:16px;overflow:hidden;box-shadow:0 14px 32px #01062894}.battlezone-space-race__cluster-detail>header{border-bottom:1px solid #7eeaff33;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.battlezone-space-race__cluster-detail>header>div{gap:2px;display:grid}.battlezone-space-race__cluster-detail>header strong{font-size:14px;font-weight:900}.battlezone-space-race__cluster-detail>header span{color:#8eeeff;font-size:11px;font-weight:800}.battlezone-space-race__cluster-detail>header button{color:#eafcff;background:#57cdff1f;border:1px solid #7eeaff47;border-radius:9px;place-items:center;width:30px;height:30px;padding:0;font-size:20px;line-height:1;display:grid}.battlezone-space-race__cluster-detail>ol{gap:5px;margin:0;padding:8px;list-style:none;display:grid;overflow-y:auto}.battlezone-space-race__cluster-detail>ol>li{background:#4387df1f;border:1px solid #7eeaff24;border-radius:9px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;padding:6px 9px;display:grid}.battlezone-space-race__cluster-detail>ol>li.is-score-unavailable{grid-template-columns:minmax(0,1fr) auto}.battlezone-space-race__cluster-detail>ol span,.battlezone-space-race__cluster-detail>ol em{color:#72eaff;font-size:10px;font-style:normal;font-weight:900}.battlezone-space-race__cluster-detail>ol strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.battlezone-space-race--team-mode .battlezone-space-race__teams{pointer-events:none;margin:0;padding:0;list-style:none;position:absolute;inset:0}.battlezone-space-race--team-mode .battlezone-space-race__team-item{top:0;left:var(--space-race-x);width:var(--space-race-item-width);transform:translate3d(-50%, var(--space-race-y), 0);z-index:var(--space-race-layer);pointer-events:auto;transition:transform 1.2s cubic-bezier(.16,1,.3,1);position:absolute}.battlezone-space-race--team-mode .battlezone-space-race__team-card{flex-direction:column;align-items:center;gap:4px;padding:0;display:flex;position:relative}.battlezone-space-race--team-mode .battlezone-space-race__team-ship-wrap{width:var(--space-race-avatar-size);height:var(--space-race-avatar-size);place-items:center;display:grid;position:relative}.battlezone-space-race--team-mode .battlezone-space-race__team-mothership{object-fit:contain;width:100%;height:100%;filter:drop-shadow(0 6px 12px #010830a6) drop-shadow(0 0 14px var(--battlezone-team-color));animation:2.2s ease-in-out infinite alternate battlezone-space-racer-hover;display:block}.battlezone-space-race--team-mode .battlezone-space-race__team-thrust{background:linear-gradient(180deg, var(--battlezone-team-color), transparent);filter:blur(4px);opacity:.85;border-radius:50%;width:16px;height:28px;animation:1.4s ease-in-out infinite alternate battlezone-space-racer-thrust;position:absolute;top:calc(100% - 10px);left:50%;transform:translate(-50%)}.battlezone-space-race--team-mode .battlezone-space-race__team-label{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;background:#051653eb;border:1px solid #68e1ff6b;border-radius:9px;flex-direction:column;align-items:center;padding:4px 8px;display:flex;box-shadow:0 4px 12px #02083066}.battlezone-space-race--team-mode .battlezone-space-race__team-label>strong{font-size:12.5px;font-weight:900}.battlezone-space-race--team-mode .battlezone-space-race__team-label>em{color:#66f0ff;font-size:14px;font-style:normal;font-weight:900}.battlezone-space-race--team-mode .battlezone-space-race__team-label>small{color:#dcf5ffbf;font-size:9.5px;font-weight:700}.battlezone-space-race--team-mode .battlezone-space-race__team-mvp{background:linear-gradient(135deg,#281e05f2,#46320aeb);border:1px solid #ffd700b3;border-radius:999px;align-items:center;gap:5px;margin-top:4px;padding:3px 8px;display:flex;box-shadow:0 0 12px #ffd70059}.battlezone-space-race--team-mode .battlezone-space-race__team-mvp .battlezone-space-race__team-mvp-tag{color:#3b2400;letter-spacing:.04em;white-space:nowrap;background:linear-gradient(135deg,gold,#f59f00);border-radius:4px;justify-content:center;align-items:center;padding:1px 6px;font-size:10px;font-weight:900;line-height:1.2;display:inline-flex}.battlezone-space-race--team-mode .battlezone-space-race__team-mvp>strong{color:#fff;white-space:nowrap;font-size:11px;font-weight:800}@keyframes battlezone-space-racer-hover{0%{transform:translateY(-2px)rotate(-1deg)}to{transform:translateY(3px)rotate(1deg)}}@keyframes battlezone-space-racer-boost{0%{transform:translateY(10px)scale(.94)}44%{transform:translateY(-9px)scale(1.06)}to{transform:translateY(0)scale(1)}}@keyframes battlezone-space-racer-thrust{0%{opacity:0;height:12px}24%{opacity:.9;height:38px}to{opacity:0;height:22px}}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__players li{background:0 0;border:0}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__player-character>strong{color:#f4fdff;text-shadow:0 1px 3px #01072bcc;background:#061653d6;border-color:#69e1ff75}.battlezone-room--student.battlezone-room--lobby.battlezone-room--theme-space .battlezone-room__character{filter:drop-shadow(0 0 10px #46daff70)}@keyframes battlezone-player-wander{0%{top:var(--player-y-0);left:var(--player-x-0);transform:translate(-50%,-50%)rotate(-1.5deg)}8%{top:var(--player-y-1);left:var(--player-x-1);transform:translate(-50%,-50%)rotate(2deg)}17%{top:var(--player-y-2);left:var(--player-x-2);transform:translate(-50%,-50%)rotate(-2deg)}25%{top:var(--player-y-3);left:var(--player-x-3);transform:translate(-50%,-50%)rotate(1deg)}33%{top:var(--player-y-4);left:var(--player-x-4);transform:translate(-50%,-50%)rotate(-1.5deg)}42%{top:var(--player-y-5);left:var(--player-x-5);transform:translate(-50%,-50%)rotate(2deg)}50%{top:var(--player-y-6);left:var(--player-x-6);transform:translate(-50%,-50%)rotate(-1deg)}58%{top:var(--player-y-7);left:var(--player-x-7);transform:translate(-50%,-50%)rotate(1.5deg)}67%{top:var(--player-y-8);left:var(--player-x-8);transform:translate(-50%,-50%)rotate(-2deg)}75%{top:var(--player-y-9);left:var(--player-x-9);transform:translate(-50%,-50%)rotate(1deg)}83%{top:var(--player-y-10);left:var(--player-x-10);transform:translate(-50%,-50%)rotate(-1.5deg)}92%{top:var(--player-y-11);left:var(--player-x-11);transform:translate(-50%,-50%)rotate(1deg)}to{top:var(--player-y-0);left:var(--player-x-0);transform:translate(-50%,-50%)rotate(-1.5deg)}}@keyframes battlezone-rank-up-highlight{0%,to{box-shadow:none;background:#f9fbff;border-color:#e3e8f2}28%{background:#e9fbf4;border-color:#54cfa0;box-shadow:0 8px 20px #26ae7c33}}@keyframes battlezone-rank-down-highlight{0%,to{box-shadow:none;background:#f9fbff;border-color:#e3e8f2}28%{background:#fff6e8;border-color:#efb45e;box-shadow:0 7px 17px #d98f2f29}}@keyframes battlezone-adventure-rank-up-highlight{0%,to{box-shadow:none;background:linear-gradient(#fff8df,#f2dda6);border-color:#e3c77f}28%{background:linear-gradient(#fff4bf,#f3d47c);border-color:#d8a32f;box-shadow:0 8px 20px #ae71183d}}@keyframes battlezone-adventure-rank-down-highlight{0%,to{box-shadow:none;background:linear-gradient(#fff8df,#f2dda6);border-color:#e3c77f}28%{background:linear-gradient(#fff0d8,#efc397);border-color:#c98355;box-shadow:0 7px 17px #9d532533}}@media (prefers-reduced-motion:reduce){.battlezone-room--student.battlezone-room--lobby .battlezone-room__players li,.battlezone-room--teacher.battlezone-room--ranking .battlezone-room__players li{animation:none}.battlezone-space-race__players li{transition:none}.battlezone-space-race__character,.battlezone-space-race__boost,.battlezone-space-race__boost:after{animation:none}}@media (width<=520px){.battlezone-room-shell{padding:0}.battlezone-room{border:0;border-radius:0;width:100%;padding:12px}.battlezone-room__header{grid-template-columns:58px minmax(0,1fr) 58px;padding-inline:8px}.battlezone-room__header--with-close{grid-template-columns:58px minmax(0,1fr) 116px}.battlezone-room__close{min-height:36px;padding-inline:10px;font-size:11px}.battlezone-room__connection{font-size:0}.battlezone-room__connection:before{width:9px;height:9px;margin:0}.battlezone-room__main{padding:15px}.battlezone-room--teacher.battlezone-room--ranking.battlezone-room--theme-space .battlezone-room__main--space-race{padding:12px}.battlezone-space-race{min-height:420px}.battlezone-room__players li{padding-inline:10px}.battlezone-room__character{transform:scale(.9)}}.battlezone-room__players li.is-score-unavailable{grid-template-columns:minmax(0,1fr) auto}.battlezone-room--teacher .battlezone-room__players li.is-score-unavailable{grid-template-columns:40px minmax(0,1fr) auto}.battlezone-room__score.is-score-unavailable em{font-size:13px}.battlezone-room--teacher.battlezone-room--result .battlezone-room__players li.is-rank-1{box-shadow:none;background:#e8eaff;border-color:#e3e8f2}.battlezone-team-board--result .battlezone-team-board__team.is-rank-1{background:#e8eaff;box-shadow:none!important}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1{color:#1e293b;background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;box-shadow:inset 0 1px #fffc,0 5px 16px #d9770640}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1>strong,.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1>strong span{color:#1e293b!important}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1 .battlezone-room__rank{color:#1e293b;background:#fbbf24}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1 em{color:#b45309}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1 span,.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1 small{color:#78350f}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1:hover{background:linear-gradient(135deg,#fffbeb,#fef3c7)!important;border-color:#f59e0b!important}.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1:hover>strong,.battlezone-room--teacher.battlezone-room--result.battlezone-room--theme-mine .battlezone-room__players li.is-rank-1:hover>strong span{color:#1e293b!important}.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__team.is-rank-1{background:linear-gradient(135deg,#302a1efa,#1c1812fa);border-color:#fbbf24d9!important;box-shadow:inset 0 1px #fef3c738,0 8px 20px #0006!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-mine .battlezone-team-board__team.is-rank-1{background:linear-gradient(135deg, color-mix(in srgb, var(--battlezone-team-color) 22%, #262c36), #14171d);border-color:var(--battlezone-team-color)!important;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--battlezone-team-color) 28%, #fff), 0 8px 20px color-mix(in srgb, var(--battlezone-team-color) 28%, transparent)!important}.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1{background:#5b3a1dfa;border-color:#ffd7648c!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1{background:#ac7c288f;border-color:#ffde4fc7!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-2{background:#878f8b57;border-color:#dae8f194}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-3{background:#8d5b3a52;border-color:#e8935c7a}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-1 .battlezone-team-board__rank{color:#ffe56f}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-2 .battlezone-team-board__rank{color:#dae8f1}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-adventure .battlezone-team-board__team.is-rank-3 .battlezone-team-board__rank{color:#e8935c}.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1{background:#0f3169fa;border-color:#68e1ff73!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team{border:2px solid var(--battlezone-team-color);box-shadow:none!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team img{filter:none!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__header-group>i,.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__rank,.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__my-tag,.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team .battlezone-team-board__member{box-shadow:none!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1{color:#eef8ff;background:linear-gradient(145deg,#285597f5,#183776fa);border:3px solid var(--battlezone-team-color)!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header{border-bottom-color:#bce0ff3d}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top{border-bottom-color:#bce0ff2e}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__team-name{color:#f4faff}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight{color:#c6ddf5}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>small{color:#b4cee9}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--top .battlezone-team-board__score-highlight>strong{color:#bceeff}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__ranking-header .battlezone-team-board__header-row--bottom{color:#c6ddf5}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__member{color:#eef8ff;background:#0516454d;border-color:#bce0ff33}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__member .battlezone-team-board__member-name{color:#f4faff}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__member>span{color:#c6ddf5}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-rank-1 .battlezone-team-board__rank{color:#bceeff}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__team.is-my-team:not(.is-rank-1){border:2px solid var(--battlezone-team-color)!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-space .battlezone-team-board__my-tag{border:1px solid #ffffffb8;padding:3px 7px;font-size:11px}.battlezone-team-board--result.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-rank-1{background:linear-gradient(100deg,#ff3ec929,#27f2ff1a 58%,#0000),#081b37fa;border-color:#27f2ffa3!important}.battlezone-team-board--student.battlezone-team-board--result.battlezone-team-board--theme-cyberpunk .battlezone-team-board__team.is-rank-1.is-my-team{border:3px solid var(--battlezone-team-color)!important}.battlezone-space-race--result .battlezone-space-race__players li.is-leading .battlezone-space-race__player-label,.battlezone-space-race--result .battlezone-space-race__team-item.is-leading .battlezone-space-race__team-label{box-shadow:none;background:#183b6cf5;border-color:#68e1ff6b}.battlezone-space-race--result .battlezone-space-race__players li.is-leading .battlezone-space-race__rank,.battlezone-space-race--result .battlezone-space-race__team-item.is-leading .battlezone-space-race__rank{color:#10245f;box-shadow:none;background:#dff7ff;border-color:#eafcff}.battlezone-room.battlezone-room--theme-mine .battlezone-room__header,.battlezone-room.battlezone-room--theme-mine .battlezone-room__unit,.battlezone-room.battlezone-room--theme-mine .battlezone-room__main{border-color:#94a3b84d;box-shadow:inset 0 1px #ffffff14,0 8px 20px #0000004d}.battlezone-room.battlezone-room--theme-balloon .battlezone-room__header,.battlezone-room.battlezone-room--theme-balloon .battlezone-room__unit,.battlezone-room.battlezone-room--theme-balloon .battlezone-room__main{border-color:#7dddff70;box-shadow:inset 0 1px #e1f9ff24,0 8px 20px #02123e2e}.battlezone-team-board--theme-mine .battlezone-team-board__team{border:2px solid color-mix(in srgb, var(--battlezone-team-color) 76%, #fde68a 24%)!important;box-shadow:inset 0 1px #ffffff1a,0 7px 18px #00000059!important}.battlezone-team-board--theme-mine .battlezone-team-board__team>header,.battlezone-team-board--theme-mine .battlezone-team-board__team .battlezone-team-board__lobby-header,.battlezone-team-board--theme-mine .battlezone-team-board__ranking-header,.battlezone-team-board--theme-mine .battlezone-team-board__header-row--top{border-bottom-color:#94a3b838!important}.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member{box-shadow:inset 0 1px #ffffff0d;border:1px solid #94a3b838!important}.battlezone-team-board--theme-mine .battlezone-team-board__unassigned,.battlezone-team-board--theme-mine .battlezone-team-board__current-team{box-shadow:inset 0 1px #ffffff0f;color:#f1f5f9!important;background:#161a21d9!important;border:1px solid #94a3b84d!important}.battlezone-team-board--theme-mine .battlezone-team-board__unassigned strong,.battlezone-team-board--theme-mine .battlezone-team-board__current-team strong{color:#fbbf24!important}.battlezone-team-board--theme-mine .battlezone-team-board__unassigned span,.battlezone-team-board--theme-mine .battlezone-team-board__current-team span{color:#94a3b8!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team{border:2px solid color-mix(in srgb, var(--battlezone-team-color) 76%, #b9eaff 24%)!important;box-shadow:inset 0 1px #eafaff29,0 7px 18px #02123e52!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team>header,.battlezone-team-board--theme-balloon .battlezone-team-board__team .battlezone-team-board__lobby-header,.battlezone-team-board--theme-balloon .battlezone-team-board__ranking-header,.battlezone-team-board--theme-balloon .battlezone-team-board__header-row--top{border-bottom-color:#7dddff52!important}.battlezone-team-board--theme-balloon .battlezone-team-board__members>.battlezone-team-board__member{box-shadow:inset 0 1px #eafaff1a;border:1px solid #7dddff57!important}.battlezone-team-board--theme-balloon .battlezone-team-board__unassigned,.battlezone-team-board--theme-balloon .battlezone-team-board__current-team{border:1px solid #7dddff6b;box-shadow:inset 0 1px #eafaff1f}.battlezone-room--theme-balloon .battlezone-balloon-race{border-color:#7dddff99;box-shadow:inset 0 1px #eafaff2e,inset 0 0 40px #5bd3ff1a,0 8px 24px #02123e4d}.battlezone-room--theme-balloon .battlezone-balloon-race__team-card{border-width:2px;box-shadow:inset 0 1px #eafaff29,0 6px 16px #02123e57}.battlezone-team-board--student.battlezone-team-board--theme-mine .battlezone-team-board__team.is-my-team,.battlezone-team-board--student.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-my-team{border:3px solid var(--battlezone-team-color)!important;box-shadow:0 0 0 1px color-mix(in srgb, var(--battlezone-team-color) 56%, transparent), inset 0 1px 0 #ffffff2e, 0 8px 20px color-mix(in srgb, var(--battlezone-team-color) 30%, transparent)!important}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-pattern-3{background:linear-gradient(135deg,#2a303af2,#1a1e25fc)!important}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-pattern-4{background:linear-gradient(135deg,#2e343ff2,#1e232bfc)!important}.battlezone-team-board--theme-mine .battlezone-team-board__team.is-pattern-5{background:linear-gradient(135deg,#1e232bf2,#12151afc)!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-pattern-3{background:linear-gradient(135deg,#0a52a4f2,#032b6cfc)!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-pattern-4{background:linear-gradient(135deg,#0f5db5f2,#04317cfc)!important}.battlezone-team-board--theme-balloon .battlezone-team-board__team.is-pattern-5{background:linear-gradient(135deg,#084694f2,#032460fc)!important}.battlezone-team-board--theme-mine .battlezone-team-board__members>.battlezone-team-board__member.is-empty{color:#94a3b8;background:#ffffff0d!important}.battlezone-team-board--theme-balloon .battlezone-team-board__members>.battlezone-team-board__member.is-empty{color:#b9eaff;background:#5bd3ff33!important}.battlezone-team-board--theme-mine.battlezone-team-board--lobby .battlezone-team-board__lobby-header>strong,.battlezone-team-board--theme-mine .battlezone-team-board__member-name,.battlezone-team-board--theme-mine .battlezone-team-board__member-name>span{color:#fff!important}.layout-desktop{height:100%}.layout-desktop .desktop-min-wrap{align-items:initial;flex-direction:row;width:100%;height:100%;display:flex}.layout-desktop__main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-desktop__content{flex:1;min-height:0}.layout-desktop__aside{z-index:15;position:relative}.layout-desktop__aside.is-floating{width:80px}.layout-desktop__aside.is-floating .aside-content{height:100%;position:absolute;top:0;left:0}.layout-desktop__aside.is-floating .aside-content.is-expanded{box-shadow:4px 0 16px #0003}.layout-desktop__aside .aside-content{border-right:1px solid var(--border-divider);background-color:var(--surface-menu);flex-direction:column;width:80px;height:100%;padding:16px 15px 16px 16px;transition:width .2s;display:flex;position:relative}.layout-desktop__aside .aside-content.is-expanded{width:256px}.layout-desktop__aside .aside-content.is-expanded .toggle-btn{opacity:1;right:16px;transform:none}.layout-desktop__aside .aside-content.is-expanded .aside-footer{opacity:1;margin-top:16px;transition-delay:.1s}.layout-desktop__aside .aside-logo{width:fit-content;padding-left:4px;display:block}.layout-desktop__aside .toggle-btn{opacity:0;background-color:#fff;border-radius:50%;position:absolute;top:16px;right:50%;transform:translate(50%)}.layout-desktop__aside .toggle-btn:has(button:focus-visible){opacity:1}@media (hover:hover) and (pointer:fine){.layout-desktop__aside .toggle-btn:hover{opacity:1}}.layout-desktop__aside .toggle-btn:active{opacity:1}.layout-desktop__aside .aside-nav{flex:1;min-height:0;margin-top:32px}.layout-desktop__aside .aside-nav [data-simplebar]{margin-right:-15px;padding-right:15px}.layout-desktop__aside .aside-nav ul li+li{margin-top:8px}.layout-desktop__aside .aside-nav .nav-item{border-radius:48px;flex-direction:row;align-items:center;gap:12px;padding:12px;display:flex}.layout-desktop__aside .aside-nav .nav-item svg{color:#8ea2c1;flex:none;width:24px;height:24px}.layout-desktop__aside .aside-nav .nav-item .link-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:block;overflow:hidden}.layout-desktop__aside .aside-nav .nav-item:focus-visible,.layout-desktop__aside .aside-nav .nav-item:focus-visible svg{color:var(--text-action-primary)}@media (hover:hover) and (pointer:fine){.layout-desktop__aside .aside-nav .nav-item:hover,.layout-desktop__aside .aside-nav .nav-item:hover svg{color:var(--text-action-primary)}}.layout-desktop__aside .aside-nav .nav-item:active,.layout-desktop__aside .aside-nav .nav-item:active svg{color:var(--text-action-primary)}.layout-desktop__aside .aside-nav .nav-item--selected{color:var(--text-action-primary);background-color:#e6eaf0}.layout-desktop__aside .aside-nav .nav-item--selected svg{color:var(--text-action-primary)}.layout-desktop__aside .aside-footer{color:#555;white-space:nowrap;opacity:0;font-size:12px;line-height:16px;transition:opacity .2s;overflow:hidden}.layout-desktop__aside .aside-footer__link{flex-direction:row;align-items:center;gap:8px;display:flex}.layout-desktop__aside .aside-footer__link .bar{background-color:var(--border-divider);border-radius:1px;flex:none;width:1px;height:12px}.layout-desktop__aside .aside-footer__copyright{margin-top:4px}.layout-desktop__header{border-bottom:1px solid var(--border-divider);flex-direction:row;align-items:center;gap:8px;padding:16px 16px 15px;display:flex;position:relative}.layout-header{z-index:10}.layout-header__title{flex-direction:row;flex:1;align-items:center;min-width:0;display:flex}.layout-header__title h1{padding:4px 0;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.layout-header__right{flex-direction:row;align-items:center;gap:8px;display:flex}.layout-header .btn-wrap{position:relative}.layout-header__notification-btn--active{background-color:var(--button-ghost-bg-focused)}.layout-header__notification-content{background-color:var(--list-bg-enabled);flex-direction:column;width:400px;height:calc(100vh - 64px);display:flex;position:absolute;top:calc(100% + 1px);right:0;box-shadow:-8px 0 12px #0000001a}.layout-header__notification-content>[data-simplebar]{flex:1;min-height:0}.layout-header__notification-content:before{content:"";background-color:var(--list-bg-enabled);pointer-events:none;width:calc(100% + 12px);height:12px;position:absolute;top:-13px;right:0}.layout-header__profile{position:relative}.layout-header__profile-btn--active{background-color:var(--button-ghost-bg-focused)}.layout-header__profile-content{background-color:var(--surface-modal);filter:drop-shadow(0 4px 12px #0003);border-radius:16px;width:240px;font-size:14px;line-height:20px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden}.layout-header__profile-content .user-info{padding:12px 16px;position:relative}.layout-header__profile-content .user-info__name{font-size:18px;font-weight:700;line-height:24px}.layout-header__profile-content .user-info__id{color:var(--text-general-subtle)}.layout-header__profile-content .user-info .edit-profile-btn{position:absolute;top:14px;right:16px}.layout-header__profile-content .profile-actions{border-top:1px solid var(--border-divider)}@media (hover:hover) and (pointer:fine){.layout-header__profile-content .profile-actions li:hover{background-color:var(--list-bg-hovered)}}.layout-header__profile-content .profile-actions li:active{background-color:var(--list-bg-hovered)}.layout-header__profile-content .profile-actions li+li{border-top:1px solid var(--border-divider)}.layout-header__profile-content .profile-actions li .profile-action-item{flex-direction:row;align-items:center;width:100%;padding:12px;display:flex}.layout-header__profile-content .profile-actions li .profile-action-item span{padding:0 4px;display:block}.layout-desktop__content{align-items:initial;flex-direction:row;height:100%;display:flex}.layout-desktop__content-sub{border-right:1px solid var(--border-divider);flex:none}.layout-desktop__content-main{flex:1;min-width:0;position:relative}.layout-desktop__content .content-container{padding:24px 0}.layout-desktop__content .content-container.w-1080{width:100%;max-width:1080px;margin:0 auto;padding-inline:24px}.layout-desktop__content .content-container.w-720{width:100%;max-width:720px;margin:0 auto;padding-inline:24px}.layout-desktop__content .content-container.w-my{width:100%;max-width:640px;margin:0 auto}.layout-desktop__content .content-container.w-map{padding-inline:24px;height:100%;padding-bottom:0}.layout-mobile{flex-direction:column;height:100vh;display:flex}.layout-mobile__body{flex-direction:column;flex:1;min-height:0;display:flex}.layout-mobile__content{flex:1;min-height:0;overflow:auto}.layout-mobile__header{z-index:15;position:relative}.layout-mobile__header.floating{width:100%;position:absolute;top:0;left:0}.layout-mobile__header .header-inner{flex-direction:row;align-items:center;gap:8px;max-width:1024px;height:100%;margin:0 auto;display:flex}.layout-mobile__header .btn-wrap{position:relative}.layout-mobile__header.home{padding:8px 16px}.layout-mobile__header.home .logo{background-image:url(/assets/logo_stepsem_mobile-DJYGrbji.svg);width:126px;height:40px}.layout-mobile__header.home .right-wrap{flex-direction:row;align-items:center;gap:8px;margin-left:auto;display:flex}.layout-mobile__header.home .header-battlezone-button{white-space:nowrap;border-radius:999px;padding:7px 10px;font-size:12px;line-height:1}.layout-mobile__header.sub{height:56px;padding:0 16px}.layout-mobile__header.sub .left-wrap{flex:1;min-width:0}.layout-mobile__header.sub .page-title{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:18px;font-weight:700;line-height:24px}.layout-mobile__header.sub .page-title .learning-unit{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.layout-mobile__header.sub .page-title .learning-unit .learning-unit__step{margin-top:4px}.layout-mobile__header.sub .page-title .learning-unit .learning-unit__description{font-size:16px;font-weight:400;line-height:24px}.layout-mobile__header.sub .date{color:var(--text-general-subtle);font-size:14px;line-height:20px}.layout-mobile__header.sub .coin{background-color:var(--00);border-radius:32px;flex-direction:row;align-items:center;gap:4px;padding:4px 8px 4px 4px;display:flex}.layout-mobile__header.sub .coin span{font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px}.layout-mobile__header.sub .coin:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4006%209.99985C18.4006%2014.639%2014.6398%2018.3999%2010.0006%2018.3999C5.36139%2018.3999%201.60059%2014.639%201.60059%209.99985C1.60059%205.36066%205.36139%201.59985%2010.0006%201.59985C14.6398%201.59985%2018.4006%205.36066%2018.4006%209.99985Z'%20fill='%23FFAA00'/%3e%3cpath%20d='M16.375%2010C16.375%2013.5208%2013.5208%2016.375%2010%2016.375C6.47918%2016.375%203.625%2013.5208%203.625%2010C3.625%206.47918%206.47918%203.625%2010%203.625C13.5208%203.625%2016.375%206.47918%2016.375%2010Z'%20fill='%23FFCA2C'/%3e%3cpath%20d='M10.3971%2014.2841C10.0451%2014.2841%209.67307%2014.2281%209.28107%2014.1161C8.88907%2014.0041%208.50507%2013.8361%208.12907%2013.6121C7.75307%2013.3881%207.40907%2013.1041%207.09707%2012.7601C6.79307%2012.4081%206.54907%2012.0001%206.36507%2011.5361C6.18907%2011.0641%206.10107%2010.5281%206.10107%209.92813C6.10107%209.35213%206.18907%208.84013%206.36507%208.39213C6.54907%207.93613%206.79307%207.54013%207.09707%207.20413C7.40107%206.86813%207.74107%206.59213%208.11707%206.37613C8.49307%206.15213%208.88107%205.98813%209.28107%205.88413C9.68107%205.77213%2010.0611%205.71613%2010.4211%205.71613C10.8291%205.71613%2011.1851%205.76413%2011.4891%205.86013C11.7931%205.95613%2012.0411%206.05613%2012.2331%206.16013C12.4251%206.25613%2012.5451%206.32413%2012.5931%206.36413C12.7371%206.45213%2012.8731%206.55213%2013.0011%206.66413C13.1291%206.77613%2013.1971%206.92413%2013.2051%207.10813C13.2051%207.20413%2013.1851%207.30013%2013.1451%207.39613C13.1131%207.48413%2013.0611%207.58013%2012.9891%207.68413C12.8611%207.86813%2012.7371%208.00413%2012.6171%208.09213C12.5051%208.17213%2012.3891%208.21213%2012.2691%208.21213C12.1731%208.21213%2012.0811%208.18813%2011.9931%208.14013C11.9131%208.09213%2011.8091%208.02813%2011.6811%207.94813C11.6251%207.90813%2011.5451%207.86013%2011.4411%207.80413C11.3371%207.74013%2011.1971%207.68413%2011.0211%207.63613C10.8451%207.58013%2010.6211%207.55213%2010.3491%207.55213C10.0691%207.55213%209.78507%207.60413%209.49707%207.70813C9.21707%207.80413%208.95707%207.95213%208.71707%208.15213C8.47707%208.35213%208.28507%208.60813%208.14107%208.92013C7.99707%209.22413%207.92507%209.58013%207.92507%209.98813C7.92507%2010.4121%207.99707%2010.7761%208.14107%2011.0801C8.29307%2011.3841%208.48907%2011.6361%208.72907%2011.8361C8.96907%2012.0361%209.22907%2012.1881%209.50907%2012.2921C9.79707%2012.3881%2010.0771%2012.4361%2010.3491%2012.4361C10.5891%2012.4361%2010.7931%2012.4121%2010.9611%2012.3641C11.1371%2012.3161%2011.2851%2012.2601%2011.4051%2012.1961C11.5331%2012.1241%2011.6411%2012.0601%2011.7291%2012.0041C11.8171%2011.9481%2011.9051%2011.8961%2011.9931%2011.8481C12.0891%2011.8001%2012.1851%2011.7761%2012.2811%2011.7761C12.3931%2011.7761%2012.5051%2011.8201%2012.6171%2011.9081C12.7371%2011.9961%2012.8571%2012.1361%2012.9771%2012.3281C13.0491%2012.4321%2013.1051%2012.5361%2013.1451%2012.6401C13.1851%2012.7361%2013.2011%2012.8321%2013.1931%2012.9281C13.1931%2013.0961%2013.1291%2013.2361%2013.0011%2013.3481C12.8731%2013.4521%2012.7371%2013.5481%2012.5931%2013.6361C12.5291%2013.6681%2012.4051%2013.7401%2012.2211%2013.8521C12.0371%2013.9561%2011.7931%2014.0521%2011.4891%2014.1401C11.1851%2014.2361%2010.8211%2014.2841%2010.3971%2014.2841Z'%20fill='%23AA6300'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.layout-mobile__footer{background-color:var(--surface-menu);border-top:2px solid #0000000d;padding:8px 12px 16px}.layout-mobile__footer nav{width:100%;max-width:1024px;margin:0 auto}.layout-mobile__footer nav ul{flex-direction:row;align-items:center;gap:24px;display:flex}.layout-mobile__footer nav ul li{flex:1;min-width:0}.layout-mobile__footer .nav-item{text-align:center;border-radius:16px;padding:5px 0;display:block}.layout-mobile__footer .nav-item svg{color:#cdd3da;margin:0 auto}.layout-mobile__footer .nav-item .link-label{margin-top:2px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:12px;font-weight:700;line-height:12px;display:block}@media (hover:hover) and (pointer:fine){.layout-mobile__footer .nav-item:hover{background-color:#e6eaf0}}.layout-mobile__footer .nav-item:active{background-color:#e6eaf0}.layout-mobile__footer .nav-item--selected{color:var(--text-action-primary);background-color:#e6eaf0}.layout-mobile__footer .nav-item--selected svg{color:var(--text-action-primary);margin:0 auto}.layout-mobile__deco-footer{background-color:var(--00);padding:16px}.layout-mobile__deco-footer .inner{flex-direction:row;justify-content:center;align-items:center;gap:16px;width:100%;max-width:1024px;margin:0 auto;display:flex}.layout-mobile__deco-footer .deco-rest-btn{width:108px}.layout-mobile__deco-footer .deco-save-btn{flex:1;min-width:0;max-width:240px}.layout-mobile__deco-footer .deco-save-btn>span{flex-direction:row;align-items:center;gap:16px;display:flex}.layout-mobile__deco-footer .deco-save-btn>span .coin{flex-direction:row;align-items:center;gap:2px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:flex}.layout-mobile__deco-footer .deco-save-btn>span .coin:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.4006%209.99985C18.4006%2014.639%2014.6398%2018.3999%2010.0006%2018.3999C5.36139%2018.3999%201.60059%2014.639%201.60059%209.99985C1.60059%205.36066%205.36139%201.59985%2010.0006%201.59985C14.6398%201.59985%2018.4006%205.36066%2018.4006%209.99985Z'%20fill='%23FFAA00'/%3e%3cpath%20d='M16.375%2010C16.375%2013.5208%2013.5208%2016.375%2010%2016.375C6.47918%2016.375%203.625%2013.5208%203.625%2010C3.625%206.47918%206.47918%203.625%2010%203.625C13.5208%203.625%2016.375%206.47918%2016.375%2010Z'%20fill='%23FFCA2C'/%3e%3cpath%20d='M10.3971%2014.2841C10.0451%2014.2841%209.67307%2014.2281%209.28107%2014.1161C8.88907%2014.0041%208.50507%2013.8361%208.12907%2013.6121C7.75307%2013.3881%207.40907%2013.1041%207.09707%2012.7601C6.79307%2012.4081%206.54907%2012.0001%206.36507%2011.5361C6.18907%2011.0641%206.10107%2010.5281%206.10107%209.92813C6.10107%209.35213%206.18907%208.84013%206.36507%208.39213C6.54907%207.93613%206.79307%207.54013%207.09707%207.20413C7.40107%206.86813%207.74107%206.59213%208.11707%206.37613C8.49307%206.15213%208.88107%205.98813%209.28107%205.88413C9.68107%205.77213%2010.0611%205.71613%2010.4211%205.71613C10.8291%205.71613%2011.1851%205.76413%2011.4891%205.86013C11.7931%205.95613%2012.0411%206.05613%2012.2331%206.16013C12.4251%206.25613%2012.5451%206.32413%2012.5931%206.36413C12.7371%206.45213%2012.8731%206.55213%2013.0011%206.66413C13.1291%206.77613%2013.1971%206.92413%2013.2051%207.10813C13.2051%207.20413%2013.1851%207.30013%2013.1451%207.39613C13.1131%207.48413%2013.0611%207.58013%2012.9891%207.68413C12.8611%207.86813%2012.7371%208.00413%2012.6171%208.09213C12.5051%208.17213%2012.3891%208.21213%2012.2691%208.21213C12.1731%208.21213%2012.0811%208.18813%2011.9931%208.14013C11.9131%208.09213%2011.8091%208.02813%2011.6811%207.94813C11.6251%207.90813%2011.5451%207.86013%2011.4411%207.80413C11.3371%207.74013%2011.1971%207.68413%2011.0211%207.63613C10.8451%207.58013%2010.6211%207.55213%2010.3491%207.55213C10.0691%207.55213%209.78507%207.60413%209.49707%207.70813C9.21707%207.80413%208.95707%207.95213%208.71707%208.15213C8.47707%208.35213%208.28507%208.60813%208.14107%208.92013C7.99707%209.22413%207.92507%209.58013%207.92507%209.98813C7.92507%2010.4121%207.99707%2010.7761%208.14107%2011.0801C8.29307%2011.3841%208.48907%2011.6361%208.72907%2011.8361C8.96907%2012.0361%209.22907%2012.1881%209.50907%2012.2921C9.79707%2012.3881%2010.0771%2012.4361%2010.3491%2012.4361C10.5891%2012.4361%2010.7931%2012.4121%2010.9611%2012.3641C11.1371%2012.3161%2011.2851%2012.2601%2011.4051%2012.1961C11.5331%2012.1241%2011.6411%2012.0601%2011.7291%2012.0041C11.8171%2011.9481%2011.9051%2011.8961%2011.9931%2011.8481C12.0891%2011.8001%2012.1851%2011.7761%2012.2811%2011.7761C12.3931%2011.7761%2012.5051%2011.8201%2012.6171%2011.9081C12.7371%2011.9961%2012.8571%2012.1361%2012.9771%2012.3281C13.0491%2012.4321%2013.1051%2012.5361%2013.1451%2012.6401C13.1851%2012.7361%2013.2011%2012.8321%2013.1931%2012.9281C13.1931%2013.0961%2013.1291%2013.2361%2013.0011%2013.3481C12.8731%2013.4521%2012.7371%2013.5481%2012.5931%2013.6361C12.5291%2013.6681%2012.4051%2013.7401%2012.2211%2013.8521C12.0371%2013.9561%2011.7931%2014.0521%2011.4891%2014.1401C11.1851%2014.2361%2010.8211%2014.2841%2010.3971%2014.2841Z'%20fill='%23AA6300'/%3e%3c/svg%3e");width:20px;height:20px;display:block}.layout-learning{height:100%;color:var(--curr-text-black);background-color:#051d3c;font-size:24px;line-height:32px}.layout-learning__container{flex-direction:column;max-width:1024px;height:100%;margin:0 auto;display:flex}.layout-learning__content{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative}.learning-cover{text-align:center;flex-direction:column;flex:1;height:100%;min-height:0;padding:16px 24px 40px;display:flex;overflow:auto}.learning-cover__inner{flex-direction:column;flex:none;justify-content:center;width:100%;max-width:432px;height:100%;min-height:440px;margin:auto;display:flex}.learning-cover__img{flex:none;width:312px;height:116px;margin:0 auto;position:relative}.learning-cover__img:before{content:"";background-image:url(/assets/cover_characters-AqXtkIOb.svg);width:100%;height:100%;display:block}.learning-cover__img:after{content:"";background-image:url(/assets/cover_characters_hand-kySCfTdt.svg);width:91px;height:20px;position:absolute;top:108px;left:51%;transform:translate(-50%)}.learning-cover__content{background-color:#fff;border-radius:52px;flex-direction:column;flex:1;min-height:0;padding:20px;display:flex}.learning-cover .unit-box{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.learning-cover .unit-box .learning-unit__step{width:fit-content;margin:0 auto 16px;padding:2px 12px;font-size:16px;font-weight:700;line-height:24px}.learning-cover .unit-box .unit-description{font-size:24px;font-weight:700;line-height:36px}.learning-cover .btn-wrap{padding-top:24px}.learning-cover .drill-instructions{margin-top:16px}.learning-cover .drill-instructions .text p{font-size:16px;line-height:20px}.learning-cover .drill-instructions .drill-info-box{background-color:var(--curr-orange-100);border-radius:16px;width:240px;margin:12px auto 0;padding:8px 24px;position:relative}.learning-cover .drill-instructions .drill-info-box .row--double{flex-direction:row;align-items:center;gap:8px;width:212px;padding-bottom:5px;display:flex}.learning-cover .drill-instructions .drill-info-box .row--double .info-item{text-align:center;flex:1;min-width:0;display:block}.learning-cover .drill-instructions .drill-info-box .row--double .info-item__label{width:auto}.learning-cover .drill-instructions .drill-info-box .row-divider{background-color:var(--curr-border-divider);height:1px}.learning-cover .drill-instructions .drill-info-box .info-item{text-align:left;flex-direction:row;align-items:center;gap:24px;min-height:46px;display:flex}.learning-cover .drill-instructions .drill-info-box .info-item__label{width:72px;color:var(--curr-text-gray);font-size:16px;line-height:20px}.learning-cover .drill-instructions .drill-info-box .info-item__value{flex:1;min-width:0;font-size:18px;font-weight:700;line-height:30px}.learning-cover .drill-instructions .drill-info-box .info-item__value.correct{color:var(--curr-button-answer-bg-right)}.learning-cover .drill-instructions .drill-info-box .info-item__value.incorrect{color:var(--curr-button-answer-bg-wrong)}.learning-cover .drill-instructions .drill-info-box .badge{width:52px;height:52px;position:absolute;top:-20px;right:-14px}.learning-cover .drill-instructions .drill-info-box .badge--master{background-image:url(/assets/badge_master-5dPjoasw.svg);width:76px;height:56px;right:-26px}.learning-cover .drill-instructions .drill-info-box .badge--success{background-image:url(/assets/badge_success-BvYkiwW_.svg)}.learning-cover .drill-instructions .drill-info-box .badge--fail{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M25.9998%202.86328L30.7905%208.12139L37.5684%205.96306L39.0881%2012.912L46.0371%2014.4318L43.8788%2021.2097L49.1369%2026.0003L43.8788%2030.791L46.0371%2037.5689L39.0881%2039.0886L37.5684%2046.0376L30.7905%2043.8793L25.9998%2049.1374L21.2092%2043.8793L14.4313%2046.0376L12.9116%2039.0886L5.96257%2037.5689L8.1209%2030.791L2.86279%2026.0003L8.1209%2021.2097L5.96257%2014.4318L12.9116%2012.912L14.4313%205.96306L21.2092%208.12139L25.9998%202.86328Z'%20fill='%23F29891'/%3e%3cpath%20d='M31.3823%205.90854L38.9995%203.48336L40.7073%2011.2917L48.5166%2013.0005L46.0905%2020.6168L52%2026L46.0905%2031.3823L48.5166%2038.9995L40.7073%2040.7073L38.9995%2048.5166L31.3823%2046.0905L26%2052L20.6168%2046.0905L13.0005%2048.5166L11.2917%2040.7073L3.48336%2038.9995L5.90854%2031.3823L0%2026L5.90854%2020.6168L3.48336%2013.0005L11.2917%2011.2917L13.0005%203.48336L20.6168%205.90854L26%200L31.3823%205.90854ZM21.8021%2010.3333L15.8625%208.44197L14.5313%2014.5313L8.44197%2015.8625L10.3333%2021.8021L5.72495%2026L10.3333%2030.1979L8.44197%2036.1366L14.5313%2037.4687L15.8625%2043.5571L21.8021%2041.6667L26%2046.2741L30.1979%2041.6667L36.1366%2043.5571L37.4687%2037.4687L43.5571%2036.1366L41.6667%2030.1979L46.2741%2026L41.6667%2021.8021L43.5571%2015.8625L37.4687%2014.5313L36.1366%208.44197L30.1979%2010.3333L26%205.72495L21.8021%2010.3333Z'%20fill='%23DE5B52'/%3e%3cpath%20d='M22.3059%2030.776H17.6179C17.2339%2030.776%2017.0579%2031.096%2017.0579%2031.416C17.0579%2031.704%2017.2339%2032.024%2017.6179%2032.024H24.0499C24.5619%2032.024%2024.8179%2032.408%2024.8179%2032.792C24.8179%2033.176%2024.5619%2033.56%2024.0499%2033.56H17.5859C16.0499%2033.56%2015.2979%2032.568%2015.2979%2031.448C15.2979%2030.28%2016.0499%2029.304%2017.5859%2029.304H22.2579C22.6259%2029.304%2022.8019%2029%2022.8019%2028.712C22.8019%2028.408%2022.6259%2028.104%2022.2579%2028.104H16.3699C15.8739%2028.104%2015.6179%2027.72%2015.6179%2027.352C15.6179%2026.968%2015.8739%2026.584%2016.3699%2026.584H22.3059C23.8259%2026.584%2024.5619%2027.544%2024.5619%2028.696C24.5619%2029.8%2023.8259%2030.776%2022.3059%2030.776ZM19.8099%2025.432C18.6419%2024.728%2017.6179%2023.912%2016.9299%2022.92C16.2099%2023.992%2015.1219%2024.904%2013.9379%2025.64C13.7779%2025.752%2013.6179%2025.784%2013.4739%2025.784C13.0099%2025.784%2012.6419%2025.352%2012.6419%2024.92C12.6419%2024.664%2012.7699%2024.392%2013.0739%2024.232C15.1699%2023.08%2016.0179%2021.624%2016.0179%2020.408V19.688C16.0179%2019.08%2016.4819%2018.76%2016.9459%2018.76C17.4099%2018.76%2017.8739%2019.08%2017.8739%2019.688V20.424C17.8739%2021.672%2018.5459%2022.888%2020.6579%2024.008C20.9619%2024.168%2021.0899%2024.44%2021.0899%2024.696C21.0899%2025.128%2020.7379%2025.576%2020.2739%2025.576C20.1299%2025.576%2019.9699%2025.528%2019.8099%2025.432ZM24.4659%2019.576V25.048C24.4659%2025.64%2024.0179%2025.944%2023.5699%2025.944C23.1219%2025.944%2022.6739%2025.64%2022.6739%2025.048V19.576C22.6739%2018.984%2023.1219%2018.68%2023.5699%2018.68C24.0179%2018.68%2024.4659%2018.984%2024.4659%2019.576ZM35.792%2025.016V31.816C35.792%2032.408%2035.392%2032.712%2034.944%2032.712C34.496%2032.712%2034.064%2032.408%2034.064%2031.816V19.64C34.064%2019.048%2034.496%2018.744%2034.944%2018.744C35.392%2018.744%2035.792%2019.048%2035.792%2019.64V23.48H37.136V19.576C37.136%2018.984%2037.584%2018.68%2038.032%2018.68C38.48%2018.68%2038.912%2018.984%2038.912%2019.576V32.136C38.912%2032.728%2038.48%2033.032%2038.032%2033.032C37.584%2033.032%2037.136%2032.728%2037.136%2032.136V25.016H35.792ZM32.976%2028.616H27.216C26.704%2028.616%2026.448%2028.232%2026.448%2027.848C26.448%2027.448%2026.704%2027.08%2027.216%2027.08H27.6V21.208H27.296C26.784%2021.208%2026.528%2020.84%2026.528%2020.456C26.528%2020.056%2026.784%2019.688%2027.296%2019.688H32.736C33.264%2019.688%2033.52%2020.056%2033.52%2020.456C33.52%2020.84%2033.264%2021.208%2032.736%2021.208H32.448V27.08H32.976C33.504%2027.08%2033.76%2027.448%2033.76%2027.848C33.76%2028.232%2033.504%2028.616%2032.976%2028.616ZM29.328%2021.208V27.08H30.72V21.208H29.328Z'%20fill='%23333333'/%3e%3c/svg%3e")}.learning-cover .drill-instructions .drill-info-box .badge .badge-text{color:#051d3c;letter-spacing:-.04em;padding-top:15px;font-weight:700}.learning-cover .drill-instructions .drill-info-box .badge .badge-text strong{font-size:24px;line-height:18px}.learning-cover .drill-instructions .drill-info-box .badge .badge-text span{font-size:10px;line-height:14px}.learning-step-guide{text-align:center;flex-direction:column;flex:1;min-height:0;display:flex}.learning-step-guide .guide-top{border-radius:24px 24px 0 0;flex-direction:row;align-items:center;height:280px;display:flex}.learning-step-guide .guide-top .character-eye{width:180px;height:180px;margin:auto;animation:.8s steps(2,end) infinite characterEyeBlink}@keyframes characterEyeBlink{0%{background-position:0 0}to{background-position:200% 0}}.learning-step-guide .guide-btm{flex:1;min-height:0}.learning-step-guide .guide-btm__inner{flex-direction:column;width:100%;max-width:480px;height:100%;margin:0 auto;padding:0 24px 48px;display:flex}.learning-step-guide .guide-btm .step{background-color:#fffc;border-radius:0 0 24px 24px;width:160px;margin:0 auto;padding:4px;font-size:20px;line-height:28px}.learning-step-guide .guide-btm .text-box{flex-direction:row;flex:1;justify-content:center;align-items:center;min-height:0;padding:20px 0;display:flex}.learning-step-guide .guide-btm .text-box p{color:var(--curr-text-white);font-weight:700}.learning-step-guide .guide-btm .timer{background-color:var(--curr-alpha-light-20);border-radius:24px;width:100%;height:24px;margin:0 auto;position:relative;overflow:hidden}.learning-step-guide .guide-btm .timer__bar{background-color:var(--curr-alpha-dark-20);height:100%}.learning-step-guide .guide-btm .timer__text{text-align:center;width:100%;color:var(--curr-text-white);font-size:12px;line-height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.learning-step-guide.character-tube .guide-top{background-color:var(--characters-tube)}.learning-step-guide.character-tube .guide-top .character-eye{background-image:url(/assets/step_guide_eye_tube-DLq2O5IT.svg)}.learning-step-guide.character-tube .guide-btm{background-color:var(--characters-tube-2)}.learning-step-guide.character-maro .guide-top{background-color:var(--characters-maro)}.learning-step-guide.character-maro .guide-top .character-eye{background-image:url(/assets/step_guide_eye_maro-CpMwrwPd.svg)}.learning-step-guide.character-maro .guide-btm{background-color:var(--characters-maro-2)}.learning-step-guide.character-roy .guide-top{background-color:var(--characters-roy)}.learning-step-guide.character-roy .guide-top .character-eye{background-image:url(/assets/step_guide_eye_roy-B2NF6gj_.svg)}.learning-step-guide.character-roy .guide-btm{background-color:var(--characters-roy-2)}.learning-step-guide.character-woody .guide-top{background-color:var(--characters-woody)}.learning-step-guide.character-woody .guide-top .character-eye{background-image:url(/assets/step_guide_eye_woody-w6ck8-wd.svg)}.learning-step-guide.character-woody .guide-btm{background-color:var(--characters-woody-2)}.learning-step-guide.character-gyeongbok .guide-top{background-color:var(--characters-gyeongbok)}.learning-step-guide.character-gyeongbok .guide-top .character-eye{background-image:url(/assets/step_guide_eye_gyeongbok-DfFo3Kh9.svg)}.learning-step-guide.character-gyeongbok .guide-btm{background-color:var(--characters-gyeongbok-2)}.learning-step-guide.character-lalla .guide-top{background-color:var(--characters-lalla)}.learning-step-guide.character-lalla .guide-top .character-eye{background-image:url(../assets/learningImages/stepGuide/step_guide_eye_lalla.svg)}.learning-step-guide.character-lalla .guide-btm{background-color:var(--characters-lalla-2)}.learning-step-guide.character-sabi .guide-top{background-color:var(--characters-sabi)}.learning-step-guide.character-sabi .guide-top .character-eye{background-image:url(../assets/learningImages/stepGuide/step_guide_eye_sabi.svg)}.learning-step-guide.character-sabi .guide-btm{background-color:var(--characters-sabi-2)}.learning-step-guide.character-jelly .guide-top{background-color:var(--characters-jelly)}.learning-step-guide.character-jelly .guide-top .character-eye{background-image:url(../assets/learningImages/stepGuide/step_guide_eye_jelly.svg)}.learning-step-guide.character-jelly .guide-btm{background-color:var(--characters-jelly-2)}.learning-step-complete{flex-direction:column;flex:1;min-height:0;display:flex}.learning-step-complete .step-complete-content{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.learning-step-complete .step-complete-content .grade{width:320px;height:56px;margin:0 auto 40px}.learning-step-complete .step-complete-content .grade--amazing{background-image:url(/assets/complete_text_amazing-ahQvXVq8.png)}.learning-step-complete .step-complete-content .grade--great{background-image:url(/assets/complete_text_great-CiX_rg_M.png)}.learning-step-complete .step-complete-content .grade--goodjob{background-image:url(/assets/complete_text_goodjob-BF_-nJ_R.png)}.learning-step-complete .step-complete-content .grade--nicework{background-image:url(/assets/complete_text_nicework-BGOmUx2G.png)}.learning-step-complete .step-complete-content .grade--perfect{background-image:url(/assets/complete_text_perfect-7OqWsAo1.png)}.learning-step-complete .step-complete-content .character{width:200px;height:200px;margin:0 auto;position:relative}.learning-step-complete .step-complete-content .character--perfect{width:300px;height:240px}.learning-step-complete .step-complete-content .character--perfect.img1{background-image:url(/assets/complete_character_perfect_1-BPgA07tb.svg)}.learning-step-complete .step-complete-content .character--perfect.img2{background-image:url(/assets/complete_character_perfect_2-CsM8iI-G.svg)}.learning-step-complete .step-complete-content .character--perfect{animation:.5s both complete-character-perfect}@keyframes complete-character-perfect{0%{transform:scale(.1)}60%{transform:scale(1.15)}80%{transform:scale(.95)}to{transform:scale(1)}}.learning-step-complete .btn-wrap{text-align:center;padding:12px 24px 24px}.learning-step-complete .btn-wrap button{max-width:420px}.learning-content{background-color:#fff;border-radius:24px 24px 0 0;flex:1;min-height:0;position:relative;overflow:auto}.learning-content .unit-id{color:var(--curr-text-light-gray);padding:2px 6px;font-size:12px;line-height:16px;position:absolute;top:8px;left:8px}.learning-content .learning-skip{text-align:right;flex-direction:row;justify-content:flex-end;align-items:center;width:360px;display:flex;position:absolute;bottom:104px;left:50%;transform:translate(-50%)}.learning-content .learning-skip button{color:var(--curr-button-accent-contents-normal);border-radius:32px;flex-direction:row;align-items:center;padding:4px 0 4px 12px;font-size:16px;line-height:20px;display:flex}@media (hover:hover) and (pointer:fine){.learning-content .learning-skip button:hover{background-color:var(--curr-button-accent-bg-pressed)}}.learning-content .learning-skip button:active{background-color:var(--curr-button-accent-bg-pressed)}.learning-content .learning-skip button:disabled{background-color:var(--curr-button-accent-bg-disabled);color:var(--curr-button-accent-contents-disabled)}.learning-header{flex-direction:row;align-items:center;gap:4px;height:56px;padding:0 4px;display:flex;position:relative}.learning-header__center{flex-direction:row;flex:1;align-items:center;min-width:0;height:100%;display:flex}.learning-header .btn-sound,.learning-header .btn-back{color:#fff;border-radius:50%}@media (hover:hover) and (pointer:fine){.learning-header .btn-sound:hover,.learning-header .btn-back:hover{background-color:var(--curr-button-ghost-bg-pressed)}}.learning-header .btn-sound:active,.learning-header .btn-back:active{background-color:var(--curr-button-ghost-bg-pressed)}.learning-header__character{flex-direction:row;justify-content:center;align-items:flex-end;gap:6px;width:100%;height:100%;display:flex}.learning-header__character .character{flex:0 0 52px;width:52px;height:52px;position:relative}.learning-header__character .character__head{width:100%;height:100%;animation:.7s ease-in-out infinite both characterBounce;position:absolute;top:0;left:0}.learning-header__character .character__leg{height:100%}.learning-header__character .character--tube .character__head{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39.4696%2032.8566C39.9564%2032.2096%2040.7177%2032.0861%2041.4364%2032.1731C42.1552%2032.2602%2042.9532%2032.566%2043.7104%2032.9374C45.233%2033.6843%2046.7533%2034.7797%2047.4529%2035.3002C49.1548%2036.5665%2049.8136%2038.7969%2048.9581%2040.352C48.8796%2040.4947%2048.7226%2040.7678%2048.4863%2041.036C48.2522%2041.3016%2047.9117%2041.5952%2047.457%2041.7302C46.4648%2042.0244%2045.3542%2041.4834%2044.1527%2039.7812C43.747%2039.2064%2043.1865%2038.6385%2042.5703%2038.0704C41.9875%2037.533%2041.277%2036.9287%2040.7331%2036.4149C40.1734%2035.8863%2039.6509%2035.3305%2039.364%2034.765C39.2169%2034.475%2039.1183%2034.1564%2039.1248%2033.8205C39.1315%2033.4764%2039.2479%2033.1514%2039.4696%2032.8566Z'%20fill='%234296EB'/%3e%3cpath%20d='M10.5643%2032.1731C11.283%2032.0862%2012.0443%2032.2096%2012.531%2032.8566C12.7527%2033.1514%2012.8692%2033.4764%2012.8758%2033.8205C12.8823%2034.1564%2012.7838%2034.475%2012.6367%2034.765C12.3498%2035.3305%2011.8273%2035.8862%2011.2676%2036.4149C10.7235%2036.9288%2010.0127%2037.533%209.42983%2038.0703C8.81368%2038.6385%208.25368%2039.2064%207.848%2039.7812C6.6465%2041.4834%205.53583%2042.0244%204.54366%2041.7302C4.08896%2041.5952%203.74848%2041.3016%203.51432%2041.036C3.27803%2040.7678%203.1211%2040.4947%203.04257%2040.3519C2.1871%2038.7969%202.84584%2036.5665%204.54772%2035.3002C5.24742%2034.7796%206.76766%2033.6843%208.2903%2032.9374C9.04743%2032.566%209.8455%2032.2602%2010.5643%2032.1731Z'%20fill='%234296EB'/%3e%3cpath%20d='M25.999%2011.8799C28.4563%2011.8799%2029.9175%2012.145%2031.1513%2012.4776C32.3982%2012.8137%2033.2823%2013.1734%2034.7532%2013.4125C35.6322%2013.5551%2036.3431%2013.349%2037.1496%2013.1073C38.4281%2012.7243%2039.8872%2012.7899%2040.9277%2014.0335L40.9942%2014.1168C41.3184%2014.5394%2041.518%2015.0688%2041.6163%2015.5935C41.7216%2016.1559%2041.7181%2016.7535%2041.5985%2017.2795C41.0826%2019.5492%2041.5401%2021.3038%2042.5045%2023.4834C43.8977%2026.6323%2044.5976%2031.4284%2042.4867%2035.4703C40.3511%2039.5595%2035.4398%2042.696%2025.999%2042.696C16.5588%2042.6959%2011.6476%2039.5595%209.51189%2035.4703C7.401%2031.4285%208.10093%2026.6322%209.49412%2023.4834C10.4586%2021.3036%2010.9156%2019.5495%2010.3995%2017.2795C10.2799%2016.7531%2010.277%2016.1553%2010.3828%2015.593C10.4881%2015.0333%2010.7088%2014.4684%2011.0724%2014.0335L11.1714%2013.9203C12.2042%2012.7861%2013.6118%2012.7361%2014.8505%2013.1073C15.657%2013.3489%2016.3666%2013.555%2017.2454%2013.4125L17.5145%2013.3662C18.8281%2013.1287%2019.6779%2012.7927%2020.8468%2012.4776C22.0805%2012.145%2023.5419%2011.8799%2025.999%2011.8799Z'%20fill='%2360B0FF'/%3e%3ccircle%20cx='20.6217'%20cy='29.4046'%20r='5.2728'%20fill='white'/%3e%3cmask%20id='mask0_8670_4103'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='15'%20y='24'%20width='11'%20height='11'%3e%3ccircle%20cx='20.6214'%20cy='29.4046'%20r='5.2728'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_8670_4103)'%3e%3cpath%20d='M22.8015%2024.9229C25.1673%2024.923%2027.0854%2026.841%2027.0854%2029.2068C27.0852%2031.5724%2025.1672%2033.4905%2022.8015%2033.4907C20.4357%2033.4907%2018.5177%2031.5725%2018.5176%2029.2068C18.5176%2026.8409%2020.4356%2024.9229%2022.8015%2024.9229Z'%20fill='%23333333'/%3e%3c/g%3e%3ccircle%20cx='32.0401'%20cy='29.4046'%20r='5.2728'%20fill='white'/%3e%3cmask%20id='mask1_8670_4103'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='26'%20y='24'%20width='12'%20height='11'%3e%3ccircle%20cx='32.0396'%20cy='29.4046'%20r='5.2728'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_8670_4103)'%3e%3cpath%20d='M34.2195%2024.9229C36.5852%2024.923%2038.5034%2026.8409%2038.5034%2029.2068C38.5032%2031.5724%2036.5852%2033.4906%2034.2195%2033.4907C31.8537%2033.4907%2029.9357%2031.5725%2029.9355%2029.2068C29.9355%2026.8409%2031.8536%2024.9229%2034.2195%2024.9229Z'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.learning-header__character .character--tube .character__leg{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.4645%2030.7389C23.7251%2030.7652%2023.9293%2030.9843%2023.9317%2031.2518L24.0714%2047.6348V47.6389C24.0713%2048.6639%2023.6349%2049.2634%2023.1228%2049.5757C22.8835%2049.7215%2022.6478%2049.7929%2022.4748%2049.828C21.8509%2049.9548%2021.1448%2049.9457%2020.5223%2049.8341C20.4272%2049.8171%2020.2948%2049.7909%2020.146%2049.7544C19.8619%2049.6848%2019.4626%2049.565%2019.1491%2049.369C18.2689%2048.8183%2017.5628%2047.4802%2017.2697%2044.7885C16.9729%2042.0628%2017.0837%2037.8034%2018.001%2031.1847L18.0096%2031.1375C18.0641%2030.9047%2018.2727%2030.7365%2018.5159%2030.7363H23.4117L23.4645%2030.7389Z'%20fill='%234296EB'/%3e%3cpath%20d='M28.8729%2030.7389C28.6123%2030.7652%2028.4081%2030.9843%2028.4057%2031.2518L28.266%2047.6348V47.6389C28.2661%2048.6639%2028.7025%2049.2634%2029.2146%2049.5757C29.4539%2049.7215%2029.6896%2049.7929%2029.8626%2049.828C30.4865%2049.9548%2031.1926%2049.9457%2031.8151%2049.8341C31.9102%2049.8171%2032.0426%2049.7909%2032.1914%2049.7544C32.4755%2049.6848%2032.8748%2049.565%2033.1883%2049.369C34.0685%2048.8183%2034.7746%2047.4802%2035.0677%2044.7885C35.3645%2042.0628%2035.2537%2037.8034%2034.3364%2031.1847L34.3278%2031.1375C34.2734%2030.9047%2034.0647%2030.7365%2033.8215%2030.7363H28.9257L28.8729%2030.7389Z'%20fill='%234296EB'/%3e%3c/svg%3e")}.learning-header__character .character--maro .character__head{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M32.6407%2035.9426C33.0665%2035.3697%2033.7406%2035.2864%2034.3388%2035.3708C34.941%2035.4558%2035.6065%2035.7232%2036.233%2036.0401C37.4951%2036.6786%2038.7598%2037.6017%2039.3403%2038.0388C40.763%2039.1101%2041.3762%2040.9834%2040.6697%2042.3024C40.6067%2042.4202%2040.478%2042.6512%2040.2802%2042.8768C40.0845%2043.1%2039.7924%2043.3507%2039.3946%2043.4612C38.5265%2043.7025%2037.5824%2043.1983%2036.5727%2041.788C36.2361%2041.3179%2035.7732%2040.8491%2035.2615%2040.3758C34.7816%2039.9318%2034.1837%2039.4186%2033.7325%2038.9915C33.2665%2038.5503%2032.8229%2038.0812%2032.5732%2037.6031C32.4449%2037.3576%2032.3531%2037.0827%2032.3528%2036.7891C32.3525%2036.4861%2032.4498%2036.1996%2032.6407%2035.9426Z'%20fill='%2322A58F'/%3e%3cpath%20d='M17.6619%2035.3708C18.2602%2035.2864%2018.9338%2035.3697%2019.3596%2035.9426C19.5505%2036.1996%2019.6478%2036.4861%2019.6475%2036.7891C19.6472%2037.0827%2019.5558%2037.3576%2019.4276%2037.6031C19.1779%2038.0812%2018.7342%2038.5503%2018.2683%2038.9915C17.8171%2039.4186%2017.2192%2039.9318%2016.7393%2040.3758C16.2275%2040.8492%2015.7642%2041.3178%2015.4276%2041.788C14.4179%2043.1982%2013.4743%2043.7025%2012.6062%2043.4612C12.2084%2043.3507%2011.9163%2043.1%2011.7205%2042.8768C11.5227%2042.6512%2011.3936%2042.4201%2011.3305%2042.3024C10.6241%2040.9834%2011.2378%2039.1101%2012.6605%2038.0388C13.241%2037.6017%2014.5053%2036.6785%2015.7673%2036.0401C16.3938%2035.7232%2017.0597%2035.4558%2017.6619%2035.3708Z'%20fill='%2322A58F'/%3e%3cpath%20d='M25.9998%2018.0684C32.5245%2018.0684%2037.8273%2023.28%2037.8273%2029.7252C37.8272%2033.1179%2036.356%2036.1712%2034.0121%2038.2996C33.7192%2038.5655%2033.4828%2038.9817%2033.3118%2039.4843C33.1428%2039.9812%2033.0507%2040.5239%2033.0203%2040.9981C32.9549%2042.0196%2032.5205%2043.3038%2031.2415%2043.721C30.7039%2043.8963%2030.2166%2043.8809%2029.8099%2043.7789C29.6121%2043.7293%2029.3731%2043.7223%2029.1599%2043.7693C28.9442%2043.8168%2028.8049%2043.9067%2028.7334%2044.0029C28.7243%2044.0151%2028.7152%2044.0275%2028.706%2044.0399C28.468%2044.3603%2028.1749%2044.7612%2027.7655%2045.0687C27.3362%2045.3912%2026.7985%2045.5999%2026.0856%2045.5999C25.3727%2045.5999%2024.8346%2045.3913%2024.4053%2045.0687C23.996%2044.7613%2023.7032%2044.3608%2023.4653%2044.0404C23.4561%2044.028%2023.4466%2044.0152%2023.4374%2044.0029C23.3659%2043.9067%2023.2265%2043.8168%2023.0108%2043.7693C22.7978%2043.7224%2022.5591%2043.7293%2022.3613%2043.7789C21.9547%2043.8809%2021.4669%2043.8964%2020.9293%2043.721C19.6056%2043.2891%2019.1863%2041.9315%2019.1444%2040.8859C19.1082%2039.9841%2018.8136%2039.0136%2018.245%2038.5266C15.752%2036.3913%2014.1724%2033.2406%2014.1724%2029.7252C14.1724%2023.28%2019.4752%2018.0684%2025.9998%2018.0684Z'%20fill='%2366CCBB'/%3e%3cellipse%20cx='25.9993'%20cy='30.2224'%20rx='5.83154'%20ry='5.8318'%20fill='white'/%3e%3cmask%20id='mask0_8670_4126'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='20'%20y='24'%20width='12'%20height='13'%3e%3cellipse%20cx='26.0005'%20cy='30.2224'%20rx='5.83154'%20ry='5.8318'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_8670_4126)'%3e%3cellipse%20cx='28.7105'%20cy='30.2906'%20rx='4.73179'%20ry='4.732'%20fill='%23333333'/%3e%3c/g%3e%3c/svg%3e")}.learning-header__character .character--maro .character__leg{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5898%2036.7887C24.8509%2036.815%2025.0552%2037.0346%2025.057%2037.3026L25.1271%2047.8955V47.8991C25.1271%2048.7114%2024.9353%2049.2326%2024.635%2049.55C24.4857%2049.7078%2024.3257%2049.7971%2024.1897%2049.845C24.1228%2049.8686%2024.0629%2049.8815%2024.015%2049.8887C23.7085%2049.9349%2023.376%2049.9248%2023.0694%2049.8882C22.9982%2049.8797%2022.8999%2049.8625%2022.7907%2049.8278C22.5781%2049.7602%2022.2689%2049.6063%2022.0848%2049.2605C21.9287%2048.9672%2021.7706%2048.6497%2021.641%2048.1875C21.5132%2047.732%2021.4175%2047.1531%2021.3607%2046.3295C21.2475%2044.6889%2021.2849%2042.0109%2021.5704%2037.2746L21.576%2037.2239C21.6157%2036.9743%2021.8316%2036.7862%2022.0894%2036.7861H24.537L24.5898%2036.7887Z'%20fill='%2322A58F'/%3e%3cpath%20d='M27.4097%2036.7887C27.1486%2036.815%2026.9443%2037.0346%2026.9425%2037.3026L26.8724%2047.8955V47.8991C26.8724%2048.7114%2027.0642%2049.2326%2027.3645%2049.55C27.5138%2049.7078%2027.6738%2049.7971%2027.8098%2049.845C27.8767%2049.8686%2027.9366%2049.8815%2027.9845%2049.8887C28.291%2049.9349%2028.6235%2049.9248%2028.9301%2049.8882C29.0014%2049.8797%2029.0996%2049.8625%2029.2089%2049.8278C29.4215%2049.7602%2029.7306%2049.6063%2029.9147%2049.2605C30.0708%2048.9672%2030.2289%2048.6497%2030.3585%2048.1875C30.4863%2047.732%2030.582%2047.1531%2030.6389%2046.3295C30.752%2044.6889%2030.7146%2042.0109%2030.4291%2037.2746L30.4235%2037.2239C30.3838%2036.9743%2030.1679%2036.7862%2029.9101%2036.7861H27.4625L27.4097%2036.7887Z'%20fill='%2322A58F'/%3e%3c/svg%3e")}.learning-header__character .character--roy .character__head{background-image:url(/assets/char_roy_head-CrjDdtQb.svg)}.learning-header__character .character--roy .character__leg{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.9212%2032.8326C24.182%2032.859%2024.3862%2033.0784%2024.3884%2033.346L24.4935%2047.6491V47.6526C24.4935%2048.6172%2024.1914%2049.2117%2023.777%2049.5488C23.5791%2049.7096%2023.3783%2049.7918%2023.2239%2049.8337C22.7444%2049.9636%2022.1993%2049.9145%2021.7122%2049.8697C21.6228%2049.8615%2021.4987%2049.8454%2021.3613%2049.8118C21.1072%2049.7497%2020.7043%2049.604%2020.4508%2049.2375C19.9226%2048.474%2019.5312%2047.1903%2019.3636%2044.7967C19.1949%2042.388%2019.2495%2038.7824%2019.6784%2033.3095L19.6845%2033.2597C19.7277%2033.0138%2019.9424%2032.8301%2020.1969%2032.8301H23.8684L23.9212%2032.8326Z'%20fill='%23DB4B24'/%3e%3cpath%20d='M27.7395%2032.8326C27.4787%2032.859%2027.2744%2033.0784%2027.2723%2033.346L27.1672%2047.6491V47.6526C27.1672%2048.6172%2027.4693%2049.2117%2027.8837%2049.5488C28.0815%2049.7096%2028.2824%2049.7918%2028.4367%2049.8337C28.9162%2049.9636%2029.4613%2049.9145%2029.9485%2049.8697C30.0378%2049.8615%2030.1619%2049.8454%2030.2994%2049.8118C30.5535%2049.7497%2030.9563%2049.604%2031.2099%2049.2375C31.7381%2048.474%2032.1295%2047.1903%2032.2971%2044.7967C32.4657%2042.388%2032.4111%2038.7824%2031.9822%2033.3095L31.9762%2033.2597C31.9329%2033.0138%2031.7182%2032.8301%2031.4638%2032.8301H27.7923L27.7395%2032.8326Z'%20fill='%23DB4B24'/%3e%3c/svg%3e")}.learning-header__character .character--woody .character__head{background-image:url(/assets/char_woody_head-BuYjLVXt.svg)}.learning-header__character .character--woody .character__leg{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.1426%2026.5889C24.4294%2026.5892%2024.6625%2026.822%2024.6626%2027.1089V47.6514C24.6626%2048.6762%2024.2259%2049.2758%2023.714%2049.5882C23.4749%2049.734%2023.239%2049.8054%2023.066%2049.8406C22.4492%2049.9659%2021.7777%2049.9123%2021.1556%2049.8695C21.0474%2049.8621%2020.8964%2049.8471%2020.7306%2049.8167C20.431%2049.7617%2019.9488%2049.6345%2019.6337%2049.2932C18.3362%2047.8863%2017.6852%2045.3706%2017.5365%2041.7694C17.3864%2038.1369%2017.7446%2033.2731%2018.5917%2027.0388L18.6003%2026.9916C18.6543%2026.7581%2018.8633%2026.589%2019.1071%2026.5889H24.1426Z'%20fill='%23F5B318'/%3e%3cpath%20d='M27.8567%2026.5889C27.5698%2026.5892%2027.3368%2026.822%2027.3367%2027.1089V47.6514C27.3367%2048.6762%2027.7734%2049.2758%2028.2853%2049.5882C28.5244%2049.734%2028.7602%2049.8054%2028.9332%2049.8406C29.55%2049.9659%2030.2215%2049.9123%2030.8436%2049.8695C30.9519%2049.8621%2031.1029%2049.8471%2031.2687%2049.8167C31.5683%2049.7617%2032.0504%2049.6345%2032.3656%2049.2932C33.663%2047.8863%2034.3141%2045.3706%2034.4628%2041.7694C34.6128%2038.1369%2034.2547%2033.2731%2033.4076%2027.0388L33.3989%2026.9916C33.345%2026.7581%2033.1359%2026.589%2032.8922%2026.5889H27.8567Z'%20fill='%23F5B318'/%3e%3c/svg%3e")}.learning-header__character .character--gyeongbok .character__head{background-image:url(../assets/learningImages/header/learning/char_gyeongbok_head.svg)}.learning-header__character .character--gyeongbok .character__leg{background-image:url(../assets/learningImages/header/learning/char_gyeongbok_leg.svg)}.learning-header__character .character--lalla .character__head{background-image:url(../assets/learningImages/header/learning/char_lalla_head.svg)}.learning-header__character .character--lalla .character__leg{background-image:url(../assets/learningImages/header/learning/char_lalla_leg.svg)}.learning-header__character .character--sabi .character__head{background-image:url(../assets/learningImages/header/learning/char_sabi_head.svg)}.learning-header__character .character--sabi .character__leg{background-image:url(../assets/learningImages/header/learning/char_sabi_leg.svg)}.learning-header__character .character--jelly .character__head{background-image:url(/assets/char_jelly_head-jDe1G7ot.svg)}.learning-header__character .character--jelly .character__leg{background-image:url("data:image/svg+xml,%3csvg%20width='52'%20height='52'%20viewBox='0%200%2052%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.1429%2027.125C24.4299%2027.1252%2024.6629%2027.358%2024.6629%2027.645V47.6675C24.6629%2048.652%2024.3175%2049.2502%2023.8671%2049.58C23.6548%2049.7353%2023.4424%2049.8131%2023.2826%2049.8521C23.2027%2049.8717%2023.1335%2049.8817%2023.0815%2049.8872C22.6086%2049.9366%2022.1139%2049.9242%2021.6409%2049.8852C21.5455%2049.8773%2021.4127%2049.8615%2021.2661%2049.8293C20.9988%2049.7705%2020.5676%2049.6326%2020.2916%2049.2737C20.026%2048.9282%2019.7037%2048.4748%2019.4126%2047.7087C19.1251%2046.9521%2018.8748%2045.9085%2018.7194%2044.3795C18.4093%2041.3276%2018.4724%2036.2788%2019.4298%2027.5881L19.4375%2027.5394C19.4869%2027.3004%2019.6983%2027.125%2019.9468%2027.125H24.1429Z'%20fill='%23B763E0'/%3e%3cpath%20d='M27.8569%2027.125C27.5699%2027.1252%2027.3369%2027.358%2027.3369%2027.645V47.6675C27.3369%2048.652%2027.6822%2049.2502%2028.1326%2049.58C28.345%2049.7353%2028.5574%2049.8131%2028.7171%2049.8521C28.7971%2049.8717%2028.8663%2049.8817%2028.9182%2049.8872C29.3912%2049.9366%2029.8859%2049.9242%2030.3589%2049.8852C30.4542%2049.8773%2030.5871%2049.8615%2030.7337%2049.8293C31.001%2049.7705%2031.4321%2049.6326%2031.7082%2049.2737C31.9738%2048.9282%2032.2961%2048.4748%2032.5872%2047.7087C32.8747%2046.9521%2033.125%2045.9085%2033.2803%2044.3795C33.5905%2041.3276%2033.5274%2036.2788%2032.5699%2027.5881L32.5623%2027.5394C32.5129%2027.3004%2032.3015%2027.125%2032.053%2027.125H27.8569Z'%20fill='%23B763E0'/%3e%3c/svg%3e")}@keyframes characterBounce{0%{transform:translateY(0)}50%{transform:translateY(-10%)}to{transform:translateY(0%)}}.learning-header__character .incorrect-img{width:260px;height:52px}.learning-header__character .incorrect-img--1{background-image:url(/assets/learningWrong_1-CqRnJ9OQ.svg)}.learning-header__character .incorrect-img--2{background-image:url(/assets/learningWrong_2-CSLLwZaF.svg)}.learning-header__character .incorrect-img--3{background-image:url(/assets/learningWrong_3-B8fY6_6T.svg)}.learning-header__character .incorrect-img--4{background-image:url(/assets/learningWrong_4-qsyiY-IZ.svg)}.learning-header__character .incorrect-img--5{background-image:url(/assets/learningWrong_5-Bqjj5T2R.svg)}.learning-header__game{width:100%;max-width:640px;height:100%;margin:0 auto;padding:11px 0}.learning-header__game .game-progress{background-color:#445b80;border-radius:2px;flex-direction:row;align-items:center;gap:2px;margin-top:18px;padding:4px;display:flex}.learning-header__game .game-progress__item{background-color:var(--curr-indicator-game-normal);border-radius:1px;flex:1;height:8px;min-height:0;position:relative;box-shadow:inset 0 2px #0003}.learning-header__game .game-progress__item.perfect,.learning-header__game .game-progress__item.clear{background-color:var(--curr-indicator-game-pass);box-shadow:inset 0 -2px #0000001f}.learning-header__game .game-progress__item.ing{background-color:var(--curr-indicator-game-now);box-shadow:inset 0 -2px #0000001f}.learning-header__game .game-progress__item.perfect:after{content:"";width:16px;height:16px;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.learning-header__game .game-progress.game--1 .perfect:after{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9063_3538)'%3e%3cpath%20d='M7.18766%204.44995C7.15274%204.41471%206.54848%204.48545%206.51356%204.45034C6.47864%204.41524%206.55019%203.80818%206.51448%203.77215C6.47864%203.73612%205.87583%203.80897%205.83986%203.77308C5.78958%203.72266%205.91653%203.02797%205.79182%203.00923C5.6545%203.03576%205.03042%202.97756%204.99774%203.01029C4.96072%203.04751%205.03567%203.73612%204.99866%203.77308C4.96413%203.80752%204.44271%203.73771%204.40831%203.77215C4.37261%203.80778%204.44494%204.41445%204.40923%204.45034C4.37943%204.48017%203.85972%204.42857%203.73514%204.44995V5.71976C2.91152%205.84091%203.38569%205.48578%203.19324%205.20613C3.08638%205.05081%202.67628%205.16285%202.63991%205.12748C2.60513%205.0937%202.67602%204.484%202.64097%204.44929C2.60775%204.41643%202.16798%204.48294%202.13477%204.45008C1.99523%204.31178%202.52584%203.43457%201.29264%203.68729C1.32769%203.89607%201.22412%204.38898%201.32979%204.53969C1.43613%204.69145%201.88259%204.59089%201.88259%204.619V6.48149C1.25458%206.53876%201.55729%206.43398%201.44847%206.11237C1.41105%206.00191%201.25917%206.00415%201.20692%205.90663C1.02314%205.56377%201.39583%205.37083%200.451044%205.46545V7.24322C0.451044%207.27713%20-0.222656%207.2093%20-0.222656%207.24322V9.40198C-0.222656%209.43141%200.131127%209.79393%200.228927%209.77677C0.37346%209.75143%200.726195%209.18423%200.931377%209.12299C1.23344%209.03273%201.72165%209.15058%202.05141%209.10597V9.35922H0.955794V10.0374L3.86208%2010.0686C4.0544%2010.0857%203.87823%2010.3594%203.98036%2010.421C4.14878%2010.5227%204.62269%2010.4201%204.66194%2010.4598C4.71655%2010.5149%204.68058%2011.9201%204.64973%2012.0146C4.56545%2012.273%204.03996%2012.1009%203.98732%2012.153C3.95607%2012.1839%203.95135%2013%204.11413%2013H7.0195V11.0529H8.28262C8.25374%2011.2234%208.322%2012.1153%208.28301%2012.1539C8.24993%2012.1868%207.81003%2012.1203%207.77682%2012.153C7.74492%2012.1847%207.80058%2012.8572%207.77721%2013H9.58775C9.59668%2013%209.71404%2012.882%209.71404%2012.873V11.0529L9.96635%2011.0525C9.9884%2011.1687%209.93707%2011.6167%209.96635%2011.646C9.99562%2011.6753%2010.4417%2011.6246%2010.5567%2011.6451V12.1539C10.4416%2012.1745%209.99549%2012.1239%209.96635%2012.153C9.93405%2012.1854%209.99037%2012.8569%209.96674%2013H11.9036V11.0529H15.7773V10.1217H14.0089C13.9865%209.98726%2014.0406%209.39063%2014.0093%209.35935C13.9735%209.32346%2013.3706%209.39617%2013.3347%209.36028C13.299%209.32438%2013.3713%208.71811%2013.3356%208.68208C13.3001%208.64632%2012.6959%208.71864%2012.6611%208.68301C12.6198%208.64078%2012.7454%208.15618%2012.5826%208.04229C12.4358%207.93949%2011.9447%208.04731%2011.9032%208.00574C11.8535%207.95599%2011.9775%207.3129%2011.8668%207.15335C11.7531%206.98957%2011.2715%207.116%2011.2295%207.07443C11.1949%207.04038%2011.2643%206.42725%2011.2305%206.39637C11.1968%206.36549%2010.9399%206.44375%2010.8257%206.37868C10.7766%206.35071%2010.4966%205.85226%2010.302%205.76344C9.81381%205.54041%208.14688%205.83946%207.52451%205.71963V7.83603C7.52451%207.85292%207.18766%207.85292%207.18766%207.83603C7.18766%207.38429%207.30659%204.56951%207.18766%204.44968V4.44995Z'%20fill='%23469AF4'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9063_3538'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.learning-header__game .game-progress.game--2 .perfect:after{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cellipse%20cx='7.77795'%20cy='9.17489'%20rx='5.49963'%20ry='5.50008'%20fill='%23A42508'/%3e%3cpath%20d='M5.14786%205.53165C5.33761%205.29447%205.68412%205.25597%205.92129%205.44571C6.32897%205.77188%207.09147%206.23187%208.00333%206.50333C8.91288%206.77406%209.92376%206.84458%2010.8725%206.46524C11.1545%206.35243%2011.4755%206.48891%2011.5883%206.7709C11.7011%207.05283%2011.5635%207.37283%2011.2816%207.48575C10.0307%207.98615%208.74978%207.87384%207.68887%207.55801C6.63012%207.24279%205.7427%206.71223%205.23379%206.30508C4.99662%206.11533%204.95812%205.76882%205.14786%205.53165Z'%20fill='%23D17E6B'/%3e%3cpath%20d='M12.1769%202.02456C12.1769%202.32818%2011.9311%202.57446%2011.6275%202.57466C10.6458%202.57465%209.91206%202.88907%209.44635%203.39963C8.98155%203.90942%208.71672%204.68888%208.8178%205.75141C8.84625%206.05358%208.62436%206.32214%208.32216%206.35087C8.0199%206.37956%207.75156%206.15744%207.7227%205.85519C7.5994%204.55897%207.91315%203.44839%208.63285%202.65889C9.35171%201.87045%2010.4091%201.47525%2011.6267%201.47518C11.9304%201.47518%2012.1766%201.72098%2012.1769%202.02456Z'%20fill='%23D17E6B'/%3e%3c/svg%3e")}.learning-header__game .game-progress.game--3 .perfect:after{background-image:url(/assets/pass_mark-3udxUvZ2.svg)}.learning-header__game .game-progress.game--4 .perfect:after{background-image:url(/assets/pass_mark-B_xBpAfa.svg)}.learning-header__game .game-progress.game--5 .perfect:after{background-image:url(/assets/pass_mark-kYADEpQB.svg)}.learning-header__progress{flex-direction:row;align-items:center;gap:16px;width:100%;display:flex;position:relative}.learning-header__progress .progress{flex:1;min-width:0}.learning-header__progress .progress .progress-count{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.learning-header__progress .progress .progress-count>div{text-align:center;width:16px;font-size:12px;line-height:16px}.learning-header__progress .progress .progress-count .count-start{color:#ffc800}.learning-header__progress .progress .progress-count .count-total{color:var(--curr-gray-100)}.learning-header__progress .progress .progress-bar{background-color:#16357c;border-radius:8px;height:8px;overflow:hidden}.learning-header__progress .progress .progress-bar .progress__fill{background-color:#ffc800;height:100%;transition:width .3s}.learning-header__progress .timer{color:#fff;flex-direction:row;align-items:center;gap:2px;display:flex}.learning-header__progress .timer span{width:56px;font-size:20px;font-weight:700;line-height:28px;display:block}.learning-header__progress .timer.hurryUp{color:var(--curr-red-600)}.learning-cumulative-cover{text-align:center;flex:1;height:100%;min-height:0;padding:0 20px 72px;overflow:auto}.learning-cumulative-cover__inner{flex-direction:column;justify-content:center;height:100%;min-height:440px;margin:auto;display:flex}.learning-cumulative-cover__inner .center-wrap{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.learning-cumulative-cover__inner .btm-wrap{padding-top:90px;position:relative}.learning-cumulative-cover__inner .btm-wrap:before{content:"";background-image:url(/assets/cumulative_btn_deco-D59tjXOe.svg);background-position:50%;width:100%;height:90px;position:absolute;top:0;left:0}.learning-cumulative-cover__inner .btm-wrap button{width:280px}.learning-cumulative-cover .title-wrap{background-image:url(/assets/cumulative_crown-CHl6LfNO.svg);background-position:top;background-size:auto 88px;margin-bottom:24px;padding-top:68px}.learning-cumulative-cover .title-wrap .title{width:fit-content;color:var(--00);background-color:#3878cd;border-radius:8px;margin:0 auto;padding:4px 14px;font-size:20px;font-weight:700;line-height:28px}.learning-cumulative-cover .content-wrap .unit-description{color:var(--00);font-size:28px;font-weight:700;line-height:40px}.learning-cumulative-cover .content-wrap .unit-info{flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:8px 0;display:flex}.learning-cumulative-cover .content-wrap .unit-info .divider{background-color:var(--curr-alpha-light-20);width:2px;height:16px}.learning-cumulative-cover .content-wrap .unit-info .info-item{color:var(--curr-blue-100);font-size:20px;font-weight:700;line-height:28px}.learning-cumulative-complete{text-align:center;flex:1;height:100%;min-height:0;overflow:auto}.learning-cumulative-complete__inner{flex-direction:column;justify-content:center;height:100%;min-height:580px;margin:auto;display:flex}.learning-cumulative-complete__inner .center-wrap{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.learning-cumulative-complete__inner .btm-wrap .text-area{flex-direction:row;justify-content:center;align-items:center;height:80px;padding:8px 24px;display:flex}.learning-cumulative-complete__inner .btm-wrap .text-area p{color:var(--curr-text-white);word-break:keep-all;margin:auto;font-size:24px;line-height:32px}.learning-cumulative-complete__inner .btm-wrap .btn-wrap{padding:12px 24px}.learning-cumulative-complete__inner .btm-wrap .btn-wrap button{max-width:420px}.learning-cumulative-complete .title-wrap{background-image:url(/assets/cumulative_crown-CHl6LfNO.svg);background-position:top;background-size:auto 88px;margin-bottom:24px;padding-top:68px}.learning-cumulative-complete .title-wrap .title{width:fit-content;color:var(--00);background-color:#3878cd;border-radius:8px;margin:0 auto;padding:4px 14px;font-size:20px;font-weight:700;line-height:28px}.learning-cumulative-complete .title-wrap .unit-info{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:8px;display:flex}.learning-cumulative-complete .title-wrap .unit-info .divider{background-color:var(--curr-alpha-light-20);width:2px;height:16px}.learning-cumulative-complete .title-wrap .unit-info .info-item{color:var(--curr-blue-100);font-size:20px;font-weight:700;line-height:28px}.learning-cumulative-complete .complete-status{width:268px;height:56px;margin:0 auto}.learning-cumulative-complete .complete-status--pass{background-image:url(assets/learningImages/cumulative_complete_pass.png)}.learning-cumulative-complete .complete-status--fail{background-image:url(assets/learningImages/cumulative_complete_fail.png)}.complete-motion-character{width:200px;height:200px;margin:0 auto;position:relative}.complete-motion-character.character--tube .parts--1{background-image:url(/assets/complete_character_tube_1-eQlJ8tz9.svg)}.complete-motion-character.character--tube .parts--2{background-image:url(/assets/complete_character_tube_2-G2DCqutz.svg)}.complete-motion-character.character--maro .parts--1{background-image:url(/assets/complete_character_maro_1-aXsESds7.svg)}.complete-motion-character.character--maro .parts--2{background-image:url(/assets/complete_character_maro_2-jedDsGdC.svg)}.complete-motion-character.character--roy .parts--1{background-image:url(/assets/complete_character_roy_1-BkWvDl1m.svg)}.complete-motion-character.character--roy .parts--2{background-image:url(/assets/complete_character_roy_2-C-1bs2C3.svg)}.complete-motion-character.character--woody .parts--1{background-image:url(/assets/complete_character_woody_1-DTSkFn7l.svg)}.complete-motion-character.character--woody .parts--2{background-image:url(/assets/complete_character_woody_2-Bxcjt0xk.svg)}.complete-motion-character.character--gyeongbok .parts--1{background-image:url(/assets/complete_character_gyeongbok_1-B9LTdY4Q.svg)}.complete-motion-character.character--gyeongbok .parts--2{background-image:url(/assets/complete_character_gyeongbok_2-Xf7r5T0a.svg)}.complete-motion-character.character--lalla .parts--1{background-image:url(../assets/learningImages/motion/complete_character_lalla_1.svg)}.complete-motion-character.character--lalla .parts--2{background-image:url(../assets/learningImages/motion/complete_character_lalla_2.svg)}.complete-motion-character.character--sabi .parts--1{background-image:url(../assets/learningImages/motion/complete_character_sabi_1.svg)}.complete-motion-character.character--sabi .parts--2{background-image:url(../assets/learningImages/motion/complete_character_sabi_2.svg)}.complete-motion-character.character--jelly .parts--1{background-image:url(../assets/learningImages/motion/complete_character_jelly_1.svg)}.complete-motion-character.character--jelly .parts--2{background-image:url(../assets/learningImages/motion/complete_character_jelly_2.svg)}.complete-motion-character .parts{opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.complete-motion-character .parts--1{animation:.5s ease-out parts1}.complete-motion-character .parts--2{animation:.5s ease-out .5s forwards parts2}.complete-motion-character .parts--3{background-image:url("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3428%2069.8245C18.4634%2069.9191%2018.5504%2070.0536%2018.5899%2070.2069C18.6947%2070.6166%2018.8331%2071.2427%2019.0051%2072.081C19.3905%2073.9677%2020.4047%2075.2346%2022.0474%2075.8797C22.2491%2075.9574%2023.0714%2076.1507%2024.5145%2076.4553C24.9316%2076.5436%2025.1491%2076.8524%2025.1708%2077.384C25.2024%2078.2076%2024.6727%2078.6089%2023.9491%2078.7538C23.6506%2078.8127%2023.3027%2078.8799%2022.9054%2078.9576C22.8717%2078.9639%2022.8006%2078.9808%2022.6938%2079.0081C21.2883%2079.3757%2020.3019%2080.0922%2019.7365%2081.1532C19.2976%2081.9747%2019.011%2082.8046%2018.8746%2083.6387C18.758%2084.3467%2018.665%2084.8048%2018.5939%2085.0107C18.5721%2085.0758%2018.5405%2085.1346%2018.503%2085.1913C18.2341%2085.5863%2017.8842%2085.7544%2017.4533%2085.6956C16.967%2085.6305%2016.8009%2085.2166%2016.6704%2084.7585C16.5518%2084.3404%2016.4411%2083.874%2016.3383%2083.3572C16.2098%2082.7164%2015.9706%2082.0566%2015.6207%2081.3822C14.9209%2080.0355%2013.5332%2079.214%2012.0881%2078.9681C11.6453%2078.8925%2011.2658%2078.7854%2010.9495%2078.6467C10.0401%2078.2475%209.71197%2076.9386%2010.8229%2076.4953C11.161%2076.3608%2011.7659%2076.22%2012.1198%2076.1759C14.9862%2075.8229%2016.2098%2073.6337%2016.4708%2070.749C16.4747%2070.7112%2016.534%2070.5074%2016.6487%2070.1376C16.6783%2070.0451%2016.7278%2069.959%2016.791%2069.8876C17.2397%2069.3875%2017.7577%2069.3665%2018.3428%2069.8245Z'%20fill='%23FFB727'/%3e%3cpath%20d='M162.033%2018.2588C162.162%2018.3597%20162.255%2018.5033%20162.297%2018.667C162.409%2019.1043%20162.557%2019.7727%20162.74%2020.6675C163.152%2022.6816%20164.234%2024.0339%20165.988%2024.7225C166.203%2024.8055%20167.081%2025.0118%20168.621%2025.337C169.067%2025.4312%20169.299%2025.7609%20169.322%2026.3283C169.356%2027.2075%20168.79%2027.6358%20168.018%2027.7906C167.699%2027.8534%20167.328%2027.9251%20166.904%2028.0081C166.868%2028.0149%20166.792%2028.0328%20166.678%2028.062C165.178%2028.4544%20164.125%2029.2192%20163.521%2030.3518C163.053%2031.2287%20162.747%2032.1146%20162.601%2033.005C162.477%2033.7608%20162.377%2034.2497%20162.301%2034.4695C162.278%2034.5391%20162.244%2034.6019%20162.204%2034.6624C161.917%2035.0841%20161.544%2035.2635%20161.084%2035.2007C160.565%2035.1312%20160.387%2034.6893%20160.248%2034.2004C160.122%2033.7541%20160.003%2033.2562%20159.894%2032.7045C159.757%2032.0204%20159.501%2031.3162%20159.128%2030.5963C158.381%2029.1587%20156.899%2028.2817%20155.357%2028.0193C154.884%2027.9386%20154.479%2027.8242%20154.141%2027.6762C153.171%2027.2501%20152.82%2025.8528%20154.006%2025.3796C154.367%2025.2361%20155.013%2025.0858%20155.39%2025.0387C158.45%2024.6619%20159.756%2022.3249%20160.035%2019.2456C160.039%2019.2053%20160.103%2018.9877%20160.225%2018.593C160.257%2018.4943%20160.309%2018.4023%20160.377%2018.3261C160.856%2017.7923%20161.409%2017.7699%20162.033%2018.2588Z'%20fill='%23FFB727'/%3e%3cpath%20d='M178.268%2028.4212C178.423%2028.5425%20178.534%2028.7149%20178.585%2028.9116C178.72%2029.437%20178.897%2030.2399%20179.118%2031.3149C179.612%2033.7345%20180.912%2035.3592%20183.019%2036.1863C183.278%2036.286%20184.332%2036.5339%20186.183%2036.9246C186.718%2037.0378%20186.997%2037.4338%20187.025%2038.1155C187.065%2039.1717%20186.386%2039.6863%20185.458%2039.8722C185.075%2039.9477%20184.629%2040.0339%20184.119%2040.1336C184.076%2040.1417%20183.985%2040.1632%20183.848%2040.1982C182.046%2040.6698%20180.781%2041.5885%20180.056%2042.9492C179.493%2044.0027%20179.125%2045.067%20178.95%2046.1366C178.801%2047.0446%20178.682%2047.632%20178.59%2047.896C178.562%2047.9796%20178.522%2048.055%20178.474%2048.1277C178.129%2048.6343%20177.68%2048.8498%20177.128%2048.7744C176.504%2048.6909%20176.291%2048.1601%20176.124%2047.5727C175.971%2047.0365%20175.83%2046.4384%20175.698%2045.7756C175.533%2044.9538%20175.226%2044.1078%20174.777%2043.2429C173.88%2041.5158%20172.1%2040.4623%20170.247%2040.1471C169.679%2040.0501%20169.193%2039.9126%20168.787%2039.7348C167.621%2039.2229%20167.2%2037.5443%20168.625%2036.9758C169.058%2036.8034%20169.834%2036.6228%20170.288%2036.5663C173.964%2036.1136%20175.533%2033.3061%20175.868%2029.6067C175.873%2029.5582%20175.949%2029.2969%20176.096%2028.8227C176.134%2028.7041%20176.197%2028.5936%20176.278%2028.502C176.854%2027.8608%20177.518%2027.8338%20178.268%2028.4212Z'%20fill='%23FFB727'/%3e%3c/svg%3e");animation:1s linear .5s infinite parts3}@keyframes parts1{0%{opacity:1;scale:.1}to{opacity:1;scale:1}}@keyframes parts2{0%,to{opacity:1}}@keyframes parts3{0%{opacity:1;scale:1}25%{opacity:1;scale:.95}50%{opacity:1;scale:1}75%{opacity:1;scale:.95}to{opacity:1;scale:1}}.complete-fail-character{width:200px;height:200px;margin:0 auto;position:relative}.complete-fail-character.character--tube{background-image:url(/assets/complete_character_fail_tube-CzwLjwsk.svg)}.complete-fail-character.character--maro{background-image:url(/assets/complete_character_fail_maro-D0cCjbN4.svg)}.complete-fail-character.character--roy{background-image:url(/assets/complete_character_fail_roy-BDFINPPe.svg)}.complete-fail-character.character--woody{background-image:url(/assets/complete_character_fail_woody-BgSLy4QL.svg)}.complete-fail-character.character--gyeongbok{background-image:url(/assets/complete_character_fail_gyeongbok-CLIZpMaZ.svg)}.complete-fail-character.character--lalla{background-image:url(../assets/learningImages/motion/complete_character_fail_lalla.svg)}.complete-fail-character.character--sabi{background-image:url(../assets/learningImages/motion/complete_character_fail_sabi.svg)}.complete-fail-character.character--jelly{background-image:url(../assets/learningImages/motion/complete_character_fail_jelly.svg)}.learning-drill-complete{flex-direction:column;flex:1;min-height:0;display:flex}.learning-drill-complete .content-wrap{flex:1;min-height:0;overflow:auto}.learning-drill-complete .content-wrap:has(.rank-empty){flex-direction:column;display:flex}.learning-drill-complete .unit-master-title{color:var(--curr-orange-500);text-align:center;background-image:url("data:image/svg+xml,%3csvg%20width='217'%20height='46'%20viewBox='0%200%20217%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9722_51500)'%3e%3cpath%20d='M32%2037C20.9543%2037%2012%2028.0457%2012%2017'%20stroke='%23FFC800'%20stroke-width='2'/%3e%3cellipse%20cx='18.608'%20cy='21.5954'%20rx='2.65062'%20ry='4.04728'%20transform='rotate(15%2018.608%2021.5954)'%20fill='%23FFC800'/%3e%3cellipse%20cx='2.72851'%20cy='4.16622'%20rx='2.72851'%20ry='4.16622'%20transform='matrix(-0.965926%200.258819%200.258819%200.965926%2012.271%206)'%20fill='%23FFC800'/%3e%3cellipse%20cx='25.608'%20cy='29.5954'%20rx='2.65062'%20ry='4.04728'%20transform='rotate(15%2025.608%2029.5954)'%20fill='%23FFC800'/%3e%3cellipse%20cx='6.73613'%20cy='21.7366'%20rx='2.65062'%20ry='4.04728'%20transform='rotate(-45%206.73613%2021.7366)'%20fill='%23FFC800'/%3e%3cellipse%20cx='12.5954'%20cy='33.6073'%20rx='2.65062'%20ry='4.04728'%20transform='rotate(-75%2012.5954%2033.6073)'%20fill='%23FFC800'/%3e%3c/g%3e%3cpath%20d='M32%2037H185'%20stroke='%23FFC800'%20stroke-width='2'/%3e%3cg%20clip-path='url(%23clip1_9722_51500)'%3e%3cpath%20d='M185%2037C196.046%2037%20205%2028.0457%20205%2017'%20stroke='%23FFC800'%20stroke-width='2'/%3e%3cellipse%20cx='2.65062'%20cy='4.04728'%20rx='2.65062'%20ry='4.04728'%20transform='matrix(-0.965926%200.258819%200.258819%200.965926%20199.905%2017)'%20fill='%23FFC800'/%3e%3cellipse%20cx='206.286'%20cy='10.7305'%20rx='2.72851'%20ry='4.16622'%20transform='rotate(15%20206.286%2010.7305)'%20fill='%23FFC800'/%3e%3cellipse%20cx='2.65062'%20cy='4.04728'%20rx='2.65062'%20ry='4.04728'%20transform='matrix(-0.965926%200.258819%200.258819%200.965926%20192.905%2025)'%20fill='%23FFC800'/%3e%3cellipse%20cx='2.65062'%20cy='4.04728'%20rx='2.65062'%20ry='4.04728'%20transform='matrix(-0.707107%20-0.707107%20-0.707107%200.707107%20215%2020.749)'%20fill='%23FFC800'/%3e%3cellipse%20cx='2.65062'%20cy='4.04728'%20rx='2.65062'%20ry='4.04728'%20transform='matrix(-0.258819%20-0.965926%20-0.965926%200.258819%20209%2035.1201)'%20fill='%23FFC800'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9722_51500'%3e%3crect%20width='32'%20height='32'%20fill='white'%20transform='translate(0%206)'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_9722_51500'%3e%3crect%20width='32'%20height='32'%20fill='white'%20transform='translate(185%206)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:bottom;background-size:217px 46px;padding:16px 0 22px;font-family:HancomMalrangmalrang,Apple SD Gothic Neo,sans-serif;font-size:20px;font-weight:700;line-height:32px}.learning-drill-complete .unit-info{text-align:center}.learning-drill-complete .unit-info .learning-unit__step{width:fit-content;margin:0 auto 8px;padding:2px 12px;font-size:16px;font-weight:700;line-height:24px}.learning-drill-complete .unit-info .unit-description{color:var(--00);font-size:24px;font-weight:700;line-height:36px}.learning-drill-complete .rank-list{color:var(--00);padding:0 8px}.learning-drill-complete .rank-list .rank-item{flex-direction:row;align-items:center;gap:8px;height:68px;padding:0 16px 0 12px;display:flex}.learning-drill-complete .rank-list .rank-item__rank{text-align:center;flex-direction:row;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:700;line-height:20px;display:flex;position:relative}.learning-drill-complete .rank-list .rank-item__rank.rank-1,.learning-drill-complete .rank-list .rank-item__rank.rank-2,.learning-drill-complete .rank-list .rank-item__rank.rank-3{font-size:0}.learning-drill-complete .rank-list .rank-item__rank.rank-1:before,.learning-drill-complete .rank-list .rank-item__rank.rank-2:before,.learning-drill-complete .rank-list .rank-item__rank.rank-3:before{content:"";width:100%;height:100%;display:block}.learning-drill-complete .rank-list .rank-item__rank.rank-1:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23FFC800'%20stroke='white'/%3e%3cpath%20d='M13.5%207.97671V16.6712C13.5%2017.1384%2013.1987%2017.5%2012.6562%2017.5C12.1138%2017.5%2011.8125%2017.1384%2011.8125%2016.6712V8.65479C11.8125%208.48904%2011.7522%208.4137%2011.6467%208.4137C11.5714%208.4137%2011.4961%208.44384%2011.4358%208.48904L10.7578%208.97123C10.3962%209.2274%209.91402%209.25753%209.62775%208.85068C9.38667%208.48904%209.49214%208.05205%209.89896%207.75068L11.0591%206.90685C11.3755%206.66575%2011.7221%206.5%2012.1892%206.5C12.8822%206.5%2013.5%206.96712%2013.5%207.97671Z'%20fill='%23784600'/%3e%3c/svg%3e")}.learning-drill-complete .rank-list .rank-item__rank.rank-2:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1E5EB'%20stroke='white'/%3e%3cpath%20d='M8.88538%2014.35L12.3162%2011.3333C13.2332%2010.55%2013.7866%209.96667%2013.7866%208.96667C13.7866%208.03333%2013.0435%207.16667%2011.7787%207.16667C10.7826%207.16667%2010.2292%207.63333%209.67589%208.11667C9.24901%208.5%208.82213%208.45%208.55336%208.13333C8.28458%207.81667%208.23715%207.3%208.66403%206.83333C9.37549%206.05%2010.4032%205.5%2011.7787%205.5C13.9921%205.5%2015.5099%206.96667%2015.5099%208.98333C15.5099%2010.5333%2014.498%2011.6167%2013.1858%2012.7667L10.2451%2015.3333C9.94466%2015.5833%2010.0237%2015.8333%2010.3557%2015.8333H15.1621C15.6206%2015.8333%2016%2016.15%2016%2016.6667C16%2017.1833%2015.6206%2017.5%2015.1621%2017.5H9.72332C8.56917%2017.5%208%2016.85%208%2016.0667C8%2015.4833%208.26877%2014.8667%208.88538%2014.35Z'%20fill='%23595F6C'/%3e%3c/svg%3e")}.learning-drill-complete .rank-list .rank-item__rank.rank-3:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.1562%201.31445C11.1457%200.228614%2012.8543%200.228614%2013.8438%201.31445L13.9863%201.4707C14.3796%201.90231%2014.9886%202.06584%2015.5449%201.88867L15.7461%201.82422C17.1459%201.37859%2018.6255%202.23288%2018.9395%203.66797L18.9844%203.875C19.1092%204.44511%2019.5549%204.89079%2020.125%205.01562L20.332%205.06055C21.7671%205.37447%2022.6214%206.85412%2022.1758%208.25391L22.1113%208.45508C21.9342%209.01144%2022.0977%209.62043%2022.5293%2010.0137L22.6855%2010.1562C23.7714%2011.1457%2023.7714%2012.8543%2022.6855%2013.8438L22.5293%2013.9863C22.0977%2014.3796%2021.9342%2014.9886%2022.1113%2015.5449L22.1758%2015.7461C22.6214%2017.1459%2021.7671%2018.6255%2020.332%2018.9395L20.125%2018.9844C19.5549%2019.1092%2019.1092%2019.5549%2018.9844%2020.125L18.9395%2020.332C18.6255%2021.7671%2017.1459%2022.6214%2015.7461%2022.1758L15.5449%2022.1113C14.9886%2021.9342%2014.3796%2022.0977%2013.9863%2022.5293L13.8438%2022.6855C12.8543%2023.7714%2011.1457%2023.7714%2010.1562%2022.6855L10.0137%2022.5293C9.62043%2022.0977%209.01144%2021.9342%208.45508%2022.1113L8.25391%2022.1758C6.85412%2022.6214%205.37447%2021.7671%205.06055%2020.332L5.01562%2020.125C4.89079%2019.5549%204.4451%2019.1092%203.875%2018.9844L3.66797%2018.9395C2.23288%2018.6255%201.37859%2017.1459%201.82422%2015.7461L1.88867%2015.5449C2.06584%2014.9886%201.90231%2014.3796%201.4707%2013.9863L1.31445%2013.8438C0.228614%2012.8543%200.228615%2011.1457%201.31445%2010.1562L1.4707%2010.0137C1.90231%209.62043%202.06584%209.01144%201.88867%208.45508L1.82422%208.25391C1.37859%206.85412%202.23288%205.37447%203.66797%205.06055L3.875%205.01562C4.44511%204.89079%204.89079%204.44511%205.01562%203.875L5.06055%203.66797C5.37447%202.23288%206.85412%201.37859%208.25391%201.82422L8.45508%201.88867C9.01144%202.06584%209.62043%201.90231%2010.0137%201.4707L10.1562%201.31445Z'%20fill='%23E1BC8D'%20stroke='white'/%3e%3cpath%20d='M11.8877%2016.3333C13.2739%2016.3333%2014.3674%2015.5%2014.3674%2014.2333C14.3674%2012.7167%2013.1199%2012.1667%2011.6721%2012.1667C11.1023%2012.1667%2010.671%2011.8%2010.671%2011.1333C10.671%2010.8167%2010.8404%2010.4333%2011.1639%2010.1667L13.5819%208.11667C13.8438%207.86667%2013.7668%207.66667%2013.4125%207.66667H9.56208C9.11543%207.66667%208.792%207.35%208.792%206.83333C8.792%206.31667%209.11543%206%209.56208%206H13.6743C14.8449%206%2015.4455%206.81667%2015.4455%207.7C15.4455%208.25%2015.2299%208.81667%2014.7525%209.21667L12.8426%2010.8167C14.4136%2010.8167%2016%2011.9833%2016%2014.2167C16%2016.4%2014.198%2018%2011.8877%2018C10.3014%2018%209.05383%2017.45%208.26834%2016.4C7.8833%2015.8833%207.9295%2015.3667%208.29914%2015.05C8.65338%2014.7333%209.13084%2014.7333%209.50048%2015.2667C9.91632%2015.85%2010.7942%2016.3333%2011.8877%2016.3333Z'%20fill='%23624E37'/%3e%3c/svg%3e")}.learning-drill-complete .rank-list .rank-item__user{flex-direction:row;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.learning-drill-complete .rank-list .rank-item__user .user-text{flex:1;min-width:0}.learning-drill-complete .rank-list .rank-item__user .user-text__name{font-size:16px;line-height:24px}.learning-drill-complete .rank-list .rank-item__user .user-text__note{max-height:36px;font-size:14px;line-height:18px;overflow:hidden}.learning-drill-complete .rank-list .rank-item__result{text-align:right}.learning-drill-complete .rank-list .rank-item__result .result-percent{font-size:16px;font-weight:700;line-height:24px}.learning-drill-complete .rank-list .rank-item__result .result-time{font-size:14px;line-height:20px}.learning-drill-complete .rank-empty{flex-direction:column;flex:1;min-height:0;padding-bottom:40px;display:flex}.learning-drill-complete .rank-empty .rank-empty-box{flex:none;width:100%;max-width:312px;margin:auto;padding-top:120px;position:relative}.learning-drill-complete .rank-empty .rank-empty-box__inner{background-color:var(--curr-blue-600);text-align:center;color:var(--00);border-radius:24px;padding:24px 16px;font-size:20px;line-height:28px}.learning-drill-complete .rank-empty .rank-empty-box:before{content:"";background-image:url(/assets/drill_rank_empty-B4FswThE.svg);width:120px;height:130px;position:absolute;top:0;left:50%;transform:translate(-50%)}.learning-drill-complete .rank-empty .rank-empty-box p+p{margin-top:16px}.learning-drill-complete .footer-wrap{flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:12px 20px 24px;display:flex}.learning-drill-complete .footer-wrap button{max-width:440px}.learning-drill-loading{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.learning-drill-loading .drill-countdown{margin-bottom:32px}.learning-drill-loading .drill-countdown .countdown-box{height:28px}.learning-drill-loading .drill-countdown .countdown-box.countdown-1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABUCAYAAADgUvlOAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAV9JREFUeAHt3cFtwzAQAEEqUBUpIa2lnrSWEtyG/fXLAGEvTFkzFYgEFvc5iNuY9P37fx0Lufz9bGMh7uex+n5WO+/XADICg5DAICQwCAkMQgKDkMAgJDAICQxCAoOQwCC0ze6GHX23bfb73c97Hf37TTAICQxCAoOQwCAkMAgJDEICg5DAICQwCAkMQgKD0L7a7tZq3A/PMMEgJDAICQxCAoOQwCAkMAgJDEICg5DAICQwCAkMQvuY5A3i9zr6fwLPxgSDkMAgJDAICQxCAoOQwCAkMAgJDEICg5DAICQwCE3vInrD97XsFn42EwxCAoOQwCAkMAgJDEICg5DAICQwCAkMQgKDkMAgtNuFey33yT0TDEICg5DAICQwCAkMQgKDkMAgJDAICQxCAoOQwCA0vQd3tjeaVztv7Wz3WZ/XBIOQwCAkMAgJDEICg5DAICQwCAkMQgKDkMAgJDAI3QAZJkmgzb5CWQAAAABJRU5ErkJggg==);width:24px;animation:1s steps(2,end) both drill-countDown}.learning-drill-loading .drill-countdown .countdown-box.countdown-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVYAAABUCAYAAADZEB88AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAAgZJREFUeAHt3cGN01AUQNFvRBXpAEojRWCKgNJCB9NG0EisWKAYX8/84HPWSRRb1tXfvOdl/OHy5efXsdzX8azuy/ry49O3cRD35++muz+u911tvj//yf//MABICStATFgBYsIKEBNWgJiwAsSEFSAmrAAxYQWICStATFgBYh/HXhPO9l6ut/vDXzj6/092f7baPis91pfvn5cxibM9D9Nd70k5sQLEhBUgJqwAMWEFiAkrQExYAWLCChATVoCYsALEhBUgJqwAsf27AoBp/J77f3j2326BYzixAsSEFSAmrAAxYQWICStATFgBYsIKEBNWgJiwAsSEFSAmrACx/bsClvt6ud7WMYvJ3ms/3/05eNZ7tusdj4/B05ttd8Hr778+o49+/l974sQKEBNWgJiwAsSEFSAmrAAxYQWICStATFgBYsIKEBNWgJiwAsT27wo4ePZ882zvbM72HvbJrvfpn5+TOX63wNvsEnFiBYgJK0BMWAFiwgoQE1aAmLACxIQVICasADFhBYgJK0BMWAFi+3cFHGy295LDzDbvRnij2fmzcWIFiAkrQExYAWLCChATVoCYsALEhBUgJqwAMWEFiAkrQExYAWLT7wp4est9vVxv65iF3Qjv6+jnwez/FJxYAWLCChATVoCYsALEhBUgJqwAMWEFiAkrQExYAWLCChATVoDYL/EYuzaVRl09AAAAAElFTkSuQmCC);width:114px}.learning-drill-loading .drill-countdown .countdown-box.countdown-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABUCAYAAABDep+IAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAAARJJREFUeAHt3bENwjAUAFEHMQUjsBrzsBojsAa0XOnCElbemyC2Tr+I5eQYk26P12ds7P28H2Ohf9uf2fVeBvwQBCEIQhCEIAhBEIIgBEEIghAEIQjimH33vvos4N/svj+zz29CEIIgBEEIghAEIQhCEIQgCEEQgiAEQQiCEAQhCEIQhCAIQRCCIARBCIIQBCEIQhDEdSy2+zeXzsaEIARBCIIQBCEIQhCEIAhBEIIgBEEIglh+lnG2/1PszoQgBEEIghAEIQhCEIQgCEEQgiAEQQiCEAQhCEIQhCAIQRCCIARBCIIQBCEIQhCEIIjpOxO734M42z2R2fWaEIQgCEEQgiAEQQiCEAQhCEIQhCAIQRBfnkEjBGxvERAAAAAASUVORK5CYII=);width:44px}@keyframes drill-countDown{0%{background-position:0 0}to{background-position:-48px 0}}.learning-drill-loading .loading-box{border:2px dashed #d5dfec;border-radius:24px;flex:none;width:180px;height:140px;position:relative;overflow:hidden}.learning-drill-loading .loading-box .loading-img{background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='140'%20viewBox='0%200%20180%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9084_3374)'%3e%3cg%20clip-path='url(%23clip1_9084_3374)'%3e%3cpath%20d='M157.826%2027.2202C157.826%2028.2283%20157.009%2029.0455%20156%2029.0455C154.992%2029.0455%20154.175%2028.2283%20154.175%2027.2202C154.175%2026.2121%20154.992%2025.3949%20156%2025.3949C157.009%2025.3949%20157.826%2026.2121%20157.826%2027.2202Z'%20fill='%237A91B0'/%3e%3cpath%20d='M168%2020.0005C168%2020.8194%20167.336%2021.4832%20166.517%2021.4832H145.483C144.664%2021.4832%20144%2020.8194%20144%2020.0005C144%2019.1815%20144.664%2018.5177%20145.483%2018.5177H166.517C167.336%2018.5177%20168%2019.1815%20168%2020.0005Z'%20fill='%237A91B0'/%3e%3cpath%20d='M157.826%2012.7801C157.826%2013.7881%20157.009%2014.606%20156%2014.606C154.992%2014.606%20154.175%2013.7881%20154.175%2012.7801C154.175%2011.772%20154.992%2010.9541%20156%2010.9541C157.009%2010.9541%20157.826%2011.772%20157.826%2012.7801Z'%20fill='%237A91B0'/%3e%3cpath%20d='M81.0145%2062.4851C80.4353%2061.9058%2080.4353%2060.9667%2081.0145%2060.3875L86.8462%2054.5558C87.1533%2054.2487%2087.1533%2053.7508%2086.8462%2053.4438L81.0145%2047.612C80.4353%2047.0328%2080.4353%2046.0937%2081.0145%2045.5145C81.5937%2044.9353%2082.5328%2044.9353%2083.112%2045.5145L88.9438%2051.3462C89.2508%2051.6533%2089.7487%2051.6533%2090.0558%2051.3462L95.8875%2045.5145C96.4667%2044.9353%2097.4058%2044.9353%2097.9851%2045.5145C98.5643%2046.0937%2098.5643%2047.0328%2097.9851%2047.612L92.1533%2053.4438C91.8462%2053.7508%2091.8462%2054.2487%2092.1533%2054.5558L97.9851%2060.3875C98.5643%2060.9667%2098.5643%2061.9058%2097.9851%2062.4851C97.4058%2063.0643%2096.4667%2063.0643%2095.8875%2062.4851L90.0558%2056.6533C89.7487%2056.3462%2089.2508%2056.3462%2088.9438%2056.6533L83.112%2062.4851C82.5328%2063.0643%2081.5937%2063.0643%2081.0145%2062.4851Z'%20fill='%237A91B0'/%3e%3cpath%20d='M129.483%2086.5166C128.664%2086.5166%20128%2087.1806%20128%2087.9998C128%2088.8189%20128.664%2089.4829%20129.483%2089.4829H150.517C151.336%2089.4829%20152%2088.8189%20152%2087.9998C152%2087.1806%20151.336%2086.5166%20150.517%2086.5166H129.483Z'%20fill='%237A91B0'/%3e%3cpath%20d='M56%20134C55.1809%20134%2054.5168%20133.336%2054.5168%20132.517V124.269C54.5168%20123.835%2054.1648%20123.483%2053.7305%20123.483H45.4832C44.664%20123.483%2044%20122.819%2044%20122C44%20121.181%2044.664%20120.517%2045.4832%20120.517H53.7305C54.1648%20120.517%2054.5168%20120.165%2054.5168%20119.731V111.483C54.5168%20110.664%2055.1809%20110%2056%20110C56.8191%20110%2057.4832%20110.664%2057.4832%20111.483V119.731C57.4832%20120.165%2057.8352%20120.517%2058.2695%20120.517H66.5168C67.336%20120.517%2068%20121.181%2068%20122C68%20122.819%2067.336%20123.483%2066.5168%20123.483H58.2695C57.8352%20123.483%2057.4832%20123.835%2057.4832%20124.269V132.517C57.4832%20133.336%2056.8191%20134%2056%20134Z'%20fill='%237A91B0'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9084_3374'%3e%3crect%20width='180'%20height='140'%20rx='24'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_9084_3374'%3e%3crect%20width='180'%20height='206'%20fill='white'%20transform='translate(0%20-66)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:repeat-y;background-size:100%;height:200%;animation:1s linear infinite drill-loading;position:relative}.learning-drill-loading .loading-box:before,.learning-drill-loading .loading-box:after{content:"";z-index:1;width:100%;height:35px;position:absolute;left:0}.learning-drill-loading .loading-box:before{background:linear-gradient(#fff 20%,#fff0 100%);top:0}.learning-drill-loading .loading-box:after{background:linear-gradient(#fff0 0%,#fff 80%);bottom:0}@keyframes drill-loading{0%{top:0%}to{top:-100%}}.learning-game-complete{flex-direction:column;flex:1;min-height:0;display:flex}.learning-game-complete .top-wrap{background-position:top;background-size:360px 276px;height:100%;max-height:230px;padding:0 16px;position:relative}.learning-game-complete .top-wrap .inner{height:100%;position:relative;overflow:hidden}.learning-game-complete .top-wrap .talk-box{width:100%;max-width:448px;color:var(--00);text-align:center;filter:drop-shadow(0 4px #13358b);z-index:2;background-color:#1a6bd6;border-radius:24px;margin:0 auto;padding:12px 16px 16px;position:absolute;top:0;left:50%;transform:translate(-50%)}.learning-game-complete .top-wrap .talk-box .learning-unit__step{width:fit-content;margin:0 auto 8px;padding:2px 12px;font-size:16px;font-weight:700;line-height:24px}.learning-game-complete .top-wrap .talk-box__unit-name{text-align:center;word-break:break-all;font-size:24px;font-weight:700;line-height:32px}.learning-game-complete .top-wrap .talk-box:after{content:"";background-color:#1a6bd6;width:8px;height:6px;position:absolute;top:100%;left:50%;transform:translate(-50%);-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='6'%20viewBox='0%200%208%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9029_3376)'%3e%3cpath%20d='M0%206V0H8C8%200%206.181%206%200%206Z'%20fill='%231A6BD6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9029_3376'%3e%3crect%20width='8'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='8'%20height='6'%20viewBox='0%200%208%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9029_3376)'%3e%3cpath%20d='M0%206V0H8C8%200%206.181%206%200%206Z'%20fill='%231A6BD6'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9029_3376'%3e%3crect%20width='8'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.learning-game-complete .top-wrap .character-head{width:200px;height:200px;position:absolute;bottom:-48px;left:50%;transform:translate(-50%)}@keyframes CharacterEye{0%{background-position:0 0}to{background-position:-600px 0}}.learning-game-complete .top-wrap .character-hand{z-index:2;width:200px;height:40px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.learning-game-complete .top-wrap.is-good{background-image:url(/assets/complete_fire_good-BxEGOO14.svg)}.learning-game-complete .top-wrap.is-good .character-head--tube{background-image:url(/assets/tube_head_good-BWcrKgbx.svg)}.learning-game-complete .top-wrap.is-good .character-head--maro{background-image:url(/assets/maro_head_good-HAyzkkiJ.svg)}.learning-game-complete .top-wrap.is-good .character-head--roy{background-image:url(/assets/roy_head_good-BtT5FwTD.svg)}.learning-game-complete .top-wrap.is-good .character-head--woody{background-image:url(/assets/woody_head_good-DE-1H25R.svg)}.learning-game-complete .top-wrap.is-good .character-head--gyeongbok{background-image:url(/assets/gyeongbok_head_good-C4sEzmUm.svg)}.learning-game-complete .top-wrap.is-good .character-head--lalla{background-image:url(../assets/learningImages/game/complete/lalla_head_good.svg)}.learning-game-complete .top-wrap.is-good .character-head--sabi{background-image:url(../assets/learningImages/game/complete/sabi_head_good.svg)}.learning-game-complete .top-wrap.is-good .character-head--jelly{background-image:url(../assets/learningImages/game/complete/jelly_head_good.svg)}.learning-game-complete .top-wrap.is-good .character-head{animation:1s steps(3,end) infinite both CharacterEye}.learning-game-complete .top-wrap.is-good .character-hand--tube{background-image:url(/assets/tube_hand_good-D4hHmbb1.svg)}.learning-game-complete .top-wrap.is-good .character-hand--maro{background-image:url(/assets/maro_hand_good-xQL8YD_2.svg)}.learning-game-complete .top-wrap.is-good .character-hand--roy{background-image:url(/assets/roy_hand_good-DN5vM5eG.svg)}.learning-game-complete .top-wrap.is-good .character-hand--woody{background-image:url(/assets/woody_hand_good-BF_0Ij5u.svg)}.learning-game-complete .top-wrap.is-good .character-hand--gyeongbok{background-image:url(/assets/gyeongbok_hand_good-D4ElNTiZ.svg)}.learning-game-complete .top-wrap.is-good .character-hand--lalla{background-image:url(../assets/learningImages/game/complete/lalla_hand_good.svg)}.learning-game-complete .top-wrap.is-good .character-hand--sabi{background-image:url(../assets/learningImages/game/complete/sabi_hand_good.svg)}.learning-game-complete .top-wrap.is-good .character-hand--jelly{background-image:url(../assets/learningImages/game/complete/jelly_hand_good.svg)}.learning-game-complete .top-wrap.is-bad{background-image:url(/assets/complete_fire_bad-p00llu0T.svg)}.learning-game-complete .top-wrap.is-bad .talk-box{filter:drop-shadow(0 4px #3a424d);background-color:#71757a}.learning-game-complete .top-wrap.is-bad .talk-box:after{background-color:#71757a}.learning-game-complete .top-wrap.is-bad .character-head--tube{background-image:url(/assets/tube_head_bad-DPrzE8Rm.svg)}.learning-game-complete .top-wrap.is-bad .character-head--maro{background-image:url(/assets/maro_head_bad-CBVO2P9k.svg)}.learning-game-complete .top-wrap.is-bad .character-head--roy{background-image:url(/assets/roy_head_bad-BnsaDhdg.svg)}.learning-game-complete .top-wrap.is-bad .character-head--woody{background-image:url(/assets/woody_head_bad-CI4OYZii.svg)}.learning-game-complete .top-wrap.is-bad .character-head--gyeongbok{background-image:url(/assets/gyeongbok_head_bad-DO9EMcCW.svg)}.learning-game-complete .top-wrap.is-bad .character-head--lalla{background-image:url(../assets/learningImages/game/complete/lalla_head_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-head--sabi{background-image:url(../assets/learningImages/game/complete/sabi_head_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-head--jelly{background-image:url(../assets/learningImages/game/complete/jelly_head_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--tube{background-image:url(/assets/tube_hand_bad-Crp3pa4V.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--maro{background-image:url(../assets/learningImages/game/complete/maro_hand_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--roy{background-image:url(/assets/roy_hand_bad-qytiGue8.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--woody{background-image:url(/assets/woody_hand_bad-jt4DR21L.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--gyeongbok{background-image:url(/assets/gyeongbok_hand_bad-fElRCxPT.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--lalla{background-image:url(../assets/learningImages/game/complete/lalla_hand_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--sabi{background-image:url(../assets/learningImages/game/complete/sabi_hand_bad.svg)}.learning-game-complete .top-wrap.is-bad .character-hand--jelly{background-image:url(../assets/learningImages/game/complete/jelly_hand_bad.svg)}.learning-game-complete .btm-wrap{background-color:#8f71f3;border-radius:24px 24px 0 0;flex:1;min-height:366px;padding-top:16px}.learning-game-complete .btm-wrap .btm__inner{flex-direction:column;width:100%;max-width:480px;height:100%;margin:0 auto;display:flex}.learning-game-complete .btm-wrap .game-result{flex-direction:column;flex:1;justify-content:center;min-height:0;padding:0 24px 16px;display:flex}.learning-game-complete .btm-wrap .game-result .result-text{text-align:center;flex-direction:row;flex:none;justify-content:center;align-items:center;height:64px;margin-bottom:8px;display:flex}.learning-game-complete .btm-wrap .game-result .result-text p{color:var(--curr-text-white);font-size:20px;line-height:28px}.learning-game-complete .btm-wrap .game-result .result-list{background-color:var(--00);border-radius:24px;width:100%;max-width:312px;margin:0 auto;padding:8px 24px;position:relative}.learning-game-complete .btm-wrap .game-result .result-list .result-item{flex-direction:row;align-items:center;gap:24px;padding:10px 20px;display:flex;position:relative}.learning-game-complete .btm-wrap .game-result .result-list .result-item+.result-item{margin-top:5px}.learning-game-complete .btm-wrap .game-result .result-list .result-item+.result-item:before{content:"";background-color:var(--curr-border-divider);width:100%;height:1px;position:absolute;top:-3px;left:0}.learning-game-complete .btm-wrap .game-result .result-list .result-item__label{width:72px;color:var(--curr-text-gray);font-size:14px;line-height:18px}.learning-game-complete .btm-wrap .game-result .result-list .result-item__value{flex:1;min-width:0;font-size:18px;line-height:30px}.learning-game-complete .btm-wrap .game-result .result-list .result-point{filter:drop-shadow(0 2px 4px #0003);background-image:url("data:image/svg+xml,%3csvg%20width='64'%20height='64'%20viewBox='0%200%2064%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_10397_6821)'%3e%3cg%20filter='url(%23filter0_d_10397_6821)'%3e%3cpath%20d='M26.4225%202.0171C29.6856%20-0.672365%2034.3144%20-0.672369%2037.5775%202.0171L60.6307%2021.0172C63.5813%2023.4491%2064.7383%2027.5332%2063.5227%2031.226L54.7978%2057.7314C53.564%2061.4796%2050.1586%2064%2046.3282%2064H17.6718C13.8414%2064%2010.436%2061.4796%209.20223%2057.7314L0.477316%2031.2259C-0.738252%2027.5332%200.418717%2023.4491%203.36931%2021.0172L26.4225%202.0171Z'%20fill='%2313B9D9'/%3e%3c/g%3e%3cpath%20d='M26.2639%209.62331C29.63%206.86124%2034.37%206.86124%2037.7361%209.62331L53.9037%2022.8896C57.0106%2025.439%2058.2293%2029.7622%2056.9402%2033.6612L50.9024%2051.9226C49.6112%2055.8277%2046.0884%2058.4482%2042.1297%2058.4482H21.8703C17.9116%2058.4482%2014.3888%2055.8277%2013.0976%2051.9225L7.05981%2033.6612C5.77068%2029.7622%206.9894%2025.439%2010.0963%2022.8896L26.2639%209.62331Z'%20fill='%2343D6F2'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_10397_6821'%20x='-4'%20y='-2'%20width='72'%20height='72'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='2'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.2%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_10397_6821'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_10397_6821'%20result='shape'/%3e%3c/filter%3e%3cclipPath%20id='clip0_10397_6821'%3e%3crect%20width='64'%20height='64'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");flex-direction:row;justify-content:center;align-items:center;width:64px;height:64px;padding-top:2px;font-size:14px;font-weight:700;line-height:10px;display:flex;position:absolute;top:-16px;right:-8px}.learning-game-complete .btm-wrap .game-result .result-list .result-point span{font-size:24px;line-height:18px}.learning-game-complete .btm-wrap .btn-wrap{flex-direction:row;align-items:center;gap:8px;padding:12px 20px 24px;display:flex}.learning-game-complete .btm-wrap .btn-wrap .btn-shadow-secondary{flex:108}.learning-game-complete .btm-wrap .btn-wrap .btn-shadow-primary{flex:212}.game-cover{flex-direction:column;height:100%;min-height:480px;display:flex}.game-cover__content{flex-direction:column;flex:1;justify-content:center;min-height:0;padding-top:20px;display:flex}.game-cover__footer{text-align:center;padding:12px 20px 24px}.game-cover .game-pack{flex:none;width:320px;height:248px;margin:0 auto}.game-cover .game-pack--1{background-image:url(/assets/game_pack_1-DR5YuEoz.png)}.game-cover .game-pack--2{background-image:url(/assets/game_pack_2-DgmBOMCx.png)}.game-cover .game-pack--3{background-image:url(/assets/game_pack_3-CP2mK-TF.png)}.game-cover .game-pack--4{background-image:url(/assets/game_pack_4-CX1OgHs0.png)}.game-cover .game-pack--5{background-image:url(/assets/game_pack_5-C9eVQYXM.png)}.game-cover .game-desc{text-align:center;background-color:#d0dff8;border-radius:24px;flex-direction:row;justify-content:center;align-items:center;width:320px;min-height:96px;margin:12px auto 0;padding:6px 8px;font-size:20px;font-weight:700;line-height:28px;display:flex}.game-cover .btn-game-start{width:100%;max-width:480px}.game-display{padding:0 8px 4px}.game-display .game-display__inner{background-color:#445b81;border-radius:8px 8px 24px;width:100%;max-width:640px;height:96px;margin:0 auto;padding:8px 20px;position:relative}.game-display .display-board{background-color:#242528;border-radius:8px;height:100%;overflow:hidden}.game-display__deco .object{position:absolute}.game-display__deco .object--1{top:18px;left:0}.game-display__deco .object--2{flex-direction:column;gap:2px;display:flex;top:40px;left:12px}.game-display__deco .object--2 .object-item{background-color:#2ecd19;border-radius:1px;width:4px;height:4px;box-shadow:inset 0 -1px #2ba31c}.game-display__deco .object--3{top:14px;right:6px}.game-display__deco .object--3 .object-item{background-color:#46b7f4;border-radius:50%;width:8px;height:8px;box-shadow:inset 0 -1px #0003}.game-display__deco .object--4{flex-flow:wrap;align-items:center;gap:2px;width:10px;display:flex;top:48px;right:5px}.game-display__deco .object--4 .object-item{background-color:#162639;border-radius:50%;width:4px;height:4px}.game-display__deco .object--5{z-index:2;background-image:url("data:image/svg+xml,%3csvg%20width='110'%20height='14'%20viewBox='0%200%20110%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_d_6721_74952)'%3e%3cpath%20d='M108%200L105.578%207.26491C105.034%208.89828%20103.505%2010%20101.784%2010L8.21637%2010C6.49465%2010%204.9661%208.89828%204.42164%207.26491L2%20-2.18557e-06L108%200Z'%20fill='%23445B81'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_d_6721_74952'%20x='0'%20y='0'%20width='110'%20height='14'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='1'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.12%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_6721_74952'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_dropShadow_6721_74952'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e");width:110px;height:14px;top:8px;left:50%;transform:translate(-50%)}.game-display__hud{z-index:2;flex-direction:row;align-items:center;gap:6px;display:flex;position:absolute;top:4px;left:50%;transform:translate(-50%)}.game-display__hud .hud-timer{flex-direction:row;align-items:center;gap:2px;display:flex}.game-display__hud .hud-timer svg{color:#cfcabf}.game-display__hud .hud-timer .timer{color:#fff;text-align:center;min-width:20px;font-size:14px;font-weight:700;line-height:14px}.game-display__hud .hud-life{flex-direction:row;align-items:center;gap:2px;display:flex}.game-display__hud .hud-life .life{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAkCAYAAAAq23xmAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANISURBVHgB7Zk9btswFMcf7abImDGj0amdqiPIvUCEJEOBBEh8gtoniHyCuieoDNRphjbQ2sVQThChHdrNHjN66BZbL4+SDFuyPkiZkhb9ANmyqUf+9Rc/RBKgoaGhoT5YViIa5zqAd0KXGfSzE/69oMOlw2L2z/FujHEE0L6iUx6j0XEUprhBnDdktj2HAmj6pU75nJDqLT1sAejnbbnOZLwbc03lL6+AIcUw0oOhHtLC6PAOhq5jzdPKTDQovEmTTj9BJjinLAZklB3EcUPx60Z8atyI2fcDEMS/SbY0KS5HD8wBvYHrfLeDODKUCehhMHKnk0FyUgJonD4GbovChmHkjXgMf+pel2rTIu9KrXvxCEFtFMwah9Bq8W8JPVSb8KBLtSmip72Tt3E2CpuUDHp4SMCO6Tgc/vv7K+sqrXtJekBOD2O6vB44hpZ3+DT7E9ETqUFofOwAPM+gUhjVoh9OUgo1rQ6wivXgimrRnbP+2YqmPstUSUXwQSCFVh162hE9MYNQot9RRnrzQahejz/abYgZxGowiHUyEmvX04KGTOIG5Q65JbAomFYWkTLjBrlQPW7BtHLAaJnxTtqBysF0ExhzoHqyDHo9hsrxvqQnLWvQs4roiRjE7Ls5fdlQGWhlTVzphW1Ow251ehAtv8wtEkaxAz5pq6JzXPCZfe5Vnlernh2DglqEwjPtPeiLLHv4TxQr0IPQj9ceTuJ7EC1FWBRhQnlqzKS1pDRc59aiDtuEskA0k9aSOO20GJplP5hv39GZPzNWqYbMuc9vWjGeZr8fjt+856c6qMQ35zZVT+aKoh9vnNKEUdXTk1soS0L7cHnDbwpUgLRQ5kwy9eQa5OejxiS+RNsDBSgxidES7XSSq6cNAihobsrM4ezd3ATN4QhPVoN+o8hT481KnTlr3Om3YaGOG/31Z2E9UrN5eZP8Drm0IVrapGC0ktIj1MS2EW9uxUYrWYSbW85olYZQJ51YnnHep8/PKcnXMu85KtD0iz7dTbIehOu095w8Chvkl2uc8eVJvu+03ozjU4Leep+samgfzAj3wTZ60Out98mKsJdBnHAnJFzoXo1F9rnKRNO5nlehnv9j16lXT0NDQ0NDibwA7RZad7XraoAAAAAASUVORK5CYII=);width:12px;height:12px}.game-display__hud .hud-life .life--die{background-position:100% 0}.game-display__hud .divider{background-color:#727c8c;width:1px;height:10px}.game-display--1 .game-display__deco .object{color:#469bf4}.game-display--2 .game-display__deco .object{color:#7613e0}.game-display--3 .game-display__deco .object{color:#00be72}.game-display--4 .game-display__deco .object{color:#f8bf3b}.game-display--5 .game-display__deco .object{color:#ff8052}.game-countdown{flex-direction:row;align-items:center;height:100%;padding-top:8px;display:flex}.game-countdown .countdown-box{height:28px;margin:0 auto}.game-countdown .countdown-box.countdown-1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAANgAAABUCAYAAADgUvlOAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFXSURBVHgB7d1BisMwEABBefGj/P+Tf7W55hQQSRM5rnqBJWjmMljbmHSe5/9YyHEc21iI+3mtvp/Vzvs3gIzAICQwCAkMQgKDkMAgJDAICQxCAoOQwCAkMAhts7thV99tm/1+9/NdV/9+EwxCAoOQwCAkMAgJDEICg5DAICQwCAkMQgKDkMAgtK+2u7Ua98M7TDAICQxCAoOQwCAkMAgJDEICg5DAICQwCAkMQgKD0D4meYP4u67+n8C7McEgJDAICQxCAoOQwCAkMAgJDEICg5DAICQwCAkMQtO7iN7w/Sy7hb/NBIOQwCAkMAgJDEICg5DAICQwCAkMQgKDkMAgJDAI7XbhPst98swEg5DAICQwCAkMQgKDkMAgJDAICQxCAoOQwCAkMAhN78Hd7Y3m1c5bu9t91uc1wSAkMAgJDEICg5DAICQwCAkMQgKDkMAgJDAICQxCD0omRqkxQnXAAAAAAElFTkSuQmCC);width:24px;animation:1s steps(2,end) both game-countDown}.game-countdown .countdown-box.countdown-2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVYAAABUAgMAAACkfvevAAAACVBMVEUAAADJycnIyMhT5F2mAAAAAnRSTlMAf7YpoZUAAABrSURBVFjD7dixDcAgDARAj5Z5MlqmTEER4SAXdFhH9bzElcgQcT/fuiJi2RTb0aSMxWJPZoumOjICFovFpgaLxfZiq/Fj3j5L5O9jsdiT2SlsXDUpY7HYFuz+kwSLxXZnq2EjfV1isdhO7AuZgWECQrskIgAAAABJRU5ErkJggg==);width:114px}.game-countdown .countdown-box.countdown-3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABUAQMAAAB5tA3LAAAABlBMVEUAAADIyMisR2nzAAAAAXRSTlMAQObYZgAAAC9JREFUOMtjYOD/DwIfoAwGhmEiAmQDAZgBIUdFBrsIOAaHocgoYwgxBls5RiURAMihthv0LnJ4AAAAAElFTkSuQmCC);width:44px}@keyframes game-countDown{0%{background-position:0 0}to{background-position:-48px 0}}.game-loading{flex-direction:column;height:100%;display:flex}.game-loading .loading-box{border:2px dashed #d5dfec;border-radius:24px;flex:none;width:180px;height:140px;margin:auto;position:relative;overflow:hidden}.game-loading .loading-box .loading-img{background-image:url("data:image/svg+xml,%3csvg%20width='180'%20height='140'%20viewBox='0%200%20180%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9084_3374)'%3e%3cg%20clip-path='url(%23clip1_9084_3374)'%3e%3cpath%20d='M157.826%2027.2202C157.826%2028.2283%20157.009%2029.0455%20156%2029.0455C154.992%2029.0455%20154.175%2028.2283%20154.175%2027.2202C154.175%2026.2121%20154.992%2025.3949%20156%2025.3949C157.009%2025.3949%20157.826%2026.2121%20157.826%2027.2202Z'%20fill='%237A91B0'/%3e%3cpath%20d='M168%2020.0005C168%2020.8194%20167.336%2021.4832%20166.517%2021.4832H145.483C144.664%2021.4832%20144%2020.8194%20144%2020.0005C144%2019.1815%20144.664%2018.5177%20145.483%2018.5177H166.517C167.336%2018.5177%20168%2019.1815%20168%2020.0005Z'%20fill='%237A91B0'/%3e%3cpath%20d='M157.826%2012.7801C157.826%2013.7881%20157.009%2014.606%20156%2014.606C154.992%2014.606%20154.175%2013.7881%20154.175%2012.7801C154.175%2011.772%20154.992%2010.9541%20156%2010.9541C157.009%2010.9541%20157.826%2011.772%20157.826%2012.7801Z'%20fill='%237A91B0'/%3e%3cpath%20d='M81.0145%2062.4851C80.4353%2061.9058%2080.4353%2060.9667%2081.0145%2060.3875L86.8462%2054.5558C87.1533%2054.2487%2087.1533%2053.7508%2086.8462%2053.4438L81.0145%2047.612C80.4353%2047.0328%2080.4353%2046.0937%2081.0145%2045.5145C81.5937%2044.9353%2082.5328%2044.9353%2083.112%2045.5145L88.9438%2051.3462C89.2508%2051.6533%2089.7487%2051.6533%2090.0558%2051.3462L95.8875%2045.5145C96.4667%2044.9353%2097.4058%2044.9353%2097.9851%2045.5145C98.5643%2046.0937%2098.5643%2047.0328%2097.9851%2047.612L92.1533%2053.4438C91.8462%2053.7508%2091.8462%2054.2487%2092.1533%2054.5558L97.9851%2060.3875C98.5643%2060.9667%2098.5643%2061.9058%2097.9851%2062.4851C97.4058%2063.0643%2096.4667%2063.0643%2095.8875%2062.4851L90.0558%2056.6533C89.7487%2056.3462%2089.2508%2056.3462%2088.9438%2056.6533L83.112%2062.4851C82.5328%2063.0643%2081.5937%2063.0643%2081.0145%2062.4851Z'%20fill='%237A91B0'/%3e%3cpath%20d='M129.483%2086.5166C128.664%2086.5166%20128%2087.1806%20128%2087.9998C128%2088.8189%20128.664%2089.4829%20129.483%2089.4829H150.517C151.336%2089.4829%20152%2088.8189%20152%2087.9998C152%2087.1806%20151.336%2086.5166%20150.517%2086.5166H129.483Z'%20fill='%237A91B0'/%3e%3cpath%20d='M56%20134C55.1809%20134%2054.5168%20133.336%2054.5168%20132.517V124.269C54.5168%20123.835%2054.1648%20123.483%2053.7305%20123.483H45.4832C44.664%20123.483%2044%20122.819%2044%20122C44%20121.181%2044.664%20120.517%2045.4832%20120.517H53.7305C54.1648%20120.517%2054.5168%20120.165%2054.5168%20119.731V111.483C54.5168%20110.664%2055.1809%20110%2056%20110C56.8191%20110%2057.4832%20110.664%2057.4832%20111.483V119.731C57.4832%20120.165%2057.8352%20120.517%2058.2695%20120.517H66.5168C67.336%20120.517%2068%20121.181%2068%20122C68%20122.819%2067.336%20123.483%2066.5168%20123.483H58.2695C57.8352%20123.483%2057.4832%20123.835%2057.4832%20124.269V132.517C57.4832%20133.336%2056.8191%20134%2056%20134Z'%20fill='%237A91B0'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9084_3374'%3e%3crect%20width='180'%20height='140'%20rx='24'%20fill='white'/%3e%3c/clipPath%3e%3cclipPath%20id='clip1_9084_3374'%3e%3crect%20width='180'%20height='206'%20fill='white'%20transform='translate(0%20-66)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-repeat:repeat-y;background-size:100%;height:200%;animation:1s linear infinite game-loading;position:relative}.game-loading .loading-box:before,.game-loading .loading-box:after{content:"";z-index:1;width:100%;height:35px;position:absolute;left:0}.game-loading .loading-box:before{background:linear-gradient(#fff 20%,#fff0 100%);top:0}.game-loading .loading-box:after{background:linear-gradient(#fff0 0%,#fff 80%);bottom:0}@keyframes game-loading{0%{top:0%}to{top:-100%}}.learning-game-ending{flex-direction:column;height:100%;display:flex}.learning-game-ending .center-wrap{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}.learning-game-ending .center-wrap .perfect-text{background-image:url(/assets/complete_text_perfect-7OqWsAo1.png);width:320px;height:56px;margin:0 auto 24px}.learning-game-ending .btm-wrap{padding:12px 40px 24px}.learning-game-ending .btm-wrap .btn-wrap{flex-direction:row;justify-content:center;align-items:center;display:flex}.learning-game-ending .btm-wrap .btn-wrap .btn-shadow{max-width:420px}.game{pointer-events:none;height:100%;position:relative;box-shadow:inset 0 2px 2px #0000001f}.game__inner{flex-direction:row-reverse;align-items:center;height:100%;transition:transform 1s;display:flex;position:relative}.game .round{flex:none;width:100%;height:100%;position:relative;overflow:hidden}.game .round__inner{height:100%;position:relative}.game--1{background-color:#b1b6c1;position:relative}.game--1 .round{padding-block:8px}.game--1 .land{width:100%;height:4px;position:absolute;bottom:0;left:0}.game--1 .land:before{content:"";z-index:1;background-image:url(/assets/object_land-CHoLCOE0.svg);width:100%;height:100%;position:absolute;bottom:0;left:0}.game--1 .land .leafs{width:100%;position:absolute;bottom:2px}.game--1 .land .leafs .leaf{position:absolute;bottom:0}.game--1 .land .leafs .leaf--1{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='22'%20viewBox='0%200%2020%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.8597%200.0340911C10.8652%200.0354969%2010.878%200.0660735%2010.8963%200.0692365C10.8908%201.02695%2010.9029%201.97588%2010.9329%202.91602L12.4319%202.95116C12.4604%203.60557%2012.4611%204.32781%2012.4319%204.9896C12.415%205.90514%2012.403%206.84212%2012.3953%207.80124C12.4388%207.91651%2012.4242%208.03495%2012.3953%208.15269C12.4245%208.83135%2012.449%209.56835%2012.3953%2010.2614C12.388%2010.2793%2012.4172%2010.3247%2012.3723%2010.3331C12.0838%2010.3521%2011.758%2010.2867%2011.4813%2010.3669C11.3339%2010.3981%2011.1595%2010.3837%2011.006%2010.3669C10.9855%2010.3718%2010.9606%2010.3823%2010.9508%2010.4002C10.9365%2010.5661%2010.8963%2011.6398%2010.9672%2011.6873C11.123%2011.7917%2012.6128%2011.6282%2012.9075%2011.6676L12.8706%208.82045H13.9126C14.0607%208.82045%2014.0033%207.53694%2013.9674%207.37949L14.5158%207.34435C14.8156%207.33591%2015.1143%207.3222%2015.4116%207.30323L15.4299%205.90338C15.5209%205.98387%2015.6225%205.90338%2015.6675%205.90338H16.9106C16.9508%205.90338%2016.9629%205.81763%2016.9673%205.78213C17.0203%205.34949%2016.9058%204.86343%2016.9289%204.42727H18.4644C18.4845%204.58262%2018.4191%204.78505%2018.501%204.91931C18.5324%206.21793%2018.5445%207.49512%2018.5376%208.75016C18.5328%208.76106%2018.543%208.77969%2018.5376%208.78531C18.3343%208.82116%2018.12%208.81202%2017.916%208.78531C17.8349%208.78531%2017.0386%208.74313%2017.0386%208.78531V10.3317H15.4664V11.6145C15.4664%2011.6219%2015.5209%2011.6542%2015.503%2011.6669C15.0032%2011.6918%2014.5052%2011.7161%2014.004%2011.7024V13.3194L12.5028%2013.3697C12.4231%2013.4228%2012.4915%2014.1271%2012.4684%2014.268L15.503%2014.3031L15.5395%2012.8095C15.5385%2012.7806%2015.5739%2012.7216%2015.5944%2012.7216H19.9452C19.9492%2012.7216%2020%2012.7705%2020%2012.7743V14.4262C20%2014.43%2019.9492%2014.4789%2019.9452%2014.4789H18.4644L18.4279%2015.832C18.429%2015.8608%2018.3935%2015.9198%2018.373%2015.9198H17.0751V17.4662H11.0974C11.0842%2017.4662%2011.0382%2017.5021%2011.0118%2017.5074C11.0031%2018.5224%2011.0038%2019.5426%2011.006%2020.559L10.9694%2022H9.39729L9.36073%2017.8528C9.35561%2017.7263%209.34099%2017.6093%209.31649%2017.5014H3.03567C3.0002%2017.3032%203.06967%2017.0628%203.06857%2016.8825C3.0682%2016.8122%203.03493%2016.7482%203.03384%2016.6769C3.03201%2016.5479%203.08466%2015.9198%202.94426%2015.9198H1.5001V14.5316C1.5001%2014.5277%201.44928%2014.4789%201.44526%2014.4789H0.00109683L0%2012.774C0.00987149%2012.6369%200.466885%2012.6826%200.603989%2012.6868C1.25478%2012.7065%201.9264%2012.7473%202.57719%2012.7582C3.22798%2012.769%203.90765%2012.7473%204.5716%2012.7564V14.3383H7.47783C7.48368%2014.3383%207.56924%2014.2775%207.56924%2014.3559V15.9901H9.30589C9.3461%2015.9901%209.35817%2015.9044%209.36256%2015.8689C9.42069%2015.392%209.3143%2014.8085%209.36256%2014.3193L9.28249%2013.3064L9.17829%2013.2488H6.18028L6.14409%2011.702L4.49591%2011.7221C4.33578%2011.6103%204.53284%2010.3999%204.46228%2010.3314C4.43595%2010.3057%204.15261%2010.3767%204.09667%2010.2966C4.21439%2010.2864%204.32408%2010.2744%204.42572%2010.2614C3.97894%2010.292%203.45904%2010.2906%202.99984%2010.2614C2.97241%209.79258%202.95998%209.31214%202.96327%208.82045L1.35459%208.78531C1.33594%207.34048%201.33594%205.88405%201.35459%204.41638L1.39151%204.39213L2.96364%204.42727V5.86824L4.42096%205.94345L4.46264%207.34435H6.08961C6.09363%207.34435%206.14445%207.3932%206.14445%207.39706V8.82045L7.53414%208.85525L7.57033%2011.6672C7.67636%2011.6398%207.79262%2011.6433%207.89938%2011.6672L8.66717%2011.7024C8.86716%2011.6918%209.07628%2011.6802%209.29419%2011.6679L9.32526%2011.7024C9.35488%2011.281%209.37499%2010.8406%209.3344%2010.4147C8.87118%2010.3651%208.40502%2010.3493%207.93594%2010.3669C7.93229%2010.3257%207.91876%2010.3394%207.89938%2010.3317L7.86173%2010.1834C7.83577%207.39531%207.83613%204.58613%207.86282%201.75622C7.86465%201.66273%207.86099%201.56819%207.86282%201.4747C7.88695%201.47295%207.91145%201.47611%207.93594%201.4747C8.40575%201.42866%208.88105%201.42866%209.36183%201.4747C9.30662%201.49298%209.29894%201.44202%209.33952%201.32147L9.32307%200.153586C9.31649%200.100516%209.32929%200.0608016%209.36183%200.0337396L9.44592%200C9.92487%200.007732%2010.3965%200.0186271%2010.8608%200.0337396L10.8597%200.0340911Z'%20fill='%2352585E'/%3e%3c/svg%3e");width:20px;height:22px;left:2%}.game--1 .land .leafs .leaf--2{z-index:5;background-image:url("data:image/svg+xml,%3csvg%20width='44'%20height='52'%20viewBox='0%200%2044%2052'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.6764%200V4.03419H22.7154C22.7233%204.03419%2022.8228%204.12923%2022.8228%204.13675V16.6154H24.1463C24.1542%2016.6154%2024.2537%2016.5203%2024.2537%2016.5128V14.4957H26.2927C26.3006%2014.4957%2026.4%2014.4007%2026.4%2014.3932V10.2564H28.4748V8.20513H30.6927V6.08547H32.839V4.13675C32.839%204.12923%2032.9385%204.03419%2032.9463%204.03419H37.239C37.2469%204.03419%2037.3463%204.12923%2037.3463%204.13675V10.2906C37.3463%2010.2981%2037.2469%2010.3932%2037.239%2010.3932H35.2V14.5299C35.2%2014.5374%2035.1006%2014.6325%2035.0927%2014.6325H32.9821V16.7521H30.7642V18.6667L44%2018.7009V20.6154C44%2020.6229%2043.9006%2020.7179%2043.8927%2020.7179H41.7821V22.8718C41.7821%2022.8793%2041.6827%2022.9744%2041.6748%2022.9744H39.4927V25.0256H35.2V27.0769H24.2894C24.2816%2027.0769%2024.1821%2026.9819%2024.1821%2026.9744V24.9573H22.8228V31.0427H24.2537L24.361%2045.4359H26.5073C26.5152%2045.4359%2026.6146%2045.5309%2026.6146%2045.5385V51.8974C26.6146%2051.905%2026.5152%2052%2026.5073%2052H16.0618C16.0539%2052%2015.9545%2051.905%2015.9545%2051.8974V45.4359H18.2439V25.0256H13.4504V27.0769H0.107317C0.0994472%2027.0769%200%2026.9819%200%2026.9744V24.9915C0%2024.9839%200.0994472%2024.8889%200.107317%2024.8889H2.14634V22.9402C2.14634%2022.865%202.32091%2022.8424%202.39317%2022.8342C3.15011%2022.7494%204.17607%2022.8568%204.97522%2022.8403C5.51681%2022.8294%206.09203%2022.6653%206.65366%2022.8376V20.6838C6.65366%2020.6762%206.75311%2020.5812%206.76098%2020.5812H11.0894V18.735H8.94309V16.7521H6.65366V12.5128H4.50732V8.34188H2.21789V4.03419H4.57886V6.08547H9.01463V8.10256C9.01463%208.11009%209.11408%208.20513%209.12195%208.20513H11.2325V10.2564H13.4504V12.3761H15.5967V16.6154H18.2439V0H20.6764ZM30.6927%2018.735H28.6179V20.5812H30.6927V18.735Z'%20fill='%2352585E'/%3e%3c/svg%3e");width:43px;height:52px;left:4.4%}.game--1 .land .leafs .leaf--3{background-image:url("data:image/svg+xml,%3csvg%20width='63'%20height='37'%20viewBox='0%200%2063%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30.7617%200V2.81848H32.2383V5.69692C32.3244%205.7317%2032.4229%205.63695%2032.4536%205.63695H33.6226C33.6293%205.63695%2033.7148%205.72031%2033.7148%205.7269V8.5154H35.0991C35.1059%208.5154%2035.1914%208.59875%2035.1914%208.60535V22.7277H36.5449V21.3784C36.5449%2021.3718%2036.6304%2021.2885%2036.6372%2021.2885H38.0215V19.9092H39.498V17.1207C39.498%2017.1141%2039.5836%2017.0308%2039.5903%2017.0308H40.9746V15.6515H42.4512V14.2123H43.9277V11.3938C44.4162%2011.3255%2044.9072%2011.428%2045.4043%2011.3938V9.95462H46.7886C46.7953%209.95462%2046.8809%209.87126%2046.8809%209.86467V8.5154H48.2651C48.2719%208.5154%2048.3574%208.43204%2048.3574%208.42545V7.07618H49.7725V5.7269C49.7725%205.5416%2050.8159%205.67653%2050.9617%205.67413C51.5419%205.66574%2052.1534%205.559%2052.7256%205.69692V4.2577H55.6787V2.81848H58.6934V5.69692H57.2168V9.92463C57.2168%209.93123%2057.1313%2010.0146%2057.1245%2010.0146H55.7402V12.8331H54.2637V15.6216C54.2637%2015.6282%2054.1782%2015.7115%2054.1714%2015.7115H52.7871V18.53H51.3105V19.9692H49.834V21.3185C49.834%2021.3251%2049.7485%2021.4084%2049.7417%2021.4084H48.4189C48.4288%2021.8714%2048.4251%2022.3301%2048.3574%2022.7877H46.9424V24.137C46.9424%2024.1435%2046.8569%2024.2269%2046.8501%2024.2269H45.4658V26.9854H49.7725V25.6062H52.7256V24.1669H58.6318V22.7277H61.585V21.2885H63V24.2269H61.585V25.6661H60.1699V27.0154C60.1699%2027.2775%2058.6318%2026.8973%2058.6318%2027.1353V29.2042H55.7402V30.7634H54.2637V32.3225H49.9263C49.9195%2032.3225%2049.834%2032.4059%2049.834%2032.4125V33.9417H39.5596V35.4408H42.5127V37H33.6533V35.5008H32.2383V37H29.2236V35.5008H27.8086V37H17.5342V33.9417H8.76709C8.76032%2033.9417%208.6748%2033.8583%208.6748%2033.8517V32.3225H5.7832V30.7634H4.30664V29.2942C4.30664%2029.2876%204.22112%2029.2042%204.21436%2029.2042H2.98389C2.97404%2029.2042%202.83008%2029.308%202.83008%2029.1742V27.825H1.35352V27.1047H0V24.1663H2.8916V25.6056H10.2129V26.9848H14.5811V24.2263H13.1045V22.7871H11.6279V21.4078H10.2437C10.2369%2021.4078%2010.1514%2021.3245%2010.1514%2021.3179V19.9686H8.76709C8.76032%2019.9686%208.6748%2019.8853%208.6748%2019.8787V18.5294H7.29053C7.28376%2018.5294%207.19824%2018.446%207.19824%2018.4394V15.7109H5.7832V11.4832C5.7832%2011.4766%205.69769%2011.3932%205.69092%2011.3932H4.30664V7.07558H5.7832V8.5148H7.25977V9.95402H11.6895V11.3932C11.8789%2011.3501%2013.166%2011.2487%2013.166%2011.4232V12.7725H14.5503C14.5571%2012.7725%2014.6426%2012.8559%2014.6426%2012.8624V14.2117H16.0269C16.0336%2014.2117%2016.1191%2014.2951%2016.1191%2014.3017V15.6509H17.5342C17.5385%2016.1115%2017.6849%2016.5768%2017.5342%2017.0302H19.0107V18.4694H20.4873V19.9086H21.9639V22.7271H23.3481C23.3549%2022.7271%2023.4404%2022.8105%2023.4404%2022.8171V24.1663H24.917V25.6056H26.332V21.4078H24.8555V15.6509H26.332V14.2717H24.8555V5.63695H26.332V1.37925H27.7471V0H30.7617ZM14.6426%2027.0454V29.1442H18.9492V27.825H17.5649C17.4142%2027.825%2017.4887%2027.1809%2017.472%2027.0454H14.6426ZM45.4043%2027.0418H42.5127V29.1442H45.4043V27.0418Z'%20fill='%238F97A0'/%3e%3c/svg%3e");width:63px;height:37px;left:14.3%}.game--1 .land .leafs .leaf--4{background-image:url("data:image/svg+xml,%3csvg%20width='27'%20height='30'%20viewBox='0%200%2027%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.6606%200.0464886C14.668%200.0484056%2014.6853%200.0901016%2014.71%200.094415C14.7026%201.40041%2014.7189%202.69442%2014.7594%203.97645L16.783%204.02438C16.8215%204.91677%2016.8225%205.90166%2016.783%206.80411C16.7603%208.05259%2016.744%209.33031%2016.7337%2010.6382C16.7924%2010.7954%2016.7726%2010.9569%2016.7337%2011.1175C16.7731%2012.0429%2016.8062%2013.048%2016.7337%2013.9931C16.7238%2014.0175%2016.7633%2014.0793%2016.7026%2014.0908C16.3131%2014.1167%2015.8734%2014.0276%2015.4997%2014.1368C15.3008%2014.1795%2015.0654%2014.1599%2014.8581%2014.1368C14.8304%2014.1436%2014.7969%2014.1579%2014.7835%2014.1824C14.7643%2014.4086%2014.71%2015.8727%2014.8057%2015.9374C15.016%2016.0798%2017.0273%2015.8569%2017.4251%2015.9106L17.3753%2012.0281H18.782C18.9819%2012.0281%2018.9044%2010.2778%2018.856%2010.0631L19.5964%2010.0152C20.0011%2010.0037%2020.4044%209.98498%2020.8056%209.9591L20.8303%208.05019C20.9532%208.15995%2021.0904%208.05019%2021.1511%208.05019H22.8293C22.8836%208.05019%2022.8999%207.93325%2022.9058%207.88485C22.9774%207.29487%2022.8229%206.63205%2022.854%206.03729H24.927C24.9541%206.24912%2024.8658%206.52518%2024.9763%206.70826C25.0188%208.47914%2025.0351%2010.2208%2025.0257%2011.9322C25.0193%2011.9471%2025.0331%2011.9725%2025.0257%2011.9802C24.7513%2012.029%2024.462%2012.0166%2024.1866%2011.9802C24.0771%2011.9802%2023.002%2011.9226%2023.002%2011.9802V14.0889H20.8797V15.8382C20.8797%2015.8483%2020.9532%2015.8924%2020.929%2015.9096C20.2543%2015.9437%2019.5821%2015.9767%2018.9054%2015.958V18.1631L16.8788%2018.2317C16.7712%2018.304%2016.8635%2019.2645%2016.8324%2019.4567L20.929%2019.5046L20.9784%2017.4677C20.9769%2017.4284%2021.0248%2017.3479%2021.0524%2017.3479H26.926C26.9314%2017.3479%2027%2017.4145%2027%2017.4198V19.6723C27%2019.6776%2026.9314%2019.7442%2026.926%2019.7442H24.927L24.8776%2021.5894C24.8791%2021.6287%2024.8312%2021.7092%2024.8036%2021.7092H23.0514V23.818H14.9815C14.9637%2023.818%2014.9015%2023.8669%2014.866%2023.8741C14.8541%2025.2582%2014.8551%2026.6495%2014.8581%2028.0355L14.8087%2030.0005H12.6863L12.637%2024.3452C12.6301%2024.1726%2012.6103%2024.013%2012.5773%2023.8659H4.09815C4.05027%2023.5956%204.14405%2023.2678%204.14257%2023.0219C4.14208%2022.9261%204.09716%2022.8388%204.09568%2022.7415C4.09321%2022.5657%204.16429%2021.7092%203.97475%2021.7092H2.02514V19.8161C2.02514%2019.8109%201.95653%2019.7442%201.9511%2019.7442H0.00148072L0%2017.4193C0.0133265%2017.2324%200.630295%2017.2947%200.815385%2017.3005C1.69395%2017.3273%202.60064%2017.3829%203.47921%2017.3978C4.35777%2017.4126%205.27532%2017.3829%206.17165%2017.3954V19.5525H10.0951C10.103%2019.5525%2010.2185%2019.4696%2010.2185%2019.5765V21.8051H12.5629C12.6172%2021.8051%2012.6335%2021.6881%2012.6395%2021.6397C12.7179%2020.9894%2012.5743%2020.1938%2012.6395%2019.5266L12.5314%2018.1454L12.3907%2018.0668H8.34338L8.29452%2015.9576L6.06948%2015.9849C5.8533%2015.8325%206.11934%2014.1819%206.02408%2014.0884C5.98854%2014.0535%205.60602%2014.1503%205.5305%2014.041C5.68943%2014.0271%205.8375%2014.0108%205.97472%2013.9931C5.37157%2014.0348%204.66971%2014.0328%204.04978%2013.9931C4.01276%2013.3537%203.99598%2012.6986%204.00042%2012.0281L1.82869%2011.9802C1.80352%2010.0099%201.80352%208.02384%201.82869%206.02243L1.87854%205.98936L4.00091%206.03729V8.00227L5.9683%208.10483L6.02457%2010.0152H8.22097C8.2264%2010.0152%208.29501%2010.0818%208.29501%2010.0871V12.0281L10.1711%2012.0755L10.22%2015.9101C10.3631%2015.8727%2010.52%2015.8775%2010.6642%2015.9101L11.7007%2015.958C11.9707%2015.9437%2012.253%2015.9279%2012.5472%2015.9111L12.5891%2015.958C12.6291%2015.3834%2012.6562%2014.7829%2012.6014%2014.202C11.9761%2014.1344%2011.3468%2014.1129%2010.7135%2014.1368C10.7086%2014.0808%2010.6903%2014.0995%2010.6642%2014.0889L10.6133%2013.8867C10.5783%2010.0847%2010.5788%206.25391%2010.6148%202.39488C10.6173%202.2674%2010.6123%202.13848%2010.6148%202.01099C10.6474%202.00859%2010.6805%202.01291%2010.7135%202.01099C11.3478%201.94821%2011.9894%201.94821%2012.6385%202.01099C12.5639%202.03591%2012.5536%201.96642%2012.6084%201.80203L12.5861%200.209438C12.5773%200.137069%2012.5945%200.0829126%2012.6385%200.0460093L12.752%200C13.3986%200.0105438%2014.0353%200.025401%2014.6621%200.0460093L14.6606%200.0464886Z'%20fill='%238E979F'/%3e%3c/svg%3e");width:27px;height:30px;left:35.7%}.game--1 .land .leafs .leaf--5{background-image:url("data:image/svg+xml,%3csvg%20width='63'%20height='37'%20viewBox='0%200%2063%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M30.7617%200V2.81848H32.2383V5.69692C32.3244%205.7317%2032.4229%205.63695%2032.4536%205.63695H33.6226C33.6293%205.63695%2033.7148%205.72031%2033.7148%205.7269V8.5154H35.0991C35.1059%208.5154%2035.1914%208.59875%2035.1914%208.60535V22.7277H36.5449V21.3784C36.5449%2021.3718%2036.6304%2021.2885%2036.6372%2021.2885H38.0215V19.9092H39.498V17.1207C39.498%2017.1141%2039.5836%2017.0308%2039.5903%2017.0308H40.9746V15.6515H42.4512V14.2123H43.9277V11.3938C44.4162%2011.3255%2044.9072%2011.428%2045.4043%2011.3938V9.95462H46.7886C46.7953%209.95462%2046.8809%209.87126%2046.8809%209.86467V8.5154H48.2651C48.2719%208.5154%2048.3574%208.43204%2048.3574%208.42545V7.07618H49.7725V5.7269C49.7725%205.5416%2050.8159%205.67653%2050.9617%205.67413C51.5419%205.66574%2052.1534%205.559%2052.7256%205.69692V4.2577H55.6787V2.81848H58.6934V5.69692H57.2168V9.92463C57.2168%209.93123%2057.1313%2010.0146%2057.1245%2010.0146H55.7402V12.8331H54.2637V15.6216C54.2637%2015.6282%2054.1782%2015.7115%2054.1714%2015.7115H52.7871V18.53H51.3105V19.9692H49.834V21.3185C49.834%2021.3251%2049.7485%2021.4084%2049.7417%2021.4084H48.4189C48.4288%2021.8714%2048.4251%2022.3301%2048.3574%2022.7877H46.9424V24.137C46.9424%2024.1435%2046.8569%2024.2269%2046.8501%2024.2269H45.4658V26.9854H49.7725V25.6062H52.7256V24.1669H58.6318V22.7277H61.585V21.2885H63V24.2269H61.585V25.6661H60.1699V27.0154C60.1699%2027.2775%2058.6318%2026.8973%2058.6318%2027.1353V29.2042H55.7402V30.7634H54.2637V32.3225H49.9263C49.9195%2032.3225%2049.834%2032.4059%2049.834%2032.4125V33.9417H39.5596V35.4408H42.5127V37H33.6533V35.5008H32.2383V37H29.2236V35.5008H27.8086V37H17.5342V33.9417H8.76709C8.76032%2033.9417%208.6748%2033.8583%208.6748%2033.8517V32.3225H5.7832V30.7634H4.30664V29.2942C4.30664%2029.2876%204.22112%2029.2042%204.21436%2029.2042H2.98389C2.97404%2029.2042%202.83008%2029.308%202.83008%2029.1742V27.825H1.35352V27.1047H0V24.1663H2.8916V25.6056H10.2129V26.9848H14.5811V24.2263H13.1045V22.7871H11.6279V21.4078H10.2437C10.2369%2021.4078%2010.1514%2021.3245%2010.1514%2021.3179V19.9686H8.76709C8.76032%2019.9686%208.6748%2019.8853%208.6748%2019.8787V18.5294H7.29053C7.28376%2018.5294%207.19824%2018.446%207.19824%2018.4394V15.7109H5.7832V11.4832C5.7832%2011.4766%205.69769%2011.3932%205.69092%2011.3932H4.30664V7.07558H5.7832V8.5148H7.25977V9.95402H11.6895V11.3932C11.8789%2011.3501%2013.166%2011.2487%2013.166%2011.4232V12.7725H14.5503C14.5571%2012.7725%2014.6426%2012.8559%2014.6426%2012.8624V14.2117H16.0269C16.0336%2014.2117%2016.1191%2014.2951%2016.1191%2014.3017V15.6509H17.5342C17.5385%2016.1115%2017.6849%2016.5768%2017.5342%2017.0302H19.0107V18.4694H20.4873V19.9086H21.9639V22.7271H23.3481C23.3549%2022.7271%2023.4404%2022.8105%2023.4404%2022.8171V24.1663H24.917V25.6056H26.332V21.4078H24.8555V15.6509H26.332V14.2717H24.8555V5.63695H26.332V1.37925H27.7471V0H30.7617ZM14.6426%2027.0454V29.1442H18.9492V27.825H17.5649C17.4142%2027.825%2017.4887%2027.1809%2017.472%2027.0454H14.6426ZM45.4043%2027.0418H42.5127V29.1442H45.4043V27.0418Z'%20fill='%238F97A0'/%3e%3c/svg%3e");width:63px;height:37px;left:53%}.game--1 .hunter-area{width:100%;position:absolute;bottom:2px;left:0}.game--1 .hunter-area .heart{background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%202H6V3H7V2H8V1H10V2H11V3H12V6H11V7H10V8H9V9H8V10H7V11H6V10H5V9H4V8H3V7H2V6H1V3H2V2H3V1H5V2Z'%20fill='%23D00707'/%3e%3crect%20x='4'%20y='1'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='5'%20y='2'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='9'%20y='1'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='10'%20y='2'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='11'%20y='3'%20width='1'%20height='3'%20fill='%23A50709'/%3e%3crect%20x='10'%20y='5'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='9'%20y='6'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='8'%20y='7'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='7'%20y='8'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='6'%20y='9'%20width='1'%20height='2'%20fill='%23A50709'/%3e%3crect%20x='4'%20y='8'%20width='1'%20height='1'%20fill='%23A50709'/%3e%3crect%20x='1'%20y='5'%20width='1'%20height='1'%20fill='%23A50709'/%3e%3crect%20x='3'%20y='6'%20width='1'%20height='1'%20fill='%23A50709'/%3e%3c/svg%3e");width:12px;height:12px;animation:.4s ease-out infinite both game1-hunterHeart;position:absolute;bottom:100%;left:2px}.game--1 .hunter-area .hunter{width:48px;height:40px;position:relative}.game--1 .hunter-area .hunter .hunter-body{width:100%;height:100%;animation:1s steps(2,end) infinite both game1-hunterBody;position:absolute;top:0;left:0}.game--1 .hunter-area .hunter .hunter-body .body{background-image:url(/assets/hunter_body-ljcHbAlZ.svg);width:100%;height:100%}.game--1 .hunter-area .hunter .hunter-body .body.pass{animation:1s steps(2,end) infinite both game1-hunterBodyPass}.game--1 .hunter-area .hunter .hunter-body .body.fail{animation:1s steps(2,end) infinite both game1-hunterBodyFail}.game--1 .hunter-area .hunter .hunter-leg{width:100%;height:100%}.game--1 .hunter-area .hunter .hunter-leg .leg{background-image:url("data:image/svg+xml,%3csvg%20width='144'%20height='40'%20viewBox='0%200%20144%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5879_17417)'%3e%3cpath%20d='M18.8232%2038.8232H14.1182V38.8213H12.9414V36.4688H14.1182V34.1172H18.8232V38.8232ZM18.8232%2029.4102H20V34.1162H12.9414V32.9404H11.7646V28.2344H18.8232V29.4102Z'%20fill='%2356930B'/%3e%3cpath%20d='M28.2344%2038.8242H23.5293V38.8232H21.1758V36.4707H23.5293V34.1172H21.1758V27.0586H28.2344V38.8242Z'%20fill='%2356930B'/%3e%3cpath%20d='M114.823%2038.8232H110.118V38.8213H108.941V36.4688H110.118V34.1172H114.823V38.8232ZM114.823%2029.4102H116V34.1162H108.941V32.9404H107.765V28.2344H114.823V29.4102Z'%20fill='%2356930B'/%3e%3cpath%20d='M122.686%2024.3131L124.416%2031.1563L125.571%2035.7185L123.29%2036.2956L123.29%2036.2966L118.728%2037.451L118.151%2035.1704L120.433%2034.593L119.855%2032.3105L117.573%2032.8878L117.574%2026.0004L122.686%2024.3131Z'%20fill='%2356930B'/%3e%3cpath%20d='M66.6255%2028.0807L67.7606%2028.3907L66.5245%2032.9316L65.3893%2032.6215L64.153%2037.1633L58.4767%2035.6181L59.0949%2033.3472L60.2303%2033.6563L60.8485%2031.3854L59.3748%2030.9842L59.6834%2029.8507L58.5449%2029.5418L59.781%2025.0009L66.934%2026.9472L66.6255%2028.0807Z'%20fill='%2356930B'/%3e%3cpath%20d='M76.2344%2038.8242H71.5293V38.8232H69.1758V36.4707H71.5293V34.1172H69.1758V27.0586H76.2344V38.8242Z'%20fill='%2356930B'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5879_17417'%3e%3crect%20width='144'%20height='40'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:100%;height:100%}.game--1 .hunter-area .hunter .hunter-leg .leg:not(.stop){animation:1s steps(3,end) infinite both game1-hunterLeg}.game--1 .hunter-area .hunter .tears{z-index:2;position:absolute;top:8px}.game--1 .hunter-area .hunter .tears .tear{flex-direction:row;align-items:center;width:60px;height:36px;display:flex;position:absolute;top:0}.game--1 .hunter-area .hunter .tears .tear:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='60'%20height='36'%20viewBox='0%200%2060%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11%2033H10V36H11V34H12V32H13V30H14V29H15V27H16V26H17V25H18V24H19V23H20V22H21V21H22V20H23V19H24V18H25V17H26V16H27V15H28V14H29V13H30V12H32V11H33V10H35V9H37V8H39V7H41V6H44V5H47V4H50V3H54V2H59V1H60V0H48V1H43V2H40V3H36V4H33V5H31V6H28V7H26V8H23V9H21V10H20V11H18V12H17V13H16V14H14V15H13V16H12V17H10V18H9V19H8V20H7V21H6V22H5V23H4V24H2V25H1V26H0V28H1V27H2V26H6V28H5V29H4V31H3V33H4V32H6V31H7V30H8V29H10V28H11V27H12V30H11V33Z'%20fill='%230070C6'/%3e%3c/svg%3e");width:100%;height:100%;animation:.6s steps(2,end) infinite both game1-hunterTeardrop;position:absolute;top:0}.game--1 .hunter-area .hunter .tears .tear--left{justify-content:flex-end;right:0}.game--1 .hunter-area .hunter .tears .tear--left:before{background-position:100% 0;right:0}.game--1 .hunter-area .hunter .tears .tear--right{left:22px;transform:rotateY(180deg)}.game--1 .hunter-area .hunter .tears .tear--right:before{background-position:100% 0;right:0}.game--1 .target-area{z-index:6;width:42px;position:absolute;bottom:2px;left:60px}.game--1 .target-area .target{height:26px}.game--1 .target-area .target .target-body{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='26'%20viewBox='0%200%2042%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16%202H18V4H19V13H20V7H27V9H30V11H32V13H34V15H36V17H37V18H42V21H13V20H11V19H4V17H6V16H3V17H2V18H1V17H0V11H2V7H3V6H4V8H5V9H6V4H8V6H9V7H10V4H12V2H14V0H16V2ZM6%204H4V2H6V4Z'%20fill='%232E3240'/%3e%3c/svg%3e");width:100%;height:100%;animation:1s linear infinite both game1-targetBody;position:absolute;top:0;left:0}.game--1 .target-area .target .target-leg{background-image:url("data:image/svg+xml,%3csvg%20width='42'%20height='26'%20viewBox='0%200%2042%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19%2026H11V24H13V21H19V26ZM26%2026H21V24H22V21H26V26ZM32%2026H27V24H28V21H32V26Z'%20fill='%232E3240'/%3e%3c/svg%3e");width:100%;height:100%}.game--1 .target-area .target .target-alert{background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='22'%20viewBox='0%200%206%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200H6L5.10553%2015.0451H0.92873L0%200ZM0.199448%2022.0001V17.5773H5.76851V22.0001H0.199448Z'%20fill='%23FFDD00'/%3e%3c/svg%3e");width:6px;height:22px;position:absolute;bottom:18px;right:100%}.game--1 .target-area.run{animation:1s linear both game1-targetRun}.game--1 .target-area .target-meat{background-image:url("data:image/svg+xml,%3csvg%20width='30'%20height='16'%20viewBox='0%200%2030%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15%201H18V2H20V3H21V5H23V6H25V5H26V4H29V5H30V7H29V9H30V11H29V12H26V11H25V10H23V11H21V13H20V14H18V15H15V16H7V15H4V14H3V13H2V11H0V5H2V3H3V2H4V1H7V0H15V1Z'%20fill='%232E3240'/%3e%3c/svg%3e");width:30px;height:16px;animation:1s linear infinite both game1-targetMeat;display:none;position:absolute;bottom:0;left:0}.game--1 .target-area.die .target{display:none}.game--1 .target-area.die .target-meat{display:block}@keyframes game1-hunterBody{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes game1-hunterBodyFail{0%{background-position:-48px 0}to{background-position:-144px 0}}@keyframes game1-hunterBodyPass{0%{background-position:-144px 0}to{background-position:-240px 0}}@keyframes game1-hunterLeg{0%{background-position:0 0}to{background-position:-144px 0}}@keyframes game1-hunterHeart{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes game1-hunterTeardrop{0%{width:0}50%{width:10px}to{width:100px}}@keyframes game1-targetBody{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes game1-targetMeat{0%{transform:translateY(0)}50%{transform:translateY(-4px)}to{transform:translateY(0)}}@keyframes game1-targetRun{0%{transform:rotateY(180deg)translateY(0)}10%{transform:rotateY(180deg)translateY(-10px)}20%{transform:rotateY(180deg)translateY(0)}40%{transform:rotateY(0)translateY(0)}to{transform:rotateY(0)translateY(0)translate(-150px)}}.game--2{background-color:#241a33;position:relative}.game--2 .round{padding:12px 6px 0}.game--2 .target{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='20'%20viewBox='0%200%2018%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='8.70312'%20cy='12'%20r='8'%20fill='%23A42508'/%3e%3cpath%20d='M5.01074%206.91113C6.40272%208.02472%2010.0219%209.91781%2013.3626%208.58151'%20stroke='%23D17E6B'%20stroke-width='1.67038'%20stroke-linecap='round'/%3e%3cpath%20d='M14.1982%201.06543C10.8575%201.06543%208.75943%203.22044%209.10016%206.80237'%20stroke='%23D17E6B'%20stroke-width='1.67038'%20stroke-linecap='round'/%3e%3c/svg%3e");width:18px;height:20px;position:absolute;top:3px;left:3px}.game--2 .center-line{background-color:#5a3ed4;border-radius:2px;height:2px;margin:6px 0 3px}.game--2 .center-line.fail{opacity:0}.game--2 .hunter-area{padding-left:36px;position:relative}.game--2 .hunter-area__inner{flex-direction:row;align-items:center;height:28px;display:flex;position:relative}.game--2 .hunter-area .dot-line{background-image:url("data:image/svg+xml,%3csvg%20width='18'%20height='4'%20viewBox='0%200%2018%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='2'%20cy='2'%20r='2'%20fill='%23FDAC0B'/%3e%3c/svg%3e");background-repeat:repeat-x;flex-direction:row;align-items:center;width:100%;height:4px;display:flex}.game--2 .hunter-area .hunter{z-index:10;width:100%;position:absolute;top:0;left:0}.game--2 .hunter-area .hunter .hunter-body{background-image:url(/assets/hunter-Bf-CkmEM.svg);width:24px;height:28px;animation:.4s steps(2,end) infinite both game2-hunterBounce}.game--2 .hunter-area .hunter .hunter-body.pass{animation:.4s steps(2,end) infinite both game2-hunterBouncePass}.game--2 .hunter-area .hunter .hunter-body.fail{animation:.4s steps(2,end) infinite both game2-hunterBounceFail}.game--2 .demon-area{padding-left:36px;position:relative}.game--2 .demon-area__inner{flex-direction:row;align-items:center;height:28px;display:flex;position:relative}.game--2 .demon-area .demon{z-index:10;width:100%;position:absolute;top:0;left:0}.game--2 .demon-area .demon .demon-body{background-image:url(/assets/demon-CX6or6Tj.svg);width:28px;height:26px;animation:.4s steps(2,end) infinite both game2-demonBounce}.game--2 .demon-area .demon .demon-body.pass{animation:.4s steps(2,end) infinite both game2-demonBounceFail}@keyframes game2-lineMove{0%{width:calc(100% - 10px)}to{width:0}}@keyframes game2-hunterMove{0%{right:0}to{right:calc(100% - 28px)}}@keyframes game2-hunterBounce{0%{background-position:0 0}to{background-position:-48px 0}}@keyframes game2-hunterBouncePass{0%{background-position:-48px 0}to{background-position:-96px 0}}@keyframes game2-hunterBounceFail{0%{background-position:-96px 0}to{background-position:-144px 0}}@keyframes game2-demonMove{0%{right:0}to{right:calc(100% - 28px)}}@keyframes game2-demonBounce{0%{background-position:0 0}to{background-position:-56px 0}}@keyframes game2-demonBounceFail{0%{background-position:-56px 0}to{background-position:-112px 0}}.game--3{pointer-events:none}.game--3 .game__inner{display:block}.game--3 .bg{background-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='80'%20viewBox='0%200%20304%2080'%20preserveAspectRatio='xMaxYMid%20slice'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5557_15874)'%3e%3crect%20width='304'%20height='80'%20fill='url(%23paint0_linear_5557_15874)'/%3e%3cpath%20d='M278.02%20-59H285.838C274.981%20-43.4384%20264.586%20-27.8343%20251.617%20-13.2382C241.813%20-2.20767%20230.188%208.1826%20218.664%2018.1302C213.125%2022.9779%20207.315%2027.6333%20201.252%2032.0826C197.118%2035.0965%20192.187%2038.0082%20188.557%2041.3491C182.102%2045.3403%20176.01%2049.7096%20169.429%2053.5715C133.025%2074.9327%2097.027%2087.2812%2052.2846%2093.7415C40.0563%2095.5072%2023.954%2097.7821%2011.6233%2096.7349C11.3203%2096.7094%2010.9082%2096.6413%2010.6248%2096.597L9.22518%2096.5697C-14.1413%2097.038%20-49.167%2086.4485%20-71.1621%2079.8469V-13.2961C-45.7289%20-6.16319%20-22.8138%204.81454%200.862274%2014.774C45.6178%2033.6015%2097.4326%2049.7079%20148.744%2039.1321C193.351%2029.9371%20230.509%20-0.733078%20255.685%20-29.7431C263.832%20-39.1321%20270.741%20-49.1972%20278.024%20-59L278.02%20-59Z'%20fill='white'%20fill-opacity='0.05'/%3e%3cpath%20d='M-40.3979%20-16.9922H-48.2158C-37.3589%20-5.62095%20-26.9641%205.78139%20-13.9946%2016.4471C-4.19061%2024.5074%207.43372%2032.0998%2018.9578%2039.3688C24.4975%2042.9112%2030.3075%2046.313%2036.3704%2049.5642C40.5038%2051.7665%2045.4353%2053.8942%2049.0652%2056.3354C55.5205%2059.252%2061.6117%2062.4447%2068.1935%2065.2667C104.597%2080.8758%20140.595%2089.8992%20185.337%2094.6199C197.566%2095.9102%20213.668%2097.5725%20225.999%2096.8073C226.302%2096.7886%20226.714%2096.7388%20226.997%2096.7065L228.397%2096.6866C251.763%2097.0287%20286.789%2089.2907%20308.784%2084.4668V16.4048C283.351%2021.617%20260.436%2029.6387%20236.76%2036.9164C192.004%2050.6741%20140.19%2062.4435%2088.8784%2054.7154C44.2711%2047.9964%207.11325%2025.5849%20-18.0627%204.38658C-26.2097%20-2.47423%20-33.1185%20-9.82902%20-40.4023%20-16.9922L-40.3979%20-16.9922Z'%20fill='white'%20fill-opacity='0.05'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_5557_15874'%20x1='152'%20y1='0'%20x2='152'%20y2='80'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23260001'/%3e%3cstop%20offset='1'%20stop-color='%23553F4C'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_5557_15874'%3e%3crect%20width='304'%20height='80'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:50%;background-size:100% 100%;height:100%}.game--3 .env{flex-direction:row;align-items:flex-end;width:100%;display:flex;position:absolute;bottom:0;left:0}.game--3 .env .land{z-index:5;background-color:#1a3948;flex:1;min-width:0;height:24px;position:relative}.game--3 .env .land:before{content:"";background-image:url(/assets/land_rock-BDYINXLD.svg);background-repeat:repeat-x;width:100%;height:16px;position:absolute;top:-4px}.game--3 .env .land--left{border-top-right-radius:4px}.game--3 .env .land--right{border-top-left-radius:4px}.game--3 .env .magma-area{flex:none;width:180px;position:relative}.game--3 .env .magma-area .magma-smoke{opacity:0;width:100%;transition:all .3s;position:absolute;bottom:0;left:0}.game--3 .env .magma-area .magma-smoke.fail{opacity:1}.game--3 .env .magma-area .magma-smoke.clear{transform:translateY(40px)}.game--3 .env .magma-area .magma-smoke .smoke{animation:1.4s infinite both game3-magmaSmoke;position:absolute}.game--3 .env .magma-area .magma-smoke .smoke--1{background-image:url("data:image/svg+xml,%3csvg%20width='72'%20height='40'%20viewBox='0%200%2072%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M34.5%203C42.0999%203%2048.4211%208.46993%2049.7441%2015.6875C52.035%2012.8305%2055.5531%2011%2059.5%2011C66.4036%2011%2072%2016.5964%2072%2023.5C72%2030.4036%2066.4036%2036%2059.5%2036C53.7979%2036%2048.988%2032.1819%2047.4863%2026.9629C44.7198%2031.1995%2039.9374%2034%2034.5%2034C31.3808%2034%2028.4774%2033.0776%2026.0459%2031.4922C24.0608%2036.4767%2019.1922%2040%2013.5%2040C6.04416%2040%200%2033.9558%200%2026.5C0%2019.0442%206.04416%2013%2013.5%2013C15.6721%2013%2017.7241%2013.5134%2019.542%2014.4248C21.3313%207.84145%2027.35%203%2034.5%203ZM15%200C17.2091%200%2019%201.79086%2019%204C19%206.20914%2017.2091%208%2015%208C12.7909%208%2011%206.20914%2011%204C11%201.79086%2012.7909%200%2015%200Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");width:72px;height:40px;bottom:-8px;left:-10px}.game--3 .env .magma-area .magma-smoke .smoke--2{background-image:url("data:image/svg+xml,%3csvg%20width='54'%20height='42'%20viewBox='0%200%2054%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M29.5%207C37.0157%207%2043.1951%2012.718%2043.9268%2020.041C49.5681%2020.5117%2054%2025.2371%2054%2031C54%2037.0751%2049.0751%2042%2043%2042C38.5576%2042%2034.7334%2039.3651%2032.9971%2035.5742C31.877%2035.8516%2030.7058%2036%2029.5%2036C27.982%2036%2026.5187%2035.7657%2025.1436%2035.333C22.7976%2039.3219%2018.4622%2042%2013.5%2042C6.04416%2042%200%2035.9558%200%2028.5C0%2021.0442%206.04416%2015%2013.5%2015C14.4901%2015%2015.4553%2015.1072%2016.3848%2015.3096C18.7071%2010.398%2023.7065%207%2029.5%207ZM12%206C13.6569%206%2015%207.34315%2015%209C15%2010.6569%2013.6569%2012%2012%2012C10.3431%2012%209%2010.6569%209%209C9%207.34315%2010.3431%206%2012%206ZM18%201C19.1046%201%2020%201.89543%2020%203C20%204.10457%2019.1046%205%2018%205C16.8954%205%2016%204.10457%2016%203C16%201.89543%2016.8954%201%2018%201Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");width:54px;height:42px;margin-left:-27px;animation-delay:.2s;bottom:2px;left:50%}.game--3 .env .magma-area .magma-smoke .smoke--3{background-image:url("data:image/svg+xml,%3csvg%20width='76'%20height='42'%20viewBox='0%200%2076%2042'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M40.5%200C47.5067%200%2053.4263%204.64952%2055.3447%2011.0312C57.5341%209.14388%2060.3826%208%2063.5%208C70.4036%208%2076%2013.5964%2076%2020.5C76%2027.4036%2070.4036%2033%2063.5%2033C58.4632%2033%2054.1249%2030.0197%2052.1455%2025.7275C49.3048%2028.9595%2045.1411%2031%2040.5%2031C37.6372%2031%2034.9566%2030.2224%2032.6553%2028.8691C31.0998%2036.366%2024.4581%2042%2016.5%2042C7.3873%2042%200%2034.6127%200%2025.5C0%2016.3873%207.3873%209%2016.5%209C19.8121%209%2022.8961%209.9763%2025.4805%2011.6562C27.1903%204.95516%2033.2664%200%2040.5%200Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");width:72px;height:42px;animation-delay:.4s;bottom:-12px;right:-13px}.game--3 .env .magma-area .magma{background-color:#f95b13;height:12px;position:relative}.game--3 .env .magma-area .magma:before{content:"";background-image:url(/assets/land_magma-C4rtcxUh.svg);background-repeat:repeat-x;width:100%;height:18px;position:absolute;bottom:0;left:0}.game--3 .env .magma-area .magma-erupt{width:100%;height:100%;transition-duration:.3s;position:absolute;bottom:0;left:0}.game--3 .env .magma-area .magma-erupt.fail{opacity:0}.game--3 .env .magma-area .magma-erupt .erupt{position:absolute;bottom:100%}.game--3 .env .magma-area .magma-erupt .erupt:before{content:"";transform-origin:bottom;width:100%;height:100%;animation:2s infinite both game3-magmaBoom;display:block}.game--3 .env .magma-area .magma-erupt .erupt:after{content:"";transform-origin:bottom;width:100%;height:100%;animation:2s infinite both game3-magmaBoomSub;position:absolute;top:0;left:0}.game--3 .env .magma-area .magma-erupt .erupt--1{width:56px;height:40px;left:14px}.game--3 .env .magma-area .magma-erupt .erupt--1:before{background-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='40'%20viewBox='0%200%2056%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9208_3434)'%3e%3cpath%20d='M28%2023C16.9543%2023%208%2031.9543%208%2043H48C48%2031.9543%2039.0457%2023%2028%2023Z'%20fill='%23EA3811'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9208_3434'%3e%3crect%20width='56'%20height='40'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.game--3 .env .magma-area .magma-erupt .erupt--1:after{background-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='40'%20viewBox='0%200%2056%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='7.53271'%20cy='21.4458'%20r='2.53271'%20fill='%23FE7313'/%3e%3ccircle%20cx='42.9023'%20cy='14.9346'%20r='2'%20fill='%23FE7313'/%3e%3ccircle%20cx='12.4824'%20cy='8.49121'%20r='1.49121'%20fill='%23FE7313'/%3e%3c/svg%3e")}.game--3 .env .magma-area .magma-erupt .erupt--2{width:24px;height:16px;right:43px}.game--3 .env .magma-area .magma-erupt .erupt--2:before{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='16'%20viewBox='0%200%2024%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%206C4.47715%206%200%2010.4772%200%2016H20C20%2010.4772%2015.5228%206%2010%206Z'%20fill='%23EA3811'/%3e%3c/svg%3e");animation-delay:.7s}.game--3 .env .magma-area .magma-erupt .erupt--2:after{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='16'%20viewBox='0%200%2024%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='22'%20cy='2'%20r='2'%20fill='%23FE7313'/%3e%3c/svg%3e");animation-delay:.7s}.game--3 .env .magma-area .magma-erupt .erupt--3{width:16px;height:12px;right:16px}.game--3 .env .magma-area .magma-erupt .erupt--3:before{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_9208_3439)'%3e%3cpath%20d='M8%207C4.68629%207%202%209.68629%202%2013H14C14%209.68629%2011.3137%207%208%207Z'%20fill='%23EA3811'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_9208_3439'%3e%3crect%20width='16'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");animation-delay:.3s}.game--3 .env .magma-area .magma-erupt .erupt--3:after{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='12'%20viewBox='0%200%2016%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='1'%20cy='6'%20r='1'%20fill='%23FE7313'/%3e%3ccircle%20cx='7.5'%20cy='1.5'%20r='1.5'%20fill='%23FE7313'/%3e%3c/svg%3e");animation-delay:.3s}.game--3 .env .magma-area .magma-splash{transform-origin:bottom;z-index:4;background-image:url("data:image/svg+xml,%3csvg%20width='38'%20height='26'%20viewBox='0%200%2038%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.34612%2025.5067C7.64223%2025.7174%208.17714%2025.8731%208.94846%2025.9737L29.4254%2026C30.2732%2025.9186%2030.8821%2025.7509%2031.257%2025.4995C31.8445%2025.1043%2032.5012%2024.1512%2032.8856%2023.404C34.2181%2020.8079%2039.1766%2016.1619%2037.7422%2012.9873C37.0835%2011.5295%2035.748%2011.1008%2033.9483%2012.5097C33.442%2012.906%2033.3059%2013.0089%2033.0623%2012.9873C32.8188%2012.9658%2032.9976%2012.5529%2033.0623%2012.287C33.5884%2010.1274%2033.9769%208.67793%2034.5333%206.88417C34.9727%205.45683%2034.8772%204.02949%2033.442%203.4188C31.9209%202.77218%2030.6982%203.12423%2029.7765%204.47494C29.4636%204.93715%2029.1532%205.74661%2028.8451%206.90812C28.6135%207.77985%2028.3341%209.19761%2028.007%2011.1614C27.8517%2012.0978%2027.5461%2013.0318%2027.0924%2013.9634C26.3975%2015.3883%2025.2584%2015.8721%2023.6752%2015.4147C22.9349%2015.2015%2022.4262%2014.7465%2022.1492%2014.0496C21.6645%2013.051%2021.4066%2012.0858%2021.3731%2011.1494C21.3134%209.49219%2021.3111%207.65532%2021.3612%205.64124C21.3827%204.75993%2021.2346%203.84987%2020.9218%202.91348C20.2388%200.87784%2018.3977%20-0.367485%2016.2867%200.0971203C12.5376%200.920954%2014.4599%206.24714%2014.6438%208.82162C14.7799%2010.7112%2014.7083%2012.4403%2014.4337%2014.0041C14.245%2015.0818%2013.8558%2016.2433%2012.6188%2016.6433C11.5537%2016.9857%2010.0589%2016.0493%209.48336%2015.2614C8.71443%2014.2101%208.04341%2012.7061%207.21478%2011.4416C5.46606%208.77409%200.838165%209.00099%200.0918159%2011.782C-0.496616%2013.9745%201.89674%2015.8482%202.90924%2017.5078C3.41311%2018.334%204.47576%2020.42%206.0972%2023.7608C6.37898%2024.3451%206.91628%2025.2025%207.34612%2025.5067Z'%20fill='%23B62100'/%3e%3c/svg%3e");width:40px;height:28px;margin-left:-20px;animation:.6s ease-in-out both game3-magmaFail;position:absolute;bottom:2px;left:50%}.game--3 .env .magma-area .magma-front{opacity:0;z-index:4;background-image:url("data:image/svg+xml,%3csvg%20width='38'%20height='9'%20viewBox='0%200%2038%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.037%203.71765L12.5099%202.77129C9.78511%201.08281%206.32597%201.13827%203.65674%202.91322C1.37259%204.4321%200%206.99319%200%209.73624V12H38C38%208.04571%2035.4652%204.5059%2031.7112%203.26344C29.3403%202.47875%2026.7519%202.69498%2024.5441%203.86218L24.1617%204.06431C20.9646%205.75449%2017.111%205.62254%2014.037%203.71765Z'%20fill='%23F95B13'/%3e%3c/svg%3e");width:38px;height:12px;transition-duration:.3s;position:absolute;bottom:-1px;left:calc(50% - 2px);transform:translate(-50%)}.game--3 .env .magma-area .magma-front.fail{opacity:1}.game--3 .target-area{position:absolute;top:-12px;left:-40px}.game--3 .target-area .rope{background-color:#b08e5b;border-radius:2px;width:2px;height:32px;position:absolute;top:0;left:50%;transform:translate(-50%)}.game--3 .target-area .character-area{position:absolute;top:28px;left:50%;transform:translate(-50%)}.game--3 .target-area .character-area .character{background-image:url(/assets/target-DUNKj3Zn.svg);width:32px;height:32px;animation:1s linear infinite both game3-targetMove}.game--3 .target-area .character-area .character.pass{background-position:-32px 0;animation:none}.game--3 .target-area .character-area .character.die{background-position:-64px 0;animation:1s linear infinite both game3-targetDie}.game--3 .target-area .character-area .character-tear{background-image:url(../assets/learningImages/game/game3/target_tear.svg);width:8px;height:8px;position:absolute;top:-4px;right:-4px}.game--3 .target-area .character-area .character-tear.hidden{display:none}.game--3 .target-area .character-area .character-ghost{opacity:0;transition-delay:.3s;position:absolute;bottom:16px;left:24px}.game--3 .target-area .character-area .character-ghost.show{opacity:1}.game--3 .target-area .character-area .character-ghost:before{content:"";width:48px;height:32px;animation:1s linear infinite both game3-targetGhost;display:block}@keyframes game3-targetMove{0%{transform:rotate(0)translateY(0)}25%{transform:rotate(5deg)translateY(-1px)}50%{transform:rotate(-5deg)translateY(0)}75%{transform:rotate(5deg)translateY(-1px)}to{transform:rotate(0)translateY(0)}}@keyframes game3-targetDie{0%{transform:translateY(0)}50%{transform:translateY(2px)}to{transform:translateY(0)}}@keyframes game3-targetGhost{0%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(2px)}to{opacity:.5;transform:translateY(0)}}@keyframes game3-magmaFail{0%{transform:scale(0)}30%{transform:scale(1)}50%{transform:scale(1)}to{transform:scale(0)}}@keyframes game3-magmaBoom{0%{transform:scale(.1)}10%{transform:scale(1)}45%{transform:scale(1)}48%{transform:scale(1.1)}75%{transform:scale(.1)}to{transform:scale(.1)}}@keyframes game3-magmaBoomSub{0%{opacity:0}10%{opacity:1}48%{opacity:1}58%{opacity:0}to{opacity:0}}@keyframes game3-magmaSmoke{0%{transform:translate(0)}58%{transform:translate(-3px)}to{transform:translate(0)}}.game--4{background-color:#e1d4b9}.game--4 .game__inner{flex-direction:row}.game--4 .round{background-color:#e1d4b9}.game--4 .round.fail{filter:invert()}.game--4 .round__inner{flex-direction:row;align-items:center;width:100%;height:auto;display:flex;position:absolute;bottom:0;left:0}.game--4 .land{flex:1;min-width:0;height:24px;position:relative}.game--4 .land:before{content:"";border:1px solid #0c265f;width:100%;height:100%;position:absolute}.game--4 .land:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='132'%20height='7'%20viewBox='0%200%20132%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M83.2949%201H87.2949'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M36.9404%205.79688H40.9404'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M123.516%201H127.516'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M116.516%201H120.516'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M106.428%205.79688H107.428'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M32%205.79688H33'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3cpath%20d='M130.037%201H131.037'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3c/svg%3e");background-repeat:repeat-x;width:100%;height:7px;position:absolute;top:6px;right:0}.game--4 .land--left:before{border-width:1px 1px 0 0;border-radius:0 4px 0 0}.game--4 .land--left:after{background-position:0}.game--4 .land--left .leaf--1{right:50px}.game--4 .land--left .leaf--2{right:76px}.game--4 .land--right:before{border-width:1px 0 0 1px;border-radius:4px 0 0}.game--4 .land--right:after{background-position:100%}.game--4 .land--right .leaf--1{left:44px}.game--4 .land--right .leaf--3{left:88px}.game--4 .land .rock{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='6'%20viewBox='0%200%2016%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6391_16335)'%3e%3cpath%20d='M2.5002%204L0%204.5C-0.333333%205.16667%200.000198931%206.1%200.000198931%206.5C0.000198931%206.9%201.33353%208%202.0002%208.5L14.0002%2010C17.2002%2010.4%2016.6669%208.5%2016.0002%207.5L16%204.63392L14.0002%204.5L13.0002%204L12.0002%203.5L10.5002%202.5L9.5002%202L8.0002%201L6.5002%201.5L5.0002%202.5L2.5002%204Z'%20fill='%23E1D4B9'/%3e%3cpath%20d='M5.76465%201.9209C6.94678%201.12438%208.49362%201.12445%209.67578%201.9209L12.3643%203.73145C13.1071%204.23198%2013.9822%204.4999%2014.8779%204.5H18.6387C20.0194%204.5%2021.1387%205.61929%2021.1387%207C21.1387%208.38071%2020.0194%209.5%2018.6387%209.5H-2C-3.38071%209.5%20-4.5%208.38071%20-4.5%207C-4.5%205.61929%20-3.38071%204.5%20-2%204.5H0.5625C1.45841%204.49995%202.33417%204.23209%203.07715%203.73145L5.76465%201.9209Z'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6391_16335'%3e%3crect%20width='16'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:6px;position:absolute;bottom:calc(100% - 2px);right:32px}.game--4 .leaf{position:absolute;bottom:100%}.game--4 .leaf--1{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6382_16333)'%3e%3cpath%20d='M13.1045%2012.2845H0.932173C-1.53479%202.25444%201.47317%204.64283%203.28552%207.09079C3.22221%201.76016%203.84543%200%205.436%200C6.78798%200%207.17932%203.6096%207.62708%207.94279C11.1653%200.963829%2012.1309%205.4949%2012.1715%208.6328C15.3202%206.4255%2014.1055%2010.1476%2013.1045%2012.2845Z'%20fill='%2369707F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6382_16333'%3e%3crect%20width='15'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:15px;height:12px}.game--4 .leaf--2{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='11'%20viewBox='0%200%2020%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6382_16335)'%3e%3cpath%20d='M19.4647%207.62452C19.5642%207.41643%2019.3255%207.15632%2019.0728%207.18899C16.2912%207.54709%2013.6079%208.41088%2011.1672%209.70536C13.073%207.956%2014.9164%206.14252%2016.4967%204.11854C17.1082%203.33581%2017.6737%202.52282%2018.1869%201.6796C18.3439%201.42191%2018.0566%201.05292%2017.7503%201.2235C14.661%202.95472%2012.0773%205.46867%2010.3348%208.44234C10.437%207.55193%2010.4702%206.65064%2010.4855%205.75902C10.5187%203.88384%2010.6208%201.86833%209.64296%200.16857C9.52296%20-0.0395143%209.20255%20-0.0625042%209.06341%200.141951C8.10473%201.55015%207.98346%203.25596%208.04601%204.88797C8.1009%206.31068%208.20685%207.73339%208.30898%209.15611C7.39114%207.30029%206.04311%205.64408%204.37212%204.3242C3.72364%203.81125%203.02664%203.35758%202.29263%202.96319C2.02073%202.8168%201.63138%203.08417%201.81137%203.37694C3.16068%205.56303%204.74231%207.62088%206.53075%209.50332C4.55211%208.68308%202.4739%208.08787%200.339522%207.73098C0.0216631%207.67775%20-0.0855672%208.06851%200.0714475%208.26328C0.573129%208.8827%201.27267%209.30975%201.99647%209.66301C2.80197%2010.0562%203.63428%2010.4058%204.47679%2010.7228C5.22357%2011.0047%205.98184%2011.2575%206.74904%2011.4825H11.1901C12.3684%2011.1317%2013.5951%2010.9043%2014.744%2010.4724C15.5776%2010.159%2016.3818%209.78036%2017.1733%209.38234C17.9418%208.99521%2018.8136%208.63832%2019.457%208.07214C19.6204%207.92818%2019.5872%207.74066%2019.4647%207.62694V7.62452Z'%20fill='%2369707F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6382_16335'%3e%3crect%20width='20'%20height='11'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:20px;height:11px}.game--4 .leaf--3{background-image:url("data:image/svg+xml,%3csvg%20width='13'%20height='15'%20viewBox='0%200%2013%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6382_16337)'%3e%3cpath%20d='M0%2015.2043C0%2015.2043%200.744224%201.26752%201.79482%201.64135C2.84541%202.01638%203.08923%2015.2697%203.07264%2015.2043C3.05604%2015.139%204.16408%205.04449%205.74061%205.04449C7.31714%205.04449%207.23289%2015.2043%207.23289%2015.2043C7.23289%2015.2043%207.4116%206.92209%208.85537%206.79143C10.2991%206.66077%209.42599%2015.2043%209.42599%2015.2043C9.42599%2015.2043%2010.691%200.423087%2011.2412%200.0081289C11.7914%20-0.40683%2012.431%2015.2031%2012.431%2015.2031H0V15.2043Z'%20fill='%2369707F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6382_16337'%3e%3crect%20width='13'%20height='15'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:13px;height:15px}.game--4 .cliff{flex:none;width:120px}.game--4 .cliff .ghost-area{opacity:0;transition-duration:.3s;transition-delay:.8s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.game--4 .cliff .ghost-area.show{opacity:1}.game--4 .cliff .ghost-area .ghost{background-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6388_16334)'%3e%3cpath%20d='M17.7559%2030.9861C12.7493%2032.5794%207.70197%2032.1573%202.72155%2030.6767C2.27231%2030.5428%201.86964%2030.2526%201.33308%2029.977C1.86932%2029.6653%202.35317%2029.5021%202.78462%2029.4873C6.92672%2029.3446%2010.5109%2026.4935%2011.5181%2022.53C11.6432%2022.0365%2011.7344%2021.5333%2011.8305%2021.0331C12.2215%2018.9858%2011.7723%2016.9626%2011.6248%2014.9336C11.3677%2011.4019%2011.8412%208.00424%2013.2422%204.72896C15.4059%20-0.333359%2020.6881%20-0.781565%2024.1656%200.832942C26.7475%202.03201%2028.5027%204.01087%2029.504%206.64709C30.3715%208.93246%2030.746%2011.3027%2030.6519%2013.7461C30.3394%2021.8591%2025.72%2028.4511%2017.7559%2030.9861ZM19.1066%207.04807C18.4419%207.04807%2018.0878%207.81436%2018.2401%208.92572C18.3672%209.85105%2018.8359%2010.4988%2019.3559%2010.4689C19.9032%2010.4371%2020.2447%209.79128%2020.2369%208.80427C20.2282%207.66592%2019.8294%207.04903%2019.1066%207.04807ZM25.3794%2011.3827H21.6778C21.3343%2012.5335%2021.9107%2013.2083%2022.7228%2013.7509C23.4388%2014.229%2023.9735%2014.1962%2024.6527%2013.7075C25.4861%2013.107%2025.6763%2012.5374%2025.3804%2011.3836L25.3794%2011.3827ZM27.8876%207.42206C27.7323%207.16181%2027.3005%206.88999%2027.0308%206.92276C26.7669%206.95554%2026.4176%207.33338%2026.339%207.62255C26.1265%208.40233%2026.2604%209.18982%2026.732%209.85972C26.895%2010.0911%2027.3141%2010.3879%2027.4752%2010.3214C27.7537%2010.2058%2027.9768%209.85394%2028.1204%209.55321C28.232%209.31995%2028.1893%209.01247%2028.231%208.5739C28.1515%208.28184%2028.1127%207.79701%2027.8876%207.42206Z'%20fill='%230C265F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6388_16334'%3e%3crect%20width='32'%20height='32'%20fill='white'%20transform='matrix(-1%200%200%201%2032%200)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:32px;height:32px;animation:2s linear .3s infinite both game4-targetGhost;position:absolute;bottom:16px;left:50%;translate:-50%}.game--4 .target-area{z-index:2;width:100%;position:absolute;bottom:100%;left:-100%;right:-4px}.game--4 .target-area.show{transition:left .8s;left:0}.game--4 .target-area.pass{animation:1.8s linear both game4-targetJumpPass}.game--4 .target-area.fail{animation:1.4s linear both game4-targetJumpFail}.game--4 .target-area .target{background-image:url(/assets/target-Dz37yfLb.svg);width:42px;height:21px;margin-left:auto;animation:.4s steps(3,end) infinite both game4-targetBounce}.game--4 .target-area .target.die{transform:scale(1.5)rotate(180deg)}.game--4 .target-area .target .pass-mark{opacity:0;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='28'%20viewBox='0%200%2024%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='13'%20r='11'%20fill='white'/%3e%3cpath%20d='M12.4596%2025.9277C12.2864%2026.3317%2011.7136%2026.3317%2011.5404%2025.9277L9%2020L15%2020L12.4596%2025.9277Z'%20fill='white'/%3e%3cpath%20d='M18%2015.5C18%2016.3284%2016.8807%2017%2015.5%2017C14.1193%2017%2013%2016.3284%2013%2015.5C13%2014.6716%2014.1193%2014%2015.5%2014C15.6712%2014%2015.8385%2014.0096%2016%2014.0293V12.4434L11%2013.5547V17.5C11%2018.3284%209.88071%2019%208.5%2019C7.11929%2019%206%2018.3284%206%2017.5C6%2016.6716%207.11929%2016%208.5%2016C8.6712%2016%208.83847%2016.0096%209%2016.0293V9L18%207V15.5ZM11%2010.5547V11.5547L16%2010.4434V9.44336L11%2010.5547Z'%20fill='%230C265F'/%3e%3c/svg%3e");width:24px;height:28px;transition:opacity .1s;position:absolute;bottom:16px;right:-10px}.game--4 .target-area .target .pass-mark.show{opacity:1}@keyframes game4-targetBounce{0%{background-position:0 0}to{background-position:-126px 0}}@keyframes game4-targetJumpPass{0%{transform:translate(0)translateY(0)}10%{transform:translate(40px)translateY(-9px)}20%{transform:translate(79px)translateY(-18px)}30%{transform:translate(79px)translateY(-18px)}40%{transform:translate(119px)translateY(-9px)}50%{transform:translate(158px)translateY(0)}75%{transform:translate(158px)translateY(0)}to{transform:translate(calc(100% + 260px))translateY(0)}}@keyframes game4-targetJumpFail{0%{transform:translate(0)translateY(0)}20%{transform:translate(79px)translateY(-18px)}40%{transform:translate(79px)translateY(-18px)}50%{transform:translate(79px)translateY(38px)}to{transform:translate(79px)translateY(38px)}}@keyframes game4-targetGhost{0%{opacity:.5;transform:translate(-5px)}25%{transform:translateY(-3px)}50%{opacity:1;transform:translate(5px)}75%{transform:translateY(3px)}to{opacity:.5;transform:translate(-5px)}}.game--5{z-index:1;background-color:#564941;position:relative}.game--5 .game__inner{display:block}.game--5 .trap-area{z-index:2;width:100%;height:100%;transition:left .4s;position:absolute;left:-50%;translate:-64px}.game--5 .trap-area.close{left:0;translate:0}.game--5 .trap-area .wall-area{width:100%;height:100%;padding-right:32px;position:relative}.game--5 .trap-area .wall-area.bounce{animation:1s infinite both game5-wallBounce}.game--5 .trap-area .wall-area .wall{background-color:#1a232e;border-radius:0 4px 4px 0;height:100%}.game--5 .trap-area .wall-area .drill-area{flex-direction:column;justify-content:center;gap:6px;width:32px;height:100%;display:flex;position:absolute;top:0;right:0}.game--5 .trap-area .wall-area .drill-area .drill{background-image:url(/assets/drill-CHNSX4WH.svg);flex:none;width:32px;height:20px}.game--5 .trap-area .wall-area .drill-area .drill.spin{animation:.6s steps(2,end) infinite both game5-drill}.game--5 .trap-area .wall-area .ghost-area{opacity:0;transition:opacity .5s;position:absolute;top:50%;left:50%;translate:-50% -50%}.game--5 .trap-area .wall-area .ghost-area.show{opacity:1}.game--5 .trap-area .wall-area .ghost-area .ghost{animation:1.2s linear infinite game5-ghost;position:relative}.game--5 .trap-area .wall-area .ghost-area .ghost .ghost-body{background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='48'%20viewBox='0%200%2096%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.0172%201.74219C10.4474%201.74219%202.68945%209.50009%202.68945%2019.0699V32.1705C2.8953%2036.6875%204.93094%2045.7214%2011.4268%2045.7214C14.922%2045.7214%2014.1717%2042.7101%2017.0945%2042.7101C20.0172%2042.7101%2019.0411%2046.2591%2022.7622%2046.2591C26.4833%2046.2591%2025.6444%2042.7101%2028.4299%2042.7101C31.2153%2042.7101%2030.8502%2046.2591%2034.0976%2046.2591C37.345%2046.2591%2036.4313%2042.7101%2039.7653%2042.7101C47.4011%2042.7101%2045.519%2038.462%2043.637%2036.5799C40.1693%2033.1123%2037.345%2028.5677%2037.345%2024.5885V19.0699C37.345%209.50009%2029.5871%201.74219%2020.0172%201.74219Z'%20fill='%23617179'/%3e%3cellipse%20cx='13.2479'%20cy='19.4189'%20rx='2.0848'%20ry='3.28998'%20fill='%231A232E'/%3e%3cellipse%20cx='22.8714'%20cy='18.7031'%20rx='2.53844'%20ry='4.00586'%20fill='%231A232E'/%3e%3cpath%20d='M68.0172%201.74219C58.4474%201.74219%2050.6895%209.50009%2050.6895%2019.0699V32.1705C50.8953%2036.6875%2052.9309%2045.7214%2059.4268%2045.7214C62.922%2045.7214%2062.1717%2042.7101%2065.0945%2042.7101C68.0172%2042.7101%2067.0411%2046.2591%2070.7622%2046.2591C74.4833%2046.2591%2073.6444%2042.7101%2076.4299%2042.7101C79.2153%2042.7101%2078.8502%2046.2591%2082.0976%2046.2591C85.345%2046.2591%2084.4313%2042.7101%2087.7653%2042.7101C95.4011%2042.7101%2093.519%2038.462%2091.637%2036.5799C88.1693%2033.1123%2085.345%2028.5677%2085.345%2024.5885V19.0699C85.345%209.50009%2077.5871%201.74219%2068.0172%201.74219Z'%20fill='%23617179'/%3e%3cellipse%20cx='61.2479'%20cy='19.4189'%20rx='2.65412'%20ry='4.18842'%20fill='%231A232E'/%3e%3cellipse%20cx='70.8719'%20cy='18.7031'%20rx='1.76737'%20ry='2.78906'%20fill='%231A232E'/%3e%3c/svg%3e");width:48px;height:48px;animation:.6s steps(2,end) infinite both game5-ghostEye}.game--5 .trap-area .wall-area .ghost-area .ghost:before,.game--5 .trap-area .wall-area .ghost-area .ghost:after{content:"";width:60px;height:36px;animation:.6s steps(2,end) infinite both game5-GhostTeardrop;position:absolute;top:16px}.game--5 .trap-area .wall-area .ghost-area .ghost:before{background-image:url(../assets/learningImages/game/game5/ghost_teardrop_left.svg);background-position:100% 0;right:50px}.game--5 .trap-area .wall-area .ghost-area .ghost:after{background-image:url(../assets/learningImages/game/game5/ghost_teardrop_right.svg);background-position:0 0;left:40px}.game--5 .right-area{width:134px;height:100%;position:absolute;bottom:0;left:50%;translate:-64px}.game--5 .right-area .target-area{z-index:2;width:100%;height:56px;padding-left:24px;transition:bottom .2s;position:absolute;bottom:100%;right:0;overflow:hidden}.game--5 .right-area .target-area.show{bottom:0}.game--5 .right-area .target-area .target-box1{width:56px;height:56px;position:relative}.game--5 .right-area .target-area .target-box1.bounce{animation:1s ease-in-out infinite both game5-targetBounce}.game--5 .right-area .target-area .target-box2{width:100%;height:100%;position:relative}.game--5 .right-area .target-area .target-box2.run{animation:.6s ease-in-out both game5-targetRun}.game--5 .right-area .target-area .target{background-image:url(/assets/target-DrS6SYFC.svg);width:100%;height:100%;position:relative}.game--5 .right-area .target-area .target.run{background-position:-56px 0;animation:.3s steps(2,end) infinite both game5-targetRun2}.game--5 .right-area .target-area .target-deco{background-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='56'%20viewBox='0%200%2056%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.33559%2010.7741C8.63935%2012.0779%2012.5962%2013.1856%2012.5962%2013.1856C12.5962%2013.1856%2011.4885%209.22874%2010.1847%207.92498C8.88099%206.62122%207.56239%206.57823%206.77562%207.36501C5.98885%208.15178%206.03183%209.47038%207.33559%2010.7741Z'%20fill='%2391B9DA'/%3e%3cpath%20d='M4.88465%2014.8455C6.07419%2015.1642%208.7329%2014.4835%208.7329%2014.4835C8.7329%2014.4835%206.77073%2012.5647%205.58119%2012.2459C4.39166%2011.9272%203.61458%2012.3427%203.42223%2013.0605C3.22989%2013.7784%203.69511%2014.5267%204.88465%2014.8455Z'%20fill='%2391B9DA'%20fill-opacity='0.62'/%3e%3c/svg%3e");width:100%;height:100%;animation:1s ease-in-out infinite both game5-targetDeco;position:absolute;top:0;left:0}.game--5 .right-area .target-area .target-deco.pass{opacity:0}.game--5 .right-area .target-area .target-talk{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='28'%20viewBox='0%200%2024%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='12'%20cy='13'%20r='11'%20fill='white'/%3e%3cpath%20d='M23.1173%2022.499C23.2805%2022.9072%2022.8755%2023.3122%2022.4673%2023.149L16.4795%2020.7538L20.7221%2016.5112L23.1173%2022.499Z'%20fill='white'/%3e%3c/svg%3e");width:24px;height:28px;position:absolute;top:0;right:100%}.game--5 .right-area .target-area .target-talk:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='28'%20viewBox='0%200%2024%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.41993%207.34521C6.4427%207.34521%204.83984%208.94807%204.83984%2010.9253C4.83984%2015.6124%209.99065%2018.642%2012%2019.788V10.9253C12%208.94807%2010.3972%207.34521%208.41993%207.34521Z'%20fill='%23F63C3C'/%3e%3cpath%20d='M15.5801%207.34521C17.5573%207.34521%2019.1602%208.94807%2019.1602%2010.9253C19.1602%2015.6124%2014.0093%2018.642%2012%2019.788V10.9253C12%208.94807%2013.6028%207.34521%2015.5801%207.34521Z'%20fill='%23F63C3C'/%3e%3c/svg%3e");width:100%;height:100%;animation:.4s linear .3s infinite both game5-targetHeart;position:absolute;top:0;left:0}.game--5 .right-area .door-area{width:56px;height:64px;position:absolute;bottom:0;right:0}.game--5 .right-area .door-area.ready{background-color:#ead784}.game--5 .right-area .door-area .door1{z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAADACAYAAACQ7CiDAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAOdEVYdFNvZnR3YXJlAEZpZ21hnrGWYwAACF9JREFUeAHt3ctuG9cZwPHvjBXLdjbutujCfYLKTxC5K3tVG0iK7mq/QfoEVt5AfoLKu6LxQtk0XrXsG8hAgfSCKpNEciRHCSlZIimZMyfnG11g2ZR4mTPkR/L/AwIlBhwE8R/fucxQcr+/d8cLuupkuRwdvZFmqy2dPJPDo45k4av+2mH469Thm07X338lSWTuSvhrbq5x9YO59Pr1+bVffHij8eGN6w1xyYL3/qZLZEG83BR0NScoNFuHRYgH7fC13S7+OctzGZj3qSSuFr6uZXlnLdtrv/hPo9G47LfcX1y8+cF195tEvMa64F2IVtyCQNysTtC9/WYRYn1vf/gYCz7EKGvi/Krst1+kPWLs12m0Lvf3vXMLzsmizKCZCVSX68bua9lrNqW+u18iSAnLs6xKntfCuP0iVpC9aLDzN+QjyUWDXQy/dEtmwFQHqlHu1BvFlHx90JISGmHJXtEpmW5s/VMM+OTenY8S7x9Oe6xTGagu35uvdkou3Sos3+KXYi7dVfjk7uJD55Lfhf/W+zJlpiZQnZZbOz/J9k69ZJRhWkq+HKJ8YjnKbv5wd/FW+MN8PE1TdeID1ZP3D/W9sJTvlgsznLrD3nJF9ltPJy3Mbo6nqnssEx7qxAZ6uoyX3FvK6TJuZW8Z26SHOnGB6gX5+sb35cPU+0rnH05rmO+a1FAnJlDdY25u78j2j3UpKSzfWZiY209kBk1aqIkYp2FuhDBf/Pv/EeLMw4m8+etZjVN9/ry2cjTvb+feLckEMD1BdZ+5vrElR2/eSDlhn9nxj9KtrVRwRk/9mXN/dmL3KZXJQFnOR8vysm9uidep+a//pRHi1KmZ3ybO3nTZD0+l7jh9WmaMmQnK1LTh43uLnyY6TY28AmhigurVUZSpqVdHTM1Snn1ZW05yfzv8bSoGjD1QfTypcZY+CHm/LAet2xyEyvvL81qqJ/3wP3VZxmysS/w3L1/FWNKD7FOmZjU+vvvbx4nzSzImY5mgut/8av3bSPvNfJE4q/Ps+d8/8258S/7IAz3db0Z5VFnsN2fjUeU4ff632pqe8mUMkY40UH3z6Kv172LsN9ck83fYb46O7kuLSJ2syQiNLNCocR60iHMMisPT1dFGOpJD0g/1Xfk6PLIszecr6ebWI8HYhW5Wwpc/SsUqn6DEOZ3++uU/HoYvT6VilQZKnNNtFJFWFqjuOePE6deI064i0gr3pJUEenogKu3kQCQwrcqDU/RA9Z7zv9+8LPvJyuN7zsw/mIYPsE271dVaIzy/fyAV3JNGDVTjjHSVlHLPOVneuieNOlCiBqqTs/zb7yp5QJyTRyPNjydpNNEC1c8NtdptKS9fSjc3R/q0AvE8e16r5eL/JJFECVRfmXv56kcpzfvl8Gz9M8FE03dKY72qVzpQ3XdubkeJMw0nduKcEkfzon+WqZRUKtDj1+a+K39i19fm9FDEiX1qFCf7CIemUoHqZ4jiHIqyJQ5F06c4NHlfalUcOlB9jBnlbXgvK7xwPL10P+pFajKkoQKNuu/McvadU+6K94+GXeqHCjTe0u5Z2mdAmaV+4ED1GyvsNPakPF9LN7cqf10LNgy71A8c6HqMN5RUx/OG0owZZqkfKNCNaEt7ztI+g3Spl9wNdIHfd6B6MNLv/16aHoz225zaZ9TRtfzJIFO070D1YBThQl6KgxEX8jNLL/AHOTD1FahOzygHozA9ORjh+Fl9f49B+wpUp2cc4/sWKrAl9/0dknsGyvREFfS1vH6unXoGyvREVXwfe9FLA2V6oko6RXt92O7SQJmeqFqvbzt+YaBMT4zC4bw8vexe9MJA9w6aEoerCXABvRe97OnShYFGeZ1O8TodeiieLl2ga6D1vdexXqdb5Zk7etEpetGVU/dAd/clCu9XBejDRVdO7wXK4Qjj0LkWrpu6HJbeC5TDEcahOCx1uXJ6L9Cd+q5E4fIVAQaQe/ni3V87F6gu76V/+obS5Z2fvoEBnTxZOrfMnwuU5R3j5vLzB+tzgcY7vWec3jEUJ3Ju5T0X6OtmpAnaPGR5x1Da16T7BNWPE2dZlI901PhIB4b17qX9WaDNKN/bU/Rb2fC9PVGKE3/W0Fmg9b1I+0/H0yOU8/Z101sT9FCi2G+/EKCE4qnSiSLQg9ZhnP2n/kwj9p8oqXiqdPKmfRFotP2nOPafiCLch74VaCvS8u48gSKOaiYogSKOzEtxljkJlAMSbDk9KCWdLIt0QS8NDkiI5eSg1Eii7T9Z3hFfmmR5JpEwPRGVnuQjTlCumBCX1yW+E2f/qf86JiiicrrE61v0UeR5KkBEzstuvD1o4pigiC0ckmIt8T6L9Gk74IwGGmeCuqtzEX7CAnBe0snjTFBfbzFBEZ279atfeokg3XjpBIis1I/jBqpGoDCNQGEagcI0AoVpBArTCBSmEShMI1CYRqAwjUBhGoHCNAKFaQQK0wgUphEoTCNQmEagMI1AYRqBwjQChWkECtMIFKYRKEwjUJhGoDCNQGEagcI0AoVpBArTCBSmEShMI1CYRqAwjUBhGoHCNAKFaQQK0wgUphEoTCNQmEagMI1AYRqBwjQChWkECtMIFKYRKEwjUJhGoDCNQGEagcI0AoVpBArTCBSmEShMI1CYRqAwjUBhGoHCNAKFaQQK0wgUphEoTCNQmEagMI1AYRqBwjQChWkECtMIFKYRKEwjUJhGoDCNQGEagcI0AoVpBArTCBSmEShMI1CYRqAwjUBhGoHCNAKFaQQK0wgUphEoTCNQmEagMI1AYRqBwjQChWkECtMIFKYRKEwjUJhGoDCNQGEagcI0AoVpBArTCBSmEShMI1CYRqAwjUBhGoHCNAKFaQQK034Gy77V39g1q9wAAAAASUVORK5CYII=);width:100%;height:100%;position:absolute;top:0;left:0}.game--5 .right-area .door-area .door2{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.game--5 .right-area .door-area .door2:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='56'%20height='64'%20viewBox='0%200%2056%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%200H56V64H6V0Z'%20fill='%23660000'/%3e%3cmask%20id='mask0_5723_17214'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='6'%20y='0'%20width='50'%20height='64'%3e%3cpath%20d='M6%200H56V64H6V0Z'%20fill='%23660000'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_5723_17214)'%3e%3cpath%20d='M56.043%2016L6.04297%2064'%20stroke='%23890000'%20stroke-width='6'/%3e%3cpath%20d='M6.04297%2016L56.043%2064'%20stroke='%23890000'%20stroke-width='6'/%3e%3c/g%3e%3c/svg%3e");width:100%;height:100%;transition:bottom .2s;display:block;position:relative;bottom:0}.game--5 .right-area .door-area .door2.open:before{bottom:88%}@keyframes game5-drill{0%{background-position:0 0}to{background-position:-64px 0}}@keyframes game5-wallBounce{0%{left:0%}50%{left:-2%}to{left:0%}}@keyframes game5-wallFail{0%{left:-50%;translate:-64px}to{left:0%;translate:0}}@keyframes game5-ghostEye{0%{background-position:0 0}to{background-position:-96px 0}}@keyframes game5-ghost{0%{transform:translate(-5px)}25%{transform:translateY(-3px)}50%{transform:translate(5px)}75%{transform:translateY(3px)}to{transform:translate(-5px)}}@keyframes game5-GhostTeardrop{0%{width:0}50%{width:35px}to{width:120px}}@keyframes game5-targetBounce{0%{transform:translateY(0)}50%{transform:translateY(-2px)}70%{transform:translateY(0)}to{transform:translateY(0)}}@keyframes game5-targetRun{0%{left:0%}to{left:110px}}@keyframes game5-targetRun2{0%{background-position:-56px 0}to{background-position:-168px 0}}@keyframes game5-targetDeco{0%{transform:scale(1)}50%{transform:scale(.9)}to{transform:scale(1)}}@keyframes game5-targetHeart{0%{transform:rotate(0)}33%{transform:rotate(-10deg)}66%{transform:rotate(10deg)}to{transform:rotate(0)}}.game-ending{border-radius:8px;width:304px;height:164px;margin:0 auto;position:relative;overflow:hidden}.game-ending__inner{height:100%;position:relative}.game-ending--1{background-color:#b1b6c1;padding:0 8px}.game-ending--1 .land-area{z-index:1;width:100%;position:absolute;bottom:20px;left:0}.game-ending--1 .land-area .land{background-image:url(/assets/object_land-CHoLCOE0.svg);width:100%;height:4px}.game-ending--1 .land-area .leaf{z-index:-1;position:absolute;bottom:0}.game-ending--1 .land-area .leaf--1{background-image:url("data:image/svg+xml,%3csvg%20width='68'%20height='40'%20viewBox='0%200%2068%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M33.2031%200V3.047H34.7969V6.15883C34.8898%206.19643%2034.9961%206.094%2035.0293%206.094H36.291C36.2983%206.094%2036.3906%206.18412%2036.3906%206.19125V9.20583H37.8848C37.8921%209.20583%2037.9844%209.29595%2037.9844%209.30308V24.5705H39.4453V23.1118C39.4453%2023.1047%2039.5376%2023.0146%2039.5449%2023.0146H41.0391V21.5235H42.6328V18.5089C42.6328%2018.5018%2042.7251%2018.4117%2042.7324%2018.4117H44.2266V16.9206H45.8203V15.3647H47.4141V12.3177C47.9413%2012.2438%2048.4713%2012.3546%2049.0078%2012.3177V10.7617H50.502C50.5093%2010.7617%2050.6016%2010.6716%2050.6016%2010.6645V9.20583H52.0957C52.103%209.20583%2052.1953%209.11572%2052.1953%209.10859V7.64992H53.7227V6.19125C53.7227%205.99092%2054.8489%206.13679%2055.0063%206.1342C55.6325%206.12512%2056.2926%206.00972%2056.9102%206.15883V4.60292H60.0977V3.047H63.3516V6.15883H61.7578V10.7293C61.7578%2010.7365%2061.6655%2010.8266%2061.6582%2010.8266H60.1641V13.8736H58.5703V16.8882C58.5703%2016.8953%2058.478%2016.9854%2058.4707%2016.9854H56.9766V20.0324H55.3828V21.5883H53.7891V23.047C53.7891%2023.0541%2053.6968%2023.1442%2053.6895%2023.1442H52.2617C52.2723%2023.6447%2052.2684%2024.1407%2052.1953%2024.6353H50.668V26.094C50.668%2026.1011%2050.5757%2026.1912%2050.5684%2026.1912H49.0742V29.1734H53.7227V27.6823H56.9102V26.1264H63.2852V24.5705H66.4727V23.0146H68V26.1912H66.4727V27.7472H64.9453V29.2058C64.9453%2029.4891%2063.2852%2029.0781%2063.2852%2029.3355V31.5721H60.1641V33.2577H58.5703V34.9433H53.8887C53.8814%2034.9433%2053.7891%2035.0334%2053.7891%2035.0405V36.6937H42.6992V38.3144H45.8867V40H36.3242V38.3793H34.7969V40H31.543V38.3793H30.0156V40H18.9258V36.6937H9.46289C9.45559%2036.6937%209.36328%2036.6036%209.36328%2036.5964V34.9433H6.24219V33.2577H4.64844V31.6694C4.64844%2031.6622%204.55613%2031.5721%204.54883%2031.5721H3.2207C3.21008%2031.5721%203.05469%2031.6843%203.05469%2031.5397V30.081H1.46094V29.3024H0V26.1258H3.12109V27.6817H11.0234V29.1728H15.7383V26.1906H14.1445V24.6347H12.5508V23.1436H11.0566C11.0493%2023.1436%2010.957%2023.0535%2010.957%2023.0464V21.5877H9.46289C9.45559%2021.5877%209.36328%2021.4976%209.36328%2021.4904V20.0318H7.86914C7.86184%2020.0318%207.76953%2019.9417%207.76953%2019.9345V16.9848H6.24219V12.4143C6.24219%2012.4071%206.14988%2012.317%206.14258%2012.317H4.64844V7.64927H6.24219V9.20519H7.83594V10.7611H12.6172V12.317C12.8217%2012.2703%2014.2109%2012.1608%2014.2109%2012.3494V13.8081H15.7051C15.7124%2013.8081%2015.8047%2013.8982%2015.8047%2013.9053V15.364H17.2988C17.3061%2015.364%2017.3984%2015.4541%2017.3984%2015.4613V16.9199H18.9258C18.9304%2017.4178%2019.0885%2017.9209%2018.9258%2018.411H20.5195V19.9669H22.1133V21.5229H23.707V24.5699H25.2012C25.2085%2024.5699%2025.3008%2024.66%2025.3008%2024.6671V26.1258H26.8945V27.6817H28.4219V23.1436H26.8281V16.9199H28.4219V15.4288H26.8281V6.094H28.4219V1.49109H29.9492V0H33.2031ZM15.8047%2029.2382V31.5073H20.4531V30.081H18.959C18.7963%2030.081%2018.8766%2029.3848%2018.8587%2029.2382H15.8047ZM49.0078%2029.2344H45.8867V31.5073H49.0078V29.2344Z'%20fill='%238F97A0'/%3e%3c/svg%3e");width:68px;height:40px;left:0}.game-ending--1 .land-area .leaf--2{background-image:url("data:image/svg+xml,%3csvg%20width='104'%20height='136'%20viewBox='0%200%20104%20136'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M48.8715%200V9.63229H53.6911C53.7097%209.63229%2053.9447%209.85922%2053.9447%209.87718V39.672H57.0732C57.0918%2039.672%2057.3268%2039.445%2057.3268%2039.4271V34.6109H62.1463C62.1649%2034.6109%2062.4%2034.384%2062.4%2034.3661V24.4889H67.3041V19.5911H72.5463V14.5301H77.6195V9.87718C77.6195%209.85922%2077.8546%209.63229%2077.8732%209.63229H88.0195C88.0381%209.63229%2088.2732%209.85922%2088.2732%209.87718V24.5705C88.2732%2024.5885%2088.0381%2024.8154%2088.0195%2024.8154H83.2V34.6926C83.2%2034.7105%2082.9649%2034.9375%2082.9463%2034.9375H77.9577V39.9985H72.7154V44.5697L104%2044.6514V49.2226C104%2049.2406%20103.765%2049.4675%20103.746%2049.4675H98.7577V54.6102C98.7577%2054.6281%2098.5227%2054.8551%2098.5041%2054.8551H93.3463V59.7529H83.2V64.6506H57.4114C57.3928%2064.6506%2057.1577%2064.4237%2057.1577%2064.4057V59.5896H53.9447L53.9443%2093.4366H57.3265L57.5801%20120.327H62.6533C62.6719%20120.327%2062.9069%20120.554%2062.9069%20120.572V135.755C62.9069%20135.773%2062.6719%20136%2062.6533%20136H37.9639C37.9453%20136%2037.7102%20135.773%2037.7102%20135.755V120.327H43.1216L43.1219%2059.7529H31.7919V64.6506H0.253659C0.235057%2064.6506%200%2064.4237%200%2064.4057V59.6712C0%2059.6533%200.235057%2059.4263%200.253659%2059.4263H5.07317V54.7735C5.07317%2054.5939%205.48579%2054.54%205.65659%2054.5204C7.44572%2054.318%209.8707%2054.5743%2011.7596%2054.5351C13.0397%2054.509%2014.3993%2054.1171%2015.7268%2054.5286V49.3859C15.7268%2049.3679%2015.9619%2049.141%2015.9805%2049.141H26.2114V44.733H21.1382V39.9985H15.7268V29.8764H10.6537V19.9176H5.24228V9.63229H10.8228V14.5301H21.3073V19.3462C21.3073%2019.3642%2021.5424%2019.5911%2021.561%2019.5911H26.5496V24.4889H31.7919V29.5499H36.865V39.672H43.1219V0H48.8715ZM72.5463%2044.733H67.6423V49.141H72.5463V44.733Z'%20fill='%237C8792'/%3e%3c/svg%3e");width:104px;height:136px;left:34px}.game-ending--1 .land-area .leaf--3{background-image:url("data:image/svg+xml,%3csvg%20width='68'%20height='40'%20viewBox='0%200%2068%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M33.2031%200V3.047H34.7969V6.15883C34.8898%206.19643%2034.9961%206.094%2035.0293%206.094H36.291C36.2983%206.094%2036.3906%206.18412%2036.3906%206.19125V9.20583H37.8848C37.8921%209.20583%2037.9844%209.29595%2037.9844%209.30308V24.5705H39.4453V23.1118C39.4453%2023.1047%2039.5376%2023.0146%2039.5449%2023.0146H41.0391V21.5235H42.6328V18.5089C42.6328%2018.5018%2042.7251%2018.4117%2042.7324%2018.4117H44.2266V16.9206H45.8203V15.3647H47.4141V12.3177C47.9413%2012.2438%2048.4713%2012.3546%2049.0078%2012.3177V10.7617H50.502C50.5093%2010.7617%2050.6016%2010.6716%2050.6016%2010.6645V9.20583H52.0957C52.103%209.20583%2052.1953%209.11572%2052.1953%209.10859V7.64992H53.7227V6.19125C53.7227%205.99092%2054.8489%206.13679%2055.0063%206.1342C55.6325%206.12512%2056.2926%206.00972%2056.9102%206.15883V4.60292H60.0977V3.047H63.3516V6.15883H61.7578V10.7293C61.7578%2010.7365%2061.6655%2010.8266%2061.6582%2010.8266H60.1641V13.8736H58.5703V16.8882C58.5703%2016.8953%2058.478%2016.9854%2058.4707%2016.9854H56.9766V20.0324H55.3828V21.5883H53.7891V23.047C53.7891%2023.0541%2053.6968%2023.1442%2053.6895%2023.1442H52.2617C52.2723%2023.6447%2052.2684%2024.1407%2052.1953%2024.6353H50.668V26.094C50.668%2026.1011%2050.5757%2026.1912%2050.5684%2026.1912H49.0742V29.1734H53.7227V27.6823H56.9102V26.1264H63.2852V24.5705H66.4727V23.0146H68V26.1912H66.4727V27.7472H64.9453V29.2058C64.9453%2029.4891%2063.2852%2029.0781%2063.2852%2029.3355V31.5721H60.1641V33.2577H58.5703V34.9433H53.8887C53.8814%2034.9433%2053.7891%2035.0334%2053.7891%2035.0405V36.6937H42.6992V38.3144H45.8867V40H36.3242V38.3793H34.7969V40H31.543V38.3793H30.0156V40H18.9258V36.6937H9.46289C9.45559%2036.6937%209.36328%2036.6036%209.36328%2036.5964V34.9433H6.24219V33.2577H4.64844V31.6694C4.64844%2031.6622%204.55613%2031.5721%204.54883%2031.5721H3.2207C3.21008%2031.5721%203.05469%2031.6843%203.05469%2031.5397V30.081H1.46094V29.3024H0V26.1258H3.12109V27.6817H11.0234V29.1728H15.7383V26.1906H14.1445V24.6347H12.5508V23.1436H11.0566C11.0493%2023.1436%2010.957%2023.0535%2010.957%2023.0464V21.5877H9.46289C9.45559%2021.5877%209.36328%2021.4976%209.36328%2021.4904V20.0318H7.86914C7.86184%2020.0318%207.76953%2019.9417%207.76953%2019.9345V16.9848H6.24219V12.4143C6.24219%2012.4071%206.14988%2012.317%206.14258%2012.317H4.64844V7.64927H6.24219V9.20519H7.83594V10.7611H12.6172V12.317C12.8217%2012.2703%2014.2109%2012.1608%2014.2109%2012.3494V13.8081H15.7051C15.7124%2013.8081%2015.8047%2013.8982%2015.8047%2013.9053V15.364H17.2988C17.3061%2015.364%2017.3984%2015.4541%2017.3984%2015.4613V16.9199H18.9258C18.9304%2017.4178%2019.0885%2017.9209%2018.9258%2018.411H20.5195V19.9669H22.1133V21.5229H23.707V24.5699H25.2012C25.2085%2024.5699%2025.3008%2024.66%2025.3008%2024.6671V26.1258H26.8945V27.6817H28.4219V23.1436H26.8281V16.9199H28.4219V15.4288H26.8281V6.094H28.4219V1.49109H29.9492V0H33.2031ZM15.8047%2029.2382V31.5073H20.4531V30.081H18.959C18.7963%2030.081%2018.8766%2029.3848%2018.8587%2029.2382H15.8047ZM49.0078%2029.2344H45.8867V31.5073H49.0078V29.2344Z'%20fill='%238F97A0'/%3e%3c/svg%3e");width:68px;height:40px;right:5px}.game-ending--1 .hunter{z-index:-1;position:absolute;bottom:0;left:96px}.game-ending--1 .hunter:before{content:"";background-image:url(/assets/hunter-CASAvFN0.svg);width:142px;height:120px;animation:1s steps(2,end) infinite both game1-ending-hunter;display:block}.game-ending--1 .hunter:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='36'%20height='36'%20viewBox='0%200%2036%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%206H17V9H20V6H23V3H29V6H32V9H35V18H32V21H29V24H26V27H23V30H20V33H17V30H14V27H11V24H8V21H5V18H2V9H5V6H8V3H14V6Z'%20fill='%23D00707'/%3e%3crect%20x='12'%20y='3'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='15'%20y='6'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='27'%20y='3'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='30'%20y='6'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='33'%20y='9'%20width='3'%20height='9'%20fill='%23A50709'/%3e%3crect%20x='30'%20y='15'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='27'%20y='18'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='24'%20y='21'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='21'%20y='24'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='18'%20y='27'%20width='3'%20height='6'%20fill='%23A50709'/%3e%3crect%20x='12'%20y='24'%20width='3'%20height='3'%20fill='%23A50709'/%3e%3crect%20x='3'%20y='15'%20width='3'%20height='3'%20fill='%23A50709'/%3e%3crect%20x='9'%20y='18'%20width='3'%20height='3'%20fill='%23A50709'/%3e%3c/svg%3e");width:36px;height:36px;animation:1.4s steps(7,end) infinite both game1-ending-heart;position:absolute;top:-14px;left:42px}@keyframes game1-ending-hunter{0%{background-position:-142px 0}to{background-position:-426px 0}}@keyframes game1-ending-heart{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.game-ending--2{background-color:#241a33}.game-ending--2 .character-area{background-image:url(/assets/object_bg-BMRYV2zJ.svg);background-position:50%;width:100%;height:100%;position:relative}.game-ending--2 .character-area .heart{background-image:url("data:image/svg+xml,%3csvg%20width='44'%20height='44'%20viewBox='0%200%2044%2044'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.5%2038C22.1383%2038%2021.7702%2037.9363%2021.3956%2037.8091C21.021%2037.6818%2020.6917%2037.4781%2020.4075%2037.198L17.7338%2034.7921C14.9954%2032.3225%2012.5219%2029.872%2010.3131%2027.4406C8.10437%2025.0092%207%2022.3296%207%2019.4017C7%2017.0085%207.81375%2015.0099%209.44125%2013.4059C11.0688%2011.802%2013.0967%2011%2015.525%2011C16.8942%2011%2018.1858%2011.2864%2019.4%2011.8593C20.6142%2012.4321%2021.6475%2013.215%2022.5%2014.2079C23.3525%2013.215%2024.3858%2012.4321%2025.6%2011.8593C26.8142%2011.2864%2028.1058%2011%2029.475%2011C31.9033%2011%2033.9312%2011.802%2035.5588%2013.4059C37.1863%2015.0099%2038%2017.0085%2038%2019.4017C38%2022.3296%2036.9021%2025.0156%2034.7062%2027.4597C32.5104%2029.9038%2030.0175%2032.3607%2027.2275%2034.8303L24.5925%2037.198C24.3083%2037.4781%2023.979%2037.6818%2023.6044%2037.8091C23.2298%2037.9363%2022.8617%2038%2022.5%2038Z'%20fill='%23333333'/%3e%3c/svg%3e");width:44px;height:44px;animation:1.2s infinite both game2-ending-targetHeart;position:absolute;bottom:42px;left:50%;translate:-50%}.game-ending--2 .character-area .talk-bg{opacity:0;background-image:url("data:image/svg+xml,%3csvg%20width='62'%20height='72'%20viewBox='0%200%2062%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='28.3575'%20cy='28.3575'%20r='28.3575'%20transform='matrix(-1%200%200%201%2059.4219%205.06641)'%20fill='white'/%3e%3cpath%20d='M59.9786%2054.005C61.1038%2054.1393%2061.8422%2052.8604%2061.1633%2051.953L51.2028%2038.6392L43.4682%2052.0359L59.9786%2054.005Z'%20fill='white'/%3e%3c/svg%3e");width:62px;height:72px;transition:opacity .3s;position:absolute;bottom:66px;left:44px}.game-ending--2 .character-area .talk-bg.show{opacity:1}.game-ending--2 .character-area .talk-bg__mark{background-image:url("data:image/svg+xml,%3csvg%20width='62'%20height='72'%20viewBox='0%200%2062%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M46.5312%2023.1094H46.5303V25.6875H46.5312V30.8438H46.5303V39.8008C46.5309%2039.8229%2046.5332%2039.845%2046.5332%2039.8672C46.5331%2042.0029%2043.6474%2043.7343%2040.0879%2043.7344C36.5284%2043.7344%2033.6426%2042.0029%2033.6426%2039.8672C33.6426%2037.7314%2036.5283%2036%2040.0879%2036C40.5283%2036%2040.9585%2036.0257%2041.374%2036.0762V31.9893L28.4863%2034.8525V45.0234C28.4863%2047.1591%2025.6005%2048.8906%2022.041%2048.8906C18.4815%2048.8906%2015.5958%2047.1591%2015.5957%2045.0234C15.5957%2042.8877%2018.4814%2041.1562%2022.041%2041.1562C22.4824%2041.1563%2022.9136%2041.1817%2023.3301%2041.2324V23.1055H23.3477L46.5312%2017.9531V23.1094ZM28.4863%2027.1182V29.6973L41.374%2026.833V24.2549L28.4863%2027.1182Z'%20fill='%230C265F'/%3e%3c/svg%3e");width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.game-ending--2 .character-area .talk-bg__mark.show{opacity:1}@keyframes game2-ending-targetHeart{0%{transform:scale(1)}50%{transform:scale(.7)}to{transform:scale(1)}}.game-ending--3{background-color:#241a33}.game-ending--3 .bg{background-image:url(/assets/bg-DZT6w67S.svg);width:100%;height:100%;position:absolute;top:0;left:0}.game-ending--3 .land{width:100%;position:absolute;bottom:14px;left:0}.game-ending--3 .target-area{width:100%;animation:1.4s linear both game3-ending-targetMove;position:absolute;bottom:0}.game-ending--3 .target-box{z-index:2;width:96px;height:96px;animation:1.4s linear both game3-ending-targetJump;position:relative;bottom:1px}.game-ending--3 .target{transform-origin:bottom;width:100%;height:100%;position:relative}.game-ending--3 .target.action{animation:.4s linear game3-ending-targetBounce}.game-ending--3 .target .target-body{background-image:url(/assets/target-DI4SW8za.svg);width:100%;height:100%;position:relative}.game-ending--3 .target .target-body.breath{animation:.6s steps(2,end) game3-ending-targetBreath}.game-ending--3 .shadow{background-image:url("data:image/svg+xml,%3csvg%20width='96'%20height='18'%20viewBox='0%200%2096%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cellipse%20cx='48'%20cy='9'%20rx='27'%20ry='9'%20fill='black'%20fill-opacity='0.2'/%3e%3c/svg%3e");width:96px;height:18px;animation:1.4s linear game3-ending-targetShadow;position:absolute;bottom:-1px}@keyframes game3-ending-targetBounce{0%{transform:scaleY(1)}50%{transform:scaleY(.9)}to{transform:scaleY(1)}}@keyframes game3-ending-targetBreath{0%{background-position:0 0}to{background-position:-192px 0}}@keyframes game3-ending-targetMove{0%{transform:translate(-30%)}to{transform:translate(33.334%)}}@keyframes game3-ending-targetJump{0%{transform:translateY(0)}16.66%{transform:translateY(-34px)}33.33%{transform:translateY(0)}50%{transform:translateY(-34px)}66.66%{transform:translateY(0)}83.33%{transform:translateY(-34px)}to{transform:translateY(0)}}@keyframes game3-ending-targetShadow{0%{transform:translateY(0)}16.66%{transform:scale(.6)}33.33%{transform:translateY(0)}50%{transform:scale(.6)}66.66%{transform:translateY(0)}83.33%{transform:scale(.6)}to{transform:translateY(0)}}.game-ending--4{background-color:#e1d4b9}.game-ending--4 .game-ending__inner{flex-direction:column;justify-content:flex-end;display:flex}.game-ending--4 .land-area{border-top:1px solid #0c265f;height:16px;position:relative}.game-ending--4 .land-area .leaf{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6994_81234)'%3e%3cpath%20d='M13.1045%2012.2845H0.932173C-1.53479%202.25444%201.47317%204.64283%203.28552%207.09079C3.22221%201.76016%203.84543%200%205.436%200C6.78798%200%207.17932%203.6096%207.62708%207.94279C11.1653%200.963829%2012.1309%205.4949%2012.1715%208.6328C15.3202%206.4255%2014.1055%2010.1476%2013.1045%2012.2845Z'%20fill='%2369707F'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6994_81234'%3e%3crect%20width='15'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:15px;height:12px;position:absolute;bottom:100%;left:4px}.game-ending--4 .land-area .rock{background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='6'%20viewBox='0%200%2016%206'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6391_16335)'%3e%3cpath%20d='M2.5002%204L0%204.5C-0.333333%205.16667%200.000198931%206.1%200.000198931%206.5C0.000198931%206.9%201.33353%208%202.0002%208.5L14.0002%2010C17.2002%2010.4%2016.6669%208.5%2016.0002%207.5L16%204.63392L14.0002%204.5L13.0002%204L12.0002%203.5L10.5002%202.5L9.5002%202L8.0002%201L6.5002%201.5L5.0002%202.5L2.5002%204Z'%20fill='%23E1D4B9'/%3e%3cpath%20d='M5.76465%201.9209C6.94678%201.12438%208.49362%201.12445%209.67578%201.9209L12.3643%203.73145C13.1071%204.23198%2013.9822%204.4999%2014.8779%204.5H18.6387C20.0194%204.5%2021.1387%205.61929%2021.1387%207C21.1387%208.38071%2020.0194%209.5%2018.6387%209.5H-2C-3.38071%209.5%20-4.5%208.38071%20-4.5%207C-4.5%205.61929%20-3.38071%204.5%20-2%204.5H0.5625C1.45841%204.49995%202.33417%204.23209%203.07715%203.73145L5.76465%201.9209Z'%20stroke='%230C265F'%20stroke-linecap='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6391_16335'%3e%3crect%20width='16'%20height='6'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:16px;height:6px;position:absolute;bottom:calc(100% - 1px);left:64px}.game-ending--4 .house{background-image:url(/assets/house-rXq_XWRM.svg);width:204px;height:65px;position:absolute;bottom:100%;right:4px}.game-ending--4 .target-area{flex-direction:column;justify-content:flex-end;width:calc(100% - 90px);height:64px;padding-left:20px;display:flex;position:absolute;bottom:100%;overflow:hidden}.game-ending--4 .target-area .target{background-image:url(/assets/target-Dz37yfLb.svg);width:52px;height:26px;transition:left .6s linear;animation:.4s steps(3,end) game4-ending-targetBounce;position:relative;left:0}.game-ending--4 .target-area .target.run{left:100%}.game-ending--4 .target-area .target.fun:before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='36'%20viewBox='0%200%2031%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='15.4678'%20cy='16.7119'%20r='14.1787'%20fill='white'/%3e%3cpath%20d='M16.0591%2033.3756C15.8359%2033.8964%2015.0975%2033.8964%2014.8743%2033.3756L11.5994%2025.7341L19.334%2025.7341L16.0591%2033.3756Z'%20fill='white'/%3e%3cpath%20d='M23.2012%2011.5547H23.2002V12.8438H23.2012V15.4219H23.2002V19.8838C23.2009%2019.9003%2023.2021%2019.9169%2023.2021%2019.9336C23.2021%2021.0014%2021.7592%2021.8672%2019.9795%2021.8672C18.1997%2021.8672%2016.7569%2021.0014%2016.7568%2019.9336C16.7568%2018.8657%2018.1997%2018%2019.9795%2018C20.1995%2018%2020.4144%2018.0129%2020.6221%2018.0381V15.9941L14.1787%2017.4268V22.5117C14.1787%2023.5796%2012.7358%2024.4453%2010.9561%2024.4453C9.17629%2024.4453%207.73343%2023.5796%207.7334%2022.5117C7.7334%2021.4438%209.17627%2020.5781%2010.9561%2020.5781C11.1768%2020.5781%2011.3924%2020.5908%2011.6006%2020.6162V11.5527H11.6094L23.2012%208.97656V11.5547ZM14.1787%2013.5586V14.8486L20.6221%2013.416V12.127L14.1787%2013.5586Z'%20fill='%230C265F'/%3e%3c/svg%3e");width:31px;height:36px;position:absolute;bottom:24px;right:-12px}.game-ending--4 .happy-mark{z-index:2;background-image:url("data:image/svg+xml,%3csvg%20width='31'%20height='36'%20viewBox='0%200%2031%2036'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='15.4678'%20cy='16.7119'%20r='14.1787'%20fill='white'/%3e%3cpath%20d='M16.0591%2033.3756C15.8359%2033.8964%2015.0975%2033.8964%2014.8743%2033.3756L11.5994%2025.7341L19.334%2025.7341L16.0591%2033.3756Z'%20fill='white'/%3e%3cpath%20d='M15.5%2021.9683C16.445%2021.9683%2017.3069%2021.7133%2018.0856%2021.2032C18.8644%2020.6931%2019.455%2020.0144%2019.8575%2019.1671C19.98%2018.9078%2019.98%2018.6484%2019.8575%2018.389C19.735%2018.1297%2019.5337%2017.9481%2019.2537%2017.8444C18.9913%2017.7406%2018.7331%2017.745%2018.4794%2017.8573C18.2256%2017.9697%2018.0375%2018.1556%2017.915%2018.415C17.705%2018.8818%2017.3769%2019.245%2016.9306%2019.5043C16.4844%2019.7637%2016.0075%2019.8934%2015.5%2019.8934C14.9925%2019.8934%2014.5156%2019.7637%2014.0694%2019.5043C13.6231%2019.245%2013.295%2018.8818%2013.085%2018.415C12.9625%2018.1556%2012.7744%2017.9697%2012.5206%2017.8573C12.2669%2017.745%2012.0087%2017.7406%2011.7462%2017.8444C11.4662%2017.9481%2011.265%2018.1297%2011.1425%2018.389C11.02%2018.6484%2011.02%2018.9078%2011.1425%2019.1671C11.545%2020.0144%2012.1356%2020.6931%2012.9144%2021.2032C13.6931%2021.7133%2014.555%2021.9683%2015.5%2021.9683ZM13.5444%2016.4049C13.7981%2016.1542%2013.925%2015.8473%2013.925%2015.4841C13.925%2015.121%2013.7981%2014.8141%2013.5444%2014.5634C13.2906%2014.3127%2012.98%2014.1873%2012.6125%2014.1873C12.245%2014.1873%2011.9344%2014.3127%2011.6806%2014.5634C11.4269%2014.8141%2011.3%2015.121%2011.3%2015.4841C11.3%2015.8473%2011.4269%2016.1542%2011.6806%2016.4049C11.9344%2016.6556%2012.245%2016.781%2012.6125%2016.781C12.98%2016.781%2013.2906%2016.6556%2013.5444%2016.4049ZM19.3194%2016.4049C19.5731%2016.1542%2019.7%2015.8473%2019.7%2015.4841C19.7%2015.121%2019.5731%2014.8141%2019.3194%2014.5634C19.0656%2014.3127%2018.755%2014.1873%2018.3875%2014.1873C18.02%2014.1873%2017.7094%2014.3127%2017.4556%2014.5634C17.2019%2014.8141%2017.075%2015.121%2017.075%2015.4841C17.075%2015.8473%2017.2019%2016.1542%2017.4556%2016.4049C17.7094%2016.6556%2018.02%2016.781%2018.3875%2016.781C18.755%2016.781%2019.0656%2016.6556%2019.3194%2016.4049ZM15.5%2011.1787C16.095%2010.487%2016.8038%209.95101%2017.6262%209.57061C18.4487%209.1902%2019.315%209%2020.225%209C21.87%209%2023.2437%209.54467%2024.3462%2010.634C25.4487%2011.7233%2026%2013.0807%2026%2014.7061C26%2015.4323%2025.8906%2016.1282%2025.6719%2016.7939C25.4531%2017.4597%2025.0769%2018.1772%2024.5431%2018.9467C24.0094%2019.7161%2023.2919%2020.5591%2022.3906%2021.4755C21.4894%2022.3919%2020.3562%2023.4553%2018.9913%2024.6657L16.8912%2026.4813C16.4887%2026.8271%2016.025%2027%2015.5%2027C14.975%2027%2014.5112%2026.8271%2014.1087%2026.4813L12.0087%2024.6657C10.6437%2023.4553%209.51062%2022.3919%208.60938%2021.4755C7.70812%2020.5591%206.99062%2019.7161%206.45687%2018.9467C5.92312%2018.1772%205.54688%2017.4597%205.32812%2016.7939C5.10938%2016.1282%205%2015.4323%205%2014.7061C5%2013.0807%205.55125%2011.7233%206.65375%2010.634C7.75625%209.54467%209.13%209%2010.775%209C11.685%209%2012.5512%209.1902%2013.3737%209.57061C14.1962%209.95101%2014.905%2010.487%2015.5%2011.1787ZM23.9%2014.7061C23.9%2013.6686%2023.55%2012.804%2022.85%2012.1124C22.15%2011.4207%2021.275%2011.0749%2020.225%2011.0749C19.6125%2011.0749%2019.0219%2011.2089%2018.4531%2011.4769C17.8844%2011.745%2017.4075%2012.121%2017.0225%2012.6052C16.7775%2012.8991%2016.5281%2013.1239%2016.2744%2013.2795C16.0206%2013.4352%2015.7625%2013.513%2015.5%2013.513C15.2375%2013.513%2014.975%2013.4352%2014.7125%2013.2795C14.45%2013.1239%2014.1962%2012.8905%2013.9513%2012.5793C13.5662%2012.1124%2013.0938%2011.745%2012.5337%2011.4769C11.9737%2011.2089%2011.3875%2011.0749%2010.775%2011.0749C9.725%2011.0749%208.85%2011.4207%208.15%2012.1124C7.45%2012.804%207.1%2013.6686%207.1%2014.7061C7.1%2015.2939%207.2225%2015.8862%207.4675%2016.4827C7.7125%2017.0793%208.15%2017.7579%208.78%2018.5187C9.41%2019.2795%2010.2675%2020.17%2011.3525%2021.1902C12.4375%2022.2104%2013.82%2023.438%2015.5%2024.8732C17.18%2023.438%2018.5625%2022.2104%2019.6475%2021.1902C20.7325%2020.17%2021.59%2019.2795%2022.22%2018.5187C22.85%2017.7579%2023.2875%2017.0793%2023.5325%2016.4827C23.7775%2015.8862%2023.9%2015.2939%2023.9%2014.7061Z'%20fill='%230C265F'/%3e%3c/svg%3e");width:31px;height:36px;position:absolute;bottom:40px;right:92px}@keyframes game4-ending-targetBounce{0%{background-position:0 0}to{background-position:-156px 0}}.game-ending--5{background-image:url("data:image/svg+xml,%3csvg%20width='304'%20height='164'%20viewBox='0%200%20304%20164'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7121_75393)'%3e%3crect%20width='304'%20height='164'%20fill='%23564941'/%3e%3cpath%20d='M-3%20105L44%2082H100L307%20105V165H-3V105Z'%20fill='%23D0B38D'/%3e%3cpath%20d='M94%2043C94%2029.1929%2082.8071%2018%2069%2018C55.1929%2018%2044%2029.1929%2044%2043V82H94V43Z'%20fill='%23660000'/%3e%3cmask%20id='mask0_7121_75393'%20style='mask-type:alpha'%20maskUnits='userSpaceOnUse'%20x='44'%20y='18'%20width='50'%20height='64'%3e%3cpath%20d='M94%2043C94%2029.1929%2082.8071%2018%2069%2018C55.1929%2018%2044%2029.1929%2044%2043V82H94V43Z'%20fill='%23660000'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_7121_75393)'%3e%3cpath%20d='M43.957%2034L93.957%2082'%20stroke='%23890000'%20stroke-width='6'/%3e%3cpath%20d='M93.957%2034L43.957%2082'%20stroke='%23890000'%20stroke-width='6'/%3e%3c/g%3e%3cpath%20d='M72%2018C70.9865%2018%2069.9856%2018.0542%2069%2018.1592C83.0533%2019.6561%2094%2031.5495%2094%2046V82H100V46C100%2030.536%2087.464%2018%2072%2018Z'%20fill='%23201C1A'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_7121_75393'%3e%3crect%20width='304'%20height='164'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");overflow:visible}.game-ending--5 .frame{width:100%;height:100%;position:relative;overflow:hidden}.game-ending--5 .frame .target{width:52px;height:52px;position:absolute;top:52px;left:72px}.game-ending--5 .frame .target.run{animation:1.6s ease-in-out both game5-ending-targetRun}.game-ending--5 .frame .target:before{content:"";background-image:url(/assets/target_1-DBdgfVX3.svg);width:100%;height:100%;animation:.3s steps(2,end) infinite both game5-ending-targetBounce;display:block}.game-ending--5 .frame .target-face{background-image:url(/assets/target_2_face-DacYanx1.svg);width:100%;height:100%;position:absolute;top:100%;left:0}.game-ending--5 .frame .target-face.show{animation:.4s ease-in-out both game5-ending-targetFace}.game-ending--5 .target-hand{opacity:0;background-image:url(/assets/target_2_hand-BHGHxATR.svg);width:300px;height:64px;position:absolute;bottom:-24px;left:50%;transform:translate(-50%)}.game-ending--5 .target-hand.show{opacity:1}@keyframes game5-ending-targetRun{0%{width:52px;height:52px}to{width:200px;height:200px;transform:translate(120px)translateY(90px)}}@keyframes game5-ending-targetBounce{0%{background-position:0}to{background-position:200% 0}}@keyframes game5-ending-targetFace{0%{top:100%}to{top:0}}.terms-layout{flex-direction:column;height:100%;display:flex}.terms-layout header{text-align:center;border-bottom:1px solid var(--border-divider);background-color:#fff;padding:12px}.terms-layout main{flex:1;min-height:0}.terms-layout main [data-simplebar]{padding:80px 16px}.terms-layout .terms-container{max-width:840px;margin:0 auto;font-size:16px;line-height:24px}.terms-layout .terms-title{margin-bottom:40px;font-size:28px;font-weight:700;line-height:40px}.terms-layout .terms-section+.terms-section{margin-top:40px}.terms-layout .terms-section .section-heading{margin-bottom:16px;font-size:24px;line-height:36px}.terms-layout .section-body .blue-text{color:var(--blue-700)}.terms-layout .section-body ul li{padding-left:24px;position:relative}.terms-layout .section-body ul li:before{content:"";background-color:var(--text-general-default);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;left:10px}.terms-layout .subsection{flex-direction:column;gap:0;display:flex}.terms-layout .subsection+.subsection{margin-top:16px}.terms-layout .subsection .subsection-heading{font-weight:700}.terms-layout .terms-appendix{background-color:var(--surface-section);color:var(--text-general-subtle);border-radius:16px;margin-top:40px;padding:24px}.terms-layout .terms-appendix .appendix-title{margin-bottom:24px;font-size:18px;font-weight:700;line-height:24px}.terms-layout .terms-appendix .appendix-effective-date{margin-top:24px;font-weight:700}.terms-layout .info-table-scroll-wrap{overflow-x:auto}.terms-layout .info-table-wrap{border:1px solid var(--border-divider);border-radius:8px;width:840px;overflow:hidden}.terms-layout .info-table-wrap table{table-layout:fixed;width:100%;font-size:14px;line-height:20px}.terms-layout .info-table-wrap table thead tr{border-top:0}.terms-layout .info-table-wrap table th{background-color:var(--blue-50);color:var(--text-general-subtle);text-align:left;padding:8px 12px;font-weight:700}.terms-layout .info-table-wrap table th:not(:first-child){border-left:1px solid var(--border-divider)}.terms-layout .info-table-wrap table td{border-left:1px solid var(--border-divider);padding:8px 12px}.terms-layout .info-table-wrap table tr{border-top:1px solid var(--border-divider)}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
