/* =========================================================
   WIZIRDI
   retro personal workshop / archive
========================================================= */

:root {
  --outside: #15181a;
  --outside-soft: #222722;
  --outside-warm: #2f251f;
  --outside-cool: #16232a;
  --workspace: #d7d9d6;
  --workspace-dark: #c5c8c4;
  --panel: #eeeeeb;
  --panel-dark: #dadcd8;
  --ink: #20211f;
  --muted: #696d68;
  --border-light: #f6f7f4;
  --border: #8a8d89;
  --border-dark: #656965;
  --selected: #31485f;
  --selected-hover: #3b566f;
  --link: #244d7c;
  --link-hover: #16385e;
  --green: #60735e;
  --ui-font: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
  --display-font: "Segoe UI Semibold", "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
  --mono-font: Consolas, "Lucida Console", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 74% 18%, rgba(234, 185, 112, .22), transparent 15rem),
    radial-gradient(circle at 18% 86%, rgba(82, 119, 98, .22), transparent 18rem),
    linear-gradient(180deg, #10161d 0%, #172630 48%, #151711 100%);
  color: #d4d7d4;
  font-family: var(--ui-font);
  font-size: 13px;
  line-height: 1.45;
}

.realm-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  transform: scale(1.04);
  transform-origin: center;
  filter: saturate(.82) brightness(.62) blur(2px);
  opacity: .88;
}

body.site-closed .realm-background {
  pointer-events: auto;
  transform: none;
  filter: none;
  opacity: 1;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(180deg, transparent 0%, rgba(31, 57, 55, .12) 52%, rgba(22, 35, 30, .34) 72%, rgba(13, 19, 14, .78) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 48px);
  opacity: .9;
}

body::after {
  background:
    radial-gradient(ellipse at center, transparent 0 43%, rgba(5, 8, 9, .48) 100%),
    linear-gradient(180deg, rgba(6, 8, 10, .18), transparent 24%, rgba(5, 6, 5, .42));
}

body.cozy-background-active[data-background-time="early-morning"]::before,
body.cozy-background-active[data-background-time="morning"]::before,
body.cozy-background-active[data-background-time="afternoon"]::before,
body.cozy-background-active[data-background-time="late-afternoon"]::before {
  background:
    linear-gradient(180deg, rgba(255, 248, 220, .04) 0%, rgba(92, 121, 90, .12) 66%, rgba(30, 48, 31, .34) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .02) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .015) 0 1px, transparent 1px 48px);
  opacity: .72;
}

body.cozy-background-active[data-background-time="early-morning"]::after,
body.cozy-background-active[data-background-time="morning"]::after,
body.cozy-background-active[data-background-time="afternoon"]::after,
body.cozy-background-active[data-background-time="late-afternoon"]::after {
  background:
    radial-gradient(ellipse at center, transparent 0 52%, rgba(28, 44, 37, .18) 100%),
    linear-gradient(180deg, rgba(255, 250, 225, .05), transparent 35%, rgba(28, 42, 28, .2));
}

body.cozy-background-active[data-background-time="evening"]::before,
body.cozy-background-active[data-background-time="late-evening"]::before {
  background:
    linear-gradient(180deg, rgba(26, 20, 32, .16) 0%, rgba(87, 48, 47, .16) 58%, rgba(16, 24, 18, .62) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 48px);
  opacity: .82;
}

body.cozy-background-active[data-background-time="evening"]::after,
body.cozy-background-active[data-background-time="late-evening"]::after {
  background:
    radial-gradient(ellipse at center, transparent 0 48%, rgba(19, 12, 20, .34) 100%),
    linear-gradient(180deg, rgba(29, 19, 29, .16), transparent 30%, rgba(8, 12, 8, .36));
}

body.cozy-background-active[data-background-time="late-night"]::before {
  background:
    linear-gradient(180deg, rgba(1, 3, 8, .18) 0%, rgba(8, 15, 18, .26) 58%, rgba(4, 8, 5, .82) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .018) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .014) 0 1px, transparent 1px 48px);
  opacity: .92;
}

body.cozy-background-active[data-background-time="late-night"]::after {
  background:
    radial-gradient(ellipse at center, transparent 0 38%, rgba(0, 2, 5, .6) 100%),
    linear-gradient(180deg, rgba(0, 1, 4, .2), transparent 22%, rgba(0, 2, 1, .5));
}

body.site-closed::before,
body.site-closed::after {
  opacity: 0;
}

