@layer reset,base,components,themes,overrides;@property --hex-color{syntax: "<color>"; initial-value: #888888; inherits: false;}@property --sibling-index{syntax: "<integer>"; initial-value: 0; inherits: false;}@keyframes vt-fade-in{0%{opacity:0;filter:blur(6px) saturate(0);transform:scale(.98)}}@keyframes vt-fade-out{to{opacity:0;filter:blur(6px) saturate(0);transform:scale(1.02)}}@keyframes bounce-hint{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(6px)}}@keyframes home-fade-up{0%{opacity:0;translate:0 .875rem}}@keyframes home-fade-in{0%{opacity:0}}@keyframes reveal-fade-up{0%{opacity:0;translate:0 1.5rem}}@keyframes reveal-slide-left{0%{opacity:0;translate:-1.5rem 0}}@keyframes reveal-scale-up{0%{opacity:0;scale:.55}}@layer base{::view-transition-old(root){animation:.2s ease-in both vt-fade-out}::view-transition-new(root){animation:.26s ease-out .18s both vt-fade-in}@media(prefers-reduced-motion:reduce){::view-transition-old(root),::view-transition-new(root){animation:none}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}img,video,canvas{display:block;max-width:100%}ul,ol{list-style:none}a{color:inherit}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--color-accent);color:var(--color-bg);padding:.5rem 1rem;border-radius:0 0 .5rem .5rem;font-weight:700;z-index:9999;transition:top .2s}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:2px}section{min-height:100dvh;contain:layout style}.section-inner{max-width:1100px;margin:0 auto;padding:5rem 2rem 4rem;container-type:inline-size;container-name:section}.section-inner--centered{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.section-heading{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:900;color:var(--color-accent);margin-bottom:.5rem;letter-spacing:-.02em}.section-subheading{color:var(--color-text-muted);font-size:1.05rem;margin-bottom:2.5rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-btn, .5rem);font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;border:2px solid transparent;transition:background .2s,color .2s,border-color .2s,transform .15s}.btn:active{transform:scale(.97)}.btn svg{width:1.1em;height:1.1em}.btn--primary{background:var(--color-accent);color:var(--color-bg)}.btn--primary:hover{filter:brightness(1.15)}.btn--ghost{background:transparent;border-color:var(--color-accent);color:var(--color-accent)}.btn--ghost:hover{background:var(--color-accent);color:var(--color-bg)}.btn--large{padding:1rem 2.5rem;font-size:1.1rem}.side-nav{position:fixed;bottom:2rem;left:1.5rem;z-index:100}.side-nav__list{display:flex;flex-direction:column;gap:.25rem;background:var(--color-nav-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-nav-border);border-radius:2rem;padding:.5rem;position:relative}.side-nav__item{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;color:var(--color-text-muted);text-decoration:none;position:relative;transition:background .2s,color .2s}.side-nav__item svg{width:1.25rem;height:1.25rem}.side-nav__item:hover,.side-nav__item.is-active{background:var(--color-accent);color:var(--color-bg)}.side-nav__tooltip{position:absolute;left:calc(100% + .75rem);background:var(--color-accent);color:var(--color-bg);padding:.25rem .75rem;border-radius:.5rem;font-size:.8rem;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-4px);transition:opacity .2s,transform .2s}.side-nav__item:hover .side-nav__tooltip{opacity:1;transform:translate(0)}.side-nav__item[data-section=home]{anchor-name:--nav-home}.side-nav__item[data-section=profile]{anchor-name:--nav-profile}.side-nav__item[data-section=interests]{anchor-name:--nav-interests}.side-nav__item[data-section=projects]{anchor-name:--nav-projects}.side-nav__item[data-section=links]{anchor-name:--nav-links}.side-nav__item[data-section=contact]{anchor-name:--nav-contact}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{color:var(--color-bg)}.side-nav__list:after{content:"";position:absolute;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-accent);pointer-events:none;z-index:-1;opacity:0;transition:top .35s cubic-bezier(.4,0,.2,1),opacity .2s}body:not(:has(:target)) .side-nav__list:after,body:has(#home:target) .side-nav__list:after{position-anchor:--nav-home;top:anchor(top);left:anchor(left);opacity:1}body:has(#profile:target) .side-nav__list:after{position-anchor:--nav-profile;top:anchor(top);left:anchor(left);opacity:1}body:has(#interests:target) .side-nav__list:after{position-anchor:--nav-interests;top:anchor(top);left:anchor(left);opacity:1}body:has(#projects:target) .side-nav__list:after{position-anchor:--nav-projects;top:anchor(top);left:anchor(left);opacity:1}body:has(#links:target) .side-nav__list:after{position-anchor:--nav-links;top:anchor(top);left:anchor(left);opacity:1}body:has(#contact:target) .side-nav__list:after{position-anchor:--nav-contact;top:anchor(top);left:anchor(left);opacity:1}.nav-mobile{display:none}.nav-hamburger{list-style:none;display:flex;position:fixed;bottom:2rem;left:1.5rem;z-index:110;flex-direction:column;gap:5px;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;background:var(--color-nav-bg);backdrop-filter:blur(12px);border:1px solid var(--color-nav-border);border-radius:50%;cursor:pointer;padding:0}.nav-hamburger::-webkit-details-marker{display:none}.nav-hamburger__bar{width:1.1rem;height:2px;background:var(--color-text);border-radius:2px;transition:transform .3s,opacity .3s;display:block}.nav-mobile[open] .nav-hamburger .nav-hamburger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-mobile[open] .nav-hamburger .nav-hamburger__bar:nth-child(2){opacity:0}.nav-mobile[open] .nav-hamburger .nav-hamburger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:flex;position:fixed;inset:0;z-index:105;background:var(--color-bg);flex-direction:column;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.nav-mobile[open] .mobile-menu{opacity:1;pointer-events:auto}.mobile-menu__list{display:flex;flex-direction:column;gap:1rem;text-align:center}.mobile-menu__link{font-size:clamp(2rem,6vw,3rem);font-weight:900;color:var(--color-text);text-decoration:none;transition:color .2s;display:block}.mobile-menu__link:hover{color:var(--color-accent)}@media(max-width:768px){.side-nav{display:none}.nav-mobile{display:block}}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:200;display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem .5rem .55rem;border-radius:2rem;border:1px solid var(--color-nav-border);background:var(--color-nav-bg);border-radius:2px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--color-text);font-family:inherit;font-size:.78rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:background .2s,color .2s}.theme-toggle:hover{background:var(--color-accent);color:var(--color-bg)}.theme-toggle__dot{width:1.1rem;height:1.1rem;border-radius:50%;flex-shrink:0;background:var(--color-accent);box-shadow:0 0 8px var(--color-accent);transition:background .2s,box-shadow .2s}.theme-toggle:hover .theme-toggle__dot{background:var(--color-bg);box-shadow:none}.theme-toggle__label{display:block;text-transform:uppercase;transition:color .2s}.theme-toggle__hint{display:block;font-size:.6rem;opacity:.55;font-weight:500;letter-spacing:.08em;margin-top:1px}.theme-toggle:hover .theme-toggle__hint{color:var(--color-bg)}.pro-edge,.norton-titlebar,.norton-fbar,.anime-deco,.anime-marquee,.vapor-kana,.wii-topbar{display:none}.section-home{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.home-canvas{position:absolute;inset:0;width:100%;height:100%;z-index:0}.home-content{position:relative;z-index:1;text-align:center;padding:2rem;max-width:900px}.home-subtitle{font-size:clamp(.85rem,2vw,1rem);font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;animation:home-fade-up .65s ease-out both}.home-name{font-size:clamp(2.5rem,min(9vw,13vh),7rem);font-weight:900;letter-spacing:-.03em;line-height:1.05;color:var(--color-text);margin-bottom:1.25rem;word-break:keep-all;overflow-wrap:normal}.home-name .word{display:inline-block;white-space:nowrap}.home-name .char{display:inline-block;cursor:default;will-change:transform}.home-name .char--space{display:inline;width:.35em}.home-tagline{font-size:clamp(.85rem,2vw,1rem);color:var(--color-text-muted);letter-spacing:.08em;margin-bottom:2rem;animation:home-fade-up .55s ease-out .88s both}.home-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:home-fade-up .5s ease-out 1.08s both}.home-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.25rem;color:var(--color-text-muted);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;animation:home-fade-in .4s ease-out 1.35s both,bounce-hint 2s ease-in-out 1.75s infinite}.home-scroll-hint svg{width:1.25rem;height:1.25rem}.section-profile{background:var(--color-surface)}.profile-avatar-col{grid-area:avatar}.profile-bio-col{grid-area:bio}.experience{grid-area:experience}.profile-layout{display:grid;grid-template-columns:1fr;grid-template-areas:"avatar" "bio" "experience";gap:2.5rem}@container section (min-width: 700px){.profile-layout{grid-template-columns:220px 1fr;grid-template-areas:"avatar bio" "experience experience";gap:3rem 4rem}}.profile-avatar-col{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.profile-avatar{width:160px;height:160px;border-radius:50%;border:3px solid var(--color-accent);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--color-accent)}.profile-avatar__inner{font-size:3.5rem;font-weight:900;color:var(--color-bg);line-height:1}.profile-contact{display:flex;flex-direction:column;gap:.5rem;width:100%;font-style:normal}.profile-contact__link{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-muted);text-decoration:none;word-break:break-all;transition:color .2s}.profile-contact__link:hover{color:var(--color-accent)}.profile-contact__link svg{width:1rem;height:1rem;flex-shrink:0}.profile-name{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900;color:var(--color-text);letter-spacing:-.02em}.profile-title{color:var(--color-accent);font-weight:600;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.profile-bio{margin-bottom:2rem}.profile-bio p{color:var(--color-text-muted);margin-bottom:.75rem}.profile-skills__heading{font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.3rem .85rem;border-radius:2rem;font-size:.78rem;font-weight:600;background:var(--color-tag-bg);color:var(--color-text);border:1px solid var(--color-tag-border);transition:background .2s,color .2s}.skill-tag:hover{background:var(--color-accent);color:var(--color-bg);border-color:var(--color-accent)}.experience__heading{font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:2rem}.timeline{position:relative;display:flex;flex-direction:column}.timeline:before{content:"";position:absolute;left:.55rem;top:0;bottom:0;width:2px;background:var(--color-border)}.timeline__item{display:grid;grid-template-columns:1.5rem 1fr;gap:1rem;padding-bottom:2.5rem}.timeline__dot{width:1.1rem;height:1.1rem;border-radius:50%;background:var(--color-accent);margin-top:.25rem;flex-shrink:0;position:relative;z-index:1}.timeline__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.timeline__company{font-size:1.05rem;font-weight:700;color:var(--color-text)}.timeline__role{color:var(--color-accent);font-size:.9rem;font-weight:600}.timeline__period{display:block;width:100%;font-size:.78rem;color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:.6rem}.timeline__desc{color:var(--color-text-muted);font-size:.9rem;margin-bottom:.75rem}.timeline__tech{display:flex;flex-wrap:wrap;gap:.4rem}.timeline__tech-tag{font-size:.72rem;font-weight:600;padding:.15rem .6rem;border-radius:1rem;background:var(--color-accent-dim);color:var(--color-text-muted);border:1px solid var(--color-border)}.section-interests{background:var(--color-bg);min-height:unset;padding-bottom:3rem}.interests-header{padding-bottom:0}.hex-wall{--s: 130px;--g: 4px;--row-h: calc(var(--s) * .866 + var(--g));display:block;font-size:0;padding:1rem 0 calc(var(--s) * .3 + 2rem)}.hex-wall:before{content:"";float:left;width:calc((var(--s) + var(--g)) / 2);height:100%;shape-outside:repeating-linear-gradient(transparent 0,transparent var(--row-h),black var(--row-h),black calc(var(--row-h) * 2))}.hex-item{display:inline-block;vertical-align:top;font-size:1rem;width:var(--s);aspect-ratio:.866;margin-bottom:calc(var(--s) * -.2887);margin-right:var(--g);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:color-mix(in srgb,var(--hex-color) 22%,var(--color-surface));position:relative;cursor:default;transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .25s}.hex-item:hover{transform:scale(1.12);filter:brightness(1.35) drop-shadow(0 0 14px var(--hex-color));z-index:2}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){filter:brightness(.45);transition:filter .2s}.hex-item__inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .75rem;text-align:center;gap:.35rem}.hex-item__label{font-size:.72rem;font-weight:700;color:color-mix(in srgb,var(--hex-color) 85%,white);line-height:1.2;pointer-events:none;word-break:break-word;hyphens:auto}.hex-item__tool-icon{color:color-mix(in srgb,var(--hex-color) 90%,white);opacity:.85}.hex-item__tool-icon svg{width:1rem;height:1rem}.hex-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.hex-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:600;color:var(--color-text-muted)}.hex-legend__item:before{content:"";width:.75rem;height:.75rem;border-radius:2px;flex-shrink:0}.hex-legend__item[data-type=design]:before{background:#e91e8c}.hex-legend__item[data-type=programming]:before{background:#2196f3}.hex-legend__item[data-type=animation]:before{background:#ff9800}.hex-legend__item[data-type=hobbies]:before{background:#4caf50}.hex-legend__item[data-type=tool]:before{background:var(--color-accent)}.section-projects{background:var(--color-surface);min-height:unset}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:0}@container section (max-width: 700px){.projects-grid{grid-template-columns:1fr}}.project-card{position:relative;background:var(--color-bg);border:1px solid var(--color-border);border-top:3px solid var(--project-color, var(--color-accent));border-radius:var(--radius-card, .5rem);transition:border-color .2s,box-shadow .2s,transform .2s}details.project-card>summary{display:block;list-style:none;cursor:pointer;padding:2rem 1.75rem 1.5rem;position:relative;overflow:hidden;user-select:none}details.project-card>summary::-webkit-details-marker{display:none}.project-card:hover,.project-card:focus-within{box-shadow:0 4px 24px color-mix(in srgb,var(--project-color) 25%,transparent);transform:translateY(-3px)}.project-card[open]{box-shadow:0 0 0 2px var(--project-color, var(--color-accent));transform:translateY(-3px)}.project-card__num{position:absolute;top:.75rem;right:1.25rem;font-size:3.5rem;font-weight:900;line-height:1;color:var(--project-color, var(--color-accent));opacity:.08;pointer-events:none;user-select:none}.project-card:hover .project-card__num,.project-card[open] .project-card__num{opacity:.14}.project-card__name{font-size:1.15rem;font-weight:800;color:var(--color-text);margin-bottom:.35rem}.project-card__tagline{font-size:.82rem;color:var(--color-text-muted);margin-bottom:1rem;font-style:italic}.project-card__tech-preview{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none;margin-bottom:1.25rem}.project-card__tech-preview li{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:1rem;background:var(--color-tag-bg);color:var(--color-text-muted);border:1px solid var(--color-tag-border)}.project-card__caret{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:var(--project-color, var(--color-accent));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.project-card__caret svg{width:100%;height:100%}.project-card[open] .project-card__caret{transform:rotate(180deg)}.project-card__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .45s cubic-bezier(.4,0,.2,1)}.project-card[open] .project-card__body{grid-template-rows:1fr}.project-card__body-inner{overflow:hidden;min-height:0;padding:0 1.75rem 1.75rem}.project-detail__desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;margin-bottom:1.25rem}.project-detail__tech{margin-bottom:1.5rem}.project-detail__cta{display:flex;gap:.75rem;flex-wrap:wrap}@supports (corner-shape: angle){.project-card{corner-shape:angle}}.section-links{background:var(--color-surface);min-height:unset}.section-links .section-inner{padding-bottom:2rem}.links-showcase{display:grid;grid-template-columns:1fr 1fr;min-height:50vh}@container section (max-width: 700px){.links-showcase{grid-template-columns:1fr}}.link-card{position:relative;overflow:hidden;display:flex;align-items:flex-end;text-decoration:none;color:var(--color-text);padding:3rem;min-height:40vh;border:1px solid var(--color-border);transition:color .4s}.link-card__bg-icon{position:absolute;right:-5%;bottom:-10%;width:70%;aspect-ratio:1;opacity:.04;color:var(--color-text);transition:opacity .4s,transform .5s;pointer-events:none}.link-card__bg-icon svg{width:100%;height:100%}.link-card__fill{position:absolute;inset:0;z-index:1;transform:translateY(100%);transition:transform .5s cubic-bezier(.4,0,.2,1)}.link-card--github .link-card__fill{background:#f0f6ff}.link-card--linkedin .link-card__fill{background:#0077b5}.link-card:hover .link-card__fill{transform:translateY(0)}.link-card--github:hover{color:#0d1117}.link-card--linkedin:hover{color:#fff}.link-card:hover .link-card__bg-icon{opacity:.12;transform:scale(1.08) rotate(5deg)}.link-card__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:.5rem}.link-card__platform-icon{width:3rem;height:3rem;margin-bottom:.5rem}.link-card__platform-icon svg{width:100%;height:100%}.link-card__name{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.03em;line-height:1}.link-card__handle{font-size:1.1rem;font-weight:600;color:var(--color-text-muted)}.link-card__url{font-size:.8rem;color:var(--color-text-muted);word-break:break-all}.link-card__cta{font-size:.9rem;font-weight:700;color:var(--color-accent);margin-top:.5rem;letter-spacing:.05em;transition:letter-spacing .3s}.link-card:hover .link-card__cta{letter-spacing:.1em}.education__heading{font-size:.8rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1.25rem;margin-top:2rem}.edu-list{display:flex;flex-direction:column;gap:1rem}.edu-item{display:grid;grid-template-columns:auto 1fr;gap:.75rem 1rem;align-items:start;padding:1rem 1.25rem;background:var(--color-tag-bg);border:1px solid var(--color-border);border-radius:var(--radius-card, .5rem);border-left:3px solid var(--color-accent)}.edu-item__icon{font-size:1.4rem;line-height:1;grid-row:1 / -1}.edu-item__body{display:flex;flex-direction:column;gap:.2rem}.edu-item__degree{font-size:.95rem;font-weight:700;color:var(--color-text)}.edu-item__type{font-size:.75rem;color:var(--color-accent);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.edu-item__institution{font-size:.85rem;color:var(--color-text-muted)}.edu-item__period{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.05em}.cert-list{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cert-item{padding:.6rem .9rem;gap:.5rem .75rem}.cert-item .edu-item__icon{font-size:1rem}.cert-item .edu-item__degree{font-size:.82rem}.cert-item .edu-item__institution{font-size:.75rem}.cert-item .edu-item__period{font-size:.7rem}.cert-item__link{text-decoration:none}.cert-item__link:hover .edu-item__degree,.cert-item__link:focus-visible .edu-item__degree{text-decoration:underline;color:var(--color-accent)}@container (max-width: 480px){.cert-list{grid-template-columns:1fr}}.section-contact{background:var(--color-bg)}.section-contact .section-inner--centered{padding:5rem 2rem}.contact-desc{max-width:500px;color:var(--color-text-muted);font-size:1.05rem}.site-footer{width:100%;text-align:center;padding:1.5rem 2rem;font-size:.8rem;color:var(--color-text-muted);border-top:1px solid var(--color-border);margin-top:2rem}.timeline__item,.link-card,.contact-desc,.profile-avatar-col,.edu-item,.project-card{animation:reveal-fade-up linear both;animation-timeline:view();animation-range:entry 0% entry 25%}.section-heading{animation:reveal-slide-left linear both;animation-timeline:view();animation-range:entry 0% entry 25%}.hex-item{animation:reveal-scale-up linear both;animation-timeline:view();animation-range:entry 0% entry 35%;animation-delay:calc(var(--sibling-index, 0) * 8ms)}@media(prefers-reduced-motion:reduce){.home-subtitle,.home-tagline,.home-cta,.home-scroll-hint,.section-heading,.timeline__item,.link-card,.contact-desc,.profile-avatar-col,.edu-item,.project-card,.hex-item{animation:none!important;opacity:1!important;translate:none!important;scale:none!important}.home-scroll-hint{opacity:0!important}}}@keyframes pro-block-drift{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-3vw,2vw) rotate(8deg)}}@layer themes{:root,[data-theme=pro]{--font-body: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-bg: #f7f4ee;--color-surface: #ffffff;--color-accent: #171715;--color-accent-dim: rgba(23, 23, 21, .06);--color-text: #171715;--color-text-muted: #5a574f;--color-border: rgba(23, 23, 21, .14);--color-tag-bg: rgba(23, 23, 21, .04);--color-tag-border: rgba(23, 23, 21, .14);--color-nav-bg: rgba(247, 244, 238, .92);--color-nav-border: rgba(23, 23, 21, .18);--color-pro-red: #d43f26;--color-pro-blue: #2c5cff;--radius-btn: 0;--radius-card: 0}[data-theme=pro]{body{background-image:linear-gradient(rgba(23,23,21,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,23,21,.035) 1px,transparent 1px);background-size:32px 32px;padding-left:2.5rem}@media(max-width:768px){body{padding-left:0}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-pro-red)}::selection{background:var(--color-pro-red);color:#fff}.pro-edge{display:flex;position:fixed;top:0;bottom:0;left:0;width:2.5rem;border-right:1px solid var(--color-border);background:var(--color-bg);z-index:90;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem 0;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;color:var(--color-text-muted);text-transform:uppercase;&__rotated{writing-mode:vertical-rl;transform:rotate(180deg)}&__top,&__bottom{display:flex;flex-direction:column;align-items:center;gap:.6rem}&__dot{width:6px;height:6px;border-radius:50%;background:var(--color-pro-red)}}@media(max-width:768px){.pro-edge{display:none}}.section-heading{font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.05em;font-weight:500;color:var(--color-text);&:after{display:none}}.section-profile .section-heading:before{content:"01 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-interests .section-heading:before{content:"02 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-projects .section-heading:before{content:"03 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-links .section-heading:before{content:"04 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-contact .section-heading:before{content:"05 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-profile{background:var(--color-surface)}.section-interests,.section-projects{background:var(--color-bg)}.section-links,.section-contact{background:var(--color-surface)}.section-profile,.section-interests,.section-projects,.section-links,.section-contact{border-top:1px solid var(--color-border)}.section-home{background:var(--color-bg)}.home-content{text-align:left;padding-left:max(2rem,5vw);padding-right:max(2rem,5vw);max-width:none;width:100%;position:relative;&:before{content:"";position:absolute;width:46vw;height:46vw;max-width:440px;max-height:440px;background:var(--color-pro-red);right:-6vw;top:18%;z-index:-1;opacity:.85;animation:pro-block-drift 14s ease-in-out infinite}&:after{content:"";position:absolute;width:16vw;height:16vw;max-width:170px;max-height:170px;background:var(--color-pro-blue);left:35vw;bottom:14%;z-index:-1;opacity:.85;animation:pro-block-drift 18s ease-in-out infinite reverse}}.home-name{font-weight:500;font-size:clamp(3rem,12vw,11rem);line-height:.88;letter-spacing:-.05em;color:#171715}.home-subtitle{font-family:var(--font-mono);font-weight:500;color:var(--color-pro-red)}.home-tagline{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;color:var(--color-text-muted)}.home-cta{justify-content:flex-start}.home-scroll-hint{color:var(--color-text-muted)}.btn--primary{background:var(--color-pro-red);color:#fff;border-radius:0;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;padding:1rem 1.75rem;border-color:var(--color-pro-red);&:hover{filter:brightness(1.1)}}.btn--ghost{border-color:var(--color-text);color:var(--color-text);border-radius:0;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;padding:1rem 1.75rem;&:hover{background:var(--color-text);color:var(--color-bg)}}.section-profile .section-inner{max-width:none;padding:5rem 5vw 5rem}.profile-layout{display:grid;grid-template-columns:260px 1fr;grid-template-areas:"avatar bio" "avatar experience";gap:0 5rem;max-width:1300px;margin:0 auto}.profile-avatar-col{position:sticky;top:2rem;height:max-content;align-self:start;&:before{content:"";position:absolute;left:-5vw;top:0;bottom:0;width:6px;background:var(--color-pro-red)}}.profile-bio-col{padding-bottom:3rem}.experience{border-top:1px solid var(--color-border);padding-top:2.5rem}.profile-avatar{border-radius:0;border-width:2px;border-color:var(--color-pro-red);background:var(--color-pro-red);&__inner{font-weight:500}}.profile-name{font-weight:500;letter-spacing:-.04em}.profile-title,.profile-skills__heading,.experience__heading{font-family:var(--font-mono);color:var(--color-pro-red)}.skill-tag{border-radius:0;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.timeline__role{color:var(--color-pro-red);font-family:var(--font-mono)}.timeline__period{font-family:var(--font-mono)}.timeline__dot{border-radius:0;background:var(--color-pro-red)}.timeline__tech-tag{border-radius:0;font-family:var(--font-mono)}.skill-tag--core{background:#0062cc;border-color:#0062cc;color:#fff}.skill-tag--cloud{background:#5a189a;border-color:#5a189a;color:#fff}.skill-tag--data{background:#007f5f;border-color:#007f5f;color:#fff}.skill-tag--security{background:#9b2226;border-color:#9b2226;color:#fff}.skill-tag--creative{background:#e06c00;border-color:#e06c00;color:#fff}.skill-tag--tooling{background:var(--color-pro-red);border-color:var(--color-pro-red);color:#fff}.interests-header{max-width:1300px;padding-left:5vw;padding-right:5vw}.hex-item[data-type=design]{--hex-color: #e91e8c}.hex-item[data-type=programming]{--hex-color: #2196f3}.hex-item[data-type=animation]{--hex-color: #ff9800}.hex-item[data-type=hobbies]{--hex-color: #4caf50}.hex-item[data-type=tool]{--hex-color: var(--color-pro-red)}.hex-item{background:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 30%,transparent);&:hover{background:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 28%,var(--color-surface));border-color:var(--hex-color, var(--color-pro-red))}&__label{color:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 80%,#000);font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.03em}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){opacity:.35}.section-projects{background:var(--color-bg)}.project-card{border-radius:0;border-top:4px solid var(--project-color, var(--color-pro-red));border-left:none;border-right:none;border-bottom:none;background:var(--color-surface);&:hover{background:#f0ede6;box-shadow:0 6px 24px #0000001f}&__name{font-weight:500;font-size:1.5rem}&__num{font-weight:500;color:var(--color-pro-red);opacity:1;font-size:1rem;font-family:var(--font-mono);top:1rem;right:1.25rem}&__tech-preview li{font-family:var(--font-mono);text-transform:uppercase;font-size:.68rem;border-radius:0}&__body-inner{border-radius:0;background:var(--color-surface)}}.edu-item{border-radius:0;border-left-width:4px;border-left-color:var(--color-pro-red)}.section-links .section-inner{max-width:none;padding:3rem 5vw 0}.links-showcase{grid-template-columns:1fr 1fr;min-height:55vh}.link-card{background:var(--color-bg);padding:4rem 5vw;border-radius:0;border:none;border-top:1px solid var(--color-border);&--github{border-right:1px solid var(--color-border)}&--github .link-card__fill{background:#0d1117}&--linkedin .link-card__fill{background:#0077b5}&--github:hover{color:#f0f6ff}&--linkedin:hover{color:#fff}&__name{font-weight:500;font-size:clamp(2.5rem,5vw,4rem)}}.section-contact .section-inner--centered{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left;gap:4rem;max-width:none;padding:5rem 5vw}.contact-desc{max-width:none;color:var(--color-text-muted)}@container section (max-width: 768px){.section-contact .section-inner--centered{grid-template-columns:1fr;text-align:center}}.side-nav__list,.side-nav__item{border-radius:0}.mobile-menu{background:var(--color-bg)}.mobile-menu__link{font-weight:500;&:hover{color:var(--color-pro-red)}}}}@keyframes dark-block-drift{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-3vw,2vw) rotate(8deg)}}@layer themes{[data-theme=dark]{--font-body: "Space Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-bg: #0e0e10;--color-surface: #16161a;--color-accent: #f5f5f0;--color-accent-dim: rgba(245, 245, 240, .08);--color-text: #f0ede5;--color-text-muted: #a8a59a;--color-border: rgba(245, 245, 240, .14);--color-tag-bg: rgba(245, 245, 240, .06);--color-tag-border: rgba(245, 245, 240, .18);--color-nav-bg: rgba(14, 14, 16, .85);--color-nav-border: rgba(245, 245, 240, .18);--color-pro-red: #ff5a3d;--color-pro-blue: #6c8eff;--radius-btn: 0;--radius-card: 0;body{background-image:linear-gradient(rgba(245,245,240,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(245,245,240,.025) 1px,transparent 1px);background-size:32px 32px;padding-left:2.5rem}@media(max-width:768px){body{padding-left:0}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-pro-red)}::selection{background:var(--color-pro-red);color:#fff}.pro-edge{display:flex;position:fixed;top:0;bottom:0;left:0;width:2.5rem;border-right:1px solid var(--color-border);background:var(--color-bg);z-index:90;flex-direction:column;align-items:center;justify-content:space-between;padding:1.5rem 0;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.2em;color:var(--color-text-muted);text-transform:uppercase;&__rotated{writing-mode:vertical-rl;transform:rotate(180deg)}&__top,&__bottom{display:flex;flex-direction:column;align-items:center;gap:.6rem}&__dot{width:6px;height:6px;border-radius:50%;background:var(--color-pro-red)}}@media(max-width:768px){.pro-edge{display:none}}.section-heading{font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.05em;font-weight:500;color:var(--color-text);&:after{display:none}}.section-profile .section-heading:before{content:"01 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-interests .section-heading:before{content:"02 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-projects .section-heading:before{content:"03 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-links .section-heading:before{content:"04 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-contact .section-heading:before{content:"05 ";font-size:.35em;font-family:var(--font-mono);color:var(--color-pro-red);letter-spacing:.3em;vertical-align:middle;font-weight:400}.section-profile{background:var(--color-surface)}.section-interests,.section-projects{background:var(--color-bg)}.section-links,.section-contact{background:var(--color-surface)}.section-profile,.section-interests,.section-projects,.section-links,.section-contact{border-top:1px solid var(--color-border);position:relative}.home-content{text-align:left;padding-left:max(2rem,5vw);padding-right:max(2rem,5vw);max-width:none;width:100%;position:relative;&:before{content:"";position:absolute;width:46vw;height:46vw;max-width:440px;max-height:440px;background:var(--color-pro-red);right:-6vw;top:18%;z-index:-1;opacity:.65;animation:dark-block-drift 14s ease-in-out infinite}&:after{content:"";position:absolute;width:16vw;height:16vw;max-width:170px;max-height:170px;background:var(--color-pro-blue);left:35vw;bottom:14%;z-index:-1;opacity:.7;animation:dark-block-drift 18s ease-in-out infinite reverse}}.home-name{font-weight:500;font-size:clamp(3rem,12vw,11rem);line-height:.88;letter-spacing:-.05em;color:var(--color-text)}.home-subtitle{font-family:var(--font-mono);font-weight:500;color:var(--color-pro-red)}.home-tagline{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.2em;font-size:.78rem;color:var(--color-text-muted)}.home-cta{justify-content:flex-start}.btn--primary{background:var(--color-pro-red);color:#fff;border-radius:0;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;padding:1rem 1.75rem;border-color:var(--color-pro-red);&:hover{filter:brightness(1.1)}}.btn--ghost{border-color:var(--color-text);color:var(--color-text);border-radius:0;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;padding:1rem 1.75rem;&:hover{background:var(--color-text);color:var(--color-bg)}}.section-profile .section-inner{max-width:none;padding:5rem 5vw 5rem}.profile-layout{display:grid;grid-template-columns:260px 1fr;grid-template-areas:"avatar bio" "avatar experience";gap:0 5rem;max-width:1300px;margin:0 auto}.profile-avatar-col{position:sticky;top:2rem;height:max-content;align-self:start;&:before{content:"";position:absolute;left:-5vw;top:0;bottom:0;width:6px;background:var(--color-pro-red)}}.profile-bio-col{padding-bottom:3rem}.experience{border-top:1px solid var(--color-border);padding-top:2.5rem}.profile-avatar{border-radius:0;border-width:2px;border-color:var(--color-text);background:var(--color-text);&__inner{font-weight:500;color:var(--color-bg)}}.profile-name{font-weight:500;letter-spacing:-.04em}.profile-title,.profile-skills__heading,.experience__heading{font-family:var(--font-mono);color:var(--color-pro-red)}.skill-tag{border-radius:0;font-family:var(--font-mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em}.timeline__role{color:var(--color-pro-red);font-family:var(--font-mono)}.timeline__period{font-family:var(--font-mono)}.timeline__dot{border-radius:0;background:var(--color-pro-red)}.timeline__tech-tag{border-radius:0;font-family:var(--font-mono)}.skill-tag--core{background:#0062cc;border-color:#0062cc;color:#fff}.skill-tag--cloud{background:#5a189a;border-color:#5a189a;color:#fff}.skill-tag--data{background:#007f5f;border-color:#007f5f;color:#fff}.skill-tag--security{background:#9b2226;border-color:#9b2226;color:#fff}.skill-tag--creative{background:#e06c00;border-color:#e06c00;color:#fff}.skill-tag--tooling{background:var(--color-pro-red);border-color:var(--color-pro-red);color:#fff}.interests-header{max-width:1300px;padding-left:5vw;padding-right:5vw}.hex-item[data-type=design]{--hex-color: #e91e8c}.hex-item[data-type=programming]{--hex-color: #2196f3}.hex-item[data-type=animation]{--hex-color: #ff9800}.hex-item[data-type=hobbies]{--hex-color: #4caf50}.hex-item[data-type=tool]{--hex-color: var(--color-pro-red)}.hex-item{background:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 16%,var(--color-surface));border-color:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 40%,transparent);&:hover{background:color-mix(in srgb,var(--hex-color, var(--color-pro-red)) 32%,var(--color-surface));border-color:var(--hex-color, var(--color-pro-red))}&__label{color:#fff;font-family:var(--font-mono);font-size:.68rem;text-transform:uppercase;letter-spacing:.03em}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){opacity:.35}.project-card{border-radius:0;border-top:4px solid var(--project-color, var(--color-pro-red));border-left:none;border-right:none;border-bottom:none;background:var(--color-surface);&:hover{background:#202025;box-shadow:0 8px 32px #00000080}&__name{font-weight:500;font-size:1.5rem}&__num{font-weight:500;color:var(--color-pro-red);opacity:1;font-size:1rem;font-family:var(--font-mono);top:1rem;right:1.25rem}&__tech-preview li{font-family:var(--font-mono);text-transform:uppercase;font-size:.68rem;border-radius:0}&__body-inner{border-radius:0;background:var(--color-surface)}}.edu-item{border-radius:0;border-left-width:4px;border-left-color:var(--color-pro-red)}.section-links .section-inner{max-width:none;padding:3rem 5vw 0}.links-showcase{grid-template-columns:1fr 1fr;min-height:55vh}.link-card{background:var(--color-bg);padding:4rem 5vw;border-radius:0;border:none;border-top:1px solid var(--color-border);&--github{border-right:1px solid var(--color-border)}&--github .link-card__fill{background:#f0f6ff}&--github:hover{color:#0d1117}&--linkedin .link-card__fill{background:#0077b5}&--linkedin:hover{color:#fff}&__name{font-weight:500;font-size:clamp(2.5rem,5vw,4rem)}}.section-contact .section-inner--centered{display:grid;grid-template-columns:1fr 1fr;align-items:center;text-align:left;gap:4rem;max-width:none;padding:5rem 5vw}.contact-desc{max-width:none;color:var(--color-text-muted)}@container section (max-width: 768px){.section-contact .section-inner--centered{grid-template-columns:1fr;text-align:center}}.side-nav__list,.side-nav__item{border-radius:0}.mobile-menu__link{font-weight:500;&:hover{color:var(--color-pro-red)}}.section-profile:after{content:"01"}.section-interests:after{content:"02"}.section-projects:after{content:"03"}.section-links:after{content:"04"}.section-profile:after,.section-interests:after,.section-projects:after,.section-links:after{position:absolute;right:4vw;top:1.5rem;font-size:clamp(7rem,18vw,15rem);font-weight:900;line-height:1;color:#ff5a3d0a;pointer-events:none;user-select:none;z-index:0}}}@layer themes{[data-theme=wiki]{--font-body: Georgia, "Times New Roman", Times, serif;--font-mono: "Courier New", Courier, monospace;--color-bg: #ffffff;--color-surface: #f8f9fa;--color-accent: #3366cc;--color-accent-dim: rgba(51, 102, 204, .08);--color-text: #202122;--color-text-muted: #54595d;--color-border: #a2a9b1;--color-tag-bg: #eaecf0;--color-tag-border: #a2a9b1;--color-nav-bg: #f8f9fa;--color-nav-border: #a2a9b1;--radius-btn: 2px;--radius-card: 2px;body{background:#f6f6f6;font-size:14px;line-height:1.6}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#a2a9b1;border-radius:3px}::selection{background:#b3d9ff;color:#202122}a{color:#36c}a:visited{color:#551a8b}a:hover{text-decoration:underline}.side-nav{bottom:auto;left:auto;top:5rem;right:1.5rem;width:15rem}.side-nav__list{flex-direction:column;gap:0;border-radius:2px;background:#f8f9fa;border:1px solid #a2a9b1;padding:0;counter-reset:toc-item;&:before{content:"Contenidos";display:block;font-weight:700;font-size:.95rem;padding:.5rem .75rem;border-bottom:1px solid #a2a9b1;font-family:Georgia,serif;color:#202122}&:after{display:none}}.side-nav__item{width:auto;height:auto;border-radius:0;justify-content:flex-start;padding:.3rem .75rem;font-size:.85rem;font-family:Georgia,serif;counter-increment:toc-item;gap:.4rem;&:before{content:counter(toc-item) ".";color:var(--color-text-muted);flex-shrink:0}& svg{display:none}&:hover{background:#eaecf0;color:#36c;border-radius:0}}.side-nav__tooltip{opacity:1;left:1.25rem;background:none;color:var(--color-text)}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{background:#eaecf0;color:#36c;border-radius:0}@media(max-width:1200px){.side-nav{display:none}}.home-canvas{display:none}.section-home{min-height:auto;display:block;background:#fff;border-bottom:1px solid #a2a9b1;contain:none}.home-content{max-width:960px;margin:0 auto;padding:2rem 2rem 1.5rem;text-align:left;position:static}.home-name{font-family:Linux Libertine,Georgia,Times,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:400;letter-spacing:0;line-height:1.2;color:#000;border-bottom:1px solid #a2a9b1;padding-bottom:.3rem;margin-bottom:.5rem}.home-subtitle{font-size:.95rem;color:#54595d;font-weight:400;font-style:italic;letter-spacing:0;margin-bottom:1rem}.home-tagline{font-size:.9rem;font-style:italic;color:#54595d;margin-bottom:1rem;&:before{content:"Especialidades: ";font-style:normal;color:#202122}}.home-cta{justify-content:flex-start;gap:.5rem}.home-scroll-hint{display:none}.btn{border-radius:2px;font-family:Georgia,serif;font-size:.85rem;font-weight:400;padding:.35rem 1rem;&--primary{background:#f8f9fa;border-color:#a2a9b1;color:#36c}&--primary:hover,&--ghost:hover{background:#eaecf0;filter:none;color:#36c}&--ghost{border-color:#a2a9b1;color:#36c;background:transparent}}section{min-height:auto;contain:none;background:#fff;border-top:1px solid #a2a9b1}.section-home{border-top:none}.section-inner{max-width:960px;padding:2rem 2rem 1.5rem}.section-inner--centered{align-items:flex-start;text-align:left}.section-heading{font-family:Linux Libertine,Georgia,Times,serif;font-size:1.7rem;font-weight:400;letter-spacing:0;border-bottom:1px solid #a2a9b1;padding-bottom:.2rem;margin-bottom:1rem;color:#202122;&:before{content:""}&:after{display:none}}.section-profile .section-heading:before{content:"§ ";font-style:italic;color:#36c}.section-interests .section-heading:before{content:"§ ";font-style:italic;color:#36c}.section-projects .section-heading:before{content:"§ ";font-style:italic;color:#36c}.section-links .section-heading:before{content:"§ ";font-style:italic;color:#36c}.section-contact .section-heading:before{content:"§ ";font-style:italic;color:#36c}.section-subheading{font-size:.95rem;font-style:italic;color:#54595d}.profile-layout{display:grid;grid-template-columns:1fr 220px;grid-template-areas:"bio avatar" "experience avatar";gap:0 2rem;align-items:start;max-width:960px;margin:0 auto}@container section (max-width: 768px){.profile-layout{grid-template-columns:1fr;grid-template-areas:"avatar" "bio" "experience"}}.profile-avatar-col{position:sticky;top:2rem;background:#f8f9fa;border:1px solid #a2a9b1;padding:0;align-items:stretch;gap:0;&:before{content:"Alexander Poyanco";display:block;background:#cee0f2;border-bottom:1px solid #a2a9b1;text-align:center;padding:.4rem;font-weight:700;font-size:.9rem;color:#202122}}.profile-avatar{width:100%;height:auto;aspect-ratio:1;border-radius:0;border:none;background:#c8ccd1;border-bottom:1px solid #a2a9b1;&__inner{font-size:2.5rem;color:#54595d}}.profile-contact{display:block;padding:.5rem;font-size:.82rem;border-top:1px solid #a2a9b1;&__link{color:#36c;display:block;margin-bottom:.2rem}&__link svg{display:none}}.profile-name{font-size:1.3rem;font-weight:700;color:#202122}.profile-title{font-size:.95rem;font-style:italic;color:#54595d}.profile-bio p{color:#202122;margin-bottom:.75rem;font-size:.95rem}.profile-skills__heading,.experience__heading{font-size:1.1rem;font-weight:700;color:#202122;border-bottom:1px solid #a2a9b1;margin-bottom:.5rem;padding-bottom:.15rem}.skill-tag{border-radius:2px;font-size:.82rem;font-family:Georgia,serif}.skill-tag--core{background:#d9e8f0;border-color:#7eb4d8;color:#202122}.skill-tag--cloud{background:#e8d9f0;border-color:#b87ed8;color:#202122}.skill-tag--data{background:#d9f0e8;border-color:#7ed8b4;color:#202122}.skill-tag--security{background:#f0d9d9;border-color:#d87e7e;color:#202122}.skill-tag--creative{background:#f0e8d9;border-color:#d8b47e;color:#202122}.skill-tag--tooling{background:#eaecf0;border-color:#a2a9b1;color:#202122}.timeline__role{color:#36c}.timeline__dot{background:#36c;border-radius:0}.timeline__tech-tag{border-radius:2px;background:#eaecf0;border-color:#a2a9b1;color:#202122}.edu-item{border-radius:2px;border-left-color:#36c}.hex-wall{display:block;columns:3 180px;column-gap:2rem;max-width:900px;&:before{content:none}}.hex-item{clip-path:none;border-radius:0;aspect-ratio:auto;width:auto;height:auto;margin-bottom:.25rem;margin-right:0;background:transparent;border:none;display:list-item;list-style:disc;list-style-position:inside;font-size:inherit;&:hover{background:transparent;transform:none;filter:none}&__inner{padding:.05rem 0}&__label{color:#202122;text-transform:none;font-size:.9rem}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){opacity:1}.hex-legend{display:none}.projects-grid{display:block}.project-card{background:transparent;border-radius:0;border:none;border-top:1px solid #a2a9b1;padding:1.2rem 0;box-shadow:none;&:hover{background:#f8f9fa;box-shadow:none;transform:none}&[open]{background:#f8f9fa}&__name{font-family:Georgia,serif;font-size:1.25rem;font-weight:400;color:#202122;&:before{content:"=== ";color:#a2a9b1}&:after{content:" ===";color:#a2a9b1}}&__num{display:none}&__tagline{font-style:italic;color:#54595d}&__caret{color:#36c}&__tech-preview li{border-radius:2px;background:#eaecf0;border-color:#a2a9b1;color:#202122}&__body-inner{border-radius:2px;background:#f8f9fa;border:1px solid #a2a9b1}}.links-showcase{display:flex;flex-direction:column;gap:1rem;min-height:auto}.link-card{background:#f8f9fa;border:1px solid #a2a9b1;border-radius:2px;padding:1.5rem;&:hover{background:#eaecf0}&__name{font-family:Georgia,serif;font-size:1.4rem;font-weight:400;color:#36c}&--github:hover,&--linkedin:hover{color:#36c}&__fill{display:none}&__bg-icon{opacity:.06;color:#a2a9b1}}.section-contact .section-inner--centered{text-align:left}.contact-desc{color:#54595d;font-style:italic}.mobile-menu{background:#fff}.mobile-menu__link{color:#36c;font-family:Georgia,serif;&:hover{color:#551a8b}}}}@layer themes{[data-theme=norton]{--font-body: "VT323", "Courier New", monospace;--color-bg: #0000aa;--color-surface: #000088;--color-accent: #ffff55;--color-accent-dim: rgba(255, 255, 85, .15);--color-text: #ffffff;--color-text-muted: #bcbcff;--color-border: #5555ff;--color-tag-bg: rgba(0, 170, 170, .18);--color-tag-border: #5555ff;--color-nav-bg: #00aaaa;--color-nav-border: #ffffff;--color-norton-cyan: #00aaaa;--color-norton-yellow: #ffff55;--radius-btn: 0px;--radius-card: 0px;body{font-size:118%;background:#00a;line-height:1.35;&:after{content:"";position:fixed;inset:0;z-index:9997;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(0,0,0,.08) 3px,rgba(0,0,0,.08) 4px)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#00a;border-left:1px solid #00aaaa}::-webkit-scrollbar-thumb{background:#0aa}::selection{background:#ff5;color:#00a}.norton-titlebar{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;z-index:300;height:1.6rem;background:#aaa;color:#000;font-family:var(--font-body);font-size:1rem;font-weight:700;border-bottom:1px solid #000;padding-left:.5rem;white-space:nowrap;overflow:hidden;letter-spacing:.04em;&:before{content:"≡";margin-right:.5rem;font-size:1.2rem}&__center{margin:0 auto}&__right{margin-left:auto;display:flex;gap:0;align-items:center}&__btn{width:1.4rem;height:100%;background:#aaa;border:1px solid #000;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:#000;margin-left:2px}}.norton-fbar{display:flex;align-items:stretch;position:fixed;bottom:0;left:0;right:0;z-index:300;height:2.2rem;background:#00a;font-family:var(--font-body);font-size:1.05rem;&__key{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;background:#0aa;color:#000;text-decoration:none;border-right:1px solid #000;transition:background .1s;&:last-child{border-right:0}& b{color:#fff;background:#00a;padding:0 .35rem;border:1px solid #000;font-weight:400}&:hover{background:#ff5}}}body:not(:has(:target)) .norton-fbar__key[data-section=home],body:has(#home:target) .norton-fbar__key[data-section=home],body:has(#profile:target) .norton-fbar__key[data-section=profile],body:has(#interests:target) .norton-fbar__key[data-section=interests],body:has(#projects:target) .norton-fbar__key[data-section=projects],body:has(#links:target) .norton-fbar__key[data-section=links],body:has(#contact:target) .norton-fbar__key[data-section=contact]{background:#ff5}@media(max-width:768px){.norton-fbar{font-size:.85rem}.norton-fbar__key{padding:0 .15rem;& b{padding:0 .2rem}}}main{margin-top:1.6rem;padding-bottom:2.2rem}.side-nav{display:none}.section-heading{color:#ff5;font-size:clamp(1.4rem,3vw,2rem);text-transform:uppercase;letter-spacing:.08em;text-shadow:2px 2px 0 #000;&:before{content:"» ";color:#fff}&:after{display:none}}.section-subheading{color:#fff}.section-profile .section-inner,.section-projects .section-inner,.section-links .section-inner,.section-contact .section-inner--centered{border:2px double #fff;max-width:1000px;margin:1.5rem auto;box-shadow:4px 4px #000;padding:0}.section-profile .section-inner:before{--win: " PERFIL.SYS "}.section-projects .section-inner:before{--win: " PROYECTOS.EXE "}.section-links .section-inner:before{--win: " LINKS.DAT "}.section-contact .section-inner--centered:before{--win: " CONTACTO.TXT "}.section-profile .section-inner:before,.section-projects .section-inner:before,.section-links .section-inner:before,.section-contact .section-inner--centered:before{content:"  ▄ ▄ ─── " var(--win, "VENTANA") " ──────────────────────────────────────────────";display:block;overflow:hidden;white-space:nowrap;background:#0aa;color:#000;font-family:var(--font-body);font-size:1rem;font-weight:700;padding:.2rem .6rem;letter-spacing:0;border-bottom:2px solid #fff}.section-profile .section-inner>*:not(:first-child),.section-projects .section-inner>*:not(:first-child),.section-links .section-inner>*:not(:first-child),.section-contact .section-inner--centered>*:not(:first-child){padding-left:1.5rem;padding-right:1.5rem}.section-profile .section-inner .profile-layout{padding:1.5rem}.section-projects .section-inner .section-heading,.section-links .section-inner .section-heading,.section-contact .section-inner--centered .section-heading{padding:1rem 1.5rem 0}.section-home{background:#00a;&:after{content:"";position:absolute;inset:0;background:#00a6;pointer-events:none;z-index:0}}.home-content{text-align:center;position:relative;z-index:1;border:2px double #fff;background:#00a;padding:2rem 3rem;margin:0 1rem;box-shadow:6px 6px #000;&:before{content:"─── Welcome to PORTFOLIO.EXE ───";display:block;color:#ff5;margin-bottom:1.5rem;font-family:var(--font-body);font-size:1rem;letter-spacing:.05em}}.home-name{font-family:var(--font-body);font-size:clamp(2rem,8vw,5rem);line-height:1.1;letter-spacing:.04em;color:#ff5;text-shadow:3px 3px 0 #000;font-weight:700}.home-subtitle{color:#fff;letter-spacing:.2em;font-size:1rem}.home-tagline{color:#bcbcff;font-size:1rem;&:before{content:"· "}&:after{content:" ·"}}.home-cta{justify-content:center}.home-scroll-hint{color:#fff}.btn{font-family:var(--font-body);font-size:1.1rem;border:2px solid #fff;background:#0aa;color:#000;text-transform:uppercase;letter-spacing:.05em;border-radius:0;padding:.6rem 1.4rem;box-shadow:3px 3px #000;&:hover{background:#ff5}&--primary::before{content:" [ "}&--primary::after{content:" ] "}&--ghost{background:#00a;color:#fff;border-color:#fff}&--ghost:hover{background:#0aa;color:#000}}.profile-layout{grid-template-columns:auto 1fr;grid-template-areas:"avatar bio" "avatar experience";gap:0 2rem}.profile-avatar{border-radius:0;border:2px solid #fff;background:#0aa;width:120px;height:120px;box-shadow:3px 3px #000;&__inner{font-family:var(--font-body);color:#000;font-size:3rem;font-weight:700}}.profile-name{font-family:var(--font-body);text-transform:uppercase;color:#ff5;text-shadow:2px 2px 0 #000}.profile-title{color:#fff;font-family:var(--font-body)}.profile-bio p{font-size:1.15rem;color:#fff;margin-bottom:.9rem;line-height:1.55;&:before{content:"│ ";color:#ff5}}.profile-skills__heading,.experience__heading{font-family:var(--font-body);color:#ff5;font-size:1rem}.profile-contact__link{color:#bcbcff;font-size:1rem;&:hover{color:#ff5}}.skill-tag{font-size:1rem;background:#0aa;color:#000;border-color:#fff;border-radius:0;&:before{content:"["}&:after{content:"]"}}.timeline:before{background:#ffffff4d}.timeline__dot{border-radius:0;background:#ff5;border:1px solid #000}.timeline__company{font-family:var(--font-body);text-transform:uppercase;font-size:1.2rem;color:#ff5}.timeline__role{color:#fff;font-family:var(--font-body);&:before{content:"> ";color:#ff5}}.timeline__period{color:#bcbcff;font-family:var(--font-body);font-size:1rem}.timeline__desc{color:#fff;font-size:1.1rem}.timeline__tech-tag{background:#0aa;color:#000;font-size:.95rem;border-color:#fff;border-radius:0;font-family:var(--font-body)}.hex-wall{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.4rem;padding:1rem 1.5rem;max-width:1000px;margin:0 auto;border:2px double #fff;background:#00a;font-size:inherit;&:before{content:none}}.hex-item{clip-path:none;border-radius:0;background:#0aa;border:1px solid #fff;margin:0;aspect-ratio:auto;width:auto;font-size:inherit;&:hover{background:#ff5;transform:none;filter:none}&__inner{padding:.6rem .5rem}&__label{color:#000;font-family:var(--font-body);font-size:.95rem;text-transform:uppercase}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){filter:none;opacity:.6}.hex-legend__item{color:#fff;font-family:var(--font-body);font-size:1rem;&:before{background:#0aa!important}}.edu-item{border-radius:0;border:1px solid rgba(255,255,255,.3);border-left:3px solid #ffff55;background:#00aaaa14;&__degree{color:#ff5}}.project-card{border-radius:0;background:#0aa;border:2px solid #fff;color:#000;&:hover,&[open]{background:#ff5;transform:none;box-shadow:4px 4px #000}&__name{color:#000;font-family:var(--font-body);text-transform:uppercase}&__tagline{color:#000;opacity:.8}&__num{color:#000;opacity:.4;font-family:var(--font-body)}&__caret{color:#000}&__tech-preview li{background:#00a;color:#fff;border-color:#fff;font-family:var(--font-body);font-size:.9rem}&__body-inner{background:#008;border:2px double #fff;border-radius:0}}.project-card[open] .project-card__name{color:#ff5;font-family:var(--font-body);text-transform:uppercase}.project-card[open] .project-card__tagline,.project-card[open] .project-detail__desc{color:#fff}.links-showcase{grid-template-columns:1fr 1fr;min-height:unset}.link-card{background:#0aa;border:2px solid #fff;border-radius:0;box-shadow:4px 4px #000;margin:1rem;padding:2rem;color:#000;&:hover{background:#ff5;color:#000}&--github .link-card__fill,&--linkedin .link-card__fill{background:#ff5}&__name{font-family:var(--font-body);text-transform:uppercase;color:#000;font-size:clamp(1.5rem,3vw,2.5rem)}&__handle,&__url{color:#000;opacity:.7}&__cta{color:#00a;font-weight:700;&:before{content:">> "}}&__bg-icon{color:#00a;opacity:.12}}.section-contact .section-inner--centered{align-items:flex-start;text-align:left}.contact-desc{color:#fff;font-size:1.15rem}.mobile-menu{background:#00a}.mobile-menu__link{font-family:var(--font-body);font-size:2rem;letter-spacing:.15em;text-transform:uppercase;&:before{content:"> ";color:#fff}&:hover{color:#ff5}}.mobile-menu__close{color:#fff;font-family:var(--font-body)}.nav-mobile{display:none}.theme-toggle{top:1.9rem;right:.5rem}}}@keyframes anime-bg-drift{0%{background-position:0 0}to{background-position:120px 120px}}@keyframes anime-float{0%{background-position:0 0}to{background-position:-200px -200px}}@keyframes rainbow-shift{0%{background-position:0% center}to{background-position:200% center}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes anime-char-shimmer{0%,to{color:#ff6eb4}40%{color:#b8c0ff}70%{color:#ffd6ff}}@keyframes sparkle-pop{0%{opacity:1;transform:translate(-50%) translateY(0) scale(0)}to{opacity:0;transform:translate(-50%) translateY(-1.2em) scale(1.5)}}@layer themes{[data-theme=anime]{--font-body: "Nunito", "Comic Sans MS", cursive, sans-serif;--color-bg: #fff5fb;--color-surface: #ffe4f7;--color-accent: #c9005a;--color-accent-dim: rgba(201, 0, 90, .1);--color-text: #2d0040;--color-text-muted: #7b3090;--color-border: rgba(201, 0, 90, .22);--color-tag-bg: rgba(201, 0, 90, .08);--color-tag-border: rgba(201, 0, 90, .28);--color-nav-bg: rgba(45, 0, 64, .85);--color-nav-border: rgba(255, 110, 180, .5);--radius-btn: 2rem;--radius-card: 1.5rem;body{background-color:#fff5fb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Ctext x='6'   y='22'  font-size='18' fill='rgba(201,0,90,0.12)'%3E✦%3C/text%3E%3Ctext x='60'  y='50'  font-size='12' fill='rgba(201,0,90,0.09)'%3E♡%3C/text%3E%3Ctext x='96'  y='22'  font-size='10' fill='rgba(150,50,200,0.1)'%3E✧%3C/text%3E%3Ctext x='18'  y='82'  font-size='12' fill='rgba(180,80,220,0.09)'%3E⋆%3C/text%3E%3Ctext x='78'  y='105' font-size='18' fill='rgba(201,0,90,0.07)'%3E✦%3C/text%3E%3Ctext x='42'  y='112' font-size='10' fill='rgba(150,50,200,0.08)'%3E✦%3C/text%3E%3Ctext x='108' y='68'  font-size='14' fill='rgba(201,0,90,0.07)'%3E♡%3C/text%3E%3Ctext x='8'   y='48'  font-size='10' fill='rgba(255,180,220,0.15)'%3E✦%3C/text%3E%3Ctext x='112' y='118' font-size='8'  fill='rgba(201,0,90,0.1)'%3E✧%3C/text%3E%3Ctext x='62'  y='16'  font-size='8'  fill='rgba(150,50,200,0.11)'%3E⋆%3C/text%3E%3C/svg%3E");background-size:120px 120px;animation:anime-bg-drift 35s linear infinite;&:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Ctext x='28'  y='38'  font-size='14' fill='rgba(201,0,90,0.1)'%3E✧%3C/text%3E%3Ctext x='122' y='88'  font-size='10' fill='rgba(150,50,200,0.12)'%3E✦%3C/text%3E%3Ctext x='76'  y='158' font-size='8'  fill='rgba(255,150,200,0.1)'%3E⋆%3C/text%3E%3Ctext x='158' y='168' font-size='12' fill='rgba(201,0,90,0.08)'%3E♡%3C/text%3E%3Ctext x='10'  y='120' font-size='8'  fill='rgba(180,80,220,0.1)'%3E✦%3C/text%3E%3Ctext x='170' y='32'  font-size='10' fill='rgba(201,0,90,0.07)'%3E✦%3C/text%3E%3C/svg%3E");background-size:200px 200px;animation:anime-float 22s linear infinite}}.section-profile{background:#fff5fb}.section-interests{background:#ffe4f7}.section-links{background:#fff0fa}.section-contact{background:#ffe4f7}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffe4f7}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c9005a,#9b59b6);border-radius:4px}@media(min-width:769px){.side-nav{position:fixed;inset:0 auto 0 0;width:185px;transform:none;background:linear-gradient(180deg,#ffe4f7,#f5d0ef);border-right:3px double rgba(201,0,90,.6);box-shadow:2px 0 12px #c9005a1f;display:flex;flex-direction:column;z-index:100;&:before{content:"★  MENU  ★";display:block;text-align:center;padding:.5rem;background:linear-gradient(90deg,#c9005a,#9b59b6);color:#fff;font-weight:900;font-size:.82rem;letter-spacing:.12em;border-bottom:2px solid rgba(201,0,90,.5);flex-shrink:0}}.side-nav__list{flex-direction:column;border-radius:0;width:100%;gap:0;padding:0;background:transparent;backdrop-filter:none;border:none;animation:none;&:after{display:none}}.side-nav__item{width:100%;height:auto;min-height:2.6rem;border-radius:0;justify-content:flex-start;padding:.5rem .75rem;gap:.5rem;border-bottom:1px dashed rgba(201,0,90,.25);font-size:.8rem;font-weight:700;color:#2d0040;& svg{display:none}&:before{font-size:1rem;line-height:1;flex-shrink:0}&[data-section=home]:before{content:"🏠"}&[data-section=profile]:before{content:"✨"}&[data-section=interests]:before{content:"💖"}&[data-section=projects]:before{content:"🎮"}&[data-section=links]:before{content:"🔗"}&[data-section=contact]:before{content:"📮"}&:hover{background:#c9005a1f;border-radius:0}&:hover .side-nav__tooltip{color:#c9005a}}.side-nav__tooltip{position:static;opacity:1;visibility:visible;pointer-events:auto;background:transparent;color:#2d0040;padding:0;border-radius:0;transform:none;font-size:.78rem;white-space:nowrap;transition:none}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{background:#c9005a26;color:#c9005a}main{margin-left:185px;margin-top:1.8rem}.anime-deco{display:flex;flex-direction:column;align-items:center;position:fixed;left:0;bottom:0;width:185px;padding:.75rem .5rem;background:linear-gradient(180deg,transparent,rgba(255,210,240,.6));border-top:1px dashed rgba(201,0,90,.3);z-index:101;gap:.4rem;text-align:center;&__header{display:none}&__visitor{font-size:.72rem;font-weight:700;color:#7b3090;line-height:1.4}&__count{display:block;font-size:1.1rem;font-weight:900;color:#c9005a;font-family:Courier New,monospace}&__divider{color:#c9005a66;font-size:.7rem}&__badge{font-size:.65rem;font-weight:700;color:#2d0040;border:1px dashed rgba(201,0,90,.4);border-radius:.5rem;padding:.2rem .4rem;line-height:1.4}&__stamp{font-size:.65rem;color:#7b3090;font-style:italic}}.anime-marquee{display:flex;align-items:center;position:fixed;top:0;left:185px;right:0;z-index:200;height:1.8rem;overflow:hidden;background:linear-gradient(90deg,#c9005a,#9b59b6,#c9005a);background-size:200% auto;animation:rainbow-shift 8s linear infinite;& span{display:inline-block;white-space:nowrap;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.04em;padding-left:100vw;animation:marquee-scroll 35s linear infinite}}.theme-toggle{top:2.3rem}}.section-profile,.section-links,.section-contact{border-top:3px dashed rgba(201,0,90,.3)}.section-interests{border-top:3px dotted rgba(155,89,182,.3)}.section-heading{background:linear-gradient(90deg,#c9005a,#9b59b6,#c9005a);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:rainbow-shift 5s linear infinite;&:before{content:"✦ ";background:none;-webkit-text-fill-color:#c9005a}&:after{content:" ✦";display:inline;width:auto;height:auto;background:none;margin:0;-webkit-text-fill-color:#c9005a}}.section-profile .section-inner{background:#ffffffbf;backdrop-filter:blur(8px);border:2px solid rgba(201,0,90,.2);border-radius:2rem;max-width:1100px;margin:2rem auto;box-shadow:0 4px 40px #c9005a14,0 0 80px #9b59b60f}.section-home{background:#160d2a;&:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,#160d2a14,#160d2aa6);pointer-events:none;z-index:0}}.home-name{color:#ff6eb4;.char{animation:anime-char-shimmer 5s ease-in-out infinite;position:relative;&:hover:after{content:"✧";position:absolute;top:-.5em;left:50%;transform:translate(-50%);font-size:.6em;color:#ff6eb4;pointer-events:none;animation:sparkle-pop .5s ease forwards}}.word:nth-child(1) .char:nth-child(2n){animation-delay:-2.5s}.word:nth-child(1) .char:nth-child(3n){animation-delay:-1.2s}.word:nth-child(2) .char:nth-child(odd){animation-delay:-3.5s}.word:nth-child(2) .char:nth-child(2n){animation-delay:-.8s}}.home-subtitle{letter-spacing:.2em;color:#c4a8e0}.home-tagline{color:#c4a8e0}.profile-layout{display:grid;grid-template-columns:270px 1fr;grid-template-areas:"avatar bio" "experience experience";gap:2rem}@container section (max-width: 768px){.profile-layout{grid-template-columns:1fr;grid-template-areas:"avatar" "bio" "experience"}}.profile-avatar-col{background:linear-gradient(145deg,#ffe4f7,#f5e0ff);border:2px dashed rgba(201,0,90,.3);border-radius:2rem;padding:2rem 1.5rem;align-items:center;align-self:start}.profile-avatar{width:180px;height:180px;border:4px solid #c9005a;box-shadow:0 0 0 6px #c9005a1f,0 0 30px #c9005a33;background:linear-gradient(135deg,#ffd6f5,#e0b8ff);&__inner{color:#c9005a}}.profile-name{color:#2d0040}.profile-title{color:#c9005a}.profile-bio p{color:#7b3090}.profile-contact__link{color:#7b3090;&:hover{color:#c9005a}}.timeline{flex-direction:row;flex-wrap:wrap;gap:1.25rem;&:before{display:none}}.timeline__item{flex:1 1 260px;grid-template-columns:1fr;gap:0;background:#ffffffb3;border:1px solid rgba(201,0,90,.2);border-radius:1.25rem;padding:1.5rem}.timeline__dot{display:none}.timeline__company{color:#2d0040;&:before{content:"✦ ";color:#c9005a;font-size:.75em}}.timeline__role{color:#c9005a}.timeline__period,.timeline__desc{color:#7b3090}.timeline__body{padding:0}.timeline__header{flex-direction:column;gap:.2rem}.timeline__tech-tag{color:#7b3090;border-color:#c9005a33;background:#c9005a0f}.education__heading{color:#c9005a;&:before{content:"✦ ";color:#c9005a}}.edu-item{background:#ffffffb3;border:1px solid rgba(201,0,90,.2);border-left:3px solid #c9005a;border-radius:1.25rem;&__degree{color:#2d0040;&:before{content:"✦ ";color:#c9005a;font-size:.75em}}&__type{color:#c9005a}&__institution,&__period{color:#7b3090}}.skill-tag{background:#fffc;border-color:#c9005a40;color:#2d0040;&:hover{background:#c9005a;color:#fff;border-color:#c9005a}}.profile-skills__heading{color:#c9005a}.section-projects{background:#fff5fb;border-top:3px dashed rgba(201,0,90,.3)}.project-card{background:#fffc;border-color:#c9005a33;border-radius:1.5rem;color:#2d0040;&:hover,&[open]{box-shadow:0 0 0 2px var(--project-color),0 0 20px color-mix(in srgb,var(--project-color) 30%,transparent)}&__name{color:#2d0040;&:before{content:"✦ ";color:#c9005a;font-size:.75em}}&__tagline{color:#7b3090}&__tech-preview li{color:#7b3090;background:#c9005a0f;border-color:#c9005a33}&__body-inner{background:#ffffffd9;border:2px dashed rgba(201,0,90,.3);border-radius:1.5rem;color:#2d0040}}.project-card[open] .project-card__tagline,.project-card[open] .project-detail__desc{color:#7b3090}.hex-item:hover{filter:brightness(1.05) drop-shadow(0 0 20px var(--hex-color)) saturate(1.4)}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){filter:brightness(.7) saturate(.6)}.hex-legend__item{color:#7b3090}.section-links .section-inner{padding-bottom:1rem}.links-showcase{grid-template-columns:1fr;min-height:unset}.link-card{background:#ffffffbf;border:2px solid rgba(201,0,90,.2);border-radius:2rem;margin:.75rem 2rem;min-height:28vh;padding:3rem;color:#2d0040;&__handle,&__url{color:#7b3090}&__cta{color:#c9005a;&:after{content:" ♡"}}&--github .link-card__fill{background:#f0e0ff}&--linkedin .link-card__fill{background:#0077b5}&--github:hover{color:#2d0040}&--linkedin:hover{color:#fff}&__name{font-size:clamp(1.8rem,5vw,2.5rem);color:#2d0040}&__bg-icon{color:#c9005a}}.section-contact .section-inner--centered{padding:4rem 2rem}.section-contact .section-heading{color:#c9005a}.contact-desc{background:#ffffffbf;border:2px dashed rgba(201,0,90,.3);border-radius:2rem;padding:2rem;max-width:520px;color:#7b3090}.btn--primary{background:#c9005a;&:hover{box-shadow:0 0 30px #c9005a66}}.btn--ghost{border-color:#c9005a;color:#c9005a;&:hover{background:#c9005a;color:#fff}}.site-footer{color:#7b3090;border-top-color:#c9005a26}.mobile-menu{background:#fff5fb}.mobile-menu__link{color:#2d0040;&:hover{color:#c9005a}}.mobile-menu__close{color:#2d0040}}}@keyframes crt-flicker{0%,97%,to{opacity:1}98%{opacity:.97}99%{opacity:.96}}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes bbs-type{0%{max-width:0}to{max-width:100%}}@layer themes{[data-theme=bbs]{--font-body: "VT323", "Courier New", monospace;--color-bg: #000000;--color-surface: #030d03;--color-accent: #00ff41;--color-accent-dim: rgba(0, 255, 65, .12);--color-text: #00ff41;--color-text-muted: #4dff7c;--color-border: rgba(0, 255, 65, .35);--color-tag-bg: rgba(0, 255, 65, .1);--color-tag-border: rgba(0, 255, 65, .4);--color-nav-bg: rgba(0, 0, 0, .95);--color-nav-border: rgba(0, 255, 65, .5);--radius-btn: 0px;--radius-card: 0px;body{font-size:120%;background-color:#000;background-image:radial-gradient(rgba(0,255,65,.07) 1px,transparent 1px);background-size:8px 8px;animation:crt-flicker .15s infinite;&:before{content:"";position:fixed;inset:0;z-index:9998;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.13) 2px,rgba(0,0,0,.13) 4px)}&:after{content:"";position:fixed;inset:0;z-index:9997;pointer-events:none;background:radial-gradient(ellipse at center,transparent 55%,rgba(0,0,0,.55) 100%)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000;border-left:1px solid var(--color-accent)}::-webkit-scrollbar-thumb{background:var(--color-accent)}::selection{background:var(--color-accent);color:#000}@media(min-width:769px){.side-nav{inset:0 0 auto;width:100%;padding:0}.side-nav__list{flex-direction:row;border-radius:0;width:100%;justify-content:flex-start;gap:0;padding:0 1rem;border:none;border-bottom:2px solid var(--color-accent);background:#000000f7;backdrop-filter:none;&:after{content:"Alexander Poyanco BBS v1.0";margin-left:auto;padding:0 1rem;color:var(--color-text-muted);font-family:var(--font-body);font-size:.95rem;display:flex;align-items:center;position:static;width:auto;height:auto;background:transparent;opacity:1}}.side-nav__item{width:auto;height:2.75rem;border-radius:0;padding:0 1.2rem;color:var(--color-text-muted);font-family:var(--font-body);font-size:1rem;border-right:1px solid rgba(0,255,65,.2);letter-spacing:.05em;& svg{display:none}&[data-section=home]:after{content:"[F1] INICIO"}&[data-section=profile]:after{content:"[F2] PERFIL"}&[data-section=interests]:after{content:"[F3] SKILLS"}&[data-section=projects]:after{content:"[F4] PROYECTOS"}&[data-section=links]:after{content:"[F5] LINKS"}&[data-section=contact]:after{content:"[F6] CONTACTO"}&:hover{background:var(--color-accent);color:#000}}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{background:var(--color-accent);color:#000}.side-nav__tooltip{display:none}main{margin-top:2.75rem}}.section-profile:before,.section-interests:before,.section-links:before,.section-contact:before{content:"";display:block;height:2px;background:repeating-linear-gradient(90deg,var(--color-accent) 0,var(--color-accent) 6px,transparent 6px,transparent 12px);opacity:.4}.section-heading{font-size:clamp(1.8rem,4vw,2.8rem);text-transform:uppercase;letter-spacing:.12em;text-shadow:0 0 8px rgba(0,255,65,.5);&:before{content:"C:\\> ";color:var(--color-text-muted);font-size:.7em}&:after{content:"_";display:inline;width:auto;height:auto;background:none;margin:0;animation:blink-cursor 1s step-end infinite;color:var(--color-accent)}}.section-profile .section-inner,.section-links .section-inner,.section-contact .section-inner--centered{border:1px solid var(--color-accent);max-width:980px;margin:2rem auto;padding:0;box-shadow:4px 4px #00ff4140,8px 8px #00ff411a}.section-profile .section-inner{--win-title: " PERFIL.EXE "}.section-links .section-inner{--win-title: " LINKS.EXE "}.section-contact .section-inner--centered{--win-title: " CONTACTO.EXE "}.section-profile .section-inner:before,.section-links .section-inner:before,.section-contact .section-inner--centered:before{content:"  ■ □ ─────  " var(--win-title, " VENTANA ") "  ─────────────────────────────────────────";background:var(--color-accent);color:#000;font-family:var(--font-body);font-size:1rem;padding:.25rem .75rem;display:block;overflow:hidden;white-space:nowrap;letter-spacing:0}.section-profile .section-inner>*:not(:first-child),.section-links .section-inner>*:not(:first-child),.section-contact .section-inner--centered>*:not(:first-child){padding:0 2rem}.section-profile .section-inner .profile-layout{padding:2rem}.section-links .section-inner .section-heading,.section-contact .section-inner--centered .section-heading{padding:1.5rem 2rem 0}.section-home{&:after{content:"";position:absolute;inset:0;background:#00000080;pointer-events:none;z-index:0}&:before{content:"╔══════════════════╗\a║  A.POYANCO BBS   ║\a║  v1.0  WELCOME   ║\a╚══════════════════╝";position:absolute;top:3rem;right:5vw;font-family:var(--font-body);font-size:1rem;color:#00ff4159;white-space:pre;pointer-events:none;z-index:1;line-height:1.4}}.home-content{text-align:left;padding-left:5vw}.home-name{color:var(--color-accent);letter-spacing:.04em;text-shadow:0 0 10px rgba(0,255,65,.9),0 0 30px rgba(0,255,65,.4),0 0 60px rgba(0,255,65,.15)}.home-subtitle{letter-spacing:.3em;color:var(--color-text-muted);&:before{content:"> "}}.home-tagline{color:var(--color-text-muted);border-right:2px solid var(--color-accent);white-space:nowrap;overflow:hidden;animation:bbs-type 2.5s steps(60,end) 1s both,blink-cursor 1s step-end 3.5s infinite}.btn{border:1px solid var(--color-accent);border-radius:0;text-transform:uppercase;letter-spacing:.15em;font-size:1.1rem;&--primary::before{content:"[ "}&--primary::after{content:" ]"}&--ghost::before{content:"< "}&--ghost::after{content:" >"}}.profile-layout{grid-template-columns:1fr;grid-template-areas:"avatar" "bio" "experience";gap:0}.profile-avatar-col{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start;border-bottom:1px dashed var(--color-text-muted);padding-bottom:1.5rem;margin-bottom:1.5rem}.profile-avatar{width:100px;height:100px;border-radius:0;border:2px solid var(--color-accent);box-shadow:3px 3px 0 var(--color-text-muted);background:#000;&__inner{font-size:1.8rem;color:var(--color-accent);text-shadow:0 0 8px var(--color-accent)}}.profile-name{font-size:clamp(1.6rem,4vw,2.4rem);letter-spacing:.05em}.profile-title{font-size:1.1rem;letter-spacing:.25em}.profile-bio p{font-size:1.15rem;color:var(--color-text-muted)}.skill-tag{border-radius:0;font-size:.95rem;&:before{content:"[";margin-right:3px;color:var(--color-text-muted)}&:after{content:"]";margin-left:3px;color:var(--color-text-muted)}}.timeline{&:before{background:var(--color-border)}}.timeline__dot{border-radius:0;box-shadow:0 0 6px var(--color-accent)}.timeline__company{font-size:1.15rem;text-transform:uppercase;letter-spacing:.08em}.timeline__role{font-size:1rem;&:before{content:" > ";color:var(--color-text-muted)}}.timeline__period{font-size:1rem}.timeline__desc{font-size:1.1rem;color:var(--color-text-muted)}.timeline__tech-tag{font-size:.9rem;border-radius:0;color:var(--color-text-muted)}.section-projects{background:var(--color-bg);.section-inner{position:relative;&:before{content:"─────────────────────────────────────────────────";display:block;color:#00ff4133;font-family:var(--font-body);font-size:1rem;overflow:hidden;margin-bottom:1rem;padding-top:.5rem}}.section-heading:after{content:none}}.project-card{border-radius:0;border:1px solid var(--color-border);border-top:3px solid var(--project-color, var(--color-accent));position:relative;&:before{content:"C:\\PROJECTS\\" attr(data-slug) ".EXE";display:block;font-size:.72rem;color:var(--color-text-muted);margin-bottom:.5rem;font-family:inherit}&:after{content:"[ ENTER TO OPEN ]";position:absolute;bottom:.75rem;right:1rem;font-size:.7rem;color:#00ff414d;font-family:inherit;letter-spacing:.08em}&:hover:after{color:#00ff41b3}&:hover,&[open]{background:#00ff410a;box-shadow:0 0 16px #00ff414d,4px 4px #00ff4126;transform:none}&__body-inner{border-radius:0;border-color:var(--color-border);border-top:3px solid var(--color-accent);background:#020d02}&__name::before{content:"> ";color:var(--color-accent)}}.interests-header{max-width:980px}.hex-item[data-type=design]{--bbs-glow: rgba(233, 30, 140, .6);border-color:#e91e8c66}.hex-item[data-type=programming]{--bbs-glow: rgba(33, 150, 243, .6);border-color:#2196f366}.hex-item[data-type=animation]{--bbs-glow: rgba(255, 152, 0, .6);border-color:#ff980066}.hex-item[data-type=hobbies]{--bbs-glow: rgba(76, 175, 80, .6);border-color:#4caf5066}.hex-item[data-type=tool]{--bbs-glow: rgba(0, 255, 65, .6);border-color:#00ff4180}.hex-item{background:#00ff410d;border:1px solid rgba(0,255,65,.3);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);&:hover{filter:none;background:#00ff411f;box-shadow:0 0 20px var(--bbs-glow, rgba(0, 255, 65, .5)),inset 0 0 10px #00ff4114;transform:scale(1.06)}&__label{color:var(--color-accent);font-size:.78rem;letter-spacing:.03em}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){filter:brightness(.2) saturate(0)}.hex-legend__item{color:var(--color-text-muted);font-size:1rem;&[data-type]:before{background:var(--color-accent)!important;opacity:.7}}.education__heading{font-size:1.1rem;&:before{content:"C:\\> ";color:var(--color-text-muted)}}.edu-item{background:transparent;border:1px dashed var(--color-border);border-left:3px solid var(--color-accent);border-radius:0;&__degree{font-size:1.05rem;text-transform:uppercase;letter-spacing:.06em;&:before{content:"> ";color:var(--color-text-muted)}}&__type,&__institution,&__period{font-size:1rem;color:var(--color-text-muted)}}.section-links .section-inner{padding:0}.links-showcase{grid-template-columns:1fr 1fr;min-height:unset}.link-card{background:var(--color-bg);border:2px solid var(--color-accent);border-radius:0;box-shadow:5px 5px #00ff414d,10px 10px #00ff411a;margin:1.5rem;padding:2.5rem;transition:transform .2s,box-shadow .2s;&--github .link-card__fill{background:#00ff411f}&--linkedin .link-card__fill{background:#00ff411f}&:hover{color:var(--color-accent);transform:translate(-3px,-3px);box-shadow:8px 8px #00ff4166,13px 13px #00ff411a}&__name{font-size:clamp(2rem,4vw,3rem);text-transform:uppercase;letter-spacing:.1em}&__handle,&__url{color:var(--color-text-muted);font-size:1.1rem}&__cta{font-size:1.1rem;color:var(--color-accent);&:before{content:">> "}}&__bg-icon{opacity:.025;color:var(--color-accent)}}.section-contact{background:var(--color-bg);border-top:2px solid var(--color-accent);&:after{content:"STATUS: ONLINE ● ████░░░░░░ AWAITING INPUT...";display:block;text-align:center;font-family:var(--font-body);font-size:.85rem;color:#00ff4166;padding:.5rem 1rem 1rem;animation:bbs-type 3s steps(40,end) both}.section-inner--centered{text-align:left;align-items:flex-start}}.contact-desc{font-size:1.15rem;color:var(--color-text-muted);&:before{content:"C:\\PORTFOLIO> cat contacto.txt\a";display:block;white-space:pre;color:var(--color-text-muted);font-size:.9em;margin-bottom:.5rem}}.btn.btn--primary{background:var(--color-accent);color:#000;border:none;font-weight:700;&:before{content:"[ ";color:#000}&:after{content:" ]";color:#000}&:hover{background:#00cc34;color:#000}}.mobile-menu{background:var(--color-bg);border:2px solid var(--color-accent)}.mobile-menu__link{font-size:2.5rem;letter-spacing:.2em;text-transform:uppercase;&:before{content:"[F] ";color:var(--color-text-muted);font-size:.65em;vertical-align:middle}&:nth-child(1):before{content:"[F1] "}&:nth-child(2):before{content:"[F2] "}&:nth-child(3):before{content:"[F3] "}&:nth-child(4):before{content:"[F4] "}&:nth-child(5):before{content:"[F5] "}&:nth-child(6):before{content:"[F6] "}}.nav-hamburger,.side-nav__list{border-radius:0}}}@keyframes kana-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@layer themes{[data-theme=vapor]{--font-body: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;--font-mono: "VT323", "Courier New", monospace;--color-bg: #0d0221;--color-surface: #1a0840;--color-accent: #ff71ce;--color-accent-dim: rgba(255, 113, 206, .18);--color-text: #fffb96;--color-text-muted: #b967ff;--color-border: rgba(255, 113, 206, .4);--color-tag-bg: rgba(255, 113, 206, .1);--color-tag-border: rgba(255, 113, 206, .45);--color-nav-bg: rgba(13, 2, 33, .92);--color-nav-border: #ff71ce;--color-vapor-pink: #ff71ce;--color-vapor-cyan: #01cdfe;--color-vapor-purple: #b967ff;--color-vapor-yellow: #fffb96;--radius-btn: 0;--radius-card: 0;body{background:linear-gradient(160deg,#0d0221,#1a0840 35%,#2d1b69 65%,#0d0221);background-attachment:fixed}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0d0221}::-webkit-scrollbar-thumb{background:#ff71ce;box-shadow:0 0 8px #ff71ce}::selection{background:#ff71ce;color:#0d0221}.vapor-kana{display:flex;position:fixed;top:0;left:0;right:0;z-index:200;overflow:hidden;white-space:nowrap;background:linear-gradient(90deg,#0d0221f7,#1a0840f7);border-bottom:1px solid #ff71ce;font-family:VT323,monospace;font-size:1.1rem;line-height:1.6rem;height:1.6rem;color:#01cdfe;& span{display:inline-block;flex-shrink:0;animation:kana-scroll 28s linear infinite;padding-right:3rem}}main{margin-top:1.6rem}.section-home{background:#0d0221;overflow:hidden;&:before{content:"";position:absolute;z-index:0;width:min(300px,50vw);height:min(300px,50vw);left:50%;bottom:30%;transform:translate(-50%);border-radius:50%;background:linear-gradient(to bottom,#ff6b35,#ff71ce 45%,#fffb96);filter:blur(3px);box-shadow:0 0 60px #ff71ce,0 0 120px #ff71ce59;-webkit-mask-image:repeating-linear-gradient(0deg,black,black 7px,transparent 7px,transparent 11px);mask-image:repeating-linear-gradient(0deg,black,black 7px,transparent 7px,transparent 11px)}&:after{content:"";position:absolute;z-index:0;bottom:0;left:-30%;right:-30%;height:55%;background-color:#ff71ce;background-image:linear-gradient(45deg,#0d0221 25%,transparent 25%),linear-gradient(-45deg,#0d0221 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#0d0221 75%),linear-gradient(-45deg,transparent 75%,#0d0221 75%);background-size:44px 44px;background-position:0 0,0 22px,22px -22px,-22px 0px;transform:perspective(280px) rotateX(55deg);transform-origin:top center;opacity:.55}}.home-content{position:relative;z-index:1;text-align:center}.home-name{font-size:clamp(2.5rem,12vw,9rem);font-weight:900;text-transform:uppercase;letter-spacing:.06em;line-height:.88;color:#fffb96;text-shadow:-4px 0 0 #ff71ce,4px 0 0 #01cdfe,0 0 30px rgba(255,251,150,.25)}.home-subtitle{font-family:var(--font-mono);font-size:1.2rem;color:#b967ff;letter-spacing:.45em;text-transform:uppercase}.home-tagline{font-family:var(--font-mono);font-size:1rem;color:#01cdfe;letter-spacing:.15em}.home-cta{justify-content:center}.home-scroll-hint{color:#b967ff}.btn{border-radius:0;font-family:var(--font-mono);font-size:1.1rem;text-transform:uppercase;letter-spacing:.1em;box-shadow:3px 3px #ff71ce80;transition:transform .2s,box-shadow .2s;&:active{transform:translate(2px,2px);box-shadow:none}&--primary{background:transparent;border:2px solid #ff71ce;color:#ff71ce;box-shadow:0 0 12px #ff71ce66,inset 0 0 10px #ff71ce14;&:hover{background:#ff71ce;color:#0d0221;box-shadow:0 0 24px #ff71cecc;filter:none}}&--ghost{border-color:#01cdfe;color:#01cdfe;&:hover{background:#01cdfe;color:#0d0221}}}.section-heading{font-size:clamp(1.8rem,5vw,4rem);text-transform:uppercase;letter-spacing:.12em;color:#ff71ce;text-shadow:3px 3px 0 #b967ff,-2px -2px 0 #01cdfe;font-weight:900;&:after{display:none}}.section-subheading{color:#b967ff;font-family:var(--font-mono)}.section-profile{background:#1a0840b3;border-top:1px solid rgba(255,113,206,.25)}.section-interests{background:#0d0221d9;border-top:1px solid rgba(1,205,254,.2)}.section-projects{background:#1a084099;border-top:1px solid rgba(185,103,255,.25)}.section-links{background:#0d0221d9;border-top:1px solid rgba(255,113,206,.25)}.section-contact{background:#1a0840b3;border-top:1px solid rgba(1,205,254,.2)}.profile-avatar{border-radius:0;border-color:#ff71ce;box-shadow:0 0 20px #ff71ce80,0 0 40px #ff71ce33;background:#b967ff;&__inner{color:#0d0221}}.profile-name{color:#fffb96;text-transform:uppercase;letter-spacing:.06em;text-shadow:2px 2px 0 #b967ff}.profile-title{color:#ff71ce;font-family:var(--font-mono);letter-spacing:.2em}.profile-bio p{color:#fffb96}.profile-contact__link{color:#01cdfe;&:hover{color:#ff71ce}}.profile-skills__heading,.experience__heading{color:#ff71ce;font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase}.timeline__company{color:#01cdfe;text-transform:uppercase;letter-spacing:.08em}.timeline__role,.timeline__period{color:#b967ff}.timeline__dot{background:#ff71ce;box-shadow:0 0 8px #ff71ce;border-radius:0}.timeline__tech-tag{background:#ff71ce1a;border-color:#ff71ce80;color:#ff71ce;border-radius:0}.edu-item{border-left-color:#ff71ce;border-radius:0;background:#ff71ce0f}.edu-item__degree{color:#fffb96}.skill-tag{border-radius:0;font-family:var(--font-mono);text-transform:uppercase}.skill-tag--core{background:#01cdfe1f;border-color:#01cdfe;color:#01cdfe}.skill-tag--cloud{background:#b967ff1f;border-color:#b967ff;color:#b967ff}.skill-tag--data{background:#05ffa11a;border-color:#05ffa1;color:#05ffa1}.skill-tag--security{background:#ff71ce1f;border-color:#ff71ce;color:#ff71ce}.skill-tag--creative{background:#fffb961a;border-color:#fffb96;color:#fffb96}.skill-tag--tooling{background:#ff71ce1f;border-color:#ff71ce;color:#ff71ce}.hex-item[data-type=design]{--hex-color: #ff71ce}.hex-item[data-type=programming]{--hex-color: #01cdfe}.hex-item[data-type=animation]{--hex-color: #b967ff}.hex-item[data-type=hobbies]{--hex-color: #fffb96}.hex-item[data-type=tool]{--hex-color: #ff71ce}.hex-item{background:#0d0221cc;border-color:var(--hex-color, #ff71ce);border-width:1px;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;&:hover{transform:perspective(600px) rotateY(18deg) translateZ(12px) scale(1.05);box-shadow:6px 6px 20px #ff71ce80,-4px -4px 20px #01cdfe4d;background:#1a0840e6}&__label{color:var(--hex-color, #ff71ce);text-transform:uppercase;font-size:.62rem;letter-spacing:.1em;text-shadow:0 0 8px var(--hex-color, #ff71ce)}}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){opacity:.3}.hex-legend__item{color:#b967ff}.project-card{border-radius:0;background:#1a0840bf;border:1px solid rgba(255,113,206,.35);border-top:2px solid #ff71ce;transform:perspective(900px) rotateX(1.5deg) skew(-.8deg);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s;backdrop-filter:blur(6px);&:hover{transform:perspective(900px) rotateX(0) skew(0) translateY(-6px);box-shadow:0 12px 40px #ff71ce59,0 0 0 1px #01cdfe;background:#1a0840f2}&[open]{transform:none;background:#1a0840f2}&__name{color:#fffb96;text-transform:uppercase;letter-spacing:.05em}&__num{color:#b967ff;font-family:var(--font-mono)}&__tagline{color:#b967ff;font-style:italic}&__tech-preview li{background:#ff71ce1a;border-color:#ff71ce66;color:#ff71ce;border-radius:0}&__body-inner{background:#0d0221f2;border:1px solid #ff71ce;border-radius:0}}.project-card[open] .project-card__tagline,.project-card[open] .project-detail__desc{color:#b967ff}.links-showcase{grid-template-columns:1fr 1fr;min-height:unset}.link-card{border:1px solid rgba(255,113,206,.4);border-radius:0;background:#1a0840cc;backdrop-filter:blur(8px);transform:skew(-2.5deg);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s;&:hover{transform:skew(0) scale(1.02)}&--github .link-card__fill{background:#01cdfe}&--linkedin .link-card__fill{background:#b967ff}&--github:hover,&--linkedin:hover{color:#0d0221}&__name{color:#fffb96;text-transform:uppercase;letter-spacing:.08em;font-weight:900}&__handle{color:#b967ff}&__cta{color:#01cdfe}&__bg-icon{color:#ff71ce;opacity:.08}}.section-contact .section-inner--centered{text-align:center}.contact-desc{color:#b967ff}.side-nav__list{border-radius:0;border-color:#ff71ce}.side-nav__item{border-radius:0;&:hover{background:#ff71ce;color:#0d0221}}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{background:#ff71ce;color:#0d0221}.theme-toggle{top:2.1rem}.mobile-menu{background:#0d0221;border-top:2px solid #ff71ce}.mobile-menu__link{color:#fffb96;text-transform:uppercase;letter-spacing:.08em;&:hover{color:#ff71ce;text-shadow:0 0 10px #ff71ce}}.mobile-menu__close{color:#ff71ce}}}@layer themes{[data-theme=wii]{--font-body: "Nunito", "Segoe UI", Arial, Helvetica, sans-serif;--font-mono: "JetBrains Mono", monospace;--color-bg: #b8e4f9;--color-surface: #ffffff;--color-accent: #0099e0;--color-accent-dim: rgba(0, 153, 224, .12);--color-text: #1a3a5c;--color-text-muted: #4a7090;--color-border: rgba(0, 100, 200, .2);--color-tag-bg: rgba(0, 153, 224, .1);--color-tag-border: rgba(0, 153, 224, .3);--color-nav-bg: rgba(255, 255, 255, .88);--color-nav-border: rgba(0, 153, 224, .25);--color-wii-blue: #0099e0;--color-wii-sky: #5bc8f0;--color-wii-grass: #7cbf45;--radius-btn: 2rem;--radius-card: 1.25rem;body{background:linear-gradient(to bottom,#5bc8f0,#9cddf7 25%,#d4f2ff 55%,#d4f0a8 78%,#8bc864 90%,#5a9a2a);background-attachment:fixed;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff4d}::-webkit-scrollbar-thumb{background:#0099e0;border-radius:4px}::selection{background:#0099e0;color:#fff}.wii-topbar{display:flex;align-items:center;position:fixed;top:0;left:0;right:0;z-index:200;height:3rem;background:linear-gradient(to bottom,#fffffffa,#dcf2ffeb);border-bottom:1px solid rgba(0,120,200,.15);box-shadow:0 2px 12px #0050b41a;padding:0 1.5rem;gap:1rem;&__title{font-size:1.1rem;font-weight:800;color:#0099e0;letter-spacing:-.02em;&:before{content:"☁ "}}&__time{margin-left:auto;font-size:.9rem;font-weight:700;color:#1a3a5c;font-variant-numeric:tabular-nums}}main{margin-top:3rem}.section-home{background:transparent}.home-content{background:#ffffffd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:clamp(1.25rem,4vw,2rem);border:2px solid rgba(255,255,255,.92);box-shadow:0 8px 32px #0050c81f,0 2px 8px #0000000f,inset 0 1px #fffffff2;padding:clamp(2rem,5vw,3rem) clamp(1.5rem,6vw,4rem);max-width:680px;&:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent 50%);pointer-events:none}}.home-name{font-weight:900;font-size:clamp(2.5rem,8vw,6rem);letter-spacing:-.04em;line-height:.9;color:#1a3a5c}.home-subtitle{color:#0099e0;font-weight:700;letter-spacing:.04em}.home-tagline{color:#4a7090}.home-cta{justify-content:center}.home-scroll-hint{color:#4a7090}.btn{border-radius:2rem;font-weight:800;box-shadow:0 4px 12px #0050c833,inset 0 1px #ffffff80;position:relative;overflow:hidden;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;&:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:#ffffff4d;border-radius:2rem 2rem 0 0;pointer-events:none}&:hover{transform:scale(1.05);filter:none}&:active{transform:scale(.97)}&--primary{background:#0099e0;color:#fff;border-color:#0077bc}&--ghost{border-color:#0099e0;color:#0099e0}&--ghost:hover{background:#0099e0;color:#fff}}.section-profile,.section-interests,.section-projects,.section-links,.section-contact{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.88);position:relative;&:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;background:linear-gradient(to bottom,rgba(255,255,255,.35),transparent);pointer-events:none;z-index:0}}.section-heading{font-size:clamp(1.75rem,4vw,3rem);font-weight:900;letter-spacing:-.03em;color:#0099e0;&:after{display:none}}.section-subheading{color:#4a7090}.profile-avatar{border-radius:50%;border-color:#0099e0;box-shadow:0 8px 24px #0050c838,0 0 0 4px #fffc,inset 0 1px #ffffff80;background:linear-gradient(135deg,#5bc8f0,#0099e0);&__inner{color:#fff}}.profile-name{font-weight:900;color:#1a3a5c}.profile-title{color:#0099e0;font-weight:700}.profile-bio p{color:#1a3a5c}.profile-contact__link{color:#0099e0;&:hover{color:#005f8c}}.profile-skills__heading,.experience__heading{color:#0099e0;font-weight:800}.timeline__role{color:#0099e0;font-weight:700}.timeline__dot{background:#0099e0;box-shadow:0 0 0 4px #0099e026}.timeline__tech-tag{border-radius:2rem;background:#0099e01a;border-color:#0099e04d;color:#005f8c}.edu-item{border-left-color:#0099e0;border-radius:0 1rem 1rem 0;background:#0099e00f;&__degree{color:#0099e0}}.skill-tag{border-radius:2rem;font-weight:700;background:#0099e01a;border-color:#0099e059;color:#005f8c}.skill-tag--core{background:#0050c81f;border-color:#0050c859;color:#003d99}.skill-tag--cloud{background:#6432b41f;border-color:#6432b459;color:#5a189a}.skill-tag--data{background:#3ca03c1f;border-color:#3ca03c59;color:#2d7a2d}.skill-tag--security{background:#b432321a;border-color:#b432324d;color:#7a1a1a}.skill-tag--creative{background:#dc78001a;border-color:#dc78004d;color:#7a4000}.skill-tag--tooling{background:#0099e01a;border-color:#0099e059;color:#005f8c}.hex-item{background:#fffc;border-color:#0099e04d;box-shadow:0 4px 12px #0050c814,inset 0 1px #ffffffe6;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;&:hover{background:#0099e026;border-color:#0099e0;transform:scale(1.1) translateY(-6px);box-shadow:0 10px 24px #0050c833,inset 0 1px #ffffffe6}&__label{color:#0099e0;font-weight:700;font-size:.65rem}}.hex-item[data-type=design]{--hex-color: #ff6b9d}.hex-item[data-type=programming]{--hex-color: #0099e0}.hex-item[data-type=animation]{--hex-color: #ff9f1c}.hex-item[data-type=hobbies]{--hex-color: #7cbf45}.hex-item[data-type=tool]{--hex-color: #0099e0}.hex-legend__item{color:#4a7090}.project-card{border-radius:1.25rem;background:#fff;border:2px solid rgba(0,153,224,.18);box-shadow:0 4px 16px #0050c81a,0 1px 4px #0000000d,inset 0 1px #fffffff2;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;position:relative;overflow:hidden;&:after{content:"";position:absolute;top:0;left:0;right:0;height:45%;background:linear-gradient(to bottom,rgba(255,255,255,.55),transparent);border-radius:1.25rem 1.25rem 0 0;pointer-events:none}&:hover{transform:scale(1.04) translateY(-5px);box-shadow:0 14px 36px #0050c82e,0 4px 8px #00000014,inset 0 1px #fffffff2}&[open]{transform:scale(1.02)}&__name{color:#0099e0;font-weight:800}&__num{color:#4a7090}&__tagline{color:#4a7090}&__caret{color:#0099e0}&__tech-preview li{border-radius:2rem;background:#0099e014;border-color:#0099e040;color:#005f8c;font-size:.72rem}&__body-inner{border-radius:1.25rem;background:#fff;border:2px solid rgba(0,153,224,.2)}}.links-showcase{grid-template-columns:1fr 1fr;min-height:40vh}.link-card{border-radius:1.25rem;border:2px solid rgba(0,153,224,.2);background:#fff;box-shadow:0 4px 16px #0050c81a,inset 0 1px #fffffff2;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;&:hover{transform:scale(1.03) translateY(-3px)}&--github .link-card__fill{background:#24292e}&--linkedin .link-card__fill{background:#0077b5}&--github:hover{color:#fff}&--linkedin:hover{color:#fff}&__name{font-weight:900;color:#1a3a5c}&__cta{color:#0099e0;font-weight:700}&__bg-icon{opacity:.06;color:#0099e0}}.section-contact .btn--primary{background:#0099e0}.contact-desc{color:#4a7090}.side-nav__list{border-radius:2rem;box-shadow:0 4px 16px #0050c81f}.side-nav__item{border-radius:50%;&:hover{background:#0099e0;box-shadow:0 4px 12px #0050c84d}}body:not(:has(:target)) .side-nav__item[data-section=home],body:has(#home:target) .side-nav__item[data-section=home],body:has(#profile:target) .side-nav__item[data-section=profile],body:has(#interests:target) .side-nav__item[data-section=interests],body:has(#projects:target) .side-nav__item[data-section=projects],body:has(#links:target) .side-nav__item[data-section=links],body:has(#contact:target) .side-nav__item[data-section=contact]{background:#0099e0;box-shadow:0 4px 12px #0050c84d}.theme-toggle{top:3.5rem}.mobile-menu{background:#fffffff2;backdrop-filter:blur(16px)}.mobile-menu__link{color:#0099e0;font-weight:800;&:hover{color:#1a3a5c}}}}@layer themes{[data-theme=nocss]{--font-body: Times New Roman, serif;--font-mono: monospace;--color-bg: #ffffff;--color-surface: #ffffff;--color-accent: #000000;--color-accent-dim: transparent;--color-text: #000000;--color-text-muted: #000000;--color-border: #000000;--color-tag-bg: transparent;--color-tag-border: #000000;--color-nav-bg: transparent;--color-nav-border: #000000;*,*:before,*:after{box-sizing:content-box;margin:revert;padding:revert}body{font-family:Times New Roman,serif;background:#fff;color:#000;line-height:normal;overflow-x:auto;padding:0}a{color:#00e;text-decoration:underline}a:visited{color:#551a8b}ul,ol{list-style:revert}canvas{display:none!important}img,video{display:revert;max-width:revert}.pro-edge,.norton-titlebar,.norton-fbar,.anime-deco,.anime-marquee,.vapor-kana,.wii-topbar,.side-nav,.nav-mobile,.home-scroll-hint,.link-card__fill,.link-card__bg-icon{display:none!important}section{min-height:auto;contain:none;display:block}.section-inner{max-width:none;padding:1rem;container-type:normal}.section-inner--centered{display:block;text-align:left}.section-heading{font-size:1.5rem;font-weight:700;color:#000;letter-spacing:normal}.section-heading:before,.section-heading:after{content:none!important}.section-subheading{color:#000}.section-home{display:block}.home-content{position:static;padding:1rem;max-width:none}.home-name{font-size:2rem;font-weight:700;color:#000;letter-spacing:normal}.home-subtitle,.home-tagline{color:#000;letter-spacing:normal;text-transform:none}.btn,.btn--primary,.btn--ghost,.btn--large,button{display:inline-block!important;background:silver!important;color:#000!important;border:2px solid!important;border-color:#ffffff #808080 #808080 #ffffff!important;border-radius:0!important;padding:.25rem .75rem!important;font-family:Times New Roman,serif!important;font-size:1rem!important;font-weight:400!important;text-decoration:none!important;cursor:pointer!important;transition:none!important;filter:none!important}.btn svg,button svg{display:none!important}.btn:hover,button:hover{filter:none!important;background:silver!important;color:#000!important}.btn:active,button:active{border-color:#808080 #ffffff #ffffff #808080!important}.profile-layout{display:block;grid-template-columns:none;grid-template-areas:none}.profile-avatar{width:auto;height:auto;border-radius:0;border:1px solid #000000;background:transparent}.profile-contact__link{color:#00e;text-decoration:underline}.profile-name,.profile-title{color:#000}.skill-tag,.skill-tag--core,.skill-tag--cloud,.skill-tag--data,.skill-tag--security,.skill-tag--creative,.skill-tag--tooling{background:transparent!important;color:#000!important;border:1px solid #000000!important;border-radius:0!important;font-family:Times New Roman,serif!important;font-size:.9rem!important}.timeline:before{display:none}.timeline__dot{display:none}.timeline__item{display:block;padding-bottom:1rem}.timeline__company,.timeline__role,.timeline__period,.timeline__desc{color:#000;font-family:Times New Roman,serif}.timeline__tech-tag{background:transparent;color:#000;border:1px solid #000000;border-radius:0}.edu-item{display:block;border-left:none;background:transparent;border:1px solid #000000}.edu-item__degree,.edu-item__type,.edu-item__institution,.edu-item__period{color:#000}.hex-wall{display:block;padding:0 0 1rem 2rem;font-size:1rem}.hex-wall:before{display:none}.hex-item{display:list-item!important;list-style:disc!important;clip-path:none!important;aspect-ratio:auto!important;width:auto!important;margin:0 0 .25rem!important;background:transparent!important;position:static!important;transition:none!important}.hex-item:hover{transform:none!important;filter:none!important}.hex-wall:has(.hex-item:hover) .hex-item:not(:hover){filter:none!important}.hex-item__inner{position:static;display:inline;padding:0}.hex-item__tool-icon{display:none!important}.hex-item__label{font-size:1rem;color:#000;pointer-events:auto}.hex-legend{display:none}.project-card{background:transparent;border:1px solid #000000!important;border-top:1px solid #000000!important;border-radius:0;box-shadow:none!important;transform:none!important}.project-card:hover,.project-card:focus-within{box-shadow:none!important;transform:none!important}.project-card__num{display:none}.project-card__name{color:#000;font-size:1rem}.project-card__tagline,.project-detail__desc{color:#000}.project-card__tech-preview li{background:transparent;color:#000;border:1px solid #000000;border-radius:0}details.project-card>summary{padding:.5rem}.project-card__body{display:block;grid-template-rows:none}.project-card[open] .project-card__body{grid-template-rows:none}.project-card__body-inner{overflow:visible;padding:.5rem}.links-showcase{display:block;min-height:auto}.link-card{display:block;border:1px solid #000000;padding:1rem;min-height:auto;color:#000}.link-card__name{font-size:1.5rem}.link-card__handle,.link-card__url{color:#000}.link-card__cta{color:#00e}.link-card:hover{color:#000!important}.section-contact .section-inner--centered{display:block;text-align:left}.contact-desc{color:#000}.site-footer{border-top:1px solid #000000;color:#000}*,.home-subtitle,.home-tagline,.home-cta,.section-heading,.timeline__item,.link-card,.contact-desc,.profile-avatar-col,.edu-item,.project-card,.hex-item{animation:none!important;opacity:1!important}::view-transition-old(root),::view-transition-new(root){animation:none!important}}}
