/* =====================================================
   Tiivistelmä artikkelista v3.4 – style.css
   ===================================================== */

/* ── Jakopainikkeet ─────────────────────────────────── */
.ta34-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
    padding: 14px 18px;
    background: #f8f9fa;
    border-radius: 12px;
    border: 1px solid #e9ecef;
}

.ta34-share-label {
    font-size: 13px;
    font-weight: 600;
    color: #6c757d;
    margin-right: 4px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.ta34-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    color: #fff;
}
.ta34-share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0,0,0,.2);
    opacity: .92;
    color: #fff;
}
.ta34-share-fb { background: #1877f2; }
.ta34-share-x  { background: #111; }
.ta34-share-wa { background: #25d366; }

/* ── Tiivistelmäkortti ──────────────────────────────── */
.ta34-summary {
    background: linear-gradient(145deg, #0a4427 0%, #155a36 50%, #1a7a4a 100%);
    border-radius: 20px;
    margin: 30px 0;
    overflow: hidden;
    box-shadow:
        0 4px 6px rgba(0,0,0,.07),
        0 10px 30px rgba(21,90,54,.35),
        0 0 0 1px rgba(255,255,255,.08) inset;
}

/* ── Otsikkorivi ────────────────────────────────────── */
.ta34-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(0,0,0,.3);
    backdrop-filter: blur(6px);
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    letter-spacing: .03em;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ta34-header-icon {
    font-size: 18px;
    line-height: 1;
}

.ta34-header > span:nth-child(2) {
    flex: 1;
}

.ta34-close {
    background: rgba(255,255,255,.12);
    border: none;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
    padding: 0;
    line-height: 1;
}
.ta34-close:hover {
    background: rgba(255,255,255,.25);
}

/* ── Edistymispalkki ────────────────────────────────── */
.ta34-progress {
    height: 3px;
    background: rgba(255,255,255,.15);
}
.ta34-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #a5d6a7, #69f0ae);
    transition: width .4s ease;
}

/* ── Korttiruudukko ─────────────────────────────────── */
.ta34-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    padding: 20px;
}

/* ── Yksittäinen kortti ─────────────────────────────── */
.ta34-card {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.13);
    padding: 14px 16px;
    border-radius: 14px;
    transition: background .2s, transform .2s;
    backdrop-filter: blur(4px);
}
.ta34-card:hover {
    background: rgba(255,255,255,.16);
    transform: translateY(-2px);
}

/* Piilotettu data-attribuutilla (ei style=display:none) */
.ta34-card[data-hidden="true"] {
    display: none;
}

.ta34-title {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.4;
    transition: color .2s;
}
.ta34-title:hover {
    color: #a5d6a7;
    text-decoration: none;
}

.ta34-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    margin-top: 1px;
}

.ta34-excerpt {
    color: rgba(255,255,255,.72);
    font-size: 13px;
    margin: 8px 0 0 32px;
    line-height: 1.5;
}

/* ── Näytä lisää ────────────────────────────────────── */
.ta34-toggle-wrap {
    padding: 0 20px 18px;
    text-align: center;
}

.ta34-toggle {
    background: rgba(255,255,255,.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,.25);
    padding: 9px 22px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .03em;
    transition: background .2s, transform .15s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.ta34-toggle:hover {
    background: rgba(255,255,255,.25);
    transform: scale(1.04);
}
.ta34-toggle-count {
    font-weight: 400;
    opacity: .8;
    font-size: 12px;
}

/* ── Avaa uudelleen -nappi ──────────────────────────── */
.ta34-reopen {
    display: none;
    margin: -10px auto 20px;
    padding: 8px 18px;
    background: #155a36;
    color: #a5d6a7;
    border: 1.5px solid #1a7a4a;
    border-radius: 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background .2s, transform .15s;
    text-align: center;
    width: fit-content;
}
.ta34-reopen:hover {
    background: #0a4427;
    transform: scale(1.04);
}

/* ── Tumma tila ─────────────────────────────────────── */
@media (prefers-color-scheme: dark) {
    .ta34-share {
        background: #1e1e1e;
        border-color: #333;
    }
    .ta34-share-label {
        color: #aaa;
    }
}

/* ── Mobiili ────────────────────────────────────────── */
@media (max-width: 600px) {
    .ta34-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }
    .ta34-header {
        font-size: 14px;
    }
    .ta34-share {
        padding: 10px 12px;
    }
}
