#particles,
.bg-gradient {
    height: 100%;
    position: fixed
}

.logo-text,
body {
    color: var(--text)
}

#particles,
.bg-gradient,
.header,
.mobile-menu {
    top: 0;
    left: 0;
    width: 100%
}

.activity-card,
.activity-text,
.mobile-nav-links,
.section-title {
    text-align: center
}

.footer-brand,
a {
    text-decoration: none
}

.activity-label,
.footer-section-title,
.stat-label {
    text-transform: uppercase
}

:root {
    --primary: #7C3AED;
    --primary-light: #A78BFA;
    --primary-dark: #5B21B6;
    --primary-glow: rgba(124, 58, 237, 0.5);
    --accent: #8B5CF6;
    --accent-secondary: #C084FC;
    --bg-dark: #0A0A0F;
    --bg-darker: #050507;
    --surface: #1A1A2E;
    --surface-light: #252540;
    --surface-hover: #2D2D4A;
    --text: #FFFFFF;
    --text-secondary: #C4B5FD;
    --text-muted: #8B8BA3;
    --gradient-1: linear-gradient(135deg, #7C3AED 0%, #5B21B6 100%);
    --gradient-2: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%);
    --gradient-3: linear-gradient(180deg, rgba(124, 58, 237, 0.2) 0%, transparent 100%);
    --glass-bg: rgba(26, 26, 46, 0.7);
    --glass-border: rgba(139, 92, 246, 0.2);
    --glass-blur: 20px;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 30px rgba(124, 58, 237, 0.3);
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --space-xs: 0.25rem;
    --space-sm: 0.5rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --radius-full: 9999px;
    --transition-fast: 0.15s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    --container-max: 1200px;
    --container-padding: 1.5rem
}

.glass-card,
.header {
    transition: all var(--transition-base)
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: var(--font-primary);
    background-color: var(--bg-dark);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    color: inherit
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: 0 0
}

ol,
ul {
    list-style: none
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--container-padding)
}

.section {
    padding: var(--space-3xl) 0
}

.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-lg)
}

.about-detail-card:hover,
.glass-card:hover {
    border-color: rgba(139, 92, 246, .4);
    box-shadow: var(--shadow-glow)
}

.bg-gradient {
    background: radial-gradient(ellipse at 20% 20%, rgba(124, 58, 237, .15) 0, transparent 50%), radial-gradient(ellipse at 80% 80%, rgba(139, 92, 246, .1) 0, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(91, 33, 182, .08) 0, transparent 70%), var(--bg-dark);
    z-index: -2
}

#particles {
    z-index: -1;
    pointer-events: none
}

.header {
    position: fixed;
    z-index: 1000;
    padding: 20px 0;
    background: 0 0
}

.logo-text,
.nav-link {
    transition: color var(--transition-fast)
}

.header.scrolled {
    padding: 12px 0;
    background: rgba(10, 10, 15, .95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(139, 92, 246, .1)
}

.footer-bottom-content,
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -.03em
}

.footer-brand:hover .footer-logo-text,
.footer-social:hover svg,
.logo:hover .logo-text,
.mobile-nav-link:hover,
.social-btn:hover svg {
    color: var(--primary-light)
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px
}

.activity-detail:empty,
.activity-img:not([src]),
.activity-img[src=""],
.nav-toggle,
.project-card.hidden {
    display: none
}

.nav-link {
    font-weight: 500;
    font-size: .95rem;
    color: var(--text-muted);
    position: relative
}

.mobile-menu,
.nav-toggle span {
    transition: all var(--transition-base)
}

.nav-link:hover,
.project-link:hover svg {
    color: var(--text)
}

.nav-toggle {
    flex-direction: column;
    gap: 6px;
    padding: 8px
}

.nav-toggle span {
    width: 22px;
    height: 2px;
    background: var(--text);
    border-radius: 2px
}

.mobile-menu {
    position: fixed;
    height: 100vh;
    background: rgba(10, 10, 15, .98);
    backdrop-filter: blur(20px);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden
}

