/* Measurements traced to the archived Enviz components, not an authenticated screenshot.
   b3, YC, D7, H7, jE, Ju, $j, _w, Z0, gg, $k, Uk, Hk, Wk, kk, Nj, Zj. */
body {
  line-height: 1.5;
}
.shell {
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
.topbar {
  flex-shrink: 0;
  padding-inline: 21px;
}
.topbar-left {
  gap: 21px;
}
.topbar .menu {
  width: 31.5px;
  height: 31.5px;
  border-radius: 6px;
}
.topbar .menu svg {
  width: 20px;
  height: 20px;
}
.topbar > .icon-btn {
  width: 36px;
  height: 36px;
  border-radius: 6px;
}
.content-region {
  display: flex;
  flex: 1;
  min-height: 0;
  position: relative;
}
#main {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
#main::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#main::-webkit-scrollbar-thumb {
  background: #0003;
  border: 3px solid #fafafa;
  border-radius: 99px;
}
.page {
  width: 100%;
  max-width: min(1000px,calc(100% - 10vw));
  padding: 14px clamp(3.5px,3vw,18.2px);
  gap: 17.5px;
}
.page:after {
  content: '';
  display: block;
  min-height: 32px;
}
.listing-header {
  align-items: stretch;
}
.heading-line {
  column-gap: 17.5px;
  row-gap: 5.25px;
}
.heading-line h1 {
  font-size: 24px;
  line-height: 42px;
}
.pill {
  gap: 3.5px;
  height: 24.5px;
  padding: 3.5px 7px;
  font-size: 14px;
}
.pill svg {
  width: 16px;
  height: 16px;
}
.listing-code {
  margin-top: 11px;
  font-size: 14px;
  line-height: 14px;
}
.header-actions {
  margin-top: 0;
}
.header-actions .btn.share {
  color: rgb(22,21,55);
  background: #fafafa;
  border: 1px solid #878787;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  padding: 0 16px;
  gap: 6px;
}
.header-actions .btn.share:hover {
  background: hsl(220 14% 92%);
  border-color: rgb(32,30,78);
}
.tabs {
  gap: 32px;
  margin-top: 0;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
}
.tab {
  padding: 12px 0;
  font-size: 14px;
  gap: 6px;
  scroll-snap-align: start;
}
.home-grid {
  grid-template-columns: minmax(0,1fr) 352px;
  gap: 24px;
}
.space-preview {
  aspect-ratio: 16/10;
  border-radius: 16px;
}
.space-preview:hover:after {
  opacity: .3;
}
.ai-card {
  padding: 20px;
  border-radius: 16px;
}
.ai-card p {
  font-size: 14px;
  line-height: 21px;
}
.ai-card .btn {
  background: hsl(259 100% 96%);
  color: hsl(259 60% 38%);
  font-size: 14px;
  line-height: 21px;
  padding: 8px 12px;
  border: 0;
  min-height: 37px;
  gap: 6px;
}
.rail-actions .btn {
  height: 40px;
  padding: 0 16px;
  font-weight: 500;
}
.resources-row {
  font-size: 14px;
  gap: 20px;
}
.resources-row strong {
  width: auto;
}
.sidebar-bottom > .btn {
  height: 44px;
}
.account-container {
  position: relative;
}
.account-container > .nav-link {
  width: 100%;
}
.account-menu {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 4px;
  right: 4px;
  background: white;
  border: 1px solid #dbdae1;
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 4px 16px #292d421f;
  z-index: 55;
}
.account-menu [role=menuitem] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.account-menu [role=menuitem]:hover {
  background: hsl(228 9% 96%);
}
.account-menu hr {
  border: 0;
  border-top: 1px solid #e4e4eb;
  margin: 4px 0;
}
.account-menu button {
  color: hsl(0 84% 60%);
}
.notifications-panel {
  width: 352px;
  flex-shrink: 0;
  border-left: 1px solid var(--line);
  box-shadow: -4px 0 16px #00000014;
  background: #fafafa;
}
.notifications-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
}
.notifications-panel h2 {
  font-size: 18px;
  line-height: 1;
}
.notifications-panel p {
  padding: 44px 16px;
  color: var(--muted);
  text-align: center;
}
.notifications-backdrop {
  display: none;
}
.share-dialog {
  width: min(672px,calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 16px 48px #0000002e;
}
.share-dialog::backdrop {
  background: rgba(15,18,33,.45);
  backdrop-filter: none;
}
.share-dialog .dialog-header {
  padding: 0;
  margin-bottom: 24px;
}
.share-dialog .dialog-header h2 {
  font-size: 18px;
  line-height: 24px;
}
.share-dialog .dialog-header .icon-btn {
  width: 28px;
  height: 28px;
}
.share-dialog .dialog-body {
  padding: 0;
  gap: 16px;
}
.share-layout {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
.share-qr-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.share-qr-column > p {
  font-size: 12px;
  text-align: center;
}
.share-qr {
  position: relative;
  width: 220px;
  height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.share-qr canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.share-qr.unavailable {
  display: grid;
  place-items: center;
  border-style: dashed;
  background: #f1f2f4;
  color: var(--muted);
  font-size: 20px;
  font-weight: 600;
}
.qr-download {
  position: absolute;
  inset: 0;
  background: #fffc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  opacity: 0;
}
.share-qr:is(:hover,:focus-visible) .qr-download {
  opacity: 1;
}
.share-fields {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: min(256px,100%);
  gap: 16px;
}
.share-codes {
  display: flex;
  gap: 8px;
}
.share-value {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5.6px;
  min-width: 0;
}
.share-copy {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 10px;
  border: 1.5px solid var(--line);
  border-radius: 6px;
  text-align: left;
}
.share-copy > span {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.share-copy:hover {
  background: #f3f1f7;
}
.share-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.share-platforms {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 3px;
  padding: 3px;
  background: #f1f2f4;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.share-platforms button {
  padding: 7px 4px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 12px;
}
.share-platforms [aria-checked=true] {
  background: white;
  box-shadow: 0 1px 3px #0001;
  font-weight: 600;
}
.local-disclosure {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.details-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  align-items: start;
  gap: 28px;
}
.details-basic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.details-page h2 {
  font-size: 19px;
  line-height: 28px;
  color: #000;
}
.details-page .field {
  gap: 5.6px;
  font-weight: 500;
}
.details-page input:not([type=checkbox]),
.details-page textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1.5px solid #cccfd7;
  border-radius: 6px;
  background: transparent;
  color: #000;
  font-size: 14px;
  font-family: inherit;
}
.details-page textarea {
  min-height: 100px;
  resize: vertical;
}
.details-page input:disabled,
.details-page textarea:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.detail-group-label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}
.detail-group-label .switch {
  transform: scale(.75);
  transform-origin: left center;
}
.detail-counts {
  display: flex;
  justify-content: space-between;
  gap: 3.5px;
  flex-wrap: wrap;
}
.count-stepper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.count-stepper > span {
  margin-right: 3px;
}
.count-stepper button {
  width: 24px;
  height: 30px;
  border: 1px solid #cccfd7;
  border-radius: 4px;
}
.count-stepper input {
  width: 34px!important;
  padding: 4px!important;
  text-align: center;
  appearance: textfield;
}
.count-stepper input::-webkit-inner-spin-button {
  appearance: none;
}
.contact-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sticky-save {
  position: fixed;
  bottom: 24px;
  left: var(--sidebar);
  right: 0;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 40;
}
.sticky-save .btn {
  height: 56px;
  min-width: min(352px,calc(100vw - 40px));
  pointer-events: auto;
}
.detail-saved {
  color: hsl(150 60% 30%);
}
.tile-section {
  display: flex;
  flex-direction: column;
  gap: 3.5px;
}
.tile-section > p {
  color: #626262;
  margin-bottom: 7px;
}
.tile-image {
  aspect-ratio: 16/9;
  position: relative;
}
.tile-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.tile-section > .upload-box {
  min-height: 40px;
  margin-top: 8px;
}
.details-assets {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10.5px;
}
.asset-hint {
  color: var(--muted);
  font-size: 12px;
}
.asset-strip {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-top: 8px;
}
.asset-card {
  position: relative;
  width: 320px;
  min-width: 320px;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #e9eaec;
}
.asset-preview {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.asset-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asset-actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 8px;
}
.asset-actions .icon-btn {
  width: 32px;
  height: 32px;
  background: #0009;
  color: #fff;
  border-radius: 8px;
}
.asset-actions .icon-btn:hover {
  background: #000c;
}
.asset-drag {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background: #0009;
  color: #fff;
  display: grid;
  place-items: center;
  border-radius: 8px;
  cursor: grab;
  font-size: 20px;
  pointer-events: none;
}
.upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  border: 1.5px dashed #cccfd7;
  border-radius: 12px;
  cursor: pointer;
  padding: 12px;
  text-align: center;
}
.upload-box:hover {
  border-color: var(--purple);
  background: #f5eefe;
}
.upload-box:focus-visible {
  outline: 3px solid #ae77ee;
  outline-offset: 3px;
}
.tile-image > .upload-box {
  height: 100%;
}
.asset-strip > .upload-box {
  min-width: 320px;
  aspect-ratio: 16/9;
}
.brochure-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.brochure-row > .upload-box {
  flex-direction: row;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 600;
  padding: 8px 14px;
}
.brochure-row > span {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.floor-assets {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}
.floor-assets img {
  object-fit: contain;
  background: white;
}
#toast {
  z-index: 1100;
}
.guide-dialog {
  width: min(1024px,80vw);
  max-height: 86vh;
  background: #fafafa;
}
.guide-dialog::backdrop {
  background: #0f172a73;
  backdrop-filter: blur(2px);
}
.guide-dialog .dialog-header {
  padding: 28px 28px 6px;
}
.guide-dialog .dialog-header h2 {
  color: #1f1b63;
  font-size: 24px;
  line-height: 1.2;
}
.guide-dialog .dialog-body {
  padding: 0 28px 24px;
  gap: 16px;
}
.guide-header p {
  color: #6d6776;
}
.guide-body {
  display: grid;
  grid-template-columns: 224px 1fr;
  gap: 20px;
  min-height: 0;
}
.guide-software {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.guide-software > p {
  font-size: 12px;
  font-weight: 600;
  padding: 0 4px 4px;
  color: #6a6f80;
}
.guide-software button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5.6px 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
}
.guide-software button:hover {
  background: #f1ecfc;
}
.guide-software [aria-pressed=true] {
  background: #ede4ff;
  border-color: #c8a8ff;
  color: #5b21d5;
  font-weight: 600;
}
.guide-software button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.guide-software small {
  display: block;
  font-size: 11px;
  color: #8a8697;
}
.guide-software a {
  color: #8a5bff;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 12px;
  margin-top: auto;
}
.guide-tips {
  max-height: calc(86vh - 208px);
  overflow-y: auto;
  padding: 4px 4px 8px 0;
}
.guide-tips > p {
  color: #1f1b63;
  font-weight: 600;
  padding: 0 4px 8px;
}
.guide-tips article {
  display: flex;
  gap: 13.6px;
  align-items: flex-start;
  border: 1px solid #ececf2;
  border-radius: 12px;
  padding: 15.2px 16px 16px;
  background: white;
  margin-bottom: 10px;
}
.tip-number {
  width: 24px;
  flex-shrink: 0;
  color: #b6aecd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.guide-tips article > div {
  flex: 1;
  min-width: 0;
}
.guide-tips article h3 {
  color: #1f1b63;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 6.4px;
}
.guide-tips article p {
  color: #4a4f60;
  font-size: 14px;
}
.guide-tips article img {
  width: 122.4px;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 8px;
  background: #f6f6f9;
  border: 1px solid #ececf2;
}
.guide-footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #ececf2;
  padding-top: 16px;
}
.guide-footer .btn {
  background: #7b36f2;
  height: 44px;
  padding: 10px 24px;
}
.details-page .detail-group-label:not(:first-of-type) {
  flex-wrap: wrap;
}
.detail-counts .count-stepper {
  gap: 7px;
}
.detail-counts .count-stepper input {
  width: 80.5px!important;
  height: 35px;
  padding: 4px 8px!important;
  text-align: left;
  appearance: auto;
}
.detail-counts .count-stepper input::-webkit-inner-spin-button {
  appearance: auto;
}
@media (max-width:768px) {
  .guide-body {
    grid-template-columns: 1fr;
  }
  .guide-tips {
    max-height: none;
    overflow: visible;
  }
}
@media (max-width:576px) {
  .guide-tips article {
    flex-direction: column;
  }
  .guide-tips article img {
    width: 100%;
    max-width: 288px;
  }
}
@media (max-width:1023px) {
  .home-grid {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }
  .right-rail {
    display: flex;
  }
  .sidebar {
    max-width: 85vw;
  }
  .sticky-save {
    left: 0;
  }
  .details-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:767px) {
  .notifications-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 96px);
    z-index: 35;
  }
  .notifications-open .notifications-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    background: #0006;
    z-index: 34;
  }
}
@media (max-width:599px) {
  .share-dialog {
    padding: 20px;
  }
  .share-layout {
    gap: 20px;
  }
  .share-dialog .dialog-header {
    padding: 0;
  }
  .share-dialog .dialog-body {
    padding: 0;
  }
  .share-qr-column {
    margin-inline: auto;
  }
  .details-page .section-heading {
    flex-wrap: wrap;
  }
  .asset-card {
    min-width: min(320px,100%);
    max-width: 100%;
  }
  .floor-assets .asset-card {
    width: 100%;
  }
  .viewer-shell {
    height: calc(100dvh - 45.5px);
  }
}
