:root {
    color-scheme: light;
    --dxd-bg: #f3f6fb;
    --dxd-surface: #ffffff;
    --dxd-surface-soft: #f8fafc;
    --dxd-text: #142033;
    --dxd-muted: #5b687b;
    --dxd-line: #dbe2ec;
    --dxd-sidebar: #101827;
    --dxd-sidebar-soft: #1a2538;
    --dxd-accent: #4f46e5;
    --dxd-accent-dark: #3730a3;
    --dxd-accent-soft: #eef2ff;
    --dxd-success: #087a55;
    --dxd-warning: #a14f08;
    --dxd-danger: #b42335;
    --dxd-shadow: 0 18px 55px rgba(20, 32, 51, .10);
    --dxd-radius: 18px;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--dxd-bg);
    scroll-behavior: smooth;
}

body.dxd {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 88% 4%, rgba(79, 70, 229, .10), transparent 27rem),
        var(--dxd-bg);
    color: var(--dxd-text);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}

body.dxd--brand {
    --dxd-accent: #087f75;
    --dxd-accent-dark: #065f58;
    --dxd-accent-soft: #e8f8f4;
}

body.dxd--dts {
    --dxd-accent: #7c3aed;
    --dxd-accent-dark: #5b21b6;
    --dxd-accent-soft: #f3eefe;
}

body.dxd--hebrew,
body.dxd--language {
    --dxd-accent: #b45309;
    --dxd-accent-dark: #8a3e06;
    --dxd-accent-soft: #fff5df;
}

body.dxd--cfs {
    --dxd-accent: #c2410c;
    --dxd-accent-dark: #9a3412;
    --dxd-accent-soft: #fff1e8;
}

button,
input,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
[tabindex="-1"]:focus-visible {
    outline: 3px solid #0c6ddf;
    outline-offset: 3px;
}

[hidden] {
    display: none !important;
}

.dxd-skip {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 12px 16px;
    transform: translateY(-160%);
    border-radius: 10px;
    background: #fff;
    color: #071226;
    font-weight: 800;
    box-shadow: var(--dxd-shadow);
}

.dxd-skip:focus {
    transform: translateY(0);
}

.dxd-demo-banner {
    position: relative;
    z-index: 60;
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 20px;
    background: #07111f;
    color: #dbe8f7;
    font-size: 13px;
    text-align: center;
}

.dxd-demo-banner__badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 9px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dxd-wpbar {
    position: relative;
    z-index: 55;
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    background: #18212e;
    color: #f3f6fa;
    font-size: 12px;
}

.dxd-wpbar__brand,
.dxd-wpbar__right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dxd-wpbar__brand > span:first-child {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1px solid #c9d4e4;
    border-radius: 50%;
    font: 700 13px Georgia, serif;
}

.dxd-avatar {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: var(--dxd-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
}

.dxd-shell {
    display: grid;
    min-height: calc(100vh - 42px);
    grid-template-columns: 268px minmax(0, 1fr);
}

.dxd--admin .dxd-shell {
    min-height: calc(100vh - 80px);
}

.dxd-sidebar {
    position: sticky;
    z-index: 40;
    top: 0;
    display: flex;
    height: 100vh;
    min-height: 650px;
    flex-direction: column;
    overflow: hidden auto;
    padding: 26px 17px 20px;
    background:
        radial-gradient(circle at 50% -5%, rgba(255, 255, 255, .10), transparent 16rem),
        var(--dxd-sidebar);
    color: #edf3fc;
}

.dxd--admin .dxd-sidebar {
    height: calc(100vh - 38px);
}

.dxd-sidebar__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 8px 25px;
}

.dxd-sidebar__brand > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.dxd-sidebar__brand strong {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dxd-sidebar__brand span:not(.dxd-logo) {
    color: #93a5bd;
    font-size: 11px;
}

.dxd-logo {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--dxd-accent), var(--dxd-accent-dark));
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 9px 22px rgba(0, 0, 0, .24);
}

