:root {
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:#242638;
  background:#f7f8fa;
  font-synthesis:none;
  --accent:#5555c9;
  --border:#e7e8ef;
  --muted:#737787;
  --sidebar:248px
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,select,textarea {
  font:inherit
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  cursor:not-allowed;
  opacity:.45
}
a {
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline:3px solid #9797ed;
  outline-offset:3px
}
[hidden] {
  display:none!important
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  top:-100px;
  left:16px;
  background:white;
  padding:15px;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.sidebar {
  position:fixed;
  inset:0 auto 0 0;
  width:var(--sidebar);
  background:#fff;
  border-right:1px solid var(--border);
  display:flex;
  flex-direction:column;
  padding:31px 20px 20px;
  z-index:2
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  padding:0 8px;
  font-weight:740;
  font-size:20px;
  letter-spacing:-.5px;
  line-height:1.15
}
.brand-mark {
  background:var(--accent);
  color:white;
  border-radius:12px;
  width:43px;
  height:43px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:650;
  letter-spacing:-4px;
  padding-right:4px
}
.brand-mark span {
  font-size:18px;
  align-self:flex-end;
  margin-bottom:9px
}
.brand-sub {
  display:block;
  font-size:13px;
  font-weight:450;
  color:var(--muted);
  letter-spacing:1px;
  margin-top:4px
}
.workspace {
  margin-top:38px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 11px;
  border:1px solid var(--border);
  border-radius:10px;
  font-size:13px;
  font-weight:600
}
.workspace small,.demo-user small {
  display:block;
  color:var(--muted);
  font-size:10px;
  font-weight:400;
  margin-top:5px
}
.hotel-icon {
  background:#f2f1f8;
  border-radius:7px;
  padding:5px 8px;
  color:#696985;
  font-size:23px
}
.workspace-dot {
  height:6px;
  width:6px;
  border-radius:50%;
  background:#48a58e;
  margin-left:auto
}
.nav-label {
  font-size:9px;
  letter-spacing:1.5px;
  font-weight:700;
  color:#9699a6;
  margin:33px 12px 15px
}
.nav-item {
  display:flex;
  gap:10px;
  align-items:center;
  font-size:12px;
  font-weight:600;
  padding:13px 10px;
  border-radius:8px
}
.nav-item.active {
  color:#5353b7;
  background:#efeffb
}
.nav-item svg {
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6
}
.sidebar-note {
  margin:auto 8px 32px;
  border-top:1px solid var(--border);
  padding-top:24px;
  color:var(--muted);
  font-size:12px;
  line-height:1.7
}
.sidebar-note strong {
  display:block;
  font-size:13px;
  color:#45495a;
  margin-top:8px
}
.sidebar-note p {
  margin:6px 0 0
}
.note-icon {
  color:var(--accent);
  font-size:24px
}
.demo-user {
  display:flex;
  gap:9px;
  align-items:center;
  border-top:1px solid var(--border);
  padding-top:20px;
  font-size:10px;
  font-weight:600
}
.demo-user small {
  font-size:9px
}
.avatar {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  width:33px;
  height:33px;
  background:#eeecdf;
  color:#7e775b;
  border:3px solid #fff;
  border-radius:50%;
  font-size:10px;
  font-weight:650
}
.app-shell {
  margin-left:var(--sidebar)
}
.topbar {
  height:76px;
  background:rgba(255,255,255,.85);
  border-bottom:1px solid var(--border);
  padding:0 42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:12px;
  color:var(--muted)
}
.topbar strong {
  font-weight:500;
  color:#424659
}
.breadcrumb-separator {
  margin:0 14px;
  color:#c4c6ce
}
.environment {
  display:flex;
  gap:7px;
  align-items:center;
  border:1px solid var(--border);
  border-radius:20px;
  padding:6px 10px;
  background:#fff;
  font-size:10px;
  color:#6a6e7b
}
.environment i,.page-footer i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#48a58e;
  display:inline-block
}
main {
  padding:42px;
  max-width:1600px;
  margin:0 auto
}
.page-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:34px
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:1.45px;
  color:#898b9b;
  margin:0 0 11px
}
.page-heading h1 {
  font-size:34px;
  letter-spacing:-1.3px;
  line-height:1.2;
  font-weight:650;
  margin:0 0 10px
}
.page-description {
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  margin:0
}
.button {
  border:1px solid transparent;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:11px 16px;
  font-size:12px;
  font-weight:600;
  white-space:nowrap;
  transition:background .15s,box-shadow .15s
}
.button.primary {
  background:var(--accent);
  color:#fff;
  box-shadow:0 3px 6px #5555c918
}
.button.primary:hover:not(:disabled) {
  background:#4545b5
}
.button.primary span {
  font-size:20px;
  line-height:15px;
  font-weight:400
}
.button.secondary {
  border-color:var(--border);
  background:#fff;
  color:#515567
}
.button.subtle {
  background:#fff;
  color:#6e7283;
  border-color:var(--border);
  font-size:11px
}
.button.subtle span {
  font-size:17px
}
.button.secondary:hover,.button.subtle:hover {
  background:#f4f4fa
}
.section-kicker {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:9px;
  letter-spacing:1.3px;
  font-weight:700;
  color:#777c8d;
  margin-bottom:12px
}
.section-kicker span {
  font-size:10px;
  font-weight:400;
  letter-spacing:0;
  color:#9b9daa;
  border-left:1px solid #d6d8e1;
  padding-left:10px
}
.stats {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-bottom:30px
}
.stat-card {
  background:white;
  border:1px solid var(--border);
  border-radius:11px;
  padding:22px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  box-shadow:0 2px 3px #20204002
}
.stat-label {
  display:block;
  font-size:11px;
  color:#7c8091;
  margin-bottom:15px
}
.stat-card strong {
  display:block;
  font-size:31px;
  font-weight:620;
  line-height:1;
  letter-spacing:-1px;
  margin-bottom:11px
}
.stat-hint {
  display:block;
  font-size:10px;
  color:#9194a2
}
.stat-symbol {
  width:37px;
  height:37px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex-shrink:0
}
.lavender {
  color:#7270c8;
  background:#f0effb
}
.amber {
  background:#fcf5e8;
  color:#c59b48
}
.rose {
  background:#fcf0ed;
  color:#d39380
}
.orders-panel {
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 3px 12px #25264002
}
.panel-heading {
  padding:23px 24px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px
}
.panel-heading h2 {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  letter-spacing:-.15px;
  margin:0;
  font-weight:600
}
.panel-heading p {
  color:#8a8e9c;
  font-size:11px;
  margin:7px 0 0
}
.count-pill {
  font-size:10px;
  background:#f0effa;
  color:#6969ac;
  padding:3px 7px;
  border-radius:5px;
  font-weight:500
}
.toolbar {
  display:flex;
  gap:10px;
  padding:0 24px;
  flex-wrap:wrap
}
.search {
  position:relative;
  min-width:200px;
  flex:1
}
.search svg {
  width:16px;
  height:16px;
  position:absolute;
  left:12px;
  top:12px;
  fill:none;
  stroke:#999caa;
  stroke-width:1.6
}
.search input {
  padding-left:36px;
  width:100%
}
.toolbar input,.toolbar select {
  height:39px;
  border:1px solid var(--border);
  border-radius:6px;
  background:#fff;
  color:#5a5f71;
  font-size:11px
}
.toolbar input::placeholder {
  color:#9c9eac
}
.toolbar select {
  padding:0 26px 0 11px;
  max-width:100%
}
.filter-note {
  font-size:10px;
  color:#9497a4;
  padding:0 24px;
  margin:11px 0 20px
}
.table-wrap {
  position:relative;
  overflow:auto
}
table {
  border-collapse:collapse;
  width:100%;
  text-align:left;
  white-space:nowrap
}
thead {
  background:#fafbfc
}
th {
  font-size:10px;
  color:#8a8e9d;
  font-weight:500;
  padding:13px 17px;
  border-block:1px solid #eff0f5
}
th:first-child,td:first-child {
  padding-left:24px
}
th:last-child,td:last-child {
  padding-right:24px
}
td {
  padding:18px 17px;
  border-bottom:1px solid #f0f1f5;
  font-size:11px;
  color:#73798a
}
tbody tr:last-child td {
  border-bottom:0
}
tbody tr:hover {
  background:#fcfcff
}
.order-area {
  display:block;
  font-size:12px;
  font-weight:600;
  color:#3e4254;
  max-width:240px;
  overflow:hidden;
  text-overflow:ellipsis
}
.order-description {
  display:block;
  color:#8f93a0;
  font-size:10px;
  margin-top:5px;
  max-width:235px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.order-reference {
  font-size:9px;
  color:#a1a3b0;
  letter-spacing:.45px;
  margin-top:5px;
  display:block
}
.department-cell {
  display:flex;
  align-items:center;
  gap:6px
}
.department-dot {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#a9a3c2
}
.badge {
  display:inline-flex;
  align-items:center;
  gap:5px;
  border-radius:5px;
  padding:4px 7px;
  font-size:10px;
  font-weight:500
}
.badge::before {
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor
}
.priority-Low {
  background:#f3f4f7;
  color:#858c9b
}
.priority-Medium {
  background:#faf4e8;
  color:#aa8c48
}
.priority-High {
  background:#fff1e8;
  color:#c77d4c
}
.priority-Urgent {
  background:#ffebed;
  color:#c65b69
}
.status-Open {
  background:#eef0ff;
  color:#7770bf
}
.status-Assigned {
  background:#edf3fc;
  color:#5483ae
}
.status-InProgress {
  background:#fff7df;
  color:#a88c3b
}
.status-Resolved {
  background:#e9f5ef;
  color:#4c9170
}
.status-Cancelled {
  background:#f1f2f4;
  color:#858a96
}
.date-cell time {
  display:block;
  font-size:10px
}
.date-cell small {
  display:block;
  font-size:9px;
  color:#a0a3ae;
  margin-top:4px
}
.view-button {
  border:1px solid #e9e8f1;
  color:#79748f;
  background:#fff;
  border-radius:5px;
  padding:5px 9px;
  font-size:10px
}
.view-button:hover {
  border-color:#aaa6db;
  color:var(--accent)
}
.pagination {
  padding:17px 24px;
  border-top:1px solid var(--border);
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:10px;
  color:#8a8e9d
}
.pagination>div {
  display:flex;
  gap:14px;
  align-items:center
}
.page-button {
  border:1px solid var(--border);
  background:white;
  color:#787b8b;
  padding:5px 8px;
  font-size:14px
}
.empty-state {
  text-align:center;
  padding:50px 24px;
  color:var(--muted)
}
.empty-symbol {
  font-size:28px;
  background:#f3f2fb;
  color:#8c88bf;
  border-radius:12px;
  display:inline-flex;
  width:55px;
  height:55px;
  align-items:center;
  justify-content:center
}
.empty-state h3 {
  color:#595d70;
  font-size:15px;
  font-weight:600;
  margin:17px 0 8px
}
.empty-state p {
  font-size:12px;
  line-height:1.6;
  margin:0 auto 20px;
  max-width:350px
}
.page-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  color:#a2a5b0;
  font-size:10px;
  padding:25px 0
}
.page-footer span:first-child {
  display:flex;
  align-items:center;
  gap:7px
}
.page-footer i {
  background:#b7b5ca
}
.page-footer span:last-child {
  font-size:10px;
  letter-spacing:.3px
}
dialog {
  border:1px solid #e6e5ef;
  border-radius:15px;
  padding:27px;
  width:min(570px,calc(100% - 30px));
  max-height:90dvh;
  color:#303347;
  box-shadow:0 25px 80px #22223c26
}
dialog::backdrop {
  background:#1c20334a;
  backdrop-filter:blur(3px)
}
.dialog-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.dialog-header h2 {
  font-size:22px;
  letter-spacing:-.6px;
  margin:0;
  font-weight:620
}
.dialog-header .eyebrow {
  font-size:9px;
  color:#8a85af;
  margin-bottom:9px
}
.icon-button {
  background:transparent;
  border:0;
  border-radius:5px;
  font-size:25px;
  color:#9c9baa;
  padding:2px 7px
}
.icon-button:hover {
  background:#f3f2f9
}
.dialog-intro {
  font-size:12px;
  line-height:1.6;
  color:#838696;
  margin:16px 0 24px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.field {
  margin-bottom:17px
}
.field label {
  display:block;
  font-size:12px;
  font-weight:550;
  color:#626579;
  margin-bottom:8px
}
.field input,.field select,.field textarea {
  width:100%;
  border:1px solid #dedfe8;
  border-radius:7px;
  padding:11px;
  font-size:12px;
  color:#42465c;
  background:white
}
.field input::placeholder,.field textarea::placeholder {
  color:#a1a4b1
}
.field textarea {
  resize:vertical;
  min-height:110px;
  line-height:1.6
}
.field-bottom {
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:10px;
  color:#9d9eac;
  margin-top:5px
}
#description-count {
  white-space:nowrap;
  margin-left:auto
}
.field-error {
  display:block;
  font-size:11px;
  color:#bc5865;
  margin-top:4px
}
.field [aria-invalid="true"] {
  border-color:#ca7c87
}
.creator-note {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  color:#9a99a8;
  border-top:1px solid #efeff5;
  padding-top:16px
}
.avatar.small {
  width:25px;
  height:25px;
  font-size:8px
}
.dialog-actions {
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:25px
}
.error-banner {
  margin:0 24px 17px;
  border:1px solid #f1d8dc;
  background:#fff6f6;
  padding:13px;
  border-radius:7px;
  color:#a75060;
  font-size:12px;
  line-height:1.6
}
form .error-banner {
  margin:0 0 15px
}
.detail-tags {
  display:flex;
  gap:7px;
  margin:19px 0
}
.detail-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:19px;
  margin:25px 0
}
.detail-grid dt {
  font-size:10px;
  color:#9293a3;
  margin-bottom:7px
}
.detail-grid dd {
  margin:0;
  font-size:12px;
  overflow-wrap:anywhere;
  line-height:1.6
}
.detail-description {
  font-size:13px;
  line-height:1.8;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  background:#f8f8fb;
  padding:17px;
  border-radius:9px
}
.detail-section-title {
  font-size:11px;
  font-weight:600;
  color:#7a7d8d;
  margin:22px 0 9px
}
.detail-id {
  font-size:10px;
  color:#9497a6;
  overflow-wrap:anywhere;
  line-height:1.7
}
.toast {
  position:fixed;
  bottom:25px;
  left:calc(50% + 100px);
  transform:translateX(-50%);
  max-width:calc(100% - 30px);
  padding:14px 22px;
  background:#33364d;
  color:white;
  border-radius:9px;
  font-size:12px;
  box-shadow:0 5px 25px #1d203829;
  z-index:10
}

