@font-face {
  font-family: Inter;
  src: url("./InterVariable-v4.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("./Inter-admin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --tc-bg: #f1f1f1;
  --tc-surface: #fff;
  --tc-subdued: #f7f7f7;
  --tc-border: #e3e3e3;
  --tc-border-strong: #b5b5b5;
  --tc-text: #303030;
  --tc-muted: #616161;
  --tc-header: #0a0a0a;
  --tc-sidebar: #ebebeb;
  --tc-card-shadow: 0 5px 5px -2.5px rgb(0 0 0 / .03), 0 3px 3px -1.5px rgb(0 0 0 / .02), 0 2px 2px -1px rgb(0 0 0 / .02), 0 1px 1px -.5px rgb(0 0 0 / .03), 0 .5px .5px 0 rgb(0 0 0 / .04), 0 0 0 1px rgb(0 0 0 / .06);
  --tc-button-shadow: 0 -1px 0 0 #b5b5b5 inset, 0 0 0 1px #0000001a inset, 0 .5px 0 1.5px #fff inset;
  --tc-button-primary-shadow: 0 -1px 0 1px #000000cc inset, 0 0 0 1px #303030 inset, 0 .5px 0 1.5px #ffffff40 inset;
  --tc-button-gradient: linear-gradient(180deg, #30303000 63.53%, #ffffff26 100%);
  --tc-focus: #005bd3;
  --tc-success-bg: #affebf;
  --tc-success-text: #014b40;
  --tc-warning-bg: #ffeb78;
  --tc-warning-text: #5e4200;
  --tc-progress-bg: #ffd6a4;
  --tc-progress-text: #8a3100;
  --tc-critical-bg: #fee8eb;
  --tc-critical-text: #8e0b21;
  --tc-ease: cubic-bezier(.25, .1, .25, 1);
  --tc-ease-out: cubic-bezier(.19, .91, .38, 1);
  --tc-popover-shadow: 0 8px 24px -8px #00000047, 0 8px 16px -4px #0000000d, 0 3px 6px 0 #0000000d, 0 2px 4px 0 #0000000d, 0 1px 2px 0 #0000000d, 0 0 0 1px #0000000f;
  --tc-modal-shadow: 0 8px 16px -4px rgb(26 26 26 / .22);
  --tc-toast-shadow: 0 20px 32px -12px #00000033, 0 10px 16px -6px #00000014, 0 3px 6px 0 #00000014, 0 2px 4px 0 #00000014, 0 1px 2px 0 #0000000d, 0 0 0 1px #0000000f;
  background: var(--tc-bg);
  color: var(--tc-text);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-synthesis: none;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
body {
  min-width: min(320px, 100%);
  min-height: 100vh;
  margin: 0;
  background: var(--tc-bg);
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  outline-offset: 2px;
}
:focus-visible {
  outline: 2px solid var(--tc-focus);
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: .55;
}
a {
  color: #005bd3;
}
a:hover {
  color: #004299;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -.00833em;
}
h2,
h3 {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
small {
  color: var(--tc-muted);
  font-size: 12px;
}
.muted {
  color: var(--tc-muted);
  font-size: 13px;
}
.skip-link {
  position: fixed;
  z-index: 20;
  top: 8px;
  left: 8px;
  transform: translateY(-160%);
  padding: 8px 12px;
  border: 2px solid var(--tc-focus);
  border-radius: 4px;
  background: #fff;
  color: var(--tc-text);
}
.skip-link:focus {
  transform: translateY(0);
}
/* Frame and control values come from the supplied September 2026 Shopify Admin pages. */
.shell,
.buyer-shell {
  font-feature-settings: "calt" 0;
}
.shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: 56px minmax(0, 1fr);
  min-height: 100vh;
  background: var(--tc-header);
  font-weight: 450;
}
.topbar {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 56px;
  padding: 0 8px 0 16px;
  background: var(--tc-header);
  color: #dcdcdc;
  font-size: 13px;
}
.topbar .brand {
  margin: 0;
  color: #fff;
}
.topbar .brand-mark {
  background: #fff;
  color: #0a0a0a;
}
.owner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 36px;
  padding: 4px;
  border-radius: 12px;
}
.avatar {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #affebf;
  color: #014b40;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 0 1px #ffffff26 inset;
}
.sidebar {
  position: sticky;
  top: 56px;
  display: flex;
  flex-direction: column;
  align-self: start;
  min-width: 0;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  padding: 12px 12px 12px 10px;
  overflow-y: auto;
  background: var(--tc-sidebar);
  border: 0;
  border-top-left-radius: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 24px;
  color: var(--tc-text);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.2px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  background: #303030;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nav button,
.sidebar-buyer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 28px;
  padding: 4px 4px 4px 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--tc-text);
  font-size: 13px;
  font-weight: 550;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.nav-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #4a4a4a;
}
.sidebar .nav button[data-tab=shopify] .nav-icon {
  transform: scale(.8);
}
.nav button.active {
  background: #fafafa;
  font-weight: 600;
}
.nav button:not(:disabled):hover,
.sidebar-buyer-link:hover {
  background: #f1f1f1;
}
.nav button.active:hover {
  background: #fafafa;
}
.nav button:not(:disabled):active,
.sidebar-buyer-link:active {
  background: #fafafa;
}
.nav button:focus-visible,
.sidebar-buyer-link:focus-visible {
  outline-offset: 0;
}
.nav button:disabled {
  opacity: 1;
}
.nav button:disabled,
.nav button:disabled .nav-icon,
.nav button:disabled span {
  color: #8a8a8a;
}
.nav span {
  margin-left: auto;
  color: var(--tc-muted);
  font-size: 12px;
}
.sidebar-footer {
  margin-top: auto;
  padding: 24px 0 0;
  color: var(--tc-muted);
  font-size: 12px;
}
.sidebar-footer .nav {
  margin-bottom: 8px;
}
.sidebar-buyer-link {
  margin: 4px 0 0;
}
.logout {
  min-height: 28px;
  margin-top: 12px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: var(--tc-surface);
  color: var(--tc-text);
  box-shadow: var(--tc-button-shadow);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.logout:hover {
  background: #fafafa;
}
.workspace {
  container: admin-page / inline-size;
  min-width: 0;
  width: 100%;
  min-height: calc(100vh - 56px);
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  padding: 16px 0 48px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  border-top-right-radius: 12px;
  background: var(--tc-bg);
  font-weight: 450;
}
.workspace::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background: transparent;
}
.workspace::-webkit-scrollbar-thumb {
  border: 6px solid transparent;
  border-radius: 9999px;
  background: #616161;
  background-clip: content-box;
}
.workspace::-webkit-scrollbar-track {
  background: transparent;
}
.workspace-inner {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 0 16px;
}
.workspace--detail .workspace-inner {
  max-width: 998px;
}
.page-heading {
  max-width: 760px;
  margin-bottom: 24px;
}
.workspace .page-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  max-width: none;
  margin-bottom: 12px;
}
.page-heading-main {
  min-width: 0;
}
.page-heading h1 {
  display: flex;
  align-items: center;
  gap: 2px;
  min-height: 28px;
  margin: 0;
}
.page-heading h1 svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #4a4a4a;
}
.page-heading p {
  margin-top: 4px;
  margin-bottom: 0;
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 20px;
}
.page-heading-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.eyebrow {
  margin-bottom: 6px;
  color: var(--tc-muted);
  font-size: 12px;
  font-weight: 600;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.stat,
.panel,
.version {
  border: 0;
  border-radius: 12px;
  background: var(--tc-surface);
  box-shadow: var(--tc-card-shadow);
}
.stat {
  padding: 16px;
}
.stat strong {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.2;
}
.stat span {
  color: var(--tc-muted);
  font-size: 12px;
}
.panel {
  margin-bottom: 16px;
  padding: 16px;
}
.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.panel-header h2 {
  margin: 0;
}
.hint {
  margin-bottom: 16px;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: var(--tc-subdued);
  color: var(--tc-muted);
  font-size: 13px;
}
.grid-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.grid-form .full {
  grid-column: 1 / -1;
}
label {
  display: grid;
  gap: 4px;
  color: var(--tc-text);
  font-size: 13px;
  font-weight: 450;
}
:is(.shell, .buyer-shell) label {
  align-content: start;
}
input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 32px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #fdfdfd;
  color: var(--tc-text);
  box-shadow: 0 0 0 .66px #8a8a8a inset;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
}
select {
  appearance: none;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238a8a8a'%3E%3Cpath d='M8.884 2.323a1.25 1.25 0 0 0-1.768 0l-2.646 2.647a.749.749 0 1 0 1.06 1.06l2.47-2.47 2.47 2.47a.749.749 0 1 0 1.06-1.06z'/%3E%3Cpath d='m11.53 11.03-2.646 2.647a1.25 1.25 0 0 1-1.768 0l-2.646-2.647a.749.749 0 1 1 1.06-1.06l2.47 2.47 2.47-2.47a.749.749 0 1 1 1.06 1.06'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
}
select:hover:not(:disabled):not(:focus):not([aria-invalid=true]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23616161'%3E%3Cpath d='M8.884 2.323a1.25 1.25 0 0 0-1.768 0l-2.646 2.647a.749.749 0 1 0 1.06 1.06l2.47-2.47 2.47 2.47a.749.749 0 1 0 1.06-1.06z'/%3E%3Cpath d='m11.53 11.03-2.646 2.647a1.25 1.25 0 0 1-1.768 0l-2.646-2.647a.749.749 0 1 1 1.06-1.06l2.47 2.47 2.47-2.47a.749.749 0 1 1 1.06 1.06'/%3E%3C/svg%3E");
}
select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234a4a4a'%3E%3Cpath d='M8.884 2.323a1.25 1.25 0 0 0-1.768 0l-2.646 2.647a.749.749 0 1 0 1.06 1.06l2.47-2.47 2.47 2.47a.749.749 0 1 0 1.06-1.06z'/%3E%3Cpath d='m11.53 11.03-2.646 2.647a1.25 1.25 0 0 1-1.768 0l-2.646-2.647a.749.749 0 1 1 1.06-1.06l2.47 2.47 2.47-2.47a.749.749 0 1 1 1.06 1.06'/%3E%3C/svg%3E");
}
select:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23cccccc'%3E%3Cpath d='M8.884 2.323a1.25 1.25 0 0 0-1.768 0l-2.646 2.647a.749.749 0 1 0 1.06 1.06l2.47-2.47 2.47 2.47a.749.749 0 1 0 1.06-1.06z'/%3E%3Cpath d='m11.53 11.03-2.646 2.647a1.25 1.25 0 0 1-1.768 0l-2.646-2.647a.749.749 0 1 1 1.06-1.06l2.47 2.47 2.47-2.47a.749.749 0 1 1 1.06 1.06'/%3E%3C/svg%3E");
}
select[aria-invalid=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e0b21'%3E%3Cpath d='M8.884 2.323a1.25 1.25 0 0 0-1.768 0l-2.646 2.647a.749.749 0 1 0 1.06 1.06l2.47-2.47 2.47 2.47a.749.749 0 1 0 1.06-1.06z'/%3E%3Cpath d='m11.53 11.03-2.646 2.647a1.25 1.25 0 0 1-1.768 0l-2.646-2.647a.749.749 0 1 1 1.06-1.06l2.47 2.47 2.47-2.47a.749.749 0 1 1 1.06 1.06'/%3E%3C/svg%3E");
  color: #8e0b21;
}
@media (min-width: 768px), (pointer: fine) {
  input:hover:not(:disabled):not(:focus-visible):not([aria-invalid=true]):not([readonly]),
  select:hover:not(:disabled):not(:focus-visible):not([aria-invalid=true]),
  textarea:hover:not(:disabled):not(:focus-visible):not([aria-invalid=true]):not([readonly]) {
    background-color: #fafafa;
    box-shadow: 0 0 0 .66px #616161 inset;
  }
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px #1a1a1a inset;
  outline: 2px solid var(--tc-focus);
  outline-offset: 1px;
}
input:disabled,
select:disabled,
textarea:disabled {
  background-color: rgb(0 0 0 / .05);
  color: #b5b5b5;
  box-shadow: none;
}
:is(.shell, .buyer-shell) input[readonly],
:is(.shell, .buyer-shell) textarea[readonly] {
  background-color: rgb(0 0 0 / .05);
  color: #616161;
  box-shadow: none;
}
input[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true] {
  background-color: var(--tc-critical-bg);
  box-shadow: 0 0 0 1px #8e0b21 inset;
}
input[type=file] {
  padding: 12px;
  border: 1px dashed #cccccc;
  background: var(--tc-subdued);
  box-shadow: none;
  cursor: pointer;
}
input[type=file]::file-selector-button {
  margin-right: 12px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--tc-text);
  box-shadow: var(--tc-button-shadow);
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.upload-zone {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 120px;
  padding: 1px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: #fdfdfd;
}
.upload-zone::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: .66px dashed #8a8a8a;
  border-radius: inherit;
  pointer-events: none;
}
.upload-zone:hover {
  background: #fafafa;
}
.upload-zone:hover::after {
  border-color: #616161;
}
.upload-zone.is-dragging {
  background: #f7f7f7;
}
.upload-drop-overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 1px solid #1a1a1a;
  border-radius: inherit;
  background: #f7f7f7;
  color: var(--tc-text);
  font-size: 12px;
  font-weight: 650;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}