.background-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  image-rendering: pixelated;
  opacity: 1;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.site {
  position: relative;
  z-index: 3;
  width: min(1040px, calc(100% - 30px));
  margin: 28px auto 70px;
}

.site::before {
  content: "";
  position: absolute;
  inset: 48px -26px 26px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 35%, rgba(229, 190, 130, .14), transparent 58%),
    radial-gradient(ellipse at 50% 72%, rgba(80, 119, 102, .13), transparent 64%);
  pointer-events: none;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 10px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, #dfd8c8, #d4dad0 52%, #cbd8d5);
  border-bottom: 1px solid var(--border);
}

.brand-lockup {
  min-width: 220px;
}

.brand-text {
  min-width: 0;
}

.brand-name {
  color: #382f24;
  font-family: Verdana, Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .04em;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff8df;
}

.brand-line {
  margin-top: 4px;
  color: #5f5d52;
  font-family: var(--mono-font);
  font-size: 11px;
  letter-spacing: .01em;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.nav-button {
  display: flex;
  width: 60px;
  min-height: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  padding: 0;
  background: transparent;
  color: #2a2d29;
  border: 0;
  text-align: center;
  text-decoration: none;
}

.nav-button:hover {
  color: #16385e;
}

.nav-button.active {
  color: #20334a;
}

.nav-icon {
  display: block;
  width: 60px;
  height: 45px;
  object-fit: contain;
  image-rendering: pixelated;
  transition: transform .12s ease, filter .12s ease;
}

.nav-button:hover .nav-icon,
.nav-button:focus-visible .nav-icon {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.nav-button.active .nav-icon {
  filter: brightness(.92) saturate(1.1);
}

.nav-button span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workspace {
  min-height: 675px;
  background: var(--workspace);
  color: var(--ink);
  border-top: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
  border-right: 2px solid var(--border-dark);
  border-bottom: 2px solid var(--border-dark);
}

.workspace-bar {
  height: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7px;
  background: var(--workspace-dark);
  border-bottom: 1px solid var(--border);
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  cursor: grab;
  user-select: none;
  touch-action: none;
}

body.site-window-dragging .workspace-bar {
  cursor: grabbing;
}

.workspace-title {
  font-weight: bold;
}

a.workspace-title {
  color: inherit;
  text-decoration: none;
}

a.workspace-title:hover {
  text-decoration: underline;
}

.workspace-tools {
  display: flex;
  gap: 4px;
  cursor: default;
}

.old-button {
  padding: 2px 7px;
  background: #e5e6e2;
  color: #222;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #676b67;
  border-bottom: 1px solid #676b67;
  cursor: pointer;
}

.old-button:hover {
  background: #eeeeeb;
}

.old-button:active {
  border-top-color: #676b67;
  border-left-color: #676b67;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.window-close-button {
  width: 23px;
  padding: 1px 0 3px;
  color: #2b1010;
  font-weight: bold;
  line-height: 1;
}

.window-close-button:hover {
  background: #e8c7c1;
}

.window-restore-button {
  position: relative;
  width: 23px;
  min-height: 17px;
  padding: 2px 0;
}

.window-restore-button::before,
.window-restore-button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 7px;
  border: 1px solid #222;
  background: #e5e6e2;
  box-shadow: inset 0 2px 0 #222;
}

.window-restore-button::before {
  left: 6px;
  top: 3px;
}

.window-restore-button::after {
  left: 3px;
  top: 6px;
}

.window-restore-button.is-window-moved::before {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 8px;
}

.window-restore-button.is-window-moved::after {
  display: none;
}

.window-restore-button:hover {
  background: #f0f1ed;
}

.open-website-button {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  padding: 6px 10px;
  background: #e5e6e2;
  color: #222;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #676b67;
  border-bottom: 1px solid #676b67;
  font: inherit;
  cursor: pointer;
}

.open-website-button:hover {
  background: #f0f1ed;
}

.open-website-button:active {
  border-top-color: #676b67;
  border-left-color: #676b67;
  border-right-color: #fff;
  border-bottom-color: #fff;
}

body.site-closed .site {
  display: none;
}

body.site-closed .open-website-button {
  display: block;
}

.workspace-body {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  min-height: 645px;
}

.workspace-body.full-workspace {
  grid-template-columns: minmax(0, 1fr);
}

.sidebar {
  position: relative;
  padding: 19px 14px 20px;
  background: #ced0cd;
  border-right: 1px solid var(--border);
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.sidebar-section {
  margin-bottom: 25px;
}

.label {
  margin-bottom: 7px;
  color: #555b55;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sidebar-link {
  display: block;
  width: 100%;
  margin: 0 0 2px;
  padding: 5px 7px;
  border: 0;
  background: transparent;
  color: #242824;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.sidebar-link:hover {
  background: #b9bcb8;
}

.sidebar-link.active {
  background: var(--selected);
  color: #f3f5f2;
}

.count {
  float: right;
  color: #747a74;
  font-size: 9px;
}

.sidebar-link.active .count {
  color: #c3ccd3;
}

.currently {
  padding-top: 10px;
  border-top: 1px dotted #7c817c;
  color: #4e534e;
  font-size: 9px;
  line-height: 1.75;
}

.currently b {
  color: #252a25;
  font-weight: normal;
}

.cursor-cat-slot {
  height: 170px;
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px dotted #7c817c;
}

.cursorpet-embed {
  position: relative;
  width: 100%;
  height: 100%;
}

.cursor-cat-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.site-settings {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px dotted #7c817c;
}

.setting-toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: #2f352f;
  font-size: 10px;
  cursor: pointer;
}

.setting-toggle input {
  width: 13px;
  height: 13px;
  margin: 0;
  accent-color: var(--selected);
}

.setting-field {
  display: block;
  color: #2f352f;
  font-size: 10px;
}

.setting-field span {
  display: block;
  margin-bottom: 4px;
}

.setting-field select {
  width: 100%;
  padding: 3px 5px;
  background: #e5e6e2;
  color: #222;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #676b67;
  border-bottom: 1px solid #676b67;
  font: inherit;
}

.content {
  min-width: 0;
  padding: 21px 23px 26px;
}

.current-project-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.heartlands {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
  gap: 18px;
  margin-bottom: 28px;
}

.heartlands-image,
.detail-image,
.feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #111417;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #707570;
  border-bottom: 1px solid #707570;
}