@media(min-width:1500px) {
  main {
  padding:50px 60px
}
.topbar {
  padding-inline:60px
}

}

@media(max-width:1150px) {
  :root {
  --sidebar:210px
}
main {
  padding:30px 25px
}
.topbar {
  padding-inline:25px
}
.sidebar {
  padding-inline:13px
}
.stats {
  gap:12px
}
.stat-card {
  padding:18px 15px
}
.stat-label {
  font-size:10px
}
.stat-symbol {
  width:30px;
  height:30px;
  font-size:19px
}
.toolbar {
  gap:8px
}
.search {
  flex-basis:100%
}
.filter {
  flex:1
}
.toolbar .filter {
  flex-basis:100%;
}
.filter select {
  width:100%
}

}

@media(max-width:760px) {
  .sidebar {
  position:static;
  width:100%;
  height:auto;
  padding:16px 20px;
  border-right:0;
  border-bottom:1px solid var(--border);
  flex-direction:row;
  justify-content:space-between;
  align-items:center
}
.brand {
  font-size:17px;
  padding:0
}
.brand-mark {
  width:34px;
  height:34px;
  font-size:22px;
  border-radius:9px
}
.brand-mark span {
  font-size:15px;
  margin-bottom:6px
}
.brand-sub {
  font-size:10px
}
.workspace,.nav-label,.sidebar nav,.sidebar-note {
  display:none
}
.demo-user {
  border:0;
  padding:0;
  font-size:9px
}
.demo-user small {
  font-size:8px
}
.app-shell {
  margin:0
}
.topbar {
  height:52px;
  padding:0 20px;
  font-size:10px
}
.environment {
  font-size:9px
}
.breadcrumb-separator {
  margin-inline:8px
}
main {
  padding:27px 18px
}
.page-heading {
  align-items:flex-start;
  flex-direction:column;
  gap:18px;
  margin-bottom:28px
}
.page-heading h1 {
  font-size:29px
}
.page-description {
  font-size:12px
}
.page-heading>.button {
  align-self:stretch
}
.stats {
  gap:9px
}
.stat-card {
  padding:15px 12px
}
.stat-symbol {
  display:none
}
.stat-card strong {
  font-size:26px
}
.stat-label {
  font-size:10px;
  min-height:27px;
  line-height:1.5;
  margin-bottom:11px
}
.stat-hint {
  font-size:9px;
  line-height:1.5;
  min-height:27px
}
.panel-heading {
  padding:19px 16px
}
.toolbar {
  padding-inline:16px
}
.filter-note {
  padding-inline:16px;
  line-height:1.6
}
.toolbar select {
  font-size:10px;
  padding-left:8px
}
.panel-heading h2 {
  font-size:13px
}
.panel-heading .button {
  padding:7px 9px;
  font-size:10px
}
.pagination {
  padding:15px 16px;
  gap:15px
}
.pagination>div {
  gap:8px
}
.page-footer {
  font-size:9px
}
.page-footer span:last-child {
  display:none
}
.toast {
  left:50%
}
.form-grid {
  grid-template-columns:1fr;
  gap:0
}
dialog {
  padding:22px
}
.dialog-header h2 {
  font-size:20px
}
.error-banner {
  margin-inline:16px
}

}

