@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --tblr-font-weight-light: 300;
  --tblr-font-weight-normal: 400;
  --tblr-font-weight-medium: 500;
  --tblr-font-weight-bold: 600;
  --tblr-font-weight-headings: var(--tblr-font-weight-bold);
  --tblr-font-size-h1: 1.8rem;
  --tblr-font-size-h2: 1.6rem;
  --tblr-font-size-h3: 1.4rem;
  --tblr-font-size-h4: 1.2rem;
  --tblr-font-size-h5: 1rem;
  --tblr-font-size-h6: 0.8rem;
  --tblr-line-height-h1: 2rem;
  --tblr-line-height-h2: 1.75rem;
  --tblr-line-height-h3: 1.5rem;
  --tblr-line-height-h4: 1.25rem;
  --tblr-line-height-h5: 1rem;
  --tblr-line-height-h6: 1rem;
  --tblr-font-weight-light: 300;
  --tblr-font-weight-normal: 400;
  --tblr-font-weight-medium: 500;
  --tblr-font-weight-bold: 600;
  --tblr-border-style: solid;
  --tblr-border-color: #dce1e7;
  --tblr-secondary-rgb:108,122,145;
  --tblr-dropdown-link-hover-bg:rgba(var(--tblr-secondary-rgb), 0.08);
  --tblr-dropdown-link-hover-color:#ffffff;
  --ct-footer-bg: #dffbf7;
  --ct-footer-tool-bg: #c8f3f8;
}

/**
* DARK MODE CSS
*/
/*
[data-bs-theme="dark"] {
    // body {
    //     background-color: #151515;
    //     color: #cccccc;
    // }

    a {
        color: #4da3ff;
    }

    a:hover {
        color: #a8d2ff;
    }

    .list-group-item {
        background-color: #1d1d1d;
        border-color: #444;
    }

    a.llv-active {
        background-color: #0468d2;
        border-color: rgba(255, 255, 255, 0.125);
        color: #ffffff;
    }

    a.list-group-item:focus,
    a.list-group-item:hover {
        background-color: #273a4e;
        border-color: rgba(255, 255, 255, 0.125);
        color: #ffffff;
    }

    .table td,
    .table th,
    .table thead th {
        border-color: #616161;
    }

    .page-item.disabled .page-link {
        color: #8a8a8a;
        background-color: #151515;
        border-color: #5a5a5a;
    }

    .page-link {
        background-color: #151515;
        border-color: #5a5a5a;
    }

    .page-item.active .page-link {
        color: #fff;
        background-color: #0568d2;
        border-color: #007bff;
    }

    .page-link:hover {
        color: #ffffff;
        background-color: #0051a9;
        border-color: #0568d2;
    }

    .form-control {
        border: 1px solid #464646;
        background-color: #151515;
        color: #bfbfbf;
    }

    .form-control:focus {
        color: #bfbfbf;
        background-color: #212121;
        border-color: #4a4a4a;
    }


    .form-select {
        border: 1px solid #464646;
        background-color: #151515;
        color: #bfbfbf;
    }

    .sidebar {
        background: #12181a;
        border-right: 1px solid rgb(255 255 255 / 12%);
        box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 20%) !important;
    }
}
*/
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #ecf0f2;
  --bs-body-color-rgb: 236, 240, 242;
  --bs-body-bg: #282c34;
  --bs-body-bg-rgb: 40, 44, 52;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #ecf0f2;
  --bs-secondary-color-rgb: 236, 240, 242;
  --bs-secondary-bg: #11142d;
  --bs-secondary-bg-rgb: 17, 20, 45;
  --bs-tertiary-color: rgba(236, 240, 242, 0.5);
  --bs-tertiary-color-rgb: 236, 240, 242;
  --bs-tertiary-bg: #1a2537;
  --bs-tertiary-bg-rgb: 26, 37, 55;
  --bs-primary-text-emphasis: #76c3fd;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #88e0b2;
  --bs-info-text-emphasis: #6dd1fd;
  --bs-warning-text-emphasis: #fedf6f;
  --bs-danger-text-emphasis: #fd93a7;
  --bs-light-text-emphasis: #f6f8fb;
  --bs-dark-text-emphasis: #f1f9ff;
  --bs-primary-bg-subtle: rgba(26, 155, 252, 0.3);
  --bs-secondary-bg-subtle: rgba(108, 117, 125, 0.3);
  --bs-success-bg-subtle: rgba(57, 203, 127, 0.3);
  --bs-info-bg-subtle: rgba(11, 178, 251, 0.3);
  --bs-warning-bg-subtle: rgba(253, 201, 15, 0.3);
  --bs-danger-bg-subtle: rgba(252, 75, 108, 0.3);
  --bs-light-bg-subtle: #273446;
  --bs-dark-bg-subtle: #444952;
  --bs-primary-border-subtle: #105d97;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #227a4c;
  --bs-info-border-subtle: #076b97;
  --bs-warning-border-subtle: #987909;
  --bs-danger-border-subtle: #972d41;
  --bs-light-border-subtle: #4f5467;
  --bs-dark-border-subtle: #11142d;
  --bs-heading-color: inherit;
  --bs-link-color: #ecf0f2;
  --bs-link-hover-color: #1a9bfc;
  --bs-link-color-rgb: 236, 240, 242;
  --bs-link-hover-color-rgb: 26, 155, 252;
  --bs-code-color: #f18bba;
  --bs-highlight-color: #ecf0f2;
  --bs-highlight-bg: #655006;
  --bs-border-color: rgba(255, 255, 255, 0.07);
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #88e0b2;
  --bs-form-valid-border-color: #88e0b2;
  --bs-form-invalid-color: #fd93a7;
  --bs-form-invalid-border-color: #fd93a7;
}

[data-bs-theme=dark] .btn-outline-secondary {
  color: #ecf0f2;
}

[data-bs-theme=dark] .tag {
  color: var(--bs-secondary-bg);
}

[data-bs-theme=dark] {
  --bs-btn-color: #ecf0f2;
  --ct-footer-bg: #111c2d;
  --ct-footer-tool-bg: #16253b;
}

[data-bs-theme=dark] .bg-white {
  background-color: #282c34 !important;
  --bs-card-border-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

[data-bs-theme=dark] :root {
  --ck-color-base-background: var(--bs-body-bg);
}

[data-bs-theme=dark] .ck.ck-editor__main > .ck-editor__editable {
  background: var(--bs-body-bg);
  border-radius: 0;
}

[data-bs-theme=dark] .select2-container--default .select2-selection--multiple .select2-selection__choice,
[data-bs-theme=dark] .select2-container--default.select2-selection--multiple,
[data-bs-theme=dark] .select2.select2-container,
[data-bs-theme=dark] .select2,
[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: var(--bs-body-bg);
  border-color: #464646;
  color: #bfbfbf;
}

[data-bs-theme=dark] .select2-results__options {
  background: var(--bs-body-bg);
}

.blockquote-footer {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: var(--bs-secondary-color);
}

/*
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* body {
    background-color: #f8f8f8;
} */
#wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  /* background-color: #fff; */
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    /* padding: 0 30px;
    border-left: 1px solid #e7e7e7; */
  }
}
.just-links li {
  line-height: 24px;
}

.b-widgets .b-list {
  margin-bottom: 30px;
}

.just-links {
  margin-bottom: 20px;
}

.result-line {
  line-height: 20px;
  margin-top: 1px;
  padding: 5px;
}

.percentbox {
  text-align: center;
  font-size: 18px;
  margin: 18px;
}

.percentimg {
  text-align: center;
  display: none;
}

/* Search */
.tool-search__input {
  box-shadow: none !important;
}

.search-results {
  color: #13202b;
}

.rt-grid-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1px;
  padding: 5px;
  /* background-color: #ddd;
     #f9fafb; */
}

.rt-grid-item {
  padding: 10px;
  outline: 1px solid rgb(203, 213, 225);
}

.rt-bold {
  font-weight: bold;
}

* {
  font-family: "Open Sans", sans-serif;
}

/* AD STYLING */
.adsense {
  --adsense-min-height: 100px;
  width: 100%;
  max-width: 100%;
  min-height: var(--adsense-min-height);
  display: block;
  position: relative;
  margin: 12px auto;
  box-sizing: border-box;
  overflow: hidden;
}

.adsense ins {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
}

.adsense__loading {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.72);
  color: #6c757d;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.adsense--loaded .adsense__loading {
  opacity: 0;
  visibility: hidden;
}

.adsense__loading span {
  text-align: center;
  line-height: 1;
}

.adsense--side--1 {
  --adsense-min-height: 280px;
  max-width: 400px;
}

.adsense--side--2 {
  --adsense-min-height: 500px;
  max-width: 400px;
}

.adsense--inline--3 {
  --adsense-min-height: 100px;
  max-width: 728px;
}

.adsense--inline--4 {
  --adsense-min-height: 50px;
  max-width: 728px;
}

@media (min-width: 768px) {
  .adsense {
    --adsense-min-height: 120px;
  }
  .adsense--side--1 {
    --adsense-min-height: 400px;
  }
  .adsense--inline--3 {
    --adsense-min-height: 180px;
  }
  .adsense--inline--4 {
    --adsense-min-height: 90px;
  }
}
body {
  line-height: 1.5;
  letter-spacing: 0.3px;
  font-size: 0.95rem;
}

.h1,
h1 {
  font-size: var(--tblr-font-size-h1);
  line-height: var(--tblr-line-height-h1);
}

.h2,
h2 {
  font-size: var(--tblr-font-size-h2);
  line-height: var(--tblr-line-height-h2);
}

.h3,
h3 {
  font-size: var(--tblr-font-size-h3);
  line-height: var(--tblr-line-height-h3);
}

.h4,
h4 {
  font-size: var(--tblr-font-size-h4);
  line-height: var(--tblr-line-height-h4);
}

.h5,
h5 {
  font-size: var(--tblr-font-size-h5);
  line-height: var(--tblr-line-height-h5);
}

.h6,
h6 {
  font-size: var(--tblr-font-size-h6);
  line-height: var(--tblr-line-height-h6);
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.strong,
b,
strong {
  font-weight: var(--tblr-font-weight-bold);
}

a {
  text-decoration: none;
}

label {
  font-weight: var(--tblr-font-weight-bold);
}

.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: var(--tblr-font-weight-normal);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.dropdown-item:focus,
.dropdown-item:hover {
  text-decoration: none;
  background-color: var(--tblr-dropdown-link-hover-bg);
}

blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px var(--tblr-border-style) var(--tblr-border-color);
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.blockquote-footer::before {
  content: "— ";
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #1a9bfc;
  --bs-list-group-active-border-color: #1a9bfc;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.workbench-panel,
.workbench-box {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.95rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.workbench-panel__title,
.workbench-box__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.ct-panel-head {
  margin-bottom: 0.85rem;
}

.ct-panel-head--context {
  margin-bottom: 0.75rem;
}

.ct-panel-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.ct-panel-kicker {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.72rem;
  color: #6c757d;
  margin-bottom: 0.35rem;
}

.ct-panel-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
}

.workbench-control-hint {
  margin-bottom: 0.9rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(255, 255, 255, 0.9));
  color: #334155;
  font-size: 0.85rem;
  line-height: 1.45;
}

.ct-task-fit {
  display: grid;
  gap: 0.45rem;
}

.ct-task-fit__row {
  display: grid;
  gap: 0.2rem;
}

.ct-task-fit__label {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
}

.ct-task-fit__row span:last-child {
  font-size: 0.82rem;
  color: #495057;
}

.ct-action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ct-action-links .btn {
  border-radius: 0.5rem;
}

@media (min-width: 1200px) {
  .ct-workbench-grid > .ct-workbench-col-setup {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .ct-workbench-grid > .ct-workbench-col-result {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.workbench-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.ct-workbench-toolbar-compact {
  gap: 0.45rem;
}

.ct-workbench-toolbar-compact .btn.btn-sm:not(.ct-icon-btn) {
  font-size: 0.78rem;
  line-height: 1.15;
  padding: 0.32rem 0.55rem;
}

.ct-workbench-toolbar-select-wrap {
  flex: 0 0 auto;
}

.ct-workbench-toolbar-select {
  width: auto;
  min-width: 12ch;
  max-width: 22ch;
  min-height: 30px;
  font-size: 0.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.ct-workbench-toolbar-select--wide {
  min-width: 16ch;
}

.object-serialize-workbench-screen textarea.codearea {
  width: 100%;
}

.ct-workbench-editor {
  height: 240px;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.ct-workbench-output {
  min-height: 18rem;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 0.9rem;
}

.ct-workbench-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #334155;
}

.ct-workbench-status-badge.is-success {
  border-color: rgba(5, 150, 105, 0.24);
  color: #047857;
  background: rgba(209, 250, 229, 0.92);
}

.ct-workbench-status-badge.is-warning {
  border-color: rgba(217, 119, 6, 0.24);
  color: #92400e;
  background: rgba(254, 243, 199, 0.92);
}

.ct-workbench-status-badge.is-error {
  border-color: rgba(220, 38, 38, 0.24);
  color: #b91c1c;
  background: rgba(254, 226, 226, 0.92);
}

.ct-workbench-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
}

.workbench-chip,
.workbench-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
}

.ct-issue-badges .workbench-badge {
  font-size: 0.74rem;
  padding: 0.35rem 0.62rem;
}

.encode-result-tabs .btn.is-active {
  background: rgba(15, 118, 110, 0.12);
  border-color: rgba(15, 118, 110, 0.34);
  color: #0f766e;
}

.encode-tab-pane {
  display: none;
}

.encode-tab-pane.is-active {
  display: block;
}

.output-mode-pane {
  display: none;
}

.output-mode-pane.is-active {
  display: block;
}

.json-flat-report {
  border-radius: 4px;
  border: 1px dashed #d0d7de;
  background: #f9fbfd;
  color: #334155;
  font-size: 13px;
  padding: 8px 10px;
}

.json-flat-report.status-success {
  border-color: rgba(5, 150, 105, 0.28);
  background: rgba(209, 250, 229, 0.62);
  color: #047857;
}

.json-flat-report.status-warning {
  border-color: rgba(217, 119, 6, 0.28);
  background: rgba(254, 243, 199, 0.7);
  color: #92400e;
}

.json-flat-report.status-error {
  border-color: rgba(220, 38, 38, 0.28);
  background: rgba(254, 226, 226, 0.7);
  color: #b91c1c;
}

.code-share-screen .aceeditor {
  height: 360px;
  width: 100%;
}

.code-share-screen--view .aceeditor {
  height: 600px;
}

.code-share-screen #editorIn,
.code-share-screen #editorIn * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 12px;
}

.code-share-screen .__box {
  border-bottom: 1px solid #eee;
  padding: 20px 10px 30px 10px;
  font-size: 1rem;
}

.code-share-screen .__box a {
  padding: 1px 10px 4px 10px;
  word-break: break-all;
}

.code-share-screen .__copy-btn {
  padding: 5px 8px 2px 6px;
  margin: -2px 0 0 0;
  border-radius: 0;
}

.code-share-screen .code-share-readonce-switch .form-check-label {
  cursor: pointer;
}

.code-share-screen .form-label {
  font-size: 0.86rem;
  font-weight: 600;
}

.code-share-screen .form-text {
  font-size: 0.8rem;
}

.ct-workbench-list {
  display: grid;
  gap: 0.45rem;
}

.ct-workbench-list .btn {
  text-align: left;
}

.ct-workbench-list .btn.is-active {
  border-color: rgba(15, 118, 110, 0.35);
  background: rgba(20, 184, 166, 0.1);
}

.ct-fancy-results {
  display: grid;
  gap: 0.65rem;
}

.ct-fancy-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(240px, 3fr) auto;
  gap: 0.6rem;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.92);
}

