/* ============================================
   A4 CV Page
   ============================================ */

:root {
    --cv-paper-width: 210mm;
    --cv-paper-height: 297mm;
    --cv-stage-width: 210mm;
    --cv-stage-height: 297mm;
    --cv-scale: 1;
    --cv-paper-bg: rgba(8, 8, 9, 0.9);
    --cv-panel-bg: rgba(18, 18, 20, 0.9);
    --cv-panel-bg-soft: rgba(22, 22, 25, 0.82);
    --cv-hairline: rgba(255, 255, 255, 0.12);
}

.cv-page {
    min-height: 100vh;
    background: var(--color-bg-primary);
    color: var(--color-text-primary);
}

.cv-page,
.cv-page * {
    box-sizing: border-box;
    user-select: text;
}

.cv-backdrop {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image:
        radial-gradient(ellipse at center, rgba(139, 92, 246, 0.18) 0%, rgba(13, 13, 13, 0.12) 36%, rgba(0, 0, 0, 0.82) 100%),
        linear-gradient(135deg, rgba(13, 13, 13, 0.82), rgba(13, 13, 13, 0.72)),
        url("../assets/images/hero.jpg");
    background-size: cover;
    background-position: center;
}

.cv-backdrop::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, transparent 32%, rgba(0, 0, 0, 0.58) 100%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.74));
}

.cv-actions {
    z-index: 10;
    display: flex;
    width: min(calc(100vw - 40px), var(--cv-stage-width));
    margin: 20px auto 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cv-action-separator {
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 1rem;
    font-weight: 700;
    opacity: 0.82;
    text-shadow: 2px 2px 0 var(--color-shadow);
}

.cv-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 14px;
    border: 2px solid var(--color-primary);
    background: var(--color-bg-primary);
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: 4px 4px 0 var(--color-shadow);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);
}

.cv-action:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 var(--color-shadow);
}

.cv-action--primary {
    background: var(--color-primary);
    color: var(--color-text-inverse);
}

.cv-action svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.cv-stage {
    width: var(--cv-stage-width);
    height: var(--cv-stage-height);
    margin: 0 auto;
    padding: 20px 0 34px;
    box-sizing: content-box;
}

.cv-sheet {
    position: relative;
    isolation: isolate;
    width: var(--cv-paper-width);
    height: var(--cv-paper-height);
    padding: 9.8mm 8.4mm 7.2mm;
    overflow: hidden;
    transform: scale(var(--cv-scale));
    transform-origin: top left;
    background: var(--cv-paper-bg);
    border: 2px solid var(--color-primary);
    box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.72);
    font-family: var(--font-primary);
}

.cv-sheet>* {
    position: relative;
    z-index: 1;
}

.cv-sheet>.cv-sheet-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.72;
    filter: saturate(0.95) contrast(1.08);
    pointer-events: none;
    user-select: none;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.cv-sheet::before,
.cv-sheet::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.cv-sheet::before {
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-primary);
    z-index: 2;
}

.cv-sheet::after {
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse at 18% 8%, rgba(139, 92, 246, 0.21), transparent 36%),
        radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.58) 100%),
        linear-gradient(90deg, rgba(8, 8, 9, 0.68), rgba(8, 8, 9, 0.54) 52%, rgba(8, 8, 9, 0.78)),
        linear-gradient(rgba(8, 8, 9, 0.52), rgba(8, 8, 9, 0.8));
    background-size: auto, auto, auto, auto;
    background-position: center;
    opacity: 1;
}

.cv-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40mm;
    gap: 7mm;
    padding-bottom: 5.8mm;
    border-bottom: 2px solid var(--color-primary);
}

.cv-identity h1 {
    margin: 0 0 2mm;
    color: var(--color-text-primary);
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
}

.cv-role {
    margin: 0 0 3.3mm;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 10.4px;
    font-weight: 700;
    line-height: 1.25;
}

.cv-summary {
    max-width: 120mm;
    margin: 0;
    color: #dddddd;
    font-size: 9.55px;
    line-height: 1.52;
}

