/* 
 * خواردنەوە ووزەبەخشەکان - Energy Drinks
 * ستایلی تایبەت
 */

:root {
    --energy-primary: #FF4500; /* Orange Red */
    --energy-secondary: #FF6347; /* Tomato */
    --energy-accent: #FFD700; /* Gold */
    --energy-dark: #1A1A2E; /* Dark Blue-Black */
    --energy-light: #FFF5EE; /* Seashell */
    --energy-gradient: linear-gradient(135deg, #FF4500 0%, #FF6347 50%, #FFD700 100%);
}

@font-face {
    font-family: 'NRT';
    src: url('/fonts/NRT-Bold.ttf') format('truetype');
}

body {
    font-family: 'NRT', 'Segoe UI', sans-serif;
    direction: rtl;
    text-align: right;
    background: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%);
    min-height: 100vh;
    color: #E8E8E8;
}

/* ناڤبار */
.navbar-energy {
    background: var(--energy-gradient);
    box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3);
    padding: 1rem 0;
}

.navbar-energy .navbar-brand {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.navbar-energy .nav-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navbar-energy .nav-link:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
}

.navbar-energy .dropdown-menu {
    background: var(--energy-dark);
    border: 1px solid rgba(255, 69, 0, 0.3);
    text-align: right;
}

.navbar-energy .dropdown-item {
    color: #E8E8E8;
}

.navbar-energy .dropdown-item:hover {
    background: var(--energy-primary);
    color: white;
}

/* سەکشنی هیرۆ */
.hero-section {
    background: var(--energy-gradient);
    border-radius: 24px;
    padding: 3rem;
    margin-bottom: 2rem;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 69, 0, 0.4);
}

.hero-section::before {
    content: '⚡';
    position: absolute;
    font-size: 10rem;
    opacity: 0.1;
    top: -2rem;
    left: -2rem;
    transform: rotate(-15deg);
}

.hero-section h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}

.hero-section p {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
}

/* کارتی ئامارەکان */
.stat-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 69, 0, 0.2);
    border-color: var(--energy-primary);
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--energy-gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
    color: white;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    background: var(--energy-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    color: #B0B0B0;
    font-size: 0.9rem;
}

/* کارتی پۆل */
.category-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(255, 69, 0, 0.3);
    border-color: var(--energy-primary);
}

.category-card .icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.category-card .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.category-card .count {
    font-size: 0.85rem;
    color: #B0B0B0;
}

/* ناونیشانی سەکشن */
.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.section-title i {
    color: var(--energy-primary);
}

/* دوگمەکان */
.btn-energy {
    background: var(--energy-gradient);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0.8rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3);
}

.btn-energy:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 69, 0, 0.4);
    color: white;
}

/* کارت */
.card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
}

.card-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: white;
}

.card-body {
    color: #E8E8E8;
}

/* خشتە */
.table {
    color: #E8E8E8;
}

.table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #B0B0B0;
}

.table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.table-hover tbody tr:hover {
    background: rgba(255, 69, 0, 0.1);
}

/* فۆرم */
.form-control, .form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #E8E8E8;
}

.form-control:focus, .form-select:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--energy-primary);
    color: white;
    box-shadow: 0 0 0 0.25rem rgba(255, 69, 0, 0.25);
}

.form-label {
    color: #B0B0B0;
}

/* فووتەر */
footer {
    background: var(--energy-dark);
    color: #B0B0B0;
    padding: 1.5rem 0;
    margin-top: 3rem;
    text-align: center;
    border-top: 1px solid rgba(255, 69, 0, 0.3);
}

footer a {
    color: var(--energy-primary);
    text-decoration: none;
}

footer a:hover {
    color: var(--energy-accent);
}

/* ئەنیمەیشن */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.pulse-animation {
    animation: pulse 2s ease-in-out infinite;
}

/* دۆخی بەتاڵ */
.empty-state {
    text-align: center;
    padding: 3rem;
}

.empty-state i {
    font-size: 4rem;
    color: var(--energy-primary);
    margin-bottom: 1rem;
}

.empty-state h3 {
    color: white;
}

.empty-state p {
    color: #B0B0B0;
}

