/* NEW EXXE UI SECTIONS */
.exxe-section-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.exxe-pre-title {
    color: #00ea65;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.exxe-pre-title::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #00ea65;
    vertical-align: middle;
    margin-right: 15px;
}
.exxe-section-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}
.exxe-section-title span {
    color: #00ea65;
}
.exxe-section-desc {
    color: #727885;
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
}

.exxe-card {
    background: #08120c;
    border: 1px solid rgba(0, 234, 101, 0.15);
    border-radius: 12px;
    padding: 35px 40px;
    height: 100%;
}
.exxe-card-left h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 25px;
}
.exxe-card-left h3 span {
    color: #00ea65;
}
.exxe-card-left p {
    color: #727885;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.exxe-btn-outline {
    background: rgba(0, 234, 101, 0.05);
    border: 1px solid rgba(0, 234, 101, 0.3);
    color: #00ea65;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.exxe-btn-outline:hover {
    background: #00ea65;
    color: #111;
}

/* Chart Card */
.exxe-chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.exxe-chart-title {
    color: #00ea65;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.exxe-chart-badge {
    color: #00ea65;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.exxe-chart-badge::before {
    content: "●";
    margin-right: 5px;
    font-size: 8px;
}
.exxe-chart-area {
    position: relative;
    height: 250px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, rgba(0,234,101,0.05) 0%, rgba(0,234,101,0) 100%);
    border-bottom: 1px solid rgba(0,234,101,0.1);
}
.exxe-badge-long, .exxe-badge-short {
    position: absolute;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.exxe-badge-long {
    background: rgba(0, 234, 101, 0.1);
    color: #00ea65;
    border: 1px solid rgba(0, 234, 101, 0.3);
}
.exxe-badge-short {
    background: rgba(255, 69, 129, 0.1);
    color: #FF4581;
    border: 1px solid rgba(255, 69, 129, 0.3);
}
.exxe-metrics-grid {
    display: flex;
    gap: 15px;
}
.exxe-metric-box {
    flex: 1;
    background: rgba(0, 234, 101, 0.03);
    border: 1px solid rgba(0, 234, 101, 0.1);
    border-radius: 8px;
    padding: 20px 15px;
}
.exxe-metric-title {
    color: #727885;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
}
.exxe-metric-val {
    color: #00ea65;
    font-size: 20px;
    font-weight: 700;
}

/* Signals Card */
.exxe-signal-card {
    background: #08120c;
    border: 1px solid rgba(0, 234, 101, 0.15);
    border-radius: 12px;
    padding: 35px 35px;
    margin-bottom: 30px;
    height: 100%;
}
.exxe-sig-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.exxe-sig-icon {
    width: 40px;
    height: 40px;
    background: rgba(0, 234, 101, 0.1);
    border: 1px solid rgba(0, 234, 101, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00ea65;
    font-size: 18px;
    margin-right: 15px;
}
.exxe-sig-meta h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.exxe-sig-meta h4 span {
    background: rgba(0, 234, 101, 0.2);
    color: #00ea65;
    font-size: 8px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 8px;
    letter-spacing: 0.5px;
}
.exxe-sig-meta p {
    color: #727885;
    font-size: 10px;
    margin: 5px 0 0 0;
}
.exxe-sig-tag {
    color: #00ea65;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.exxe-sig-heading {
    font-size: 32px;
    font-weight: 700;
    color: #00ea65;
    margin-bottom: 15px;
    line-height:1;
}
.exxe-sig-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    flex-wrap:wrap;
}
.exxe-sig-badge {
    color: #00ea65;
    font-size: 9px;
    letter-spacing: 0.5px;
    border: 1px solid rgba(0, 234, 101, 0.3);
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    background: rgba(0, 234, 101, 0.05);
}
.exxe-sig-divider {
    border-top: 1px dashed rgba(0, 234, 101, 0.2);
    margin: 25px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.exxe-sig-divider span {
    background: #08120c;
    color: #727885;
    font-size: 9px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: -6px;
}
.exxe-sig-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.exxe-sig-row .label {
    color: #727885;
    text-transform: uppercase;
}
.exxe-sig-row .val {
    color: #fff;
}
.exxe-sig-row .val.green {
    color: #00ea65;
}
.exxe-sig-row .val.red {
    color: #FF4581;
}
.exxe-sig-footer {
    color: rgba(114, 120, 133, 0.5);
    font-size: 9px;
    margin-top: 30px;
    line-height: 1.5;
}
.exxe-sig-net {
    background: rgba(0, 234, 101, 0.05);
    border: 1px solid rgba(0,234,101,0.5);
    border-radius: 6px;
    padding: 12px;
    text-align: center;
    color: #00ea65;
    font-size: 11px;
    font-weight: 700;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

@media(max-width:991px){
    .exxe-card {
        margin-bottom:30px;
    }
    .exxe-metrics-grid {
        flex-direction:column;
    }
}
