/* Header utility styles extracted from inline attributes */
#simpleNews {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #e2e8f0;
    font-size: 14px;
    white-space: nowrap;
}

#ai-input-container {
    display: none;
    position: relative;
    margin-right: 10px;
}

#stock-code-input {
    width: 120px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(99, 102, 241, 0.5);
    border-radius: 18px;
    background: rgba(26, 32, 46, 0.9);
    color: #e2e8f0;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
}

#aiStockBtn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(99, 102, 241, 0.3);
    background: rgba(26, 32, 46, 0.9);
    color: #6366f1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: bold;
}

#logo img {
    display: block;
}
