* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

:root {
    --color-primary: #00ffff;
    --color-secondary: #aa00ff;
    --color-accent: #7dd3fc;
    --color-success: #22c55e;
    --color-warning: #f59e0b;
    --color-error: #ef4444;
}

html {
    scroll-behavior: smooth;
}

.page-body {
    background-color: #000000;
    color: #e5e7eb;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Nunito', ui-sans-serif, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.heading-1 {
    color: #e5e7eb;
    font-size: 48px;
    line-height: 1.2;
    font-family: 'Baloo 2', ui-sans-serif, system-ui;
}

.heading-2 {
    color: #e5e7eb;
    font-size: 28px;
    line-height: 1.3;
    font-family: 'Baloo 2', ui-sans-serif, system-ui;
}

.btn-primary {
    background-color: var(--color-primary);
    color: #000000;
    border-radius: 12px;
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.5), 0 0 24px #00ffff40, 0 0 32px #ff69b440;
}

.link {
    color: #00ffff;
    text-decoration: none;
}

.bordered {
    border-radius: 12px;
    border-color: #1f2937;
}

*,
::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;
}

.body *::selection {
    background-color: rgb(6 182 212 / 1);
    color: rgb(0 0 0 / 1);
}

.body *::selection:hover {
    color: rgb(0 0 0 / 1);
    background-color: rgb(6 182 212 / 1);
}

.body *::selection::selection {
    color: rgb(0 0 0 / 1);
    background-color: rgb(6 182 212 / 1);
}

.body::selection::selection {
    color: rgb(0 0 0 / 1);
    background-color: rgb(6 182 212 / 1);
}

.header {
    width: 100%;
    position: sticky;
    top: 0px;
    z-index: 40;
    backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 0.7);
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.header-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.brand-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-mark {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background-color: rgb(23 23 23 / 1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.5), 0 0 20px #00ffff30, 0 0 24px #ff69b430;
    align-items: center;
    justify-content: center;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.brand-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.brand-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.025em;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-underline-offset: 4px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.nav-link:hover {
    text-decoration-line: underline;
    color: #7dd3fc;
}

.main-content {
    width: 100%;
}

.section-hero {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3rem;
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.hero-content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-title {
    letter-spacing: -0.025em;
}

.hero-subtitle {
    color: rgb(212 212 212 / 1);
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.primary-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 600;
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.5), 0 0 24px #00ffff40, 0 0 32px #ff69b440;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    background-color: var(--color-primary);
}

.primary-cta:hover {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 20px #00ffff40;
    color: #000;
    background-color: var(--color-accent);
}

.secondary-cta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    color: #ffe4f1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.secondary-cta:hover {
    color: #ff69b4;
    border-color: #ff69b4;
}