.dxd-menu-toggle {
    display: none;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 11px;
    background: rgba(255, 255, 255, .07);
    color: #fff;
    font-weight: 750;
    cursor: pointer;
}

.dxd-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dxd-nav__item {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    gap: 11px;
    padding: 8px 10px;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #aebbd0;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.dxd-nav__item:hover {
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.dxd-nav__item.is-active {
    background: linear-gradient(90deg, var(--dxd-accent), color-mix(in srgb, var(--dxd-accent) 72%, #18243a));
    color: #fff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
}

.dxd-nav__icon {
    display: grid;
    width: 29px;
    height: 29px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 9px;
    background: rgba(255, 255, 255, .06);
    color: inherit;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
}

.dxd-sidebar__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding: 18px 8px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.dxd-sidebar__footer > div {
    display: flex;
    flex-direction: column;
}

.dxd-sidebar__footer strong {
    color: #fff;
    font-size: 11px;
}

.dxd-sidebar__footer span:not(.dxd-health-dot) {
    color: #8fa2bb;
    font-size: 10px;
}

.dxd-health-dot,
.dxd-pulse {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #35d392;
    box-shadow: 0 0 0 4px rgba(53, 211, 146, .13);
}

.dxd-stage {
    min-width: 0;
}

.dxd-header {
    position: sticky;
    z-index: 35;
    top: 0;
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px clamp(22px, 4vw, 58px);
    border-bottom: 1px solid rgba(211, 221, 234, .92);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(14px);
}

.dxd-header .dxd-overline {
    margin-bottom: 1px;
}

.dxd-header__context {
    margin: 0;
    color: var(--dxd-text);
    font-size: 16px;
    font-weight: 780;
}

.dxd-overline {
    margin: 0 0 8px;
    color: var(--dxd-accent-dark);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.dxd-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--dxd-line);
    border-radius: 12px;
    background: var(--dxd-surface-soft);
}

.dxd-view-switch a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 7px 12px;
    border-radius: 9px;
    color: #47566a;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.dxd-view-switch a:hover {
    color: var(--dxd-accent-dark);
}

.dxd-view-switch a[aria-current="page"] {
    background: #fff;
    color: var(--dxd-accent-dark);
    box-shadow: 0 3px 12px rgba(20, 32, 51, .09);
}

.dxd-view-switch .dxd-view-switch__product {
    color: #fff;
    background: var(--dxd-sidebar);
}

.dxd-main {
    width: min(1480px, 100%);
    margin: 0 auto;
    padding: 42px clamp(22px, 4vw, 58px) 64px;
}

.dxd-hero {
    position: relative;
    display: grid;
    overflow: hidden;
    min-height: 350px;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
    align-items: center;
    gap: clamp(32px, 6vw, 90px);
    padding: clamp(32px, 5vw, 70px);
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 20%, #dbe2ec);
    border-radius: 28px;
    background:
        linear-gradient(135deg, #fff 0%, color-mix(in srgb, var(--dxd-accent-soft) 58%, #fff) 72%, var(--dxd-accent-soft) 100%);
    box-shadow: var(--dxd-shadow);
}

.dxd-hero::before {
    position: absolute;
    width: 330px;
    height: 330px;
    right: -150px;
    bottom: -180px;
    border: 52px solid rgba(255, 255, 255, .52);
    border-radius: 50%;
    content: "";
}

.dxd-hero__copy,
.dxd-hero__signal {
    position: relative;
    z-index: 1;
}

.dxd-product-chip,
.dxd-seed-pill {
    display: inline-flex;
    min-height: 29px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 25%, #dbe2ec);
    border-radius: 999px;
    background: color-mix(in srgb, var(--dxd-accent-soft) 72%, #fff);
    color: var(--dxd-accent-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.dxd-hero h1 {
    max-width: 900px;
    margin: 18px 0;
    color: #101b2e;
    font-size: clamp(36px, 4.5vw, 65px);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.dxd-hero__copy > p {
    max-width: 760px;
    margin: 0;
    color: #536176;
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.7;
}

.dxd-hero__actions,
.dxd-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.dxd-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 820;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.dxd-button:hover {
    transform: translateY(-1px);
}

.dxd-button--primary {
    background: linear-gradient(135deg, var(--dxd-accent), var(--dxd-accent-dark));
    color: #fff;
    box-shadow: 0 10px 22px color-mix(in srgb, var(--dxd-accent) 24%, transparent);
}

.dxd-button--secondary {
    border-color: color-mix(in srgb, var(--dxd-accent) 30%, #dbe2ec);
    background: var(--dxd-accent-soft);
    color: var(--dxd-accent-dark);
}

.dxd-button--quiet {
    border-color: var(--dxd-line);
    background: rgba(255, 255, 255, .75);
    color: #28364a;
}

.dxd-button--danger {
    border-color: #f1b8c0;
    background: #fff1f3;
    color: #9d1c31;
}

.dxd-hero__signal {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 24px;
}

.dxd-orbit {
    position: relative;
    display: grid;
    width: 190px;
    height: 190px;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 20%, transparent);
    border-radius: 50%;
    background: rgba(255, 255, 255, .52);
    box-shadow: inset 0 0 0 28px rgba(255, 255, 255, .34), 0 25px 55px rgba(20, 32, 51, .12);
}

.dxd-orbit::before,
.dxd-orbit::after {
    position: absolute;
    border: 1px dashed color-mix(in srgb, var(--dxd-accent) 34%, transparent);
    border-radius: 50%;
    content: "";
}

.dxd-orbit::before {
    inset: 22px;
}

.dxd-orbit::after {
    inset: 53px;
    background: linear-gradient(145deg, var(--dxd-accent), var(--dxd-accent-dark));
    box-shadow: 0 18px 32px color-mix(in srgb, var(--dxd-accent) 25%, transparent);
}

.dxd-orbit b {
    position: relative;
    z-index: 2;
    max-width: 76px;
    color: #fff;
    font-size: 16px;
    letter-spacing: .08em;
    text-align: center;
}

.dxd-orbit > span {
    position: absolute;
    z-index: 3;
    width: 13px;
    height: 13px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--dxd-accent);
    box-shadow: 0 3px 12px rgba(20, 32, 51, .2);
}

.dxd-orbit > span:nth-child(1) { top: 26px; left: 40px; }
.dxd-orbit > span:nth-child(2) { top: 74px; right: 15px; }
.dxd-orbit > span:nth-child(3) { bottom: 25px; left: 57px; }

.dxd-hero__signal dl {
    display: grid;
    width: 100%;
    max-width: 300px;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.dxd-hero__signal dl > div {
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 11px;
    background: rgba(255, 255, 255, .58);
    text-align: center;
}

.dxd-hero__signal dt {
    color: #758196;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.dxd-hero__signal dd {
    margin: 3px 0 0;
    color: #233147;
    font-size: 10px;
    font-weight: 800;
}

.dxd-metrics {
    display: grid;
    margin: 24px 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.dxd-metric {
    min-height: 108px;
    padding: 20px;
    border: 1px solid var(--dxd-line);
    border-radius: 16px;
    background: var(--dxd-surface);
    box-shadow: 0 8px 25px rgba(20, 32, 51, .05);
}

.dxd-metric strong {
    display: block;
    color: #15233a;
    font-size: clamp(22px, 2.1vw, 32px);
    line-height: 1.15;
    letter-spacing: -.03em;
}

.dxd-metric span {
    display: block;
    margin-top: 7px;
    color: var(--dxd-muted);
    font-size: 12px;
    font-weight: 700;
}

.dxd-workspace {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 20px;
}

.dxd-panel {
    min-height: 560px;
    padding: clamp(24px, 3.4vw, 42px);
    border: 1px solid var(--dxd-line);
    border-radius: var(--dxd-radius);
    background: var(--dxd-surface);
    box-shadow: 0 12px 36px rgba(20, 32, 51, .06);
}

.dxd-panel__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.dxd-panel__heading h2,
.dxd-scope h2 {
    margin: 0;
    color: #111d31;
    font-size: clamp(26px, 3vw, 39px);
    line-height: 1.14;
    letter-spacing: -.035em;
}

.dxd-panel__heading p:not(.dxd-overline) {
    max-width: 760px;
    margin: 11px 0 0;
    color: var(--dxd-muted);
    font-size: 15px;
}

.dxd-controls {
    display: grid;
    margin-bottom: 24px;
    padding: 20px;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 15px;
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 18%, var(--dxd-line));
    border-radius: 15px;
    background: color-mix(in srgb, var(--dxd-accent-soft) 55%, #fff);
}

.dxd-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 7px;
}

.dxd-field label {
    color: #2b3b51;
    font-size: 12px;
    font-weight: 800;
}

.dxd-field input,
.dxd-field select {
    width: 100%;
    min-height: 46px;
    padding: 9px 12px;
    border: 1px solid #c8d2e0;
    border-radius: 10px;
    background: #fff;
    color: #17243a;
}

.dxd-field input[type="range"] {
    padding: 0;
    accent-color: var(--dxd-accent);
}

.dxd-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
}

.dxd-card {
    min-width: 0;
    padding: 19px;
    border: 1px solid var(--dxd-line);
    border-radius: 14px;
    background: linear-gradient(145deg, #fff, #f9fbfd);
    box-shadow: 0 5px 16px rgba(20, 32, 51, .04);
}

.dxd-card.is-updated {
    border-color: color-mix(in srgb, var(--dxd-accent) 55%, #dbe2ec);
    background: var(--dxd-accent-soft);
}

.dxd-card.is-cleared {
    opacity: .38;
}

.dxd-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.dxd-card h3 {
    margin: 0;
    color: #17243a;
    font-size: 15px;
    line-height: 1.35;
}

.dxd-card p {
    margin: 11px 0 0;
    color: #536176;
    font-size: 13px;
}

.dxd-card .dxd-card__meta {
    color: #738095;
    font-size: 11px;
    font-weight: 700;
}

.dxd-status {
    display: inline-flex;
    min-height: 25px;
    flex: 0 0 auto;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid #b9e8d6;
    border-radius: 999px;
    background: #ecfbf5;
    color: #076947;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.dxd-progress {
    height: 7px;
    margin-top: 15px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5eaf1;
}

.dxd-progress__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--dxd-accent), color-mix(in srgb, var(--dxd-accent) 65%, #57c7ad));
}

.dxd-progress--0 { width: 0; }
.dxd-progress--5 { width: 5%; }
.dxd-progress--10 { width: 10%; }
.dxd-progress--15 { width: 15%; }
.dxd-progress--20 { width: 20%; }
.dxd-progress--25 { width: 25%; }
.dxd-progress--30 { width: 30%; }
.dxd-progress--35 { width: 35%; }
.dxd-progress--40 { width: 40%; }
.dxd-progress--45 { width: 45%; }
.dxd-progress--50 { width: 50%; }
.dxd-progress--55 { width: 55%; }
.dxd-progress--60 { width: 60%; }
.dxd-progress--65 { width: 65%; }
.dxd-progress--70 { width: 70%; }
.dxd-progress--75 { width: 75%; }
.dxd-progress--80 { width: 80%; }
.dxd-progress--85 { width: 85%; }
.dxd-progress--90 { width: 90%; }
.dxd-progress--95 { width: 95%; }
.dxd-progress--100 { width: 100%; }

.dxd-table-wrap {
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    border: 1px solid var(--dxd-line);
    border-radius: 14px;
}

.dxd-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    font-size: 12px;
}

.dxd-table-wrap th,
.dxd-table-wrap td {
    padding: 14px 15px;
    border-bottom: 1px solid #e6ebf2;
    text-align: left;
    vertical-align: top;
}

.dxd-table-wrap th {
    background: #f6f8fb;
    color: #546277;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.dxd-table-wrap td {
    color: #2d3b50;
    font-weight: 600;
}

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

.dxd-table-wrap tbody tr:hover td {
    background: color-mix(in srgb, var(--dxd-accent-soft) 42%, #fff);
}

.dxd-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-top: 20px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 26%, #dbe2ec);
    border-radius: 12px;
    background: color-mix(in srgb, var(--dxd-accent-soft) 55%, #fff);
}

.dxd-note > span {
    display: grid;
    width: 23px;
    height: 23px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--dxd-accent);
    color: #fff;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 800;
}

.dxd-note p {
    margin: 0;
    color: #415067;
    font-size: 12px;
}

.dxd-inspector {
    position: sticky;
    top: 104px;
    padding: 22px;
    border: 1px solid #ced8e6;
    border-radius: var(--dxd-radius);
    background: #101a2c;
    color: #dfe8f4;
    box-shadow: 0 15px 36px rgba(20, 32, 51, .14);
}

.dxd-inspector__head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.dxd-inspector > p {
    margin: 12px 0 18px;
    color: #aab8ca;
    font-size: 12px;
}

.dxd-inspector dl {
    margin: 0;
}

.dxd-inspector dl > div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0;
    border-top: 1px solid rgba(255, 255, 255, .09);
    font-size: 11px;
}

.dxd-inspector dt {
    color: #8fa1b9;
}

.dxd-inspector dd {
    margin: 0;
    color: #f7f9fc;
    font-weight: 750;
    text-align: right;
}

.dxd-inspector__tip {
    display: flex;
    margin-top: 17px;
    padding: 14px;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 11px;
    background: rgba(255, 255, 255, .06);
}

.dxd-inspector__tip strong {
    color: #fff;
    font-size: 11px;
}

.dxd-inspector__tip span {
    color: #aab8ca;
    font-size: 10px;
}

.dxd-scope {
    display: grid;
    margin-top: 22px;
    padding: clamp(25px, 4vw, 45px);
    grid-template-columns: minmax(260px, .8fr) minmax(300px, 1.2fr);
    align-items: center;
    gap: 35px;
    border: 1px solid color-mix(in srgb, var(--dxd-accent) 22%, #dbe2ec);
    border-radius: var(--dxd-radius);
    background: var(--dxd-accent-soft);
}

.dxd-scope > p {
    margin: 0;
    color: #46556b;
    font-size: 14px;
}

.dxd-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 25px clamp(22px, 4vw, 58px) 42px;
    color: #69768a;
    font-size: 11px;
}

.dxd-footer p {
    margin: 0;
}

.dxd-footer strong {
    color: #344157;
}

.dxd-modal {
    position: fixed;
    z-index: 500;
    inset: 0;
    display: grid;
    padding: 20px;
    place-items: center;
}

.dxd-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 12, 23, .72);
    backdrop-filter: blur(7px);
}

.dxd-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 0, 0, .35);
}

