    :root {
        /* Sizes */
        --rhythm: 1.6;
        --spacing: calc(var(--rhythm) * 1rem);
        --max-content-width: 90rem;
        --min-tap-size: 48px;

        /* Colors */
        --color-purple: oklch(66% 0.2 306);
        --color-lavender: oklch(70% 0.15 306);
        --color-pink: oklch(70% 0.15 348);
        --color-yellow: oklch(85% 0.1 108);
        --color-cyan: oklch(85% 0.1 190);
        --color-cyan-light: oklch(88% 0.03 190);

        --color-background: oklch(16% 0.011 248);
        --color-text: oklch(75% 0.018 248);
        --color-text-bright: #fff;

        background-color: var(--color-background);
        color-scheme: dark;
        overflow-x: clip;
    }

    *,
    *::before,
    *::after {
        background-repeat: no-repeat;
        box-sizing: border-box;
    }

    ::-webkit-scrollbar {
        width: 8px;
    }

    ::-webkit-scrollbar-track {
        background: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #2d2d2d;
        border-radius: 20px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    @font-face {
        font-family: 'Zalando';
        src: url(/assets/Zalando.ttf) format('truetype');
        font-weight: 400;
    }

    html,
    body {
        font-family: "Zalando", sans-serif;
        background-color: #0d1117;
        color: #c9d1d9;
    }

    .hero-section {
        position: relative;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background: #0d1117;
    }

    .hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 50% 50%, rgba(40, 46, 56, 0.5), rgb(0 0 0 / 50%));
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
    }

    .geometric-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .geometric-bg canvas {
        width: 100%;
        height: 100%;
    }

    .section {
        padding: 8rem 2rem;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.6s ease-out;
        scroll-behavior: smooth;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;

    }

    .fixbg {
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    .section.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .navbar {
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 100%;
        z-index: 50;
        transition: all 0.3s ease;
    }

    .button {
        padding: 12px !important;
    }

    .glass-filter {
        box-sizing: border-box;
        z-index: 0;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        background: rgb(133 133 133 / 8%);
        border-radius: 0 0 1em 1em;
        text-align: center;
        position: relative;
        margin-top: 0px;
        padding: 0rem 1rem;
        color: #fff;
        box-shadow: 0px 0px 0px 2px rgb(59 130 246 / 15%);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .glass-filter2 {
        box-sizing: border-box;
        z-index: 0;
        width: 100%;
        margin: 0 auto;
        background: rgb(26 26 26 / 60%);
        border-radius: 2em;
        text-align: center;
        position: relative;
        margin-top: 0px;
        color: #fff;
        box-shadow: 0px 0px 0px 3px rgb(246 246 246 / 7%);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .glass-filter2::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 110%;
        height: 125%;
        backdrop-filter: blur(1px);
        filter: url(#lensFilter) saturate(300%) brightness(1.5) blur(3px);
        z-index: -1;
    }

    .glass-filter:hover {
        box-sizing: border-box;
        z-index: 0;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        background: rgb(133 133 133 / 8%);
        border-radius: 1.5em;
        text-align: center;
        position: relative;
        margin-top: 12px;
        padding: 0rem 1rem;
        color: #fff;
        box-shadow: 0px 0px 0px 2px rgb(59 130 246 / 15%);
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .glass-filter::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 110%;
        height: 125%;
        backdrop-filter: blur(5px);
        filter: url(#lensFilter) saturate(200%) brightness(1.25) blur(3px);
        z-index: -1;
    }

    .navbar .menu-items {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }

    .navbar .menu-items li a {
        color: #fff;
        margin: 0.5rem 1rem;
        font-size: 15px;
        transition: all 0.3s ease;
        text-shadow: 1px 0px 10px #000;
        font-size: 1rem;
    }

    .navbar .menu-items li a:hover {
        color: #fff;
        transition: all 0.3s ease;
        text-shadow: 1px 10px 10px #fff;
    }

    .hamburger {
        display: none !important;
        cursor: pointer;
        padding: 0.5rem;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .hamburger div {
        width: 20px;
        height: 2px;
        background: #c9d1d9;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .hamburger.active .bar1 {
        transform: rotate(-45deg) translate(-4px, 5px);
    }

    .hamburger.active .bar2 {
        opacity: 0;
    }

    .hamburger.active .bar3 {
        transform: rotate(45deg) translate(-4px, -5px);
    }

    .skill-card,
    .blog-card,
    .link-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .skill-card:hover,
    .blog-card:hover,
    .link-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0d1117;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .loader.hidden {
        opacity: 0;
        pointer-events: none;
    }

    .loader-spinner {
        width: 50px;
        height: 50px;
        border: 5px solid #30363d;
        border-top: 5px solid #c9d1d9;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    .specsec {
        padding: 4em 0px 4em 0;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        background-attachment: fixed !important;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @media (max-width: 768px) {
        .navbar .menu-items {
            display: none;
            flex-direction: column;
            position: fixed;
            top: 60px;
            right: 20px;
            width: 200px;
            background: rgba(13, 17, 23, 0.9);
            backdrop-filter: blur(5px);
            border-radius: 10px;
            padding: 1rem;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        }

        .navbar .menu-items.active {
            display: flex;
        }

        .hamburger {
            display: flex !important;
        }

        .glass-filter {
            max-width: 80%;
            padding: 1rem;
        }
    }

    .noise {
        z-index: 100;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: .08;
    }

    .imgdig {
        margin: 0 auto;
        padding: 0;
    }

    .imgdig img {
        border-radius: 20px;
        margin: 0 auto;
        padding: 10px;
    }

    .textblog {
        font-size: 15px;
        color: #838383;
        padding-bottom: 10px;
        word-wrap: break-word;
    }

    hr {
        border: 5px solid #112545;
    }

    .logotext {
        text-shadow: 0px 0px 2px rgb(0 0 0);
    }