.heartlands-image {
  min-height: 310px;
}

.heartlands-image img,
.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.image-placeholder {
  padding: 20px;
  color: #8f9691;
  font-family: var(--mono-font);
  font-size: 11px;
  text-align: center;
}

.heartlands-copy {
  align-self: center;
}

h1,
h2,
h3 {
  font-family: var(--display-font);
  font-weight: 800;
}

.heartlands-copy h1 {
  margin: 0 0 4px;
  font-size: 31px;
  line-height: 1.1;
}

.project-type,
.detail-meta {
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 11px;
  font-weight: bold;
}

.project-description,
.detail-description,
.about-copy p,
.plain-copy {
  font-family: var(--ui-font);
  font-size: 14px;
  line-height: 1.6;
}

.project-description p,
.detail-description p,
.about-copy p,
.plain-copy p {
  margin: 0 0 11px;
}

.text-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 12px;
  margin-top: 15px;
  font-size: 11px;
}

.text-links[hidden] {
  display: none;
}

.text-links-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.text-links a {
  color: var(--link);
}

.text-links a:hover {
  color: var(--link-hover);
}

.detail-resource-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.detail-resource-link {
  display: inline-block;
  padding: 7px 10px;
  background: #dfe1dd;
  color: var(--link);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  font-weight: bold;
  text-decoration: none;
}

.detail-resource-link:hover {
  background: #eeeeeb;
  color: var(--link-hover);
}

.detail-download-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 3px;
}

.detail-download-title {
  color: #555b55;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.detail-download-link {
  color: var(--link);
}

.detail-download-link:hover {
  color: var(--link-hover);
}

.text-links .steam-wishlist {
  display: inline-block;
  padding: 9px 13px;
  color: #182115;
  background: #b9d07a;
  border-top: 1px solid #f4ffd1;
  border-left: 1px solid #f4ffd1;
  border-right: 1px solid #5f6e36;
  border-bottom: 1px solid #5f6e36;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.text-links .steam-wishlist:hover {
  color: #0c110a;
  background: #cce58b;
}

.heartlands-page {
  padding-bottom: 31px;
}

.heartlands-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 18px;
  margin-bottom: 16px;
  align-items: stretch;
}

.heartlands-hero-media {
  min-height: 390px;
  overflow: hidden;
  background: #111417;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #707570;
  border-bottom: 1px solid #707570;
}

.heartlands-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
}

