:root {
  --tblr-font-sans-serif: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  --zc-bg: #f3f4f6;
  --zc-surface: #ffffff;
  --zc-line: #e5e7eb;
  --zc-line-soft: #f1f5f9;
  --zc-text: #334155;
  --zc-muted: #64748b;
  --zc-accent: #6366f1;
  --zc-accent-soft: #eef2ff;
  --zc-submenu: #f8fafc;
  --zc-submenu-hover: #e0e7ff;
  --zc-success: #16a34a;
  --zc-warn: #f59e0b;
  --zc-fail: #ef4444;
  --zc-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  --zc-sidebar-width: 220px;
}

html,
body {
  height: 100%;
  background: var(--zc-bg);
  color: var(--zc-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--tblr-font-sans-serif);
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.page {
  min-height: 100vh;
}

.sidebar-shell {
  width: var(--zc-sidebar-width) !important;
  min-height: 100vh;
  background: #fff;
  border-right: 1px solid var(--zc-line);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.03);
}

.sidebar-shell .container-fluid {
  padding: 0;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}

.brand-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  margin-left: 12px;
}

.brand-name {
  color: var(--zc-text);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.brand-desc {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 500;
}

.sidebar-section,
.sidebar-group {
  margin: 0;
  padding: 0 12px;
}

.sidebar-section:first-of-type,
.sidebar-group:first-of-type {
  margin-top: 12px;
}

.sidebar-group {
  margin-top: 10px;
}

.sidebar-section-label,
.sidebar-group-label,
.section-kicker,
.login-eyebrow,
.page-context-label,
.config-item-section-label,
.meta-inline-label {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar-group-label,
.sidebar-section-label {
  padding: 0 4px 8px;
}

.sidebar-session-card,
.sidebar-status-card {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  background: #fff;
}

.sidebar-session-user {
  color: var(--zc-text);
  font-weight: 600;
  word-break: break-all;
}

.nav-item-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 44px;
  margin: 2px 0;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--zc-muted);
  font-weight: 500;
  text-align: left;
  position: relative;
  transition: all 0.2s ease;
}

.nav-item-tab i {
  font-size: 18px;
}

.nav-item-tab:hover {
  background: var(--zc-accent-soft);
  color: var(--zc-accent);
}

.nav-item-tab.active {
  background: var(--zc-accent-soft);
  color: var(--zc-accent);
  font-weight: 600;
}

.nav-item-tab.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: var(--zc-accent);
  border-radius: 0 2px 2px 0;
}

.nav-item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  margin-left: auto;
  padding: 0 6px;
  border-radius: 999px;
  background: #f1f5f9;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
}

.nav-item-count.is-empty {
  opacity: 0.7;
}

.sidebar-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.sidebar-status-card p {
  margin: 0;
  color: var(--zc-muted);
  font-size: 13px;
  line-height: 1.6;
}

.health-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--zc-warn);
}

.health-dot.online {
  background: var(--zc-success);
}

.health-dot.offline {
  background: var(--zc-fail);
}

.page-wrapper {
  background: var(--zc-bg);
}

.header-shell {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid var(--zc-line);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.header-shell .container-xl {
  max-width: none;
  padding: 0 20px;
}

.header-shell .row {
  min-height: 50px;
}

.page-pretitle {
  display: none;
}

.page-title {
  margin: 0;
  color: var(--zc-text);
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
}

.page-subtitle {
  display: none;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 220px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  background: #fff;
}

.header-search i,
.header-search-clear {
  color: #94a3b8;
}

.header-search .form-control {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--zc-text);
  box-shadow: none;
}

.header-search-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
}

.header-chip-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.header-chip-group .badge {
  padding: 6px 10px;
  border: 1px solid var(--zc-line);
  background: #fff !important;
  color: var(--zc-muted);
  font-weight: 500;
}

.page-body .container-xl,
.header-shell .container-xl {
  max-width: none;
}

.page-body .container-xl {
  padding: 16px;
}

.page-intro,
.workspace-strip,
.hero-shell,
.overview-row,
.surface-grid,
.hero-note-board,
.hero-flow,
.metric-card,
.info-card,
.mini-overview-card {
  display: none !important;
}

