/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./layers-55W3Q4RM.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./layers-2x-TBM42ERR.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./marker-icon-2V3QKKVC.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/odoquillWeb.css */
:root {
  --oq-web-bg:
    radial-gradient(
      circle at top left,
      rgba(37, 226, 216, 0.12),
      transparent 22%),
    radial-gradient(
      circle at top right,
      rgba(44, 86, 166, 0.18),
      transparent 24%),
    linear-gradient(
      180deg,
      #08111f 0%,
      #0b1424 48%,
      #0f1727 100%);
  --oq-web-surface: rgba(20, 33, 54, 0.94);
  --oq-web-surface-strong: rgba(17, 29, 47, 0.98);
  --oq-web-surface-soft: rgba(255, 255, 255, 0.075);
  --oq-web-border: rgba(154, 176, 204, 0.24);
  --oq-web-text: #f5f8fb;
  --oq-web-text-muted: #b9c8da;
  --oq-web-text-soft: #d9e2ec;
  --oq-web-accent: #21d7d3;
  --oq-web-accent-dark: #149aa4;
  --oq-web-shadow: 0 28px 80px rgba(3, 8, 18, 0.45);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    "Avenir Next",
    "SF Pro Display",
    "Segoe UI",
    "Helvetica Neue",
    sans-serif;
  color: var(--oq-web-text);
  background: var(--oq-web-bg);
}
.oq-web-page {
  min-height: 100vh;
  padding: 40px 32px 56px;
}
.oq-web-shell,
.oq-web-dashboard {
  width: min(1360px, 100%);
  margin: 0 auto;
}
.oq-web-landing {
  display: grid;
  gap: 28px;
}
.oq-web-landing--classic {
  min-height: 100vh;
  align-items: center;
}
.oq-web-public-shell {
  margin: 0 auto;
  width: min(1260px, 100%);
}
.oq-web-public-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.9fr) minmax(340px, 0.72fr);
  gap: 28px;
  align-items: start;
}
.oq-web-public-hero__content {
  display: grid;
  gap: 18px;
  padding: 34px;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at top left,
      rgba(33, 215, 211, 0.1),
      transparent 28%),
    linear-gradient(
      180deg,
      rgba(14, 24, 40, 0.96),
      rgba(8, 14, 24, 0.98));
  border: 1px solid rgba(154, 176, 204, 0.18);
  box-shadow: var(--oq-web-shadow);
}
.oq-web-public-hero__title {
  margin: 0;
  font-size: clamp(2.4rem, 3vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  max-width: 12ch;
}
.oq-web-public-copy {
  margin: 0;
  color: var(--oq-web-text-muted);
  line-height: 1.72;
  max-width: 64ch;
}
.oq-web-public-hero__stage {
  display: grid;
  align-content: start;
}
.oq-web-public-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.oq-web-public-proof__item {
  display: grid;
  gap: 6px;
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(154, 176, 204, 0.12);
}
.oq-web-public-proof__item strong {
  color: var(--oq-web-text);
  font-size: 1rem;
}
.oq-web-public-proof__item span {
  color: var(--oq-web-text-muted);
  line-height: 1.55;
}
.oq-web-public-stage {
  display: grid;
  gap: 14px;
  margin-top: 6px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(9, 17, 30, 0.84);
  border: 1px solid rgba(154, 176, 204, 0.14);
}
.oq-web-public-stage__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.oq-web-public-stage__header h2 {
  margin: 6px 0 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.oq-web-public-stage__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(33, 215, 211, 0.12);
  border: 1px solid rgba(33, 215, 211, 0.2);
  color: var(--oq-web-text-soft);
  font-size: 0.85rem;
  font-weight: 700;
}
.oq-web-public-stage__frame {
  padding: 12px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0.015));
  border: 1px solid rgba(154, 176, 204, 0.1);
}
.oq-web-public-stage__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(2, 6, 14, 0.38);
}
.oq-web-public-hero__login {
  display: grid;
  align-content: start;
  position: sticky;
  top: 32px;
  padding: 30px;
  border-radius: 32px;
  background:
    linear-gradient(
      180deg,
      rgba(249, 252, 255, 0.98),
      rgba(232, 241, 247, 0.92));
  color: #102033;
  border: 1px solid rgba(186, 204, 224, 0.9);
  box-shadow: 0 30px 70px rgba(3, 8, 18, 0.22);
}
.oq-web-public-login__copy {
  display: grid;
  gap: 20px;
}
.oq-web-public-hero__login .oq-web-hero-card__eyebrow,
.oq-web-public-hero__login .oq-web-public-copy,
.oq-web-public-hero__login .oq-web-field-label,
.oq-web-public-hero__login .oq-web-field-hint,
.oq-web-public-hero__login .oq-web-footer,
.oq-web-public-hero__login .oq-web-footer__links a,
.oq-web-public-hero__login .oq-web-footer__brand strong,
.oq-web-public-hero__login .oq-web-footer__brand {
  color: #3f5367;
}
.oq-web-public-login__copy h2 {
  margin: 0;
  color: #102033;
  font-size: clamp(1.8rem, 2.2vw, 2.5rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
.oq-web-public-hero__login .oq-web-footer.is-compact {
  width: 100%;
}
.oq-web-public-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.oq-web-public-grid__card,
.oq-web-public-steps__card {
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(17, 29, 47, 0.94);
  border: 1px solid rgba(154, 176, 204, 0.16);
  box-shadow: 0 18px 40px rgba(3, 8, 18, 0.24);
}
.oq-web-public-grid__card h3,
.oq-web-public-steps__card h3 {
  margin: 0;
  font-size: clamp(1.25rem, 1.8vw, 1.85rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}
.oq-web-public-grid__card p,
.oq-web-public-grid__card li,
.oq-web-public-steps__card p {
  margin: 0;
  color: var(--oq-web-text-muted);
  line-height: 1.66;
}
.oq-web-public-grid__card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 1.05rem;
}
.oq-web-public-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.oq-web-public-steps__card {
  grid-template-columns: auto 1fr;
  align-items: start;
}
.oq-web-public-steps__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(33, 215, 211, 0.14);
  border: 1px solid rgba(33, 215, 211, 0.22);
  color: var(--oq-web-text-soft);
  font-weight: 700;
}
.oq-web-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px 4px;
  color: var(--oq-web-text-muted);
}
.oq-web-footer.is-compact {
  width: min(820px, 100%);
  margin: 0 auto;
  padding-top: 0;
}
.oq-web-footer__brand {
  display: grid;
  gap: 4px;
}
.oq-web-footer__brand strong {
  color: var(--oq-web-text-soft);
}
.oq-web-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.oq-web-footer__links a {
  color: var(--oq-web-text-soft);
  text-decoration: none;
}
.oq-web-footer__links a:hover {
  color: var(--oq-web-accent);
}
.oq-web-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: start;
}
.oq-web-sidebar-stack {
  display: grid;
  gap: 20px;
  position: sticky;
  top: 24px;
}
.oq-web-hero-card,
.oq-web-surface-card,
.oq-web-dashboard-hero,
.oq-web-metric-card {
  background: var(--oq-web-surface);
  border: 1px solid var(--oq-web-border);
  border-radius: 32px;
  box-shadow: var(--oq-web-shadow);
  backdrop-filter: blur(22px);
}
.oq-web-hero-card {
  padding: 40px;
}
.oq-web-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  gap: 28px;
  align-items: start;
}
.oq-web-hero-copy {
  display: grid;
  gap: 20px;
}
.oq-web-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
}
.oq-web-brand-lockup.is-compact {
  margin-bottom: 16px;
}
.oq-web-brand-lockup__mark {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
}
.oq-web-brand-lockup__name {
  font-size: clamp(2rem, 2.2vw, 2.85rem);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--oq-web-text);
  white-space: nowrap;
}
.oq-web-brand-lockup.is-compact .oq-web-brand-lockup__mark {
  width: 42px;
  height: 42px;
}
.oq-web-brand-lockup.is-compact .oq-web-brand-lockup__name {
  font-size: clamp(1.45rem, 1.8vw, 2rem);
}
.oq-web-briefing-page {
  min-height: 100vh;
  padding: 2rem;
  background:
    radial-gradient(
      circle at top left,
      rgba(19, 206, 197, 0.18),
      transparent 32%),
    linear-gradient(
      180deg,
      #08131d 0%,
      #0d1c29 100%);
  color: #eff7fb;
}
.oq-web-briefing-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 auto 1rem;
  max-width: 1200px;
}
.oq-web-briefing-topbar h1 {
  margin: 0.25rem 0 0.5rem;
}
.oq-web-briefing-topbar p {
  margin: 0;
  max-width: 48rem;
  color: rgba(239, 247, 251, 0.82);
}
.oq-web-briefing-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(129, 160, 185, 0.35);
  border-radius: 999px;
  color: #eff7fb;
  text-decoration: none;
  background: rgba(7, 17, 27, 0.45);
}
.oq-web-briefing-frame {
  width: 100%;
  height: calc(100vh - 10rem);
  border: 1px solid rgba(129, 160, 185, 0.24);
  border-radius: 1.5rem;
  background: white;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}
