.flex-col,
.mobile-nav-container,
body {
    flex-direction: column
}

.author-card-content,
.footer-info,
.hero-container,
.text-center {
    text-align: center
}

.filter-btn,
.modern-tag,
.note-primary-tag,
.post-category {
    text-transform: uppercase
}

.nav-title,
.note-excerpt {
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mobile-menu,
.site-footer {
    border-top: 1px solid var(--border-subtle)
}

.footer-contact a,
.hero-footer,
.hero-job-title,
.logo-text {
    font-family: var(--font-mono)
}

.hero-title,
.logo-text {
    letter-spacing: -.025em
}

:root {
    --amber-300: #fcd34d;
    --amber-400: #fbbf24;
    --amber-500: #f59e0b;
    --amber-600: #d97706;
    --zinc-50: #fafafa;
    --zinc-100: #f4f4f5;
    --zinc-200: #e4e4e7;
    --zinc-300: #d4d4d8;
    --zinc-400: #a1a1aa;
    --zinc-500: #71717a;
    --zinc-600: #52525b;
    --zinc-700: #3f3f46;
    --zinc-800: #27272a;
    --zinc-900: #18181b;
    --zinc-950: #09090b;
    --bg-main: var(--zinc-950);
    --bg-deep: #000000;
    --bg-panel: rgba(24, 24, 27, 0.8);
    --bg-secondary: #0a0a0a;
    --bg-tertiary: #171717;
    --text-main: var(--zinc-200);
    --text-headings: #ffffff;
    --text-body: var(--zinc-200);
    --text-muted: var(--zinc-400);
    --text-dark: #000000;
    --border-subtle: rgba(255, 255, 255, 0.06);
    --border-zinc: var(--zinc-800);
    --amber-primary: var(--amber-500);
    --brand-amber: var(--amber-500);
    --brand-amber-light: var(--amber-400);
    --brand-amber-dark: var(--amber-600);
    --brand-amber-rgb: 245, 158, 11;
    --amber-dim: rgba(245, 158, 11, 0.1);
    --amber-glow: rgba(245, 158, 11, 0.5);
    --amber-border: rgba(245, 158, 11, 0.3);
    --font-sans: "Inter", system-ui, -apple-system, sans-serif;
    --font-serif: "Lora", "Georgia", serif;
    --font-mono: "JetBrains Mono", "Fira Code", monospace;
    --hero-gradient-start: #18181b;
    --hero-gradient-mid: #09090b;
    --hero-gradient-end: #000000
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    height: 100%
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text-main);
    display: flex;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000
}

::selection {
    background-color: rgba(245, 158, 11, .3);
    color: #fff
}

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

button {
    background: 0 0;
    border: none;
    cursor: pointer;
    font-family: inherit
}

svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem
}

.container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.desktop-nav,
.hidden {
    display: none
}

.block,
.mobile-menu.open {
    display: block !important
}

.flex,
.site-logo {
    display: flex
}

.items-center,
.site-logo {
    align-items: center
}

.justify-between,
.note-meta-row {
    justify-content: space-between
}

.justify-center {
    justify-content: center
}

.gap-4 {
    gap: 1rem
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: rgba(24, 24, 27, .8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1);
    transition: .3s
}

.header-inner {
    height: 3.5rem
}

.logo-text {
    font-weight: 700;
    font-size: 1.25rem;
    background: linear-gradient(to right, var(--amber-500), var(--amber-300));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: .3s
}

.mobile-nav-link,
.nav-link {
    font-weight: 500;
    border-radius: .5rem
}

.mobile-nav-link,
.mobile-toggle-btn {
    color: var(--zinc-400);
    transition: color .2s
}

.site-logo:hover .logo-text {
    opacity: .9
}

.nav-link {
    padding: .5rem 1rem;
    font-size: .875rem;
    color: var(--zinc-400);
    transition: .2s;
    position: relative
}

.mobile-nav-link:hover,
.nav-link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .05)
}

