/* DayPilot UI · v2 resource family · guideline 1.0.0.
 * Explicit dpu-* components and opt-in foundations. No page-wide reset or demo JS.
 * Source of truth: daypilot-style. Publication through daypilot-static is pending.
 */
:where(.dpu-root) {
  color-scheme: light;
  --dpu-ink: #20313f;
  --dpu-text: #435461;
  --dpu-muted: #64737f;
  --dpu-blue: #096ba8;
  --dpu-blue-hover: #075685;
  --dpu-navy: #0e2c42;
  --dpu-soft-blue: #edf5fa;
  --dpu-line: #dce2e7;
  --dpu-control-line: #8394a1;
  --dpu-wash: #f6f8fa;
  --dpu-focus: #187bb8;
  --dpu-success: #287549;
  --dpu-danger: #af3c36;
  --dpu-radius: 6px;
  --dpu-mono:
    ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font:
    15px/1.55 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Arial,
    sans-serif;
  font-synthesis: none;
  color: var(--dpu-text);
}
:where(
  .dpu-control,
  .dpu-choice,
  .dpu-btn,
  .dpu-input,
  .dpu-switch,
  .dpu-tab,
  .dpu-field input,
  .dpu-field select,
  .dpu-field textarea,
  .dpu-property-row input,
  .dpu-property-row select,
  .dpu-check-label input,
  .dpu-segmented input,
  .dpu-option-card input,
  .dpu-action-menu button,
  .dpu-queue button,
  .dpu-task-panel input[type="file"]
) {
  box-sizing: border-box;
  font: inherit;
}
:where(
  .dpu-clickable,
  .dpu-btn,
  .dpu-switch,
  .dpu-tab,
  .dpu-action-menu button,
  .dpu-queue button,
  .dpu-disclosure > summary
) {
  cursor: pointer;
}
:where(.dpu-link) {
  color: var(--dpu-blue);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
:where(.dpu-link):hover {
  color: var(--dpu-blue-hover);
}
:where(.dpu-h1, .dpu-h2, .dpu-h3, .dpu-h4) {
  margin: 0;
  color: var(--dpu-ink);
  line-height: 1.25;
}
:where(.dpu-h1) {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
}
:where(.dpu-h2) {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
:where(.dpu-h3) {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.012em;
}
:where(.dpu-h4) {
  font-size: 15px;
  font-weight: 600;
}
:where(.dpu-p) {
  margin: 0 0 16px;
}
:where(.dpu-code, .dpu-pre, .dpu-kbd) {
  font-family: var(--dpu-mono);
}
:where(.dpu-code) {
  font-size: 0.88em;
}
:where(.dpu-code):not(pre code) {
  padding: 2px 5px;
  border-radius: 3px;
  background: #f0f3f5;
  color: #31526b;
}
.dpu-hidden[hidden] {
  box-sizing: border-box;
  display: none !important;
}
:where(
  .dpu-focus,
  .dpu-choice,
  .dpu-btn,
  .dpu-input,
  .dpu-switch,
  .dpu-tab,
  .dpu-link,
  .dpu-tag,
  .dpu-action-tile,
  .dpu-result-title,
  .dpu-field input,
  .dpu-field select,
  .dpu-field textarea,
  .dpu-property-row input,
  .dpu-property-row select,
  .dpu-check-label input,
  .dpu-segmented input,
  .dpu-option-card input,
  .dpu-action-menu button,
  .dpu-queue button,
  .dpu-task-panel input[type="file"],
  .dpu-disclosure > summary,
  .dpu-content-nav a,
  .dpu-app-nav > a,
  .dpu-pagination a
):focus-visible {
  outline: 2px solid var(--dpu-focus);
  outline-offset: 3px;
}
:where(
  .dpu-field input,
  .dpu-field select,
  .dpu-field textarea,
  .dpu-input,
  .dpu-property-row input,
  .dpu-property-row select
):focus-visible {
  outline-offset: -1px;
}
.dpu-icon {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.dpu-sr-only {
  box-sizing: border-box;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.dpu-intro {
  box-sizing: border-box;
  display: flex;
  gap: 36px;
  align-items: center;
  border: 1px solid #153e58;
  background:
    radial-gradient(ellipse at top right, #1a4b66, transparent 65%), #0e2d44;
  color: #c1d4e0;
  border-radius: 9px;
  padding: 30px 32px;
}
.dpu-intro h1 {
  box-sizing: border-box;
  color: #fff;
  margin: 5px 0 10px;
}
.dpu-intro p {
  box-sizing: border-box;
  max-width: 570px;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}
.dpu-eyebrow {
  box-sizing: border-box;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 600;
}
.dpu-intro .dpu-eyebrow {
  box-sizing: border-box;
  color: #89c4e0;
}
.dpu-intro-inset {
  box-sizing: border-box;
  background: #092133;
  border: 1px solid #2c4e63;
  border-radius: 6px;
  flex: 0 0 175px;
  padding: 17px 20px;
}
.dpu-intro-inset > span {
  box-sizing: border-box;
  color: #9db7c7;
  font: 10px var(--dpu-mono);
  letter-spacing: 0.08em;
}
.dpu-intro-inset > strong {
  box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin: 3px 0 14px;
}
.dpu-intro-inset dl {
  box-sizing: border-box;
  border-top: 1px solid #29475b;
  margin: 0;
  padding-top: 10px;
}
.dpu-intro-inset dl > div {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 2px 0;
}
.dpu-intro-inset dt {
  box-sizing: border-box;
  color: #9db7c7;
}
.dpu-intro-inset dd {
  box-sizing: border-box;
  margin: 0;
  color: #d7e6ee;
}
.dpu-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.dpu-spread {
  box-sizing: border-box;
  justify-content: space-between;
}
.dpu-stack {
  box-sizing: border-box;
  display: grid;
  gap: 16px;
}
.dpu-small-label {
  box-sizing: border-box;
  color: var(--dpu-muted);
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.dpu-hint {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 12px;
  margin: 6px 0 0;
}
.dpu-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 14px;
  border: 1px solid #bbc7cf;
  border-radius: var(--dpu-radius);
  background: #fff;
  color: #355267;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition:
    background 0.14s,
    border-color 0.14s;
  white-space: nowrap;
}
.dpu-btn:hover {
  color: #20415a;
  background: #f3f7fa;
  border-color: #90a8b8;
}
.dpu-btn:active {
  background: #e9f0f5;
}
.dpu-btn.dpu-primary {
  box-sizing: border-box;
  background: var(--dpu-blue);
  border-color: var(--dpu-blue);
  color: #fff;
  box-shadow: 0 1px 1px #082d4710;
}
.dpu-btn.dpu-primary:hover {
  background: var(--dpu-blue-hover);
  border-color: var(--dpu-blue-hover);
}
.dpu-btn.dpu-quiet {
  box-sizing: border-box;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #42627a;
}
.dpu-btn.dpu-quiet:hover {
  background: #eef4f8;
  color: #075e94;
}
.dpu-btn.dpu-danger {
  box-sizing: border-box;
  color: var(--dpu-danger);
  border-color: #debcb9;
  background: #fff;
}
.dpu-btn.dpu-danger:hover {
  background: #fdf2f1;
}
.dpu-btn.dpu-danger-solid {
  box-sizing: border-box;
  color: #fff;
  background: var(--dpu-danger);
  border-color: var(--dpu-danger);
}
.dpu-btn.dpu-compact {
  box-sizing: border-box;
  min-height: 32px;
  font-size: 13px;
  padding: 4px 11px;
}
.dpu-btn.dpu-icon-only {
  box-sizing: border-box;
  width: 38px;
  padding: 7px;
}
.dpu-btn:disabled {
  color: #75838e;
  background: #eff2f4;
  border-color: #dce2e7;
  box-shadow: none;
  cursor: default;
}
.dpu-btn[aria-busy="true"] {
  box-sizing: border-box;
  color: #fff;
  background: #317ba8;
  border-color: #317ba8;
}
.dpu-spinner {
  box-sizing: border-box;
  animation: dpu-spin 1s linear infinite;
}
@keyframes dpu-spin {
  to {
    transform: rotate(360deg);
  }
}
.dpu-text-link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.dpu-text-link .dpu-icon {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}
.dpu-toolbar-group {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  background: #fff;
  border: 1px solid var(--dpu-line);
  border-radius: 6px;
}
.dpu-toolbar-group > span[aria-hidden] {
  box-sizing: border-box;
  width: 1px;
  height: 18px;
  background: var(--dpu-line);
  margin: 0 4px;
}
.dpu-tooltip-wrap {
  box-sizing: border-box;
  position: relative;
  display: inline-flex;
}
.dpu-tooltip {
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background: #213d51;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  transition: opacity 0.1s;
}
.dpu-tooltip-wrap:hover .dpu-tooltip,
.dpu-tooltip-wrap:focus-within .dpu-tooltip {
  opacity: 1;
  pointer-events: auto;
}
.dpu-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
}
.dpu-tooltip-wrap[data-dismissed] .dpu-tooltip {
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
}
.dpu-field {
  box-sizing: border-box;
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}
.dpu-field > label,
.dpu-field > span,
.dpu-fieldset > legend {
  box-sizing: border-box;
  color: #354b5c;
  font-size: 13px;
  font-weight: 500;
}
.dpu-field input,
.dpu-field select,
.dpu-field textarea,
.dpu-input {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--dpu-control-line);
  border-radius: var(--dpu-radius);
  background: #fff;
  color: var(--dpu-ink);
  padding: 8px 11px;
  min-height: 40px;
  font-size: 14px;
}
.dpu-field input:hover,
.dpu-field select:hover,
.dpu-field textarea:hover {
  border-color: #778f9f;
}
.dpu-field input:focus,
.dpu-field select:focus,
.dpu-field textarea:focus {
  box-shadow: none;
}
.dpu-field textarea {
  box-sizing: border-box;
  resize: vertical;
}
.dpu-field .dpu-hint {
  box-sizing: border-box;
  margin: 0;
}
.dpu-field input[aria-invalid="true"] {
  box-sizing: border-box;
  border-color: var(--dpu-danger);
}
.dpu-error-text {
  box-sizing: border-box;
  color: var(--dpu-danger);
  font-size: 12px;
  margin: 0;
}
.dpu-field input:disabled {
  background: #eff2f4;
  color: #697986;
  border-color: #d3dce2;
  cursor: default;
}
.dpu-field input[readonly] {
  box-sizing: border-box;
  background: #f6f8fa;
  border-style: dashed;
}
.dpu-select-wrap {
  box-sizing: border-box;
  position: relative;
}
.dpu-select-wrap select {
  box-sizing: border-box;
  appearance: none;
  padding-right: 36px;
}
.dpu-select-wrap > .dpu-icon {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
.dpu-search-control {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.dpu-search-control > .dpu-icon {
  box-sizing: border-box;
  position: absolute;
  left: 13px;
  color: #6f8595;
  pointer-events: none;
}
.dpu-search-control input {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 43px;
  min-width: 0;
}
.dpu-search-control input::-webkit-search-cancel-button {
  appearance: none;
}
.dpu-search-control .dpu-clear-search {
  box-sizing: border-box;
  position: absolute;
  right: 6px;
  width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 4px;
  border-radius: 4px;
}
.dpu-search-form {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  max-width: 650px;
}
.dpu-search-form .dpu-search-control {
  box-sizing: border-box;
  flex: 1;
  min-width: 0;
}
.dpu-search-form .dpu-btn {
  box-sizing: border-box;
  padding-inline: 20px;
}
:where(.dpu-fieldset) {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
:where(.dpu-legend) {
  padding: 0;
  margin-bottom: 12px;
}
.dpu-check-label {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 14px;
  min-height: 32px;
  cursor: pointer;
}
:where(.dpu-choice) {
  accent-color: var(--dpu-blue);
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 3px 0 0;
  cursor: pointer;
}
.dpu-check-label small {
  box-sizing: border-box;
  color: var(--dpu-muted);
  display: block;
  font-size: 12px;
}
.dpu-segmented {
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3px;
  padding: 3px;
  border: 1px solid #d1dce4;
  border-radius: 7px;
  background: #f3f6f8;
}
.dpu-segmented label {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.dpu-segmented input {
  box-sizing: border-box;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.dpu-segmented span {
  box-sizing: border-box;
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 15px;
  color: #536b7c;
  font-size: 13px;
}
.dpu-segmented input:checked + span {
  color: #155e90;
  background: #fff;
  border-color: #c8d8e4;
  box-shadow: 0 1px 2px #0d3b5510;
  font-weight: 600;
}
.dpu-segmented input:focus-visible + span {
  outline: 2px solid var(--dpu-focus);
  outline-offset: 2px;
}
.dpu-switch {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  background: none;
  padding: 0;
  border: 0;
  color: var(--dpu-text);
  font-size: 14px;
}
.dpu-switch-track {
  box-sizing: border-box;
  width: 34px;
  height: 20px;
  display: inline-block;
  border-radius: 20px;
  background: #7a8c99;
  position: relative;
  transition: background 0.15s;
}
.dpu-switch-track::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.15s;
}
.dpu-switch[aria-checked="true"] .dpu-switch-track {
  box-sizing: border-box;
  background: var(--dpu-blue);
}
.dpu-switch[aria-checked="true"] .dpu-switch-track::after {
  transform: translateX(14px);
}
.dpu-switch-state {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 12px;
  min-width: 18px;
}
.dpu-renewal-options {
  box-sizing: border-box;
  display: grid;
  gap: 10px;
}
.dpu-option-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: start;
  gap: 13px;
  border: 1px solid #cbd6de;
  border-radius: 7px;
  padding: 17px 20px;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition:
    border-color 0.14s,
    background 0.14s;
}
.dpu-option-card:hover {
  border-color: #819fb3;
}
.dpu-option-card:has(input:checked) {
  background: #f4f9fc;
  border-color: #558fb5;
}
.dpu-option-card:has(input:checked)::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px -1px;
  width: 3px;
  background: #1478b2;
  border-radius: 0 2px 2px 0;
}
.dpu-option-card input {
  box-sizing: border-box;
  margin-top: 4px;
}
.dpu-option-card strong {
  box-sizing: border-box;
  color: #263f51;
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.dpu-option-card small {
  box-sizing: border-box;
  display: block;
  color: var(--dpu-muted);
  font-size: 12px;
  margin-top: 3px;
}
.dpu-option-card > span:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.dpu-option-card:has(input:disabled) {
  background: #f7f8f9;
  cursor: default;
}
.dpu-option-card:has(input:disabled) strong {
  color: #788692;
}
.dpu-edition {
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid;
  border-radius: 4px;
  line-height: 18px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  vertical-align: middle;
  letter-spacing: 0.015em;
}
.dpu-edition.dpu-lite {
  box-sizing: border-box;
  color: #785710;
  background: #fff5d9;
  border-color: #e5cf94;
}
.dpu-edition.dpu-pro {
  box-sizing: border-box;
  color: #275d8a;
  background: #edf4fd;
  border-color: #bfd2e4;
}
.dpu-badge {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 20px;
  background: #f0f3f5;
  color: #5c6e7b;
  white-space: nowrap;
}
.dpu-badge .dpu-icon {
  box-sizing: border-box;
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.dpu-badge.dpu-success {
  box-sizing: border-box;
  background: #eef6f0;
  color: #287247;
}
.dpu-badge.dpu-warning {
  box-sizing: border-box;
  background: #fff5e4;
  color: #84601f;
}
.dpu-badge.dpu-info {
  box-sizing: border-box;
  background: #eaf4fb;
  color: #29678d;
}
.dpu-tag {
  box-sizing: border-box;
  border: 1px solid #d7e0e6;
  background: #f7f9fa;
  color: #5b7080;
  border-radius: 20px;
  padding: 3px 9px;
  font-size: 12px;
  text-decoration: none;
}
.dpu-tag:hover {
  border-color: #a9c2d4;
  background: #eef5fa;
}
.dpu-tile-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.dpu-action-tile {
  box-sizing: border-box;
  border: 1px solid #cdd7df;
  border-radius: 7px;
  text-decoration: none;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
  display: block;
}
.dpu-action-tile:hover {
  border-color: #6496b7;
  box-shadow: 0 3px 12px #2446620c;
}
.dpu-tile-caption {
  box-sizing: border-box;
  border-top: 1px solid #e2e8ec;
  padding: 14px 16px;
}
.dpu-tile-caption > strong {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2c485d;
  font-weight: 600;
  font-size: 14px;
  gap: 7px;
  margin-bottom: 9px;
}
.dpu-tile-caption .dpu-icon {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  flex-basis: 14px;
  color: #6d8fa5;
}
.dpu-tile-caption > div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dpu-tile-caption small {
  box-sizing: border-box;
  margin-left: auto;
  font-size: 10px;
  color: var(--dpu-muted);
}
.dpu-info-panel {
  box-sizing: border-box;
  border: 1px solid #d7e0e7;
  border-radius: 7px;
  padding: 22px;
  background: #fff;
}
.dpu-info-panel h4 {
  box-sizing: border-box;
  margin: 0 0 7px;
}
.dpu-info-panel p {
  box-sizing: border-box;
  font-size: 13px;
  color: #637887;
  margin-bottom: 16px;
}
.dpu-definition-list {
  box-sizing: border-box;
  margin: 0;
}
.dpu-definition-list > div {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  border-bottom: 1px solid #edf0f3;
  gap: 12px;
  padding: 9px 0;
  font-size: 13px;
}
.dpu-definition-list > div:last-child {
  border: 0;
}
.dpu-definition-list dt {
  box-sizing: border-box;
  color: var(--dpu-muted);
}
.dpu-definition-list dd {
  box-sizing: border-box;
  margin: 0;
  color: #334d60;
}
.dpu-disclosure {
  box-sizing: border-box;
  border-bottom: 1px solid var(--dpu-line);
}
.dpu-disclosure:first-child {
  border-top: 1px solid var(--dpu-line);
}
.dpu-disclosure > summary {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 0;
  min-height: 48px;
  list-style: none;
  color: #3c5669;
  font-size: 14px;
  font-weight: 500;
}
.dpu-disclosure summary::-webkit-details-marker {
  display: none;
}
.dpu-chevron {
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  transform-box: view-box;
  transform-origin: 50% 50%;
  transition: transform 0.16s ease;
  color: #608198;
}
.dpu-disclosure[open] > summary > .dpu-chevron {
  box-sizing: border-box;
  transform: rotate(90deg);
}
.dpu-disclosure > div {
  box-sizing: border-box;
  padding: 0 16px 17px 27px;
  font-size: 13px;
  color: #617787;
}
.dpu-disclosure > div > :last-child {
  margin-bottom: 0;
}
.dpu-disclosure .dpu-summary-meta {
  box-sizing: border-box;
  margin-left: auto;
  color: var(--dpu-muted);
  font-size: 11px;
  font-weight: 400;
}
.dpu-tabs {
  box-sizing: border-box;
  display: flex;
  gap: 26px;
  border-bottom: 1px solid var(--dpu-line);
  overflow-x: auto;
  padding: 3px 3px 0;
}
.dpu-tab {
  box-sizing: border-box;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #647481;
  font-size: 13px;
  padding: 9px 0 12px;
  white-space: nowrap;
  text-decoration: none;
}
.dpu-tab[aria-selected="true"],
.dpu-tab[aria-current] {
  box-sizing: border-box;
  border-bottom-color: var(--dpu-blue);
  color: var(--dpu-blue);
  font-weight: 600;
}
.dpu-tab span {
  box-sizing: border-box;
  margin-left: 5px;
  color: var(--dpu-muted);
  font-size: 10px;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}
.dpu-tab-panel {
  box-sizing: border-box;
  padding: 24px 0 0;
  min-height: 125px;
  font-size: 13px;
}
.dpu-result-title {
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  text-decoration: none;
}
.dpu-result-path {
  box-sizing: border-box;
  display: block;
  font-size: 11px;
  color: var(--dpu-muted);
  margin-bottom: 8px;
}
.dpu-result {
  box-sizing: border-box;
  border-bottom: 1px solid #e1e7eb;
  padding: 18px 0;
}
.dpu-result:last-child {
  border: 0;
  padding-bottom: 0;
}
.dpu-result p {
  box-sizing: border-box;
  color: #586c7b;
  font-size: 13px;
  margin-bottom: 8px;
}
.dpu-result .dpu-row {
  box-sizing: border-box;
  gap: 7px;
}
.dpu-result-meta {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 11px;
}
.dpu-content-nav,
.dpu-app-nav {
  box-sizing: border-box;
  width: min(100%, 290px);
  border: 1px solid var(--dpu-line);
  border-radius: 6px;
  padding: 14px 12px;
  font-size: 13px;
}
.dpu-content-nav > p,
.dpu-app-nav > p {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 11px;
  margin: 0 8px 10px;
}
.dpu-content-nav > a,
.dpu-content-nav details a,
.dpu-content-nav summary,
.dpu-app-nav > a {
  box-sizing: border-box;
  color: #4b6477;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 4px;
}
.dpu-content-nav .dpu-disclosure {
  box-sizing: border-box;
  border: 0;
}
.dpu-content-nav .dpu-disclosure summary {
  box-sizing: border-box;
  font-size: 13px;
  padding-left: 10px;
}
.dpu-content-nav .dpu-disclosure > div {
  box-sizing: border-box;
  padding: 0 0 0 17px;
  border-left: 1px solid #dfe6eb;
  margin-left: 18px;
}
.dpu-content-nav a:hover,
.dpu-app-nav a:hover {
  background: #f3f7fa;
  color: #096ba8;
}
.dpu-content-nav a[aria-current] {
  box-sizing: border-box;
  color: #0869a2;
  background: #f0f6fa;
  box-shadow: inset 2px 0 #237fad;
  font-weight: 500;
}
.dpu-app-nav {
  box-sizing: border-box;
  background: #f7f9fb;
}
.dpu-app-nav .dpu-icon {
  box-sizing: border-box;
  color: #6c879b;
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.dpu-app-nav > a {
  box-sizing: border-box;
  margin-bottom: 3px;
}
.dpu-app-nav > a[aria-current] {
  box-sizing: border-box;
  background: #e2edf5;
  color: #225e88;
  font-weight: 600;
}
.dpu-app-nav a > span {
  box-sizing: border-box;
  margin-left: auto;
  font: 11px var(--dpu-mono);
  color: var(--dpu-muted);
}
.dpu-app-nav hr {
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid var(--dpu-line);
  margin: 12px 6px;
}
.dpu-breadcrumbs {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin-bottom: 25px;
}
.dpu-breadcrumbs .dpu-icon {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  flex-basis: 12px;
  color: #95a4af;
}
.dpu-breadcrumbs a {
  box-sizing: border-box;
  text-decoration: none;
}
.dpu-breadcrumbs span {
  box-sizing: border-box;
  color: var(--dpu-muted);
}
.dpu-pagination {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
}
.dpu-pagination a {
  box-sizing: border-box;
  color: #536c7d;
  border: 1px solid transparent;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}
.dpu-pagination a[aria-current] {
  box-sizing: border-box;
  background: #edf5fa;
  color: #0c689b;
  border-color: #d5e4ee;
}
.dpu-pagination a:hover {
  background: #f1f5f8;
}
.dpu-notice {
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  border: 1px solid #d1e2ee;
  border-radius: 6px;
  background: #f3f8fc;
  padding: 14px 16px;
  font-size: 13px;
}
.dpu-notice > .dpu-icon {
  box-sizing: border-box;
  color: #3d7ba5;
  margin-top: 2px;
}
.dpu-notice strong {
  box-sizing: border-box;
  color: #345970;
  font-weight: 600;
}
.dpu-notice p {
  box-sizing: border-box;
  color: var(--dpu-muted);
  margin: 3px 0 0;
  font-size: 12px;
}
.dpu-notice.dpu-warning {
  box-sizing: border-box;
  background: #fffbf1;
  border-color: #e7daba;
}
.dpu-notice.dpu-warning > .dpu-icon,
.dpu-notice.dpu-warning strong {
  box-sizing: border-box;
  color: #87631d;
}
.dpu-notice.dpu-error {
  box-sizing: border-box;
  background: #fff7f6;
  border-color: #eaccc9;
}
.dpu-notice.dpu-error > .dpu-icon,
.dpu-notice.dpu-error strong {
  box-sizing: border-box;
  color: #a4433c;
}
.dpu-inline-status {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #377450;
  font-size: 12px;
}
.dpu-inline-status .dpu-icon {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}
.dpu-command {
  box-sizing: border-box;
  display: flex;
  border: 1px solid #cbd8e1;
  border-radius: 6px;
  background: #f7f9fb;
  padding: 5px;
  gap: 8px;
  align-items: center;
}
.dpu-command code {
  box-sizing: border-box;
  flex: 1;
  padding: 8px 10px;
  background: none;
  color: #355773;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 12px;
}
.dpu-command .dpu-btn {
  box-sizing: border-box;
  font-size: 12px;
  min-height: 32px;
}
.dpu-data-scroll {
  box-sizing: border-box;
  overflow-x: auto;
  padding: 3px;
  margin: -3px;
}
.dpu-data-table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  font-size: 13px;
  min-width: 610px;
}
.dpu-data-table caption {
  box-sizing: border-box;
  text-align: left;
  color: var(--dpu-muted);
  font-size: 11px;
  padding-bottom: 12px;
}
.dpu-data-table th {
  box-sizing: border-box;
  background: #f6f8fa;
  border-top: 1px solid var(--dpu-line);
  border-bottom: 1px solid var(--dpu-line);
  color: var(--dpu-muted);
  font-size: 11px;
  font-weight: 500;
  padding: 10px 13px;
}
.dpu-data-table td {
  box-sizing: border-box;
  border-bottom: 1px solid #e8edf1;
  padding: 14px 13px;
  color: #4d6577;
}
.dpu-data-table a {
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 500;
}
.dpu-number {
  box-sizing: border-box;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.dpu-state-box {
  box-sizing: border-box;
  padding: 26px 18px;
  background: #f9fbfc;
  border: 1px dashed #cbd7e0;
  border-radius: 6px;
  text-align: center;
  min-height: 185px;
}
.dpu-state-box > .dpu-icon {
  box-sizing: border-box;
  color: #7694a8;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
}
.dpu-state-box h4 {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
}
.dpu-state-box p {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 12px;
  margin: 6px 0 15px;
}
.dpu-menu-anchor {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.dpu-action-menu {
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
  top: calc(100% + 7px);
  left: 0;
  width: 200px;
  padding: 5px;
  background: #fff;
  border: 1px solid #cdd8e0;
  border-radius: 7px;
  box-shadow: 0 8px 26px #143e571a;
}
.dpu-action-menu button {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff;
  color: #4a6477;
  border-radius: 4px;
  font-size: 13px;
}
.dpu-action-menu button:hover {
  background: #eef5fa;
}
.dpu-action-menu hr {
  box-sizing: border-box;
  border: 0;
  border-top: 1px solid var(--dpu-line);
  margin: 5px;
}
.dpu-action-menu button.dpu-danger {
  box-sizing: border-box;
  color: var(--dpu-danger);
}
.dpu-type-normal h4 {
  box-sizing: border-box;
  font-size: 25px;
  font-weight: 600;
  margin: 5px 0 10px;
  letter-spacing: -0.025em;
}
.dpu-type-normal p {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 13px;
}
.dpu-type-normal > small {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 11px;
}
.dpu-type-expressive {
  box-sizing: border-box;
  border-left: 3px solid #629ec2;
  padding-left: 22px;
}
.dpu-type-expressive > small {
  box-sizing: border-box;
  font: 10px var(--dpu-mono);
  color: var(--dpu-muted);
  letter-spacing: 0.06em;
}
.dpu-type-expressive h4 {
  box-sizing: border-box;
  font-size: 31px;
  letter-spacing: -0.035em;
  font-weight: 700;
  margin: 5px 0 9px;
}
.dpu-type-expressive p {
  box-sizing: border-box;
  font-size: 13px;
  color: var(--dpu-muted);
}
.dpu-task-panel {
  box-sizing: border-box;
  width: min(100%, 580px);
  margin: auto;
  border: 1px solid #ccdae4;
  border-radius: 8px;
  background: #fff;
  overflow: clip;
  box-shadow: 0 2px 6px #234a6406;
}
.dpu-task-cap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: #f2f7fb;
  padding: 11px 24px;
  border-bottom: 1px solid #dce6ee;
  color: var(--dpu-muted);
  font-size: 11px;
}
.dpu-task-cap > span {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 7px;
}
.dpu-task-panel > div:last-child {
  padding: 24px;
}
.dpu-task-panel h4 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: -0.02em;
}
.dpu-task-panel p {
  box-sizing: border-box;
  font-size: 13px;
  color: var(--dpu-muted);
}
.dpu-task-panel input[type="file"] {
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  color: var(--dpu-muted);
}
.dpu-task-panel input::file-selector-button {
  background: #fff;
  border: 1px solid #b6c7d4;
  border-radius: 5px;
  padding: 7px 10px;
  color: #426b89;
  margin-right: 10px;
  font: inherit;
  cursor: pointer;
}
.dpu-task-panel .dpu-row {
  box-sizing: border-box;
  margin-top: 20px;
}
.dpu-queue {
  box-sizing: border-box;
  background: #102e44;
  color: #dce7ef;
  --dpu-icon-surface: #102e44;
}
.dpu-queue header {
  box-sizing: border-box;
  padding: 19px 20px 17px;
  border-bottom: 1px solid #2c475d;
}
.dpu-queue header small {
  box-sizing: border-box;
  font: 9px var(--dpu-mono);
  color: #8badc4;
  letter-spacing: 0.09em;
}
.dpu-queue h4 {
  box-sizing: border-box;
  font-size: 17px;
  color: #e3edf4;
  font-weight: 500;
  margin: 4px 0 0;
}
.dpu-queue button {
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid #29465b;
  color: #dbe6ee;
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 8px;
  font-size: 13px;
}
.dpu-queue button[aria-pressed="true"] {
  box-sizing: border-box;
  background: #1b415d;
  box-shadow: inset 3px 0 #70b7dc;
}
.dpu-queue button:hover {
  background: #214862;
}
.dpu-queue button small {
  box-sizing: border-box;
  grid-column: 1;
  color: #a0b6c7;
  font-size: 11px;
}
.dpu-queue button .dpu-icon {
  box-sizing: border-box;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #81afc9;
  width: 15px;
  height: 15px;
}
.dpu-queue button:focus-visible {
  outline-color: #83c6ea;
  outline-offset: -4px;
}
.dpu-queue-detail {
  box-sizing: border-box;
  padding: 26px;
  background: #fff;
  min-width: 0;
}
.dpu-queue-detail h4 {
  box-sizing: border-box;
  font-size: 22px;
  margin: 13px 0 8px;
  letter-spacing: -0.02em;
}
.dpu-queue-detail p {
  box-sizing: border-box;
  font-size: 13px;
  color: var(--dpu-muted);
}
.dpu-queue-detail .dpu-btn {
  box-sizing: border-box;
  margin-top: 14px;
}
.dpu-property-rail {
  box-sizing: border-box;
  padding: 0 14px 12px;
  background: #fafbfc;
  border-right: 1px solid #e0e7ec;
}
.dpu-property-rail .dpu-disclosure {
  box-sizing: border-box;
  border-top: 0;
}
.dpu-property-rail .dpu-disclosure summary {
  box-sizing: border-box;
  min-height: 39px;
  padding-block: 9px;
  font-size: 12px;
}
.dpu-property-rail .dpu-disclosure > div {
  box-sizing: border-box;
  padding: 0 0 13px;
}
.dpu-property-row {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: var(--dpu-muted);
  margin: 7px 0;
}
.dpu-property-row input,
.dpu-property-row select {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  height: 30px;
  border: 1px solid #aebfc9;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  padding: 3px 6px;
}
.dpu-property-row input[type="color"] {
  box-sizing: border-box;
  padding: 3px;
}
.dpu-license-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.dpu-license {
  box-sizing: border-box;
  padding: 22px 18px;
  border: 1px solid #d3dde4;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.dpu-license.dpu-featured {
  box-sizing: border-box;
  border-color: #8eb3cd;
  background: #fbfdff;
}
.dpu-license h4 {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.dpu-license > p {
  box-sizing: border-box;
  color: var(--dpu-muted);
  font-size: 12px;
  margin: 0 0 16px;
}
.dpu-license > strong {
  box-sizing: border-box;
  color: #274a64;
  font-size: 27px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  margin-bottom: 14px;
}
.dpu-license dl {
  box-sizing: border-box;
  margin: 0 0 20px;
  font-size: 12px;
}
.dpu-license dl > div {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #e6edf2;
  padding: 8px 0;
}
.dpu-license dt {
  box-sizing: border-box;
  color: var(--dpu-muted);
}
.dpu-license dd {
  box-sizing: border-box;
  color: #345773;
  margin: 0;
  text-align: right;
}
.dpu-license .dpu-btn {
  box-sizing: border-box;
  margin-top: auto;
  width: 100%;
  font-size: 12px;
}
.dpu-dialog {
  box-sizing: border-box;
  width: min(520px, calc(100% - 32px));
  padding: 0;
  border: 1px solid #becdd8;
  border-radius: 10px;
  color: var(--dpu-text);
  box-shadow: 0 20px 80px #072b4c30;
}
.dpu-dialog::backdrop {
  background: #0e253b50;
}
.dpu-dialog header {
  box-sizing: border-box;
  padding: 22px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.dpu-dialog h2 {
  box-sizing: border-box;
  font-size: 23px;
  margin: 6px 0 0;
}
.dpu-dialog header > div > span {
  box-sizing: border-box;
  color: var(--dpu-muted);
}
.dpu-dialog-body {
  box-sizing: border-box;
  padding: 18px 24px 24px;
}
.dpu-dialog-body p {
  box-sizing: border-box;
  font-size: 14px;
}
.dpu-dialog footer {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding: 16px 24px;
  border-top: 1px solid var(--dpu-line);
  background: #f8fafc;
}
.dpu-dialog pre {
  box-sizing: border-box;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  background: #f4f7fa;
  padding: 14px;
  font-size: 12px;
  border-radius: 5px;
}
.dpu-toast {
  box-sizing: border-box;
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 90;
  padding: 12px 17px;
  color: #ecf5fb;
  background: #17394f;
  border: 1px solid #355c76;
  border-radius: 7px;
  box-shadow: 0 6px 22px #0c304725;
  font-size: 13px;
  max-width: calc(100vw - 32px);
}
.dpu-toast .dpu-icon {
  box-sizing: border-box;
  color: #9dc5de;
}
@media (max-width: 1150px) {
  .dpu-intro {
    box-sizing: border-box;
    padding: 26px;
    gap: 20px;
  }
  .dpu-intro-inset {
    box-sizing: border-box;
    flex-basis: 148px;
    padding: 15px;
  }
  .dpu-tile-grid {
    box-sizing: border-box;
    gap: 10px;
  }
  .dpu-tile-caption {
    box-sizing: border-box;
    padding: 12px;
  }
  .dpu-tile-caption small {
    box-sizing: border-box;
    display: none;
  }
  .dpu-license-grid {
    box-sizing: border-box;
    gap: 10px;
  }
  .dpu-license {
    box-sizing: border-box;
    padding: 18px 13px;
  }
}
@media (max-width: 600px) {
  .dpu-intro {
    box-sizing: border-box;
    display: block;
    padding: 25px 22px;
  }
  .dpu-intro-inset {
    box-sizing: border-box;
    display: none;
  }
  .dpu-intro h1 {
    box-sizing: border-box;
    font-size: 31px;
  }
  :where(.dpu-h2) {
    font-size: 23px;
  }
  .dpu-tile-grid,
  .dpu-license-grid {
    box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .dpu-option-card {
    box-sizing: border-box;
    padding: 15px 12px;
    gap: 10px;
  }
  .dpu-option-card > span:last-child strong {
    font-size: 13px;
  }
  .dpu-option-card small {
    box-sizing: border-box;
    font-size: 11px;
  }
  .dpu-search-form {
    box-sizing: border-box;
    gap: 7px;
  }
  .dpu-search-form .dpu-btn {
    box-sizing: border-box;
    padding-inline: 12px;
  }
  .dpu-command {
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .dpu-command code {
    box-sizing: border-box;
    flex-basis: 100%;
  }
  .dpu-command .dpu-btn {
    box-sizing: border-box;
    margin-left: auto;
  }
  .dpu-tabs {
    box-sizing: border-box;
    gap: 20px;
  }
  .dpu-queue-detail {
    box-sizing: border-box;
    padding: 22px;
  }
  .dpu-property-rail {
    box-sizing: border-box;
    border-right: 0;
    border-bottom: 1px solid var(--dpu-line);
  }
  .dpu-property-row {
    box-sizing: border-box;
    grid-template-columns: 1fr 1fr;
  }
  .dpu-task-panel > div:last-child {
    padding: 20px;
  }
  .dpu-task-cap {
    box-sizing: border-box;
    padding: 11px 20px;
  }
  .dpu-dialog footer {
    box-sizing: border-box;
    flex-wrap: wrap;
    padding: 14px 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :where(
    .dpu-spinner,
    .dpu-btn,
    .dpu-tooltip,
    .dpu-switch-track,
    .dpu-switch-track::after,
    .dpu-option-card,
    .dpu-action-tile,
    .dpu-chevron
  ) {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
