﻿/* Login ekranı */
.login-bg {
    background: #0a0a0a;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 100%;
    max-width: 420px;
}

.login-card {
    background: #161616;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.18);
    text-align: center;
}

.login-title {
    color: #00eaff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.login-subtitle {
    color: #bbbbbb;
    margin-bottom: 30px;
    font-size: 14px;
}

.input-label {
    color: #cccccc;
    text-align: left;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.login-input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    background: #1f1f1f;
    color: white;
    font-size: 15px;
}

    .login-input:focus {
        box-shadow: 0 0 8px rgba(0, 200, 255, 0.35);
    }

.login-btn {
    width: 100%;
    padding: 14px 0;
    border: none;
    border-radius: 10px;
    background: #00eaff;
    color: black;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

    .login-btn:hover {
        background: #00cde0;
    }


.dashboard-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #00eaff;
}



/* --- ANA DARK TEMA --- */
.main-dark {
    background: #0f0f0f;
    margin: 0;
    display: flex;
    height: 100vh;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* --- SIDEBAR --- */
.sidebar {
    width: 240px;
    background: #151515;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.15);
}

.sidebar-title {
    font-size: 22px;
    font-weight: 600;
    color: #00eaff;
    text-align: center;
    margin-bottom: 30px;
}

.side-link {
    display: block;
    padding: 12px 10px;
    border-radius: 12px;
    margin-bottom: 12px;
    background: #1e1e1e;
    color: #dcdcdc;
    text-decoration: none;
    transition: 0.2s;
}

    .side-link:hover {
        background: #00eaff;
        color: #000;
    }

.side-danger {
    background: #2f0000;
}

    .side-danger:hover {
        background: #ff3b3b;
        color: #fff;
    }

/* --- ÜST BAR --- */
.top-bar {
    height: 60px;
    background: #141414;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 0 10px rgba(0,255,255,0.1);
}

.top-welcome {
    font-size: 16px;
    color: #00eaff;
}

/* --- SAYFA İÇERİK ALANI --- */
.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-area {
    padding: 25px;
}




.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.marker-value {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}







.dashboard-title {
    font-size: 26px;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
}

/* 3 Sütunlu grid */
.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

/* Kart değer yazısı */
.marker-value {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}

/* Kartlar birbirine daha yakın ve neon parlak */
.marker-card {
    background: #161616;
    border-radius: 15px;
    padding: 20px 20px;
    transition: 0.25s;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.08);
}

    .marker-card:hover {
        transform: translateY(-6px);
        filter: brightness(1.15);
    }



.marker-title {
    font-size: 15px;
    color: #bfbfbf;
    font-weight: 400;
}



.card-red {
    box-shadow: 0 0 12px rgba(255,0,0,0.7);
}

.card-orange {
    box-shadow: 0 0 12px rgba(255,160,0,0.7);
}

.card-green {
    box-shadow: 0 0 12px rgba(0,255,120,0.7);
}

.card-blue {
    box-shadow: 0 0 12px rgba(0,120,255,0.7);
}

.card-purple {
    box-shadow: 0 0 12px rgba(150,0,255,0.7);
}

.card-pink {
    box-shadow: 0 0 12px rgba(255,0,150,0.7);
}

.card-yellow {
    box-shadow: 0 0 12px rgba(255,255,0,0.7);
}

.card-silver {
    box-shadow: 0 0 12px rgba(210,210,210,0.7);
}

.card-gold {
    box-shadow: 0 0 12px rgba(255,215,0,0.8);
}














body {
    background: #0d0d0d;
    font-family: 'Poppins', sans-serif;
}

/* GRID */
.dashboard-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 30px;
}

/* CARD */
.dash-card {
    background: #111;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 0 10px #000;
    cursor: pointer;
}

/* NEON GLOW */
.neon {
    border: 2px solid #0ff;
    box-shadow: 0 0 10px rgba(0,255,255,0.7), 0 0 20px rgba(0,255,255,0.5), inset 0 0 10px rgba(0,255,255,0.4);
}

/* HOVER EFFECT */
.dash-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0,255,255,0.8), 0 0 40px rgba(0,255,255,0.6), inset 0 0 15px rgba(0,255,255,0.5);
}

/* TEXT */
.dash-value {
    font-size: 48px;
    color: #0ff;
    font-weight: 700;
    margin-bottom: 10px;
}

.dash-label {
    font-size: 18px;
    color: #94f9ff;
    letter-spacing: 1px;
}
