.opc-world-section-shell {
  overflow: clip;
  background: #fff;
  scroll-margin-top: 64px;
}

.opc-world-section-shell .tcwf-section__header {
  margin-bottom: 24px;
}

.opc-world-section-shell .tcwf-section__description {
  max-width: 760px;
}

.opc-pixel-world {
  --ow-blue: #0052d9;
  --ow-blue-hover: #2670e8;
  --ow-blue-soft: #edf5ff;
  --ow-ink: #1f2329;
  --ow-ink-2: #4e5969;
  --ow-ink-3: #86909c;
  --ow-line: #dfe3e8;
  --ow-line-soft: #edf0f3;
  --ow-surface: #fff;
  --ow-success: #00a870;
  --ow-warning: #e37318;
  --ow-shadow: 0 6px 20px rgb(31 35 41 / 9%);
  position: relative;
  color: var(--ow-ink);
  font-family: "PingFang SC", "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.opc-pixel-world *,
.opc-pixel-world *::before,
.opc-pixel-world *::after {
  box-sizing: border-box;
}

.opc-pixel-world [hidden] {
  display: none !important;
}

.opc-pixel-world .tcwf-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.opc-pixel-world button,
.opc-pixel-world input,
.opc-pixel-world textarea,
.opc-pixel-world select {
  font: inherit;
}

.opc-pixel-world button:focus-visible,
.opc-pixel-world input:focus-visible,
.opc-pixel-world textarea:focus-visible,
.opc-pixel-world select:focus-visible,
.opc-pixel-world canvas:focus-visible {
  outline: 3px solid #00a4ff;
  outline-offset: 2px;
}

.opc-pixel-world .world-toolbar {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 14px;
  background: var(--ow-surface);
  border: 1px solid var(--ow-line);
  box-shadow: 0 2px 10px rgb(31 35 41 / 5%);
}

.opc-pixel-world .world-toolbar__identity {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.opc-pixel-world .world-toolbar__identity h3 {
  margin: 2px 0 0;
  color: #17233d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.opc-pixel-world .world-toolbar__eyebrow {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #087653;
  font-size: 11px;
  white-space: nowrap;
}

.opc-pixel-world .world-toolbar__eyebrow #activitySummary {
  color: var(--ow-ink-3);
}

.opc-pixel-world .world-toolbar__live-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--ow-success);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgb(0 168 112 / 12%);
}

.opc-pixel-world .world-toolbar__hint {
  margin: 0;
  padding-left: 16px;
  color: var(--ow-ink-3);
  border-left: 1px solid var(--ow-line-soft);
  font-size: 12px;
  line-height: 1.6;
}

.opc-pixel-world .world-toolbar__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  white-space: nowrap;
}

.opc-pixel-world .world-toolbar__actions button,
.opc-pixel-world .world-toolbar__actions output {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: var(--ow-ink-2);
  background: #fff;
  border: 1px solid var(--ow-line);
  border-right-width: 0;
  font-size: 12px;
}

.opc-pixel-world .world-toolbar__actions button {
  cursor: pointer;
}

.opc-pixel-world .world-toolbar__actions button:hover {
  position: relative;
  z-index: 1;
  color: var(--ow-blue);
  background: #f5f9ff;
  border-color: #8bb7f5;
}

.opc-pixel-world .world-toolbar__actions output {
  min-width: 50px;
  color: var(--ow-ink-3);
  background: #fbfcfe;
}

.opc-pixel-world .world-toolbar__actions button:last-child {
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
  border-right-width: 1px;
}

.opc-pixel-world .world-toolbar__actions button:last-child:hover {
  color: #fff;
  background: var(--ow-blue-hover);
}

.opc-pixel-world .world-toolbar__actions #worldSoundToggle[aria-pressed="true"] {
  position: relative;
  z-index: 1;
  color: #087653;
  background: #e8f8f2;
  border-color: #74cbb0;
}

.opc-pixel-world .world-director {
  position: relative;
  display: inline-flex;
  min-height: 44px;
}

.opc-pixel-world .world-director__menu {
  position: absolute;
  z-index: 12;
  top: calc(100% + 6px);
  right: 0;
  width: 216px;
  padding: 4px;
  background: #fff;
  border: 1px solid var(--ow-line);
  box-shadow: var(--ow-shadow);
}