.ct-fancy-row__meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.ct-fancy-row__title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #334155;
}

.ct-fancy-row__preview .font-preview-content {
  font-size: 1rem;
  border-radius: 0.6rem;
}

.ct-fancy-row__actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .ct-fancy-row {
    grid-template-columns: 1fr;
  }
  .ct-fancy-row__actions {
    justify-content: flex-start;
  }
}
[data-bs-theme=dark] .json-flat-report {
  background: rgba(15, 23, 42, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .json-flat-report.status-success {
  border-color: rgba(16, 185, 129, 0.34);
  background: rgba(6, 78, 59, 0.7);
  color: #6ee7b7;
}

[data-bs-theme=dark] .json-flat-report.status-warning {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(120, 53, 15, 0.68);
  color: #fcd34d;
}

[data-bs-theme=dark] .json-flat-report.status-error {
  border-color: rgba(248, 113, 113, 0.34);
  background: rgba(127, 29, 29, 0.68);
  color: #fca5a5;
}

[data-bs-theme=dark] .ct-workbench-list .btn.is-active {
  border-color: rgba(45, 212, 191, 0.36);
  background: rgba(13, 148, 136, 0.24);
  color: #ccfbf1;
}

[data-bs-theme=dark] .encode-result-tabs .btn.is-active {
  background: rgba(20, 184, 166, 0.14);
  border-color: rgba(45, 212, 191, 0.34);
  color: #99f6e4;
}

[data-bs-theme=dark] .workbench-panel,
[data-bs-theme=dark] .workbench-box {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .ct-fancy-row {
  background: rgba(15, 23, 42, 0.78);
  border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme=dark] .ct-fancy-row__title {
  color: #cbd5e1;
}

[data-bs-theme=dark] .workbench-chip,
[data-bs-theme=dark] .workbench-badge {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .ct-workbench-editor {
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #f8fafc;
}

[data-bs-theme=dark] .ct-workbench-output {
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #f8fafc;
}

[data-bs-theme=dark] .ct-workbench-status-badge {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .ct-panel-kicker,
[data-bs-theme=dark] .ct-task-fit__label {
  color: #94a3b8;
}

[data-bs-theme=dark] .ct-panel-subtitle {
  color: #f8fafc;
}

[data-bs-theme=dark] .workbench-control-hint {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .ct-task-fit__row span:last-child {
  color: #e2e8f0;
}

.ct-icon-btn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0.45rem;
  line-height: 1;
}

/* Normalize icon button appearance across workbench toolbars */
.ct-icon-btn {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
}

.ct-icon-btn:hover {
  border-color: rgba(15, 118, 110, 0.22);
}

.ct-icon-btn.btn-sm {
  width: 30px;
  height: 30px;
}

.ct-icon-btn i {
  font-size: 0.9rem;
}

@media (max-width: 767.98px) {
  .workbench-control-hint {
    margin-bottom: 0.7rem;
    padding: 0.62rem 0.7rem;
    font-size: 0.8rem;
  }
}
.monitor-metric-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.65rem 0.75rem;
  min-height: 74px;
}

.device-recorder-screen #recordPreview {
  min-height: 220px;
  background: #0f172a;
}

@media (max-width: 767.98px) {
  .device-recorder-screen #recordPreview {
    min-height: 180px;
  }
}
.tool-workbench-screen .tool-workbench-shell:not(.row) {
  display: grid;
  gap: 1rem;
}

.tool-workbench-screen .tool-workbench-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.95rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
  padding: 1rem;
}

.cheat-hub .cheat-hub__hero {
  background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 45%, #fff8ef 100%);
}

.cheat-hub .cheat-hub__eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a5b1f;
}

.cheat-hub .cheat-hub__title {
  font-size: clamp(1.45rem, 2.1vw, 2.05rem);
  line-height: 1.2;
  margin: 0.4rem 0 0.75rem;
}

.cheat-hub .cheat-hub__intro {
  max-width: 60rem;
  color: #4a5568;
}

.cheat-hub .cheat-feature-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
  min-height: 100%;
}

.cheat-hub .cheat-feature-card__topic {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d5f91;
}

.cheat-hub .cheat-feature-card__title {
  font-size: 1.1rem;
  line-height: 1.25;
  margin: 0.35rem 0 0.85rem;
  color: #0f172a;
}

.cheat-hub .cheat-feature-card__command {
  font-size: 0.95rem;
  color: #0f172a;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.cheat-hub .cheat-feature-card__command code {
  color: inherit;
  font-weight: 600;
}

.cheat-hub .cheat-topic-card__icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #f1f5f9;
  color: #0f4c81;
  font-size: 1.2rem;
}

.cheat-hub .cheat-topic-card__family {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a5b1f;
}

.cheat-hub .cheat-topic-card__title {
  margin: 0.2rem 0 0;
  font-size: 1.35rem;
}

.cheat-hub .cheat-topic-card__summary {
  color: #4a5568;
}

.cheat-hub .cheat-topic-card__meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 0.92rem;
}

.cheat-topic-page .cheat-topic-page__hero {
  background: linear-gradient(135deg, #fbfdff 0%, #eef5ff 55%, #fff8f1 100%);
}

.cheat-topic-page .cheat-topic-page__badge {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f4c81;
  color: #fff;
  font-size: 1.35rem;
}

.cheat-topic-page .cheat-topic-page__family {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a5b1f;
}

.cheat-topic-page .cheat-topic-page__intro {
  color: #475569;
  max-width: 58rem;
}

.cheat-topic-page .cheat-topic-section + .cheat-topic-section {
  margin-top: 2rem;
}

.cheat-topic-page .cheat-topic-entry__title {
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
}

.cheat-topic-page .cheat-topic-entry__title a {
  text-decoration: none;
  color: inherit;
}

.cheat-topic-page .cheat-topic-entry__meta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-top: 0.45rem;
}

.cheat-topic-page .cheat-topic-entry__command {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 0.85rem;
  background: #0f172a;
  color: #e2e8f0;
  white-space: pre-wrap;
}

.cheat-topic-page .cheat-topic-entry__detail {
  margin-bottom: 0.6rem;
  color: #334155;
}

.cheat-topic-page .cheat-topic-entry__detail--gotcha {
  color: #7c2d12;
}

@media (max-width: 767.98px) {
  .cheat-hub .cheat-hub__title {
    font-size: 1.35rem;
  }
  .cheat-topic-page .cheat-topic-entry__command {
    font-size: 0.86rem;
    padding: 0.82rem 0.88rem;
  }
}
[data-bs-theme=dark] .cheat-hub .bar-heading,
[data-bs-theme=dark] .cheat-topic-page .bar-heading {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-hub .cheat-hub__hero {
  background: linear-gradient(145deg, #111827 0%, #0f172a 55%, #1e293b 100%);
  border-color: rgba(148, 163, 184, 0.35);
}

[data-bs-theme=dark] .cheat-hub .cheat-hub__eyebrow {
  color: #fbbf24;
}

[data-bs-theme=dark] .cheat-hub .cheat-hub__title {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-hub .cheat-hub__intro {
  color: #dbeafe;
}

[data-bs-theme=dark] .cheat-hub .cheat-feature-card__topic {
  color: #7dd3fc;
}

[data-bs-theme=dark] .cheat-hub .cheat-feature-card__title {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-hub .cheat-feature-card__command {
  color: #e2e8f0;
}

[data-bs-theme=dark] .cheat-hub .cheat-feature-card__command code {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-hub .cheat-topic-card__icon {
  background: #1e293b;
  color: #93c5fd;
}

[data-bs-theme=dark] .cheat-hub .cheat-topic-card__family {
  color: #fbbf24;
}

[data-bs-theme=dark] .cheat-hub .cheat-topic-card__title {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-hub .cheat-topic-card__summary {
  color: #e2e8f0;
}

[data-bs-theme=dark] .cheat-hub .cheat-topic-card__meta {
  color: #cbd5e1;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-page__hero {
  background: linear-gradient(145deg, #0f172a 0%, #111827 55%, #1e293b 100%);
  border-color: rgba(148, 163, 184, 0.35);
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-page__badge {
  background: #1d4ed8;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-page__family {
  color: #fbbf24;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-page__intro {
  color: #e2e8f0;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__title,
[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__title a {
  color: #f8fafc;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__meta {
  color: #cbd5e1;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__command {
  background: #020617;
  color: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__detail {
  color: #e2e8f0;
}

[data-bs-theme=dark] .cheat-topic-page .cheat-topic-entry__detail--gotcha {
  color: #fdba74;
}

.tool-workbench-screen .tool-workbench-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.tool-workbench-screen .tool-workbench-subtitle {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 0.8rem;
}

.tool-workbench-screen .tool-status-line {
  font-size: 0.82rem;
  font-weight: 600;
  border-radius: 0.6rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(248, 250, 252, 0.9);
  color: #334155;
}

.tool-workbench-screen .tool-status-line.is-success {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.25);
  background: rgba(209, 250, 229, 0.7);
}

.tool-workbench-screen .tool-status-line.is-warning {
  color: #92400e;
  border-color: rgba(217, 119, 6, 0.25);
  background: rgba(254, 243, 199, 0.7);
}

.tool-workbench-screen .tool-status-line.is-danger {
  color: #b91c1c;
  border-color: rgba(220, 38, 38, 0.25);
  background: rgba(254, 226, 226, 0.7);
}

.tool-workbench-screen .tool-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tool-workbench-screen .tool-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.6rem;
}

.tool-workbench-screen .tool-meta-item {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.7rem;
  padding: 0.55rem 0.65rem;
  background: rgba(248, 250, 252, 0.8);
}

.tool-workbench-screen .tool-meta-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}

.tool-workbench-screen .tool-meta-value {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  margin-top: 0.15rem;
}

.tool-workbench-screen .ct-diff-block {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  background: rgba(248, 250, 252, 0.82);
  padding: 0.75rem;
  max-height: 260px;
  overflow: auto;
  font-size: 0.78rem;
  line-height: 1.45;
}

[data-bs-theme=dark] .tool-workbench-screen .tool-workbench-card {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme=dark] .tool-workbench-screen .tool-workbench-subtitle,
[data-bs-theme=dark] .tool-workbench-screen .tool-meta-label {
  color: #94a3b8;
}

[data-bs-theme=dark] .tool-workbench-screen .tool-meta-item,
[data-bs-theme=dark] .tool-workbench-screen .tool-status-line {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.75);
}

[data-bs-theme=dark] .tool-workbench-screen .tool-meta-value {
  color: #f8fafc;
}

[data-bs-theme=dark] .tool-workbench-screen .ct-diff-block {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.82);
  color: #e2e8f0;
}

.csv-json-screen #csvJsonDiagnostics {
  padding-left: 1.1rem;
}

.csv-json-screen #csvJsonPreview table {
  margin-bottom: 0;
}

.csv-json-screen #csvJsonSchemaFields {
  max-height: 130px;
  overflow: auto;
}

.sass-transform-screen .aceeditor {
  height: 280px;
  width: 100%;
}

.sass-transform-screen #editorIn,
.sass-transform-screen #editorIn *,
.sass-transform-screen #editorOut,
.sass-transform-screen #editorOut * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 12px;
}

.responsive-screen .responsive-frames-wrap {
  display: grid;
  gap: 0.9rem;
  max-height: 820px;
  overflow: auto;
  padding-right: 0.2rem;
}

.responsive-screen .responsive-frame-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.8rem;
  background: rgba(248, 250, 252, 0.85);
  padding: 0.65rem;
}

.responsive-screen .responsive-frame-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.responsive-screen iframe {
  width: 100%;
  border: 1px solid #111827;
  background: #fff;
}

.responsive-screen .responsive-sticky-controls {
  position: sticky;
  top: 0.5rem;
}

.html-codes-screen .overflow-table th {
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 1;
  background: var(--bs-body-bg);
}

.html-codes-screen .overflow-table td {
  vertical-align: middle;
}

.html-codes-screen #myTable tr td {
  cursor: pointer;
}

