/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --spacing: .25rem;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}
@layer base {
    *, :after, :before, ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html, :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit
    }

    b, strong {
        font-weight: bolder
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em
    }

    small {
        font-size: 80%
    }

    sub, sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

    ol, ul, menu {
        list-style: none
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        vertical-align: middle;
        display: block
    }

    img, video {
        max-width: 100%;
        height: auto
    }

    button, input, select, optgroup, textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :where(select:is([multiple],[size])) optgroup {
        font-weight: bolder
    }

    :where(select:is([multiple],[size])) optgroup option {
        padding-inline-start: 20px
    }

    ::file-selector-button {
        margin-inline-end: 4px
    }

    ::placeholder {
        opacity: 1
    }

    @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
        ::placeholder {
            color: currentColor
        }

        @supports (color:color-mix(in lab, red, red)) {
            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent)
            }
        }
    }textarea {
         resize: vertical
     }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit
    }

    ::-webkit-datetime-edit {
        display: inline-flex
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0
    }

    ::-webkit-datetime-edit {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0
    }

    ::-webkit-calendar-picker-indicator {
        line-height: 1
    }

    :-moz-ui-invalid {
        box-shadow: none
    }

    button, input:where([type=button],[type=reset],[type=submit]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}
@layer components;
@layer utilities {
    .visible {
        visibility: visible
    }

    .sr-only {
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .relative {
        position: relative
    }

    .start {
        inset-inline-start: var(--spacing)
    }

    .container {
        width: 100%
    }

    @media (width >= 40rem) {
        .container {
            max-width: 40rem
        }
    }@media (width >= 48rem) {
    .container {
        max-width: 48rem
    }
}@media (width >= 64rem) {
    .container {
        max-width: 64rem
    }
}@media (width >= 80rem) {
    .container {
        max-width: 80rem
    }
}@media (width >= 96rem) {
    .container {
        max-width: 96rem
    }
}.table {
     display: table
 }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .transition {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }
}

:root {
    --bg: #f6f9ff;
    --bg-elevated: #fff;
    --bg-soft: #eef4ff;
    --text: #10213f;
    --text-soft: #5d6d87;
    --line: #dce6f5;
    --blue: #1769e0;
    --blue-bright: #2f8cff;
    --blue-deep: #0a3f92;
    --cyan: #00a9ce;
    --violet: #7259d9;
    --header: #f6f9ffd1;
    --shadow: 0 22px 70px #1744871f;
    --board: #07162e;
    --board-line: #73a6f229
}

:root[data-theme=dark] {
    --bg: #050d1b;
    --bg-elevated: #0b172b;
    --bg-soft: #0c1d37;
    --text: #edf5ff;
    --text-soft: #9fb0ca;
    --line: #1b3150;
    --blue: #4c9aff;
    --blue-bright: #62b0ff;
    --blue-deep: #9ac7ff;
    --cyan: #45d3ef;
    --violet: #a995ff;
    --header: #050d1bd1;
    --shadow: 0 24px 80px #0000005c;
    --board: #09172d;
    --board-line: #73a6f224
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
    margin: 0;
    transition: background-color .28s, color .28s
}

a {
    color: inherit;
    text-decoration: none
}

button {
    font: inherit
}

.container {
    width: min(1180px, 100% - 48px);
    margin: 0 auto
}

.icon {
    flex: none
}

.site-header {
    z-index: 50;
    border-bottom: 1px solid var(--line);
    height: 78px;
    position: sticky;
    top: 0
}

@supports (color:color-mix(in lab, red, red)) {
    .site-header {
        border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent)
    }
}

.site-header {
    background: var(--header);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px)
}

.header-inner {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    height: 100%;
    display: flex
}

.brand {
    align-items: center;
    gap: 12px;
    display: inline-flex
}

.brand-mark {
    filter: drop-shadow(0 8px 14px #1769e03d);
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: block;
}
.brand-mark img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
}

.brand-copy {
    flex-direction: column;
    gap: 2px;
    display: flex
}

.brand-copy strong {
    letter-spacing: -.01em;
    font-size: 15px
}

.brand-copy small {
    color: var(--text-soft);
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.desktop-nav {
    align-items: center;
    gap: 33px;
    margin-left: auto;
    display: flex
}

.desktop-nav a, .footer-links a {
    color: var(--text-soft);
    font-size: 13px;
    font-weight: 650;
    transition: color .2s
}

.desktop-nav a:hover, .footer-links a:hover, .desktop-nav a.nav-current {
    color: var(--blue)
}

.theme-toggle {
    border: 1px solid var(--line);
    background: var(--bg-elevated);
    min-width: 93px;
    color: var(--text);
    cursor: pointer;
    border-radius: 999px;
    align-items: center;
    gap: 9px;
    padding: 7px 12px 7px 7px;
    font-size: 12px;
    font-weight: 650;
    transition: transform .2s, border-color .2s;
    display: inline-flex
}

.theme-toggle:hover {
    border-color: var(--blue);
    transform: translateY(-1px)
}

.theme-icon {
    background: var(--bg-soft);
    width: 30px;
    height: 30px;
    color: var(--blue);
    border-radius: 50%;
    place-items: center;
    display: grid
}

.hero {
    border-bottom: 1px solid var(--line);
    min-height: 760px;
    position: relative;
    overflow: hidden
}

.hero:before {
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    position: absolute;
    inset: 0
}

@supports (color:color-mix(in lab, red, red)) {
    .hero:before {
        background-image: linear-gradient(color-mix(in srgb, var(--line) 35%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--line) 35%, transparent) 1px, transparent 1px)
    }
}

