1328 lines
49 KiB
CSS
1328 lines
49 KiB
CSS
:root {
|
|
--bg: #0e1116;
|
|
--panel: #11161c;
|
|
--ink: #edeae2;
|
|
--muted: #aaa79f;
|
|
--dim: #666b70;
|
|
--rule: #273039;
|
|
--teal: #51b6a5;
|
|
--project-green: #00f58b;
|
|
--article-cyan: #19d7ff;
|
|
--mustard: #c9a84c;
|
|
--magenta: #d26186;
|
|
--violet: #8c78d8;
|
|
--mono: "IBM Plex Mono", ui-monospace, monospace;
|
|
--serif: "Playfair Display", Georgia, serif;
|
|
--sans: Inter, system-ui, sans-serif;
|
|
}
|
|
|
|
* { box-sizing: border-box; }
|
|
html { color-scheme: dark; }
|
|
body { margin: 0; background: var(--bg); color: var(--ink); font: 16px/1.6 var(--sans); }
|
|
a { color: inherit; text-decoration: none; }
|
|
a:hover, a:focus-visible { color: var(--teal); }
|
|
.shell { width: min(100% - 40px, 1100px); margin-inline: auto; }
|
|
.narrow { max-width: 720px; margin-left: calc((100% - min(100% - 40px, 1100px)) / 2); }
|
|
|
|
.site-header { border-bottom: 1px solid var(--rule); }
|
|
.header-main { min-height: 105px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; }
|
|
.brand { font: 700 34px/1 var(--serif); letter-spacing: -.02em; }
|
|
.tagline, .header-meta, .primary-nav, .site-footer, .section-heading, .entry-meta, .read-more, .eyebrow { font-family: var(--mono); text-transform: uppercase; letter-spacing: .12em; }
|
|
.tagline { color: var(--teal); font-size: 11px; }
|
|
.primary-nav { display: flex; gap: 30px; font-size: 12px; }
|
|
.header-meta { display: flex; justify-content: space-between; padding: 0 0 22px; color: var(--dim); font-size: 10px; }
|
|
.socials { display: flex; flex-wrap: wrap; gap: 20px; color: var(--muted); text-transform: none; letter-spacing: .04em; }
|
|
|
|
.hero { border-bottom: 1px solid var(--rule); padding: 54px 0 48px; }
|
|
.hero.compact { padding-block: 58px; }
|
|
.eyebrow { margin: 0 0 18px; color: var(--magenta); font-size: 11px; }
|
|
.eyebrow::before { content: "— "; }
|
|
h1, h2 { font-family: var(--serif); }
|
|
h1 { max-width: 880px; margin: 0; font-size: clamp(30px, 4vw, 45px); font-style: italic; line-height: 1.25; }
|
|
.entry-hero h1 { font-style: normal; }
|
|
.dek { max-width: 700px; margin-top: 18px; color: var(--muted); }
|
|
.dek p { margin: 0; }
|
|
|
|
.section-hero {
|
|
--section-accent: var(--project-green);
|
|
--section-accent-rgb: 0, 245, 139;
|
|
--section-accent-soft: #00c974;
|
|
--section-alt: #00f58b;
|
|
--section-bg: #050706;
|
|
--section-copy: #d4ddd8;
|
|
--section-muted: #8fa39a;
|
|
--section-trace: #0e5138;
|
|
--section-trace-soft: #123828;
|
|
--section-node: #158158;
|
|
position: relative;
|
|
width: min(100% - 40px, 1180px);
|
|
min-height: 175px;
|
|
margin: 32px auto 0;
|
|
overflow: hidden;
|
|
border: 1px solid rgba(var(--section-accent-rgb), .48);
|
|
background:
|
|
linear-gradient(rgba(var(--section-accent-rgb), .022) 1px, transparent 1px),
|
|
linear-gradient(90deg, rgba(var(--section-accent-rgb), .022) 1px, transparent 1px),
|
|
radial-gradient(circle at 78% 48%, rgba(var(--section-accent-rgb), .085), transparent 260px),
|
|
var(--section-bg);
|
|
background-size: 22px 22px, 22px 22px, auto, auto;
|
|
box-shadow: inset 0 0 36px rgba(var(--section-accent-rgb), .028);
|
|
isolation: isolate;
|
|
}
|
|
.section-hero--articles {
|
|
--section-accent: var(--article-cyan);
|
|
--section-accent-rgb: 25, 215, 255;
|
|
--section-accent-soft: #00aee8;
|
|
--section-alt: #ff37c7;
|
|
--section-bg: #040608;
|
|
--section-copy: #d8e0e4;
|
|
--section-muted: #8fa7b2;
|
|
--section-trace: #0f536a;
|
|
--section-trace-soft: #102f3b;
|
|
--section-node: #157995;
|
|
}
|
|
.section-hero--blog {
|
|
--section-accent: var(--violet);
|
|
--section-accent-rgb: 140, 120, 216;
|
|
--section-accent-soft: #7563c4;
|
|
--section-alt: var(--violet);
|
|
--section-bg: #050407;
|
|
--section-copy: #ded5dc;
|
|
--section-muted: #a992a5;
|
|
--section-trace: #40366d;
|
|
--section-trace-soft: #25213f;
|
|
--section-node: #6556a0;
|
|
background:
|
|
linear-gradient(rgba(var(--section-accent-rgb), .022) 1px, transparent 1px),
|
|
linear-gradient(90deg, rgba(var(--section-accent-rgb), .022) 1px, transparent 1px),
|
|
radial-gradient(circle at 78% 48%, rgba(var(--section-accent-rgb), .09), transparent 250px),
|
|
radial-gradient(circle at 66% 68%, rgba(var(--section-accent-rgb), .05), transparent 220px),
|
|
var(--section-bg);
|
|
background-size: 22px 22px, 22px 22px, auto, auto, auto;
|
|
}
|
|
.section-hero::after {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: 10;
|
|
inset: 0;
|
|
pointer-events: none;
|
|
opacity: .22;
|
|
background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0, rgba(255,255,255,.025) 1px, transparent 1px, transparent 4px);
|
|
}
|
|
.section-hero__corner {
|
|
position: absolute;
|
|
z-index: 12;
|
|
width: 42px;
|
|
height: 42px;
|
|
}
|
|
.section-hero__corner::before,
|
|
.section-hero__corner::after {
|
|
content: "";
|
|
position: absolute;
|
|
background: var(--section-accent);
|
|
box-shadow: 0 0 8px rgba(var(--section-accent-rgb), .28);
|
|
}
|
|
.section-hero__corner::before { width: 32px; height: 2px; }
|
|
.section-hero__corner::after { width: 2px; height: 32px; }
|
|
.section-hero__corner--tl { top: 8px; left: 8px; }
|
|
.section-hero__corner--tr { top: 8px; right: 8px; transform: scaleX(-1); }
|
|
.section-hero__corner--bl { bottom: 8px; left: 8px; transform: scaleY(-1); }
|
|
.section-hero__corner--br { right: 8px; bottom: 8px; transform: scale(-1); }
|
|
.section-hero__content {
|
|
position: relative;
|
|
z-index: 4;
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
|
|
gap: 28px;
|
|
min-height: 175px;
|
|
padding: 20px 36px;
|
|
}
|
|
.section-hero--articles .section-hero__content { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); }
|
|
.section-hero--blog .section-hero__content { grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr); }
|
|
.section-hero__copy {
|
|
display: flex;
|
|
min-width: 0;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
.section-hero__eyebrow {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 9px;
|
|
margin: 0 0 8px;
|
|
color: var(--section-accent);
|
|
font: 800 11px/1.2 var(--mono);
|
|
letter-spacing: .15em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--projects .section-hero__eyebrow { margin-bottom: 10px; font-size: .72rem; letter-spacing: .16em; }
|
|
.section-hero--articles .section-hero__eyebrow,
|
|
.section-hero--blog .section-hero__eyebrow { font-size: .7rem; }
|
|
.section-hero--projects .section-hero__eyebrow::before {
|
|
content: "";
|
|
width: 28px;
|
|
height: 2px;
|
|
background: var(--section-accent);
|
|
box-shadow: 0 0 7px rgba(var(--section-accent-rgb), .4);
|
|
}
|
|
.section-hero__pulse-dot,
|
|
.section-hero__live-dot {
|
|
display: inline-block;
|
|
width: 6px;
|
|
height: 6px;
|
|
flex: 0 0 auto;
|
|
border-radius: 50%;
|
|
background: var(--section-accent);
|
|
box-shadow: 0 0 10px rgba(var(--section-accent-rgb), .8);
|
|
animation: section-hero-blink 1.5s ease-in-out infinite;
|
|
}
|
|
.section-hero__doc-icon {
|
|
position: relative;
|
|
width: 19px;
|
|
height: 23px;
|
|
flex: 0 0 auto;
|
|
border: 1px solid var(--section-accent);
|
|
box-shadow: 0 0 7px rgba(var(--section-accent-rgb), .15);
|
|
}
|
|
.section-hero__doc-icon::before,
|
|
.section-hero__doc-icon::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 4px;
|
|
height: 1px;
|
|
background: var(--section-accent);
|
|
}
|
|
.section-hero__doc-icon::before { top: 7px; width: 9px; }
|
|
.section-hero__doc-icon::after { top: 12px; width: 7px; }
|
|
.section-hero__chat-icon {
|
|
position: relative;
|
|
width: 24px;
|
|
height: 18px;
|
|
flex: 0 0 auto;
|
|
border: 1px solid var(--section-accent);
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 8px rgba(var(--section-accent-rgb), .18);
|
|
}
|
|
.section-hero__chat-icon::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 4px;
|
|
width: 13px;
|
|
height: 1px;
|
|
background: var(--section-accent);
|
|
box-shadow: 0 4px 0 var(--section-accent);
|
|
}
|
|
.section-hero__chat-icon::after {
|
|
content: "";
|
|
position: absolute;
|
|
bottom: -5px;
|
|
left: 4px;
|
|
border-width: 4px 5px 0 0;
|
|
border-style: solid;
|
|
border-color: var(--section-accent) transparent transparent transparent;
|
|
}
|
|
.section-hero h1 {
|
|
max-width: none;
|
|
margin: 0;
|
|
font: 700 clamp(2.65rem, 6vw, 4.8rem)/.82 var(--serif);
|
|
font-style: normal;
|
|
letter-spacing: .035em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--articles h1,
|
|
.section-hero--blog h1 { letter-spacing: .04em; }
|
|
.section-hero__slash {
|
|
margin: 8px 0 0;
|
|
color: var(--section-accent);
|
|
font: 500 1.35rem/1.2 var(--mono);
|
|
}
|
|
.section-hero__slash span {
|
|
font-size: 1.05rem;
|
|
letter-spacing: .05em;
|
|
vertical-align: .12em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--articles .section-hero__slash span,
|
|
.section-hero--blog .section-hero__slash span { font-size: 1.02rem; }
|
|
.section-hero__intro {
|
|
max-width: 600px;
|
|
margin: 10px 0 0;
|
|
color: var(--section-copy);
|
|
font: 1rem/1.6 var(--sans);
|
|
}
|
|
.section-hero--articles .section-hero__intro,
|
|
.section-hero--blog .section-hero__intro { font-size: .98rem; line-height: 1.45; }
|
|
.section-hero__chips {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.section-hero__chips > span {
|
|
border: 1px solid rgba(var(--section-accent-rgb), .22);
|
|
background: rgba(var(--section-accent-rgb), .025);
|
|
padding: .42rem .58rem;
|
|
color: var(--section-muted);
|
|
font: 500 .64rem/1.2 var(--mono);
|
|
letter-spacing: .07em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--articles .section-hero__chips > span,
|
|
.section-hero--blog .section-hero__chips > span { padding: .38rem .52rem; font-size: .62rem; }
|
|
.section-hero__chips strong { color: var(--section-accent); }
|
|
.section-hero__visual {
|
|
position: relative;
|
|
min-height: 135px;
|
|
align-self: center;
|
|
}
|
|
.section-hero__visual svg {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 135px;
|
|
overflow: visible;
|
|
}
|
|
.section-hero__trace,
|
|
.section-hero__trace-soft,
|
|
.section-hero__packet {
|
|
fill: none;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
.section-hero__trace { stroke: var(--section-trace); stroke-width: 1.05; }
|
|
.section-hero__trace-soft { stroke: var(--section-trace-soft); stroke-width: .9; }
|
|
.section-hero__packet {
|
|
stroke: var(--section-accent);
|
|
stroke-width: 1.3;
|
|
stroke-linecap: square;
|
|
stroke-dasharray: 16 9999;
|
|
opacity: .8;
|
|
filter: drop-shadow(0 0 4px rgba(var(--section-accent-rgb), .45));
|
|
}
|
|
.section-hero__packet--alt { stroke: var(--section-alt); }
|
|
.section-hero--articles .section-hero__packet--alt { opacity: .5; }
|
|
.section-hero--blog .section-hero__packet--alt { opacity: .58; }
|
|
.section-hero__node {
|
|
fill: var(--section-bg);
|
|
stroke: var(--section-node);
|
|
stroke-width: 1;
|
|
}
|
|
.section-hero__status-card {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 4px;
|
|
width: 184px;
|
|
border: 1px solid rgba(var(--section-accent-rgb), .32);
|
|
background: rgba(3, 10, 15, .8);
|
|
padding: 9px 11px 8px;
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
.section-hero--projects .section-hero__status-card { width: 170px; background: rgba(4, 10, 7, .8); }
|
|
.section-hero--articles .section-hero__status-card,
|
|
.section-hero--blog .section-hero__status-card { top: 2px; right: 2px; }
|
|
.section-hero--blog .section-hero__status-card { background: rgba(8, 6, 14, .8); }
|
|
.section-hero__widget-label {
|
|
display: block;
|
|
color: var(--section-accent);
|
|
font: 500 10px/1.2 var(--mono);
|
|
letter-spacing: .13em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--projects .section-hero__widget-label { font-size: .65rem; letter-spacing: .14em; }
|
|
.section-hero__status-card > strong {
|
|
display: block;
|
|
margin-top: 6px;
|
|
font: 800 18px/1.2 var(--mono);
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--projects .section-hero__status-card > strong { font-size: 1.15rem; }
|
|
.section-hero__bars { display: flex; gap: 4px; margin-top: 7px; }
|
|
.section-hero__bars i {
|
|
width: 14px;
|
|
height: 8px;
|
|
border: 1px solid var(--section-accent-soft);
|
|
background: var(--section-accent);
|
|
box-shadow: 0 0 6px rgba(var(--section-accent-rgb), .35);
|
|
}
|
|
.section-hero__bars i.is-off { background: transparent; box-shadow: none; opacity: .45; }
|
|
.section-hero__status-line {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 10px;
|
|
margin-top: 7px;
|
|
color: var(--section-copy);
|
|
font: 500 10px/1.2 var(--mono);
|
|
letter-spacing: .04em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero__status-line b { color: var(--section-accent); }
|
|
.section-hero__radar,
|
|
.section-hero__signal-core {
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 196px;
|
|
width: 105px;
|
|
height: 105px;
|
|
border: 1px solid rgba(var(--section-accent-rgb), .18);
|
|
border-radius: 50%;
|
|
}
|
|
.section-hero__radar {
|
|
background:
|
|
radial-gradient(circle, transparent 0 24%, rgba(var(--section-accent-rgb), .09) 24.5% 25.5%, transparent 26% 48%, rgba(var(--section-accent-rgb), .07) 48.5% 49.5%, transparent 50%),
|
|
linear-gradient(90deg, transparent 49.5%, rgba(var(--section-accent-rgb), .14) 50%, transparent 50.5%),
|
|
linear-gradient(transparent 49.5%, rgba(var(--section-accent-rgb), .14) 50%, transparent 50.5%);
|
|
opacity: .82;
|
|
}
|
|
.section-hero__radar::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 46%;
|
|
height: 1px;
|
|
background: linear-gradient(90deg, rgba(var(--section-accent-rgb), .85), transparent);
|
|
box-shadow: 0 0 7px rgba(var(--section-accent-rgb), .35);
|
|
transform-origin: left center;
|
|
animation: section-hero-sweep 3.4s linear infinite;
|
|
}
|
|
.section-hero__signal-core {
|
|
top: 9px;
|
|
right: 205px;
|
|
width: 102px;
|
|
height: 102px;
|
|
background:
|
|
radial-gradient(circle at 50% 50%, rgba(var(--section-accent-rgb), .22) 0 14%, transparent 15%),
|
|
radial-gradient(circle, transparent 0 38%, rgba(var(--section-accent-rgb), .08) 39% 40%, transparent 41%),
|
|
linear-gradient(90deg, transparent 49.5%, rgba(var(--section-accent-rgb), .12) 50%, transparent 50.5%),
|
|
linear-gradient(transparent 49.5%, rgba(var(--section-accent-rgb), .12) 50%, transparent 50.5%);
|
|
box-shadow: 0 0 18px rgba(var(--section-accent-rgb), .08);
|
|
}
|
|
.section-hero__signal-core::before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 20px;
|
|
background: var(--section-accent);
|
|
clip-path: polygon(0 44%, 38% 44%, 46% 20%, 57% 76%, 66% 40%, 100% 40%, 100% 58%, 72% 58%, 58% 92%, 47% 48%, 40% 62%, 0 62%);
|
|
filter: drop-shadow(0 0 5px rgba(var(--section-accent-rgb), .55));
|
|
animation: section-hero-pulse 1.7s ease-in-out infinite;
|
|
}
|
|
.section-hero__signal-row {
|
|
position: absolute;
|
|
right: 18px;
|
|
bottom: 1px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
gap: 14px;
|
|
width: 270px;
|
|
margin: 0;
|
|
border-top: 1px solid rgba(var(--section-accent-rgb), .2);
|
|
padding-top: 7px;
|
|
color: var(--section-muted);
|
|
font: 500 .59rem/1.4 var(--mono);
|
|
letter-spacing: .04em;
|
|
text-transform: uppercase;
|
|
}
|
|
.section-hero--articles .section-hero__signal-row { right: 22px; width: 255px; }
|
|
.section-hero__signal-row b { color: var(--section-accent); }
|
|
.section-hero__signal-row--stacked {
|
|
right: 18px;
|
|
bottom: 2px;
|
|
display: block;
|
|
width: 214px;
|
|
line-height: 1.5;
|
|
font-size: .64rem;
|
|
}
|
|
.section-hero__glitch-strip {
|
|
position: absolute;
|
|
top: 42%;
|
|
right: 5%;
|
|
left: 47%;
|
|
height: 2px;
|
|
opacity: .22;
|
|
background: linear-gradient(90deg, transparent 0 8%, var(--section-accent) 8% 20%, transparent 20% 28%, var(--section-alt) 28% 36%, transparent 36% 65%, var(--section-accent) 65% 81%, transparent 81%);
|
|
animation: section-hero-strip 2.8s steps(3, end) infinite;
|
|
}
|
|
.section-hero.is-glitching { animation: section-hero-glitch .34s steps(2, end); }
|
|
.section-hero--articles.is-glitching { animation-duration: .32s; }
|
|
|
|
@keyframes section-hero-blink { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
|
|
@keyframes section-hero-sweep { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
|
|
@keyframes section-hero-pulse { 0%, 100% { opacity: .42; transform: scaleX(.92); } 50% { opacity: 1; transform: scaleX(1.05); } }
|
|
@keyframes section-hero-strip { 0%, 100% { transform: translateX(0); opacity: .12; } 40% { transform: translateX(8px); opacity: .28; } 65% { transform: translateX(-5px); opacity: .18; } }
|
|
@keyframes section-hero-glitch {
|
|
0% { transform: translate(0); filter: none; }
|
|
20% { transform: translate(3px, -1px); filter: contrast(1.3) saturate(1.2); }
|
|
40% { transform: translate(-5px, 1px); }
|
|
60% { transform: translate(2px, 0); filter: hue-rotate(7deg); }
|
|
80% { transform: translate(-2px, -1px); }
|
|
100% { transform: translate(0); filter: none; }
|
|
}
|
|
|
|
.circuit-hero {
|
|
--circuit-gold: #c5a059;
|
|
--circuit-cyan: #65f7ff;
|
|
--circuit-pink: #ff4fd8;
|
|
position: relative;
|
|
width: min(100% - 40px, 1200px);
|
|
height: clamp(620px, 78vh, 760px);
|
|
min-height: 620px;
|
|
margin: 34px auto;
|
|
overflow: hidden;
|
|
border: 1px solid var(--rule);
|
|
background:
|
|
linear-gradient(180deg, rgba(255,255,255,.025), transparent 14%),
|
|
radial-gradient(circle at 28% 28%, rgba(101,247,255,.035), transparent 28%),
|
|
#080a0a;
|
|
isolation: isolate;
|
|
}
|
|
.circuit-hero::before {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: 1;
|
|
inset: 0;
|
|
pointer-events: none;
|
|
background-image:
|
|
linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
|
|
linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
|
|
background-size: 36px 36px;
|
|
mask-image: linear-gradient(to bottom, #000, transparent 82%);
|
|
}
|
|
.circuit-hero::after {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: 20;
|
|
inset: 0;
|
|
pointer-events: none;
|
|
opacity: .1;
|
|
background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.025) 3px 4px);
|
|
}
|
|
.circuit-hero-topline {
|
|
position: absolute;
|
|
z-index: 14;
|
|
inset: 22px 28px auto;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: var(--dim);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
.circuit-hero-topline strong { color: var(--circuit-gold); font-weight: 600; }
|
|
.circuit-brand-block {
|
|
position: absolute;
|
|
z-index: 10;
|
|
top: clamp(72px, 11vh, 104px);
|
|
left: clamp(28px, 5vw, 72px);
|
|
width: min(640px, 64vw);
|
|
}
|
|
.circuit-brand-kicker {
|
|
margin: 0 0 12px;
|
|
color: var(--circuit-gold);
|
|
font: 600 11px/1.2 var(--mono);
|
|
letter-spacing: .16em;
|
|
text-transform: uppercase;
|
|
}
|
|
.circuit-brand-block h1 {
|
|
max-width: none;
|
|
margin: 0;
|
|
font: 700 clamp(45px, 7vw, 98px)/.86 Georgia, "Times New Roman", serif;
|
|
font-style: normal;
|
|
letter-spacing: -.055em;
|
|
text-shadow: 0 0 24px rgba(197,160,89,.05);
|
|
}
|
|
.circuit-dek {
|
|
position: relative;
|
|
z-index: 2;
|
|
display: inline-block;
|
|
max-width: 430px;
|
|
margin-top: 22px;
|
|
padding-right: 8px;
|
|
background: rgba(7,8,8,.94);
|
|
box-shadow: 10px 0 16px rgba(7,8,8,.98);
|
|
color: var(--muted);
|
|
font-size: clamp(15px, 1.6vw, 17px);
|
|
}
|
|
.circuit-dek p { margin: 0; }
|
|
.circuit-status {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 9px;
|
|
margin: 20px 0 0;
|
|
border: 1px solid rgba(197,160,89,.45);
|
|
padding: 6px 9px;
|
|
color: var(--circuit-gold);
|
|
background: rgba(18,18,18,.68);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
.circuit-status span {
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
background: var(--circuit-cyan);
|
|
box-shadow: 0 0 10px var(--circuit-cyan);
|
|
animation: circuit-pulse 1.6s ease-in-out infinite;
|
|
}
|
|
.circuit-stage { position: absolute; z-index: 2; inset: 0; }
|
|
.circuit-stage svg { display: block; width: 100%; height: 100%; }
|
|
.circuit-stage path { fill: none; vector-effect: non-scaling-stroke; }
|
|
.circuit-ambient path { stroke: #1d2221; stroke-width: 1; opacity: .72; }
|
|
.circuit-ambient path:nth-child(3n+1) { stroke: rgba(101,247,255,.22); }
|
|
.circuit-ambient path:nth-child(3n+2) { stroke: rgba(255,79,216,.16); }
|
|
.circuit-ambient-packets path {
|
|
stroke: rgba(101,247,255,.38);
|
|
stroke-width: 1;
|
|
stroke-linecap: square;
|
|
opacity: .18;
|
|
filter: drop-shadow(0 0 2px rgba(101,247,255,.22));
|
|
}
|
|
.circuit-ambient-packets path.circuit-live-alt { stroke: rgba(255,79,216,.3); filter: drop-shadow(0 0 2px rgba(255,79,216,.18)); }
|
|
.circuit-ambient-packets path.circuit-live-gold { stroke: rgba(197,160,89,.3); filter: drop-shadow(0 0 2px rgba(197,160,89,.16)); }
|
|
.circuit-ghost path { stroke: rgba(197,160,89,.08); stroke-width: 4; filter: blur(4px); }
|
|
.circuit-base path,
|
|
.circuit-traces path,
|
|
.circuit-live path { stroke: #282b2a; stroke-width: 1.35; }
|
|
.circuit-live path {
|
|
opacity: 0;
|
|
stroke: var(--circuit-cyan);
|
|
stroke-width: 1.55;
|
|
stroke-linecap: square;
|
|
stroke-dasharray: 30 9999;
|
|
filter: drop-shadow(0 0 5px rgba(101,247,255,.36));
|
|
}
|
|
.circuit-live path.circuit-live-alt {
|
|
stroke: var(--circuit-pink);
|
|
filter: drop-shadow(0 0 5px rgba(255,79,216,.3));
|
|
}
|
|
.js .circuit-live path { opacity: 0; }
|
|
.circuit-vias circle {
|
|
fill: #090b0b;
|
|
stroke: var(--circuit-cyan);
|
|
stroke-width: 1.5;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
.circuit-vias circle:nth-child(2n) { stroke: var(--circuit-pink); }
|
|
.circuit-node {
|
|
position: absolute;
|
|
z-index: 12;
|
|
display: inline-block;
|
|
color: var(--circuit-gold);
|
|
font-family: var(--mono);
|
|
font-weight: 600;
|
|
letter-spacing: .09em;
|
|
line-height: 1;
|
|
text-transform: uppercase;
|
|
transition: opacity .28s ease, transform .28s ease, color .2s ease, filter .2s ease;
|
|
}
|
|
.js .circuit-node { opacity: .22; transform: translateY(3px); pointer-events: none; }
|
|
.js .circuit-node.is-revealing,
|
|
.js .circuit-node.is-ready { opacity: 1; transform: none; pointer-events: auto; }
|
|
.circuit-node > span,
|
|
.circuit-node > i {
|
|
position: relative;
|
|
z-index: 2;
|
|
background: rgba(7,8,8,.95);
|
|
box-shadow: 0 0 0 5px rgba(7,8,8,.95);
|
|
}
|
|
.circuit-node::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
left: -14px;
|
|
width: 7px;
|
|
height: 7px;
|
|
border: 1px solid currentColor;
|
|
transform: translateY(-50%) rotate(45deg);
|
|
opacity: .65;
|
|
}
|
|
.circuit-node:hover,
|
|
.circuit-node:focus-visible { color: #b6fbff; filter: drop-shadow(0 0 8px rgba(101,247,255,.35)); outline: none; }
|
|
.circuit-node:hover::before,
|
|
.circuit-node:focus-visible::before { background: currentColor; box-shadow: 0 0 10px currentColor; }
|
|
.circuit-node-main { color: var(--ink); font-size: clamp(22px, 2.7vw, 38px); font-weight: 600; }
|
|
.circuit-node-main i { color: var(--circuit-gold); font-style: normal; animation: circuit-cursor .75s steps(1) infinite; }
|
|
.circuit-node-sub { font-size: clamp(11px, 1.15vw, 13px); }
|
|
.circuit-node[data-route-node="projects"] { left: 67%; top: 27%; }
|
|
.circuit-node[data-route-node="articles"] { left: 72%; top: 47%; }
|
|
.circuit-node[data-route-node="blog"] { left: 61%; top: 68%; }
|
|
.circuit-node[data-route-node="github"] { left: 22%; top: 62%; }
|
|
.circuit-node[data-route-node="gitea"] { left: 28%; top: 72%; }
|
|
.circuit-node[data-route-node="linkedin"] { left: 42%; top: 82%; }
|
|
.circuit-node[data-route-node="twitch"] { left: 58%; top: 86%; }
|
|
.circuit-node[data-route-node="youtube"] { left: 74%; top: 80%; }
|
|
.circuit-node[data-route-node="kofi"] { left: 84%; top: 72%; }
|
|
.circuit-legend {
|
|
position: absolute;
|
|
z-index: 12;
|
|
right: 24px;
|
|
bottom: 20px;
|
|
display: flex;
|
|
gap: 18px;
|
|
color: var(--dim);
|
|
font: 500 8px var(--mono);
|
|
letter-spacing: .1em;
|
|
text-transform: uppercase;
|
|
}
|
|
.circuit-legend span:first-child { color: var(--circuit-cyan); }
|
|
.circuit-replay {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 22;
|
|
bottom: 17px;
|
|
left: 24px;
|
|
border: 1px solid var(--rule);
|
|
background: rgba(8,10,10,.86);
|
|
padding: 7px 10px;
|
|
color: var(--muted);
|
|
cursor: pointer;
|
|
font: 500 8px var(--mono);
|
|
letter-spacing: .1em;
|
|
text-transform: uppercase;
|
|
}
|
|
.js .circuit-replay { display: block; }
|
|
.circuit-replay:hover,
|
|
.circuit-replay:focus-visible { border-color: var(--circuit-cyan); color: var(--circuit-cyan); }
|
|
|
|
@keyframes circuit-cursor { 50% { opacity: 0; } }
|
|
@keyframes circuit-pulse { 50% { opacity: .35; transform: scale(.8); } }
|
|
@keyframes circuit-hero-glitch {
|
|
0% { transform: translate(0); filter: none; }
|
|
18% { transform: translate(3px,-1px); filter: contrast(1.25) saturate(1.3); }
|
|
34% { transform: translate(-5px,1px); }
|
|
52% { transform: translate(2px,0); clip-path: inset(0 0 38% 0); }
|
|
70% { transform: translate(-2px,1px); clip-path: inset(35% 0 0); }
|
|
86% { transform: translate(4px,-1px); filter: contrast(1.4) saturate(1.5); }
|
|
100% { transform: translate(0); filter: brightness(.18); }
|
|
}
|
|
@keyframes circuit-node-glitch {
|
|
0%, 100% { transform: translate(0); }
|
|
25% { transform: translate(7px,-1px); }
|
|
50% { transform: translate(-6px,1px); }
|
|
75% { transform: translate(3px,0); }
|
|
}
|
|
@keyframes circuit-stage-glitch {
|
|
0%, 100% { transform: translate(0); }
|
|
30% { transform: translate(-6px,0); }
|
|
55% { transform: translate(8px,1px); }
|
|
80% { transform: translate(-3px,-1px); }
|
|
}
|
|
@keyframes circuit-scan-tear {
|
|
0% { transform: translateY(0); }
|
|
33% { transform: translateY(-8px); }
|
|
66% { transform: translateY(11px); }
|
|
100% { transform: translateY(0); }
|
|
}
|
|
.circuit-hero.is-glitching { animation: circuit-hero-glitch .42s steps(2,end) both; }
|
|
.circuit-hero.is-glitching .circuit-node {
|
|
animation: circuit-node-glitch .42s steps(2,end) both;
|
|
text-shadow: 4px 0 rgba(101,247,255,.8), -4px 0 rgba(255,79,216,.65);
|
|
}
|
|
.circuit-hero.is-glitching .circuit-stage {
|
|
animation: circuit-stage-glitch .42s steps(2,end) both;
|
|
filter: drop-shadow(5px 0 rgba(101,247,255,.45)) drop-shadow(-5px 0 rgba(255,79,216,.35));
|
|
}
|
|
.circuit-hero.is-glitching::after { opacity: .85; animation: circuit-scan-tear .42s steps(3,end) both; }
|
|
|
|
.activity-section { min-height: 370px; padding: 48px 0 72px; }
|
|
.homepage-discovery-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, 1fr); gap: 36px; align-items: start; }
|
|
.homepage-panel { min-width: 0; }
|
|
.section-heading { display: flex; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--rule); color: var(--muted); font-size: 10px; }
|
|
.timeline { position: relative; margin: 16px 0 0 7px; padding-left: 30px; border-left: 1px solid var(--rule); }
|
|
.timeline-entry { position: relative; padding: 0 0 30px; }
|
|
.timeline-entry + .timeline-entry { padding-top: 26px; border-top: 1px solid rgba(39,48,57,.65); }
|
|
.timeline-entry::before { content: ""; position: absolute; left: -36px; top: 10px; width: 9px; height: 9px; border: 1px solid var(--teal); border-radius: 50%; background: var(--bg); }
|
|
.timeline-entry + .timeline-entry::before { top: 36px; }
|
|
.accent-blog::before { border-color: var(--violet); }
|
|
.accent-article::before { border-color: var(--magenta); }
|
|
.entry-meta { display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 10px; }
|
|
.label { border: 1px solid currentColor; padding: 2px 8px; color: var(--teal); text-transform: uppercase; }
|
|
.accent-project .label { color: var(--project-green); }
|
|
.accent-blog .label { color: var(--violet); }
|
|
.accent-article .label { color: var(--article-cyan); }
|
|
.timeline-entry h2, .entry-card h2 { margin: 10px 0 5px; font-size: 21px; line-height: 1.3; }
|
|
.timeline-entry p, .entry-card p { max-width: 680px; margin: 0 0 10px; color: var(--muted); }
|
|
.read-more { color: var(--magenta); font-size: 10px; }
|
|
.activity-controls { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 24px 0 0 37px; }
|
|
.activity-controls[hidden] { display: none; }
|
|
.activity-status { margin: 0; color: var(--muted); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
|
|
.activity-more-button {
|
|
border: 1px solid var(--rule);
|
|
background: transparent;
|
|
padding: 7px 10px;
|
|
color: var(--muted);
|
|
cursor: pointer;
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .08em;
|
|
white-space: nowrap;
|
|
text-transform: uppercase;
|
|
}
|
|
.activity-more-button:hover,
|
|
.activity-more-button:focus-visible { border-color: var(--teal); color: var(--teal); }
|
|
.activity-more-button:disabled { cursor: default; opacity: .55; }
|
|
|
|
.featured-project-list { display: grid; gap: 14px; }
|
|
.featured-project-card { border: 1px solid var(--rule); border-top-color: var(--teal); background: var(--panel); padding: 22px; }
|
|
.featured-project-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--muted); font: 10px var(--mono); letter-spacing: .12em; }
|
|
.featured-project-card h2 { margin: 15px 0 7px; font-size: 25px; line-height: 1.2; }
|
|
.featured-project-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
|
|
.featured-project-technologies { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 17px; }
|
|
.featured-project-technologies span { border: 1px solid rgba(81,182,165,.55); padding: 3px 6px; color: var(--teal); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
|
|
.featured-project-latest { display: grid; gap: 7px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--rule); }
|
|
.featured-project-latest > span { color: var(--dim); font: 500 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
|
|
.featured-project-latest a { color: var(--ink); font: 14px/1.45 var(--serif); }
|
|
.featured-project-latest time { color: var(--teal); font: 500 9px var(--mono); letter-spacing: .07em; }
|
|
.featured-project-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 21px; }
|
|
.featured-project-actions a { color: var(--magenta); font: 500 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
|
|
.featured-project-actions a:first-child { color: var(--teal); }
|
|
.featured-projects-empty { margin: 0; padding: 24px 0; color: var(--muted); }
|
|
.featured-projects-link { display: inline-block; margin-top: 22px; color: var(--teal); font: 500 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
|
|
|
|
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); }
|
|
.entry-card { min-height: 245px; padding: 28px; background: var(--bg); }
|
|
.entry-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0; }
|
|
.entry-tags a,
|
|
.post-tags a,
|
|
.post-tags span {
|
|
border: 1px solid var(--teal);
|
|
padding: 3px 7px;
|
|
color: var(--teal);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
.entry-tags a:hover,
|
|
.entry-tags a:focus-visible,
|
|
.post-tags a:hover,
|
|
.post-tags a:focus-visible { border-color: var(--ink); color: var(--ink); }
|
|
.tag-filter { display: none; flex-wrap: wrap; gap: 8px; padding: 22px 0; }
|
|
.js .tag-filter { display: flex; }
|
|
.tag-filter-button {
|
|
border: 1px solid var(--rule);
|
|
background: transparent;
|
|
padding: 7px 10px;
|
|
color: var(--muted);
|
|
cursor: pointer;
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
.tag-filter-button:hover,
|
|
.tag-filter-button:focus-visible,
|
|
.tag-filter-button.is-active { border-color: var(--teal); color: var(--teal); }
|
|
.filter-status {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(0 0 0 0);
|
|
white-space: nowrap;
|
|
border: 0;
|
|
}
|
|
.filter-empty,
|
|
.empty-state { margin: 28px 0 0; color: var(--muted); }
|
|
.tag-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--rule); background: var(--rule); }
|
|
.tag-directory-card {
|
|
display: grid;
|
|
grid-template-columns: 1fr auto;
|
|
gap: 10px 24px;
|
|
min-height: 170px;
|
|
padding: 28px;
|
|
background: var(--bg);
|
|
}
|
|
.tag-directory-card:hover,
|
|
.tag-directory-card:focus-visible { background: var(--panel); }
|
|
.tag-directory-name { font: 600 21px/1.3 var(--serif); }
|
|
.tag-directory-count { color: var(--teal); font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
|
|
.tag-directory-summary { grid-column: 1 / -1; color: var(--muted); }
|
|
.content-section { padding: 55px 0 80px; }
|
|
.prose { max-width: 720px; }
|
|
.prose p { color: #c8c5bc; }
|
|
.prose img { display: block; max-width: 100%; height: auto; }
|
|
.prose a { color: var(--teal); overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
|
|
.button-link { display: inline-block; margin-top: 20px; font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
|
|
|
|
.blog-post-layout,
|
|
.article-post-layout {
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 640px) minmax(230px, 280px);
|
|
gap: 34px clamp(54px, 7vw, 92px);
|
|
align-items: start;
|
|
padding-block: 68px 90px;
|
|
}
|
|
.blog-post-layout {
|
|
grid-template-areas:
|
|
"header info"
|
|
"body info";
|
|
}
|
|
.article-post-layout {
|
|
grid-template-areas:
|
|
"header info"
|
|
"body info";
|
|
}
|
|
.blog-entry-header,
|
|
.article-entry-header { grid-area: header; }
|
|
.blog-entry-header h1,
|
|
.article-entry-header h1 { font-style: normal; }
|
|
.blog-entry-header .dek,
|
|
.article-entry-header .dek { margin-bottom: 0; }
|
|
.blog-entry-body,
|
|
.article-entry-body { grid-area: body; width: 100%; }
|
|
.post-meta {
|
|
grid-area: info;
|
|
display: grid;
|
|
gap: 16px;
|
|
}
|
|
.post-info {
|
|
border: 1px solid var(--rule);
|
|
background: var(--panel);
|
|
padding: 24px;
|
|
}
|
|
.post-info-title {
|
|
margin: 0 0 8px;
|
|
color: var(--magenta);
|
|
font: 500 10px var(--mono);
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
.post-info dl { margin: 0; }
|
|
.post-info-row { padding: 18px 0; border-bottom: 1px solid var(--rule); }
|
|
.post-info-row:last-child { padding-bottom: 0; border-bottom: 0; }
|
|
.post-info dt {
|
|
margin-bottom: 7px;
|
|
color: var(--dim);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
.post-info dd { margin: 0; color: var(--ink); font-size: 14px; }
|
|
.post-tags { display: flex; flex-wrap: wrap; gap: 7px; }
|
|
.article-info .post-info-title { color: var(--teal); }
|
|
.publication-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
|
|
.publication-links a {
|
|
display: block;
|
|
color: var(--teal);
|
|
font: 500 10px/1.5 var(--mono);
|
|
overflow-wrap: anywhere;
|
|
text-decoration: none;
|
|
}
|
|
.publication-links a:hover,
|
|
.publication-links a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
|
|
|
|
.share-panel {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 340px;
|
|
overflow: hidden;
|
|
border: 1px solid var(--rule);
|
|
background: #0b0f13;
|
|
padding: 17px;
|
|
isolation: isolate;
|
|
}
|
|
.share-panel::before {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
right: 17px;
|
|
width: 42%;
|
|
height: 1px;
|
|
background: var(--teal);
|
|
box-shadow: -12px 7px 0 -0.25px rgba(81,182,165,.35);
|
|
opacity: .7;
|
|
}
|
|
.share-panel::after {
|
|
content: "";
|
|
position: absolute;
|
|
z-index: -1;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-right: 1px solid rgba(210,97,134,.8);
|
|
border-bottom: 1px solid rgba(210,97,134,.8);
|
|
}
|
|
.post-meta > .share-panel { max-width: none; }
|
|
.share-panel-heading {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 10px;
|
|
margin-bottom: 14px;
|
|
}
|
|
.share-panel h2 {
|
|
margin: 0;
|
|
color: var(--teal);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
.share-panel h2 span[aria-hidden] { color: var(--muted); }
|
|
.share-panel-signal {
|
|
position: relative;
|
|
flex: 1;
|
|
height: 1px;
|
|
background: var(--rule);
|
|
}
|
|
.share-panel-signal::before,
|
|
.share-panel-signal::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
border: 1px solid var(--teal);
|
|
background: #0b0f13;
|
|
transform: translateY(-50%);
|
|
}
|
|
.share-panel-signal::before { left: 0; width: 5px; height: 5px; border-radius: 50%; }
|
|
.share-panel-signal::after { right: 0; width: 3px; height: 3px; border-color: var(--magenta); }
|
|
.share-actions {
|
|
display: grid;
|
|
grid-template-columns: repeat(6, 40px);
|
|
gap: 8px;
|
|
}
|
|
.post-meta > .share-panel .share-actions { grid-template-columns: repeat(3, 40px); }
|
|
.share-action {
|
|
position: relative;
|
|
display: grid;
|
|
place-items: center;
|
|
width: 40px;
|
|
height: 40px;
|
|
overflow: hidden;
|
|
border: 1px solid #30404a;
|
|
background: #090d10;
|
|
color: #8aabb0;
|
|
clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
|
|
transition: border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .12s ease;
|
|
}
|
|
.share-action::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 2px;
|
|
left: -70%;
|
|
width: 65%;
|
|
height: 1px;
|
|
background: var(--teal);
|
|
box-shadow: 0 0 6px rgba(81,182,165,.9);
|
|
opacity: 0;
|
|
}
|
|
.share-action:hover,
|
|
.share-action:focus-visible {
|
|
border-color: var(--teal);
|
|
color: var(--teal);
|
|
outline: 2px solid var(--teal);
|
|
outline-offset: 3px;
|
|
box-shadow: 0 0 12px rgba(81,182,165,.22), inset 0 0 8px rgba(81,182,165,.08);
|
|
}
|
|
.share-action:hover::after,
|
|
.share-action:focus-visible::after { animation: share-signal-travel .55s ease-out; }
|
|
.share-action:active { border-color: var(--magenta); color: var(--magenta); transform: translateY(1px); }
|
|
.share-action-primary { border-color: rgba(81,182,165,.65); color: var(--teal); }
|
|
.share-icon { display: block; width: 18px; height: 18px; fill: currentColor; }
|
|
.share-icon-stroke { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
|
|
.share-icon-stroke .share-icon-fill { fill: currentColor; stroke: none; }
|
|
.share-status {
|
|
min-height: 1.3em;
|
|
margin: 10px 0 0;
|
|
color: var(--teal);
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .06em;
|
|
}
|
|
.visually-hidden {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
margin: -1px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
clip: rect(0 0 0 0);
|
|
white-space: nowrap;
|
|
border: 0;
|
|
}
|
|
@keyframes share-signal-travel {
|
|
0% { left: -70%; opacity: 0; }
|
|
20%, 70% { opacity: 1; }
|
|
100% { left: 110%; opacity: 0; }
|
|
}
|
|
|
|
.narration-player {
|
|
border: 1px solid var(--rule);
|
|
padding: 18px 20px;
|
|
}
|
|
.narration-title {
|
|
margin: 0 0 14px;
|
|
color: var(--muted);
|
|
font: 500 10px var(--mono);
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
.narration-audio { display: block; width: 100%; height: 36px; color-scheme: dark; accent-color: var(--teal); }
|
|
.narration-player.is-enhanced .narration-audio { display: none; }
|
|
.narration-controls { grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 12px; }
|
|
.narration-controls:not([hidden]) { display: grid; }
|
|
.narration-toggle {
|
|
width: 34px;
|
|
height: 34px;
|
|
border: 1px solid var(--rule);
|
|
background: transparent;
|
|
padding: 0;
|
|
color: var(--ink);
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
}
|
|
.narration-toggle:hover,
|
|
.narration-toggle:focus-visible { border-color: var(--teal); color: var(--teal); outline-color: var(--teal); }
|
|
.narration-timeline { display: grid; gap: 4px; min-width: 0; }
|
|
.narration-timeline input { width: 100%; margin: 0; accent-color: var(--teal); cursor: pointer; }
|
|
.narration-time { color: var(--muted); font: 500 9px var(--mono); letter-spacing: .04em; }
|
|
.narration-details { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 14px; }
|
|
.narration-details p { margin: 0; color: var(--dim); font-size: 11px; }
|
|
.narration-details label { display: flex; align-items: center; gap: 7px; color: var(--dim); font: 500 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
|
|
.narration-speed {
|
|
border: 1px solid var(--rule);
|
|
border-radius: 0;
|
|
background: var(--panel);
|
|
padding: 5px 7px;
|
|
color: var(--ink);
|
|
font: 500 10px var(--mono);
|
|
}
|
|
.narration-speed:hover,
|
|
.narration-speed:focus-visible { border-color: var(--teal); outline-color: var(--teal); }
|
|
|
|
.project-hero { border-bottom: 1px solid var(--rule); padding: 62px 0 48px; }
|
|
.project-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 44px; align-items: end; }
|
|
.project-identity { display: flex; gap: 26px; align-items: flex-start; }
|
|
.project-logo { flex: 0 0 auto; border: 1px solid var(--rule); border-radius: 18px; background: var(--panel); }
|
|
.project-identity h1 { max-width: 760px; font-style: normal; font-size: clamp(40px, 6vw, 72px); line-height: 1; }
|
|
.project-identity .dek { max-width: 760px; font-size: 18px; }
|
|
.project-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; min-width: 190px; }
|
|
.project-actions .button-link { margin: 0; }
|
|
.button-link-primary { color: var(--teal); }
|
|
|
|
.project-content {
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 650px) minmax(280px, 340px);
|
|
gap: clamp(54px, 7vw, 96px);
|
|
align-items: start;
|
|
padding-block: 68px 78px;
|
|
}
|
|
.project-narrative { width: 100%; }
|
|
.project-meta { display: grid; gap: 16px; }
|
|
.project-meta > .share-panel { max-width: none; }
|
|
.repository-card { border: 1px solid var(--rule); background: var(--panel); padding: 24px; }
|
|
.repository-card dl { margin: 0; }
|
|
.repository-card a { color: var(--teal); }
|
|
.repository-card code,
|
|
.devlog-info code { color: var(--teal); font-family: var(--mono); font-size: 12px; }
|
|
.commit-link { display: grid; gap: 5px; }
|
|
.commit-link span { color: var(--ink); line-height: 1.45; }
|
|
.repository-detail { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }
|
|
.repository-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--rule); }
|
|
.repository-pair .post-info-row { border-bottom: 0; }
|
|
.repository-pair .post-info-row + .post-info-row { padding-left: 18px; border-left: 1px solid var(--rule); }
|
|
.repository-counts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
|
|
.repository-counts .post-info-row { text-align: center; }
|
|
.repository-counts dd { font: 600 22px/1 var(--serif); }
|
|
|
|
.technology-list { display: flex; flex-wrap: wrap; gap: 7px; }
|
|
.technology-list span,
|
|
.technology-list a {
|
|
border: 1px solid var(--teal);
|
|
padding: 3px 7px;
|
|
font: 500 9px var(--mono);
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
.technology-list a { color: var(--teal); }
|
|
.technology-list span { border-color: var(--mustard); color: var(--mustard); }
|
|
.technology-list a:hover,
|
|
.technology-list a:focus-visible { background: var(--teal); color: var(--bg); }
|
|
.project-technologies { border-block: 1px solid var(--rule); padding: 36px 0 42px; background: var(--panel); }
|
|
.project-technology-list { padding-top: 24px; }
|
|
.project-devlog-preview { padding: 52px 0 80px; }
|
|
.project-devlog-preview .section-heading a { color: var(--teal); }
|
|
.devlog-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--rule); background: var(--rule); }
|
|
.devlog-card { min-height: 270px; padding: 26px; background: var(--bg); }
|
|
.devlog-card time { color: var(--muted); font: 500 9px var(--mono); letter-spacing: .1em; }
|
|
.devlog-card h2 { margin: 14px 0 9px; font-size: 20px; line-height: 1.3; }
|
|
.devlog-card p { margin: 0 0 14px; color: var(--muted); font-size: 14px; }
|
|
|
|
.devlog-hero .eyebrow a { color: var(--magenta); }
|
|
.devlog-index { border-top: 1px solid var(--rule); }
|
|
.devlog-index-entry { display: grid; grid-template-columns: 190px minmax(0, 1fr) 150px; gap: 18px 32px; padding: 30px 0; border-bottom: 1px solid var(--rule); align-items: start; }
|
|
.devlog-index-entry .entry-meta { grid-column: 1; grid-row: 1 / span 3; align-items: flex-start; flex-direction: column; }
|
|
.devlog-index-entry h2 { grid-column: 2; margin: 0; font-size: 24px; }
|
|
.devlog-index-entry p { grid-column: 2; margin: 0; color: var(--muted); }
|
|
.devlog-index-entry .technology-list { grid-column: 2; }
|
|
.devlog-index-entry .read-more { grid-column: 3; grid-row: 1; justify-self: end; }
|
|
|
|
.devlog-entry-layout {
|
|
display: grid;
|
|
grid-template-columns: minmax(0, 640px) minmax(230px, 280px);
|
|
grid-template-areas:
|
|
"header info"
|
|
"body info"
|
|
"navigation navigation"
|
|
"back back";
|
|
gap: 34px clamp(54px, 7vw, 92px);
|
|
align-items: start;
|
|
padding-block: 68px 90px;
|
|
}
|
|
.devlog-entry-header { grid-area: header; }
|
|
.devlog-entry-header h1 { font-style: normal; }
|
|
.devlog-entry-body { grid-area: body; width: 100%; }
|
|
.devlog-meta { grid-area: info; }
|
|
.devlog-info .post-info-title { color: var(--violet); }
|
|
.devlog-navigation { grid-area: navigation; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 38px; border: 1px solid var(--rule); background: var(--rule); }
|
|
.devlog-navigation-link { display: grid; gap: 8px; min-height: 130px; padding: 24px; background: var(--bg); }
|
|
.devlog-navigation-link:hover,
|
|
.devlog-navigation-link:focus-visible { background: var(--panel); }
|
|
.devlog-navigation-link span { color: var(--magenta); font: 500 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
|
|
.devlog-navigation-link strong { font: 600 18px/1.35 var(--serif); }
|
|
.devlog-navigation-next { text-align: right; }
|
|
.devlog-back { grid-area: back; margin: 0; color: var(--teal); font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
|
|
|
|
.site-footer { border-top: 1px solid var(--rule); color: var(--muted); font-size: 9px; }
|
|
.footer-inner { min-height: 105px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
|
|
.site-footer nav { display: flex; gap: 22px; }
|
|
|
|
@media (max-width: 760px) {
|
|
.section-hero { width: calc(100% - 28px); margin-top: 20px; }
|
|
.section-hero .section-hero__content { grid-template-columns: 1fr; padding: 24px 22px 20px; }
|
|
.section-hero h1 { font-size: clamp(42px, 13vw, 68px); }
|
|
.section-hero__visual { min-height: 125px; }
|
|
.section-hero--articles .section-hero__visual,
|
|
.section-hero--blog .section-hero__visual { min-height: 128px; }
|
|
.section-hero__radar,
|
|
.section-hero__signal-core { top: 7px; right: auto; left: 0; width: 92px; height: 92px; }
|
|
.section-hero__status-card { right: 0; }
|
|
.section-hero__signal-row { right: 0; width: 100%; max-width: 290px; }
|
|
.section-hero__signal-row--stacked { right: 10px; width: 214px; }
|
|
.section-hero__glitch-strip { left: 30%; }
|
|
}
|
|
|
|
@media (max-width: 860px) and (min-width: 721px) {
|
|
.circuit-hero { height: 720px; min-height: 720px; }
|
|
.circuit-brand-block { width: 72vw; }
|
|
.circuit-node[data-route-node="projects"] { left: 58%; top: 36%; }
|
|
.circuit-node[data-route-node="articles"] { left: 61%; top: 49%; }
|
|
.circuit-node[data-route-node="blog"] { left: 55%; top: 61%; }
|
|
.circuit-node[data-route-node="github"] { left: 20%; top: 72%; }
|
|
.circuit-node[data-route-node="gitea"] { left: 38%; top: 76%; }
|
|
.circuit-node[data-route-node="linkedin"] { left: 57%; top: 73%; }
|
|
.circuit-node[data-route-node="twitch"] { left: 20%; top: 83%; }
|
|
.circuit-node[data-route-node="youtube"] { left: 42%; top: 87%; }
|
|
.circuit-node[data-route-node="kofi"] { left: 70%; top: 84%; }
|
|
.circuit-legend { display: none; }
|
|
}
|
|
|
|
@media (max-width: 720px) {
|
|
.shell { width: min(100% - 28px, 1100px); }
|
|
.narrow { margin-inline: auto; }
|
|
.header-main { grid-template-columns: 1fr; gap: 9px; padding-block: 24px; }
|
|
.brand { font-size: 30px; }
|
|
.primary-nav { margin-top: 14px; justify-content: space-between; gap: 14px; }
|
|
.header-meta { display: none; }
|
|
.hero, .hero.compact { padding-block: 44px; }
|
|
.circuit-hero { width: calc(100% - 20px); height: 760px; min-height: 760px; margin-block: 20px; }
|
|
.circuit-hero-topline { inset: 18px 16px auto; font-size: 8px; }
|
|
.circuit-hero-topline span:last-child { display: none; }
|
|
.circuit-brand-block { top: 72px; left: 24px; width: 82vw; }
|
|
.circuit-brand-block h1 { font-size: clamp(48px, 14vw, 62px); }
|
|
.circuit-dek { max-width: 85vw; font-size: 14px; }
|
|
.circuit-node-main { font-size: 21px; }
|
|
.circuit-node-sub { font-size: 10px; }
|
|
.circuit-node[data-route-node="projects"] { left: 32%; top: 42%; }
|
|
.circuit-node[data-route-node="articles"] { left: 38%; top: 53%; }
|
|
.circuit-node[data-route-node="blog"] { left: 28%; top: 64%; }
|
|
.circuit-node[data-route-node="github"] { left: 18%; top: 74%; }
|
|
.circuit-node[data-route-node="gitea"] { left: 53%; top: 74%; }
|
|
.circuit-node[data-route-node="linkedin"] { left: 18%; top: 81%; }
|
|
.circuit-node[data-route-node="twitch"] { left: 56%; top: 81%; }
|
|
.circuit-node[data-route-node="youtube"] { left: 18%; top: 88%; }
|
|
.circuit-node[data-route-node="kofi"] { left: 60%; top: 88%; }
|
|
.circuit-legend { display: none; }
|
|
.circuit-replay { left: 16px; bottom: 13px; }
|
|
h1 { font-size: 30px; }
|
|
.homepage-discovery-grid { grid-template-columns: 1fr; gap: 48px; }
|
|
.featured-project-card { padding: 20px; }
|
|
.card-grid { grid-template-columns: 1fr; }
|
|
.tag-directory { grid-template-columns: 1fr; }
|
|
.tag-filter { padding-block: 18px; }
|
|
.activity-controls { align-items: flex-start; padding-left: 30px; }
|
|
.tag-directory-card { min-height: 0; }
|
|
.project-hero { padding-block: 44px; }
|
|
.project-hero-inner,
|
|
.project-content { grid-template-columns: 1fr; }
|
|
.project-identity { gap: 18px; }
|
|
.project-logo { width: 70px; height: 70px; border-radius: 14px; }
|
|
.project-identity h1 { font-size: 40px; }
|
|
.project-actions { flex-direction: row; flex-wrap: wrap; }
|
|
.project-content { gap: 36px; padding-block: 46px 58px; }
|
|
.repository-pair { grid-template-columns: 1fr; }
|
|
.repository-pair .post-info-row + .post-info-row { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
|
|
.repository-counts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
|
|
.repository-counts .post-info-row + .post-info-row { padding-left: 12px; border-top: 0; border-left: 1px solid var(--rule); }
|
|
.devlog-card-grid { grid-template-columns: 1fr; }
|
|
.devlog-card { min-height: 0; }
|
|
.devlog-index-entry { grid-template-columns: 1fr; gap: 12px; }
|
|
.devlog-index-entry .entry-meta,
|
|
.devlog-index-entry h2,
|
|
.devlog-index-entry p,
|
|
.devlog-index-entry .technology-list,
|
|
.devlog-index-entry .read-more { grid-column: 1; grid-row: auto; justify-self: start; }
|
|
.devlog-index-entry .entry-meta { flex-direction: row; }
|
|
.devlog-entry-layout {
|
|
grid-template-columns: 1fr;
|
|
grid-template-areas:
|
|
"header"
|
|
"info"
|
|
"body"
|
|
"navigation"
|
|
"back";
|
|
gap: 30px;
|
|
padding-block: 44px 65px;
|
|
}
|
|
.devlog-navigation { grid-template-columns: 1fr; }
|
|
.devlog-navigation-link { min-height: 0; }
|
|
.devlog-navigation-next { text-align: left; }
|
|
.blog-post-layout,
|
|
.article-post-layout {
|
|
grid-template-columns: minmax(0, 1fr);
|
|
gap: 30px;
|
|
padding-block: 44px 65px;
|
|
}
|
|
.blog-post-layout {
|
|
grid-template-areas:
|
|
"header"
|
|
"info"
|
|
"body";
|
|
}
|
|
.article-post-layout {
|
|
grid-template-areas:
|
|
"header"
|
|
"info"
|
|
"body";
|
|
}
|
|
.post-info { padding: 20px; }
|
|
.share-panel { max-width: 100%; }
|
|
.narration-player { padding: 18px; }
|
|
.narration-details { align-items: flex-start; flex-direction: column-reverse; }
|
|
.footer-inner { align-items: flex-start; flex-direction: column; padding-block: 28px; }
|
|
.site-footer nav { flex-wrap: wrap; }
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
.circuit-status span,
|
|
.circuit-node-main i,
|
|
.section-hero,
|
|
.section-hero__pulse-dot,
|
|
.section-hero__live-dot,
|
|
.section-hero__radar::after,
|
|
.section-hero__signal-core::before,
|
|
.section-hero__glitch-strip,
|
|
.share-action:hover::after,
|
|
.share-action:focus-visible::after { animation: none; }
|
|
}
|