.footer-brand,
.footer-contact a:hover,
.mobile-toggle-btn:hover {
    color: var(--amber-500)
}

.nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background-color: var(--amber-500);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s cubic-bezier(.2, .8, .2, 1)
}

.nav-link.active::after,
.nav-link:hover::after {
    transform: scaleX(1)
}

.mobile-toggle-btn {
    display: block;
    padding: .5rem
}

.mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: var(--zinc-900);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1)
}

.footer-glow,
.hero-glow-effect {
    left: 50%;
    transform: translateX(-50%)
}

.mobile-nav-container {
    padding: 1rem 1rem 1.5rem;
    display: flex;
    gap: .5rem
}

.mobile-nav-link {
    display: block;
    padding: .75rem 1rem;
    font-size: 1rem
}

.mobile-nav-link.active {
    color: var(--amber-500);
    background-color: rgba(255, 255, 255, .05)
}

.site-footer {
    background-color: var(--zinc-950);
    margin-top: auto;
    position: relative;
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.footer-glow {
    position: absolute;
    top: 0;
    width: 600px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, .5), transparent)
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem
}

.footer-brand {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: .5rem
}

.footer-desc {
    font-size: .875rem;
    color: var(--zinc-400);
    max-width: 20rem;
    margin: 0 auto
}

.footer-copyright {
    font-size: .75rem;
    color: var(--zinc-500);
    margin-top: 1rem
}

.footer-contact a {
    color: var(--zinc-400);
    font-size: .75rem;
    letter-spacing: .05em;
    transition: color .2s
}

.cta-btn,
body {
    font-family: var(--font-sans)
}

.cta-btn,
.hero-section {
    overflow: hidden;
    position: relative
}

.gradient-text-amber {
    background: linear-gradient(135deg, #fbbf24 0, #f59e0b 50%, #d97706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(245, 158, 11, .3))
}

.hero-icon-wrapper {
    position: relative;
    display: inline-block;
    animation: 6s ease-in-out infinite float
}

.hero-icon-glow {
    position: absolute;
    inset: -10px;
    background: var(--amber-glow);
    border-radius: 50%;
    filter: blur(20px);
    opacity: .6;
    animation: 4s ease-in-out infinite pulse
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-10px)
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: .4;
        transform: scale(1)
    }

    50% {
        opacity: .8;
        transform: scale(1.1)
    }
}

.cta-btn {
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid transparent
}

.cta-primary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #000;
    box-shadow: 0 0 20px rgba(245, 158, 11, .2)
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(245, 158, 11, .4);
    background: linear-gradient(135deg, #fbbf24, #f59e0b)
}

.cta-secondary {
    background: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .1);
    color: #e4e4e7
}

.cta-secondary:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
    transform: translateY(-2px)
}

.fade-in-up {
    opacity: 0;
    animation: .8s cubic-bezier(.16, 1, .3, 1) forwards fadeInUp
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.delay-100 {
    animation-delay: .1s
}

.delay-200 {
    animation-delay: .2s
}

.delay-300 {
    animation-delay: .3s
}

.delay-400 {
    animation-delay: .4s
}

.hero-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #18181b, #09090b, #000);
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.hero-container,
.hero-description {
    flex-direction: column;
    display: flex
}

.hero-container {
    width: 100%;
    max-width: 56rem;
    position: relative;
    z-index: 10;
    align-items: center
}

.hero-bg-pattern,
.hero-glow-effect {
    position: absolute;
    pointer-events: none
}

.hero-bg-pattern {
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
    inset: 0;
    background-image: radial-gradient(circle at 15% 50%, rgba(255, 255, 255, .03) 1px, transparent 1px), radial-gradient(circle at 85% 30%, rgba(245, 158, 11, .03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%)
}

.hero-glow-effect {
    top: 25%;
    width: 600px;
    height: 600px;
    background-color: rgba(245, 158, 11, .05);
    border-radius: 9999px;
    filter: blur(120px)
}

.hero-icon-container {
    margin-bottom: 1.5rem
}

.hero-icon {
    width: 5rem;
    height: 5rem;
    position: relative;
    z-index: 10;
    color: #f59e0b;
    filter: drop-shadow(0 25px 25px rgb(0 0 0 / .15))
}

.hero-icon svg {
    width: 100%;
    height: 100%
}

.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    font-family: var(--font-serif);
    line-height: 1;
    margin-bottom: 1rem
}

.log-meta,
.logbook-path,
.logbook-title {
    font-family: var(--font-mono)
}

.hero-description {
    gap: 1rem;
    margin-bottom: 2rem
}

.hero-job-title {
    font-size: 1.125rem;
    color: #f59e0b;
    font-weight: 500;
    letter-spacing: .025em
}

.hero-tagline {
    font-size: 1rem;
    color: #a1a1aa;
    line-height: 1.625;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-style: italic;
    opacity: .8
}

.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem
}

