.tool-workspace:has(.stt-panel),
.generic-tool-page:has(.stt-panel) {
  min-width: 0;
  max-width: 100%;
}
.stt-panel {
  --stt-border: var(--ct-border, #e2e8f0);
  --stt-accent: var(--ct-blue, #2aab98);
  --stt-accent-soft: rgba(42, 171, 152, 0.12);
  --stt-muted: #64748b;
  --stt-text: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.9rem;
  min-width: 0;
  max-width: 100%;
}
.tool-page-shell .tool-workspace.is-fullscreen .generic-tool-page:has(.stt-panel) {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.tool-page-shell .tool-workspace.is-fullscreen .stt-panel {
  flex: 1;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
}
.stt-topbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem;
  background: linear-gradient(180deg, #fbfefe 0%, #f4faf9 100%);
  border: 1px solid var(--stt-border);
  border-radius: 14px;
}
.stt-topbar-main {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  align-items: flex-end;
  min-width: 0;
  flex: 1 1 auto;
}
.stt-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  flex: 0 1 auto;
  justify-content: flex-end;
}
.stt-topbar .stt-summary {
  flex: 1 1 100%;
  width: 100%;
  align-self: flex-start;
  white-space: normal;
  padding-bottom: 0;
  font-size: 0.84rem;
}
.stt-btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0.2rem;
  background: #fff;
  border: 1px solid var(--stt-border);
  border-radius: 10px;
}
.stt-more { position: relative; }
.stt-more > summary {
  list-style: none;
  cursor: pointer;
}
.stt-more > summary::-webkit-details-marker { display: none; }
.stt-more-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  z-index: 20;
  min-width: 10.5rem;
  display: flex;
  flex-direction: column;
  padding: 0.35rem;
  background: #fff;
  border: 1px solid var(--stt-border);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}
