.BrickGame-module__E9jyna__canvas{z-index:900;pointer-events:none;display:none;position:fixed;inset:0}.BrickGame-module__E9jyna__canvas[data-active]{pointer-events:auto;touch-action:none;display:block}.BrickGame-module__E9jyna__playing{cursor:none;-webkit-user-select:none;user-select:none}.BrickGame-module__E9jyna__banner{z-index:950;border:1px solid var(--accent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;background:#121212f0;border-radius:12px;flex-direction:column;align-items:center;gap:.35rem;padding:1.4rem 2.4rem;animation:.22s cubic-bezier(.34,1.56,.64,1) BrickGame-module__E9jyna__pop;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.BrickGame-module__E9jyna__banner strong{color:var(--accent);letter-spacing:.02em;font-size:1.5rem}.BrickGame-module__E9jyna__banner span{color:var(--text-muted);font-size:.9rem}@keyframes BrickGame-module__E9jyna__pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}}@media (prefers-reduced-motion:reduce){.BrickGame-module__E9jyna__banner{animation:none}}
.Nav-module__gOObGW__nav{z-index:800;min-height:var(--nav-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background-color:#1f1b24e6;position:sticky;top:0}.Nav-module__gOObGW__inner{min-height:var(--nav-h);justify-content:space-between;align-items:center;gap:1rem;display:flex}.Nav-module__gOObGW__brand{letter-spacing:.04em;color:var(--text);font-size:1.2rem;font-weight:700}.Nav-module__gOObGW__brand span{color:var(--accent)}.Nav-module__gOObGW__toggle{color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:.4rem;display:none}.Nav-module__gOObGW__links{gap:1.4rem;margin:0;padding:0;list-style:none;display:flex}.Nav-module__gOObGW__links a{color:var(--text);font-size:.92rem;position:relative}.Nav-module__gOObGW__links a:after{content:"";background:var(--accent);transform-origin:0;width:100%;height:2px;transition:transform .18s;position:absolute;bottom:-6px;left:0;transform:scaleX(0)}.Nav-module__gOObGW__links a:hover:after,.Nav-module__gOObGW__links a[aria-current]:after{transform:scaleX(1)}.Nav-module__gOObGW__links a[aria-current]{color:var(--accent)}@media (max-width:768px){.Nav-module__gOObGW__toggle{display:block}.Nav-module__gOObGW__links{top:var(--nav-h);background-color:var(--surface-alt);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:.5rem 1.25rem 1rem;display:none;position:absolute;left:0;right:0}.Nav-module__gOObGW__linksOpen{display:flex}.Nav-module__gOObGW__links li{padding:.6rem 0}}
.Hero-module__ZARIfG__hero{background:radial-gradient(ellipse 80% 60% at 50% 0%, #bb86fc21, transparent 70%), var(--bg);text-align:center;padding:clamp(3.5rem,10vw,6.5rem) 0 clamp(2rem,5vw,3rem)}.Hero-module__ZARIfG__name{letter-spacing:-.02em;color:var(--text);font-size:clamp(2rem,6vw,3.4rem);font-weight:700}.Hero-module__ZARIfG__role{min-height:1.9rem;color:var(--accent);justify-content:center;align-items:center;gap:2px;margin:0;font-size:clamp(1rem,2.6vw,1.35rem);display:flex}.Hero-module__ZARIfG__caret{background:var(--accent);width:2px;height:1.15em;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{50%{opacity:0}}
.BackToTop-module__9O7_lG__button{z-index:700;background-color:var(--accent);width:42px;height:42px;color:var(--bg);cursor:pointer;opacity:0;pointer-events:none;border:0;border-radius:50%;place-items:center;transition:opacity .2s,transform .2s;display:grid;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(8px)}.BackToTop-module__9O7_lG__button[data-visible]{opacity:1;pointer-events:auto;transform:none}
.Footer-module__S6Hkya__footer{background-color:var(--surface-alt);border-top:1px solid var(--border);text-align:center;margin-top:4rem;padding:2rem 0}.Footer-module__S6Hkya__footer p{margin:.3rem 0;font-size:.9rem}.Footer-module__S6Hkya__copy{color:var(--text-muted)}
.GameCard-module____h0ba__card{transition:opacity .26s,transform .26s cubic-bezier(.34,1.56,.64,1),filter .26s}.GameCard-module____h0ba__destroyed{opacity:0;filter:blur(3px);pointer-events:none;transform:scale(.86)rotate(-1.5deg)}@media (prefers-reduced-motion:reduce){.GameCard-module____h0ba__card{transition-duration:1ms}.GameCard-module____h0ba__destroyed{filter:none;transform:none}}
.Section-module__A23O5q__section{padding:3.5rem 0 1rem}.Section-module__A23O5q__heading{border-bottom:2px solid var(--accent);color:var(--text);margin-bottom:1.75rem;padding-bottom:.4rem;font-size:clamp(1.5rem,3vw,1.95rem);display:inline-block}.Section-module__A23O5q__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;display:grid}.Section-module__A23O5q__card{background-color:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:1.4rem 1.5rem}.Section-module__A23O5q__card h3{color:var(--accent);font-size:1.15rem}.Section-module__A23O5q__card h4{color:var(--text);margin-bottom:.25rem;font-size:.98rem;font-weight:500}.Section-module__A23O5q__date{color:var(--text-muted);letter-spacing:.02em;margin:0;font-size:.85rem}.Section-module__A23O5q__tags{flex-wrap:wrap;gap:.4rem;margin:.75rem 0 0;padding:0;list-style:none;display:flex}.Section-module__A23O5q__tag{border:1px solid var(--border);background:var(--surface-alt);color:var(--text-muted);border-radius:999px;padding:.15rem .6rem;font-size:.75rem}
.Sections-module__k-WNVq__stack{flex-direction:column;gap:1.25rem;display:flex}.Sections-module__k-WNVq__summary{margin-top:1rem}.Sections-module__k-WNVq__summaryHeading{border-bottom:2px solid var(--accent);padding-bottom:.4rem;font-size:clamp(1.5rem,3vw,1.95rem);display:inline-block}.Sections-module__k-WNVq__hint{color:var(--text-muted);margin-bottom:0}.Sections-module__k-WNVq__hint kbd{border:1px solid var(--accent);background:var(--surface-alt);min-width:1.6rem;color:var(--accent);text-align:center;border-bottom-width:2px;border-radius:5px;padding:.1rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;display:inline-block}.Sections-module__k-WNVq__certTitle{margin:0;font-size:1.02rem}@keyframes Sections-module__k-WNVq__grow{0%{width:0}}.Sections-module__k-WNVq__contact p{margin:.35rem 0}.Sections-module__k-WNVq__socials{gap:1.25rem;display:flex;margin-top:.75rem!important}.Sections-module__k-WNVq__gameHint{border-left:2px solid var(--accent);color:var(--text-muted);margin-top:1rem;padding-left:.9rem;font-size:.95rem}.Sections-module__k-WNVq__gameHint kbd,.Sections-module__k-WNVq__gameHint strong{color:var(--accent)}.Sections-module__k-WNVq__skillGroup{margin-bottom:1.75rem}.Sections-module__k-WNVq__skillCategory{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .75rem;font-size:.8rem;font-weight:600}.Sections-module__k-WNVq__skillList{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Sections-module__k-WNVq__skillChip{background:var(--surface-2,#2a2a2a);white-space:nowrap;border-radius:999px;padding:.4rem .8rem;font-size:.875rem;line-height:1.3}
