/* [project]/src/app/pretendard_3b81d891.module.css [app-client] (css) */
@font-face {
  font-family: pretendard;
  src: url("../media/PretendardVariable-s.p.0a.~5ku~863u1.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: pretendard Fallback;
  src: local(Arial);
  ascent-override: 93.76%;
  descent-override: 23.75%;
  line-gap-override: 0.0%;
  size-adjust: 101.55%;
}

.pretendard_3b81d891-module__aPb-qa__className {
  font-family: pretendard, pretendard Fallback;
}

.pretendard_3b81d891-module__aPb-qa__variable {
  --font-pretendard: "pretendard", "pretendard Fallback";
}

/* [project]/src/styles/global.css [app-client] (css) */
:root {
  --app-min-width: 1000px;
  --app-min-height: 720px;
  --z-menu-overlay: 15;
  --z-scroll-nav: 16;
  --z-title-bar: 20;
  --z-dialog-overlay: 30;
  --z-confirm-toast: 140;
  --z-new-order-alert: 135;
  --z-message-popup: 150;
  --z-loading-overlay: 200;
  font-family: var(--font-pretendard), -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  color: #111827;
  background: #ebedef;
}

* {
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

html, body {
  min-width: var(--app-min-width);
  height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  height: max(100vh, var(--app-min-height));
  min-height: max(100vh, var(--app-min-height));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ebedef;
  font-family: inherit;
}

html, body, body * {
  -webkit-user-select: none;
  user-select: none;
}

input, textarea, [contenteditable=""], [contenteditable="plaintext-only"], [contenteditable="true"], .allow-text-select, .allow-text-select * {
  -webkit-user-select: text;
  user-select: text;
}

button, a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  min-width: var(--app-min-width);
  min-height: max(100vh, var(--app-min-height));
  padding: 48px 24px;
}

.app-shell {
  height: 100%;
  min-width: var(--app-min-width);
  min-height: max(100vh, var(--app-min-height));
  background: #ebedef;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.content-frame {
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.content-shell {
  background: #ebedef;
  height: 100%;
  min-height: 0;
  padding: 2rem;
  overflow-y: auto;
}

.scroll-nav {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: var(--z-scroll-nav);
  background: #fffffff5;
  border: 1px solid #e5e8ebfa;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 24px #0f172a14, 0 2px 6px #0f172a0a;
}

.scroll-nav-button {
  color: #4e5968;
  cursor: pointer;
  background: #f2f4f6;
  border: 1px solid #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: transform .15s, background .15s, color .15s, box-shadow .15s, opacity .15s;
  display: flex;
  box-shadow: inset 0 0 0 1px #e5e8ebe6;
}

.scroll-nav-button:hover:not(:disabled) {
  color: #3182f6;
  background: #e8f3ff;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px #3182f624;
}

.scroll-nav-button:disabled {
  color: #b0b8c1;
  cursor: default;
  opacity: 1;
  background: #f2f4f6;
  box-shadow: inset 0 0 0 1px #e5e8ebb3;
}

.loading-overlay {
  z-index: var(--z-loading-overlay);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: #00000059;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.loading-card {
  background: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 120px;
  padding: 32px 40px;
  display: flex;
  box-shadow: 0 8px 32px #0000001f;
}

.loading-spinner {
  border: 3px solid #e5e8eb;
  border-top-color: #3182f6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: .65s linear infinite spin;
}

.loading-message {
  color: #333d4b;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.route-loading-shell {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.route-loading-hero, .route-loading-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1px 3px #0f172a0d;
}

.route-loading-hero {
  padding: 28px;
}

.route-loading-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  display: grid;
}

.route-loading-card {
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  display: flex;
}

.route-loading-line, .route-loading-block {
  background: #e5e8eb;
  position: relative;
  overflow: hidden;
}

.route-loading-line:after, .route-loading-block:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffffb3, #0000);
  animation: 1.2s ease-in-out infinite route-loading-shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
}

.route-loading-line {
  border-radius: 999px;
  height: 14px;
}

.route-loading-line-lg {
  width: min(320px, 100%);
  height: 22px;
}

.route-loading-line-md {
  width: min(220px, 70%);
  margin-top: 12px;
}

.route-loading-line-sm {
  width: 96px;
}

.route-loading-block {
  border-radius: 18px;
  min-height: 140px;
}

.route-loading-block-short {
  min-height: 84px;
}

@keyframes route-loading-shimmer {
  100% {
    transform: translateX(100%);
  }
}

.title-bar-shell {
  height: 56px;
  z-index: var(--z-title-bar);
  background: #fff;
  border-bottom: 1px solid #e5e8eb;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.title-bar-shell .no-drag {
  -webkit-app-region: no-drag;
}

.title-bar-left, .title-bar-right {
  align-items: center;
  min-width: 0;
  display: flex;
}

.title-bar-left {
  flex: auto;
  gap: 4px;
}

.title-bar-right {
  flex: none;
  gap: 12px;
}

.menu-toggle {
  cursor: pointer;
  color: #191f28;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background .15s;
  display: flex;
}

.menu-toggle:hover {
  background: #f2f4f6;
}

.tab-button {
  color: #8b95a1;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  transition: color .15s, background .15s;
}

.tab-button:hover:not(:disabled) {
  color: #4e5968;
  background: #f2f4f6;
}

.tab-button.active {
  color: #191f28;
}

.tab-button:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.top-icon-button {
  color: #6b7684;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .15s, background .15s, border-color .15s, color .15s;
  display: inline-flex;
}

.top-icon-button:hover:not(:disabled) {
  color: #2563eb;
  background: #eef6ff;
  border-color: #3182f62e;
  transform: translateY(-1px);
}

.top-icon-button.active {
  color: #2563eb;
  background: #e8f3ff;
  border-color: #3182f638;
}