.cta-btn {
    width: 100%;
    padding: .75rem 1.5rem;
    border-radius: .75rem;
    font-weight: 700;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem
}

.cta-icon,
.timeline-dot {
    width: 1rem;
    height: 1rem
}

.cta-secondary {
    font-weight: 600
}

.hero-footer {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, .05);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    color: #a1a1aa;
    font-size: .875rem;
    opacity: .8
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Inter-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JetBrainsMono-Medium-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/JetBrainsMono-Medium-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/JetBrainsMono-Medium-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "JetBrains Mono";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/JetBrainsMono-Medium-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lora-Italic-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lora;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lora-Italic-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lora;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lora-Bold-latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

body.page-kayitlar {
    background-color: var(--bg-deep);
    color: #e4e4e7
}

.logbook-wrapper {
    position: relative;
    padding: 8rem 1.5rem 6rem;
    min-height: 100vh
}

.logbook-container {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10
}

.logbook-bg,
.logbook-gradient {
    position: fixed;
    z-index: -10;
    inset: 0
}

.logbook-bg {
    background-color: #000
}

.logbook-gradient {
    background: radial-gradient(circle at top right, rgba(24, 24, 27, .4), #000, #000)
}

.log-content li,
.log-entry {
    position: relative
}

.logbook-header {
    margin-bottom: 5rem
}

.logbook-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: var(--zinc-100);
    letter-spacing: -.025em;
    margin-bottom: 1rem
}

.log-content a,
.log-extension,
.note-item:hover .note-action-text,
.note-item:hover .note-title,
.project-card:hover .card-arrow,
.project-card:hover .card-icon-bg,
.project-card:hover .card-title,
.search-input:focus+.search-icon {
    color: var(--amber-primary)
}

.logbook-path {
    color: var(--zinc-500);
    font-size: .875rem
}

.timeline-container {
    position: relative;
    border-left: 1px solid rgba(39, 39, 42, .5);
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 4rem
}

.timeline-dot {
    position: absolute;
    top: .375rem;
    left: -2.56rem;
    border-radius: 9999px;
    background-color: #000;
    border: 1px solid var(--zinc-700);
    transition: .3s
}

.log-entry:hover .timeline-dot {
    border-color: var(--amber-primary);
    background-color: rgba(245, 158, 11, .1)
}

.log-meta {
    font-size: .75rem;
    color: rgba(245, 158, 11, .8);
    margin-bottom: .75rem;
    letter-spacing: .025em;
    display: flex;
    align-items: center;
    gap: .75rem
}

.log-content {
    max-width: none;
    color: #a1a1aa;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.625
}

.log-content p {
    margin-bottom: 1em;
    line-height: 1.75
}

.log-content a {
    text-decoration: underline
}

.author-link,
.btn-back,
.modern-tag,
.nav-card,
.note-title a,
.prose-content a {
    text-decoration: none
}

.log-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 1em
}

.log-content li {
    padding-left: 1.5em;
    margin-bottom: .5em;
    color: #a1a1aa
}

.log-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--zinc-500)
}