.opc-pixel-world .world-director__menu button:nth-child(-n + 2) {
  color: #17233d;
  font-weight: 600;
}

.opc-pixel-world .world-director__menu button:nth-child(2) {
  margin-bottom: 4px;
  color: #995300;
  background: #fff8ec;
  border-bottom: 1px solid #e5e8ed;
}

.opc-pixel-world .world-director__menu button,
.opc-pixel-world .world-toolbar__actions .world-director__menu button:last-child {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  justify-content: flex-start;
  padding: 0 12px;
  color: var(--ow-ink-2);
  background: #fff;
  border: 0;
}

.opc-pixel-world .world-director__menu button:hover,
.opc-pixel-world .world-toolbar__actions .world-director__menu button:last-child:hover {
  color: var(--ow-blue);
  background: #f5f9ff;
}

.opc-pixel-world .world-filterbar {
  display: grid;
  gap: 8px;
  margin: 10px 0 12px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--ow-line);
}

.opc-pixel-world .world-filterbar__group {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}

.opc-pixel-world .world-filterbar__group + .world-filterbar__group {
  padding-top: 8px;
  border-top: 1px solid var(--ow-line-soft);
}

.opc-pixel-world .world-filterbar__label {
  color: var(--ow-ink-3);
  font-size: 12px;
}

