.insprm-app,
.insprm-demo {
  --insprm-ink: #0a0a0a;
  --insprm-paper: #f3f1ed;
  --insprm-line: rgba(10, 10, 10, .12);
  --insprm-signal: #ff4e35;
}

.insprm-app,
.insprm-app * {
  box-sizing: border-box;
}

.insprm-app {
  --insprm-zoom: 1;
  --insprm-ev: 0;
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: var(--insprm-ink);
  background: var(--insprm-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

.insprm-app button,
.insprm-app input {
  color: inherit;
  font: inherit;
}

.insprm-app button {
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.insprm-app button:focus-visible,
.insprm-app input:focus-visible {
  outline: 2px solid #ff785f;
  outline-offset: 2px;
}

.insprm-app img,
.insprm-app svg {
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.insprm-app svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.insprm-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.insprm-view {
  position: absolute;
  inset: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(12px, 0, 0);
  transition: opacity .28s ease, transform .35s cubic-bezier(.2, .8, .2, 1), visibility 0s linear .35s;
}

.insprm-view.insprm-is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

/* Camera */
.insprm-camera {
  color: #fff;
  background: #080808;
}

.insprm-camera__preview {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: #171717;
}

.insprm-camera__preview > img {
  position: absolute;
  inset: -3% -4%;
  width: 108%;
  height: 106%;
  object-fit: cover;
  object-position: 50% 44%;
  transform: scale(calc(var(--insprm-zoom) * 1.015)) scaleX(var(--insprm-flip, 1));
  transform-origin: 50% 46%;
  filter: brightness(calc(1 + var(--insprm-ev) * .08)) contrast(1.08) saturate(.82) sepia(.08);
  transition: transform .45s cubic-bezier(.2, .78, .2, 1), filter .3s ease;
}

.insprm-camera__grade,
.insprm-camera__grain,
.insprm-camera__scanlines,
.insprm-camera__flash {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.insprm-camera__grade {
  z-index: 1;
  background: radial-gradient(circle at 46% 42%, transparent 26%, rgba(0, 0, 0, .12) 72%, rgba(0, 0, 0, .46) 100%), linear-gradient(180deg, rgba(0,0,0,.25), transparent 22%, transparent 57%, rgba(0,0,0,.56));
  mix-blend-mode: multiply;
  box-shadow: inset 0 0 0 999px var(--insprm-wb-color, transparent);
}

.insprm-camera__grain {
  z-index: 2;
  opacity: var(--insprm-iso-grain, .28);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.58'/%3E%3C/svg%3E");
  background-size: 145px 145px;
  mix-blend-mode: soft-light;
  animation: insprm-grain .19s steps(2) infinite;
}

.insprm-camera__scanlines {
  z-index: 3;
  opacity: 0;
  background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(8, 14, 20, .2) 4px);
  mix-blend-mode: multiply;
}

.insprm-camera__flash {
  z-index: 20;
  opacity: 0;
  background: #fff;
}

.insprm-camera__flash.insprm-is-firing {
  animation: insprm-flash .42s ease-out;
}

.insprm-app[data-insprm-camera="16mm"] .insprm-camera__preview > img {
  filter: brightness(calc(.95 + var(--insprm-ev) * .08)) contrast(1.18) saturate(.78) sepia(.13) hue-rotate(-4deg);
}

.insprm-app[data-insprm-camera="8mm"] .insprm-camera__preview > img {
  filter: brightness(calc(1.02 + var(--insprm-ev) * .08)) contrast(1.1) saturate(.74) sepia(.19) hue-rotate(-7deg);
}

.insprm-app[data-insprm-camera="B&W"] .insprm-camera__preview > img {
  filter: brightness(calc(.96 + var(--insprm-ev) * .08)) grayscale(1) contrast(1.34) saturate(0);
}

.insprm-app[data-insprm-camera="VHS"] .insprm-camera__preview > img {
  filter: brightness(calc(.96 + var(--insprm-ev) * .08)) contrast(1.22) saturate(1.36) hue-rotate(-8deg);
}

.insprm-app[data-insprm-camera="VHS"] .insprm-camera__scanlines { opacity: .8; }
.insprm-app[data-insprm-camera="VHS"] .insprm-camera__grade { background: linear-gradient(90deg, rgba(0, 247, 255, .09), transparent 42%, rgba(255, 0, 102, .09)), linear-gradient(180deg, rgba(0,0,0,.2), transparent 55%, rgba(0,0,0,.44)); mix-blend-mode: screen; }

.insprm-app[data-insprm-camera="INSPR"] .insprm-camera__preview > img {
  filter: brightness(calc(1.05 + var(--insprm-ev) * .08)) contrast(1.05) saturate(1.22) sepia(.05) hue-rotate(-3deg);
}

.insprm-app[data-insprm-camera="Fisheye"] .insprm-camera__preview > img {
  inset: -7%;
  width: 114%;
  height: 114%;
  border-radius: 48%;
  transform: scale(calc(var(--insprm-zoom) * 1.08)) scaleX(var(--insprm-flip, 1));
  filter: brightness(calc(.93 + var(--insprm-ev) * .08)) contrast(1.25) saturate(1.06);
}

.insprm-app[data-insprm-camera="Fisheye"] .insprm-camera__grade {
  background: radial-gradient(circle at 50% 46%, transparent 42%, rgba(0,0,0,.38) 60%, #000 76%);
  mix-blend-mode: normal;
}

.insprm-camera__topbar {
  position: absolute;
  z-index: 8;
  top: 14px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.insprm-glass-button {
  min-height: 38px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.24) !important;
  border-radius: 999px;
  background: rgba(12, 12, 12, .28) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.insprm-camera__model {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .12em;
}

.insprm-camera__model i { font-style: normal; font-size: 14px; }

.insprm-camera__wordmark {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.14em;
  text-shadow: 0 1px 14px rgba(0,0,0,.45);
}

.insprm-camera__flash-toggle {
  justify-self: end;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}

.insprm-camera__flash-toggle svg { width: 15px; height: 15px; fill: currentColor; stroke-width: 0; }
.insprm-camera__flash-toggle[aria-pressed="true"] { color: #111 !important; background: #ffe087 !important; }

.insprm-camera__readout {
  position: absolute;
  z-index: 6;
  top: 65px;
  left: 17px;
  right: 17px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.78);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  letter-spacing: .11em;
  text-shadow: 0 1px 6px #000;
}

.insprm-camera__rec { color: #d9ff84; }
.insprm-app.insprm-is-recording .insprm-camera__rec { color: #ff513b; }

.insprm-camera__focus {
  position: absolute;
  z-index: 5;
  top: 33%;
  left: 50%;
  width: 54px;
  height: 54px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
  transition: opacity .25s ease, transform .3s ease;
}

.insprm-camera__focus.insprm-is-visible { opacity: .9; transform: translate(-50%, -50%) scale(1); }
.insprm-camera__focus i { position: absolute; width: 15px; height: 15px; border-color: #fff; border-style: solid; filter: drop-shadow(0 1px 2px #000); }
.insprm-camera__focus i:nth-child(1) { inset: 0 auto auto 0; border-width: 1px 0 0 1px; }
.insprm-camera__focus i:nth-child(2) { inset: 0 0 auto auto; border-width: 1px 1px 0 0; }
.insprm-camera__focus i:nth-child(3) { inset: auto auto 0 0; border-width: 0 0 1px 1px; }
.insprm-camera__focus i:nth-child(4) { inset: auto 0 0 auto; border-width: 0 1px 1px 0; }

.insprm-camera__exposure {
  position: absolute;
  z-index: 7;
  top: 35%;
  left: 14px;
  display: flex;
  width: 31px;
  padding: 8px 0 !important;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 999px;
  background: rgba(0,0,0,.25) !important;
  backdrop-filter: blur(12px);
}

.insprm-camera__exposure i { width: 1px; height: 8px; background: rgba(255,255,255,.35); }
.insprm-camera__exposure span { font-size: 11px; }
.insprm-camera__exposure strong { font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.insprm-camera__flip {
  position: absolute;
  z-index: 7;
  top: 39%;
  right: 15px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.2) !important;
  border-radius: 50%;
  background: rgba(0,0,0,.24) !important;
  backdrop-filter: blur(12px);
}

.insprm-camera__flip svg { width: 18px; height: 18px; }

.insprm-camera__zoom {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 241px;
  display: flex;
  padding: 4px;
  gap: 2px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(7,7,7,.34);
  backdrop-filter: blur(15px);
  transform: translateX(-50%);
}

.insprm-camera__zoom button {
  width: 35px;
  height: 27px;
  color: rgba(255,255,255,.7);
  border-radius: 999px;
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.insprm-camera__zoom button.insprm-is-active { color: #111; background: #fff; }

.insprm-camera__deck {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 228px;
  padding: 12px 17px 7px;
  background: rgba(7, 7, 7, .94);
  border-top: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.insprm-camera__tech {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  overflow: hidden;
}

.insprm-camera__tech button {
  display: flex;
  min-width: 0;
  height: 39px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  color: #fff !important;
  border-right: 1px solid rgba(255,255,255,.12) !important;
}

.insprm-camera__tech button:last-child { border-right: 0 !important; }
.insprm-camera__tech small { color: rgba(255,255,255,.45); font: 600 6px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; }
.insprm-camera__tech strong { overflow: hidden; font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-overflow: ellipsis; }

.insprm-camera__mode {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 10px 0 6px;
}

.insprm-camera__mode button { position: relative; color: rgba(255,255,255,.42); font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.insprm-camera__mode button.insprm-is-active { color: #fff; }
.insprm-camera__mode button.insprm-is-active::after { position: absolute; top: 14px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--insprm-signal); content: ""; transform: translateX(-50%); }

.insprm-camera__capture-row {
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
  min-height: 70px;
}

.insprm-camera__thumbnail {
  position: relative;
  justify-self: start;
  width: 43px;
  height: 43px;
  overflow: visible;
  border: 1px solid rgba(255,255,255,.34) !important;
  border-radius: 10px;
  background: #222 !important;
}

.insprm-camera__thumbnail img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; }
.insprm-camera__thumbnail span { position: absolute; top: -6px; right: -7px; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; color: #111; border: 2px solid #0b0b0b; border-radius: 99px; background: #fff; font: 800 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }

.insprm-shutter {
  justify-self: center;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.94) !important;
  border-radius: 50%;
  background: rgba(255,255,255,.08) !important;
  box-shadow: inset 0 0 0 3px #0b0b0b, 0 0 0 1px rgba(255,255,255,.15);
  transition: transform .16s ease;
}

.insprm-shutter:active { transform: scale(.92); }
.insprm-shutter span { width: 52px; height: 52px; border-radius: 50%; background: #fff; transition: border-radius .25s ease, transform .25s ease, background .25s ease; }
.insprm-app[data-insprm-mode="video"] .insprm-shutter span { width: 43px; height: 43px; background: #ff4938; }
.insprm-app.insprm-is-recording .insprm-shutter span { width: 28px; height: 28px; border-radius: 7px; transform: rotate(90deg); }

.insprm-camera__camera-button {
  justify-self: end;
  width: 49px;
  height: 49px;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 50%;
  background: rgba(255,255,255,.08) !important;
}

.insprm-camera__camera-button img { width: 42px; height: 34px; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(0,0,0,.5)); }

/* Navigation */
.insprm-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.insprm-nav--camera { height: 41px; margin-top: 1px; border-top: 1px solid rgba(255,255,255,.1); }
.insprm-nav button { display: flex; min-width: 0; height: 38px; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: rgba(255,255,255,.42); }
.insprm-nav button.insprm-is-active { color: #fff; }
.insprm-nav small { font: 600 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .03em; }
.insprm-nav__lens { width: 15px; height: 15px; display: block; border: 1px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 3px transparent; }
.insprm-nav button.insprm-is-active .insprm-nav__lens { box-shadow: inset 0 0 0 3px currentColor; }
.insprm-nav__spark { display: block; height: 15px; font-size: 15px; line-height: 15px; }
.insprm-nav__grid { width: 15px; height: 15px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.insprm-nav__grid i { border: 1px solid currentColor; }

.insprm-nav--light {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  height: 61px;
  padding: 4px 18px 6px;
  border-top: 1px solid var(--insprm-line);
  background: rgba(248,247,244,.94);
  backdrop-filter: blur(16px);
}

.insprm-nav--light button { height: 50px; color: rgba(10,10,10,.4); }
.insprm-nav--light button.insprm-is-active { color: #0a0a0a; }

/* Shared editorial pages */
.insprm-inspiration,
.insprm-gallery {
  color: var(--insprm-ink);
  background: var(--insprm-paper);
}

.insprm-page-header {
  position: relative;
  z-index: 3;
  min-height: 112px;
  padding: 20px 19px 13px;
  display: grid;
  grid-template-columns: 35px 1fr 38px;
  align-items: start;
  gap: 9px;
  background: var(--insprm-paper);
}

.insprm-page-header__mark { margin-top: 2px; font: 850 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.16em; }
.insprm-page-header small { display: block; margin-bottom: 7px; font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.insprm-page-header h2 { margin: 0; font-size: clamp(26px, 7.5vw, 35px); line-height: .87; letter-spacing: -.065em; }
.insprm-page-header h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.insprm-page-header > button { justify-self: end; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--insprm-line) !important; border-radius: 50%; }
.insprm-page-header > button svg { width: 16px; height: 16px; }

.insprm-filter {
  position: relative;
  z-index: 4;
  display: flex;
  gap: 5px;
  padding: 0 19px 13px;
  background: var(--insprm-paper);
}

.insprm-filter button { min-height: 30px; padding: 0 15px !important; color: rgba(10,10,10,.48); border: 1px solid var(--insprm-line) !important; border-radius: 99px; font: 700 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-filter button.insprm-is-active { color: #fff; border-color: #0a0a0a !important; background: #0a0a0a !important; }
.insprm-filter button span { margin-left: 3px; opacity: .55; font-size: 7px; }

/* Inspiration */
.insprm-inspiration__scroll {
  position: absolute;
  inset: 155px 0 61px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 13px 30px;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.insprm-inspiration__scroll::-webkit-scrollbar,
.insprm-gallery__scroll::-webkit-scrollbar { display: none; }

.insprm-story {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #222;
}

.insprm-story[hidden] { display: none !important; }
.insprm-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.insprm-story:has(button:active) img { transform: scale(1.025); }
.insprm-story__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06) 38%, rgba(0,0,0,.7)); }
.insprm-story__type { position: absolute; top: 13px; left: 13px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; background: rgba(0,0,0,.12); font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; backdrop-filter: blur(9px); }
.insprm-story__copy { position: absolute; left: 15px; right: 15px; bottom: 16px; }
.insprm-story__copy small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.72); font: 650 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .11em; text-transform: uppercase; }
.insprm-story__copy h3 { margin: 0; font-size: 24px; line-height: .93; letter-spacing: -.055em; }
.insprm-story__copy h3 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.insprm-story--hero { height: 350px; border-radius: 4px 42px 4px 4px; }
.insprm-story--hero img { object-position: 50% 46%; }
.insprm-story__try { position: absolute; right: 14px; bottom: 14px; width: 70px; height: 70px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #111 !important; border-radius: 50%; background: #fff !important; box-shadow: 0 7px 25px rgba(0,0,0,.23); }
.insprm-story__try span { font: 500 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.insprm-story__try strong { margin-top: 2px; font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-story__try i { position: absolute; top: 8px; right: 12px; font-style: normal; font-size: 10px; }
.insprm-story--hero .insprm-story__copy { right: 92px; }

.insprm-inspiration__duo { display: grid; grid-template-columns: 1.05fr .95fr; gap: 8px; margin: 8px 0; align-items: start; }
.insprm-story--portrait { height: 255px; border-radius: 4px; }
.insprm-story--offset { height: 229px; margin-top: 26px; border-radius: 29px 4px 4px 4px; }
.insprm-story--portrait .insprm-story__copy { bottom: 13px; }
.insprm-story--portrait .insprm-story__copy h3 { font-size: 19px; }
.insprm-story__mini-try { position: absolute; top: 10px; right: 10px; width: 31px; height: 31px; color: #111 !important; border-radius: 50%; background: #fff !important; font-size: 11px !important; }
.insprm-story--wide { height: 236px; border-radius: 4px 4px 35px 4px; }
.insprm-story--wide .insprm-story__copy { right: 100px; }

.insprm-inspiration__end { margin: 35px 4px 6px; padding: 18px 0 9px; border-top: 1px solid var(--insprm-line); }
.insprm-inspiration__end span { display: block; margin-bottom: 5px; color: rgba(10,10,10,.43); font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.insprm-inspiration__end strong { font-size: 16px; letter-spacing: -.03em; }

/* Gallery */
.insprm-gallery__header { min-height: 107px; }
.insprm-page-header .insprm-gallery__select { width: auto; height: 31px; padding: 0 11px !important; border-radius: 99px; font: 700 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-page-header .insprm-gallery__select[aria-pressed="true"] { color: #fff; border-color: #0a0a0a !important; background: #0a0a0a !important; }
.insprm-gallery__filter { padding-bottom: 11px; }
.insprm-gallery__scroll { position: absolute; inset: 148px 0 61px; overflow-x: hidden; overflow-y: auto; padding: 0 9px 24px; overscroll-behavior: contain; scrollbar-width: none; }
.insprm-gallery__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-flow: dense; gap: 5px; }
.insprm-gallery-card { position: relative; min-height: 218px; overflow: hidden; background: #d9d6d0; }
.insprm-gallery-card:nth-child(6n + 1) { grid-row: span 2; min-height: 441px; }
.insprm-gallery-card:nth-child(6n + 4) { grid-column: span 2; min-height: 222px; }
.insprm-gallery-card:nth-child(6n + 4) img { object-position: 50% 36%; }
.insprm-gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.insprm-gallery-card::after { position: absolute; inset: 0; box-shadow: inset 0 0 0 0 #fff; content: ""; pointer-events: none; transition: box-shadow .2s ease, background .2s ease; }
.insprm-gallery-card[hidden] { display: none; }
.insprm-gallery-card__meta { position: absolute; left: 9px; right: 9px; bottom: 8px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; text-align: left; text-shadow: 0 1px 8px rgba(0,0,0,.75); }
.insprm-gallery-card__meta span { display: flex; flex-direction: column; gap: 3px; }
.insprm-gallery-card__meta small { font: 650 6px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; }
.insprm-gallery-card__meta strong { font-size: 9px; letter-spacing: -.02em; }
.insprm-gallery-card__play { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.2); }
.insprm-gallery-card__play::after { width: 0; height: 0; margin-left: 2px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #fff; content: ""; }
.insprm-gallery-card__select { position: absolute; z-index: 2; top: 8px; right: 8px; width: 22px; height: 22px; display: none; place-items: center; color: transparent; border: 1px solid #fff; border-radius: 50%; background: rgba(0,0,0,.17); font-size: 11px; }
.insprm-app.insprm-is-selecting .insprm-gallery-card__select { display: grid; }
.insprm-gallery-card.insprm-is-selected::after { background: rgba(0,0,0,.16); box-shadow: inset 0 0 0 3px #fff; }
.insprm-gallery-card.insprm-is-selected .insprm-gallery-card__select { color: #111; background: #fff; }
.insprm-gallery-card--8mm img { filter: contrast(1.08) saturate(.78) sepia(.12); }
.insprm-gallery-card--16mm img { filter: contrast(1.15) saturate(.8) sepia(.08); }
.insprm-gallery-card--bw img { filter: grayscale(1) contrast(1.28); }
.insprm-gallery-card--vhs img { filter: contrast(1.2) saturate(1.32) hue-rotate(-7deg); }
.insprm-gallery-card--inspr img { filter: contrast(1.04) saturate(1.2); }
.insprm-gallery-card--fisheye img { filter: contrast(1.2) saturate(1.08); transform: scale(1.05); }
.insprm-gallery__empty { min-height: 330px; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(10,10,10,.38); text-align: center; }
.insprm-gallery__empty[hidden] { display: none; }
.insprm-gallery__empty span { margin-bottom: 13px; font: 300 40px/1 Georgia, serif; }
.insprm-gallery__empty strong { color: #111; font-size: 15px; }
.insprm-gallery__empty small { margin-top: 5px; font-size: 9px; }

.insprm-gallery__selection { position: absolute; z-index: 9; left: 13px; right: 13px; bottom: 67px; height: 52px; display: flex; padding: 0 12px 0 15px; align-items: center; justify-content: space-between; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; background: rgba(10,10,10,.94); box-shadow: 0 13px 35px rgba(0,0,0,.25); opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .22s ease, transform .28s ease; backdrop-filter: blur(14px); }
.insprm-app.insprm-is-selecting .insprm-gallery__selection { opacity: 1; transform: translateY(0); pointer-events: auto; }
.insprm-gallery__selection > span { display: flex; align-items: baseline; gap: 4px; font-size: 10px; }
.insprm-gallery__selection > span strong { font-size: 18px; }
.insprm-gallery__selection button { display: flex; height: 33px; padding: 0 12px !important; align-items: center; gap: 6px; color: #fff !important; border: 1px solid rgba(255,255,255,.22) !important; border-radius: 99px; font-size: 9px !important; }
.insprm-gallery__selection button:disabled { opacity: .35; cursor: default; }
.insprm-gallery__selection svg { width: 13px; height: 13px; }

/* Sheets */
.insprm-overlay {
  position: absolute;
  z-index: 30;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, visibility 0s linear .35s;
}

.insprm-overlay.insprm-is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
.insprm-overlay__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5) !important; backdrop-filter: blur(8px); }

.insprm-camera-picker,
.insprm-control-sheet {
  position: absolute;
  z-index: 2;
  left: 7px;
  right: 7px;
  bottom: 7px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 30px 30px 22px 22px;
  background: #171717;
  box-shadow: 0 -18px 70px rgba(0,0,0,.35);
  transform: translateY(calc(100% + 15px));
  transition: transform .42s cubic-bezier(.19,.9,.2,1);
}

.insprm-overlay.insprm-is-open .insprm-camera-picker,
.insprm-overlay.insprm-is-open .insprm-control-sheet { transform: translateY(0); }

.insprm-camera-picker { height: min(670px, calc(100% - 18px)); padding: 23px 13px 17px; overflow: hidden; }
.insprm-camera-picker::before,
.insprm-control-sheet::before { position: absolute; top: 8px; left: 50%; width: 33px; height: 3px; border-radius: 99px; background: rgba(255,255,255,.24); content: ""; transform: translateX(-50%); }
.insprm-camera-picker header,
.insprm-control-sheet header { display: flex; min-height: 76px; padding: 9px 5px 4px; align-items: flex-start; justify-content: space-between; }
.insprm-camera-picker header small,
.insprm-control-sheet header small { display: block; margin-bottom: 7px; color: rgba(255,255,255,.43); font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.insprm-camera-picker header h2,
.insprm-control-sheet header h2 { margin: 0; font-size: 28px; line-height: .9; letter-spacing: -.065em; }
.insprm-camera-picker header h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.insprm-camera-picker header > button,
.insprm-control-sheet header > button { width: 34px; height: 34px; color: #fff !important; border: 1px solid rgba(255,255,255,.17) !important; border-radius: 50%; font: 300 23px/1 Arial !important; }

.insprm-camera-picker__mode { display: flex; padding: 4px; gap: 3px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; }
.insprm-camera-picker__mode button { flex: 1 1 0; height: 31px; color: rgba(255,255,255,.48); border-radius: 99px; font: 650 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-camera-picker__mode button.insprm-is-active { color: #111; background: #fff; }
.insprm-camera-picker__mode button:last-child { color: #fff; }

.insprm-camera-picker__grid { height: calc(100% - 121px); margin-top: 9px; padding-bottom: 6px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; overflow-y: auto; scrollbar-width: none; }
.insprm-camera-picker__grid::-webkit-scrollbar { display: none; }
.insprm-camera-picker__grid > button { position: relative; min-height: 146px; padding: 12px 9px 10px !important; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; color: #fff !important; border: 1px solid rgba(255,255,255,.1) !important; border-radius: 20px; background: #0c0c0c !important; text-align: left; }
.insprm-camera-picker__grid > button[hidden] { display: none; }
.insprm-camera-picker__grid > button.insprm-is-active { border-color: rgba(255,255,255,.75) !important; background: #050505 !important; }
.insprm-camera-picker__grid img { position: absolute; top: 11px; left: 50%; width: 80%; height: 77px; object-fit: contain; transform: translateX(-50%); filter: drop-shadow(0 7px 12px rgba(0,0,0,.55)); }
.insprm-camera-picker__grid strong { font-size: 13px; letter-spacing: -.02em; }
.insprm-camera-picker__grid small { margin-top: 3px; color: rgba(255,255,255,.38); font-size: 8px; }
.insprm-camera-picker__check { position: absolute; z-index: 2; top: 10px; right: 10px; width: 19px; height: 19px; display: none; place-items: center; color: #111; border-radius: 50%; background: #fff; font-size: 9px; }
.insprm-camera-picker__grid .insprm-is-active .insprm-camera-picker__check { display: grid; }

.insprm-control-sheet { min-height: 315px; padding: 23px 16px 15px; }
.insprm-control-sheet__panel { min-height: 118px; }
.insprm-control-sheet__panel[hidden] { display: none; }
.insprm-control-sheet__panel > p { margin: 5px 0 16px; color: rgba(255,255,255,.42); font-size: 9px; }
.insprm-control-sheet__choices { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
.insprm-control-sheet__choices button { min-width: 0; height: 47px; color: rgba(255,255,255,.48); border: 1px solid rgba(255,255,255,.12) !important; border-radius: 13px; font: 650 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-control-sheet__choices button.insprm-is-active { color: #111; border-color: #fff !important; background: #fff !important; }
.insprm-control-sheet__choices--wb { grid-template-columns: repeat(4, minmax(0,1fr)); }
.insprm-control-sheet__choices--wb button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
.insprm-control-sheet__choices--wb i { width: 16px; height: 16px; border-radius: 50%; background: var(--swatch); box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.insprm-control-sheet__panel--ev output { display: block; margin-top: -2px; font: 300 36px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-align: center; }
.insprm-control-sheet__panel--ev input { width: 100%; margin: 19px 0 7px; accent-color: #fff; }
.insprm-control-sheet__panel--ev > div { display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font: 600 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.insprm-control-sheet__done { width: 100%; height: 43px; color: #111 !important; border-radius: 99px; background: #fff !important; font-weight: 700 !important; }

/* Gallery detail */
.insprm-overlay--detail { padding: 17px; }
.insprm-detail { position: absolute; z-index: 2; inset: 17px; overflow: hidden; border-radius: 28px; background: #0b0b0b; transform: scale(.94); transition: transform .33s cubic-bezier(.2,.8,.2,1); }
.insprm-overlay.insprm-is-open .insprm-detail { transform: scale(1); }
.insprm-detail > img { width: 100%; height: calc(100% - 73px); object-fit: cover; }
.insprm-detail__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 35px; height: 35px; color: #fff !important; border: 1px solid rgba(255,255,255,.3) !important; border-radius: 50%; background: rgba(0,0,0,.28) !important; font: 300 23px/1 Arial !important; backdrop-filter: blur(10px); }
.insprm-detail footer { height: 73px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.insprm-detail footer span { display: flex; flex-direction: column; gap: 5px; }
.insprm-detail footer small { color: rgba(255,255,255,.45); font: 650 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; }
.insprm-detail footer strong { font-size: 13px; }
.insprm-detail footer button { height: 34px; padding: 0 13px !important; color: #111 !important; border-radius: 99px; background: #fff !important; font-size: 8px !important; font-weight: 700 !important; }

.insprm-toast {
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: 76px;
  min-width: 125px;
  max-width: calc(100% - 34px);
  padding: 11px 15px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 99px;
  background: rgba(10,10,10,.9);
  box-shadow: 0 12px 35px rgba(0,0,0,.25);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  text-align: center;
  font: 650 9px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  transition: opacity .2s ease, transform .25s ease;
  backdrop-filter: blur(14px);
}

.insprm-toast.insprm-is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Standalone case demo wrapper */
.insprm-demo {
  --insprm-demo-bg: #ece9e4;
  position: relative;
  overflow: hidden;
  padding: clamp(55px, 8vw, 110px) 20px;
  color: #0a0a0a;
  background: var(--insprm-demo-bg);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.insprm-demo::before { position: absolute; width: 520px; height: 520px; top: -210px; right: -120px; border: 1px solid rgba(10,10,10,.1); border-radius: 50%; content: ""; }
.insprm-demo__shell { position: relative; z-index: 1; width: min(1130px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(280px, .82fr) minmax(380px, 1.18fr); gap: clamp(45px, 8vw, 120px); align-items: center; }
.insprm-demo__intro { max-width: 475px; }
.insprm-demo__mark { font: 850 24px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: -.2em; }
.insprm-demo__kicker { margin: 27px 0 14px; font: 700 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; text-transform: uppercase; }
.insprm-demo__intro h2 { margin: 0; max-width: 8ch; font-size: clamp(47px, 6.2vw, 84px); line-height: .84; letter-spacing: -.075em; }
.insprm-demo__intro h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.insprm-demo__lead { max-width: 430px; margin: 26px 0 0; color: rgba(10,10,10,.62); font-size: clamp(15px, 1.4vw, 18px); line-height: 1.45; }
.insprm-demo__flow { margin-top: 38px; display: grid; gap: 0; border-top: 1px solid rgba(10,10,10,.16); }
.insprm-demo__flow span { padding: 14px 0; display: grid; grid-template-columns: 90px 1fr; align-items: baseline; border-bottom: 1px solid rgba(10,10,10,.16); }
.insprm-demo__flow strong { font: 750 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.insprm-demo__flow small { color: rgba(10,10,10,.56); font-size: 13px; }
.insprm-demo__stage { position: relative; display: flex; flex-direction: column; align-items: center; }
.insprm-demo__halo { position: absolute; inset: 8% -4% 18%; border-radius: 50%; background: #d8ff71; filter: blur(65px); opacity: .45; }
.insprm-phone { position: relative; z-index: 2; width: min(430px, 88vw); aspect-ratio: 430 / 932; padding: 9px; border: 2px solid #393a3d; border-radius: 58px; background: linear-gradient(130deg, #72757a, #18191c 17%, #0c0d0f 77%, #777a80); box-shadow: 0 40px 75px rgba(21,18,12,.27), inset 0 0 0 2px #101114; }
.insprm-phone__screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 48px; background: #0a0a0a; }
.insprm-phone__status { position: absolute; z-index: 60; top: 0; left: 0; right: 0; height: 43px; padding: 10px 23px 0; display: flex; justify-content: space-between; align-items: flex-start; color: #fff; font-size: 12px; font-weight: 700; pointer-events: none; mix-blend-mode: difference; }
.insprm-phone__status span:last-child { display: flex; gap: 5px; font-size: 10px; }
.insprm-phone__island { position: absolute; z-index: 61; top: 8px; left: 50%; width: 122px; height: 31px; border-radius: 99px; background: #050505; transform: translateX(-50%); pointer-events: none; }
.insprm-phone__viewport { position: absolute; z-index: 2; inset: 43px 0 15px; }
.insprm-phone__home { position: absolute; z-index: 62; left: 50%; bottom: 6px; width: 133px; height: 4px; border-radius: 99px; background: #fff; opacity: .92; transform: translateX(-50%); mix-blend-mode: difference; }
.insprm-demo__status { position: relative; z-index: 3; max-width: 390px; margin: 20px auto 0; color: rgba(10,10,10,.55); font: 650 10px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; text-align: center; }

@keyframes insprm-grain { 0% { transform: translate(0,0); } 25% { transform: translate(-2%,1%); } 50% { transform: translate(1%,-2%); } 75% { transform: translate(2%,2%); } 100% { transform: translate(-1%,-1%); } }
@keyframes insprm-flash { 0% { opacity: 0; } 18% { opacity: .96; } 100% { opacity: 0; } }

@media (max-width: 800px) {
  .insprm-demo { padding: 65px 14px; }
  .insprm-demo__shell { grid-template-columns: 1fr; gap: 48px; }
  .insprm-demo__intro { margin: 0 auto; text-align: center; }
  .insprm-demo__intro h2 { max-width: none; }
  .insprm-demo__lead { margin-left: auto; margin-right: auto; }
  .insprm-demo__flow { text-align: left; }
}

@media (max-height: 690px) {
  .insprm-camera__deck { min-height: 210px; }
  .insprm-camera__zoom { bottom: 222px; }
  .insprm-camera__capture-row { min-height: 60px; }
  .insprm-shutter { width: 58px; height: 58px; }
  .insprm-shutter span { width: 46px; height: 46px; }
  .insprm-story--hero { height: 305px; }
}

@media (prefers-reduced-motion: reduce) {
  .insprm-app *,
  .insprm-app *::before,
  .insprm-app *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* The portfolio intentionally ships strong global art-direction rules. These
   late, route-scoped declarations keep the embedded simulator autonomous. */
html.brawus-v2-html body#body.brawus-v2 .insprm-app input[type="range"] {
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-glass-button {
  min-height: 38px !important;
  border-radius: 999px !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-camera__camera-button {
  min-height: 49px !important;
  border-radius: 50% !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-camera__preview,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-camera__preview:hover {
  border: 0 !important;
  background: #171717 !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app img.ed-real-media {
  filter: none !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-camera-picker__grid img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-camera__camera-button img.ed-real-media {
  filter: drop-shadow(0 7px 12px rgba(0,0,0,.55)) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="8mm"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="8mm"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(1.02 + var(--insprm-ev) * .08)) contrast(1.1) saturate(.74) sepia(.19) hue-rotate(-7deg) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="16mm"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="16mm"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(.95 + var(--insprm-ev) * .08)) contrast(1.18) saturate(.78) sepia(.13) hue-rotate(-4deg) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="B&W"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="B&W"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(.96 + var(--insprm-ev) * .08)) grayscale(1) contrast(1.34) saturate(0) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="VHS"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="VHS"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(.96 + var(--insprm-ev) * .08)) contrast(1.22) saturate(1.36) hue-rotate(-8deg) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="INSPR"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="INSPR"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(1.05 + var(--insprm-ev) * .08)) contrast(1.05) saturate(1.22) sepia(.05) hue-rotate(-3deg) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="Fisheye"] .insprm-camera__preview > img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app[data-insprm-camera="Fisheye"] .insprm-camera__preview:hover > img.ed-real-media {
  filter: brightness(calc(.93 + var(--insprm-ev) * .08)) contrast(1.25) saturate(1.06) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-story img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-story:hover img.ed-real-media,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-detail > img.ed-real-media {
  filter: none !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app :is(
  .insprm-camera__model,
  .insprm-camera__readout,
  .insprm-camera__exposure strong,
  .insprm-camera__zoom button,
  .insprm-camera__tech small,
  .insprm-camera__tech strong,
  .insprm-camera__mode button,
  .insprm-nav small,
  .insprm-page-header__mark,
  .insprm-page-header small,
  .insprm-filter button,
  .insprm-story__type,
  .insprm-story__copy small,
  .insprm-gallery-card__meta small,
  .insprm-camera-picker header small,
  .insprm-control-sheet header small,
  .insprm-control-sheet__choices button,
  .insprm-control-sheet__panel--ev output,
  .insprm-toast
) {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important;
}

html.brawus-v2-html body#body.brawus-v2 :is(.insprm-app, .insprm-demo) :is(
  .insprm-page-header h2 em,
  .insprm-story__copy h3 em,
  .insprm-camera-picker header h2 em,
  .insprm-demo__intro h2 em
) {
  font-family: Georgia, "Times New Roman", serif !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app :is(.insprm-inspiration, .insprm-gallery) .insprm-page-header,
html.brawus-v2-html body#body.brawus-v2 .insprm-app :is(.insprm-inspiration, .insprm-gallery) .insprm-page-header :is(span, small, h2, em, button) {
  color: #0a0a0a !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-filter button {
  color: rgba(10,10,10,.48) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-filter button.insprm-is-active {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-nav--light button {
  color: rgba(10,10,10,.4) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-nav--light button.insprm-is-active {
  color: #0a0a0a !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-story,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-story :is(span, small, h3, em, strong) {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-story__copy small {
  color: rgba(255,255,255,.72) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app :is(.insprm-story__try, .insprm-story__try span, .insprm-story__try strong, .insprm-story__mini-try) {
  color: #111 !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-gallery-card__meta,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-gallery-card__meta :is(span, small, strong) {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-gallery__selection,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-gallery__selection :is(span, strong, button) {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-inspiration__end span {
  color: rgba(10,10,10,.43) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-inspiration__end strong,
html.brawus-v2-html body#body.brawus-v2 .insprm-app .insprm-gallery__empty strong {
  color: #111 !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-demo .insprm-demo__intro :is(.insprm-demo__mark, .insprm-demo__kicker, h2, h2 em, .insprm-demo__flow strong) {
  color: #0a0a0a !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-demo .insprm-demo__lead {
  color: rgba(10,10,10,.62) !important;
}

html.brawus-v2-html body#body.brawus-v2 .insprm-demo .insprm-demo__flow small,
html.brawus-v2-html body#body.brawus-v2 .insprm-demo .insprm-demo__status {
  color: rgba(10,10,10,.56) !important;
}

/* Control audit: equal live tabs, 44px targets, canonical selected check. */
html body [data-insprm-app] .insprm-nav { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; align-items: center !important; }
html body [data-insprm-app] .insprm-nav--camera { height: 50px !important; }
html body [data-insprm-app] .insprm-nav > button { width: 100% !important; min-height: 46px !important; height: 46px !important; align-items: center !important; justify-content: center !important; }
html body [data-insprm-app] .insprm-nav--light > button { height: 50px !important; }
html body [data-insprm-app] .insprm-camera-picker__check > svg { width: 9px !important; height: 9px !important; color: currentColor; }

/* ctl2 — premium camera system: compact, legible and host-resistant. */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] {
  --insprm-ink: #191915;
  --insprm-paper: #f2efe8;
  --insprm-line: rgba(25, 25, 21, 0.14);
  --insprm-signal: #d6ff4d;
  --insprm-dark: #11110f;
  --insprm-dark-soft: #1b1b18;
  --insprm-muted: #625f58;
  --insprm-focus: #6b5800;
  container-name: insprm-app;
  container-type: size;
  color: var(--insprm-ink);
  background: var(--insprm-dark);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] button {
  min-height: 44px !important;
  min-block-size: 44px !important;
  border-radius: 0;
  font-family: inherit !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] input[type="range"] {
  min-height: 44px !important;
  min-block-size: 44px !important;
  font-family: inherit !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(button, input):focus-visible {
  outline: 3px solid var(--insprm-focus) !important;
  outline-offset: -3px !important;
  box-shadow: none !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(
  .insprm-camera,
  .insprm-camera-picker,
  .insprm-control-sheet,
  .insprm-gallery__selection,
  .insprm-detail
) :is(button, input):focus-visible,
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter button.insprm-is-active:focus-visible {
  outline-color: #d6ff4d !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(
  .insprm-camera-picker__mode button.insprm-is-active,
  .insprm-control-sheet__choices button.insprm-is-active,
  .insprm-control-sheet__done,
  .insprm-detail footer button,
  .insprm-camera__flash-toggle[aria-pressed="true"],
  .insprm-camera__flip[aria-pressed="true"],
  .insprm-camera__zoom button.insprm-is-active,
  .insprm-filter button.insprm-is-active
):focus-visible {
  outline-color: #5b4a00 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-view {
  overflow: clip;
  transform: none !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) {
  transform: none !important;
}

/* Camera */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__preview,
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__preview:hover {
  background: #161613 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__preview > img {
  inset: -2% !important;
  width: 104% !important;
  height: 104% !important;
  object-position: 50% 42% !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__grade {
  background:
    radial-gradient(circle at 47% 38%, transparent 24%, rgba(0, 0, 0, 0.13) 69%, rgba(0, 0, 0, 0.54) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 25%, transparent 54%, rgba(0, 0, 0, 0.7));
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__topbar {
  top: 14px;
  right: 15px;
  left: 15px;
  grid-template-columns: minmax(82px, 1fr) auto minmax(82px, 1fr);
  gap: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-glass-button {
  min-height: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 13px !important;
  background: rgba(12, 12, 10, 0.46) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__model {
  padding: 0 13px !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 0.1em;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__wordmark {
  color: #fff;
  font-size: 15px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__flash-toggle {
  width: 44px !important;
  min-width: 44px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__flash-toggle[aria-pressed="true"] {
  color: #191915 !important;
  border-color: var(--insprm-signal) !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__readout {
  top: 68px;
  right: 16px;
  left: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  letter-spacing: 0.09em;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__rec {
  color: var(--insprm-signal);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__exposure {
  top: 31%;
  left: 12px;
  width: 44px !important;
  min-width: 44px !important;
  min-height: 128px !important;
  padding: 11px 0 !important;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 14px !important;
  background: rgba(10, 10, 9, 0.48) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__exposure strong {
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__exposure span {
  font-size: 14px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__flip {
  top: 36%;
  right: 13px;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 13px !important;
  background: rgba(10, 10, 9, 0.48) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__flip[aria-pressed="true"] {
  color: #191915 !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__zoom {
  bottom: 258px;
  min-height: 46px;
  padding: 1px;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 14px;
  background: rgba(8, 8, 7, 0.55);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__zoom button {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  border-radius: 12px !important;
  font-size: 10px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__zoom button.insprm-is-active {
  color: #191915 !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__deck {
  min-height: 244px;
  padding: 12px 14px 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 19px 19px 0 0;
  background: rgba(12, 12, 11, 0.96);
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.18);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech button {
  height: 48px !important;
  min-height: 48px !important;
  gap: 4px;
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech small {
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech strong {
  font-size: 10px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__mode {
  min-height: 44px;
  padding: 0;
  gap: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__mode button {
  min-width: 82px;
  min-height: 44px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 9px !important;
  letter-spacing: 0.12em;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__mode button.insprm-is-active {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__mode button.insprm-is-active::after {
  top: auto;
  right: 14px;
  bottom: 4px;
  left: 14px;
  width: auto;
  height: 2px;
  border-radius: 0;
  background: var(--insprm-signal);
  transform: none;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__capture-row {
  min-height: 72px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__thumbnail {
  width: 48px !important;
  min-width: 48px !important;
  height: 48px !important;
  border-radius: 12px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__thumbnail img {
  border-radius: 11px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-shutter {
  width: 70px !important;
  min-width: 70px !important;
  height: 70px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__camera-button {
  width: 52px !important;
  min-width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__camera-button img {
  width: 45px !important;
  height: 38px !important;
}

/* Shared navigation */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav--camera {
  height: 54px !important;
  margin-top: 0;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav > button {
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  gap: 4px;
  color: rgba(255, 255, 255, 0.62) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav > button.insprm-is-active {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav small {
  font-size: 9px;
  letter-spacing: 0;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav--light {
  height: 64px;
  padding: 4px 14px;
  border-top-color: rgba(25, 25, 21, 0.12);
  background: rgba(242, 239, 232, 0.96);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav--light > button {
  height: 56px !important;
  min-height: 56px !important;
  color: #625f58 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-nav--light > button.insprm-is-active {
  color: #191915 !important;
}

/* Discover + gallery */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-inspiration, .insprm-gallery) {
  color: var(--insprm-ink);
  background: var(--insprm-paper);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header {
  min-height: 118px;
  padding: 19px 15px 12px;
  grid-template-columns: 30px minmax(0, 1fr) 64px;
  gap: 8px;
  background: var(--insprm-paper);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header__mark {
  margin-top: 5px;
  font-size: 12px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header small {
  margin-bottom: 7px;
  color: #625f58 !important;
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header h2 {
  color: var(--insprm-ink) !important;
  font-size: clamp(29px, 8.3cqw, 35px);
  line-height: 0.93;
  text-wrap: balance;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header > button {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border: 1px solid rgba(25, 25, 21, 0.16) !important;
  border-radius: 13px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header .insprm-gallery__select {
  width: 64px !important;
  min-width: 64px !important;
  height: 44px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  font-size: 9px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header .insprm-gallery__select[aria-pressed="true"] {
  color: #191915 !important;
  border-color: var(--insprm-signal) !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter {
  min-height: 56px;
  gap: 6px;
  padding: 0 15px 12px;
  overflow-x: auto;
  background: var(--insprm-paper);
  scrollbar-width: none;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter::-webkit-scrollbar {
  display: none;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter button {
  min-height: 44px !important;
  height: 44px !important;
  padding: 0 16px !important;
  color: #625f58 !important;
  border: 1px solid rgba(25, 25, 21, 0.15) !important;
  border-radius: 11px !important;
  background: transparent !important;
  font-size: 9px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter button.insprm-is-active {
  color: #191915 !important;
  border-color: var(--insprm-signal) !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter button span {
  font-size: 8px;
  opacity: 0.7;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-inspiration__scroll {
  inset: 174px 0 64px;
  padding: 0 12px 30px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story {
  border-radius: 15px;
  background: #24241f;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 27%, rgba(0, 0, 0, 0.78));
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__type {
  top: 12px;
  left: 12px;
  min-height: 30px;
  padding: 10px 9px 0;
  color: #fff !important;
  border-radius: 8px;
  background: rgba(15, 15, 13, 0.5);
  font-size: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__copy small {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__copy h3 {
  color: #fff !important;
  font-size: 25px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--hero {
  height: 342px;
  border-radius: 15px 15px 5px 15px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__try {
  right: 13px;
  bottom: 13px;
  width: 92px !important;
  min-width: 92px !important;
  height: 58px !important;
  min-height: 58px !important;
  border-radius: 14px !important;
  background: var(--insprm-signal) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__try span {
  font-size: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__try strong {
  font-size: 12px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--hero .insprm-story__copy,
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--wide .insprm-story__copy {
  right: 112px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-inspiration__duo {
  gap: 8px;
  margin: 8px 0;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--portrait,
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--offset,
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--wide {
  border-radius: 13px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story__mini-try {
  top: 9px;
  right: 9px;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 12px !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-inspiration__end span {
  color: #625f58 !important;
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__scroll {
  inset: 174px 0 64px;
  padding: 0 11px 26px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__grid {
  gap: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card {
  min-height: 220px;
  overflow: hidden;
  border-radius: 12px !important;
  background: #d8d3c9 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card:nth-child(6n + 1) {
  min-height: 448px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card:nth-child(6n + 4) {
  min-height: 224px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card::before {
  position: absolute;
  z-index: 1;
  inset: 40% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
  content: "";
  pointer-events: none;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card__meta {
  z-index: 2;
  right: 11px;
  bottom: 11px;
  left: 11px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card__meta small {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card__meta strong {
  color: #fff !important;
  font-size: 10px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card__play {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery-card__select {
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__empty {
  min-height: 330px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #625f58;
  text-align: center;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__empty[hidden] {
  display: none !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__empty small {
  color: #625f58 !important;
  font-size: 10px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__empty button {
  min-width: 150px;
  min-height: 48px !important;
  margin-top: 18px;
  padding: 0 17px !important;
  color: #191915 !important;
  border-radius: 13px !important;
  background: var(--insprm-signal) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__empty button i {
  margin-left: 8px;
  font-style: normal;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__selection {
  right: 11px;
  bottom: 70px;
  left: 11px;
  height: 60px;
  padding: 0 10px 0 15px;
  border-radius: 15px;
  background: rgba(17, 17, 15, 0.96);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-gallery__selection button {
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 13px !important;
  border-radius: 11px !important;
  font-size: 10px !important;
}

/* Camera and manual chooser */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-overlay__backdrop {
  border-radius: 0 !important;
  background: rgba(8, 8, 7, 0.58) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) {
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px 20px 14px 14px;
  background: #171714;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker {
  height: min(680px, calc(100% - 16px));
  padding: 22px 14px 14px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) header {
  min-height: 82px;
  padding: 10px 3px 6px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) header small {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) header h2 {
  color: #fff !important;
  font-size: 29px;
  line-height: 0.95;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] :is(.insprm-camera-picker, .insprm-control-sheet) header > button {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 13px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__mode {
  min-height: 48px;
  padding: 2px;
  gap: 2px;
  border-radius: 14px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__mode button {
  height: 44px !important;
  min-height: 44px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 11px !important;
  font-size: 9px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__mode button.insprm-is-active {
  color: #191915 !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__mode button:last-child {
  color: #fff !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid {
  height: calc(100% - 139px);
  margin-top: 9px;
  gap: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid > button {
  min-height: 150px !important;
  padding: 12px 11px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 15px !important;
  background: #20201c !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid > button.insprm-is-active {
  border-color: var(--insprm-signal) !important;
  background: #24251e !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid img {
  top: 10px;
  width: 82% !important;
  height: 82px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid strong {
  color: #fff !important;
  font-size: 13px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid small {
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__check {
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  color: #191915;
  border-radius: 9px;
  background: var(--insprm-signal);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__check > svg {
  width: 13px !important;
  height: 13px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet {
  min-height: 344px;
  padding: 22px 15px 14px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__panel {
  min-height: 128px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__panel > p {
  margin: 4px 0 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__choices {
  grid-template-columns: repeat(3, minmax(44px, 1fr));
  gap: 5px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__choices--wb {
  grid-template-columns: repeat(2, minmax(44px, 1fr));
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__choices button {
  height: 52px !important;
  min-height: 52px !important;
  color: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.17) !important;
  border-radius: 11px !important;
  font-size: 9px !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__choices button.insprm-is-active {
  color: #191915 !important;
  border-color: var(--insprm-signal) !important;
  background: var(--insprm-signal) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__choices--wb i {
  width: 19px;
  height: 19px;
  border-radius: 6px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__panel--ev output {
  color: #fff;
  font-size: 38px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__panel--ev input {
  width: 100%;
  margin: 8px 0 0;
  accent-color: var(--insprm-signal);
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__panel--ev > div {
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet__done {
  width: 100%;
  height: 52px !important;
  min-height: 52px !important;
  color: #191915 !important;
  border-radius: 13px !important;
  background: var(--insprm-signal) !important;
  font-size: 11px !important;
}

/* Detail viewer */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-overlay--detail {
  padding: 10px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail {
  inset: 10px;
  border-radius: 18px;
  background: #11110f;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail > img {
  width: 100% !important;
  height: calc(100% - 138px) !important;
  object-fit: cover !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail__close {
  top: 12px;
  right: 12px;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  border-radius: 13px !important;
  background: rgba(10, 10, 9, 0.5) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer {
  height: 138px;
  padding: 11px 14px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 52px;
  align-content: center;
  gap: 8px;
  color: #fff;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer > span {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer small {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 9px;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer strong {
  overflow: hidden;
  color: #fff !important;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer em {
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-style: normal;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer button {
  width: 100% !important;
  min-width: 132px !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 0 14px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #191915 !important;
  border-radius: 13px !important;
  background: var(--insprm-signal) !important;
  font-size: 10px !important;
  font-weight: 750 !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer button i {
  font-size: 15px;
  font-style: normal;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-toast {
  min-width: 150px;
  min-height: 44px;
  padding: 15px;
  border-radius: 13px;
  background: rgba(17, 17, 15, 0.95);
  font-size: 10px;
}

@container insprm-app (max-width: 350px) {
  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header {
    padding-right: 12px;
    padding-left: 12px;
    grid-template-columns: 25px minmax(0, 1fr) 60px;
    gap: 6px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-page-header h2 {
    font-size: 28px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter {
    padding-right: 12px;
    padding-left: 12px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-filter button {
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__deck {
    padding-right: 11px;
    padding-left: 11px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech small {
    font-size: 8px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker {
    padding-right: 11px;
    padding-left: 11px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker header h2,
  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-control-sheet header h2 {
    font-size: 26px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker__grid > button {
    padding-right: 9px !important;
    padding-left: 9px !important;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-detail footer {
    padding-right: 11px;
    padding-left: 11px;
  }
}

@container insprm-app (max-height: 720px) {
  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__deck {
    min-height: 226px;
    padding-top: 8px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__zoom {
    bottom: 238px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__tech button {
    height: 44px !important;
    min-height: 44px !important;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera__capture-row {
    min-height: 66px;
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-camera-picker {
    height: calc(100% - 12px);
  }

  html.brawus-v2-html body#body.brawus-v2 [data-insprm-app] .insprm-story--hero {
    height: 305px;
  }
}

/* Final host authority: the app is a fixed viewport, and all controls inherit its typeface. */
html.brawus-v2-html body#body.brawus-v2 [data-insprm-app][data-insprm-app] {
  overflow: clip !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-insprm-app][data-insprm-app] :is(button, input) {
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
}

html.brawus-v2-html body#body.brawus-v2 :is(.insprm-demo__flow small, .insprm-demo__status) {
  color: #625f58 !important;
}
