.td-vip-indicator-list--volume-profile {
    display: grid;
    gap: 16px;
}

.td-vip-vrvp-card {
    border: 1px solid rgba(125, 211, 252, 0.42);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.94));
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.td-vip-vrvp-card--hero .td-vip-indicator-guide {
    margin-top: 12px;
}

.td-vip-vrvp-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.05rem;
}

.td-vip-vrvp-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.td-vip-vrvp-chip-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.td-vip-vrvp-chip,
.td-vip-vrvp-overlay-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(96, 165, 250, 0.34);
    background: rgba(240, 249, 255, 0.95);
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.td-vip-vrvp-card--tabs {
    padding: 16px;
}

.td-vip-vrvp-tab-row,
.td-vip-vrvp-preset-row {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-vip-vrvp-preset-row {
    margin-top: 10px;
}

.td-vip-vrvp-tab,
.td-vip-vrvp-preset-btn {
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 14px;
    background: #fff;
    color: #0f172a;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.18s ease;
}

.td-vip-vrvp-tab:hover,
.td-vip-vrvp-tab:focus-visible,
.td-vip-vrvp-preset-btn:hover,
.td-vip-vrvp-preset-btn:focus-visible {
    border-color: rgba(56, 189, 248, 0.58);
    background: rgba(240, 249, 255, 0.98);
    outline: none;
}

.td-vip-vrvp-tab.is-active {
    background: linear-gradient(180deg, #0f172a, #1e293b);
    border-color: #0f172a;
    color: #fff;
}

.td-vip-vrvp-tab-panel {
    margin-top: 14px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(191, 219, 254, 0.7);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.95));
}

.td-vip-vrvp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.td-vip-vrvp-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.td-vip-vrvp-field span,
.td-vip-vrvp-stat span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.td-vip-vrvp-field input,
.td-vip-vrvp-field select {
    min-height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(255, 255, 255, 0.98);
    color: #0f172a;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
}

.td-vip-vrvp-field input[type="color"] {
    padding: 5px;
}

.td-vip-vrvp-toggle-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.td-vip-vrvp-check {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.26);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 13px;
    font-weight: 600;
}

.td-vip-vrvp-check input {
    margin: 0;
}

.td-vip-vrvp-range-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.td-vip-vrvp-stat {
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(191, 219, 254, 0.7);
    background: rgba(255, 255, 255, 0.96);
}

.td-vip-vrvp-stat strong {
    display: block;
    margin-top: 4px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
}

.td-vip-vrvp-note,
.td-vip-vrvp-empty {
    margin: 12px 0 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.65;
}

.td-vip-vrvp-inline-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.td-vip-vrvp-action-btn {
    border: 1px solid rgba(56, 189, 248, 0.38);
    border-radius: 12px;
    background: rgba(240, 249, 255, 0.98);
    color: #0f172a;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.td-vip-vrvp-inline-note {
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
}

.td-vip-vrvp-range-inline {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 12px;
}

.td-vip-vrvp-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 8;
}

.td-vip-vrvp-overlay.is-hidden {
    display: none;
}

.td-vip-vrvp-overlay-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.td-vip-vrvp-row {
    opacity: 0.92;
}

.td-vip-vrvp-row-value {
    fill: rgba(255, 255, 255, 0.9);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.td-vip-vrvp-price-line line {
    stroke-width: 1.35;
    stroke-linecap: round;
    stroke-dasharray: 0;
}

.td-vip-vrvp-price-line.is-vah line,
.td-vip-vrvp-price-line.is-val line {
    stroke-dasharray: 4 4;
}

.td-vip-vrvp-price-line text {
    fill: #0f172a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.td-vip-vrvp-dev-poc {
    fill: none;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 0.92;
    stroke-dasharray: 4 3;
}

.td-vip-vrvp-range-edge {
    stroke: rgba(59, 130, 246, 0.34);
    stroke-width: 1.2;
    stroke-dasharray: 4 4;
}

.td-vip-vrvp-range-handle {
    pointer-events: all;
    cursor: ew-resize;
}

.td-vip-vrvp-range-handle circle {
    fill: #fff;
    stroke: #0f172a;
    stroke-width: 2;
    filter: drop-shadow(0 6px 10px rgba(15, 23, 42, 0.18));
}

.td-vip-vrvp-overlay-summary {
    position: absolute;
    top: 10px;
    right: 82px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 52%;
}

body.td-vip-body.is-night-mode .td-vip-vrvp-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.92));
    border-color: rgba(56, 189, 248, 0.24);
    box-shadow: 0 16px 36px rgba(2, 6, 23, 0.4);
}

body.td-vip-body.is-night-mode .td-vip-vrvp-tab-panel,
body.td-vip-body.is-night-mode .td-vip-vrvp-stat,
body.td-vip-body.is-night-mode .td-vip-vrvp-field input,
body.td-vip-body.is-night-mode .td-vip-vrvp-field select,
body.td-vip-body.is-night-mode .td-vip-vrvp-check,
body.td-vip-body.is-night-mode .td-vip-vrvp-tab,
body.td-vip-body.is-night-mode .td-vip-vrvp-preset-btn {
    background: rgba(15, 23, 42, 0.96);
    color: #e2e8f0;
    border-color: rgba(100, 116, 139, 0.3);
}

body.td-vip-body.is-night-mode .td-vip-vrvp-tab.is-active {
    background: linear-gradient(180deg, #38bdf8, #2563eb);
    border-color: #38bdf8;
    color: #fff;
}

body.td-vip-body.is-night-mode .td-vip-vrvp-field span,
body.td-vip-body.is-night-mode .td-vip-vrvp-stat span,
body.td-vip-body.is-night-mode .td-vip-vrvp-note,
body.td-vip-body.is-night-mode .td-vip-vrvp-empty {
    color: #94a3b8;
}

body.td-vip-body.is-night-mode .td-vip-vrvp-stat strong,
body.td-vip-body.is-night-mode .td-vip-vrvp-copy strong,
body.td-vip-body.is-night-mode .td-vip-vrvp-price-line text {
    color: #f8fafc;
    fill: #f8fafc;
}

body.td-vip-body.is-night-mode .td-vip-vrvp-action-btn {
    background: rgba(15, 23, 42, 0.96);
    color: #e2e8f0;
    border-color: rgba(56, 189, 248, 0.32);
}

body.td-vip-body.is-night-mode .td-vip-vrvp-inline-note {
    color: #94a3b8;
}

body.td-vip-body.is-night-mode .td-vip-vrvp-chip,
body.td-vip-body.is-night-mode .td-vip-vrvp-overlay-pill {
    background: rgba(15, 23, 42, 0.94);
    border-color: rgba(56, 189, 248, 0.34);
    color: #7dd3fc;
}

@media (max-width: 1360px) {
    .td-vip-vrvp-overlay-summary {
        max-width: 60%;
    }
}

@media (max-width: 960px) {
    .td-vip-vrvp-grid,
    .td-vip-vrvp-toggle-grid,
    .td-vip-vrvp-range-grid,
    .td-vip-vrvp-range-inline,
    .td-vip-vrvp-tab-row,
    .td-vip-vrvp-preset-row {
        grid-template-columns: 1fr;
    }

    .td-vip-vrvp-overlay-summary {
        left: 10px;
        right: 10px;
        max-width: none;
        justify-content: flex-start;
    }
}