.stt-more-menu button {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.88rem;
  color: #334155;
}
.stt-more-menu button:hover { background: #f8fafc; }
.stt-more-menu button.is-danger { color: #b91c1c; }
.stt-privacy {
  margin: 0;
  font-size: 0.8rem;
  color: var(--stt-muted);
  padding: 0 0.15rem;
}
.stt-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  align-items: center;
  padding: 0 0.15rem;
}
.stt-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: end;
  margin-bottom: 0.65rem;
}
.stt-toolbar-actions { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.stt-name, .stt-stage, .stt-timeout { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.78rem; color: #475569; }
.stt-name input { min-width: 10rem; }
.stt-name .form-control-sm,
.stt-stage .form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  min-height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1.5;
}
.stt-stage .form-select-sm {
  padding-right: 1.75rem;
}
.stt-meta { display: flex; flex-wrap: wrap; gap: 0.6rem 1rem; align-items: center; margin-bottom: 0.7rem; }
.stt-summary { font-weight: 650; color: var(--stt-text); line-height: 1.35; }
.stt-summary.is-hard { color: #b91c1c; }
.stt-summary.is-warn { color: #b45309; }
.stt-summary.is-ok { color: #0f766e; }
.stt-readiness {
  font-size: 0.8rem;
  color: var(--stt-muted);
  line-height: 1.4;
}
.stt-readiness strong { color: var(--stt-text); font-weight: 650; }
.stt-readiness.is-warn { color: #b45309; }
.stt-readiness.is-error { color: #b91c1c; }
.stt-readiness-bar {
  height: 0.35rem;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
  margin-top: 0.25rem;
  max-width: 14rem;
}
.stt-readiness-bar > span {
  display: block;
  height: 100%;
  background: var(--stt-accent);
  border-radius: 99px;
  transition: width .2s ease;
}
.stt-is-invalid {
  outline: 2px solid #ef4444 !important;
  outline-offset: -1px;
  background: #fef2f2 !important;
}
.stt-is-warn {
  outline: 2px solid #f59e0b !important;
  outline-offset: -1px;
  background: #fffbeb !important;
}
.stt-field-hint {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.72rem;
  line-height: 1.3;
  color: #b91c1c;
}
.stt-ban-row.is-invalid,
.stt-table[data-stt-table="subjects"] tr.stt-is-invalid td { border-color: #ef4444; background: #fef2f2; }
.stt-step-issues li[data-stt-jump] {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.stt-cell.is-drop-ok { box-shadow: inset 0 0 0 2px #10b981; background: #ecfdf5 !important; }
.stt-cell.is-drop-bad { box-shadow: inset 0 0 0 2px #ef4444; background: #fef2f2 !important; }
.stt-cell.is-drop-swap { box-shadow: inset 0 0 0 2px #3b82f6; background: #eff6ff !important; }
.stt-drag-tip {
  position: fixed;
  z-index: 2100;
  pointer-events: none;
  max-width: min(18rem, 90vw);
  padding: 0.35rem 0.55rem;
  border-radius: 0.45rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #fff;
  background: rgba(15, 23, 42, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}
.stt-drag-tip.is-bad { background: rgba(185, 28, 28, 0.94); }
.stt-drag-tip.is-ok { background: rgba(15, 118, 110, 0.94); }
.stt-flash {
  animation: stt-flash 1.1s ease;
}
@keyframes stt-flash {
  0%, 100% { box-shadow: none; }
  30%, 70% { box-shadow: 0 0 0 3px rgba(42, 171, 152, 0.55); }
}
.stt-hint { margin: 0; color: #64748b; font-size: 0.8rem; }

.stt-slash-legend {
    margin: 0.5rem 0 0.75rem;
    padding: 0.5rem 0.75rem;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 6px;
    font-size: 0.8rem;
    color: #475569;
}

.stt-slash-legend-title {
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #92400e;
}

.stt-slash-legend-list {
    margin: 0;
    padding-left: 1.1rem;
}

.stt-slash-legend-list li {
    margin: 0.2rem 0;
}

.stt-slash-legend-list strong {
    color: #78350f;
}

.stt-slash-legend-foot {
    margin: 0.35rem 0 0;
    color: #64748b;
    font-size: 0.78rem;
}
.stt-check { font-size: 0.8rem; display: flex; align-items: center; gap: 0.3rem; }
.stt-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 1.25rem;
  align-items: start;
}
.stt-rule {
  display: block;
  margin: 0;
  min-width: 0;
  padding: 0.35rem 0.55rem 0.4rem;
  border: 1px solid var(--stt-border);
  border-radius: 0.45rem;
  background: #f8fafc;
}
.stt-rule > span:first-child {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  font-weight: 550;
}
.stt-rule-hint {
  display: block;
  margin: 0.12rem 0 0 1.45rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.4;
}
.stt-hard-list {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
  color: #475569;
  font-size: 0.85rem;
  line-height: 1.6;
}
.stt-hard-reading {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--stt-border);
}
.stt-hard-reading .stt-section-title {
  font-size: 0.92rem;
}
.stt-rmb-table td { vertical-align: top; }
.stt-rmb-table .stt-ban-picks { max-width: 22rem; }
.stt-hard-tabs { display: flex; gap: 0.35rem; flex-wrap: wrap; margin: 0.6rem 0 0.5rem; }
.stt-hard-tabs .stt-tab.is-active {
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
}
.stt-hard-table { width: 100%; }
.stt-hard-num { width: 5rem; display: inline-block; }
.stt-hard-toolbar { display: flex; gap: 0.4rem; flex-wrap: wrap; margin: 0.4rem 0; }
.stt-hard-list + .stt-rule {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.7rem;
}
.stt-hard-table th,
.stt-hard-table td { vertical-align: top; }
.stt-hard-table tbody tr:hover td {
  background: #f0fdfa;
}
.stt-hard-total {
  font-weight: 600;
  text-align: center;
  color: #334155;
}
.stt-hard-muted {
  color: #94a3b8;
  text-align: center;
  display: block;
}
.stt-hard-ban-note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.72rem;
  color: #94a3b8;
}
.stt-sh-consec-btn {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.stt-sh-consec-body {
  padding: 0 1rem 0.75rem;
  overflow: auto;
  max-height: min(52vh, 28rem);
}
.stt-sh-consec-section + .stt-sh-consec-section {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--stt-border);
}
.stt-sh-consec-label {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #334155;
}
.stt-sh-combined-body {
  padding: 0 1rem 0.75rem;
  overflow: auto;
  max-height: min(52vh, 28rem);
}
.stt-sh-combined-group + .stt-sh-combined-group {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--stt-border);
}
.stt-sh-combined-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #334155;
}
.stt-ban-picks label:has(input:disabled) { opacity: 0.45; }
.stt-rule-subs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  margin: 0.35rem 0 0.85rem;
}
.stt-rule-subs label {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin: 0;
  font-size: 0.82rem;
  padding: 0.12rem 0.45rem;
  border: 1px solid var(--stt-border);
  border-radius: 999px;
  background: #f8fafc;
}
.stt-rule-subs.is-off { opacity: 0.45; pointer-events: none; }
.stt-ban-list { display: flex; flex-direction: column; gap: 0.65rem; margin: 0.45rem 0 0.7rem; }
.stt-ban-row {
  border: 1px solid var(--stt-border);
  border-radius: 0.5rem;
  background: #f8fafc;
  padding: 0.55rem 0.7rem 0.65rem;
}
.stt-ban-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
}
.stt-ban-filters {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px dashed var(--stt-border);
}
.stt-ban-filter {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.35rem 0.55rem;
  align-items: start;
}
.stt-ban-filter-week {
  align-items: center;
}
.stt-ban-filter-week .form-select {
  max-width: 9rem;
}
.stt-ban-filter-label {
  font-size: 0.76rem;
  color: #64748b;
  font-weight: 550;
  padding-top: 0.15rem;
}
.stt-ban-tip {
  display: block;
  grid-column: 2;
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: -0.15rem;
}
.stt-ban-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 1rem;
}
.stt-ban-col > span {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.76rem;
  color: #64748b;
  font-weight: 550;
}
.stt-ban-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.45rem;
}
.stt-ban-picks label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.8rem;
  padding: 0.1rem 0.42rem;
  border: 1px solid var(--stt-border);
  border-radius: 999px;
  background: #fff;
}
.stt-ban-picks label:has(input:checked) {
  border-color: var(--stt-accent);
  background: #ecfdf8;
}
@media (max-width: 720px) {
  .stt-ban-grid { grid-template-columns: 1fr; }
  .stt-ban-filter { grid-template-columns: 1fr; }
  .stt-ban-tip { grid-column: 1; }
}
.stt-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}
.stt-step {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-align: left;
  border: 1px solid var(--stt-border);
  background: #fff;
  border-radius: 12px;
  padding: 0.55rem 0.65rem;
  color: #334155;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.stt-step:hover { border-color: rgba(42, 171, 152, 0.45); }
.stt-step.is-active {
  border-color: var(--stt-accent);
  background: var(--stt-accent-soft);
  box-shadow: 0 0 0 1px rgba(42, 171, 152, 0.15);
}
.stt-step.is-done .stt-step-num {
  background: var(--stt-accent);
  color: #fff;
}
.stt-step.is-error {
  border-color: #fca5a5;
  background: #fef2f2;
}
.stt-step.is-warn {
  border-color: #fcd34d;
  background: #fffbeb;
}
.stt-step-num {
  flex: 0 0 auto;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.82rem;
  background: #e2e8f0;
  color: #475569;
}
.stt-step.is-active .stt-step-num {
  background: var(--stt-accent);
  color: #fff;
}
.stt-step.is-error .stt-step-num { background: #ef4444; color: #fff; }
.stt-step.is-warn:not(.is-active) .stt-step-num { background: #f59e0b; color: #fff; }
.stt-step-text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
}
.stt-step-text strong {
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.2;
}
.stt-step-text small {
  font-size: 0.7rem;
  color: var(--stt-muted);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stt-step-issues {
  border: 1px solid #fed7aa;
  background: #fffbeb;
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  font-size: 0.84rem;
  color: #9a3412;
  line-height: 1.55;
}
.stt-step-issues.is-error {
  border-color: #fecaca;
  background: #fef2f2;
  color: #b91c1c;
}
.stt-step-issues ul {
  margin: 0.35rem 0 0;
  padding-left: 1.15rem;
}
.stt-step-issues-title {
  font-weight: 650;
  margin: 0;
}
.stt-footer {
  position: sticky;
  bottom: 0.5rem;
  z-index: 15;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  padding: 0.65rem 0.75rem;
  margin-top: 0.15rem;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid var(--stt-border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.stt-footer-spacer { flex: 1 1 auto; }
.stt-footer [data-stt-act="prev"],
.stt-footer [data-stt-act="next"] {
  border-color: var(--stt-accent);
  color: #0f766e;
  background: #fff;
  font-weight: 650;
  min-width: 5.5rem;
}
.stt-footer [data-stt-act="prev"]:hover:not(:disabled),
.stt-footer [data-stt-act="next"]:hover:not(:disabled) {
  background: var(--stt-accent-soft);
  border-color: var(--stt-accent);
  color: #0f766e;
}
.stt-footer [data-stt-act="next"] {
  background: var(--stt-accent);
  border-color: var(--stt-accent);
  color: #fff;
}
.stt-footer [data-stt-act="next"]:hover:not(:disabled) {
  filter: brightness(0.95);
  background: var(--stt-accent);
  color: #fff;
}
.stt-footer [data-stt-act="prev"]:disabled,
.stt-footer [data-stt-act="next"]:disabled {
  opacity: 0.45;
  border-color: #cbd5e1;
  color: #94a3b8;
  background: #f8fafc;
}
.stt-footer [data-stt-act="solve2"] {
  font-weight: 700;
  min-width: 6.5rem;
  box-shadow: 0 4px 12px rgba(42, 171, 152, 0.28);
}
.stt-tab {
  border: 1px solid var(--stt-border);
  background: #fff;
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  font-size: 0.82rem;
}
.stt-tab.is-active {
  background: var(--stt-accent);
  border-color: var(--stt-accent);
  color: #fff;
}
.stt-pane { display: none; min-width: 0; max-width: 100%; }
.stt-pane.is-active { display: block; }
.stt-section {
  border: 1px solid var(--stt-border);
  border-radius: 0.5rem;
  padding: 0.75rem 0.9rem;
  margin-bottom: 0.75rem;
  background: #fff;
  min-width: 0;
  max-width: 100%;
}
.stt-section-title { font-weight: 650; margin-bottom: 0.45rem; }
.stt-section-title-row { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem; margin-bottom: 0.45rem; }
.stt-section-title-row .stt-section-title { margin: 0; }
.stt-bell-toggle { margin-bottom: 0.35rem; }
.stt-bell[hidden] { display: none !important; }
.stt-panel [hidden],
.stt-panel .is-stt-off { display: none !important; }
.stt-tt-week .form-select { min-width: 6.5rem; }
.stt-bell { display: flex; flex-wrap: wrap; gap: 0.55rem 0.9rem; align-items: end; }
.stt-bell > label { display: flex; flex-direction: column; gap: 0.15rem; font-size: 0.78rem; color: #475569; margin: 0; }
.stt-bell-min { display: flex; align-items: center; gap: 0.3rem; }
.stt-bell input[type="number"] { width: 4.6rem; }
.stt-bell input[type="time"] { min-width: 7rem; }
.stt-grades-cap {
  caption-side: top;
  text-align: left;
  font-size: 0.82rem;
  color: #475569;
  padding: 0 0 0.4rem;
}
.stt-count-cell {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.stt-count-cell input[type="number"] { width: 4.4rem; }
.stt-room-readonly { color: #475569; font-size: 0.82rem; }
.stt-import-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: end;
  margin-bottom: 0.55rem;
}
.stt-import-row textarea { flex: 1 1 16rem; min-height: 3.2rem; }
.stt-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
}
.stt-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.stt-table-foot { margin-top: 0.45rem; }
.stt-table th, .stt-table td { border: 1px solid var(--stt-border); padding: 0.14rem 0.32rem; vertical-align: middle; }
.stt-table input.form-control,
.stt-table select.form-select {
  width: 100%;
  height: 1.65rem;
  min-height: 1.65rem;
  padding: 0.08rem 0.38rem;
  border-radius: 0.35rem;
  font-size: 0.8rem;
  line-height: 1.2;
}
.stt-table th { background: #f8fafc; font-weight: 600; white-space: nowrap; }
.stt-table[data-stt-table="teachers"] {
  table-layout: fixed;
  min-width: 68rem;
}
.stt-table[data-stt-table="teachers"] > tbody > tr > td { vertical-align: top; }
.stt-col-name { width: 8.8rem; }
.stt-col-cap { width: 4.8rem; }
.stt-col-role { width: 6.4rem; }
.stt-col-head { width: 3.6rem; text-align: center; }
.stt-col-unavail { width: 9.2rem; }
.stt-col-del {
  width: 2.8rem;
  min-width: 2.8rem;
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  text-align: center;
}
.stt-table[data-stt-table="teachers"] .stt-asg-cell { min-width: 9.5rem; }
.stt-col-del .btn {
  padding: 0 0.22rem;
  font-size: 0.72rem;
  line-height: 1;
  min-width: 1.15rem;
}
.stt-table button[data-del] {
  padding: 0;
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.72rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stt-col-color { width: 2.6rem; text-align: center; }
.stt-col-hours { width: 4.6rem; }
.stt-col-main { width: 3.8rem; text-align: center; }
.stt-table[data-stt-table="subjects"] tr.is-main td { background: #e7f6f3; }
.stt-table.stt-subjects-grid {
  table-layout: auto;
  min-width: 100%;
}
.stt-table.stt-subjects-grid .stt-subject-row-label {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #f8fafc;
  white-space: nowrap;
  font-weight: 600;
  min-width: 3.2rem;
  text-align: left;
}
.stt-table.stt-subjects-grid thead .stt-subject-row-label {
  background: #fef9c3;
  z-index: 3;
}
.stt-table.stt-subjects-grid .stt-subject-col {
  min-width: 4.4rem;
  text-align: center;
  vertical-align: middle;
}
.stt-table.stt-subjects-grid .stt-subject-head input[data-f="name"] {
  min-width: 3.6rem;
  text-align: center;
  font-weight: 600;
}
.stt-table.stt-subjects-grid .stt-subject-col.is-main,
.stt-table.stt-subjects-grid th.stt-subject-col.is-main {
  background: #e7f6f3;
}
.stt-table.stt-subjects-grid .stt-grade-total {
  font-weight: 500;
  color: #64748b;
  font-size: 0.72rem;
  white-space: nowrap;
}
.stt-table.stt-subjects-grid .stt-subject-note {
  display: block;
  font-size: 0.68rem;
  line-height: 1.25;
  text-align: left;
  padding: 0.1rem;
}
.stt-color-swatch-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  overflow: hidden;
  line-height: 0;
  vertical-align: middle;
}
.stt-table[data-stt-table="subjects"] .stt-color-swatch-wrap input[type="color"] {
  width: 16px;
  height: 16px;
  min-width: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transform: scale(0.625);
}
.stt-table[data-stt-table="subjects"] .stt-color-swatch-wrap input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.stt-table[data-stt-table="subjects"] .stt-color-swatch-wrap input[type="color"]::-webkit-color-swatch {
  border: 1px solid #cbd5e1;
  border-radius: 1px;
}
.stt-table[data-stt-table="subjects"] .stt-color-swatch-wrap input[type="color"]::-moz-color-swatch {
  border: 1px solid #cbd5e1;
  border-radius: 1px;
}
.stt-table.stt-subjects-grid tr.stt-subject-color-row th,
.stt-table.stt-subjects-grid tr.stt-subject-color-row td {
  padding: 0.05rem 0.12rem;
}
.stt-table.stt-subjects-grid tr.stt-subject-color-row td {
  line-height: 0;
  text-align: center;
}
.stt-table[data-stt-table="subjects"] .stt-col-hours input,
.stt-table.stt-subjects-grid .stt-subject-col input.form-control { min-width: 2.6rem; }
.stt-subject-main {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  margin: 0;
  font-size: 0.78rem;
  color: #64748b;
  white-space: nowrap;
}
.stt-subject-note {
  font-size: 0.75rem;
  line-height: 1.35;
  color: #64748b;
}
.stt-col-unavail .stt-unavail-btn { width: 100%; max-width: none; }
.stt-asg-cell { padding: 0.28rem !important; }
.stt-asg-wrap { min-width: 0; }
.stt-asg-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem;
  align-items: center;
}
.stt-asg-toggle { flex: 1 1 auto; text-align: left; }
.stt-teacher-row.is-asg-open > td.stt-col-role,
.stt-teacher-row.is-asg-open > td.stt-asg-cell {
  border-bottom: 0;
  padding-bottom: 0.08rem;
}
.stt-asg-detail-row > td {
  border-top: 0;
  padding-top: 0;
  vertical-align: top;
}
.stt-asg-detail-pad {
  border-top: 0;
  padding: 0;
  background: #fff;
}
.stt-asg-detail-cell {
  padding: 0 0.28rem 0.35rem !important;
  border-top: 0;
  background: #fafbfd;
}
.stt-asg-mini {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.8rem;
}
.stt-table.stt-assign-table,
.stt-table[data-stt-table="assignments"].stt-assign-table {
  table-layout: fixed;
  width: 100%;
}
.stt-table.stt-assign-table > tbody > tr > td { vertical-align: middle; }
.stt-asg-mini th, .stt-asg-mini td,
.stt-table.stt-assign-table th, .stt-table.stt-assign-table td {
  border: 1px solid var(--stt-border);
  padding: 0.12rem 0.18rem;
  vertical-align: middle;
}
.stt-asg-mini th { background: #f1f5f9; font-weight: 600; white-space: nowrap; }
.stt-table.stt-assign-table > thead > tr > th { background: #fef9c3; font-weight: 600; white-space: nowrap; }
.stt-asg-c-grade { width: 5.5rem; }
.stt-asg-c-teacher { width: 8.2rem; min-width: 8.2rem; }
.stt-teacher-cell {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  min-width: 0;
}
.stt-teacher-name-input {
  flex: 1 1 auto;
  min-width: 0;
}
.stt-teacher-class-count {
  flex: 0 0 auto;
  font-size: 0.72rem;
  color: #64748b;
  white-space: nowrap;
}
.stt-asg-c-teacher .stt-asg-te-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stt-asg-c-class { width: auto; }
.stt-asg-c-sub { width: 90px; min-width: 90px; max-width: 90px; }
.stt-asg-c-unavail { width: 9.2rem; }
.stt-asg-c-home { width: 4.4rem; text-align: center; }
.stt-asg-c-hours { width: 6.2rem; white-space: nowrap; }
.stt-asg-c-dbl { width: 3.2rem; text-align: center; }
.stt-asg-c-room { width: 90px; min-width: 90px; max-width: 90px; }
.stt-asg-c-del {
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  text-align: center;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.stt-table.stt-subjects-grid tr.stt-subject-del-row th,
.stt-table.stt-subjects-grid tr.stt-subject-del-row td {
  padding: 0.05rem 0.12rem;
}
.stt-asg-mini input.form-control,
.stt-asg-mini select.form-select,
.stt-table.stt-assign-table input.form-control,
.stt-table.stt-assign-table select.form-select {
  width: 100%;
  max-width: none;
  min-width: 0;
}
.stt-asg-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin: 0;
  font-size: 0.75rem;
  color: #475569;
  white-space: nowrap;
}
.stt-asg-foot { margin-top: 0.28rem; }
.stt-asg-c-hours [data-stt-sum] {
  font-weight: 700;
  color: #0f766e;
  margin-left: 0.12rem;
}
.stt-asg-c-hours input::placeholder {
  font-size: 0.72rem;
  color: #0f766e;
  opacity: 0.9;
}
.stt-order { width: 2.4rem; text-align: center; color: #64748b; white-space: nowrap; }
.stt-grid th { min-width: 4.5rem; }
.stt-grid-wrap {
  overflow: auto;
  max-height: min(70vh, calc(100vh - 13rem));
  border: 1px solid var(--stt-border);
  border-radius: 0.45rem;
}
.stt-grid-wrap .stt-grid { margin: 0; }
.stt-grid > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 3;
  box-shadow: 0 1px 0 var(--stt-border);
}
.stt-grid > tbody > tr > th {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 5.4rem;
  max-width: 7.2rem;
  background: #f8fafc;
  box-shadow: 1px 0 0 var(--stt-border);
}
.stt-grid > thead > tr > th:first-child {
  left: 0;
  z-index: 4;
  min-width: 5.4rem;
  background: #f8fafc;
}
.stt-grid[data-stt-view="master"] > tbody > tr > th,
.stt-grid[data-stt-view="master"] > thead > tr > th:first-child {
  min-width: 7rem;
  max-width: 9rem;
}
.stt-cell {
  min-width: 6.8rem;
  height: auto;
  min-height: 3.8rem;
  position: relative;
  background: #fff;
  vertical-align: top;
  padding: 0.28rem 1.15rem 0.28rem 0.4rem;
}
.stt-cell.is-empty {
  background: repeating-linear-gradient(-45deg, #fff, #fff 6px, #f8fafc 6px, #f8fafc 12px);
}
.stt-cell.is-empty.is-reading { background: #fffaf3; }
.stt-cell.is-empty.is-evening { background: #f6f7fc; }
.stt-cell.is-filled {
  background: color-mix(in srgb, var(--stt-sub, #94a3b8) 26%, #fff);
}
.stt-grid.is-plain .stt-cell.is-filled {
  background: #fff;
}
.stt-grid.is-plain .stt-cell.is-filled.is-soft {
  background: color-mix(in srgb, #f59e0b 16%, #fff);
}
.stt-grid.is-plain .stt-cell.is-filled.is-hard {
  background: color-mix(in srgb, #ef4444 18%, #fff);
}
.stt-unplaced.is-plain .stt-chip {
  background: #fff;
  border-left-color: var(--stt-border);
}
.stt-kind-lesson > th { background: #e7f6f3; }
.stt-kind-reading > th { background: #fff6e8; }
.stt-kind-evening > th { background: #eef1fb; }
.stt-grid > tbody > tr.stt-kind-lesson > th { background: #e7f6f3; }
.stt-grid > tbody > tr.stt-kind-reading > th { background: #fff6e8; }
.stt-grid > tbody > tr.stt-kind-evening > th { background: #eef1fb; }
.stt-grid > tbody > tr.stt-kind-break > th,
.stt-grid > tbody > tr.stt-break-row > th { background: #f1f5f9; }
.stt-kind-break td, .stt-kind-break th, .stt-break-edit {
  background: #f1f5f9;
}
.stt-kind-lesson input, .stt-kind-lesson select,
.stt-kind-reading input, .stt-kind-reading select,
.stt-kind-evening input, .stt-kind-evening select,
.stt-kind-break input, .stt-kind-break select {
  background: #fff;
}
.stt-cell.is-filled.is-soft {
  background: color-mix(in srgb, #f59e0b 16%, color-mix(in srgb, var(--stt-sub, #94a3b8) 22%, #fff));
}
.stt-cell.is-filled.is-hard {
  background: color-mix(in srgb, #ef4444 18%, #fff);
  box-shadow: inset 0 0 0 2px #dc2626;
}
.stt-cell.is-locked { outline: 1px dashed #64748b; }
.stt-grid.is-roomy .stt-cell:not(.is-break) {
  min-height: 5.8rem;
  vertical-align: middle;
}
.stt-grid.is-roomy > tbody > tr.stt-kind-lesson > th,
.stt-grid.is-roomy > tbody > tr.stt-kind-reading > th,
.stt-grid.is-roomy > tbody > tr.stt-kind-evening > th {
  min-height: 5.8rem;
  vertical-align: middle;
}
.stt-cell.is-break, .stt-break-row td, .stt-grid th.is-break {
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.72rem;
  text-align: center;
  height: 1.45rem;
  min-height: 1.45rem;
  min-width: auto;
}
.stt-break-row th { background: #f8fafc; font-weight: 600; }
.stt-period-time { font-weight: 400; font-size: 0.68rem; color: #64748b; line-height: 1.2; }
.stt-table input[type="time"] { min-width: 6.4rem; }
.stt-block-gap td, .stt-block-gap th, .stt-lunch-gap td, .stt-lunch-gap th {
  height: 0.85rem;
  min-height: 0.85rem;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}
.stt-cell-sub {
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.25;
  color: #0f172a;
  padding-left: 0.35rem;
  border-left: 3px solid var(--stt-sub, #94a3b8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stt-cell-meta {
  font-size: 0.72rem;
  color: #475569;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stt-cell-warn {
  margin-top: 0.1rem;
  font-size: 0.68rem;
  line-height: 1.25;
  color: #b91c1c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stt-cell.is-soft .stt-cell-warn { color: #b45309; }
.stt-pin { position: absolute; top: 2px; right: 2px; border: 0; background: transparent; font-size: 0.7rem; line-height: 1; padding: 0; }
.stt-tt-bar { display: flex; flex-wrap: wrap; gap: 0.45rem; align-items: center; margin-bottom: 0.45rem; }
.stt-disp-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.stt-disp-bar .stt-check { margin: 0; color: #475569; }
.stt-break-span {
  text-align: center !important;
  font-weight: 650;
  letter-spacing: 0.12em;
}
.stt-tabs { display: flex; flex-wrap: wrap; gap: 0.3rem; }
.stt-view-nav {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  min-width: 0;
}
.stt-view-nav .form-select { min-width: 8.5rem; max-width: 16rem; }
.stt-view-pick { min-width: 0; }
.stt-view-arrow { width: 2rem; padding-left: 0; padding-right: 0; font-size: 1.15rem; line-height: 1; }
.stt-tt-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 0.75rem; align-items: start; }
.stt-tt-layout.is-master-full { grid-template-columns: 1fr; }
.stt-unplaced {
  border: 1px dashed var(--stt-border);
  border-radius: 0.5rem;
  padding: 0.6rem;
  min-height: 8rem;
  background: #f8fafc;
  position: sticky;
  top: 0.4rem;
  max-height: min(70vh, calc(100vh - 13rem));
  overflow: auto;
}
.stt-chip {
  border: 1px solid var(--stt-border);
  border-left: 3px solid var(--stt-sub, #94a3b8);
  border-radius: 0.4rem;
  padding: 0.35rem 0.45rem;
  margin-bottom: 0.4rem;
  background: color-mix(in srgb, var(--stt-sub, #94a3b8) 14%, #fff);
  font-size: 0.78rem;
  cursor: grab;
}
.stt-chip-why { font-size: 0.7rem; color: #b45309; margin-top: 0.2rem; line-height: 1.3; }
.stt-table.stt-assign-table input.stt-class-nums-input.is-invalid,
.stt-asg-mini input.stt-class-nums-input.is-invalid {
  border-color: #ef4444;
  background: #fef2f2;
}
.stt-table.stt-assign-table input.stt-class-nums-input { min-width: 0; }
.stt-class-pick-btn {
  width: 100%;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.stt-class-pick-dlg {
  border: 0;
  padding: 0;
  background: transparent;
  width: min(42rem, 92vw);
  max-width: 92vw;
}
.stt-class-pick-dlg::backdrop { background: rgba(15, 23, 42, 0.45); }
.stt-class-pick-body {
  padding: 0 1rem 0.75rem;
  overflow: auto;
  max-height: min(52vh, 28rem);
}
.stt-class-pick-all {
  margin-bottom: 0.55rem;
  font-weight: 600;
}
.stt-class-pick-grade {
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid var(--stt-border);
}
.stt-class-pick-grade:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.stt-class-pick-grade-head {
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #334155;
}
.stt-class-pick-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
}
.stt-class-pick-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  font-size: 0.82rem;
  white-space: nowrap;
}
.stt-unavail-btn { min-width: 5.5rem; max-width: 12rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.stt-unavail-hint { margin: 0 1rem 0.35rem; }
.stt-unavail-dlg {
  border: 0;
  padding: 0;
  background: transparent;
  width: min(72rem, 96vw);
  max-width: 96vw;
}
.stt-unavail-dlg::backdrop { background: rgba(15, 23, 42, 0.45); }
.stt-unavail-card {
  background: #fff;
  border-radius: 0.7rem;
  border: 1px solid var(--stt-border);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 90vh;
  min-height: 28rem;
}
.stt-unavail-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.15rem 0.55rem;
  font-weight: 650;
  font-size: 1.05rem;
}
.stt-unavail-x {
  border: 0;
  background: transparent;
  font-size: 1.45rem;
  line-height: 1;
  color: #64748b;
  padding: 0 0.2rem;
}
.stt-unavail-body {
  overflow: auto;
  padding: 0.45rem 1.15rem 0.95rem;
  min-height: 18rem;
}
.stt-unavail-grid {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.stt-unavail-grid th, .stt-unavail-grid td {
  border: 1px solid var(--stt-border);
  padding: 0.4rem 0.45rem;
  text-align: center;
  vertical-align: middle;
}
.stt-unavail-grid thead th {
  background: #f8fafc;
  font-weight: 650;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
}
.stt-unavail-grid tbody th {
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
  background: #fff;
  position: sticky;
  left: 0;
  z-index: 1;
}
.stt-unavail-grid .stt-unavail-corner {
  text-align: left;
  z-index: 2;
}
.stt-unavail-grid label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  margin: 0;
  font-weight: 500;
}
.stt-unavail-all {
  font-weight: 500;
  color: #64748b;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  margin: 0.2rem 0 0;
}
.stt-unavail-grid input[type="checkbox"] {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
}
.stt-unavail-foot {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem;
  border-top: 1px solid var(--stt-border);
}
.stt-unavail-foot .btn { min-width: 4.5rem; }
.stt-notice-dlg {
  border: 0;
  padding: 0;
  background: transparent;
  width: min(36rem, 94vw);
  max-width: 94vw;
}
.stt-notice-dlg::backdrop { background: rgba(15, 23, 42, 0.45); }
.stt-notice-card {
  background: #fff;
  border-radius: 0.7rem;
  border: 1px solid var(--stt-border);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  max-height: min(86vh, 40rem);
}
.stt-notice-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.95rem 1.15rem 0.45rem;
  font-weight: 700;
  font-size: 1.08rem;
  color: #9a3412;
}
.stt-notice-body {
  overflow: auto;
  padding: 0.15rem 1.15rem 0.85rem;
}
.stt-notice-lead {
  margin: 0 0 0.7rem;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.55;
}
.stt-notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.stt-notice-list li {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.5rem;
  padding: 0.7rem 0.8rem;
  margin-bottom: 0.45rem;
  color: #9a3412;
  line-height: 1.55;
  font-size: 0.92rem;
}
.stt-notice-hint {
  margin: 0.55rem 0 0;
  background: #f8fafc;
  border-radius: 0.5rem;
  padding: 0.7rem 0.8rem;
  color: #475569;
  font-size: 0.86rem;
  line-height: 1.55;
}
.stt-notice-foot {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0.7rem 1.15rem;
  border-top: 1px solid var(--stt-border);
}
.stt-notice-foot .btn { min-width: 5rem; }
.stt-panel { position: relative; }
.stt-panel.is-solving,
.stt-panel.is-exporting { pointer-events: none; }
.stt-panel.is-solving .stt-toolbar-actions,
.stt-panel.is-solving .stt-solve-mask,
.stt-panel.is-exporting .stt-export-mask { pointer-events: auto; }
.stt-solve-mask,
.stt-export-mask {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(15, 23, 42, 0.48);
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
}
.stt-panel.is-solving .stt-solve-mask,
.stt-panel.is-exporting .stt-export-mask { display: flex; }
.stt-solve-card {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid var(--stt-border);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.22);
  width: min(26rem, 94vw);
  padding: 2rem 1.8rem 1.5rem;
  text-align: center;
}
.stt-solve-spin {
  width: 4.4rem;
  height: 4.4rem;
  margin: 0 auto 1rem;
  border: 0.45rem solid #ccfbf1;
  border-top-color: var(--stt-accent);
  border-radius: 50%;
  animation: stt-spin 0.75s linear infinite;
}
@keyframes stt-spin {
  to { transform: rotate(360deg); }
}
.stt-solve-title {
  font-size: 1.28rem;
  font-weight: 750;
  color: #0f172a;
}
.stt-solve-count {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--stt-accent);
  margin: 0.35rem 0 0.1rem;
  font-variant-numeric: tabular-nums;
}
.stt-solve-unit {
  color: #64748b;
  font-size: 0.98rem;
}
.stt-solve-bar {
  height: 0.55rem;
  background: #e2e8f0;
  border-radius: 99px;
  overflow: hidden;
  margin: 1.05rem 0 0.75rem;
}
.stt-solve-fill {
  height: 100%;
  width: 2%;
  background: var(--stt-accent);
  border-radius: 99px;
  transition: width 0.2s linear;
}
.stt-solve-stat {
  color: #475569;
  font-size: 0.98rem;
  margin-bottom: 1.05rem;
}
@media (max-width: 991.98px) {
  .stt-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stt-tt-layout { grid-template-columns: 1fr; }
  .stt-checks { grid-template-columns: 1fr; }
  .stt-grid-wrap, .stt-unplaced { max-height: none; position: static; }
}
@media (max-width: 575.98px) {
  .stt-steps { grid-template-columns: 1fr; }
  .stt-step-text small { white-space: normal; }
  .stt-footer { bottom: 0; border-radius: 12px 12px 0 0; }
}
.stt-print-head { display: none; }
@media print {
  @page { size: A4 landscape; margin: 8mm; }
  .site-header,
  .site-footer,
  .tool-sidebar-col,
  .tool-page-header,
  .tool-page-summary,
  .tool-seo-block,
  .tool-tutorial-block,
  .tool-usage-badge,
  .tool-workspace-fullscreen-btn,
  .breadcrumb,
  .stt-toolbar,
  .stt-topbar,
  .stt-meta,
  .stt-meta-bar,
  .stt-privacy,
  .stt-steps,
  .stt-step-issues,
  .stt-footer,
  .stt-unplaced,
  .stt-tt-bar,
  .stt-disp-bar,
  .stt-pin,
  .stt-notice-dlg,
  .stt-unavail-dlg,
  .stt-solve-mask,
  .stt-export-mask,
  footer,
  header.site-header {
    display: none !important;
  }
  .stt-pane { display: none !important; }
  .stt-pane[data-pane="table"] { display: block !important; }
  .stt-print-head {
    display: block !important;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.45rem;
    color: #0f172a;
  }
  .tool-page-shell,
  .tool-page-body,
  .tool-page-row,
  .tool-main-col,
  .tool-workspace,
  .generic-tool-page,
  .stt-panel,
  .stt-tt-layout,
  .stt-table-wrap,
  .stt-grid-wrap,
  .container,
  .row,
  .col-lg-10,
  .col-md-9 {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    overflow: visible !important;
    max-height: none !important;
    position: static !important;
  }
  .stt-tt-layout { grid-template-columns: 1fr !important; }
  .stt-grid {
    width: 100% !important;
    table-layout: fixed;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .stt-grid > thead > tr > th,
  .stt-grid > tbody > tr > th {
    position: static !important;
    box-shadow: none !important;
  }
  .stt-cell {
    min-height: 1.85rem;
    height: auto;
    padding: 0.18rem 0.28rem !important;
  }
  .stt-cell.is-empty {
    background: #fff !important;
  }
  .stt-cell.is-break,
  .stt-break-row td,
  .stt-break-row th {
    height: 0.85rem !important;
    min-height: 0.85rem !important;
    font-size: 0.62rem;
    padding: 0.04rem 0.2rem !important;
  }
  .stt-block-gap { display: none !important; }
  .stt-cell-warn { white-space: normal; }
}
