1137 lines
26 KiB
CSS
1137 lines
26 KiB
CSS
@import "tailwindcss";
|
|
@import "fumadocs-ui/css/ocean.css";
|
|
@import "fumadocs-ui/css/preset.css";
|
|
|
|
@theme {
|
|
--color-landing-ink: #f7fbff;
|
|
--color-landing-muted: #9aa9bc;
|
|
--color-landing-blue: #6ea8ff;
|
|
--color-landing-sky: #52d5ff;
|
|
--color-landing-green: #44d19d;
|
|
--color-landing-line: rgba(155, 176, 205, 0.18);
|
|
--color-landing-soft: rgba(148, 163, 184, 0.1);
|
|
--color-landing-panel: rgba(17, 21, 29, 0.84);
|
|
--color-landing-panel-strong: rgba(23, 28, 38, 0.94);
|
|
}
|
|
|
|
:root {
|
|
--color-fd-background: #fafafa;
|
|
--color-fd-foreground: #0a0a0a;
|
|
--color-fd-muted: #f5f5f5;
|
|
--color-fd-muted-foreground: #737373;
|
|
--color-fd-popover: #fff;
|
|
--color-fd-popover-foreground: #272727;
|
|
--color-fd-card: #fefefe;
|
|
--color-fd-card-foreground: #0a0a0a;
|
|
--color-fd-border: #9993;
|
|
--color-fd-primary: #171717;
|
|
--color-fd-primary-foreground: #fafafa;
|
|
--color-fd-secondary: #f5f5f5;
|
|
--color-fd-secondary-foreground: #171717;
|
|
--color-fd-accent: #f0f0f0;
|
|
--color-fd-accent-foreground: #171717;
|
|
--color-fd-ring: #a3a3a3;
|
|
--dbx-surface: #fefefe;
|
|
--dbx-surface-soft: #f7f7f7;
|
|
--dbx-line: var(--color-fd-border);
|
|
--dbx-blue: #171717;
|
|
--dbx-sky: #737373;
|
|
--dbx-green: #525252;
|
|
}
|
|
|
|
.dark {
|
|
--color-fd-background: #050505;
|
|
--color-fd-foreground: #fafafa;
|
|
--color-fd-muted: #141414;
|
|
--color-fd-muted-foreground: #999;
|
|
--color-fd-popover: #0a0a0a;
|
|
--color-fd-popover-foreground: #fafafa;
|
|
--color-fd-card: #0a0a0a;
|
|
--color-fd-card-foreground: #fafafa;
|
|
--color-fd-border: #80808033;
|
|
--color-fd-primary: #fafafa;
|
|
--color-fd-primary-foreground: #171717;
|
|
--color-fd-secondary: #212121;
|
|
--color-fd-secondary-foreground: #fafafa;
|
|
--color-fd-accent: #262626;
|
|
--color-fd-accent-foreground: #fff;
|
|
--color-fd-ring: #595959;
|
|
--dbx-surface: #0a0a0a;
|
|
--dbx-surface-soft: #141414;
|
|
--dbx-line: var(--color-fd-border);
|
|
--dbx-blue: #fafafa;
|
|
--dbx-sky: #999;
|
|
--dbx-green: #d4d4d4;
|
|
}
|
|
|
|
html {
|
|
background: var(--color-fd-background);
|
|
color-scheme: light;
|
|
}
|
|
|
|
.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
body {
|
|
min-height: 100vh;
|
|
background: var(--color-fd-background);
|
|
text-rendering: optimizeLegibility;
|
|
}
|
|
|
|
.dark body {
|
|
background: var(--color-fd-background);
|
|
}
|
|
|
|
::selection {
|
|
background: color-mix(in srgb, var(--color-fd-primary) 18%, transparent);
|
|
}
|
|
|
|
article {
|
|
color: color-mix(in srgb, var(--color-fd-foreground) 92%, var(--color-fd-muted-foreground));
|
|
}
|
|
|
|
article,
|
|
article :where(h1, h2, h3, h4, h5, h6, p, li, blockquote, table, th, td, pre, code, span, strong, em) {
|
|
-webkit-user-select: text;
|
|
user-select: text;
|
|
}
|
|
|
|
article h1 {
|
|
letter-spacing: 0;
|
|
line-height: 1.08;
|
|
}
|
|
|
|
article h2 {
|
|
border-top: 1px solid var(--dbx-line);
|
|
margin-top: 2.35rem;
|
|
padding-top: 1.35rem;
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
article h3 {
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
article p,
|
|
article li {
|
|
line-height: 1.78;
|
|
}
|
|
|
|
article p {
|
|
color: color-mix(in srgb, var(--color-fd-foreground) 78%, var(--color-fd-muted-foreground));
|
|
}
|
|
|
|
article a:not([class]) {
|
|
color: var(--dbx-blue);
|
|
font-weight: 560;
|
|
text-decoration-color: color-mix(in srgb, var(--color-fd-primary) 32%, transparent);
|
|
text-underline-offset: 3px;
|
|
}
|
|
|
|
article a:not([class]):hover {
|
|
text-decoration-color: var(--dbx-blue);
|
|
}
|
|
|
|
article img {
|
|
border: 1px solid var(--dbx-line);
|
|
border-radius: 10px;
|
|
box-shadow: 0 18px 54px color-mix(in srgb, black 12%, transparent);
|
|
}
|
|
|
|
article table {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
border: 1px solid var(--dbx-line);
|
|
border-radius: 9px;
|
|
border-collapse: separate;
|
|
border-spacing: 0;
|
|
background: var(--dbx-surface);
|
|
font-size: 0.925rem;
|
|
}
|
|
|
|
article thead {
|
|
background: var(--dbx-surface-soft);
|
|
}
|
|
|
|
article th {
|
|
color: color-mix(in srgb, var(--color-fd-foreground) 86%, var(--color-fd-muted-foreground));
|
|
font-weight: 680;
|
|
}
|
|
|
|
article th,
|
|
article td {
|
|
border-bottom: 1px solid var(--dbx-line);
|
|
padding: 0.78rem 0.92rem;
|
|
}
|
|
|
|
article tr:last-child td {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
article pre {
|
|
border: 1px solid color-mix(in srgb, var(--color-fd-border) 70%, transparent);
|
|
border-radius: 10px;
|
|
background: #0a0a0a !important;
|
|
margin: 1rem 0 1.35rem;
|
|
padding: 0.9rem 0;
|
|
overflow-x: auto;
|
|
box-shadow: 0 18px 42px color-mix(in srgb, black 14%, transparent);
|
|
}
|
|
|
|
article pre code {
|
|
display: block;
|
|
min-width: max-content;
|
|
border: 0;
|
|
background: transparent !important;
|
|
color: #e5e5e5;
|
|
font-size: 0.92rem;
|
|
line-height: 1.72;
|
|
}
|
|
|
|
article pre code span {
|
|
color: var(--shiki-dark, #e5e5e5) !important;
|
|
font-style: var(--shiki-dark-font-style, inherit);
|
|
}
|
|
|
|
article pre .line {
|
|
padding-left: 1.1rem;
|
|
padding-right: 1.1rem;
|
|
}
|
|
|
|
article figure.shiki {
|
|
border-color: color-mix(in srgb, var(--color-fd-border) 74%, transparent);
|
|
border-radius: 9px;
|
|
background: #0a0a0a !important;
|
|
margin: 0.85rem 0 1.05rem;
|
|
box-shadow: 0 12px 28px color-mix(in srgb, black 12%, transparent);
|
|
}
|
|
|
|
article figure.shiki [role="region"] {
|
|
padding-top: 0.7rem;
|
|
padding-bottom: 0.7rem;
|
|
}
|
|
|
|
article figure.shiki pre {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background: transparent !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
article figure.shiki pre code {
|
|
line-height: 1.58;
|
|
}
|
|
|
|
article figure.shiki button:hover {
|
|
color: #e5e5e5;
|
|
}
|
|
|
|
article :not(pre) > code {
|
|
border: 1px solid var(--dbx-line);
|
|
border-radius: 6px;
|
|
padding: 0.12rem 0.34rem;
|
|
background: color-mix(in srgb, var(--color-fd-muted) 72%, transparent);
|
|
color: color-mix(in srgb, var(--color-fd-foreground) 88%, var(--dbx-blue));
|
|
font-size: 0.88em;
|
|
}
|
|
|
|
article a.block.rounded-xl,
|
|
article a.flex.rounded-lg {
|
|
border-color: var(--dbx-line);
|
|
border-radius: 9px;
|
|
background: var(--dbx-surface);
|
|
box-shadow: 0 1px 2px color-mix(in srgb, black 4%, transparent);
|
|
}
|
|
|
|
article a.block.rounded-xl:hover,
|
|
article a.flex.rounded-lg:hover {
|
|
border-color: color-mix(in srgb, var(--color-fd-primary) 28%, var(--dbx-line));
|
|
background: color-mix(in srgb, var(--color-fd-accent) 58%, var(--dbx-surface));
|
|
box-shadow: 0 10px 28px color-mix(in srgb, black 7%, transparent);
|
|
}
|
|
|
|
article [role="tablist"].not-prose {
|
|
border: 0;
|
|
border-bottom: 1px solid var(--dbx-line);
|
|
border-radius: 0;
|
|
background: transparent;
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
article [role="tablist"].not-prose [role="tab"] {
|
|
border-radius: 0;
|
|
font-weight: 620;
|
|
}
|
|
|
|
article [role="tablist"].not-prose [role="tab"][data-state="active"] {
|
|
background: transparent;
|
|
box-shadow: none;
|
|
}
|
|
|
|
article [role="tabpanel"] {
|
|
border-color: var(--dbx-line);
|
|
}
|
|
|
|
article div[class*="border"] {
|
|
border-color: var(--dbx-line);
|
|
}
|
|
|
|
aside a[href*="/docs/"][class*="rounded-lg"][data-active="true"],
|
|
aside a[href*="/docs/"][class*="rounded-lg"][aria-current="page"] {
|
|
background: color-mix(in srgb, var(--color-fd-primary) 5%, var(--color-fd-accent));
|
|
color: var(--color-fd-primary);
|
|
font-weight: 650;
|
|
}
|
|
|
|
.dbx-docs-sidebar-footer {
|
|
padding-top: 0.5rem;
|
|
}
|
|
|
|
#nd-sidebar .dbx-docs-sidebar-footer {
|
|
border-top: 1px solid var(--dbx-line);
|
|
margin-inline: -1rem;
|
|
padding: 0.8rem 1rem 0;
|
|
}
|
|
|
|
.dbx-docs-sidebar-tools {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
gap: 0.75rem;
|
|
}
|
|
|
|
.dbx-docs-sidebar-tools a,
|
|
.dbx-docs-sidebar-tools button {
|
|
outline-offset: 2px;
|
|
}
|
|
|
|
.dbx-docs-theme-switch {
|
|
border-color: color-mix(in srgb, var(--color-fd-border) 82%, transparent);
|
|
background: color-mix(in srgb, var(--color-fd-secondary) 72%, transparent);
|
|
padding: 0.125rem;
|
|
box-shadow: 0 1px 2px color-mix(in srgb, black 5%, transparent);
|
|
}
|
|
|
|
.dbx-docs-theme-switch [class*="size-6.5"] {
|
|
width: 1.55rem;
|
|
height: 1.55rem;
|
|
padding: 0.33rem;
|
|
}
|
|
|
|
.dbx-docs-theme-switch [class*="bg-fd-accent"] {
|
|
background: var(--color-fd-popover);
|
|
box-shadow:
|
|
0 1px 2px color-mix(in srgb, black 8%, transparent),
|
|
0 0 0 1px color-mix(in srgb, var(--color-fd-border) 64%, transparent);
|
|
}
|
|
|
|
.dark .dbx-docs-theme-switch [class*="bg-fd-accent"] {
|
|
background: color-mix(in srgb, var(--color-fd-accent) 72%, var(--color-fd-popover));
|
|
}
|
|
|
|
button,
|
|
a {
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
.landing {
|
|
--landing-max: 1180px;
|
|
min-height: 100vh;
|
|
color: var(--color-landing-ink);
|
|
background: #0b1120;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.landing::after {
|
|
content: "";
|
|
position: fixed;
|
|
inset: 0;
|
|
z-index: 0;
|
|
pointer-events: none;
|
|
opacity: 0.03;
|
|
background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
|
|
mix-blend-mode: overlay;
|
|
}
|
|
|
|
.landing a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Reveal animation */
|
|
|
|
.landing-reveal {
|
|
opacity: 1;
|
|
transform: none;
|
|
transition:
|
|
opacity 0.72s ease,
|
|
transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
|
|
transition-delay: var(--reveal-delay, 0ms);
|
|
}
|
|
|
|
.landing-reveal.is-visible {
|
|
opacity: 1;
|
|
transform: none;
|
|
}
|
|
|
|
.landing-reveal [data-stagger] {
|
|
opacity: 1;
|
|
transform: none;
|
|
transition:
|
|
opacity 0.58s ease,
|
|
transform 0.58s cubic-bezier(0.16, 1, 0.3, 1);
|
|
}
|
|
|
|
.landing-reveal.is-visible [data-stagger] {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(2) {
|
|
transition-delay: 70ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(3) {
|
|
transition-delay: 120ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(4) {
|
|
transition-delay: 170ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(8n + 5) {
|
|
transition-delay: 210ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(8n + 6) {
|
|
transition-delay: 250ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(8n + 7) {
|
|
transition-delay: 290ms;
|
|
}
|
|
.landing-reveal.is-visible [data-stagger]:nth-child(8n) {
|
|
transition-delay: 330ms;
|
|
}
|
|
|
|
/* Nav */
|
|
|
|
.landing-nav {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
z-index: 80;
|
|
border-bottom: 1px solid transparent;
|
|
background: transparent;
|
|
transition:
|
|
background 0.3s ease,
|
|
border-color 0.3s ease;
|
|
}
|
|
|
|
.landing-nav::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
backdrop-filter: blur(18px);
|
|
opacity: 0;
|
|
transition: opacity 0.3s ease;
|
|
z-index: -1;
|
|
}
|
|
|
|
.landing-nav.is-scrolled {
|
|
border-bottom-color: var(--color-landing-line);
|
|
background: color-mix(in srgb, #0c1120 44%, transparent);
|
|
}
|
|
|
|
.landing-nav.is-scrolled::before {
|
|
opacity: 1;
|
|
}
|
|
|
|
.landing-nav-link {
|
|
transition:
|
|
background 0.16s ease,
|
|
color 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-nav-link:hover {
|
|
background: var(--color-landing-soft);
|
|
color: var(--color-landing-ink);
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
/* Hero */
|
|
|
|
.landing-hero {
|
|
position: relative;
|
|
min-height: calc(100vh - 64px);
|
|
padding-top: 148px;
|
|
overflow: hidden;
|
|
isolation: isolate;
|
|
}
|
|
|
|
.landing-hero::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background:
|
|
radial-gradient(ellipse at 50% 34%, rgba(44, 88, 174, 0.48), transparent 52%), radial-gradient(ellipse at 18% 16%, rgba(82, 213, 255, 0.13), transparent 34%), radial-gradient(ellipse at 76% 22%, rgba(68, 209, 157, 0.1), transparent 30%),
|
|
linear-gradient(180deg, #0b1120 0%, #0c1528 48%, #0b1120 82%, #0b1120 100%);
|
|
z-index: -3;
|
|
}
|
|
|
|
.landing-hero::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 134px -12vw -140px;
|
|
background-image: linear-gradient(rgba(110, 168, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(110, 168, 255, 0.08) 1px, transparent 1px);
|
|
background-size: 58px 58px;
|
|
mask-image: radial-gradient(ellipse at 50% 56%, black 0%, transparent 64%);
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
transform: perspective(1200px) rotateX(60deg) translateY(84px);
|
|
transform-origin: center bottom;
|
|
animation: landing-grid-drift 15s linear infinite;
|
|
z-index: -2;
|
|
}
|
|
|
|
.aceternity-spotlight {
|
|
position: absolute;
|
|
inset: -210px auto auto 50%;
|
|
width: min(980px, 82vw);
|
|
height: 720px;
|
|
border-radius: 999px;
|
|
background: radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.16), transparent 12%), radial-gradient(circle at 46% 38%, rgba(82, 213, 255, 0.2), transparent 34%), radial-gradient(circle at 58% 52%, rgba(110, 168, 255, 0.16), transparent 60%);
|
|
filter: blur(52px);
|
|
mix-blend-mode: screen;
|
|
pointer-events: none;
|
|
transform: translateX(-50%);
|
|
z-index: -1;
|
|
}
|
|
|
|
.landing-hero-copy {
|
|
animation: landing-rise 0.72s ease-out both;
|
|
}
|
|
|
|
.landing-hero-subtitle {
|
|
color: color-mix(in srgb, var(--color-landing-muted) 86%, white);
|
|
}
|
|
|
|
.landing-eyebrow {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: rgba(255, 255, 255, 0.04);
|
|
color: color-mix(in srgb, var(--color-landing-sky) 74%, white);
|
|
box-shadow:
|
|
0 0 0 1px rgba(82, 213, 255, 0.04) inset,
|
|
0 0 28px rgba(82, 213, 255, 0.13);
|
|
animation: landing-pulse 3.8s ease-in-out infinite;
|
|
}
|
|
|
|
/* Buttons */
|
|
|
|
.landing-btn-primary {
|
|
background: #f7fbff;
|
|
color: #090d13;
|
|
box-shadow:
|
|
0 14px 36px rgba(110, 168, 255, 0.18),
|
|
0 0 0 1px rgba(255, 255, 255, 0.4) inset;
|
|
transition:
|
|
opacity 0.16s ease,
|
|
transform 0.16s ease,
|
|
box-shadow 0.16s ease;
|
|
animation: landing-cta-glow 3.4s ease-in-out infinite;
|
|
}
|
|
|
|
.landing-btn-primary:hover {
|
|
opacity: 0.88;
|
|
transform: translateY(-1px);
|
|
box-shadow: 0 18px 42px rgba(110, 168, 255, 0.25);
|
|
}
|
|
|
|
.landing-btn-secondary {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: var(--color-landing-panel);
|
|
color: var(--color-landing-ink);
|
|
transition:
|
|
border-color 0.16s ease,
|
|
background 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-btn-secondary:hover {
|
|
border-color: rgba(178, 200, 230, 0.34);
|
|
background: var(--color-landing-panel-strong);
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
/* Install dropdown */
|
|
|
|
.landing-install::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0;
|
|
display: block;
|
|
width: 100%;
|
|
height: 24px;
|
|
}
|
|
|
|
.landing-install-trigger {
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(239, 244, 250, 0.96)), #fff;
|
|
color: #070b12;
|
|
box-shadow:
|
|
0 18px 54px rgba(0, 0, 0, 0.24),
|
|
0 0 0 1px rgba(255, 255, 255, 0.72) inset;
|
|
transition: box-shadow 0.16s ease;
|
|
}
|
|
|
|
.landing-install-trigger:hover,
|
|
.landing-install[data-open="true"] .landing-install-trigger {
|
|
box-shadow:
|
|
0 24px 68px rgba(0, 0, 0, 0.3),
|
|
0 0 0 1px rgba(255, 255, 255, 0.78) inset;
|
|
}
|
|
|
|
.landing-install-trigger > svg:first-child {
|
|
fill: currentColor;
|
|
stroke-width: 0;
|
|
}
|
|
|
|
.landing-install-trigger > svg:last-child {
|
|
color: #5f6876;
|
|
transition: transform 0.16s ease;
|
|
}
|
|
|
|
.landing-install[data-open="true"] .landing-install-trigger > svg:last-child {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.landing-install-menu {
|
|
background: rgba(4, 5, 8, 0.94);
|
|
box-shadow:
|
|
0 26px 64px rgba(0, 0, 0, 0.34),
|
|
0 0 0 1px rgba(255, 255, 255, 0.035) inset;
|
|
backdrop-filter: blur(18px);
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
transition:
|
|
opacity 0.16s ease,
|
|
transform 0.16s ease,
|
|
visibility 0.16s ease;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.landing-install:hover .landing-install-menu,
|
|
.landing-install[data-open="true"] .landing-install-menu {
|
|
opacity: 1;
|
|
pointer-events: auto;
|
|
visibility: visible;
|
|
}
|
|
|
|
.landing-install-option {
|
|
color: color-mix(in srgb, var(--color-landing-ink) 88%, var(--color-landing-muted));
|
|
transition:
|
|
background 0.16s ease,
|
|
color 0.16s ease;
|
|
}
|
|
|
|
.landing-install-option:hover {
|
|
background: rgba(255, 255, 255, 0.055);
|
|
color: var(--color-landing-ink);
|
|
}
|
|
|
|
.landing-install-option svg {
|
|
fill: currentColor;
|
|
stroke-width: 1.8;
|
|
}
|
|
|
|
/* Product showcase */
|
|
|
|
.landing-product {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: #0d1117;
|
|
box-shadow:
|
|
0 38px 110px rgba(0, 0, 0, 0.5),
|
|
0 0 80px rgba(82, 213, 255, 0.1),
|
|
0 0 0 1px rgba(255, 255, 255, 0.03) inset;
|
|
transform-style: preserve-3d;
|
|
transition:
|
|
box-shadow 0.24s ease,
|
|
transform 0.24s ease;
|
|
}
|
|
|
|
.landing-product::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
border-radius: inherit;
|
|
padding: 1px;
|
|
background: conic-gradient(from 180deg, transparent, rgba(110, 168, 255, 0.04), rgba(82, 213, 255, 0.28), rgba(68, 209, 157, 0.18), rgba(110, 168, 255, 0.04), transparent);
|
|
-webkit-mask:
|
|
linear-gradient(#000 0 0) content-box,
|
|
linear-gradient(#000 0 0);
|
|
-webkit-mask-composite: xor;
|
|
mask-composite: exclude;
|
|
pointer-events: none;
|
|
z-index: 4;
|
|
}
|
|
|
|
.landing-product::after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 34px 0 0;
|
|
background: radial-gradient(circle at 72% 18%, rgba(82, 213, 255, 0.1), transparent 18%);
|
|
mix-blend-mode: screen;
|
|
pointer-events: none;
|
|
z-index: 3;
|
|
}
|
|
|
|
.landing-product:hover {
|
|
transform: translateY(-4px) scale(1.005);
|
|
box-shadow:
|
|
0 46px 122px rgba(0, 0, 0, 0.58),
|
|
0 0 100px rgba(82, 213, 255, 0.13);
|
|
}
|
|
|
|
.landing-product-slide {
|
|
opacity: 0;
|
|
transition: opacity 0.45s ease;
|
|
}
|
|
|
|
.landing-product-slide[data-active="true"] {
|
|
opacity: 1;
|
|
}
|
|
|
|
.landing-product-dots {
|
|
border: 1px solid rgba(155, 176, 205, 0.16);
|
|
background: rgba(5, 8, 13, 0.66);
|
|
backdrop-filter: blur(16px);
|
|
}
|
|
|
|
.landing-product-dots button {
|
|
background: rgba(226, 232, 240, 0.38);
|
|
color: transparent;
|
|
transition:
|
|
width 0.2s ease,
|
|
background 0.2s ease,
|
|
opacity 0.2s ease;
|
|
}
|
|
|
|
.landing-product-dots button[aria-current="true"] {
|
|
width: 28px;
|
|
background: color-mix(in srgb, var(--color-landing-sky) 84%, white);
|
|
}
|
|
|
|
.landing-product-dots span {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
clip: rect(0 0 0 0);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* Glass cards */
|
|
|
|
.landing-glass-card {
|
|
border: 1px solid rgba(155, 176, 205, 0.14);
|
|
background: radial-gradient(circle at 78% 12%, rgba(110, 168, 255, 0.12), transparent 44%), linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), rgba(12, 15, 22, 0.72);
|
|
box-shadow:
|
|
0 18px 44px rgba(0, 0, 0, 0.14),
|
|
0 0 0 1px rgba(255, 255, 255, 0.02) inset;
|
|
}
|
|
|
|
.landing-glass-card-green {
|
|
border: 1px solid rgba(155, 176, 205, 0.14);
|
|
background: radial-gradient(circle at 78% 16%, rgba(68, 209, 157, 0.1), transparent 34%), linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), rgba(12, 15, 22, 0.72);
|
|
box-shadow:
|
|
0 18px 44px rgba(0, 0, 0, 0.14),
|
|
0 0 0 1px rgba(255, 255, 255, 0.02) inset;
|
|
}
|
|
|
|
/* Inline link */
|
|
|
|
.landing-inline-link {
|
|
color: var(--color-landing-blue);
|
|
transition:
|
|
color 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-inline-link:hover {
|
|
color: color-mix(in srgb, var(--color-landing-sky) 70%, white);
|
|
transform: translateX(2px);
|
|
}
|
|
|
|
/* Workflow card */
|
|
|
|
.landing-workflow-grid {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: var(--color-landing-panel);
|
|
}
|
|
|
|
.landing-workflow-card {
|
|
color: var(--color-landing-ink);
|
|
transition:
|
|
border-color 0.16s ease,
|
|
background 0.16s ease,
|
|
transform 0.16s ease,
|
|
box-shadow 0.16s ease;
|
|
}
|
|
|
|
.landing-workflow-card:hover {
|
|
background: var(--color-landing-panel-strong);
|
|
border-color: rgba(110, 168, 255, 0.24);
|
|
transform: translateY(-3px);
|
|
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
|
|
}
|
|
|
|
/* Update version badge */
|
|
|
|
.landing-update-version {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: var(--color-landing-panel);
|
|
color: var(--color-landing-blue);
|
|
}
|
|
|
|
/* DB card */
|
|
|
|
.landing-db-card {
|
|
border: 1px solid rgba(155, 176, 205, 0.14);
|
|
background: radial-gradient(circle at 50% 112%, color-mix(in srgb, var(--db-tone) 20%, transparent), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)), rgba(12, 15, 22, 0.74);
|
|
box-shadow:
|
|
0 18px 44px rgba(0, 0, 0, 0.15),
|
|
0 0 0 1px rgba(255, 255, 255, 0.02) inset;
|
|
transition:
|
|
border-color 0.16s ease,
|
|
background 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-db-card:hover {
|
|
border-color: color-mix(in srgb, var(--db-tone) 42%, rgba(155, 176, 205, 0.18));
|
|
background: radial-gradient(circle at 50% 112%, color-mix(in srgb, var(--db-tone) 26%, transparent), transparent 62%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.024)), rgba(14, 18, 27, 0.9);
|
|
transform: translateY(-3px);
|
|
}
|
|
|
|
.landing-db-icon img {
|
|
filter: drop-shadow(0 10px 20px color-mix(in srgb, var(--db-tone) 20%, transparent));
|
|
}
|
|
|
|
.landing-db-icon span {
|
|
background: color-mix(in srgb, var(--db-tone) 78%, #10151d);
|
|
box-shadow: 0 10px 20px color-mix(in srgb, var(--db-tone) 22%, transparent);
|
|
}
|
|
|
|
/* Testimonials */
|
|
|
|
.landing-testimonial-wall::before,
|
|
.landing-testimonial-wall::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 2;
|
|
width: min(180px, 18vw);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.landing-testimonial-wall::before {
|
|
left: 0;
|
|
background: linear-gradient(90deg, #10151d, rgba(16, 21, 29, 0));
|
|
}
|
|
|
|
.landing-testimonial-wall::after {
|
|
right: 0;
|
|
background: linear-gradient(270deg, #10151d, rgba(16, 21, 29, 0));
|
|
}
|
|
|
|
.landing-testimonial-marquee[data-speed="slow"] {
|
|
--testimonial-duration: 58s;
|
|
}
|
|
|
|
.landing-testimonial-marquee[data-speed="normal"] {
|
|
--testimonial-duration: 42s;
|
|
}
|
|
|
|
.landing-testimonial-track {
|
|
animation: landing-testimonial-scroll var(--testimonial-duration, 48s) linear infinite;
|
|
animation-play-state: running !important;
|
|
}
|
|
|
|
.landing-testimonial-marquee[data-direction="right"] .landing-testimonial-track {
|
|
animation-direction: reverse;
|
|
}
|
|
|
|
.landing-testimonial-card {
|
|
border: 1px solid rgba(155, 176, 205, 0.14);
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)), rgba(13, 18, 26, 0.78);
|
|
box-shadow:
|
|
0 18px 45px rgba(0, 0, 0, 0.18),
|
|
0 0 0 1px rgba(255, 255, 255, 0.025) inset;
|
|
}
|
|
|
|
/* Contributors wall */
|
|
|
|
.landing-contributor-grid {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 10px;
|
|
justify-content: center;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
.landing-contributor-avatar {
|
|
display: block;
|
|
position: relative;
|
|
width: 58px;
|
|
height: 58px;
|
|
border-radius: 50%;
|
|
border: 1.5px solid rgba(155, 176, 205, 0.16);
|
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)), rgba(12, 15, 22, 0.78);
|
|
box-shadow:
|
|
0 8px 24px rgba(0, 0, 0, 0.18),
|
|
0 0 0 1px rgba(255, 255, 255, 0.03) inset;
|
|
transition:
|
|
border-color 0.2s ease,
|
|
transform 0.2s cubic-bezier(0.16, 1, 0.3, 1),
|
|
box-shadow 0.2s ease;
|
|
}
|
|
|
|
.landing-contributor-avatar:hover {
|
|
border-color: rgba(110, 168, 255, 0.42);
|
|
transform: translateY(-3px) scale(1.08);
|
|
box-shadow:
|
|
0 14px 36px rgba(110, 168, 255, 0.22),
|
|
0 0 0 1px rgba(255, 255, 255, 0.06) inset;
|
|
z-index: 2;
|
|
overflow: visible;
|
|
}
|
|
|
|
.landing-contributor-avatar img {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.landing-contributor-tooltip {
|
|
position: absolute;
|
|
bottom: calc(100% + 8px);
|
|
left: 50%;
|
|
transform: translateX(-50%) translateY(4px);
|
|
pointer-events: none;
|
|
white-space: nowrap;
|
|
padding: 6px 12px;
|
|
border-radius: 6px;
|
|
background: rgba(18, 22, 32, 0.96);
|
|
border: 1px solid rgba(155, 176, 205, 0.22);
|
|
box-shadow:
|
|
0 8px 24px rgba(0, 0, 0, 0.32),
|
|
0 0 0 1px rgba(255, 255, 255, 0.04) inset;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 2px;
|
|
opacity: 0;
|
|
transition:
|
|
opacity 0.18s ease,
|
|
transform 0.18s ease;
|
|
}
|
|
|
|
.landing-contributor-tooltip.is-visible {
|
|
opacity: 1;
|
|
transform: translateX(-50%) translateY(0);
|
|
}
|
|
|
|
.landing-contributor-tooltip-name {
|
|
font-size: 13px;
|
|
font-weight: 650;
|
|
color: var(--color-landing-ink);
|
|
}
|
|
|
|
.landing-contributor-tooltip-count {
|
|
font-size: 11px;
|
|
color: var(--color-landing-muted);
|
|
}
|
|
|
|
/* Capability card */
|
|
|
|
.landing-capability {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: var(--color-landing-panel);
|
|
transition:
|
|
border-color 0.16s ease,
|
|
background 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-capability:hover {
|
|
border-color: rgba(110, 168, 255, 0.24);
|
|
background: var(--color-landing-panel-strong);
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
/* Final CTA link */
|
|
|
|
.landing-final-link {
|
|
border: 1px solid var(--color-landing-line);
|
|
background: var(--color-landing-panel);
|
|
color: var(--color-landing-ink);
|
|
transition:
|
|
border-color 0.16s ease,
|
|
background 0.16s ease,
|
|
transform 0.16s ease;
|
|
}
|
|
|
|
.landing-final-link:hover {
|
|
border-color: rgba(178, 200, 230, 0.34);
|
|
background: var(--color-landing-panel-strong);
|
|
transform: translateY(-1px);
|
|
}
|
|
|
|
/* Responsive */
|
|
|
|
@media (max-width: 1040px) {
|
|
.landing-hero {
|
|
padding-top: 120px;
|
|
}
|
|
|
|
.landing-workflow-card:nth-child(2n) {
|
|
border-right: 0;
|
|
}
|
|
|
|
.landing-workflow-card:nth-child(-n + 2) {
|
|
border-bottom: 1px solid var(--color-landing-line);
|
|
}
|
|
}
|
|
|
|
@media (max-width: 760px) {
|
|
.landing-hero {
|
|
padding-top: 104px;
|
|
min-height: 0;
|
|
}
|
|
|
|
.landing-hero::before {
|
|
right: 0;
|
|
background: radial-gradient(circle at 50% 18%, rgba(82, 213, 255, 0.18), transparent 280px), radial-gradient(circle at 76% 26%, rgba(68, 209, 157, 0.08), transparent 220px), linear-gradient(180deg, #10151d 0%, #0c1528 44%, #10151d 94%);
|
|
}
|
|
|
|
.landing-hero::after {
|
|
inset: 130px -90px 0;
|
|
opacity: 0.3;
|
|
}
|
|
|
|
.aceternity-spotlight {
|
|
inset: -18% auto auto 50%;
|
|
width: 96vw;
|
|
}
|
|
|
|
.landing-product-dots {
|
|
right: 12px;
|
|
bottom: 11px;
|
|
}
|
|
|
|
.landing-workflow-card {
|
|
border-right: 0;
|
|
border-bottom: 1px solid var(--color-landing-line);
|
|
}
|
|
|
|
.landing-workflow-card:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.landing-testimonial-wall {
|
|
margin-right: -18px;
|
|
margin-left: -18px;
|
|
}
|
|
|
|
.landing-testimonial-wall::before,
|
|
.landing-testimonial-wall::after {
|
|
width: 46px;
|
|
}
|
|
|
|
.landing-contributor-grid {
|
|
gap: 8px;
|
|
}
|
|
|
|
.landing-contributor-avatar {
|
|
width: 46px;
|
|
height: 46px;
|
|
}
|
|
}
|
|
|
|
/* Keyframes */
|
|
|
|
@keyframes landing-rise {
|
|
from {
|
|
opacity: 0;
|
|
transform: translateY(18px);
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
}
|
|
|
|
@keyframes landing-grid-drift {
|
|
from {
|
|
background-position: 0 0;
|
|
}
|
|
to {
|
|
background-position: 54px 54px;
|
|
}
|
|
}
|
|
|
|
@keyframes landing-pulse {
|
|
0%,
|
|
100% {
|
|
border-color: rgba(155, 176, 205, 0.18);
|
|
box-shadow:
|
|
0 0 0 1px rgba(82, 213, 255, 0.04) inset,
|
|
0 0 28px rgba(82, 213, 255, 0.13);
|
|
}
|
|
50% {
|
|
border-color: rgba(82, 213, 255, 0.34);
|
|
box-shadow:
|
|
0 0 0 1px rgba(82, 213, 255, 0.12) inset,
|
|
0 0 42px rgba(82, 213, 255, 0.22);
|
|
}
|
|
}
|
|
|
|
@keyframes landing-cta-glow {
|
|
0%,
|
|
100% {
|
|
box-shadow:
|
|
0 14px 36px rgba(110, 168, 255, 0.18),
|
|
0 0 0 1px rgba(255, 255, 255, 0.4) inset;
|
|
}
|
|
50% {
|
|
box-shadow:
|
|
0 18px 48px rgba(82, 213, 255, 0.32),
|
|
0 0 0 1px rgba(255, 255, 255, 0.52) inset;
|
|
}
|
|
}
|
|
|
|
@keyframes landing-testimonial-scroll {
|
|
from {
|
|
transform: translateX(0);
|
|
}
|
|
to {
|
|
transform: translateX(calc(-50% - 7px));
|
|
}
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.landing *,
|
|
.landing *::before,
|
|
.landing *::after {
|
|
animation-duration: 0.01ms !important;
|
|
animation-iteration-count: 1 !important;
|
|
scroll-behavior: auto !important;
|
|
transition-duration: 0.01ms !important;
|
|
}
|
|
|
|
.landing-reveal,
|
|
.landing-reveal [data-stagger] {
|
|
opacity: 1 !important;
|
|
transform: none !important;
|
|
}
|
|
}
|