.html-codes-screen #myTable tr.is-hidden {
  display: none;
}

.html-codes-screen #myTable tr.is-selected > td {
  background: rgba(14, 165, 233, 0.12);
}

.html-codes-screen .entity-quick-chip {
  line-height: 1.1;
}

.html-codes-screen .entity-quick-chip:focus-visible {
  outline: 2px solid rgba(14, 165, 233, 0.45);
  outline-offset: 1px;
}

#htmlEditorTabs .btn.is-active {
  border-color: rgba(37, 99, 235, 0.38);
  background: rgba(219, 234, 254, 0.84);
  color: #1d4ed8;
}

.svg-editor-screen .aceeditor,
.strip-html-screen .aceeditor {
  height: 260px;
  width: 100%;
}

.svg-editor-screen #in_editor,
.svg-editor-screen #in_editor * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 12px;
}

.dns-workbench-screen #dnsInterpretationList,
.dns-workbench-screen #dmarcRecommendationList {
  padding-left: 1.1rem;
}

.dns-workbench-screen .dns-group-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.dns-workbench-screen .dns-group-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.65rem;
  padding: 0.5rem;
  background: rgba(248, 250, 252, 0.84);
}

.dns-workbench-screen .dns-group-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
}

.dns-workbench-screen .dns-group-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
}

.fake-data-screen .fake-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.fake-data-screen .fake-badge--strong {
  border-color: rgba(37, 99, 235, 0.24);
  color: #1d4ed8;
  background: rgba(219, 234, 254, 0.9);
}

.fake-data-screen .fake-field-list-shell {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.8rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
}

.fake-data-screen .fake-field-list-shell table {
  margin-bottom: 0;
}

.fake-data-screen .fake-row-remove {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  width: 2rem;
  height: 2rem;
}

.fake-data-screen .fake-row-remove:hover {
  border-color: rgba(37, 99, 235, 0.32);
  transform: translateY(-1px);
}

.fake-data-screen .fake-diagnostics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.fake-data-screen .fake-diagnostic-card,
.fake-data-screen .fake-empty-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.85rem;
}

.fake-data-screen .fake-diagnostic-card__label {
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fake-data-screen .fake-diagnostic-card__value {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
}

.fake-data-screen .fake-diagnostic-card__hint,
.fake-data-screen .fake-empty-card {
  color: #64748b;
  font-size: 0.82rem;
}

[data-bs-theme=dark] .fake-data-screen .fake-badge--strong {
  background: rgba(30, 64, 175, 0.92);
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.26);
}

[data-bs-theme=dark] .fake-data-screen .fake-field-list-shell,
[data-bs-theme=dark] .fake-data-screen .fake-row-remove,
[data-bs-theme=dark] .fake-data-screen .fake-diagnostic-card,
[data-bs-theme=dark] .fake-data-screen .fake-empty-card {
  background: rgba(15, 23, 42, 0.84);
  border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme=dark] .fake-data-screen .fake-diagnostic-card__label,
[data-bs-theme=dark] .fake-data-screen .fake-diagnostic-card__hint,
[data-bs-theme=dark] .fake-data-screen .fake-empty-card {
  color: #94a3b8;
}

[data-bs-theme=dark] .fake-data-screen .fake-diagnostic-card__value {
  color: #f8fafc;
}

@media (max-width: 767.98px) {
  .dns-workbench-screen .dns-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fake-data-screen .fake-diagnostics-grid {
    grid-template-columns: 1fr;
  }
  .fake-data-screen .fake-badge-row {
    gap: 0.4rem;
  }
}
@media (max-width: 1199.98px) {
  .responsive-screen .responsive-sticky-controls {
    position: static;
  }
}
.sql-screen {
  --sql-accent: #2563eb;
  --sql-accent-rgb: 37, 99, 235;
  --sql-accent-soft: rgba(219, 234, 254, 0.92);
  --sql-accent-strong: #1d4ed8;
  --sql-panel-tint: rgba(239, 246, 255, 0.78);
  --sql-shell-bg: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.96));
  --sql-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.sql-screen .sql-panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.95rem;
  padding: 1rem;
  background: var(--sql-panel-bg), linear-gradient(135deg, var(--sql-panel-tint) 0%, rgba(255, 255, 255, 0) 48%);
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.sql-screen .sql-panel--hero {
  background: var(--sql-shell-bg), linear-gradient(135deg, rgba(var(--sql-accent-rgb), 0.08), rgba(255, 255, 255, 0) 46%);
}

.sql-screen .sql-panel__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  letter-spacing: 0.02em;
}

.sql-screen .sql-kicker {
  color: var(--sql-accent-strong);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.sql-screen .sql-badge-row,
.sql-screen .sql-toolbar,
.sql-screen .sql-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.sql-screen .sql-badge,
.sql-screen .sql-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  font-size: 0.78rem;
  font-weight: 600;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  line-height: 1.2;
}

.sql-screen .sql-badge--strong {
  background: var(--sql-accent-soft);
  color: var(--sql-accent-strong);
  border-color: rgba(var(--sql-accent-rgb), 0.22);
}

.sql-screen .sql-status-shell {
  border-radius: 999px;
  padding: 0.5rem 0.75rem !important;
}

.sql-screen .sql-toolbar-grid {
  display: grid;
  gap: 0.9rem;
}

.sql-screen .sql-inline-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.sql-screen .sql-inline-label {
  min-width: 92px;
  margin: 0;
  font-weight: 600;
}

.sql-screen .sql-inline-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.sql-screen .sql-select-field {
  min-width: 190px;
  width: auto;
}

.sql-screen .sql-tight-check {
  margin: 0;
  padding-left: 18px;
}

.sql-screen .sql-sample-select {
  min-width: 115px;
  width: 115px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.75rem;
  line-height: 1.1;
}

.sql-screen .sql-apply-fix {
  margin-left: 0.35rem;
  padding: 0.08rem 0.35rem;
  font-size: 0.66rem;
  line-height: 1.05;
  border-radius: 0.35rem;
}

.sql-screen .aceeditor {
  height: 180px;
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.sql-screen #editorIn {
  height: 180px;
}

.sql-screen #editorOut {
  height: 220px;
}

#sql-create-workbench .aceeditor {
  height: 240px;
}

.sql-screen .aceeditor * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace !important;
  font-size: 12px !important;
}

.sql-screen .sql-result-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sql-screen .sql-boxed-panel,
.sql-screen .sql-summary-card,
.sql-screen .sql-preset-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  border-radius: 0.85rem;
}

.sql-screen .sql-boxed-panel {
  padding: 10px;
  max-height: 300px;
  overflow: auto;
}

.sql-screen .sql-notes {
  display: grid;
  gap: 0.8rem;
}

.sql-screen .sql-notes__row {
  display: grid;
  gap: 0.25rem;
}

.sql-screen .sql-notes__label,
.sql-screen .sql-summary-card__label {
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.sql-screen .sql-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.85rem;
}

.sql-screen .sql-summary-card {
  padding: 0.8rem 0.9rem;
  display: grid;
  gap: 0.25rem;
}

.sql-screen .sql-summary-card strong {
  font-size: 1.15rem;
}

.sql-screen .sql-create-table th {
  font-size: 0.8rem;
  white-space: nowrap;
}

.sql-screen .sql-create-table td {
  vertical-align: top;
}

.sql-screen .sql-handle-col {
  width: 38px;
}

.sql-screen .sql-row-handle {
  color: #64748b;
  cursor: move;
}

.sql-screen .sql-row-handle:hover {
  color: var(--sql-accent-strong);
}

.sql-screen .sql-preset-list {
  display: grid;
  gap: 0.75rem;
}

.sql-screen .sql-preset-card {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem;
}

.sql-screen .sql-preset-card span {
  color: #64748b;
  font-size: 0.85rem;
}

.sql-screen .multiselect-native-select {
  width: 100%;
}

.sql-screen .multiselect.dropdown-toggle {
  width: 100%;
  text-align: left;
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
  min-height: 38px;
}

.sql-screen .additionaltp {
  margin-top: 0.5rem;
}

#sqlStatementTabs .btn {
  margin: 0 6px 6px 0;
  font-size: 11px;
  line-height: 1.2;
  padding: 3px 7px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

#sqlParseTree ul {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 0;
}

#sqlParseTree li {
  margin: 2px 0;
}

#sqlParseTree details summary {
  cursor: pointer;
}

#sqlParseTree .sql-tree-value,
#sqlParseTree .sql-tree-summary {
  cursor: pointer;
  border-radius: 3px;
  padding: 1px 3px;
  display: inline-block;
}

.sql-screen .ui-sortable-helper {
  background: #fff;
  box-shadow: 0 16px 35px -26px rgba(15, 23, 42, 0.45);
}

[data-bs-theme=dark] .sql-screen {
  --sql-accent: #60a5fa;
  --sql-accent-rgb: 96, 165, 250;
  --sql-accent-soft: rgba(30, 64, 175, 0.92);
  --sql-accent-strong: #bfdbfe;
  --sql-panel-tint: rgba(15, 23, 42, 0.82);
  --sql-shell-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  --sql-panel-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
}

[data-bs-theme=dark] .sql-screen .sql-panel,
[data-bs-theme=dark] .sql-screen .sql-boxed-panel,
[data-bs-theme=dark] .sql-screen .sql-summary-card,
[data-bs-theme=dark] .sql-screen .sql-preset-card,
[data-bs-theme=dark] .sql-screen #sqlDiagnostics,
[data-bs-theme=dark] .sql-screen #sqlCreateDiagnostics {
  background: var(--sql-panel-bg), linear-gradient(135deg, rgba(var(--sql-accent-rgb), 0.08) 0%, rgba(15, 23, 42, 0) 48%);
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 40px -30px rgba(2, 6, 23, 0.8);
}

[data-bs-theme=dark] .sql-screen .sql-panel__title,
[data-bs-theme=dark] .sql-screen .sql-kicker,
[data-bs-theme=dark] .sql-screen .sql-notes,
[data-bs-theme=dark] .sql-screen label,
[data-bs-theme=dark] .sql-screen .form-label,
[data-bs-theme=dark] .sql-screen .fw-semibold,
[data-bs-theme=dark] .sql-screen strong,
[data-bs-theme=dark] .sql-screen .table {
  color: #f8fafc;
}

[data-bs-theme=dark] .sql-screen .sql-control-hint {
  background: linear-gradient(180deg, rgba(var(--sql-accent-rgb), 0.12) 0%, rgba(15, 23, 42, 0.94) 100%);
  border-color: rgba(var(--sql-accent-rgb), 0.24);
  color: #dbeafe;
}

[data-bs-theme=dark] .sql-screen .sql-badge,
[data-bs-theme=dark] .sql-screen .sql-chip,
[data-bs-theme=dark] .sql-screen .multiselect.dropdown-toggle {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .sql-screen .sql-badge--strong {
  background: rgba(30, 64, 175, 0.92);
  color: #dbeafe;
  border-color: rgba(96, 165, 250, 0.26);
}

[data-bs-theme=dark] .sql-screen .sql-notes__label,
[data-bs-theme=dark] .sql-screen .sql-summary-card__label,
[data-bs-theme=dark] .sql-screen .small.text-muted,
[data-bs-theme=dark] .sql-screen .text-muted,
[data-bs-theme=dark] .sql-screen .sql-preset-card span {
  color: #94a3b8 !important;
}

[data-bs-theme=dark] .sql-screen .aceeditor,
[data-bs-theme=dark] .sql-screen .form-control,
[data-bs-theme=dark] .sql-screen .form-select,
[data-bs-theme=dark] .sql-screen .table,
[data-bs-theme=dark] .sql-screen .table > :not(caption) > * > * {
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #f8fafc;
}

@media (max-width: 767.98px) {
  .sql-screen .sql-panel {
    padding: 0.8rem;
  }
  .sql-screen .sql-control-hint {
    margin-bottom: 0.7rem;
    padding: 0.62rem 0.7rem;
    font-size: 0.8rem;
  }
  .sql-screen .sql-badge-row,
  .sql-screen .sql-toolbar,
  .sql-screen .sql-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .sql-screen .sql-toolbar-grid {
    gap: 0.65rem;
  }
  .sql-screen .sql-inline-group {
    align-items: flex-start;
    gap: 6px 10px;
  }
  .sql-screen .sql-inline-label {
    min-width: 0;
    width: 100%;
  }
  .sql-screen .sql-inline-options {
    width: 100%;
  }
  .sql-screen .sql-select-field {
    min-width: 0;
    width: 100%;
  }
  .sql-screen .sql-chip,
  .sql-screen .sql-preset-card {
    width: 100%;
  }
  .sql-screen #editorIn {
    height: 160px;
  }
  .sql-screen #editorOut {
    height: 190px;
  }
  #sql-create-workbench .aceeditor {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  .sql-screen #editorIn {
    height: 195px;
  }
  .sql-screen #editorOut {
    height: 235px;
  }
  #sql-create-workbench .aceeditor {
    height: 255px;
  }
}
.docker-screen {
  --docker-accent: #2563eb;
  --docker-accent-rgb: 37, 99, 235;
  --docker-accent-soft: rgba(219, 234, 254, 0.92);
}

.gitignore-screen {
  --gitignore-accent: #0f766e;
  --gitignore-accent-rgb: 15, 118, 110;
}

.gitignore-screen .gitignore-pre {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  background: rgba(248, 250, 252, 0.95);
  padding: 0.75rem;
  font-size: 0.8rem;
}

