/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  color: #f4f7fb;
  background: #05070a;
}

* {
  box-sizing: border-box;
}

html, body {
  background: radial-gradient(circle at top, #508cb42e, #0000 34rem), #05070a;
  min-height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

.page {
  width: min(960px, 100% - 40px);
  margin: 0 auto;
  padding: 96px 0;
}

.hero {
  text-align: center;
  padding: 72px 0;
}

.eyebrow {
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #9fb7c9;
  margin: 0 0 16px;
  font-size: .78rem;
}

h1 {
  letter-spacing: .08em;
  margin: 0;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: .9;
}

.concept {
  color: #d8e2ea;
  max-width: 620px;
  margin: 28px auto 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.9;
}

.panel {
  background: #ffffff09;
  border: 1px solid #d2e6f529;
  border-radius: 24px;
  margin-top: 24px;
  padding: 28px;
}

.panel h2, .card h3 {
  margin-top: 0;
}

.panel p, .card p {
  color: #b9c7d2;
  line-height: 1.8;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
  margin-top: 16px;
  display: grid;
}

.card {
  background: #ffffff08;
  border: 1px solid #d2e6f521;
  border-radius: 20px;
  padding: 24px;
}

.compact {
  padding-bottom: 40px;
}

.link-card {
  color: inherit;
  text-decoration: none;
  transition: border-color .16s, background .16s, transform .16s;
  display: block;
}

.link-card:hover {
  background: #ffffff0e;
  border-color: #d2e6f552;
  transform: translateY(-2px);
}

.form-panel {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

label {
  color: #d8e2ea;
  gap: 8px;
  font-size: .95rem;
  display: grid;
}

input, textarea, button {
  color: #f4f7fb;
  width: 100%;
  font: inherit;
  background: #ffffff0b;
  border: 1px solid #d2e6f529;
  border-radius: 14px;
}

input, textarea {
  padding: 14px 16px;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

button {
  cursor: not-allowed;
  color: #9fb7c9;
  padding: 14px 18px;
}

.muted {
  color: #9fb7c9;
}

.small-link {
  color: #b9c7d2;
  margin-top: 24px;
}

.small-link a {
  color: #d8e2ea;
}

button:not(:disabled) {
  cursor: pointer;
  color: #f4f7fb;
  border-color: #d2e6f547;
}

button:not(:disabled):hover {
  background: #ffffff14;
}

.section-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 24px;
  display: flex;
}

.text-button {
  color: #d8e2ea;
  white-space: nowrap;
  background: #ffffff09;
  border: 1px solid #d2e6f52e;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  text-decoration: none;
  display: inline-flex;
}

.text-button:hover {
  background: #ffffff12;
}

.empty-state {
  color: #9fb7c9;
  padding: 24px 0;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
}

.data-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
}

.data-table th, .data-table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #d2e6f51f;
  padding: 14px 12px;
}

.data-table th {
  color: #9fb7c9;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 600;
}

.data-table td {
  color: #d8e2ea;
}

.status-pill {
  color: #f4f7fb;
  background: #ffffff0b;
  border: 1px solid #d2e6f52e;
  border-radius: 999px;
  align-items: center;
  padding: 4px 10px;
  font-size: .82rem;
  display: inline-flex;
}

.action-row {
  align-items: center;
  gap: 8px;
  display: flex;
}

.mini-button {
  border-radius: 999px;
  width: auto;
  padding: 7px 10px;
  font-size: .82rem;
}

.mini-button.danger {
  color: #ffd8d8;
  border-color: #ffb4b447;
}

.status-approved {
  color: #c9ffdf;
  border-color: #aaffd247;
}

.status-rejected {
  color: #ffd8d8;
  border-color: #ffb4b447;
}

.status-pending {
  border-color: #d2e6f52e;
}

.error-box {
  color: #ffd8d8;
  background: #ff505014;
  border: 1px solid #ffb4b447;
  border-radius: 14px;
  margin-top: 18px;
  padding: 12px 14px;
}

.logout-form {
  margin-top: 24px;
}

.mono-cell {
  color: #b9c7d2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, monospace;
  font-size: .82rem;
}

.metadata-code {
  white-space: normal;
  word-break: break-word;
  color: #b9c7d2;
  background: #ffffff0a;
  border: 1px solid #d2e6f51a;
  border-radius: 10px;
  max-width: 360px;
  padding: 6px 8px;
  font-size: .82rem;
  display: inline-block;
}

.subtext {
  color: #9fb7c9;
  margin-top: 4px;
  font-size: .78rem;
  display: block;
}

.action-row {
  flex-wrap: wrap;
  gap: 8px;
  min-width: 150px;
  display: flex;
}

.mini-button {
  white-space: nowrap;
}

.data-table th:last-child, .data-table td:last-child {
  min-width: 170px;
}

.message-list {
  gap: 14px;
  margin-top: 24px;
  display: grid;
}

.message-card {
  background: #ffffff09;
  border: 1px solid #d2e6f51f;
  border-radius: 18px;
  padding: 16px;
}

.message-card p {
  color: #d8e2ea;
  white-space: pre-wrap;
  margin: 12px 0 0;
  line-height: 1.8;
}

.message-meta {
  color: #9fb7c9;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  font-size: .82rem;
  display: flex;
}

.message-meta strong {
  color: #f4f7fb;
}

.message-meta span {
  border: 1px solid #d2e6f529;
  border-radius: 999px;
  padding: 2px 8px;
}

.message-preview {
  white-space: pre-wrap;
  max-width: 420px;
  line-height: 1.7;
}

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

.board-list {
  gap: 18px;
  margin-top: 24px;
  display: grid;
}

.board-card {
  background: #ffffff09;
  border: 1px solid #d2e6f51f;
  border-radius: 20px;
  padding: 20px;
}

.board-card h3 {
  color: #f4f7fb;
  margin: 14px 0 10px;
}

.board-card p {
  color: #d8e2ea;
  white-space: pre-wrap;
  margin: 0;
  line-height: 1.85;
}

.board-preview {
  white-space: pre-wrap;
  max-width: 460px;
  line-height: 1.7;
}

.board-preview strong {
  color: #f4f7fb;
  margin-bottom: 8px;
  display: block;
}

.board-preview span {
  color: #d8e2ea;
  display: block;
}

.filter-form {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: end;
  gap: 14px;
  margin: 22px 0;
  display: grid;
}

.filter-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}