.cv-contact {
    display: flex;
    flex-direction: column;
    gap: 2mm;
    margin: 0;
    color: var(--color-text-secondary);
    font-style: normal;
}

.cv-contact a,
.cv-contact span {
    display: inline-flex;
    align-items: center;
    gap: 1.8mm;
    color: #d4d4d4;
    font-size: 8.25px;
    line-height: 1.22;
    overflow-wrap: anywhere;
}

.cv-contact a:hover {
    color: var(--color-primary-light);
}

.cv-contact svg {
    flex: 0 0 3.2mm;
    width: 3.2mm;
    height: 3.2mm;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.cv-contact a:nth-child(4) svg {
    fill: currentColor;
    stroke: none;
}

.cv-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 41mm;
    gap: 6.4mm;
    padding-top: 5.6mm;
}

.cv-section {
    margin-bottom: 5.15mm;
}

.cv-section h2 {
    display: flex;
    align-items: center;
    gap: 2.5mm;
    margin: 0 0 3.25mm;
    padding-bottom: 1.75mm;
    border-bottom: 1px solid var(--cv-hairline);
    color: var(--color-text-primary);
    font-family: var(--font-mono);
    font-size: 10.35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.cv-section h2::before {
    content: "";
    width: 2.2mm;
    height: 2.2mm;
    background: var(--color-primary);
}

.cv-entry {
    display: grid;
    grid-template-columns: 20mm minmax(0, 1fr);
    gap: 4.1mm;
    align-items: center;
    margin-bottom: 3.65mm;
}

.cv-entry>div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.cv-entry time {
    display: flex;
    align-items: center;
    min-height: 100%;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 7.15px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.cv-entry h3,
.cv-project h3,
.cv-skill-group h3 {
    margin: 0;
    color: var(--color-text-primary);
    font-size: 9.85px;
    line-height: 1.22;
    letter-spacing: 0;
}

.cv-place {
    margin: 0.65mm 0 1.35mm;
    color: #d0d0d0;
    font-size: 8.25px;
    line-height: 1.25;
}

.cv-entry ul {
    display: grid;
    gap: 1mm;
    margin: 0;
    padding: 0;
}

.cv-entry li {
    position: relative;
    padding-left: 0;
    color: #dddddd;
    font-size: 8.15px;
    line-height: 1.38;
}

.cv-entry li::before {
    content: none;
}

.cv-projects {
    margin-bottom: 0;
}

.cv-project {
    position: relative;
    display: grid;
    grid-template-columns: 15mm minmax(0, 1fr);
    gap: 2.8mm;
    align-items: center;
    margin-bottom: 2mm;
    min-height: 19.5mm;
    padding: 2mm 2.6mm;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(18, 18, 20, 0.9), rgba(18, 18, 20, 0.84)),
        url("../assets/images/hero.jpg");
    background-size: auto, cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 2px solid var(--color-primary);
}

.cv-project--featured {
    background:
        linear-gradient(90deg, rgba(139, 92, 246, 0.16), rgba(18, 18, 20, 0.9)),
        url("../assets/images/hero.jpg");
    background-size: auto, cover;
    background-position: center;
}

.cv-project__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    width: 14.4mm;
    height: 14.4mm;
    min-height: 14.4mm;
    overflow: hidden;
    background:
        linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.36)),
        var(--color-bg-tertiary);
    border: 1px solid rgba(139, 92, 246, 0.72);
}

.cv-project__hero>*:not(.cv-project__hero-bg) {
    position: relative;
    z-index: 1;
}

.cv-project__hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.58;
    filter: saturate(0.98) contrast(1.08);
    pointer-events: none;
    user-select: none;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

.cv-project__hero--logo {
    background:
        radial-gradient(circle at 35% 22%, rgba(139, 92, 246, 0.52), transparent 33%),
        linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(18, 18, 20, 0.94)),
        url("../assets/images/hero.jpg");
    background-size: cover;
    background-position: center;
}

