* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --gjs-t-color-primary: #9058FF;
    --gjs-t-color-secondary: #36E3FF;
    --gjs-t-color-accent: #36E3FF;
    --gjs-t-color-success: #28a745;
    --gjs-t-color-warning: #ffc107;
    --gjs-t-color-error: #dc3545;
    --bg: #0B0A10;
    --primary: #9058FF;
    --accent: #36E3FF;
    --ink: #E8E6FF;
    --card: rgba(255, 255, 255, 0.06);
}

.gjs-t-body {
    background-color: var(--bg);
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gjs-t-h1 {
    color: var(--ink);
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 800;
}

.gjs-t-h2 {
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
}

.gjs-t-button {
    background-color: var(--primary);
    color: white;
    border-radius: 0.5rem;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.gjs-t-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(144, 88, 255, 0.4);
}

.gjs-t-link {
    color: var(--accent);
    text-decoration: none;
    position: relative;
}

.gjs-t-border {
    border-radius: 1rem;
    border-color: rgba(255, 255, 255, 0.1);
}

.glass {
    background: var(--card);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.grain {
    position: relative;
}

.grain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
    pointer-events: none;
}

.animate-fadeInUp {
    animation: fadeInUp 0.8s ease forwards;
}

.letter-reveal {
    display: inline-block;
    opacity: 0;
    animation: letterReveal 0.5s ease forwards;
}

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

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 4px;
}