.avatar-glow,
.avatar-ring {
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile-nav-link,
.social-btn svg {
    transition: color var(--transition-fast)
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible
}

.mobile-nav-link {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    padding: var(--space-lg);
    color: var(--text-muted)
}

.custom-status-bubble,
.social-btn {
    transition: all var(--transition-base)
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 100px;
    position: relative
}

.hero-content {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3xl);
    padding: var(--space-2xl) 0
}

.hero-avatar-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

.hero-avatar-wrapper {
    position: relative;
    flex-shrink: 0
}

.custom-status-bubble {
    position: relative;
    margin-bottom: var(--space-xl);
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(26, 26, 46, .9) 0, rgba(37, 37, 64, .85) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: var(--radius-lg);
    max-width: 240px;
    text-align: center;
    border: 1px solid rgba(139, 92, 246, .35);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .3), 0 0 20px rgba(124, 58, 237, .15), inset 0 1px 0 rgba(255, 255, 255, .05);
    animation: .5s ease-out bubbleFloat, 4s ease-in-out infinite subtlePulse
}

.custom-status-bubble::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(37, 37, 64, .85);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .2))
}

.custom-status-bubble::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(139, 92, 246, .35);
    z-index: -1
}

.bubble-text {
    font-size: .9rem;
    font-weight: 500;
    color: var(--text);
    line-height: 1.5;
    text-shadow: 0 2px 10px rgba(124, 58, 237, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px
}

.custom-status-bubble:hover {
    transform: translateY(-4px) scale(1.02);
    border-color: var(--primary);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .4), 0 0 30px rgba(124, 58, 237, .25), inset 0 1px 0 rgba(255, 255, 255, .1)
}

.back-to-top:hover,
.filter-btn.active,
.footer-social:hover,
.load-more-btn:hover,
.social-btn:hover {
    box-shadow: var(--shadow-glow)
}

@keyframes bubbleFloat {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes subtlePulse {

    0%,
    100% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, .3), 0 0 20px rgba(124, 58, 237, .15), inset 0 1px 0 rgba(255, 255, 255, .05)
    }

    50% {
        box-shadow: 0 8px 32px rgba(0, 0, 0, .3), 0 0 25px rgba(124, 58, 237, .25), inset 0 1px 0 rgba(255, 255, 255, .05)
    }
}

.avatar-glow {
    position: absolute;
    left: 50%;
    width: 220px;
    height: 220px;
    background: var(--primary);
    border-radius: 50%;
    filter: blur(60px);
    opacity: .4;
    animation: 3s ease-in-out infinite pulse-glow
}

.avatar-ring {
    position: absolute;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(var(--surface), var(--surface)) padding-box, var(--gradient-1) border-box;
    animation: 8s linear infinite rotate-ring
}

@keyframes rotate-ring {
    from {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: .4;
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: .6;
        transform: translate(-50%, -50%) scale(1.1)
    }
}

.hero-avatar {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    border: 4px solid var(--surface);
    box-shadow: var(--shadow-lg)
}

.status-indicator {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 3
}

.status-dot {
    display: block;
    width: 24px;
    height: 24px;
    background: #22c55e;
    border-radius: 50%;
    border: 4px solid var(--surface)
}

.about-intro-content h3 .highlight,
.hero-name {
    background: var(--gradient-2);
    -webkit-text-fill-color: transparent
}

.status-dot.idle {
    background: #f59e0b
}

.status-dot.dnd {
    background: #ef4444
}

.status-dot.offline {
    background: #6b7280
}

.hero-info {
    flex: 1
}

.hero-name {
    font-size: 3.5rem;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: var(--space-sm);
    line-height: 1.2
}

.hero-activity,
.hero-title {
    margin-bottom: var(--space-lg)
}

.hero-title {
    font-size: 1.25rem;
    color: var(--text-secondary);
    min-height: 1.5em
}

