.tsc-card-7fe45c76 {
    background-color: #1a1f2c;
    border-radius: 20px;
    padding: 30px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.tsc-box-7fe45c76 {
    background-color: #1e2433;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tsc-box-header-7fe45c76 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.tsc-dot-7fe45c76 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.blue-dot-7fe45c76 {
    background-color: #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.green-dot-7fe45c76 {
    background-color: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.tsc-box-title-7fe45c76 {
    font-size: 18px;
    font-weight: 600;
    color: #f3f4f6;
}

.tsc-box-body-7fe45c76 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.tsc-stat-main-7fe45c76 {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tsc-stat-col-7fe45c76 {
    display: flex;
    flex-direction: column;
}

.tsc-label-7fe45c76 {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.tsc-val-7fe45c76 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: baseline;
    line-height: 1.1;
}

.tsc-val-7fe45c76 .unit-7fe45c76 {
    font-size: 16px;
    color: #9ca3af;
    font-weight: 500;
    margin-left: 4px;
}

.tsc-arrow-7fe45c76 {
    font-size: 20px;
    color: #4b5563;
}

.blue-text-7fe45c76 {
    color: #3b82f6 !important;
}

.green-text-7fe45c76 {
    color: #10b981 !important;
}

/* Delta Badges */
.tsc-delta-container-7fe45c76 {
    border-radius: 12px;
    padding: 14px 20px;
    text-align: right;
    min-width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.power-delta-box-7fe45c76 {
    background-color: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.15);
}

.torque-delta-box-7fe45c76 {
    background-color: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.15);
}

.tsc-delta-label-7fe45c76 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.power-delta-lbl-7fe45c76 {
    color: #10b981;
}

.torque-delta-lbl-7fe45c76 {
    color: #ef4444;
}

.tsc-delta-value-7fe45c76 {
    font-size: 24px;
    font-weight: 700;
}

.power-delta-box-7fe45c76 .tsc-delta-value-7fe45c76 {
    color: #10b981;
}

.torque-delta-box-7fe45c76 .tsc-delta-value-7fe45c76 {
    color: #ef4444;
}

/* Graph container */
.tsc-chart-container-7fe45c76 {
    background-color: #1e2433;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    height: 320px;
    width: 100%;
    box-sizing: border-box;
}

/* Divider */
.tsc-divider-7fe45c76 {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin: 30px 0;
}

/* Sliders */
.tsc-sliders-7fe45c76 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tsc-slider-row-7fe45c76 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media (max-width: 600px) {
    .tsc-slider-row-7fe45c76 {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.tsc-slider-col-7fe45c76 {
    display: flex;
    flex-direction: column;
}

.tsc-slider-header-7fe45c76 {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 10px;
    font-weight: 500;
}

.tsc-slider-header-7fe45c76 strong {
    color: #ffffff;
}

/* Slider Custom Styling */
.tsc-range-7fe45c76 {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #2d3748;
    outline: none;
    cursor: pointer;
}

/* Range Tracks dynamic backgrounds handled in JS */
.tsc-range-7fe45c76::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    transition: transform 0.1s ease;
}

.tsc-range-7fe45c76::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    transition: transform 0.1s ease;
}

.tsc-range-7fe45c76:active::-webkit-slider-thumb {
    transform: scale(1.2);
}

.tsc-range-7fe45c76:active::-moz-range-thumb {
    transform: scale(1.2);
}

/* Color specificity for thumbs */
.blue-range-7fe45c76::-webkit-slider-thumb {
    background: #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.blue-range-7fe45c76::-moz-range-thumb {
    background: #3b82f6;
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.green-range-7fe45c76::-webkit-slider-thumb {
    background: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.green-range-7fe45c76::-moz-range-thumb {
    background: #10b981;
    box-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}
