.child-growth {
    display: grid;
    gap: 18px;
}

.child-growth,
.child-growth * {
    box-sizing: border-box;
    min-width: 0;
}

.child-growth h2,
.child-growth h3,
.child-growth h4,
.child-growth p,
.child-growth li,
.child-growth a,
.child-growth span,
.child-growth strong {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.growth-hero,
.growth-filter,
.growth-list-section,
.growth-entry-section,
.growth-stage-section,
.growth-scenario-section,
.growth-path-board,
.growth-detail-head,
.growth-detail-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.growth-hero {
    display: grid;
    gap: 12px;
    padding: 28px;
    background: linear-gradient(135deg, #ffffff 0%, #eef8f4 52%, #fff7ed 100%);
}

.growth-eyebrow {
    margin: 0;
    color: #0f766e;
    font-size: 13px;
    font-weight: 900;
}

.growth-hero h2,
.growth-panel-head h3,
.growth-detail-head h2,
.growth-detail-panel h3 {
    margin: 0;
    color: var(--ink);
}

.growth-hero h2 {
    font-size: 30px;
    line-height: 1.22;
}

.growth-hero p,
.growth-detail-head p,
.growth-detail-panel p,
.growth-card p {
    color: #40506c;
}

.growth-disclaimer,
.growth-alert,
.growth-risk-banner {
    padding: 12px 14px;
    border-radius: 8px;
    line-height: 1.65;
}

.growth-disclaimer {
    border-left: 4px solid #0f766e;
    background: #ecfdf5;
    color: #115e59;
    font-weight: 800;
}

.growth-alert,
.growth-risk-banner {
    border-left: 4px solid #dc2626;
    background: #fef2f2;
    color: #7f1d1d;
    font-weight: 800;
}

.growth-alert {
    display: grid;
    gap: 4px;
}

.growth-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(160px, 1fr)) auto;
    gap: 12px;
    align-items: end;
    padding: 18px;
}

.growth-filter label {
    display: grid;
    gap: 7px;
    color: #263556;
    font-weight: 800;
}

.growth-filter input,
.growth-filter select {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 16px;
}

.growth-filter button {
    min-height: 42px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    touch-action: manipulation;
}

.growth-link,
.growth-card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: #fff;
    color: var(--accent);
    font-weight: 900;
    text-decoration: none;
    touch-action: manipulation;
}

.growth-list-section,
.growth-entry-section,
.growth-stage-section,
.growth-scenario-section,
.growth-path-board,
.growth-detail-head,
.growth-detail-panel {
    padding: 22px;
}

.growth-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.growth-panel-head span {
    flex: 0 0 auto;
    padding: 6px 10px;
    border-radius: 8px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
}

.growth-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-entry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-entry-card {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.growth-entry-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 19px;
    line-height: 1.35;
}

.growth-entry-card p {
    margin: 0;
    color: #40506c;
    line-height: 1.65;
}

.growth-stage-grid {
    display: grid;
    gap: 14px;
}

.growth-stage-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.growth-stage-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 19px;
    line-height: 1.35;
}

.growth-stage-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.growth-stage-columns > div,
.growth-stage-actions > div {
    display: grid;
    gap: 7px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.growth-stage-card strong {
    color: #0f766e;
    font-size: 14px;
}

.growth-stage-card ul {
    margin: 0;
    padding-left: 18px;
    color: #40506c;
    line-height: 1.65;
}

.growth-stage-card li + li {
    margin-top: 5px;
}

.growth-stage-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.growth-scenario-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-scenario-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.growth-scenario-card.compact {
    align-content: start;
}

.growth-scenario-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.growth-scenario-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 18px;
    line-height: 1.35;
}

.growth-scenario-card p {
    margin: 0;
    color: #40506c;
    line-height: 1.65;
}

.growth-scenario-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.growth-scenario-meta span {
    padding: 5px 8px;
    border-radius: 8px;
    background: #e0f2fe;
    color: #075985;
    font-size: 13px;
    font-weight: 900;
}

.growth-scenario-body {
    display: grid;
    gap: 10px;
}

