/* ext001 feature styling */

.ext001-contract-screen {
  --ext001-ink: #1e2b58;
  --ext001-muted: #8b99c5;
  --ext001-blue: #008cff;
  --ext001-navy: #1f2b61;
  --ext001-line: #dfe4ee;
  --ext001-head: #d7dce8;
  --ext001-bg: #f7f9fc;
  color: #3f4658;
}

.consims-language-select {
  min-width: 164px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid #dfe3ec;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.consims-language-select img {
  width: 42px;
  height: 28px;
  object-fit: cover;
  border-radius: 2px;
}

.ext001-contract-view {
  display: none;
}

.ext001-contract-view.is-active {
  display: block;
}

.ext001-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 18px;
}

.ext001-metric-card {
  min-height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 18px;
  border: 1px solid var(--ext001-line);
  border-radius: 20px;
  background: #fff;
}

.ext001-metric-card h3 {
  margin: 0 0 24px;
  color: var(--ext001-ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.ext001-metric-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.ext001-metric-card span {
  color: var(--ext001-muted);
  font-size: 14px;
}

.ext001-list-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.ext001-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ext001-pill-group button {
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid var(--ext001-line);
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

.ext001-pill-group button.is-active,
.ext001-pill-group button:hover {
  border-color: var(--ext001-navy);
  background: var(--ext001-navy);
  color: #fff;
}

.ext001-pill-group button[data-action="filter-contract-type"] {
  --ext001-tab-bg: #fff;
  --ext001-tab-border: var(--ext001-line);
  --ext001-tab-color: #333;
  --ext001-tab-active-bg: var(--ext001-navy);
  --ext001-tab-active-border: var(--ext001-navy);
  border-color: var(--ext001-tab-border);
  background: var(--ext001-tab-bg);
  color: var(--ext001-tab-color);
  font-weight: 700;
}

.ext001-pill-group button[data-action="filter-contract-type"][data-type="all"] {
  --ext001-tab-bg: #eef1f8;
  --ext001-tab-border: #d7dce8;
  --ext001-tab-color: var(--ext001-navy);
  --ext001-tab-active-bg: var(--ext001-navy);
  --ext001-tab-active-border: var(--ext001-navy);
}

.ext001-pill-group button[data-action="filter-contract-type"][data-type="main-contract"] {
  --ext001-tab-bg: #e5eaff;
  --ext001-tab-border: #d7defe;
  --ext001-tab-color: #2457ff;
  --ext001-tab-active-bg: #2457ff;
  --ext001-tab-active-border: #2457ff;
}

.ext001-pill-group button[data-action="filter-contract-type"][data-type="sub-contract"] {
  --ext001-tab-bg: #dcf4e4;
  --ext001-tab-border: #c9ecd4;
  --ext001-tab-color: #21a849;
  --ext001-tab-active-bg: #21a849;
  --ext001-tab-active-border: #21a849;
}

.ext001-pill-group button[data-action="filter-contract-type"][data-type="supplier-contract"] {
  --ext001-tab-bg: #fff3cf;
  --ext001-tab-border: #ffe5a3;
  --ext001-tab-color: #e49c00;
  --ext001-tab-active-bg: #e49c00;
  --ext001-tab-active-border: #e49c00;
}

.ext001-pill-group button[data-action="filter-contract-type"][data-type="other-contract"] {
  --ext001-tab-bg: #efe4ff;
  --ext001-tab-border: #e4d2ff;
  --ext001-tab-color: #8a4ed8;
  --ext001-tab-active-bg: #8a4ed8;
  --ext001-tab-active-border: #8a4ed8;
}

.ext001-pill-group button[data-action="filter-contract-type"].is-active,
.ext001-pill-group button[data-action="filter-contract-type"]:hover {
  border-color: var(--ext001-tab-active-border);
  background: var(--ext001-tab-active-bg);
  color: #fff;
  box-shadow: 0 8px 18px rgba(31, 43, 97, 0.08);
}

.ext001-table-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 420px;
}

.ext001-table-tools .form-select {
  width: 208px;
  height: 40px;
  border-color: var(--ext001-line);
  border-radius: 7px;
  color: #a4a8b1;
  font-size: 14px;
}

.ext001-search-control {
  min-width: 280px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--ext001-line);
  border-radius: 7px;
  background: #fff;
  color: #a4a8b1;
}

.ext001-search-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #3f4658;
  font-size: 14px;
}

.ext001-table-card {
  overflow: visible;
  border: 1px solid var(--ext001-line);
  border-radius: 8px;
  background: #fff;
}

.ext001-data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  color: #3f4658;
  font-size: 14px;
}

.ext001-data-table th {
  height: 44px;
  padding: 0 14px;
  border-bottom: 1px solid var(--ext001-line);
  background: var(--ext001-head);
  color: var(--ext001-ink);
  font-weight: 800;
  white-space: nowrap;
}

