/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-sm: 0.25rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
    --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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .isolate {
    isolation: isolate;
  }
  .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;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .grow {
    flex-grow: 1;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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));
  }
}
:root {
  color-scheme: dark;
  --bg: #0f2926;
  --surface: #15332f;
  --surface-2: #1b3d38;
  --panel: #10241f;
  --ink: #fdfefd;
  --ink-muted: rgba(253, 254, 253, 0.76);
  --ink-faint: rgba(253, 254, 253, 0.64);
  --border: rgba(253, 254, 253, 0.10);
  --border-strong: rgba(253, 254, 253, 0.16);
  --primary: #1f5f56;
  --primary-hover: #2a7a6e;
  --primary-ink: #fdfefd;
  --accent: #46a795;
  --accent-strong: #2a7a6e;
  --ring: #2a7a6e;
  --danger: #b23a2f;
  --danger-hover: #953026;
  --danger-ink: #fdfefd;
  --danger-soft: rgba(178, 58, 47, 0.18);
  --danger-fg: #e8897f;
  --success-soft: rgba(70, 167, 149, 0.16);
  --success-fg: #7fd3c1;
  --info-soft: rgba(42, 122, 110, 0.18);
  --info-fg: #8fd0c4;
  --radius-sm: 0.375rem;
  --radius: 0.5rem;
  --radius-lg: 0.5rem;
  --shadow-sm: 0 1px 2px rgba(6, 24, 21, 0.5);
  --shadow: 0 10px 28px rgba(6, 24, 21, 0.45);
  --shadow-lg: 0 18px 42px rgba(6, 24, 21, 0.6);
  --glow: 0 8px 20px rgba(31, 95, 86, 0.4);
}
@layer base {
  html {
    color-scheme: dark;
  }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  h1, h2, h3 {
    text-wrap: balance;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }
  a {
    color: var(--accent);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  :focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
  }
}
@layer components {
  .o-eyebrow {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  .o-eyebrow::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    background: var(--accent);
    transform: rotate(45deg);
  }
  .o-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    padding: 0 1.1rem;
    font-size: 0.8125rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
    white-space: nowrap;
  }
  .o-btn:hover:not(:disabled) {
    transform: translateY(-1px);
  }
  .o-btn:active:not(:disabled) {
    transform: translateY(0);
  }
  .o-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .o-btn--primary {
    background: var(--primary);
    color: var(--primary-ink);
  }
  .o-btn--primary:hover:not(:disabled) {
    background: var(--primary-hover);
    box-shadow: var(--glow);
  }
  .o-btn--secondary {
    background: var(--surface);
    color: var(--ink);
    border-color: var(--border-strong);
  }
  .o-btn--secondary:hover:not(:disabled) {
    background: var(--surface-2);
    border-color: var(--accent-strong);
  }
  .o-btn--danger {
    background: var(--danger);
    color: var(--danger-ink);
  }
  .o-btn--danger:hover:not(:disabled) {
    background: var(--danger-hover);
  }
  .o-field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .o-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--ink-muted);
  }
  .o-input {
    width: 100%;
    padding: 0.6rem 0.75rem;
    font-size: 0.9375rem;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }
  .o-input::placeholder {
    color: var(--ink-faint);
  }
  .o-input:focus {
    outline: none;
    border-color: var(--ring);
    box-shadow: 0 0 0 3px var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent);
    }
  }
  .o-input--error {
    border-color: var(--danger);
  }
  .o-error {
    font-size: 0.8125rem;
    color: var(--danger-fg);
  }
  .o-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
  }
  .o-card__header {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border);
  }
  .o-card__title {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  .o-card__title::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    flex-shrink: 0;
    background: var(--accent);
    transform: rotate(45deg);
  }
  .o-card__body {
    padding: 1.25rem;
  }
  .o-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
  }
  .o-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
  }
  .o-table thead th {
    text-align: left;
    padding: 0.7rem 1rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted);
    background: var(--surface-2);
    border-bottom: 1px solid var(--border);
  }
  .o-table tbody td {
    padding: 0.7rem 1rem;
    border-bottom: 1px solid var(--border);
    color: var(--ink);
    vertical-align: middle;
  }
  .o-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .o-table tbody tr:hover td {
    background: var(--surface-2);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--surface-2) 60%, transparent);
    }
  }
  .o-chart-wrap {
    overflow-x: auto;
  }
  .o-chart-wrap svg {
    min-width: 640px;
  }
  .o-chart-bar {
    transition: opacity 150ms ease-out;
  }
  .o-chart-bar:hover {
    opacity: 0.8;
  }
  .o-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 1rem;
    margin-top: 0.5rem;
    font-size: 0.78rem;
    color: var(--ink-muted);
  }
  .o-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }
  .o-chart-legend__swatch {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 2px;
    display: inline-block;
  }
  .o-chart-legend__dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: var(--ink-muted);
    display: inline-block;
  }
  .o-sales-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .o-sales-3col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  @media (min-width: 80rem) {
    .o-sales-grid {
      display: grid;
      grid-template-columns: 2fr 1fr;
      align-items: start;
    }
    .o-sales-3col {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  .o-hour-strip {
    display: flex;
    gap: 1px;
    margin-top: 0.5rem;
  }
  .o-hour-strip__cell {
    flex: 1;
    height: 1.1rem;
    border-radius: 1px;
    background: var(--surface-2);
    position: relative;
  }
  .o-hour-strip__cell--hot::after, .o-hour-strip__cell--cold::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
  }
  .o-hour-strip__cell--hot::after {
    background: var(--danger-fg);
  }
  .o-hour-strip__cell--cold::after {
    background: var(--accent);
  }
  .o-badge {
    display: inline-block;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(253, 254, 253, 0.06);
    color: var(--ink-muted);
    border: 1px solid var(--border);
  }
  .o-badge--superadmin {
    background: var(--danger-soft);
    color: var(--danger-fg);
    border-color: rgba(178, 58, 47, 0.35);
  }
  .o-badge--manager {
    background: var(--info-soft);
    color: var(--info-fg);
    border-color: rgba(42, 122, 110, 0.35);
  }
  .o-badge--staff {
    background: rgba(253, 254, 253, 0.06);
    color: var(--ink-muted);
    border-color: var(--border);
  }
  .o-flash {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    padding: 0.75rem 0.9rem;
    border-radius: var(--radius);
    font-size: 0.9rem;
    border: 1px solid transparent;
  }
  .o-flash svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
  }
  .o-btn svg {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
  }
  .o-hamburger svg {
    width: 1.3rem;
    height: 1.3rem;
  }
  .o-flash--success {
    background: var(--success-soft);
    color: var(--success-fg);
    border-color: var(--success-fg);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--success-fg) 30%, transparent);
    }
  }
  .o-flash--error {
    background: var(--danger-soft);
    color: var(--danger-fg);
    border-color: var(--danger-fg);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--danger-fg) 30%, transparent);
    }
  }
  .o-flash--info {
    background: var(--info-soft);
    color: var(--info-fg);
    border-color: var(--info-fg);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--info-fg) 30%, transparent);
    }
  }
  .o-shell {
    display: flex;
    min-height: 100dvh;
  }
  .o-sidebar {
    display: flex;
    flex-direction: column;
    width: 15rem;
    flex-shrink: 0;
    background: radial-gradient(120% 55% at 25% 0%, rgba(42, 122, 110, 0.28), transparent 60%), linear-gradient(180deg, #153f39 0%, #0f2926 100%);
    border-right: 1px solid var(--border);
    padding: 1rem 0.75rem;
  }
  .o-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.6rem 1.1rem;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ink);
  }
  .o-brand__mark {
    display: grid;
    place-items: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: var(--radius-sm);
    background: var(--primary);
    color: var(--primary-ink);
    font-size: 1rem;
  }
  .o-nav {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }
  .o-nav__item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.6rem 0.65rem;
    border-radius: var(--radius-sm);
    color: var(--ink-muted);
    font-size: 0.9rem;
    font-weight: 550;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .o-nav__item:hover {
    background: rgba(253, 254, 253, 0.06);
    color: var(--ink);
    text-decoration: none;
  }
  .o-nav__item svg {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
  }
  .o-nav__item--active {
    background: rgba(70, 167, 149, 0.16);
    color: var(--ink);
    font-weight: 650;
    box-shadow: inset 0 0 0 1px rgba(70, 167, 149, 0.28);
  }
  .o-nav__item--active:hover {
    background: rgba(70, 167, 149, 0.16);
    color: var(--ink);
  }
  .o-main {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  .o-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 3.75rem;
    padding: 0 1.25rem;
    background: var(--bg);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--bg) 82%, transparent);
    }
    backdrop-filter: saturate(1.3) blur(8px);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .o-topbar__title {
    font-size: 0.95rem;
    font-weight: 650;
  }
  .o-user {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .o-user__name {
    font-size: 0.875rem;
    font-weight: 600;
  }
  .o-avatar {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(70, 167, 149, 0.18);
    color: var(--accent);
    font-size: 0.8rem;
    font-weight: 700;
  }
  .o-content {
    padding: 1.75rem clamp(1.5rem, 3vw, 3.5rem);
    max-width: 107.5rem;
    width: 100%;
  }
  .o-page-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.05;
  }
  .o-nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .o-hamburger {
    display: none;
  }
  .o-backdrop {
    display: none;
  }
  @media (max-width: 63.99rem) {
    .o-sidebar {
      position: fixed;
      inset: 0 auto 0 0;
      z-index: 40;
      transform: translateX(-100%);
      transition: transform 0.2s cubic-bezier(0.22, 1, 0.36, 1);
      box-shadow: var(--shadow-lg);
    }
    .o-nav-toggle:checked ~ .o-shell .o-sidebar {
      transform: translateX(0);
    }
    .o-nav-toggle:checked ~ .o-shell .o-backdrop {
      display: block;
      position: fixed;
      inset: 0;
      z-index: 30;
      background: rgba(6, 24, 21, 0.55);
    }
    .o-hamburger {
      display: inline-grid;
      place-items: center;
      width: 2.25rem;
      height: 2.25rem;
      border-radius: var(--radius-sm);
      color: var(--ink);
      cursor: pointer;
    }
    .o-hamburger:hover {
      background: rgba(253, 254, 253, 0.06);
    }
  }
  .o-auth {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: radial-gradient(120% 90% at 50% -10%, rgba(42, 122, 110, 0.28), transparent 55%), linear-gradient(180deg, #153f39 0%, #0f2926 60%);
  }
  .o-auth__card {
    width: 100%;
    max-width: 24rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    padding: 1.75rem;
  }
  .o-auth__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: center;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0.35rem;
  }
  .o-auth__title {
    text-align: center;
    color: var(--ink-muted);
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
  }
  @media (max-width: 47.99rem) {
    .o-hide-sm {
      display: none;
    }
    .o-content {
      padding: 1.25rem 1rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .o-btn, .o-input, .o-nav__item, .o-sidebar {
      transition: none;
    }
    .o-btn:hover:not(:disabled) {
      transform: none;
    }
  }
}
