/**
 * Tool-Specific Stylesheet for Pixiu Prosperity Placement.
 */

/* ===============================================================
 *  1. UNIQUE COLOR PALETTE
 * =============================================================== */

[data-tool-id="206165"] .auras-tool-notice {
    background-color: #fff5f5; /* Light Auspicious Red */
    border-left-color: #e53e3e; /* Strong Auspicious Red */
    color: #9b2c2c;
}

[data-tool-id="206165"] .auras-tool-button-calculate {
    background-color: #D69E2E; /* Prosperity Gold */
    color: #ffffff;
}

[data-tool-id="206165"] .auras-tool-button-calculate:hover {
    background-color: #B7791F; /* Darker Prosperity Gold */
}

[data-tool-id="206165"] .auras-ai-button {
    background-color: #38A169; /* Jade Wisdom Green */
    color: #ffffff;
}

[data-tool-id="206165"] .auras-ai-button:hover {
    background-color: #2F855A; /* Darker Jade Wisdom Green */
}


/* ===============================================================
 *  2. CUSTOM LAYOUT & TYPOGRAPHY
 * =============================================================== */

/* Radio Button Group Styling */
[data-tool-id="206165"] .auras-radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

[data-tool-id="206165"] .auras-radio-option {
    display: flex;
    align-items: center;
}

[data-tool-id="206165"] .auras-radio-option input[type="radio"] {
    width: auto;
    margin-right: 0.75rem;
    accent-color: #D69E2E; /* Prosperity Gold */
}

[data-tool-id="206165"] .auras-radio-option label {
    margin-bottom: 0;
    font-weight: 500;
}

/* Result Area Styling */
[data-tool-id="206165"] .pixiu-result-header {
    font-size: 1.1rem;
    margin-top: 0;
}

[data-tool-id="206165"] .pixiu-golden-rule {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.95rem;
    color: #4A5568; /* A slightly softer text color */
}