.filter-summary {
  margin: 0 0 18px;
}

.pagination-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  display: flex;
}

.pagination-status {
  color: #ffffffb3;
  font-size: .9rem;
}

.mini-button.disabled {
  opacity: .45;
  pointer-events: none;
}

.device-cell {
  overflow-wrap: anywhere;
  color: #ffffffb8;
  max-width: 280px;
  font-size: .82rem;
}

.action-stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
}

.filter-form select {
  width: 100%;
  color: inherit;
  background: #ffffff0f;
  border: 1px solid #ffffff29;
  border-radius: 12px;
  padding: 10px 12px;
}

.applications-panel {
  width: min(1180px, 100vw - 48px);
  max-width: none;
}

.applications-table-wrap {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
}

.applications-table th, .applications-table td {
  vertical-align: top;
}

.applications-table th:nth-child(4), .applications-table td:nth-child(4) {
  overflow-wrap: anywhere;
  min-width: 180px;
  max-width: 240px;
}

.applications-table th:nth-child(7), .applications-table td:nth-child(7) {
  min-width: 170px;
}

.applications-table th:nth-child(8), .applications-table td:nth-child(8) {
  min-width: 160px;
}

.applications-table .action-row {
  flex-wrap: wrap;
  min-width: 150px;
}

.page {
  width: 100%;
}