.hero-social {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding-top: 0.5rem;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(212 212 212 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.social-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.social-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.hero-media {
    width: 280px;
    flex-shrink: 0;
}

.portrait-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

.portrait-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 1rem;
    transition: transform 200ms ease;
}

.portrait-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0.75rem;
    background-color: rgb(0 0 0 / 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overlay-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(212 212 212 / 1);
}

.overlay-role {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    color: rgb(103 232 249 / 1);
}

.section-about {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: flex-start;
}

.about-content {
    grid-column: span 7 / span 7;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-paragraph {
    color: rgb(212 212 212 / 1);
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgb(212 212 212 / 1);
}

.highlight-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.about-aside {
    grid-column: span 5 / span 5;
}

.stats-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    padding: 1.25rem;
    background-color: rgb(10 10 10 / 0.4);
}

.stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.stat-block {
    flex: 1 1 0%;
}

.stat-value {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: rgb(103 232 249 / 1);
}

.stat-label {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(163 163 163 / 1);
}

.location-row {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(163 163 163 / 1);
}

.location-icon {
    width: 1rem;
    height: 1rem;
}

.section-projects {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.projects-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.projects-all-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(212 212 212 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

.projects-github-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.projects-all-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

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

.project-card {
    grid-column: span 6 / span 6;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    overflow: hidden;
    background-color: rgb(10 10 10 / 0.4);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.project-card:hover {
    border-color: rgb(14 116 144 / 1);
}

.project-media {
    position: relative;
}

.project-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.project-overlay {
    position: absolute;
    inset: 0px;
    background-image: linear-gradient(to top, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0));
    opacity: 0;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.project-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-header-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.project-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.project-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.project-demo-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(229 229 229 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.project-demo-link:hover {
    color: rgb(103 232 249 / 1);
    border-color: rgb(14 116 144 / 1);
    animation: bounce-soft 600ms ease-in-out;
}

.project-demo-icon {
    width: 0.875rem;
    height: 0.875rem;
}

.project-repo-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(229 229 229 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.project-repo-link:hover {
    color: rgb(103 232 249 / 1);
    border-color: rgb(14 116 144 / 1);
    animation: bounce-soft 600ms ease-in-out;
}

.project-repo-icon {
    width: 0.875rem;
    height: 0.875rem;
}

.project-description {
    color: rgb(212 212 212 / 1);
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.project-tags {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.project-tag {
    font-size: 0.75rem;
    line-height: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-radius: 0.375rem;
    background-color: rgb(23 23 23 / 1);
    color: #7dd3fc;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    border: 1px solid #ff69b4;
}

.section-skills {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.skills-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.skills-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(163 163 163 / 1);
}

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

.skills-card {
    grid-column: span 4 / span 4;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    padding: 1.25rem;
    background-color: rgb(10 10 10 / 0.4);
}

.skills-category-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.skills-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.skill-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skill-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skill-name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(212 212 212 / 1);
}

.skill-level {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(115 115 115 / 1);
}

.skill-bar {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.375rem;
    background-color: rgb(38 38 38 / 1);
    overflow: hidden;
}

.skill-bar-fill {
    height: 100%;
    width: 80%;
    background-image: linear-gradient(to right, #22d3ee, rgb(34 211 238 / 0));
}

.skill-icon-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.skill-icon-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

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

.section-contact {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: flex-start;
}

.contact-intro {
    grid-column: span 6 / span 6;
}

.contact-title {
    margin-bottom: 1rem;
}

.contact-paragraph {
    color: rgb(212 212 212 / 1);
    margin-bottom: 1.5rem;
}

.contact-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    padding: 1.25rem;
    background-color: rgb(10 10 10 / 0.4);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.contact-card-content {
    flex: 1 1 0%;
}

.contact-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(163 163 163 / 1);
}

.contact-email {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.contact-email:hover {
    color: #ff69b4;
}

.contact-form-wrapper {
    grid-column: span 6 / span 6;
}

.contact-form {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    padding: 1.5rem;
    background-color: rgb(10 10 10 / 0.4);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(212 212 212 / 1);
}

.form-input {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-radius: 0.75rem;
    background-color: rgb(10 10 10 / 1);
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    color: rgb(229 229 229 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.form-input:focus {
    border-color: rgb(8 145 178 / 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;
}

.form-input::placeholder::placeholder {
    color: rgb(82 82 82 / 1);
}

.form-textarea {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0.75rem;
    background-color: rgb(10 10 10 / 1);
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    color: rgb(229 229 229 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    resize: vertical;
}

.form-textarea:focus {
    border-color: rgb(8 145 178 / 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;
}

.form-textarea::placeholder::placeholder {
    color: rgb(82 82 82 / 1);
}

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.form-submit {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-weight: 600;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 20px #00ffff40;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.form-submit:hover {
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 20px #00ffff40;
    color: rgb(0 0 0 / 1);
    background-color: rgb(103 232 249 / 1);
}

.form-disclaimer {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(115 115 115 / 1);
}

.footer {
    width: 100%;
    border-top-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.footer-container {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-mark {
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    background-color: rgb(23 23 23 / 1);
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    align-items: center;
    justify-content: center;
}

.footer-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
}

.footer-name {
    font-weight: 600;
}

.footer-tagline {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(115 115 115 / 1);
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.footer-social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgb(212 212 212 / 1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.footer-social-link:hover {
    color: #ff69b4;
}

.footer-social-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.footer-social-label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.footer-copyright {
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgb(115 115 115 / 1);
}

.scroll-to-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
}

.scroll-button {
    border-radius: 9999px;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    background-color: rgb(10 10 10 / 0.6);
    backdrop-filter: blur(4px);
    padding: 0.75rem;
    box-shadow: 0 0 0 0px #fff, 0 0 0 calc(1px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-button:hover {
    border-color: rgb(14 116 144 / 1);
    animation: bounce-soft 600ms ease-in-out;
}

.scroll-icon {
    width: 1.25rem;
    height: 1.25rem;
}

#if1pk {
    padding-top: 58px;
    padding-right: 0px;
    padding-bottom: 62px;
    padding-left: 0px;
    margin-top: 18px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.btn-primary:hover {
    background-color: var(--color-accent);
    color: #000;
}

.portrait-wrapper:hover {
    animation: wiggle 500ms ease-in-out;
}

.section-hobbies {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom-width: 1px;
    border-color: rgb(23 23 23 / 1);
}

.hobbies-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.hobbies-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(163 163 163 / 1);
}

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

.hobby-card {
    grid-column: auto;
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    padding: 1.25rem;
    background-color: rgb(10 10 10 / 0.4);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hobby-card:hover {
    border-color: #ff69b4;
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.5), 0 0 16px #00ffff30, 0 0 20px #ff69b430;
    animation: bounce-soft 600ms ease-in-out;
}

.hobby-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.hobby-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: var(--color-accent);
}

.hobby-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(212 212 212 / 1);
}

.portrait-wrapper:hover .portrait-image {
    transform: scale(1.02);
}

.about-media-card {
    border-radius: 1rem;
    border-width: 1px;
    border-color: rgb(38 38 38 / 1);
    background-color: rgb(10 10 10 / 0.4);
    overflow: hidden;
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.3), 0 0 12px #00ffff20, 0 0 16px #ff69b420;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.about-media-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(59 130 246 / 0.5), 0 0 16px #00ffff30, 0 0 20px #ff69b430;
}

.about-media-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

#igj9f {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#ic1pwg {
    padding-top: 84px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    margin-top: 0px;
    margin-right: 19px;
    margin-bottom: 0px;
    margin-left: 19px;
}

#home {
    margin-top: 0px;
    margin-right: 19px;
    margin-bottom: 0px;
    margin-left: 19px;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 21px;
    padding-left: 190px;
}

@keyframes wiggle {

    0%,
    100% {
        transform: rotate(0deg) translateY(0);
    }

    25% {
        transform: rotate(-2deg) translateY(-1px);
    }

    50% {
        transform: rotate(2deg) translateY(0);
    }

    75% {
        transform: rotate(-1deg) translateY(1px);
    }
}

@keyframes bounce-soft {

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

    50% {
        transform: translateY(-3px);
    }
}

@media (max-width: 992px) {
    .section-hero {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        flex-direction: column;
        gap: 2rem;
    }

    .hero-media {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

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

    .about-content {
        grid-column: span 12 / span 12;
    }

    .about-aside {
        grid-column: span 12 / span 12;
    }

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

    .project-card {
        grid-column: span 12 / span 12;
    }

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

    .skills-card {
        grid-column: span 12 / span 12;
    }

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

    .contact-intro {
        grid-column: span 12 / span 12;
    }

    .contact-form-wrapper {
        grid-column: span 12 / span 12;
    }

    .footer-container {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        text-align: center;
    }

    .footer-social {
        flex-wrap: wrap;
        justify-content: center;
    }

    .scroll-to-top {
        right: 1rem;
        bottom: 1rem;
    }

    .section-hobbies {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hobby-card {
        grid-column: auto;
    }

    .about-media-img {
        height: 300px;
    }

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

@media (max-width: 480px) {
    .heading-1 {
        font-size: 36px;
    }

    .heading-2 {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .header-container {
        padding-left: 1rem;
        padding-right: 1rem;
        flex-wrap: wrap;
    }

    .primary-nav {
        gap: 1.5rem;
    }

    .nav-link {
        font-size: 0.8125rem;
    }

    .section-hero {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-media {
        width: 100%;
        max-width: 100%;
    }

    .portrait-wrapper {
        max-width: 320px;
        margin: 0 auto;
    }

    .portrait-image {
        height: 320px;
    }

    .section-about {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .section-projects {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .section-skills {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .section-contact {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .scroll-to-top {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .section-hobbies {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hobbies-header {
        text-align: center;
    }

    .hobbies-subtitle {
        font-size: 0.875rem;
    }

    .hobby-card {
        grid-column: auto;
        padding: 1.25rem;
    }

    .hobby-title {
        font-size: 1rem;
    }

    .hobby-description {
        font-size: 0.875rem;
    }

    .about-media-img {
        height: 240px;
    }

    .hobbies-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        padding-left: 1rem;
        padding-right: 1rem;
        gap: 1.5rem;
    }

    .footer-brand {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .footer-brand-text {
        text-align: center;
    }

    .footer-social {
        flex-direction: column;
        gap: 0.75rem;
    }

    .footer-social-link {
        justify-content: center;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }
}