.upload-zone.is-dragging:not(:has(input:disabled)) .upload-drop-overlay {
  display: flex;
}
.upload-zone:focus-within {
  outline: 2px solid var(--tc-focus);
  outline-offset: 1px;
}
.upload-zone .upload-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
.upload-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 32px;
  pointer-events: none;
}
.upload-filename {
  max-width: 100%;
  color: var(--tc-muted);
  font-size: 12px;
  line-height: 16px;
  overflow-wrap: anywhere;
  text-align: center;
}
.upload-zone:has(input:disabled) {
  background: #f3f3f3;
  color: #b5b5b5;
}
.upload-zone:has(input:disabled)::after {
  border-color: #00000014;
}
.upload-zone:has(input:disabled) .button {
  background: #0000000d;
  color: #b5b5b5;
  box-shadow: none;
}
input[type=checkbox] {
  appearance: none;
  display: inline-grid;
  place-items: center;
  flex: 0 0 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #fdfdfd;
  box-shadow: 0 0 0 .66px #8a8a8a inset;
  cursor: pointer;
  transition: box-shadow 100ms var(--tc-ease-out), background-color 100ms var(--tc-ease-out);
}
input[type=checkbox]::after {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5 3.44655 8.22517C3.72862 8.62007 4.30578 8.64717 4.62362 8.28044L10.5 1.5' transform='translate(2 2.980376)' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: opacity 150ms var(--tc-ease-out);
}
label:hover > input[type=checkbox]:not(:disabled),
label:hover > .asset-checkbox > input[type=checkbox]:not(:disabled) {
  background-color: #fafafa;
  box-shadow: 0 0 0 .66px #616161 inset;
}
input[type=checkbox]:checked,
label:hover > input[type=checkbox]:checked:not(:disabled),
label:hover > .asset-checkbox > input[type=checkbox]:checked:not(:disabled),
input[type=checkbox]:indeterminate {
  background-color: #303030;
  box-shadow: 0 1px 1px -.5px #0000001f, 0 0 0 .5px #00000066 inset, 0 1.5px 2px -1px #ffffff6b inset;
}
input[type=checkbox]:checked::after,
input[type=checkbox]:indeterminate::after {
  opacity: 1;
}
input[type=checkbox]:indeterminate::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8h8' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
input[type=checkbox]:disabled {
  background-color: #00000014;
  box-shadow: none;
  cursor: not-allowed;
}
input[type=checkbox]:disabled::after {
  opacity: 1;
}
input[type=checkbox]:disabled:not(:checked):not(:indeterminate)::after {
  opacity: 0;
}
.asset-checkbox {
  position: relative;
  display: inline-grid;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}