.page-context-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 0 0 16px;
  margin-bottom: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-context-title {
  margin-top: 2px;
  color: var(--zc-text);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.page-context-meta {
  color: var(--zc-muted);
  font-size: 13px;
  line-height: 1.6;
}

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

.filter-container.page-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.page-toolbar-copy {
  display: grid;
  gap: 6px;
}

.page-toolbar-title {
  color: var(--zc-text);
  font-size: 16px;
  font-weight: 600;
}

.page-toolbar-text {
  color: var(--zc-muted);
  font-size: 13px;
  line-height: 1.6;
}

.page-toolbar-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

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

.summary-card {
  padding: 18px 20px;
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
}

.summary-label {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.summary-value {
  margin-top: 8px;
  color: var(--zc-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.summary-meta {
  margin-top: 8px;
  color: var(--zc-muted);
  font-size: 13px;
  line-height: 1.6;
}

.workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 16px;
}

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

.link-card {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.link-card:hover {
  border-color: #c7d2fe;
  box-shadow: 0 8px 18px rgba(99, 102, 241, 0.08);
  transform: translateY(-1px);
}

.link-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.link-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--zc-accent-soft);
  color: var(--zc-accent);
  font-size: 18px;
}

.link-card-tag {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.link-card strong {
  color: var(--zc-text);
  font-size: 15px;
  font-weight: 700;
}

.link-card p,
.bullet-list,
.bullet-list li,
.empty-note,
.meta-note {
  color: var(--zc-muted);
  font-size: 13px;
  line-height: 1.7;
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
}

.bullet-list li + li {
  margin-top: 4px;
}

.meta-note {
  margin: 0;
}

.empty-note {
  margin: 0;
}

.panel-card,
.app-container {
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--zc-shadow);
}

.panel-card .card-header {
  padding: 16px 24px 12px;
  border-bottom: 1px solid var(--zc-line-soft);
  background: #fff;
}

.panel-card .card-body {
  padding: 20px 24px 24px;
}

.panel-card.soft {
  background: #fcfcfd;
}

.card-title {
  color: var(--zc-text);
  font-size: 16px;
  font-weight: 600;
}

.section-text,
.form-hint,
.detail-content.empty-state,
.empty-cell,
.empty-state,
.login-copy p,
.detail-card-caption,
.share-banner-text,
.share-banner-time {
  color: var(--zc-muted);
  line-height: 1.7;
}

.section-text {
  margin-bottom: 16px;
  font-size: 13px;
}

.app-container {
  padding: 24px;
  margin: 0;
}

.filter-container {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--zc-line-soft);
}

.filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.list-toolbar,
.task-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.list-toolbar-label {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
}

.list-toolbar-select {
  width: auto;
  min-width: 150px;
}

.task-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid var(--zc-line);
  border-radius: 999px;
  background: #fff;
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 600;
}

.task-filter-chip.active {
  border-color: #c7d2fe;
  background: var(--zc-accent-soft);
  color: var(--zc-accent);
}

.task-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
}

.stack-form {
  display: grid;
  gap: 14px;
}

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

.stack-actions.horizontal,
.inline-actions,
.detail-toolbar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.field-shell {
  display: grid;
  gap: 6px;
}

.field-shell > span,
label {
  color: var(--zc-text);
  font-size: 13px;
  font-weight: 700;
}

.field-multi {
  min-height: 140px;
}

.checkbox-shell {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--zc-line);
  border-radius: 8px;
  background: #fff;
  font-size: 13px;
}

.checkbox-shell input {
  margin: 0;
}

.dropzone {
  position: relative;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
  cursor: pointer;
}

.dropzone.dragover,
.dropzone:hover {
  border-color: #a5b4fc;
  background: #eef2ff;
}

.dropzone-inner {
  display: grid;
  gap: 8px;
}

.dropzone-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.dropzone-subtitle {
  margin: 0;
  color: var(--zc-muted);
  font-size: 13px;
}

.task-table thead th,
.preview-table th {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
}

.task-table tbody tr:hover {
  background: #f8fafc;
}

.status-pill,
.share-state-pill,
.step-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.status-created,
.status-meta-ready,
.share-state-idle,
.step-status-idle {
  background: #f1f5f9;
  color: var(--zc-muted);
}

.status-running,
.share-state-running,
.step-status-running {
  background: #e0e7ff;
  color: var(--zc-accent);
}

.status-done,
.share-state-done,
.step-status-done {
  background: #dcfce7;
  color: var(--zc-success);
}

.status-failed,
.share-state-failed,
.step-status-failed {
  background: #fee2e2;
  color: var(--zc-fail);
}

.detail-content {
  min-height: 12rem;
}

.detail-stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.detail-stat-row.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-stat-card,
.meta-inline-item {
  padding: 14px 16px;
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  background: #fff;
}

.detail-stat-label {
  display: block;
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
}

.detail-stat-card strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
}

.link-button {
  border: 0;
  background: transparent;
  color: var(--zc-accent);
  padding: 0;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.link-button:hover {
  color: #4f46e5;
}

.share-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #c7d2fe;
  border-radius: 10px;
  background: #eef2ff;
  margin-bottom: 16px;
}