.heartlands-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(255, 255, 255, .08)),
    #e1e3dc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #777c76;
  border-bottom: 1px solid #777c76;
}

.heartlands-hero-copy h1 {
  margin: 0 0 8px;
  color: #18201a;
  font-size: 45px;
  line-height: 1;
}

.heartlands-lede {
  margin: 0;
  color: #2f352f;
  font-size: 16px;
  line-height: 1.55;
}

.heartlands-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 13px;
  margin-top: 20px;
}

.play-now-button {
  display: inline-block;
  padding: 15px 22px 14px;
  color: #15200f;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0)),
    #b9d545;
  border-top: 2px solid #f6ffd2;
  border-left: 2px solid #f6ffd2;
  border-right: 2px solid #536414;
  border-bottom: 2px solid #536414;
  font-family: var(--display-font);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 3px 0 rgba(34, 39, 31, .22);
}

.play-now-button:hover {
  color: #0b1207;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, 0)),
    #cce95d;
}

.play-now-button:active {
  transform: translateY(1px);
  border-top-color: #536414;
  border-left-color: #536414;
  border-right-color: #f6ffd2;
  border-bottom-color: #f6ffd2;
  box-shadow: 0 2px 0 rgba(34, 39, 31, .18);
}

.heartlands-steam-link,
.heartlands-small-button {
  color: var(--link);
  font-weight: bold;
}

.heartlands-feature-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 17px;
}

.heartlands-feature {
  min-height: 118px;
  padding: 13px;
  background: #dfe1dd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
}

.heartlands-feature span {
  display: block;
  margin-bottom: 8px;
  color: #5b625b;
  font-family: var(--mono-font);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.heartlands-feature strong {
  display: block;
  color: #272c27;
  font-size: 13px;
  line-height: 1.45;
}

.heartlands-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(230px, .9fr);
  gap: 14px;
  margin-bottom: 18px;
}

.heartlands-panel {
  padding: 17px 18px;
  background: #ecede9;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
}

.heartlands-panel h2 {
  margin: 0 0 9px;
  font-size: 22px;
}

.heartlands-panel p {
  margin: 0 0 10px;
  color: #333833;
  font-size: 14px;
  line-height: 1.6;
}

.heartlands-release-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)),
    #d9ddd2;
}

.heartlands-small-button {
  display: inline-block;
  margin-top: 2px;
  padding: 8px 10px;
  background: #dfe1dd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  text-decoration: none;
}

.heartlands-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.heartlands-gallery figure {
  margin: 0;
  background: #111417;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #707570;
  border-bottom: 1px solid #707570;
}

.heartlands-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.heartlands-gallery figcaption {
  padding: 7px 9px 8px;
  background: #dfe1dd;
  color: #333833;
  font-size: 12px;
}

.divider-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 0 11px;
}

.divider-title span {
  color: #555a55;
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.divider-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #aaaEaa;
}

.workbench-list {
  border-top: 1px solid #9da19d;
}

.workbench-item {
  display: grid;
  grid-template-columns: 70px 1fr 115px;
  gap: 10px;
  padding: 7px 5px;
  border-bottom: 1px solid #b4b7b3;
  color: inherit;
  text-decoration: none;
}

.workbench-item:hover {
  background: #e2e4e0;
}

.workbench-date {
  color: #737873;
  font-size: 11px;
}

.workbench-name {
  color: #222622;
}

.workbench-type {
  color: #777c77;
  font-size: 11px;
  text-align: right;
}

.archive-summary,
.game-grid,
.useful-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.game-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 16px;
}

.archive-box,
.game-card,
.useful-card {
  padding: 11px;
  background: #dfe1dd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
}

.archive-box strong,
.useful-card strong {
  display: block;
  margin-bottom: 2px;
  font-family: var(--display-font);
  font-size: 19px;
  font-weight: 800;
}

.archive-box span,
.useful-card span {
  color: #666b66;
  font-size: 11px;
}

.button-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  align-items: center;
}

.button-links a {
  display: block;
  width: 88px;
  height: 31px;
  line-height: 0;
}

.button-links img {
  display: block;
  width: 88px;
  height: 31px;
  image-rendering: pixelated;
}

.link-back-embed {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px dotted #7c817c;
}

.link-back-embed iframe {
  display: block;
  margin: 0 0 7px;
}