.asset-checkbox > input:not(:indeterminate)::after {
  display: none;
}
.asset-checkmark {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms var(--tc-ease-out);
}
.asset-checkmark path {
  stroke-dasharray: 2;
  stroke-dashoffset: 0;
}
.asset-checkbox > input:checked:not(:indeterminate) + .asset-checkmark {
  opacity: 1;
  transition-duration: 150ms;
}
.asset-checkbox > input:checked:not(:indeterminate) + .asset-checkmark path {
  animation: tc-asset-check 150ms linear forwards;
}
.asset-checkbox > input:checked:disabled:not(:indeterminate) + .asset-checkmark {
  opacity: 1;
}
textarea {
  min-height: 88px;
  resize: vertical;
}
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 28px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  background: var(--tc-button-gradient), #303030;
  color: #fff;
  box-shadow: var(--tc-button-primary-shadow);
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.button:hover:not(:disabled),
.button:focus-visible:not(:disabled) {
  background: var(--tc-button-gradient), #1a1a1a;
  color: #e3e3e3;
}
.button:focus-visible,
.logout:focus-visible {
  outline: 2px solid var(--tc-focus);
  outline-offset: 1px;
}
.button:active:not(:disabled) {
  background: #1a1a1a;
  color: #ccc;
  box-shadow: 0 3px 0 0 #000 inset;
}
.button.secondary,
.button.danger {
  background: #fff;
  color: var(--tc-text);
  box-shadow: var(--tc-button-shadow);
  font-weight: 550;
}
.button.danger {
  color: #8e0b21;
}
.button.secondary:hover:not(:disabled),
.button.secondary:focus-visible:not(:disabled),
.button.danger:hover:not(:disabled),
.button.danger:focus-visible:not(:disabled) {
  background: #fafafa;
  color: var(--tc-text);
}
.button.danger:hover:not(:disabled),
.button.danger:focus-visible:not(:disabled) {
  color: #8e0b21;
}
.button.critical {
  background: #c70a24;
  color: #fffafb;
  box-shadow: 0 -1px 0 1px #8e0b21cc inset, 0 0 0 1px #a30a24cc inset, 0 .5px 0 1.5px #f78086a3 inset;
}
.button.critical:hover:not(:disabled),
.button.critical:focus-visible:not(:disabled) {
  background: #a30a24;
  color: #fffafb;
  box-shadow: 0 -1px 0 1px #8e0b21cc inset, 0 0 0 1px #a30a24cc inset, 0 .5px 0 1.5px #f7808670 inset;
}
.button.critical:active:not(:disabled) {
  background: #8e0b21;
  color: #fffafb;
  box-shadow: -1px 0 1px 0 #00000033 inset, 1px 0 1px 0 #00000033 inset, 0 2px 0 0 #00000099 inset;
}
.button.secondary:active:not(:disabled),
.button.danger:active:not(:disabled) {
  background: #f7f7f7;
  box-shadow: -1px 0 1px 0 #1a1a1a1f inset, 1px 0 1px 0 #1a1a1a1f inset, 0 2px 1px 0 #1a1a1a33 inset;
}
.button:disabled {
  cursor: default;
  opacity: 1;
  background: #0000002b;
  color: #fff;
  box-shadow: none;
}
.button.secondary:disabled,
.button.danger:disabled {
  background: #0000000d;
  color: #b5b5b5;
}
.page-heading-actions .button.secondary {
  background: #e3e3e3;
  box-shadow: none;
  font-weight: 550;
}
.page-heading-actions .button.secondary:hover:not(:disabled),
.page-heading-actions .button.secondary:focus-visible:not(:disabled) {
  background: #d4d4d4;
}
.page-heading-actions .button.secondary:active:not(:disabled) {
  background: #ccc;
  box-shadow: 0 2px 1px 0 #1a1a1a33 inset, 1px 0 1px 0 #1a1a1a1f inset, -1px 0 1px 0 #1a1a1a1f inset;
}
@media (min-width: 768px), (pointer: fine) {
  .button:active:not(:disabled):not(.auth-submit) {
    /* Shift the contents by 1px while keeping the painted button in place. */
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.versions {
  display: grid;
  gap: 12px;
}
.version {
  padding: 16px;
}
.version-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.version-head h3,
.version-head p {
  margin-bottom: 0;
}
.badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 8px;
  border-radius: 8px;
  background: #e3e3e3;
  color: #303030;
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
  white-space: nowrap;
}
.badge.ready,
.badge.active {
  background: var(--tc-success-bg);
  color: var(--tc-success-text);
}
.badge.failed,
.badge.revoked {
  background: var(--tc-critical-bg);
  color: var(--tc-critical-text);
}
.badge.queued {
  background: var(--tc-warning-bg);
  color: var(--tc-warning-text);
}
.badge.running,
.badge.processing {
  background: var(--tc-progress-bg);
  color: var(--tc-progress-text);
}
.asset {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--tc-border);
  font-family: ui-monospace, monospace;
  font-size: 13px;
  overflow-wrap: anywhere;
}
.asset small {
  margin-left: auto;
  white-space: nowrap;
}
.empty {
  padding: 40px 24px;
  border: 0;
  border-radius: 12px;
  color: var(--tc-muted);
  font-size: 13px;
  text-align: center;
}
.empty strong {
  display: block;
  margin-bottom: 4px;
  color: var(--tc-text);
  font-size: 14px;
}
.table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.table-panel {
  padding: 0;
  overflow: hidden;
}
.table-panel > .panel-header {
  margin: 0;
  padding: 12px 16px;
}
.table-panel > h2 {
  margin: 0;
  padding: 12px 16px;
}
.table-panel > p {
  margin: 0;
  padding: 0 16px 12px;
}
table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 16px;
}
th {
  height: 36px;
  padding: 6px;
  border-bottom: 1px solid var(--tc-border);
  background: #f7f7f7;
  color: var(--tc-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
  text-align: left;
}
td {
  padding: 6px;
  vertical-align: middle;
}
th:first-child,
td:first-child {
  padding-left: 12px;
}
th:last-child,
td:last-child {
  padding-right: 12px;
}
tbody tr + tr td {
  border-top: 1px solid var(--tc-border);
}
tbody tr:hover td {
  background-color: #f7f7f7;
}
tbody tr:focus-within td {
  background-color: #f7f7f7;
}
td small {
  display: block;
  margin-top: 3px;
}
.inline-form {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
}
.inline-form .button {
  white-space: nowrap;
}
.error-text {
  margin: 10px 0;
  color: var(--tc-critical-text);
  font-size: 13px;
}
.field-error {
  display: block;
  margin-top: 0;
  color: #8e0b21;
  font-size: 12px;
  font-weight: 450;
  line-height: 16px;
  overflow-wrap: anywhere;
}
.shopify-guide h1 {
  font-size: 22px;
}
.shopify-shop {
  margin-bottom: 0;
}
.shopify-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 16px;
}
.shopify-status div,
.shopify-variant {
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: var(--tc-subdued);
}
.shopify-status strong,
.shopify-status span,
.shopify-variant small {
  display: block;
}
.shopify-status span,
.shopify-variant small {
  margin-top: 2px;
  color: var(--tc-muted);
  font-size: 12px;
}
.shopify-variants {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.shopify-variant {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 190px) auto;
  gap: 8px;
  align-items: center;
}
.shopify-variant .button {
  white-space: nowrap;
}
.shopify-subheading {
  margin: 24px 0 8px;
}
.shopify-keys {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--tc-border);
}
.shopify-keys summary {
  color: #005bd3;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.shopify-keys summary:hover {
  color: #004299;
}
.shopify-keys[open] summary {
  margin-bottom: 12px;
}
.login-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
  background: var(--tc-bg);
}
.login-card {
  width: 100%;
  max-width: 420px;
  padding: 28px;
  border: 1px solid var(--tc-border);
  border-radius: 8px;
  background: var(--tc-surface);
  box-shadow: 0 2px 8px #00000014;
}
.login-card .brand {
  margin: 0 0 28px;
}
.login-card h1 {
  font-size: 22px;
}
.login-card p {
  color: var(--tc-muted);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.login-card .button {
  width: 100%;
}
.login-form {
  display: grid;
  gap: 14px;
  margin: 20px 0 14px;
}
.login-code-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.login-code-actions .button {
  flex: 1 1 140px;
  width: auto;
}
.login-card small {
  display: block;
  margin-top: 16px;
}
.loading {
  padding: 48px;
  color: var(--tc-muted);
}
#notice {
  position: fixed;
  z-index: 520;
  inset: auto 0 20px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  max-width: min(500px, calc(100vw - 32px));
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: #0a0a0a;
  color: #e3e3e3;
  box-shadow: var(--tc-toast-shadow);
  font-size: 13px;
  font-weight: 450;
  font-feature-settings: "calt" 0;
  line-height: 20px;
  transform: translateY(0);
  transform-origin: 50% calc(50% + 10px);
  animation: tc-toast-enter 400ms var(--tc-ease-out);
}
#notice[data-error=true] {
  background: #c70a24;
  color: #fffafb;
}
.notice-icon {
  display: grid;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  place-items: center;
}
.notice-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}
.notice-message {
  min-width: 0;
  font-weight: 550;
  overflow-wrap: anywhere;
}
#notice .notice-close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  min-height: 16px;
  margin-left: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #e3e3e3;
}
#notice .notice-close:hover:not(:disabled) {
  background: transparent;
  color: #e3e3e3;
}
#notice .notice-close svg {
  width: 20px;
  height: 20px;
  color: inherit;
}
#notice.is-closing {
  animation: tc-toast-exit 200ms cubic-bezier(.42, 0, 1, 1) forwards;
}
.theme-layout {
  display: grid;
  grid-template-columns: minmax(480px, 638px) minmax(240px, 312px);
  align-items: start;
  gap: 16px;
  margin-bottom: 16px;
}
.theme-layout > .panel {
  min-width: 0;
  margin-bottom: 0;
}
.theme-support {
  min-width: 0;
}
.theme-support .panel:last-child {
  margin-bottom: 0;
}
.theme-support p:last-child {
  margin-bottom: 0;
}
.theme-summary {
  display: grid;
  gap: 12px;
  margin: 12px 0 0;
}
.theme-summary > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.theme-summary dt {
  color: var(--tc-muted);
}
.theme-summary dd {
  margin: 0;
  font-weight: 500;
}
.form-help {
  margin: 8px 0 0;
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 20px;
}
.theme-layout .grid-form {
  gap: 16px;
}
.theme-layout .form-actions {
  flex-wrap: wrap;
  gap: 8px;
}
.theme-layout .form-actions small {
  flex: 1 1 220px;
}
.theme-index {
  padding: 0;
  overflow: hidden;
}
.theme-index-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--tc-border);
}
.theme-index-heading h2 {
  margin: 0;
}
.theme-index .versions {
  display: block;
  gap: 0;
}
.theme-row,
.theme-index .version {
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--tc-border);
  border-radius: 0;
  box-shadow: none;
}
.theme-row:last-child,
.theme-index .version:last-child {
  border-bottom: 0;
}
.theme-row:hover {
  background-color: #f7f7f7;
}
.theme-row-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.theme-row-title > div {
  min-width: 0;
}
.theme-row-title h3 {
  margin: 0;
  overflow-wrap: anywhere;
}
.theme-row-title > svg,
.theme-row-title > .nav-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #616161;
}
.theme-row-title > .badge {
  margin-left: auto;
}
.theme-thumbnail {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--tc-border);
  border-radius: 8px;
  background: #fff;
}
.theme-thumbnail .nav-icon {
  color: #616161;
}
.theme-row-meta {
  margin: 4px 0 0;
  color: var(--tc-muted);
  font-size: 13px;
  line-height: 20px;
}
.theme-row-actions {
  margin-top: 12px;
}
.theme-row-actions > p:last-child,
.theme-row > p:last-child {
  margin-bottom: 0;
}
.theme-index .empty {
  border-radius: 0;
}
/* Interactive components use the saved theme tokens and shadow-root motion
   rules. Account-menu contents and placement follow the existing product. */
