/* Oyun Ana Ekran - Gemi & Profil Paneli - GİZLİ (Sadece küçük paneller aktif) */
.gemi-profil-panel {
    display: none !important; /* Büyük panel tamamen gizli */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 320px;
    min-width: 280px;
    background: linear-gradient(135deg, rgba(0, 30, 60, 0.95), rgba(10, 15, 40, 0.9));
    border: 2px solid rgba(0, 255, 255, 0.4);
    border-radius: 12px;
    box-shadow: 
        0 0 20px rgba(0, 255, 255, 0.2),
        inset 0 0 0 1px rgba(0, 255, 255, 0.1),
        0 8px 32px rgba(0, 0, 0, 0.5);
    z-index: 500;
    backdrop-filter: blur(10px);
    color: #ccc;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
}

.gemi-profil-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    background: rgba(0, 255, 255, 0.08);
}

.gemi-profil-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #00ffff;
    letter-spacing: 1.5px;
    text-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
}

.gemi-profil-toggle {
    background: none;
    border: none;
    color: #00ffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.gemi-profil-toggle:hover {
    color: #00ff99;
}

.gemi-profil-content {
    padding: 12px;
    max-height: 600px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gemi-profil-section {
    background: rgba(0, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 255, 0.15);
    border-radius: 8px;
    padding: 12px;
}

.gemi-profil-panel .section-header {
    font-size: 11px;
    font-weight: bold;
    color: #00ff99;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.2);
    text-transform: uppercase;
}

/* HP Bar */
.gemi-profil-panel .hp-bar-container {
    display: grid;
    grid-template-columns: 40px 1fr 100px;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.gemi-profil-panel .bar-label {
    color: #0f0;
    font-weight: bold;
    font-size: 11px;
    text-align: right;
}

.gemi-profil-panel .hp-bar {
    width: 100%;
    height: 16px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 100, 0.3);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}

.gemi-profil-panel .hp-fill {
    height: 100%;
    background: linear-gradient(90deg, #00ff00 0%, #00cc00 100%);
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.6);
    transition: width 0.3s ease;
}

#game-hp-text {
    color: #00ff99;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
}

/* Shield Bar */
.gemi-profil-panel .sh-bar-container {
    display: grid;
    grid-template-columns: 40px 1fr 100px;
    align-items: center;
    gap: 8px;
}

.gemi-profil-panel .sh-bar {
    width: 100%;
    height: 16px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 150, 255, 0.3);
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
}

.gemi-profil-panel .sh-fill {
    height: 100%;
    background: linear-gradient(90deg, #00bbff 0%, #0088ff 100%);
    width: 100%;
    box-shadow: 0 0 8px rgba(0, 180, 255, 0.6);
    transition: width 0.3s ease;
}

#game-sh-text {
    color: #00bbff;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
}

/* Profil Items */
.gemi-profil-panel .stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 11px;
    border-bottom: 1px solid rgba(0, 255, 255, 0.08);
}

.gemi-profil-panel .stat-item:last-child {
    border-bottom: none;
}

.gemi-profil-panel .stat-label {
    color: #aaa;
    font-weight: normal;
}

.gemi-profil-panel .stat-item span:last-child {
    color: #ffff00;
    font-weight: bold;
    text-align: right;
    min-width: 80px;
}

#game-level { color: #00ff99; }
#game-xp { color: #00ff99; }
#game-honor { color: #ffff00; }
#game-gold { color: #ff99ff; }
#game-silver { color: #ffff99; }

/* Şirket Logosu */
.gemi-profil-panel .faction-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(0, 255, 255, 0.08);
    border: 1px solid rgba(0, 255, 255, 0.2);
    border-radius: 6px;
}

.gemi-profil-panel .faction-logo {
    width: 64px;
    height: 64px;
    image-rendering: crisp-edges;
    filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.4));
}

#game-faction-name {
    color: #00ffff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Mobil Responsive */
@media (max-width: 768px) {
    .gemi-profil-panel {
        position: fixed;
        top: auto;
        right: auto;
        bottom: 100px;
        left: 10px;
        width: calc(100% - 20px);
        max-width: 100%;
    }
    
    .gemi-profil-title {
        font-size: 13px;
    }
    
    .gemi-profil-panel .hp-bar-container,
    .gemi-profil-panel .sh-bar-container {
        grid-template-columns: 35px 1fr 90px;
    }
}

/* Scrollbar Styling */
.gemi-profil-content::-webkit-scrollbar {
    width: 6px;
}

.gemi-profil-content::-webkit-scrollbar-track {
    background: rgba(0, 255, 255, 0.05);
    border-radius: 3px;
}

.gemi-profil-content::-webkit-scrollbar-thumb {
    background: rgba(0, 255, 255, 0.3);
    border-radius: 3px;
}

.gemi-profil-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 255, 255, 0.5);
}