.chip {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(144, 88, 255, 0.2);
    border: 1px solid rgba(144, 88, 255, 0.3);
    border-radius: 2rem;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.chip:hover {
    background: rgba(144, 88, 255, 0.3);
    transform: scale(1.05);
}

.btn-ghost {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.btn-ghost:hover {
    background: var(--primary);
    color: white;
}

.parallax {
    will-change: transform;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

*,
::before,
::after {
    box-sizing: border-box;
    undefined: undefined;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

html,
:host {
    line-height: 1.5;
    undefined: undefined;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    undefined: undefined;
    line-height: inherit;
}

hr {
    height: 0;
    undefined: undefined;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

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

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    undefined: undefined;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    undefined: undefined;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    undefined: undefined;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    undefined: undefined;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    undefined: undefined;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    undefined: undefined;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    undefined: undefined;
    color: #9ca3af;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    undefined: undefined;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.main-body {
    overflow-x: hidden;
}

.sticky-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 50;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(11, 10, 16, 0.8);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navigation-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.logo-link {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: rgb(255 255 255 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.logo-link:hover {
    color: rgb(192 132 252 / 1);
}

.navigation-links {
    display: flex;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link:hover {
    color: #ffffff;
    background-color: rgba(144, 88, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(144, 88, 255, 0.4), 0 0 20px rgba(54, 227, 255, 0.3);
    border-color: rgba(54, 227, 255, 0.4);
}

.nav-link {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: var(--ink);
    font-weight: 500;
    text-decoration: none;
    border: 1px solid transparent;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
}

.speed-lines-decoration {
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 16rem;
    height: 16rem;
    opacity: 0.1;
}

.petal-decoration {
    position: absolute;
    bottom: 5rem;
    left: 5rem;
    width: 12rem;
    height: 12rem;
    opacity: 0.1;
}

.hero-content {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 10;
}

.hero-headline {
    margin-bottom: 1.5rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    color: rgb(156 163 175 / 1);
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.5s forwards;
}

.hero-cta-container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    opacity: 0;
    animation: fadeInUp 1s ease-out 0.7s forwards;
}

.about-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.about-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(144, 88, 255, 0.1), rgba(54, 227, 255, 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
    align-items: center;
}

.avatar-container {
    display: flex;
    justify-content: center;
}

.avatar-image {
    width: 12rem;
    height: 12rem;
    border-radius: 9999px;
    object-fit: cover;
    box-shadow: 0 0 0 4px rgba(144, 88, 255, 0.3), 0 0 0 8px rgba(54, 227, 255, 0.2);
    transition: transform 0.3s ease;
}

.about-heading {
    margin-bottom: 1rem;
}

.about-bio {
    color: rgb(209 213 219 / 1);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.focus-areas-heading {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: rgb(192 132 252 / 1);
}

.focus-areas-list> :not([hidden])~ :not([hidden]) {
    margin-top: calc(0.5rem * calc(1 - 0));
    margin-bottom: calc(0.5rem * 0);
}

.focus-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.bullet {
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(34 211 238 / 1);
    border-radius: 9999px;
    animation: pulse 2s infinite;
}

.skills-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.skills-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.skills-heading {
    margin-bottom: 3rem;
    text-align: center;
}

.skills-grid {
    display: grid;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    justify-items: center;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(144, 88, 255, 0.05), rgba(54, 227, 255, 0.02));
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.projects-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.projects-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

.projects-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.project-card {
    border-radius: 1rem;
    overflow: hidden;
}

.project-image {
    width: 100%;
    height: 12rem;
    object-fit: cover;
}

.card-content {
    padding: 1.5rem;
}

.project-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.project-description {
    color: rgb(156 163 175 / 1);
    margin-bottom: 1rem;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.tag {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: rgb(88 28 135 / 1);
    border-radius: 9999px;
}

.actions-container {
    display: flex;
    gap: 0.75rem;
}

.live-link {
    color: rgb(34 211 238 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.live-link:hover {
    color: rgb(103 232 249 / 1);
}

.github-link {
    color: rgb(192 132 252 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.github-link:hover {
    color: rgb(216 180 254 / 1);
}

.contact-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact-container {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.contact-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
}

.contact-info {
    border-radius: 1rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.info-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: rgb(192 132 252 / 1);
}

.info-text {
    color: rgb(209 213 219 / 1);
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-direction: column;
}

.github-icon {
    color: rgb(156 163 175 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.github-icon:hover {
    color: rgb(192 132 252 / 1);
}

.github-svg {
    width: 2rem;
    height: 2rem;
}

.itch\.io-icon {
    color: rgb(156 163 175 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.itch\.io-icon:hover {
    color: rgb(192 132 252 / 1);
}

.itch\.io-svg {
    width: 2rem;
    height: 2rem;
}

.xtwitter-icon {
    color: rgb(156 163 175 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.xtwitter-icon:hover {
    color: rgb(192 132 252 / 1);
}

.xtwitter-svg {
    width: 2rem;
    height: 2rem;
}

.email-button {
    width: 100%;
    text-align: center;
}

.contact-form {
    border-radius: 1rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.form-field {
    margin-bottom: 1.5rem;
}

.name-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.name-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(31 41 55 / 1);
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(55 65 81 / 1);
    color: rgb(255 255 255 / 1);
}

.name-input:focus {
    border-color: rgb(168 85 247 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.email-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.email-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(31 41 55 / 1);
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(55 65 81 / 1);
    color: rgb(255 255 255 / 1);
}

.email-input:focus {
    border-color: rgb(168 85 247 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.message-label {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.message-textarea {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(31 41 55 / 1);
    border-radius: 0.5rem;
    border-width: 1px;
    border-color: rgb(55 65 81 / 1);
    color: rgb(255 255 255 / 1);
}

.message-textarea:focus {
    border-color: rgb(168 85 247 / 1);
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.submit-button {
    width: 100%;
}

.footer-section {
    margin-top: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.copyright-text {
    color: rgb(156 163 175 / 1);
    margin-bottom: 1rem;
}

.back-to-top-button {
    color: rgb(192 132 252 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.back-to-top-button:hover {
    color: rgb(216 180 254 / 1);
}

#iyek {
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
    background-attachment: unset;
    background-color: rgba(26, 23, 39, 1);
    background-origin: unset;
}

.nav-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(144, 88, 255, 0.3), transparent);
    transition: left 0.5s;
}

.nav-link:hover:before {
    left: 100%;
}

.glitch {
    position: relative;
    display: inline-block;
    animation: glitch 4s infinite ease-in-out;
}

.glitch::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: glitch-1 3s infinite ease-in-out;
    color: var(--accent);
    z-index: -1;
    animation-delay: 0.2s;
    opacity: 0.8;
}

.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: glitch-2 3s infinite ease-in-out;
    color: var(--primary);
    z-index: -2;
    animation-delay: 0.4s;
    opacity: 0.8;
}

.avatar-image:hover {
    transform: scale(1.05);
}

.skill-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
}

.skill-item:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(135deg, rgba(144, 88, 255, 0.15), rgba(54, 227, 255, 0.08));
    box-shadow: 0 10px 30px rgba(144, 88, 255, 0.25), 0 0 20px rgba(54, 227, 255, 0.2);
    border-color: rgba(54, 227, 255, 0.3);
}

.skill-icon {
    width: 3rem;
    height: 3rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-item:hover .skill-icon {
    filter: drop-shadow(0 4px 8px rgba(144, 88, 255, 0.3));
    transform: scale(1.1);
}

.skill-name {
    font-size: 0.875rem;
    color: #e8e6ff;
    text-align: center;
    font-weight: 500;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(144, 88, 255, 0.1) !important;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(144, 88, 255, 0.2);
    border-color: rgba(144, 88, 255, 0.3) !important;
}

.social-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

.social-text {
    color: rgba(255, 255, 255, 0.8);
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(144, 88, 255, 0.6), transparent);
    opacity: 0;
    transition: left 0.6s ease;
    z-index: -1;
}

.nav-link:hover::before {
    opacity: 1;
    left: 100%;
}

.nav-link:active {
    transform: translateY(-1px) scale(1.02);
    background-color: rgba(144, 88, 255, 0.3);
}

.nav-link.active {
    background-color: rgba(144, 88, 255, 0.25);
    color: var(--accent);
    box-shadow: 0 4px 15px rgba(144, 88, 255, 0.3), inset 0 0 15px rgba(54, 227, 255, 0.2);
    border-color: rgba(54, 227, 255, 0.5);
}

.nav-link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(54, 227, 255, 0.4) 0%, transparent 70%);
    border-radius: 0.5rem;
    transition: transform 0.5s ease;
    z-index: -2;
}

.nav-link:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

.nav-link.active::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
}

.hero-cta-button {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(144, 88, 255, 0.6), transparent);
    opacity: 0;
    transition: left 0.6s ease;
    z-index: -1;
}

.hero-cta-button:hover::before {
    opacity: 1;
    left: 100%;
}

.hero-cta-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(54, 227, 255, 0.4) 0%, transparent 70%);
    border-radius: 0.5rem;
    transition: transform 0.5s ease;
    z-index: -2;
}

.hero-cta-button:hover::after {
    transform: translate(-50%, -50%) scale(1.2);
}

.hero-cta-button:hover {
    color: #ffffff;
    background-color: rgba(144, 88, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(144, 88, 255, 0.4), 0 0 20px rgba(54, 227, 255, 0.3);
    border-color: rgba(54, 227, 255, 0.4);
}

.hero-cta-button:active {
    transform: translateY(-1px) scale(1.02);
    background-color: rgba(144, 88, 255, 0.3);
}

.hero-cta-button.active {
    background-color: rgba(144, 88, 255, 0.25);
    color: var(--accent);
    box-shadow: 0 4px 15px rgba(144, 88, 255, 0.3), inset 0 0 15px rgba(54, 227, 255, 0.2);
    border-color: rgba(54, 227, 255, 0.5);
}

.hero-cta-button.active::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
}

#iuoq8-3 {
    margin-bottom: 1.5rem;
}

#iwuhg {
    position: relative;
    display: inline-block;
    animation: glitch 2.5s infinite ease-in-out;
}

#iwuhg::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: glitch-1 2.5s infinite ease-in-out;
    color: #00ffff;
    z-index: -1;
    animation-delay: 0.1s;
    opacity: 0;
    text-shadow: 2px 2px 0 #ff00ff;
}

#iwuhg::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: glitch-2 2.5s infinite ease-in-out;
    color: #ff00ff;
    z-index: -2;
    animation-delay: 0.2s;
    opacity: 0;
    text-shadow: -2px -2px 0 #00ffff;
}

.glitch-container {
    position: relative;
    overflow: hidden;
    animation: containerGlitch 8s infinite ease-in-out;
}

.glitch-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    z-index: -1;
    animation: glitchBorder1 6s infinite ease-in-out;
    border-radius: inherit;
    opacity: 0;
}

.glitch-container::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: inherit;
    z-index: -2;
    animation: glitchBorder2 6s infinite ease-in-out;
    border-radius: inherit;
    opacity: 0;
}

.skill-category {
    margin-bottom: 3rem;
}

.skill-category:last-child {
    margin-bottom: 0;
}

.category-heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #c084fc;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
}

.category-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, transparent, #9058ff, transparent);
}

.skill-item::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 0.75rem;
    padding: 2px;
    background: linear-gradient(45deg, transparent 30%, rgba(144, 88, 255, 0.5) 50%, transparent 70%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.skill-item:hover::before {
    opacity: 1;
}

.skill-item:hover .skill-name {
    opacity: 1;
    color: #ffffff;
}

#i9y5pv-3 {
    display: block;
}

#iw3vzl-3-2 {
    text-align: center;
    margin-bottom: 3rem;
}

#iwvh64-3-2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #c084fc;
    display: flex;
    justify-content: center;
}

#i9s2ii-3-2 {
    color: #d1d5db;
    margin-bottom: 2rem;
    line-height: 1.8;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    display: flex;
}

#ick0e9-2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

#iahaty-2 {
    color: rgba(255, 255, 255, 0.8);
}

#iz5der-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: row;
    justify-content: center;
    flex: 0 0 auto;
    align-self: center;
}

#iowz57-2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

#ivkrk4-2 {
    color: rgba(255, 255, 255, 0.8);
}