.ext001-data-table th:first-child {
  border-top-left-radius: 8px;
}

.ext001-data-table th:last-child {
  border-top-right-radius: 8px;
}

.ext001-data-table td {
  height: 48px;
  padding: 0 14px;
  border-bottom: 1px solid #edf0f5;
  vertical-align: middle;
}

.ext001-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.ext001-data-table tbody tr:hover {
  background: #f7fbff;
}

.ext001-check-cell,
.ext001-gear-cell {
  width: 38px;
  text-align: center;
}

.ext001-name-cell {
  min-width: 420px;
}

.ext001-text-link,
.ext001-submission-cell button,
.ext001-member-count {
  border: 0;
  background: transparent;
  color: var(--ext001-blue);
  font: inherit;
  text-decoration: none;
}

.ext001-text-link:hover,
.ext001-submission-cell button:hover,
.ext001-member-count:hover {
  text-decoration: underline;
}

.ext001-count-pill,
.ext001-type-pill,
.ext001-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 11px;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ext001-count-pill {
  background: #e9edf5;
  color: var(--ext001-ink);
}

.ext001-type-main {
  background: #e5eaff;
  color: #2457ff;
}

.ext001-type-sub {
  background: #dcf4e4;
  color: #21a849;
}

.ext001-type-supplier {
  background: #fff3cf;
  color: #e49c00;
}

.ext001-type-other {
  background: #efe4ff;
  color: #8a4ed8;
}

.ext001-action-cell {
  position: relative;
}

.ext001-row-menu-button {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #333;
}

.ext001-row-menu-button:hover {
  background: #edf2fb;
}

.ext001-row-menu {
  position: absolute;
  top: 38px;
  right: -8px;
  z-index: 20;
  width: 190px;
  display: none;
  padding: 12px 0;
  border: 1px solid #edf0f5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(31, 43, 97, 0.13);
  text-align: left;
}

.ext001-row-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  right: 22px;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border-left: 1px solid #edf0f5;
  border-top: 1px solid #edf0f5;
  background: #fff;
}

.ext001-action-cell.is-open .ext001-row-menu {
  display: block;
}

.ext001-row-menu button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border: 0;
  background: transparent;
  color: #333;
  text-align: left;
}

.ext001-row-menu button:hover {
  background: #f7f9fc;
}

.ext001-subcontract-row {
  background: #eff9ff;
}

.ext001-subcontract-row:first-of-type {
  background: #dff1ff;
}

.ext001-subcontract-indent {
  width: 24px;
  height: 1px;
  display: inline-block;
  margin-right: 8px;
  background: #cbd5e5;
  vertical-align: middle;
}

.ext001-pagination-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 132px;
  color: #3f4658;
}

.ext001-page-size,
.ext001-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ext001-page-size .form-select {
  width: 78px;
  height: 46px;
  border-color: var(--ext001-line);
  border-radius: 8px;
}

.ext001-pagination button,
.ext001-pagination span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ext001-line);
  border-radius: 10px;
  background: #fff;
  color: #3f4658;
}

.ext001-pagination button:first-child,
.ext001-pagination button:last-child {
  border-color: transparent;
  background: transparent;
  color: var(--ext001-blue);
}

.ext001-pagination button.is-active {
  border-color: var(--ext001-navy);
  background: var(--ext001-navy);
  color: #fff;
}

.ext001-pagination button:disabled {
  color: #c0c5d0;
}

.ext001-work-shell {
  overflow: hidden;
  border: 1px solid var(--ext001-line);
  border-radius: 20px;
  background: #fff;
}

.ext001-work-header {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  border-bottom: 1px solid var(--ext001-line);
}

.ext001-work-header h2 {
  margin: 0;
  color: var(--ext001-ink);
  font-size: 22px;
  font-weight: 800;
}

.ext001-icon-link {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ext001-ink);
  font-size: 19px;
}

.ext001-work-metrics,
.ext001-filter-panel,
.ext001-work-list-controls,
.ext001-work-shell > .ext001-table-card {
  margin: 18px 24px;
}

.ext001-filter-panel {
  border: 1px solid var(--ext001-line);
  border-radius: 16px;
  background: #fff;
}

.ext001-filter-collapse {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 0;
  background: transparent;
  color: var(--ext001-ink);
  font-weight: 800;
}

.ext001-filter-body,
.ext001-review-filter {
  display: grid;
  grid-template-columns: repeat(6, minmax(130px, 1fr));
  gap: 12px;
  padding: 0 16px 16px;
}