.hero:before {
    content: "";
    opacity: .38;
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(#000, #0000 88%);
    mask-image: linear-gradient(#000, #0000 88%)
}

.hero-glow {
    filter: blur(2px);
    pointer-events: none;
    border-radius: 50%;
    position: absolute
}

.glow-one {
    background: radial-gradient(circle, #2c80ff38, #0000 68%);
    width: 560px;
    height: 560px;
    top: -260px;
    left: -220px
}

.glow-two {
    background: radial-gradient(circle, #00baff26, #0000 68%);
    width: 700px;
    height: 700px;
    bottom: -420px;
    right: -270px
}

.hero-grid {
    grid-template-columns:1.02fr .98fr;
    align-items: center;
    gap: 86px;
    padding: 104px 0 112px;
    display: grid;
    position: relative
}

.eyebrow, .kicker {
    color: var(--blue);
    letter-spacing: .17em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800
}

.eyebrow {
    border: 1px solid var(--blue);
    align-items: center;
    gap: 9px;
    margin-bottom: 24px;
    padding: 8px 12px;
    display: inline-flex
}

@supports (color:color-mix(in lab, red, red)) {
    .eyebrow {
        border: 1px solid color-mix(in srgb, var(--blue) 30%, transparent)
    }
}

.eyebrow {
    background: var(--blue);
    border-radius: 999px
}

@supports (color:color-mix(in lab, red, red)) {
    .eyebrow {
        background: color-mix(in srgb, var(--blue) 8%, transparent)
    }
}

.live-dot {
    background: #29c87b;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 5px #29c87b1f
}

.hero h1 {
    letter-spacing: -.06em;
    max-width: 650px;
    margin: 0;
    font-size: clamp(48px, 5.2vw, 72px);
    font-weight: 680;
    line-height: 1.02
}

.hero h1 span {
    color: var(--blue)
}

.hero-text {
    max-width: 590px;
    color: var(--text-soft);
    margin: 27px 0 0;
    font-size: 18px;
    line-height: 1.7
}

.hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 33px;
    display: flex
}

.button {
    border: 1px solid #0000;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 750;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    display: inline-flex
}

.button:hover {
    transform: translateY(-2px)
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, #1979f2, #0f5cc9);
    box-shadow: 0 12px 28px #1769e040
}

.button-primary:hover {
    box-shadow: 0 16px 34px #1769e057
}

.button-secondary {
    border-color: var(--line);
    background: var(--bg-elevated);
    color: var(--text)
}

.button-secondary:hover {
    border-color: var(--blue)
}

.hero-note {
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    display: flex
}

.hero-note p {
    color: var(--text-soft);
    margin: 0;
    font-size: 11px;
    line-height: 1.5
}

.hero-note strong {
    color: var(--text);
    font-size: 12px
}

.avatar-stack {
    padding-left: 8px;
    display: flex
}

.avatar-stack span {
    border: 2px solid var(--bg);
    background: var(--bg-soft);
    width: 30px;
    height: 30px;
    color: var(--blue);
    border-radius: 50%;
    place-items: center;
    margin-left: -8px;
    font-size: 10px;
    font-weight: 800;
    display: grid
}

.hero-board {
    background: var(--board);
    color: #eaf3ff;
    border: 1px solid #5d8dd347;
    border-radius: 24px;
    position: relative;
    overflow: visible;
    transform: perspective(1000px) rotateY(-1.5deg);
    box-shadow: 0 34px 90px #0019436b, inset 0 1px #ffffff0a
}

.board-top {
    border-bottom: 1px solid var(--board-line);
    color: #7890b3;
    height: 49px;
    font-family: var(--font-geist-mono), monospace;
    grid-template-columns:1fr auto 1fr;
    align-items: center;
    padding: 0 17px;
    font-size: 10px;
    display: grid
}

.window-dots {
    gap: 6px;
    display: flex
}

.window-dots span {
    background: #1d3b62;
    border-radius: 50%;
    width: 8px;
    height: 8px
}

.window-dots span:first-child {
    background: #f06c67
}

.window-dots span:nth-child(2) {
    background: #e9bd55
}

.window-dots span:last-child {
    background: #4fc681
}

.board-status {
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    display: inline-flex
}

.board-status i {
    background: #4fc681;
    border-radius: 50%;
    width: 5px;
    height: 5px
}

.board-body {
    background-image: radial-gradient(#4e7dbf33 .8px, #0000 .8px);
    background-size: 18px 18px;
    padding: 35px 33px 30px;
    position: relative
}

.board-label {
    color: #54b3ff;
    font-family: var(--font-geist-mono), monospace;
    letter-spacing: .16em;
    font-size: 9px;
    font-weight: 700
}

.board-body h2 {
    letter-spacing: -.035em;
    max-width: 370px;
    margin: 10px 0 25px;
    font-size: 25px;
    font-weight: 630;
    line-height: 1.22
}

.task-card {
    border: 1px solid var(--board-line);
    background: #0f2444cc;
    border-radius: 13px;
    grid-template-columns:42px 1fr auto;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 14px;
    display: grid
}

.active-task {
    background: linear-gradient(110deg, #15417cc2, #0c1e3ae0);
    border-color: #3a8bff52
}

.task-icon {
    color: #58aaff;
    background: #3086ff2e;
    border-radius: 10px;
    place-items: center;
    width: 42px;
    height: 42px;
    display: grid
}

.task-icon.quiet {
    color: #46d3e9;
    background: #44cbdf1f
}

.task-card div:nth-child(2) {
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    display: flex
}

.task-card small {
    color: #6287ba;
    font-family: var(--font-geist-mono), monospace;
    letter-spacing: .14em;
    font-size: 7px;
    font-weight: 700
}

.task-card strong {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    overflow: hidden
}

.progress-ring {
    color: #78b7ff;
    width: 37px;
    height: 37px;
    font-family: var(--font-geist-mono), monospace;
    border: 3px solid #244d83;
    border-top-color: #4d9fff;
    border-radius: 50%;
    place-items: center;
    font-size: 7px;
    display: grid
}

.pulse-bars {
    align-items: end;
    gap: 3px;
    height: 25px;
    padding-right: 5px;
    display: flex
}

.pulse-bars i {
    background: #45cde4;
    border-radius: 2px;
    width: 3px;
    animation: 1.2s infinite alternate pulsebar
}

.pulse-bars i:first-child {
    height: 9px
}

.pulse-bars i:nth-child(2) {
    height: 20px;
    animation-delay: .25s
}

.pulse-bars i:last-child {
    height: 14px;
    animation-delay: .5s
}

.terminal-line {
    border-top: 1px solid var(--board-line);
    color: #7189aa;
    font-family: var(--font-geist-mono), monospace;
    margin-top: 25px;
    padding: 12px 0 0;
    font-size: 9px
}

.terminal-line span {
    color: #53d2a0;
    margin-right: 8px
}

.cursor {
    vertical-align: middle;
    background: #4d9fff;
    width: 6px;
    height: 11px;
    margin-left: 4px;
    animation: 1s steps(2, end) infinite blink;
    display: inline-block
}

.floating-badge {
    color: #66b2ff;
    background: #0d213e;
    border: 1px solid #5796ee47;
    border-radius: 13px;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    display: flex;
    position: absolute;
    bottom: -28px;
    right: -22px;
    box-shadow: 0 20px 42px #00123173
}

.floating-badge span {
    flex-direction: column;
    display: flex
}

.floating-badge strong {
    color: #eaf3ff;
    font-size: 9px
}

.floating-badge small {
    color: #6e88ad;
    font-size: 8px
}

.section {
    padding: 110px 0
}

.section-heading {
    margin-bottom: 48px
}

.split-heading {
    grid-template-columns:1fr 440px;
    align-items: end;
    gap: 40px;
    display: grid
}

.section-heading h2, .backstage-copy h2, .about-copy h2 {
    letter-spacing: -.05em;
    margin: 10px 0 0;
    font-size: clamp(35px, 4vw, 50px);
    line-height: 1.05
}

.section-heading p {
    color: var(--text-soft);
    margin: 0;
    font-size: 15px;
    line-height: 1.75
}

.articles-section {
    background: var(--bg-elevated)
}

.featured-post {
    border: 1px solid var(--line);
    background: var(--bg);
    min-height: 430px;
    box-shadow: var(--shadow);
    border-radius: 25px;
    grid-template-columns:.95fr 1.05fr;
    display: grid;
    overflow: hidden
}

.featured-visual {
    background: radial-gradient(circle at 60% 40%, #2084ff42, #0000 38%), linear-gradient(145deg, #07162e, #0c2850);
    min-height: 390px;
    position: relative;
    overflow: hidden
}

.blueprint-grid {
    background-image: linear-gradient(#437ecb26 1px, #0000 1px), linear-gradient(90deg, #437ecb26 1px, #0000 1px);
    background-size: 30px 30px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: radial-gradient(circle, #000 20%, #0000 75%);
    mask-image: radial-gradient(circle, #000 20%, #0000 75%)
}

.server-stack {
    background: #071328cc;
    border: 1px solid #519cff59;
    border-radius: 12px;
    width: 100px;
    height: 235px;
    padding: 18px 12px;
    position: absolute;
    top: 18%;
    left: 15%;
    transform: perspective(500px) rotateY(12deg);
    box-shadow: 0 25px 50px #00000052
}

.server-stack > span {
    background: linear-gradient(90deg, #102c50, #0a1b34);
    border: 1px solid #5d9aec40;
    border-radius: 5px;
    height: 38px;
    margin-bottom: 8px;
    display: block
}

.server-stack > span:after {
    content: "";
    background: #39d395;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: 16px 0 0 67px;
    display: block;
    box-shadow: 8px 0 #3d8ff3
}

.isolation-orbit {
    border: 1px dashed #4699ff61;
    border-radius: 50%;
    place-items: center;
    width: 184px;
    height: 184px;
    display: grid;
    position: absolute;
    top: 22%;
    right: 15%;
    box-shadow: 0 0 0 35px #2676e20a, 0 0 0 70px #2676e206
}

.isolation-orbit:after, .isolation-orbit:before {
    content: "";
    background: #4aa2ff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    box-shadow: 0 0 14px #4aa2ff
}

.isolation-orbit:before {
    top: 50%;
    left: 7px
}

.isolation-orbit:after {
    background: #49dcb3;
    top: 18px;
    right: 22px
}

.lock-core {
    color: #74b8ff;
    background: linear-gradient(145deg, #174a86, #0d2648);
    border: 1px solid #56a2ff5c;
    border-radius: 24px;
    place-items: center;
    width: 82px;
    height: 82px;
    display: grid;
    box-shadow: 0 18px 40px #00173b80
}

.visual-caption {
    color: #7fa5d3;
    font-family: var(--font-geist-mono), monospace;
    letter-spacing: .15em;
    align-items: center;
    gap: 7px;
    font-size: 8px;
    display: inline-flex;
    position: absolute;
    bottom: 22px;
    left: 24px
}

.visual-caption i {
    background: #42d29a;
    border-radius: 50%;
    width: 5px;
    height: 5px
}

.featured-copy {
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    display: flex
}

.post-meta {
    color: var(--text-soft);
    letter-spacing: .06em;
    text-transform: uppercase;
    align-items: center;
    gap: 9px;
    font-size: 9px;
    font-weight: 650;
    display: flex
}

.post-meta span {
    color: var(--blue);
    font-weight: 800
}

.post-meta i {
    background: var(--line);
    border-radius: 50%;
    width: 3px;
    height: 3px
}

.featured-copy h3 {
    letter-spacing: -.045em;
    max-width: 540px;
    margin: 18px 0 17px;
    font-size: clamp(29px, 3vw, 38px);
    line-height: 1.1
}

.featured-copy > p {
    color: var(--text-soft);
    margin: 0;
    font-size: 14px;
    line-height: 1.75
}

.featured-quote {
    border-left: 2px solid var(--blue);
    padding-left: 17px;
    font-style: italic;
    color: var(--text) !important;
    margin-top: 20px !important;
    font-size: 12px !important
}

.text-link, .card-link {
    color: var(--blue);
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 800;
    display: inline-flex
}

.text-link {
    margin-top: 24px
}

.text-link .icon, .card-link .icon {
    transition: transform .2s
}

.text-link:hover .icon, .card-link:hover .icon {
    transform: translate(4px)
}

.post-grid {
    grid-template-columns:repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    display: grid
}

.post-card {
    border: 1px solid var(--line);
    background: var(--bg);
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 325px;
    padding: 31px;
    transition: transform .25s, border-color .25s, box-shadow .25s;
    display: flex;
    position: relative
}

.post-card:hover {
    border-color: var(--blue);
    transform: translateY(-5px)
}

@supports (color:color-mix(in lab, red, red)) {
    .post-card:hover {
        border-color: color-mix(in srgb, var(--blue) 45%, var(--line))
    }
}

.post-card:hover {
    box-shadow: var(--shadow)
}

.post-icon {
    border-radius: 13px;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    display: grid
}

.post-icon.blue {
    background: var(--blue)
}

@supports (color:color-mix(in lab, red, red)) {
    .post-icon.blue {
        background: color-mix(in srgb, var(--blue) 13%, transparent)
    }
}

.post-icon.blue {
    color: var(--blue)
}

.post-icon.cyan {
    background: var(--cyan)
}

@supports (color:color-mix(in lab, red, red)) {
    .post-icon.cyan {
        background: color-mix(in srgb, var(--cyan) 13%, transparent)
    }
}

.post-icon.cyan {
    color: var(--cyan)
}

.post-icon.violet {
    background: var(--violet)
}

@supports (color:color-mix(in lab, red, red)) {
    .post-icon.violet {
        background: color-mix(in srgb, var(--violet) 13%, transparent)
    }
}

.post-icon.violet {
    color: var(--violet)
}

.post-card h3 {
    letter-spacing: -.035em;
    margin: 15px 0 11px;
    font-size: 22px;
    line-height: 1.15
}

.post-card p {
    color: var(--text-soft);
    margin: 0 0 22px;
    font-size: 13px;
    line-height: 1.7
}

.post-card .card-link {
    margin-top: auto
}

.backstage-section {
    background: var(--bg);
    position: relative;
    overflow: hidden
}

.backstage-section:after {
    content: "";
    background: radial-gradient(circle, #1f7aef1a, #0000 67%);
    border-radius: 50%;
    width: 650px;
    height: 650px;
    position: absolute;
    bottom: -300px;
    right: -200px
}

.backstage-grid {
    z-index: 1;
    grid-template-columns:.88fr 1.12fr;
    gap: 110px;
    display: grid;
    position: relative
}

.backstage-copy > p {
    max-width: 480px;
    color: var(--text-soft);
    margin: 25px 0 0;
    font-size: 15px;
    line-height: 1.78
}

.principle-list {
    gap: 20px;
    margin-top: 38px;
    display: grid
}

.principle-list > div {
    align-items: center;
    gap: 15px;
    display: flex
}

.principle-list > div > span {
    border: 1px solid var(--line);
    background: var(--bg-elevated);
    width: 44px;
    height: 44px;
    color: var(--blue);
    border-radius: 12px;
    flex: none;
    place-items: center;
    display: grid
}

.principle-list p {
    color: var(--text-soft);
    margin: 0;
    font-size: 11px;
    line-height: 1.5
}

.principle-list strong {
    color: var(--text);
    margin-bottom: 2px;
    font-size: 12px;
    display: block
}

.timeline {
    padding: 10px 0;
    position: relative
}

.timeline:before {
    background: var(--line);
    content: "";
    width: 1px;
    position: absolute;
    top: 20px;
    bottom: 40px;
    left: 45px
}

.timeline-item {
    grid-template-columns:90px 64px 1fr;
    gap: 0;
    min-height: 105px;
    display: grid;
    position: relative
}

.timeline-marker {
    z-index: 1;
    border: 1px solid var(--blue);
    place-items: center;
    width: 18px;
    height: 18px;
    margin: 2px 0 0 36px;
    display: grid;
    position: relative
}

@supports (color:color-mix(in lab, red, red)) {
    .timeline-marker {
        border: 1px solid color-mix(in srgb, var(--blue) 55%, var(--line))
    }
}

.timeline-marker {
    background: var(--bg);
    border-radius: 50%
}

.timeline-marker span {
    background: var(--blue);
    border-radius: 50%;
    width: 6px;
    height: 6px
}

.timeline-marker.current {
    box-shadow: 0 0 0 7px var(--blue)
}

@supports (color:color-mix(in lab, red, red)) {
    .timeline-marker.current {
        box-shadow: 0 0 0 7px color-mix(in srgb, var(--blue) 12%, transparent)
    }
}

.timeline-marker.current span {
    animation: 1.4s infinite softpulse
}

.timeline-year {
    color: var(--blue);
    font-family: var(--font-geist-mono), monospace;
    padding-top: 2px;
    font-size: 11px;
    font-weight: 700
}

.timeline-item h3 {
    letter-spacing: -.025em;
    margin: 0 0 8px;
    font-size: 17px
}

.timeline-item p {
    color: var(--text-soft);
    margin: 0;
    font-size: 12px;
    line-height: 1.6
}

.about-section {
    background: var(--bg);
    padding-top: 40px
}

.about-card {
    border: 1px solid var(--blue);
    grid-template-columns:220px 1fr auto;
    align-items: center;
    gap: 48px;
    padding: 50px;
    display: grid;
    overflow: hidden
}

@supports (color:color-mix(in lab, red, red)) {
    .about-card {
        border: 1px solid color-mix(in srgb, var(--blue) 25%, var(--line))
    }
}

.about-card {
    background: linear-gradient(120deg, var(--blue), var(--bg-elevated));
    border-radius: 28px
}

@supports (color:color-mix(in lab, red, red)) {
    .about-card {
        background: linear-gradient(120deg, color-mix(in srgb, var(--blue) 9%, var(--bg-elevated)), var(--bg-elevated))
    }
}

.about-card {
    box-shadow: var(--shadow)
}

.about-portrait {
    place-items: center;
    height: 170px;
    display: grid;
    position: relative
}

.portrait-ring {
    border: 1px dashed var(--blue);
    place-items: center;
    width: 150px;
    height: 150px;
    display: grid
}

@supports (color:color-mix(in lab, red, red)) {
    .portrait-ring {
        border: 1px dashed color-mix(in srgb, var(--blue) 45%, transparent)
    }
}

.portrait-ring {
    border-radius: 50%;
    animation: 22s linear infinite orbit
}

.portrait-ring span {
    color: #fff;
    letter-spacing: -.08em;
    background: linear-gradient(145deg, #1b7ff4, #0c428f);
    border-radius: 34px;
    place-items: center;
    width: 116px;
    height: 116px;
    font-size: 34px;
    font-weight: 800;
    animation: 22s linear infinite counterOrbit;
    display: grid;
    transform: rotate(0);
    box-shadow: 0 20px 45px #1769e04d
}

.portrait-tag {
    border: 3px solid var(--bg-elevated);
    color: #6eb4ff;
    font-family: var(--font-geist-mono), monospace;
    text-align: center;
    background: #08214a;
    border-radius: 10px;
    padding: 9px 11px;
    font-size: 7px;
    font-weight: 800;
    line-height: 1.3;
    position: absolute;
    bottom: 5px;
    right: 7px
}

.about-copy h2 {
    margin-top: 8px;
    font-size: 39px
}

.about-copy p {
    max-width: 600px;
    color: var(--text-soft);
    margin: 13px 0 0;
    font-size: 12px;
    line-height: 1.7
}

.about-copy .about-lead {
    color: var(--text);
    font-size: 15px;
    font-weight: 650
}

.about-tags {
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 19px;
    display: flex
}

.about-tags span {
    border: 1px solid var(--line);
    background: var(--bg);
    color: var(--text-soft);
    border-radius: 7px;
    padding: 6px 9px;
    font-size: 9px;
    font-weight: 650
}

.about-contacts {
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 17px;
    display: flex
}

.about-contacts a {
    border: 1px solid var(--line);
    background: var(--bg);
    min-height: 36px;
    color: var(--text);
    border-radius: 10px;
    align-items: center;
    gap: 8px;
    padding: 5px 12px 5px 6px;
    font-size: 10px;
    font-weight: 750;
    transition: transform .2s, border-color .2s, color .2s;
    display: inline-flex
}

.about-contacts a:hover {
    border-color: var(--blue);
    color: var(--blue);
    transform: translateY(-2px)
}

.about-contacts a span {
    background: var(--blue);
    border-radius: 7px;
    place-items: center;
    width: 24px;
    height: 24px;
    display: grid
}

@supports (color:color-mix(in lab, red, red)) {
    .about-contacts a span {
        background: color-mix(in srgb, var(--blue) 12%, transparent)
    }
}

.about-contacts a span {
    color: var(--blue);
    font-family: var(--font-geist-mono), monospace;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 800
}

.about-button {
    white-space: nowrap
}

.site-footer {
    border-top: 1px solid var(--line);
    background: var(--bg-elevated);
    margin-top: 110px
}

.footer-inner {
    grid-template-columns:1fr auto 1fr;
    align-items: center;
    gap: 24px;
    min-height: 130px;
    display: grid
}

.footer-inner > p {
    color: var(--text-soft);
    font-size: 11px
}

.footer-links {
    justify-content: flex-end;
    gap: 25px;
    display: flex
}

.archive-hero {
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    position: relative;
    overflow: hidden
}

.archive-hero:before {
    background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
    position: absolute;
    inset: 0
}

@supports (color:color-mix(in lab, red, red)) {
    .archive-hero:before {
        background-image: linear-gradient(color-mix(in srgb, var(--line) 32%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--line) 32%, transparent) 1px, transparent 1px)
    }
}

.archive-hero:before {
    content: "";
    opacity: .45;
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(#000, #0000);
    mask-image: linear-gradient(#000, #0000)
}

.archive-glow {
    background: radial-gradient(circle, #2084ff36, #0000 68%);
    border-radius: 50%;
    width: 650px;
    height: 650px;
    position: absolute;
    top: -250px;
    right: -100px
}

.archive-hero-inner {
    grid-template-columns:1.25fr .75fr;
    align-items: end;
    gap: 90px;
    padding: 105px 0 94px;
    display: grid;
    position: relative
}

.archive-hero h1 {
    letter-spacing: -.065em;
    margin: 15px 0 0;
    font-size: clamp(55px, 7vw, 88px);
    font-weight: 680;
    line-height: .96
}

.archive-hero h1 span {
    color: var(--blue)
}

.archive-hero-inner > p {
    max-width: 420px;
    color: var(--text-soft);
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.8
}

.archive-content {
    background: var(--bg-elevated);
    min-height: 700px;
    padding: 55px 0 110px
}

.archive-tools {
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-bottom: 28px;
    display: flex
}

.archive-search {
    border: 1px solid var(--line);
    background: var(--bg);
    width: min(355px, 100%);
    height: 48px;
    color: var(--text-soft);
    border-radius: 12px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    transition: border-color .2s, box-shadow .2s;
    display: flex
}

.archive-search:focus-within {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px var(--blue)
}

@supports (color:color-mix(in lab, red, red)) {
    .archive-search:focus-within {
        box-shadow: 0 0 0 4px color-mix(in srgb, var(--blue) 10%, transparent)
    }
}

.archive-search input {
    width: 100%;
    color: var(--text);
    font: inherit;
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 12px
}

.archive-search input::placeholder {
    color: var(--text-soft)
}

.year-filter {
    scrollbar-width: none;
    gap: 6px;
    max-width: calc(100% - 380px);
    padding: 3px;
    display: flex;
    overflow-x: auto
}

.year-filter::-webkit-scrollbar {
    display: none
}

.year-filter button {
    color: var(--text-soft);
    cursor: pointer;
    background: 0 0;
    border: 1px solid #0000;
    border-radius: 9px;
    flex: none;
    padding: 9px 13px;
    font-size: 10px;
    font-weight: 700;
    transition: color .2s, background .2s, border-color .2s
}

.year-filter button:hover {
    color: var(--blue)
}

.year-filter button.active {
    border-color: var(--line);
    background: var(--bg);
    color: var(--blue)
}

.archive-result-line {
    color: var(--text-soft);
    text-transform: uppercase;
    letter-spacing: .06em;
    align-items: baseline;
    gap: 7px;
    margin: 0 0 20px;
    font-size: 10px;
    display: flex
}

.archive-result-line strong {
    color: var(--blue);
    font-family: var(--font-geist-mono), monospace;
    font-size: 12px
}

.archive-grid {
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    display: grid
}

.archive-card {
    border: 1px solid var(--line);
    background: var(--bg);
    border-radius: 18px;
    flex-direction: column;
    min-height: 315px;
    padding: 27px;
    transition: transform .24s, border-color .24s, box-shadow .24s;
    display: flex
}

.archive-card:hover {
    border-color: var(--blue);
    transform: translateY(-4px)
}

@supports (color:color-mix(in lab, red, red)) {
    .archive-card:hover {
        border-color: color-mix(in srgb, var(--blue) 42%, var(--line))
    }
}

.archive-card:hover {
    box-shadow: var(--shadow)
}

.archive-card-top {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    display: flex
}

.archive-sequence {
    border: 1px solid var(--blue);
    place-items: center;
    width: 35px;
    height: 35px;
    display: grid
}

@supports (color:color-mix(in lab, red, red)) {
    .archive-sequence {
        border: 1px solid color-mix(in srgb, var(--blue) 24%, var(--line))
    }
}

.archive-sequence {
    background: var(--blue);
    border-radius: 10px
}

@supports (color:color-mix(in lab, red, red)) {
    .archive-sequence {
        background: color-mix(in srgb, var(--blue) 7%, transparent)
    }
}

.archive-sequence {
    color: var(--blue);
    font-family: var(--font-geist-mono), monospace;
    font-size: 9px;
    font-weight: 700
}

.archive-card time {
    color: var(--text-soft);
    text-transform: uppercase;
    font-size: 9px
}

.archive-card h2 {
    letter-spacing: -.035em;
    margin: 0 0 13px;
    font-size: 20px;
    line-height: 1.18
}

.archive-card h2 a {
    transition: color .2s
}

.archive-card h2 a:hover {
    color: var(--blue)
}

.archive-card > p {
    color: var(--text-soft);
    margin: 0 0 25px;
    font-size: 12px;
    line-height: 1.7
}

.archive-read {
    color: var(--blue);
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 11px;
    font-weight: 800;
    display: inline-flex
}

.archive-read svg {
    transition: transform .2s
}

.archive-read:hover svg {
    transform: translate(4px)
}

.archive-empty {
    border: 1px dashed var(--line);
    color: var(--text-soft);
    text-align: center;
    border-radius: 18px;
    padding: 85px 30px
}

.archive-empty strong {
    color: var(--text);
    font-size: 17px;
    display: block
}

.archive-empty p {
    margin: 8px 0 0;
    font-size: 12px
}

.story-page {
    background: var(--bg-elevated)
}

.story-hero {
    border-bottom: 1px solid var(--line);
    background: var(--bg);
    position: relative;
    overflow: hidden
}

.story-hero:before {
    background-image: radial-gradient(var(--blue) .7px, transparent .7px);
    position: absolute;
    inset: 0
}

@supports (color:color-mix(in lab, red, red)) {
    .story-hero:before {
        background-image: radial-gradient(color-mix(in srgb, var(--blue) 17%, transparent) .7px, transparent .7px)
    }
}

.story-hero:before {
    content: "";
    opacity: .52;
    background-size: 18px 18px;
    -webkit-mask-image: linear-gradient(#000, #0000 85%);
    mask-image: linear-gradient(#000, #0000 85%)
}

.story-hero-glow {
    background: radial-gradient(circle, #2888ff2e, #0000 67%);
    border-radius: 50%;
    width: 900px;
    height: 700px;
    position: absolute;
    top: -390px;
    left: 50%;
    transform: translate(-50%)
}

.story-heading {
    text-align: center;
    max-width: 930px;
    padding: 70px 0 95px;
    position: relative
}

.story-back {
    color: var(--text-soft);
    align-items: center;
    gap: 8px;
    margin-bottom: 48px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex
}

.arrow-back {
    transform: rotate(180deg)
}

.story-back:hover {
    color: var(--blue)
}

.story-meta {
    color: var(--text-soft);
    letter-spacing: .08em;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 9px;
    display: flex
}

.story-meta span {
    color: var(--blue);
    font-weight: 800
}

.story-meta i {
    background: var(--line);
    border-radius: 50%;
    width: 3px;
    height: 3px
}

.story-heading h1 {
    letter-spacing: -.06em;
    max-width: 900px;
    margin: 22px auto 24px;
    font-size: clamp(44px, 5.9vw, 72px);
    font-weight: 680;
    line-height: 1.02
}

.story-heading > p {
    max-width: 730px;
    color: var(--text-soft);
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8
}

.story-layout {
    grid-template-columns:230px minmax(0, 690px);
    justify-content: center;
    gap: 90px;
    padding: 90px 0 70px;
    display: grid
}

.story-aside {
    align-self: start;
    padding-top: 7px
}

.story-year {
    color: var(--blue);
    margin-bottom: 18px;
    display: block
}

@supports (color:color-mix(in lab, red, red)) {
    .story-year {
        color: color-mix(in srgb, var(--blue) 24%, transparent)
    }
}

.story-year {
    letter-spacing: -.08em;
    font-size: 72px;
    font-weight: 760;
    line-height: 1
}

.story-aside > p {
    border-top: 1px solid var(--line);
    color: var(--text-soft);
    margin: 0 0 24px;
    padding-top: 20px;
    font-size: 11px;
    line-height: 1.7
}

.story-aside a {
    color: var(--blue);
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
    display: inline-flex
}

.story-body {
    color: var(--text);
    position: relative
}

.story-opening-mark {
    z-index: 0;
    color: var(--blue);
    position: absolute;
    top: -18px;
    left: -28px
}

@supports (color:color-mix(in lab, red, red)) {
    .story-opening-mark {
        color: color-mix(in srgb, var(--blue) 7%, transparent)
    }
}

.story-opening-mark {
    letter-spacing: -.1em;
    pointer-events: none;
    font-size: 140px;
    font-weight: 850;
    line-height: 1
}

.story-body > p {
    z-index: 1;
    margin: 0 0 30px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 20px;
    line-height: 1.92;
    position: relative
}

.story-body > p:first-of-type:first-letter {
    float: left;
    color: var(--blue);
    font-family: var(--font-geist-sans), Arial, sans-serif;
    margin: 11px 9px 0 0;
    font-size: 67px;
    font-weight: 760;
    line-height: .7
}

.story-closing {
    border-top: 1px solid var(--line);
    align-items: center;
    gap: 17px;
    margin-top: 45px;
    padding-top: 25px;
    display: flex
}

.story-closing span {
    background: var(--blue);
    border-radius: 3px;
    flex: none;
    width: 42px;
    height: 3px
}

.story-closing p {
    color: var(--text-soft);
    margin: 0;
    font-size: 15px;
    font-style: italic;
    line-height: 1.65
}

.story-navigation {
    grid-template-columns:1fr 1fr;
    gap: 16px;
    max-width: 1010px;
    padding: 15px 0 90px;
    display: grid
}

.story-nav-card {
    border: 1px solid var(--line);
    background: var(--bg);
    border-radius: 17px;
    flex-direction: column;
    justify-content: center;
    min-height: 145px;
    padding: 25px 28px;
    transition: transform .2s, border-color .2s;
    display: flex
}

.story-nav-card:hover {
    border-color: var(--blue);
    transform: translateY(-3px)
}

.story-nav-card small {
    color: var(--blue);
    text-transform: uppercase;
    letter-spacing: .06em;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    font-size: 9px;
    font-weight: 800;
    display: flex
}

.story-nav-card strong {
    max-width: 400px;
    font-size: 15px;
    line-height: 1.35
}

.story-nav-card.next {
    text-align: right;
    align-items: flex-end
}

.story-footer {
    margin-top: 0
}

.articles-archive-hero .archive-hero-inner {
    padding-bottom: 100px
}

.articles-archive-content {
    min-height: 780px
}

.articles-archive-grid {
    grid-template-columns:repeat(2, 1fr)
}

.article-archive-card {
    min-height: 390px
}

.article-card-category {
    color: var(--blue);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 9px;
    font-weight: 800
}

.article-archive-card h2 {
    font-size: 25px
}

.article-archive-card > p {
    font-size: 13px;
    line-height: 1.8
}

.article-card-footer {
    border-top: 1px solid var(--line);
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: auto;
    padding-top: 20px;
    display: flex
}

.article-card-footer > span {
    color: var(--text-soft);
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700
}

.article-card-footer .archive-read {
    margin-top: 0
}

.article-hero .story-heading {
    max-width: 1040px
}

.article-hero .story-meta b {
    font-weight: 600
}

.article-hero .story-heading h1 {
    max-width: 1030px
}

.long-article-layout {
    grid-template-columns:230px minmax(0, 760px);
    gap: 85px;
    padding-top: 100px
}

.article-aside {
    position: sticky;
    top: 112px
}

.article-reading-time {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--text-soft);
    margin: 0 0 25px;
    padding: 18px 0;
    font-size: 10px;
    line-height: 1.7;
    display: block
}

.article-reading-time strong {
    color: var(--text);
    font-size: 11px
}

.long-article-body {
    position: relative
}

.long-article-section {
    z-index: 1;
    margin: 0 0 58px;
    position: relative
}

.long-article-section h2 {
    color: var(--text);
    letter-spacing: -.045em;
    margin: 0 0 28px;
    padding-top: 3px;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.16
}

.long-article-section h2:before {
    background: var(--blue);
    content: "";
    border-radius: 3px;
    width: 42px;
    height: 3px;
    margin-bottom: 18px;
    display: block
}

.long-article-section p {
    color: var(--text);
    margin: 0 0 31px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 20px;
    line-height: 1.92
}

.long-article-section:first-of-type p:first-of-type:first-letter {
    float: left;
    color: var(--blue);
    font-family: var(--font-geist-sans), Arial, sans-serif;
    margin: 11px 9px 0 0;
    font-size: 67px;
    font-weight: 760;
    line-height: .7
}

.article-conclusion {
    border: 1px solid var(--blue);
    margin-top: 28px;
    padding: 35px 38px
}

@supports (color:color-mix(in lab, red, red)) {
    .article-conclusion {
        border: 1px solid color-mix(in srgb, var(--blue) 28%, var(--line))
    }
}

.article-conclusion {
    background: var(--blue);
    border-radius: 18px
}

@supports (color:color-mix(in lab, red, red)) {
    .article-conclusion {
        background: color-mix(in srgb, var(--blue) 7%, var(--bg))
    }
}

.article-conclusion span {
    color: var(--blue);
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 9px;
    font-weight: 850;
    display: block
}

.article-conclusion p {
    margin: 0;
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    line-height: 1.82
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

@keyframes pulsebar {
    to {
        opacity: .55;
        height: 7px
    }
}

@keyframes softpulse {
    50% {
        opacity: .4;
        transform: scale(.75)
    }
}

@keyframes orbit {
    to {
        transform: rotate(360deg)
    }
}

@keyframes counterOrbit {
    to {
        transform: rotate(-360deg)
    }
}

@media (width <= 980px) {
    .hero-grid {
        grid-template-columns:1fr;
        gap: 65px;
        padding-top: 82px
    }

    .hero-copy {
        max-width: 690px
    }

    .hero-board {
        width: min(620px, 96%);
        margin: 0 auto
    }

    .split-heading {
        grid-template-columns:1fr;
        gap: 18px
    }

    .split-heading p {
        max-width: 590px
    }

    .featured-post {
        grid-template-columns:1fr
    }

    .featured-visual {
        min-height: 350px
    }

    .backstage-grid {
        grid-template-columns:1fr;
        gap: 70px
    }

    .backstage-copy > p {
        max-width: 680px
    }

    .about-card {
        grid-template-columns:190px 1fr
    }

    .about-button {
        grid-column: 2;
        justify-self: start
    }

    .footer-inner {
        grid-template-columns:1fr 1fr
    }

    .footer-inner > p {
        display: none
    }

    .archive-hero-inner {
        grid-template-columns:1fr;
        gap: 28px
    }

    .archive-hero-inner > p {
        max-width: 650px
    }

    .archive-tools {
        flex-direction: column;
        align-items: stretch
    }

    .year-filter {
        max-width: 100%
    }

    .archive-search {
        width: 100%
    }

    .archive-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .story-layout {
        grid-template-columns:180px minmax(0, 620px);
        gap: 55px
    }

    .story-year {
        font-size: 58px
    }

    .long-article-layout {
        grid-template-columns:180px minmax(0, 650px);
        gap: 55px
    }
}

@media (width <= 680px) {
    .container {
        width: min(100% - 30px, 1180px)
    }

    .site-header {
        height: 70px
    }

    .brand-copy small, .desktop-nav {
        display: none
    }

    .theme-toggle {
        min-width: auto;
        padding-right: 8px
    }

    .theme-toggle > span:last-child {
        display: none
    }

    .hero {
        min-height: auto
    }

    .hero-grid {
        gap: 56px;
        padding: 68px 0 85px
    }

    .hero h1 {
        font-size: 47px
    }

    .hero-text {
        font-size: 16px
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch
    }

    .hero-note {
        margin-top: 27px
    }

    .hero-board {
        width: 100%;
        transform: none
    }

    .board-body {
        padding: 28px 18px 22px
    }

    .board-body h2 {
        font-size: 21px
    }

    .task-card {
        grid-template-columns:38px 1fr auto;
        padding: 11px
    }

    .task-icon {
        width: 38px;
        height: 38px
    }

    .floating-badge {
        bottom: -32px;
        right: 10px
    }

    .section {
        padding: 82px 0
    }

    .section-heading {
        margin-bottom: 34px
    }

    .section-heading h2, .backstage-copy h2 {
        font-size: 38px
    }

    .featured-visual {
        min-height: 315px
    }

    .server-stack {
        transform-origin: 0;
        left: 8%;
        transform: scale(.86)
    }

    .isolation-orbit {
        width: 155px;
        height: 155px;
        right: 5%
    }

    .featured-copy {
        padding: 30px 24px 35px
    }

    .featured-copy h3 {
        font-size: 29px
    }

    .post-grid {
        grid-template-columns:1fr
    }

    .post-card {
        min-height: 310px
    }

    .backstage-grid {
        gap: 55px
    }

    .timeline-item {
        grid-template-columns:75px 54px 1fr
    }

    .timeline:before {
        left: 37px
    }

    .timeline-marker {
        margin-left: 28px
    }

    .timeline-item {
        min-height: 125px
    }

    .about-section {
        padding-top: 15px
    }

    .about-card {
        grid-template-columns:1fr;
        gap: 26px;
        padding: 31px 24px
    }

    .about-portrait {
        height: 145px
    }

    .portrait-ring {
        width: 135px;
        height: 135px
    }

    .portrait-ring span {
        width: 102px;
        height: 102px
    }

    .portrait-tag {
        right: calc(50% - 90px)
    }

    .about-button {
        grid-column: auto;
        width: 100%
    }

    .site-footer {
        margin-top: 78px
    }

    .footer-inner {
        grid-template-columns:1fr;
        padding: 30px 0
    }

    .footer-links {
        justify-content: flex-start
    }

    .footer-brand .brand-copy small {
        display: block
    }

    .archive-hero-inner {
        padding: 75px 0 68px
    }

    .archive-hero h1 {
        font-size: 52px
    }

    .archive-hero-inner > p {
        font-size: 14px
    }

    .archive-content {
        padding: 35px 0 75px
    }

    .archive-grid {
        grid-template-columns:1fr
    }

    .archive-card {
        min-height: 290px;
        padding: 25px 23px
    }

    .archive-card h2 {
        font-size: 22px
    }

    .story-heading {
        text-align: left;
        padding: 42px 0 67px
    }

    .story-back {
        margin-bottom: 40px
    }

    .story-meta {
        justify-content: flex-start
    }

    .story-heading h1 {
        margin-top: 18px;
        font-size: 44px
    }

    .story-heading > p {
        font-size: 14px
    }

    .story-layout {
        grid-template-columns:1fr;
        gap: 48px;
        padding: 58px 0 45px
    }

    .story-aside {
        display: none
    }

    .story-body > p {
        margin-bottom: 26px;
        font-size: 18px;
        line-height: 1.85
    }

    .story-opening-mark {
        font-size: 100px;
        top: -8px;
        left: -5px
    }

    .story-navigation {
        grid-template-columns:1fr;
        padding-bottom: 65px
    }

    .story-nav-card.next {
        text-align: left;
        align-items: flex-start
    }

    .story-footer {
        margin-top: 0
    }

    .articles-archive-grid {
        grid-template-columns:1fr
    }

    .article-archive-card {
        min-height: 355px
    }

    .article-archive-card h2 {
        font-size: 23px
    }

    .long-article-layout {
        grid-template-columns:1fr;
        padding-top: 64px
    }

    .long-article-section {
        margin-bottom: 48px
    }

    .long-article-section h2 {
        font-size: 27px
    }

    .long-article-section p {
        margin-bottom: 27px;
        font-size: 18px;
        line-height: 1.86
    }

    .article-conclusion {
        padding: 28px 24px
    }

    .article-conclusion p {
        font-size: 17px
    }
}

@media (prefers-reduced-motion: reduce) {
    *, :before, :after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important
    }
}