#ihsich-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-self: center;
}

#ii3l5g-2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

#i38rvx-2 {
    color: rgba(255, 255, 255, 0.8);
}

#ia9y7k-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-self: center;
}

#ivtuts-2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

#i1pvft-2 {
    color: rgba(255, 255, 255, 0.8);
}

#i2tx6i-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-self: center;
}

#iinlx6-2 {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

#ix0kg4-2 {
    color: rgba(255, 255, 255, 0.8);
}

#i3dqxg-2 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    align-self: center;
}

#iq5aty-3-2 {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-direction: column;
}

#ibn4b8-3-2 {
    border-radius: 1rem;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(144, 88, 255, 0.1), rgba(54, 227, 255, 0.05));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    grid-area: 1 / 1 / 2 / 2;
}

#ijl37k-3-2 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    gap: 3rem;
}

#i0c06o-3:hover::before {
    left: 100%;
}

#iat7i-2 {
    background-color: rgba(26, 23, 39, 1);
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .glitch {
        animation: none !important;
    }

    .glitch::before {
        animation: none !important;
    }

    .glitch::after {
        animation: none !important;
    }

    #iwuhg {
        animation: none !important;
    }

    #iwuhg::before {
        animation: none !important;
        display: none;
    }

    #iwuhg::after {
        animation: none !important;
        display: none;
    }

    .glitch-container {
        animation: none !important;
    }

    .glitch-container::before {
        animation: none !important;
        display: none;
    }

    .glitch-container::after {
        animation: none !important;
        display: none;
    }
}

