24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, sans-serif;
background: radial-gradient(circle at 20% 30%, #1a0a2e, #0d0015);
min-height: 100vh;
min-height: 100dvh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 16px 16px 0 16px;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
position: relative;
}
.bg-decor {
position: fixed;
border-radius: 50%;
filter: blur(80px);
opacity: 0.25;
pointer-events: none;


