/* E:\Shadowskings_1.0\css\keep\towerPanel.css */

.tower-panel {
    padding: 8px;
    background: rgba(10, 10, 18, 0.9);
    border: 1px solid #333;
    border-radius: 4px;
}

.tower-header {
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #333;
    margin-bottom: 6px;
}

.tower-title {
    font-size: 18px;
    font-weight: 600;
    color: #f0e6d2;
}

.tower-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.tower-tab {
    flex: 1;
    padding: 6px;
    background: #1a1a24;
    border: 1px solid #333;
    color: #ccc;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
}

.tower-tab.active {
    background: #3a3048;
    border-color: #8b5cf6;
    color: #fff;
}

.tower-dynamic {
    padding: 8px;
    background: rgba(18, 18, 28, 0.95);
    border: 1px solid #333;
    border-radius: 4px;
}

.section-header {
    font-size: 14px;
    font-weight: 600;
    color: #f0e6d2;
    margin-bottom: 6px;
    border-bottom: 1px solid #333;
    padding-bottom: 3px;
}

.tower-stat-row,
.tower-building-row,
.tower-queue-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
}

.tower-build-btn {
    padding: 2px 6px;
    background: #1f2933;
    border: 1px solid #374151;
    color: #e5e7eb;
    border-radius: 3px;
    cursor: pointer;
}

.tower-build-btn:hover {
    background: #273549;
}

.tower-empty {
    text-align: center;
    color: #888;
    padding: 10px 0;
}