@keyframes glitch {

    0%,
    100% {
        transform: translate(0);
    }

    20% {
        transform: translate(2px, 1px);
    }

    40% {
        transform: translate(-3px, 2px);
    }

    60% {
        transform: translate(2px, 2px);
    }

    80% {
        transform: translate(-1px, 0);
    }

    5% {
        transform: translate(-3px, 2px);
    }

    10% {
        transform: translate(3px, -2px);
    }

    15% {
        transform: translate(-2px, 0);
    }

    25% {
        transform: translate(0, -1px);
    }

    75% {
        transform: translate(0);
    }

    85% {
        transform: translate(0);
    }

    30% {
        transform: translate(-4px, -3px);
    }

    35% {
        transform: translate(4px, 3px);
    }

    45%,
    95% {
        transform: translate(0);
    }
}

@keyframes pulse {

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

    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
}

@keyframes containerGlitch {

    0%,
    100% {
        transform: translate(0);
        filter: hue-rotate(0deg);
    }

    5% {
        transform: translate(1px, 0);
        filter: hue-rotate(5deg);
    }

    10% {
        transform: translate(-1px, 0);
        filter: hue-rotate(-3deg);
    }

    15% {
        transform: translate(0, 0);
        filter: hue-rotate(0deg);
    }

    25% {
        transform: translate(0, -1px);
        filter: hue-rotate(2deg);
    }

    30% {
        transform: translate(0, 0);
        filter: hue-rotate(0deg);
    }

    35% {
        transform: translate(1px, 1px);
        filter: hue-rotate(-2deg);
    }

    40%,
    100% {
        transform: translate(0);
        filter: hue-rotate(0deg);
    }
}

@media (max-width: 992px) {
    .projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 1.25rem;
    }

    .navigation-container {
        gap: 2rem;
    }

    .navigation-links {
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .sticky-navigation {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navigation-links {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .about-container {
        padding: 2rem;
    }

    .about-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 2rem;
    }

    .skills-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .projects-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .contact-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .contact-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .navigation-container {
        gap: 1rem;
        flex-direction: column;
    }

    .skills-grid {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        gap: 1rem;
        padding: 1.5rem;
    }

    .nav-link {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .skill-category {
        margin-bottom: 2.5rem;
    }

    .category-heading {
        font-size: 1.125rem;
    }

    .skill-item {
        padding: 1rem;
    }

    #ijl37k-3-2 {
        grid-template-columns: 1fr !important;
    }

    #ibn4b8-3-2 {
        padding: 2rem !important;
    }
}