.ext001-filter-body label,
.ext001-review-filter label,
.ext001-submission-grid label,
.ext001-contract-update-fallback label {
  display: grid;
  gap: 6px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.ext001-filter-body .form-control,
.ext001-filter-body .form-select,
.ext001-review-filter .form-control,
.ext001-review-filter .form-select,
.ext001-submission-grid .form-control,
.ext001-submission-grid .form-select {
  height: 40px;
  border-color: var(--ext001-line);
  color: #999a9f;
  font-size: 14px;
}

.ext001-inline-check {
  display: inline-flex !important;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  gap: 8px !important;
  min-height: 28px;
}

.ext001-work-table .ext001-work-name {
  min-width: 620px;
}

.ext001-submission-cell {
  white-space: nowrap;
}

.ext001-member-count {
  font-weight: 700;
}

.ext001-work-actions {
  display: flex;
  justify-content: flex-end;
  padding: 0 24px 24px;
}

.ext001-primary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 7px;
  background: var(--ext001-navy) !important;
  color: #fff !important;
}

.ext001-layer-open {
  overflow: hidden;
}

.ext001-layer-host {
  position: relative;
  z-index: 1060;
}

.ext001-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.36);
}

.ext001-drawer,
.ext001-dialog {
  position: fixed;
  z-index: 1061;
  overflow: auto;
  background: #fff;
  color: #333;
  box-shadow: 0 20px 55px rgba(31, 43, 97, 0.18);
}

.ext001-drawer {
  top: 24px;
  right: 24px;
  bottom: 24px;
  width: min(640px, calc(100vw - 48px));
  border-radius: 7px;
}

.ext001-overview-drawer {
  width: min(656px, calc(100vw - 48px));
}

.ext001-member-drawer {
  width: min(560px, calc(100vw - 48px));
}

.ext001-files-drawer {
  width: min(1000px, calc(100vw - 48px));
}

.ext001-dialog {
  left: 50%;
  top: 50%;
  width: min(1392px, calc(100vw - 96px));
  max-height: calc(100vh - 96px);
  transform: translate(-50%, -50%);
  border-radius: 7px;
}

.ext001-dialog-wide {
  width: min(1120px, calc(100vw - 96px));
}

.ext001-review-dialog {
  width: min(1440px, calc(100vw - 96px));
}

.ext001-submission-form {
  min-height: min(836px, calc(100vh - 96px));
}

.ext001-layer-header {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-bottom: 1px solid #edf0f5;
}

.ext001-layer-header h3 {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--ext001-ink);
  font-size: 18px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ext001-layer-header button {
  border: 0;
  background: transparent;
  color: #333;
  font-size: 22px;
}

.ext001-overview-card,
.ext001-quick-settings {
  margin: 16px 24px;
  padding: 18px;
  border: 1px solid #edf0f5;
  border-radius: 7px;
  background: #fff;
}

.ext001-overview-card h4,
.ext001-quick-settings h4 {
  margin: 0 0 16px;
  color: var(--ext001-ink);
  font-size: 16px;
  font-weight: 800;
}

.ext001-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
}

.ext001-overview-grid div {
  display: flex;
  gap: 4px;
  min-width: 0;
}

.ext001-overview-grid dt {
  color: #333;
  font-weight: 800;
}

.ext001-overview-grid dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ext001-chart {
  width: 100%;
  height: 240px;
}

.ext001-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0 24px 24px;
}

.ext001-tabs button {
  height: 56px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #8a98bf;
  font-weight: 800;
}

.ext001-tabs button.is-active {
  border-bottom-color: var(--ext001-navy);
  color: var(--ext001-ink);
}

.ext001-layer-search {
  width: auto;
  margin: 0 24px 24px;
}

.ext001-member-drawer .ext001-table-card,
.ext001-dialog .ext001-table-card,
.ext001-files-drawer .ext001-table-card {
  margin: 0 24px 24px;
}

.ext001-member-table td,
.ext001-member-table th {
  height: 58px;
}

.ext001-member-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ext001-member-cell img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
}

.ext001-member-cell span {
  display: grid;
  gap: 2px;
}

.ext001-member-cell strong {
  color: #333;
  font-size: 14px;
}

.ext001-member-cell small {
  color: #a0a0a0;
}

.ext001-layer-footer {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px 24px 24px;
  background: #fff;
}

.ext001-layer-footer .btn-light {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--ext001-line);
  background: #fff;
}

.ext001-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 24px 16px;
  color: #333;
  font-weight: 800;
}

.ext001-switch input {
  display: none;
}

.ext001-switch span {
  position: relative;
  width: 32px;
  height: 18px;
  border-radius: 999px;
  background: #d4dbe7;
}

.ext001-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transition: transform 160ms ease;
}

.ext001-switch input:checked + span {
  background: var(--ext001-blue);
}

.ext001-switch input:checked + span::after {
  transform: translateX(14px);
}

.ext001-member-list-wrap {
  max-height: 660px;
  overflow: auto;
}

.ext001-status-progress {
  background: #e2f1ff;
  color: #008cff;
}

