-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
183 lines (161 loc) · 5.34 KB
/
Copy pathindex.css
File metadata and controls
183 lines (161 loc) · 5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
@font-face {
font-family: 'Source Han Sans CN VF';
src: url('/fonts/SourceHanSansCN-VF-2.otf') format('opentype');
font-style: normal;
font-weight: 250 900;
font-display: swap;
}
@import "tailwindcss";
@theme {
--font-sans: 'Source Han Sans CN VF', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', ui-sans-serif, system-ui, sans-serif;
--font-display: 'Source Han Sans CN VF', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', ui-sans-serif, system-ui, sans-serif;
--color-kitty-50: #fff9fb;
--color-kitty-100: #ffeef4;
--color-kitty-200: #ffdae9;
--color-kitty-300: #ffb7d5;
--color-kitty-400: #ff85b8;
--color-kitty-500: #ff4d9c;
--color-kitty-600: #f02d84;
--color-kitty-700: #d11a6d;
--color-kitty-800: #ad145a;
--color-kitty-900: #8f154e;
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
--animate-float: float 6s ease-in-out infinite;
--animate-pulse-soft: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@layer base {
:root {
color-scheme: light;
}
html {
text-rendering: optimizeLegibility;
font-family: var(--font-sans);
background:
radial-gradient(circle at top left, rgba(255, 206, 229, 0.52), transparent 32%),
radial-gradient(circle at 82% 14%, rgba(169, 228, 255, 0.48), transparent 26%),
radial-gradient(circle at 75% 75%, rgba(195, 255, 230, 0.38), transparent 28%),
linear-gradient(180deg, #fffdfd 0%, #fff7fb 48%, #f7fbff 100%);
}
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: var(--font-sans);
min-height: 100vh;
background:
radial-gradient(circle at top left, rgba(255, 206, 229, 0.52), transparent 32%),
radial-gradient(circle at 82% 14%, rgba(169, 228, 255, 0.48), transparent 26%),
radial-gradient(circle at 75% 75%, rgba(195, 255, 230, 0.38), transparent 28%),
linear-gradient(180deg, #fffdfd 0%, #fff7fb 48%, #f7fbff 100%);
color: #17203a;
}
h1, h2, h3, h4 {
letter-spacing: -0.02em;
}
button,
input,
textarea,
select {
font: inherit;
}
}
@layer utilities {
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
.momentum-scroll {
-webkit-overflow-scrolling: touch;
}
.glass {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.48));
backdrop-filter: blur(18px) saturate(150%);
-webkit-backdrop-filter: blur(18px) saturate(150%);
border: 1px solid rgba(255, 255, 255, 0.65);
box-shadow:
0 16px 50px rgba(157, 169, 207, 0.14),
inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.glass-panel {
position: relative;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.56));
border: 1px solid rgba(255, 255, 255, 0.82);
backdrop-filter: blur(24px) saturate(155%);
-webkit-backdrop-filter: blur(24px) saturate(155%);
box-shadow:
0 24px 70px rgba(150, 164, 205, 0.16),
0 8px 26px rgba(255, 119, 187, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.glass-panel::before {
content: "";
position: absolute;
inset: 1px;
border-radius: inherit;
pointer-events: none;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.08));
}
.glass-pill {
background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.58));
border: 1px solid rgba(255, 255, 255, 0.78);
box-shadow:
0 10px 30px rgba(158, 172, 214, 0.15),
inset 0 1px 0 rgba(255, 255, 255, 0.95);
backdrop-filter: blur(16px) saturate(150%);
-webkit-backdrop-filter: blur(16px) saturate(150%);
}
.aurora-orb {
position: absolute;
border-radius: 9999px;
filter: blur(26px);
opacity: 0.72;
pointer-events: none;
}
.aurora-text {
background-image: linear-gradient(135deg, #15203d 0%, #3f52df 28%, #ff4d9c 72%, #2dbfc6 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.cloud-logo-shell {
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.25) 42%, transparent 58%),
linear-gradient(145deg, rgba(255, 120, 182, 0.98), rgba(153, 120, 255, 0.9) 52%, rgba(108, 225, 225, 0.92));
box-shadow:
0 18px 40px rgba(255, 114, 181, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.cloud-logo-shell::before {
content: "";
position: absolute;
inset: 8px 10px auto 10px;
height: 46%;
border-radius: 9999px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.08));
filter: blur(2px);
opacity: 0.9;
pointer-events: none;
}
.cloud-logo-shell::after {
content: "";
position: absolute;
inset: 5px;
border-radius: inherit;
border: 1px solid rgba(255, 255, 255, 0.34);
pointer-events: none;
}
.hero-mesh {
background:
radial-gradient(circle at 18% 18%, rgba(255, 213, 231, 0.95), transparent 24%),
radial-gradient(circle at 74% 22%, rgba(192, 243, 255, 0.9), transparent 22%),
radial-gradient(circle at 84% 82%, rgba(204, 255, 237, 0.75), transparent 20%),
linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(251, 248, 255, 0.56));
}
}