@media (max-width: 480px) {
    .navigation-links {
        gap: 0.375rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .projects-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .nav-link {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }

    .hero-headline {
        font-size: 2rem;
    }

    .skills-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 1rem;
        gap: 0.75rem;
    }

    .skill-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .skill-item {
        padding: 0.75rem;
    }

    .skill-name {
        font-size: 0.75rem;
    }

    #ibn4b8-3-2 {
        padding: 1.5rem !important;
    }

    .social-link {
        padding: 0.5rem 0.75rem !important;
    }
}

@keyframes glitchBorder2 {

    0%,
    100% {
        opacity: 0;
        transform: translate(0);
    }

    7% {
        opacity: 0.5;
        transform: translate(2px, 0);
        box-shadow: 0 0 15px var(--primary), inset 0 0 8px var(--primary);
    }

    12% {
        opacity: 0;
        transform: translate(0);
    }

    27% {
        opacity: 0.3;
        transform: translate(-3px, 2px);
        box-shadow: 0 0 10px var(--accent), inset 0 0 10px var(--accent);
    }

    32% {
        opacity: 0;
        transform: translate(0);
    }

    37% {
        opacity: 0.4;
        transform: translate(1px, -1px);
        box-shadow: 0 0 25px var(--primary), inset 0 0 15px var(--accent);
    }

    42%,
    100% {
        opacity: 0;
        transform: translate(0);
    }
}

@keyframes glitchBorder1 {

    0%,
    100% {
        opacity: 0;
        transform: translate(0);
    }

    5% {
        opacity: 0.6;
        transform: translate(-3px, 0);
        box-shadow: 0 0 10px var(--accent), inset 0 0 10px var(--accent);
    }

    10% {
        opacity: 0;
        transform: translate(0);
    }

    25% {
        opacity: 0.4;
        transform: translate(2px, -2px);
        box-shadow: 0 0 15px var(--primary), inset 0 0 15px var(--primary);
    }

    30% {
        opacity: 0;
        transform: translate(0);
    }

    35% {
        opacity: 0.5;
        transform: translate(-1px, 1px);
        box-shadow: 0 0 20px var(--accent), inset 0 0 5px var(--primary);
    }

    40%,
    100% {
        opacity: 0;
        transform: translate(0);
    }
}

@keyframes glitch-1 {

    0%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    25% {
        clip-path: inset(0 0 50% 0);
        transform: translate(-5px);
    }

    50% {
        clip-path: inset(80% 0 0 0);
        transform: translate(1px, 0);
        opacity: 0.8;
    }

    75% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    5% {
        clip-path: inset(0 0 95% 0);
        transform: translate(-6px, 0);
        opacity: 1;
    }

    10% {
        clip-path: inset(92% 0 0 0);
        transform: translate(6px, 2px);
        opacity: 1;
    }

    15% {
        clip-path: inset(40% 0 50% 0);
        transform: translate(-8px, -1px);
        opacity: 1;
    }

    45% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    55% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    80% {
        clip-path: inset(50% 0 30% 0);
        transform: translate(-1px, 0);
        opacity: 0.8;
    }

    85% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    20% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    30% {
        clip-path: inset(70% 0 20% 0);
        transform: translate(5px, 1px);
        opacity: 1;
    }

    35% {
        clip-path: inset(10% 0 85% 0);
        transform: translate(-7px, 0);
        opacity: 1;
    }

    40% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    50%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }
}

@keyframes glitch-2 {

    0%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    25% {
        clip-path: inset(30% 0 0 0);
        transform: translate(3px);
    }

    50% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    75% {
        clip-path: inset(20% 0 60% 0);
        transform: translate(1px, 0);
        opacity: 0.8;
    }

    7% {
        clip-path: inset(95% 0 0 0);
        transform: translate(8px, 0);
        opacity: 1;
    }

    12% {
        clip-path: inset(0 0 90% 0);
        transform: translate(-6px, -2px);
        opacity: 1;
    }

    40% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    45% {
        clip-path: inset(0 0 70% 0);
        transform: translate(-1px, 0);
        opacity: 0.8;
    }

    70% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    80% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    17% {
        clip-path: inset(25% 0 65% 0);
        transform: translate(7px, 1px);
        opacity: 1;
    }

    22% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    32% {
        clip-path: inset(60% 0 30% 0);
        transform: translate(-9px, -1px);
        opacity: 1;
    }

    37% {
        clip-path: inset(5% 0 88% 0);
        transform: translate(6px, 2px);
        opacity: 1;
    }

    42% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }

    52%,
    100% {
        clip-path: inset(0 0 0 0);
        transform: translate(0);
        opacity: 0;
    }
}