.link-back-embed textarea {
  display: block;
  width: 100%;
  min-height: 92px;
  resize: vertical;
  padding: 7px;
  background: #f7f7f4;
  color: #20211f;
  border-top: 1px solid #858985;
  border-left: 1px solid #858985;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--mono-font);
  font-size: 11px;
  line-height: 1.35;
}

.browser-header {
  margin-bottom: 17px;
}

.browser-header h1 {
  margin: 0 0 5px;
  font-size: 28px;
}

.browser-intro {
  max-width: 650px;
  color: #5e635e;
  font-family: var(--ui-font);
  font-size: 13px;
  line-height: 1.5;
}

.games-workspace {
  grid-template-columns: 1fr;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, 0)),
    #d7d9d6;
}

.games-content {
  padding: 28px 30px 32px;
}

.games-content .browser-header {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .52), rgba(255, 255, 255, 0)),
    #dfe1dd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  box-shadow: none;
}

.games-content .browser-header h1 {
  margin: 0;
  color: #2b302d;
  font-family: var(--display-font);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 1px 1px 0 #fff;
}

.games-content .browser-intro {
  max-width: 720px;
  color: #535953;
  font-family: var(--ui-font);
  font-size: 15px;
  font-weight: normal;
  line-height: 1.45;
}

.filters {
  margin: 16px 0 14px;
}

.filter-button {
  margin: 0 3px 5px 0;
  padding: 3px 8px;
  background: #e4e6e2;
  color: #303430;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #777b77;
  border-bottom: 1px solid #777b77;
  cursor: pointer;
}

.filter-button.active {
  background: var(--selected);
  color: #fff;
  border-color: var(--selected);
}

.project-browser {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  min-height: 430px;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}

.games-content .project-browser {
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: 0;
  border: 0;
}

.project-browser-list {
  --project-list-default-height: 430px;
  --project-list-max-height: var(--project-list-default-height);
  max-height: var(--project-list-max-height);
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 6px;
  background: #c8cbc7;
  border-right: 1px solid #8b8f8b;
  scrollbar-color: #8a8d89 #d7d9d6;
}

.games-content .project-browser-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-height: none;
  overflow: visible;
  scrollbar-gutter: auto;
  padding: 0;
  background: transparent;
  border-right: 0;
}

.games-content .project-browser-list:empty {
  display: none;
}

.game-section {
  --game-section-bg: #dfe1dd;
  --game-section-panel: #eeeeeb;
  --game-section-button: #dadcd8;
  --game-section-accent: #60735e;
  --game-section-selected: #31485f;
  --game-section-selected-top: #3b566f;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, 0)),
    var(--game-section-bg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
}

.game-section + .game-section {
  margin-top: 28px;
}

.toolkit-section {
  --game-section-accent: #536879;
  --game-section-panel: #eeeeeb;
}

.toolkit-section + .toolkit-section {
  margin-top: 28px;
}

.toolkit-section:first-of-type {
  --game-section-accent: #60735e;
}

.game-section-current {
  --game-section-bg: #dce3dc;
  --game-section-panel: #eef2ec;
  --game-section-button: #d5ded4;
  --game-section-accent: #60735e;
  --game-section-selected: #3c5d45;
  --game-section-selected-top: #4a7054;
}

.game-section-abandoned {
  --game-section-bg: #deddd7;
  --game-section-panel: #efeee8;
  --game-section-button: #d9d8d1;
  --game-section-accent: #76644f;
  --game-section-selected: #5f4d3a;
  --game-section-selected-top: #756049;
}

.game-section-legacy {
  --game-section-bg: #d9dee2;
  --game-section-panel: #eceff1;
  --game-section-button: #d3d9de;
  --game-section-accent: #536879;
  --game-section-selected: #31485f;
  --game-section-selected-top: #3b566f;
}

.game-section-header {
  margin: 0 0 12px;
  padding: 8px 10px;
  background: var(--game-section-accent);
  color: #f3f5f2;
  border-top: 1px solid rgba(255, 255, 255, .55);
  border-left: 1px solid rgba(255, 255, 255, .55);
  border-right: 1px solid rgba(32, 33, 31, .45);
  border-bottom: 1px solid rgba(32, 33, 31, .45);
}

.game-section-header h2 {
  margin: 0;
  font-family: var(--display-font);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .18);
}

.project-row {
  display: block;
  width: 100%;
  margin: 0 0 2px;
  padding: 6px 7px;
  border: 0;
  background: transparent;
  color: #222622;
  text-align: left;
  cursor: pointer;
}