.typing-cursor {
    color: var(--primary);
    animation: 1s step-end infinite blink
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.hero-activity {
    display: inline-flex;
    align-items: center;
    gap: var(--space-sm);
    padding: var(--space-sm) var(--space-md);
    background: var(--surface);
    border-radius: var(--radius-full);
    border: 1px solid var(--glass-border)
}

.activity-img,
.social-btn {
    border-radius: var(--radius-md)
}

.activity-icon {
    width: 20px;
    height: 20px;
    color: var(--primary-light)
}

.activity-icon svg {
    width: 100%;
    height: 100%
}

.activity-card {
    margin-top: var(--space-lg);
    padding: var(--space-lg);
    width: 220px
}

.activity-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-muted);
    margin-bottom: var(--space-md)
}

.activity-type-icon {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
    flex-shrink: 0;
    vertical-align: middle;
    display: inline-block
}

.activity-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md)
}

.activity-img {
    width: 64px;
    height: 64px;
    max-width: 64px;
    max-height: 64px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm)
}

.activity-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%
}

.activity-name {
    font-size: .9rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3
}

.activity-detail,
.hero-bio,
.scroll-indicator,
.social-btn svg {
    color: var(--text-muted)
}

.activity-detail {
    font-size: .75rem;
    line-height: 1.4
}

.activity-card.spotify {
    border-color: rgba(29, 185, 84, .4)
}

.activity-card.spotify:hover {
    border-color: rgba(29, 185, 84, .6);
    box-shadow: 0 0 25px rgba(29, 185, 84, .15)
}

.activity-card.spotify .activity-label,
.activity-card.spotify .activity-type-icon {
    color: #1db954
}

.activity-card.playing {
    border-color: rgba(88, 101, 242, .4)
}

.activity-card.playing:hover {
    border-color: rgba(88, 101, 242, .6);
    box-shadow: 0 0 25px rgba(88, 101, 242, .15)
}

.activity-card.playing .activity-label,
.activity-card.playing .activity-type-icon,
.social-btn.discord:hover svg {
    color: #5865f2
}

.uk-time-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: var(--space-sm);
    font-size: 0.85rem;
    color: var(--text-muted);
}

.uk-time-inline svg {
    width: 14px;
    height: 14px;
    color: var(--primary-light);
}

.uk-time-inline #uk-time {
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    color: var(--text-secondary);
}

.uk-time-inline .uk-label {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-muted);
    opacity: 0.7;
}

.hero-bio {
    font-size: 1.1rem;
    max-width: 500px;
    margin-bottom: var(--space-xl);
    line-height: 1.7
}

.hero-socials {
    display: flex;
    gap: var(--space-md)
}

.social-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface);
    border: 1px solid var(--glass-border)
}

.social-btn svg {
    width: 22px;
    height: 22px
}

.social-btn:hover {
    transform: translateY(-4px);
    border-color: var(--primary)
}

.social-btn.discord:hover {
    border-color: #5865f2;
    box-shadow: 0 0 20px rgba(88, 101, 242, .4)
}

.discord-card:hover .contact-icon svg,
.email-card:hover .contact-icon svg,
.github-card:hover .contact-icon svg,
.social-btn.github:hover svg,
.twitter-card:hover .contact-icon svg {
    color: #fff
}

.social-btn.youtube:hover {
    border-color: red;
    box-shadow: 0 0 20px rgba(255, 0, 0, .4)
}

.footer-social.youtube:hover svg,
.social-btn.youtube:hover svg {
    color: red
}

.social-btn.steam:hover {
    border-color: #1b2838;
    box-shadow: 0 0 20px rgba(27, 40, 56, .6)
}

.footer-social.steam:hover svg,
.social-btn.steam:hover svg {
    color: #66c0f4
}

.social-btn.roblox:hover {
    border-color: #e2231a;
    box-shadow: 0 0 20px rgba(226, 35, 26, .4)
}

.footer-social.roblox:hover svg,
.social-btn.roblox:hover svg {
    color: #e2231a
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    font-size: .875rem;
    animation: 2s ease-in-out infinite bounce
}

