.ticker-highlight {
    color: #28a745;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e6ffe6;
    padding: 2px 4px;
    border-radius: 3px;
}

/* Ticker group wrapper - big hover target */
.ticker-group {
    cursor: help;
    display: inline;
}

/* Ticker characters */
.token-ticker {
    color: #155724;
    font-weight: bold;
    background-color: #d4edda;
    padding: 2px 0px;
    text-transform: uppercase;
    transition: background-color 0.2s;
}

.ticker-group:hover .token-ticker {
    background-color: #28a745;
    color: white;
}

/* First ticker char gets left border + left rounding */
.token-ticker-first {
    border-left: 2px solid #28a745;
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 4px;
}

/* Last ticker char gets right border + right rounding */
.token-ticker-last {
    border-right: 2px solid #28a745;
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-right: 4px;
}

/* Single char ticker gets full border + full rounding */
.token-ticker-single {
    border: 2px solid #28a745;
    border-radius: 4px;
    padding: 2px 4px;
}

/* Middle ticker chars get top/bottom only */
.token-ticker-middle {
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
}

/* In-between and outside-ticker - same muted styling */
.token-in-between,
.token-outside-ticker {
    background-color: transparent;
    padding: 2px 0px;
    opacity: 0.4;
    color: #6c757d;
}

.token-normal {
    /* Default styling */
}

.portfolio-option {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
}

.portfolio-option.selected {
    border-color: #28a745;
    background-color: #e6ffe6;
}

.portfolio-score {
    font-weight: bold;
    color: #007bff;
}

.strategy-selector {
    margin-bottom: 20px;
}

.strategy-help {
    cursor: help;
    color: #6c757d;
    margin-left: 5px;
    font-size: 0.9em;
}

.exchange-filter-btn {
    margin: 5px;
    cursor: pointer;
}
