Checkpoint

This commit is contained in:
2026-03-08 22:22:51 +01:00
parent 247c827291
commit 9053ec65a6
65 changed files with 5874 additions and 708 deletions

View File

@@ -1,3 +1,34 @@
// Hero section styles
.overview-hero {
width: 100%;
background: linear-gradient(90deg, #0b2752 0%, #4a7bd4 60%, #8eb4ff 100%);
color: var(--app-text);
color: #fff;
padding: 3rem 0 2rem 0;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2rem;
box-shadow: 0 2px 12px rgba(26, 35, 126, 0.08);
}
.overview-hero-content {
text-align: center;
}
.overview-hero-title {
font-size: 2.6rem;
font-weight: 700;
margin-bottom: 0.5rem;
letter-spacing: 0.02em;
}
.overview-hero-subtitle {
font-size: 1.25rem;
font-weight: 400;
margin-bottom: 0;
opacity: 0.92;
}
.overview-container {
padding: 8px;
height: 100%;