@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@500;700&display=swap";

:root {
    --background: #09090b;
    --text-color: #fafafa;
    --text-muted: #a1a1aa;
    --border-color: #27272a;
    --card-bg: #09090b;
    --bg-color: var(--background);
    --button-bg: #fafafa;
    --button-text: #09090b;
    --accent-color: #fafafa;
    --link-color: #fafafa;
    --hover-bg-color: #27272a;
    --hover-color: #fff;
    --font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --font-mono: "JetBrains Mono", monospace;
    --font-display: "Inter", sans-serif
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-display)
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    max-width: 100%;
    font-family: var(--font-sans);
    background-color: var(--bg-color);
    -ms-overflow-style: none;
    color: var(--text-color);
    margin: 0 auto;
    position: relative
}

body::-webkit-scrollbar {
    width: 0;
    height: 0
}

a {
    color: var(--link-color);
    text-decoration: none
}

main {
    width: 100%;
    max-width: 725px;
    min-height: 100vh;
    margin: 0 auto
}

.section-heading {
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 500
}

.tooltip-container {
    white-space: nowrap;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    max-width: 300px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0 4px 20px #00000026
}

.tooltip-dark {
    color: #ffffffe6;
    background: #000000e6;
    border: 1px solid #ffffff1a
}

.scroll-section {
    position: relative;
    overflow: hidden
}

.scroll-section>* {
    z-index: 1;
    position: relative
}

@media (width<=800px) {
    main {
        padding: 0 20px
    }
}

nav {
    background: var(--bg-color);
    border-bottom: 1px solid #ffffff14;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 max(24px, 50vw - 362.5px);
    display: flex;
    position: relative;
    overflow: hidden
}

.availability-badge {
    align-items: center;
    gap: 10px;
    display: flex
}

.status-dot {
    background-color: #22c55e;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: 2s ease-in-out infinite pulse;
    box-shadow: 0 0 8px #22c55e
}

.status-text {
    color: #22c55e;
    letter-spacing: .02em;
    font-size: 13px;
    font-weight: 600
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 #22c55e66;
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }

    70% {
        box-shadow: 0 0 0 6px #22c55e00;
        opacity: 1;
    }

    to {
        box-shadow: 0 0 #22c55e00;
        opacity: 1;
    }
}

nav .right {
    align-items: center;
    gap: 24px;
    display: flex
}

.nav-link {
    color: #a1a1aa;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s
}

.nav-link:hover {
    color: #fff
}

@media (width<=800px) {
    nav {
        padding: 0 20px
    }

    nav .right {
        gap: 14px
    }

    .nav-link {
        font-size: 12px
    }
}

.hero {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding: 24px 0 24px;
    display: flex;
    position: relative;
    overflow: hidden
}

.hero-container {
    z-index: 1;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 725px;
    display: flex
}

.hero-hbg {
    border-radius: 24px;
    width: 100%;
    display: flex;
}

.hero-hbg-content {
    flex: 1;
    border-radius: 24px;
    padding: 40px;
    display: flex;
}

.profile-card-wrapper {
    border-radius: 12px;
    width: 100%
}

.profile-card {
    background: var(--card-bg);
    box-sizing: border-box;
    border-radius: 12px;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px 24px;
    display: flex;
    position: relative
}

.profile-image-container.new-shape {
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    flex-shrink: 0;
    width: 92px;
    height: 92px;
    overflow: hidden
}

.profile-image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.profile-info-stack {
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    gap: 8px;
    padding-top: 0;
    display: flex
}

.profile-name {
    font-family: var(--font-sans);
    color: #fff;
    letter-spacing: -.02em;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    display: inline-flex
}

.name-wrapper {
    position: relative;
    display: inline-grid;
}

