KI-AGENT: Matrix-Stack auf Webseite ergänzt

This commit is contained in:
2026-05-21 21:31:04 +02:00
parent 42bed16e25
commit fb1ccf91b9
3 changed files with 133 additions and 2 deletions

View File

@@ -347,6 +347,7 @@ footer {
}
.workflow-section,
.matrix-section,
.open-source-section,
.script-section,
.contact-section {
@@ -397,6 +398,78 @@ footer {
width: 2rem;
}
.matrix-section {
border-top: 1px solid rgba(23, 33, 31, 0.12);
grid-template-columns: 1fr;
padding-top: 5rem;
}
.matrix-layout {
display: grid;
gap: 1rem;
grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.82fr);
}
.matrix-stack {
display: grid;
gap: 1rem;
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.matrix-stack article {
background: rgba(255, 255, 255, 0.76);
border: 1px solid rgba(23, 33, 31, 0.1);
border-radius: 0.5rem;
padding: 1.35rem;
}
.matrix-stack span {
color: var(--accent-dark);
display: inline-block;
font-size: 0.82rem;
font-weight: 800;
margin-bottom: 1rem;
}
.matrix-stack p {
color: #51605c;
line-height: 1.6;
margin: 0;
}
.matrix-diagram {
align-self: stretch;
background: #17211f;
border-radius: 0.5rem;
color: #ffffff;
display: grid;
gap: 0.85rem;
padding: clamp(1.25rem, 3vw, 2rem);
}
.matrix-diagram div {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 0.45rem;
font-weight: 800;
line-height: 1.45;
padding: 1rem;
}
.matrix-diagram small {
color: rgba(255, 255, 255, 0.64);
font-weight: 500;
}
.matrix-diagram span {
background: var(--accent);
border-radius: 999px;
display: block;
height: 1rem;
justify-self: center;
width: 0.24rem;
}
.open-source-section {
align-items: center;
background: #17211f;
@@ -602,6 +675,7 @@ footer p {
@media (max-width: 980px) {
.hero-section,
.workflow-section,
.matrix-section,
.open-source-section,
.script-section,
.contact-section {
@@ -614,8 +688,9 @@ footer p {
.highlights,
.feature-grid,
.matrix-layout,
.legal-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: 1fr;
}
.open-source-section .secondary-action {
@@ -669,6 +744,7 @@ footer p {
.metric-row,
.highlights,
.feature-grid,
.matrix-stack,
.legal-grid {
grid-template-columns: 1fr;
}