@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Archivo+Black&display=swap");*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{background-color:#fff;background-image:radial-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);background-size:20px 20px;color:#000;font-family:"JetBrains Mono",monospace;margin:0;padding:0;line-height:1.6}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:#ffffff;border-left:3px solid #000}::-webkit-scrollbar-thumb{background:#FFD600;border:3px solid #000;box-shadow:inset -2px -2px 0px rgba(0,0,0,0.1)}::-webkit-scrollbar-thumb:hover{background:#e6c100}::selection{background:#FFD600;color:#000}a{color:inherit;text-decoration:none}.container{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.brutal-box{background:white;border:3px solid #000;box-shadow:6px 6px 0 #000;padding:1.5rem;margin-bottom:2rem;position:relative}.brutal-box--dark{background:#FFD600;color:black}.brutal-box--accent{background:#FFD600}.brutal-box--pink{background:white}h1,h2,h3,h4{font-family:"Archivo Black",sans-serif;text-transform:uppercase;margin:0 0 0.5rem 0;line-height:1.1}.hero{display:grid;grid-template-columns:140px 1fr;gap:2rem;align-items:center}@media (max-width: 900px){.hero{grid-template-columns:1fr;text-align:center;padding-bottom:2rem}}.hero__avatar{width:140px;height:140px;border:3px solid #000;box-shadow:4px 4px 0 #000;background:#FFD600;flex-shrink:0}@media (max-width: 900px){.hero__avatar{margin:0 auto}}.hero__avatar img{width:100%;height:100%;object-fit:cover;display:block}.hero__badge{background:#FFD600;border:3px solid #000;padding:1rem 1.5rem;min-width:140px;text-align:center;transform:rotate(5deg);box-shadow:5px 5px 0 #000;position:absolute;top:-20px;right:-10px;z-index:10}@media (max-width: 900px){.hero__badge{top:-40px;right:-20px;transform:rotate(5deg) scale(0.6)}}.hero__badge-value{display:block;font-family:"Archivo Black",sans-serif;font-size:3rem;line-height:0.8;margin-bottom:0.2rem}.hero__badge-label{display:block;font-size:0.7rem;font-weight:bold;text-transform:uppercase}.hero__content{display:flex;flex-direction:column;gap:0.75rem;padding-top:1rem}@media (min-width: 901px){.hero__content{padding-right:200px}}.hero__name{font-size:2.5rem;margin:0;background:#FFD600;border:3px solid #000;padding:0.25rem 0.75rem;display:inline-block;align-self:start}@media (max-width: 900px){.hero__name{align-self:center}}.hero__title{font-size:1.5rem;font-weight:700;text-transform:uppercase;color:#000;background:#FFD600;border:2px solid #000;display:inline-block;align-self:start;padding:0.2rem 0.6rem;box-shadow:3px 3px 0 #000;margin-bottom:2rem}@media (max-width: 900px){.hero__title{align-self:center}}.hero__stack{display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:1rem}@media (max-width: 900px){.hero__stack{justify-content:center}}.hero__tag{font-size:0.8rem;padding:0.25rem 0.6rem;background:white;border:1.5px solid #000;font-weight:700;position:relative;z-index:2}.hero__links{display:flex;gap:0.6rem;flex-wrap:wrap;margin-top:0.5rem}@media (max-width: 900px){.hero__links{justify-content:center}}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:0.6rem;background:#FFD600;color:#000;font-family:"Archivo Black",sans-serif;font-size:1rem;text-transform:uppercase;padding:0.75rem 1.5rem;border:3px solid #000;box-shadow:5px 5px 0 #000;transform:rotate(-2deg);transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);cursor:pointer;z-index:20;animation:ctaPulse 3s infinite ease-in-out;position:absolute;top:140px;right:20px;margin:0}@media (max-width: 900px){.hero__cta{position:relative;top:0;right:0;align-self:center;margin:1rem 0}}.hero__cta:hover{background:white;color:black;animation:wiggle-slow 1.2s infinite ease-in-out, color-cycle-shadow 2s infinite linear}.hero__cta:hover svg{animation:none}.hero__cta svg{width:20px;height:20px;stroke-width:2px;animation:ctaIcon 1.5s infinite}.hero__link{font-weight:700;font-size:0.75rem;padding:0.3rem 0.6rem;border:1.5px solid #000;background:white;text-transform:uppercase;display:flex;align-items:center;gap:0.3rem;box-shadow:2px 2px 0 #000;transition:all 0.2s}.hero__link:hover{background:#FFD600;transform:translate(-1px, -1px);box-shadow:3px 3px 0 #000}.hero__link svg{width:14px;height:14px}.section{margin-top:3rem}.section__title{font-size:1.75rem;border:3px solid #000;background:#FFD600;display:inline-block;padding:0.3rem 1rem;margin-bottom:1rem;box-shadow:4px 4px 0 #000;transform:rotate(-1.5deg)}.about{font-size:0.95rem}.about b,.about strong{background:#FFD600;padding:0 4px}.experience__item{border-bottom:2px solid #000;padding:1.5rem 0}.experience__item:last-child{border-bottom:none}.experience__item:first-child{padding-top:0}.experience__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.5rem;gap:0.75rem}@media (max-width: 600px){.experience__header{flex-direction:column;gap:0.5rem}}.experience__role{font-size:1.1rem;margin:0;background:#FFD600;border:2px solid #000;padding:0.2rem 0.6rem;box-shadow:3px 3px 0 #000;display:inline-block}@media (max-width: 600px){.experience__role{font-size:1rem}}.experience__company{font-family:"Archivo Black",sans-serif;text-transform:uppercase;margin-bottom:0.5rem;display:block;color:#000;font-size:0.85rem}.experience__date{font-weight:bold;font-size:0.8rem;white-space:nowrap;flex-shrink:0;color:#444}.experience__description{font-size:0.95rem;margin-bottom:1rem}.experience__tech{display:flex;flex-wrap:wrap;gap:0.5rem}.experience__tag{font-size:0.8rem;font-weight:bold;border:2px solid #000;padding:0.3rem 0.6rem;background:white}.skills{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.skills__category{border:3px solid #000;padding:1rem;background:white;box-shadow:4px 4px 0 #000}.skills__category-title{font-size:1rem;border-bottom:3px solid #000;padding:0.5rem;margin:-1rem -1rem 1rem -1rem;background:#FFD600;text-align:center}.skills__item{margin-bottom:0.75rem;display:flex;justify-content:space-between;align-items:center}.skills__item--deprecated{opacity:0.5;filter:grayscale(100%)}.skills__item-name{font-weight:bold;font-size:0.85rem;text-transform:uppercase}.skills__item-bar{width:100px;height:14px;border:2px solid #000;background:white;padding:1px}.skills__item-bar-fill{height:100%;background:#FFD600;width:0;transition:width 1s cubic-bezier(0.22, 1, 0.36, 1)}.skills__item-bar.animated .skills__item-bar-fill{width:var(--level)}.skills__tags{display:flex;flex-wrap:wrap;gap:0.6rem}.skills__tag{background:#FFD600;border:2px solid #000;padding:0.3rem 0.6rem;font-weight:bold;font-size:0.75rem}.skills__tag--deprecated{opacity:0.5;filter:grayscale(100%);background:#e0e0e0;color:#666;border-color:#999}.education__item{padding:1.5rem 0;border-bottom:2px solid #000}.education__item:last-child{border-bottom:none}.education__item:first-child{padding-top:0}.education__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0.5rem;gap:0.75rem}@media (max-width: 600px){.education__header{flex-direction:column;gap:0.5rem}}.education__degree{font-size:1.1rem;margin:0;background:#FFD600;border:2px solid #000;padding:0.2rem 0.6rem;box-shadow:3px 3px 0 #000;display:inline-block}@media (max-width: 600px){.education__degree{font-size:1rem}}.education__school{font-weight:bold;font-size:0.85rem;color:#444}.education__date{font-weight:bold;font-size:0.8rem;white-space:nowrap;flex-shrink:0;color:#444}.languages{margin-top:2rem;display:flex;flex-wrap:wrap;gap:1rem}.language-capsule{display:flex;border:2px solid #000;font-size:0.85rem;font-weight:bold}.language-capsule__name{background:#000;color:white;padding:0.4rem 0.8rem}.language-capsule__level{background:#FFD600;color:#000;padding:0.4rem 0.8rem;border-left:2px solid #000}.contact__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:1rem}.contact__item{display:flex;align-items:center;gap:1rem;border:2px solid #000;background:white;padding:0.75rem;box-shadow:3px 3px 0 #000;transition:all 0.2s}.contact__item:hover{background:#FFD600;transform:translate(-1px, -1px);box-shadow:4px 4px 0 #000}.contact__item svg{width:24px;height:24px;flex-shrink:0}.contact__item-info{display:flex;flex-direction:column;min-width:0}.contact__item-label{font-size:0.65rem;font-weight:bold;text-transform:uppercase}.contact__item-value{font-size:0.85rem;font-weight:bold;word-break:break-all}.footer{text-align:center;padding:2rem;margin-top:3rem;border-top:3px solid #000;font-size:0.8rem;font-weight:bold;text-transform:uppercase}.reveal{opacity:0;transform:translateY(20px);transition:all 0.4s ease-out}.reveal.visible{opacity:1;transform:translateY(0)}@keyframes ctaPulse{0%{transform:rotate(-2deg) scale(1)}50%{transform:rotate(-2deg) scale(1.05)}100%{transform:rotate(-2deg) scale(1)}}@keyframes ctaIcon{0%{transform:translateY(0)}50%{transform:translateY(3px)}100%{transform:translateY(0)}}@keyframes color-cycle-shadow{0%{box-shadow:6px 6px 0 #000}25%{box-shadow:6px 6px 0 #00ffff}50%{box-shadow:6px 6px 0 #ff00ff}75%{box-shadow:6px 6px 0 #FFD600}100%{box-shadow:6px 6px 0 #000}}@keyframes wiggle-slow{0%{transform:rotate(0deg) scale(1.15)}25%{transform:rotate(1deg) scale(1.15)}75%{transform:rotate(-1deg) scale(1.15)}100%{transform:rotate(0deg) scale(1.15)}}

/*# sourceMappingURL=brutalist.css.map */