[data-bs-theme=dark] .gitignore-screen .gitignore-pre {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

.network-screen {
  --network-accent: #0f766e;
  --network-accent-rgb: 15, 118, 110;
  --network-accent-soft: rgba(204, 251, 241, 0.92);
  --network-accent-strong: #115e59;
  --network-panel-tint: rgba(236, 253, 245, 0.82);
  --network-shell-bg: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.96));
  --network-diagram-bg:
    radial-gradient(circle at top left, rgba(var(--network-accent-rgb), 0.12), rgba(var(--network-accent-rgb), 0) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.network-screen .network-panel,
.network-screen .network-result-card,
.network-screen .network-empty-card,
.network-screen .network-detail-group,
.network-screen .network-diagram-card,
.network-screen .network-compare-link {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%), linear-gradient(135deg, var(--network-panel-tint) 0%, rgba(255, 255, 255, 0) 48%);
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.network-screen .network-panel {
  padding: 1rem;
}

.network-screen .network-panel--main {
  background: var(--network-shell-bg), linear-gradient(135deg, rgba(var(--network-accent-rgb), 0.08), rgba(255, 255, 255, 0) 46%);
}

.network-screen .network-panel__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  letter-spacing: 0.02em;
}

.network-screen .network-control-hint {
  margin-bottom: 0.95rem;
  padding: 0.75rem 0.85rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(var(--network-accent-rgb), 0.14);
  background: linear-gradient(180deg, rgba(var(--network-accent-rgb), 0.08) 0%, rgba(255, 255, 255, 0.9) 100%);
  color: #334155;
  font-size: 0.85rem;
  line-height: 1.45;
}

.network-screen .network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.network-screen .network-loader {
  margin-top: 0.9rem;
}

.network-screen .network-kicker {
  color: var(--network-accent-strong);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.35rem;
}

.network-screen .network-badge-row,
.network-screen .network-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.network-screen .network-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.35rem 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(var(--network-accent-rgb), 0.14);
  color: #334155;
}

.network-screen .network-badge--strong {
  background: var(--network-accent-soft);
  color: var(--network-accent-strong);
  border-color: rgba(var(--network-accent-rgb), 0.22);
}

.network-screen .network-progress-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.94);
  color: #334155;
  font-size: 0.8rem;
  font-weight: 600;
}

.network-screen .network-progress-badge.is-info {
  color: #0f766e;
  border-color: rgba(15, 118, 110, 0.25);
}

.network-screen .network-progress-badge.is-success {
  color: #047857;
  border-color: rgba(4, 120, 87, 0.25);
}

.network-screen .network-progress-badge.is-danger {
  color: #b91c1c;
  border-color: rgba(185, 28, 28, 0.25);
}

.network-screen .network-answer-banner {
  border-radius: 0.75rem;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.92);
}

.network-screen .network-diagram-card {
  padding: 1rem;
  background: var(--network-diagram-bg);
}

.network-screen .network-diagram-card__title,
.network-screen .network-detail-group__title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #0f172a;
}

.network-screen .network-diagram-container {
  min-height: 280px;
  border-radius: 0.85rem;
  border: 1px dashed rgba(var(--network-accent-rgb), 0.24);
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
  overflow: auto;
}

.network-screen .network-diagram-placeholder {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  text-align: center;
  line-height: 1.45;
}

.network-screen .network-diagram-container svg {
  max-width: 100%;
  height: auto !important;
}

.network-screen .network-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.network-screen .network-result-card,
.network-screen .network-empty-card,
.network-screen .network-detail-group {
  padding: 0.9rem;
}

.network-screen .network-result-card__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #475569;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.network-screen .network-result-card__value {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  word-break: break-word;
}

.network-screen .network-result-card__hint {
  display: block;
  color: #64748b;
  font-size: 0.8rem;
  margin-top: 0.3rem;
}

.network-screen .network-detail-groups {
  display: grid;
  gap: 0.85rem;
}

.network-screen .network-detail-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}

.network-screen .network-detail-row {
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  font-size: 0.9rem;
}

.network-screen .network-detail-row dt {
  margin: 0;
  color: #475569;
  font-weight: 600;
}

.network-screen .network-detail-row dd {
  margin: 0;
  color: #0f172a;
  word-break: break-word;
}

.network-screen .network-copy-btn {
  border-radius: 999px;
}

.network-screen .network-copy-btn {
  border-radius: 999px;
}

.network-screen .card-footer {
  padding: 0;
  border: 0;
  background: transparent;
  display: block;
}

.network-screen .card-footer span {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.85rem;
  color: #475569;
}

.network-screen .form-group + .form-group {
  margin-top: 0.75rem;
}

.network-screen .network-result-table {
  width: 100%;
  table-layout: auto;
}

.network-screen .network-result-table th,
.network-screen .network-result-table td {
  vertical-align: middle;
}

.network-screen .network-result-table .network-col-index,
.network-screen .network-result-table .network-col-metric,
.network-screen .network-result-table .network-col-status,
.network-screen .network-result-table .network-col-action,
.network-screen .network-result-table .network-col-toggle,
.network-screen .network-result-table .network-col-type {
  white-space: nowrap;
}

.network-screen .network-result-table .network-col-index {
  width: 3.2rem;
  min-width: 3.2rem;
  text-align: center;
}

.network-screen .network-result-table .network-col-type {
  width: 6.2rem;
  min-width: 6.2rem;
}

.network-screen .network-result-table .network-col-status {
  width: 7.2rem;
  min-width: 7.2rem;
}

.network-screen .network-result-table .network-col-metric {
  width: 5.8rem;
  min-width: 5.8rem;
  text-align: center;
}

.network-screen .network-result-table .network-col-action,
.network-screen .network-result-table .network-col-toggle {
  width: 4.4rem;
  min-width: 4.4rem;
  text-align: center;
}

.network-screen .network-result-table .network-col-domain,
.network-screen .network-result-table .network-col-value {
  min-width: 15rem;
  white-space: normal;
}

.network-screen .network-table-detail-row > td {
  background: rgba(var(--network-accent-rgb), 0.06);
  padding: 0.75rem 0.85rem;
}

.network-screen .network-table-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
}

.network-screen .network-table-detail-item {
  min-width: 0;
}

.network-screen .network-table-detail-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
  font-weight: 700;
}

.network-screen .network-table-detail-value {
  font-size: 0.86rem;
  color: #0f172a;
  margin-top: 0.15rem;
}

.network-screen .network-detail-toggle i {
  transition: transform 0.16s ease;
}

.network-screen .network-detail-toggle.is-open i {
  transform: rotate(180deg);
}

.network-screen .row > [class*=col-] {
  min-width: 0;
}

.network-screen .form-control,
.network-screen .form-select {
  width: 100%;
  min-width: 0;
}

.network-screen input.form-control,
.network-screen select.form-select {
  min-height: 2.7rem;
}

.network-screen textarea.form-control {
  min-height: 172px;
}

.network-screen input.form-control {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 0.96rem;
}

.network-screen select.form-select {
  font-size: 0.95rem;
}

.network-screen .form-group small,
.network-screen .form-group .text-muted {
  display: block;
  line-height: 1.4;
  word-break: break-word;
}

.network-screen .smallerwidth,
.network-screen .smallwidth {
  width: 100%;
  max-width: none;
}

[data-bs-theme=dark] .network-screen {
  --network-accent: #34d399;
  --network-accent-rgb: 52, 211, 153;
  --network-accent-soft: rgba(6, 78, 59, 0.9);
  --network-accent-strong: #a7f3d0;
  --network-panel-tint: rgba(15, 23, 42, 0.82);
  --network-shell-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  --network-diagram-bg:
    radial-gradient(circle at top left, rgba(var(--network-accent-rgb), 0.16), rgba(var(--network-accent-rgb), 0) 44%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
}

[data-bs-theme=dark] .network-screen .network-panel,
[data-bs-theme=dark] .network-screen .network-result-card,
[data-bs-theme=dark] .network-screen .network-empty-card,
[data-bs-theme=dark] .network-screen .network-detail-group,
[data-bs-theme=dark] .network-screen .network-diagram-card,
[data-bs-theme=dark] .network-screen .network-compare-link {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(17, 24, 39, 0.96) 100%), linear-gradient(135deg, rgba(var(--network-accent-rgb), 0.08) 0%, rgba(15, 23, 42, 0) 48%);
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 40px -30px rgba(2, 6, 23, 0.8);
}

[data-bs-theme=dark] .network-screen .network-panel__title,
[data-bs-theme=dark] .network-screen .network-diagram-card__title,
[data-bs-theme=dark] .network-screen .network-detail-group__title,
[data-bs-theme=dark] .network-screen .network-result-card__value,
[data-bs-theme=dark] .network-screen .network-detail-row dd,
[data-bs-theme=dark] .network-screen .network-answer-banner,
[data-bs-theme=dark] .network-screen #network-tool-problem,
[data-bs-theme=dark] .network-screen #network-tool-focus,
[data-bs-theme=dark] .network-screen #network-tool-best-with,
[data-bs-theme=dark] .network-screen #network-tool-watch-for,
[data-bs-theme=dark] .network-screen #class-c-tool-problem,
[data-bs-theme=dark] .network-screen #class-c-tool-focus,
[data-bs-theme=dark] .network-screen #class-c-tool-best-with,
[data-bs-theme=dark] .network-screen #class-c-tool-watch-for {
  color: #f8fafc;
}

[data-bs-theme=dark] .network-screen .network-kicker {
  color: #6ee7b7;
}

[data-bs-theme=dark] .network-screen .network-control-hint {
  background: linear-gradient(180deg, rgba(var(--network-accent-rgb), 0.12) 0%, rgba(15, 23, 42, 0.94) 100%);
  border-color: rgba(var(--network-accent-rgb), 0.24);
  color: #d1fae5;
}

[data-bs-theme=dark] .network-screen .network-badge,
[data-bs-theme=dark] .network-screen .network-progress-badge {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .network-screen .network-badge--strong {
  background: rgba(6, 78, 59, 0.88);
  color: #d1fae5;
  border-color: rgba(52, 211, 153, 0.26);
}

[data-bs-theme=dark] .network-screen .network-answer-banner {
  background: rgba(15, 23, 42, 0.94);
  border-color: rgba(148, 163, 184, 0.2) !important;
}

[data-bs-theme=dark] .network-screen .network-diagram-container {
  background: rgba(2, 6, 23, 0.7);
  border-color: rgba(52, 211, 153, 0.24);
}

[data-bs-theme=dark] .network-screen .network-table-detail-row > td {
  background: rgba(15, 23, 42, 0.75);
}

[data-bs-theme=dark] .network-screen .network-table-detail-label {
  color: #94a3b8;
}

[data-bs-theme=dark] .network-screen .network-table-detail-value {
  color: #e2e8f0;
}

[data-bs-theme=dark] .network-screen .network-diagram-placeholder,
[data-bs-theme=dark] .network-screen .network-result-card__hint,
[data-bs-theme=dark] .network-screen .network-detail-row dt,
[data-bs-theme=dark] .network-screen .network-result-card__label,
[data-bs-theme=dark] .network-screen .card-footer span,
[data-bs-theme=dark] .network-screen .small.text-muted,
[data-bs-theme=dark] .network-screen .text-muted {
  color: #94a3b8 !important;
}

[data-bs-theme=dark] .network-screen input.form-control,
[data-bs-theme=dark] .network-screen select.form-select,
[data-bs-theme=dark] .network-screen textarea.form-control {
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #f8fafc;
}

[data-bs-theme=dark] .network-screen input.form-control::-moz-placeholder, [data-bs-theme=dark] .network-screen textarea.form-control::-moz-placeholder {
  color: #64748b;
}

[data-bs-theme=dark] .network-screen input.form-control::placeholder,
[data-bs-theme=dark] .network-screen textarea.form-control::placeholder {
  color: #64748b;
}

[data-bs-theme=dark] .network-screen label,
[data-bs-theme=dark] .network-screen .form-text,
[data-bs-theme=dark] .network-screen small {
  color: #cbd5e1;
}

[data-bs-theme=dark] .network-screen .network-copy-btn,
[data-bs-theme=dark] .network-screen .network-compare-link:hover {
  border-color: rgba(52, 211, 153, 0.3);
}

@media (max-width: 1199.98px) {
  .network-screen .network-result-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .network-screen .network-detail-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .network-screen .network-table-detail-grid {
    grid-template-columns: 1fr;
  }
  .network-screen .network-result-table .network-col-domain,
  .network-screen .network-result-table .network-col-value {
    min-width: 11rem;
  }
  .network-screen .network-diagram-container {
    min-height: 240px;
  }
}
.browser-diagnostics-screen .network-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.browser-diagnostics-screen .network-result-card__value {
  font-size: 0.95rem;
  font-weight: 650;
  white-space: normal;
}

.browser-diagnostics-screen .network-result-card:nth-child(10) .network-result-card__value,
.browser-diagnostics-screen .network-result-card:nth-child(9) .network-result-card__value {
  font-size: 0.82rem;
  line-height: 1.45;
  word-break: break-word;
}

.browser-diagnostics-screen .browser-resize-log {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.3rem;
  color: #334155;
  font-size: 0.83rem;
}

@media (max-width: 991.98px) {
  .browser-diagnostics-screen .network-result-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.ip-diagnostics-screen #publicIpValue {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  word-break: break-all;
}

.ip-diagnostics-screen .network-detail-row dd a {
  margin-left: 0.45rem;
}

.unicode-screen {
  --unicode-accent: #0f766e;
  --unicode-accent-soft: rgba(204, 251, 241, 0.7);
  --unicode-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

.unicode-screen .unicode-setup-panel {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.9rem;
  padding: 0.85rem 0.95rem;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)), linear-gradient(135deg, var(--unicode-accent-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.4);
}

.unicode-screen .unicode-kicker {
  color: #0f766e;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.unicode-screen .unicode-progress-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 0.8rem;
  font-weight: 600;
}

.unicode-screen .tab-content {
  padding-top: 20px;
}

.unicode-screen .tbpad {
  padding-left: 10px;
  padding-right: 10px;
}

.unicode-screen form > div > div > .form-group {
  margin-bottom: 30px;
}

.unicode-screen .code_buttons {
  border-bottom: 1px solid #ddd;
  font-size: 0.85em;
  background: #f7f7f7;
  text-align: left;
  padding: 6px 8px 4px;
  display: grid;
}

.unicode-screen .go_right {
  float: right;
  text-align: right;
}

.unicode-screen .buttonsm {
  background-color: #ddd;
  border-bottom: 2px solid #ccc;
  border-left: 0;
  border-radius: 3px;
  border-right: 0;
  border-top: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "segoe ui", "trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
  opacity: 0.75;
  margin: 0 0 0 8px;
}

.unicode-screen .unicode-tools-meta,
.unicode-screen .unicode-panel,
.unicode-screen .unicode-tool-head {
  border: 1px solid #e2e6ea;
  border-radius: 4px;
  padding: 10px;
  background: #fafbfc;
  margin-bottom: 14px;
}

.unicode-screen .unicode-tool-head {
  background: #f2f6fb;
}

.unicode-screen .unicode-tools-meta .form-inline label {
  margin-bottom: 0;
}

.unicode-screen .unicode-banner {
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #d6dee7;
  background: #f8fbff;
}

.unicode-screen .unicode-banner.is-ok {
  border-color: #b9e2cb;
  background: #f1fbf5;
}

.unicode-screen .unicode-banner.is-warn {
  border-color: #f2d9a6;
  background: #fff8ea;
}

.unicode-screen .unicode-banner.is-error {
  border-color: #f1b5b5;
  background: #fff1f1;
}

.unicode-screen .unicode-banner-title {
  font-weight: 600;
}

.unicode-screen #selNormalize,
.unicode-screen #utf8Mode,
.unicode-screen #utf16Endian,
.unicode-screen #utf32Endian {
  width: auto;
  display: inline-block;
  margin-left: 8px;
}