.dxd-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--dxd-line);
    border-radius: 50%;
    background: #fff;
    color: #243248;
    font-size: 24px;
    cursor: pointer;
}

.dxd-modal__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: var(--dxd-accent-soft);
    color: var(--dxd-accent-dark);
    font-size: 24px;
    font-weight: 900;
}

.dxd-modal h2 {
    margin: 18px 0 7px;
    color: #152238;
    font-size: 25px;
    letter-spacing: -.02em;
}

.dxd-modal p,
.dxd-modal__content {
    color: #56647a;
    font-size: 14px;
}

.dxd-modal__content {
    margin: 16px 0;
    padding: 14px;
    border: 1px solid var(--dxd-line);
    border-radius: 11px;
    background: #f7f9fc;
}

.dxd-live {
    position: fixed;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

@media (max-width: 1120px) {
    .dxd-shell {
        grid-template-columns: 230px minmax(0, 1fr);
    }

    .dxd-workspace {
        grid-template-columns: minmax(0, 1fr);
    }

    .dxd-inspector {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 24px;
    }

    .dxd-inspector__head,
    .dxd-inspector > p,
    .dxd-inspector__tip {
        grid-column: 1 / -1;
    }
}

@media (max-width: 900px) {
    .dxd-hero {
        grid-template-columns: 1fr;
    }

    .dxd-hero__signal {
        display: none;
    }

    .dxd-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .dxd-view-switch {
        width: 100%;
        overflow-x: auto;
    }

    .dxd-view-switch a {
        flex: 0 0 auto;
    }

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

    .dxd-scope {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 740px) {
    .dxd-demo-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
        padding: 9px 14px;
        text-align: left;
    }

    .dxd-wpbar {
        min-height: 38px;
    }

    .dxd-wpbar__right > span:not(.dxd-avatar) {
        display: none;
    }

    .dxd-shell {
        display: block;
        min-height: 0;
    }

    .dxd-sidebar,
    .dxd--admin .dxd-sidebar {
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        padding: 14px;
        overflow: visible;
    }

    .dxd-sidebar__brand {
        padding: 0 0 12px;
    }

    .dxd-menu-toggle {
        display: flex;
        width: 100%;
    }

    .dxd-nav {
        display: none;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .dxd-nav.is-open {
        display: flex;
    }

    .dxd-sidebar__footer {
        display: none;
    }

    .dxd-header {
        position: relative;
        padding: 16px;
    }

    .dxd-main {
        padding: 18px 14px 38px;
    }

    .dxd-hero {
        min-height: 0;
        padding: 28px 21px;
        border-radius: 20px;
    }

    .dxd-hero h1 {
        font-size: clamp(32px, 10vw, 46px);
    }

    .dxd-hero__copy > p {
        font-size: 15px;
    }

    .dxd-hero__actions .dxd-button {
        width: 100%;
    }

    .dxd-metrics {
        gap: 9px;
    }

    .dxd-metric {
        min-height: 96px;
        padding: 16px;
    }

    .dxd-panel {
        min-height: 0;
        padding: 22px 16px;
        border-radius: 16px;
    }

    .dxd-panel__heading {
        flex-direction: column;
        gap: 10px;
    }

    .dxd-card-grid,
    .dxd-controls {
        grid-template-columns: 1fr;
    }

    .dxd-table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

    .dxd-table-wrap table,
    .dxd-table-wrap tbody,
    .dxd-table-wrap tr,
    .dxd-table-wrap td {
        display: block;
        width: 100%;
    }

    .dxd-table-wrap thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
    }

    .dxd-table-wrap tr {
        margin-bottom: 11px;
        overflow: hidden;
        border: 1px solid var(--dxd-line);
        border-radius: 12px;
        background: #fff;
    }

    .dxd-table-wrap td {
        display: grid;
        padding: 10px 12px;
        grid-template-columns: minmax(96px, .8fr) minmax(0, 1.25fr);
        gap: 12px;
        overflow-wrap: anywhere;
        text-align: right;
    }

    .dxd-table-wrap td::before {
        color: #66748a;
        content: attr(data-label);
        font-size: 9px;
        font-weight: 850;
        letter-spacing: .05em;
        text-align: left;
        text-transform: uppercase;
    }

    .dxd-inspector {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .dxd-inspector__head,
    .dxd-inspector > p,
    .dxd-inspector__tip {
        grid-column: auto;
    }

    .dxd-footer {
        align-items: flex-start;
        padding: 18px 14px 30px;
        flex-direction: column;
        gap: 10px;
    }

    .dxd-modal__dialog {
        padding: 27px 20px;
    }
}

@media (max-width: 430px) {
    .dxd-view-switch {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .dxd-view-switch a {
        justify-content: center;
        text-align: center;
    }

    .dxd-view-switch .dxd-view-switch__product {
        grid-column: 1 / -1;
    }

    .dxd-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .dxd-metric strong {
        font-size: 21px;
    }

    .dxd-actions .dxd-button {
        width: 100%;
    }

    .dxd-card__top {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Language Quest 1.1.0: script-aware demo content. */
.dxd--language [dir="rtl"]{direction:rtl;text-align:right}
.dxd--language [lang="ja"],.dxd--language [lang="ko"],.dxd--language [lang^="zh"]{letter-spacing:normal;line-break:auto;word-break:normal}
.dxd--language .dxd-table-wrap td:nth-child(2){font-weight:700}