release: bump version to 0.64.0
This commit is contained in:
@@ -1441,6 +1441,11 @@
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.earth-about-meta-list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.earth-about-meta {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -1460,6 +1465,311 @@
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.earth-oobe {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 12000;
|
||||
display: grid;
|
||||
place-items: start center;
|
||||
padding-top: min(16vh, 150px);
|
||||
color: rgba(235, 245, 255, 0.96);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.earth-oobe__scrim {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background:
|
||||
radial-gradient(circle at 50% 28%, rgba(73, 136, 220, 0.18), transparent 38%),
|
||||
rgba(2, 7, 16, 0.58);
|
||||
animation: earth-oobe-fade-in 180ms ease-out both;
|
||||
}
|
||||
|
||||
.earth-oobe__panel {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
width: min(620px, calc(100vw - 36px));
|
||||
overflow: hidden;
|
||||
border: 1px solid rgba(132, 176, 236, 0.32);
|
||||
border-radius: 22px;
|
||||
background:
|
||||
linear-gradient(135deg, rgba(11, 24, 45, 0.88), rgba(7, 14, 27, 0.76)),
|
||||
rgba(8, 18, 34, 0.7);
|
||||
box-shadow:
|
||||
0 28px 80px rgba(0, 0, 0, 0.42),
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.14);
|
||||
backdrop-filter: blur(22px) saturate(1.28);
|
||||
padding: 28px;
|
||||
transform-origin: 50% 40%;
|
||||
animation: earth-oobe-panel-in 520ms cubic-bezier(0.19, 1, 0.22, 1) both;
|
||||
}
|
||||
|
||||
.earth-oobe__panel::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
pointer-events: none;
|
||||
background:
|
||||
linear-gradient(90deg, transparent, rgba(125, 194, 255, 0.16), transparent),
|
||||
radial-gradient(circle at 88% 0%, rgba(84, 142, 255, 0.2), transparent 30%);
|
||||
opacity: 0.82;
|
||||
}
|
||||
|
||||
.earth-oobe__scan {
|
||||
position: absolute;
|
||||
left: -35%;
|
||||
top: 0;
|
||||
width: 34%;
|
||||
height: 2px;
|
||||
background: linear-gradient(90deg, transparent, rgba(135, 211, 255, 0.9), transparent);
|
||||
box-shadow: 0 0 22px rgba(86, 176, 255, 0.65);
|
||||
animation: earth-oobe-scan 2.8s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.earth-oobe__close {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 14px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border: 1px solid rgba(151, 190, 238, 0.28);
|
||||
border-radius: 10px;
|
||||
background: rgba(12, 24, 42, 0.58);
|
||||
color: rgba(226, 240, 255, 0.86);
|
||||
box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.earth-oobe__eyebrow,
|
||||
.earth-oobe h2,
|
||||
.earth-oobe__subtitle,
|
||||
.earth-oobe__steps,
|
||||
.earth-oobe__stats,
|
||||
.earth-oobe__actions {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.earth-oobe__eyebrow {
|
||||
color: rgba(125, 204, 255, 0.82);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 900;
|
||||
letter-spacing: 0.18em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.earth-oobe h2 {
|
||||
margin: 10px 0;
|
||||
color: #f7fbff;
|
||||
font-size: clamp(1.7rem, 3vw, 2.4rem);
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.earth-oobe__subtitle {
|
||||
max-width: 520px;
|
||||
margin: 0;
|
||||
color: rgba(190, 211, 235, 0.88);
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.earth-oobe__steps {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin: 22px 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.earth-oobe__step {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
min-height: 28px;
|
||||
color: rgba(222, 235, 250, 0.9);
|
||||
animation: earth-oobe-step-in 360ms ease-out both;
|
||||
animation-delay: calc(180ms + var(--step-index, 0) * 80ms);
|
||||
}
|
||||
|
||||
.earth-oobe__step-dot {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 999px;
|
||||
background: #4ca3ff;
|
||||
box-shadow: 0 0 18px rgba(76, 163, 255, 0.72);
|
||||
animation: earth-oobe-dot-pulse 2.4s ease-in-out infinite;
|
||||
}
|
||||
|
||||
.earth-oobe__step--done .earth-oobe__step-dot {
|
||||
background: #36d399;
|
||||
box-shadow: 0 0 18px rgba(54, 211, 153, 0.68);
|
||||
}
|
||||
|
||||
.earth-oobe__step--warn .earth-oobe__step-dot {
|
||||
background: #f6b73c;
|
||||
box-shadow: 0 0 18px rgba(246, 183, 60, 0.62);
|
||||
}
|
||||
|
||||
.earth-oobe__stats {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.earth-oobe__stats span {
|
||||
border: 1px solid rgba(142, 178, 225, 0.22);
|
||||
border-radius: 12px;
|
||||
background: rgba(7, 15, 29, 0.46);
|
||||
padding: 10px 12px;
|
||||
color: rgba(180, 203, 229, 0.82);
|
||||
font-size: 0.82rem;
|
||||
}
|
||||
|
||||
.earth-oobe__stats strong {
|
||||
display: block;
|
||||
color: #ffffff;
|
||||
font-size: 1.28rem;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.earth-oobe__actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px;
|
||||
margin-top: 22px;
|
||||
}
|
||||
|
||||
.earth-oobe__primary,
|
||||
.earth-oobe__secondary,
|
||||
.earth-oobe__ghost {
|
||||
min-height: 38px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 12px;
|
||||
padding: 0 16px;
|
||||
font: inherit;
|
||||
font-weight: 850;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.earth-oobe__primary {
|
||||
border: 1px solid rgba(88, 164, 255, 0.8);
|
||||
background: linear-gradient(180deg, #4e9eff, #1f67e8);
|
||||
color: #ffffff;
|
||||
box-shadow: 0 12px 28px rgba(30, 103, 232, 0.34);
|
||||
}
|
||||
|
||||
.earth-oobe__secondary,
|
||||
.earth-oobe__ghost {
|
||||
border: 1px solid rgba(151, 190, 238, 0.28);
|
||||
background: rgba(12, 24, 42, 0.52);
|
||||
color: rgba(226, 240, 255, 0.9);
|
||||
}
|
||||
|
||||
.earth-oobe--closing {
|
||||
pointer-events: none;
|
||||
animation: earth-oobe-fade-out 220ms ease-in both;
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-fade-in {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-fade-out {
|
||||
from { opacity: 1; }
|
||||
to { opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-panel-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(26px) scale(0.96);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-step-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(8px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-scan {
|
||||
0%, 34% { transform: translateX(0); opacity: 0; }
|
||||
42% { opacity: 1; }
|
||||
72%, 100% { transform: translateX(420%); opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-dot-pulse {
|
||||
0%, 100% { transform: scale(1); opacity: 0.84; }
|
||||
50% { transform: scale(1.18); opacity: 1; }
|
||||
}
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.earth-oobe {
|
||||
place-items: end center;
|
||||
padding: 0 12px 14px;
|
||||
}
|
||||
|
||||
.earth-oobe__panel {
|
||||
width: min(100%, 520px);
|
||||
max-height: 72vh;
|
||||
overflow: auto;
|
||||
border-radius: 22px 22px 18px 18px;
|
||||
padding: 24px 20px;
|
||||
animation-name: earth-oobe-sheet-in;
|
||||
}
|
||||
|
||||
.earth-oobe__panel::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
left: 50%;
|
||||
width: 42px;
|
||||
height: 4px;
|
||||
border-radius: 999px;
|
||||
background: rgba(202, 222, 247, 0.32);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
.earth-oobe__stats,
|
||||
.earth-oobe__actions {
|
||||
grid-template-columns: 1fr;
|
||||
display: grid;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes earth-oobe-sheet-in {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(34px);
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.earth-oobe,
|
||||
.earth-oobe__panel,
|
||||
.earth-oobe__scan,
|
||||
.earth-oobe__step,
|
||||
.earth-oobe__step-dot {
|
||||
animation: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.earth-mobile-settings-card--stacked {
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
|
||||
Reference in New Issue
Block a user