.name-en,
.name-mr {
    grid-area: 1/1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.name-mr {
    opacity: 0;
    transform: translateY(10px);
}

.profile-name:hover .name-en {
    opacity: 0;
    transform: translateY(-10px);
}

.profile-name:hover .name-mr {
    opacity: 1;
    transform: translateY(0);
}

.verified-badge {
    align-self: center;
    width: 18px;
    height: 18px;
    display: inline-block
}

.bio-text {
    flex-direction: column;
    width: 100%;
    display: flex
}

.bio-text p {
    color: #a1a1aa;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.profile-email {
    color: #60a5fa;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: 500;
    display: flex
}

.header-twitter-icon {
    color: #fafafa;
    background: #ffffff14;
    border-radius: 6px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-top: 4px;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
    display: flex
}

.header-twitter-icon:hover {
    color: #fff;
    background: #ffffff1f
}

@media (width<=800px) {
    .hero {
        padding: 12px 0 0
    }

    .profile-card {
        grid-template-columns: 80px 1fr auto;
        gap: 0;
        display: grid
    }

    .profile-image-container.new-shape {
        grid-area: 1/1/3;
        align-self: center;
        width: 80px;
        height: 80px
    }

    .profile-info-stack {
        display: contents
    }

    .profile-name {
        grid-area: 1/2;
        align-self: end;
        padding-left: 16px;
        font-size: 22px
    }

    .header-twitter-icon {
        width: 32px;
        height: 32px;
        margin-top: 0;
        font-size: 14px;
        position: absolute;
        top: 16px;
        right: 16px
    }

    .profile-email {
        grid-area: 2/2/auto/-1;
        align-self: start;
        margin-top: 8px;
        padding-left: 16px
    }

    .bio-text {
        grid-area: 3/1/auto/-1;
        margin-top: 16px
    }
    .hero-hbg-content {
        padding: 24px 16px;
    }
}

.hbg-container {
    background: var(--border-color);
    isolation: isolate;
    padding: 1px;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    overflow: hidden
}

.hbg-content {
    z-index: 2;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    position: relative
}

.hbg-content:before {
    content: "";
    z-index: -1;
    border-radius: inherit;
    background-color: var(--background);
    position: absolute;
    inset: 0
}

.hbg-bg {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background: conic-gradient(#0000 0%, #ffffff1a 20%, #fff6 50%, #ffffff1a 80%, #0000 100%);
    width: 300%;
    height: 300%;
    transition: opacity .3s;
    animation: 4s linear infinite hbg-spin;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hbg-container:hover {
    background: 0 0
}

.hbg-container:hover .hbg-bg {
    opacity: 1
}

@keyframes hbg-spin {
    0% {
        transform: translate(-50%, -50%)rotate(0)
    }

    to {
        transform: translate(-50%, -50%)rotate(360deg)
    }
}

.github-activity-section {
    color: #fff;
    justify-content: center;
    padding: 8px 0 32px;
    display: flex
}

.github-calendar-wrapper {
    box-sizing: border-box;
    background: 0 0;
    border-radius: 0;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 725px;
    padding: 0;
    display: flex;
    overflow: hidden
}

.github-calendar-heading {
    font-family: var(--font-sans);
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.github-calendar-wrapper article {
    overflow: hidden !important
}

.github-calendar-wrapper ::-webkit-scrollbar {
    display: none
}

.github-calendar-wrapper a {
    color: #a1a1aa
}

.github-calendar-wrapper a:hover {
    text-decoration: underline
}

@media (width<=800px) {
    .github-activity-section {
        padding: 28px 0 0;
        overflow-x: hidden
    }

    .github-calendar-wrapper {
        max-width: 100%;
        padding: 0
    }
}

.experience-section {
    padding: 0 0 20px
}

.experience-wrap {
    width: 100%;
    padding: 0
}

.experience-list {
    flex-direction: column;
    margin-left: 0;
    display: flex;
    position: relative
}

.experience-list:before {
    content: "";
    z-index: 0;
    border-left: 2px dashed #ffffff1a;
    width: 1px;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 19px
}

.experience-item {
    gap: 20px;
    margin-bottom: 40px;
    display: flex;
    position: relative
}

.experience-icon-container {
    z-index: 1;
    background-color: #111;
    border: 1px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-top: 2px;
    display: flex
}

.experience-icon {
    color: #3b82f6;
    font-size: 14px
}

.experience-content {
    flex-direction: column;
    flex: 1;
    display: flex
}

.experience-header {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6px;
    display: flex
}

.experience-role {
    font-family: var(--font-sans);
    color: #fff;
    margin: 0 0 2px;
    font-size: 17px;
    font-weight: 500
}

.experience-company {
    font-family: var(--font-sans);
    color: #a1a1aa;
    margin: 0;
    font-size: 14.5px;
    font-weight: 400
}

.experience-meta {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    display: flex
}

.experience-badge {
    color: #8b7322;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 11px;
    font-weight: 600
}

.experience-period {
    color: #71717a;
    background: #ffffff0d;
    border-radius: 12px;
    padding: 2px 8px;
    font-size: 12px
}

.experience-description {
    color: #8b8f98;
    margin: 0;
    padding-right: 20px;
    font-size: 13.5px;
    line-height: 1.6
}

@media (width<=800px) {
    .experience-section {
        padding: 28px 0 0
    }
}

.projects {
    justify-content: center;
    padding: 0 0 48px;
    display: flex
}

@media (width<=800px) {
    .projects {
        padding: 28px 0 0
    }
}

.projects-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 725px;
    padding: 0
}

.projects-heading {
    font-family: var(--font-sans);
    color: #fff;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600
}

.projects-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    display: grid
}

.project-card-wrapper {
    border-radius: 12px;
    height: 100%
}

.project-card {
    background: 0 0;
    border-radius: 12px;
    flex-direction: column;
    height: 100%;
    padding: 20px 24px;
    transition: all .2s;
    display: flex
}

.card-top {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    display: flex
}

.card-title {
    width: 100%;
    font-family: var(--font-sans);
    color: #fff;
    justify-content: space-between;
    align-items: start;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    display: flex
}

.card-links {
    align-items: center;
    gap: 12px;
    display: flex
}

.card-icon-link {
    color: #a1a1aa;
    font-size: 22px;
    transition: color .2s
}

.card-icon-link:hover {
    color: #fff
}

.card-description {
    font-family: var(--font-sans);
    color: #a1a1aa;
    flex-grow: 1;
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.5
}

.card-tags {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    display: flex
}

.card-tag {
    font-family: var(--font-sans);
    color: #a1a1aa;
    background: #ffffff05;
    border: 1px solid #ffffff26;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400
}

@media (width<=768px) {
    .projects-list {
        grid-template-columns: 1fr
    }

    .projects {
        padding: 28px 0 0
    }
}

.skills-section {
    justify-content: center;
    padding: 0 0 48px;
    display: flex
}

@media (width<=800px) {
    .skills-section {
        padding: 30px 0
    }
}

.skills-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 725px;
    padding: 0
}

.skills-heading {
    font-family: var(--font-sans);
    color: #fff;
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600
}

.tags {
    flex-wrap: wrap;
    gap: 8px;
    display: flex
}

.tag {
    color: #a1a1aa;
    height: 28px;
    font-family: var(--font-sans);
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    box-sizing: border-box;
    background: #ffffff05;
    border: 1px solid #ffffff14;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 11px;
    padding: 0 12px;
    text-decoration: none;
    transition: all .15s;
    display: inline-flex
}

.tag-icon {
    color: #71717a;
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    transition: color .15s
}

.tag-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.tag:hover {
    color: #fff;
    background: #ffffff0f;
    border-color: #ffffff26
}

.tag:hover .tag-icon {
    color: #fff
}

.site-footer {
    justify-content: center;
    padding: 24px 0 0;
    display: flex
}

.footer-wrap {
    flex-direction: column;
    width: 100%;
    max-width: 725px;
    padding: 0;
    display: flex
}

.footer-heading {
    font-family: var(--font-sans);
    color: #fff;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600
}

.footer-text {
    font-family: var(--font-sans);
    color: #e4e4e7;
    max-width: 650px;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6
}

.footer-buttons {
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    display: flex
}

.footer-btn {
    color: #a1a1aa;
    cursor: pointer;
    background-color: #18181b;
    border: 1px solid #27272a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-decoration: none;
    transition: all .2s;
    display: flex
}

.footer-btn:hover {
    color: #fff;
    background-color: #27272a;
    border-color: #3f3f46;
    transform: translateY(-1px)
}

.btn-icon {
    width: 40px;
    font-size: 16.5px;
    position: relative;
}

/* Tooltip styles */
.footer-btn[data-label]::after {
    content: attr(data-label);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.footer-btn[data-label]::before {
    content: '';
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.footer-btn:hover::after,
.footer-btn:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}


.btn-text {
    color: #e4e4e7;
    padding: 0 16px;
    font-size: 14.5px;
    font-weight: 500
}

.footer-divider {
    background-color: #27272a;
    width: 100%;
    height: 1px;
    margin-bottom: 0
}

.footer-gif-container {
    border-radius: 0;
    width: 100%;
    max-width: 725px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.footer-gif {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block
}

.footer-terminal.glass-overlay {
    z-index: 3;
    font-family: var(--font-mono);
    -webkit-backdrop-filter: blur(14px);
    white-space: normal;
    background: #00000073;
    border: 1px solid #ffffff14;
    border-radius: 10px;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    font-size: clamp(10px, 2.5vw, 13px);
    display: flex;
    max-width: 90%;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 24px #0000004d
}

.terminal-arrow {
    color: #10b981;
    font-weight: 800
}

.terminal-tilde {
    color: #a1a1aa
}

.terminal-command {
    color: #fff
}

.terminal-cursor {
    color: #71717a;
    animation: 1s step-end infinite blink
}

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

@media (width<=800px) {
    .site-footer {
        padding: 32px 0 0
    }

    .footer-wrap {
        padding: 0 20px
    }

    .footer-buttons {
        gap: 8px
    }

    .btn-icon {
        width: 36px;
        height: 36px;
        font-size: 14.5px
    }

    .btn-text {
        white-space: nowrap;
        height: 36px;
        padding: 0 12px;
        font-size: 13px
    }

    .footer-gif-container {
        width: calc(100% + 40px);
        max-width: none;
        height: 140px;
        margin-left: -20px;
        margin-right: -20px
    }

    .footer-terminal.glass-overlay {
        -webkit-backdrop-filter: blur(10px);
        border-radius: 6px;
        gap: 4px;
        padding: 6px 12px;
        font-size: 10px;
        max-width: 95%;
        width: 95%;
        text-align: center;
        justify-content: center;
    }

    /* Hide projects 4, 5, 6 on mobile by default */
    .projects-list .project-card-wrapper:nth-child(n+4) {
        display: none !important;
    }

    /* Show them when expanded */
    .projects-list.expanded .project-card-wrapper:nth-child(n+4) {
        display: flex !important;
    }

    .show-more-container {
        display: flex !important;
    }
}

.dot-pattern-container {
    z-index: -1;
    pointer-events: none;
    background-color: var(--background);
    position: fixed;
    inset: 0
}

.dot-pattern-bg {
    background-image: radial-gradient(#ffffff26 1px, #0000 1px);
    background-size: 24px 24px;
    position: absolute;
    inset: 0;
    -webkit-mask-image: radial-gradient(circle, #0000 0%, #000 70%);
    mask-image: radial-gradient(circle, #0000 0%, #000 70%)
}

/* ── Additions ───────────────────────────────────────── */
.nav-link:hover,
.nav-link.active {
    color: #fff
}

.project-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #71717a;
    margin-bottom: 8px
}

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

@media (width <=768px) {
    .projects-list {
        grid-template-columns: 1fr
    }

    .footer-buttons {
        flex-wrap: wrap
    }
}

/* ── GitHub Stats widgets ─────────────────────────────── */
.gh-stats-row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.gh-stat-card {
    flex: 1 1 280px;
    min-width: 0;
    max-width: 100%;
    border-radius: 12px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    display: block;
    height: auto;
}

.gh-heatmap-wrap {
    width: 100%;
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 12px;
    padding: 20px 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.gh-heatmap-img {
    width: 100%;
    height: auto;
    display: block;
    /* invert so it blends with dark bg */
    filter: invert(1) hue-rotate(180deg) brightness(0.85);
}

.music-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    backdrop-filter: blur(4px);
}

.music-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1.1);
}

.spotify-card {
    position: absolute;
    top: 15px;
    left: 55px;
    z-index: 10;
    width: 220px;
    background: #18181b;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    animation: slideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.spotify-card-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.spotify-art {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
}

.spotify-info {
    flex: 1;
    overflow: hidden;
}

.spotify-track {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotify-artist {
    color: #a1a1aa;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spotify-bars {
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 12px;
}

.bar {
    width: 2px;
    background: #1db954;
    height: 100%;
    animation: sound 0.5s infinite alternate;
}

.bar:nth-child(2) {
    animation-delay: 0.2s;
}

.bar:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes sound {
    0% {
        height: 3px;
    }

    100% {
        height: 12px;
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

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

/* Shift terminal when music is active */

.footer-gif-container.music-active .footer-terminal {
    top: 80%;
    transform: translate(-50%, -50%);
}





/* Hide live calendar loading text when it fails */
.calendar:empty,
.calendar:has(p) {
    display: none;
}