.log-content h1,
.log-content h2,
.log-content h3 {
    font-weight: 400;
    color: #d4d4d8;
    margin-top: 1.5em;
    margin-bottom: .5em
}

.log-continuation {
    color: var(--zinc-600);
    margin-left: .25rem;
    user-select: none
}

.animate-entry {
    animation-delay: .1s;
    animation: .8s cubic-bezier(.16, 1, .3, 1) forwards fadeInUp;
    opacity: 0
}

body.page-yazilar {
    background-color: var(--bg-deep);
    color: var(--text-main);
    overflow-x: hidden
}

.hidden {
    display: none !important
}

.stretched-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: auto
}

.tech-grid-bg {
    position: fixed;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 50px 50px;
    mask-image: radial-gradient(circle at 50% 0%, black 40%, transparent 80%);
    z-index: -1;
    pointer-events: none
}

.page-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 10;
    padding-bottom: 6rem
}

.notes-hero {
    padding: 8rem 1.5rem 4rem;
    text-align: center
}

.notes-hero-inner {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto
}

.notes-page-title {
    font-family: var(--font-serif);
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 1.25;
    background: linear-gradient(180deg, #fff 0, #a1a1aa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent
}

.notes-page-title-sub {
    font-style: italic;
    font-family: var(--font-serif);
    color: #52525b;
    -webkit-text-fill-color: #52525b;
    background: 0 0;
    -webkit-background-clip: border-box
}

.search-container {
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

.content-container,
.filter-container,
.projects-container {
    margin-left: auto;
    margin-right: auto
}

.search-input {
    width: 100%;
    background: rgba(20, 20, 20, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .75rem 1.5rem .75rem 3.5rem;
    color: #fff;
    font-family: var(--font-sans);
    font-size: .875rem;
    border-radius: 12px;
    transition: .3s;
    backdrop-filter: blur(12px)
}

.filter-btn,
.note-date,
.note-primary-tag {
    font-family: var(--font-mono);
    font-size: .75rem
}

.search-input:focus {
    outline: 0;
    border-color: var(--amber-primary);
    box-shadow: 0 0 0 1px var(--amber-primary), 0 0 20px var(--amber-dim);
    background: rgba(10, 10, 10, .95)
}

.search-icon {
    position: absolute;
    left: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    transition: color .3s;
    width: 1rem;
    height: 1rem
}

.filter-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 3rem;
    position: sticky;
    top: 1rem;
    z-index: 40
}

.filter-container {
    width: max-content;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(0, 0, 0, .3);
    border-radius: 9999px;
    padding: .25rem .5rem
}

.filter-bar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0
}

.filter-btn {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .1);
    color: var(--text-muted);
    padding: .25rem .75rem;
    cursor: pointer;
    transition: .3s;
    border-radius: 9999px;
    position: relative;
    overflow: hidden
}

.filter-btn:hover {
    border-color: var(--text-main);
    color: var(--text-main);
    background: rgba(255, 255, 255, .05)
}

.filter-btn.active {
    background: var(--amber-primary);
    color: #000;
    border-color: var(--amber-primary);
    font-weight: 700;
    box-shadow: 0 0 15px var(--amber-dim)
}

.content-container {
    max-width: 56rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.post-nav-grid,
.posts-grid,
.projects-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem
}

.note-item {
    background-color: transparent;
    border-top: 1px solid #27272a;
    border-radius: 0;
    padding: 1.5rem;
    transition: background-color .2s;
    position: relative;
    display: block
}

.note-item:hover {
    background-color: rgba(24, 24, 27, .3)
}

.note-content-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.note-meta-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem
}

.note-date {
    color: rgba(245, 158, 11, .7)
}

.note-primary-tag {
    color: #52525b
}

.note-title {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    color: #e4e4e7;
    margin-bottom: .75rem;
    font-weight: 500;
    transition: color .3s;
    margin-top: 0
}

.empty-state-code,
.note-action-text,
.prose-content pre code,
.prose-content:not(pre)>code,
.warning-badge {
    font-family: var(--font-mono)
}

