*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0f;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111215}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#f50,#05f);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#f95,#59f)}svg.global-filters{height:0;pointer-events:none;position:absolute;width:0}.hero{background:#0000;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 20% 80%,#ff50001a 0,#0000 50%),radial-gradient(circle at 80% 20%,#005fff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{color:#fff;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-shadow:0 0 30px #ffffff4d}.hero-subtitle{color:#b0b0b0;font-size:clamp(1.1rem,4vw,1.5rem);font-weight:500;line-height:1.4;margin-bottom:1.5rem}.hero-description{color:#888;font-size:1.1rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.floating-shapes{height:100%;pointer-events:none;position:absolute;width:100%}.shape{animation:float 8s ease-in-out infinite;background:linear-gradient(135deg,#ff50001a,#005fff1a);border-radius:50%;filter:blur(1px);position:absolute}.shape-1{animation-delay:0s;height:200px;left:10%;top:20%;width:200px}.shape-2{animation-delay:3s;height:150px;right:15%;top:60%;width:150px}.shape-3{animation-delay:6s;bottom:20%;height:100px;left:20%;width:100px}@keyframes float{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}50%{opacity:.6;transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.hero-buttons{align-items:center;flex-direction:column}}.typewriter-greeting{color:#f50;display:inline-block;font-weight:600;min-width:120px;text-align:left;text-shadow:0 0 10px #ff500080}.cursor{animation:blink 1s infinite;color:#05f;font-weight:400;text-shadow:0 0 10px #005fff80}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.profile-picture{align-items:center;display:flex;justify-content:center}.profile-sphere{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:3px solid #0000;border-radius:50%;height:200px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:200px}.profile-sphere:before{animation:brownTubeLight 3s ease infinite;background:linear-gradient(45deg,#866762,#866762,#866762,#866762);background-size:400% 400%;bottom:-3px;left:-3px;right:-3px;top:-3px}.profile-sphere:after,.profile-sphere:before{border-radius:50%;content:"";position:absolute;z-index:-1}.profile-sphere:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.profile-image{border-radius:50%;height:100%;object-fit:cover;transition:all .4s ease;width:100%}.profile-sphere:hover{box-shadow:0 0 30px #86676299,0 0 60px #86676266,0 0 90px #86676233;filter:drop-shadow(0 0 20px rgba(134,103,98,.5));transform:scale(1.05)}.profile-sphere:hover:before{animation-duration:1.5s}.tube-light-brown{animation:brownGlow 2s ease-in-out infinite alternate;background:radial-gradient(circle at center,#0000 70%,#8667624d 75%,#86676280 80%,#8667624d 85%,#0000 90%);border-radius:50%;bottom:-10px;left:-10px;pointer-events:none;position:absolute;right:-10px;top:-10px}@keyframes brownTubeLight{0%{background-position:0 50%;filter:brightness(1) saturate(1)}50%{background-position:100% 50%;filter:brightness(1.2) saturate(1.3)}to{background-position:0 50%;filter:brightness(1) saturate(1)}}@keyframes brownGlow{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@media (max-width:768px){.profile-sphere{height:150px;width:150px}}.about{background:linear-gradient(135deg,#111215,#1a1a2e 50%,#0a0a0f);overflow-x:hidden;width:100%}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr;max-width:100%;width:100%}.about-text{color:#fff;font-size:1.1rem;line-height:1.7}.about-text p{color:#b0b0b0;margin-bottom:1.5rem}.about-text h3{font-size:1.3rem;margin-bottom:1rem;margin-top:2rem;text-shadow:0 0 10px #ffffff4d}.about-text h3,.about-text strong{color:#fff;font-weight:600}.about-text blockquote{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:12px;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));color:#888;font-style:italic;margin:2rem 0;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.about-text blockquote:before{animation:gradientSpin 2s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50);background-size:300% 300%;bottom:-2px;left:-2px;right:-2px;top:-2px}.about-text blockquote:after,.about-text blockquote:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));content:"";position:absolute;z-index:-1}.about-text blockquote:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.stat-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:16px;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));cursor:pointer;overflow:hidden;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.stat-item:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.stat-item:after,.stat-item:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));content:"";position:absolute;z-index:-1}.stat-item:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.stat-item:hover:before{opacity:1}.stat-item:hover{box-shadow:0 25px 50px #ff50004d,0 0 30px #005fff33;filter:drop-shadow(0 0 20px rgba(255,80,0,.4));transform:translateY(-8px) scale(1.02)}.academic-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1.5rem 0}.academic-year-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:12px;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.academic-year-card:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.academic-year-card:after,.academic-year-card:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));content:"";position:absolute;z-index:-1}.academic-year-card:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.academic-year-card:hover:before{opacity:1}.academic-year-card:hover{box-shadow:0 20px 40px #ff50004d,0 0 25px #005fff33;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));transform:translateY(-5px) scale(1.02)}.year-title{font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.8rem;text-shadow:0 0 10px currentColor;text-transform:uppercase}.year-1{color:#05f}.year-2{color:#f50}.year-3{color:#f0f}.module-list{color:#b0b0b0;font-size:.85rem;line-height:1.4;list-style:none;margin:0;padding:0}.module-list li{margin-bottom:.3rem;transition:color .3s ease}.academic-year-card:hover .module-list li{color:#fff}.stat-item h3{color:#f50;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem;text-shadow:0 0 20px #ff500080}.stat-item p{color:#888;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr}.about-stats{gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-item{padding:1.5rem 1rem}.stat-item h3{font-size:2rem}}.skills{background:linear-gradient(135deg,#1a1a2e,#0a0a0f 50%,#111215)}.skills-subtitle{color:#888;font-size:1.1rem;font-weight:400;margin-bottom:3rem;text-align:center}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.skill-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:16px;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));cursor:pointer;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.skill-card:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.skill-card:after,.skill-card:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));content:"";position:absolute;z-index:-1}.skill-card:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.skill-card:hover:before{opacity:1}.skill-card:hover{box-shadow:0 25px 50px #ff50004d,0 0 30px #005fff33;filter:drop-shadow(0 0 20px rgba(255,80,0,.4));transform:translateY(-8px) scale(1.02)}.skill-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;margin-bottom:1.5rem;padding-bottom:1rem}.skill-icon{filter:drop-shadow(0 0 10px currentColor);font-size:2rem;margin-right:1rem}.skill-title{color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:-.01em;margin:0;text-shadow:0 0 10px #ffffff4d}.skill-list{display:flex;flex-direction:column;gap:.8rem}.skill-item{align-items:flex-start;display:flex;gap:.8rem}.skill-bullet{color:var(--card-color);filter:drop-shadow(0 0 5px var(--card-color));flex-shrink:0;font-size:1rem;font-weight:700;margin-top:.2rem}.skill-badge{filter:drop-shadow(0 0 8px currentColor);flex-shrink:0;font-size:1.5rem;transition:transform .3s ease}.skill-item:hover .skill-badge{transform:scale(1.2)}.skill-text{color:#b0b0b0;font-size:.95rem;font-weight:400;line-height:1.5}.skills-footer{color:#666;font-size:1rem;font-style:italic;margin-top:2rem;text-align:center}@media (max-width:768px){.skills-grid{gap:1rem;grid-template-columns:1fr}.skill-card{padding:1.5rem}.skill-header{flex-direction:column;gap:.5rem;text-align:center}.skill-icon{margin-bottom:.5rem;margin-right:0}.skill-title{font-size:1.1rem}}.projects{background:linear-gradient(135deg,#0a0a0f,#1a1a2e 50%,#111215)}.projects-categories{display:flex;flex-direction:column;gap:3rem}.project-category{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:20px;-webkit-clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-category:before{animation:gradientSpin 4s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.project-category:after,.project-category:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px));content:"";position:absolute;z-index:-1}.project-category:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.project-category:hover:before{opacity:1}.project-category:hover{box-shadow:0 20px 40px #ff500033,0 0 25px #005fff26;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));transform:translateY(-5px)}.category-header{align-items:center;border-bottom:2px solid #ffffff1a;display:flex;margin-bottom:2rem;padding-bottom:1rem}.category-icon{filter:drop-shadow(0 0 10px currentColor);font-size:2rem;margin-right:1rem}.category-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 0 10px #ffffff4d}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:16px;-webkit-clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.project-card:after,.project-card:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));content:"";position:absolute;z-index:-1}.project-card:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.project-card:hover:before{opacity:1}.project-card:hover{box-shadow:0 20px 40px #ff50004d,0 0 25px #005fff33;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));transform:translateY(-6px) scale(1.02)}.project-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-title{color:#fff;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.3;margin:0}.project-type{background:linear-gradient(45deg,#f50,#05f);border-radius:12px;box-shadow:0 0 10px #ff50004d;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.project-role{color:#f50;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.project-description{color:#b0b0b0;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.project-details{color:#888;font-size:.85rem;line-height:1.6;margin-bottom:1.5rem;padding-left:1.2rem}.project-details li{margin-bottom:.5rem}.project-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.project-link{align-items:center;background:linear-gradient(135deg,#ff500033,#005fff33);border:1px solid #ff500080;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.6rem 1rem;text-decoration:none;transition:all .3s ease}.project-link:hover:not(:disabled){background:linear-gradient(135deg,#ff500066,#005fff66);box-shadow:0 0 15px #ff500066;transform:translateY(-2px)}.project-link:disabled{background:linear-gradient(135deg,#32323233,#1e1e1e33);border-color:#64646480;cursor:not-allowed;opacity:.5}.project-link .material-icons,.project-link i{font-size:1.2rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:1px solid #ff50004d;border-radius:20px;color:#888;font-size:.75rem;font-weight:500;overflow:hidden;padding:.4rem .8rem;position:relative;transition:all .3s ease}.tech-tag:hover{border-color:#ff500099;box-shadow:0 0 15px #ff50004d;color:#fff;text-shadow:0 0 5px #fffc;transform:scale(1.05)}@media (max-width:768px){.projects-categories{gap:2rem}.project-category{padding:1.5rem}.projects-grid{gap:1rem;grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column;gap:.5rem}.project-type{align-self:flex-start}.project-actions{flex-direction:column}.project-link{justify-content:center}.category-header{flex-direction:column;gap:.5rem;text-align:center}.category-icon{margin-right:0}}.contact{background:linear-gradient(135deg,#0a0a0f,#111215 50%,#1a1a2e)}.section-subtitle{color:#888;font-size:1.1rem;font-weight:400;margin-bottom:3rem;text-align:center}.documents-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.document-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:16px;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.document-card:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.document-card:after,.document-card:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));clip-path:polygon(0 0,calc(100% - 15px) 0,100% 15px,100% 100%,15px 100%,0 calc(100% - 15px));content:"";position:absolute;z-index:-1}.document-card:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.document-card:hover:before{opacity:1}.document-card:hover{box-shadow:0 25px 50px #ff50004d,0 0 30px #005fff33;filter:drop-shadow(0 0 20px rgba(255,80,0,.4));transform:translateY(-8px) scale(1.02)}.document-icon{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:1.5rem;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:80px}.document-icon:before{animation:gradientSpin 2s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50);background-size:300% 300%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.document-icon:after,.document-icon:before{border-radius:inherit;content:"";position:absolute;z-index:-1}.document-icon:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.document-card:hover .document-icon:before{opacity:1}.document-card:hover .document-icon{box-shadow:0 0 25px #ff500066;transform:scale(1.1) rotate(5deg)}.document-content{flex:1 1;margin-bottom:2rem}.document-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.document-description{color:#888;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.certificate-embeds{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:1rem 0}.credly-embed{flex-shrink:0}.document-meta{align-items:center;display:flex;gap:1rem;justify-content:center}.document-size,.document-type{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:1px solid #ff50004d;border-radius:12px;color:#b0b0b0;font-size:.8rem;font-weight:500;overflow:hidden;padding:.4rem .8rem;position:relative;transition:all .3s ease}.document-size:hover,.document-type:hover{border-color:#ff500099;box-shadow:0 0 15px #ff50004d;color:#fff;text-shadow:0 0 5px #fffc}.unavailable-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#6464644d,#3c3c3c4d);border:2px solid #6464644d;border-radius:12px;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));color:#666;cursor:not-allowed;font-size:.9rem;font-weight:500;opacity:.6;padding:.8rem 1.5rem;text-align:center}@keyframes gradientSpin{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.documents-grid{gap:1.5rem;grid-template-columns:1fr}.document-card{padding:1.5rem}.document-icon{font-size:2rem;height:60px;width:60px}.document-title{font-size:1.1rem}}.navigation{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#11121599;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:12px;position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:1002}.nav-container,.navigation{display:flex;flex-direction:column}.nav-container{gap:4px}.nav-item{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:16px;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));cursor:pointer;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center;margin:2px 0;min-width:80px;overflow:hidden;padding:12px 16px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav-item:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.nav-item:after,.nav-item:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));content:"";position:absolute;z-index:-1}.nav-item:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.nav-item:hover:before{opacity:1}.nav-item:hover{box-shadow:0 0 25px #ff500066,0 0 15px #005fff4d;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));transform:scale(1.05)}.nav-item.active{background:linear-gradient(45deg,#f50,#05f);box-shadow:0 0 30px #ff500099,0 0 20px #005fff66;color:#fff}.nav-item.active:before{opacity:1}.nav-icon{filter:drop-shadow(0 0 5px currentColor);font-size:1.2rem;margin-bottom:4px}.nav-label{color:#fff;font-size:.75rem;font-weight:500}.nav-item.active .nav-label{color:#fff;text-shadow:0 0 10px #fffc}@media (max-width:768px){.navigation{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#11121599;border:none;border-radius:0;border-top:1px solid #ffffff1a;bottom:0;box-shadow:0 -8px 32px #0000004d;left:0;max-width:none;padding:12px 20px;right:0;top:auto;transform:none}.nav-container,.navigation{flex-direction:row;width:100%}.nav-container{gap:8px;justify-content:space-between}.nav-item{flex:1 1;margin:0;min-width:auto;padding:8px 4px}.nav-icon{font-size:1.1rem}.nav-label{font-size:.7rem}}.footer{background:#0000;border-top:none;color:#b0b0b0;margin-top:2rem;padding:3rem 20px 0;position:relative}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.footer-bio h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 10px #ffffff4d}.footer-bio p{color:#888;font-size:1rem;line-height:1.6}.footer-tech-stack{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1.5rem}.footer-tech-stack i{filter:drop-shadow(0 0 8px currentColor);font-size:2rem;transition:transform .3s ease}.footer-tech-stack i:hover{transform:scale(1.3)}.footer-contact h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-shadow:0 0 10px #ffffff4d}.contact-links{display:flex;flex-direction:column;gap:.8rem}.contact-link{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#111215e6,#1a1a2ecc);border:2px solid #0000;border-radius:12px;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));color:#888;display:flex;font-size:.95rem;gap:.8rem;overflow:hidden;padding:.8rem;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-link:before{animation:gradientSpin 3s ease infinite;background:linear-gradient(45deg,#f50,#05f,#f50,#05f);background-size:400% 400%;bottom:-2px;left:-2px;opacity:0;right:-2px;top:-2px;transition:opacity .4s ease}.contact-link:after,.contact-link:before{border-radius:inherit;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));content:"";position:absolute;z-index:-1}.contact-link:after{background:linear-gradient(135deg,#111215e6,#1a1a2ecc);bottom:0;left:0;right:0;top:0}.contact-link:hover:before{opacity:1}.contact-link:hover{box-shadow:0 10px 25px #ff50004d,0 0 20px #005fff33;color:#fff;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));text-shadow:0 0 10px #fffc;transform:translateY(-2px) scale(1.02)}.contact-icon{filter:drop-shadow(0 0 5px currentColor);font-size:1.1rem;text-align:center;width:24px}.footer-bottom{border-top:1px solid #ffffff1a;padding:2rem 0;text-align:center}.footer-bottom p{color:#666;font-size:.9rem}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bio h3{font-size:1.3rem}.footer-bio p{font-size:.95rem}.contact-links{gap:.6rem}.contact-link{font-size:.9rem}}.animated-greeting{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#0a0a0fe6,#0a0a0fb3 70%,#0000);height:140px;left:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;z-index:1001}.static-greetings{display:flex;justify-content:space-between;left:0;padding:0 2rem;position:absolute;right:0;top:10px}.braille-greeting,.sasl-greeting{align-items:center;display:flex;flex-direction:column;gap:.25rem}.sasl-greeting .greeting-text{filter:drop-shadow(0 0 10px rgba(255,80,0,.5));font-size:2rem}.braille-greeting .greeting-text{color:#05f;filter:drop-shadow(0 0 10px rgba(0,95,255,.5));font-family:Courier New,monospace;font-size:1.6rem}.greeting-label{color:#888;font-size:.6rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.bouncing-greetings{gap:.5rem;height:60px;left:20%;overflow:visible;position:absolute;top:60%;width:60%}.bouncing-greeting,.bouncing-greetings{align-items:center;display:flex;flex-direction:column}.bouncing-greeting{gap:.25rem;position:relative;will-change:transform}.main-greeting{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f50,#05f,#fc9);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 15px rgba(255,80,0,.3));font-size:clamp(2rem,5vw,3.5rem);font-weight:700;perspective:1000px;text-shadow:0 0 20px #fff3,2px 2px 0 #333,4px 4px 0 #222,6px 6px 0 #111,8px 8px 15px #000c;transform-style:preserve-3d}.greeting-language{color:#b0b0b0;font-size:1rem;font-weight:500;letter-spacing:.5px;text-shadow:1px 1px 0 #333,2px 2px 0 #222,3px 3px 5px #0009}.greeting-particles{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.particle{background:linear-gradient(45deg,#f50,#05f);border-radius:50%;filter:blur(1px);height:4px;position:absolute;width:4px}.particle:first-child{left:15%;top:20%}.particle:nth-child(2){left:25%;top:70%}.particle:nth-child(3){right:20%;top:30%}.particle:nth-child(4){right:30%;top:80%}.particle:nth-child(5){left:50%;top:15%}.particle:nth-child(6){right:45%;top:65%}@media (max-width:768px){.animated-greeting{height:100px}.bouncing-greetings{height:50px;left:10%;width:80%}.static-greetings{padding:0 1rem}.sasl-greeting .greeting-text{font-size:1.6rem}.braille-greeting .greeting-text{font-size:1.3rem}.greeting-label{font-size:.6rem}.main-greeting{font-size:clamp(1.6rem,6vw,2.8rem);text-shadow:0 0 15px #fff3,1px 1px 0 #333,2px 2px 0 #222,3px 3px 0 #111,4px 4px 10px #000c}.greeting-language{font-size:.9rem}}.App{background:linear-gradient(135deg,#0a0a0f,#111215 50%,#1a1a2e);color:#fff;min-height:100vh}.main-content{min-height:100vh;overflow-x:hidden;padding-top:160px;position:relative}.section{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 160px);padding:20px}.container{margin:0 auto;max-width:1200px;width:100%}.section-title{color:#fff;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:4rem;text-align:center;text-shadow:0 0 20px #ffffff4d}.gradient-text{-webkit-text-fill-color:#0000;animation:glow-text 3s ease-in-out infinite alternate;background:linear-gradient(135deg,#f50,#05f,#fc9);-webkit-background-clip:text;background-clip:text}@keyframes glow-text{0%{filter:drop-shadow(0 0 10px #f50)}50%{filter:drop-shadow(0 0 20px #05f)}to{filter:drop-shadow(0 0 10px #fc9)}}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111215cc;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;padding:24px;position:relative;transition:all .3s ease}.card:before{background:linear-gradient(45deg,#0000,#ff50001a,#0000,#005fff1a,#0000);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.card:hover:before{opacity:1}.card:hover{border-color:#ff500080;box-shadow:0 20px 40px #ff500033;transform:translateY(-5px)}.cyber-btn{display:inline-block;margin:.5em;position:relative}.cyber-btn-border{background:#0000004d;border-radius:14px;-webkit-clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));padding:3px}.cyber-btn-content{align-items:center;background:#111215;border:none;border-radius:12px;-webkit-clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px));color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;overflow:hidden;padding:12px 24px;text-decoration:none;transition:all .3s ease}.cyber-btn-real{border:none;cursor:pointer;opacity:0;outline:none;z-index:1}.cyber-btn-real,.cyber-spin{border-radius:14px;inset:0;position:absolute}.cyber-spin{opacity:.5;overflow:hidden;transition:.3s;z-index:-1}.cyber-btn-real:active~.cyber-spin{opacity:1}.cyber-spin-blur{filter:blur(2em) url(#unopaq)}.cyber-spin-intense{filter:blur(4px) url(#unopaq2);inset:-2px}.cyber-spin:before{animation:cyber-spin 8s cubic-bezier(.56,.15,.28,.86) infinite;animation-play-state:paused;content:"";inset:-150%;position:absolute}.cyber-btn:hover .cyber-spin:before{animation-play-state:running}.cyber-spin-blur:before{background:linear-gradient(90deg,#f50 30%,#0000 50%,#05f 70%)}.cyber-spin-intense:before{background:linear-gradient(90deg,#f95 20%,#0000 45%,#0000 55%,#59f 80%)}@keyframes cyber-spin{0%{rotate:10deg}50%{rotate:190deg}to{rotate:370deg}}svg.button-filters{height:0;pointer-events:none;position:absolute;width:0}
/*# sourceMappingURL=main.efff5a50.css.map*/