.load-more-btn svg,
.scroll-arrow svg {
    width: 20px;
    height: 20px
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0)
    }

    50% {
        transform: translateX(-50%) translateY(10px)
    }
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: var(--space-3xl);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-lg)
}

.title-decoration {
    width: 60px;
    height: 2px;
    background: var(--gradient-1);
    border-radius: var(--radius-full)
}

.about-content {
    max-width: 1000px;
    margin: 0 auto
}

.about-grid,
.about-intro-card {
    margin-bottom: var(--space-2xl)
}

.about-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .8s cubic-bezier(.16, 1, .3, 1), transform .8s cubic-bezier(.16, 1, .3, 1);
    transition-delay: var(--delay, 0s)
}

.about-reveal.visible,
.fade-in.visible {
    opacity: 1;
    transform: translateY(0)
}

.about-intro-card {
    display: flex;
    align-items: center;
    gap: var(--space-xl);
    padding: var(--space-xl) var(--space-2xl);
    position: relative;
    overflow: hidden
}

.about-intro-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 92, 246, .1) 0, transparent 60%);
    pointer-events: none
}

.about-intro-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 40px rgba(124, 58, 237, .4);
    animation: 4s ease-in-out infinite float;
    overflow: hidden;
    border: 3px solid var(--primary)
}

.filter-btn,
.footer-social {
    border: 1px solid var(--glass-border)
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-8px)
    }
}

.about-intro-icon .about-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-intro-content h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: var(--space-sm);
    color: var(--text)
}

.about-intro-content h3 .highlight {
    -webkit-background-clip: text;
    background-clip: text
}

.about-intro-content p {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.7
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg)
}

.about-detail-card {
    padding: var(--space-lg) var(--space-xl);
    text-align: left;
    position: relative;
    transition: .4s
}

.about-detail-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top left, rgba(139, 92, 246, .08) 0, transparent 50%);
    opacity: 0;
    transition: opacity .4s;
    pointer-events: none
}

.about-detail-card:hover::before {
    opacity: 1
}

.detail-icon {
    width: 44px;
    height: 44px;
    margin-bottom: var(--space-md);
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-icon svg {
    width: 32px;
    height: 32px;
    color: var(--primary-light);
    transition: .3s
}

.about-detail-card:hover .detail-icon svg {
    color: var(--accent-secondary);
    filter: drop-shadow(0 0 8px rgba(192, 132, 252, .5))
}

.about-detail-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: var(--space-xs)
}

.about-detail-card p,
.filter-btn,
.stat-label {
    color: var(--text-muted)
}

.about-detail-card p {
    font-size: .9rem;
    line-height: 1.6
}

.about-stats-wrapper {
    width: 100%
}

.about-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: var(--space-xl) var(--space-2xl)
}

.about-stats .stat-item {
    flex: 1;
    text-align: center;
    padding: 0 var(--space-xl)
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, transparent, var(--glass-border), transparent)
}

.stat-number {
    display: block;
    font-size: 2.75rem;
    font-weight: 800;
    background: var(--gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--space-xs);
    transition: transform .3s
}

.filter-btn,
.stat-label,
.tag {
    font-weight: 500
}

.filter-btn,
.project-card {
    transition: all var(--transition-base)
}

.stat-item:hover .stat-number {
    transform: scale(1.1)
}

.stat-label {
    font-size: .8rem;
    letter-spacing: 1.5px
}

@media (max-width:900px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: var(--space-md)
    }

    .about-intro-card {
        flex-direction: column;
        text-align: center;
        padding: var(--space-xl)
    }

    .about-intro-icon {
        width: 70px;
        height: 70px
    }

    .about-intro-icon svg {
        width: 35px;
        height: 35px
    }

    .about-stats {
        flex-direction: column;
        gap: var(--space-lg);
        padding: var(--space-xl)
    }

    .stat-divider {
        width: 80px;
        height: 1px;
        background: linear-gradient(to right, transparent, var(--glass-border), transparent)
    }

    .about-stats .stat-item {
        padding: var(--space-sm) 0
    }
}