.top-icon-button:disabled {
  cursor: not-allowed;
  opacity: .7;
}

.clock-display {
  color: #191f28;
  font-variant-numeric: tabular-nums;
  letter-spacing: .03em;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.connection-status {
  color: #8b95a1;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  display: flex;
}

.status-dot {
  background: #8b95a1;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.connection-status.connected .status-dot {
  background: #34c759;
}

.connection-status.connected {
  color: #34c759;
}

.logout-button {
  color: #4e5968;
  cursor: pointer;
  background: none;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  transition: all .15s;
}

.logout-button:hover {
  background: #f2f4f6;
  border-color: #d1d5db;
}

.window-controls {
  align-items: center;
  gap: 2px;
  margin-left: 4px;
  display: flex;
}

.win-button {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background .15s, color .15s;
  display: flex;
}

.win-button:hover {
  color: #191f28;
  background: #f2f4f6;
}

.win-button.close:hover {
  color: #ef4444;
  background: #fee2e2;
}

.menu-overlay {
  z-index: var(--z-menu-overlay);
  background: #f2f4f6fa;
  padding: 24px;
  position: fixed;
  inset: 56px 0 0;
  overflow-y: auto;
}

.menu-header-card {
  background: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 3px #0000000a;
}

.shop-info-block {
  align-items: center;
  gap: 16px;
  display: flex;
}

.shop-avatar {
  color: #fff;
  background: linear-gradient(135deg, #3182f6, #60a5fa);
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.shop-meta {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.shop-title {
  color: #191f28;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.shop-link {
  color: #3182f6;
  font-size: 14px;
  font-weight: 600;
}

.shop-link-button {
  color: #3182f6;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.shop-link.disabled {
  color: #9ca3af;
}

.header-actions {
  gap: 12px;
  display: flex;
}

.header-action-button {
  color: #9ca3af;
  cursor: not-allowed;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  padding: 10px 18px;
}

.menu-categories {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
  display: grid;
}

.category-section {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 1px 3px #0000000a;
}

.category-title-row {
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  display: flex;
}

.category-icon {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: inline-flex;
}

.category-name {
  color: #191f28;
  font-size: 15px;
  font-weight: 700;
}

.category-items {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.category-item-button {
  text-align: left;
  color: #9ca3af;
  cursor: not-allowed;
  background: #f9fafb;
  border: none;
  border-radius: 12px;
  width: 100%;
  padding: 12px 14px;
}

.category-item-button.has-link {
  cursor: pointer;
  color: #374151;
}

.category-item-button.has-link:hover {
  color: #2563eb;
  background: #eef6ff;
}

.auth-shell {
  place-items: center;
  display: grid;
}

.auth-page-shell {
  min-height: 100%;
}

.hero-card, .auth-panel {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.not-found-shell {
  position: relative;
}

.not-found-card {
  isolation: isolate;
  background: radial-gradient(circle at 100% 0, #3182f629, #0000 28%), linear-gradient(#fffffff5, #f8fafceb);
  border-radius: 32px;
  gap: 28px;
  width: min(640px, 100%);
  padding: 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.not-found-card:before, .not-found-card:after {
  content: "";
  z-index: 0;
  border-radius: 999px;
  position: absolute;
}

.not-found-card:before {
  background: #3182f614;
  width: 196px;
  height: 196px;
  top: -84px;
  right: -36px;
}

.not-found-card:after {
  border: 1px solid #3182f61f;
  width: 132px;
  height: 132px;
  bottom: 28px;
  right: 32px;
}

.not-found-badge, .not-found-copy, .not-found-actions {
  z-index: 1;
  position: relative;
}

.not-found-badge {
  color: #2563eb;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #2563eb14;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

.not-found-copy {
  gap: 14px;
  display: grid;
}

.not-found-code {
  color: #2563eb;
  letter-spacing: -.08em;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 5.6rem);
  font-weight: 800;
  line-height: .95;
}

.not-found-copy h1 {
  color: #111827;
  letter-spacing: -.05em;
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.12;
}

.not-found-description {
  color: #4b5563;
  max-width: 28rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.not-found-actions {
  display: flex;
}

.not-found-home-button {
  background: linear-gradient(135deg, #2563eb, #111827);
  min-width: 168px;
  min-height: 48px;
  padding: 0 20px;
  transition: transform .16s, box-shadow .16s, opacity .16s;
  box-shadow: 0 18px 36px #2563eb2e;
}

.not-found-home-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 22px #2563eb3d;
}

.hero-card {
  gap: 24px;
  display: grid;
}

.hero-copy {
  gap: 12px;
  display: grid;
}

.hero-copy h1, .auth-panel h1 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
}

.auth-panel h2 {
  letter-spacing: -.04em;
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  line-height: 1.05;
}

.eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #166534;
  background: #22c55e24;
  border-radius: 999px;
  width: fit-content;
  padding: 6px 10px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

.muted {
  color: #4b5563;
  margin: 0;
  line-height: 1.6;
}

.status-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  display: grid;
}

.panel {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #ffffffe0;
  border: 1px solid #11182714;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 60px #0f172a14;
}

.panel h2 {
  margin: 0 0 16px;
  font-size: 1.1rem;
}

.panel-header {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  display: flex;
}

.button-row {
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.login-form {
  gap: 16px;
  margin-top: 24px;
  display: grid;
}

.field {
  color: #1f2937;
  gap: 8px;
  font-weight: 600;
  display: grid;
}

.text-input {
  background: #fff;
  border: 1px solid #0f172a24;
  border-radius: 14px;
  min-height: 46px;
  padding: 0 14px;
}

.text-input:focus {
  border-color: #22c55e;
  outline: 2px solid #22c55e38;
}

.button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
}

.button.primary {
  color: #fff;
  background: #111827;
}

.button.ghost {
  color: #0f172a;
  background: #0f172a0f;
}

.meta-list {
  gap: 10px;
  margin: 0;
  display: grid;
}

.session-banner {
  background: #ffffffb3;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.meta-list div {
  gap: 4px;
  display: grid;
}

.meta-list dt {
  text-transform: uppercase;
  color: #6b7280;
  font-size: .75rem;
  font-weight: 700;
}

.meta-list dd {
  margin: 0;
  font-family: SFMono-Regular, Consolas, monospace;
  font-size: .92rem;
}

.route-list {
  color: #374151;
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
}

.error-text {
  color: #b91c1c;
  margin: 0;
}

.page-header-block {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
  display: flex;
}

.login-content-shell {
  flex: 1;
  min-height: 0;
  display: flex;
}

.page-header-block h1 {
  color: #191f28;
  margin: 0 0 8px;
  font-size: 1.9rem;
}

.page-description {
  color: #6b7684;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.filter-section, .stats-section {
  margin-bottom: 16px;
}

.filter-section {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px #0000000a;
}

.filter-row {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  display: flex;
}

.filter-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.filter-group span {
  color: #6b7684;
  font-size: .875rem;
  font-weight: 500;
}

.filter-group input, .filter-group select {
  color: #191f28;
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: .625rem .875rem;
  font-size: .9375rem;
}

.stats-section {
  gap: 1rem;
  display: flex;
}

.stat-card {
  --stat-value-height: calc(1.5rem * 1.2);
  min-height: calc((1.25rem * 2) + var(--stat-value-height));
  background: #fff;
  border-radius: 16px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
  box-shadow: 0 1px 3px #0000000a;
}

.stat-label {
  color: #6b7684;
  font-size: .9375rem;
}

.stat-value {
  min-height: var(--stat-value-height);
  color: #191f28;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
}

.stat-value.accent {
  color: #3182f6;
}

.stat-loading {
  width: min(180px, 100%);
  min-height: var(--stat-value-height);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.stat-loading .route-loading-line-sm {
  height: var(--stat-value-height);
}

.search-button {
  min-width: 108px;
}

.shop-layout {
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.shop-list-panel {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  flex-shrink: 0;
  width: 240px;
  overflow: hidden;
}

.panel-header {
  color: #8b95a1;
  border-bottom: 1px solid #f2f4f6;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 600;
}

.shop-list {
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 6px;
  list-style: none;
  display: flex;
}

.shop-item {
  text-align: left;
  cursor: pointer;
  color: #4e5968;
  background: none;
  border: none;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  transition: background .15s;
  display: flex;
}

.shop-item:hover {
  color: #191f28;
  background: #f2f4f6;
}

.shop-item.active {
  color: #3182f6;
  background: #e8f3ff;
  font-weight: 600;
}

.shop-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.shop-item-status {
  color: #34c759;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
}

.shop-item-status.paused {
  color: #ff3b30;
}

.shop-detail-panel {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  flex: 1;
  overflow: hidden;
}

.detail-body {
  padding: 8px 0;
}

.detail-row {
  border-bottom: 1px solid #f2f4f6;
  align-items: baseline;
  gap: 12px;
  padding: 12px 20px;
  display: flex;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  color: #8b95a1;
  flex-shrink: 0;
  width: 80px;
  font-size: 13px;
  font-weight: 500;
}

.detail-value {
  color: #191f28;
  font-size: 14px;
  font-weight: 400;
}

.detail-value-stack {
  gap: 4px;
  display: grid;
}

.detail-value-subtext {
  color: #8b95a1;
  font-size: 12px;
}

.sale-status-button {
  cursor: pointer;
  background: none;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 5px 12px;
  transition: background .15s, border-color .15s;
  display: flex;
}

.sale-status-button:hover:not(:disabled) {
  background: #f2f4f6;
  border-color: #c8cdd4;
}

.sale-status-text {
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.sale-dot {
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
}

.sale-management-shell {
  gap: 16px;
  display: grid;
}

.sale-management-card {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 1px 3px #0f172a0a;
}

.sale-management-card-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  display: flex;
}

.sale-management-card-header h2 {
  color: #191f28;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

.sale-management-card-header p {
  color: #8b95a1;
  margin: 4px 0 0;
  font-size: 13px;
}

.sale-mode-toggle {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 16px;
  display: grid;
}

.sale-mode-button {
  color: #4e5968;
  cursor: pointer;
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 11px;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  transition: all .15s;
}

.sale-mode-button.active {
  color: #1d4ed8;
  background: #e8f3ff;
  border-color: #bfdbfe;
}

.sale-time-picker {
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 0 4px;
  display: flex;
}

.sale-time-unit {
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 16px;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  display: flex;
}

.sale-stepper-button {
  color: #3182f6;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: all .15s;
  display: flex;
}

.sale-stepper-button:hover:not(:disabled) {
  background: #e8f3ff;
  border-color: #bfdbfe;
}

.sale-stepper-button:disabled {
  color: #c8d0d9;
  cursor: not-allowed;
}

.sale-time-display {
  flex-direction: column;
  align-items: center;
  min-width: 56px;
  display: flex;
}

.sale-time-value {
  color: #191f28;
  font-variant-numeric: tabular-nums;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.sale-time-label {
  color: #8b95a1;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 600;
}

.sale-time-colon {
  color: #c8d0d9;
  flex-shrink: 0;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 700;
}

.sale-preset-chips {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  display: flex;
}

.sale-preset-chip {
  color: #4e5968;
  cursor: pointer;
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 999px;
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  transition: all .15s;
}

.sale-preset-chip.active {
  color: #1d4ed8;
  background: #e8f3ff;
  border-color: #bfdbfe;
}

.sale-preset-chip:hover:not(.active) {
  background: #f0f4f8;
}

.sale-management-hint {
  color: #4e5968;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.sale-management-selection {
  white-space: nowrap;
  color: #4e5968;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.sale-management-selection input {
  accent-color: #3182f6;
  width: 18px;
  height: 18px;
  margin: 0;
}

.sale-management-shop-list {
  flex-direction: column;
  gap: 10px;
  max-height: 320px;
  margin: 0;
  padding: 0 2px 0 0;
  list-style: none;
  display: flex;
  overflow-y: auto;
}

.sale-management-shop-row {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  transition: all .15s;
  display: flex;
}

.sale-management-shop-row.checked {
  background: #f8fbff;
  border-color: #bfdbfe;
}

.sale-management-shop-main {
  align-items: center;
  gap: 10px;
  min-width: 0;
  display: flex;
}

.sale-management-shop-row input {
  accent-color: #3182f6;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
}

.sale-management-shop-meta {
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  display: flex;
}

.sale-management-shop-name {
  color: #191f28;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.sale-management-shop-status {
  color: #10b981;
  font-size: 12px;
  font-weight: 600;
}

.sale-management-shop-status.paused {
  color: #f97316;
}

.sale-management-badge {
  color: #1d4ed8;
  background: #e8f3ff;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
}

.sale-management-feedback {
  border-radius: 12px;
  margin: 0;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 500;
}

.sale-management-feedback.success {
  color: #047857;
  background: #ecfdf3;
}

.sale-management-feedback.error {
  color: #b91c1c;
  background: #fef2f2;
}

.sale-management-actions {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.sale-management-button {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 11px;
  min-width: 170px;
  height: 46px;
  font-size: 15px;
  font-weight: 600;
  transition: all .15s;
}

.sale-management-button:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.sale-management-button.secondary {
  color: #4e5968;
  background: #eef1f4;
  border-color: #e5e8eb;
}

.sale-management-button.primary {
  color: #fff;
  background: #3182f6;
}

.sale-management-button.primary:hover:not(:disabled) {
  background: #1b67d6;
}

.sale-management-empty {
  color: #8b95a1;
  margin: 0;
  padding: 16px 0 4px;
  font-size: 14px;
}

.delivery-agency-grid {
  grid-template-columns: minmax(320px, 380px) minmax(0, 1fr);
  align-items: flex-start;
  gap: 16px;
  display: grid;
}

.delivery-panel {
  background: #fff;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  overflow: hidden;
}

.delivery-panel-body {
  padding: 16px;
}

.delivery-panel-body-compact {
  gap: 14px;
  display: grid;
}

.delivery-panel-body-scrollable {
  gap: 12px;
  display: grid;
}

.delivery-panel-skeleton-toolbar, .delivery-panel-skeleton-card, .delivery-panel-skeleton-button, .delivery-panel-skeleton-row {
  background: #eef1f4;
  position: relative;
  overflow: hidden;
}

.delivery-panel-skeleton-toolbar:after, .delivery-panel-skeleton-card:after, .delivery-panel-skeleton-button:after, .delivery-panel-skeleton-row:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffffb3, #0000);
  animation: 1.2s ease-in-out infinite route-loading-shimmer;
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
}

.delivery-panel-skeleton-card, .delivery-panel-skeleton-row {
  border-radius: 12px;
}

.delivery-panel-skeleton-card {
  min-height: 108px;
}

.delivery-panel-skeleton-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.delivery-panel-skeleton-button {
  border-radius: 11px;
  height: 42px;
}

.delivery-panel-skeleton-toolbar {
  border-radius: 12px;
  height: 42px;
}

.delivery-panel-skeleton-list {
  gap: 12px;
  display: grid;
}

.delivery-panel-skeleton-row {
  min-height: 74px;
}

.agency-stat-value {
  font-size: 1.125rem;
  line-height: 1.4;
}

.agency-card-button, .agency-catalog-button {
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}

.agency-list {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.agency-card, .agency-catalog-item {
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  transition: border-color .15s, background .15s, transform .15s, box-shadow .15s;
}

.agency-card {
  padding: 14px;
}

.agency-card-button:hover .agency-card, .agency-catalog-button:hover .agency-catalog-item {
  background: #f3f7fb;
  border-color: #cfd8e3;
  transform: translateY(-1px);
}

.agency-card-button.active .agency-card {
  background: #eef6ff;
  border-color: #3182f6;
  box-shadow: inset 0 0 0 1px #3182f61f;
}

.agency-card-header, .agency-catalog-item {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.agency-name {
  color: #191f28;
  font-size: 15px;
  display: block;
}

.agency-subtitle {
  color: #8b95a1;
  margin: 4px 0 0;
  font-size: 13px;
}

.agency-badges {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  display: flex;
}

.agency-badge {
  color: #6b7684;
  background: #eef2f6;
  border-radius: 999px;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.agency-badge.primary {
  color: #2563eb;
  background: #e8f3ff;
}

.agency-badge.success {
  color: #0f9f6e;
  background: #ecfdf3;
}

.agency-badge.muted {
  color: #8b95a1;
  background: #f2f4f6;
}

.agency-meta {
  gap: 8px;
  margin: 12px 0 0;
  display: grid;
}

.agency-meta div {
  grid-template-columns: 88px 1fr;
  gap: 8px;
  display: grid;
}

.agency-meta dt {
  color: #8b95a1;
  font-size: 12px;
}

.agency-meta dd {
  color: #4e5968;
  margin: 0;
  font-size: 13px;
}

.agency-catalog {
  gap: 10px;
  display: grid;
}

.agency-catalog-scroll {
  max-height: 560px;
  padding-right: 4px;
  overflow-y: auto;
}

.agency-catalog-item {
  padding: 14px;
}

.agency-catalog-button.connected .agency-catalog-item {
  background: #f8fbff;
  border-color: #d9e8ff;
}

.agency-action-row {
  gap: 10px;
  display: flex;
}

.agency-action-row .button {
  flex: 1;
}

.agency-empty {
  color: #8b95a1;
  background: #fafbfc;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  place-items: center;
  min-height: 220px;
  display: grid;
}

.agency-empty-compact {
  text-align: center;
  min-height: 320px;
  line-height: 1.6;
}

.delivery-toolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.delivery-toolbar-meta {
  color: #8b95a1;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  display: flex;
}

.delivery-search-input, .delivery-select {
  color: #191f28;
  background: #fff;
  border: 1px solid #d8dee6;
  border-radius: 12px;
  width: min(320px, 100%);
  min-height: 44px;
  padding: 0 14px;
}

.delivery-search-input:focus, .delivery-select:focus {
  border-color: #3182f6;
  outline: 2px solid #3182f62e;
}

.delivery-filter-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.delivery-filter {
  color: #6b7684;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d8dee6;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  transition: all .15s;
}

.delivery-filter.active {
  color: #2563eb;
  background: #e8f3ff;
  border-color: #3182f6;
  font-weight: 600;
}

.delivery-dialog {
  width: min(520px, 100%);
}

.delivery-dialog-summary {
  background: #f8fafc;
  border: 1px solid #e5e8eb;
  border-radius: 12px;
  gap: 6px;
  padding: 14px;
  display: grid;
}

.delivery-dialog-summary strong {
  color: #191f28;
  font-size: 15px;
}

.delivery-dialog-summary span, .delivery-code-placeholder {
  color: #6b7684;
  font-size: 13px;
  line-height: 1.6;
}

.delivery-code-placeholder {
  background: #fafbfc;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  place-items: center;
  min-height: 44px;
  padding: 0 14px;
  display: grid;
}

.page-status {
  background: #ffffffc7;
  border: 1px solid #1118270f;
  border-radius: 16px;
  gap: 4px;
  min-width: 180px;
  padding: 14px 16px;
  display: grid;
}

.page-subtitle {
  color: #6b7684;
  margin: 8px 0 0;
  font-size: .9375rem;
}

.section-label {
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  padding: 8px 14px;
  font-size: .875rem;
  font-weight: 700;
  display: inline-flex;
}

.section-label.new {
  color: #2563eb;
  background: #e8f3ff;
}

.section-label.accepted {
  color: #d97706;
  background: #fff3e6;
}

.section-label .count {
  min-width: 24px;
  height: 24px;
  color: inherit;
  background: #ffffffe0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  display: inline-flex;
}

.order-section {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px #0000000a;
}

.order-grid {
  gap: 14px;
  display: grid;
}

.order-card {
  cursor: pointer;
  background: #f9fafb;
  border: none;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  transition: background-color .2s;
}

.order-card:hover {
  background: #f2f4f6;
}

.order-card.static {
  cursor: default;
}

.order-card-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.order-number {
  color: #3182f6;
  font-size: .875rem;
  font-weight: 600;
}

.order-date {
  color: #8b95a1;
  margin: 6px 0 0;
  font-size: .8125rem;
}

.status-pill {
  color: #fff;
  border-radius: 6px;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 600;
}

.order-card-body h3 {
  color: #191f28;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
}

.order-detail-list {
  gap: 6px;
  margin: 0;
  display: grid;
}

.order-detail-list div {
  grid-template-columns: 78px 1fr;
  gap: 8px;
  display: grid;
}

.order-detail-list dt {
  color: #8b95a1;
  font-size: .875rem;
}

.order-detail-list dd {
  color: #4e5968;
  margin: 0;
  font-size: .875rem;
}

.order-card-footer {
  border-top: 1px solid #e5e8eb;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: .75rem;
  padding-top: .75rem;
  display: flex;
}

.order-card-footer.end {
  justify-content: flex-end;
}

.order-card-actions {
  gap: 8px;
  display: flex;
}

.button.danger {
  color: #fff;
  background: #ef4444;
}

.button.danger:disabled, .button.primary:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.empty-state {
  color: #8b95a1;
  place-items: center;
  min-height: 220px;
  display: grid;
}

.order-feedback {
  border-radius: 12px;
  margin: 0 0 16px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 500;
}

.order-feedback.success {
  color: #047857;
  background: #ecfdf3;
}

.order-feedback.error {
  color: #b91c1c;
  background: #fef2f2;
}

.order-status-shell {
  gap: 20px;
  display: grid;
}

.order-status-page-header {
  margin-bottom: 0;
}

.order-status-sync {
  color: #6b7684;
  background: #ffffffe0;
  border: 1px solid #11182714;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  font-size: .875rem;
  font-weight: 600;
  display: inline-flex;
}

.order-status-sync.active {
  color: #2563eb;
  border-color: #2563eb2e;
  box-shadow: 0 8px 24px #3182f61f;
}

.order-status-sync-dot {
  background: #cbd5e1;
  border-radius: 999px;
  width: 10px;
  height: 10px;
}

.order-status-sync.active .order-status-sync-dot {
  background: #3182f6;
  box-shadow: 0 0 0 6px #3182f61f;
}

.order-status-hero {
  --order-status-surface: linear-gradient(180deg, #f5f9fff5, #fffffffa);
  background: var(--order-status-surface);
  border: 1px solid #3182f61a;
  border-radius: 30px;
  gap: 20px;
  padding: 28px;
  display: grid;
  box-shadow: 0 18px 48px #0f172a0f;
}

.order-status-hero-copy {
  max-width: 640px;
}

.order-status-hero-label {
  color: #1b64da;
  letter-spacing: .02em;
  background: #3182f61a;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  font-size: .8rem;
  font-weight: 700;
  display: inline-flex;
}

.order-status-hero h2 {
  color: #191f28;
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  line-height: 1.3;
}

.order-status-hero p {
  color: #4e5968;
  margin: 12px 0 0;
  line-height: 1.7;
}

.order-status-hero-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  display: grid;
}

.order-status-stat-card {
  background: #ffffffeb;
  border: 1px solid #1118270f;
  border-radius: 22px;
  gap: 8px;
  padding: 20px;
  display: grid;
}

.order-status-stat-card.highlight {
  color: #f8fafc;
  background: #1b64da;
}

.order-status-stat-card span {
  color: #6b7684;
  font-size: .875rem;
}

.order-status-stat-card.highlight span, .order-status-stat-card.highlight p {
  color: #f8fafcb8;
}

.order-status-stat-card strong {
  color: #191f28;
  font-size: 1.6rem;
}

.order-status-stat-card.highlight strong {
  color: #fff;
}

.order-status-stat-card p {
  color: #4e5968;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.order-status-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
  display: grid;
}

.order-status-column {
  --order-status-border: #2563eb1f;
  --order-status-accent: #3182f6;
  --order-status-muted: #6b7684;
  border: 1px solid var(--order-status-border);
  background: #fff;
  border-radius: 28px;
  gap: 18px;
  min-height: 100%;
  padding: 20px;
  display: grid;
  box-shadow: 0 12px 30px #0f172a0a;
}

.order-status-column.new {
  --order-status-border: #3182f629;
  --order-status-accent: #1b64da;
}

.order-status-column.accepted {
  --order-status-border: #0f766e29;
  --order-status-accent: #0f766e;
}

.order-status-column-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.order-status-column-eyebrow {
  letter-spacing: .04em;
  color: var(--order-status-accent);
  text-transform: uppercase;
  margin: 0 0 8px;
  font-size: .8125rem;
  font-weight: 700;
}

.order-status-column-header h2 {
  color: #191f28;
  margin: 0;
  font-size: 1.9rem;
}

.order-status-column-description {
  color: var(--order-status-muted);
  margin: 8px 0 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.order-status-column-badge {
  background: color-mix(in srgb, var(--order-status-accent) 14%, white);
  min-width: 38px;
  height: 38px;
  color: var(--order-status-accent);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  font-size: .9rem;
  font-weight: 700;
  display: inline-flex;
}

.order-status-column-body {
  gap: 14px;
  display: grid;
}

.order-status-column-empty {
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #94a3b866;
  border-radius: 18px;
  place-items: center;
  gap: 8px;
  min-height: 280px;
  padding: 20px;
  display: grid;
}

.order-status-column-empty strong {
  color: #191f28;
}

.order-status-column-empty p {
  color: #8b95a1;
  margin: 0;
  line-height: 1.6;
}

.live-order-card {
  --live-order-surface: #fff;
  --live-order-border: #94a3b82e;
  --live-order-accent-bg: #3182f614;
  background: var(--live-order-surface);
  border: 1px solid var(--live-order-border);
  border-radius: 24px;
  gap: 16px;
  padding: 18px;
  display: grid;
  box-shadow: 0 12px 28px #0f172a0d;
}

.live-order-card--new {
  --live-order-surface: linear-gradient(180deg, #fff, #f8fbff);
  --live-order-border: #3182f629;
  --live-order-accent-bg: #3182f614;
}

.live-order-card--accepted {
  --live-order-surface: linear-gradient(180deg, #fff, #f6fbfa);
  --live-order-border: #0f766e29;
  --live-order-accent-bg: #0f766e14;
}

.live-order-card-top, .live-order-card-main {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.live-order-number {
  color: #191f28;
  font-size: 1rem;
}

.live-order-card-headline {
  gap: 4px;
  display: grid;
}

.live-order-time {
  color: #8b95a1;
  margin: 0;
  font-size: .8125rem;
}

.live-order-status-pill {
  color: #fff;
  white-space: nowrap;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: .35rem .7rem;
  font-size: .75rem;
  font-weight: 700;
  display: inline-flex;
}

.live-order-card-main h3 {
  color: #191f28;
  margin: 0;
  font-size: 1.12rem;
}

.live-order-main-copy {
  gap: 6px;
  display: grid;
}

.live-order-menu {
  color: #6b7684;
  margin: 0;
  font-size: .875rem;
}

.live-order-amount {
  color: #191f28;
  white-space: nowrap;
  font-size: 1rem;
}

.live-order-chip-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.live-order-chip {
  background: var(--live-order-accent-bg);
  color: #1b64da;
  border-radius: 999px;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  font-size: .8125rem;
  font-weight: 600;
  display: inline-flex;
}

.live-order-card--accepted .live-order-chip {
  color: #0f766e;
}

.live-order-chip.subtle {
  color: #4e5968;
  background: #f2f4f6;
}

.live-order-meta {
  gap: 10px;
  margin: 0;
  display: grid;
}

.live-order-meta div {
  grid-template-columns: 74px 1fr;
  gap: 10px;
  display: grid;
}

.live-order-meta dt {
  color: #8b95a1;
  font-size: .8125rem;
  font-weight: 600;
}

.live-order-meta dd {
  color: #4e5968;
  word-break: break-word;
  margin: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.live-order-card-footer {
  gap: 12px;
  padding-top: 4px;
  display: grid;
}

.live-order-action-hint {
  color: #6b7684;
  margin: 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.live-order-actions {
  gap: 10px;
  display: flex;
}

.live-order-action-button {
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  flex: 1 1 0;
  min-height: 46px;
  font-size: .9375rem;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s, background-color .18s, color .18s;
}

.live-order-action-button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.live-order-action-button:disabled {
  opacity: .54;
  cursor: not-allowed;
  transform: none;
}

.live-order-action-button.primary {
  color: #fff;
  background: #1b64da;
  box-shadow: 0 10px 20px #1b64da2e;
}

.live-order-card--accepted .live-order-action-button.primary {
  background: #0f766e;
  box-shadow: 0 10px 20px #0f766e2e;
}

.live-order-action-button.ghost {
  color: #333d4b;
  background: #f2f4f6;
}

.live-order-action-button.danger {
  color: #d14343;
  background: #fff5f5;
}

.order-status-loading-panel {
  background: #fff;
  border-radius: 20px;
  gap: 12px;
  padding: 20px 24px;
  display: grid;
  box-shadow: 0 1px 3px #0000000a;
}

.dialog-overlay {
  z-index: var(--z-dialog-overlay);
  background: #0006;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0;
}

.dialog-card {
  background: #fff;
  border-radius: 20px;
  width: min(520px, 100%);
  max-height: 85vh;
  overflow: auto;
  box-shadow: 0 8px 32px #00000026;
}

.dialog-card.compact {
  width: min(360px, 100%);
  padding: 24px;
}

.dialog-header {
  border-bottom: 1px solid #f2f4f6;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.dialog-header-meta {
  align-items: center;
  gap: 8px;
  display: flex;
}

.icon-button {
  cursor: pointer;
  background: #f2f4f6;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
}

.dialog-body {
  gap: 20px;
  padding: 1.25rem 1.5rem;
  display: grid;
}

.dialog-section {
  gap: 12px;
  display: grid;
}

.dialog-section-title, .dialog-title {
  color: #191f28;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.dialog-grid {
  gap: 10px;
  margin: 0;
  display: grid;
}

.dialog-grid div {
  grid-template-columns: 78px 1fr;
  gap: 8px;
  display: grid;
}

.dialog-grid dt {
  color: #8b95a1;
  font-size: .875rem;
}

.dialog-grid dd {
  color: #4e5968;
  margin: 0;
  font-size: .875rem;
}

.menu-blocks {
  gap: 10px;
  display: grid;
}

.menu-block {
  background: #f9fafb;
  border-radius: 10px;
  padding: 12px;
}

.menu-row, .option-row, .price-row, .time-row, .dialog-actions {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.option-row {
  color: #6b7684;
  margin-top: 6px;
  font-size: .8125rem;
}

.price-list {
  gap: 8px;
  display: grid;
}

.price-row.discount {
  color: #3182f6;
}

.price-row.total {
  color: #191f28;
  border-top: 1px solid #e5e8eb;
  padding-top: 10px;
  font-weight: 700;
}

.dialog-footer {
  border-top: 1px solid #f2f4f6;
  gap: 12px;
  padding: 1rem 1.5rem 1.25rem;
  display: grid;
}

.print-row {
  justify-content: flex-start;
  display: flex;
}

.print-button {
  min-width: 136px;
}

.time-actions {
  align-items: center;
  gap: 8px;
  display: flex;
}

.disposable-tags {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.disposable-tag {
  color: #4e5968;
  background: #f2f4f6;
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.reason-list {
  gap: 8px;
  margin: 16px 0;
  display: grid;
}

.reason-button {
  text-align: left;
  cursor: pointer;
  background: #f9fafb;
  border: 1px solid #e5e8eb;
  border-radius: 10px;
  width: 100%;
  padding: 12px 14px;
}

.reason-button.selected {
  color: #3182f6;
  background: #e8f3ff;
  border-color: #3182f6;
  font-weight: 600;
}

@media (max-width: 720px) {
  .content-shell, .page-shell {
    padding: 24px 16px;
  }

  .panel-header, .session-banner, .title-bar-shell, .title-bar-right, .page-header-block, .stats-section, .shop-layout, .menu-header-card, .header-actions, .delivery-toolbar, .delivery-toolbar-meta, .agency-action-row, .dialog-actions, .time-row, .order-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .delivery-agency-grid {
    grid-template-columns: 1fr;
  }

  .sale-management-card-header, .sale-management-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-status-sync, .live-order-card-top, .live-order-card-main, .live-order-actions {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .menu-overlay {
    padding: 16px;
  }

  .order-detail-list div, .live-order-meta div, .dialog-grid div, .agency-meta div {
    grid-template-columns: 1fr;
  }

  .agency-card-header, .agency-catalog-item {
    flex-direction: column;
  }

  .agency-badges {
    justify-content: flex-start;
  }

  .delivery-search-input, .delivery-select {
    width: 100%;
  }

  .agency-catalog-scroll {
    max-height: none;
  }
}

@media (max-width: 960px) {
  .order-status-hero-stats, .order-status-board {
    grid-template-columns: 1fr;
  }

  .sale-time-picker, .sale-management-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sale-time-colon {
    margin: 0;
  }

  .sale-management-button {
    width: 100%;
  }
}

.msg-popup__backdrop {
  z-index: var(--z-message-popup);
  background: #00000073;
  justify-content: center;
  align-items: center;
  padding: 24px;
  animation: .15s msg-popup-fade-in;
  display: flex;
  position: fixed;
  inset: 0;
}

.msg-popup__card {
  background: #fff;
  border-radius: 16px;
  gap: 12px;
  width: min(400px, 100%);
  padding: 28px 28px 24px;
  animation: .18s msg-popup-slide-up;
  display: grid;
  box-shadow: 0 8px 32px #0000002e;
}

.msg-popup__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4;
}

.msg-popup__title--info {
  color: #1d6de0;
}

.msg-popup__title--success {
  color: #047857;
}

.msg-popup__title--warning {
  color: #b45309;
}

.msg-popup__title--error {
  color: #b91c1c;
}

.msg-popup__body {
  color: #374151;
  white-space: pre-wrap;
  margin: 0;
  font-size: .9375rem;
  line-height: 1.6;
}

.msg-popup__actions {
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
  display: flex;
}

.msg-popup__btn {
  cursor: pointer;
  border: none;
  border-radius: 10px;
  padding: 9px 22px;
  font-size: .9375rem;
  font-weight: 600;
  transition: background .12s, opacity .12s;
}

.msg-popup__btn:active {
  opacity: .8;
}

.msg-popup__btn--cancel {
  color: #4b5563;
  background: #f2f4f6;
}

.msg-popup__btn--cancel:hover {
  background: #e5e7eb;
}

.msg-popup__btn--confirm {
  color: #fff;
  background: #111827;
}

.msg-popup__btn--confirm:hover {
  background: #1f2937;
}

@keyframes msg-popup-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes msg-popup-slide-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.new-order-alert {
  z-index: var(--z-new-order-alert);
  pointer-events: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.new-order-alert__surface {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  pointer-events: auto;
  background: #fffffff5;
  border: 1px solid #3182f624;
  border-radius: 28px;
  gap: 16px;
  width: min(392px, 100vw - 32px);
  padding: 20px;
  animation: .22s cubic-bezier(.22, 1, .36, 1) new-order-alert-enter;
  display: grid;
  box-shadow: 0 24px 60px #0f172a24;
}

.new-order-alert.pickup .new-order-alert__surface {
  border-color: #0ca6782e;
}

.new-order-alert__eyebrow-row {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  display: flex;
}

.new-order-alert__eyebrow {
  color: #1b64da;
  letter-spacing: -.01em;
  background: #eef5ff;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 7px 12px;
  font-size: .8125rem;
  font-weight: 700;
  display: inline-flex;
}

.new-order-alert.pickup .new-order-alert__eyebrow {
  color: #0f766e;
  background: #ebfbf6;
}

.new-order-alert__queue {
  color: #6b7684;
  letter-spacing: -.01em;
  font-size: .8125rem;
  font-weight: 600;
}

.new-order-alert__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.new-order-alert__type {
  color: #4e5968;
  letter-spacing: -.02em;
  margin: 0 0 6px;
  font-size: .9375rem;
  font-weight: 700;
}

.new-order-alert__title {
  color: #191f28;
  letter-spacing: -.04em;
  word-break: keep-all;
  margin: 0;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.24;
}

.new-order-alert__type-chip {
  color: #4e5968;
  background: #f2f4f6;
  border-radius: 999px;
  flex-shrink: 0;
  padding: 9px 12px;
  font-size: .875rem;
  font-weight: 700;
}

.new-order-alert.pickup .new-order-alert__type-chip {
  color: #0f766e;
  background: #f0fdf8;
}

.new-order-alert.delivery .new-order-alert__type-chip {
  color: #1d4ed8;
  background: #eff6ff;
}

.new-order-alert__meta {
  color: #8b95a1;
  letter-spacing: -.01em;
  flex-wrap: wrap;
  gap: 8px;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.new-order-alert__amount-row {
  border-top: 1px solid #f2f4f6;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 16px 0 0;
  display: flex;
}

.new-order-alert__amount-label {
  color: #8b95a1;
  letter-spacing: -.01em;
  margin: 0 0 4px;
  font-size: .8125rem;
  font-weight: 600;
}

.new-order-alert__amount {
  color: #191f28;
  letter-spacing: -.03em;
  font-size: 1.5rem;
  font-weight: 800;
}

.new-order-alert__hint {
  color: #6b7684;
  text-align: right;
  letter-spacing: -.01em;
  word-break: keep-all;
  max-width: 148px;
  margin: 0;
  font-size: .8125rem;
  line-height: 1.5;
}

.new-order-alert__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  display: grid;
}

.new-order-alert__button {
  letter-spacing: -.02em;
  cursor: pointer;
  border: none;
  border-radius: 18px;
  min-height: 52px;
  padding: 0 18px;
  font-size: 1rem;
  font-weight: 700;
  transition: transform .12s, background .12s, opacity .12s;
}

.new-order-alert__button:hover:not(:disabled) {
  transform: translateY(-1px);
}

.new-order-alert__button:disabled {
  opacity: .54;
  cursor: default;
}

.new-order-alert__button--secondary {
  color: #4e5968;
  background: #f2f4f6;
}

.new-order-alert__button--secondary:hover:not(:disabled) {
  background: #e9edf2;
}

.new-order-alert__button--primary {
  color: #fff;
  background: #3182f6;
}

.new-order-alert__button--primary:hover:not(:disabled) {
  background: #1b64da;
}

@keyframes new-order-alert-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0)scale(.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)scale(1);
  }
}

.confirm-toast-layer {
  left: 50%;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: var(--z-confirm-toast);
  pointer-events: none;
  justify-content: center;
  width: min(100%, 420px);
  padding: 0 20px;
  display: flex;
  position: fixed;
  transform: translateX(-50%);
}

.confirm-toast {
  --confirm-toast-hide-delay: 1.8s;
  color: #191f28;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  width: fit-content;
  max-width: 100%;
  min-height: 52px;
  animation: .34s cubic-bezier(.22, 1, .36, 1) confirm-toast-enter, .22s ease-in forwards confirm-toast-exit;
  animation-delay: 0s, var(--confirm-toast-hide-delay);
  background: #fffffff5;
  border: 1px solid #151d2814;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 12px;
  display: inline-flex;
  box-shadow: 0 16px 40px #0f172a24, 0 2px 6px #0f172a0f;
}

.confirm-toast__icon {
  color: #fff;
  background: linear-gradient(#00c781 0%, #00b96b 100%);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff47;
}

.confirm-toast__message {
  letter-spacing: -.01em;
  word-break: keep-all;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

@keyframes confirm-toast-enter {
  0% {
    opacity: 0;
    transform: translateY(18px)scale(.98);
  }

  72% {
    opacity: 1;
    transform: translateY(-2px)scale(1.01);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes confirm-toast-exit {
  from {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px)scale(.98);
  }
}

/*# sourceMappingURL=src_08gq_q9._.css.map*/