.cv-project__hero img:not(.cv-project__hero-bg) {
    width: 72%;
    height: 72%;
    object-fit: contain;
    object-position: center;
    filter: saturate(0.96) contrast(1.08);
}

.cv-project__hero--logo img:not(.cv-project__hero-bg) {
    filter: drop-shadow(0 1.2mm 1.8mm rgba(0, 0, 0, 0.58));
}

.cv-project__hero--ai,
.cv-project__hero--iot {
    background:
        radial-gradient(circle at 35% 22%, rgba(139, 92, 246, 0.52), transparent 33%),
        linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(18, 18, 20, 0.94)),
        url("../assets/images/hero.jpg");
    background-size: cover;
    background-position: center;
}

.cv-project__hero--iot {
    background:
        radial-gradient(circle at 68% 30%, rgba(34, 197, 94, 0.38), transparent 30%),
        linear-gradient(135deg, rgba(139, 92, 246, 0.24), rgba(18, 18, 20, 0.94)),
        url("../assets/images/hero.jpg");
    background-size: cover;
    background-position: center;
}

.cv-project__hero span {
    color: var(--color-text-primary);
    font-family: var(--font-mono);
    font-size: 7.4px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cv-project__body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.cv-project__topline {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 3mm;
    margin-bottom: 0.8mm;
}

.cv-project__topline span {
    flex: 0 0 auto;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 6.45px;
    font-weight: 600;
    text-transform: uppercase;
}

.cv-project p {
    margin: 0 0 1.15mm;
    color: #dddddd;
    font-size: 7.8px;
    line-height: 1.3;
}

.cv-project__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.6mm 2.25mm;
    color: var(--color-text-muted);
    font-family: var(--font-mono);
    font-size: 6.35px;
}

.cv-project__meta a {
    color: var(--color-primary-light);
}

.cv-sidebar {
    min-width: 0;
}

.cv-section--side {
    margin-bottom: 4.8mm;
}

.cv-section--side h2 {
    margin-bottom: 2.6mm;
}

.cv-skill-group {
    margin-bottom: 3mm;
}

.cv-skill-group h3 {
    margin-bottom: 1.25mm;
    font-size: 7.85px;
    text-align: center;
}

.cv-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.45mm;
}

.cv-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 5.35mm;
    padding: 1.1mm 1.65mm;
    background: var(--cv-panel-bg-soft);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--color-text-primary);
    font-family: var(--font-mono);
    font-size: 6.25px;
    font-weight: 500;
    line-height: 1;
}

.cv-skill-group:first-of-type .cv-badges span:nth-child(-n + 3) {
    border-color: rgba(139, 92, 246, 0.64);
    background: rgba(139, 92, 246, 0.16);
    color: var(--color-primary-light);
}

.cv-level-list {
    display: grid;
    gap: 1.75mm;
    margin: 0;
}

.cv-level-list div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 4mm;
}

.cv-level-list dt,
.cv-level-list dd {
    margin: 0;
    font-size: 7.65px;
    line-height: 1.2;
}

.cv-level-list dt {
    color: var(--color-text-primary);
    font-weight: 700;
}

.cv-level-list dd {
    color: var(--color-text-muted);
    text-align: right;
}

.cv-badges--muted span {
    color: var(--color-text-secondary);
    background: rgba(31, 31, 31, 0.74);
}

.cv-footer {
    position: absolute;
    left: 8.4mm;
    right: 8.4mm;
    bottom: 6mm;
    display: flex;
    justify-content: center;
    gap: 1.6mm;
    padding-top: 2.8mm;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--color-text-muted);
    font-size: 6.9px;
}

.cv-footer a {
    color: var(--color-primary);
}

.thesis-page {
    --cv-scale: 1;
    overflow-x: hidden;
}

.thesis-stage {
    width: min(100% - 40px, 980px);
    margin: 0 auto;
    padding: 20px 0 56px;
}

.thesis-sheet {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100vh - 132px);
    padding: clamp(26px, 5vw, 58px);
    background: var(--cv-paper-bg);
    border: 2px solid var(--color-primary);
    box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.72);
}