.project-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-sm);
    margin-bottom: var(--space-2xl)
}

.filter-btn {
    padding: var(--space-sm) var(--space-lg);
    font-size: .9rem;
    background: var(--surface);
    border-radius: var(--radius-full)
}

.filter-btn:hover {
    color: var(--text);
    border-color: var(--primary)
}

.filter-btn.active {
    background: var(--gradient-1);
    color: var(--text);
    border-color: transparent
}

.email-card:hover .contact-icon,
.load-more-btn:hover,
.project-link:hover {
    background: var(--primary)
}

.footer-link:hover,
.tag {
    color: var(--primary-light)
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-2xl)
}

.project-card {
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.contact-card:hover,
.project-card:hover {
    transform: translateY(-8px)
}

.project-image {
    height: 180px;
    background: var(--surface-light);
    position: relative;
    overflow: hidden
}

.project-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--surface-light) 0, var(--surface) 100%)
}

.project-placeholder svg {
    width: 48px;
    height: 48px;
    color: var(--primary);
    opacity: .5
}

.project-content {
    padding: var(--space-lg);
    flex: 1;
    display: flex;
    flex-direction: column
}

.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-xs);
    margin-bottom: var(--space-md)
}

.tag {
    font-size: .75rem;
    padding: 4px 10px;
    background: rgba(139, 92, 246, .15);
    border-radius: var(--radius-full);
    border: 1px solid rgba(139, 92, 246, .2)
}

.project-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: var(--space-sm);
    color: var(--text)
}

.project-description {
    font-size: .9rem;
    color: var(--text-muted);
    flex: 1;
    line-height: 1.6
}

.project-footer,
.project-link {
    align-items: center;
    display: flex
}

.project-footer {
    justify-content: space-between;
    margin-top: var(--space-md);
    padding-top: var(--space-md);
    border-top: 1px solid var(--glass-border)
}

.contact-handle,
.project-year {
    font-size: .875rem;
    color: var(--text-muted)
}

.project-links {
    display: flex;
    gap: var(--space-sm)
}

.project-link {
    width: 36px;
    height: 36px;
    justify-content: center;
    background: var(--surface-light);
    border-radius: var(--radius-sm);
    transition: all var(--transition-fast)
}

.contact-card,
.contact-icon,
.load-more-btn {
    transition: all var(--transition-base)
}

.project-link svg {
    width: 18px;
    height: 18px;
    color: var(--text-muted)
}

.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    margin: 0 auto;
    padding: var(--space-md) var(--space-2xl);
    font-size: 1rem;
    font-weight: 500;
    color: var(--text);
    background: 0 0;
    border: 2px solid var(--primary);
    border-radius: var(--radius-full)
}

.contact-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto
}

.contact-intro {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: var(--space-2xl)
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--space-lg)
}

.contact-card {
    padding: var(--space-xl);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm)
}

.contact-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--surface-light);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-sm)
}

.contact-icon svg,
.footer-logo-text {
    transition: color var(--transition-fast)
}

.contact-icon svg {
    width: 28px;
    height: 28px;
    color: var(--text-muted)
}

.contact-label {
    font-weight: 600;
    color: var(--text)
}

.discord-card:hover .contact-icon {
    background: #5865f2
}

.github-card:hover .contact-icon {
    background: #333
}

.twitter-card:hover .contact-icon {
    background: #1da1f2
}

.footer {
    position: relative;
    padding: var(--space-2xl) 0 var(--space-lg);
    background: linear-gradient(180deg, var(--bg-darker) 0, rgba(5, 5, 7, .98) 100%);
    overflow: hidden
}

.footer-glow-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0, var(--primary) 20%, var(--accent) 50%, var(--primary) 80%, transparent 100%);
    animation: 3s ease-in-out infinite glow-pulse
}

@keyframes glow-pulse {

    0%,
    100% {
        opacity: .6
    }

    50% {
        opacity: 1
    }
}

.footer-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    opacity: .2
}