.unicode-screen #unicodeDiag,
.unicode-screen #unicodeDetectMsg {
  margin-top: 4px;
}

.unicode-screen .unicode-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.unicode-screen .unicode-actions .buttonsm {
  margin-left: 0;
}

.unicode-screen .unicode-preview {
  min-height: 78px;
  max-height: 180px;
  overflow: auto;
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid #e4e8ee;
}

.unicode-screen .unicode-preview .diff-char.changed {
  background: #ffedb3;
}

.unicode-screen .unicode-preview .diff-char.removed {
  background: #ffd5d5;
}

.unicode-screen .unicode-preview .diff-char.added {
  background: #d5f5da;
}

.unicode-screen .char-list {
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  min-height: 42px;
  padding: 6px;
  background: #fff;
  white-space: pre-wrap;
  word-break: break-all;
}

.unicode-screen .char-chip {
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #d7dde5;
  border-radius: 3px;
  font-family: monospace;
  cursor: pointer;
  background: #f8fbff;
}

.unicode-screen .char-chip.active {
  background: #ddeefe;
  border-color: #87b7ea;
}

.unicode-screen .byte-grid {
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  background: #fff;
  padding: 8px;
  min-height: 42px;
  max-height: 220px;
  overflow: auto;
  font-family: monospace;
  font-size: 12px;
}

.unicode-screen .byte-row {
  margin-bottom: 4px;
}

.unicode-screen .byte-row .offset {
  color: #666;
  margin-right: 8px;
}

.unicode-screen .byte-row .invalid {
  color: #b30000;
  font-weight: 600;
}

[data-bs-theme=dark] .unicode-screen {
  --unicode-accent: #34d399;
  --unicode-accent-soft: rgba(6, 78, 59, 0.6);
  --unicode-panel-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
}

[data-bs-theme=dark] .unicode-screen .unicode-setup-panel,
[data-bs-theme=dark] .unicode-screen .unicode-tools-meta,
[data-bs-theme=dark] .unicode-screen .unicode-panel,
[data-bs-theme=dark] .unicode-screen .unicode-tool-head {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96)), linear-gradient(135deg, rgba(52, 211, 153, 0.08), rgba(15, 23, 42, 0));
  border-color: rgba(148, 163, 184, 0.2);
}

[data-bs-theme=dark] .unicode-screen .unicode-kicker {
  color: #6ee7b7;
}

[data-bs-theme=dark] .unicode-screen .unicode-progress-badge,
[data-bs-theme=dark] .unicode-screen .buttonsm,
[data-bs-theme=dark] .unicode-screen .unicode-preview,
[data-bs-theme=dark] .unicode-screen .char-list,
[data-bs-theme=dark] .unicode-screen .byte-grid {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

[data-bs-theme=dark] .unicode-screen .unicode-banner.is-ok {
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(6, 78, 59, 0.38);
}

[data-bs-theme=dark] .unicode-screen .unicode-banner.is-warn {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(120, 53, 15, 0.3);
}

[data-bs-theme=dark] .unicode-screen .unicode-banner.is-error {
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(127, 29, 29, 0.35);
}

[data-bs-theme=dark] .unicode-screen .unicode-preview .diff-char.changed {
  background: rgba(251, 191, 36, 0.32);
}

[data-bs-theme=dark] .unicode-screen .unicode-preview .diff-char.removed {
  background: rgba(248, 113, 113, 0.28);
}

[data-bs-theme=dark] .unicode-screen .unicode-preview .diff-char.added {
  background: rgba(74, 222, 128, 0.28);
}

[data-bs-theme=dark] .unicode-screen .char-chip.active {
  background: rgba(59, 130, 246, 0.35);
  border-color: rgba(96, 165, 250, 0.6);
}

@media (max-width: 767.98px) {
  .unicode-screen .unicode-setup-panel {
    padding: 0.75rem;
  }
  .unicode-screen .unicode-progress-badge {
    margin-top: 0.55rem;
  }
  .unicode-screen .tbpad {
    padding-left: 0;
    padding-right: 0;
  }
  .unicode-screen .form-inline {
    display: block;
  }
  .unicode-screen .buttonsm {
    margin-left: 6px;
    margin-top: 4px;
  }
}
.security-screen,
.wp-password-screen {
  --sec-accent: #0f766e;
  --sec-accent-rgb: 15, 118, 110;
  --sec-accent-soft: rgba(204, 251, 241, 0.72);
}

.security-screen .security-setup-panel,
.wp-password-screen .security-setup-panel {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.9rem;
  padding: 0.85rem 0.95rem;
  margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)), linear-gradient(135deg, var(--sec-accent-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 12px 28px -24px rgba(15, 23, 42, 0.4);
}

.security-screen .security-kicker,
.wp-password-screen .security-kicker {
  color: #0f766e;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.security-screen .security-progress-badge,
.wp-password-screen .security-progress-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 0.8rem;
  font-weight: 600;
}

.security-screen #aceEditor,
.security-screen #aceEditor * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 12px;
  height: 200px;
}

.security-screen .code_buttons {
  border-bottom: 1px solid #ddd;
  font-size: 0.85em;
  background: #f7f7f7;
  text-align: left;
  padding: 6px 8px 4px;
  display: grid;
}

.security-screen .go_right {
  float: right;
  text-align: right;
}

.security-screen .buttonsm {
  background-color: #ddd;
  border-bottom: 2px solid #ccc;
  border-left: 0;
  border-radius: 3px;
  border-right: 0;
  border-top: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "segoe ui", "trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
  opacity: 0.75;
  margin: 0 0 0 8px;
}

.security-screen .signature-workbench {
  height: 460px;
  min-height: 460px;
}

.security-screen #favcolor {
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.security-screen .signature-pad {
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 900px;
  padding: 16px;
}

.security-screen .signature-pad::before,
.security-screen .signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.security-screen .signature-pad::before {
  left: 20px;
  transform: skew(-3deg) rotate(-3deg);
}

.security-screen .signature-pad::after {
  right: 20px;
  transform: skew(3deg) rotate(3deg);
}

.security-screen .signature-pad--body {
  position: relative;
  flex: 1;
  border: 1px solid #f4f4f4;
}

.security-screen .signature-pad--body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  border-radius: 4px;
  touch-action: none;
}

.security-screen .signature-pad--footer {
  color: #c3c3c3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 8px;
}

.security-screen .signature-pad--actions {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.wp-password-screen span.__copy-btn,
.wp-password-screen span.__download-btn {
  padding: 5px 8px 2px 6px;
  margin: -2px 0 0 0;
  border-radius: 0;
  cursor: pointer;
}

[data-bs-theme=dark] .security-screen .security-setup-panel,
[data-bs-theme=dark] .wp-password-screen .security-setup-panel {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96)), linear-gradient(135deg, rgba(52, 211, 153, 0.08), rgba(15, 23, 42, 0));
  border-color: rgba(148, 163, 184, 0.2);
}

[data-bs-theme=dark] .security-screen .security-kicker,
[data-bs-theme=dark] .wp-password-screen .security-kicker {
  color: #6ee7b7;
}

[data-bs-theme=dark] .security-screen .security-progress-badge,
[data-bs-theme=dark] .wp-password-screen .security-progress-badge {
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
}

.timezone-screen {
  --tz-accent: #0f766e;
  --tz-accent-rgb: 15, 118, 110;
  --tz-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  --tz-panel-tint: rgba(236, 253, 245, 0.78);
}

.timezone-screen .tz-header {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.8rem 0.9rem;
  background: var(--tz-panel-bg), linear-gradient(135deg, var(--tz-panel-tint) 0%, rgba(255, 255, 255, 0) 48%);
  margin-bottom: 1rem;
}

.timezone-screen .timezone-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.timezone-screen .timezone-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(248, 250, 252, 0.94);
  color: #334155;
  font-size: 0.74rem;
  font-weight: 600;
}

.timezone-screen .timezone-badge.is-warning {
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(254, 243, 199, 0.95);
  color: #92400e;
}

.timezone-screen .timezone-control-hint {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #475569;
}

.timezone-screen .timezone-progress-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.timezone-screen .timezone-progress-badge.is-success {
  background: rgba(22, 163, 74, 0.14);
  color: #166534;
}

.timezone-screen .timezone-progress-badge.is-warning {
  background: rgba(245, 158, 11, 0.2);
  color: #92400e;
}

.timezone-screen .timezone-progress-badge.is-danger {
  background: rgba(220, 38, 38, 0.15);
  color: #991b1b;
}

.timezone-screen .timezone-answer-banner {
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 0.75rem;
  background: rgba(20, 184, 166, 0.08);
  color: #115e59;
  font-size: 0.84rem;
  padding: 0.65rem 0.8rem;
  margin-bottom: 0.8rem;
}

.timezone-screen .tz-columns {
  row-gap: 1rem;
}

.timezone-screen .tz-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.timezone-screen .tz-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.9rem;
  min-height: 280px;
  background: var(--tz-panel-bg), linear-gradient(135deg, var(--tz-panel-tint) 0%, rgba(255, 255, 255, 0) 48%);
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.timezone-screen .tz-common-times,
.timezone-screen .tz-overlap {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
}

.timezone-screen .tz-overlap {
  margin-top: 1.1rem;
}

.timezone-screen .timezone-share-panel,
.timezone-screen .timezone-side-panel {
  border-color: rgba(15, 23, 42, 0.08);
}

.timezone-screen .timezone-main-panel {
  height: 100%;
}

.timezone-screen .timezone-info {
  padding-top: 0.9rem !important;
}

.timezone-screen #common-time-chips {
  gap: 0.45rem !important;
}

@media (max-width: 767.98px) {
  .timezone-screen .tz-card {
    min-height: 0;
    padding: 0.75rem;
  }
  .timezone-screen .tz-header {
    padding: 0.7rem 0.75rem;
  }
  .timezone-screen .timezone-info .row {
    row-gap: 0.35rem;
  }
  .timezone-screen .timezone-main-panel .tz-card {
    min-height: 0;
  }
}
[data-bs-theme=dark] .timezone-screen {
  --tz-accent: #34d399;
  --tz-accent-rgb: 52, 211, 153;
  --tz-panel-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  --tz-panel-tint: rgba(15, 23, 42, 0.82);
}

[data-bs-theme=dark] .timezone-screen .tz-header,
[data-bs-theme=dark] .timezone-screen .tz-card,
[data-bs-theme=dark] .timezone-screen .tz-common-times,
[data-bs-theme=dark] .timezone-screen .tz-overlap {
  background: var(--tz-panel-bg), linear-gradient(135deg, rgba(var(--tz-accent-rgb), 0.08) 0%, rgba(15, 23, 42, 0) 48%);
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: 0 18px 40px -30px rgba(2, 6, 23, 0.8);
}

[data-bs-theme=dark] .timezone-screen .timezone-badge {
  border-color: rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.66);
  color: #e2e8f0;
}

[data-bs-theme=dark] .timezone-screen .timezone-badge.is-warning {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.2);
  color: #fde68a;
}

[data-bs-theme=dark] .timezone-screen .timezone-control-hint {
  color: #cbd5e1;
}

[data-bs-theme=dark] .timezone-screen .timezone-progress-badge {
  background: rgba(45, 212, 191, 0.2);
  color: #99f6e4;
}

[data-bs-theme=dark] .timezone-screen .timezone-progress-badge.is-success {
  background: rgba(74, 222, 128, 0.2);
  color: #bbf7d0;
}

[data-bs-theme=dark] .timezone-screen .timezone-progress-badge.is-warning {
  background: rgba(251, 191, 36, 0.24);
  color: #fde68a;
}

