/**
 * Kopdes (Koperasi Desa) - Halaman publik
 */
.page-kopdes .kopdes-main {
    padding: 1.5rem 1rem 3rem;
}
.kopdes-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 clamp(0.75rem, 4vw, 1.5rem);
}
.kopdes-breadcrumb {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 1rem;
}
.kopdes-breadcrumb a {
    color: #1e40af;
    text-decoration: none;
}
.kopdes-breadcrumb a:hover {
    text-decoration: underline;
}
.kopdes-breadcrumb .sep {
    margin: 0 0.35rem;
}
.kopdes-hero {
    margin-bottom: 2rem;
}
.kopdes-title {
    font-size: 1.75rem;
    color: #0f172a;
    margin: 0 0 0.5rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.kopdes-title i {
    color: #15803d;
}
.kopdes-desc {
    font-size: 0.95rem;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}
.kopdes-cta-wrap {
    margin: 1.25rem 0 0 0;
}
.kopdes-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    font-size: 0.95rem;
    box-shadow: 0 2px 10px rgba(13, 148, 136, 0.35);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.kopdes-cta-btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(13, 148, 136, 0.45);
    transform: translateY(-1px);
}
.kopdes-empty {
    padding: 2rem;
    text-align: center;
    background: #f8fafc;
    border-radius: 12px;
    color: #64748b;
}
.kopdes-empty i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    color: #94a3b8;
}
.kopdes-section {
    margin-bottom: 2rem;
}
.kopdes-section-title {
    font-size: 1.2rem;
    color: #0f172a;
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #15803d;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.kopdes-section-title i {
    color: #15803d;
}
.kopdes-stats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1rem;
}
.kopdes-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}
.kopdes-stat-card.kopdes-stat-primary {
    border-left: 4px solid #15803d;
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 100%);
}
.kopdes-stat-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    background: rgba(21, 128, 61, 0.1);
    color: #15803d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.kopdes-stat-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
    word-break: break-word;
}
.kopdes-stat-label {
    font-size: 0.8rem;
    color: #64748b;
}
.kopdes-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.kopdes-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.kopdes-table th,
.kopdes-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}
.kopdes-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
}
.kopdes-table tbody tr:last-child td {
    border-bottom: none;
}
.kopdes-table tbody tr:hover {
    background: #f8fafc;
}

/* Profil Koperasi */
.kopdes-profil-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.kopdes-profil-nama {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 1rem 0;
}
.kopdes-dl {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0.5rem 1rem;
    margin: 0 0 1rem 0;
    font-size: 0.95rem;
}
.kopdes-dl dt {
    color: #64748b;
    font-weight: 500;
}
.kopdes-dl dd {
    margin: 0;
    color: #334155;
}
.kopdes-visi-misi {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}
.kopdes-h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #15803d;
    margin: 0 0 0.5rem 0;
}
.kopdes-visi-misi p {
    margin: 0;
    color: #475569;
    line-height: 1.6;
}

/* Pengurus & Dewan Pengawas */
.kopdes-pengurus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}
.kopdes-pengurus-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.kopdes-pengurus-jabatan {
    font-size: 0.8rem;
    font-weight: 600;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 0.35rem;
}
.kopdes-pengurus-nama {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 0.25rem;
}
.kopdes-pengurus-hp {
    font-size: 0.875rem;
}
.kopdes-pengurus-hp a {
    color: #0d9488;
    text-decoration: none;
}
.kopdes-pengurus-hp a:hover {
    text-decoration: underline;
}
.kopdes-pengurus-alamat {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 0.35rem;
    line-height: 1.4;
}
@media (max-width: 640px) {
    .kopdes-dl {
        grid-template-columns: 1fr;
    }
}
