/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    min-height: 100%;
    background: #020617;
  }
  body {
    min-height: 100vh;
    margin: 0;
    font-family: var(--font-sans);
    color: #e5eefb;
    background: radial-gradient(circle at 15% 0%, rgba(34, 211, 238, 0.22), transparent 34rem), radial-gradient(circle at 85% 10%, rgba(168, 85, 247, 0.20), transparent 30rem), radial-gradient(circle at 50% 100%, rgba(16, 185, 129, 0.14), transparent 36rem), linear-gradient(135deg, #020617 0%, #08111f 45%, #020617 100%);
  }
  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image: linear-gradient(rgba(34, 211, 238, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(34, 211, 238, 0.07) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.95), rgba(0,0,0,0.35));
  }
  body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 0%, rgba(34,211,238,.07) 48%, transparent 52%);
    animation: scanner 8s linear infinite;
  }
  a {
    color: #67e8f9;
    text-decoration: none;
  }
  a:hover {
    color: #ffffff;
  }
  code, pre {
    border: 1px solid rgba(125, 211, 252, 0.20);
    background: rgba(2, 6, 23, 0.72);
    color: #a7f3d0;
  }
  code {
    border-radius: .45rem;
    padding: .12rem .38rem;
  }
  pre {
    overflow: auto;
    border-radius: 1rem;
    padding: 1rem;
  }
  select, button, input {
    font: inherit;
  }
}
@layer components {
  .tech-page {
    width: min(100% - 1.5rem, 1280px);
    margin: 0 auto;
    padding: clamp(1rem, 2vw, 2rem) 0 3rem;
  }
  .tech-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(15,23,42,.78), rgba(2,6,23,.90));
    box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset, 0 24px 80px rgba(0,0,0,.48), 0 0 70px rgba(34,211,238,.10);
    backdrop-filter: blur(18px);
  }
  .tech-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.12), transparent), radial-gradient(circle at 12% 18%, rgba(34, 211, 238, 0.18), transparent 16rem), radial-gradient(circle at 90% 0%, rgba(168, 85, 247, 0.18), transparent 18rem);
  }
  .tech-content {
    position: relative;
    z-index: 1;
    padding: clamp(1rem, 2.5vw, 2rem);
  }
  .tech-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.25rem;
  }
  .tech-kicker {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    width: fit-content;
    border: 1px solid rgba(34,211,238,.32);
    border-radius: 999px;
    background: rgba(8,47,73,.45);
    padding: .35rem .75rem;
    color: #a5f3fc;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .tech-kicker::before {
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 999px;
    background: #22d3ee;
    box-shadow: 0 0 18px rgba(34,211,238,.9);
  }
  .tech-title {
    margin: .7rem 0 .35rem;
    font-size: clamp(2.1rem, 5vw, 4.5rem);
    line-height: .95;
    letter-spacing: -.06em;
    color: white;
    text-wrap: balance;
  }
  .tech-title-small {
    margin: .7rem 0 .35rem;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.045em;
    color: white;
  }
  .tech-gradient-text {
    background: linear-gradient(90deg, #ffffff, #67e8f9, #c084fc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .tech-subtitle {
    max-width: 65rem;
    color: #b8c7dc;
    line-height: 1.75;
    font-size: clamp(.98rem, 1.5vw, 1.1rem);
  }
  .tech-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
  }
  .tech-card {
    border: 1px solid rgba(148, 163, 184, 0.20);
    border-radius: 1.5rem;
    background: linear-gradient(145deg, rgba(15, 23, 42, .70), rgba(2, 6, 23, .68));
    box-shadow: 0 18px 50px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.03) inset;
    backdrop-filter: blur(12px);
  }
  .tech-panel {
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 1.75rem;
    background: rgba(2, 6, 23, 0.52);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  }
  .tech-form-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    gap: 1rem;
    align-items: end;
  }
  .tech-label {
    display: block;
    margin-bottom: .5rem;
    color: #a5f3fc;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .tech-select {
    width: 100%;
    height: 3.35rem;
    border: 1px solid rgba(125, 211, 252, .28);
    border-radius: 1rem;
    background: rgba(2, 6, 23, .78);
    color: #f8fafc;
    padding: 0 1rem;
    outline: none;
    box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
  }
  .tech-select:focus {
    border-color: rgba(34, 211, 238, .75);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, .12), 0 0 28px rgba(34, 211, 238, .14);
  }
  .tech-button, .tech-link-button, .viewer-toolbar button, .capture-table button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    min-height: 2.75rem;
    border: 1px solid rgba(34, 211, 238, .35);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(34, 211, 238, .95), rgba(99, 102, 241, .95));
    color: #020617;
    cursor: pointer;
    font-weight: 900;
    padding: .75rem 1.1rem;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(34, 211, 238, .20), inset 0 1px 0 rgba(255,255,255,.36);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }
  .tech-button:hover, .tech-link-button:hover, .viewer-toolbar button:hover, .capture-table button:hover {
    color: #020617;
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgba(34, 211, 238, .28), 0 0 36px rgba(168, 85, 247, .16);
  }
  .tech-button:disabled, .viewer-toolbar button:disabled {
    cursor: not-allowed;
    opacity: .48;
    transform: none;
    box-shadow: none;
  }
  .tech-link-button.secondary, .viewer-links a, .top-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(15, 23, 42, .68);
    color: #dbeafe;
    padding: .7rem 1rem;
    font-weight: 800;
    text-decoration: none;
  }
  .tech-link-button.secondary:hover, .viewer-links a:hover, .top-actions a:hover {
    border-color: rgba(34, 211, 238, .55);
    color: #ffffff;
    box-shadow: 0 0 26px rgba(34,211,238,.10);
  }
  .tech-note {
    margin-top: .9rem;
    color: #94a3b8;
    font-size: .92rem;
    line-height: 1.65;
  }
  .status, .success, .warning, .error, .viewer-summary {
    margin-top: 1rem;
    border: 1px solid rgba(148, 163, 184, .22);
    border-radius: 1rem;
    background: rgba(2, 6, 23, .58);
    padding: .9rem 1rem;
    font-weight: 800;
    line-height: 1.45;
  }
  .status, .viewer-summary {
    color: #bfdbfe;
  }
  .success, .accuracy-good {
    color: #86efac;
  }
  .warning, .accuracy-ok {
    color: #fde68a;
  }
  .error, .accuracy-bad {
    color: #fca5a5;
  }
  .accuracy-good, .accuracy-ok, .accuracy-bad {
    font-weight: 900;
  }
  .map-frame, #map, #viewerMap {
    min-height: 28rem;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, 0.24);
    border-radius: 1.5rem;
    box-shadow: 0 18px 50px rgba(0,0,0,.36), 0 0 48px rgba(34,211,238,.08);
  }
  #map {
    height: min(68vh, 590px);
    margin-top: 1.25rem;
  }
  #viewerMap {
    height: min(70vh, 620px);
  }
  .leaflet-container {
    background: #020617;
    font-family: var(--font-sans);
  }
  .leaflet-popup-content-wrapper, .leaflet-popup-tip {
    border: 1px solid rgba(34,211,238,.25);
    background: rgba(2, 6, 23, .92);
    color: #e5eefb;
    box-shadow: 0 16px 38px rgba(0,0,0,.46), 0 0 30px rgba(34,211,238,.16);
  }
  .popup-title {
    margin-bottom: .25rem;
    color: #67e8f9;
    font-weight: 900;
  }
  .popup-meta {
    color: #cbd5e1;
    line-height: 1.5;
  }
  .result {
    display: none;
    margin-top: 1.25rem;
  }
  .result-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
  }
  .result-row {
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 1rem;
    background: rgba(15, 23, 42, .58);
    padding: .95rem;
    min-height: 5rem;
  }
  .result-row strong {
    display: block;
    margin-bottom: .35rem;
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .viewer-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.25rem;
  }
  .viewer-header h1 {
    margin: .6rem 0 .4rem;
    font-size: clamp(2rem, 4vw, 3.75rem);
    line-height: .96;
    letter-spacing: -.055em;
    color: white;
  }
  .viewer-header p {
    max-width: 64rem;
    color: #b8c7dc;
    line-height: 1.7;
  }
  .viewer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .75rem;
  }
  .viewer-toolbar {
    display: grid;
    grid-template-columns: 10rem 10rem minmax(14rem, 1fr) 10rem;
    gap: .75rem;
    align-items: center;
    margin: 1.25rem 0;
  }
  .viewer-toolbar select {
    width: 100%;
    height: 2.9rem;
    border: 1px solid rgba(125, 211, 252, .28);
    border-radius: 999px;
    background: rgba(2, 6, 23, .78);
    color: #f8fafc;
    padding: 0 1rem;
    outline: none;
  }
  .viewer-toolbar button {
    width: 100%;
    min-height: 2.9rem;
  }
  .viewer-toolbar button.active {
    background: linear-gradient(135deg, #22d3ee, #10b981);
  }
  .capture-table-wrap {
    margin-top: 1.25rem;
    overflow: auto;
    border: 1px solid rgba(125, 211, 252, 0.18);
    border-radius: 1.5rem;
    background: rgba(2,6,23,.50);
  }
  .capture-table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
  }
  .capture-table th, .capture-table td {
    border-bottom: 1px solid rgba(148,163,184,.14);
    padding: .95rem 1rem;
    text-align: left;
    vertical-align: top;
  }
  .capture-table th {
    color: #a5f3fc;
    background: rgba(8, 47, 73, .30);
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .capture-table tr:hover td {
    background: rgba(34, 211, 238, .04);
  }
  .capture-table tr:last-child td {
    border-bottom: 0;
  }
  .capture-table button {
    min-height: 2.25rem;
    padding: .4rem .85rem;
  }
  .empty-row {
    text-align: center;
    color: #94a3b8;
  }
  .demo-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
  }
  .demo-table th, .demo-table td {
    border-bottom: 1px solid rgba(148,163,184,.14);
    padding: .95rem 1rem;
    text-align: left;
  }
  .demo-table th {
    color: #a5f3fc;
    background: rgba(8, 47, 73, .30);
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .detail-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .85rem;
  }
  .detail-list dt {
    color: #94a3b8;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .detail-list dd {
    margin: .35rem 0 0;
    color: #f8fafc;
    font-size: 1.05rem;
    font-weight: 800;
  }
  .alert-panel {
    border: 1px solid rgba(251,191,36,.35);
    border-radius: 1rem;
    background: rgba(120,53,15,.25);
    color: #fde68a;
    padding: 1rem;
  }
}
@layer utilities {
  .cyber-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34,211,238,.55), rgba(168,85,247,.45), transparent);
  }
}
@keyframes scanner {
  0% {
    transform: translateX(-110%);
    opacity: .18;
  }
  50% {
    opacity: .55;
  }
  100% {
    transform: translateX(110%);
    opacity: .18;
  }
}
@media (max-width: 900px) {
  .tech-header, .viewer-header, .tech-form-grid {
    grid-template-columns: 1fr;
  }
  .tech-actions, .viewer-links {
    justify-content: flex-start;
  }
  .viewer-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .viewer-toolbar select {
    grid-column: 1 / -1;
    order: 2;
  }
  .viewer-toolbar #nextDayBtn {
    order: 3;
  }
  .result-grid, .detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .tech-page {
    width: min(100% - .75rem, 1280px);
    padding-top: .375rem;
  }
  .tech-shell {
    border-radius: 1.25rem;
  }
  .tech-content {
    padding: .85rem;
  }
  .result-grid, .detail-list {
    grid-template-columns: 1fr;
  }
  #map, #viewerMap {
    min-height: 24rem;
    height: 62vh;
    border-radius: 1.1rem;
  }
}
@layer components {
  .p-tech {
    padding: clamp(1rem, 2vw, 1.5rem);
  }
  .p-tech-sm {
    padding: 1.25rem;
  }
  .mt-tech {
    margin-top: 1.25rem;
  }
  .mt-tech-sm {
    margin-top: 1rem;
  }
  .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1rem;
  }
  .actions-start {
    justify-content: flex-start;
    margin-top: 1.25rem;
  }
  .table-card {
    margin-top: 1.25rem;
    overflow: auto;
  }
  .debug-pre {
    margin-top: 1rem;
    white-space: pre-wrap;
  }
}
.capture-form-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 1.2fr) minmax(14rem, 1fr) auto;
  gap: 1rem;
  align-items: end;
}
.tech-input {
  width: 100%;
  height: 3.35rem;
  border: 1px solid rgba(125, 211, 252, .28);
  border-radius: 1rem;
  background: rgba(2, 6, 23, .78);
  color: #f8fafc;
  padding: 0 1rem;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}