[data-bs-theme=dark] .timezone-screen .timezone-progress-badge.is-danger {
  background: rgba(248, 113, 113, 0.24);
  color: #fecaca;
}

[data-bs-theme=dark] .timezone-screen .timezone-answer-banner {
  border-color: rgba(45, 212, 191, 0.35);
  background: rgba(13, 148, 136, 0.22);
  color: #99f6e4;
}

[data-bs-theme=dark] .timezone-screen .timezone-side-panel,
[data-bs-theme=dark] .timezone-screen .timezone-share-panel {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.72);
}

#palette .color-preview-box {
  height: 117px;
  max-width: 124px;
  background-color: #5286ab;
}

#palette #result {
  min-height: 100px;
  margin: 5px auto;
}

#palette div.sp-replacer.sp-light {
  display: none;
}

#palette ._pbox {
  border: 1px solid #c0c0c0;
  margin: 5px 20px;
  width: 275px;
  float: left;
  padding: 5px;
}

#palette .wdlab2 {
  width: 40px;
}

#palette .wd22 {
  width: 160px;
  padding: 2px 6px;
}

#palette span.__copy-btn {
  padding: 5px 8px 2px 6px;
  margin: -2px 0 0 0;
  border-radius: 0;
}

#palette .color-info {
  overflow: auto;
}

.monitor-screen-tool .monitor-screen-preview-wrap {
  border-radius: 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  overflow: hidden;
  background: #111827;
}

.monitor-screen-tool .monitor-screen-preview {
  min-height: 280px;
  width: 100%;
  background: #fff;
}

.monitor-screen-tool .monitor-screen-meta-card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0.7rem;
  display: grid;
  gap: 0.15rem;
}

.monitor-screen-tool .monitor-shade-btn {
  border: 1px solid rgba(15, 23, 42, 0.18);
  min-width: 98px;
}

.monitor-screen-tool .monitor-shade-btn.active {
  outline: 2px solid rgba(15, 118, 110, 0.45);
  outline-offset: 1px;
}

#screenPreviewWrap:fullscreen {
  background: #000;
  width: 100vw;
  height: 100vh;
}

#screenPreviewWrap:fullscreen #screenPreviewSurface {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

@media (max-width: 767.98px) {
  .monitor-screen-tool .monitor-screen-preview {
    min-height: 210px;
  }
  .monitor-screen-tool .monitor-shade-btn {
    min-width: 84px;
  }
}
.time-tool-screen {
  font-size: 0.93rem;
}

.time-tool-screen h3.fs-5,
.time-tool-screen h4.fs-6 {
  font-size: 1rem !important;
  margin-top: 0;
}

.time-tool-screen label,
.time-tool-screen .form-label,
.time-tool-screen .para,
.time-tool-screen .para_show,
.time-tool-screen .para_red {
  font-size: 0.86rem;
}

.time-tool-screen span.para,
.time-tool-screen span.para_red {
  font-weight: 600;
}

.time-tool-screen .small {
  font-size: 0.8rem !important;
}

.time-tool-screen .time-tool-kv-list > div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.time-tool-screen .time-tool-kv-list .js-copy-inline {
  margin-left: auto;
}

.time-tool-screen .conversion-item .col-form-label {
  min-width: 170px;
  margin-bottom: 0;
  font-size: 0.84rem;
}

.time-tool-screen .conversion-item .form-control {
  min-width: 0;
}

.time-tool-screen .time-result-highlight {
  text-align: center;
  font-size: 0.98rem;
  font-weight: 600;
}

.time-tool-screen .time-result-table td,
.time-tool-screen .time-result-table th,
.time-tool-screen #pinned-timezone-table td,
.time-tool-screen #pinned-timezone-table th,
.time-tool-screen #myTable td,
.time-tool-screen #myTable th {
  font-size: 0.84rem;
}

.time-tool-screen .time-city-table > summary {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.time-tool-screen .time-city-table-wrap {
  max-height: 62vh;
  overflow: auto;
}

.time-tool-screen #myTable h3 {
  margin: 0;
  font-size: 0.95rem;
}

.time-tool-screen .__gas {
  padding: 0.25rem 0 !important;
}

.time-tool-screen .time-section {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  background: rgba(248, 249, 250, 0.78);
}

.time-tool-screen .time-section--solid {
  background: #fff;
}

.time-tool-screen .time-advanced {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: rgba(248, 249, 250, 0.78);
  padding: 0.75rem 0.9rem;
}

.time-tool-screen .time-advanced > summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.time-tool-screen .time-advanced > summary::-webkit-details-marker {
  display: none;
}

.time-tool-screen .time-advanced > summary::after {
  content: "+";
  float: right;
  color: #6c757d;
}

.time-tool-screen .time-advanced[open] > summary::after {
  content: "-";
}

.time-tool-screen .time-advanced__body {
  margin-top: 0.75rem;
}

.time-tool-screen .time-workflow-links {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  background: #fff;
}

.time-tool-screen .datetime-answer-banner {
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 0.7rem;
  background: rgba(13, 110, 253, 0.06);
  color: #0a58ca;
  font-size: 0.84rem;
  padding: 0.65rem 0.8rem;
  margin-bottom: 0.8rem;
}

.reliability-screen .btn-check + .btn {
  min-width: 0;
}

.reliability-screen .preset-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.reliability-screen .preset-chip-group .btn {
  border-radius: 999px;
}

.reliability-screen .metric-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  height: 100%;
  background: rgba(248, 249, 250, 0.8);
}

.reliability-screen .metric-label {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.72rem;
  color: #6c757d;
  margin-bottom: 0.35rem;
}

.reliability-screen .metric-value {
  font-size: 1.15rem;
  font-weight: 700;
}

.reliability-screen .formula-block,
.reliability-screen .diagnostic-list > div {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  background: #fff;
}

.reliability-screen .diagnostic-list {
  display: grid;
  gap: 0.75rem;
}

.reliability-screen .table td,
.reliability-screen .table th {
  vertical-align: middle;
}

.reliability-screen .status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.reliability-screen .status-pill.ok {
  background: rgba(25, 135, 84, 0.12);
  color: #146c43;
}

.reliability-screen .status-pill.warn {
  background: rgba(255, 193, 7, 0.14);
  color: #997404;
}

.reliability-screen .status-pill.danger {
  background: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}

.reliability-screen [data-mode-panel] {
  display: none;
}

.reliability-screen [data-mode-panel].is-active {
  display: block;
}

.datetime-screen .datetime-panel {
  height: 100%;
}

.datetime-screen .datetime-subsection-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6c757d;
  margin: 0.35rem 0 0.5rem;
}

.datetime-screen .datetime-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.datetime-screen .datetime-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(248, 249, 250, 0.9);
  font-size: 0.74rem;
  font-weight: 600;
  color: #495057;
}

.datetime-screen .datetime-badge.is-success {
  border-color: rgba(25, 135, 84, 0.28);
  background: rgba(25, 135, 84, 0.12);
  color: #146c43;
}

.datetime-screen .datetime-badge.is-warning {
  border-color: rgba(255, 193, 7, 0.28);
  background: rgba(255, 193, 7, 0.16);
  color: #7a5a00;
}

.datetime-screen .datetime-badge.is-danger {
  border-color: rgba(220, 53, 69, 0.28);
  background: rgba(220, 53, 69, 0.14);
  color: #b02a37;
}

.datetime-screen .datetime-control-hint {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #6c757d;
}

.datetime-screen .datetime-progress-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(13, 110, 253, 0.12);
  color: #0a58ca;
}

.datetime-screen .datetime-progress-badge.is-success {
  background: rgba(25, 135, 84, 0.12);
  color: #146c43;
}

.datetime-screen .datetime-progress-badge.is-warning {
  background: rgba(255, 193, 7, 0.18);
  color: #7a5a00;
}

.datetime-screen .datetime-progress-badge.is-danger {
  background: rgba(220, 53, 69, 0.14);
  color: #b02a37;
}

.datetime-screen .datetime-answer-banner {
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 0.7rem;
  background: rgba(13, 110, 253, 0.06);
  color: #0a58ca;
  font-size: 0.84rem;
  padding: 0.65rem 0.8rem;
  margin-bottom: 0.8rem;
}

.datetime-screen .datetime-side-panel {
  border-color: rgba(0, 0, 0, 0.08);
}

.datetime-screen .datetime-panel--setup {
  position: sticky;
  top: 0.75rem;
}

.cron-screen #inputCron,
.cron-screen #generatedCron {
  width: 50%;
  min-width: 260px;
  font-size: 13px;
  outline: none;
  border: 1px solid #ababab;
  box-sizing: border-box;
}

.cron-screen .cron-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.cron-screen .cron-toolbar .btn,
.cron-screen .cron-toolbar .link {
  margin-right: 0;
}

.cron-screen .cron-aux-row label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.cron-screen .cron-inline-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}

.cron-screen .cron-inline-controls .form-control {
  min-width: 0;
}

.cron-screen .cron-inline-msg {
  margin-top: 6px;
  font-size: 13px;
  min-height: 18px;
}

.cron-screen .cron-inline-msg.error {
  color: #b42318;
}

.cron-screen .cron-inline-msg.success {
  color: #067647;
}

.cron-screen .cron-inline-msg.note {
  color: #475467;
}

.cron-screen .cron-desc {
  margin-top: 4px;
  font-size: 13px;
  color: #344054;
  min-height: 18px;
}

.cron-screen .cron-preview-panel {
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  padding: 10px 12px;
  margin-top: 10px;
  background: #fafafa;
}

.cron-screen .cron-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.cron-screen .cron-next-runs {
  margin: 8px 0 0 0;
  padding-left: 18px;
}

.cron-screen .cron-next-runs li {
  margin-bottom: 4px;
  word-break: break-word;
}

.cron-screen #tabArea {
  display: flex;
  flex-wrap: wrap;
}

.cron-screen #tabDetailArea {
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
}

.cron-screen .tab_unselected {
  background-color: #f9f9f9;
}

.cron-screen .tab {
  height: 40px;
  flex-grow: 1;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  color: #000;
  margin-right: 5px;
}

.cron-screen #tabYear {
  margin-right: 0;
}

.cron-screen .specificCheckbox {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}

.cron-screen .checkBox {
  padding: 8px;
}

.cron-screen .checkBox2 {
  padding: 5px 11px;
}

.cron-screen .checkBox2:first-child {
  padding-left: 5px;
}

.cron-screen .select {
  height: 30px;
  background-color: white;
}

.cron-screen .resultTable {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  text-align: center;
}

.cron-screen .flex {
  display: flex;
}

.cron-screen #parsedCron {
  margin-top: 10px;
  display: none;
}

.cron-screen .col-result {
  word-wrap: break-word;
}

.cron-screen table {
  table-layout: fixed;
}

.cron-screen .margin_bottom_20 {
  margin-bottom: 20px;
}

.cron-screen .checkBoxWidth {
  width: 138px;
}

.cron-screen .headerPart {
  line-height: 35px;
  font-weight: bold;
}

.cron-screen .cron-panel {
  height: 100%;
}

.cron-screen .cron-subsection-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6c757d;
  margin: 0.35rem 0 0.5rem;
}

.cron-screen .cron-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cron-screen .cron-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(248, 249, 250, 0.9);
  font-size: 0.74rem;
  font-weight: 600;
  color: #495057;
}

.cron-screen .cron-control-hint {
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #6c757d;
}

.cron-screen .cron-progress-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.76rem;
  font-weight: 700;
  background: rgba(13, 110, 253, 0.12);
  color: #0a58ca;
}

.cron-screen .cron-progress-badge.is-success {
  background: rgba(25, 135, 84, 0.12);
  color: #146c43;
}

.cron-screen .cron-progress-badge.is-warning {
  background: rgba(255, 193, 7, 0.18);
  color: #7a5a00;
}

.cron-screen .cron-progress-badge.is-danger {
  background: rgba(220, 53, 69, 0.14);
  color: #b02a37;
}

.cron-screen .cron-answer-banner {
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 0.7rem;
  background: rgba(13, 110, 253, 0.06);
  color: #0a58ca;
  font-size: 0.84rem;
  padding: 0.65rem 0.8rem;
  margin-bottom: 0.8rem;
}

.cron-screen .cron-side-panel {
  border-color: rgba(0, 0, 0, 0.08);
}

.cron-screen .cron-panel--setup #inputCron,
.cron-screen .cron-panel--setup #generatedCron {
  width: 100%;
}

.cron-screen .cron-panel--setup {
  position: sticky;
  top: 0.75rem;
}

.outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#timeInvervals > input {
  margin: 5px 10px;
  width: 120px;
}

#timeInvervals > input:nth-child(6),
#timeInvervals > input:nth-child(7) {
  width: 150px;
}

#seconds {
  padding-left: 10px;
  font-size: larger;
}

