online v1

This commit is contained in:
2026-03-03 13:17:38 +01:00
parent 318c05d2de
commit 3aec3e58d6
24 changed files with 1542 additions and 33 deletions

View File

@@ -43,7 +43,7 @@
line-height: 1.2;
color: var(--primary-dark);
margin-bottom: 24px;
font-family: 'Segoe UI', system-ui, sans-serif;
font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
}
.hero-subline {
@@ -157,15 +157,18 @@
position: absolute;
background: rgba(255, 255, 255, 0.95);
border: 2px solid var(--primary-mid);
border-radius: 12px;
padding: 16px;
min-width: 120px;
border-radius: 8px;
padding: 4px;
min-width: 40px;
width: 40px;
height: 120px;
text-align: center;
backdrop-filter: blur(15px);
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
cursor: pointer;
z-index: 3;
box-shadow: 0 4px 20px rgba(79, 71, 71, 0.1);
overflow: visible;
}
.node:hover {