.thesis-sheet>* {
    position: relative;
    z-index: 1;
}

.thesis-sheet::before,
.thesis-sheet::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.thesis-sheet::before {
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--color-primary);
    z-index: 2;
}

.thesis-sheet::after {
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse at 18% 8%, rgba(139, 92, 246, 0.22), transparent 36%),
        radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.7) 100%),
        linear-gradient(90deg, rgba(8, 8, 9, 0.84), rgba(8, 8, 9, 0.74) 52%, rgba(8, 8, 9, 0.9)),
        linear-gradient(rgba(8, 8, 9, 0.75), rgba(8, 8, 9, 0.91)),
        url("../assets/images/hero.jpg");
    background-size: auto, auto, auto, auto, cover;
    background-position: center;
}

.thesis-hero {
    max-width: 820px;
    padding-bottom: 28px;
    border-bottom: 2px solid var(--color-primary);
}

.thesis-kicker {
    margin: 0 0 14px;
    color: var(--color-primary);
    font-family: var(--font-mono);
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
}

.thesis-hero h1 {
    max-width: 780px;
    margin: 0 0 14px;
    color: var(--color-text-primary);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
}

.thesis-byline {
    margin: 0 0 24px;
    color: var(--color-text-secondary);
    font-family: var(--font-mono);
    font-size: 0.92rem;
}

.thesis-summary {
    margin: 0;
    color: #dddddd;
    font-size: 1.04rem;
    line-height: 1.62;
}

.thesis-links,
.thesis-resources {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.thesis-links a,
.thesis-resources a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 9px 13px;
    background: var(--cv-panel-bg-soft);
    border: 1px solid rgba(139, 92, 246, 0.58);
    color: var(--color-primary-light);
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 700;
}

