:root {
    --dpp-sidebar-width: 264px;
    --dpp-header-height: 68px;
    --dpp-blue: #304985;
    --dpp-text: #363a3d;
    --dpp-muted: #656b6e;
    --dpp-surface: #ffffff;
    --dpp-border: #dfe1df;
    --dpp-bg: #f7f7f4;
    --dpp-heading: #24292c;
    --dpp-tint: #edf0f5;
    --dpp-sidebar: #172c4b;
    --primary: #304985;
    --primary-foreground: #ffffff;
}
.light { --primary: #304985; --primary-foreground: #ffffff; }
.dark {
    --dpp-text: #d5d9da;
    --dpp-muted: #a5adae;
    --dpp-surface: #24292c;
    --dpp-border: #3d4447;
    --dpp-bg: #1c2123;
    --dpp-heading: #f1f2ef;
    --dpp-tint: #303e53;
    --dpp-sidebar: #12243e;
    --primary: #304985;
    --primary-foreground: #ffffff;
}
html { scroll-behavior: smooth; }
body { font-family: var(--dpp-font-sans, 'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif); font-size: 15px; line-height: 1.55; color: var(--dpp-text); -webkit-font-smoothing: antialiased; }
.dpp-app, .dpp-auth, .dpp-public { font-family: var(--dpp-font-sans, 'IBM Plex Sans', ui-sans-serif, system-ui, sans-serif); font-size: 15px; }
button, a, input, select, textarea { touch-action: manipulation; }
button:not(:disabled), summary { cursor: pointer; }
img { max-width: 100%; height: auto; }
button, a, input, select, textarea, summary { outline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #8ba4d0; }
[hidden] { display: none !important; }
.dpp-skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--dpp-surface); padding: 12px 18px; border: 2px solid var(--dpp-blue); border-radius: 8px; }
.dpp-skip-link:focus { top: 12px; }
.dpp-muted, .dpp-help { color: var(--dpp-muted); }
.dpp-help { font-size: 13px; line-height: 1.6; }
.dpp-stack, .dpp-page { display: flex; flex-direction: column; min-width: 0; gap: 24px; }
.dpp-page { gap: 28px; }
.dpp-grid, .dpp-grid-2, .dpp-grid-3, .dpp-form-grid { display: grid; gap: 22px; min-width: 0; }
.dpp-grid > *, .dpp-grid-2 > *, .dpp-grid-3 > *, .dpp-form-grid > * { min-width: 0; }
.dpp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.dpp-section-title { font-size: 18px; font-weight: 500; letter-spacing: -.015em; line-height: 1.4; color: var(--dpp-heading); }
.dpp-eyebrow { display: block; color: var(--dpp-muted); font-size: 13px; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
.dark .dpp-eyebrow { color: #b6c9ed; }
.dpp-section-heading { margin-bottom: 22px; }
.dpp-section-heading h2, .dpp-section-heading h3 { font-size: 18px; font-weight: 500; color: var(--dpp-heading); letter-spacing: -.015em; }
.dpp-section-heading h1 { font-size: 25px; line-height: 1.35; font-weight: 600; color: var(--dpp-heading); letter-spacing: -.04em; }
.dpp-section-heading p, .dpp-card-intro { margin-top: 6px; font-size: 14px; color: var(--dpp-muted); }
.dpp-form-section + .dpp-form-section { border-top: 1px solid var(--dpp-border); padding-top: 28px; }
.dpp-section-divider { border-top: 1px solid var(--dpp-border); padding-top: 24px; }
.dpp-inline-note { border-left: 2px solid var(--dpp-border); padding: 10px 16px; font-size: 14px; color: var(--dpp-muted); background: var(--dpp-bg); }
.dpp-chip { display: inline-flex; gap: 6px; align-items: center; padding: 3px 8px; border: 1px solid var(--dpp-border); border-radius: 3px; color: var(--dpp-muted); font-size: 12px; font-weight: 400; background: var(--dpp-surface); white-space: nowrap; flex-shrink: 0; }
.dpp-status-dot { display: inline-block; width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: currentColor; }
.dpp-filter-bar { display: flex; align-items: flex-end; flex-wrap: wrap; gap: 16px; }
.dpp-filter-bar > .dpp-field { flex: 1; min-width: 160px; }
.kt-card > .dpp-filter-bar { padding: 20px 26px; border-bottom: 1px solid var(--dpp-border); }
.dpp-filter-bar > .kt-input, .dpp-filter-bar > .kt-select { flex: 1 1 180px; width: auto; min-width: 0; }
.kt-card { background: var(--dpp-surface); border: 1px solid var(--dpp-border); border-radius: 6px; box-shadow: none; min-width: 0; }
.kt-card-header { min-height: 72px; padding: 20px 26px; border-color: var(--dpp-border); gap: 16px; }
.kt-card-title, .kt-card-header > h2, .kt-card-header > h3 { font-size: 17px; font-weight: 500; letter-spacing: -.015em; color: var(--dpp-heading); }
.kt-card-content { padding: 26px; }
.kt-btn { min-height: 42px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 500; padding-inline: 16px; letter-spacing: 0; gap: 8px; transition: background-color .15s, border-color .15s, box-shadow .15s; }
.kt-btn i { font-size: 17px; }
.kt-btn-primary { background: #304985; border-color: #304985; color: #fff; box-shadow: none; }
.kt-btn-primary:hover, .kt-btn-primary:focus-visible { background: #263e74; border-color: #263e74; color: #fff; }
.kt-btn-outline { background: var(--dpp-surface); border-color: #c6cbcd; color: var(--dpp-text); box-shadow: none; }
.kt-btn-outline:hover { background: var(--dpp-bg); border-color: #bac5d5; color: var(--dpp-heading); }
.kt-btn-ghost { color: var(--dpp-text); }
.kt-btn-ghost:hover { background: var(--dpp-tint); color: var(--dpp-heading); }
.kt-btn-sm { min-height: 36px; font-size: 13px; padding-inline: 11px; }
.kt-btn-icon { min-width: 42px; padding: 0; }
.kt-btn-sm.kt-btn-icon { min-width: 34px; }
.kt-btn:disabled { opacity: .5; cursor: not-allowed; }
.kt-link { color: var(--dpp-blue); font-weight: 500; text-underline-offset: 3px; }
.kt-link:hover { color: #1e345f; text-decoration: underline; }
.dark .kt-link { color: #b6c9ed; }
.dark .kt-link:hover { color: #d8e5fc; }
.dpp-field { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.kt-form-label { font-size: 14px; font-weight: 500; color: var(--dpp-heading); line-height: 1.5; }
.kt-label { font-size: 14px; color: var(--dpp-text); gap: 8px; }
.kt-input, .kt-select, .kt-textarea { border: 1px solid #c6cbcd; border-radius: 5px; background-color: var(--dpp-surface); color: var(--dpp-heading); font-family: inherit; font-size: 15px; font-weight: 400; box-shadow: none; transition: border-color .15s, box-shadow .15s; }
.dark .kt-input, .dark .kt-select, .dark .kt-textarea { border-color: #596267; }
.kt-input, .kt-select { min-height: 44px; height: 44px; padding-inline: 13px; }
.kt-textarea { padding: 12px 13px; min-height: 112px; line-height: 1.6; }
.kt-input::placeholder, .kt-textarea::placeholder { color: #66758a; }
.dark .kt-input::placeholder, .dark .kt-textarea::placeholder, .dark .dpp-password input::placeholder { color: #9ba8bd; }
.kt-input:focus, .kt-select:focus, .kt-textarea:focus, .kt-input:focus-within { border-color: #8b9fc4; box-shadow: 0 0 0 3px rgb(48 73 133 / 8%); outline: none; }
.dpp-field .kt-input, .dpp-field select, .dpp-field textarea { width: 100%; }
.dpp-field textarea { resize: vertical; }
.kt-checkbox, .kt-radio { flex-shrink: 0; accent-color: #304985; border-color: #c5cfdd; }
.dpp-required { color: #c45454; margin-inline-start: 4px; }
.dpp-error { color: #b73e43; font-size: 13px; line-height: 1.6; }
.dark .dpp-error { color: #f3a8ad; }
.dpp-field [aria-invalid=true] { border-color: #d9757b; }
.dpp-form-footer { padding-top: 22px; border-top: 1px solid var(--dpp-border); display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.dpp-password { display: flex; align-items: center; gap: 8px; padding-right: 5px; }
.dpp-password input { width: 100%; min-width: 0; background: transparent; outline: none; box-shadow: none; border: none; font-size: inherit; color: inherit; }
.dpp-password input::placeholder { color: #66758a; }
.dpp-password button { flex-shrink: 0; color: var(--dpp-muted); }
.dpp-table-wrap { overflow-x: auto; max-width: 100%; -webkit-overflow-scrolling: touch; scrollbar-width: thin; scrollbar-color: #a2afc4 var(--dpp-bg); }
.dpp-table-wrap:focus-visible { outline: 2px solid #8ba4d0; outline-offset: -2px; }
.dpp-table-wrap table { width: 100%; min-width: 600px; table-layout: auto; border-collapse: collapse; }
.dpp-table-wrap table:has(th:nth-child(5)) { min-width: 760px; }
.dpp-table-wrap table:has(th:nth-child(7)) { min-width: 960px; }
.dpp-table-wrap th:first-child, .dpp-table-wrap td:first-child { min-width: 160px; }
.dpp-table-scroll-hint { display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px 18px; border-bottom: 1px solid var(--dpp-border); font-size: 13px; color: var(--dpp-muted); background: var(--dpp-bg); }
.dpp-table-scroll-hint > span:first-child { font-size: 17px; line-height: 1; color: var(--dpp-blue); }
.dpp-table-wrap th { font-size: 13px; text-align: start; color: var(--dpp-text); font-weight: 500; letter-spacing: 0; background: var(--dpp-bg); white-space: nowrap; }
.dpp-table-wrap th, .dpp-table-wrap td { padding: 16px 24px; border-bottom: 1px solid var(--dpp-border); vertical-align: middle; }
.dpp-table-wrap td { font-size: 14px; line-height: 1.55; overflow-wrap: anywhere; }
.dpp-table-wrap tbody tr:last-child td { border-bottom: 0; }
.dpp-table-wrap tbody tr:hover { background: color-mix(in srgb, var(--dpp-bg) 55%, transparent); }
.dpp-table-wrap td .dpp-actions { flex-wrap: nowrap; }
.dpp-table-wrap .dpp-help { font-size: 13px; }
.dpp-table-primary { font-weight: 600; color: var(--dpp-heading); }
.dpp-table-secondary { font-size: 13px; color: var(--dpp-muted); margin-top: 3px; }
.kt-badge { border-radius: 3px; font-size: 12px; font-weight: 400; letter-spacing: 0; padding: 3px 7px; white-space: nowrap; flex-shrink: 0; }
.dpp-avatar { width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border-radius: 5px; background: var(--dpp-tint); color: var(--dpp-blue); font-size: 15px; font-weight: 500; }
.dark .dpp-avatar { color: #b6c9ed; }
.dpp-metric { display: flex; flex-direction: column; gap: 12px; padding: 26px; text-decoration: none; transition: border-color .15s, transform .15s; }
.dpp-metric:hover { border-color: #9ca9ba; }
.dpp-metric strong { font-size: 34px; font-weight: 600; line-height: 1.2; letter-spacing: -.045em; color: var(--dpp-heading); }
.dpp-metric p { color: var(--dpp-muted); font-size: 14px; }
.dpp-app { --header-height: 68px; --sidebar-width: 264px; --dpp-bg: #f5f7fb; --dpp-border: #e1e6ee; background: var(--dpp-bg); }
.dark .dpp-app { --dpp-bg: #1c2123; --dpp-border: #3d4447; }
.dpp-shell { width: 100%; min-height: 100dvh; }
.dpp-brand { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--dpp-heading); line-height: 1.4; text-decoration: none; letter-spacing: -.015em; white-space: nowrap; }
.dpp-brand-mark { width: 30px; height: 30px; flex-shrink: 0; }
.dpp-sidebar { width: var(--dpp-sidebar-width); max-width: calc(100vw - 40px); background: var(--dpp-sidebar); padding: 0 14px; color: #d5dfed; border-right: 1px solid #213a5c; }
.dpp-sidebar-brand { padding: 0; color: #fff; font-size: 16px; font-weight: 600; gap: 11px; letter-spacing: -.02em; }
.dpp-sidebar #sidebar_header { position: relative; flex-shrink: 0; padding: 24px 12px 22px; margin-bottom: 18px; border-bottom: 1px solid #ffffff14; }
.dpp-nav-close { position: absolute; top: 20px; right: -5px; }
.dpp-sidebar-brand .dpp-brand-mark { width: 32px; height: 32px; box-shadow: 0 0 0 1px #ffffff26; border-radius: 5px; }
.dpp-workspace-label { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 500; letter-spacing: .025em; color: #b4c0d5; margin: 0 10px 21px; padding: 10px 12px; border: 1px solid #34415b; border-radius: 7px; background: #1e2c47; }
.dpp-workspace-dot { width: 6px; height: 6px; border-radius: 50%; background: #a7b8d5; }
.dpp-sidebar-scroll { overflow-y: auto; min-height: 0; flex: 1; scrollbar-width: thin; scrollbar-color: #748bae66 transparent; }
.dpp-nav-group { padding-bottom: 18px; }
.dpp-nav-group-label { padding: 0 13px 8px; font-size: 10px; line-height: 1.5; font-weight: 500; text-transform: uppercase; letter-spacing: .09em; color: #9eb2cf; }
.dpp-nav-list { display: flex; flex-direction: column; gap: 3px; }
.dpp-nav-link { position: relative; display: flex; align-items: center; gap: 11px; min-height: 40px; padding: 8px 13px; border: 1px solid transparent; border-radius: 6px; color: #d5dfed; font-size: 13px; line-height: 1.5; font-weight: 400; text-decoration: none; transition: background .15s, color .15s; }
.dpp-nav-link i { font-size: 18px; color: #a1b5d0; flex-shrink: 0; }
.dpp-nav-link:hover { background: #ffffff0d; color: #fff; }
.dpp-nav-link:hover i { color: #dbe8fc; }
.dpp-nav-link.is-active, .dark .dpp-nav-link.is-active { background: #f3f6fc; border-color: #fff; color: #284777; font-weight: 500; box-shadow: 0 2px 6px #07142a12; }
.dpp-nav-link.is-active::before { content: ''; position: absolute; left: -1px; top: 10px; bottom: 10px; width: 3px; background: #6e93d0; border-radius: 0 2px 2px 0; }
.dpp-nav-link.is-active i, .dark .dpp-nav-link.is-active i { color: #304985; }
.dpp-sidebar :is(a, button):focus-visible { outline-color: #bdcff1; outline-offset: -2px; }
.dpp-nav-active-dot { width: 5px; height: 5px; border-radius: 50%; background: #c6d5ed; margin-inline-start: auto; }
.dpp-sidebar-footer { flex-shrink: 0; margin-top: auto; padding: 17px 8px 16px; border-top: 1px solid #ffffff1a; }
.dpp-user-summary { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; min-width: 0; }
.dpp-sidebar .dpp-avatar { width: 35px; height: 35px; border-radius: 50%; background: #304c76; color: #e2ecfb; border: 1px solid #5b769d; font-size: 13px; }
.dark .dpp-sidebar .dpp-avatar { color: #e2ecfb; }
.dpp-user-info { min-width: 0; flex: 1; }
.dpp-user-name, .dpp-user-email { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dpp-user-name { font-size: 13px; font-weight: 500; color: #f1f5fc; }
.dpp-user-email { font-size: 11px; color: #a5b8d3; margin-top: 2px; }
.dpp-account-actions { display: flex; align-items: center; justify-content: space-between; gap: 3px; }
.dpp-sidebar .kt-btn-ghost { color: #bdcce0; }
.dpp-sidebar .kt-btn-ghost:hover { background: #ffffff0d; color: #fff; }
.dpp-sidebar .kt-btn-sm { font-size: 11px; padding-inline: 8px; gap: 6px; }
.dpp-sidebar .kt-btn-icon { padding-inline: 0; }
.dpp-mobile-header { height: var(--dpp-header-height); border-bottom: 1px solid var(--dpp-border); background: var(--dpp-surface); box-shadow: 0 2px 12px #203d6510; }
.dpp-mobile-header .kt-container-fixed { padding-inline: 20px; }
.dpp-mobile-header .dpp-brand { font-size: 14px; }
.dpp-mobile-header .dpp-brand-mark { width: 28px; height: 28px; }
.dpp-main-wrapper { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: var(--dpp-header-height) 0 0; }
.dpp-main-panel { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.dpp-topbar { display: none; align-items: center; justify-content: space-between; gap: 20px; min-height: 74px; padding: 16px 36px; background: var(--dpp-surface); border-bottom: 1px solid var(--dpp-border); }
.dpp-topbar-context { display: flex; align-items: center; min-width: 0; gap: 12px; font-size: 13px; color: var(--dpp-muted); }
.dpp-topbar-workspace-icon { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex-shrink: 0; border: 1px solid var(--dpp-border); border-radius: 8px; background: var(--dpp-bg); color: var(--dpp-blue); font-size: 17px; }
.dpp-topbar-context strong { font-weight: 500; color: var(--dpp-heading); }
.dpp-topbar-divider { color: #b7c0ce; }
.dpp-topbar-role { display: inline-flex; align-items: center; margin-left: 3px; padding-left: 14px; border-left: 1px solid var(--dpp-border); font-size: 11px; color: var(--dpp-muted); white-space: nowrap; }
.dpp-topbar-find { display: inline-flex; align-items: center; flex-shrink: 0; gap: 9px; min-height: 38px; padding: 8px 12px; border: 1px solid var(--dpp-border); border-radius: 6px; color: var(--dpp-muted); font-size: 12px; transition: background .15s, color .15s; }
.dpp-topbar-find > i { font-size: 16px; }
.dpp-topbar-find > i:last-child { font-size: 14px; color: #8292aa; }
.dpp-topbar-find:hover { background: var(--dpp-tint); color: var(--dpp-blue); }
.dark .dpp-topbar-workspace-icon, .dark .dpp-topbar-find:hover { color: #b6c9ed; }
.dpp-main-content { flex: 1; min-width: 0; width: 100%; padding: 30px 24px; outline: none; }
.dpp-main-content > .dpp-alert { margin-bottom: 22px; }
.dpp-page-heading { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 30px; }
.dpp-page-heading h1, .dpp-page-heading h2 { font-size: 28px; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; color: var(--dpp-heading); }
.dpp-page-heading p { color: var(--dpp-muted); font-size: 15px; line-height: 1.6; margin-top: 7px; }
.dpp-footer { display: flex; justify-content: space-between; gap: 12px; padding: 18px 36px; color: var(--dpp-muted); font-size: 10px; }
.dpp-footer span:last-child { text-align: end; }
.dpp-alert { display: flex; align-items: flex-start; gap: 11px; padding: 15px 17px; border: 1px solid; border-radius: 5px; font-size: 14px; line-height: 1.6; overflow-wrap: anywhere; }
.dpp-alert > i { font-size: 19px; flex-shrink: 0; margin-top: 2px; }
.dpp-alert strong { display: block; margin-bottom: 3px; font-weight: 600; }
.dpp-alert a { text-decoration: underline; text-underline-offset: 3px; }
.dpp-alert ul { display: flex; flex-direction: column; gap: 5px; }
.dpp-alert-info { background: #f0f4fa; border-color: #dae3f1; color: #3f5884; }
.dpp-alert-success { background: #eff8f4; border-color: #d3e9de; color: #357157; }
.dpp-alert-warning { background: #fcf8ed; border-color: #efe2ba; color: #916f32; }
.dpp-alert-error { background: #fcf1f1; border-color: #efd4d6; color: #a2454e; }
.dark .dpp-alert-info { background: #213450; border-color: #354c70; color: #b9cce8; }
.dark .dpp-alert-success { background: #183d36; border-color: #2d574a; color: #b3dac9; }
.dark .dpp-alert-warning { background: #3c3424; border-color: #5b4c2f; color: #e4cd9d; }
.dark .dpp-alert-error { background: #432930; border-color: #6c3944; color: #efb8c2; }
.dpp-auth { min-height: 100dvh; background: #fff; }
.dark .dpp-auth { background: var(--dpp-bg); }
.dpp-auth-frame { min-height: 100dvh; display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); }
.dpp-auth-story { position: sticky; top: 0; align-self: start; min-height: 100dvh; background: #f5f8fb; border-right: 1px solid #e0e7ed; padding: 36px 44px 58px; color: #304985; display: flex; flex-direction: column; align-items: center; overflow: hidden; color-scheme: light; }
.dark .dpp-auth-story { border-color: var(--dpp-border); }
.dpp-auth-story-brand { align-self: flex-start; color: #304985; font-size: 15px; font-weight: 500; gap: 9px; }
.dark .dpp-auth-story-brand { color: #304985; }
.dpp-auth-story-brand .dpp-brand-mark { width: 30px; height: 30px; }
.dpp-auth-story-copy { margin-top: auto; padding-top: 34px; max-width: 430px; text-align: center; }
.dpp-auth-story-copy h2 { color: #304985; font-family: var(--dpp-font-serif, 'IBM Plex Serif', Georgia, serif); font-size: clamp(36px, 3.2vw, 50px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.dpp-auth-story-copy > p { max-width: 355px; font-size: 15px; line-height: 1.55; color: #506078; margin: 14px auto 0; }
.dpp-auth-story-art { width: 100%; max-width: 430px; margin: 16px auto 10px; }
.dpp-auth-story-art img { display: block; width: auto; max-width: 100%; height: clamp(240px, 42dvh, 460px); margin-inline: auto; object-fit: contain; mix-blend-mode: multiply; mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 90%, transparent), linear-gradient(to right, transparent, #000 8%, #000 92%, transparent); mask-composite: intersect; }
.dpp-auth-story-features { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; max-width: 430px; gap: 12px; }
.dpp-auth-story-features li { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; color: #394d6b; font-size: 12px; line-height: 1.4; }
.dpp-auth-story-features svg { width: 22px; height: 22px; color: #568444; }
.dpp-auth-story-footer { max-width: 350px; margin: 20px auto auto; color: #506078; font-size: 13px; line-height: 1.55; text-align: center; }
.dpp-auth-story-wave { position: absolute; inset: auto 0 0; width: 100%; height: 36px; pointer-events: none; }
.dpp-auth-main { min-height: 100dvh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 64px 54px 32px; position: relative; }
.dpp-auth-brand { display: none; }
.dpp-auth-card { width: 100%; max-width: 390px; margin-block: auto; }
.dpp-auth-card.dpp-auth-wide { max-width: 570px; }
.dpp-auth-content { display: flex; flex-direction: column; gap: 28px; }
.dpp-auth-heading { text-align: left; }
.dpp-auth-heading .dpp-eyebrow { margin-bottom: 13px; font-size: 9px; }
.dpp-auth-heading h1 { font-size: 30px; line-height: 1.2; font-weight: 500; letter-spacing: -.03em; color: var(--dpp-heading); }
.dpp-auth-heading p { font-size: 15px; color: var(--dpp-muted); line-height: 1.6; margin-top: 12px; }
.dpp-auth-form { display: flex; flex-direction: column; gap: 22px; }
.dpp-auth-form > .kt-btn { width: 100%; justify-content: center; min-height: 46px; margin-top: 2px; }
.dpp-auth-form > .kt-btn i { margin-inline-start: auto; }
.dpp-auth-form > .kt-btn { padding-left: 20px; }
.dpp-auth-links { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; }
.dpp-auth-links .kt-label { font-size: 14px; }
.dpp-auth-register { text-align: left; padding-top: 25px; border-top: 1px solid var(--dpp-border); font-size: 14px; color: var(--dpp-muted); line-height: 1.8; }
.dpp-auth-register a { display: inline-block; font-weight: 500; color: var(--dpp-blue); margin-left: 4px; text-underline-offset: 3px; }
.dpp-auth-register a:hover { text-decoration: underline; }
.dark .dpp-auth-register a { color: #b6c9ed; }
.dpp-auth-assurance { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 10px; color: var(--dpp-muted); margin-top: -8px; }
.dpp-auth-assurance i { font-size: 12px; }
.dpp-auth-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; max-width: 570px; padding-top: 56px; color: var(--dpp-muted); font-size: 12px; }
.dpp-auth-footer > div { display: flex; gap: 16px; }
.dpp-auth-footer a:hover { color: var(--dpp-blue); }
.dpp-registration-heading h1 { font-size: 28px; }
.dpp-registration-heading .dpp-eyebrow { margin-bottom: 12px; }
.dpp-registration-section { display: flex; flex-direction: column; gap: 18px; }
.dpp-registration-section > h2 { color: var(--dpp-heading); font-size: 17px; font-weight: 500; }
.dpp-registration-section > h2 > span { display: inline-flex; justify-content: center; align-items: center; width: 23px; height: 23px; border-radius: 6px; color: #7b8ca9; background: var(--dpp-tint); font-size: 9px; }
.dpp-registration-section + .dpp-registration-section { padding-top: 24px; border-top: 1px solid var(--dpp-border); }
.dpp-registration-form .dpp-form-grid { gap: 18px; }
.dpp-registration-terms { display: flex; align-items: flex-start; gap: 10px; color: var(--dpp-muted); font-size: 13px; line-height: 1.6; }
.dpp-registration-terms input { margin-top: 3px; }
.dpp-empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 60px 28px; text-align: center; }
.dpp-empty-state h2 { font-size: 17px; font-weight: 600; color: var(--dpp-heading); letter-spacing: -.025em; }
.dpp-empty-state > p { max-width: 380px; font-size: 14px; line-height: 1.7; }
.dpp-empty-state .dpp-actions { justify-content: center; margin-top: 8px; }
.dpp-empty-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; color: var(--dpp-muted); font-size: 26px; margin-bottom: 5px; }
.dpp-profile-grid { display: grid; gap: 28px; }
.dpp-profile-intro { max-width: 310px; }
.dpp-profile-intro p { margin-top: 10px; color: var(--dpp-muted); font-size: 14px; line-height: 1.7; }
.dpp-profile-form { display: flex; flex-direction: column; gap: 22px; max-width: 580px; }
.dpp-profile-card { padding: 30px; }
.dpp-danger-heading { color: #ad4d55; }
.dark .dpp-danger-heading { color: #efb8c2; }
.dpp-public { min-height: 100dvh; background: var(--dpp-bg); }
.dpp-public-header { padding: 22px 20px; border-bottom: 1px solid var(--dpp-border); background: var(--dpp-surface); display: flex; justify-content: center; }
.dpp-public-content { max-width: 960px; margin: auto; padding: 32px 20px; min-width: 0; }
.dpp-public-footer { text-align: center; padding: 24px; color: var(--dpp-muted); font-size: 10px; }
.dpp-error-page { max-width: 480px; margin: 7vh auto; padding: 48px 32px; text-align: center; }
.dpp-error-code { font-size: 68px; line-height: 1; font-weight: 500; letter-spacing: -.07em; color: var(--dpp-blue); margin-bottom: 24px; }
.dark .dpp-error-code { color: #b6c9ed; }
.dpp-error-page h1 { font-size: 23px; font-weight: 600; letter-spacing: -.035em; line-height: 1.4; margin-bottom: 12px; color: var(--dpp-heading); }
.dpp-error-page p { color: var(--dpp-muted); font-size: 13px; }
.dpp-error-page .dpp-actions { justify-content: center; margin-top: 28px; }
.dpp-dialog { padding: 0; border: 1px solid var(--dpp-border); border-radius: 7px; background: var(--dpp-surface); color: var(--dpp-text); width: calc(100% - 32px); max-width: 560px; max-height: calc(100dvh - 32px); overflow-y: auto; margin: auto; box-shadow: 0 12px 40px rgb(9 23 48 / 18%); }
.dpp-dialog::backdrop { background: rgb(15 27 48 / 50%); backdrop-filter: blur(3px); }
.dpp-dialog-content { padding: 28px; }
.dpp-dialog-header { display: flex; align-items: center; justify-content: flex-end; margin-bottom: 8px; }
.dpp-dropdown { position: relative; }
.dpp-dropdown-panel { position: absolute; top: calc(100% + 8px); inset-inline-end: 0; z-index: 40; min-width: 190px; max-width: calc(100vw - 32px); padding: 6px; background: var(--dpp-surface); border: 1px solid var(--dpp-border); border-radius: 5px; box-shadow: 0 6px 18px rgb(15 35 65 / 8%); }
.dpp-dropdown-link { display: block; padding: 9px 12px; border-radius: 4px; font-size: 14px; }
.dpp-dropdown-link:hover { background: var(--dpp-bg); }
.dpp-pagination { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; padding: 8px 0; }
.dpp-pagination-count { font-size: 13px; color: var(--dpp-muted); }
.dpp-pagination-links { display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.dpp-pagination-links a, .dpp-pagination-links span { min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--dpp-border); border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; }
.dpp-pagination-links a:hover { background: var(--dpp-tint); }
.dpp-pagination-links [aria-current=page] { color: #fff; background: var(--dpp-blue); border-color: var(--dpp-blue); }
.dpp-pagination-links [aria-disabled=true] { opacity: .5; }
.dpp-copy-status { position: fixed; bottom: max(24px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); z-index: 200; max-width: calc(100vw - 32px); padding: 12px 20px; border-radius: 9px; background: #17243f; color: #fff; box-shadow: 0 8px 25px rgb(15 30 55 / 20%); font-size: 13px; text-align: center; pointer-events: none; }
@media(min-width:640px) {
    .dpp-grid-2, .dpp-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dpp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dpp-field-full { grid-column: 1 / -1; }
}
@media(min-width:1024px) {
    .dpp-app { overflow: hidden; }
    .dpp-shell { height: 100dvh; min-height: 0; }
    .dpp-main-wrapper { padding: 0; margin-inline-start: var(--dpp-sidebar-width); }
    .dpp-main-panel { overflow: hidden; }
    .dpp-topbar { display: flex; flex-shrink: 0; }
    .dpp-main-content { overflow-y: auto; padding: 34px 36px; }
    .dpp-main-content > .dpp-page, .dpp-main-content > .dpp-stack, .dpp-page-heading { max-width: 1500px; margin-inline: auto; }
    .dpp-profile-grid { grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr); }
    .dpp-sidebar { height: 100dvh; }
    .dpp-nav-close { display: none; }
}
@media(min-width:1440px) {
    .dpp-auth-story { padding-inline: 64px; }
    .dpp-auth-main { padding-inline: 76px; }
}
@media(min-width:1024px) and (max-height:840px) {
    .dpp-sidebar #sidebar_header { padding-block: 20px 16px; margin-bottom: 12px; }
    .dpp-nav-group { padding-bottom: 12px; }
    .dpp-nav-link { min-height: 38px; padding-block: 7px; }
    .dpp-sidebar-footer { padding-block: 14px; }
    .dpp-auth-story { padding-top: 28px; padding-bottom: 50px; }
    .dpp-auth-story-copy { padding-top: 24px; }
    .dpp-auth-story-copy h2 { font-size: 40px; }
    .dpp-auth-story-art { margin-block: 10px 8px; }
    .dpp-auth-story-art img { height: clamp(200px, 40dvh, 315px); }
    .dpp-auth-story-footer { margin-top: 16px; }
}
@media(max-width:1023px) {
    .dpp-nav-link { min-height: 44px; font-size: 14px; }
    .dpp-sidebar .kt-btn-sm { min-height: 44px; }
    .dpp-sidebar .kt-btn-icon { min-width: 40px; }
    .dpp-auth-frame { display: block; padding: 0; }
    .dpp-auth-story { display: none; }
    .dpp-auth-main { min-height: 100dvh; padding: 30px 28px; justify-content: flex-start; }
    .dpp-auth-brand { display: flex; margin-bottom: 54px; align-self: flex-start; font-size: 15px; }
    .dpp-auth-brand .dpp-brand-mark { width: 30px; height: 30px; }
    .dpp-auth-card { max-width: 420px; margin-block: 0; }
    .dpp-auth-footer { padding-top: 52px; margin-top: auto; }
}
@media(max-width:639px) {
    .dpp-main-content { padding: 24px 16px; }
    .dpp-page, .dpp-stack { gap: 20px; }
    .dpp-page-heading { gap: 15px; margin-bottom: 24px; }
    .dpp-page-heading h1, .dpp-page-heading h2 { font-size: 26px; }
    .dpp-section-heading h1 { font-size: 23px; }
    .dpp-page-heading p { font-size: 14px; }
    .dpp-page-heading .dpp-actions { width: 100%; }
    .kt-card-header { min-height: 65px; flex-wrap: wrap; gap: 12px; padding: 18px; }
    .kt-card-content { padding: 19px 18px; }
    .kt-card > .dpp-filter-bar { padding: 18px; }
    .kt-card-title, .kt-card-header > h2 { font-size: 17px; }
    .kt-btn { min-height: 44px; }
    .kt-btn-icon { min-width: 44px; }
    .kt-btn-sm { min-height: 36px; }
    .kt-input, .kt-select, .kt-textarea, .dpp-password input { font-size: 16px; }
    .kt-input, .kt-select { min-height: 46px; height: 46px; }
    .dpp-form-grid { gap: 19px; }
    .dpp-form-footer .kt-btn { flex: 1; justify-content: center; }
    .dpp-footer { padding: 18px 16px; flex-direction: column; gap: 3px; }
    .dpp-footer span:last-child { text-align: start; }
    .dpp-auth-main { padding: 28px 24px 22px; }
    .dpp-auth-brand { margin-bottom: 52px; }
    .dpp-auth-content { gap: 27px; }
    .dpp-auth-heading h1 { font-size: 30px; }
    .dpp-auth-heading p { font-size: 15px; }
    .dpp-auth-form { gap: 22px; }
    .dpp-auth-footer { padding-top: 48px; font-size: 12px; flex-wrap: wrap; }
    .dpp-auth-card.dpp-auth-wide { margin-top: 0; }
    .dpp-registration-heading h1 { font-size: 27px; }
    .dpp-registration-terms { font-size: 13px; }
    .dpp-registration-form > .kt-btn { white-space: normal; line-height: 1.5; padding-block: 10px; }
    .dpp-profile-card { padding: 22px 18px; }
    .dpp-dialog-content { padding: 22px 18px; }
    .dpp-pagination { justify-content: center; }
    .dpp-pagination-count { width: 100%; text-align: center; }
    .dpp-table-wrap th, .dpp-table-wrap td { padding: 13px 16px; }
    .dpp-public-content { padding: 24px 16px; }
    .dpp-error-page { padding: 34px 24px; }
    .dpp-empty-state { padding: 40px 22px; }
    .dpp-metric { padding: 23px; }
}
@media(prefers-reduced-motion:reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
    .dpp-metric:hover { transform: none; }
}
@media print {
    .dpp-sidebar, .dpp-mobile-header, .dpp-topbar, .dpp-footer, .dpp-skip-link, .dpp-no-print { display: none !important; }
    .dpp-main-wrapper { margin: 0; padding: 0; }
    .dpp-main-panel { border: 0; margin: 0; }
    .dpp-main-content { overflow: visible; }
    .dpp-app, .dpp-shell { height: auto; overflow: visible; }
    .dpp-public-content { max-width: none; padding: 0; }
    .dpp-public-header { border: 0; }
}
