:root{color:#243f35;font-synthesis:none;text-rendering:optimizelegibility;background:#91ad65;font-family:Inter,ui-rounded,SF Pro Rounded,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}body{background:#91ad65}button,canvas{-webkit-tap-highlight-color:transparent}.app-shell{isolation:isolate;width:100%;height:100%;min-height:520px;position:relative}.forest-canvas{cursor:crosshair;touch-action:none;outline:none;width:100%;height:100%;display:block;position:absolute;inset:0}.vignette{z-index:1;pointer-events:none;background:linear-gradient(#2e4b300d,#0000 24%),radial-gradient(circle,#0000 58%,#2f4c2a17 120%);position:absolute;inset:0}.world-finder{z-index:2;color:#243f35;background:radial-gradient(circle at 22% 18%,#60462804 0 .6px,#0000 .8px) 0 0/7px 7px,#f4e9d2eb;border:1px solid #365c4547;border-radius:16px;width:176px;height:108px;padding:12px;transition:width .15s ease-out,height .15s ease-out,background-color .15s ease-out;position:absolute;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 30px #4c41272e}.world-finder--open{width:min(296px,100vw - 48px);height:min(318px,100vh - 48px);transition-duration:.18s}.minimap{color:#243f35;cursor:pointer;width:100%;height:82px;font:inherit;text-align:left;background:0 0;border:0;grid-template-rows:20px 1fr;gap:8px;padding:0;transition:height .15s ease-out;display:grid}.world-finder--open .minimap{height:104px;transition-duration:.18s}.minimap:focus-visible{outline-offset:2px;border-radius:5px;outline:2px solid #3d9d9b}.minimap__status{font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:4px;min-width:0;font-size:12px;line-height:20px;display:flex}.minimap__status strong{font-weight:650}.minimap__status-expanded,.world-finder--open .minimap__status-collapsed{display:none}.world-finder--open .minimap__status-expanded{display:inline}.connection-dot{background:#9e9d91;border-radius:50%;flex:none;width:6px;height:6px}.connection-dot--idle,.connection-dot--connecting{background:#c18b55}.connection-dot--connected{background:#3aa6a2}.connection-dot--error{background:#8f9189}.minimap__chevron{border-top:1.5px solid #365c45;border-left:1.5px solid #365c45;width:8px;height:8px;margin-left:auto;display:none;transform:translateY(2px)rotate(45deg)}.world-finder--open .minimap__chevron{display:block}.minimap__terrain{background:linear-gradient(142deg,#0000 0 38%,#859f500f 39% 58%,#0000 59%),#e7dbb547;border-top:1px solid #365c4533;width:100%;display:block;position:relative;overflow:hidden}.world-finder--open .minimap__terrain{justify-self:center;width:260px;height:76px}.minimap__bush,.minimap__player,.minimap__other{display:block;position:absolute}.minimap__bush{background:#789548;border-radius:48% 52% 45% 55%;width:8px;height:7px;transform:rotate(24deg);box-shadow:3px 1px 0 -1px #91a85a}.minimap__bush--one{top:12px;left:18%}.minimap__bush--two{top:9px;right:20%;transform:rotate(-14deg)}.minimap__bush--three{bottom:8px;right:27%;transform:rotate(38deg)}.minimap__bush--four{bottom:7px;left:36%;transform:rotate(-28deg)}.minimap__player{filter:drop-shadow(0 1px 1px #30472c33);background:#f4e9d2;border:1.5px solid #365c45;border-radius:2px 8px;width:13px;height:17px;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-38deg)skew(-5deg,-5deg)}.minimap__other{background:#bc674b;border:1px solid #f4e9d2;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 1px #365c45b8}.minimap__other--one{top:54%;left:10%}.minimap__other--two{background:#39a19e;top:64%;right:8%}.world-finder__content{opacity:0;pointer-events:none;min-width:0;height:0;transition:opacity .15s ease-out;overflow:hidden}.world-finder--open .world-finder__content{opacity:1;pointer-events:auto;height:176px;transition-duration:.18s}.world-finder__label{color:#243f35b8;letter-spacing:.12em;text-transform:uppercase;margin-top:12px;font-size:10px;font-weight:650;line-height:12px}.world-finder__current{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:8px;min-height:32px;margin-top:4px;padding:4px 0 4px 12px;display:grid;position:relative}.world-finder__current:before{content:"";background:#6f9a50;border-radius:2px;width:2px;position:absolute;top:4px;bottom:4px;left:0}.world-finder__current strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:560;overflow:hidden}.world-finder__current small{color:#243f35c2;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}.world-finder__label--public{border-bottom:1px solid #365c452e;margin-top:8px;padding-bottom:4px}.world-finder__list{min-width:0;display:grid}.world-finder__list button{color:#243f35;cursor:pointer;width:100%;min-height:42px;font:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #365c4529;grid-template-columns:minmax(0,1fr) auto 64px;align-items:center;gap:8px;padding:0 0 0 8px;font-size:12px;display:grid}.world-finder__list button:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #3d9d9b}.world-finder__list button:disabled{cursor:default;opacity:.6}.world-finder__world-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:520;overflow:hidden}.world-finder__occupancy{color:#243f35c2;font-variant-numeric:tabular-nums;white-space:nowrap}.world-finder__join{text-align:center;border-radius:18px;justify-self:end;min-width:64px;padding:4px 8px;font-weight:560;transition:background-color .1s ease-out}.world-finder__list button:hover:not(:disabled) .world-finder__join,.world-finder__list button:focus-visible .world-finder__join{background:#d5dfb7}.world-finder__list p{color:#243f35b8;margin:12px 8px;font-size:12px}@media (width<=640px){.app-shell{min-height:430px}.world-finder{bottom:12px;right:12px}.world-finder--open{width:min(296px,100vw - 24px);height:min(318px,100vh - 24px)}}@media (prefers-reduced-motion:reduce){.world-finder,.minimap{transition-property:opacity}}