.games-content .project-row {
  position: relative;
  min-height: 82px;
  margin: 0;
  padding: 32px 12px 10px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f5f5f1 0%, var(--game-section-button) 100%);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #777b77;
  border-bottom: 2px solid #777b77;
  color: #222923;
  font-family: var(--ui-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
  box-shadow: none;
}

.games-content .project-row.featured {
  grid-column: 1 / -1;
  min-height: 96px;
  padding-top: 36px;
  font-size: 19px;
}

.games-content .project-row::before {
  content: "project";
  position: absolute;
  left: 10px;
  top: 9px;
  padding: 2px 6px;
  background: var(--game-section-accent);
  color: #f7f8f5;
  font-family: var(--ui-font);
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.project-row:hover {
  background: #b6bab5;
}

.games-content .project-row:hover {
  background:
    linear-gradient(180deg, #f5f3ea 0%, #e3e5e1 100%);
  transform: translate(-1px, -1px);
}

.games-content .project-row.featured::before {
  content: "featured";
}

.project-row.active {
  background: var(--selected);
  color: #fff;
}

.games-content .project-row.active {
  background:
    linear-gradient(180deg, var(--game-section-selected-top) 0%, var(--game-section-selected) 100%);
  color: #f3f5f2;
  border-top-color: #20334a;
  border-left-color: #20334a;
  border-right-color: #f3f5ee;
  border-bottom-color: #f3f5ee;
  box-shadow: none;
}

.games-content .project-row.active::before {
  content: "selected";
  background: #d8ddd8;
  color: #27313a;
}

.row-year {
  float: right;
  color: #737973;
  font-size: 10px;
}

.games-content .row-year {
  position: absolute;
  right: 10px;
  top: 9px;
  color: #696d68;
  font-family: var(--ui-font);
  font-size: 10px;
}

.project-row.active .row-year {
  color: #c5d0d7;
}

.games-content .project-row.active .row-year {
  color: #c3ccd3;
}

.project-detail {
  padding: 18px;
  background: var(--panel);
}

.games-content .project-detail {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(280px, 1fr);
  column-gap: 22px;
  row-gap: 6px;
  align-items: start;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0)),
    var(--game-section-panel);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  box-shadow: none;
}

.project-detail h2,
.game-card h2 {
  margin: 0 0 4px;
  font-size: 23px;
}

.detail-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 2px 0 6px;
}

.detail-thumbnails[hidden] {
  display: none;
}

.detail-thumbnail {
  width: 54px;
  height: 34px;
  padding: 2px;
  overflow: hidden;
  background: #dfe1dd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  cursor: pointer;
}

.detail-thumbnail:hover {
  background: #eeeeeb;
}

.detail-thumbnail.active {
  background: var(--selected);
  border-top-color: #20334a;
  border-left-color: #20334a;
  border-right-color: #f3f5ee;
  border-bottom-color: #f3f5ee;
}

.detail-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-image {
  width: 100%;
  min-height: 190px;
  margin-bottom: 15px;
}

.detail-image.has-detail-popup {
  cursor: zoom-in;
}

.games-content .detail-image {
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 330px;
  margin-bottom: 0;
  background:
    repeating-linear-gradient(45deg, #202427 0 8px, #2c3336 8px 16px);
  border-top: 1px solid #111417;
  border-left: 1px solid #111417;
  border-right: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}

.games-content .detail-copy {
  grid-column: 2;
  align-self: start;
}

.games-content .detail-copy .detail-thumbnails {
  margin: 7px 0 8px;
}

.games-content .project-detail h2 {
  margin: 2px 0 0;
  color: #252a25;
  font-family: var(--display-font);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.04;
}

.games-content .project-detail h2 a {
  color: inherit;
  text-decoration: none;
}

.games-content .project-detail h2 a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

.games-content .detail-meta {
  display: inline-block;
  width: fit-content;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 4px 8px;
  background: var(--game-section-accent);
  color: #f3f5f2;
  font-family: var(--ui-font);
  font-size: 11px;
  font-weight: bold;
}

.funny-filter-button {
  min-width: 68px;
  text-transform: none;
}

.funny-filter-button.active {
  background: #5f4d3a;
  border-color: #5f4d3a;
}

.funny-browser-list .project-row {
  padding: 8px 7px;
}

.detail-image img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.funny-detail-image {
  min-height: 0;
  padding: 8px;
  background: #202427;
}

.funny-detail-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
}