.note-title a {
    color: inherit
}

.note-excerpt {
    font-size: .875rem;
    color: #71717a;
    line-height: 1.625;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.note-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #18181b;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.note-action-text {
    font-size: .75rem;
    color: #3f3f46;
    transition: color .2s
}

.empty-state {
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 8rem
}

.empty-state-code {
    font-size: 2.25rem;
    color: #27272a;
    margin-bottom: 1rem
}

.empty-state-text {
    color: #71717a
}

.projects-wrapper {
    min-height: 100vh;
    margin-top: 6rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    overflow: hidden
}

@media (min-width:640px) {

    .container,
    .projects-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .hero-actions {
        flex-direction: row
    }

    .cta-btn {
        width: auto
    }
}

.projects-container {
    max-width: 80rem
}

.projects-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top, rgba(120, 53, 15, .1), #09090b, #000);
    z-index: -10
}

.projects-top-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(245, 158, 11, .2), transparent)
}

.warning-banner {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center
}

.warning-badge {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem 1rem;
    border-radius: 9999px;
    background-color: var(--amber-dim);
    border: 1px solid var(--amber-border);
    color: rgba(245, 158, 11, .8);
    font-size: .75rem;
    letter-spacing: .025em
}

.card-title,
.post-hero-title,
.projects-title {
    font-family: var(--font-serif)
}

.pulse-dot {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: var(--amber-primary);
    animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse
}

.projects-header {
    margin-bottom: 4rem;
    text-align: center
}

.projects-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(to bottom, var(--zinc-100), var(--zinc-400));
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 1rem
}

.projects-description {
    color: var(--zinc-400);
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.625
}

.article-container,
.post-header-content {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .header-inner {
        height: 4rem
    }

    .logo-text {
        font-size: 1.5rem
    }

    .desktop-nav {
        display: flex;
        align-items: center;
        gap: 2rem
    }

    .mobile-toggle-btn {
        display: none
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between
    }

    .footer-info {
        text-align: left
    }

    .footer-desc {
        margin: 0
    }

    .hero-icon {
        width: 6rem;
        height: 6rem
    }

    .hero-title {
        font-size: 3.75rem
    }

    .hero-job-title {
        font-size: 1.25rem
    }

    .hero-tagline {
        font-size: 1.125rem
    }

    .logbook-wrapper {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .logbook-title {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .timeline-container {
        padding-left: 3rem
    }

    .timeline-dot {
        left: -3.56rem
    }

    .log-meta {
        font-size: .875rem
    }

    .log-content {
        font-size: 1rem
    }

    .notes-page-title,
    .projects-title {
        font-size: 3rem
    }

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

.project-card {
    background-color: var(--bg-panel);
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 1rem;
    padding: 1.5rem;
    transition: .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.card-arrow,
.card-icon-bg,
.card-title {
    transition: color .3s
}

.project-card:hover {
    background-color: rgba(24, 24, 27, .6);
    border-color: var(--amber-border);
    transform: scale(1.01);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25), 0 0 20px rgba(120, 53, 15, .1)
}

.card-icon-bg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem;
    opacity: .5;
    color: var(--zinc-600)
}

.card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--zinc-100);
    margin-bottom: .5rem
}

.card-desc {
    color: var(--zinc-400);
    font-size: .875rem;
    line-height: 1.625;
    margin-bottom: 1rem;
    flex-grow: 1
}

.card-arrow {
    display: flex;
    align-items: center;
    color: rgba(245, 158, 11, .7)
}

.w-6 {
    width: 1.5rem
}

.h-6 {
    height: 1.5rem
}

.w-5 {
    width: 1.25rem
}

.h-5 {
    height: 1.25rem
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--bg-main)
}

::-webkit-scrollbar-thumb {
    background: var(--bg-tertiary);
    border-radius: 4px;
    border: 1px solid var(--border-subtle)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--brand-amber-dark)
}

