.pd-43231acc-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 100%;
    box-sizing: border-box;
}

.pd-43231acc-left {
    flex: 1;
}

.pd-43231acc-pre-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.pd-43231acc-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 40px 0;
    color: #1a1a1a;
}

.pd-43231acc-table {
    display: flex;
    flex-direction: column;
}

.pd-43231acc-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.pd-43231acc-cell-label {
    color: #8c8c8c;
    font-weight: 400;
}

.pd-43231acc-cell-value {
    color: #111111;
    font-weight: 700;
    text-align: right;
    max-width: 60%;
}

.pd-43231acc-right {
    flex: 0 0 380px;
    perspective: 1000px;
}

.pd-43231acc-card {
    background-color: #24332c;
    border-radius: 4px;
    padding: 40px 30px;
    color: #ffffff;
    box-sizing: border-box;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Animations status styles */
.pd-43231acc-card.pd-43231acc-animate-init {
    opacity: 0;
    transform: translateY(40px);
}

.pd-43231acc-card.pd-43231acc-animate-active {
    opacity: 1;
    transform: translateY(0);
}

.pd-43231acc-card-pre {
    color: #c29b53;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
}

.pd-43231acc-card-rating-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 16px;
}

.pd-43231acc-card-rating {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
}

.pd-43231acc-card-unit {
    font-size: 13px;
    color: #8fa097;
}

/* Energy Scale Bar */
.pd-43231acc-scale-wrap {
    position: relative;
    margin-bottom: 40px;
    padding-top: 10px;
}

.pd-43231acc-scale {
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #6ec06e 0%, #d8ca4c 50%, #e65c5c 100%);
    width: 100%;
}

.pd-43231acc-scale-marker {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    transition: transform 1.2s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom center;
}

/* Activate scale marker on active animation */
.pd-43231acc-card.pd-43231acc-animate-active .pd-43231acc-scale-marker {
    transform: translateX(-50%) scaleY(1);
    left: var(--marker-pos, 50%);
}

.pd-43231acc-card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.pd-43231acc-card-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.pd-43231acc-card-row span {
    color: #8fa097;
}

.pd-43231acc-card-row strong {
    color: #ffffff;
    font-weight: 600;
}

.pd-43231acc-card-note {
    font-size: 11px;
    color: #687e74;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .pd-43231acc-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .pd-43231acc-right {
        flex: 1;
        width: 100%;
    }
}