.shaking {
  animation-name: shake-horizontal;
  animation-duration: 100ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes shake-horizontal {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media (max-width: 767.98px) {
  .time-tool-screen {
    font-size: 0.89rem;
  }
  .time-tool-screen .time-section,
  .time-tool-screen .time-advanced,
  .reliability-screen .metric-card,
  .reliability-screen .formula-block,
  .reliability-screen .diagnostic-list > div {
    padding: 0.75rem 0.85rem;
  }
  .reliability-screen .metric-value {
    font-size: 1rem;
  }
  .time-tool-screen .conversion-item {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.45rem;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 0.45rem;
    padding: 0.5rem;
  }
  .time-tool-screen .conversion-item .col-form-label {
    min-width: 0;
    width: 100%;
    padding: 0;
  }
  .time-tool-screen .conversion-item .btn-copy {
    align-self: flex-end;
  }
  .time-tool-screen #conversion-results {
    max-height: 52vh;
    overflow-y: auto;
    padding-right: 0.1rem;
  }
  .time-tool-screen #pinned-timezone-table td:nth-child(3),
  .time-tool-screen #pinned-timezone-table th:nth-child(3),
  .time-tool-screen #pinned-timezone-table td:nth-child(5),
  .time-tool-screen #pinned-timezone-table th:nth-child(5) {
    display: none;
  }
  .time-tool-screen #myTable td,
  .time-tool-screen #myTable th {
    font-size: 0.76rem;
    white-space: nowrap;
  }
  .time-tool-screen #myTable .btn {
    font-size: 0.72rem;
    padding: 0.2rem 0.35rem;
  }
  .cron-screen #inputCron,
  .cron-screen #generatedCron {
    width: 100%;
    min-width: 0;
  }
  .cron-screen .cron-panel--setup {
    position: static;
  }
  .datetime-screen .datetime-panel--setup {
    position: static;
  }
  .cron-screen .cron-inline-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .cron-screen .cron-inline-controls .btn {
    width: 100%;
  }
  .cron-screen .tab {
    flex: 1 1 calc(50% - 5px);
    margin-bottom: 5px;
  }
  .cron-screen table.resultTable {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.roman-date-screen .roman-mode-panel {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 0.45rem;
  padding: 0.85rem;
  background: #fff;
}

.roman-date-screen .roman-mode-panel.is-active {
  border-color: rgba(13, 110, 253, 0.35);
  box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.15);
}

.roman-date-screen .roman-preview-text {
  min-height: 78px;
  border: 1px dashed rgba(0, 0, 0, 0.14);
  border-radius: 0.45rem;
  padding: 0.9rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
}

.roman-date-screen code {
  font-size: 0.88em;
}

[data-bs-theme=dark] .roman-date-screen .roman-mode-panel {
  border-color: rgba(148, 163, 184, 0.28);
  background: #111827;
}

[data-bs-theme=dark] .roman-date-screen .roman-mode-panel.is-active {
  border-color: rgba(125, 211, 252, 0.45);
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.18);
}

[data-bs-theme=dark] .roman-date-screen .roman-preview-text {
  border-color: rgba(148, 163, 184, 0.35);
  color: #f8fafc;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

[data-bs-theme=dark] .roman-date-screen #roman-preview-note {
  color: #cbd5e1 !important;
}

[data-bs-theme=dark] .time-tool-screen .time-section,
[data-bs-theme=dark] .time-tool-screen .time-advanced {
  border-color: rgba(148, 163, 184, 0.3);
  background: rgba(15, 23, 42, 0.5);
}

[data-bs-theme=dark] .time-tool-screen .time-section--solid,
[data-bs-theme=dark] .time-tool-screen .time-workflow-links,
[data-bs-theme=dark] .reliability-screen .formula-block,
[data-bs-theme=dark] .reliability-screen .diagnostic-list > div {
  border-color: rgba(148, 163, 184, 0.3);
  background: #111827;
}

[data-bs-theme=dark] .time-tool-screen .datetime-answer-banner {
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(2, 132, 199, 0.18);
  color: #bae6fd;
}

[data-bs-theme=dark] .datetime-screen .datetime-subsection-label {
  color: #94a3b8;
}

[data-bs-theme=dark] .datetime-screen .datetime-badge {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
}

[data-bs-theme=dark] .datetime-screen .datetime-badge.is-success {
  border-color: rgba(74, 222, 128, 0.35);
  background: rgba(74, 222, 128, 0.2);
  color: #bbf7d0;
}

[data-bs-theme=dark] .datetime-screen .datetime-badge.is-warning {
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(251, 191, 36, 0.24);
  color: #fde68a;
}

[data-bs-theme=dark] .datetime-screen .datetime-badge.is-danger {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.24);
  color: #fecaca;
}

[data-bs-theme=dark] .datetime-screen .datetime-control-hint {
  color: #cbd5e1;
}

[data-bs-theme=dark] .datetime-screen .datetime-progress-badge {
  background: rgba(125, 211, 252, 0.18);
  color: #bae6fd;
}

[data-bs-theme=dark] .datetime-screen .datetime-progress-badge.is-success {
  background: rgba(74, 222, 128, 0.2);
  color: #bbf7d0;
}

[data-bs-theme=dark] .datetime-screen .datetime-progress-badge.is-warning {
  background: rgba(251, 191, 36, 0.24);
  color: #fde68a;
}

[data-bs-theme=dark] .datetime-screen .datetime-progress-badge.is-danger {
  background: rgba(248, 113, 113, 0.25);
  color: #fecaca;
}

[data-bs-theme=dark] .datetime-screen .datetime-answer-banner {
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(2, 132, 199, 0.18);
  color: #bae6fd;
}

[data-bs-theme=dark] .datetime-screen .datetime-side-panel {
  border-color: rgba(148, 163, 184, 0.3);
  background: #111827;
}

[data-bs-theme=dark] .cron-screen .cron-inline-msg.error {
  color: #fda29b;
}

[data-bs-theme=dark] .cron-screen .cron-inline-msg.success {
  color: #75e0a7;
}

[data-bs-theme=dark] .cron-screen .cron-inline-msg.note,
[data-bs-theme=dark] .cron-screen .cron-desc {
  color: #cbd5e1;
}

[data-bs-theme=dark] .cron-screen .cron-subsection-label {
  color: #94a3b8;
}

[data-bs-theme=dark] .cron-screen .cron-badge {
  border-color: rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
}

[data-bs-theme=dark] .cron-screen .cron-control-hint {
  color: #cbd5e1;
}

[data-bs-theme=dark] .cron-screen .cron-progress-badge {
  background: rgba(125, 211, 252, 0.18);
  color: #bae6fd;
}

[data-bs-theme=dark] .cron-screen .cron-progress-badge.is-success {
  background: rgba(74, 222, 128, 0.2);
  color: #bbf7d0;
}

[data-bs-theme=dark] .cron-screen .cron-progress-badge.is-warning {
  background: rgba(251, 191, 36, 0.24);
  color: #fde68a;
}

[data-bs-theme=dark] .cron-screen .cron-progress-badge.is-danger {
  background: rgba(248, 113, 113, 0.25);
  color: #fecaca;
}

[data-bs-theme=dark] .cron-screen .cron-answer-banner {
  border-color: rgba(125, 211, 252, 0.35);
  background: rgba(2, 132, 199, 0.18);
  color: #bae6fd;
}

[data-bs-theme=dark] .cron-screen .cron-side-panel {
  border-color: rgba(148, 163, 184, 0.3);
  background: #111827;
}

[data-bs-theme=dark] .cron-screen .cron-preview-panel {
  border-color: rgba(148, 163, 184, 0.3);
  background: linear-gradient(180deg, #0f172a 0%, #172033 100%);
}

[data-bs-theme=dark] .cron-screen .cron-next-runs {
  color: #e2e8f0;
}

[data-bs-theme=dark] .cron-screen #btnRefreshNextRuns {
  border-color: rgba(148, 163, 184, 0.42);
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.45);
}

[data-bs-theme=dark] .cron-screen #btnRefreshNextRuns:hover,
[data-bs-theme=dark] .cron-screen #btnRefreshNextRuns:focus,
[data-bs-theme=dark] .cron-screen #btnRefreshNextRuns:active {
  border-color: #7dd3fc;
  color: #08111f;
  background: #7dd3fc;
}

.chart-tool-screen {
  --chart-accent: #0d6efd;
  --chart-panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  --chart-panel-tint: rgba(219, 234, 254, 0.78);
  font-size: 0.93rem;
}

.chart-tool-screen .chart-workbench-panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  padding: 0.95rem;
  background: var(--chart-panel-bg), linear-gradient(135deg, var(--chart-panel-tint) 0%, rgba(255, 255, 255, 0) 48%);
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.35);
}

.chart-tool-screen .chart-workbench-panel__title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
}

.chart-tool-screen .chart-workbench-panel__kicker {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.72rem;
  color: #64748b;
  margin-bottom: 0.7rem;
}

.chart-tool-screen .chart-inline-hint,
.chart-tool-screen .chart-input-hint {
  font-size: 0.82rem;
  color: #475569;
}

.chart-tool-screen .chart-inline-hint {
  margin-bottom: 0.75rem;
}

.chart-tool-screen .chart-input-hint {
  border: 1px solid rgba(13, 110, 253, 0.2);
  border-radius: 0.65rem;
  background: rgba(13, 110, 253, 0.06);
  padding: 0.55rem 0.7rem;
}

.chart-tool-screen .chart-help-list {
  padding-left: 1rem;
}

.chart-tool-screen .chart-help-list li {
  margin-bottom: 0.35rem;
  font-size: 0.83rem;
}

.chart-tool-screen .chart-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chart-tool-screen .chart-data-health {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.6rem;
  padding: 0.45rem 0.6rem;
  background: rgba(248, 250, 252, 0.76);
}

.chart-tool-screen .chart-tool-screen__plot {
  width: 100%;
  min-height: 420px;
  height: 420px;
}

.chart-download-wrap {
  margin-top: 0.8rem;
}

.chart-tool-screen .chart-mode-content {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.75rem;
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.9);
}

.chart-tool-screen .chart-mode-tabs .nav-link {
  padding: 0.35rem 0.65rem;
  font-size: 0.82rem;
}

.chart-tool-screen #chart-data-form label,
.chart-tool-screen #pie-chart-form label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.28rem;
  line-height: 1.2;
  min-height: 2.1em;
}

.chart-tool-screen .form-check-label,
.chart-tool-screen .radio-inline {
  min-height: auto !important;
  margin-bottom: 0;
}

.chart-tool-screen .chart-field-grid {
  display: grid;
  gap: 0.65rem;
}

.chart-tool-screen .chart-field-grid > div,
.chart-tool-screen .chart-series-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.chart-tool-screen .chart-field-grid.align-items-end {
  align-items: end;
}

.chart-tool-screen .chart-field-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chart-tool-screen .chart-field-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.chart-tool-screen .chart-field-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.chart-tool-screen .chart-field-grid--sample {
  grid-template-columns: minmax(0, 2fr) minmax(170px, 1fr);
}

.chart-tool-screen .chart-setup-col .chart-field-grid--3,
.chart-tool-screen .chart-setup-col .chart-field-grid--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.chart-tool-screen .chart-setup-col .chart-field-grid--sample {
  grid-template-columns: 1fr;
}

.chart-tool-screen .chart-series-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.chart-tool-screen .chart-series-col {
  gap: 0.2rem;
}

.chart-tool-screen .chart-series-col textarea {
  min-height: 170px;
  resize: vertical;
}

.chart-tool-screen .chart-form-section {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.7rem;
  padding: 0.7rem;
  background: rgba(248, 250, 252, 0.58);
}

.chart-tool-screen .chart-form-section__title {
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #475569;
  margin-bottom: 0.5rem;
}

.chart-tool-screen .chart-preset-row label {
  font-size: 0.82rem;
  font-weight: 600;
}

.chart-tool-screen .chart-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.chart-tool-screen .chart-metric-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.7rem;
  padding: 0.55rem;
  background: rgba(248, 250, 252, 0.92);
}

.chart-tool-screen .chart-metric-card__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #64748b;
}

.chart-tool-screen .chart-metric-card__value {
  font-size: 1rem;
  font-weight: 700;
}

.chart-tool-screen #scatterDiagTable th,
.chart-tool-screen #scatterDiagTable td,
.chart-tool-screen #chartDiagTable th,
.chart-tool-screen #chartDiagTable td,
.chart-tool-screen #scatterInspectorTable td,
.chart-tool-screen #wordTreeDiagTable th,
.chart-tool-screen #wordTreeDiagTable td {
  font-size: 0.8rem;
}

.chart-tool-screen #scatterInspectorTable {
  margin-top: 0.45rem;
}

.chart-tool-screen #scatterInspectorTable td:first-child {
  width: 38%;
  color: #64748b;
}

.chart-tool-screen #wordTreeDiagBody tr[data-diag-index] {
  cursor: pointer;
}

.chart-tool-screen #wordTreeDiagBody tr[data-diag-index]:hover {
  background: rgba(13, 110, 253, 0.08);
}

.chart-tool-screen #wordTreeInspectorTable td:first-child {
  width: 42%;
  color: #64748b;
}

@media (max-width: 767.98px) {
  .chart-tool-screen {
    font-size: 0.9rem;
  }
  .chart-tool-screen .chart-tool-screen__plot {
    min-height: 250px;
    height: 250px;
  }
  .chart-tool-screen .chart-action-row .btn {
    flex: 1 1 100%;
  }
  .chart-tool-screen .chart-metric-grid {
    grid-template-columns: 1fr;
  }
  .chart-tool-screen .chart-mode-tabs {
    row-gap: 0.35rem;
  }
  .chart-tool-screen .chart-field-grid--2,
  .chart-tool-screen .chart-field-grid--3,
  .chart-tool-screen .chart-field-grid--4,
  .chart-tool-screen .chart-field-grid--sample {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .chart-tool-screen .chart-tool-screen__plot {
    min-height: 460px;
    height: 460px;
  }
}
[data-bs-theme=dark] .chart-tool-screen {
  --chart-accent: #60a5fa;
  --chart-panel-bg: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.96));
  --chart-panel-tint: rgba(15, 23, 42, 0.82);
}

[data-bs-theme=dark] .chart-tool-screen .chart-workbench-panel,
[data-bs-theme=dark] .chart-tool-screen .chart-mode-content,
[data-bs-theme=dark] .chart-tool-screen .chart-metric-card {
  border-color: rgba(148, 163, 184, 0.24);
  color: #e2e8f0;
  box-shadow: 0 18px 40px -30px rgba(2, 6, 23, 0.8);
}

[data-bs-theme=dark] .chart-tool-screen .chart-form-section {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.45);
}