.post-page-wrapper {
    min-height: 100vh;
    background-color: var(--bg-main);
    color: var(--text-body);
    padding-bottom: 6rem;
    position: relative;
    overflow-x: hidden
}

.bg-pattern {
    background-image: radial-gradient(circle at 15% 50%, rgba(var(--brand-amber-rgb), .02) 0, transparent 25%), radial-gradient(circle at 85% 30%, rgba(var(--brand-amber-rgb), .015) 0, transparent 25%);
    background-attachment: fixed
}

.post-header-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background-color: rgba(245, 158, 11, .05);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0
}

.post-header {
    position: relative;
    padding: 8rem 1.5rem 3rem;
    overflow: hidden;
    text-align: center
}

.post-header-content {
    position: relative;
    z-index: 10
}

.post-header-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem
}

.post-date {
    font-size: .875rem;
    color: var(--text-muted);
    font-weight: 500;
    letter-spacing: .05em;
    border: 1px solid var(--border-zinc);
    padding: .25rem .75rem;
    border-radius: 9999px;
    background-color: rgba(24, 24, 27, .5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px)
}

.post-category {
    color: var(--brand-amber);
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .1em
}

.post-hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -.025em;
    margin-bottom: 2rem;
    line-height: 1.1;
    color: #fff
}

@media (min-width:768px) {
    .post-hero-title {
        font-size: 3.75rem
    }
}

@media (min-width:1024px) {

    .container,
    .projects-wrapper {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .projects-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .post-hero-title {
        font-size: 4.5rem
    }
}

.post-author-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    gap: .75rem
}

.author-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #fbbf24, #d97706);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    font-weight: 700;
    font-size: .875rem;
    box-shadow: 0 10px 15px -3px rgba(245, 158, 11, .2)
}

.author-info {
    text-align: left
}

.author-name {
    font-size: .875rem;
    font-weight: 600;
    color: #fff
}

.read-time {
    font-size: .75rem;
    color: #71717a
}

.article-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    z-index: 10;
    margin-top: 3rem
}

.glass-card {
    background: 0 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
    padding: 0
}

.prose-content {
    font-family: var(--font-sans);
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text-body);
    max-width: 64ch;
    margin: 0 auto
}

.author-section,
.post-footer {
    margin-left: auto;
    margin-top: 4rem
}

.prose-content>p:first-of-type::first-letter {
    font-family: var(--font-serif);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    float: left;
    margin-right: .75rem;
    color: var(--brand-amber);
    text-shadow: 2px 2px 10px rgba(var(--brand-amber-rgb), .2)
}

.prose-content h1,
.prose-content h2,
.prose-content h3,
.prose-content h4 {
    font-family: var(--font-serif);
    color: var(--text-headings);
    font-weight: 700;
    margin-top: 2.5em;
    margin-bottom: 1em;
    letter-spacing: -.02em;
    border-left: 3px solid var(--brand-amber);
    padding-left: 1rem
}

.prose-content h2 {
    font-size: 2rem;
    border-bottom: none;
    background: 0 0;
    -webkit-text-fill-color: initial
}

.prose-content h3 {
    font-size: 1.5rem;
    color: #fff;
    border-left: none;
    padding-left: 0
}

.prose-content a {
    color: var(--brand-amber);
    border-bottom: 1px solid rgba(var(--brand-amber-rgb), .3);
    transition: .2s
}

.prose-content a:hover {
    border-bottom-color: var(--brand-amber);
    color: var(--brand-amber-light);
    background: rgba(var(--brand-amber-rgb), .1)
}

.prose-content pre {
    background: #0f0f11;
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .5);
    position: relative;
    margin: 2.5rem 0;
    overflow-x: auto;
    font-size: .9rem
}

@media (max-width:768px) {
    .prose-content {
        font-size: 1rem;
        line-height: 1.65
    }

    .prose-content>p:first-of-type::first-letter {
        float: none;
        font-size: inherit;
        font-weight: 700;
        line-height: inherit;
        margin: 0;
        color: inherit;
        text-shadow: none
    }

    .prose-content pre {
        padding: 1rem;
        font-size: .8rem
    }
}

