a:hover { text-decoration: none; }
.dt-app { display: flex; min-height: 100vh; position: relative; background: var(--dt-bg); }
.dt-sidebar { width: 248px; flex: none; background: rgba(234,236,239,.94); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-right: 1px solid rgba(40,50,60,.10); display: flex; flex-direction: column; padding: 20px 14px; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; height: 100dvh; overflow-y: auto; z-index: 50; scrollbar-width: thin; scrollbar-color: rgba(60,74,88,.28) transparent; }
.dt-sidebar::-webkit-scrollbar { width: 8px; }
.dt-sidebar::-webkit-scrollbar-track { background: transparent; }
.dt-sidebar::-webkit-scrollbar-thumb { background: rgba(60,74,88,.22); border-radius: 8px; border: 2px solid transparent; background-clip: padding-box; }
.dt-sidebar::-webkit-scrollbar-thumb:hover { background: rgba(60,74,88,.38); }
.dt-brand { padding: 0 8px 20px; display: flex; align-items: center; gap: 10px; }
.dt-brand img { height: 28px; }
.dt-admin-chip { font-size: 11px; font-weight: 700; color: #d93025; background: #fdeceb; border-radius: 8px; padding: 3px 8px; letter-spacing: .04em; }
.dt-nav { display: flex; flex-direction: column; gap: 1px; font-size: 14px; }
.dt-nav-heading { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9aa2ad; padding: 16px 12px 6px; }
.dt-nav-link { display: flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 8px; color: #3c4a58; font-weight: 500; font-size: 13.5px; outline: none; }
.dt-nav-link:hover { color: #3c4a58; background: rgba(20,40,70,.05); }
.dt-nav-link:focus { outline: none; }
.dt-nav-link:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-nav-link .dt-nav-ico { width: 18px; flex: none; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; color: #5b6b7a; }
.dt-nav-link .dt-nav-ico svg { width: 16px; height: 16px; stroke: currentColor; }
.dt-nav-link.active { background: #e4eefb; color: var(--dt-blue); font-weight: 700; box-shadow: none; }
.dt-nav-link.active:hover { background: #e4eefb; color: var(--dt-blue); }
.dt-nav-link.active .dt-nav-ico { color: var(--dt-blue); }
.dt-side-footer { margin-top: auto; display: flex; flex-direction: column; gap: 12px; padding: 14px 8px 0; }
.dt-seg { display: flex; gap: 3px; background: rgba(40,50,60,.10); border: 1px solid rgba(40,50,60,.06); padding: 3px; border-radius: 9px; width: -moz-fit-content; width: fit-content; font-size: 12px; font-weight: 700; }
.dt-seg a { display: inline-flex; align-items: center; padding: 6px 14px; border-radius: 7px; color: #71838f; outline: none; line-height: 14px; height: 26px; }
.dt-seg a:hover { color: #3c4a58; }
.dt-seg a:focus { outline: none; }
.dt-seg a:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-seg a.active { background: #fff; color: var(--dt-blue); box-shadow: 0 1px 3px rgba(0,0,0,.14); }
.dt-account-wrap { position: relative; }
.dt-account { display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 6px; border-radius: 10px; width: 100%; border: none; background: transparent; text-align: left; font-family: inherit; outline: none; }
.dt-account:hover { background: rgba(0,0,0,.05); }
.dt-account:focus { outline: none; }
.dt-account:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-account .dt-avatar { width: 32px; height: 32px; font-size: 12px; }
.dt-account .dt-account-name { font-size: 13px; font-weight: 600; color: var(--dt-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-account .dt-account-role { font-size: 11px; color: var(--dt-grey); }
.dt-account .dt-caret { color: var(--dt-grey); font-size: 11px; margin-left: auto; }
.dt-avatar { border-radius: 50%; background: var(--dt-blue); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex: none; overflow: hidden; }
.dt-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.dt-avatar.dt-avatar-alt { background: #5b8bb0; }
.btn-tint-primary { background: #eaf3fb; border-color: #eaf3fb; color: var(--dt-blue); font-weight: 700; }
.btn-tint-primary:hover { background: #d8eafc; border-color: #d8eafc; color: var(--dt-blue); }
.dt-account-menu { position: absolute; bottom: 52px; left: 0; right: 0; background: #fff; border: 1px solid #e1e8ee; border-radius: 12px; box-shadow: 0 10px 30px rgba(13,34,54,.16); padding: 6px; z-index: 60; display: none; }
.dt-account-menu.show { display: block; }
.dt-account-menu .dt-menu-head { padding: 10px 12px; border-bottom: 1px solid #eef2f6; }
.dt-account-menu .dt-menu-head .dt-menu-name { font-size: 13px; font-weight: 700; color: var(--dt-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-account-menu .dt-menu-head .dt-menu-mail { font-size: 11.5px; color: var(--dt-grey); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-account-menu a { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 8px; font-size: 13.5px; color: #3c4a58; outline: none; }
.dt-account-menu a:hover { background: #f2f5f8; color: var(--dt-ink); }
.dt-account-menu a:focus { outline: none; }
.dt-account-menu a:focus-visible { box-shadow: inset 0 0 0 2px rgba(24,120,208,.3); }
.dt-account-menu a.dt-danger { color: var(--dt-err); }
.dt-account-menu a.dt-danger:hover { background: #fdeceb; color: var(--dt-err); }
.dt-topbar-mobile { display: none; position: fixed; top: 0; left: 0; right: 0; height: 56px; background: #fff; border-bottom: 1px solid #e1e8ee; align-items: center; gap: 14px; padding: 0 14px; z-index: 40; }
.dt-topbar-mobile img { height: 26px; }
.dt-hamburger { width: 44px; height: 44px; border: none; background: transparent; display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; padding: 10px; }
.dt-hamburger span { height: 2px; background: var(--dt-ink); border-radius: 1px; display: block; }
.dt-overlay { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; inset: 0; background: rgba(13,34,54,.45); z-index: 45; }
body.dt-sidebar-open .dt-overlay { display: block; }
.dt-main { flex: 1; padding: 32px 40px; min-width: 0; }
.dt-content { max-width: 1480px; width: 100%; margin: 0 auto; box-sizing: border-box; display: flex; flex-direction: column; gap: 22px; }
.dt-eyebrow { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: #9aa7b4; font-weight: 700; }
.dt-title { margin: 5px 0 3px; font-size: 24px; font-weight: 700; letter-spacing: -.01em; color: var(--dt-ink); }
.dt-sub { font-size: 13.5px; color: var(--dt-muted); }
.dt-page-head { padding-bottom: 18px; border-bottom: 1px solid var(--dt-line); }
.dt-content > div:has(> .dt-eyebrow) { padding-bottom: 18px; border-bottom: 1px solid var(--dt-line); }
.dt-stats { display: flex; gap: 16px; flex-wrap: wrap; }
.dt-stat { flex: 1; min-width: 150px; background: rgba(255,255,255,.45); border: 1px solid #e1e8ee; border-radius: 12px; padding: 14px 18px; }
.dt-stat .dt-stat-label { font-size: 12px; color: var(--dt-grey); }
.dt-stat .dt-stat-value { font-size: 21px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; }
.dt-stat .dt-stat-sub { font-size: 11px; color: var(--dt-grey); }
.dt-stat .dt-stat-value.dt-ok { color: var(--dt-ok); }
.dt-stat .dt-stat-value.dt-warn { color: var(--dt-warn); }
.dt-stat .dt-stat-value.dt-blue { color: var(--dt-blue); }
.dt-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; padding: 22px 24px; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-card-title { font-size: 15px; font-weight: 700; color: var(--dt-ink); margin-bottom: 14px; }
.dt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; }
.dt-form-grid.dt-inline { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.dt-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; position: relative; }
.dt-field label { margin: 0; }
.dt-span-all { grid-column: 1 / -1; }
.dt-field span.invalid:empty { display: none; }
.dt-form-submit { display: flex; flex-direction: column; justify-content: flex-end; }
.dt-form-submit .btn { height: 44px; width: -moz-fit-content; width: fit-content; }
.dt-verified-chip { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; font-weight: 700; color: var(--dt-ok); background: #e8f5ee; border-radius: 10px; padding: 2px 8px; margin-left: 8px; }
.dt-toggle-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; grid-column: 1 / -1; }
.dt-toggle-row .dt-toggle-label { font-size: 14px; font-weight: 600; color: var(--dt-ink); }
.dt-toggle-row .dt-toggle-note { font-size: 12px; color: var(--dt-grey); }
.dt-switch { position: relative; width: 46px; height: 28px; flex: none; display: inline-block; }
.dt-switch input { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; z-index: 2; }
.dt-switch .dt-switch-track { position: absolute; top: 0; right: 0; bottom: 0; left: 0; inset: 0; border-radius: 14px; background: #d7dfe6; transition: background .15s; }
.dt-switch .dt-switch-track::after { content: ""; position: absolute; top: 2px; left: 2px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); transition: left .15s; }
.dt-switch input:checked ~ .dt-switch-track { background: var(--dt-blue); }
.dt-switch input:checked ~ .dt-switch-track::after { left: 20px; }
.dt-switch input:focus-visible ~ .dt-switch-track { box-shadow: 0 0 0 3px rgba(24,120,208,.18); }
.dt-switch input:disabled ~ .dt-switch-track { opacity: .5; }
.dt-upload-row { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; padding: 14px; border: 1.5px dashed #c8d4de; border-radius: 10px; flex-wrap: wrap; }
.dt-upload-row img { max-height: 48px; border-radius: 6px; }
.dt-upload-row .dt-upload-info { flex: 1; min-width: 180px; }
.dt-upload-row .dt-upload-title { font-size: 13px; font-weight: 600; color: #3c4a58; }
.dt-upload-row .dt-upload-note { font-size: 12px; color: var(--dt-grey); }
.dt-pills { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dt-pills .dt-pills-label { font-size: 13px; font-weight: 600; color: var(--dt-muted); margin-right: 4px; }
.btn-pill { height: 38px; padding: 0 16px; display: inline-flex; align-items: center; white-space: nowrap; outline: none; }
.dt-table-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; overflow-x: auto; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-table-card > .table { margin-bottom: 0; }
.dt-table-card .table td, .dt-table-card .table th { padding: 11px 20px; }
.dt-table-card .table thead th { border-bottom: 1px solid var(--dt-line); white-space: nowrap; }
.dt-table-card .table td { border-top: none; border-bottom: 1px solid #f0f4f8; }
.dt-table-card .table tbody tr:last-child td { border-bottom: none; }
.dt-row-muted td { opacity: .55; }
.dt-lead { display: flex; align-items: center; gap: 12px; min-width: 0; }
.dt-lead .dt-avatar { width: 34px; height: 34px; font-size: 13px; background: #eaf3fb; color: var(--dt-blue); }
.dt-lead .dt-avatar.dt-avatar-alt { background: #eaf3fb; color: var(--dt-blue); }
.dt-lead .dt-lead-text { min-width: 0; }
.dt-lead .dt-lead-name { font-size: 13px; font-weight: 600; color: var(--dt-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-lead .dt-lead-name a { color: var(--dt-blue); }
.dt-lead .dt-lead-sub { font-size: 12px; color: var(--dt-grey); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-lead-text .dt-lead-name, .dt-lead-text .dt-lead-sub { display: block; }
.dt-lead .dt-avatar svg { width: 16px; height: 16px; stroke-width: 1.9; }
.dt-lead-text .dt-lead-sub.dt-lead-email { display: none; }
.dt-toolbar { display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-bottom: 1px solid var(--dt-line); flex-wrap: wrap; margin: 0; }
.dt-toolbar-search { position: relative; flex: 1; min-width: 240px; max-width: 380px; }
.dt-toolbar-search .dt-toolbar-ico { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--dt-grey); display: inline-flex; pointer-events: none; }
.dt-toolbar-search .dt-toolbar-ico svg { width: 15px; height: 15px; }
.dt-toolbar-input { width: 100%; height: 38px; background: var(--dt-bg); border: 1px solid transparent; border-radius: 10px; padding: 0 34px 0 38px; font-size: 13.5px; color: var(--dt-ink); outline: none; }
.dt-toolbar-input::placeholder { color: #9aa7b4; }
.dt-toolbar-input:focus { background: #fff; border-color: var(--dt-blue); box-shadow: 0 0 0 3px rgba(24,120,208,.12); }
.dt-toolbar-clear { position: absolute; right: 9px; top: 50%; transform: translateY(-50%); border: none; background: #eef2f6; color: var(--dt-muted); border-radius: 50%; width: 20px; height: 20px; font-size: 12px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 0; outline: none; }
.dt-toolbar-clear:hover { background: #e2e8ee; color: var(--dt-ink); }
.dt-toolbar-clear:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-toolbar-chips { display: flex; gap: 6px; }
.dt-toolbar-chips .btn-pill { height: 32px; padding: 0 14px; display: inline-flex; align-items: center; }
.dt-toolbar-count { font-size: 12.5px; color: var(--dt-grey); white-space: nowrap; margin-left: auto; flex: none; }
.dt-toolbar-label { font-size: 12.5px; font-weight: 600; color: #3c4a58; margin: 0; }
.dt-toolbar-date { height: 38px; width: 140px; background: var(--dt-bg); border: 1px solid transparent; border-radius: 10px; padding: 0 12px; font-size: 13.5px; color: var(--dt-ink); outline: none; }
.dt-toolbar-date:focus { background: #fff; border-color: var(--dt-blue); box-shadow: 0 0 0 3px rgba(24,120,208,.12); }
.dt-amount { font-variant-numeric: tabular-nums; white-space: nowrap; }
.dt-rowmenu { position: relative; display: flex; justify-content: flex-end; }
.dt-icon-btn { width: 36px; height: 36px; border: none; background: transparent; border-radius: 9px; color: var(--dt-grey); font-size: 18px; cursor: pointer; line-height: 1; display: inline-flex; align-items: center; justify-content: center; outline: none; }
.dt-icon-btn:hover { background: #f2f5f8; color: var(--dt-ink); }
.dt-icon-btn:focus { outline: none; }
.dt-icon-btn:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-icon-btn.open { background: #eaf3fb; color: var(--dt-blue); }
.dt-menu { display: none; position: fixed; background: #fff; border: 1px solid #e1e8ee; border-radius: 11px; box-shadow: 0 10px 30px rgba(13,34,54,.16); z-index: 70; min-width: 224px; padding: 6px; }
.dt-menu.show { display: block; }
.dt-menu a, .dt-menu button { display: flex; align-items: center; gap: 10px; width: 100%; text-align: left; border: none; background: transparent; padding: 10px 12px; border-radius: 8px; font-size: 13px; color: #3c4a58; cursor: pointer; white-space: nowrap; font-family: inherit; outline: none; }
.dt-menu a:hover, .dt-menu button:hover { background: #f2f5f8; color: var(--dt-ink); }
.dt-menu a:focus, .dt-menu button:focus { outline: none; }
.dt-menu a:focus-visible, .dt-menu button:focus-visible { box-shadow: inset 0 0 0 2px rgba(24,120,208,.3); }
.dt-menu svg { width: 16px; height: 16px; flex: none; stroke-width: 1.8; opacity: .85; }
.dt-menu .dt-danger { color: var(--dt-err); }
.dt-menu .dt-danger:hover { background: #fdeceb; color: var(--dt-err); }
.dt-actionbar { display: flex; justify-content: flex-end; align-items: center; gap: 22px; flex-wrap: wrap; }
.dt-actionbar .btn { height: 48px; padding: 0 28px; font-size: 14px; display: inline-flex; align-items: center; }
.dt-total { text-align: right; }
.dt-total .dt-total-label { font-size: 11px; color: var(--dt-grey); }
.dt-total .dt-total-value { font-size: 16px; font-weight: 700; font-variant-numeric: tabular-nums; }
.dt-total .dt-total-value.dt-ok { color: var(--dt-ok); }
.dt-total .dt-total-value.dt-warn { color: var(--dt-warn); }
.dt-tabs { display: flex; gap: 4px; background: #e4eaf0; padding: 4px; border-radius: 11px; width: -moz-fit-content; width: fit-content; font-size: 13.5px; flex-wrap: wrap; }
.dt-tabs button { border: none; background: transparent; padding: 9px 16px; border-radius: 8px; font-size: 13.5px; font-weight: 600; color: var(--dt-muted); cursor: pointer; font-family: inherit; outline: none; }
.dt-tabs button:focus { outline: none; }
.dt-tabs button:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-tabs button.active { background: #fff; color: var(--dt-ink); font-weight: 700; box-shadow: 0 1px 3px rgba(20,40,70,.12); }
.dt-tabs button .badge-error-count { background: var(--dt-err); color: #fff; border-radius: 9px; font-size: 11px; padding: 1px 6px; margin-left: 6px; }
.dt-tab-pane { display: none; }
.dt-tab-pane.active { display: block; }
.dt-qr-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; padding: 26px; display: flex; gap: 28px; flex-wrap: wrap; align-items: center; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-qr-card .dt-qr-img { width: 196px; height: 196px; flex: none; border: 1px solid var(--dt-line); border-radius: 12px; padding: 8px; background: #fff; box-sizing: border-box; }
.dt-qr-card .dt-qr-info { flex: 1; min-width: 240px; }
.dt-qr-card .dt-qr-title { font-size: 16px; font-weight: 700; color: var(--dt-ink); margin-bottom: 6px; }
.dt-qr-card p { margin: 0 0 8px; font-size: 13.5px; color: var(--dt-muted); }
.dt-qr-card.dt-qr-v2 { flex: 1; min-width: 340px; padding: 20px 24px; gap: 20px; border-radius: 14px; flex-wrap: nowrap; }
.dt-qr-card.dt-qr-v2 .dt-qr-frame { flex: none; border: 1px solid var(--dt-line); border-radius: 12px; padding: 8px; background: #fff; }
.dt-qr-card.dt-qr-v2 .dt-qr-img { width: 120px; height: 120px; border: none; border-radius: 6px; padding: 0; display: block; }
.dt-qr-card.dt-qr-v2 .dt-qr-info { min-width: 0; flex: 1; }
.dt-qr-card.dt-qr-v2 .dt-qr-title { font-size: 14px; margin-bottom: 0; }
.dt-qr-card.dt-qr-v2 .dt-qr-link { display: block; font-size: 12.5px; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-qr-card.dt-qr-v2 p { font-size: 12.5px; color: var(--dt-muted); line-height: 1.5; margin: 8px 0 0; }
.dt-qr-card.dt-qr-v2 .dt-qr-actions { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.dt-dash-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; }
.dt-dash-row .dt-chart2 { flex: 1.3; min-width: 340px; box-sizing: border-box; }
@media (max-width: 519.98px) {
  .dt-qr-card.dt-qr-v2 { flex-wrap: wrap; }
}
.dt-shift-banner { background: #eaf3fb; border: 1px solid #cfe4f6; border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.dt-shift-banner .dt-shift-text { flex: 1; min-width: 220px; font-size: 13.5px; color: #2c4257; line-height: 1.5; }
.dt-shift-banner .dt-shift-chip { width: 34px; height: 34px; border-radius: 9px; background: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; color: var(--dt-blue); }
.dt-shift-banner .dt-shift-chip svg { width: 17px; height: 17px; stroke-width: 1.8; }
.dt-shift-banner .btn { height: 38px; padding: 0 20px; border-radius: 10px; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; }
.dt-danger-card { background: #fff; border: 1px solid #f2c4c0; border-radius: 14px; padding: 22px 24px; }
.dt-danger-card .dt-danger-title { font-size: 14.5px; font-weight: 700; color: var(--dt-err); margin-bottom: 6px; }
.dt-danger-card p { font-size: 13.5px; color: var(--dt-muted); margin: 0 0 4px; }
.dt-danger-card .dt-danger-warning { font-size: 13px; font-weight: 700; color: var(--dt-err); margin-bottom: 14px; }
.dt-note { font-size: 13px; color: var(--dt-grey); display: flex; align-items: center; gap: 10px; }
.dt-chart-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; padding: 22px 24px; }
.dt-chart-bars { display: flex; align-items: flex-end; gap: 6px; height: 180px; border-left: 1px solid #dbe4ec; border-bottom: 1px solid #dbe4ec; padding: 0 4px; position: relative; }
.dt-chart-bars .dt-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; min-width: 0; }
.dt-chart-bars .dt-bar { width: 100%; max-width: 34px; background: linear-gradient(180deg, var(--dt-cyan), var(--dt-blue)); border-radius: 6px 6px 0 0; min-height: 2px; }
.dt-chart-bars .dt-gridline { position: absolute; left: 0; right: 0; border-top: 1.5px dashed #dbe4ec; }
.dt-chart-bars .dt-gridline span { position: absolute; left: -6px; top: -8px; transform: translateX(-100%); font-size: 10px; color: var(--dt-grey); font-variant-numeric: tabular-nums; white-space: nowrap; }
.dt-chart-wrap { display: flex; }
.dt-chart-ylabels { width: 56px; flex: none; }
.dt-chart-labels { display: flex; gap: 6px; padding: 6px 4px 0; }
.dt-chart-labels span { flex: 1; text-align: center; font-size: 10px; color: var(--dt-grey); overflow: hidden; white-space: nowrap; }
.dt-toasts { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 1080; display: flex; flex-direction: column; gap: 8px; align-items: center; }
.dt-toast { background: #fff; border: 1px solid #e1e8ee; border-radius: 12px; box-shadow: 0 10px 30px rgba(13,34,54,.16); padding: 12px 18px; font-size: 13.5px; color: var(--dt-ink); opacity: 0; transform: translateY(-8px); transition: opacity .25s, transform .25s; max-width: 90vw; }
.dt-toast.show { opacity: 1; transform: translateY(0); }
.dt-toast.dt-toast-ok { border-color: #bfe3d0; background: #e8f5ee; color: #0b6e3f; }
.dt-toast.dt-toast-err { border-color: #f2c4c0; background: #fdeceb; color: #a91e14; }
.dt-toast.dt-toast-warn { border-color: #f0dcb2; background: #fff8ec; color: #7a5a12; }
.dt-toast.dt-toast-info { border-color: #bcd8ef; background: #eaf3fb; color: #155a99; }
.dt-pagination-caption { font-size: 12px; color: var(--dt-grey); margin-left: 10px; align-self: center; }
.dt-matrix .table td, .dt-matrix .table th { padding: 8px 6px; text-align: center; }
.dt-matrix .table td:first-child, .dt-matrix .table th:first-child { text-align: left; padding-left: 20px; }
.dt-check, .dt-matrix input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--dt-blue); appearance: none; -webkit-appearance: none; border: 1.5px solid #d7dfe6; border-radius: 5px; background: #fff; cursor: pointer; margin: 0; vertical-align: middle; }
.dt-check:checked, .dt-matrix input[type="checkbox"]:checked { background: var(--dt-blue) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M20 6 9 17l-5-5'/%3e%3c/svg%3e") center/12px no-repeat; border-color: var(--dt-blue); }
.dt-check:focus, .dt-matrix input[type="checkbox"]:focus { outline: none; }
.dt-check:focus-visible, .dt-matrix input[type="checkbox"]:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.15); border-color: var(--dt-blue); }
.dt-amount-input { height: 38px; border: 1px solid #d7dfe6; border-radius: 9px; padding: 0 10px; font-size: 14px; font-weight: 600; color: var(--dt-ink); text-align: right; outline: none; width: 110px; background: #fff; font-variant-numeric: tabular-nums; }
.dt-amount-input:focus { border-color: var(--dt-blue); box-shadow: 0 0 0 3px rgba(24,120,208,.12); }
.dt-widget { flex: 1; min-width: 280px; background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; padding: 20px 22px; box-shadow: 0 1px 2px rgba(13,34,54,.04); box-sizing: border-box; }
.dt-widget-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.dt-widget-label { display: inline-flex; align-items: center; gap: 9px; font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dt-grey); }
.dt-widget-chip { width: 30px; height: 30px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; flex: none; font-size: 14px; }
.dt-widget-chip svg { width: 16px; height: 16px; stroke-width: 1.9; }
.dt-widget-chip.dt-chip-blue { background: #eaf3fb; color: var(--dt-blue); }
.dt-widget-chip.dt-chip-amber { background: #fdf3e3; color: var(--dt-warn); }
.dt-widget-value { display: flex; align-items: baseline; gap: 10px; font-size: 28px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1; }
.dt-widget-unit { font-size: 15px; font-weight: 500; color: var(--dt-grey); letter-spacing: 0; }
.dt-widget-stars { font-size: 15px; letter-spacing: 2px; color: var(--dt-warn); font-weight: 400; }
.dt-widget-stars .dt-star-empty { color: #e4e9ee; }
.dt-widget-foot { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #f0f4f8; font-size: 12px; color: var(--dt-grey); }
.dt-widget-foot span { display: inline-flex; align-items: baseline; gap: 6px; }
.dt-widget-foot b { font-weight: 700; font-size: 13px; color: var(--dt-ink); font-variant-numeric: tabular-nums; }
.dt-widgets { display: flex; gap: 14px; flex-wrap: wrap; }
.dt-widgets .dt-widget { min-width: 220px; }
.dt-widget-chip.dt-chip-green { background: #e7f6ee; color: var(--dt-ok); }
.dt-widget-value.dt-warn { color: var(--dt-warn); }
.dt-callout { display: flex; gap: 12px; align-items: flex-start; background: #eaf3fb; border: 1px solid #cfe4f6; border-radius: 12px; padding: 14px 18px; font-size: 13.5px; color: #2c4257; line-height: 1.55; }
.dt-callout > svg { width: 18px; height: 18px; flex: none; margin-top: 1px; stroke-width: 1.8; color: var(--dt-blue); }
.dt-callout b { font-variant-numeric: tabular-nums; }
.dt-callout a { font-weight: 600; }
.dt-callout.dt-callout-warn { background: #fdf3e3; border-color: #f3ddb4; color: #8a5a00; }
.dt-callout.dt-callout-warn > svg { color: var(--dt-warn); }
.dt-chart2 { background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-chart2-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 20px 24px 0; flex-wrap: wrap; }
.dt-chart2-title { font-size: 14px; font-weight: 700; color: var(--dt-ink); }
.dt-chart2-sub { font-size: 12px; color: var(--dt-grey); margin-top: 2px; }
.dt-chart2-totals { display: flex; align-items: baseline; gap: 16px; font-size: 12px; color: var(--dt-grey); }
.dt-chart2-totals b { color: var(--dt-ink); font-size: 13px; font-variant-numeric: tabular-nums; margin-left: 4px; }
.dt-chart2-body { padding: 18px 24px 20px; }
.dt-chart2-plot { position: relative; height: 210px; }
.dt-chart2-grid { position: absolute; left: 44px; right: 0; border-top: 1px solid #f0f4f8; }
.dt-chart2-grid.dt-baseline { border-top-color: #dbe4ec; }
.dt-chart2-ylabel { position: absolute; left: 0; width: 34px; text-align: right; font-size: 10.5px; color: var(--dt-grey); font-variant-numeric: tabular-nums; margin-top: -7px; }
.dt-chart2-bars { position: absolute; left: 44px; right: 0; top: 0; height: 100%; display: flex; align-items: flex-end; gap: 8px; }
.dt-bar2-col { flex: 1; min-width: 0; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; position: relative; cursor: default; }
.dt-bar2-val { font-size: 10px; font-weight: 600; color: #b6c2cd; margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.dt-bar2 { width: 58%; max-width: 26px; border-radius: 7px; background: #a8cdec; transition: background .15s; min-height: 3px; }
.dt-bar2-col:hover .dt-bar2 { background: #5ba4dd; }
.dt-bar2-col.dt-peak .dt-bar2, .dt-bar2-col.dt-peak:hover .dt-bar2 { background: linear-gradient(180deg, #2fb1ea, #1878d0); }
.dt-bar2-col.dt-peak .dt-bar2-val { color: var(--dt-blue); }
.dt-bar2-tip { position: absolute; left: 50%; transform: translateX(-50%); background: #12283c; color: #fff; border-radius: 8px; padding: 6px 10px; font-size: 11.5px; white-space: nowrap; box-shadow: 0 6px 16px rgba(13,34,54,.25); pointer-events: none; opacity: 0; visibility: hidden; transition: opacity .15s; z-index: 5; }
.dt-bar2-tip b { font-variant-numeric: tabular-nums; }
.dt-bar2-tip span { color: #9db3c8; margin-left: 6px; }
.dt-bar2-col:hover .dt-bar2-tip { opacity: 1; visibility: visible; }
.dt-chart2-xlabels { display: flex; gap: 8px; margin-left: 44px; padding-top: 8px; }
.dt-chart2-xlabels > div { flex: 1; min-width: 0; text-align: center; overflow: hidden; white-space: nowrap; }
.dt-xlabel-day { font-size: 10.5px; font-weight: 600; color: var(--dt-muted); }
.dt-xlabel-date { font-size: 10px; color: var(--dt-grey); font-variant-numeric: tabular-nums; }
.dt-chart2-mini .dt-chart2-plot { height: 160px; }
.dt-chart2-mini .dt-chart2-grid, .dt-chart2-mini .dt-chart2-bars { left: 40px; }
.dt-chart2-mini .dt-chart2-ylabel { width: 30px; }
.dt-chart2-mini .dt-chart2-xlabels { margin-left: 40px; }
.dt-metric-value.dt-metric-warn { color: var(--dt-warn); }
.dt-empty { background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; box-shadow: 0 1px 2px rgba(13,34,54,.04); padding: 64px 32px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 6px; }
.dt-empty-icon { width: 72px; height: 72px; border-radius: 50%; background: #eaf3fb; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; position: relative; }
.dt-empty-icon > svg { width: 32px; height: 32px; color: var(--dt-blue); stroke-width: 1.6; }
.dt-empty-badge { position: absolute; top: -2px; right: -2px; width: 24px; height: 24px; border-radius: 50%; background: #fdf3e3; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; }
.dt-empty-badge svg { width: 13px; height: 13px; color: var(--dt-warn); stroke-width: 2.2; }
.dt-empty-title { font-size: 18px; font-weight: 700; color: var(--dt-ink); letter-spacing: -.01em; }
.dt-empty-text { font-size: 13.5px; color: var(--dt-muted); max-width: 420px; line-height: 1.55; }
.dt-btn-outline2 { display: inline-flex; align-items: center; gap: 8px; height: 38px; padding: 0 18px; border: 1px solid #d7dfe6; border-radius: 10px; background: #fff; color: var(--dt-blue); font-size: 13px; font-weight: 600; text-decoration: none; cursor: pointer; font-family: inherit; outline: none; }
.dt-btn-outline2:hover { background: #f8fbfd; border-color: #b9cede; color: var(--dt-blue); text-decoration: none; }
.dt-btn-outline2:focus { outline: none; }
.dt-btn-outline2:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-btn-outline2 svg { width: 15px; height: 15px; stroke-width: 1.8; flex: none; }
.dt-btn-outline2.dt-btn-sm { height: 34px; padding: 0 14px; border-radius: 9px; font-size: 12.5px; gap: 7px; }
.dt-btn-outline2.dt-btn-sm svg { width: 14px; height: 14px; }
.dt-empty .dt-btn-outline2 { margin-top: 16px; }
.dt-summary-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; box-shadow: 0 1px 2px rgba(13,34,54,.04); overflow: hidden; }
.dt-metric-strip { display: flex; flex-wrap: wrap; }
.dt-metric { flex: 1 1 0; box-sizing: border-box; min-width: 150px; padding: 16px 22px 14px; border-right: 1px solid #f0f4f8; }
.dt-metric:last-child { border-right: none; }
.dt-metric-label { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dt-grey); }
.dt-metric-value { font-size: 20px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; margin-top: 3px; }
.dt-metric-value small { font-size: 11.5px; font-weight: 400; color: var(--dt-grey); }
.dt-metric-value.dt-metric-blue { color: var(--dt-blue); }
.dt-progress-wrap { padding: 0 22px 16px; }
.dt-progress-caption { display: flex; justify-content: space-between; gap: 8px; font-size: 11px; font-weight: 600; color: var(--dt-grey); margin-bottom: 6px; }
.dt-progress-track { height: 6px; border-radius: 3px; background: #eef2f6; overflow: hidden; }
.dt-progress-fill { height: 100%; width: 0; border-radius: 3px; background: linear-gradient(90deg, var(--dt-cyan), var(--dt-blue)); }
.dt-table-foot { display: flex; justify-content: flex-end; align-items: center; gap: 24px; flex-wrap: wrap; padding: 14px 22px; background: #fafcfd; border-top: 1px solid var(--dt-line); }
.dt-table-foot .dt-foot-stat { display: inline-flex; align-items: baseline; gap: 7px; }
.dt-table-foot .dt-foot-label { font-size: 12px; color: var(--dt-grey); }
.dt-table-foot .dt-foot-value { font-size: 15px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.dt-table-foot .dt-vr { width: 1px; height: 22px; background: var(--dt-line); flex: none; }
.dt-table-foot .btn { height: 44px; padding: 0 26px; font-size: 14px; display: inline-flex; align-items: center; }
.dt-btn-ico { display: inline-flex; align-items: center; gap: 9px; }
.dt-btn-ico svg { width: 16px; height: 16px; stroke-width: 1.9; }
.dt-emoji { font-size: 20px; }
.dt-error-wrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; }
.dt-error-card { text-align: center; max-width: 460px; }
.dt-error-card img { max-width: 280px; width: 100%; margin-bottom: 20px; }
.dt-error-title { font-size: 22px; font-weight: 700; color: var(--dt-ink); margin-bottom: 8px; }
.dt-error-text { font-size: 14px; color: var(--dt-muted); margin-bottom: 18px; }
.select2-container { position: relative; display: inline-block; box-sizing: border-box; margin: 0; vertical-align: middle; }
.select2-container .select2-selection { display: block; box-sizing: border-box; cursor: pointer; user-select: none; -webkit-user-select: none; outline: 0; }
.select2-container .select2-selection__rendered { display: block; list-style: none; margin: 0; padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline; white-space: normal; }
.select2-container .select2-search--inline { float: left; }
.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; background: transparent; outline: 0; -webkit-appearance: textfield; }
.select2-dropdown { position: absolute; left: -100000px; display: block; box-sizing: border-box; width: 100%; z-index: 1051; background: #fff; }
.select2-container--open .select2-dropdown { left: 0; }
.select2-container--open .select2-dropdown--above { border-bottom: none; }
.select2-container--open .select2-dropdown--below { border-top: none; }
.select2-results { display: block; }
.select2-results__options { list-style: none; margin: 0; padding: 0; max-height: 240px; overflow-y: auto; }
.select2-results__option { user-select: none; -webkit-user-select: none; cursor: pointer; }
.select2-results__option[aria-disabled=true] { cursor: default; color: var(--dt-grey); }
.select2-search--dropdown { display: block; }
.select2-search--dropdown .select2-search__field { width: 100%; box-sizing: border-box; outline: 0; }
.select2-search--dropdown.select2-search--hide { display: none; }
.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; }
.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }
.select2-selection__clear { cursor: pointer; float: right; font-weight: 700; }
.datepicker { direction: ltr; }
.datepicker.dropdown-menu { min-width: auto; z-index: 1060; }
.datepicker table { margin: 0; user-select: none; -webkit-user-select: none; }
.datepicker table tr td, .datepicker table tr th { cursor: pointer; }
.datepicker table tr td span { display: block; float: left; width: 23%; height: 44px; line-height: 44px; margin: 1%; cursor: pointer; }
.datepicker .datepicker-switch { width: 145px; }
.datepicker .prev.disabled, .datepicker .next.disabled { visibility: hidden; }
.datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; }
.dt-pub-wrap { min-height: 100vh; background: #f2f5f8; display: flex; align-items: center; justify-content: center; padding: 28px 16px; }
.dt-pub-card { width: 100%; max-width: 440px; background: #fff; border: 1px solid #e6ebf0; border-radius: 14px; padding: 36px 32px; text-align: center; }
.dt-pub-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.dt-pub-icon-ok { background: #e8f5ee; }
.dt-pub-icon-err { background: #fdeceb; }
.dt-pub-icon-info { background: #eaf3fb; }
.dt-pub-icon-pending { background: #fdf3e7; }
.dt-pub-title { font-size: 22px; font-weight: 700; letter-spacing: -.01em; color: #17222d; margin: 0 0 8px; }
.dt-pub-title small { display: block; font-size: 15px; font-weight: 500; color: #5b6b7a; margin-top: 4px; }
.dt-pub-text { font-size: 14.5px; line-height: 1.55; color: #5b6b7a; margin: 0 0 24px; }
.dt-pub-text b { color: #17222d; }
.dt-pub-text a { color: #1878d0; }
.dt-pub-btn { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 320px; margin: 0 auto 10px; height: 48px; border-radius: 11px; background: #1878d0; border: none; color: #fff; font-size: 15px; font-weight: 600; text-align: center; text-decoration: none; cursor: pointer; }
.dt-pub-btn:hover, .dt-pub-btn:focus { background: #12639e; color: #fff; text-decoration: none; }
.dt-pub-btn-outline { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 320px; margin: 0 auto 10px; height: 48px; border-radius: 11px; background: #fff; border: 1px solid #cfdae4; color: #17222d; font-size: 15px; font-weight: 600; text-decoration: none; cursor: pointer; }
.dt-pub-btn-outline:hover, .dt-pub-btn-outline:focus { border-color: #1878d0; color: #1878d0; text-decoration: none; }
.dt-pub-btn-brand { border-color: #1878d0; color: #1878d0; }
.dt-pub-powered { display: flex; align-items: center; justify-content: center; gap: 8px; font-size: 12.5px; color: #8fa0af; margin-top: 22px; }
.dt-pub-powered img { height: 18px; }
.dt-pub-note { font-size: 12.5px; color: #8fa0af; margin-top: 16px; }
.dt-pub-venue-logo { max-height: 88px; max-width: 200px; margin: 0 auto 18px; display: block; }
.dt-doc-topbar { background: #fff; border-bottom: 1px solid #e6ebf0; padding: 18px 0; display: flex; justify-content: center; }
.dt-doc-topbar img { height: 26px; }
.dt-seg.dt-doc-lang { position: absolute; top: 20px; right: 20px; left: auto; margin: 0; z-index: 5; }
.dt-doc-wrap { background: #f2f5f8; min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding: 36px 24px; }
.dt-doc-card { background: #fff; border: 1px solid #e6ebf0; border-radius: 14px; padding: 40px 48px; max-width: 720px; width: 100%; position: relative; }
.dt-doc-card h1, .dt-doc-card h3 { font-size: 24px; font-weight: 700; text-align: center; margin: 0 0 18px; color: #17222d; }
.dt-doc-card h2, .dt-doc-card h4 { font-size: 16px; font-weight: 700; margin: 26px 0 10px; color: #17222d; }
.dt-doc-card p { font-size: 14px; line-height: 1.65; color: #3c4a58; margin: 0 0 10px; }
.dt-doc-card a { color: #1878d0; }
@media (max-width: 767.98px) {
  .dt-doc-wrap { padding: 20px 12px; }
  .dt-doc-card { padding: 24px 20px; }
}
@media (max-width: 519.98px) {
  .dt-pub-card { padding: 24px 20px; }
}
@media (max-width: 1023.98px) {
  .dt-sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 280px; height: auto; transform: translateX(-102%); transition: transform .2s ease; }
  body.dt-sidebar-open .dt-sidebar { transform: translateX(0); }
  .dt-topbar-mobile { display: flex; }
  .dt-main { padding: 76px 16px 32px; }
  .dt-form-grid, .dt-form-grid.dt-inline { grid-template-columns: 1fr; }
  .dt-form-submit .btn { width: 100%; }
  .dt-actionbar .btn { width: 100%; justify-content: center; }
  .dt-actionbar { gap: 14px; }
  .dt-table-foot { justify-content: flex-start; gap: 14px; }
  .dt-table-foot .btn { width: 100%; justify-content: center; }
  .dt-toolbar-search { flex: 1 1 100%; max-width: none; }
  .dt-toolbar-input { height: 44px; font-size: 14px; }
  .dt-toolbar-chips { overflow-x: auto; max-width: 100%; padding-bottom: 2px; }
  .dt-toolbar-chips .btn-pill { flex: none; height: 34px; min-height: 0; }
  .dt-toolbar-count { flex: 1 1 100%; margin-left: 0; font-size: 12px; }
}
@media (max-width: 767.98px) {
  .dt-hide-sm, .dt-lead-text .dt-lead-sub.dt-hide-sm { display: none; }
  .dt-lead-text .dt-lead-sub.dt-lead-email { display: block; }
}
.dt-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid var(--dt-line); }
.dt-head-rating { display: flex; align-items: center; gap: 12px; }
.dt-head-rating .dt-rating-num { font-size: 34px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; letter-spacing: -.02em; line-height: 1; }
.dt-head-rating .dt-rating-col { display: flex; flex-direction: column; gap: 2px; }
.dt-head-rating .dt-rating-stars { font-size: 19px; letter-spacing: 3px; color: var(--dt-warn); line-height: 1; }
.dt-head-rating .dt-rating-stars .dt-star-empty { color: #e4e9ee; }
.dt-head-rating .dt-rating-count { font-size: 11.5px; color: var(--dt-grey); }
.dt-sum { list-style: none; cursor: pointer; }
.dt-sum::-webkit-details-marker { display: none; }
.dt-chev { display: inline-flex; flex: none; transition: transform .15s; color: var(--dt-muted); }
.dt-chev svg { width: 16px; height: 16px; }
details[open] > .dt-sum .dt-chev { transform: rotate(180deg); }
.dt-how { background: #eaf3fb; border: 1px solid #cfe4f6; border-radius: 12px; }
.dt-how > .dt-sum { display: flex; align-items: center; gap: 12px; padding: 14px 18px; }
.dt-how-chip { width: 34px; height: 34px; border-radius: 9px; background: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; color: var(--dt-blue); }
.dt-how-chip svg { width: 17px; height: 17px; stroke-width: 1.8; }
.dt-how-title { flex: 1; font-size: 14px; font-weight: 700; color: #2c4257; }
.dt-how-steps { padding: 4px 18px 18px; display: flex; align-items: stretch; }
.dt-how-step { flex: 1; background: #fff; border: 1px solid #cfe4f6; border-radius: 10px; padding: 12px 14px; }
.dt-how-step-num { font-size: 11px; font-weight: 700; color: var(--dt-blue); }
.dt-how-step-title { font-size: 13px; font-weight: 700; color: var(--dt-ink); margin: 2px 0; }
.dt-how-step-text { font-size: 12px; color: var(--dt-muted); line-height: 1.45; }
.dt-how-arrow { align-self: center; padding: 0 6px; color: var(--dt-grey); }
.dt-qs-band { display: flex; gap: 16px; align-items: flex-start; }
.dt-qs-card { flex: 1.15; min-width: 0; background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; padding: 20px 22px; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-qs-card > .dt-sum { display: flex; align-items: center; gap: 12px; }
.dt-qs-head { flex: 1; min-width: 0; }
.dt-qs-card .dt-card-title { display: block; margin-bottom: 4px; }
.dt-qs-sub { display: block; font-size: 12.5px; color: var(--dt-grey); }
.dt-qs-rows { display: flex; flex-direction: column; margin-top: 14px; }
.dt-qs-row { display: flex; align-items: flex-start; gap: 12px; padding: 11px 10px; border-radius: 10px; border-bottom: 1px solid #f0f4f8; }
.dt-qs-row:last-child { border-bottom: none; }
.dt-qs-row:hover { background: #f8fbfd; }
.dt-qs-mark { width: 22px; height: 22px; border-radius: 50%; flex: none; margin-top: 1px; display: inline-flex; align-items: center; justify-content: center; background: #c3ccd4; color: #fff; font-size: 11px; font-weight: 700; }
.dt-qs-row .dt-qs-c { display: none; }
.dt-qs-row.dt-done .dt-qs-mark { background: var(--dt-ok); }
.dt-qs-row.dt-done .dt-qs-n { display: none; }
.dt-qs-row.dt-done .dt-qs-c { display: inline; }
.dt-qs-text { flex: 1; min-width: 0; }
.dt-qs-title { display: block; font-size: 13.5px; font-weight: 600; color: var(--dt-ink); }
.dt-qs-row.dt-done .dt-qs-title { color: var(--dt-grey); text-decoration: line-through; }
.dt-qs-desc { display: block; font-size: 12px; color: var(--dt-grey); line-height: 1.45; }
.dt-qs-link { font-size: 12px; font-weight: 600; white-space: nowrap; margin-top: 2px; }
.dt-side-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.dt-tile-row { display: flex; gap: 12px; }
.dt-tile { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; padding: 16px 18px; box-shadow: 0 1px 2px rgba(13,34,54,.04); display: block; }
a.dt-tile:hover { border-color: var(--dt-blue); text-decoration: none; }
.dt-tile-label { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dt-grey); display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.dt-tile-arrow { color: var(--dt-blue); font-size: 12px; letter-spacing: 0; }
a.dt-tile-arrow { text-decoration: none; }
a.dt-tile-arrow:hover { text-decoration: none; transform: translateX(2px); display: inline-block; }
.dt-tile-value { font-size: 22px; font-weight: 700; color: var(--dt-ink); font-variant-numeric: tabular-nums; margin-top: 4px; }
.dt-tile-value.dt-warn { color: var(--dt-warn); }
.dt-tile-value small { font-size: 12px; font-weight: 400; color: var(--dt-grey); }
.dt-qr-card.dt-qr-xs { padding: 20px 22px; align-items: center; min-width: 0; }
.dt-qr-card.dt-qr-xs .dt-qr-frame { padding: 5px; border-radius: 10px; }
.dt-qr-card.dt-qr-xs .dt-qr-img { width: 96px; height: 96px; }
.dt-qr-card.dt-qr-xs .dt-qr-title { font-size: 13.5px; }
.dt-qr-card.dt-qr-xs p { font-size: 12px; margin: 4px 0 8px; }
.dt-qr-id { font-size: 12px; color: #3c4a58; margin-bottom: 10px; }
.dt-sect-title { font-size: 15px; font-weight: 700; color: var(--dt-ink); margin-bottom: 4px; }
.dt-sect-sub { font-size: 12.5px; color: var(--dt-grey); margin-bottom: 14px; }
.dt-dir-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; align-items: start; }
.dt-dir-card { background: #fff; border: 1px solid var(--dt-line); border-radius: 14px; box-shadow: 0 1px 2px rgba(13,34,54,.04); }
.dt-dir-card > .dt-sum { display: flex; align-items: center; gap: 11px; padding: 16px 18px; }
.dt-dir-chip { width: 32px; height: 32px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.dt-dir-chip svg { width: 16px; height: 16px; stroke-width: 1.9; }
.dt-dir-chip.dt-chip-blue { background: #eaf3fb; color: var(--dt-blue); }
.dt-dir-chip.dt-chip-amber { background: #fdf3e3; color: var(--dt-warn); }
.dt-dir-chip.dt-chip-green { background: #e7f6ee; color: var(--dt-ok); }
.dt-dir-head { flex: 1; min-width: 0; }
.dt-dir-title { display: block; font-size: 13.5px; font-weight: 700; color: var(--dt-ink); }
.dt-dir-sub { display: block; font-size: 12px; color: var(--dt-grey); }
.dt-dir-card .dt-chev svg { width: 15px; height: 15px; }
.dt-dir-body { padding: 0 18px 16px; font-size: 12.5px; color: var(--dt-muted); line-height: 1.55; }
.dt-dir-body b { color: #3c4a58; }
@media (max-width: 899.98px) {
  .dt-qs-band { flex-direction: column; }
  .dt-qs-band .dt-qs-card, .dt-qs-band .dt-side-col { width: 100%; flex: none; box-sizing: border-box; }
}
@media (max-width: 767.98px) {
  .dt-dir-grid { grid-template-columns: 1fr; }
  .dt-how-steps { flex-direction: column; gap: 8px; }
  .dt-how-arrow { display: none; }
}
.dt-sa-controls { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.dt-sa-stepper { display: flex; align-items: center; gap: 8px; }
.dt-sa-stepbtn { width: 44px; height: 44px; border: 1px solid #d7dfe6; border-radius: 10px; background: #fff; font-size: 18px; color: #3c4a58; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; padding: 0; flex: none; outline: none; }
.dt-sa-stepbtn:hover { border-color: var(--dt-blue); color: var(--dt-blue); text-decoration: none; }
.dt-sa-stepbtn:focus { outline: none; }
.dt-sa-stepbtn:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-sa-stepbtn.dt-sa-stepdis { color: #c1ccd6; cursor: default; pointer-events: none; }
.dt-sa-month { font-size: 16px; font-weight: 700; color: var(--dt-ink); min-width: 104px; text-align: center; }
.dt-sa-weektabs { display: inline-flex; flex-wrap: nowrap; overflow-x: auto; max-width: 100%; }
.dt-sa-weektabs button { white-space: nowrap; flex: none; }
.dt-sa-weektabs .dt-sa-tab-short { display: none; }
.dt-sa-spacer { flex: 1; }
.dt-sa-copy { display: inline-flex; align-items: center; gap: 8px; height: 44px; padding: 0 18px; border: 1px solid #d7dfe6; border-radius: 10px; background: #fff; color: var(--dt-blue); font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; white-space: nowrap; outline: none; }
.dt-sa-copy:hover { border-color: var(--dt-blue); }
.dt-sa-copy:focus { outline: none; }
.dt-sa-copy:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-sa-copy:disabled { color: #c1ccd6; cursor: default; border-color: #d7dfe6; }
.dt-sa-empty { padding: 56px 32px; border-radius: 14px; }
.dt-sa-empty .dt-empty-icon { width: 64px; height: 64px; margin-bottom: 10px; }
.dt-sa-empty .dt-empty-icon > svg { width: 28px; height: 28px; }
.dt-sa-empty .dt-empty-title { font-size: 17px; }
.dt-sa-grid { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; box-shadow: 0 1px 2px rgba(13,34,54,.04); overflow: hidden; user-select: none; -webkit-user-select: none; }
.dt-sa-row { display: flex; border-top: 1px solid #f0f4f8; }
.dt-sa-row.dt-sa-head { background: #fafcfd; border-top: none; border-bottom: 1px solid var(--dt-line); }
.dt-sa-name-h { width: 240px; flex: none; padding: 12px 12px 12px 20px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--dt-grey); display: flex; align-items: center; box-sizing: border-box; }
.dt-sa-days { flex: 1; display: flex; min-width: 0; }
.dt-sa-dayhead { flex: 1; min-width: 64px; padding: 10px 0 11px; border: none; border-left: 1px solid #f0f4f8; background: transparent; cursor: pointer; display: flex; flex-direction: column; align-items: center; gap: 2px; font-family: inherit; color: var(--dt-grey); outline: none; }
.dt-sa-dayhead span:first-child { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.dt-sa-dayhead span:last-child { font-size: 15px; font-weight: 700; color: var(--dt-ink); }
.dt-sa-dayhead.dt-sa-wknd { background: #f1f3f6; color: #b08324; }
.dt-sa-dayhead:focus { outline: none; }
.dt-sa-dayhead:focus-visible { box-shadow: inset 0 0 0 3px rgba(24,120,208,.22); }
.dt-sa-name { width: 240px; flex: none; padding: 7px 12px 7px 20px; display: flex; align-items: center; gap: 10px; cursor: pointer; box-sizing: border-box; min-width: 0; }
.dt-sa-name:hover { background: #f8fbfd; }
.dt-sa-ava { width: 30px; height: 30px; border-radius: 50%; background: #eaf3fb; color: var(--dt-blue); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 12px; flex: none; }
.dt-sa-empname { font-size: 13.5px; font-weight: 600; color: var(--dt-ink); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dt-sa-allweek { display: none; border: none; background: #eaf3fb; color: var(--dt-blue); border-radius: 8px; padding: 9px 12px; font-size: 12px; font-weight: 600; cursor: pointer; font-family: inherit; white-space: nowrap; outline: none; }
.dt-sa-allweek:focus { outline: none; }
.dt-sa-allweek:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-sa-cell { flex: 1; min-width: 64px; height: 48px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-left: 1px solid #f0f4f8; margin: 0; position: relative; }
.dt-sa-cell.dt-sa-wknd { background: rgba(13,34,54,.045); }
.dt-sa-cell .dt-sa-chiptxt { display: none; }
.dt-matrix-lg input[type="checkbox"] { width: 22px; height: 22px; border-radius: 6px; }
.dt-matrix-lg input[type="checkbox"]:checked { background-size: 14px; }
.dt-sa-wk-0 .dt-sa-days > [data-week]:not([data-week="0"]) { display: none; }
.dt-sa-wk-1 .dt-sa-days > [data-week]:not([data-week="1"]) { display: none; }
.dt-sa-wk-2 .dt-sa-days > [data-week]:not([data-week="2"]) { display: none; }
.dt-sa-wk-3 .dt-sa-days > [data-week]:not([data-week="3"]) { display: none; }
.dt-sa-wk-4 .dt-sa-days > [data-week]:not([data-week="4"]) { display: none; }
.dt-sa-wk-5 .dt-sa-days > [data-week]:not([data-week="5"]) { display: none; }
.dt-sa-savebar { display: none; position: sticky; bottom: 12px; background: #fff; border: 1px solid #e1e8ee; border-radius: 12px; box-shadow: 0 10px 30px rgba(13,34,54,.16); padding: 10px 10px 10px 20px; align-items: center; gap: 14px; flex-wrap: wrap; z-index: 10; }
.dt-sa-savebar.show { display: flex; }
.dt-sa-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--dt-warn); flex: none; }
.dt-sa-savemsg { font-size: 13.5px; font-weight: 600; color: var(--dt-ink); }
.dt-sa-discard { height: 44px; padding: 0 20px; border: 1px solid #d7dfe6; border-radius: 10px; background: #fff; color: #3c4a58; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; outline: none; }
.dt-sa-discard:hover { border-color: var(--dt-blue); color: var(--dt-blue); }
.dt-sa-discard:focus { outline: none; }
.dt-sa-discard:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
.dt-sa-save { height: 44px; padding: 0 26px; border: none; border-radius: 10px; background: var(--dt-blue); color: #fff; font-size: 13.5px; font-weight: 600; cursor: pointer; font-family: inherit; outline: none; }
.dt-sa-save:hover { background: var(--dt-blue-dark); }
.dt-sa-save:focus { outline: none; }
.dt-sa-save:focus-visible { box-shadow: 0 0 0 3px rgba(24,120,208,.35); }
@media (min-width: 700px) and (max-width: 899.98px) {
  .dt-sa-name, .dt-sa-name-h { width: 170px; }
}
@media (max-width: 1023.98px) {
  .dt-sa-weektabs .dt-sa-tab-full { display: none; }
  .dt-sa-weektabs .dt-sa-tab-short { display: inline; }
}
@media (max-width: 699.98px) {
  .dt-sa-grid { background: transparent; border: none; border-radius: 0; box-shadow: none; overflow: visible; display: flex; flex-direction: column; gap: 12px; }
  .dt-sa-row.dt-sa-head { display: none; }
  .dt-sa-row { background: #fff; border: 1px solid var(--dt-line); border-radius: 12px; box-shadow: 0 1px 2px rgba(13,34,54,.04); padding: 14px; flex-direction: column; gap: 10px; }
  .dt-sa-name { width: auto; padding: 0; cursor: default; gap: 10px; }
  .dt-sa-name:hover { background: transparent; }
  .dt-sa-empname { font-weight: 700; flex: 1; }
  .dt-sa-allweek { display: inline-flex; }
  .dt-sa-days { flex-wrap: wrap; gap: 6px; }
  .dt-sa-cell { flex: none; min-width: 0; height: 44px; padding: 0 13px; border-radius: 22px; border: 1px solid #d7dfe6; background: #fff; color: #3c4a58; font-size: 13px; font-weight: 600; display: inline-flex; }
  .dt-sa-cell.dt-sa-wknd { background: #f1f4f7; }
  .dt-sa-cell .dt-sa-chiptxt { display: inline; white-space: nowrap; }
  .dt-sa-cell input[type="checkbox"] { position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0; border: none; pointer-events: none; }
  .dt-sa-cell:has(input[type="checkbox"]:checked) { background: var(--dt-blue); border-color: var(--dt-blue); color: #fff; }
  .dt-sa-cell:has(input[type="checkbox"]:focus-visible) { box-shadow: 0 0 0 3px rgba(24,120,208,.22); }
}
