.page_page__ZU32B{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;display:grid;grid-template-rows:20px 1fr 20px;align-items:center;justify-items:center;min-height:100svh;padding:80px;grid-gap:64px;gap:64px;font-family:var(--font-geist-sans)}@media (prefers-color-scheme:dark){.page_page__ZU32B{--gray-rgb:255,255,255;--gray-alpha-200:rgba(var(--gray-rgb),0.145);--gray-alpha-100:rgba(var(--gray-rgb),0.06);--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a}}.page_main__GlU4n{display:flex;flex-direction:column;gap:32px;grid-row-start:2}.page_main__GlU4n ol{font-family:var(--font-geist-mono);padding-left:0;margin:0;font-size:14px;line-height:24px;letter-spacing:-.01em;list-style-position:inside}.page_main__GlU4n li:not(:last-of-type){margin-bottom:8px}.page_main__GlU4n code{font-family:inherit;background:var(--gray-alpha-100);padding:2px 4px;border-radius:4px;font-weight:600}.page_ctas__g5wGe{display:flex;gap:16px}.page_ctas__g5wGe a{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:128px;height:48px;padding:0 20px;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:20px;font-weight:500}a.page_primary__V8M9Y{background:var(--foreground);color:var(--background);gap:8px}a.page_secondary__lm_PT{border-color:var(--gray-alpha-200);min-width:180px}@media (hover:hover) and (pointer:fine){a.page_primary__V8M9Y:hover{background:var(--button-primary-hover);border-color:transparent}a.page_secondary__lm_PT:hover{background:var(--button-secondary-hover);border-color:transparent}}@media (max-width:600px){.page_page__ZU32B{padding:32px 32px 80px}.page_main__GlU4n{align-items:center}.page_main__GlU4n ol{text-align:center}.page_ctas__g5wGe{flex-direction:column}.page_ctas__g5wGe a{font-size:14px;height:40px;padding:0 16px}a.page_secondary__lm_PT{min-width:auto}}@media (prefers-color-scheme:dark){.page_logo__7fc9l{filter:invert()}}h1,h2,p,span,textarea{font-family:Press Start\ 2P,cursive}span.grey{color:#cccccc}span.green{color:#2ecc71}span.red{color:#e74c3c}span.blue{color:#3498db}.console{width:100%;height:100%;overflow:hidden;padding:10px;box-sizing:border-box;border:5px solid white;background-color:black}.output{display:flex;flex-direction:column;gap:5px;width:100%;font-size:12px;color:#cccccc;span{line-height:20px}}.wrapper{border:10px solid black}.action{width:100%;font-size:14px;margin-top:20px;display:flex;justify-content:start}.command{width:calc(100% - 60px);background:none;border:none;margin:0;padding-left:5px;resize:auto;color:#cccccc}.command:focus{outline:0}.title-section{text-align:center;padding:2rem;background-color:#121212;color:#ffffff;border-bottom:2px solid #444444;box-shadow:0 4px 10px rgba(0,0,0,.5)}.main-title{font-size:2.5rem;font-weight:700;margin:0;color:#00ff00}.subtitle{font-size:1rem;font-style:italic;color:#ffffff;margin-top:.5rem}.about-me{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px}.about-me-text{flex:1 1;max-width:60%}.about-me-text p{font-size:1rem;color:#121212;line-height:1.6;margin-bottom:10px}.about-me-image{flex:1 1;text-align:center}.about-me-image img{height:auto;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:768px){.about-me{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5px}.about-me img{max-width:80%;height:auto}.about-me-text{font-size:clamp(1rem,2.5vw,1.4rem);padding:10px;max-width:90%}}.tech-stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;justify-items:center;align-items:center;margin-top:20px}.tech-stack-item{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:5px}@media (max-width:768px){.tech-stack-grid{grid-template-columns:repeat(auto-fit,minmax(20px,1fr));gap:20px}.tech-stack-grid img{height:40px;width:40px}}.cv-timeline{flex-direction:column;align-items:center;margin-top:20px;gap:30px}.cv-item,.cv-timeline{display:flex;position:relative}.cv-item{width:50%;justify-content:flex-start}.cv-item.right{justify-content:flex-end}.cv-node{position:relative;background-color:#121212;color:#ffffff;border:2px solid #00ff00;border-radius:10px;padding:20px;width:250px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2);cursor:pointer;overflow:hidden;transition:width 1.5s ease,max-height 1.5s ease}.cv-node:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.3)}.cv-node h2{font-size:1.2rem;color:#00ff00;margin-bottom:5px}.cv-node p{font-size:.9rem;color:#ffffff;margin:5px 0}.cv-node.expanded{width:300px;max-height:600px;padding:25px;box-shadow:0 8px 16px rgba(0,0,0,.4)}.cv-node.expanded ul{font-size:.8rem;line-height:1.5;margin:10px 0 0;padding:0;list-style-type:disc;text-align:left}.cv-node.expanded li{margin:5px 0;color:#dddddd}.cv-connector{position:absolute;top:50%;width:2px;background-color:black;z-index:-1}.cv-item.left .cv-connector{left:50%;transform:translateX(-50%)}.cv-item.right .cv-connector{right:50%;transform:translateX(50%)}.cv-timeline:before{content:"";position:absolute;top:0;height:100%;left:50%;width:2px;background-color:black;z-index:0;transform:translateX(-50%);pointer-events:none}.cv-item.left .cv-node:after,.cv-item.right .cv-node:after{content:"";position:absolute;top:50%;width:40px;height:2px;background-color:black;z-index:-1}.cv-item.left .cv-node:after{right:-70px}.cv-item.right .cv-node:after{left:-70px}@media (max-width:768px){.cv-item{justify-content:center}.cv-node{width:100%}.cv-item.left .cv-node:after,.cv-item.right .cv-node:after,.cv-timeline:before{display:none}}.floating-console{position:fixed;bottom:20px;right:20px;background-color:black;border:2px solid #00ff00;padding:10px;border-radius:5px;display:flex;align-items:center}.floating-console input{background:none;border:none;color:white;font-size:1rem;outline:none;width:160px}.floating-console input::placeholder{color:#00ff00}.contactButton{background-color:#00ff00;color:black;font-size:1rem;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.contactButton:hover{background-color:#008000;transform:scale(1.05)}.contactButton:active{transform:scale(.95)}.footer{width:100%;background-color:black;color:white;margin-top:100px;text-align:center;position:relative;bottom:0;left:0}.footerContent{justify-content:space-between;width:90%;max-width:1200px;margin:0 auto}.footerContent,.linkedin{display:flex;align-items:center}.linkedin{justify-content:center;width:100px;height:100px}.centerText{font-size:1rem;display:flex;align-items:center;gap:8px;margin:30px}.email{font-size:1rem;color:white;margin-top:5px}@media (hover:hover) and (pointer:fine){.footer a:hover{text-decoration:underline;text-underline-offset:4px}}@media (max-width:900px){.footerContent{flex-direction:column;align-items:center;text-align:center}.contactButton,.linkedin{width:100%;justify-content:center}.contactButton,.email{margin-bottom:10px}.centerText{white-space:normal;text-align:center}}