.hero.compact, .panel {
  box-sizing: border-box;
  width: min(1360px, 100vw - 64px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.panel {
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: auto;
}

.applications-panel {
  width: min(1360px, 100vw - 64px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .hero.compact, .panel, .applications-panel {
    width: calc(100vw - 24px);
  }

  .data-table {
    min-width: 900px;
  }

  .applications-table {
    min-width: 1080px;
  }
}

.page {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  padding-left: 12px;
  padding-right: 12px;
}

.hero.compact, .panel, .applications-panel {
  box-sizing: border-box;
  width: min(1520px, 100vw - 24px);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.panel {
  padding-left: 28px;
  padding-right: 28px;
}

.table-wrap, .applications-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.data-table {
  width: 100%;
  min-width: 1040px;
}

.applications-table {
  min-width: 1180px;
}

@media (max-width: 900px) {
  .page {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero.compact, .panel, .applications-panel {
    width: calc(100vw - 16px);
  }

  .panel {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.core-shell {
  background: radial-gradient(circle at 50% 0%, #4299e11f, transparent 34%),
    var(--background);
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 100vh;
  display: grid;
}

.core-sidebar {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #090c10d1;
  border-right: 1px solid #ffffff1a;
  flex-direction: column;
  gap: 22px;
  height: 100vh;
  padding: 22px 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.core-brand {
  padding: 10px 10px 2px;
}

.core-brand-mark {
  width: fit-content;
  color: inherit;
  letter-spacing: .22em;
  font-size: 1.15rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.core-brand p {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: .82rem;
}

.core-nav {
  gap: 8px;
  display: grid;
}

.core-nav-link {
  color: inherit;
  background: #ffffff09;
  border: 1px solid #0000;
  border-radius: 14px;
  gap: 4px;
  padding: 12px;
  text-decoration: none;
  transition: border-color .16s, background .16s, transform .16s;
  display: grid;
}

.core-nav-link:hover {
  background: #ffffff12;
  border-color: #b4d2ff47;
  transform: translateY(-1px);
}

.core-nav-link span {
  font-weight: 700;
}

.core-nav-link small {
  color: var(--muted);
  font-size: .78rem;
}

.core-sidebar-footer {
  border-top: 1px solid #ffffff14;
  margin-top: auto;
  padding: 14px 10px 10px;
}

.core-user-label, .core-user-meta, .core-user-role {
  color: var(--muted);
  margin: 0;
  font-size: .78rem;
}

.core-user-name {
  margin: 6px 0 2px;
  font-weight: 800;
}

.core-user-role {
  border: 1px solid #b4d2ff3d;
  border-radius: 999px;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 8px;
}

.core-secondary-link {
  color: inherit;
  opacity: .86;
  margin-top: 14px;
  font-size: .86rem;
  text-decoration: none;
  display: inline-flex;
}

.core-main {
  min-width: 0;
  padding: 14px 14px 28px;
}

.core-topbar {
  z-index: 20;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #0f1218c7;
  border: 1px solid #ffffff1c;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  min-height: 58px;
  margin-bottom: 16px;
  padding: 10px 14px;
  display: flex;
  position: sticky;
  top: 12px;
}

.core-topbar-label, .core-topbar-user {
  margin: 0;
}

.core-topbar-label {
  color: var(--muted);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .72rem;
}

.core-topbar-user {
  margin-top: 3px;
  font-weight: 700;
}

.core-topbar-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.core-mobile-menu {
  display: none;
  position: relative;
}

.core-mobile-menu summary {
  cursor: pointer;
  border: 1px solid #ffffff29;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
  list-style: none;
}

.core-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.core-mobile-menu-panel {
  background: #0f1218f5;
  border: 1px solid #ffffff24;
  border-radius: 18px;
  width: min(280px, 100vw - 24px);
  padding: 10px;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 24px 80px #00000057;
}

.core-content {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}

.core-content .page {
  width: 100%;
  max-width: none;
  padding: 0;
}

.core-content .hero.compact, .core-content .panel {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.core-content .hero.compact {
  text-align: left;
  min-height: auto;
  padding: 24px 0 26px;
}

.core-content .hero.compact h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
}

.core-dashboard-page {
  gap: 18px;
  display: grid;
}

.core-dashboard-hero {
  background: #ffffff0b;
  border: 1px solid #ffffff1f;
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
  padding: 28px;
  display: flex;
}

.core-dashboard-hero h1 {
  margin: 6px 0 10px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: .95;
}

.core-dashboard-user-card {
  background: #ffffff0b;
  border: 1px solid #b4d2ff2e;
  border-radius: 18px;
  align-content: center;
  gap: 6px;
  min-width: 260px;
  padding: 18px;
  display: grid;
}

.core-dashboard-user-card span, .core-dashboard-user-card small {
  color: var(--muted);
}

.core-dashboard-user-card strong {
  font-size: 1.2rem;
}

.core-dashboard-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  display: grid;
}

.core-dashboard-card {
  min-height: 138px;
  color: inherit;
  background: #ffffff0b;
  border: 1px solid #ffffff1c;
  border-radius: 20px;
  align-content: start;
  gap: 12px;
  padding: 22px;
  text-decoration: none;
  transition: border-color .16s, background .16s, transform .16s;
  display: grid;
}

.core-dashboard-card:hover {
  background: #ffffff12;
  border-color: #b4d2ff47;
  transform: translateY(-2px);
}

.core-dashboard-card span {
  font-size: 1.05rem;
  font-weight: 800;
}

.core-dashboard-card p {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .core-shell {
    grid-template-columns: 1fr;
  }

  .core-sidebar {
    display: none;
  }

  .core-main {
    padding: 10px;
  }

  .core-mobile-menu {
    display: block;
  }

  .core-dashboard-hero {
    flex-direction: column;
  }

  .core-dashboard-user-card {
    min-width: 0;
  }

  .core-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .core-topbar {
    top: 8px;
  }

  .core-dashboard-hero {
    padding: 20px;
  }

  .core-dashboard-grid {
    grid-template-columns: 1fr;
  }
}

.core-shell {
  grid-template-columns: 240px minmax(0, 1fr);
}

.core-sidebar {
  gap: 18px;
  padding: 18px 14px;
}

.core-nav-link {
  padding: 11px 12px;
}

.core-sidebar-footer {
  padding-bottom: 18px;
}

.core-main {
  padding: 10px 10px 24px;
}

.core-topbar {
  border-radius: 16px;
  min-height: 52px;
  margin-bottom: 12px;
}

.core-dashboard-page {
  gap: 14px;
}

.core-dashboard-hero {
  align-items: center;
  min-height: 220px;
  padding: 24px 26px;
}

.core-dashboard-hero h1 {
  letter-spacing: .02em;
  font-size: clamp(3rem, 5.4vw, 5.2rem);
}

.core-dashboard-hero .concept {
  max-width: 760px;
  font-size: 1.05rem;
  line-height: 1.9;
}

.core-dashboard-user-card {
  align-self: stretch;
  min-width: 240px;
  max-width: 300px;
}

.core-dashboard-grid {
  gap: 12px;
}

.core-dashboard-card {
  min-height: 118px;
  padding: 20px;
}

.core-dashboard-card p {
  line-height: 1.6;
}

@media (min-width: 1500px) {
  .core-content {
    max-width: 1680px;
  }

  .core-dashboard-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.core-shell {
  transition: grid-template-columns .18s;
}

.core-shell-collapsed {
  grid-template-columns: 78px minmax(0, 1fr);
}

.core-sidebar-toggle {
  width: 100%;
  min-height: 38px;
  color: inherit;
  cursor: pointer;
  background: #ffffff0b;
  border: 1px solid #ffffff21;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  display: flex;
}

.core-sidebar-toggle:hover {
  background: #ffffff12;
  border-color: #b4d2ff47;
}

.core-nav-link {
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
}

.core-nav-icon {
  color: #e2ecffe6;
  background: #ffffff0a;
  border: 1px solid #b4d2ff2e;
  border-radius: 10px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: .82rem;
  font-weight: 800;
  display: inline-grid;
}

.core-nav-text {
  min-width: 0;
  display: grid;
}

.core-nav-link.active {
  background: #b4d2ff1c;
  border-color: #b4d2ff57;
}

.core-shell-collapsed .core-sidebar {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.core-shell-collapsed .core-brand {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.core-shell-collapsed .core-brand-mark {
  letter-spacing: .08em;
  font-size: .72rem;
}

.core-shell-collapsed .core-brand p, .core-shell-collapsed .core-sidebar-toggle-text, .core-shell-collapsed .core-nav-text, .core-shell-collapsed .core-sidebar-footer .core-user-label, .core-shell-collapsed .core-sidebar-footer .core-user-name, .core-shell-collapsed .core-sidebar-footer .core-user-meta, .core-shell-collapsed .core-sidebar-footer .core-secondary-link {
  display: none;
}

.core-shell-collapsed .core-sidebar-toggle {
  width: 42px;
  min-height: 42px;
  padding: 0;
}

.core-shell-collapsed .core-nav {
  width: 100%;
}

.core-shell-collapsed .core-nav-link {
  justify-content: center;
  padding: 8px;
  display: flex;
}

.core-shell-collapsed .core-user-role {
  margin: 0 auto;
  padding: 5px 7px;
  font-size: .66rem;
}

.core-shell-collapsed .core-sidebar-footer {
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.core-desktop-menu-toggle {
  display: inline-flex;
}

@media (max-width: 1100px) {
  .core-shell, .core-shell-collapsed {
    grid-template-columns: 1fr;
  }

  .core-desktop-menu-toggle {
    display: none;
  }
}

.core-content .hero.compact {
  text-align: left;
  background: #ffffff0a;
  border: 1px solid #ffffff1c;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  min-height: auto;
  margin-bottom: 12px;
  padding: 16px 18px;
  display: flex;
}

.core-content .hero.compact .eyebrow {
  letter-spacing: .18em;
  margin: 0 0 6px;
  font-size: .7rem;
}

.core-content .hero.compact h1 {
  letter-spacing: .01em;
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1;
}

.core-content .hero.compact .concept {
  max-width: 720px;
  color: var(--muted);
  margin: 8px 0 0;
  font-size: .95rem;
  line-height: 1.7;
}

.core-content .panel {
  border-radius: 20px;
  padding: 18px;
}

.core-content .section-head {
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 14px;
}

.core-content .section-head h2 {
  margin: 0;
  font-size: 1.2rem;
}

.core-content .section-head .muted {
  margin-top: 4px;
}

.core-content a.text-button[href="/core"] {
  display: none;
}

.core-content .filter-form {
  background: #ffffff08;
  border: 1px solid #ffffff17;
  border-radius: 16px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  align-items: end;
  gap: 12px;
  margin: 14px 0;
  padding: 14px;
  display: grid;
}

.core-content .filter-form label {
  color: var(--muted);
  gap: 6px;
  font-size: .78rem;
  font-weight: 700;
  display: grid;
}

.core-content .filter-form input, .core-content .filter-form select {
  min-height: 40px;
}

.core-content .filter-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}

.core-content .filter-summary {
  background: #ffffff09;
  border-radius: 12px;
  margin: 8px 0 12px;
  padding: 8px 10px;
  font-size: .86rem;
}

.core-content .pagination-actions {
  margin: 12px 0;
}

.core-content .table-wrap {
  border-radius: 16px;
  margin-top: 12px;
}

.core-content .data-table {
  font-size: .9rem;
}

.core-content .data-table th, .core-content .data-table td {
  padding: 11px 12px;
}

.core-content .data-table th, .core-content .status-pill {
  white-space: nowrap;
}

.core-content .message-preview, .core-content .board-preview, .core-content .device-cell, .core-content .metadata-code {
  overflow-wrap: anywhere;
}

.core-content .metadata-code {
  white-space: normal;
  max-width: 460px;
  display: block;
}

@media (max-width: 900px) {
  .core-content .hero.compact {
    padding: 14px;
    display: grid;
  }

  .core-content .panel {
    padding: 14px;
  }

  .core-content .filter-form {
    grid-template-columns: 1fr;
  }
}

.core-content .table-wrap {
  background: #ffffff06;
  border: 1px solid #ffffff17;
}

.core-content .data-table {
  border-spacing: 0;
  min-width: 1040px;
}

.core-content .data-table th {
  z-index: 2;
  color: #e2ecffbd;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #12161ef5;
  padding: 10px;
  font-size: .74rem;
  position: sticky;
  top: 0;
}

.core-content .data-table td {
  padding: 10px;
  line-height: 1.55;
}

.core-content .data-table tbody tr {
  transition: background .14s;
}

.core-content .data-table tbody tr:hover {
  background: #ffffff09;
}

.core-content .data-table td:last-child, .core-content .data-table th:last-child {
  min-width: 148px;
}

.core-content .action-row, .core-content .action-stack {
  gap: 6px;
}

.core-content .action-row {
  flex-wrap: wrap;
}

.core-content .action-stack {
  min-width: 130px;
}

.core-content .mini-button {
  white-space: nowrap;
  min-height: 34px;
  padding: 7px 11px;
  font-size: .82rem;
}

.core-content .status-pill {
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  font-size: .74rem;
  display: inline-flex;
}

.core-content .subtext {
  margin-top: 4px;
  font-size: .76rem;
  line-height: 1.45;
}

.core-content .message-preview {
  min-width: 260px;
  max-width: 520px;
}

.core-content .board-preview {
  min-width: 280px;
  max-width: 560px;
}

.core-content .board-preview strong, .core-content .board-preview span {
  display: block;
}

.core-content .board-preview span {
  color: var(--muted);
  margin-top: 4px;
}

.core-content .device-cell {
  min-width: 260px;
  max-width: 420px;
}

.core-content .mono-cell {
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, monospace;
  font-size: .78rem;
}

.core-content .metadata-code {
  background: #0000002e;
  border-radius: 10px;
  max-width: 520px;
  max-height: 120px;
  padding: 8px;
  font-size: .76rem;
  line-height: 1.55;
  overflow: auto;
}

.core-content time {
  white-space: nowrap;
  color: #e2ecffd1;
  font-size: .82rem;
}

@media (max-width: 900px) {
  .core-content .data-table {
    min-width: 960px;
  }

  .core-content .mini-button {
    min-height: 32px;
  }
}

.core-dashboard-card {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.core-dashboard-card p {
  margin-bottom: 2px;
}

.core-dashboard-metrics {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  display: flex;
}

.core-dashboard-metric {
  background: #ffffff0a;
  border: 1px solid #b4d2ff24;
  border-radius: 999px;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 5px 9px;
  display: inline-grid;
}

.core-dashboard-metric small {
  color: var(--muted);
  letter-spacing: .04em;
  font-size: .68rem;
  font-weight: 700;
}

.core-dashboard-metric strong {
  color: #eff6fff2;
  font-size: .88rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .core-dashboard-metrics {
    gap: 6px;
  }

  .core-dashboard-metric {
    padding: 5px 8px;
  }
}

.core-dashboard-title-link {
  color: inherit;
  text-decoration: none;
}

.core-dashboard-title-link span {
  display: inline-block;
}

.core-dashboard-title-link:hover span {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.core-dashboard-metric-link {
  color: inherit;
  text-decoration: none;
  transition: border-color .14s, background .14s, transform .14s;
}

.core-dashboard-metric-link:hover {
  background: #b4d2ff17;
  border-color: #b4d2ff57;
  transform: translateY(-1px);
}

.core-dashboard-metric-neutral {
  background: #ffffff0a;
  border-color: #b4d2ff24;
}

.core-dashboard-metric-ok {
  background: #71e6aa12;
  border-color: #71e6aa3d;
}

.core-dashboard-metric-info {
  background: #7dbeff13;
  border-color: #7dbeff40;
}

.core-dashboard-metric-attention {
  background: #ffcf7414;
  border-color: #ffcf7447;
}

.core-dashboard-metric-danger {
  background: #ff7d7d13;
  border-color: #ff7d7d47;
}

.core-dashboard-metric-ok strong, .core-dashboard-metric-info strong, .core-dashboard-metric-attention strong, .core-dashboard-metric-danger strong {
  color: #fffffffa;
}

.core-dashboard-metric-link:hover.core-dashboard-metric-ok {
  background: #71e6aa1f;
  border-color: #71e6aa6b;
}

.core-dashboard-metric-link:hover.core-dashboard-metric-info {
  background: #7dbeff21;
  border-color: #7dbeff73;
}

.core-dashboard-metric-link:hover.core-dashboard-metric-attention {
  background: #ffcf7424;
  border-color: #ffcf747a;
}

.core-dashboard-metric-link:hover.core-dashboard-metric-danger {
  background: #ff7d7d21;
  border-color: #ff7d7d7a;
}

.core-dashboard-activity {
  margin-top: 18px;
}

.core-activity-list {
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.core-activity-item {
  background: #ffffff09;
  border: 1px solid #b4d2ff1f;
  border-radius: 16px;
  gap: 8px;
  padding: 12px;
  display: grid;
}

.core-activity-main {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.core-activity-main strong {
  color: #eff6fff0;
  font-size: .94rem;
}

.core-activity-main small {
  max-width: 420px;
  color: var(--muted);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.core-activity-meta {
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 14px;
  font-size: .82rem;
  display: flex;
}

.core-activity-meta span {
  gap: 2px;
  display: grid;
}

.core-activity-meta small {
  color: #b4bed2b8;
}

.core-activity-meta time {
  white-space: nowrap;
}

@media (max-width: 700px) {
  .core-activity-main small {
    max-width: 220px;
  }

  .core-activity-meta {
    display: grid;
  }
}

.core-activity-link {
  color: inherit;
  gap: 8px;
  text-decoration: none;
  display: grid;
}

.core-activity-item {
  transition: border-color .14s, background .14s, transform .14s;
}

.core-activity-item:hover {
  background: #b4d2ff12;
  border-color: #b4d2ff47;
  transform: translateY(-1px);
}

.core-activity-link:focus-visible {
  outline-offset: 4px;
  border-radius: 12px;
  outline: 2px solid #b4d2ff8c;
}

.log-filter-link, .log-table-link {
  color: inherit;
  text-decoration: none;
}

.log-filter-link {
  display: inline-flex;
}

.log-table-link {
  gap: 2px;
  max-width: 100%;
  display: inline-grid;
}

.log-filter-link:hover, .log-table-link:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
}

.log-table-link.mono-cell {
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  max-width: 260px;
  display: inline-block;
  overflow: hidden;
}

.filter-chip-list {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 14px;
  display: flex;
}

.filter-chip-label {
  color: var(--muted);
  letter-spacing: .04em;
  font-size: .78rem;
  font-weight: 700;
}

.filter-chip {
  max-width: 100%;
  color: inherit;
  background: #ffffff0b;
  border: 1px solid #b4d2ff29;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  font-size: .78rem;
  text-decoration: none;
  transition: border-color .14s, background .14s, transform .14s;
  display: inline-flex;
}

.filter-chip span {
  color: var(--muted);
}

.filter-chip strong {
  color: #eff6fff0;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
}

.filter-chip small {
  color: #eff6ffbf;
  font-size: .9rem;
  line-height: 1;
}

.filter-chip:hover {
  background: #b4d2ff14;
  border-color: #b4d2ff57;
  transform: translateY(-1px);
}

.filter-chip.clear {
  border-color: #ff7d7d2e;
}

.filter-chip.clear:hover {
  background: #ff7d7d1a;
  border-color: #ff7d7d6b;
}

.quick-filter-list {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0 8px;
  display: flex;
}

.quick-filter-label {
  color: var(--muted);
  letter-spacing: .04em;
  font-size: .78rem;
  font-weight: 700;
}

.quick-filter-chip {
  min-height: 30px;
  color: inherit;
  background: #7dbeff0e;
  border: 1px solid #7dbeff2e;
  border-radius: 999px;
  align-items: center;
  padding: 6px 10px;
  font-size: .78rem;
  text-decoration: none;
  transition: border-color .14s, background .14s, transform .14s;
  display: inline-flex;
}

.quick-filter-chip:hover {
  background: #7dbeff1f;
  border-color: #7dbeff6b;
  transform: translateY(-1px);
}

.quick-filter-chip.active {
  background: #7dbeff29;
  border-color: #7dbeff8c;
  box-shadow: inset 0 0 0 1px #7dbeff1f;
}

.quick-filter-chip.active:before {
  content: "●";
  color: #7dbefff2;
  font-size: .62rem;
}

.metadata-code-pretty {
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 420px;
  max-height: 180px;
  display: block;
  overflow: auto;
}

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/