.site-drawer-head{border-bottom:1px solid var(--site-line);align-items:center;gap:8px;min-height:64px;padding:10px 10px 10px 16px;display:flex}.site-drawer-logo{flex:1;align-items:center;min-width:0;display:flex}.site-drawer-logo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:40px}.site-drawer-logo span{color:var(--site-text);font-size:18px;font-weight:700}.site-drawer-close{width:44px;height:44px;color:var(--site-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;flex-shrink:0;place-items:center;display:grid}.site-drawer-close:hover{background:var(--site-soft);color:var(--site-text)}.site-drawer-search{border:1px solid var(--site-line);background:var(--site-soft);min-height:44px;color:var(--site-muted);border-radius:12px;align-items:center;gap:8px;margin:12px 12px 0;padding:0 12px;display:flex}.site-drawer-search:focus-within{border-color:var(--site-accent)}.site-drawer-search input{min-width:0;height:42px;color:var(--site-text);background:0 0;border:0;outline:none;flex:1;font-size:14px}.site-drawer-search input::placeholder{color:var(--site-muted)}.site-sidebar .site-drawer-search input:focus-visible{outline:none}.site-drawer-body{overscroll-behavior:contain;flex:1;min-height:0;padding:8px 10px 24px;overflow-y:auto}.site-drawer-section{padding-top:10px}.site-drawer-section+.site-drawer-section{border-top:1px solid var(--site-line);margin-top:10px}.site-drawer-heading{color:var(--site-muted);letter-spacing:.06em;text-transform:uppercase;margin:2px 8px 6px;font-size:12px;font-weight:700}.site-drawer-list{gap:2px;margin:0;padding:0;list-style:none;display:grid}.site-drawer-link{width:100%;min-height:44px;color:var(--site-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:6px 8px;font-size:14px;font-weight:500;line-height:1.3;display:flex}.site-drawer-link:hover{background:var(--site-soft)}.site-drawer-link[aria-current=page]{background:var(--site-soft);color:var(--site-accent-hover);font-weight:700}.site-drawer-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.site-drawer-icon{flex:none;place-items:center;width:28px;height:28px;display:grid}.site-drawer-icon img{object-fit:contain;width:100%;height:100%}.site-drawer-mygames{font-weight:700}.site-drawer-mygames>svg{color:var(--site-muted);flex-shrink:0}.site-drawer-count{background:var(--site-accent);min-width:22px;color:var(--site-on-accent);text-align:center;font-variant-numeric:tabular-nums;border-radius:999px;padding:0 7px;font-size:11px;font-weight:700;line-height:20px}.site-drawer-channels{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;padding:0 2px;list-style:none;display:grid}.site-drawer-tile{border:1px solid var(--site-line);height:100%;min-height:76px;color:var(--site-text);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 4px 8px;font-size:12px;font-weight:600;line-height:1.2;display:flex}.site-drawer-tile:hover{border-color:var(--site-accent);background:var(--site-soft)}.site-drawer-tile[aria-current=page]{border-color:var(--site-accent);background:var(--site-soft);color:var(--site-accent-hover)}.site-drawer-tile .site-drawer-icon{width:32px;height:32px}.site-drawer-tile .site-drawer-label{flex:none;width:100%}.site-drawer-more{min-height:44px;color:var(--site-accent-hover);border-radius:10px;justify-content:space-between;align-items:center;margin-top:4px;padding:6px 8px;font-size:13px;font-weight:700;display:flex}.site-drawer-more:hover{background:var(--site-soft);color:var(--site-accent)}.site-drawer-empty{color:var(--site-muted);text-align:center;padding:32px 12px;font-size:14px}.site-sidebar :is(a,button):focus-visible{outline:2px solid var(--site-accent-hover);outline-offset:2px}
:root{--avatar-lift:0px;--avatar-dur:.3s;--avatar-scale:1.05;--avatar-falloff:.45;--avatar-ease-in:cubic-bezier(.4, 0, .2, 1);--avatar-ease-out:cubic-bezier(.4, 0, .2, 1)}.t-avatar{transform-origin:50%;transform:translateY(var(--shift,0px)) scale(var(--scale-active,1));transition:transform var(--avatar-dur) var(--avatar-ease-in)}.world-header{--world-gutter:clamp(12px, 2vw, 32px);--world-scene-height:179px;--world-nav-overlap:35px;--world-gold:#ffd271;z-index:50;padding:0 var(--world-gutter);color:#16223a;position:relative}.world-header-background{height:var(--world-scene-height);background:#8bd4f7;position:absolute;inset:0 0 auto;overflow:hidden}.world-header-background img{object-fit:cover;object-position:center 35%}.world-header-top{max-width:calc(1520px - 2 * var(--world-gutter));height:var(--world-scene-height);margin-inline:auto;position:relative}.world-artwork{height:100%;position:relative}.world-brand{top:calc((100% - var(--world-nav-overlap)) / 2 - 20px);text-align:center;z-index:1;width:min(504px,100vw - 448px);position:absolute;left:50%;transform:translate(-50%,-50%)}.world-logo{color:#172536;font-size:30px;font-weight:800;display:block}.world-logo img{filter:drop-shadow(0 8px 5px #00000014);width:100%;height:auto;display:block}.world-tagline{left:50%;bottom:calc(var(--world-nav-overlap) + 23.2px);color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 3px #00000080;background:linear-gradient(90deg,#0000,#00000059 15%,#0006 50%,#00000059 85%,#0000);border-radius:999px;width:max-content;max-width:min(448px,62vw);margin:0;padding:4.8px 24px;font-size:15px;font-weight:700;line-height:1.18;position:absolute;overflow:hidden;transform:translate(-50%)}.world-mascots{transform-origin:bottom;width:208px;display:block;position:absolute;bottom:3px;left:-22px}.world-mascots img{width:100%;height:auto;display:block}.world-language-position{height:calc(100% - var(--world-nav-overlap));z-index:80;align-items:center;display:flex;position:absolute;top:0;right:0}.world-language{--language-width:64px;--language-menu-width:124px;line-height:1;display:inline-flex;position:relative}.world-language-trigger{width:var(--language-width);color:#fff;cursor:pointer;background:#3b83f7;border:0;border-bottom:4px solid #004db2;border-radius:12px;justify-content:space-between;align-items:center;gap:4px;height:40px;padding:4px 7px;transition:width .18s,background-color .18s,border-color .18s;display:inline-flex}.world-language img{object-fit:cover;filter:drop-shadow(0 1px 1px #00000038);flex:0 0 24px;width:24px;height:18px;display:block}.world-language-trigger svg{stroke-width:2.5px;width:14px;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.world-language[data-open=true] .world-language-trigger{width:var(--language-menu-width);box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #00000080}.world-language[data-open=true] .world-language-trigger svg{transform:rotate(180deg)}.world-language-options{width:var(--language-menu-width);background:#f2f7ff;border-radius:12px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 5.6px);right:0;overflow:hidden;box-shadow:0 21.6px 36px -20px #08325557,0 8.8px 17.6px -11.2px #67410c47}.world-language-option{color:#16223a;text-align:left;cursor:pointer;background:#c7e8fe;border:0;align-items:center;gap:4px;width:100%;padding:7px 8px;font-size:13px;font-weight:700;line-height:16px;display:flex;box-shadow:0 1px #e6f2ffb8}.world-language-option:hover,.world-language-option[data-focused=true]{background:#b2e2fd}.world-language-option[aria-selected=true]{color:#fff;background:#3b83f7}.world-language-option[data-focused=true]:not([aria-selected=true]){box-shadow:inset 0 0 0 2px #3b83f7}.world-nav-shell{max-width:calc(1520px - 2 * var(--world-gutter));margin:calc(-1 * var(--world-nav-overlap)) auto 0;background:var(--world-gold);border-bottom:3px solid #f3932b;border-radius:16px;grid-template-columns:minmax(0,1fr) 203px;align-items:center;gap:8px;height:70px;padding:0 16px;display:grid;position:relative;box-shadow:inset 0 1.5px #fffbea,0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a,0 1px #fec359}.world-nav-controls{align-items:center;min-width:0;height:100%;display:flex}.world-navigation{flex:1;align-items:center;min-width:0;height:100%;display:flex}.world-nav-item,.world-menu-more{color:#16223a;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;min-width:0;height:61px;margin-top:1px;padding:2px 8px 8px;font-size:14px;font-weight:700;line-height:1;display:flex}.world-nav-item{white-space:nowrap;border-radius:8px;flex:auto;position:relative}.world-nav-shell:has(.site-sidebar:not([inert]),.site-favorites){z-index:100}.world-nav-item:after{content:"";background:#c4870545;width:1px;position:absolute;top:12px;bottom:12px;right:0;box-shadow:1px 0 #fffbea66}.world-nav-item img{object-fit:contain;flex-shrink:0;width:44px;height:44px;padding:2.5px;transition:transform .2s;display:block}.world-nav-item:hover img,.world-nav-item[aria-current=page] img{transform:scale(1.1)}.world-nav-item:hover,.world-menu-more:hover,.world-nav-item[aria-current=page]{background:#fec359}.world-nav-label-short{display:none}.world-menu-more{cursor:pointer;color:#3d3400;border-radius:8px;flex:0 0 65px}.world-more-dots{width:34px;height:44px}.world-menu-more>span{align-items:center;gap:2px;display:flex}.world-more-chevron{width:12px;height:12px}.world-search-row,.world-search{min-width:0}.world-search{height:44px;box-shadow:inset 0 0 0 1px var(--world-gold), 0 2px 4px #ec990980, 0 2px 4px -2px #c48705;background:#fefefe;border-radius:12px;padding:4px;position:relative}.world-search input{color:#374151;background:0 0;border:0;border-radius:8px;width:100%;min-width:0;height:36px;padding:0 38px 0 10px;font-size:15px;font-weight:700;display:block}.world-search input::placeholder{color:#8f8f8f}.world-search button{color:#fff;cursor:pointer;background:radial-gradient(circle at 10% 12%,#6ea62a 0 10%,#0000 50%),radial-gradient(circle at 90% 12%,#6ea62a 0 10%,#0000 50%),linear-gradient(#a2c74e,#6ea62a 42%,#58951d 78%,#2a7201);border-radius:10px;place-items:center;width:34px;height:34px;display:grid;position:absolute;top:5px;right:5px;box-shadow:inset 1px 1.5px 1px #a2c74e,inset 0 -3px 6px #2b7101}.world-search button:hover{filter:brightness(1.06)}.world-search button svg{stroke-width:2.5px;width:18.4px;height:18.4px}.world-header :is(a,button,input):focus-visible{outline-offset:3px;outline:2px solid #175fc7}.world-header-simple{--world-scene-height:150px}.portal-featured-heading{margin:0 0 18px}.portal-featured-heading h1{letter-spacing:-.025em;font-size:clamp(23px,2.5vw,32px);font-weight:800;line-height:1.2}.portal-featured-heading p{color:var(--site-muted);margin-top:7px;font-size:13px;line-height:1.5}@media (max-width:1279px){.world-brand{width:min(464px,100vw - 400px)}.world-nav-item:nth-child(n+8){display:none}}@media (max-width:1199px){.world-nav-item:nth-child(n+7){display:none}}@media (max-width:1023px){.world-header{--world-scene-height:clamp(170px, 17vw, 187px)}.world-brand{width:min(424px,100vw - 384px)}.world-mascots{width:180px}.world-language{--language-width:56px}.world-nav-shell{height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr);gap:12px;padding:0}.world-nav-controls{background:var(--world-gold);border-bottom:3px solid #f3932b;border-radius:16px;height:70px;padding:0 16px;box-shadow:inset 0 1.5px #fffbea,0 10px 15px -3px #0000001a,0 1px #fec359}.world-search{border:3px solid var(--world-gold);height:48px;padding:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.world-search input{height:100%;padding:0 14px 0 44px;font-size:16px;font-weight:600}.world-search button{color:#8f8f8f;width:34px;height:100%;box-shadow:none;background:0 0;top:0;left:6px;right:auto}}@media (max-width:767px){.world-header{--world-scene-height:clamp(146px, 29.5vw, 166px);--world-nav-overlap:33px}.world-brand{width:min(352px,60vw)}.world-mascots{width:min(29vw,160px);left:-12px}.world-tagline{bottom:calc(var(--world-nav-overlap) + 29.6px);letter-spacing:.04em;max-width:62vw;padding:4px 16px;font-size:11px}.world-language{--language-menu-width:clamp(104px, 22vw, 120px)}.world-language-trigger{border-bottom-width:3px}.world-nav-shell{gap:10px}.world-nav-controls{height:66px;padding:0 10px}.world-nav-item,.world-menu-more{height:54px;padding:2px 4px 6px;font-size:13px}.world-nav-item img{width:38.4px;height:38.4px;padding:1.6px}.world-nav-item:nth-child(n+6),.world-nav-label-full{display:none}.world-nav-label-short{display:inline}.world-more-dots{width:30px;height:38.4px}.world-menu-more{flex-basis:53px}.world-search{height:40px}}@media (min-width:640px) and (max-width:767px){.world-header{--world-scene-height:clamp(160px, 24vw, 179px)}.world-brand{width:min(416px,55vw)}}@media (max-width:479px){.world-brand{width:clamp(204px,62vw,280px)}.world-tagline{bottom:calc(var(--world-nav-overlap) + 36px);padding:2.4px 10px}.world-mascots{width:118px}.world-language{--language-menu-width:clamp(96px, 23vw, 112px)}.world-nav-shell{gap:8px}.world-nav-controls{border-radius:12px;padding:0 8px}.world-nav-item,.world-menu-more{height:52px;padding:2px 3px 6px}.world-nav-item img{width:34px;height:34px}.world-more-dots{height:34px}}@media (max-width:380px){.world-header{--world-nav-overlap:32px}.world-nav-controls{height:64px}.world-nav-item:nth-child(n+5){display:none}}@media (max-width:359px){.world-header{--world-scene-height:clamp(130px, 40vw, 140px)}.world-brand{width:clamp(192px,64vw,212px);top:clamp(12.8px,4.8vw,16px);left:0;transform:none}.world-tagline{display:none}.world-mascots{width:105px}}@media (prefers-reduced-motion:reduce){.world-header .t-avatar,.world-nav-item img{transition:none;transform:none}.world-language-trigger,.world-language-trigger svg{transition:none}}.world-nav-shell{grid-template-columns:minmax(0,1fr) 255px}.world-search-row{align-items:center;gap:8px;display:flex}.world-search-row .world-search{flex:1}.world-mygames{width:44px;height:44px;box-shadow:inset 0 0 0 1px var(--world-gold), 0 2px 4px #ec990980, 0 2px 4px -2px #c48705;cursor:pointer;background:#fefefe;border-radius:12px;flex:0 0 44px;place-items:center;display:grid;position:relative}.world-mygames img{width:26px;height:26px;transition:transform .2s;display:block}.world-mygames:hover img{transform:scale(1.12)}.world-mygames-count{color:#fff;text-align:center;background:#e8245e;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:800;line-height:18px;position:absolute;top:-5px;right:-5px;box-shadow:0 0 0 2px #fefefe}@media (max-width:1023px){.world-nav-shell{grid-template-columns:minmax(0,1fr)}.world-mygames{border:3px solid var(--world-gold);flex-basis:48px;width:48px;height:48px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}}@media (max-width:767px){.world-mygames{flex-basis:40px;width:40px;height:40px}.world-mygames img{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.world-mygames img{transition:none}}.world-header-no-sidebar .world-navigation{justify-content:flex-start;overflow-x:auto}.world-header-no-sidebar .world-navigation .world-nav-item{flex-shrink:0;min-width:64px;display:flex}
