/*
Theme Name: TradingBot Theme
Theme URI: https://yourdomain.com/
Author: Your Name
Description: قالب عصري لعرض بيانات بوت التداول الآلي مع تصميم حديث وتقنيات AI.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tradingbot-theme
*/

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #f1f1f1;
    margin: 0;
    padding: 0;
}

header {
    background-color: #121b26;
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #4ee44e; /* لون أخضر تقني */
    text-shadow: 0 0 10px #4ee44e88;
}

.container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
}

.card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 15px #4ee44e55;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 0 25px #4ee44eff;
}

h2 {
    color: #4ee44e;
    margin-bottom: 1rem;
}

.data-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #2c536488;
}

.data-row:last-child {
    border-bottom: none;
}

.label {
    font-weight: 600;
    font-size: 1.1rem;
}

.value {
    font-size: 1.1rem;
    font-family: 'Courier New', Courier, monospace;
    color: #aaf0aa;
}

footer {
    text-align: center;
    padding: 1rem;
    font-size: 0.9rem;
    color: #4ee44e88;
}