.opc-pixel-world .world-filterbar__options {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.opc-pixel-world .world-filterbar__options::-webkit-scrollbar {
  display: none;
}

.opc-pixel-world .world-filterbar__options button {
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 12px;
  color: var(--ow-ink-2);
  background: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
}

.opc-pixel-world .world-guidance {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.opc-pixel-world .world-guidance:not(:has(> :not([hidden]))) {
  display: none;
}

.opc-pixel-world .world-tour,
.opc-pixel-world .world-discovery,
.opc-pixel-world .world-ending {
  position: relative;
  display: grid;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #b9d3f8;
  border-left: 3px solid var(--ow-blue);
  box-shadow: 0 3px 12px rgb(31 35 41 / 7%);
}

.opc-pixel-world .world-tour {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

.opc-pixel-world[data-director-route="quick"] .world-tour {
  border-color: #f0cb98;
  border-left-color: #d17b16;
}

.opc-pixel-world[data-director-route="quick"] .world-tour__marker {
  background: #b9670d;
}

.opc-pixel-world[data-director-route="quick"] .world-tour__eyebrow {
  color: #995300;
}

.opc-pixel-world .world-tour__marker {
  display: grid;
  width: 48px;
  height: 48px;
  place-content: center;
  grid-auto-flow: column;
  align-items: baseline;
  color: #fff;
  background: var(--ow-blue);
}

.opc-pixel-world .world-tour__marker span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.opc-pixel-world .world-tour__marker small {
  margin-left: 2px;
  font-size: 11px;
}

.opc-pixel-world .world-tour__eyebrow,
.opc-pixel-world .world-discovery span,
.opc-pixel-world .world-ending span {
  display: block;
  margin-bottom: 3px;
  color: var(--ow-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
}

.opc-pixel-world .world-tour h4,
.opc-pixel-world .world-discovery h4,
.opc-pixel-world .world-ending h4 {
  margin: 0;
  color: #17233d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.opc-pixel-world .world-tour p,
.opc-pixel-world .world-discovery p,
.opc-pixel-world .world-ending p {
  margin: 3px 0 0;
  color: var(--ow-ink-2);
  font-size: 13px;
  line-height: 1.6;
}

.opc-pixel-world .world-tour__actions,
.opc-pixel-world .world-ending__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.opc-pixel-world .world-tour__actions button,
.opc-pixel-world .world-discovery > button,
.opc-pixel-world .world-ending__actions button {
  min-height: 44px;
  padding: 0 14px;
  cursor: pointer;
  color: var(--ow-blue);
  background: #fff;
  border: 1px solid #8bb7f5;
}

.opc-pixel-world .world-tour__actions button:first-child,
.opc-pixel-world .world-ending__actions button:first-child {
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
}

.opc-pixel-world .world-tour__actions button:hover,
.opc-pixel-world .world-discovery > button:hover,
.opc-pixel-world .world-ending__actions button:hover {
  border-color: var(--ow-blue);
}

.opc-pixel-world button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.opc-pixel-world .world-discovery {
  grid-template-columns: minmax(0, 1fr) auto;
  background: #f2fbf7;
  border-color: #a7dbc8;
  border-left-color: var(--ow-success);
}

.opc-pixel-world .world-discovery span {
  color: #087653;
}

.opc-pixel-world .world-ending {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  background: #fffaf0;
  border-color: #edc97e;
  border-left-color: var(--ow-warning);
}

.opc-pixel-world .world-ending__signal {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  background: var(--ow-warning);
  font-size: 28px;
  font-weight: 300;
}

.opc-pixel-world .world-ending span {
  color: #9a5a10;
}

.opc-pixel-world[data-world-theme="evening"] .world-toolbar,
.opc-pixel-world[data-world-theme="evening"] .world-filterbar,
.opc-pixel-world[data-world-theme="evening"] .world-tour {
  background: #f5f8fe;
}

.opc-pixel-world[data-tour-step="letters"] .community-feed-panel,
.opc-pixel-world[data-tour-step="enter"] .feed-card.is-selected,
.opc-pixel-world[data-tour-step="interact"] .world-stage,
.opc-pixel-world[data-tour-step="return"] #backToDistrictButton,
.opc-pixel-world[data-tour-step="vacancy"] .world-stage {
  outline: 3px solid #f0a020;
  outline-offset: 2px;
}

.opc-pixel-world .feed-card.is-hovered {
  position: relative;
  z-index: 1;
  border-color: #f0a020;
  box-shadow: 0 0 0 2px rgb(240 160 32 / 18%);
}

.opc-pixel-world .world-filterbar__options button:hover,
.opc-pixel-world .world-filterbar__options button.is-active,
.opc-pixel-world .world-filterbar__options button[aria-pressed="true"] {
  color: var(--ow-blue);
  background: var(--ow-blue-soft);
  border-color: #9abff4;
}

.opc-pixel-world .world-workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  height: 720px;
  min-width: 0;
  align-items: stretch;
  gap: 12px;
}

.opc-pixel-world .world-stage,
.opc-pixel-world .post-panel {
  min-width: 0;
  background: var(--ow-surface);
  border: 1px solid var(--ow-line);
  box-shadow: var(--ow-shadow);
}

.opc-pixel-world .world-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #163754;
  isolation: isolate;
}

.opc-pixel-world #community-world-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  touch-action: manipulation;
}

.opc-pixel-world .world-stage__scene {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  display: grid;
  min-width: 190px;
  gap: 2px;
  padding: 9px 11px;
  color: #fff;
  background: rgb(12 39 62 / 92%);
  border-left: 3px solid #4aa7ff;
  box-shadow: 0 5px 18px rgb(4 21 35 / 24%);
}

.opc-pixel-world .world-stage__scene > span {
  color: #a8c6dd;
  font-size: 10px;
  letter-spacing: .08em;
}

.opc-pixel-world .world-stage__scene > strong {
  font-size: 13px;
  font-weight: 600;
}

.opc-pixel-world .world-stage__scene button {
  min-height: 44px;
  margin-top: 6px;
  color: #fff;
  background: #0052d9;
  border: 1px solid #4a8bf0;
  cursor: pointer;
  font-size: 12px;
}

.opc-pixel-world .world-stage__instruction {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  color: #dceaf5;
  background: rgb(13 42 65 / 86%);
  border: 1px solid rgb(255 255 255 / 16%);
  font-size: 11px;
  pointer-events: none;
}

.opc-pixel-world .world-stage__instruction-divider {
  width: 1px;
  height: 13px;
  background: rgb(255 255 255 / 35%);
}

.opc-pixel-world .world-stage__pan {
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
}

.opc-pixel-world .world-stage__pan button {
  position: absolute;
  top: 50%;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  color: #fff;
  background: rgb(10 41 66 / 88%);
  border: 1px solid rgb(255 255 255 / 32%);
  box-shadow: 0 8px 24px rgb(6 24 38 / 22%);
  cursor: pointer;
  font-size: 11px;
  pointer-events: auto;
  transform: translateY(-50%);
}

.opc-pixel-world .world-stage__pan button:first-of-type { left: 10px; }
.opc-pixel-world .world-stage__pan button:last-of-type { right: 10px; }

.opc-pixel-world .world-stage__pan button:hover {
  background: #0052d9;
  border-color: #78aaff;
}

.opc-pixel-world .world-stage__pan button:disabled {
  opacity: .34;
  cursor: not-allowed;
}

.opc-pixel-world .world-stage__pan-arrow {
  filter: brightness(0) invert(1);
}

.opc-pixel-world .world-stage__pan-arrow--left {
  transform: rotate(180deg);
}

.opc-pixel-world .world-stage__pan output {
  position: absolute;
  bottom: 14px;
  left: 50%;
  min-width: 88px;
  padding: 7px 10px;
  color: #dceaf5;
  text-align: center;
  background: rgb(12 39 62 / 88%);
  border: 1px solid rgb(255 255 255 / 18%);
  font-size: 11px;
  transform: translateX(-50%);
}

.opc-pixel-world .world-stage__legend {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  color: #e9f4fc;
  background: rgb(12 39 62 / 88%);
  border: 1px solid rgb(255 255 255 / 16%);
  font-size: 11px;
  pointer-events: none;
}

.opc-pixel-world .world-stage__legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}

.opc-pixel-world .legend-dot {
  width: 7px;
  height: 7px;
  background: #8da4b8;
  border-radius: 1px;
}

.opc-pixel-world .legend-dot--park { background: #2f71ff; }
.opc-pixel-world .legend-dot--post { background: #fff; border: 1px solid #e37318; }
.opc-pixel-world .legend-dot--mailbox { background: #e37318; }
.opc-pixel-world .legend-dot--you { background: #ff4d6a; border-radius: 50%; }

.opc-pixel-world .post-panel {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.opc-pixel-world .community-feed-panel {
  background: #f4f6f8;
}

.opc-pixel-world .community-feed__header {
  display: grid;
  flex: 0 0 auto;
  gap: 12px;
  padding: 17px 18px 14px;
  background: #fff;
  border-top: 3px solid var(--ow-blue);
  border-bottom: 1px solid var(--ow-line);
}

.opc-pixel-world .community-feed__eyebrow {
  color: var(--ow-blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
}

.opc-pixel-world .community-feed__header h3 {
  margin: 5px 0 2px;
  color: #17233d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.opc-pixel-world .community-feed__header p {
  margin: 0;
  color: var(--ow-ink-3);
  font-size: 11px;
  line-height: 1.55;
}

.opc-pixel-world .community-feed__map-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 10px;
  color: #3b5d80;
  background: #edf5ff;
  border-left: 3px solid #5b91e8;
}

.opc-pixel-world .community-feed__map-note strong {
  flex: 0 0 auto;
  color: var(--ow-blue);
  font-size: 11px;
  font-weight: 600;
}

.opc-pixel-world .community-feed__map-note span {
  color: #5a728b;
  font-size: 10px;
  line-height: 1.45;
  text-align: right;
}

.opc-pixel-world .community-feed__tools {
  display: grid;
  gap: 8px;
}

.opc-pixel-world .community-feed__search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  min-width: 0;
}

.opc-pixel-world .community-feed__search input,
.opc-pixel-world .community-feed__search button,
.opc-pixel-world .community-feed__viewbar button,
.opc-pixel-world .community-feed__sort select {
  min-height: 44px;
  color: var(--ow-ink-2);
  background: #fff;
  border: 1px solid #c7d3df;
  font: inherit;
  font-size: 11px;
}

.opc-pixel-world .community-feed__search input {
  min-width: 0;
  padding: 0 11px;
  border-right: 0;
  outline: 0;
}

.opc-pixel-world .community-feed__search input:focus {
  border-color: var(--ow-blue);
  box-shadow: inset 0 0 0 1px var(--ow-blue);
}

.opc-pixel-world .community-feed__search button {
  padding: 0 12px;
  color: var(--ow-blue);
  cursor: pointer;
}

.opc-pixel-world .community-feed__search button + button {
  border-left: 0;
}

.opc-pixel-world .community-feed__viewbar {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.opc-pixel-world .community-feed__mode {
  display: grid;
  min-width: 0;
  flex: 1 1 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.opc-pixel-world .community-feed__mode button,
.opc-pixel-world .community-feed__reset {
  padding: 0 10px;
  cursor: pointer;
}

.opc-pixel-world .community-feed__mode button + button {
  border-left: 0;
}

.opc-pixel-world .community-feed__mode button.is-active {
  position: relative;
  z-index: 1;
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
}

.opc-pixel-world .community-feed__sort {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 5px;
  color: var(--ow-ink-3);
  font-size: 10px;
}

.opc-pixel-world .community-feed__sort select {
  max-width: 92px;
  padding: 0 8px;
}

.opc-pixel-world .community-feed__reset {
  flex: 0 0 auto;
}

.opc-pixel-world .community-feed__reset:disabled {
  color: #9eabb8;
  background: #f4f6f8;
  cursor: default;
}

.opc-pixel-world .community-feed {
  display: grid;
  grid-auto-rows: max-content;
  min-height: 0;
  flex: 1 1 auto;
  align-content: start;
  gap: 9px;
  padding: 10px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.opc-pixel-world .feed-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce2e8;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.opc-pixel-world .feed-card:hover {
  border-color: #aac6eb;
  box-shadow: 0 4px 14px rgb(31 75 120 / 8%);
}

.opc-pixel-world .feed-card.is-selected {
  border-color: #4c8be8;
  border-left-width: 3px;
  box-shadow: 0 0 0 2px rgb(0 82 217 / 9%);
}

.opc-pixel-world .feed-card.is-read:not(.is-selected) {
  background: #fbfcfd;
}

.opc-pixel-world .feed-card__open {
  display: grid;
  width: 100%;
  gap: 5px;
  padding: 10px 12px;
  color: inherit;
  text-align: left;
  background: #fff;
  border: 0;
  cursor: pointer;
}

.opc-pixel-world .feed-card__open:hover,
.opc-pixel-world .feed-card__open[aria-expanded="true"] {
  background: #fbfdff;
}

.opc-pixel-world .feed-card__meta {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  color: var(--ow-ink-3);
  font-size: 10px;
}

.opc-pixel-world .feed-card__category,
.opc-pixel-world .feed-card__letter,
.opc-pixel-world .feed-card__read {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  padding: 0 7px;
  color: #255f9d;
  background: #edf5ff;
  font-weight: 600;
}

.opc-pixel-world .feed-card__letter {
  margin-left: auto;
  color: #895609;
  background: #fff4da;
}

.opc-pixel-world .feed-card__read {
  color: #68798b;
  background: #eef1f4;
}

.opc-pixel-world .feed-card__title {
  color: #17233d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.opc-pixel-world .feed-card__summary {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ow-ink-2);
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.opc-pixel-world .feed-card__author {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

.opc-pixel-world .feed-card__footer {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.opc-pixel-world .feed-card__footer .feed-card__author {
  min-width: 0;
  flex: 1 1 auto;
}

.opc-pixel-world .feed-card__avatar {
  display: block;
  width: 24px;
  height: 32px;
  flex: 0 0 24px;
  overflow: hidden;
  background-color: #e8eef5;
  border: 1px solid #c9d4df;
  border-radius: 4px;
  image-rendering: pixelated;
}

.opc-pixel-world .feed-card__author > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.opc-pixel-world .feed-card__author strong {
  overflow: hidden;
  color: var(--ow-ink);
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-pixel-world .feed-card__author small {
  overflow: hidden;
  color: var(--ow-ink-3);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.opc-pixel-world .feed-card__compact-tags,
.opc-pixel-world .feed-card__all-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.opc-pixel-world .feed-card__compact-tags {
  display: none;
}

.opc-pixel-world .feed-card__compact-tags > span,
.opc-pixel-world .feed-card__all-tags > span {
  padding: 3px 6px;
  color: #416d9a;
  background: #f0f5fa;
  font-size: 10px;
}

.opc-pixel-world .feed-card__metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 5px;
  color: var(--ow-ink-3);
  border-top: 1px solid var(--ow-line-soft);
  font-size: 10px;
}

.opc-pixel-world .feed-card__footer .feed-card__metrics {
  flex: 0 0 auto;
  gap: 8px;
  padding-top: 0;
  border-top: 0;
}

.opc-pixel-world .feed-card__metrics strong {
  color: var(--ow-ink-2);
  font-weight: 600;
}

.opc-pixel-world .feed-card__detail {
  padding: 0 14px 14px;
  background: #f7faff;
  border-top: 1px solid #dce8f7;
}

.opc-pixel-world .feed-card__detail > p {
  margin: 0;
  padding: 14px 0 12px;
  color: #3f5165;
  font-size: 12px;
  line-height: 1.78;
  white-space: pre-line;
}

.opc-pixel-world .feed-card__all-tags {
  margin-bottom: 12px;
}

.opc-pixel-world .feed-card__intent {
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
  padding: 10px 11px;
  color: #526a83;
  background: #edf5ff;
  border-left: 3px solid #6b9ee9;
  font-size: 11px;
  line-height: 1.55;
}

.opc-pixel-world .feed-card__intent strong {
  color: #245f9e;
  font-size: 11px;
}

.opc-pixel-world .feed-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px 68px;
  gap: 7px;
}

.opc-pixel-world .feed-card__actions button,
.opc-pixel-world .world-composer__actions button {
  min-height: 44px;
  padding: 0 10px;
  color: var(--ow-blue);
  background: #fff;
  border: 1px solid #7eacf0;
  cursor: pointer;
  font-size: 12px;
}

.opc-pixel-world .feed-card__actions button:hover {
  background: #edf5ff;
}

.opc-pixel-world .feed-card__actions .feed-card__primary,
.opc-pixel-world .world-composer__actions button:last-child {
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
}

.opc-pixel-world .feed-card__actions .feed-card__primary:hover {
  background: var(--ow-blue-hover);
}

.opc-pixel-world .community-feed__empty {
  display: grid;
  min-height: 180px;
  place-content: center;
  gap: 7px;
  padding: 24px;
  color: var(--ow-ink-3);
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5df;
}

.opc-pixel-world .community-feed__empty strong {
  color: var(--ow-ink-2);
  font-size: 14px;
}

.opc-pixel-world .community-feed__empty span {
  font-size: 11px;
}

.opc-pixel-world .community-feed__empty-actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.opc-pixel-world .community-feed__empty-actions button,
.opc-pixel-world .community-feed__load-more button {
  min-height: 44px;
  padding: 0 14px;
  color: var(--ow-blue);
  background: #fff;
  border: 1px solid #7eacf0;
  cursor: pointer;
  font-size: 11px;
}

.opc-pixel-world .community-feed__empty-actions button:last-child,
.opc-pixel-world .community-feed__load-more button {
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
}

.opc-pixel-world .community-feed__load-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: var(--ow-ink-3);
  background: #fff;
  border: 1px dashed #c5d0db;
  font-size: 11px;
}

.opc-pixel-world .post-panel__footer {
  flex: 0 0 auto;
  padding: 9px 14px 10px;
  background: #fff;
  border-top: 1px solid var(--ow-line);
}

.opc-pixel-world .post-panel__footer > span {
  color: var(--ow-warning);
  font-size: 11px;
  font-weight: 600;
}

.opc-pixel-world .post-panel__footer p {
  margin: 2px 0 0;
  color: var(--ow-ink-3);
  font-size: 10px;
  line-height: 1.4;
}

.opc-pixel-world .world-composer,
.opc-pixel-world .world-residency {
  width: min(620px, calc(100vw - 32px));
  padding: 0;
  color: var(--ow-ink);
  background: #fff;
  border: 1px solid #b8c5d2;
  box-shadow: 0 24px 72px rgb(8 29 47 / 32%);
}

.opc-pixel-world .world-composer::backdrop,
.opc-pixel-world .world-residency::backdrop {
  background: rgb(7 25 40 / 58%);
}

.opc-pixel-world .world-residency__form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.opc-pixel-world .world-residency__form > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ow-line);
}

.opc-pixel-world .world-residency__form > header span {
  color: var(--ow-blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.opc-pixel-world .world-residency__form h3 {
  margin: 4px 0 0;
  color: #17233d;
  font-size: 22px;
}

.opc-pixel-world .world-residency__form > header button {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid var(--ow-line);
  cursor: pointer;
}

.opc-pixel-world .world-residency__form > p {
  margin: 0;
  color: var(--ow-ink-2);
  font-size: 13px;
  line-height: 1.75;
}

.opc-pixel-world .world-residency__form > .world-residency__notice {
  padding: 10px 12px;
  color: #76520b;
  background: #fff8e8;
  border-left: 3px solid #e9aa24;
  font-size: 11px;
}

.opc-pixel-world .world-residency__form ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 16px 14px 32px;
  color: #36526c;
  background: #f4f8fc;
  font-size: 12px;
  line-height: 1.6;
}

.opc-pixel-world .world-residency__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.opc-pixel-world .world-residency label {
  display: grid;
  gap: 7px;
  color: var(--ow-ink-2);
  font-size: 12px;
}

.opc-pixel-world .world-residency input,
.opc-pixel-world .world-residency select {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  color: var(--ow-ink);
  background: #fff;
  border: 1px solid #c7d0d9;
}

.opc-pixel-world .world-residency footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.opc-pixel-world .world-residency footer button {
  min-height: 42px;
  padding: 0 18px;
  color: var(--ow-blue);
  background: #fff;
  border: 1px solid #7ba7e8;
  cursor: pointer;
}

.opc-pixel-world .world-residency footer button:last-child {
  color: #fff;
  background: var(--ow-blue);
  border-color: var(--ow-blue);
}

.opc-pixel-world .world-composer__form {
  display: grid;
  gap: 15px;
  padding: 24px;
}

.opc-pixel-world .world-composer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--ow-line);
}

.opc-pixel-world .world-composer__header span {
  color: var(--ow-blue);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}

.opc-pixel-world .world-composer__header h3 {
  margin: 4px 0 0;
  font-size: 22px;
}

.opc-pixel-world .world-composer__close {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid var(--ow-line);
  cursor: pointer;
}

.opc-pixel-world .world-composer__form > p {
  margin: 0;
  color: var(--ow-ink-3);
  font-size: 12px;
  line-height: 1.6;
}

.opc-pixel-world .world-composer__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.opc-pixel-world .world-composer label {
  display: grid;
  gap: 7px;
  color: var(--ow-ink-2);
  font-size: 12px;
}

.opc-pixel-world .world-composer input,
.opc-pixel-world .world-composer textarea,
.opc-pixel-world .world-composer select {
  width: 100%;
  padding: 10px 12px;
  color: var(--ow-ink);
  background: #fff;
  border: 1px solid #c7d0d9;
}

.opc-pixel-world .world-composer textarea {
  resize: vertical;
}

.opc-pixel-world .world-composer__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
}

.opc-pixel-world .world-composer__actions button {
  min-width: 110px;
}

.opc-pixel-world .world-toast {
  position: fixed;
  z-index: 120;
  bottom: 28px;
  left: 50%;
  padding: 12px 18px;
  color: #fff;
  background: #17233d;
  box-shadow: 0 10px 30px rgb(8 29 47 / 28%);
  font-size: 13px;
  opacity: 0;
  transform: translate(-50%, 10px);
  transition: opacity .18s ease, transform .18s ease;
}

.opc-pixel-world .world-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.opc-pixel-world .world-noscript {
  padding: 14px;
  color: #8a5d00;
  background: #fff7e6;
  border: 1px solid #f4d18d;
}

@media (max-width: 1100px) {
  .opc-pixel-world .world-toolbar {
    align-items: flex-start;
  }

  .opc-pixel-world .world-toolbar__identity {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .opc-pixel-world .world-toolbar__hint {
    padding-left: 0;
    border-left: 0;
  }

  .opc-pixel-world .world-toolbar__actions {
    max-width: 50%;
    flex-wrap: wrap;
    overflow: visible;
  }

  .opc-pixel-world .world-workspace {
    grid-template-columns: 1fr;
    height: auto;
  }

  .opc-pixel-world .world-stage {
    min-height: 610px;
  }

  .opc-pixel-world .post-panel {
    min-height: 0;
  }

  .opc-pixel-world .community-feed-panel {
    height: auto;
    min-height: 0;
  }

  .opc-pixel-world .community-feed {
    flex: none;
    overflow: visible;
  }
}

@media (max-width: 700px) {
  .opc-world-section-shell .tcwf-section__header {
    align-items: flex-start;
  }

  .opc-pixel-world .world-toolbar {
    display: grid;
    gap: 10px;
  }

  .opc-pixel-world .world-toolbar__identity {
    display: grid;
  }

  .opc-pixel-world .world-toolbar__actions {
    width: 100%;
    max-width: 100%;
    padding-bottom: 2px;
  }

  .opc-pixel-world .world-toolbar__actions button,
  .opc-pixel-world .world-toolbar__actions output {
    min-width: 58px;
  }

  .opc-pixel-world .world-director__menu {
    right: auto;
    left: 0;
  }

  .opc-pixel-world .world-tour,
  .opc-pixel-world .world-ending {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .opc-pixel-world .world-tour__marker,
  .opc-pixel-world .world-ending__signal {
    width: 42px;
    height: 42px;
  }

  .opc-pixel-world .world-tour__actions,
  .opc-pixel-world .world-ending__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(88px, auto);
  }

  .opc-pixel-world .world-discovery {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 12px;
  }

  .opc-pixel-world .world-filterbar {
    padding: 9px 10px;
  }

  .opc-pixel-world .world-filterbar__group {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .opc-pixel-world .world-filterbar__options button {
    min-height: 44px;
  }

  .opc-pixel-world .world-stage {
    min-height: 430px;
  }

  .opc-pixel-world .world-stage__instruction {
    display: none;
  }

  .opc-pixel-world .world-stage__scene {
    top: 8px;
    left: 8px;
    min-width: 160px;
  }

  .opc-pixel-world .world-stage__legend {
    right: 8px;
    bottom: 8px;
    left: 8px;
    justify-content: space-between;
    gap: 5px;
    overflow-x: auto;
  }

  .opc-pixel-world .world-stage__pan button {
    width: 44px;
    padding: 0;
  }

  .opc-pixel-world .world-stage__pan button span {
    display: none;
  }

  .opc-pixel-world .world-stage__pan output {
    bottom: 50px;
  }

  .opc-pixel-world .community-feed-panel {
    height: auto;
    min-height: 0;
  }

  .opc-pixel-world .community-feed__header {
    gap: 10px;
    padding: 14px 12px 12px;
  }

  .opc-pixel-world .community-feed__header h3 {
    font-size: 18px;
  }

  .opc-pixel-world .community-feed__map-note {
    align-items: flex-start;
    padding: 8px;
  }

  .opc-pixel-world .community-feed__viewbar {
    flex-wrap: wrap;
  }

  .opc-pixel-world .community-feed__mode {
    flex-basis: calc(100% - 108px);
  }

  .opc-pixel-world .community-feed__sort {
    order: 3;
    flex: 1 1 auto;
  }

  .opc-pixel-world .community-feed__sort select {
    width: 100%;
    max-width: none;
  }

  .opc-pixel-world .community-feed__search input,
  .opc-pixel-world .community-feed__search button,
  .opc-pixel-world .community-feed__viewbar button,
  .opc-pixel-world .community-feed__sort select {
    font-size: 16px;
  }

  .opc-pixel-world .community-feed {
    gap: 8px;
    padding: 8px;
    scrollbar-gutter: auto;
  }

  .opc-pixel-world .feed-card__open {
    padding: 12px;
  }

  .opc-pixel-world .feed-card__detail {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
  }

  .opc-pixel-world .feed-card__actions {
    grid-template-columns: minmax(0, 1fr) 64px 64px;
  }

  .opc-pixel-world .post-panel__footer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .opc-pixel-world .world-composer__row,
  .opc-pixel-world .world-residency__row {
    grid-template-columns: 1fr;
  }

  .opc-pixel-world .world-composer__form {
    padding: 18px;
  }

  .opc-pixel-world .world-residency__form {
    max-height: calc(100vh - 32px);
    padding: 18px;
    overflow-y: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .opc-pixel-world *,
  .opc-pixel-world *::before,
  .opc-pixel-world *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
