@charset "utf-8";
:root {
--font-display: 'Bricolage Grotesque', 'Arial Black', Impact, sans-serif;
--font-serif: 'Newsreader', Georgia, 'Times New Roman', serif;
--font-mono: 'IBM Plex Mono', ui-monospace, 'Cascadia Mono', Consolas, monospace;
--paper: #F4F0E6;
--paper-2: #EAE4D5;
--card: #FFFCF4;
--ink: #15120F;
--ink-2: #3B342C;
--muted: #635A4F;
--rule: #D8CFBC;
--rule-soft: #E4DDCC;
--accent: #D93B14;
--accent-2: #B02F0E;
--on-accent: #FFF7EE;
--shadow: 0 1px 0 rgba(21,18,15,.06), 0 12px 30px -18px rgba(21,18,15,.45);
--shadow-lift: 0 2px 0 rgba(21,18,15,.08), 0 26px 50px -26px rgba(21,18,15,.5);
--c-admin: #1B3FCC;
--c-infra: #C2410C;
--c-comu: #0F5C46;
--c-econ: #7A5B12;
--c-even: #8B2C8F;
--c-anun: #B01B1B;
--c-sport: #1F6F8B;
--wrap: 1280px;
--gut: clamp(1rem, 4vw, 2.5rem);
--r: 4px;
--r-lg: 10px;
--dur: 260ms;
--ease: cubic-bezier(.22,.61,.36,1);
--ease-out: cubic-bezier(.16,1,.3,1);
--z-menu: 80;
--z-head: 60;
--z-top: 90;
color-scheme: light;
}
[data-theme='dark'] {
--paper: #100E0B;
--paper-2: #17140F;
--card: #1A1611;
--ink: #F5F0E4;
--ink-2: #DCD4C4;
--muted: #A2978A;
--rule: #2E2822;
--rule-soft: #241F1A;
--accent: #FF5C2E;
--accent-2: #FF8A5E;
--on-accent: #170D07;
--shadow: 0 1px 0 rgba(0,0,0,.5), 0 14px 34px -20px rgba(0,0,0,.9);
--shadow-lift: 0 2px 0 rgba(0,0,0,.55), 0 30px 60px -28px rgba(0,0,0,.95);
--c-admin: #7C9BFF;
--c-infra: #FF9257;
--c-comu: #5FCFA6;
--c-econ: #E0B860;
--c-even: #E489E8;
--c-anun: #FF7A7A;
--c-sport: #74C4DF;
color-scheme: dark;
}
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
background: var(--paper);
color: var(--ink);
font-family: var(--font-serif);
font-size: 1.0625rem;
line-height: 1.65;
font-synthesis-weight: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.02; letter-spacing: -.028em; text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--accent); color: var(--on-accent); }
hr { border: 0; border-top: 1px solid var(--rule); }
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.skip {
position: fixed; left: 1rem; top: -100px; z-index: 200;
background: var(--ink); color: var(--paper); padding: .7rem 1.1rem;
font-family: var(--font-mono); font-size: .8rem; transition: top var(--dur) var(--ease);
}
.skip:focus { top: 1rem; }
.main { display: block; }
.ico {
width: 1.05em; height: 1.05em; flex: none; fill: none; stroke: currentColor;
stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.15em;
}
.meta .ico { width: 14px; height: 14px; }
.meta-pair { display: inline-flex; align-items: flex-start; gap: .35rem; max-width: 100%; }
.meta-pair .ico { margin-top: .1em; }
.mark-big { width: clamp(44px, 8vw, 64px); height: clamp(44px, 8vw, 64px); color: var(--ink); }
.kicker, .mono {
font-family: var(--font-mono); font-size: .72rem; font-weight: 500;
letter-spacing: .12em; text-transform: uppercase;
}
@keyframes fadeUp { from { opacity: 0; transform: translate3d(0, 26px, 0); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes wipeUp { from { opacity: 0; transform: translate3d(0, 106%, 0); } to { opacity: 1; transform: none; } }
@keyframes pulseRing { 0% { transform: scale(.7); opacity: .85; } 70% { transform: scale(1.9); opacity: 0; } 100% { opacity: 0; } }
@keyframes blip { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
@keyframes drift { from { transform: translate3d(0,0,0); } to { transform: translate3d(-33.333%,0,0); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes sway { 0%, 100% { transform: rotate(-1.2deg); } 50% { transform: rotate(1.2deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dashMove { to { stroke-dashoffset: -128; } }
@keyframes drawIn { from { stroke-dashoffset: 1200; } to { stroke-dashoffset: 0; } }
@keyframes ripple { 0% { transform: scale(.35); opacity: 0; } 25% { opacity: .95; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes dropIn { 0%, 100% { transform: translateY(0); } 45% { transform: translateY(-14px); } }
@keyframes fillBar { 0%, 100% { transform: scaleX(.35); } 55% { transform: scaleX(1); } }
@keyframes grainShift {
0% { transform: translate(0,0); } 20% { transform: translate(-6%,4%); }
40% { transform: translate(4%,-6%); } 60% { transform: translate(-4%,-4%); }
80% { transform: translate(6%,6%); } 100% { transform: translate(0,0); }
}
@keyframes shimmer { to { background-position: 200% 0; } }
@keyframes floatDot { 0% { transform: translate3d(0,0,0); opacity: 0; } 12% { opacity: .9; } 100% { transform: translate3d(var(--dx,20px), -120px, 0); opacity: 0; } }
@keyframes underline { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes rowSweep { 0%, 100% { transform: rotate(0deg); } 50% { transform: rotate(24deg); } }
@keyframes waveFlag { 0%, 100% { d: path('M400 40 q34 -14 68 0 q34 14 68 0 v44 q-34 14 -68 0 q-34 -14 -68 0z'); } }
html:not(.no-js) .reveal { opacity: 0; transform: translate3d(0, 26px, 0); }
html:not(.no-js) .reveal.in {
animation: fadeUp .78s var(--ease-out) forwards;
animation-delay: calc(var(--i, 0) * 70ms);
}
html:not(.no-js) .reveal-clip { overflow: hidden; padding-bottom: .1em; margin-bottom: -.1em; }
html:not(.no-js) .reveal-clip .wipe-in { display: block; opacity: 0; transform: translate3d(0, 106%, 0); }
html:not(.no-js) .reveal-clip.in .wipe-in {
animation: wipeUp .85s var(--ease-out) forwards; animation-delay: calc(var(--i, 0) * 80ms);
}
[data-motion='off'] .reveal-clip .wipe-in { opacity: 1 !important; transform: none !important; }
[data-motion='off'] *, [data-motion='off'] *::before, [data-motion='off'] *::after {
animation-duration: .001ms !important;
animation-iteration-count: 1 !important;
transition-duration: .001ms !important;
}
[data-motion='off'] .reveal, [data-motion='off'] .reveal-clip { opacity: 1 !important; transform: none !important; }
[data-motion='off'] html { scroll-behavior: auto; }
.grain {
position: fixed; inset: -60%; z-index: 1; pointer-events: none; opacity: .34;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
mix-blend-mode: multiply;
}
@media (min-width: 860px) { .grain { animation: grainShift 8s steps(6, end) infinite; } }
[data-theme='dark'] .grain { mix-blend-mode: screen; opacity: .16; }
.scroll-bar { position: fixed; inset: 0 0 auto; height: 3px; z-index: var(--z-top); pointer-events: none; }
.scroll-bar i { display: block; height: 100%; width: 100%; transform: scaleX(0); transform-origin: 0 50%;
background: linear-gradient(90deg, var(--accent), var(--c-comu) 60%, var(--c-admin)); }
.head { position: relative; z-index: var(--z-head); }
.head-strip {
background: var(--ink); color: var(--paper);
font-family: var(--font-mono); font-size: .7rem; letter-spacing: .06em;
}
.head-strip-in { display: flex; align-items: center; gap: .9rem; height: 34px; white-space: nowrap; overflow: hidden; }
.strip-item { display: inline-flex; align-items: center; gap: .4rem; opacity: .9; }
.strip-item svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.strip-sep { width: 1px; height: 12px; background: currentColor; opacity: .3; }
.strip-free { margin-left: auto; color: var(--accent-2); }
[data-theme='dark'] .strip-free { color: var(--accent-2); }
.strip-loc { display: none; }
@media (max-width: 559px) {
.strip-date, .strip-sep { display: none; }
.head-strip-in { gap: .6rem; font-size: .66rem; }
.strip-free { margin-left: auto; text-align: right; }
}
.dot-live { width: 7px; height: 7px; border-radius: 50%; background: #4ADE80; position: relative; }
.dot-live::after { content: ''; position: absolute; inset: -3px; border-radius: 50%; border: 2px solid #4ADE80; animation: pulseRing 1.9s var(--ease-out) infinite; }
.head-main { background: var(--paper); border-bottom: 2px solid var(--ink); position: sticky; top: 0; z-index: 5; }
.head-main-in { display: flex; align-items: center; gap: 1rem; min-height: 68px; }
.logo { display: inline-flex; align-items: center; gap: .62rem; color: var(--ink); }
.logo .mark { width: 34px; height: 34px; color: inherit; flex: none; overflow: visible; }
.logo--lg .mark { width: 46px; height: 46px; }
.mark-waves .w1 { animation: pulseWave 2.6s var(--ease-out) infinite; transform-origin: 24px 24px; }
.mark-waves .w2 { animation: pulseWave 2.6s var(--ease-out) .35s infinite; transform-origin: 24px 24px; }
@keyframes pulseWave { 0% { opacity: 0; transform: translateX(-6px); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateX(4px); } }
.mark-pin { transition: transform .5s var(--ease-out); transform-origin: 24px 40px; }
.logo:hover .mark-pin { animation: bob 1.1s var(--ease) infinite; }
.mark-comma { color: var(--accent); }
.logo-words { display: grid; line-height: .92; }
.logo-a { font-family: var(--font-display); font-weight: 800; font-size: 1.32rem; letter-spacing: -.045em; }
.logo-b { font-family: var(--font-mono); font-size: .63rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); }
.logo--lg .logo-a { font-size: 1.85rem; }
.logo--lg .logo-b { font-size: .72rem; }
.nav { display: none; margin-left: auto; gap: .2rem; }
.nav-link {
position: relative; font-family: var(--font-display); font-weight: 500; font-size: .95rem;
padding: .55rem .7rem; border-radius: var(--r); transition: color var(--dur) var(--ease);
}
.nav-link span { position: relative; }
.nav-link span::after {
content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--accent);
transform: scaleX(0); transform-origin: 0 50%; transition: transform .34s var(--ease-out);
}
.nav-link:hover span::after, .nav-link:focus-visible span::after { transform: scaleX(1); }
.nav-link.is-active { color: var(--accent); }
.nav-link.is-active span::after { transform: scaleX(1); }
.head-tools { display: flex; align-items: center; gap: .25rem; margin-left: auto; }
.nav + .head-tools { margin-left: .4rem; }
.tool {
width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%;
border: 1.5px solid transparent; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.tool svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tool:hover { background: var(--paper-2); border-color: var(--rule); }
.tool:active { transform: scale(.94); }
[data-theme-toggle] svg:nth-of-type(2), [data-theme='dark'] [data-theme-toggle] svg:nth-of-type(1) { display: none; }
[data-theme='dark'] [data-theme-toggle] svg:nth-of-type(2) { display: block; }
.tool--motion { position: relative; }
.tool--motion::after {
content: ''; position: absolute; right: 6px; bottom: 6px; width: 7px; height: 7px; border-radius: 50%;
background: var(--c-comu); box-shadow: 0 0 0 2px var(--paper);
}
[data-motion='off'] .tool--motion::after { background: var(--muted); }
[data-motion='off'] .tool--motion svg { opacity: .5; }
.menu { position: fixed; inset: 0; z-index: var(--z-menu); background: var(--paper); overflow-y: auto; }
.menu[hidden] { display: none; }
.menu-in { padding-block: 1rem 3rem; }
.menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.2rem; border-bottom: 2px solid var(--ink); }
.menu-title { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin: 1.8rem 0 .5rem; }
.menu-nav a {
display: flex; align-items: center; justify-content: space-between; gap: 1rem;
padding: .62rem 0; border-bottom: 1px solid var(--rule-soft);
font-family: var(--font-display); font-weight: 700; font-size: clamp(1.35rem, 6vw, 2rem); letter-spacing: -.035em;
opacity: 0; transform: translateY(16px);
}
.menu.is-open .menu-nav a { animation: fadeUp .5s var(--ease-out) forwards; animation-delay: calc(90ms + var(--i) * 42ms); }
.menu-nav a svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; opacity: 0; transform: translateX(-8px); transition: all .3s var(--ease-out); }
.menu-nav a:hover { color: var(--accent); }
.menu-nav a:hover svg { opacity: 1; transform: none; }
.ticker { background: var(--accent); color: var(--on-accent); overflow: hidden; border-bottom: 2px solid var(--ink); }
.ticker-in { display: flex; align-items: center; height: 40px; }
.ticker-label {
flex: none; display: inline-flex; align-items: center; gap: .4rem; height: 100%;
background: var(--ink); color: var(--paper); padding-inline: .9rem;
font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
}
.ticker-label svg { width: 14px; height: 14px; fill: currentColor; stroke: none; animation: blip 1.5s steps(2, end) infinite; }
.ticker-mask { overflow: hidden; flex: 1; }
.ticker-track { display: flex; align-items: center; gap: 2.4rem; width: max-content; animation: drift 46s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track a { font-family: var(--font-display); font-weight: 500; font-size: .9rem; white-space: nowrap; padding-block: .6rem; }
.ticker-track a:hover { text-decoration: underline; text-underline-offset: 3px; }
.ticker-track i { width: 6px; height: 6px; background: currentColor; border-radius: 50%; flex: none; }
.sec { padding-block: clamp(2.4rem, 6vw, 4.4rem); position: relative; z-index: 2; }
.sec--tight { padding-block: clamp(1.6rem, 4vw, 2.6rem); }
.sec--paper { background: var(--paper-2); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.sec-title { font-size: clamp(1.5rem, 4.6vw, 2.3rem); display: flex; align-items: baseline; gap: .6rem; }
.sec-title em { font-style: normal; color: var(--accent); }
.sec-sub { color: var(--muted); font-size: .95rem; max-width: 46ch; margin-top: .35rem; }
.sec-rule { height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: 0 50%; margin-bottom: 1.4rem; }
.sec-rule.in { animation: underline .9s var(--ease-out) forwards; }
.more-link { display: inline-flex; align-items: center; gap: .4rem; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); white-space: nowrap; }
.more-link svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .3s var(--ease-out); }
.more-link:hover svg { transform: translateX(5px); }
.tag {
display: inline-flex; align-items: center; gap: .35rem; font-family: var(--font-mono);
font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 500;
color: var(--cat, var(--accent));
}
.tag::before { content: ''; width: 8px; height: 8px; background: currentColor; border-radius: 2px; }
.tag--solid { background: var(--cat, var(--accent)); color: var(--on-accent); padding: .28rem .5rem; border-radius: 2px; }
.tag--solid::before { display: none; }
[data-theme='dark'] .tag--solid { color: #12100C; }
.chip {
display: inline-flex; align-items: center; gap: .4rem; padding: .38rem .7rem; border: 1.5px solid var(--rule);
border-radius: 100px; font-family: var(--font-mono); font-size: .7rem; letter-spacing: .08em;
transition: all var(--dur) var(--ease); background: var(--card);
}
.chip:hover { border-color: var(--ink); transform: translateY(-2px); }
.chip svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.chip.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.meta { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; font-family: var(--font-mono); font-size: .7rem; color: var(--muted); letter-spacing: .04em; }
.meta i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .6; }
.art * { animation-play-state: paused; }
.art-wrap.is-live .art *, .figure .art *, .hero-art .art * { animation-play-state: running; }
.art { width: 100%; height: 100%; object-fit: cover; display: block; }
.art-wrap { overflow: hidden; background: var(--paper-2); border-radius: var(--r); position: relative; }
.art-wrap .art { transition: transform .8s var(--ease-out); }
a:hover .art-wrap .art, .card:hover .art-wrap .art { transform: scale(1.045); }
.ar-rise { animation: fadeUp 1s var(--ease-out) both; }
.ar-d1 { animation-delay: .12s; } .ar-d2 { animation-delay: .24s; } .ar-d3 { animation-delay: .36s; }
.ar-dash { animation: dashMove 2.4s linear infinite; }
.ar-draw { stroke-dasharray: 1200; animation: drawIn 2.4s var(--ease-out) forwards; }
.ar-orbit { animation: bob 5s var(--ease) infinite; }
.ar-pulse { animation: bob 3.2s var(--ease) infinite; transform-origin: center; }
.ar-float { animation: bob 4.2s var(--ease) infinite; }
.ar-sway { animation: sway 6s var(--ease) infinite; transform-origin: bottom center; }
.ar-sway.ar-d1 { animation-duration: 7.4s; } .ar-sway.ar-d2 { animation-duration: 5.4s; }
.ar-spin { animation: spin 22s linear infinite; }
.ar-ripple { animation: ripple 3.4s var(--ease-out) infinite; transform-origin: 400px 300px; }
.ar-ripple.ar-d1 { animation-delay: .5s; } .ar-ripple.ar-d2 { animation-delay: 1s; }
.ar-drop { animation: dropIn 3.6s var(--ease) infinite; }
.ar-slide { animation: dashMove 3s linear infinite; }
.ar-nudge { animation: bob 6s var(--ease) infinite; }
.ar-fill { transform-origin: left center; animation: fillBar 4s var(--ease) infinite; }
.ar-blink { animation: blip 3.4s steps(2, end) infinite; }
.ar-row { animation: rowSweep 3.2s var(--ease) infinite; }
.ar-wave { animation: sway 3.4s var(--ease) infinite; transform-origin: left center; }
.hero { position: relative; border-bottom: 2px solid var(--ink); overflow: hidden; }
.hero-dots { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero-dots i {
position: absolute; bottom: -10px; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: 0;
animation: floatDot var(--dur-d, 9s) linear infinite; animation-delay: var(--del, 0s);
}
.hero-in { display: grid; gap: clamp(1.2rem, 3vw, 2rem); padding-block: clamp(1.6rem, 4vw, 3rem); position: relative; }
.hero-lead { display: grid; gap: 1rem; }
.hero-title { font-size: clamp(2.05rem, 7.4vw, 4.4rem); font-weight: 800; letter-spacing: -.04em; }
.hero-title a { background-image: linear-gradient(var(--accent), var(--accent)); background-size: 0 3px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .5s var(--ease-out); }
.hero-title a:hover { background-size: 100% 3px; }
.hero-lede { font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: var(--ink-2); max-width: 62ch; }
.hero-art { border-radius: var(--r); overflow: hidden; border: 2px solid var(--ink); box-shadow: var(--shadow); }
.hero-side { display: grid; gap: 1rem; align-content: start; }
.hero-side .card-mini { border-top: 1px solid var(--rule); padding-top: 1rem; }
.grid { display: grid; gap: clamp(1.1rem, 2.6vw, 1.8rem); }
.grid--3 { grid-template-columns: 1fr; }
.grid--2 { grid-template-columns: 1fr; }
.grid--main { grid-template-columns: 1fr; }
.card { position: relative; display: grid; gap: .75rem; align-content: start; }
.card-art { border: 1.5px solid var(--rule); border-radius: var(--r); overflow: hidden; transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease); }
.card:hover .card-art { border-color: var(--ink); }
.card-title { font-size: clamp(1.12rem, 2.6vw, 1.4rem); font-weight: 700; letter-spacing: -.03em; line-height: 1.12; }
.card-title a::after { content: ''; position: absolute; inset: 0; }
.card:hover .card-title { color: var(--accent); }
.card-lede { color: var(--muted); font-size: .96rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card--wide { grid-template-columns: 1fr; }
.card-mini { position: relative; display: grid; grid-template-columns: 1fr auto; gap: .8rem 1rem; align-items: start; padding-block: .95rem; border-bottom: 1px solid var(--rule-soft); }
.card-mini:last-child { border-bottom: 0; }
.card-mini .mini-body { display: grid; gap: .4rem; }
.card-mini h3 { font-size: 1.02rem; font-weight: 700; line-height: 1.2; letter-spacing: -.02em; }
.card-mini h3 a::after { content: ''; position: absolute; inset: 0; }
.card-mini:hover h3 { color: var(--accent); }
.card-mini .mini-art { width: 92px; aspect-ratio: 1; border-radius: var(--r); overflow: hidden; border: 1px solid var(--rule); }
.card-mini .mini-art .art { height: 100%; }
.card-num { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding-block: .9rem; border-bottom: 1px solid var(--rule-soft); position: relative; }
.card-num .num { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--rule); line-height: 1; transition: color var(--dur) var(--ease); }
.card-num:hover .num { color: var(--accent); }
.card-num h3 { font-size: 1.02rem; line-height: 1.22; font-weight: 700; }
.card-num h3 a::after { content: ''; position: absolute; inset: 0; }
.list-row {
position: relative; display: grid; grid-template-columns: 1fr; gap: .7rem;
padding: 1.15rem 0; border-bottom: 1px solid var(--rule-soft);
transition: background var(--dur) var(--ease);
}
.list-row .row-art { width: 100%; aspect-ratio: 16/9; border-radius: var(--r); overflow: hidden; border: 1px solid var(--rule); }
.list-row h3 { font-size: clamp(1.15rem, 3.4vw, 1.5rem); line-height: 1.12; }
.list-row h3 a::after { content: ''; position: absolute; inset: 0; }
.list-row:hover h3 { color: var(--accent); }
.list-row p { color: var(--muted); font-size: .97rem; }
.panel { border: 2px solid var(--ink); border-radius: var(--r-lg); background: var(--card); padding: 1.15rem; box-shadow: var(--shadow); }
.panel + .panel { margin-top: 1.2rem; }
.panel-head { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-bottom: .9rem; padding-bottom: .7rem; border-bottom: 1.5px dashed var(--rule); }
.panel-head h2 { font-size: 1.08rem; letter-spacing: -.02em; }
.panel-head .mono { color: var(--muted); }
.ann { display: grid; gap: .35rem; padding: .8rem 0; border-bottom: 1px dotted var(--rule); position: relative; }
.ann:last-of-type { border-bottom: 0; }
.ann-top { display: flex; align-items: center; gap: .5rem; flex-wrap: wrap; }
.ann-type { font-family: var(--font-mono); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; padding: .18rem .42rem; border: 1px solid var(--rule); border-radius: 2px; color: var(--muted); }
.ann.is-urgent .ann-type { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }
.ann h3 { font-size: .98rem; font-weight: 700; line-height: 1.22; }
.ann h3 a::after { content: ''; position: absolute; inset: 0; }
.ann:hover h3 { color: var(--accent); }
.ann p { font-size: .88rem; color: var(--muted); }
.ann-badge {
aspect-ratio: 4/3; border: 1.5px solid var(--rule); border-radius: var(--r);
display: grid; place-items: center; align-content: center; gap: .5rem; padding: .8rem; text-align: center;
background: repeating-linear-gradient(135deg, var(--paper-2) 0 12px, transparent 12px 24px);
color: var(--muted); transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.ann-badge .ico { width: 26px; height: 26px; }
.ann-badge.is-urgent {
border-color: var(--accent); color: var(--accent);
background: repeating-linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, transparent) 0 12px, transparent 12px 24px);
}
.ann-badge.is-urgent .ico { fill: currentColor; stroke: none; animation: blip 1.6s steps(2, end) infinite; }
.list-row:hover .ann-badge { border-color: var(--ink); color: var(--ink); }
.ev { display: grid; grid-template-columns: auto 1fr; gap: .9rem; padding: .8rem 0; border-bottom: 1px dotted var(--rule); }
.ev:last-of-type { border-bottom: 0; }
.ev-date {
width: 54px; text-align: center; border: 1.5px solid var(--ink); border-radius: var(--r); overflow: hidden;
font-family: var(--font-mono); line-height: 1.1; transition: transform var(--dur) var(--ease);
}
.ev:hover .ev-date { transform: translateY(-3px) rotate(-2deg); }
.ev-date b { display: block; background: var(--ink); color: var(--paper); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; padding: .18rem 0; font-weight: 500; }
.ev-date span { display: block; font-size: 1.25rem; font-weight: 600; padding: .22rem 0; }
.ev h3 { font-size: .98rem; font-weight: 700; line-height: 1.2; }
.ev p { font-size: .84rem; color: var(--muted); }
.map-card { position: relative; }
.map { width: 100%; aspect-ratio: 4/3; display: block; }
.map .land { fill: var(--paper-2); stroke: var(--rule); stroke-width: 1.5; }
.map .road { stroke: var(--rule); stroke-width: 2.4; fill: none; stroke-dasharray: 7 6; animation: dashMove 5s linear infinite; }
.map .spot { fill: var(--accent); cursor: pointer; transition: r .3s var(--ease-out); }
.map .halo { fill: none; stroke: var(--accent); stroke-width: 2; opacity: .5; transform-box: fill-box; transform-origin: center; animation: pulseRing 2.6s var(--ease-out) infinite; }
.map .lbl { font-family: var(--font-mono); font-size: 8.5px; letter-spacing: .06em; fill: var(--ink); text-transform: uppercase; }
.map a:hover .spot { r: 8; }
.map a:hover .lbl { fill: var(--accent); }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden; }
.stat { background: var(--card); padding: 1rem; display: grid; gap: .25rem; }
.stat b { font-family: var(--font-display); font-size: clamp(1.4rem, 4.4vw, 2rem); font-weight: 800; letter-spacing: -.04em; color: var(--accent); line-height: 1; }
.stat span { font-size: .82rem; color: var(--muted); line-height: 1.3; }
.crumbs { font-family: var(--font-mono); font-size: .7rem; color: var(--muted); letter-spacing: .06em; padding-block: 1rem; display: flex; gap: .45rem; flex-wrap: wrap; }
.crumbs a:hover { color: var(--accent); }
.crumbs span[aria-current] { color: var(--ink); }
.art-head { display: grid; gap: 1.1rem; padding-bottom: 1.6rem; }
.art-title { font-size: clamp(1.9rem, 6.6vw, 3.5rem); letter-spacing: -.042em; }
.art-lede { font-family: var(--font-serif); font-size: clamp(1.08rem, 2.4vw, 1.32rem); color: var(--ink-2); line-height: 1.5; max-width: 60ch; }
.byline { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; padding-block: .9rem; border-block: 1px solid var(--rule); }
.avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--ink); color: var(--paper); display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: .9rem; flex: none; }
.byline-txt { display: grid; gap: .15rem; }
.byline-txt b { font-family: var(--font-display); font-size: .95rem; font-weight: 700; }
.byline-actions { margin-left: auto; display: flex; gap: .4rem; }
.share-btn { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--rule); display: grid; place-items: center; transition: all var(--dur) var(--ease); background: var(--card); }
.share-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.share-btn:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); transform: translateY(-2px); }
.share-btn.copied { border-color: var(--c-comu); color: var(--c-comu); }
.figure { margin-block: 1.4rem; }
.figure .art-wrap { border: 2px solid var(--ink); }
.figure figcaption { font-family: var(--font-mono); font-size: .7rem; color: var(--muted); margin-top: .55rem; line-height: 1.45; }
.prose { font-size: 1.14rem; line-height: 1.72; max-width: 68ch; }
.prose > * + * { margin-top: 1.15rem; }
.prose > p:first-of-type::first-letter {
float: left; font-family: var(--font-display); font-weight: 800; font-size: 3.4em; line-height: .78;
padding: .06em .12em 0 0; color: var(--accent); margin-top: .06em;
}
.prose h2 { font-size: clamp(1.35rem, 3.6vw, 1.75rem); margin-top: 2.3rem; letter-spacing: -.03em; }
.prose h2::before { content: ''; display: block; width: 46px; height: 3px; background: var(--accent); margin-bottom: .7rem; }
.prose a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.prose ul, .prose ol { padding-left: 1.15rem; display: grid; gap: .5rem; }
.prose li::marker { color: var(--accent); font-weight: 700; }
.prose blockquote {
border-left: 4px solid var(--accent); padding: .3rem 0 .3rem 1.2rem; margin-block: 1.8rem;
font-size: clamp(1.15rem, 3vw, 1.45rem); line-height: 1.35; font-style: italic;
}
.prose blockquote cite { display: block; font-style: normal; font-family: var(--font-mono); font-size: .72rem; color: var(--muted); margin-top: .7rem; letter-spacing: .04em; }
.prose .note {
background: var(--paper-2); border: 1.5px dashed var(--rule); border-radius: var(--r);
padding: 1rem 1.1rem; font-size: 1rem; position: relative;
}
.prose .note::before { content: 'De la redacție'; position: absolute; top: -9px; left: 14px; background: var(--paper); padding-inline: .4rem; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.prose .box { border: 2px solid var(--ink); border-radius: var(--r); padding: 1.1rem 1.2rem; background: var(--card); }
.prose .box h3 { font-size: 1.05rem; margin-bottom: .7rem; }
.prose .box ul { padding-left: 1.05rem; font-size: 1rem; }
.sources { margin-top: 2.4rem; border-top: 2px solid var(--ink); padding-top: 1rem; }
.sources h2 { font-size: 1rem; margin-bottom: .6rem; }
.sources li { font-size: .92rem; }
.sources a { color: var(--accent); word-break: break-word; }
.art-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.6rem; }
.form { display: grid; gap: 1rem; max-width: 44rem; }
.field { display: grid; gap: .35rem; }
.field label { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea, .field select {
border: 1.5px solid var(--rule); border-radius: var(--r); background: var(--card);
padding: .8rem .9rem; font-family: var(--font-serif); font-size: 1rem; width: 100%;
transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--ink); box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 18%, transparent); outline: none; }
.field textarea { min-height: 9rem; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.check { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; font-size: .92rem; color: var(--ink-2); }
.check input { width: 20px; height: 20px; accent-color: var(--accent); margin-top: .18rem; }
.form-note { font-size: .85rem; color: var(--muted); }
.form-msg { display: none; border: 2px solid var(--c-comu); border-radius: var(--r); padding: .9rem 1rem; background: color-mix(in srgb, var(--c-comu) 10%, transparent); }
.form-msg.on { display: block; animation: fadeUp .5s var(--ease-out) both; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
background: var(--accent); color: var(--on-accent); border: 2px solid var(--accent);
padding: .78rem 1.3rem; border-radius: 100px; font-family: var(--font-display); font-weight: 700; font-size: .95rem;
min-height: 46px; cursor: pointer; position: relative; overflow: hidden;
transition: transform var(--dur) var(--ease), background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn:hover { transform: translateY(-2px); background: var(--accent-2); border-color: var(--accent-2); }
.btn:active { transform: translateY(0) scale(.98); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.btn--sm { padding: .52rem .95rem; min-height: 40px; font-size: .86rem; }
.search-box { display: flex; gap: .6rem; align-items: stretch; max-width: 40rem; }
.search-box input { flex: 1; border: 2px solid var(--ink); border-radius: 100px; padding: .85rem 1.2rem; background: var(--card); font-size: 1.05rem; }
.search-res { display: grid; gap: 0; margin-top: 1.6rem; }
.search-empty { color: var(--muted); font-family: var(--font-mono); font-size: .85rem; }
mark { background: color-mix(in srgb, var(--accent) 28%, transparent); color: inherit; padding: 0 .12em; border-radius: 2px; }
.skeleton { height: 90px; border-radius: var(--r); background: linear-gradient(90deg, var(--paper-2) 25%, var(--rule-soft) 37%, var(--paper-2) 63%); background-size: 200% 100%; animation: shimmer 1.4s linear infinite; }
.foot { background: var(--ink); color: var(--paper); margin-top: clamp(3rem, 8vw, 6rem); position: relative; z-index: 2; overflow: hidden; }
.foot .logo { color: var(--paper); }
.foot .mark-dot { fill: var(--ink); }
.foot .logo-b { color: color-mix(in srgb, var(--paper) 62%, transparent); }
.foot-top { display: grid; gap: 2.2rem; padding-block: clamp(2.4rem, 6vw, 3.6rem) 2rem; }
.foot-claim { font-size: 1.05rem; margin-top: 1rem; max-width: 42ch; color: color-mix(in srgb, var(--paper) 88%, transparent); }
.foot-note { font-size: .86rem; margin-top: .7rem; max-width: 46ch; color: color-mix(in srgb, var(--paper) 60%, transparent); }
.foot-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.2rem; }
.foot .btn--ghost { color: var(--paper); border-color: color-mix(in srgb, var(--paper) 40%, transparent); }
.foot .btn--ghost:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.foot-cols { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1rem; }
.foot-title { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: color-mix(in srgb, var(--paper) 55%, transparent); margin-bottom: .7rem; }
.foot-col ul { list-style: none; padding: 0; display: grid; gap: .42rem; }
.foot-col a { font-size: .94rem; color: color-mix(in srgb, var(--paper) 86%, transparent); position: relative; }
.foot-col a:hover { color: var(--accent-2); }
.foot-bottom { border-top: 1px solid color-mix(in srgb, var(--paper) 18%, transparent); padding-block: 1.3rem 1.6rem; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; align-items: center; justify-content: space-between; }
.foot-copy { font-size: .8rem; color: color-mix(in srgb, var(--paper) 55%, transparent); max-width: 62ch; }
.foot-sign { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .1em; color: color-mix(in srgb, var(--paper) 62%, transparent); }
.sign-name {
font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; letter-spacing: -.02em; color: var(--paper);
background-image: linear-gradient(var(--accent-2), var(--accent-2)); background-size: 100% 2px; background-repeat: no-repeat; background-position: 0 100%;
transition: background-size .4s var(--ease-out), color .3s var(--ease);
}
.foot-sign a:hover .sign-name { color: var(--accent-2); background-size: 0 2px; }
.foot-marquee { border-top: 1px solid color-mix(in srgb, var(--paper) 14%, transparent); overflow: hidden; padding-block: .8rem; }
.marquee-track { display: flex; align-items: center; gap: 1.4rem; width: max-content; animation: marquee 40s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem, 5vw, 2.6rem); letter-spacing: -.04em; color: color-mix(in srgb, var(--paper) 12%, transparent); white-space: nowrap; }
.marquee-track i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: none; }
.to-top {
position: fixed; right: 1rem; bottom: 1rem; width: 46px; height: 46px; border-radius: 50%;
background: var(--card); border: 1.5px solid var(--ink); color: var(--ink); display: grid; place-items: center;
z-index: var(--z-top); opacity: 0; transform: translateY(14px) scale(.9); pointer-events: none;
transition: all .4s var(--ease-out); box-shadow: var(--shadow);
}
.to-top.on { opacity: 1; transform: none; pointer-events: auto; }
.to-top svg:not(.to-top-ring) { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.to-top-ring { position: absolute; inset: -1.5px; width: calc(100% + 3px); height: calc(100% + 3px); transform: rotate(-90deg); }
.to-top-ring circle { fill: none; stroke: var(--rule); stroke-width: 2.5; }
.to-top-ring .ring-p { stroke: var(--accent); stroke-dasharray: 126; stroke-dashoffset: 126; transition: stroke-dashoffset .1s linear; }
.to-top:hover { background: var(--ink); color: var(--paper); }
.cookie { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 95; max-width: 27rem; animation: fadeUp .6s var(--ease-out) both .8s; }
.cookie[hidden] { display: none; }
.cookie-in { background: var(--card); border: 2px solid var(--ink); border-radius: var(--r-lg); padding: 1.1rem; box-shadow: var(--shadow-lift); }
.cookie-t { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; margin-bottom: .35rem; }
.cookie-x { font-size: .88rem; color: var(--ink-2); }
.cookie-x a { color: var(--accent); text-decoration: underline; }
.cookie-b { display: flex; gap: .5rem; margin-top: .9rem; flex-wrap: wrap; }
.cursor { position: fixed; top: 0; left: 0; z-index: 120; pointer-events: none; display: none; mix-blend-mode: difference; }
.cursor i { display: block; width: 26px; height: 26px; margin: -13px 0 0 -13px; border: 1.5px solid #fff; border-radius: 50%; transition: transform .18s var(--ease-out), background .2s var(--ease); }
.cursor.is-link i { transform: scale(1.7); background: #fff; }
.page-head { padding-block: clamp(1.8rem, 5vw, 3.2rem) 1.4rem; border-bottom: 2px solid var(--ink); position: relative; overflow: hidden; }
.page-head::before {
content: ''; position: absolute; right: -70px; top: -80px; width: 260px; height: 260px;
border: 2px dashed var(--rule); border-radius: 50%; animation: spin 46s linear infinite; pointer-events: none;
}
.page-head::after {
content: ''; position: absolute; right: 74px; bottom: 26px; width: 14px; height: 14px; border-radius: 50%;
background: var(--accent); animation: bob 4.4s var(--ease) infinite; pointer-events: none;
}
.page-head h1 { font-size: clamp(2rem, 8vw, 4rem); letter-spacing: -.045em; position: relative; }
.page-head p { color: var(--muted); max-width: 58ch; margin-top: .8rem; font-size: 1.05rem; }
.page-head .kicker { color: var(--accent); display: block; margin-bottom: .7rem; }
.page-body { padding-block: clamp(1.6rem, 4vw, 2.6rem); }
.prose-page { max-width: 70ch; font-size: 1.08rem; }
.prose-page h2 { font-size: 1.5rem; margin-top: 2.2rem; margin-bottom: .6rem; }
.prose-page h3 { font-size: 1.15rem; margin-top: 1.6rem; margin-bottom: .4rem; }
.prose-page p + p, .prose-page ul, .prose-page ol { margin-top: .9rem; }
.prose-page ul, .prose-page ol { padding-left: 1.2rem; display: grid; gap: .4rem; }
.prose-page a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.prose-page li::marker { color: var(--accent); }
.pager { display: flex; gap: .5rem; align-items: center; justify-content: center; margin-top: 2.4rem; flex-wrap: wrap; }
.pager a, .pager span { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 1.5px solid var(--rule); border-radius: var(--r); font-family: var(--font-mono); font-size: .86rem; padding-inline: .6rem; }
.pager a:hover { border-color: var(--ink); background: var(--card); }
.pager .is-cur { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.lost { width: min(420px, 100%); margin-inline: auto; }
.lost .track { stroke: var(--rule); stroke-width: 2.5; stroke-dasharray: 9 9; fill: none; animation: dashMove 4s linear infinite; }
.lost .walker { animation: wander 9s var(--ease) infinite; }
.lost .shadow { fill: var(--ink); opacity: .12; animation: squash 9s var(--ease) infinite; }
@keyframes wander {
0% { transform: translate(6px, 30px); } 25% { transform: translate(90px, 6px); }
50% { transform: translate(178px, 34px); } 75% { transform: translate(268px, 4px); }
100% { transform: translate(6px, 30px); }
}
@keyframes squash {
0% { transform: translate(6px, 30px) scaleX(1); } 25% { transform: translate(90px, 6px) scaleX(.8); }
50% { transform: translate(178px, 34px) scaleX(1); } 75% { transform: translate(268px, 4px) scaleX(.8); }
100% { transform: translate(6px, 30px) scaleX(1); }
}
.err-code { font-family: var(--font-display); font-weight: 800; font-size: clamp(5rem, 28vw, 14rem); line-height: .85; letter-spacing: -.06em; color: var(--accent); }
@media (min-width: 560px) {
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.list-row { grid-template-columns: 200px 1fr; gap: 1.2rem; align-items: start; }
.list-row .row-art { aspect-ratio: 4/3; }
.foot-cols { grid-template-columns: repeat(4, 1fr); }
.strip-loc { display: inline-flex; }
}
@media (min-width: 860px) {
body { font-size: 1.09rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.hero-in { grid-template-columns: 1.55fr .85fr; align-items: start; }
.hero-lead { grid-column: 1; }
.hero-side { grid-column: 2; border-left: 1px solid var(--rule); padding-left: clamp(1rem, 2.4vw, 2rem); }
.grid--main { grid-template-columns: 1fr 340px; gap: clamp(1.6rem, 3.4vw, 3rem); align-items: start; }
.sidebar { position: sticky; top: 92px; }
.art-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 4vw, 3.6rem); align-items: start; }
.art-aside { position: sticky; top: 92px; }
.list-row { grid-template-columns: 260px 1fr; }
}
@media (min-width: 1024px) {
.nav { display: flex; }
.tool--menu { display: none; }
.cursor { display: block; }
.card-mini .mini-art { width: 104px; }
}
@media (hover: none) { .cursor { display: none !important; } }
@media print {
.head, .foot, .to-top, .cookie, .ticker, .grain, .scroll-bar, .cursor { display: none !important; }
body { background: #fff; color: #000; }
}