:root {
  --bg: #f1f1f1;
  --surface: #fff;
  --text: #303030;
  --sub: #686868;
  --line: #e3e3e3;
  --green: #145b43;
  --mint: #d7f3e5;
  --orange: #dc7448;
  --radius: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #458fff;
  outline-offset: 3px;
}
a {
  color: #365f91;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.65px;
  font-weight: 700;
}
h2 {
  font-size: 14px;
  font-weight: 650;
}
h3 {
  font-size: 13px;
}
p {
  line-height: 1.6;
}
.muted,
.hint {
  color: var(--sub);
}
.hint {
  font-size: 12px;
  line-height: 1.5;
}
.sr-only,
.skip:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip:focus {
  position: fixed;
  z-index: 100;
  background: white;
  padding: 16px;
}
.topbar {
  height: 56px;
  background: #1a1a1a;
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
}
.shopify {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 220px;
}
.shopify strong {
  font-size: 23px;
  font-style: italic;
  letter-spacing: -1.1px;
}
.bag {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 28px;
  background: #a4c765;
  clip-path: polygon(
    10% 12%,
    34% 12%,
    40% 0,
    66% 0,
    72% 12%,
    88% 17%,
    100% 100%,
    0 91%
  );
  font: bold italic 23px Georgia;
  color: white;
}
.admin-search {
  background: #303030;
  border: 1px solid #444;
  border-radius: 8px;
  color: #bbb;
  padding: 7px 10px;
  display: flex;
  gap: 10px;
  width: 430px;
  font-size: 12px;
}
.admin-search > span {
  font-size: 18px;
  line-height: 15px;
}
kbd {
  font: 11px inherit;
  color: #939393;
}
.admin-search kbd {
  margin-left: auto;
}
.store {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 12px;
}
.store-avatar {
  background: #dbdfb9;
  color: #42452d;
  border-radius: 7px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-family: Georgia;
  font-size: 20px;
}
.sidebar {
  width: 232px;
  position: fixed;
  inset: 56px auto 0 0;
  padding: 20px 12px;
  background: #ebebeb;
  display: flex;
  flex-direction: column;
  z-index: 15;
}
.shop-nav {
  display: grid;
  gap: 1px;
}
.shop-nav > span {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 12px;
  font-size: 17px;
  color: #646464;
  line-height: 17px;
}
.shop-nav b {
  font-size: 13px;
  font-weight: 550;
  color: #3b3b3b;
}
.shop-nav small {
  font-size: 11px;
  margin-left: auto;
  background: #ddd;
  border-radius: 5px;
  padding: 0 5px;
}
.nav-caption {
  display: flex;
  justify-content: space-between;
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  padding: 21px 12px 9px;
}
.channel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #dedede;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 650;
  margin-top: 5px;
}
.channel-title > span:last-child {
  margin-left: auto;
}
.outland-icon {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  background: #e97c50;
  color: #fff4eb;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.channel-nav {
  display: grid;
  gap: 2px;
  margin: 4px 0 0 35px;
}
.channel-nav button {
  border: 0;
  background: none;
  text-align: left;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 12px;
}
.channel-nav button.active {
  background: #dadada;
  font-weight: 650;
}
.channel-nav button:hover {
  background: #e0e0e0;
}
.sidebar-bottom {
  margin-top: auto;
  display: grid;
  gap: 17px;
  padding: 12px;
  font-size: 12px;
}
.prototype-label {
  color: #737373;
  font-size: 10px;
}
.workspace {
  margin: 56px 0 0 232px;
  min-height: calc(100vh - 56px);
}
.appbar {
  height: 53px;
  border-bottom: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: #fafafa;
}
.appbar > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.appbar-right {
  font-size: 11px;
  color: #777;
}
.appbar-right > span {
  margin-left: 20px;
}
main {
  max-width: 1190px;
  margin: auto;
  padding: 32px 40px 20px;
  min-height: calc(100vh - 230px);
}
.page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 25px;
}
.page-head p {
  color: var(--sub);
  margin-top: 7px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.6px;
  color: #747474;
  margin-bottom: 8px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 33px;
  padding: 7px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 0 #00000009;
  font-weight: 550;
  font-size: 12px;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  background: #f7f7f7;
}
.btn.primary {
  background: linear-gradient(#3c3c3c, #252525);
  color: #fff;
  border-color: #242424;
  box-shadow:
    inset 0 1px 0 #ffffff30,
    0 1px 2px #0002;
}
.btn.primary:hover {
  background: #141414;
}
.btn.large {
  padding: 10px 17px;
  min-height: 39px;
}
.btn.ghost {
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}
.button-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  background: #e9e9e9;
  border-radius: 6px;
  padding: 3px 7px;
  white-space: nowrap;
  font-weight: 500;
}
.badge.green {
  background: var(--mint);
  color: #15593e;
}
.badge.orange {
  background: #ffedcc;
  color: #815915;
}
.badge.blue {
  background: #e3edff;
  color: #345583;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.card {
  border: 1px solid #dedede;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 #00000006;
  overflow: hidden;
}
.card-pad {
  padding: 22px;
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.stack {
  display: grid;
  gap: 18px;
}
.cols {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 22px;
  align-items: start;
}
.section-copy {
  color: var(--sub);
  margin: 6px 0 20px;
  max-width: 580px;
}
.stepper {
  display: flex;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  gap: 0;
}
.stepper li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #777;
  position: relative;
}
.stepper li:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #d4d4d4;
  margin: 0 13px;
}
.stepper li:last-child:after {
  display: none;
}
.stepper i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e1e1e1;
  font-style: normal;
  font-size: 11px;
  flex-shrink: 0;
}
.stepper .current {
  color: #252525;
  font-weight: 600;
}
.stepper .current i {
  background: #303030;
  color: #fff;
}
.stepper .done i {
  background: #d7e9de;
  color: #2b6042;
}
.wizard-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #ddd;
}
.wizard-actions .hint {
  margin-left: auto;
  margin-right: 14px;
}
.info {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 13px 15px;
  background: #f3f7f3;
  border: 1px solid #e1e8e1;
  border-radius: 8px;
  color: #44604a;
  font-size: 12px;
  line-height: 1.6;
}
.info.neutral {
  background: #f6f6f6;
  color: #646464;
  border-color: #e7e7e7;
}
.info > span {
  font-size: 16px;
  line-height: 1.4;
}
.field {
  display: grid;
  gap: 7px;
  margin: 16px 0;
}
.field label,
legend {
  font-weight: 550;
  font-size: 12px;
}
.input {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 7px;
  background: #fff;
  min-height: 36px;
  padding: 8px 10px;
  color: #303030;
}
.input:read-only {
  background: #f6f6f6;
  color: #686868;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
}
.check {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 12px;
}
.check input {
  accent-color: #303030;
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  flex-shrink: 0;
}
.connection-line {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.connection-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.connection-line .badge {
  margin-left: auto;
}
.connection-line strong {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}
.connection-line .symbol {
  color: #527357;
  font-size: 17px;
}
.welcome-art {
  background: #e7e8dc;
  position: relative;
  height: 225px;
  overflow: hidden;
}
.welcome-art img {
  position: absolute;
  width: 180px;
  mix-blend-mode: multiply;
  bottom: -30px;
  right: -8px;
  transform: rotate(12deg);
}
.welcome-art img + img {
  width: 180px;
  right: 115px;
  bottom: -37px;
  transform: rotate(-13deg);
}
.welcome-art .brand {
  position: absolute;
  left: 23px;
  top: 25px;
  font: 30px Georgia;
  color: #404d38;
}
.welcome-art .brand small {
  display: block;
  font: 9px sans-serif;
  letter-spacing: 2px;
  margin-top: 7px;
}
.side-note {
  padding: 20px;
  font-size: 12px;
}
.side-note h3 {
  margin-bottom: 8px;
}
.side-note p {
  color: #666;
}
.side-note ul {
  padding-left: 17px;
  line-height: 2;
  color: #606060;
}
.mini-summary {
  display: grid;
  gap: 16px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
}
.summary-row > span:first-child {
  color: #737373;
}
.summary-row > strong {
  font-weight: 550;
  text-align: right;
}
.rule {
  border: 0;
  border-top: 1px solid #ececec;
  margin: 0;
}
.catalog-tools {
  display: flex;
  gap: 10px;
  margin: 0 0 16px;
}
.search-wrap {
  flex: 1;
  position: relative;
}
.search-wrap input {
  padding-left: 32px;
}
.search-wrap:before {
  content: "⌕";
  position: absolute;
  top: 6px;
  left: 11px;
  font-size: 19px;
  color: #777;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.product {
  border: 1px solid #dedede;
  border-radius: 9px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background: white;
}
.product.selected {
  border-color: #4c6755;
  box-shadow: 0 0 0 1px #4c6755;
}
.product img {
  display: block;
  width: 100%;
  height: 177px;
  object-fit: cover;
}
.product input {
  position: absolute;
  top: 12px;
  left: 12px;
  accent-color: #303030;
  width: 17px;
  height: 17px;
}
.product-meta {
  padding: 12px 13px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.product-meta strong {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.product-meta span {
  font-size: 11px;
  color: #777;
}
.product-meta .price {
  color: #444;
  font-size: 12px;
}
.catalog-bottom {
  display: flex;
  justify-content: space-between;
  color: #777;
  font-size: 11px;
  margin-top: 16px;
}
.choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 17px;
}
.choice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  cursor: pointer;
}
.choice:has(input:checked) {
  background: #f5f7f5;
  border-color: #5b7060;
  box-shadow: 0 0 0 1px #5b7060;
}
.choice input {
  accent-color: #303030;
  margin: 2px 0 0;
}
.choice strong {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
.choice small {
  display: block;
  line-height: 1.6;
  color: #6c6c6c;
}
.countries {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.countries label {
  padding: 8px 11px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fafafa;
}
.countries input {
  accent-color: #303030;
}
.audience-options {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}
.audience-options .choice {
  padding: 12px;
}
.advanced {
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 22px;
}
.advanced summary {
  cursor: pointer;
  font-size: 12px;
  color: #555;
}
.advanced p {
  margin-top: 10px;
}
.tabs {
  display: flex;
  gap: 3px;
  background: #f2f2f2;
  padding: 4px;
  border-radius: 8px;
  width: fit-content;
}
.tabs button {
  border: 0;
  background: transparent;
  color: #666;
  border-radius: 6px;
  padding: 7px 17px;
  font-size: 12px;
}
.tabs button.active {
  background: white;
  box-shadow: 0 1px 4px #00000016;
  color: #303030;
  font-weight: 600;
}
.creative-stage {
  min-height: 370px;
  display: grid;
  place-items: center;
  padding: 25px;
  background: #f4f3ef;
  margin-top: 18px;
  border: 1px solid #e5e3df;
  border-radius: 9px;
}
.native-preview {
  width: min(100%, 355px);
  background: #fff;
  padding: 13px;
  box-shadow: 0 3px 20px #0000000a;
}
.publisher-title {
  font: 20px Georgia;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 14px;
  color: #393e37;
}
.publisher-meta {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 8px;
  color: #888;
  margin: 8px 0;
}
.native-preview img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}
.native-preview h3 {
  font: 21px/1.22 Georgia;
  margin: 8px 0;
  color: #3f4a35;
}
.native-preview p {
  font-size: 10px;
  color: #777;
}
.native-preview .ad-link {
  font-size: 10px;
  font-weight: 600;
  display: block;
  margin-top: 12px;
}
.display-preview {
  width: min(100%, 450px);
  height: 255px;
  background: #e2e5d6;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.display-copy {
  padding: 24px;
  width: 55%;
  z-index: 1;
}
.creative-brand {
  font: 25px Georgia;
  letter-spacing: -1px;
  color: #35452f;
}
.display-copy h3 {
  font: 29px/1.05 Georgia;
  color: #35452f;
  margin: 20px 0 15px;
}
.ad-cta {
  font: 10px sans-serif;
  background: #3c4e34;
  color: white;
  padding: 9px 13px;
  display: inline-block;
  border-radius: 2px;
}
.display-preview img {
  position: absolute;
  right: -20px;
  top: -12px;
  width: 245px;
  height: 280px;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.video-preview {
  height: 340px;
  width: 192px;
  background: #e5e5d6;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 20px #0002;
}
.video-preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: video-pan 9s ease-in-out infinite alternate;
}
.video-copy {
  position: absolute;
  inset: 22px 18px auto;
  text-align: center;
  z-index: 1;
}
.video-copy h3 {
  font: 26px/1.08 Georgia;
  color: #39492f;
  margin-top: 13px;
  animation: video-copy 9s ease-in-out infinite;
}
.video-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.video-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #788a64;
  width: 100%;
  transform-origin: left;
  animation: video-progress 9s linear infinite;
}
.video-preview.paused * {
  animation-play-state: paused !important;
}
.preview-caption {
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  font-size: 11px;
  color: #777;
  gap: 8px;
}
.creative-actions {
  display: flex;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: wrap;
}
.upload-box {
  display: block;
  border: 1px dashed #bdbdbd;
  padding: 16px;
  border-radius: 8px;
  margin-top: 15px;
  background: #fafafa;
}
.upload-box input {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  font-size: 11px;
}
.uploaded-media {
  max-width: 100%;
  max-height: 310px;
  object-fit: contain;
}
.budget-value {
  display: flex;
  border: 1px solid #999;
  border-radius: 8px;
  align-items: center;
  padding: 3px 13px;
  gap: 8px;
}
.budget-value span {
  font-size: 23px;
  color: #777;
}
.budget-value input {
  border: 0;
  width: 100%;
  font-size: 30px;
  outline-offset: 0;
  padding: 7px 0;
  font-weight: 550;
  background: transparent;
  color: #303030;
}
.presets {
  display: flex;
  gap: 8px;
  margin-top: 11px;
}
.presets button {
  flex: 1;
}
.presets .selected {
  border-color: #303030;
  background: #f1f1f1;
}
.billing {
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}
.billing h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.billing .check {
  margin-top: 13px;
}
.big-total {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 7px 0;
}
.budget-aside {
  background: #f7f8f4;
}
.review-products {
  display: flex;
  margin: 16px 0;
}
.review-products img {
  width: 57px;
  height: 63px;
  border: 2px solid white;
  border-radius: 7px;
  margin-right: -8px;
  object-fit: cover;
}
.error {
  color: #a32926;
  background: #fff0ed;
  border-radius: 6px;
  padding: 10px;
  margin-top: 12px;
  font-size: 12px;
}
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  background: #e8eddf;
  border: 1px solid #d9dfcf;
  border-radius: 12px;
  padding: 25px 28px;
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
}
.hero-banner h2 {
  font-size: 19px;
  letter-spacing: -0.4px;
  margin: 7px 0;
}
.hero-banner p {
  font-size: 12px;
  color: #56604d;
  max-width: 540px;
}
.hero-banner .orb {
  font: 74px Georgia;
  color: #788b62;
  transform: rotate(-20deg);
  padding: 0 13px;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.metric {
  padding: 22px;
  border-right: 1px solid #e9e9e9;
}
.metric:last-child {
  border: 0;
}
.metric-label {
  font-size: 12px;
  color: #666;
  text-decoration: underline dotted #aaa;
  text-underline-offset: 4px;
}
.metric-value {
  font-size: 27px;
  letter-spacing: -0.6px;
  font-weight: 650;
  margin: 10px 0 7px;
}
.metric-note {
  font-size: 11px;
  color: #607461;
}
.chart-section {
  border-top: 1px solid #e9e9e9;
  padding: 24px 24px 16px;
}
.chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chart-legend {
  display: flex;
  gap: 15px;
  font-size: 10px;
  color: #666;
}
.chart-legend span:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #708961;
  margin-right: 5px;
}
.chart-legend span:last-child:before {
  background: #aeb7aa;
}
.chart {
  width: 100%;
  height: 185px;
  margin-top: 20px;
  overflow: visible;
}
.chart text {
  font:
    10px -apple-system,
    sans-serif;
  fill: #858585;
}
.secondary-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 18px 24px;
  border-top: 1px solid #eee;
  background: #fcfcfc;
  gap: 15px;
}
.secondary-metrics span {
  font-size: 11px;
  color: #747474;
}
.secondary-metrics strong {
  display: block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 7px;
}
.dashboard-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 20px;
  margin-top: 22px;
}
.campaign-row {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #eee;
}
.campaign-row img {
  width: 47px;
  height: 52px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.campaign-row h3 {
  margin-bottom: 7px;
}
.campaign-row .campaign-data {
  margin-left: auto;
  text-align: right;
}
.campaign-row .campaign-data strong {
  display: block;
  font-size: 13px;
}
.campaign-row .campaign-data small {
  font-size: 10px;
  color: #777;
}
.campaign-detail {
  padding: 0 20px 20px;
}
.progress-track {
  height: 5px;
  border-radius: 6px;
  background: #ebebe7;
  overflow: hidden;
  margin: 12px 0 8px;
}
.progress-track > span {
  height: 100%;
  display: block;
  background: #7b8a64;
  border-radius: 6px;
}
.campaign-detail .hint {
  display: flex;
  justify-content: space-between;
}
.format-row {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}
.format-row:last-child {
  border: 0;
}
.format-row span {
  color: #747474;
}
.app-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #888;
  padding: 20px 15px 85px;
}
.app-footer a {
  color: #686868;
}
.tiny-mark {
  font-size: 18px;
  color: #b97854;
}
.demo-tools {
  position: fixed;
  bottom: 19px;
  left: calc(50% + 116px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 11px 9px 15px;
  background: #242424;
  color: #eee;
  border: 1px solid #494949;
  border-radius: 12px;
  box-shadow: 0 7px 24px #0002;
  z-index: 30;
  white-space: nowrap;
  font-size: 11px;
}
.demo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d59674;
}
.demo-tools select {
  background: #363636;
  color: #eee;
  border: 1px solid #555;
  border-radius: 6px;
  padding: 6px;
  font-size: 11px;
}
.demo-tools button {
  background: none;
  color: #ddd;
  border: 0;
  font-size: 11px;
  padding: 6px;
}
.demo-tools kbd {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 1px 3px;
  margin-left: 4px;
}
.restore-tools {
  position: fixed;
  right: 16px;
  bottom: 13px;
  opacity: 0;
  z-index: 40;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 8px;
  background: white;
  font-size: 11px;
}
.restore-tools:hover,
.restore-tools:focus-visible {
  opacity: 1;
}
body.clean .prototype-label {
  visibility: hidden;
}
#toast {
  position: fixed;
  bottom: 85px;
  left: calc(50% + 116px);
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  background: #262626;
  color: white;
  border-radius: 9px;
  padding: 12px 18px;
  font-size: 12px;
  max-width: 85vw;
  transition:
    opacity 0.18s,
    transform 0.18s;
}
#toast.visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
[hidden] {
  display: none !important;
}
@keyframes video-pan {
  from {
    transform: scale(1) translateY(8px);
  }
  to {
    transform: scale(1.13) translateY(-4px);
  }
}
@keyframes video-copy {
  0%,
  100% {
    opacity: 0;
    transform: translateY(7px);
  }
  12%,
  85% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes video-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (min-width: 1550px) {
  main {
    padding-top: 43px;
  }
  .product img {
    height: 205px;
  }
}
@media (max-width: 1100px) {
  .sidebar {
    width: 195px;
  }
  .workspace {
    margin-left: 195px;
  }
  main {
    padding: 28px 25px;
  }
  .cols,
  .dashboard-bottom {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 16px;
  }
  .demo-tools,
  #toast {
    left: calc(50% + 97px);
  }
  .metric {
    padding: 17px;
  }
  .metric-value {
    font-size: 24px;
  }
  .stepper li:after {
    margin: 0 8px;
  }
  .stepper {
    font-size: 11px;
  }
  .card-pad {
    padding: 18px;
  }
}
@media (max-width: 850px) {
  .sidebar {
    width: 170px;
    padding: 16px 8px;
  }
  .workspace {
    margin-left: 170px;
  }
  .cols,
  .dashboard-bottom {
    grid-template-columns: 1fr;
  }
  .side-card {
    display: none;
  }
  .demo-tools,
  #toast {
    left: calc(50% + 85px);
  }
  .demo-tools {
    gap: 6px;
  }
  .demo-tools > strong,
  .demo-dot {
    display: none;
  }
  .appbar-right {
    display: none;
  }
  .stepper li {
    font-size: 10px;
  }
  .stepper li:after {
    margin: 0 5px;
  }
  .metric {
    padding: 15px 12px;
  }
  .metric-value {
    font-size: 22px;
  }
  .page-head {
    align-items: flex-start;
  }
  .hero-banner .orb {
    display: none;
  }
  .admin-search {
    width: 280px;
  }
  .shopify {
    width: 170px;
  }
  .product img {
    height: 190px;
  }
}
@media (max-width: 600px) {
  .sidebar {
    display: none;
  }
  .workspace {
    margin-left: 0;
  }
  .topbar {
    padding: 0 14px;
  }
  .shopify {
    width: auto;
  }
  .shopify strong {
    font-size: 21px;
  }
  .admin-search {
    display: none;
  }
  .appbar {
    height: 46px;
    padding: 0 18px;
  }
  main {
    padding: 24px 16px 10px;
  }
  .page-head {
    gap: 13px;
    flex-wrap: wrap;
    margin-bottom: 21px;
  }
  h1 {
    font-size: 22px;
  }
  .page-head p {
    font-size: 12px;
  }
  .stepper li {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .stepper li:after {
    display: none;
  }
  .stepper {
    margin-bottom: 22px;
  }
  .card-pad {
    padding: 17px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metric:nth-child(2) {
    border: 0;
  }
  .metric:nth-child(-n + 2) {
    border-bottom: 1px solid #eee;
  }
  .secondary-metrics {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero-banner {
    padding: 19px;
  }
  .hero-banner h2 {
    font-size: 18px;
  }
  .demo-tools,
  #toast {
    left: 50%;
  }
  .demo-tools {
    bottom: 10px;
    max-width: calc(100vw - 20px);
    gap: 3px;
    padding: 8px;
  }
  .demo-tools select {
    max-width: 165px;
  }
  .demo-tools kbd {
    display: none;
  }
  .demo-tools button {
    font-size: 10px;
  }
  .product img {
    height: 155px;
  }
  .product-meta {
    padding: 10px;
    flex-wrap: wrap;
  }
  .choice-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .choice-grid {
    gap: 10px;
  }
  .wizard-actions .hint {
    display: none;
  }
  .creative-stage {
    padding: 15px;
    min-height: 350px;
  }
  .tabs button {
    padding: 7px 13px;
  }
  .chart-section {
    padding: 20px 15px 12px;
  }
  .chart-legend {
    gap: 8px;
  }
  .chart {
    height: 155px;
  }
  .display-copy {
    padding: 18px;
  }
  .display-copy h3 {
    font-size: 24px;
  }
  .display-preview img {
    right: -50px;
  }
  .store .muted {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Final responsive and capture refinements. */
.card-head h2 {
  flex-shrink: 0;
}
.card-head {
  flex-wrap: wrap;
}
.chart-head {
  flex-wrap: wrap;
  gap: 12px;
}
.chart-legend {
  flex-shrink: 0;
}
.campaign-row h3 {
  overflow-wrap: anywhere;
}
.page-head h1 {
  max-width: 650px;
}
.video-preview {
  background: #efe5d1;
}
.video-preview img {
  top: 105px;
  height: 235px;
  object-fit: cover;
}
.video-copy {
  top: 18px;
}
.video-copy h3 {
  font-size: 22px;
  margin-top: 9px;
}
.video-copy .creative-brand {
  font-size: 23px;
}
.chart-legend span {
  white-space: nowrap;
}
.demo-tools button:hover {
  color: white;
  background: #3d3d3d;
  border-radius: 5px;
}
.btn:active {
  transform: translateY(1px);
}
@media (max-width: 850px) {
  .appbar .appbar-right {
    display: none;
  }
}
@media (max-width: 600px) {
  .btn,
  .input {
    min-height: 42px;
  }
  .card-head .button-row {
    width: 100%;
    justify-content: space-between;
  }
  .tabs button {
    min-height: 40px;
  }
  .demo-tools select {
    max-width: 142px;
  }
  .demo-tools button {
    padding: 8px 5px;
  }
  .chart-head h3 {
    width: 100%;
  }
  .chart-legend {
    gap: 18px;
  }
  .choice {
    min-height: 52px;
  }
  .countries label {
    min-height: 42px;
    align-items: center;
  }
  .creative-stage {
    margin-top: 15px;
  }
}

body.clean #toast {
  display: none;
}