.cursorpets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cursorpet-card {
  min-width: 0;
  padding: 12px;
  background: #eeeeeb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
  --cursorpet-preview-size: 180px;
}

.cursorpet-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
}

.cursorpet-preview {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 268px;
  margin-bottom: 8px;
  background: #dfe1dd;
  border-top: 1px solid #858985;
  border-left: 1px solid #858985;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.cursorpet-preview iframe {
  display: block;
  width: var(--cursorpet-preview-size);
  height: var(--cursorpet-preview-size);
  border: 0;
  background: transparent;
}

.cursorpet-size-control {
  display: block;
  margin: 0 0 8px;
  color: #2f352f;
  font-size: 10px;
}

.cursorpet-size-control span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.cursorpet-size-control output {
  color: #5f665f;
}

.cursorpet-size-control input {
  display: block;
  width: 100%;
  accent-color: #63765b;
}

.cursorpet-open-link {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.cursorpet-embed-code {
  display: block;
  width: 100%;
  min-height: 150px;
  resize: vertical;
  padding: 7px;
  background: #f7f7f4;
  color: #20211f;
  border-top: 1px solid #858985;
  border-left: 1px solid #858985;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: var(--mono-font);
  font-size: 11px;
  line-height: 1.35;
}

.games-content .detail-image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.detail-image-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 30;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(7, 10, 11, .78);
}

.detail-image-popup.active {
  display: flex;
}

.detail-image-popup img {
  display: block;
  max-width: min(100%, 1180px);
  max-height: 90vh;
  object-fit: contain;
  background: #111417;
  border-top: 1px solid #fafafa;
  border-left: 1px solid #fafafa;
  border-right: 1px solid #707570;
  border-bottom: 1px solid #707570;
}

.detail-image-popup-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 24px;
  background: #e5e6e2;
  color: #2b1010;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #676b67;
  border-bottom: 1px solid #676b67;
  font: inherit;
  font-weight: bold;
  cursor: pointer;
}

.detail-description {
  max-width: 590px;
  font-size: 13px;
}

.games-content .detail-description {
  max-width: 680px;
  color: #333833;
  font-family: var(--ui-font);
  font-size: 15px;
  font-weight: normal;
  line-height: 1.55;
}

.games-content .project-detail .text-links {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 4px;
}

.games-content .project-detail .detail-download-links {
  min-width: 130px;
}

.games-content .project-detail .detail-download-link {
  padding: 0;
  background: transparent;
  border: 0;
  font-weight: normal;
}

.about-copy {
  max-width: 680px;
}

.about-copy .small {
  color: var(--muted);
  font-family: var(--ui-font);
  font-size: 11px;
}

.aim-guide {
  padding-bottom: 34px;
}

.aim-welcome,
.aim-connect-box,
.aim-panel,
.aim-choice,
.aim-step {
  background: #eeeeeb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #858985;
  border-bottom: 1px solid #858985;
}

.aim-welcome {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 18px;
  align-items: center;
  margin-bottom: 23px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, 0)),
    #e4e7df;
}

.aim-welcome-copy {
  min-width: 0;
}

.aim-welcome h2 {
  margin: 0 0 9px;
  color: #252a25;
  font-size: 34px;
  line-height: 1.1;
}

.aim-welcome p {
  margin: 0;
  color: #333833;
  font-size: 14px;
  line-height: 1.55;
}

.aim-welcome-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.aim-welcome-guy {
  display: block;
  width: min(100%, 210px);
  height: auto;
  justify-self: center;
  image-rendering: auto;
}

.aim-connect-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, .78fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 23px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .56), rgba(255, 255, 255, 0)),
    #e1e5dd;
}

.aim-connect-box h2,
.aim-panel h2,
.aim-choice h2,
.aim-step h2 {
  margin: 0 0 7px;
  color: #252a25;
  font-size: 22px;
  line-height: 1.1;
}

.aim-connect-box p,
.aim-panel p,
.aim-choice p,
.aim-step p {
  margin: 0 0 10px;
  color: #333833;
  font-size: 14px;
  line-height: 1.55;
}

