:root {
  color-scheme: dark;
  --bg: #021513;
  --panel: rgba(2, 33, 28, 0.88);
  --panel-strong: rgba(3, 44, 37, 0.96);
  --line: rgba(255, 242, 215, 0.22);
  --line-strong: rgba(255, 242, 215, 0.36);
  --text: #fff2d7;
  --muted: rgba(255, 242, 215, 0.68);
  --dim: rgba(255, 242, 215, 0.42);
  --ink: #061c18;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  background:
    linear-gradient(135deg, #031f1a 0%, #021612 42%, #010d0b 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.sg7-page {
  width: min(1840px, calc(100vw - 28px));
  margin: 10px auto 28px;
  border: 1.5px solid var(--line);
  background:
    linear-gradient(145deg, rgba(3, 43, 36, 0.78) 0%, rgba(2, 23, 19, 0.88) 48%, rgba(1, 13, 11, 0.92) 100%);
}

.sg7-archive,
.sg7-final,
.sg7-download-cta {
  position: relative;
  min-height: calc(100svh - 56px);
  padding: clamp(76px, 10vh, 132px) clamp(24px, 4vw, 64px);
}

.sg7-hero {
  position: relative;
  min-height: auto;
  padding: clamp(76px, 10vh, 132px) clamp(24px, 4vw, 64px) clamp(24px, 4vh, 44px);
}

.sg7-brand {
  position: absolute;
  top: 30px;
  left: 28px;
  color: var(--text);
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.sg7-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.sg7-download-cta {
  min-height: calc(100svh - 56px);
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  padding-top: clamp(70px, 10vh, 132px);
  padding-bottom: clamp(42px, 6vh, 82px);
  border-top: 1px solid rgba(255, 242, 215, 0.16);
  text-align: center;
}

.sg7-hero-copy {
  width: min(1280px, 100%);
  margin-top: clamp(42px, 7vh, 92px);
}

.sg7-download-cta .sg7-hero-copy {
  margin: 0 auto;
}

.sg7-download-cta h2 {
  font-size: clamp(53px, 5.2vw, 85px);
}

.sg7-download-notes {
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(46px, 7vw, 112px);
  margin: clamp(74px, 10vh, 128px) auto 0;
  justify-items: center;
  text-align: center;
}

.sg7-download-notes p {
  max-width: 285px;
  margin: 0;
  color: rgba(255, 242, 215, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.sg7-download-notes b,
.sg7-download-notes span {
  display: block;
}

.sg7-download-notes b {
  margin-bottom: 10px;
  color: #fff2d7;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sg7-kicker {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.sg7-demo-trigger {
  display: inline-flex;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.sg7-demo-trigger:hover,
.sg7-demo-trigger:focus-visible {
  color: var(--text);
}

.sg7-demo-trigger:focus-visible {
  outline: 1px solid rgba(255, 242, 215, 0.48);
  outline-offset: 6px;
}

h1,
h2 {
  margin: 0;
  color: var(--text);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(46px, 5vw, 82px);
}

h2 {
  font-size: clamp(38px, 4.4vw, 70px);
}

.sg7-hero-copy p:not(.sg7-kicker),
.sg7-section-head p:not(.sg7-kicker),
.sg7-final p:not(.sg7-kicker) {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 420;
  line-height: 1.62;
}

.sg7-button {
  width: min(360px, 100%);
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  border: 1px solid var(--text);
  background: var(--text);
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sg7-button:hover,
.sg7-button:focus-visible {
  border-color: rgba(255, 242, 215, 0.82);
  background: transparent;
  color: var(--text);
}

.sg7-preview-folders {
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 52px);
}

.sg7-preview-folder {
  display: grid;
  justify-items: center;
  gap: 12px;
  color: rgba(255, 242, 215, 0.72);
  font-size: 18px;
  transition: color 180ms ease, transform 180ms ease;
}

.sg7-preview-folder img {
  width: min(150px, 100%);
  height: 132px;
  object-fit: contain;
  opacity: 0.9;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.32));
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.sg7-preview-folder:hover,
.sg7-preview-folder.is-demo-hovered {
  color: var(--text);
  transform: translateY(-3px);
}

.sg7-preview-folder:hover img,
.sg7-preview-folder.is-demo-hovered img {
  opacity: 1;
  filter:
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(255, 242, 215, 0.12));
}

.sg7-archive {
  padding-top: clamp(10px, 1.8vh, 20px);
  padding-right: clamp(8px, 1vw, 14px);
  padding-left: clamp(8px, 1vw, 14px);
}

.sg7-section-head {
  max-width: 1180px;
  margin: 0 auto 24px;
  text-align: center;
}

.sg7-explorer {
  position: relative;
  width: min(100%, 1620px);
  height: min(89svh, 911px);
  min-height: 699px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) 56px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 215, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 242, 215, 0.025), transparent 18%),
    rgba(2, 18, 16, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 215, 0.08),
    0 34px 100px rgba(0, 0, 0, 0.28);
}