.growth-scenario-body > div,
.growth-scenario-questions {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.growth-scenario-card strong {
    color: #0f766e;
    font-size: 14px;
}

.growth-scenario-card ol,
.growth-scenario-card ul {
    margin: 0;
    padding-left: 20px;
    color: #40506c;
    line-height: 1.65;
}

.growth-scenario-card li + li {
    margin-top: 6px;
}

.growth-scenario-questions a {
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.growth-scenario-questions a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.growth-scenario-questions span {
    display: block;
    margin-top: 2px;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.growth-mini-list {
    display: grid;
    gap: 8px;
}

.growth-mini-list.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.growth-mini-list a {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
    line-height: 1.45;
}

.growth-mini-list a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.growth-path-board {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
    gap: 14px;
}

.growth-path-panel {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.growth-path-panel.danger {
    border-color: #fecaca;
    background: #fff7ed;
}

.growth-path-panel strong,
.growth-stage-question-list strong {
    color: #0f766e;
    font-size: 14px;
}

.growth-path-panel.danger strong {
    color: #b91c1c;
}

.growth-path-panel p {
    margin: 0;
    color: #40506c;
    line-height: 1.7;
}

.growth-path-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.growth-path-steps li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.growth-path-steps span {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-weight: 900;
}

.growth-stage-question-list {
    display: grid;
    gap: 10px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.growth-skill-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-skill-card {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.growth-skill-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.35;
}

.growth-skill-card p {
    margin: 0;
    color: #40506c;
    line-height: 1.65;
}

.growth-skill-card ol {
    margin: 0;
    padding-left: 20px;
    color: #40506c;
}

.growth-skill-card li + li {
    margin-top: 6px;
}

.growth-skill-phrase,
.growth-skill-avoid,
.growth-skill-focus,
.growth-skill-follow,
.growth-skill-note {
    padding: 10px 12px;
    border-radius: 8px;
    line-height: 1.65;
}

.growth-skill-focus {
    background: #eef2ff;
    color: #3730a3;
    font-weight: 800;
}

.growth-skill-note {
    background: #f8fafc;
    color: #475569;
}

.growth-skill-phrase {
    background: #ecfdf5;
    color: #115e59;
    font-weight: 800;
}

.growth-skill-follow {
    background: #f0fdfa;
    color: #0f766e;
    font-weight: 800;
}

.growth-skill-avoid {
    background: #fff7ed;
    color: #9a3412;
}

.growth-card {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-soft);
}

.growth-card h4 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.growth-card h4 a {
    color: var(--ink);
    text-decoration: none;
}

.growth-card h4 a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.growth-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.growth-card-tags span,
.growth-detail-head .growth-age-line {
    padding: 5px 8px;
    border-radius: 8px;
    background: #e0f2fe;
    color: #075985;
    font-size: 13px;
    font-weight: 900;
}

.growth-card-tags .risk {
    background: #fee2e2;
    color: #991b1b;
}

.growth-age-line {
    color: #52627d;
    font-size: 14px;
    font-weight: 800;
}

.growth-list-note,
.growth-source-line {
    color: #40506c;
}

.growth-list-note {
    margin: 0 0 14px;
    line-height: 1.7;
}

.growth-source-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
}

.growth-source-line strong {
    color: #334155;
}

.growth-source-line a {
    padding: 4px 7px;
    border-radius: 8px;
    background: #ecfdf5;
    color: #0f766e;
    font-weight: 900;
    text-decoration: none;
}

.growth-empty {
    padding: 18px;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
    font-weight: 800;
}

.growth-detail-head {
    display: grid;
    gap: 12px;
}

.growth-risk-banner {
    display: grid;
    gap: 4px;
}

.growth-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-action-plan {
    display: grid;
    gap: 16px;
}

.growth-action-intro {
    margin: 0;
    padding: 12px 14px;
    border-left: 4px solid #0f766e;
    border-radius: 8px;
    background: #ecfdf5;
    color: #115e59;
    font-weight: 800;
    line-height: 1.75;
}

.growth-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.growth-action-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 16px;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    background: #fff;
}

.growth-action-step {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #0f766e;
    color: #fff;
    font-weight: 900;
}

.growth-action-card h4 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.35;
}

.growth-action-card p {
    margin: 0 0 10px;
    color: #40506c;
    line-height: 1.7;
}

.growth-action-card .growth-detail-list {
    padding-left: 18px;
}

.growth-teacher-plan .growth-action-intro {
    border-left-color: #1d4ed8;
    background: #eff6ff;
    color: #1e3a8a;
}

.growth-teacher-plan .growth-action-card {
    border-color: #bfdbfe;
}

.growth-teacher-plan .growth-action-step {
    background: #1d4ed8;
}

.growth-school-communication {
    display: grid;
    gap: 16px;
}

.growth-school-communication .growth-action-intro {
    border-left-color: #b45309;
    background: #fffbeb;
    color: #78350f;
}

.growth-communication-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.growth-communication-card {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 16px;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    background: #fff;
}

.growth-communication-card h4 {
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.35;
}

.growth-communication-card p {
    margin: 0;
    color: #40506c;
    line-height: 1.7;
}

.growth-communication-card .growth-detail-list {
    padding-left: 18px;
}

.growth-communication-avoid {
    display: grid;
    gap: 8px;
    margin-top: 2px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff7ed;
    color: #7c2d12;
    line-height: 1.65;
}

.growth-communication-avoid strong {
    color: #7c2d12;
    font-size: 14px;
}

.growth-communication-avoid .growth-detail-list {
    color: #7c2d12;
}

.growth-detail-wide {
    grid-column: 1 / -1;
}

.growth-detail-list {
    margin: 0;
    padding-left: 20px;
    color: #40506c;
}

.growth-detail-list li + li {
    margin-top: 8px;
}

.growth-reference-list {
    display: grid;
    gap: 10px;
}

.growth-reference-list a {
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    overflow-wrap: anywhere;
}

.growth-reference-list span {
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 900px) {
    .growth-filter,
    .growth-card-grid,
    .growth-entry-grid,
    .growth-stage-columns,
    .growth-stage-actions,
    .growth-scenario-grid,
    .growth-scenario-head,
    .growth-path-board,
    .growth-mini-list.two,
    .growth-action-grid,
    .growth-communication-grid,
    .growth-skill-grid,
    .growth-detail-grid {
        grid-template-columns: 1fr;
    }

    .growth-panel-head {
        display: grid;
    }

    .growth-filter button,
    .growth-link,
    .growth-card-action {
        width: 100%;
    }

    .growth-scenario-head {
        align-items: stretch;
    }
}

@media (max-width: 620px) {
    .child-growth {
        gap: 12px;
    }

    .growth-hero,
    .growth-list-section,
    .growth-entry-section,
    .growth-stage-section,
    .growth-scenario-section,
    .growth-path-board,
    .growth-detail-head,
    .growth-detail-panel {
        padding: 16px;
    }

    .growth-filter {
        gap: 10px;
        padding: 14px;
    }

    .growth-filter label {
        gap: 6px;
        font-size: 14px;
    }

    .growth-filter input,
    .growth-filter select,
    .growth-filter button,
    .growth-link,
    .growth-card-action {
        min-height: 44px;
    }

    .growth-hero h2 {
        font-size: 24px;
    }

    .growth-detail-head h2 {
        font-size: 23px;
        line-height: 1.3;
    }

    .growth-detail-panel h3,
    .growth-panel-head h3 {
        font-size: 19px;
        line-height: 1.35;
    }

    .growth-card-grid,
    .growth-entry-grid,
    .growth-stage-grid,
    .growth-scenario-grid,
    .growth-action-grid,
    .growth-communication-grid,
    .growth-skill-grid {
        gap: 12px;
    }

    .growth-card,
    .growth-entry-card,
    .growth-stage-card,
    .growth-scenario-card,
    .growth-skill-card,
    .growth-action-card,
    .growth-communication-card,
    .growth-path-panel {
        padding: 14px;
    }

    .growth-scenario-meta {
        display: grid;
        gap: 7px;
    }

    .growth-scenario-meta span {
        width: 100%;
    }

    .growth-card h4,
    .growth-entry-card h3,
    .growth-stage-card h4,
    .growth-scenario-card h4 {
        font-size: 17px;
    }

    .growth-detail-list {
        padding-left: 18px;
    }
}

@media (max-width: 420px) {
    .growth-hero,
    .growth-list-section,
    .growth-entry-section,
    .growth-stage-section,
    .growth-scenario-section,
    .growth-path-board,
    .growth-detail-head,
    .growth-detail-panel {
        padding: 14px;
    }

    .growth-disclaimer,
    .growth-alert,
    .growth-risk-banner,
    .growth-action-intro {
        padding: 10px 12px;
    }

    .growth-path-steps li {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 8px;
    }

    .growth-path-steps span {
        width: 28px;
        height: 28px;
        font-size: 13px;
    }

    .growth-action-card {
        grid-template-columns: 1fr;
    }

    .growth-action-step {
        width: 36px;
        height: 36px;
    }

    .growth-card-tags span,
    .growth-detail-head .growth-age-line {
        max-width: 100%;
    }

    .growth-reference-list a {
        padding: 10px;
    }
}