.aim-server-values {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.aim-server-values div {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  background: #d7d9d6;
  border-top: 1px solid #858985;
  border-left: 1px solid #858985;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.aim-server-values dt {
  padding: 8px 9px;
  color: #555b55;
  font-family: var(--mono-font);
  font-size: 11px;
  text-transform: uppercase;
}

.aim-server-values dd {
  min-width: 0;
  margin: 0;
  padding: 8px 10px;
  background: #f7f7f4;
  color: #18201a;
  font-family: var(--mono-font);
  font-size: 15px;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.aim-section {
  margin-top: 22px;
  scroll-margin-top: 18px;
}

.aim-guide .divider-title span {
  font-size: 14px;
  font-weight: bold;
}

.aim-guide .aim-method-title {
  margin-top: 30px;
}

.aim-guide .aim-method-title span {
  padding: 8px 12px;
  background: var(--selected);
  color: #f3f5f2;
  border-top: 1px solid rgba(255, 255, 255, .45);
  border-left: 1px solid rgba(255, 255, 255, .45);
  border-right: 1px solid rgba(32, 33, 31, .55);
  border-bottom: 1px solid rgba(32, 33, 31, .55);
  font-size: 17px;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.aim-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.aim-choice,
.aim-panel {
  padding: 14px;
}

.aim-method-panel {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.aim-steps-list {
  width: 100%;
  margin: 3px 0 0;
  padding-left: 22px;
  color: #333833;
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

.aim-steps-list li + li {
  margin-top: 4px;
}

.aim-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  font-size: 12px;
}

.aim-link-row a {
  color: var(--link);
  font-weight: bold;
}

.aim-link-row a:hover {
  color: var(--link-hover);
}

.aim-step {
  display: block;
  padding: 12px;
}

.aim-step + .aim-step {
  margin-top: 12px;
}

.aim-step-number {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  background: var(--selected);
  color: #f3f5f2;
  font-family: var(--mono-font);
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

.aim-step-copy img[data-aim-popup] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 12px auto 0;
  cursor: zoom-in;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 12px;
  color: #838983;
  font-size: 11px;
}

.footer a {
  color: #c5cac5;
}

.status::before {
  content: ".";
  margin-right: 6px;
  color: #758a72;
}

body.dim .workspace {
  filter: brightness(.65) saturate(.75);
}

body.dim .realm-background {
  filter: saturate(.62) brightness(.34) blur(1px);
  opacity: .72;
}

body.dim.site-closed .realm-background {
  filter: none;
  opacity: 1;
}

body.dim .footer {
  opacity: .68;
}

@media (max-width: 980px) {
  .cursorpets-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site {
    width: min(100% - 16px, 560px);
    margin-top: 15px;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 10px 12px;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-name {
    font-size: 23px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-button {
    width: 60px;
  }

  .workspace-body,
  .heartlands,
  .heartlands-hero,
  .heartlands-feature-band,
  .heartlands-split,
  .aim-welcome,
  .aim-connect-box,
  .aim-choice-grid,
  .project-browser {
    grid-template-columns: 1fr;
  }

  .aim-welcome-guy {
    width: min(100%, 180px);
  }

  .games-content {
    padding: 18px 14px 22px;
  }

  .games-content .browser-header,
  .games-content .project-detail {
    grid-template-columns: 1fr;
  }

  .games-content .project-browser-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .games-content .detail-image {
    grid-row: auto;
    min-height: 220px;
  }

  .games-content .project-detail h2,
  .games-content .detail-copy,
  .games-content .detail-meta,
  .games-content .detail-description,
  .games-content .project-detail .text-links {
    grid-column: auto;
  }

  .sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .sidebar-section {
    margin-bottom: 14px;
  }

  .sidebar-link {
    display: inline-block;
    width: auto;
    margin-right: 3px;
  }

  .currently {
    margin-top: 16px;
  }

  .heartlands-image,
  .heartlands-image img,
  .heartlands-hero-media {
    min-height: 220px;
  }

  .heartlands-hero-copy {
    padding: 17px;
  }

  .heartlands-hero-copy h1 {
    font-size: 36px;
  }

  .heartlands-gallery {
    grid-template-columns: 1fr;
  }

  .archive-summary,
  .game-grid,
  .useful-grid,
  .cursorpets-grid {
    grid-template-columns: 1fr;
  }

  .project-browser-list {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .workbench-item {
    grid-template-columns: 60px 1fr;
    gap: 5px;
  }

  .workbench-type {
    display: none;
  }

  .footer {
    display: block;
    line-height: 1.8;
  }
}

@media (max-width: 430px) {
  .content {
    padding: 16px 13px 20px;
  }

  .workspace-title {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .games-content .project-browser-list {
    grid-template-columns: 1fr;
  }
}