.tech-input:focus {
  border-color: rgba(34, 211, 238, .75);
  box-shadow: 0 0 0 4px rgba(34, 211, 238, .12), 0 0 28px rgba(34, 211, 238, .14);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.25rem;
}
.stat-card {
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 1.2rem;
  background: rgba(2, 6, 23, 0.48);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.stat-card span {
  display: block;
  color: #94a3b8;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.stat-card strong {
  display: block;
  margin-top: .2rem;
  color: #f8fafc;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  border-radius: 999px;
  padding: .28rem .55rem;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.status-pill.current {
  border: 1px solid rgba(16, 185, 129, .45);
  background: rgba(6, 78, 59, .45);
  color: #86efac;
}
.status-pill.history {
  border: 1px solid rgba(148, 163, 184, .25);
  background: rgba(15, 23, 42, .70);
  color: #cbd5e1;
}
.popup-badge {
  display: inline-flex;
  margin: .2rem 0 .35rem;
  border: 1px solid rgba(16, 185, 129, .45);
  border-radius: 999px;
  background: rgba(6, 78, 59, .45);
  color: #86efac;
  padding: .16rem .45rem;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .09em;
}
.capture-table small {
  color: #94a3b8;
}
.toolbar-field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  min-width: 0;
}
.toolbar-label {
  color: #a5f3fc;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}
.viewer-toolbar {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: .85rem;
  align-items: end;
}
.viewer-toolbar select,.viewer-toolbar input,.toolbar-input,.tech-select,.tech-input {
  width: 100%;
  height: 3.15rem;
  min-height: 3.15rem;
  border: 1px solid rgba(125,211,252,.28);
  border-radius: 1rem;
  background: rgba(2,6,23,.78);
  color: #f8fafc;
  padding: 0 1rem;
  outline: none;
  box-shadow: 0 0 0 1px rgba(255,255,255,.04) inset;
}
.viewer-toolbar select:focus,.viewer-toolbar input:focus,.toolbar-input:focus,.tech-select:focus,.tech-input:focus {
  border-color: rgba(34,211,238,.75);
  box-shadow: 0 0 0 4px rgba(34,211,238,.12),0 0 28px rgba(34,211,238,.14);
}
.viewer-toolbar button,.capture-table button,.tech-button {
  min-height: 3.15rem;
}
.segmented-control {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .5rem;
}
.day-nav-control {
  display: grid;
  grid-template-columns: minmax(6.5rem,.7fr) minmax(10rem,1.2fr) minmax(6.5rem,.7fr);
  gap: .5rem;
}
.toolbar-mode-field {
  grid-column: span 4;
}
.toolbar-topjob-field {
  grid-column: span 2;
}
.toolbar-search-field {
  grid-column: span 4;
}
.toolbar-item-field {
  grid-column: span 3;
}
.toolbar-date-field {
  grid-column: span 4;
}
.toolbar-clear-field {
  grid-column: span 2;
}
.viewer-toolbar .secondary-action {
  border-color: rgba(148,163,184,.28);
  background: rgba(15,23,42,.76);
  color: #e2e8f0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.forklift-capture-card {
  position: relative;
  overflow: hidden;
}
.forklift-capture-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 10% 0%,rgba(34,211,238,.10),transparent 34%),radial-gradient(circle at 90% 10%,rgba(168,85,247,.12),transparent 30%);
}
.forklift-picker-grid,.capture-action-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(12rem,.85fr) minmax(14rem,1.1fr) minmax(16rem,1.35fr);
  gap: 1rem;
  align-items: end;
}
.capture-action-grid {
  grid-template-columns: minmax(14rem,1fr) minmax(18rem,.85fr);
  margin-top: 1rem;
}
.capture-primary-button {
  min-height: 4.2rem;
  border-radius: 1.25rem;
  font-size: clamp(1rem,2vw,1.25rem);
  letter-spacing: .02em;
}
.selected-item-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-top: 1rem;
  border: 1px solid rgba(125,211,252,.18);
  border-left: .45rem solid var(--item-color,rgba(148,163,184,.75));
  border-radius: 1.25rem;
  background: rgba(2,6,23,.54);
  padding: .95rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.selected-item-card strong {
  display: block;
  color: #f8fafc;
  font-size: clamp(1.05rem,2vw,1.35rem);
  line-height: 1.1;
}
.selected-item-card small {
  display: block;
  margin-top: .25rem;
  color: #94a3b8;
}
.item-color-dot,.item-swatch-inline,.table-color-swatch,.quick-pick-swatch {
  flex: 0 0 auto;
  background: var(--item-color,#22d3ee);
  box-shadow: 0 0 22px var(--item-color,#22d3ee);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 22px color-mix(in srgb,var(--item-color,#22d3ee) 55%,transparent);
  }
}
.item-color-dot {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
}
.item-swatch-inline {
  display: inline-block;
  width: .85rem;
  height: .85rem;
  border-radius: 999px;
  margin-right: .4rem;
  vertical-align: -1px;
}
.table-color-swatch {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  border: 2px solid rgba(255,255,255,.60);
  border-radius: 999px;
}
.quick-pick-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(10.5rem,1fr));
  gap: .75rem;
  margin-top: 1rem;
}
.quick-pick {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  grid-template-areas: "swatch main" "swatch sub";
  gap: .2rem .65rem;
  min-height: 4.8rem;
  border: 1px solid rgba(148,163,184,.20);
  border-left: .45rem solid var(--item-color,#22d3ee);
  border-radius: 1.1rem;
  background: rgba(15,23,42,.70);
  color: #f8fafc;
  cursor: pointer;
  padding: .85rem;
  text-align: left;
  transition: transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.quick-pick:hover,.quick-pick.is-active {
  border-color: var(--item-color,#22d3ee);
  background: rgba(8,47,73,.48);
  box-shadow: 0 0 0 3px var(--item-color,#22d3ee),0 16px 38px rgba(0,0,0,.24);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb,var(--item-color,#22d3ee) 24%,transparent),0 16px 38px rgba(0,0,0,.24);
  }
  transform: translateY(-1px);
}
.quick-pick-swatch {
  grid-area: swatch;
  align-self: center;
  width: .9rem;
  height: 2.6rem;
  border-radius: 999px;
}
.quick-pick-main {
  grid-area: main;
  overflow: hidden;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-pick-sub {
  grid-area: sub;
  overflow: hidden;
  color: #94a3b8;
  font-size: .78rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quick-pick-empty {
  grid-column: 1/-1;
  border: 1px dashed rgba(148,163,184,.35);
  border-radius: 1rem;
  color: #94a3b8;
  padding: 1rem;
  text-align: center;
}
.forklift-note {
  position: relative;
}
.yard-marker-icon-wrap {
  background: transparent;
  border: 0;
}
.yard-marker-icon {
  position: relative;
  display: block;
  width: 1.85rem;
  height: 1.85rem;
  border: 3px solid rgba(255,255,255,.92);
  border-radius: 999px;
  background: var(--item-color,#22d3ee);
  box-shadow: 0 0 0 4px var(--item-color,#22d3ee),0 0 30px var(--item-color,#22d3ee),0 10px 22px rgba(0,0,0,.45);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 4px color-mix(in srgb,var(--item-color,#22d3ee) 26%,transparent),0 0 30px color-mix(in srgb,var(--item-color,#22d3ee) 55%,transparent),0 10px 22px rgba(0,0,0,.45);
  }
}
.yard-marker-icon::after {
  content: "";
  position: absolute;
  inset: .35rem;
  border-radius: 999px;
  background: rgba(2,6,23,.35);
}
.yard-marker-icon.is-current {
  border-color: #fff;
}
.yard-marker-icon.is-current::before {
  content: "";
  position: absolute;
  inset: -.55rem;
  border: 2px solid var(--item-color,#22d3ee);
  @supports (color: color-mix(in lab, red, red)) {
    border: 2px solid color-mix(in srgb,var(--item-color,#22d3ee) 72%,transparent);
  }
  border-radius: 999px;
  animation: markerPulse 1.8s ease-out infinite;
}
.yard-marker-icon.is-draggable {
  cursor: grab;
}
.capture-table tr {
  border-left: .35rem solid var(--item-color,transparent);
}
.capture-table td:nth-child(2),.capture-table th:nth-child(2) {
  text-align: center;
  width: 4rem;
}
@keyframes markerPulse {
  0% {
    transform: scale(.78);
    opacity: .85;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
@media (max-width:1180px) {
  .toolbar-mode-field,.toolbar-topjob-field,.toolbar-search-field,.toolbar-item-field,.toolbar-date-field,.toolbar-clear-field {
    grid-column: span 6;
  }
  .forklift-picker-grid,.capture-action-grid {
    grid-template-columns: 1fr 1fr;
  }
  .forklift-picker-grid .toolbar-field:last-child,.capture-action-grid .capture-primary-button {
    grid-column: 1/-1;
  }
}
@media (max-width:760px) {
  .viewer-toolbar {
    grid-template-columns: 1fr;
  }
  .toolbar-mode-field,.toolbar-topjob-field,.toolbar-search-field,.toolbar-item-field,.toolbar-date-field,.toolbar-clear-field {
    grid-column: 1/-1;
  }
  .segmented-control,.day-nav-control,.forklift-picker-grid,.capture-action-grid {
    grid-template-columns: 1fr;
  }
  .quick-pick-grid {
    grid-template-columns: repeat(auto-fill,minmax(8.8rem,1fr));
  }
  .quick-pick {
    min-height: 4.4rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