@media(prefers-reduced-motion:reduce) {
  * {
  scroll-behavior:auto!important;
  transition:none!important
}

}


/* Shared session screens: scoped to avoid changing the operations dashboard. */
.session-page {
  min-height:100vh;
  min-height:100dvh;
  display:grid;
  place-items:center;
  padding:24px;
  background:radial-gradient(ellipse at top, #ededfc 0, #f7f8fa 65%)
}
.session-card {
  width:100%;
  max-width:460px;
  padding:40px 32px;
  background:#fff;
  border:1px solid var(--border);
  border-radius:20px;
  box-shadow:0 16px 48px #2426380a;
  text-align:center
}
.session-brand {
  justify-content:center;
  text-align:left;
  font-size:20px
}
.session-brand .brand-sub { font-size:13px }
.session-eyebrow {
  margin:36px 0 12px;
  color:var(--accent);
  font-size:10px;
  font-weight:700;
  letter-spacing:1.4px
}
.session-card h1 {
  margin:0;
  font-size:28px;
  line-height:1.25;
  letter-spacing:-.8px
}
.session-description {
  margin:16px 0 28px;
  color:#626678;
  font-size:14px;
  line-height:1.7
}
.session-actions { display:grid; gap:12px; margin:0 }
.session-actions .button {
  min-height:46px;
  font-size:14px;
  white-space:normal
}
@media (max-width:480px) {
  .session-page { padding:16px }
  .session-card { padding:32px 24px }
}

.loading-dialog {
  text-align:center;
  padding:36px 28px;
  width:min(440px,calc(100% - 30px));
  border:1px solid #e6e5ef;
  border-radius:16px;
  box-shadow:0 25px 80px #22223c33
}
.loading-dialog-body {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px
}
.loading-spinner {
  width:38px;
  height:38px;
  border:3px solid #e7e8ef;
  border-top-color:var(--accent);
  border-radius:50%;
  animation:spin .8s linear infinite;
  margin-bottom:6px
}
@keyframes spin {
  to { transform:rotate(360deg) }
}
.loading-dialog h3 {
  font-size:17px;
  font-weight:650;
  color:#303347;
  margin:0
}
.loading-dialog p {
  font-size:13px;
  color:var(--muted);
  line-height:1.5;
  margin:0
}

