dbx/docs/app/global.css

1014 lines
24 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: hsl(210 58% 98.8%);
--color-fd-foreground: hsl(222 48% 9%);
--color-fd-muted: hsl(211 72% 95.5%);
--color-fd-muted-foreground: hsl(217 13% 41%);
--color-fd-popover: hsl(0 0% 100%);
--color-fd-popover-foreground: hsl(222 48% 9%);
--color-fd-card: hsl(0 0% 100%);
--color-fd-card-foreground: hsl(222 48% 9%);
--color-fd-border: hsl(213 42% 87%);
--color-fd-primary: hsl(217 88% 47%);
--color-fd-primary-foreground: hsl(0 0% 100%);
--color-fd-secondary: hsl(211 70% 96%);
--color-fd-secondary-foreground: hsl(222 38% 14%);
--color-fd-accent: hsl(213 72% 93%);
--color-fd-accent-foreground: hsl(222 42% 12%);
--color-fd-ring: hsl(217 85% 55%);
--dbx-surface: hsl(0 0% 100%);
--dbx-surface-soft: hsl(211 80% 97%);
--dbx-line: color-mix(in srgb, var(--color-fd-border) 82%, transparent);
--dbx-blue: #2563eb;
--dbx-sky: #0ea5e9;
--dbx-green: #0f9f6e;
}
.dark {
--color-fd-background: hsl(225 10% 7%);
--color-fd-foreground: hsl(220 14% 92%);
--color-fd-muted: hsl(225 8% 13%);
--color-fd-muted-foreground: hsl(220 9% 68%);
--color-fd-popover: hsl(225 10% 9%);
--color-fd-popover-foreground: hsl(220 14% 92%);
--color-fd-card: hsl(225 9% 10%);
--color-fd-card-foreground: hsl(220 14% 92%);
--color-fd-border: hsl(225 8% 22%);
--color-fd-primary: hsl(214 100% 78%);
--color-fd-primary-foreground: hsl(225 10% 7%);
--color-fd-secondary: hsl(225 8% 14%);
--color-fd-secondary-foreground: hsl(220 14% 90%);
--color-fd-accent: hsl(225 8% 18%);
--color-fd-accent-foreground: hsl(220 14% 94%);
--color-fd-ring: hsl(214 100% 75%);
--dbx-surface: hsl(225 9% 10%);
--dbx-surface-soft: hsl(225 8% 13%);
--dbx-line: color-mix(in srgb, var(--color-fd-border) 78%, transparent);
--dbx-blue: #60a5fa;
--dbx-sky: #38bdf8;
--dbx-green: #34d399;
}
html {
background: var(--color-fd-background);
color-scheme: light;
}
.dark {
color-scheme: dark;
}
body {
min-height: 100vh;
background:
radial-gradient(circle at 18% -8%, color-mix(in srgb, var(--dbx-sky) 13%, transparent), transparent 340px),
radial-gradient(circle at 84% 2%, color-mix(in srgb, var(--dbx-blue) 10%, transparent), transparent 330px),
linear-gradient(180deg, color-mix(in srgb, var(--color-fd-muted) 58%, transparent), transparent 390px),
var(--color-fd-background);
text-rendering: optimizeLegibility;
}
.dark body {
background: var(--color-fd-background);
}
::selection {
background: color-mix(in srgb, var(--dbx-blue) 22%, transparent);
}
article {
color: color-mix(in srgb, var(--color-fd-foreground) 92%, var(--color-fd-muted-foreground));
}
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(--dbx-blue) 34%, 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: #0b1220 !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: #d7e2f0;
font-size: 0.92rem;
line-height: 1.72;
}
article pre code span {
color: var(--shiki-dark, #d7e2f0) !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: #0b1220 !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 :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:
linear-gradient(180deg, color-mix(in srgb, var(--dbx-sky) 4%, var(--dbx-surface)), var(--dbx-surface)),
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(--dbx-blue) 42%, var(--dbx-line));
background:
linear-gradient(180deg, color-mix(in srgb, var(--dbx-sky) 9%, var(--dbx-surface)), var(--dbx-surface));
box-shadow: 0 12px 34px color-mix(in srgb, var(--dbx-blue) 12%, 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: linear-gradient(
90deg,
color-mix(in srgb, var(--dbx-blue) 18%, var(--color-fd-accent)),
color-mix(in srgb, var(--dbx-sky) 10%, var(--color-fd-accent))
);
color: var(--color-fd-foreground);
font-weight: 650;
}
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: 0;
transform: translateY(26px);
transition:
opacity 0.72s ease,
transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
transition-delay: var(--reveal-delay, 0ms);
will-change: opacity, transform;
}
.landing-reveal.is-visible {
opacity: 1;
transform: translateY(0);
}
.landing-reveal [data-stagger] {
opacity: 0;
transform: translateY(14px);
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;
}
/* 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;
}
}
/* 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;
}
}