.sg7-terminal-bar {
  min-width: 0;
  grid-row: 2;
  display: grid;
  grid-template-columns: minmax(405px, 1.017fr) minmax(0, 1.683fr);
  align-items: center;
  gap: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
  border-bottom: 0;
  background: rgba(1, 12, 10, 0.64);
  color: rgba(255, 242, 215, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.sg7-terminal-bar > * {
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 5px 18px;
  border-right: 1px solid rgba(255, 242, 215, 0.13);
}

.sg7-terminal-bar > *:last-child,
.sg7-top-right > *:last-child {
  border-right: 0;
}

.sg7-top-brand {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  padding-right: 14px;
  padding-left: 14px;
}

.sg7-top-right {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  padding: 0;
}

.sg7-top-right > * {
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 6px 18px;
  border-right: 1px solid rgba(255, 242, 215, 0.13);
}

.sg7-top-name {
  overflow: hidden;
  color: var(--text);
  font-size: 18px;
  font-weight: 840;
  letter-spacing: 0.14em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg7-top-storage {
  overflow: hidden;
  color: rgba(255, 242, 215, 0.55);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg7-top-mode {
  flex: 0 0 auto;
  padding: 5px 8px 4px;
  border: 1.5px solid rgba(255, 242, 215, 0.38);
  border-radius: 5px;
  color: rgba(255, 242, 215, 0.82);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.sg7-top-stat {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  transition: background-color 160ms ease, color 160ms ease;
}

.sg7-has-tooltip {
  position: relative;
}

.sg7-top-stat > span:not(.sg7-hover-card) {
  color: #fff2d7;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.sg7-top-stat strong {
  color: #fff2d7;
  font-size: 15px;
  font-weight: 860;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.sg7-top-stat strong.sg7-stat-number {
  font-size: 15px;
}

.sg7-top-stat strong b {
  color: #17d36e;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 16px;
}

.sg7-status-stat strong {
  font-size: 15px;
  line-height: 1;
}

.sg7-status-stat.is-on strong {
  color: #6ff0a5;
}

.sg7-status-stat.is-off strong {
  color: #ff7b78;
}

.sg7-status-stat.is-off:hover,
.sg7-status-stat.is-off:focus-visible {
  background: rgba(52, 5, 7, 0.78);
}

.sg7-status-stat.is-on:hover,
.sg7-status-stat.is-on:focus-visible {
  background: rgba(3, 48, 30, 0.78);
}

.sg7-status-toggle {
  cursor: pointer;
  user-select: none;
}

.sg7-status-toggle:focus-visible {
  outline: 1px solid rgba(255, 242, 215, 0.54);
  outline-offset: -1px;
}

.sg7-play-button {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #fff2d7;
  font: inherit;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding-left: 0;
  text-transform: uppercase;
  transition:
    background 140ms ease,
    color 140ms ease,
    box-shadow 140ms ease;
}

.sg7-play-button:hover,
.sg7-play-button:focus-visible {
  background: rgba(3, 48, 30, 0.78);
  color: #fff2d7;
  box-shadow: none;
}

.sg7-play-icon {
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff2d7;
  font-size: 14px;
  line-height: 1;
}

.sg7-play-button b {
  color: #fff2d7;
  font-size: 15px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.sg7-play-button:hover .sg7-play-icon,
.sg7-play-button:focus-visible .sg7-play-icon,
.sg7-play-button:hover b,
.sg7-play-button:focus-visible b {
  color: #fff2d7;
}

.sg7-hover-card {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: calc(100% + 10px);
  z-index: 20;
  width: min(390px, 38vw);
  padding: 22px 24px 21px;
  border: 1px solid rgba(255, 242, 215, 0.42);
  background: rgba(2, 18, 16, 0.98);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
  color: #fff2d7;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  text-transform: none;
  transform: translate(-50%, 4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.sg7-hover-card b {
  display: block;
  margin: 0 0 12px;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 25px;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.08;
}

.sg7-hover-card em {
  display: block;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.34;
}

.sg7-rich-card {
  width: min(560px, 48vw);
  padding: 20px 26px 22px;
  text-align: left;
}

.sg7-rich-card--month {
  width: min(1180px, 82vw);
}

.sg7-rich-card--today {
  width: min(540px, 44vw);
}

.sg7-rich-card--session,
.sg7-rich-card--autoshots,
.sg7-rich-card--play {
  width: min(540px, 46vw);
}

.sg7-rich-card,
.sg7-rich-card span {
  box-sizing: border-box;
}

.sg7-card-section,
.sg7-memory-stats,
.sg7-memory-stats span {
  display: block;
}

.sg7-card-heading {
  display: block;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.sg7-card-heading--lead {
  font-size: 27px;
}

.sg7-card-heading--month {
  font-size: 31px;
}

.sg7-card-heading--today {
  font-size: 31px;
}

.sg7-card-heading--session {
  font-size: 30px;
}

.sg7-card-desc {
  display: block;
  max-width: 450px;
  margin-top: 7px;
  color: rgba(255, 242, 215, 0.58);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.32;
}

.sg7-card-number {
  display: block;
  margin-top: 12px;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
}

.sg7-card-caption {
  display: block;
  margin-top: 7px;
  color: rgba(255, 242, 215, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sg7-card-rule {
  display: block;
  height: 0;
  margin: 16px 0;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
  background: transparent;
}

.sg7-mini-chart {
  height: 179px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 8px;
  margin-top: 18px;
  margin-bottom: 28px;
  padding-top: 24px;
}

.sg7-mini-chart--daily {
  grid-template-columns: repeat(31, minmax(0, 1fr));
  gap: 7px;
}

.sg7-mini-chart > span {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.sg7-mini-chart > span::before {
  content: "";
  width: 100%;
  height: var(--h);
  min-height: 12px;
  border-radius: 3px 3px 1px 1px;
  background: linear-gradient(180deg, #fff2d7, rgba(255, 242, 215, 0.64));
  box-shadow: 0 0 16px rgba(255, 242, 215, 0.12);
}

.sg7-mini-chart--daily > span::before {
  min-height: 12px;
}

.sg7-mini-chart strong {
  position: absolute;
  bottom: calc(var(--h) + 7px);
  left: 50%;
  color: #fff2d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  transform: translateX(-50%);
}

.sg7-mini-chart--daily strong {
  bottom: calc(var(--h) + 3px);
  font-size: 12px;
  font-weight: 900;
}

.sg7-mini-chart i {
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  color: #fff2d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}

.sg7-mini-chart--daily i {
  bottom: -24px;
  font-size: 12px;
  font-weight: 900;
}

.sg7-app-stats,
.sg7-app-row,
.sg7-app-copy {
  display: block;
}

.sg7-app-stats {
  margin-top: 16px;
}

.sg7-app-row {
  min-height: 44px;
  display: grid;
  grid-template-columns: 34px minmax(120px, 1fr) minmax(96px, 0.75fr) 72px;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
}

.sg7-app-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.sg7-app-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 242, 215, 0.22);
  border-radius: 8px;
  color: #fff2d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 242, 215, 0.12);
  overflow: hidden;
}

.sg7-app-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.sg7-app-icon--gold {
  background: rgba(255, 242, 215, 0.14);
}

.sg7-app-icon--chrome {
  background: linear-gradient(135deg, rgba(255, 242, 215, 0.22), rgba(88, 255, 166, 0.16));
}

.sg7-app-icon--cursor {
  background: rgba(255, 242, 215, 0.08);
}

.sg7-app-icon--finder {
  background: linear-gradient(135deg, rgba(255, 242, 215, 0.08), rgba(255, 242, 215, 0.2));
}

.sg7-app-icon--notes {
  background: linear-gradient(135deg, rgba(255, 242, 215, 0.2), rgba(255, 242, 215, 0.06));
}

.sg7-app-copy b {
  display: block;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.05;
}

.sg7-app-copy em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 242, 215, 0.54);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.sg7-app-meter {
  height: 7px;
  border: 1px solid rgba(255, 242, 215, 0.16);
  background: rgba(255, 242, 215, 0.08);
  overflow: hidden;
}

.sg7-app-meter::before {
  content: "";
  width: var(--w);
  height: 100%;
  display: block;
  background: #fff2d7;
  opacity: 0.78;
}

.sg7-app-row > strong {
  color: #fff2d7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-align: right;
  white-space: nowrap;
}

.sg7-folder-picks,
.sg7-folder-pick,
.sg7-timer-options,
.sg7-timer-option,
.sg7-next-shot {
  display: block;
}

.sg7-folder-picks {
  max-height: 330px;
  overflow: hidden;
}

.sg7-folder-pick {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 18px;
  margin-top: 10px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 242, 215, 0.44);
  border-radius: 7px;
  background: #031b16;
}

.sg7-folder-pick:first-child {
  margin-top: 0;
}

.sg7-pick-check {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  border: 1px solid rgba(255, 242, 215, 0.48);
  border-radius: 6px;
  background: rgba(255, 242, 215, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 242, 215, 0.1);
}

.sg7-pick-check::before {
  content: "";
  width: 14px;
  height: 8px;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: rotate(-45deg) translate(1px, -1px);
}

.sg7-folder-pick.is-selected .sg7-pick-check {
  background: #fff2d7;
}

.sg7-folder-pick.is-selected .sg7-pick-check::before {
  border-color: #0c563f;
}

.sg7-folder-pick b {
  display: block;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.08;
}

.sg7-folder-pick em {
  display: block;
  margin-top: 5px;
  color: rgba(255, 242, 215, 0.52);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 760;
  line-height: 1;
}

.sg7-timer-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sg7-timer-option {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 242, 215, 0.16);
  border-radius: 5px;
  background: rgba(255, 242, 215, 0.06);
  text-align: center;
}

.sg7-timer-option.is-selected {
  border-color: rgba(255, 242, 215, 0.58);
  background: #fff2d7;
  color: #0c563f;
}

.sg7-timer-option b {
  display: block;
  color: inherit;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.82;
}

.sg7-timer-option em {
  display: block;
  margin-top: 5px;
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.78;
}

.sg7-next-shot {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
  color: rgba(255, 242, 215, 0.64);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.02em;
}

.sg7-play-preview,
.sg7-play-frame,
.sg7-play-frame-date,
.sg7-play-frame-title,
.sg7-play-frame-bars,
.sg7-play-timeline,
.sg7-play-meta {
  display: block;
}

.sg7-play-frame {
  padding: 16px;
  border: 1px solid rgba(255, 242, 215, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 242, 215, 0.08), rgba(255, 242, 215, 0.025)),
    rgba(255, 242, 215, 0.04);
}

.sg7-play-frame-date {
  color: rgba(255, 242, 215, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.sg7-play-frame-title {
  margin-top: 10px;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.sg7-play-frame-bars {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.85fr;
  gap: 8px;
  margin-top: 18px;
}

.sg7-play-frame-bars i {
  height: 36px;
  background: rgba(255, 242, 215, 0.18);
}

.sg7-play-frame-bars i:nth-child(2) {
  height: 54px;
  background: rgba(255, 242, 215, 0.32);
}

.sg7-play-frame-bars i:nth-child(3) {
  height: 44px;
}

.sg7-play-timeline {
  height: 8px;
  margin-top: 16px;
  background: rgba(255, 242, 215, 0.12);
  overflow: hidden;
}

.sg7-play-timeline i {
  width: 63%;
  height: 100%;
  display: block;
  background: #fff2d7;
  opacity: 0.82;
}

.sg7-play-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  margin-top: 13px;
  color: rgba(255, 242, 215, 0.62);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 760;
}

.sg7-play-meta b,
.sg7-play-meta em {
  display: block;
  margin: 0;
  color: inherit;
  font: inherit;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

.sg7-play-meta b {
  color: #fff2d7;
}

.sg7-memory-stats {
  margin-top: 56px;
}

.sg7-memory-stats span + span {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
}

.sg7-memory-stats b {
  display: block;
  margin: 0;
  color: #fff2d7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
}

.sg7-memory-stats em {
  display: block;
  max-width: 468px;
  margin-top: 5px;
  color: rgba(255, 242, 215, 0.58);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

.sg7-has-tooltip:hover .sg7-hover-card {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sg7-play-button .sg7-hover-card {
  right: 0;
  left: auto;
  transform: translate(0, 4px);
}

.sg7-play-button:hover .sg7-hover-card,
.sg7-play-button:focus-visible .sg7-hover-card {
  transform: translate(0, 0);
}

.sg7-terminal-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: calc(100% * 1.017 / 2.7);
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  border-top: 1px solid rgba(255, 242, 215, 0.14);
  border-left: 1px solid rgba(255, 242, 215, 0.18);
  color: rgba(255, 242, 215, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.sg7-bottom-left,
.sg7-bottom-right {
  min-width: 0;
  display: grid;
  align-items: center;
  min-height: 32px;
}

.sg7-bottom-left {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid rgba(255, 242, 215, 0.18);
}

.sg7-bottom-right {
  grid-column: 1;
  grid-template-columns: minmax(230px, 0.72fr) minmax(360px, 1.2fr);
}

.sg7-bottom-left span,
.sg7-bottom-right > * {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 242, 215, 0.12);
  white-space: nowrap;
}

.sg7-bottom-left span:last-child,
.sg7-bottom-right > *:last-child {
  border-right: 0;
}

.sg7-bottom-right b {
  color: #71d99a;
  font: inherit;
}

.sg7-autoshot {
  position: relative;
  gap: 16px;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.sg7-autoshot span {
  color: rgba(255, 242, 215, 0.58);
}

.sg7-autoshot strong {
  color: var(--text);
  font: inherit;
  font-size: 12px;
  letter-spacing: 0.12em;
  animation: sg7-autoshot-blink 1s steps(2, end) infinite;
}

.sg7-autoshot.is-fired strong {
  color: #0c563f;
  animation: none;
}

.sg7-autoshot.is-fired {
  justify-content: center;
  background: #fff2d7;
  box-shadow: none;
}

.sg7-autoshot.is-fired span {
  display: none;
}

.sg7-autoshot.is-fired::after {
  display: none;
}

.sg7-autoshot.is-off {
  justify-content: center;
  background: rgba(52, 5, 7, 0.78);
  box-shadow: none;
}

.sg7-autoshot.is-off span {
  display: none;
}

.sg7-autoshot.is-off strong {
  color: var(--text);
  animation: none;
}

@keyframes sg7-autoshot-blink {
  50% {
    opacity: 0.46;
  }
}

.sg7-storage {
  gap: 16px;
  transition: background-color 160ms ease, color 160ms ease;
}

.sg7-storage b {
  color: #fff2d7;
  font: inherit;
  transition: color 160ms ease;
}

.sg7-storage i {
  position: relative;
  flex: 1 1 240px;
  max-width: 340px;
  height: 8px;
  border: 1px solid rgba(255, 242, 215, 0.38);
  background:
    linear-gradient(90deg, transparent 0 24.5%, rgba(255, 242, 215, 0.14) 24.5% 25.5%, transparent 25.5% 49.5%, rgba(255, 242, 215, 0.14) 49.5% 50.5%, transparent 50.5% 74.5%, rgba(255, 242, 215, 0.14) 74.5% 75.5%, transparent 75.5% 100%),
    rgba(255, 242, 215, 0.04);
  transition: background 160ms ease, border-color 160ms ease;
}

.sg7-storage em {
  position: absolute;
  inset: 1px auto 1px 1px;
  width: 51%;
  background: linear-gradient(90deg, rgba(255, 242, 215, 0.92), rgba(255, 242, 215, 0.72));
  box-shadow: 0 0 16px rgba(255, 242, 215, 0.2);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.sg7-storage strong {
  color: #fff2d7;
  font: inherit;
  letter-spacing: 0.1em;
  transition: color 160ms ease;
}

.sg7-storage:hover,
.sg7-storage:focus-within {
  background: #fff2d7;
  color: #0c563f;
}

.sg7-storage:hover b,
.sg7-storage:hover strong,
.sg7-storage:focus-within b,
.sg7-storage:focus-within strong {
  color: #0c563f;
}

.sg7-storage:hover i,
.sg7-storage:focus-within i {
  border-color: rgba(12, 86, 63, 0.72);
  background:
    linear-gradient(90deg, transparent 0 24.5%, rgba(12, 86, 63, 0.16) 24.5% 25.5%, transparent 25.5% 49.5%, rgba(12, 86, 63, 0.16) 49.5% 50.5%, transparent 50.5% 74.5%, rgba(12, 86, 63, 0.16) 74.5% 75.5%, transparent 75.5% 100%),
    #fff2d7;
}

.sg7-storage:hover em,
.sg7-storage:focus-within em {
  background: #0c563f;
  box-shadow: none;
}

.sg7-terminal-body {
  grid-row: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(405px, 1.017fr) minmax(0, 1.683fr);
  gap: 0;
}

.sg7-folder-list,
.sg7-detail-panel {
  min-height: 0;
  overflow-y: auto;
  border: 0;
  background: transparent;
  scrollbar-color: rgba(255, 242, 215, 0.35) transparent;
  overscroll-behavior: auto;
}

.sg7-folder-list {
  border-right: 1px solid rgba(255, 242, 215, 0.18);
}

.sg7-detail-panel {
  border-left: 1px solid rgba(255, 242, 215, 0.06);
}

.sg7-folder-list {
  padding: 8px 10px 14px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.sg7-folder-group {
  width: 100%;
  display: block;
  min-height: 0;
  padding: 18px 14px 16px;
  border-right: 0;
  border-left: 0;
  border-top: 1px solid rgba(255, 242, 215, 0.16);
  border-bottom: 1px solid rgba(255, 242, 215, 0.14);
  background: rgba(1, 12, 10, 0.64);
  color: inherit;
  cursor: default;
  font: inherit;
  text-align: left;
  transition:
    background 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease;
}

.sg7-folder-group:first-child {
  border-top: 0;
}

.sg7-folder-group:hover,
.sg7-folder-group:focus-visible,
.sg7-folder-group.is-active {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 242, 215, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 242, 215, 0.08);
  outline: 0;
}

.sg7-folder-group h4 {
  margin: 4px 0 7px;
  color: var(--text);
  overflow: hidden;
  font-size: 22px;
  font-weight: 820;
  letter-spacing: 0.16em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sg7-folder-section {
  display: block;
  color: rgba(255, 242, 215, 0.44);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 360;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.sg7-folder-group p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 242, 215, 0.58);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 430;
  letter-spacing: 0;
  line-height: 1.35;
}

.sg7-row-count,
.sg7-row-date {
  color: rgba(255, 242, 215, 0.58);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.sg7-folder-tree {
  position: relative;
  padding: 0;
}

.sg7-folder-tree::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
}

.sg7-folder-tree.is-group-active::after {
  border-color: rgba(255, 242, 215, 0.24);
}

.sg7-folder-button,
.sg7-child-folder {
  position: relative;
  width: 100%;
  display: grid;
  align-items: center;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font: inherit;
  text-align: left;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.sg7-folder-button::after,
.sg7-child-folder::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 242, 215, 0.12);
  pointer-events: none;
}

.sg7-folder-button {
  grid-template-columns: 16px minmax(0, 1fr) 72px 72px;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px 0 34px;
  border-bottom-color: rgba(255, 242, 215, 0.09);
  color: var(--text);
}

.sg7-folder-button::before,
.sg7-child-folder::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  height: 1px;
  background: rgba(255, 242, 215, 0.18);
  transform: translateY(-50%);
}

.sg7-folder-button::before {
  width: 10px;
}

.sg7-folder-button:hover,
.sg7-folder-button:focus-visible {
  border-color: rgba(255, 242, 215, 0.64);
  background: #fff2d7;
  color: #0c563f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(12, 86, 63, 0.18);
}

.sg7-folder-button:focus-visible,
.sg7-child-folder:focus-visible {
  outline: 1px solid rgba(255, 242, 215, 0.54);
  outline-offset: 2px;
}

.sg7-folder-button.is-active,
.sg7-child-folder.is-active {
  border-color: rgba(255, 242, 215, 0.64);
  background: #fff2d7;
  color: #0c563f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(12, 86, 63, 0.18);
}

.sg7-folder-icon {
  position: relative;
  width: 19px;
  height: 13px;
  border-radius: 4px 4px 5px 5px;
  background:
    radial-gradient(circle at 20% 64%, rgba(0, 0, 0, 0.055) 0 0.8px, transparent 1px),
    radial-gradient(circle at 67% 38%, rgba(0, 0, 0, 0.045) 0 0.7px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fbfbf6 50%, #ecece5 100%);
  background-size: 9px 8px, 11px 10px, auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(0, 0, 0, 0.055),
    0 2px 6px rgba(0, 0, 0, 0.32);
}

.sg7-folder-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 9px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  background:
    radial-gradient(circle at 28% 55%, rgba(0, 0, 0, 0.045) 0 0.7px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #f2f2ec 100%);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.18);
}

.sg7-folder-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.sg7-folder-title {
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap;
}

.sg7-child-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.sg7-child-folder {
  grid-template-columns: 16px minmax(0, 1fr) 72px 72px;
  gap: 10px;
  min-height: 38px;
  padding: 0 14px 0 54px;
  border-bottom-color: rgba(255, 242, 215, 0.08);
  color: var(--text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: none;
}

.sg7-child-folder::before {
  width: 30px;
}

.sg7-child-folder:hover,
.sg7-child-folder:focus-visible {
  border-color: rgba(255, 242, 215, 0.64);
  color: #0c563f;
  background: #fff2d7;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(12, 86, 63, 0.18);
}

.sg7-folder-list.is-click-committed .sg7-folder-button:hover:not(.is-active),
.sg7-folder-list.is-click-committed .sg7-child-folder:hover:not(.is-active) {
  border-color: transparent;
  background: transparent;
  color: var(--text);
  box-shadow: none;
}

.sg7-folder-list.is-click-committed .sg7-folder-button:hover:not(.is-active) .sg7-folder-title,
.sg7-folder-list.is-click-committed .sg7-child-folder:hover:not(.is-active) > span:not(.sg7-child-icon) {
  color: var(--text);
}

.sg7-folder-list.is-click-committed .sg7-folder-button:hover:not(.is-active) .sg7-row-count,
.sg7-folder-list.is-click-committed .sg7-folder-button:hover:not(.is-active) .sg7-row-date,
.sg7-folder-list.is-click-committed .sg7-child-folder:hover:not(.is-active) .sg7-row-count,
.sg7-folder-list.is-click-committed .sg7-child-folder:hover:not(.is-active) .sg7-row-date {
  color: rgba(255, 242, 215, 0.58);
}

.sg7-folder-tree.is-group-active .sg7-folder-button::after,
.sg7-folder-tree.is-group-active .sg7-child-folder::after {
  background: rgba(255, 242, 215, 0.12);
}

.sg7-folder-tree.is-group-active .sg7-folder-button::before,
.sg7-folder-tree.is-group-active .sg7-child-folder::before {
  background: rgba(255, 242, 215, 0.18);
}

.sg7-folder-tree:has(.sg7-folder-button:hover) .sg7-child-folder,
.sg7-folder-tree:has(.sg7-folder-button:focus-visible) .sg7-child-folder,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-button,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-button,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder {
  border-color: rgba(255, 242, 215, 0.12);
  background: rgba(18, 54, 45, 0.42);
  color: var(--text);
  box-shadow: none;
}

.sg7-folder-tree:has(.sg7-folder-button:hover) .sg7-child-folder > span:not(.sg7-child-icon),
.sg7-folder-tree:has(.sg7-folder-button:focus-visible) .sg7-child-folder > span:not(.sg7-child-icon),
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-title,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-title,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder > span:not(.sg7-child-icon),
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder > span:not(.sg7-child-icon) {
  color: var(--text);
}

.sg7-folder-tree:has(.sg7-folder-button:hover) .sg7-child-folder .sg7-row-count,
.sg7-folder-tree:has(.sg7-folder-button:hover) .sg7-child-folder .sg7-row-date,
.sg7-folder-tree:has(.sg7-folder-button:focus-visible) .sg7-child-folder .sg7-row-count,
.sg7-folder-tree:has(.sg7-folder-button:focus-visible) .sg7-child-folder .sg7-row-date,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-row-date,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-row-date {
  color: rgba(255, 242, 215, 0.58);
}

.sg7-folder-tree.is-group-active .sg7-folder-button:hover,
.sg7-folder-tree.is-group-active .sg7-folder-button:focus-visible,
.sg7-folder-tree.is-group-active .sg7-child-folder:hover,
.sg7-folder-tree.is-group-active .sg7-child-folder:focus-visible {
  border-color: rgba(255, 242, 215, 0.64);
  background: #fff2d7;
  color: #0c563f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(12, 86, 63, 0.18);
  z-index: 1;
}

.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible {
  border-color: rgba(255, 242, 215, 0.64);
  background: #fff2d7;
  color: #0c563f;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -1px 0 rgba(12, 86, 63, 0.18);
  z-index: 1;
}

.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover > span:not(.sg7-child-icon),
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible > span:not(.sg7-child-icon),
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover .sg7-row-date,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible .sg7-row-date {
  color: #0c563f;
}

.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover::before,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible::before {
  background: rgba(12, 86, 63, 0.72);
}

.sg7-folder-button:hover,
.sg7-folder-button:focus-visible,
.sg7-child-folder:hover,
.sg7-child-folder:focus-visible,
.sg7-folder-tree.is-group-active .sg7-folder-button:hover,
.sg7-folder-tree.is-group-active .sg7-child-folder:hover {
  color: #0c563f;
}

.sg7-folder-button:hover .sg7-folder-title,
.sg7-folder-button:focus-visible .sg7-folder-title,
.sg7-folder-button.is-active .sg7-folder-title,
.sg7-child-folder:hover > span:not(.sg7-child-icon),
.sg7-child-folder:focus-visible > span:not(.sg7-child-icon),
.sg7-child-folder.is-active > span:not(.sg7-child-icon) {
  color: #0c563f;
}

.sg7-folder-button:hover::before,
.sg7-folder-button:focus-visible::before,
.sg7-folder-button.is-active::before,
.sg7-child-folder:hover::before,
.sg7-child-folder:focus-visible::before,
.sg7-child-folder.is-active::before {
  background: rgba(12, 86, 63, 0.72);
}

.sg7-folder-button:hover .sg7-row-count,
.sg7-folder-button:hover .sg7-row-date,
.sg7-folder-button:focus-visible .sg7-row-count,
.sg7-folder-button:focus-visible .sg7-row-date,
.sg7-folder-button.is-active .sg7-row-count,
.sg7-folder-button.is-active .sg7-row-date,
.sg7-child-folder:hover .sg7-row-count,
.sg7-child-folder:hover .sg7-row-date,
.sg7-child-folder:focus-visible .sg7-row-count,
.sg7-child-folder:focus-visible .sg7-row-date,
.sg7-child-folder.is-active .sg7-row-count,
.sg7-child-folder.is-active .sg7-row-date {
  color: #0c563f;
}

.sg7-folder-list.is-click-committed .sg7-folder-button:hover::before,
.sg7-folder-list.is-click-committed .sg7-child-folder:hover::before {
  background: rgba(255, 242, 215, 0.18);
}

.sg7-child-folder > span:not(.sg7-child-icon) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg7-child-icon {
  position: relative;
  width: 19px;
  height: 13px;
  border: 0;
  border-radius: 4px 4px 5px 5px;
  background:
    radial-gradient(circle at 24% 64%, rgba(0, 0, 0, 0.05) 0 0.6px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(235, 235, 226, 0.9) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 1px 4px rgba(0, 0, 0, 0.22);
}

.sg7-child-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 9px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(235, 235, 226, 0.9) 100%);
}

.sg7-child-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.sg7-detail-panel {
  padding: clamp(22px, 2.5vw, 38px);
  padding-bottom: calc(clamp(22px, 2.5vw, 38px) + 32px);
}

.sg7-detail-meta {
  margin: 0 0 14px;
  color: var(--dim);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sg7-detail-meta--section {
  margin-bottom: 26px;
  font-weight: 360;
  letter-spacing: 0.08em;
}

.sg7-detail-panel h3 {
  margin: 0;
  color: var(--text);
  font-family: Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: clamp(35px, 3vw, 53px);
  font-style: italic;
  letter-spacing: -0.03em;
  line-height: 0.98;
}

.sg7-detail-intro {
  max-width: 760px;
  margin: 18px 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.sg7-detail-panel .sg7-detail-intro--group {
  max-width: 900px;
  margin-top: 24px;
  color: rgba(255, 242, 215, 0.72);
  font-size: clamp(21px, 1.8vw, 30px);
  font-weight: 430;
  line-height: 1.36;
}

.sg7-detail-intro--group p {
  margin: 0;
}

.sg7-detail-intro--group ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding-left: 1.15em;
}

.sg7-detail-intro--group li {
  padding-left: 0.18em;
}

.sg7-subfolders {
  display: grid;
  gap: 0;
  padding-bottom: 22px;
  border-top: 1px solid rgba(255, 242, 215, 0.2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.sg7-terminal-head,
.sg7-subfolders article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 84px 150px 132px;
  align-items: center;
  column-gap: 10px;
}

.sg7-right-folder-tree {
  display: grid;
  gap: 0;
  position: relative;
}

.sg7-right-folder-tree::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  pointer-events: none;
  z-index: 2;
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover)::after,
.sg7-right-folder-tree.is-linked-hover::after {
  border-color: rgba(255, 242, 215, 0.24);
}

.sg7-terminal-head {
  min-height: 30px;
  padding: 0 14px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 242, 215, 0.16);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 242, 215, 0.46);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sg7-terminal-head span:first-child {
  grid-column: 2;
}

.sg7-terminal-head span {
  text-align: left;
}

.sg7-subfolders article {
  position: relative;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-bottom-color: rgba(255, 242, 215, 0.09);
  background: transparent;
  cursor: default;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.sg7-subfolders article:nth-child(odd) {
  background: transparent;
}

.sg7-subfolders .sg7-subfolder-row--parent {
  grid-template-columns: 16px minmax(0, 1fr) 84px 150px 132px;
  padding-left: 34px;
}

.sg7-subfolders .sg7-subfolder-row--child {
  grid-template-columns: 16px minmax(0, 1fr) 84px 150px 132px;
  padding-left: 54px;
}

.sg7-subfolder-row--parent::before,
.sg7-subfolder-row--child::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  height: 1px;
  background: rgba(255, 242, 215, 0.18);
  transform: translateY(-50%);
}

.sg7-subfolder-row--parent::before {
  width: 10px;
}

.sg7-subfolder-row--child::before {
  width: 30px;
}

.sg7-subfolders article::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 242, 215, 0.12);
  pointer-events: none;
}

.sg7-subfolders article:hover,
.sg7-subfolders article.is-linked-hover {
  border-color: rgba(255, 255, 255, 0.96);
  background: rgba(18, 54, 45, 0.42);
  box-shadow: none;
  z-index: 1;
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row {
  border-color: rgba(255, 242, 215, 0.12);
  background: rgba(18, 54, 45, 0.42);
  color: var(--text);
  box-shadow: none;
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row--parent,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row--parent {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  z-index: 1;
}

.sg7-subfolders article:hover p,
.sg7-subfolders article:hover time,
.sg7-subfolders article:hover b,
.sg7-subfolders article.is-linked-hover p,
.sg7-subfolders article.is-linked-hover time,
.sg7-subfolders article.is-linked-hover b {
  color: var(--text);
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row p,
.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row time,
.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row b,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row p,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row time,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row b {
  color: var(--text);
}

.sg7-subfolders article:hover .sg7-subfolder-icon,
.sg7-subfolders article.is-linked-hover .sg7-subfolder-icon {
  filter: brightness(1.14);
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-icon,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-icon {
  filter: brightness(1.14);
}

.sg7-subfolders article:hover::before,
.sg7-subfolders article.is-linked-hover::before {
  background: rgba(255, 242, 215, 0.38);
}

.sg7-right-folder-tree:has(.sg7-subfolder-row--parent:hover) .sg7-subfolder-row::before,
.sg7-right-folder-tree.is-linked-hover .sg7-subfolder-row::before {
  background: rgba(255, 242, 215, 0.38);
}

.sg7-subfolder-icon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 0;
  border-radius: 4px 4px 5px 5px;
  background:
    radial-gradient(circle at 26% 64%, rgba(0, 0, 0, 0.05) 0 0.6px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, #fbfbf6 50%, #ecece5 100%);
  background-size: 9px 8px, auto;
  opacity: 1;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 1px 3px rgba(0, 0, 0, 0.26);
}

.sg7-subfolder-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 9px;
  height: 6px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #f2f2ec 100%);
}

.sg7-subfolder-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.sg7-subfolders p {
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-overflow: ellipsis;
}

.sg7-subfolder-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg7-subfolder-nested {
  display: block;
  margin-top: 4px;
  padding-left: 18px;
  color: rgba(255, 242, 215, 0.44);
  cursor: default;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.12em;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sg7-subfolders article:hover .sg7-subfolder-nested,
.sg7-subfolders article.is-linked-hover .sg7-subfolder-nested {
  color: rgba(255, 242, 215, 0.44);
}

.sg7-subfolder-nested::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 50%;
  width: 9px;
  height: 1px;
  background: rgba(255, 242, 215, 0.22);
}

.sg7-subfolders article:hover .sg7-subfolder-nested:hover {
  color: #ffffff;
}

.sg7-subfolders article:hover .sg7-subfolder-nested:hover::before {
  background: rgba(255, 255, 255, 0.92);
}

.sg7-subfolders time,
.sg7-subfolders b {
  color: rgba(255, 242, 215, 0.58);
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.sg7-subfolders b {
  color: rgba(255, 242, 215, 0.76);
  font-weight: 760;
}

.sg7-archive--future {
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 242, 215, 0.08), transparent 28%),
    rgba(2, 26, 22, 0.44);
}

.sg7-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-top: 1px solid var(--line);
  text-align: center;
}

.sg7-final h2 {
  max-width: 1060px;
}

.sg7-folder-icon,
.sg7-child-icon,
.sg7-subfolder-icon {
  border: 0;
  border-radius: 0;
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: none;
}

.sg7-folder-button:hover .sg7-folder-icon,
.sg7-folder-button:focus-visible .sg7-folder-icon,
.sg7-folder-button.is-active .sg7-folder-icon,
.sg7-child-folder:hover .sg7-child-icon,
.sg7-child-folder:focus-visible .sg7-child-icon,
.sg7-child-folder.is-active .sg7-child-icon,
.sg7-subfolders article:hover .sg7-subfolder-icon,
.sg7-subfolders article.is-linked-hover .sg7-subfolder-icon {
  background-image: url("assets/screenshot-gold-folder-icon-dark.png?v=foldericon4-dark-1");
}

.sg7-folder-icon,
.sg7-child-icon {
  width: 16px;
  height: 16px;
}

.sg7-subfolder-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.sg7-folder-icon::before,
.sg7-folder-icon::after,
.sg7-child-icon::before,
.sg7-child-icon::after,
.sg7-subfolder-icon::before,
.sg7-subfolder-icon::after {
  display: none;
}

.sg7-folder-tree .sg7-child-folder:hover,
.sg7-folder-tree .sg7-child-folder:focus-visible {
  background: #fff2d7 !important;
  border-color: rgba(255, 242, 215, 0.64) !important;
  color: #0c563f !important;
}

.sg7-folder-tree .sg7-child-folder:hover > span,
.sg7-folder-tree .sg7-child-folder:focus-visible > span,
.sg7-folder-tree .sg7-child-folder:hover .sg7-row-count,
.sg7-folder-tree .sg7-child-folder:hover .sg7-row-date,
.sg7-folder-tree .sg7-child-folder:focus-visible .sg7-row-count,
.sg7-folder-tree .sg7-child-folder:focus-visible .sg7-row-date {
  color: #0c563f !important;
}

.sg7-folder-tree .sg7-child-folder:hover::before,
.sg7-folder-tree .sg7-child-folder:focus-visible::before {
  background: rgba(12, 86, 63, 0.72) !important;
}

.sg7-folder-tree .sg7-child-folder:hover .sg7-child-icon,
.sg7-folder-tree .sg7-child-folder:focus-visible .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon-dark.png?v=foldericon4-dark-1") !important;
}

.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-button .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-button .sg7-row-date,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-button .sg7-row-count,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-button .sg7-row-date {
  color: #ffffff;
}

.sg7-folder-button:hover:not(.is-active),
.sg7-folder-button:focus-visible:not(.is-active),
.sg7-folder-tree.is-group-active .sg7-folder-button:hover:not(.is-active),
.sg7-folder-tree.is-group-active .sg7-folder-button:focus-visible:not(.is-active),
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-button:hover:not(.is-active),
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-button:focus-visible:not(.is-active),
.sg7-child-folder:hover:not(.is-active),
.sg7-child-folder:focus-visible:not(.is-active),
.sg7-folder-tree.is-group-active .sg7-child-folder:hover:not(.is-active),
.sg7-folder-tree.is-group-active .sg7-child-folder:focus-visible:not(.is-active),
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover:not(.is-active),
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible:not(.is-active) {
  border-color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

.sg7-folder-button:hover:not(.is-active) .sg7-folder-title,
.sg7-folder-button:focus-visible:not(.is-active) .sg7-folder-title,
.sg7-child-folder:hover:not(.is-active) > span:not(.sg7-child-icon),
.sg7-child-folder:focus-visible:not(.is-active) > span:not(.sg7-child-icon) {
  color: var(--text) !important;
}

.sg7-folder-button:hover:not(.is-active) .sg7-row-count,
.sg7-folder-button:hover:not(.is-active) .sg7-row-date,
.sg7-folder-button:focus-visible:not(.is-active) .sg7-row-count,
.sg7-folder-button:focus-visible:not(.is-active) .sg7-row-date,
.sg7-child-folder:hover:not(.is-active) .sg7-row-count,
.sg7-child-folder:hover:not(.is-active) .sg7-row-date,
.sg7-child-folder:focus-visible:not(.is-active) .sg7-row-count,
.sg7-child-folder:focus-visible:not(.is-active) .sg7-row-date {
  color: rgba(255, 242, 215, 0.58) !important;
}

.sg7-folder-button:hover:not(.is-active)::before,
.sg7-folder-button:focus-visible:not(.is-active)::before,
.sg7-child-folder:hover:not(.is-active)::before,
.sg7-child-folder:focus-visible:not(.is-active)::before {
  background: rgba(255, 242, 215, 0.18) !important;
}

.sg7-folder-button:hover:not(.is-active) .sg7-folder-icon,
.sg7-folder-button:focus-visible:not(.is-active) .sg7-folder-icon,
.sg7-child-folder:hover:not(.is-active) .sg7-child-icon,
.sg7-child-folder:focus-visible:not(.is-active) .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

.sg7-folder-button:hover,
.sg7-folder-button:focus-visible,
.sg7-folder-tree.is-group-active .sg7-folder-button:hover,
.sg7-folder-tree.is-group-active .sg7-folder-button:focus-visible,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-folder-button:hover,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-folder-button:focus-visible,
.sg7-child-folder:hover,
.sg7-child-folder:focus-visible,
.sg7-folder-tree.is-group-active .sg7-child-folder:hover,
.sg7-folder-tree.is-group-active .sg7-child-folder:focus-visible,
.sg7-folder-tree:has(.sg7-child-folder:hover) .sg7-child-folder:hover,
.sg7-folder-tree:has(.sg7-child-folder:focus-visible) .sg7-child-folder:focus-visible {
  border-color: rgba(255, 255, 255, 0.92) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

.sg7-folder-button:hover .sg7-folder-title,
.sg7-folder-button:focus-visible .sg7-folder-title,
.sg7-child-folder:hover > span:not(.sg7-child-icon),
.sg7-child-folder:focus-visible > span:not(.sg7-child-icon) {
  color: var(--text) !important;
}

.sg7-folder-button:hover .sg7-row-count,
.sg7-folder-button:hover .sg7-row-date,
.sg7-folder-button:focus-visible .sg7-row-count,
.sg7-folder-button:focus-visible .sg7-row-date,
.sg7-child-folder:hover .sg7-row-count,
.sg7-child-folder:hover .sg7-row-date,
.sg7-child-folder:focus-visible .sg7-row-count,
.sg7-child-folder:focus-visible .sg7-row-date {
  color: rgba(255, 242, 215, 0.58) !important;
}

.sg7-folder-button:hover::before,
.sg7-folder-button:focus-visible::before,
.sg7-child-folder:hover::before,
.sg7-child-folder:focus-visible::before {
  background: rgba(255, 242, 215, 0.18) !important;
}

.sg7-folder-button:hover .sg7-folder-icon,
.sg7-folder-button:focus-visible .sg7-folder-icon,
.sg7-child-folder:hover .sg7-child-icon,
.sg7-child-folder:focus-visible .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

.sg7-folder-list .sg7-folder-button:hover,
.sg7-folder-list .sg7-folder-button:focus-visible,
.sg7-folder-list .sg7-child-folder:hover,
.sg7-folder-list .sg7-child-folder:focus-visible {
  border-color: rgba(255, 255, 255, 0.96) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: #fff2d7 !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-button:hover .sg7-folder-title,
.sg7-folder-list .sg7-folder-button:focus-visible .sg7-folder-title,
.sg7-folder-list .sg7-child-folder:hover > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-child-folder:focus-visible > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-folder-button:hover .sg7-row-count,
.sg7-folder-list .sg7-folder-button:hover .sg7-row-date,
.sg7-folder-list .sg7-folder-button:focus-visible .sg7-row-count,
.sg7-folder-list .sg7-folder-button:focus-visible .sg7-row-date,
.sg7-folder-list .sg7-child-folder:hover .sg7-row-count,
.sg7-folder-list .sg7-child-folder:hover .sg7-row-date,
.sg7-folder-list .sg7-child-folder:focus-visible .sg7-row-count,
.sg7-folder-list .sg7-child-folder:focus-visible .sg7-row-date {
  color: #fff2d7 !important;
}

.sg7-folder-list .sg7-folder-button:hover::before,
.sg7-folder-list .sg7-folder-button:focus-visible::before,
.sg7-folder-list .sg7-child-folder:hover::before,
.sg7-folder-list .sg7-child-folder:focus-visible::before {
  background: rgba(255, 242, 215, 0.38) !important;
}

.sg7-folder-list .sg7-folder-button:hover .sg7-folder-icon,
.sg7-folder-list .sg7-folder-button:focus-visible .sg7-folder-icon,
.sg7-folder-list .sg7-child-folder:hover .sg7-child-icon,
.sg7-folder-list .sg7-child-folder:focus-visible .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

.sg7-folder-list .sg7-folder-button.is-active,
.sg7-folder-list .sg7-child-folder.is-active {
  border-color: rgba(255, 255, 255, 0.96) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: #fff2d7 !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-button.is-active .sg7-folder-title,
.sg7-folder-list .sg7-child-folder.is-active > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-folder-button.is-active .sg7-row-count,
.sg7-folder-list .sg7-folder-button.is-active .sg7-row-date,
.sg7-folder-list .sg7-child-folder.is-active .sg7-row-count,
.sg7-folder-list .sg7-child-folder.is-active .sg7-row-date {
  color: #fff2d7 !important;
}

.sg7-folder-list .sg7-folder-button.is-active::before,
.sg7-folder-list .sg7-child-folder.is-active::before {
  background: rgba(255, 242, 215, 0.38) !important;
}

.sg7-folder-list .sg7-folder-button.is-active .sg7-folder-icon,
.sg7-folder-list .sg7-child-folder.is-active .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-folder-button,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-child-folder {
  border-color: rgba(255, 242, 215, 0.12) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: #fff2d7 !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-folder-button.is-active,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-child-folder.is-active {
  border-color: rgba(255, 255, 255, 0.96) !important;
  background: rgba(18, 54, 45, 0.42) !important;
  color: #fff2d7 !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-folder-title,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-child-folder > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-row-count,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-row-date {
  color: #fff2d7 !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-folder-button::before,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-child-folder::before {
  background: rgba(255, 242, 215, 0.38) !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-folder-icon,
.sg7-folder-list .sg7-folder-tree.is-group-active .sg7-child-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-folder-button,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-folder-button,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-child-folder:not(:hover),
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-child-folder:not(:focus-visible) {
  border-color: rgba(255, 242, 215, 0.12) !important;
  background: transparent !important;
  color: rgba(255, 242, 215, 0.6) !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-folder-button .sg7-folder-title,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-folder-button .sg7-folder-title,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-child-folder:not(:hover) > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-child-folder:not(:focus-visible) > span:not(.sg7-child-icon) {
  color: #fff2d7 !important;
}

.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-folder-button .sg7-row-count,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-folder-button .sg7-row-date,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-folder-button .sg7-row-count,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-folder-button .sg7-row-date,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-child-folder:not(:hover) .sg7-row-count,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-child-folder:not(:hover) .sg7-row-date,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-child-folder:not(:focus-visible) .sg7-row-count,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-child-folder:not(:focus-visible) .sg7-row-date {
  color: rgba(255, 242, 215, 0.58) !important;
}

.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-folder-button::before,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-folder-button::before,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:hover):not(.is-group-active) .sg7-child-folder:not(:hover)::before,
.sg7-folder-list .sg7-folder-tree:has(.sg7-child-folder:focus-visible):not(.is-group-active) .sg7-child-folder:not(:focus-visible)::before {
  background: rgba(255, 242, 215, 0.18) !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-folder-button,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-folder-button,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-child-folder:not(:hover),
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-child-folder:not(:focus-visible) {
  border-color: rgba(255, 242, 215, 0.12) !important;
  background: transparent !important;
  color: rgba(255, 242, 215, 0.6) !important;
  box-shadow: none !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-folder-button .sg7-folder-title,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-folder-button .sg7-folder-title,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-child-folder:not(:hover) > span:not(.sg7-child-icon),
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-child-folder:not(:focus-visible) > span:not(.sg7-child-icon) {
  color: #fff2d7 !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-folder-button .sg7-row-count,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-folder-button .sg7-row-date,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-folder-button .sg7-row-count,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-folder-button .sg7-row-date,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-child-folder:not(:hover) .sg7-row-count,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-child-folder:not(:hover) .sg7-row-date,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-child-folder:not(:focus-visible) .sg7-row-count,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-child-folder:not(:focus-visible) .sg7-row-date {
  color: rgba(255, 242, 215, 0.58) !important;
}

.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-folder-button::before,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-folder-button::before,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:hover) .sg7-child-folder:not(:hover)::before,
.sg7-folder-list .sg7-folder-tree.is-group-active:has(.sg7-child-folder:focus-visible) .sg7-child-folder:not(:focus-visible)::before {
  background: rgba(255, 242, 215, 0.18) !important;
}

.sg7-subfolders article:hover .sg7-subfolder-icon,
.sg7-subfolders article.is-linked-hover .sg7-subfolder-icon {
  background-image: url("assets/screenshot-gold-folder-icon.png?v=foldericon4-2") !important;
}

@media (max-width: 900px) {
  .sg7-page {
    width: calc(100vw - 24px);
    margin: 12px auto 20px;
  }

  .sg7-preview-folders {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sg7-explorer {
    height: auto;
    min-height: 0;
    grid-template-rows: auto auto;
    width: 100%;
  }

  .sg7-terminal-bar {
    grid-template-columns: 1fr;
  }

  .sg7-top-right {
    grid-template-columns: 1fr;
  }

  .sg7-terminal-bar > *,
  .sg7-top-right > * {
    min-height: 44px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 242, 215, 0.12);
  }

  .sg7-terminal-body {
    grid-template-columns: 1fr;
  }

  .sg7-download-notes {
    grid-template-columns: 1fr;
    margin-top: 52px;
    text-align: center;
  }

  .sg7-folder-list {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 242, 215, 0.18);
  }

  .sg7-folder-list,
  .sg7-detail-panel {
    max-height: 58svh;
  }

  .sg7-terminal-head,
  .sg7-subfolders article {
    grid-template-columns: 28px minmax(0, 1fr) 54px 104px 92px;
    column-gap: 8px;
  }

  .sg7-subfolders time,
  .sg7-subfolders b {
    font-size: 9px;
  }
}
