/**
 * 오행 & 용신 스타일
 */

.soh-container {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
    padding: 20px 0 !important;
}

.soh-header-wrap {
    background: #fffdf7 !important;
    border: 3px double #8B7355 !important;
    outline: 1px solid #8B7355 !important;
    outline-offset: 4px !important;
    position: relative !important;
    padding: 24px 20px !important;
    margin: 24px 16px 16px !important;
    text-align: center !important;
}

.soh-header-wrap::before,
.soh-header-wrap::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-color: #8B7355 !important;
    border-style: solid !important;
}

.soh-header-wrap::before {
    bottom: 6px !important;
    left: 6px !important;
    border-width: 0 0 2px 2px !important;
}

.soh-header-wrap::after {
    bottom: 6px !important;
    right: 6px !important;
    border-width: 0 2px 2px 0 !important;
}

.soh-section-wrap {
    text-align: center !important;
}

.soh-title {
    font-family: 'Song Myung', serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
}

.soh-bp {
    background: #fffdf7 !important;
    border: 3px double #8B7355 !important;
    outline: 1px solid #8B7355 !important;
    outline-offset: 4px !important;
    position: relative !important;
    padding: 20px 16px !important;
    margin: 16px 16px !important;
}

.soh-bp::before,
.soh-bp::after {
    content: '' !important;
    position: absolute !important;
    width: 12px !important;
    height: 12px !important;
    border-color: #8B7355 !important;
    border-style: solid !important;
}

.soh-bp::before {
    bottom: 6px !important;
    left: 6px !important;
    border-width: 0 0 2px 2px !important;
}

.soh-bp::after {
    bottom: 6px !important;
    right: 6px !important;
    border-width: 0 2px 2px 0 !important;
}

.soh-section-title {
    font-family: 'Song Myung', serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
    margin-bottom: 4px !important;
}

.soh-section-desc {
    font-size: 18px !important;
    color: #8b95a1 !important;
    margin-bottom: 16px !important;
}

.soh-five-diagram {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}

.soh-five-diagram svg {
    width: 100% !important;
    height: auto !important;
}

.soh-geuk {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.soh-geuk.soh-anim {
    opacity: 1;
}

.soh-vbars {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: flex-end !important;
    padding: 24px 0 0 !important;
    gap: 10px !important;
}

.soh-vbar-col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 1 0% !important;
    border-radius: 10px !important;
}

.soh-vbar-track {
    width: 100% !important;
    height: 160px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    position: relative !important;
}

.soh-vbar-fill {
    width: 100% !important;
    border-radius: 8px 8px 0 0 !important;
    height: 0;
    transition: height 0.6s ease;
}

.soh-vbar-hanja {
    margin-top: 14px !important;
    font-family: 'Noto Serif SC', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.soh-vbar-el {
    margin-top: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #71717a !important;
}

.soh-vbar-pct {
    margin-top: 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #191f28 !important;
}

.soh-vbar-status {
    margin-top: 3px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.soh-status-normal { color: #22c55e !important; }
.soh-status-low { color: #ef4444 !important; }
.soh-status-high { color: #f97316 !important; }

/* 용신 */
.soh-yongshin-row {
    display: flex !important;
    justify-content: space-around !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
}

.soh-ys-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.soh-ys-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

.soh-ys-circle {
    width: 72px !important;
    height: 72px !important;
    border-radius: 50% !important;
    border: 2px solid currentColor !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

.soh-ys-hanja {
    font-family: 'Noto Serif SC', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.soh-ys-kr {
    font-family: 'Song Myung', serif !important;
    font-size: 12px !important;
    color: #71717a !important;
    margin-top: 2px !important;
}

.soh-note {
    font-size: 14px !important;
    color: #8b95a1 !important;
    text-align: center !important;
    margin: 16px 0 !important;
}

.soh-strength {
    text-align: center !important;
}

.soh-strength-bar {
    margin: 26px 0 !important;
}

.soh-strength-track {
    position: relative !important;
    height: 8px !important;
    background: linear-gradient(to right, #3b82f6, #22c55e, #eab308, #f97316, #ef4444) !important;
    border-radius: 4px !important;
    margin-bottom: 8px !important;
}

.soh-strength-marker {
    position: absolute !important;
    top: -4px !important;
    width: 16px !important;
    height: 16px !important;
    background: #191f28 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    transform: translateX(-50%) !important;
    left: 0;
    transition: left 0.3s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.soh-strength-labels {
    display: flex !important;
    justify-content: space-between !important;
}

.soh-strength-label {
    font-size: 14px !important;
    color: #8b95a1 !important;
    font-weight: 400 !important;
    transition: color 0.3s ease, font-weight 0.3s ease !important;
}

.soh-strength-label.soh-strength-active {
    font-weight: 700 !important;
    color: #191f28 !important;
}

.soh-strength-desc {
    font-size: 14px !important;
    color: #8b95a1 !important;
    margin-top: 8px !important;
}

@media (max-width: 320px) {
    .soh-title { font-size: 16px !important; }
    .soh-section-title { font-size: 14px !important; }
    .soh-section-desc { font-size: 11px !important; }
    .soh-vbar-hanja { font-size: 18px !important; }
    .soh-vbar-el { font-size: 11px !important; }
    .soh-vbar-pct { font-size: 12px !important; }
    .soh-vbar-status { font-size: 10px !important; }
    .soh-ys-hanja { font-size: 22px !important; }
    .soh-ys-label { font-size: 11px !important; }
    .soh-ys-kr { font-size: 10px !important; }
    .soh-strength-label { font-size: 11px !important; }
    .soh-strength-desc { font-size: 12px !important; }
    .soh-note { font-size: 10px !important; }
}