.ext001-status-approved,
.ext001-status-done {
  border: 1px solid #22ad4c;
  background: #ecfbf1;
  color: #22ad4c;
}

.ext001-status-rejected {
  background: #ffe7eb;
  color: #e63757;
}

.ext001-status-neutral {
  background: #ffe9d6;
  color: #f25c05;
}

.ext001-inline-actions {
  display: flex;
  gap: 10px;
}

.ext001-inline-actions button {
  border: 0;
  background: transparent;
}

.ext001-inline-actions button:nth-child(1),
.ext001-inline-actions button:nth-child(2) {
  color: var(--ext001-blue);
}

.ext001-inline-actions button:nth-child(3) {
  color: #ff3b4f;
}

.ext001-submission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 18px 24px 0;
}

.ext001-field-full {
  grid-column: 1 / -1;
}

.ext001-submission-grid textarea {
  min-height: 86px;
  resize: vertical;
}

.ext001-submission-grid b {
  color: #ff3b4f;
}

.ext001-upload-zone {
  min-height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px dashed var(--ext001-blue);
  border-radius: 4px;
  background: #f5fbff;
  color: #333;
  font-weight: 500;
}

.ext001-upload-zone .fa-cloud-arrow-up {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  border: 1px solid #c8d4e5;
  border-radius: 50%;
  color: var(--ext001-blue);
  font-size: 28px;
  background: #fff;
}

.ext001-upload-zone strong {
  color: var(--ext001-blue);
}

.ext001-upload-zone small {
  color: #a0a0a0;
}

.ext001-review-filter {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 8px;
  padding: 18px 24px 16px;
}

.ext001-review-header h3 {
  font-size: 16px;
  line-height: 1.35;
}

.ext001-review-filter label {
  gap: 6px;
  font-size: 13px;
  line-height: 1.2;
}

.ext001-review-filter .form-control,
.ext001-review-filter .form-select {
  height: 36px;
  border-color: #e6e9ef;
  border-radius: 4px;
  background-color: #fff;
}

.ext001-review-filter .form-control:disabled {
  background-color: #f8f8f8;
}

.ext001-review-actions-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  margin-top: 2px;
}

.ext001-review-actions-row .ext001-inline-check {
  margin: 0;
}

.ext001-review-files-button {
  min-width: 207px;
  height: 36px !important;
  justify-content: center;
  gap: 10px;
  border-color: #e6ebf3 !important;
  border-radius: 4px;
  background: #f8fbfe !important;
  color: var(--ext001-ink) !important;
  font-size: 14px;
  font-weight: 500;
}

.ext001-review-table-card {
  overflow-x: auto;
}

.ext001-review-table {
  min-width: 1360px;
}

.ext001-review-table th {
  height: 42px;
  padding: 0 13px;
}

.ext001-review-table td {
  height: 100px;
  padding: 13px;
  vertical-align: middle;
}

.ext001-review-table .ext001-review-index {
  width: 40px;
  text-align: center;
}

.ext001-review-table .ext001-review-name {
  min-width: 156px;
}

.ext001-review-table .ext001-review-remarks {
  width: 164px;
  line-height: 1.35;
}

.ext001-review-table .ext001-review-finish {
  color: #ff5a1f;
}

.ext001-review-table .ext001-status-pill {
  min-width: 86px;
  min-height: 24px;
  padding: 0 12px;
  font-weight: 500;
}

.ext001-review-dialog .ext001-layer-footer {
  padding-top: 0;
}

.ext001-quick-settings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
}

.ext001-quick-settings h4 {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.ext001-quick-settings label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ext001-contract-detail-fallback,
.ext001-contract-update-fallback {
  padding: 18px;
}

.ext001-contract-detail-fallback dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ext001-contract-detail-fallback dt {
  color: var(--ext001-muted);
  font-weight: 800;
}

.ext001-contract-update-fallback form {
  display: grid;
  gap: 12px;
}

@media (max-width: 1199.98px) {
  .ext001-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ext001-list-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .ext001-table-tools {
    min-width: 0;
  }

  .ext001-filter-body,
  .ext001-review-filter {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ext001-metric-grid,
  .ext001-filter-body,
  .ext001-review-filter,
  .ext001-submission-grid,
  .ext001-overview-grid,
  .ext001-quick-settings {
    grid-template-columns: 1fr;
  }

  .ext001-pill-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ext001-pill-group button {
    flex: 0 0 auto;
  }

  .ext001-table-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .ext001-table-tools .form-select,
  .ext001-search-control {
    width: 100%;
    min-width: 0;
  }

  .ext001-pagination-row {
    align-items: stretch;
    flex-direction: column;
    margin-top: 36px;
  }

  .ext001-drawer {
    inset: 0;
    width: 100%;
    border-radius: 0;
  }

  .ext001-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }
}
