﻿/* Pika Analytics & Reporting Page Styles - Scoped strictly to .report-* */

.report-map-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    .report-map-grid {
        grid-template-columns: 1fr;
    }
}

.report-map-card {
    background: #ffffff;
    border: 1px solid #dce5d2;
    border-radius: 12px;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.report-map-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18, 51, 33, 0.06);
}

.report-map-card i {
    font-size: 1.35rem;
    color: var(--pika-primary, #7c984c);
    flex-shrink: 0;
}

.report-map-card strong {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #1b3d25;
}

.report-flow-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.report-flow-node {
    background: #ffffff;
    border: 1px solid #c8deb0;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1b3d25;
}

.report-faq-item {
    border: 1px solid #e2ebd8;
    border-radius: 12px;
    background: #ffffff;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.report-faq-item[open] {
    border-color: #c5d8b5;
    background: #fafdf7;
}

.report-faq-summary {
    padding: 1.1rem 1.25rem;
    font-weight: 600;
    font-size: 1rem;
    color: #1a3826;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    user-select: none;
}

.report-faq-summary::-webkit-details-marker {
    display: none;
}

.report-faq-summary::after {
    content: "\ea4e";
    font-family: "remixicon";
    font-size: 1.15rem;
    color: #7c984c;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.report-faq-item[open] .report-faq-summary::after {
    transform: rotate(180deg);
}

.report-faq-body {
    padding: 0 1.25rem 1.2rem;
    color: #496352;
    font-size: 0.95rem;
    line-height: 1.6;
}

.pika-inner .reporting-chart-scene .measurement-report { width:100%; background:#fafcf6; color:#314f34; border-radius:24px; padding:32px; overflow:hidden; box-shadow:0 24px 70px rgba(0,0,0,.14); }
.pika-inner .reporting-chart-scene .report-heading h3 { color:#38523a; font-size:22px; line-height:1.3; }
.pika-inner .reporting-chart-scene .studio-kicker { color:#647b43; font-size:10px; letter-spacing:.13em; }
.pika-inner .reporting-chart-scene .report-chart { height:245px; margin-top:24px; }
.pika-inner .reporting-chart-scene .report-note { margin-bottom:0; }
@media(max-width:600px) {
 .pika-inner .reporting-chart-scene .measurement-report { padding:24px 20px; }
 .pika-inner .reporting-chart-scene .report-chart { height:190px; }
}

/* â”€â”€ Professionalism Enhancements â”€â”€ */
.inner-scene-window {
    animation: inner-subtle-float 8s ease-in-out infinite;
}
/* Reporting artwork belongs to its introductory chapter. */
.reporting-editorial .report-overview-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.1fr); gap:44px; align-items:center; }
.report-overview-art { margin:0; min-width:0; }
.report-overview-art img { display:block; width:100%; height:auto; border-radius:20px; transform:none; }
.report-overview-art figcaption { margin-top:12px; font-size:12px; line-height:1.6; color:#607267; }
.report-overview-copy { min-width:0; }
.report-overview-copy .text-center { text-align:left!important; }
.report-overview-copy .mb-5 { margin-bottom:24px!important; }
.reporting-editorial .ph-section { padding-block:64px; }
.reporting-editorial .ph-section-alt { background:#f0f3eb; }
.reporting-editorial .ph-section .pika-h2 { font-size:clamp(28px,3vw,42px); line-height:1.2; letter-spacing:-.035em; }
.reporting-editorial .ph-section [data-aos] { opacity:1!important; transform:none!important; }
@media(max-width:991px) { .reporting-editorial .report-overview-layout { grid-template-columns:1fr; gap:28px; } .report-overview-art { max-width:720px; margin:auto; } }
@media(max-width:600px) { .reporting-editorial .ph-section { padding-block:44px; } }
