/**
 * Tool-Specific Stylesheet for Hanfu Fit & Style Advisor.
 */

/* --- Core Component Theming --- */
[data-tool-id="11762"] .auras-tool-notice {
    background-color: #fef9e7; /* 柔和杏黄, like aged silk scroll */
    border-left-color: #f1c40f; /* 亮丽金黄 */
}

[data-tool-id="11762"] .auras-tool-button-calculate {
    background-color: #c0392b; /* 朱砂红, classic Chinese imperial color */
    color: white;
}
[data-tool-id="11762"] .auras-tool-button-calculate:hover {
    background-color: #a93226;
}

[data-tool-id="11762"] .auras-ai-button {
    background-color: #16a085; /* 青玉绿, represents wisdom and elegance */
    color: white;
}
[data-tool-id="11762"] .auras-ai-button:hover {
    background-color: #117a65;
}


/* --- Tool-Specific Result Layout --- */
[data-tool-id="11762"] .result-summary {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #fdfefe;
    border-radius: 4px;
    border: 1px solid #e1e8ed;
}

[data-tool-id="11762"] .hanfu-recommendation-wrapper {
    display: grid;
    gap: 1.5rem;
}

[data-tool-id="11762"] .hanfu-recommendation-card {
    background-color: #ffffff;
    padding: 1.5rem;
    border: 1px solid #e1e8ed;
    border-radius: 6px;
}

[data-tool-id="11762"] .hanfu-recommendation-card h4 {
    color: #c0392b; /* 朱砂红 title */
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.75rem;
}

[data-tool-id="11762"] .hanfu-recommendation-card p {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}
[data-tool-id="11762"] .hanfu-recommendation-card p:last-child {
    margin-bottom: 0;
}

[data-tool-id="11762"] .hanfu-body-shape-analysis {
    margin-top: 2rem;
    padding: 1.5rem;
    background-color: #f7f9fc;
    border-radius: 6px;
    border: 1px dashed #ced4da;
}
[data-tool-id="11762"] .hanfu-body-shape-analysis h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}