:root {
  color-scheme: light;
  --bg: #f8faf9;
  --surface: #fff;
  --ink: #132e24;
  --muted: #5b6e64;
  --line: #dde8e1;
  --soft: #edf5f0;
  --green: #087650;
  --deep: #073f30;
  --light: #bceeb1;
  --danger: #ae2e3a;
  --gold: #f3e2ab;
  font:
    14px/1.5 Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--bg);
}
* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
p {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: default;
  opacity: 0.62;
}
a {
  color: var(--green);
}
button,
a {
  touch-action: manipulation;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.8;
  flex-shrink: 0;
}
img {
  display: block;
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #168e5c;
  outline-offset: 4px;
}
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}
button {
  overflow-wrap: anywhere;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  padding: 12px 18px;
  z-index: 30;
  background: var(--deep);
  color: white;
  border-radius: 10px;
}
.skip-link:focus {
  top: 10px;
}
.j-header {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}
.j-header-inner {
  max-width: 1184px;
  margin: auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.j-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  min-height: 44px;
}
.j-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #168c60, var(--deep));
  color: #f2dfa5;
  font-weight: 750;
  font-size: 23px;
  font-style: italic;
}
.j-brand-name {
  font-size: 21px;
  font-weight: 750;
  letter-spacing: -0.7px;
}
.j-brand-name span {
  font-weight: 400;
  color: var(--muted);
}
.j-owner,
.button-secondary,
.button-quiet {
  border: 1px solid var(--line);
  border-radius: 99px;
  min-height: 44px;
  padding: 9px 15px;
  background: var(--surface);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.button-quiet {
  border-color: transparent;
  background: transparent;
}
.button-danger {
  color: var(--danger);
}
.j-body {
  max-width: 1184px;
  min-height: calc(100vh - 177px);
  margin: auto;
  padding: 40px 32px 25px;
}
.j-body:focus {
  outline: none;
}
.j-kicker {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.j-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #19a06c;
}
.j-intro {
  margin-bottom: 30px;
}
.j-intro h1 {
  font-size: clamp(30px, 4.5vw, 47px);
  font-weight: 750;
  letter-spacing: -1.8px;
  line-height: 1.13;
  margin-bottom: 12px;
}
.j-intro p {
  color: var(--muted);
  font-size: 15px;
  max-width: 640px;
  overflow-wrap: anywhere;
}
.j-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.j-categories--single {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
}
.j-lottery {
  border: 0;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 310px;
  padding: 29px;
  background:
    radial-gradient(ellipse at 100% 0%, #35a06e 0%, transparent 66%),
    linear-gradient(130deg, var(--green), var(--deep));
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: 0 10px 22px #063e3014;
}
.j-lottery.accent-teal {
  background:
    radial-gradient(ellipse at 100% 0%, #35a699 0%, transparent 66%),
    linear-gradient(130deg, #087671, #073f3e);
}
.j-lottery.accent-violet {
  background:
    radial-gradient(ellipse at 100% 0%, #9375b7 0%, transparent 66%),
    linear-gradient(130deg, #73479a, #352846);
}
.j-lottery:before,
.j-lottery:after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff13;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}
.j-lottery:before {
  width: 460px;
  height: 460px;
  top: -155px;
  right: -118px;
}
.j-lottery:after {
  width: 335px;
  height: 335px;
  top: -80px;
  right: -57px;
}
.j-category-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #ddf4e7;
  font-size: 11px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.j-category-title {
  font-size: 39px;
  letter-spacing: -1.2px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
  margin-top: 30px;
  z-index: 1;
  max-width: 70%;
  overflow-wrap: anywhere;
}
.j-category-description {
  color: #dbefe5;
  max-width: 55%;
  font-size: 14px;
  margin-top: 11px;
  display: block;
  z-index: 1;
  overflow-wrap: anywhere;
}
.j-open-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 26px;
  z-index: 1;
}
.j-open-label {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.j-circle-arrow {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--gold);
  color: #174c39;
}
.j-art {
  position: absolute;
  right: 32px;
  top: 65px;
  width: 146px;
  height: 174px;
  pointer-events: none;
  transform: rotate(12deg);
  transition: transform 0.3s ease;
}
.j-ticket {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 117px;
  height: 153px;
  border-radius: 17px;
  box-shadow: 0 15px 30px #002d2b3d;
}
.j-ticket--back {
  background: linear-gradient(155deg, #91dfb3, #2baf8e);
  transform: rotate(-26deg);
  left: 0;
  top: 13px;
  border: 1px solid #c9f7dd80;
}
.j-ticket--front {
  right: 0;
  top: 0;
  background: linear-gradient(140deg, #fff5d9, #eaca79);
  color: #226447;
  padding: 16px 9px;
  border: 1px solid #ffffffa6;
}
.j-ticket-label {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.5px;
}
.j-ticket-symbol {
  display: grid;
  place-items: center;
  margin: 14px 0 10px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #216b4e33;
}
.j-ticket-symbol svg {
  width: 28px;
  height: 28px;
}
.j-ticket-line {
  width: 100%;
  border-top: 1px dashed #30654850;
  margin-bottom: 9px;
}
.j-ticket-bottom {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
}
.j-soon {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 29px;
  background: var(--surface);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.j-soon-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--muted);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.j-soon-mark {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 6px 0;
}
.j-soon-tile {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--soft);
  color: var(--muted);
  transform: rotate(-8deg);
}
.j-soon-tile:nth-child(2) {
  transform: rotate(7deg);
  background: #f0edfa;
  color: #75658d;
}
.j-soon-tile:nth-child(3) {
  transform: rotate(-5deg);
  background: #faf2e4;
  color: #947544;
}
.j-soon h2 {
  font-size: 25px;
  letter-spacing: -0.7px;
  font-weight: 650;
  line-height: 1.18;
  margin-bottom: 9px;
}
.j-soon p {
  color: var(--muted);
  max-width: 270px;
  font-size: 13px;
}
.j-footer {
  max-width: 1184px;
  margin: auto;
  padding: 19px 32px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--muted);
}
.j-footer span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.j-footer svg {
  width: 14px;
  height: 14px;
}
.j-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  color: var(--muted);
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 13px;
  margin-bottom: 12px;
}
.j-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.j-detail-heading h1 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 730;
  letter-spacing: -1px;
  margin-bottom: 6px;
}
.j-detail-heading p {
  color: var(--muted);
  font-size: 14px;
}
.j-detail-art {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  background: var(--soft);
  color: var(--ink);
  display: grid;
  place-items: center;
  border-radius: 17px;
}
.j-detail-art svg {
  width: 27px;
  height: 27px;
}
.j-app {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 245px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 21px;
  overflow: hidden;
  margin-bottom: 18px;
}
.j-app-main {
  padding: 26px;
  min-width: 0;
}
.j-app-top {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 19px;
}
.j-app-icon {
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #f2dfa5;
  background: linear-gradient(135deg, #169160, #074530);
  overflow: hidden;
}
.j-app-icon.accent-violet {
  background: linear-gradient(130deg, #7443a3, #38234f);
}
.j-app-icon.accent-teal {
  background: linear-gradient(130deg, #19928c, #074f50);
}
.j-app-icon svg {
  width: 25px;
  height: 25px;
}
.j-app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.j-app h2 {
  font-size: 22px;
  font-weight: 680;
  line-height: 1.22;
  letter-spacing: -0.5px;
}
.j-app-by {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.j-app h3 {
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 6px;
}
.j-app-description {
  color: var(--muted);
  max-width: 640px;
  font-size: 14px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.j-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}
.j-features span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.j-features svg {
  width: 14px;
  height: 14px;
  color: var(--green);
}
.j-download-panel {
  padding: 26px 22px;
  background: #f3f8f5;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.j-build-label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.j-version {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
  overflow-wrap: anywhere;
}
.j-file-meta {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 17px;
}
.j-primary {
  border: 0;
  padding: 11px 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 99px;
  color: #fff;
  background: linear-gradient(110deg, #168e5c, var(--deep));
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}
.j-primary:disabled {
  color: var(--muted);
  background: var(--line);
  opacity: 1;
}
.j-password-hint {
  font-size: 11px;
  color: var(--muted);
  margin-top: 10px;
  text-align: center;
}
.screenshots {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 3px 3px 8px;
  margin: 22px -3px 0;
  scroll-snap-type: x proximity;
}
.screenshot {
  border: 1px solid var(--line);
  padding: 0;
  border-radius: 13px;
  background: var(--soft);
  flex: 0 0 auto;
  max-width: 70%;
  overflow: hidden;
  scroll-snap-align: start;
}
.screenshot img {
  height: 180px;
  width: auto;
  min-width: 70px;
  object-fit: contain;
}
.j-dialog {
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--surface);
  color: var(--ink);
  padding: 27px;
  box-shadow: 0 25px 90px #001c1b50;
  max-height: calc(100dvh - 40px);
  width: min(calc(100% - 32px), 460px);
  overflow: auto;
}
.j-dialog::backdrop {
  background: #09291fa8;
  backdrop-filter: blur(5px);
}
.j-dialog--wide {
  width: min(calc(100% - 32px), 610px);
}
.j-dialog--image {
  width: min(calc(100% - 24px), 900px);
}
.j-dialog-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.j-lock-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--soft);
}
.j-close {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: transparent;
  color: var(--muted);
  border: 0;
  border-radius: 50%;
}
.j-dialog h2 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.j-dialog-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 23px;
  overflow-wrap: anywhere;
}
.j-dialog .j-primary {
  width: 100%;
}
.j-error {
  color: var(--danger);
  font-size: 13px;
  border: 1px solid #f0d2d4;
  background: #fff5f5;
  border-radius: 12px;
  padding: 11px 13px;
  margin: 14px 0;
  overflow-wrap: anywhere;
}
.j-error h2 {
  font-size: 19px;
  margin-bottom: 6px;
}
.j-error p {
  margin-bottom: 10px;
}
.dialog-note {
  color: var(--muted);
  font-size: 12px;
  margin: 12px 0;
}
.dialog-image {
  max-height: calc(100dvh - 180px);
  margin: auto;
  object-fit: contain;
}
.notification {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  max-width: min(540px, calc(100% - 32px));
  background: var(--deep);
  color: white;
  border-radius: 14px;
  padding: 13px 18px;
  box-shadow: 0 8px 28px #042e3030;
  font-size: 13px;
}
.loading-state,
.empty-state {
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--muted);
}
.empty-state {
  flex-direction: column;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 21px;
}
.empty-state h2 {
  color: var(--ink);
  font-size: 22px;
}
.empty-state svg {
  width: 30px;
  height: 30px;
  color: var(--green);
}
.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid var(--line);
  border-top-color: var(--green);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.noscript {
  max-width: 600px;
  padding: 20px;
  margin: auto;
}
.owner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.owner-header .j-intro {
  margin-bottom: 0;
}
.owner-header h1 {
  font-size: 34px;
}
.owner-shell {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}
.owner-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.owner-nav-group {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 18px;
  overflow: hidden;
}
.owner-nav-title {
  padding: 13px 14px 5px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.owner-nav-list {
  list-style: none;
  padding: 6px;
  margin: 0;
}
.owner-nav-item {
  border: 0;
  padding: 11px 10px;
  min-height: 45px;
  border-radius: 11px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
}
.owner-nav-item span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.owner-nav-item[aria-current="true"] {
  background: var(--soft);
  color: var(--green);
  font-weight: 650;
}
.owner-nav-item svg {
  width: 17px;
  height: 17px;
}
.owner-nav-add {
  font-weight: 650;
  color: var(--green);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #879a8f;
  flex: 0 0 7px;
}
.status-dot.published {
  background: #168e5c;
}
.status-dot.coming_soon {
  background: #af872d;
}
.editor-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}
.panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
  min-width: 0;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.panel-heading h2 {
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.panel-heading p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 7px;
  max-width: 540px;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  background: var(--soft);
  color: var(--green);
  padding: 6px 9px;
  border-radius: 99px;
  flex-shrink: 0;
}
.badge.warn {
  background: #fff6df;
  color: #816521;
}
.badge.muted {
  color: var(--muted);
  background: #f0f3f1;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}
.field {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 7px;
}
.field--full {
  grid-column: 1/-1;
}
.field label,
.field-label {
  font-size: 12px;
  font-weight: 650;
  color: var(--ink);
}
.field input,
.field select,
.field textarea {
  border: 1px solid #cedbd3;
  color: var(--ink);
  background: white;
  border-radius: 11px;
  padding: 11px 12px;
  min-height: 46px;
  width: 100%;
  font-size: 14px;
}
.field textarea {
  resize: vertical;
  min-height: 105px;
  line-height: 1.5;
}
.field input[type="file"] {
  font-size: 12px;
  padding: 9px;
}
.field input::file-selector-button {
  border: 0;
  border-radius: 7px;
  background: var(--soft);
  color: var(--deep);
  padding: 6px 9px;
  margin-right: 10px;
  font: inherit;
  font-weight: 650;
}
.field small,
.hint {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.form-actions .hint {
  margin-right: auto;
}
.form-state {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.form-state.dirty {
  color: #816521;
}
.checkbox-field {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  font-size: 13px;
}
.checkbox-field input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
}
.login-panel {
  max-width: 445px;
  margin: 26px auto;
}
.login-panel .j-lock-icon {
  margin-bottom: 20px;
}
.login-panel .field {
  margin-top: 18px;
}
.login-panel .j-primary {
  width: 100%;
  margin-top: 22px;
}
.login-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 17px;
}
.media-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.media-block {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px;
  min-width: 0;
}
.media-block h3 {
  font-size: 13px;
  margin-bottom: 9px;
}
.media-preview {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 12px 0;
}
.media-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.media-item img {
  width: 64px;
  height: 82px;
  border: 1px solid var(--line);
  border-radius: 9px;
  object-fit: contain;
  background: var(--soft);
}
.media-item--icon img {
  height: 64px;
  object-fit: cover;
}
.media-item button {
  font-size: 11px;
  min-height: 34px;
  padding: 5px 9px;
}
.media-block .button-secondary {
  margin-top: 10px;
}
.release-list {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.release-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 13px;
  cursor: pointer;
}
.release-row:has(input:checked) {
  background: var(--soft);
  border-color: #85b29b;
}
.release-row input {
  margin: 4px 0 0;
  accent-color: var(--green);
}
.release-row > span {
  min-width: 0;
  flex: 1;
}
.release-row strong {
  font-size: 14px;
}
.release-row small {
  font-size: 11px;
  color: var(--muted);
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}
.release-row .badge {
  float: right;
}
.release-details {
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
.release-details div {
  display: grid;
  grid-template-columns: 105px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 13px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}
.release-details div:last-child {
  border: 0;
}
.release-details dt {
  color: var(--muted);
}
.release-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.mono {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.review-notes {
  white-space: pre-line;
  overflow-wrap: anywhere;
  padding: 12px;
  background: var(--soft);
  border-radius: 11px;
  font-size: 13px;
  margin-bottom: 14px;
}
.inline-message {
  padding: 12px 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
  margin: 16px 0;
}
.inline-message.warn {
  background: #fffaed;
  border-color: #eadbb2;
  color: #6a5520;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.overview-tile {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.overview-tile h2 {
  font-size: 18px;
}
.overview-tile p {
  font-size: 13px;
  color: var(--muted);
}
.overview-tile svg {
  color: var(--green);
  width: 24px;
  height: 24px;
}
.safe-word {
  overflow-wrap: anywhere;
}
.j-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (hover: hover) {
  .j-lottery:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 29px #063e3027;
  }
  .j-lottery:hover .j-art {
    transform: rotate(6deg) translateY(-4px);
  }
  .button-secondary:hover,
  .j-owner:hover,
  .j-close:hover {
    background: var(--soft);
  }
  .j-primary:hover {
    filter: brightness(1.05);
  }
  .owner-nav-item:hover {
    background: #f3f7f4;
  }
}
@media (min-width: 1150px) {
  .j-art {
    right: 44px;
    top: 60px;
    transform: rotate(12deg) scale(1.1);
  }
}
@media (max-width: 900px) {
  .owner-shell {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .panel {
    padding: 20px;
  }
  .media-layout {
    grid-template-columns: 1fr;
  }
  .j-art {
    right: 18px;
    transform: rotate(12deg) scale(0.85);
    transform-origin: top right;
  }
  .j-category-title {
    font-size: 35px;
  }
  .j-category-description {
    max-width: 55%;
  }
}
@media (max-width: 740px) {
  .j-categories,
  .j-categories--single {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .j-soon {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 155px;
    padding: 24px;
    gap: 14px;
  }
  .j-soon-label {
    grid-column: 1;
  }
  .j-soon-mark {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
  .j-soon-tile {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }
  .j-soon-tile:nth-child(3) {
    display: none;
  }
  .j-soon h2 {
    font-size: 22px;
  }
  .j-app {
    grid-template-columns: 1fr;
  }
  .j-download-panel {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 19px 23px;
  }
  .j-app-main {
    padding: 23px;
  }
  .j-art {
    right: 44px;
    transform: rotate(12deg);
    top: 60px;
  }
  .owner-shell {
    grid-template-columns: 1fr;
  }
  .owner-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .owner-nav-list {
    max-height: 210px;
    overflow: auto;
  }
  .owner-header {
    align-items: center;
  }
  .owner-header h1 {
    font-size: 30px;
  }
  .owner-header p {
    font-size: 13px;
  }
  .form-grid {
    gap: 15px;
  }
  .overview-grid {
    grid-template-columns: 1fr 1fr;
  }
  .j-body {
    padding-top: 30px;
  }
  .j-category-title {
    font-size: 39px;
  }
}
@media (max-width: 460px) {
  .j-header-inner {
    padding: 13px 18px;
  }
  .j-body {
    padding: 26px 18px;
    min-height: calc(100vh - 163px);
  }
  .j-footer {
    padding: 10px 18px 24px;
    font-size: 10px;
  }
  .j-brand-name {
    font-size: 19px;
  }
  .j-owner {
    font-size: 12px;
    padding: 8px 11px;
  }
  .j-owner svg {
    width: 16px;
    height: 16px;
  }
  .j-intro h1 {
    font-size: 32px;
    letter-spacing: -1.2px;
  }
  .j-intro p {
    font-size: 14px;
  }
  .j-lottery {
    min-height: 318px;
    padding: 24px;
  }
  .j-category-title {
    margin-top: 30px;
    font-size: 36px;
    max-width: 74%;
  }
  .j-category-description {
    max-width: 60%;
    font-size: 13px;
  }
  .j-art {
    right: 10px;
    top: 82px;
    transform: rotate(10deg) scale(0.64);
    transform-origin: top right;
  }
  .j-soon {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }
  .j-soon-mark {
    display: none;
  }
  .j-soon p {
    max-width: none;
  }
  .j-detail-heading h1 {
    font-size: 30px;
  }
  .j-detail-heading p {
    font-size: 13px;
  }
  .j-detail-art {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 14px;
  }
  .j-app h2 {
    font-size: 20px;
  }
  .j-app-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .j-app-main {
    padding: 19px;
  }
  .j-app-description {
    font-size: 13px;
  }
  .j-dialog {
    padding: 23px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
  }
  .owner-header {
    flex-wrap: wrap;
    gap: 12px;
  }
  .owner-header h1 {
    font-size: 29px;
  }
  .owner-header .button-secondary {
    min-height: 40px;
  }
  .owner-nav {
    gap: 9px;
  }
  .owner-nav-title {
    padding: 12px 10px 3px;
    font-size: 10px;
  }
  .owner-nav-item {
    font-size: 12px;
    padding: 10px 7px;
    gap: 6px;
  }
  .panel {
    padding: 18px;
    border-radius: 17px;
  }
  .panel-heading h2 {
    font-size: 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .field--full {
    grid-column: auto;
  }
  .form-actions {
    justify-content: stretch;
  }
  .form-actions .j-primary {
    flex: 1;
  }
  .overview-grid {
    grid-template-columns: 1fr;
  }
  .release-details div {
    grid-template-columns: 85px minmax(0, 1fr);
  }
  .release-row .badge {
    float: none;
    margin-left: 5px;
  }
  .screenshot img {
    height: 160px;
  }
  .notification {
    bottom: 12px;
  }
  .j-dialog h2 {
    font-size: 25px;
  }
  .media-block {
    padding: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