.prose-content pre::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(var(--brand-amber-rgb), .5), transparent)
}

.prose-content pre code {
    background: 0 0;
    border: none;
    padding: 0
}

.prose-content:not(pre)>code {
    background: rgba(var(--brand-amber-rgb), .1);
    color: var(--brand-amber-light);
    padding: .2em .4em;
    border-radius: 6px;
    font-size: .85em;
    border: 1px solid rgba(var(--brand-amber-rgb), .15)
}

.prose-content blockquote {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: 1.25rem;
    border-left: 4px solid var(--brand-amber);
    background: linear-gradient(90deg, rgba(var(--brand-amber-rgb), .05), transparent);
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
    border-radius: 0 12px 12px 0;
    color: #d4d4d4
}

.prose-content ol,
.prose-content ul {
    padding-left: 1.5rem
}

.prose-content li {
    margin: .75rem 0;
    position: relative
}

.prose-content ul>li::marker {
    color: var(--brand-amber)
}

.prose-content p {
    margin-bottom: 2em
}

.prose-content img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
    margin: 2rem 0
}

.post-footer {
    padding-top: 2rem;
    border-top: 1px solid var(--border-zinc);
    max-width: 64ch;
    margin-right: auto
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem
}

.tags-label {
    font-size: .875rem;
    color: #71717a;
    font-weight: 500;
    margin-right: .5rem
}

.modern-tag {
    font-size: .75rem;
    letter-spacing: .05em;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
    transition: .3s;
    background: rgba(255, 255, 255, .02)
}

.modern-tag:hover {
    border-color: var(--brand-amber);
    color: var(--brand-amber);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--brand-amber-rgb), .15)
}

.author-section {
    max-width: 48rem;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.author-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--border-zinc);
    background-color: rgba(24, 24, 27, .3)
}

.author-card-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background-color: #27272a;
    flex-shrink: 0;
    overflow: hidden;
    border: 2px solid rgba(245, 158, 11, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--brand-amber)
}

.author-card-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem
}

.author-card-bio {
    color: var(--text-muted);
    line-height: 1.625;
    margin-bottom: 1rem;
    margin-top: 0
}

.author-link,
.nav-card:hover .nav-label {
    color: var(--brand-amber)
}

.author-link {
    font-size: .875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: color .2s
}

.author-link:hover {
    color: #fbbf24
}

.icon-arrow-sm {
    width: 1rem;
    height: 1rem;
    margin-left: .25rem
}

.post-nav {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 5rem
}

@media (min-width:768px) {
    .article-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .author-card {
        flex-direction: row;
        align-items: flex-start;
        padding: 2rem
    }

    .author-card-content {
        text-align: left
    }

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

.nav-card {
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(--border-zinc);
    background-color: rgba(24, 24, 27, .2);
    transition: .3s;
    display: block
}

.nav-card:hover {
    background-color: rgba(39, 39, 42, .4);
    transform: translateY(-4px)
}

.nav-card.text-right {
    text-align: right
}

.nav-label {
    font-size: .75rem;
    color: #71717a;
    font-family: var(--font-mono);
    margin-bottom: .5rem;
    transition: color .2s
}

.nav-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #e4e4e7;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.nav-card:hover .nav-title {
    color: #fff
}

.back-to-home {
    text-align: center;
    margin-top: 3rem
}

.btn-back {
    display: inline-flex;
    align-items: center;
    padding: .75rem 1.5rem;
    background-color: var(--zinc-800);
    color: #d4d4d8;
    border-radius: 9999px;
    font-weight: 500;
    font-size: .875rem;
    transition: .3s
}

.btn-back:hover {
    background-color: #d97706;
    color: #fff
}

.animate-fadeInUp {
    animation: .8s cubic-bezier(.16, 1, .3, 1) forwards fadeInUp;
    opacity: 0
}