.share-banner-copy {
  display: grid;
  gap: 4px;
}

.share-banner-title {
  color: var(--zc-text);
  font-size: 14px;
  font-weight: 700;
}

.share-banner-meta,
.share-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.share-banner a,
.file-list a,
.share-link-button {
  color: var(--zc-accent);
  text-decoration: none;
  font-weight: 600;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.detail-card {
  padding: 16px;
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
}

.detail-card h3 {
  margin: 0 0 12px;
  color: var(--zc-text);
  font-size: 15px;
  font-weight: 600;
}

.meta-inline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.meta-inline-item {
  display: grid;
  gap: 4px;
}

.meta-inline-value {
  color: var(--zc-text);
  font-size: 13px;
  font-weight: 700;
  word-break: break-all;
}

.meta-list,
.file-list,
.preview-shell,
.config-list,
.step-timeline {
  display: grid;
  gap: 10px;
}

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

.meta-key {
  color: var(--zc-muted);
  font-size: 12px;
}

.meta-value,
.step-detail,
.mono {
  word-break: break-all;
}

.step-title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 600;
}

.timeline-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
}

.timeline-marker {
  position: relative;
  width: 12px;
}

.timeline-marker::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  bottom: -14px;
  width: 1px;
  background: var(--zc-line);
}

.timeline-marker::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--zc-accent);
}

.timeline-item:last-child .timeline-marker::before {
  display: none;
}

.preview-summary {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.preview-table-wrap {
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  overflow: auto;
}

.preview-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.preview-table th,
.preview-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--zc-line-soft);
  text-align: left;
  vertical-align: top;
}

.preview-table tbody tr:last-child td {
  border-bottom: 0;
}

.file-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--zc-line);
  border-radius: 10px;
  background: #fff;
}

.file-link-action {
  color: var(--zc-muted);
  font-size: 12px;
  font-weight: 700;
}

.config-item {
  padding: 16px;
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
}

.config-item-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.config-item-name {
  color: var(--zc-text);
  font-size: 15px;
  font-weight: 700;
}

.config-item-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.config-item-subtitle {
  margin-top: 4px;
  color: var(--zc-muted);
  font-size: 12px;
}

.config-item-meta {
  display: grid;
  gap: 0;
  color: var(--zc-muted);
  font-size: 13px;
}

.config-item-meta div {
  padding: 10px 0;
  border-top: 1px dashed var(--zc-line);
}

.config-item-meta div:first-child {
  padding-top: 0;
  border-top: 0;
}

.share-icon {
  width: 112px;
  height: 112px;
  border-radius: 16px;
  object-fit: cover;
}

.share-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 168px;
}

.share-detail-card {
  border: 1px solid var(--zc-line);
  border-radius: 12px;
  background: #fff;
}

.share-download {
  text-decoration: none;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

.login-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.32);
}

.login-overlay.active {
  display: flex;
}

body.session-pending .login-overlay {
  display: none !important;
}

.login-card {
  width: min(420px, 100%);
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.login-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.login-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.login-brand-title {
  font-size: 16px;
  font-weight: 700;
}

.login-brand-subtitle,
.login-hint {
  color: var(--zc-muted);
  font-size: 13px;
}

.login-copy h1 {
  margin: 4px 0 10px;
  font-size: 28px;
  line-height: 1.1;
}

.login-copy p {
  margin: 0;
}

.table-empty-state {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 28px 16px;
}

.table-empty-state.compact {
  padding: 20px 16px;
}

.table-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--zc-accent-soft);
  color: var(--zc-accent);
  font-size: 18px;
}

.table-empty-title {
  color: var(--zc-text);
  font-size: 14px;
  font-weight: 700;
}

.table-empty-text {
  color: var(--zc-muted);
  font-size: 13px;
}

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

.login-actions {
  display: grid;
  gap: 10px;
}

@media (max-width: 1199px) {
  .summary-grid,
  .summary-grid.compact,
  .link-grid,
  .workspace-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-stat-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 991px) {
  .sidebar-shell {
    position: relative;
    width: 100% !important;
    min-height: auto;
  }

  .header-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .header-search {
    min-width: 0;
  }

  .filter-container.page-toolbar,
  .page-context-bar,
  .share-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-toolbar-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .panel-card .card-header,
  .panel-card .card-body,
  .app-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .detail-stat-row,
  .meta-inline-grid,
  .summary-grid,
  .summary-grid.compact,
  .workspace-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .stack-actions.horizontal,
  .inline-actions,
  .detail-toolbar,
  .config-item-title,
  .config-item-name-row,
  .preview-summary,
  .page-toolbar-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