.footer-orb-1 {
    width: 200px;
    height: 200px;
    background: var(--primary);
    bottom: -100px;
    left: -80px;
    animation: 8s ease-in-out infinite float-orb
}

.footer-orb-2 {
    width: 150px;
    height: 150px;
    background: var(--accent);
    top: -60px;
    right: -40px;
    animation: 6s ease-in-out infinite reverse float-orb
}

@keyframes float-orb {

    0%,
    100% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(15px, -15px)
    }
}

.footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: var(--space-xl);
    margin-bottom: var(--space-lg);
    position: relative;
    z-index: 1
}

.footer-brand-section {
    max-width: 280px
}

.footer-brand {
    display: inline-block;
    margin-bottom: var(--space-sm)
}

.footer-logo-text {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: -.03em;
    color: var(--text)
}

.footer-description {
    font-size: .8rem;
    color: var(--text-muted);
    line-height: 1.5
}

.footer-connect-section,
.footer-links-section {
    padding-top: 0
}

.footer-section-title {
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--text-secondary);
    margin-bottom: var(--space-md);
    position: relative;
    display: inline-block
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20px;
    height: 2px;
    background: var(--gradient-1);
    border-radius: var(--radius-full)
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.footer-link,
.footer-social {
    align-items: center;
    transition: all var(--transition-base);
    display: flex
}

.footer-link {
    gap: var(--space-xs);
    padding: 6px 0;
    color: var(--text-muted);
    font-size: .85rem
}

.footer-link-icon {
    width: 14px;
    height: 14px;
    opacity: .5;
    transition: all var(--transition-base)
}

.back-to-top,
.footer-social {
    width: 36px;
    height: 36px;
    backdrop-filter: blur(var(--glass-blur))
}

.footer-link:hover {
    transform: translateX(3px)
}

.footer-link:hover .footer-link-icon {
    opacity: 1;
    color: var(--primary-light)
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.footer-social {
    position: relative;
    justify-content: center;
    background: var(--glass-bg);
    border-radius: var(--radius-sm)
}

.footer-social svg {
    width: 16px;
    height: 16px;
    color: var(--text-muted);
    transition: all var(--transition-base)
}

.footer-social:hover {
    transform: translateY(-3px);
    border-color: var(--primary)
}

.social-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) scale(.8);
    padding: 4px 10px;
    background: var(--surface);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-sm);
    font-size: .7rem;
    font-weight: 500;
    color: var(--text);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    pointer-events: none
}

.social-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid transparent;
    border-top-color: var(--surface)
}

.footer-social:hover .social-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1)
}

.footer-social.youtube:hover {
    border-color: red;
    box-shadow: 0 0 15px rgba(255, 0, 0, .25)
}

.footer-social.steam:hover {
    border-color: #66c0f4;
    box-shadow: 0 0 15px rgba(102, 192, 244, .25)
}

.footer-social.github:hover {
    border-color: #f0f6fc;
    box-shadow: 0 0 15px rgba(240, 246, 252, .15)
}

.footer-social.github:hover svg {
    color: #f0f6fc
}

.footer-social.roblox:hover {
    border-color: #e2231a;
    box-shadow: 0 0 15px rgba(226, 35, 26, .25)
}

.footer-bottom {
    position: relative;
    z-index: 1
}

.footer-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-md)
}

.footer-divider::after,
.footer-divider::before {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--glass-border), transparent)
}

.divider-star {
    padding: 0 var(--space-md);
    color: var(--primary-light);
    font-size: .75rem;
    animation: 2s ease-in-out infinite twinkle
}

@keyframes twinkle {

    0%,
    100% {
        opacity: .5;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }
}

.footer-copyright {
    font-size: .8rem;
    color: var(--text-muted)
}

.heart {
    color: #ef4444;
    display: inline-block;
    animation: 1.5s ease-in-out infinite heartbeat
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.15)
    }
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: var(--radius-full);
    color: var(--text-muted);
    cursor: pointer;
    transition: all var(--transition-base)
}