[data-bs-theme=dark] .chart-tool-screen .chart-data-health {
  border-color: rgba(148, 163, 184, 0.24);
  background: rgba(15, 23, 42, 0.45);
}

[data-bs-theme=dark] .chart-tool-screen .chart-workbench-panel__kicker,
[data-bs-theme=dark] .chart-tool-screen .chart-metric-card__label,
[data-bs-theme=dark] .chart-tool-screen .chart-form-section__title,
[data-bs-theme=dark] .chart-tool-screen .text-muted,
[data-bs-theme=dark] .chart-tool-screen .small.text-muted {
  color: #94a3b8 !important;
}

[data-bs-theme=dark] .chart-tool-screen .chart-inline-hint,
[data-bs-theme=dark] .chart-tool-screen .chart-input-hint {
  color: #cbd5e1;
}

[data-bs-theme=dark] .chart-tool-screen .chart-input-hint {
  border-color: rgba(96, 165, 250, 0.28);
  background: rgba(30, 64, 175, 0.22);
}

[data-bs-theme=dark] .chart-tool-screen .form-control,
[data-bs-theme=dark] .chart-tool-screen .form-select,
[data-bs-theme=dark] .chart-tool-screen .table,
[data-bs-theme=dark] .chart-tool-screen .table > :not(caption) > * > * {
  background: rgba(2, 6, 23, 0.72);
  border-color: rgba(148, 163, 184, 0.24);
  color: #f8fafc;
}

[data-bs-theme=dark] .chart-tool-screen .nav-tabs {
  border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme=dark] .chart-tool-screen #wordTreeDiagBody tr[data-diag-index]:hover {
  background: rgba(96, 165, 250, 0.14);
}

[data-bs-theme=dark] .chart-tool-screen .nav-tabs .nav-link {
  color: #cbd5e1;
}

[data-bs-theme=dark] .chart-tool-screen .nav-tabs .nav-link.active {
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.88);
  border-color: rgba(148, 163, 184, 0.24);
}

/* header */
#ctlogo, #ctlogof {
  margin-top: -15px;
}

/* heading */
.list-programs-title {
  background: var(--bs-dark-bg-subtle);
  padding: 5px 5px 10px 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin: 5px 0px 30px 0px;
}
.list-programs-title > #title {
  font-weight: 500;
}
.list-programs-title > div {
  padding: 5px;
}

/* BEGIN LOADER */
#preloader {
  background-color: rgba(0, 0, 0, 0.94);
  z-index: 999;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(/img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  cursor: progress;
}

.hidden-load {
  display: none !important;
}

/*END LOADER*/
.badge_tool_ls {
  font-size: 9px;
  font-weight: normal;
  color: #fff;
  background-color: #777;
  /*padding: 4px 8px;*/
}

.badge_tool_bx {
  background: #e2373f;
  color: #fff;
  background-color: #777;
  font-size: 9px;
}

.bs_listing-default a,
.bs_listing-default a:hover {
  text-decoration: none;
}

.bs_listing {
  background: var(--bs-body-bg);
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin: 5px 10px;
  line-height: 1;
  letter-spacing: normal;
  overflow: visible;
  padding: 10px 14px;
}
.bs_listing a:hover {
  text-decoration: none;
}
.bs_listing:hover {
  transform: none;
  transition: box-shadow 0.18s ease-in-out;
  box-shadow: 0 5px 10px rgba(48, 71, 115, 0.18);
  position: relative;
  z-index: 1;
}
.bs_listing .fa {
  color: #2DBCF6;
  float: left;
  margin: 12px 12px 12px 6px;
  width: 36px;
  height: 36px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.bs_listing-content {
  display: flex;
  align-items: center;
  min-height: 75px;
  height: auto;
  font-size: 0.97rem;
  overflow: visible;
  color: var(--bs-body-color);
}
.bs_listing-content a:hover {
  color: #304773;
  text-decoration: none;
}
.bs_listing-content span {
  font-size: 0.9rem;
  color: var(--bs-primary-text-emphasis);
  margin-top: 2px;
  white-space: normal;
  text-overflow: initial;
  overflow: visible;
}

.bs_md {
  height: 65px;
}

.bs_lg {
  height: 75px;
}

.bs_sm {
  height: 45px;
  padding: 7px 5px;
  white-space: nowrap;
}

.bs_more {
  background-color: var(--bs-light-bg-subtle);
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}

.bar-heading {
  text-align: center;
  background-color: var(--bs-dark-bg-subtle);
  border-color: #ddd;
  font-size: large;
  font-weight: 700;
  margin-bottom: 10px;
}

/*  tool tags */
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 1px;
}

.tag {
  background: #e5e5e5;
  border-radius: 3px 0 0 3px;
  color: var(--bs-secondary-color);
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 1px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.tag:before {
  background: var(--bs-body-bg);
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}
.tag:after {
  background: var(--bs-body-bg);
  border-bottom: 13px solid transparent;
  border-left: 10px solid #e5e5e5;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.tag:hover {
  color: #0000FF;
}
.tag a:hover {
  color: #0000FF;
  text-decoration: none;
}

/* END */
/* Home page  */
.hero-caption {
  background-color: var(--bs-dark-bg-subtle);
  font-size: 0.6rem;
  width: 100%;
}

.hero-caption-text {
  padding: 1em;
  text-align: center;
  text-align: center;
}

/*  */
.sharing-buttons-start {
  min-height: 16px;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: flex-start;
}

.sharing-buttons-end {
  min-height: 27px;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: flex-end;
}

.social-buttons {
  margin: 1px 1px 3px 1px;
}
.social-buttons > div {
  width: 22px;
  cursor: pointer;
}
.social-buttons .shareon {
  margin-right: 8px;
  /* font-weight: 500; */
}
.social-buttons > a > span {
  margin: 2px 0 5px 0;
}
.social-buttons a:hover {
  color: #0000FF;
  text-decoration: none;
}

.content-info {
  padding-top: 10px;
}

/* related tools */
.related-tools {
  padding: 4px 6px;
  margin: 0 10px;
  font-weight: 600;
  color: #000;
  background-color: #dcdcd9;
}

.list-group-accent {
  padding: 2px 2px 4px 4px;
}
.list-group-accent li {
  color: #000;
  padding: 4px 6px;
  border-left: 4px solid #304773;
  margin: 4px 8px 8px 0;
  background-color: #F5F5F5;
}
.list-group-accent a {
  /* text-decoration: none; */
  color: #333;
}

#footertool {
  background-color: var(--ct-footer-tool-bg);
}

#footer {
  background-color: var(--ct-footer-bg);
}

/* Make tables mobile friendly */
.mobile-table {
  table-layout: fixed;
}
.mobile-table td {
  word-wrap: break-word;
}

/* Popular tool box */
.pb-panel .pb-heading {
  padding: 10px 0 0 14px;
  color: #fff;
  background-color: #337ab7;
}
.pb-panel h4 {
  font-size: 1rem;
}

.pb-body {
  padding: 0px;
}
.pb-body li {
  display: block;
  border: 1px solid #eee;
  border-bottom: none;
  padding: 5px 10px;
}
.pb-body li i {
  padding: 4px 6px;
}
.pb-body .active {
  background: #cecece;
}
.pb-body ul li:hover a {
  text-decoration: none;
  color: #23527c;
}

/* Fix zoom issue */
.media,
.media-body {
  overflow: hidden;
  transform: scale(1);
  transform-origin: 0 0;
}

.card-header .title {
  margin: 1px;
  padding: 1px;
  font-size: 1rem;
  border-color: #ddd;
}

/*1rem = 16px*/
.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 30px;
}
.left-inner-addon span {
  left: 0;
}

/* Show Processing Spinner */
.percentbox {
  text-align: center;
  font-size: 18px;
}

.percentimg {
  text-align: center;
  display: none;
}

#resultBox {
  display: none;
}

.c {
  display: block !important;
}

._chromext a {
  border: 1px solid #ddd;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  padding: 6px 18px;
  transition: all 0.2s ease-in-out;
}
._chromext a:hover {
  border: 1px solid #337ab7;
}

.site-header {
  align-items: stretch;
  gap: 0.75rem;
  padding: 0.75rem 0 0.5rem;
}

.site-header__top {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  width: 100%;
}

.site-header__brand {
  justify-self: center;
  margin-right: 0;
  padding: 0;
}

.site-header__desktop-tools,
.site-header__mobile-controls {
  align-items: center;
  gap: 0.5rem;
}

.site-header__desktop-tools {
  justify-self: end;
  margin-left: auto;
}

.site-header__mobile-controls {
  display: flex;
  justify-self: end;
}

.site-header__theme {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.site-header__toggler {
  border-color: #d6e2ea;
  padding: 0.35rem 0.55rem;
}

.site-header__mobile-search,
.site-header__collapse {
  width: 100%;
}

.site-header__collapse {
  border-top: 1px solid #edf2f7;
  margin-top: 0.25rem;
  padding-top: 0.75rem;
}

.site-header__desktop-nav {
  align-items: center;
  gap: 0.35rem;
  width: 100%;
}

.site-header__desktop-nav .nav-link {
  border-radius: 999px;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
}

.site-header__mobile-nav {
  width: 100%;
}

.site-header__accordion {
  --bs-accordion-border-radius: 14px;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-inner-border-radius: 14px;
}

.site-header__accordion .accordion-item {
  border-color: #e3edf4;
}

.site-header__accordion .accordion-button {
  font-weight: 600;
  padding-left: 1rem;
  padding-right: 1rem;
}

.site-header__accordion .accordion-body {
  padding-top: 0;
}

.site-header__mobile-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__mobile-links a,
.site-header__mobile-blog {
  color: inherit;
  display: block;
  padding: 0.45rem 0;
  text-decoration: none;
}

.site-header__mobile-blog {
  font-weight: 600;
  padding-left: 0.25rem;
  padding-top: 1rem;
}

.tool-search {
  position: relative;
  width: 100%;
}

.tool-search--page {
  padding: 0 20px;
}

.tool-search__bar {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.tool-search__field {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}

.tool-search__input {
  border-radius: 14px;
  min-height: 44px;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.tool-search__icon {
  color: #64748b;
  left: 0.95rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tool-search__clear {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #64748b;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}

.tool-search__clear:hover {
  background: rgba(148, 163, 184, 0.12);
}

.tool-search__aside {
  flex: 0 0 auto;
}

.tool-search__aside ._chromext a {
  white-space: nowrap;
}

.tool-search__results {
  background: #fff;
  border: 1px solid #d8e6ef;
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  left: 0;
  max-height: 360px;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  z-index: 80;
}

.tool-search__results[hidden] {
  display: none !important;
}

.tool-search__option {
  color: #13202b;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}

.tool-search__option + .tool-search__option {
  border-top: 1px solid #edf2f7;
}

.tool-search__option:hover,
.tool-search__option.is-active {
  background: #f3f9fc;
}

.tool-search__option-title {
  font-weight: 600;
}

.tool-search__option-title strong {
  color: #0a6f8f;
}

.tool-search__option-meta {
  color: #5f6b7a;
  font-size: 0.85rem;
}

.tool-search__option--view-all {
  background: #f8fbfd;
}

.tool-search__empty {
  color: #5f6b7a;
  padding: 1rem;
}

.tool-search__divider {
  margin: 1rem 0 0;
}

.page-mode__icon {
  width: 40px;
  height: 40px;
  text-align: center;
}

.navbar-nav.attr-nav {
  display: block;
  float: right;
}

.dmicon {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

@media (max-width: 991.98px) {
  .site-header {
    padding-bottom: 0.25rem;
  }
  .site-header__mobile-search {
    margin-top: 0.35rem;
  }
  .tool-search--header .tool-search__bar {
    width: 100%;
  }
  .tool-search--header .tool-search__input {
    min-height: 46px;
  }
}
@media (min-width: 992px) {
  .site-header {
    gap: 0.5rem;
  }
  .site-header__collapse {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .site-header__desktop-tools {
    display: flex;
  }
  .site-header__desktop-tools .tool-search--header {
    width: min(380px, 42vw);
  }
  .site-header__desktop-tools .tool-search__results {
    min-width: 320px;
  }
}
.code_buttons .buttonsm {
  background-color: #ddd;
  border-bottom: 2px solid #ccc;
  border-left: 0;
  border-radius: 3px;
  border-right: 0;
  border-top: 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "segoe ui", "trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Sans-Serif;
  font-size: 12px;
  font-weight: 400;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  padding: 0 6px;
  opacity: 0.75;
  margin: 0 0 0 8px;
}
.code_buttons .go_right {
  float: right;
  text-align: right;
}

.aceeditor {
  height: 300px;
  bottom: 0px;
  width: 100%;
  border: 1px solid #ccc;
}

#editorIn,
#editorIn *,
#editorOut,
#editorOut * {
  font-family: "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
  font-size: 12px;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
.drop-area {
  border: 2px dashed #ccc;
  padding: 1rem;
  text-align: center;
  transition: background-color 0.3s;
}

.drop-area.dragover {
  background-color: #f2f2f2;
}

.__fullscreen:fullscreen {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 20px;
}

figure.table > table {
  /* styles from .table */
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

/* styles from .table-bordered */
figure.table > table,
figure.table > table th,
figure.table > table td {
  border: 1px solid #dee2e6;
  padding: 0.25rem;
}

/* styles from .table-striped */
figure.table > table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* styles from .table-hover */
figure.table > table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.adsense:has(ins.adsbygoogle[data-ad-status="unfilled"]) .adsense__loading {
  display: none !important;
}

.adsense:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none !important;
}

.adsense.adsense--resolved .adsense__loading {
  opacity: 0;
  visibility: hidden;
}

.adsense.adsense--unfilled .adsense__loading {
  display: none !important;
}

.adsense.adsense--unfilled {
  display: none !important;
}