.oq-web-hero-card__eyebrow,
.oq-web-surface-card__eyebrow,
.oq-web-dev-panel__eyebrow,
.oq-web-dashboard-hero__eyebrow {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oq-web-text-soft);
}
.oq-web-hero-card__title,
.oq-web-dashboard-hero h1 {
  margin: 0;
  font-size: clamp(2.2rem, 2.9vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.oq-web-hero-card__title {
  max-width: 11ch;
}
.oq-web-hero-card__copy,
.oq-web-dashboard-hero__copy,
.oq-web-field-hint,
.oq-web-empty-copy,
.oq-web-step-card p,
.oq-web-screenshot-caption,
.oq-web-list-item__main span,
.oq-web-list-item__meta span,
.oq-web-definition-list dt {
  color: var(--oq-web-text-muted);
  line-height: 1.65;
}
.oq-web-hero-card__copy {
  max-width: 62ch;
  font-size: 1.04rem;
}
.oq-web-feature-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.oq-web-feature-pill,
.oq-web-plan-badge,
.oq-web-screenshot-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font-weight: 700;
}
.oq-web-feature-pill,
.oq-web-plan-badge {
  background: rgba(33, 215, 211, 0.1);
  color: var(--oq-web-text-soft);
  border: 1px solid rgba(33, 215, 211, 0.18);
}
.oq-web-screenshot-stage {
  display: block;
}
.oq-web-screenshot-frame {
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.11);
}
.oq-web-screenshot-frame__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.oq-web-screenshot-badge {
  min-height: 34px;
  font-size: 0.85rem;
  background: rgba(255, 255, 255, 0.11);
  color: var(--oq-web-text);
}
.oq-web-screenshot-badge--ghost {
  color: var(--oq-web-text-muted);
  background: rgba(255, 255, 255, 0.06);
}
.oq-web-screenshot-placeholder {
  border-radius: 24px;
  padding: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(8, 17, 31, 0.88),
      rgba(15, 25, 43, 0.96));
  border: 1px dashed rgba(33, 215, 211, 0.3);
}
.oq-web-screenshot-placeholder--image {
  padding: 12px;
  border-style: solid;
}
.oq-web-screenshot-placeholder__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(2, 6, 14, 0.38);
}
.oq-web-screenshot-placeholder__screen {
  border-radius: 22px;
  min-height: 520px;
  padding: 18px;
  display: grid;
  gap: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(18, 30, 53, 0.98),
      rgba(10, 16, 28, 0.98));
}
.oq-web-screenshot-placeholder__hero {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.oq-web-screenshot-placeholder__mark {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  box-shadow: 0 18px 44px rgba(3, 8, 18, 0.35);
}
.oq-web-screenshot-placeholder__bar,
.oq-web-screenshot-placeholder__card,
.oq-web-screenshot-placeholder__chip {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}
.oq-web-screenshot-placeholder__bar {
  height: 58px;
}
.oq-web-screenshot-placeholder__card {
  min-height: 92px;
}
.oq-web-screenshot-placeholder__card--wide {
  min-height: 140px;
}
.oq-web-screenshot-placeholder__card--tall {
  min-height: 180px;
}
.oq-web-screenshot-placeholder__row {
  display: flex;
  gap: 10px;
}
.oq-web-screenshot-placeholder__chip {
  height: 36px;
  flex: 1 1 0;
}
.oq-web-screenshot-caption {
  margin: 14px 0 0;
  font-size: 0.95rem;
}
.oq-web-inline-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.oq-web-inline-proof__metric {
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 4px;
}
.oq-web-inline-proof__metric strong {
  font-size: 1rem;
}
.oq-web-hero-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}
.oq-web-step-card,
.oq-web-list-item {
  padding: 18px 20px;
  border-radius: 24px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.oq-web-step-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.oq-web-step-card__index {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(33, 215, 211, 0.12);
  color: var(--oq-web-text-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.oq-web-step-card strong,
.oq-web-step-card p {
  display: block;
}
.oq-web-step-card p {
  margin: 6px 0 0;
}
.oq-web-inline-proof__metric span,
.oq-web-workflow-card p,
.oq-web-mini-row span,
.oq-web-bullet-list li {
  color: var(--oq-web-text-muted);
  line-height: 1.6;
}
.oq-web-surface-card {
  padding: 28px;
}
.oq-web-surface-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 16px;
}
.oq-web-surface-card__title {
  margin: 0;
  font-size: 1.5rem;
}
.oq-web-login-form {
  display: grid;
  gap: 14px;
}
.oq-web-field-label {
  font-size: 0.92rem;
  font-weight: 600;
}
.oq-web-code-input {
  width: 100%;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(177, 196, 219, 0.28);
  font-size: 2rem;
  letter-spacing: 0.26em;
  text-align: center;
  color: var(--oq-web-text);
  background: rgba(255, 255, 255, 0.09);
}
.oq-web-code-input:focus {
  outline: 2px solid rgba(33, 215, 211, 0.35);
  outline-offset: 2px;
}
.oq-web-primary-button,
.oq-web-secondary-button {
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  border: 0;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.oq-web-primary-button {
  color: #08111f;
  background:
    linear-gradient(
      135deg,
      var(--oq-web-accent),
      #6de4e0);
}
.oq-web-secondary-button {
  color: var(--oq-web-text);
  background: rgba(255, 255, 255, 0.11);
}
.oq-web-primary-button:disabled,
.oq-web-secondary-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.oq-web-tab-button {
  min-height: 50px;
  width: 100%;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.065);
  color: var(--oq-web-text-muted);
  text-align: left;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 120ms ease,
    border-color 120ms ease,
    color 120ms ease,
    transform 120ms ease;
}
.oq-web-tab-button:hover {
  color: var(--oq-web-text);
  border-color: rgba(33, 215, 211, 0.16);
}
.oq-web-tab-button.is-selected {
  color: #08111f;
  border-color: rgba(33, 215, 211, 0.32);
  background:
    linear-gradient(
      135deg,
      var(--oq-web-accent),
      #7ce8e5);
  transform: translateY(-1px);
}
.oq-web-error-banner {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(194, 71, 71, 0.12);
  color: #ffd3d3;
  font-weight: 600;
}
.oq-web-dev-panel {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 12px;
}
.oq-web-dev-code {
  margin: 0;
  color: var(--oq-web-text-soft);
}
.oq-web-compact-stack {
  display: grid;
  gap: 12px;
}
.oq-web-mini-row {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: grid;
  gap: 4px;
}
.oq-web-landing-columns {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.oq-web-section-intro {
  grid-column: 1 / -1;
  max-width: 880px;
  display: grid;
  gap: 10px;
}
.oq-web-section-intro__eyebrow {
  margin: 0;
  color: var(--oq-web-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.oq-web-section-intro h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.oq-web-section-intro p {
  margin: 0;
  color: var(--oq-web-text-muted);
  line-height: 1.7;
}
.oq-web-bullet-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
}
.oq-web-workflow-band {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.oq-web-workflow-card {
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(14, 26, 47, 0.96),
      rgba(9, 16, 28, 0.96));
  border: 1px solid var(--oq-web-border);
  box-shadow: var(--oq-web-shadow);
}
.oq-web-workflow-card__eyebrow {
  margin: 0 0 10px;
  color: var(--oq-web-text-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.oq-web-workflow-card h3 {
  margin: 0 0 12px;
  font-size: 1.28rem;
}
.oq-web-workflow-card p {
  margin: 0;
}
.oq-web-dashboard {
  display: grid;
  gap: 24px;
}
.oq-web-dashboard-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.oq-web-dashboard-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}
.oq-web-dashboard-main {
  display: grid;
  gap: 24px;
}
.oq-web-dashboard-sidebar-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(15, 25, 40, 0.96);
  border: 1px solid rgba(154, 176, 204, 0.15);
  box-shadow: var(--oq-web-shadow);
  display: grid;
  gap: 16px;
}
.oq-web-dashboard-main-section {
  display: grid;
  gap: 20px;
}
.oq-web-dashboard--framed {
  gap: 22px;
}
.oq-web-dashboard-stage {
  display: grid;
  gap: 20px;
  padding: 20px;
  border-radius: 36px;
  background:
    radial-gradient(
      circle at top right,
      rgba(33, 215, 211, 0.08),
      transparent 28%),
    linear-gradient(
      180deg,
      rgba(9, 16, 28, 0.9),
      rgba(12, 21, 35, 0.82));
  border: 1px solid rgba(154, 176, 204, 0.12);
}
.oq-web-dashboard-masthead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 30px;
  border-radius: 32px;
  background:
    linear-gradient(
      180deg,
      rgba(12, 22, 38, 0.94),
      rgba(18, 30, 48, 0.9));
  border: 1px solid rgba(154, 176, 204, 0.18);
  box-shadow: var(--oq-web-shadow);
}
.oq-web-dashboard-masthead__brand {
  display: grid;
  gap: 14px;
}
.oq-web-dashboard-masthead__copy {
  display: grid;
  gap: 8px;
}
.oq-web-dashboard-masthead__copy h1 {
  margin: 0;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.oq-web-dashboard-masthead__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.oq-web-dashboard-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  padding: 28px 32px;
}
.oq-web-dashboard-hero__actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.oq-web-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.oq-web-metric-card {
  padding: 22px;
}
.oq-web-metric-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--oq-web-text-muted);
  font-size: 0.9rem;
}
.oq-web-metric-card__value {
  font-size: 1.6rem;
}
.oq-web-metric-card--green {
  background:
    linear-gradient(
      180deg,
      rgba(9, 35, 37, 0.96),
      rgba(13, 24, 42, 0.92));
}
.oq-web-metric-card--blue {
  background:
    linear-gradient(
      180deg,
      rgba(13, 31, 56, 0.96),
      rgba(13, 24, 42, 0.92));
}
.oq-web-metric-card--slate {
  background:
    linear-gradient(
      180deg,
      rgba(26, 33, 45, 0.96),
      rgba(13, 24, 42, 0.92));
}
.oq-web-metric-card--amber {
  background:
    linear-gradient(
      180deg,
      rgba(56, 42, 17, 0.96),
      rgba(13, 24, 42, 0.92));
}
.oq-web-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.oq-web-portal-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.oq-web-portal-nav-card {
  position: sticky;
  top: 24px;
  padding: 24px;
  border-radius: 28px;
  background: var(--oq-web-surface-strong);
  border: 1px solid var(--oq-web-border);
  box-shadow: var(--oq-web-shadow);
}
.oq-web-portal-nav-card__title {
  margin: 8px 0 18px;
  font-size: 1.4rem;
}
.oq-web-tab-stack {
  display: grid;
  gap: 10px;
}
.oq-web-portal-panel {
  display: grid;
  gap: 20px;
}
.oq-web-definition-list {
  display: grid;
  gap: 14px;
  margin: 0;
}
.oq-web-definition-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.oq-web-definition-list dd {
  margin: 0;
  font-weight: 600;
  text-align: right;
}
.oq-web-list {
  display: grid;
  gap: 12px;
}
.oq-web-list-item__main,
.oq-web-list-item__meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.oq-web-table-shell {
  width: 100%;
  overflow-x: auto;
}
.oq-web-data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.oq-web-data-table th,
.oq-web-data-table td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: top;
}
.oq-web-data-table th {
  color: var(--oq-web-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.oq-web-data-table td {
  color: var(--oq-web-text);
  font-size: 0.96rem;
}
.oq-web-chip-grid,
.oq-web-report-capability-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.oq-web-report-capability-strip {
  margin-bottom: 16px;
}
.oq-web-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(33, 215, 211, 0.1);
  border: 1px solid rgba(33, 215, 211, 0.18);
  color: var(--oq-web-text-soft);
  font-size: 0.92rem;
  font-weight: 700;
}
.oq-web-chip--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--oq-web-text);
}
.oq-web-chip--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.05);
  color: var(--oq-web-text-muted);
}
.oq-web-landing--gated {
  min-height: 100vh;
  display: grid;
  align-items: center;
}
.oq-web-shell--gate {
  display: block;
  max-width: 560px;
}
.oq-web-site-gate-card {
  background:
    linear-gradient(
      180deg,
      rgba(24, 36, 56, 0.94),
      rgba(18, 29, 46, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  box-shadow: 0 28px 90px rgba(5, 11, 24, 0.38);
  padding: 36px;
}
.oq-web-site-gate-card__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.oq-web-site-gate-card__brand h1 {
  margin: 0;
  color: var(--oq-web-text);
  font-size: clamp(2rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
}
.oq-web-site-gate-card__mark {
  width: 56px;
  height: 56px;
}
.oq-web-site-gate-card__eyebrow {
  margin: 0 0 10px;
  color: var(--oq-web-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.76rem;
  font-weight: 700;
}
.oq-web-site-gate-card h2 {
  margin: 0 0 14px;
  color: var(--oq-web-text);
  font-size: 2rem;
  line-height: 1.05;
}
.oq-web-site-gate-card__copy {
  margin: 0 0 24px;
  color: var(--oq-web-text-muted);
  line-height: 1.7;
}
.oq-web-detail-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
}
.oq-web-master-detail-shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  align-items: start;
}
.oq-web-master-detail__sidebar,
.oq-web-master-detail__detail {
  min-width: 0;
}
.oq-web-master-detail__detail {
  position: sticky;
  top: 24px;
}
.oq-web-detail-panel {
  display: grid;
  gap: 18px;
}
.oq-web-detail-panel__heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.oq-web-definition-list--dense {
  gap: 10px;
}
.oq-web-selectable-card {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 24px;
  color: var(--oq-web-text);
  padding: 18px;
  text-align: left;
  display: grid;
  gap: 10px;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}
.oq-web-selectable-card:hover {
  transform: translateY(-1px);
  border-color: rgba(33, 215, 211, 0.34);
}
.oq-web-selectable-card.is-selected {
  background: rgba(33, 215, 211, 0.08);
  border-color: rgba(33, 215, 211, 0.48);
  box-shadow: inset 0 0 0 1px rgba(33, 215, 211, 0.14);
}
.oq-web-selectable-card__top,
.oq-web-selectable-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.oq-web-selectable-card__top span,
.oq-web-selectable-card__meta span,
.oq-web-selectable-card p {
  color: var(--oq-web-text-muted);
  margin: 0;
  line-height: 1.5;
}
.oq-web-trip-map,
.oq-web-receipt-preview {
  position: relative;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(
      180deg,
      rgba(7, 15, 27, 0.95),
      rgba(16, 29, 48, 0.96));
}
.oq-web-trip-map__viewport,
.oq-web-trip-map__viewport .leaflet-container {
  width: 100%;
  min-height: 280px;
  height: 100%;
}
.oq-web-trip-map__attribution {
  position: absolute;
  right: 14px;
  bottom: 12px;
  z-index: 500;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: calc(100% - 28px);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10, 18, 30, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(236, 242, 247, 0.92);
  font-size: 0.69rem;
  line-height: 1.3;
  backdrop-filter: blur(14px);
}
.oq-web-trip-map__attribution a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.oq-web-trip-map__loading,
.oq-web-trip-map--empty,
.oq-web-receipt-preview--fallback {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  color: var(--oq-web-text-muted);
}
.oq-web-trip-map--image {
  padding: 14px;
}
.oq-web-trip-map--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(6, 13, 24, 0.92);
}
.oq-web-receipt-preview {
  padding: 14px;
  background:
    linear-gradient(
      180deg,
      rgba(250, 252, 255, 0.98),
      rgba(241, 246, 251, 0.98));
}
.oq-web-receipt-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
}
.oq-web-ocr-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.oq-web-ocr-box pre {
  margin: 8px 0 0;
  white-space: pre-wrap;
  color: var(--oq-web-text-soft);
  font:
    500 0.94rem/1.6 "SF Mono",
    "Menlo",
    monospace;
}
.oq-web-filter-grid,
.oq-web-report-preview-grid {
  display: grid;
  gap: 16px;
}
.oq-web-filter-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.oq-web-report-preview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.oq-web-select {
  width: 100%;
  margin-top: 8px;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 16, 28, 0.9);
  color: var(--oq-web-text);
  padding: 0 14px;
  font: inherit;
}
.oq-web-success-copy {
  margin: 0;
  color: #bff5d4;
}
@media (max-width: 1200px) {
  .oq-web-shell {
    grid-template-columns: 1fr;
  }
  .oq-web-public-hero,
  .oq-web-public-proof,
  .oq-web-public-stage__header,
  .oq-web-public-grid,
  .oq-web-public-steps {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .oq-web-public-hero__login {
    position: static;
  }
  .oq-web-hero-grid,
  .oq-web-hero-steps,
  .oq-web-inline-proof,
  .oq-web-landing-columns,
  .oq-web-workflow-band,
  .oq-web-dashboard-grid,
  .oq-web-metric-grid {
    grid-template-columns: 1fr;
  }
  .oq-web-dashboard-layout,
  .oq-web-dashboard-masthead,
  .oq-web-dashboard-hero {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .oq-web-dashboard-sidebar {
    position: static;
  }
  .oq-web-portal-shell {
    grid-template-columns: 1fr;
  }
  .oq-web-master-detail-shell,
  .oq-web-detail-layout,
  .oq-web-filter-grid,
  .oq-web-report-preview-grid {
    grid-template-columns: 1fr;
  }
  .oq-web-master-detail__detail {
    position: static;
  }
  .oq-web-portal-nav-card {
    position: static;
  }
}
@media (max-width: 720px) {
  .oq-web-page {
    padding: 20px 16px 40px;
  }
  .oq-web-footer,
  .oq-web-footer.is-compact {
    width: 100%;
  }
  .oq-web-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .oq-web-hero-card,
  .oq-web-surface-card,
  .oq-web-dashboard-hero,
  .oq-web-dashboard-masthead,
  .oq-web-metric-card,
  .oq-web-public-hero__content,
  .oq-web-public-hero__login,
  .oq-web-public-stage,
  .oq-web-dashboard-sidebar-card,
  .oq-web-dashboard-stage {
    padding: 22px;
    border-radius: 24px;
  }
  .oq-web-public-hero__title {
    max-width: none;
  }
  .oq-web-dashboard-stage {
    gap: 16px;
  }
  .oq-web-code-input {
    font-size: 1.55rem;
    letter-spacing: 0.18em;
  }
  .oq-web-screenshot-placeholder__screen {
    min-height: 420px;
  }
  .oq-web-screenshot-placeholder__hero {
    grid-template-columns: 1fr;
  }
  .oq-web-screenshot-placeholder__mark {
    width: 64px;
    height: 64px;
  }
  .oq-web-site-gate-card {
    padding: 24px;
    border-radius: 24px;
  }
}