.topbar-leading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.shell .mobile-nav-toggle {
  display: none;
}
.navigation-backdrop {
  display: none;
}
.icon-button {
  display: inline-grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 4px;
  place-items: center;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #616161;
  box-shadow: none;
}
.icon-button:hover:not(:disabled) {
  background: #0000000d;
  color: #303030;
}
.icon-button:active:not(:disabled) {
  background: #00000014;
}
.icon-button svg {
  display: block;
  width: 20px;
  height: 20px;
}
.account-menu-wrap {
  position: relative;
  min-width: 0;
  margin-left: auto;
  border-radius: 12px;
}
.account-menu-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-top-width: var(--tc-account-border-top, 1px);
  border-radius: inherit;
  background: var(--tc-account-border, transparent) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.account-menu-wrap:has(.account-menu-toggle:hover):not(:has(.account-menu-toggle:active)):not(:has(.account-menu-toggle[aria-expanded=true])) {
  background: #222;
  --tc-account-border: linear-gradient(#ffffff1a, #ffffff0a);
}
.account-menu-wrap:has(.account-menu-toggle[aria-expanded=true]) {
  background: linear-gradient(180deg, #0a0a0a, #121212 50%, #292929);
  --tc-account-border: linear-gradient(180deg, #ffffff05, #ffffff24 20%, #ffffff4d);
}
.account-menu-wrap:has(.account-menu-toggle:active) {
  background: linear-gradient(#191919, #131313 50%, #000);
  --tc-account-border: linear-gradient(#000000e6, #0000004a 10%, #ffffff38);
  --tc-account-border-top: 3px;
}
.account-menu-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: min(360px, 50vw);
  min-height: 36px;
  padding: 4px 8px 4px 4px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #dcdcdc;
  font-size: 13px;
  line-height: 20px;
}
.account-menu-toggle > span:not(.avatar) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
}
.account-menu-toggle > svg {
  display: none;
}
.account-menu-toggle:active {
  transform: translateY(1px);
}
.account-menu {
  position: fixed;
  z-index: 60;
  top: 61px;
  right: 8px;
  width: 300px;
  max-width: calc(100vw - 16px);
  max-height: calc(100dvh - 77px);
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #303030;
  box-shadow: var(--tc-popover-shadow);
  animation: tc-fade-in 100ms var(--tc-ease);
}
.account-menu-header {
  display: block;
  /* Offset the menu inset; -2px combines the source -8px margin and 6px list gap. */
  margin: -6px -6px -2px;
  padding: 6px 6px 6px 8px;
  border: 0;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
}
.account-menu-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-left: -2px;
  padding: 4px 6px;
  border-radius: 8px;
  background: #f1f1f1;
}
.account-menu-header .avatar {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.account-menu-header-title {
  flex: 1;
  min-width: 0;
  padding-right: 2px;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-menu-header-row::after {
  content: "";
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234a4a4a' fill-rule='evenodd' d='M13.71 3.156a.75.75 0 0 1 .128 1.053l-6.929 8.846-.01.013c-.045.057-.104.134-.163.197a1 1 0 0 1-.382.263 1 1 0 0 1-.714-.005 1 1 0 0 1-.38-.268 6 6 0 0 1-.17-.212l-2.932-3.84a.75.75 0 1 1 1.193-.91l2.657 3.48 6.65-8.489a.75.75 0 0 1 1.052-.128'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}
.account-menu-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  min-height: 32px;
  padding: 4px 6px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #303030;
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}
.account-menu-item + .account-menu-item {
  margin-top: 2px;
}
.account-menu-item:hover:not(:disabled),
.account-menu-item:focus-visible {
  background: #f1f1f1;
  color: #303030;
}
.account-menu-item:active:not(:disabled) {
  background: #ebebeb;
}
.account-menu-item svg {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #616161;
}
.ui-tooltip {
  position: fixed;
  z-index: 520;
  inset: auto;
  max-width: min(200px, calc(100vw - 8px));
  margin: 0;
  padding: 4px 8px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #fff;
  color: #303030;
  box-shadow: var(--tc-popover-shadow);
  font-size: 13px;
  font-weight: 450;
  font-feature-settings: "calt" 0;
  line-height: 20px;
  overflow: visible;
  overflow-wrap: break-word;
  white-space: normal;
  pointer-events: none;
  animation: tc-tooltip-enter 50ms var(--tc-ease-out) 100ms both;
}
.ui-tooltip[data-placement="below"] {
  --tc-tooltip-offset: -4px;
}
.ui-tooltip--instant {
  animation: none;
}
.confirm-dialog {
  inset: 56px 0 0;
  width: min(620px, calc(100vw - 32px));
  max-height: calc(100dvh - 60px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: #303030;
  box-shadow: var(--tc-modal-shadow);
  font-size: 13px;
  font-weight: 450;
  font-feature-settings: "calt" 0;
  line-height: 20px;
}
.confirm-dialog[open] {
  display: flex;
  flex-direction: column;
  animation: tc-modal-enter 150ms var(--tc-ease);
}
.confirm-dialog::backdrop {
  background: rgb(0 0 0 / .5);
  animation: tc-fade-in 200ms var(--tc-ease);
}
.confirm-dialog:focus {
  outline: 0;
}
.confirm-dialog-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #e3e3e3;
  background: #f3f3f3;
}
.confirm-dialog-header h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.confirm-dialog-body {
  min-height: 0;
  padding: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  overflow-wrap: anywhere;
}
.confirm-dialog-body > :last-child {
  margin-bottom: 0;
}
.confirm-dialog-actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px 16px;
}
.confirm-dialog-header .icon-button {
  margin: -4px;
  background: transparent;
  color: #8a8a8a;
  box-shadow: none;
}
.confirm-dialog-actions .button.secondary {
  background: #e3e3e3;
  box-shadow: none;
}
.confirm-dialog-actions .button.secondary:hover,
.confirm-dialog-actions .button.secondary:focus-visible {
  background: #d4d4d4;
}
.confirm-dialog.is-closing {
  animation: tc-modal-exit 150ms var(--tc-ease) forwards, tc-fade-out 100ms var(--tc-ease) forwards;
}
.confirm-dialog.is-closing::backdrop {
  animation: tc-backdrop-exit 100ms var(--tc-ease) forwards;
}
.spinner {
  --tc-spinner-duration: 500ms;
  position: relative;
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 0;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 150ms allow-discrete;
}
.spinner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44' fill='none'%3E%3Ccircle r='14' stroke-width='3' cx='22' cy='22' stroke='%230000002b'/%3E%3Ccircle pathLength='10' r='14' stroke-width='3' cx='22' cy='22' stroke='%23303030' stroke-linecap='round' stroke-dasharray='4 6'/%3E%3C/svg%3E");
  animation: tc-spin var(--tc-spinner-duration) linear infinite;
}
@starting-style {
  .spinner { opacity: 0; }
}
.badge .spinner {
  flex-basis: 12px;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.button.is-loading,
.auth-submit.is-loading {
  cursor: progress;
}
.button.is-loading .button-label,
.auth-submit.is-loading .button-label {
  visibility: hidden;
}
.button.is-loading .spinner {
  position: absolute;
  inset: calc(50% - 10px) auto auto calc(50% - 10px);
}
.skeleton-page {
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
  padding: 24px 16px;
}
.workspace .skeleton-page {
  padding: 0;
}
.skeleton-heading,
.skeleton-line {
  display: block;
  border-radius: 4px;
  background: #e3e3e3;
}
.skeleton-heading {
  width: 120px;
  height: 24px;
  margin-bottom: 16px;
  background: #e3e3e3;
}
.skeleton-line {
  width: 100%;
  height: 8px;
  margin-top: 12px;
}
.skeleton-line:first-child {
  margin-top: 0;
}
.skeleton-line:last-child {
  width: 80%;
}
@keyframes tc-spin {
  to { transform: rotate(1turn); }
}
@keyframes tc-asset-check {
  from { stroke-dashoffset: 2; }
  to { stroke-dashoffset: 0; }
}
@keyframes tc-modal-enter {
  from { transform: translateY(24px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
@keyframes tc-modal-exit {
  from { transform: translateY(0); }
  to { transform: translateY(24px); }
}
@keyframes tc-backdrop-exit {
  from { background-color: rgb(0 0 0 / .5); }
  to { background-color: transparent; }
}
@keyframes tc-tooltip-enter {
  from { transform: translateY(var(--tc-tooltip-offset, 4px)); opacity: 0; }
  to { transform: none; opacity: 1; }
}
@keyframes tc-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes tc-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes tc-toast-enter {
  from { transform: translateY(calc(100% + 20px)); }
  to { transform: translateY(0); }
}
@keyframes tc-toast-exit {
  from { transform: translateY(0) scale(1); opacity: 1; }
  to { transform: translateY(0) scale(.85); opacity: 0; }
}
@media (max-width: 489.98px) {
  #notice { padding: 8px 12px; }
}
@container admin-page (width < 784px) {
  .theme-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@container admin-page (width <= 490px) {
  .workspace-inner {
    padding-inline: 0;
  }
  .workspace-inner > .page-heading {
    margin-inline: 16px;
  }
  .page-heading h1 {
    gap: 4px;
  }
}
@media (max-width: 767.98px) {
  body.navigation-open {
    overflow: hidden;
  }
  .shell {
    display: block;
  }
  .topbar {
    height: 56px;
    padding: 0 12px;
  }
  .owner > span:not(.avatar),
  .account-menu-toggle > span:not(.avatar) {
    display: none;
  }
  .account-menu-toggle {
    padding-right: 4px;
  }
  .shell .mobile-nav-toggle {
    display: inline-grid;
    width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 8px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #dcdcdc;
  }
  .shell .mobile-nav-toggle:hover:not(:disabled),
  .shell .mobile-nav-toggle[aria-expanded=true] {
    background: #1a1a1a;
    color: #fcfcfc;
  }
  .mobile-nav-toggle svg {
    width: 20px;
    height: 20px;
    color: inherit;
  }
  .sidebar {
    position: fixed;
    z-index: 35;
    inset: 56px auto 0 0;
    width: max-content;
    max-width: min(360px, calc(100vw - 32px));
    min-width: 240px;
    height: calc(100dvh - 56px);
    padding: 12px 12px max(12px, env(safe-area-inset-bottom)) 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 12px 12px 0 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 300ms var(--tc-ease-out), visibility 0s linear 300ms;
    pointer-events: none;
  }
  .navigation-open .sidebar {
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0s;
    pointer-events: auto;
  }
  .navigation-backdrop {
    position: fixed;
    z-index: 30;
    inset: 56px 0 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px 12px 0 0;
    background: rgb(0 0 0 / .5);
    opacity: 0;
    transition: opacity 300ms var(--tc-ease-out);
  }
  .navigation-open .navigation-backdrop {
    opacity: 1;
    animation: tc-fade-in 200ms var(--tc-ease);
  }
  .nav {
    flex-direction: column;
  }
  .nav button,
  .sidebar-buyer-link {
    min-height: 36px;
    padding: 8px 4px 8px 8px;
    font-size: 13px;
    font-weight: 550;
  }
  .sidebar-footer {
    margin-top: auto;
    padding-top: 24px;
  }
  .workspace {
    padding: 16px 0 28px;
    min-height: calc(100dvh - 56px);
    border-radius: 12px 12px 0 0;
  }
  .workspace .page-heading {
    flex-wrap: wrap;
    gap: 8px;
  }
  .stats,
  .grid-form,
  .shopify-status,
  .shopify-variant {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 16px;
  }
  .theme-index,
  .table-panel {
    padding: 0;
  }
  .form-actions,
  .inline-form {
    align-items: stretch;
    flex-direction: column;
  }
  .inline-form .button {
    width: 100%;
  }
  .asset small {
    display: none;
  }
  .theme-row-title {
    flex-wrap: wrap;
  }
  .account-menu {
    padding: 0;
  }
  .account-menu-header {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    margin: 0;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: #ebebeb;
  }
  .account-menu-header-row {
    display: contents;
  }
  .account-menu-item {
    min-height: 45px;
    padding: 12px;
    border-top: 1px solid transparent;
    border-radius: 0;
  }
  button.account-menu-item {
    font-weight: 400;
  }
  .account-menu-item + .account-menu-item {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .confirm-dialog {
    inset: 0;
    width: 100%;
    max-width: none;
    max-height: 100dvh;
    margin: auto 0 0;
    border-radius: 0;
  }
}
/* Shopify switches to its touch controls only for a narrow, coarse pointer. */
@media (max-width: 767.98px) and (pointer: coarse) {
  /* Shopify's mobile level-one sections meet the page without a card outline. */
  .workspace .panel:not(.theme-index) {
    border-radius: 0;
    box-shadow: none;
  }
  .confirm-dialog,
  .ui-tooltip,
  .account-menu-header,
  .account-menu-item,
  #notice {
    font-size: 16px;
    line-height: 24px;
  }
  .confirm-dialog-header h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .confirm-dialog-header {
    min-height: 57px;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button {
    min-height: 44px;
    padding: 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button,
  :is(.shell, .buyer-shell, .confirm-dialog) .button:is(:hover, :focus-visible, :active):not(:disabled) {
    background: var(--tc-touch-button-bg, #303030);
    color: var(--tc-touch-button-text, #fff);
    box-shadow: var(--tc-touch-button-shadow, none);
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button:is(.secondary, .danger) {
    --tc-touch-button-bg: #fff;
    --tc-touch-button-text: #303030;
    --tc-touch-button-shadow: 0 0 0 1px #e3e3e3 inset;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button.danger {
    --tc-touch-button-text: #8e0b21;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button.critical {
    --tc-touch-button-bg: #c70a24;
    --tc-touch-button-text: #fffafb;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button:active:not(:disabled) {
    --tc-touch-button-bg: #1a1a1a;
    --tc-touch-button-text: #ccc;
    --tc-touch-button-shadow: none;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button:is(.secondary, .danger):active:not(:disabled) {
    --tc-touch-button-bg: #f7f7f7;
    --tc-touch-button-text: #303030;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button.danger:active:not(:disabled) {
    --tc-touch-button-text: #8e0b21;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button.critical:active:not(:disabled) {
    --tc-touch-button-bg: #8e0b21;
    --tc-touch-button-text: #fffafb;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button:disabled {
    --tc-touch-button-bg: #0000002b;
    --tc-touch-button-text: #fff;
    --tc-touch-button-shadow: none;
  }
  :is(.shell, .buyer-shell, .confirm-dialog) .button:is(.secondary, .danger):disabled {
    --tc-touch-button-bg: #0000000d;
    --tc-touch-button-text: #b5b5b5;
  }
  :is(.page-heading-actions, .confirm-dialog-actions) .button.secondary:not(:disabled) {
    --tc-touch-button-bg: #e3e3e3;
    --tc-touch-button-shadow: none;
  }
  :is(.page-heading-actions, .confirm-dialog-actions) .button.secondary:active:not(:disabled) {
    --tc-touch-button-bg: #ccc;
  }
  :is(.shell, .buyer-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]), select, textarea) {
    min-height: 44px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 24px;
  }
  :is(.shell, .buyer-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]), select, textarea):not(:disabled) {
    background-color: #fdfdfd;
    box-shadow: 0 0 0 1px #8a8a8a inset;
  }
  :is(.shell, .buyer-shell) :where(input, select, textarea)[aria-invalid=true] {
    box-shadow: 0 0 0 2px #8e0b21 inset;
  }
  :is(.shell, .buyer-shell) :where(input:not([type=checkbox]):not([type=radio]):not([type=file]), select, textarea):focus {
    background-color: #f7f7f7;
    box-shadow: 0 0 0 2px #005bd3 inset;
    outline: 0;
    outline-offset: 0;
  }
  :is(.shell, .buyer-shell) :is(input, textarea)[readonly] {
    background-color: rgb(0 0 0 / .05);
    color: #616161;
    box-shadow: none;
  }
  :is(.shell, .buyer-shell) select:hover:not(:disabled):not(:focus):not([aria-invalid=true]) {
    background-color: #fafafa;
    box-shadow: 0 0 0 .66px #616161 inset;
  }
  :is(.shell, .buyer-shell) select[aria-invalid=true] {
    background-color: #fff;
  }
  :is(.shell, .buyer-shell) select:focus {
    outline-offset: 1px;
  }
  :is(.shell, .buyer-shell) select {
    padding-right: 32px;
    background-position: right 12px center;
  }
  :is(.shell, .buyer-shell) .ui-field {
    position: relative;
  }
  :is(.shell, .buyer-shell) .ui-field > .ui-field-label {
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 12px;
    left: 12px;
    overflow: hidden;
    color: #616161;
    font-size: 12px;
    font-weight: 450;
    line-height: 16px;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
  }
  :is(.shell, .buyer-shell) .ui-field--select > .ui-field-label {
    right: 32px;
  }
  :is(.shell, .buyer-shell) .ui-field:has(> :disabled) > .ui-field-label {
    color: #b5b5b5;
  }
  :is(.shell, .buyer-shell) .ui-field--empty > .ui-field-label {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    transform: translateY(10.56px);
    transition: all 150ms cubic-bezier(.42, 0, .58, 1);
  }
  :is(.shell, .buyer-shell) .ui-field--empty:focus-within > .ui-field-label {
    font-size: 12px;
    line-height: 16px;
    transform: translateY(0);
  }
  :is(.shell, .buyer-shell) .ui-field > :is(input, select, textarea) {
    min-height: 62px;
    padding-top: 27px;
    padding-bottom: 11px;
  }
  :is(.shell, .buyer-shell) .ui-field > textarea {
    min-height: 86px;
  }
  :is(.shell, .buyer-shell) input[type=checkbox],
  :is(.shell, .buyer-shell) .asset-checkbox,
  :is(.shell, .buyer-shell) .asset-checkmark {
    flex-basis: 20px;
    width: 20px;
    min-height: 20px;
    height: 20px;
  }
  :is(.shell, .buyer-shell) input[type=checkbox]::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  :is(.shell, .buyer-shell) input[type=checkbox]:not(:indeterminate)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.625 6.5L4.31197 8.74929C4.40826 8.87769 4.59887 8.88338 4.70266 8.76097L9.375 3.25' transform='translate(2 2)' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
  :is(.shell, .buyer-shell) .asset-checkmark path {
    d: path("M2.625 6.5L4.31197 8.74929C4.40826 8.87769 4.59887 8.88338 4.70266 8.76097L9.375 3.25");
    transform: translate(2px, 2px);
    stroke-width: 1.5;
  }
  :is(.shell, .buyer-shell) input[type=checkbox]:not(:checked):not(:indeterminate):not(:disabled):not(:hover) {
    background-color: #fff;
  }
  :is(.shell, .buyer-shell) input[type=checkbox]:is(:checked, :indeterminate):not(:disabled) {
    box-shadow: 0 0 0 .66px #303030 inset;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (forced-colors: active) {
  input,
  select,
  textarea,
  .button,
  .panel,
  .confirm-dialog,
  .account-menu,
  .upload-zone {
    border: 1px solid ButtonText;
  }
  input[type=checkbox] {
    appearance: auto;
  }
  input[type=checkbox]::after,
  .asset-checkmark {
    display: none;
  }
  .nav button.active {
    outline: 1px solid Highlight;
  }
  .skeleton-heading,
  .skeleton-line {
    background: GrayText;
  }
}