.thesis-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.thesis-card,
.thesis-findings {
    background: var(--cv-panel-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 2px solid var(--color-primary);
}

.thesis-card {
    padding: 18px;
}

.thesis-card h2,
.thesis-findings h2 {
    margin: 0 0 12px;
    color: var(--color-text-primary);
    font-family: var(--font-mono);
    font-size: 0.86rem;
    text-transform: uppercase;
}

.thesis-card p,
.thesis-finding-list p {
    margin: 0;
    color: #dddddd;
    font-size: 0.94rem;
    line-height: 1.55;
}

.thesis-findings {
    margin-top: 18px;
    padding: 22px;
}

.thesis-finding-list {
    display: grid;
    gap: 14px;
}

.thesis-finding-list strong {
    color: var(--color-primary-light);
}

.thesis-resources {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

@media (max-width: 820px) {
    .thesis-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    :root {
        --cv-stage-width: 193.2mm;
        --cv-stage-height: 273.24mm;
        --cv-scale: 0.92;
    }
}

@media (max-width: 760px) {
    :root {
        --cv-stage-width: 172.2mm;
        --cv-stage-height: 243.54mm;
        --cv-scale: 0.82;
    }

    .cv-actions {
        justify-content: center;
        padding-top: 18px;
        width: auto;
        margin-top: 0;
    }

    .cv-stage {
        padding-top: 18px;
    }
}

@media (max-width: 660px) {
    :root {
        --cv-stage-width: 147mm;
        --cv-stage-height: 207.9mm;
        --cv-scale: 0.7;
    }
}

@media (max-width: 560px) {
    :root {
        --cv-stage-width: 121.8mm;
        --cv-stage-height: 172.26mm;
        --cv-scale: 0.58;
    }
}

@media (max-width: 460px) {
    :root {
        --cv-stage-width: 100.8mm;
        --cv-stage-height: 142.56mm;
        --cv-scale: 0.48;
    }

    .cv-actions {
        gap: 8px;
    }

    .cv-action-separator {
        display: none;
    }

    .cv-action {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 0.7rem;
    }
}

@media (max-width: 380px) {
    :root {
        --cv-stage-width: 92.4mm;
        --cv-stage-height: 130.68mm;
        --cv-scale: 0.44;
    }
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    :root {
        --cv-scale: 1;
    }

    html,
    body {
        width: 210mm;
        height: 297mm;
        margin: 0;
        overflow: hidden;
        background: #080809 !important;
    }

    .cv-actions,
    .cv-backdrop {
        display: none !important;
    }

    .cv-stage {
        width: 210mm;
        height: 297mm;
        margin: 0;
        padding: 0;
    }

    .cv-sheet {
        width: 210mm;
        height: 297mm;
        max-width: 210mm;
        max-height: 297mm;
        margin: 0;
        border: 2px solid var(--color-primary);
        box-shadow: none;
        transform: none;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .cv-sheet::after {
        background:
            radial-gradient(ellipse at 18% 8%, rgba(139, 92, 246, 0.18), transparent 36%),
            radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, 0.62) 100%),
            linear-gradient(90deg, rgba(8, 8, 9, 0.7), rgba(8, 8, 9, 0.56) 52%, rgba(8, 8, 9, 0.82)),
            linear-gradient(rgba(8, 8, 9, 0.58), rgba(8, 8, 9, 0.82)) !important;
        background-size: auto, auto, auto, auto !important;
        background-position: center !important;
    }

    .cv-sheet>.cv-sheet-bg {
        display: block !important;
        opacity: 0.78 !important;
        filter: saturate(0.95) contrast(1.08);
    }

    .cv-project__hero--logo,
    .cv-project__hero--ai,
    .cv-project__hero--iot {
        background:
            linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(18, 18, 20, 0.98)) !important;
    }

    .cv-project__hero img:not(.cv-project__hero-bg) {
        opacity: 1 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .cv-project__hero-bg {
        opacity: 0.58 !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    a {
        color: inherit;
    }
}

@media screen {
    .cv-actions {
        animation: cvFadeDown 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .cv-sheet {
        animation: cvSheetIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 110ms both;
    }

    .thesis-sheet {
        animation: cvSheetIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 110ms both;
    }

    .cv-header,
    .cv-section,
    .cv-footer,
    .thesis-hero,
    .thesis-card,
    .thesis-findings,
    .thesis-resources {
        animation: cvContentIn 580ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .cv-header {
        animation-delay: 260ms;
    }

    .cv-section:nth-of-type(1) {
        animation-delay: 340ms;
    }

    .cv-section:nth-of-type(2) {
        animation-delay: 420ms;
    }

    .cv-section:nth-of-type(3) {
        animation-delay: 500ms;
    }

    .cv-sidebar .cv-section:nth-of-type(1) {
        animation-delay: 400ms;
    }

    .cv-sidebar .cv-section:nth-of-type(2) {
        animation-delay: 480ms;
    }

    .cv-sidebar .cv-section:nth-of-type(3) {
        animation-delay: 560ms;
    }

    .cv-footer {
        animation-delay: 620ms;
    }

    .thesis-hero {
        animation-delay: 260ms;
    }

    .thesis-card:nth-child(1) {
        animation-delay: 360ms;
    }

    .thesis-card:nth-child(2) {
        animation-delay: 430ms;
    }

    .thesis-card:nth-child(3) {
        animation-delay: 500ms;
    }

    .thesis-findings {
        animation-delay: 570ms;
    }

    .thesis-resources {
        animation-delay: 640ms;
    }
}

@keyframes cvFadeDown {
    from {
        transform: translateY(-12px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes cvSheetIn {
    from {
        transform: scale(var(--cv-scale)) translateY(18px);
    }

    to {
        transform: scale(var(--cv-scale)) translateY(0);
    }
}

@keyframes cvContentIn {
    from {
        transform: translateY(9px);
    }

    to {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cv-actions,
    .cv-sheet,
    .thesis-sheet,
    .cv-header,
    .cv-section,
    .cv-footer,
    .thesis-hero,
    .thesis-card,
    .thesis-findings,
    .thesis-resources {
        animation: none !important;
    }
}
