*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;overflow-y:auto;overflow-x:hidden;scrollbar-color:transparent transparent}::-webkit-scrollbar{display:none}body{padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(-45deg,#0a0a0a,#1a1a2e,#16213e,#0f3460);background-size:400% 400%;animation:gradientShift 15s ease infinite;color:#fff;line-height:1.6;position:relative;overflow-x:hidden;overflow-y:scroll}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.background-animation{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.particle{position:absolute;background:rgba(66,133,244,.1);border-radius:50%;animation:float 20s linear infinite}.particle:nth-child(odd){background:rgba(52,168,83,.1);animation-duration:25s}.particle:nth-child(3n){background:rgba(234,67,53,.1);animation-duration:30s}@keyframes float{0%{transform:translateY(100vh) rotate(0deg);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(1turn);opacity:0}}.geometric-shape{position:absolute;border:2px solid rgba(66,133,244,.1);animation:geometricFloat 15s ease-in-out infinite}.geometric-shape:nth-child(2n){border-color:rgba(52,168,83,.1);animation-duration:20s;animation-direction:reverse}@keyframes geometricFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.container{max-width:900px;margin:0 auto;padding:2rem 1rem;min-height:100vh;position:relative;z-index:1;width:100%}.loading-screen{justify-content:center;min-height:100vh;background:linear-gradient(-45deg,#0a0a0a,#1a1a2e,#16213e,#0f3460);background-size:400% 400%;animation:gradientShift 3s ease infinite}.loading-screen,.loading-text{display:flex;align-items:center}.loading-text{font-size:3rem;font-weight:700;color:#fff}.loading-cursor{animation:blink 1s infinite;margin-left:.1rem}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.profile-section{display:flex;align-items:center;gap:2rem;margin-bottom:1rem}.profile-photo{flex-shrink:0}.profile-image{border-radius:50%;box-shadow:0 10px 30px rgba(66,133,244,.3);border:3px solid hsla(0,0%,100%,.2);transition:all .3s ease;object-fit:cover}.profile-image:hover{transform:scale(1.05);box-shadow:0 15px 40px rgba(66,133,244,.4)}.profile-info{flex:1 1}.header{text-align:left;margin-bottom:3rem}.typewriter{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center}.cursor{animation:blink 1s infinite;color:#4285f4;-webkit-text-fill-color:#4285f4;margin-left:.1rem}.typewriter-sub{font-size:1.1rem;color:#a0a0a0;margin:0;min-height:1.5rem}.tab-icon{margin-right:.5rem;font-size:1.2rem}.tab{align-items:center}.tab,.tabs{display:flex;justify-content:center}.tabs{margin-bottom:2rem;border-bottom:1px solid #333}.tab{background:none;color:#a0a0a0;font-size:1rem;font-weight:500;padding:1rem 2rem;cursor:pointer;transition:all .3s ease;border:none;border-bottom:2px solid transparent}.tab:hover{color:#fff;background-color:hsla(0,0%,100%,.05)}.tab.active{color:#fff;border-bottom-color:#4285f4}.content{display:none;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);min-height:600px}.content.active{display:block;animation:slideInUp .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.course-item,.project-item{opacity:0;transform:translateY(20px);animation:cardSlideIn .6s cubic-bezier(.4,0,.2,1) forwards}.course-item:first-child{animation-delay:.1s}.course-item:nth-child(2){animation-delay:.2s}.course-item:nth-child(3){animation-delay:.3s}.course-item:nth-child(4){animation-delay:.4s}.course-item:nth-child(5){animation-delay:.5s}.course-item:nth-child(6){animation-delay:.6s}.project-item:first-child{animation-delay:.1s}.project-item:nth-child(2){animation-delay:.2s}.project-item:nth-child(3){animation-delay:.3s}.project-item:nth-child(4){animation-delay:.4s}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content h2{font-size:1.8rem;font-weight:600;margin:0 0 1.5rem;color:#fff}.about-content{max-width:700px;margin:0 auto}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#e0e0e0;text-align:justify}.about-content strong{color:#4285f4;font-weight:600}.items{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem;margin-top:1rem}.content:has(.item-link:first-child) .items{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}@media (max-width:768px){.items{grid-template-columns:1fr;gap:1.5rem;justify-content:stretch}.content:has(.item-link:first-child) .items{flex-direction:column;align-items:center}.course-item,.project-item{width:100%;max-width:400px}}.item-link{color:#fff;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(135deg,#4285f4,#34a853);border:none;border-radius:50px;margin:0;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(66,133,244,.3);position:relative;overflow:hidden;min-width:140px;cursor:pointer}.item-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .5s}.item-link:hover{color:#fff;background:linear-gradient(135deg,#5a9eff,#42b883);transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px rgba(66,133,244,.4)}.item-link:hover:before{left:100%}.item-link:active{transform:translateY(-1px) scale(.98)}.course-item{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;height:180px;display:flex;flex-direction:column;justify-content:space-between;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.3)}.course-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4285f4,#34a853 50%,#ea4335);opacity:0;transition:opacity .3s ease}.course-item:hover{background:hsla(0,0%,100%,.15);transform:translateY(-8px) rotateX(5deg);box-shadow:0 25px 50px rgba(0,0,0,.5);border-color:hsla(0,0%,100%,.3)}.course-item:hover:before{opacity:1}.course-item h3{font-size:1.2rem;font-weight:700;margin:0;color:#fff;line-height:1.4;flex-grow:1;display:flex;align-items:flex-start}.course-links{display:flex;gap:.75rem;flex-wrap:wrap}.course-links .item-link{background:linear-gradient(135deg,#667eea,#764ba2);border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 3px 10px rgba(102,126,234,.3);position:relative;overflow:hidden;min-width:120px;cursor:pointer}.course-links .item-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .4s}.course-links .item-link:hover{background:linear-gradient(135deg,#7b88ea,#8a5fc2);transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(102,126,234,.4)}.course-links .item-link:hover:before{left:100%}.course-links .item-link:active{transform:translateY(0) scale(.98)}.project-item{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;height:180px;display:flex;flex-direction:column;justify-content:space-between;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.3)}.project-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4 50%,#45b7d1);opacity:0;transition:opacity .3s ease}.project-item:hover{background:hsla(0,0%,100%,.15);transform:translateY(-8px) rotateX(5deg);box-shadow:0 25px 50px rgba(0,0,0,.5);border-color:hsla(0,0%,100%,.3)}.project-item:hover:before{opacity:1}.project-item .item-link{font-size:1.2rem;font-weight:700;display:inline-block;margin-bottom:.5rem;line-height:1.3;flex-shrink:0;color:#fff;background:linear-gradient(135deg,#6c5ce7,#a29bfe);padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 10px rgba(108,92,231,.3);position:relative;overflow:hidden;cursor:pointer}.project-item .item-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);transition:left .4s}.project-item .item-link:hover{background:linear-gradient(135deg,#7c6ce8,#b2a9ff);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px rgba(108,92,231,.4)}.project-item .item-link:hover:before{left:100%}.project-item .item-link:active{transform:translateY(0) scale(.98)}.description{color:#a0a0a0;margin:0;font-size:.9rem}@media (max-width:600px){.container{padding:1rem .5rem}.profile-section{flex-direction:column;gap:1rem}.header,.profile-section{text-align:center}.typewriter{font-size:2rem;justify-content:center}.profile-image{width:80px!important;height:80px!important}.tabs{flex-direction:column;border-bottom:none}.tab{padding:.75rem 1rem;border-bottom:1px solid #333;border-radius:0}.tab.active{border-bottom-color:#4285f4;background-color:rgba(66,133,244,.1)}.course-item,.project-item{padding:1rem}.loading-text{font-size:2rem}}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block;padding:1rem}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}