.back-to-top svg {
    width: 16px;
    height: 16px;
    transition: transform var(--transition-base)
}

.back-to-top:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--text)
}

.back-to-top:hover svg {
    transform: translateY(-2px)
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .6s, transform .6s
}

@media (max-width:1024px) {

    .hero-bio,
    .hero-content {
        text-align: center
    }

    .hero-content {
        flex-direction: column;
        align-items: center
    }

    .hero-avatar-section {
        order: -1;
        margin-bottom: var(--space-xl)
    }

    .hero-info {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .hero-socials {
        justify-content: center
    }

    .hero-name {
        font-size: 3rem
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr)
    }

    .custom-status-bubble {
        max-width: 250px
    }

    .discord-activity-card {
        max-width: 280px
    }
}

@media (max-width:768px) {
    .footer {
        padding: var(--space-xl) 0 var(--space-md)
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
        text-align: center
    }

    .footer-brand-section {
        max-width: 100%;
        order: 1
    }

    .footer-links-section {
        order: 2
    }

    .footer-connect-section {
        order: 3
    }

    .footer-section-title::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .footer-nav {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--space-sm)
    }

    .footer-link {
        padding: 6px 12px
    }

    .footer-link:hover {
        transform: translateY(-2px)
    }

    .footer-socials,
    .hero-socials {
        justify-content: center
    }

    .footer-description {
        max-width: 300px;
        margin: 0 auto
    }

    .footer-orb-1 {
        width: 150px;
        height: 150px;
        bottom: -75px
    }

    .footer-orb-2 {
        width: 100px;
        height: 100px
    }

    .about-stats,
    .projects-grid,
    .skills-grid {
        grid-template-columns: 1fr
    }

    :root {
        --container-padding: 1rem
    }

    .nav-links,
    .scroll-indicator {
        display: none
    }

    .hero-info,
    .nav-toggle {
        display: flex
    }

    .hero {
        padding-top: 80px
    }

    .hero-content {
        flex-direction: column;
        align-items: center;
        gap: var(--space-xl)
    }

    .about-stats,
    .footer-nav {
        gap: var(--space-md)
    }

    .hero-avatar-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .hero-info {
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .hero-name {
        font-size: 2.5rem
    }

    .hero-bio {
        text-align: center;
        max-width: 100%
    }

    .hero-avatar {
        width: 150px;
        height: 150px
    }

    .avatar-glow {
        width: 180px;
        height: 180px
    }

    .avatar-ring {
        width: 165px;
        height: 165px
    }

    .custom-status-bubble {
        max-width: 220px
    }

    .discord-activity-card {
        max-width: 220px;
        text-align: center
    }

    .activity-details {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .activity-info {
        align-items: center
    }

    .section-title,
    .stat-number {
        font-size: 2rem
    }

    .title-decoration {
        width: 40px
    }

    .contact-cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:480px) {
    .footer {
        padding: var(--space-lg) 0 var(--space-md)
    }

    .footer-main {
        gap: var(--space-md)
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: var(--space-md)
    }

    .footer-copyright {
        font-size: .75rem;
        text-align: center
    }

    .back-to-top,
    .footer-social {
        width: 40px;
        height: 40px
    }

    .footer-social svg {
        width: 18px;
        height: 18px
    }

    .footer-orb {
        display: none
    }

    .hero-name {
        font-size: 2rem
    }

    .hero-title {
        font-size: 1rem
    }

    .hero-socials {
        gap: var(--space-sm)
    }

    .social-btn {
        width: 44px;
        height: 44px
    }

    .contact-cards {
        grid-template-columns: 1fr
    }

    .about-card {
        padding: var(--space-lg)
    }

    .project-content {
        padding: var(--space-md)
    }
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: var(--bg-darker)
}

::-webkit-scrollbar-thumb {
    background: var(--surface-light);
    border-radius: var(--radius-full)
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary)
}

::selection {
    background: rgba(124, 58, 237, .3);
    color: var(--text)
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px
}