:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{width:100%;height:100%;overflow:hidden}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;position:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100vw;min-height:100vh}.world-item-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:none;color:#f8fbff}.world-item-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none;opacity:0;transition:opacity .16s ease}.world-item-layer.is-visible .world-item-lines{opacity:1;transition-duration:.9s}.world-item-layer.is-visible .world-item-list-panel,.world-item-layer.is-visible .world-item-preview-panel{opacity:1;transform:translateZ(0) scale(1);transition:opacity 1.05s ease,transform 1.05s cubic-bezier(.19,1,.22,1)}.world-item-layer:not(.is-visible) .world-item-list-panel,.world-item-layer:not(.is-visible) .world-item-preview-panel{pointer-events:none}.world-item-line{fill:none;stroke:color-mix(in srgb,var(--world-title-color) 78%,white);stroke-width:1.5;stroke-linecap:round;filter:drop-shadow(0 0 7px rgba(64,210,255,.56))}.world-item-line-dot{fill:#fff;stroke:var(--world-title-color);stroke-width:1.5;filter:drop-shadow(0 0 7px rgba(64,210,255,.7))}.world-item-list-panel,.world-item-preview-panel{position:absolute;top:38vh;max-height:54vh;pointer-events:auto;background:#00000075;box-shadow:0 0 22px #0006;opacity:0;transform:translate3d(0,14px,0) scale(.985);transition:opacity .16s ease,transform .16s ease;will-change:opacity,transform}.world-item-list-panel,.world-item-preview-body{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--world-title-color) rgba(255,255,255,.12)}.world-item-list-panel{left:clamp(20px,4vw,64px);width:min(34vw,430px);padding:16px 32px 20px 20px;margin:-16px -32px -20px -20px;direction:rtl;border-radius:8px}.world-item-preview-panel{right:clamp(8px,2vw,30px);width:min(44vw,680px);border-radius:8px}.world-item-list-panel::-webkit-scrollbar,.world-item-preview-body::-webkit-scrollbar{width:8px}.world-item-list-panel::-webkit-scrollbar-track,.world-item-preview-body::-webkit-scrollbar-track{background:#ffffff1a;border-radius:999px}.world-item-list-panel::-webkit-scrollbar-thumb,.world-item-preview-body::-webkit-scrollbar-thumb{background:var(--world-title-color);border-radius:999px;box-shadow:0 0 10px var(--world-title-color)}.world-item-list{display:grid;gap:16px;padding:6px 0 10px;direction:ltr}.world-item-link{width:fit-content;max-width:100%;border:0;border-radius:0;padding:0 0 4px;background:transparent;color:#fff;-webkit-text-stroke:.75px var(--world-title-color);paint-order:stroke fill;font-size:clamp(1.16rem,1.65vw,1.72rem);font-weight:500;line-height:1.04;text-align:left;text-decoration:none;text-decoration-thickness:1.5px;text-underline-offset:6px;letter-spacing:0;cursor:pointer;text-transform:uppercase;text-shadow:none;-webkit-tap-highlight-color:transparent;outline:none;transition:color .18s ease,filter .18s ease}.world-item-link:hover{filter:brightness(1.25)}.world-item-link.active{color:#fff;filter:brightness(1.5);text-decoration:underline}.world-item-link:focus,.world-item-link:focus-visible,.world-item-link:active{background:transparent;border-color:transparent;outline:none}.world-item-preview{display:flex;flex-direction:column;max-height:inherit;padding:8px 2px 14px 20px;border-left:1px solid color-mix(in srgb,var(--world-title-color) 62%,transparent)}.world-item-preview-heading{flex:0 0 auto}.world-item-preview-body{flex:1 1 auto;min-height:0;padding:0 8px 12px 0}.world-item-kicker{margin:0 0 8px;color:#fff;-webkit-text-stroke:.35px var(--world-title-color);paint-order:stroke fill;text-shadow:none;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.world-item-preview h2{margin:0 0 10px;color:#fff;-webkit-text-stroke:.9px var(--world-title-color);paint-order:stroke fill;font-size:clamp(1.7rem,3vw,2.7rem);font-weight:500;line-height:1;text-shadow:none;letter-spacing:0}.world-item-preview p{margin:0;color:#fff;font-size:clamp(1rem,1.25vw,1.18rem);line-height:1.34;text-shadow:none}.world-item-preview .world-item-detail{margin-top:12px;color:#ffffffe6;font-size:clamp(.92rem,1.05vw,1.04rem);text-shadow:none}@media (max-width: 980px),(max-height: 560px){.world-item-kicker{display:none}.world-item-list-panel{top:auto;left:24px;bottom:6px;width:24.3vw;max-height:48vh;padding:12px 8px 14px 16px;margin:-12px -8px -14px -16px;direction:rtl}.world-item-preview-panel{top:auto;right:4px;bottom:4px;width:44.2vw;max-height:48vh}.world-item-list{gap:10px;direction:ltr;overflow-x:hidden}.world-item-link{font-size:clamp(.92rem,2.7vw,1.14rem);text-underline-offset:4px}.world-item-preview{padding:8px 2px 8px 14px}.world-item-preview-body{padding:0 2px 6px 0}.world-item-preview h2{margin-bottom:6px;font-size:clamp(1.02rem,3.1vw,1.34rem);line-height:.94}.world-item-preview p{font-size:clamp(.82rem,2.4vw,.96rem);line-height:1.3}}@media (orientation: portrait) and (max-width: 980px){.world-item-list-panel{top:17vh;left:45vw;right:auto;bottom:auto;width:48vw;max-height:15vh;padding:12px 22px 14px 16px;margin:-12px -22px -14px -16px;direction:ltr;overflow-x:hidden}.world-item-list{width:calc(100% + 18px);max-width:calc(100% + 18px)}.world-item-link{width:100%;max-width:none;white-space:normal;overflow-wrap:anywhere}.world-item-preview-panel{top:65vh;right:16px;bottom:auto;width:calc(100vw - 32px);max-height:25vh}.world-item-preview{padding:14px 8px 12px 0;border-left:0;border-top:1px solid color-mix(in srgb,var(--world-title-color) 62%,transparent)}.world-item-preview-body{padding:0 8px 30px 0}}
