*{margin:0;padding:0;box-sizing:border-box}html{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:smooth}body{background:#0a0a0a;color:#fff;line-height:1.6;overflow-x:hidden}main{min-height:calc(100vh - 200px)}html{background:#0f0f23}body{margin:0;background:linear-gradient(135deg,#0f0f23,#1a1a2e);background-attachment:fixed;color:#fff;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}body.home-page{height:100vh;overflow:hidden}@media (max-width: 768px){body.home-page{overflow-y:auto;height:auto}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.fixed-navigation{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:1000}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:600px;margin:0 auto}.hero-content{display:flex;flex-direction:column;align-items:center;gap:3rem}.hero-text{display:flex;flex-direction:column;align-items:center;gap:1rem}.greeting-line,.role-line{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.greeting-text,.role-text{font-size:2.5rem;color:#ffffffe6;font-weight:300}.name-badge{background:#3b82f6;color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:2.5rem;border:none;box-shadow:0 8px 32px #3b82f64d;display:flex;align-items:center;gap:.5rem}.memoji-icon{width:1.4em;height:1.4em;object-fit:contain}.role-badge{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:2.5rem;border:none;box-shadow:0 8px 32px #f973164d}.hero-card{background:transparent;padding:3rem;position:relative}.hero-navigation{display:flex;gap:.25rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:20px;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d}.nav-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;color:#fff9;text-decoration:none;transition:all .3s ease;position:relative;margin:.25rem}.nav-icon:hover,.nav-icon.active{color:#fff;transform:translateY(-2px)}.nav-icon[href="/"]:hover,.nav-icon[href="/"].active{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 25px #f9731666}.nav-icon[href="/about"]:hover,.nav-icon[href="/about"].active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b98166}.nav-icon[href="/skills"]:hover,.nav-icon[href="/skills"].active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 8px 25px #8b5cf666}.nav-icon[href="/portfolio"]:hover,.nav-icon[href="/portfolio"].active{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 25px #3b82f666}.nav-icon{position:relative}.nav-icon:before{content:attr(data-tooltip);position:absolute;bottom:65px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:.5rem .75rem;border-radius:8px;font-size:.75rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:1000}.nav-icon:hover:before{opacity:1}.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}.about-left-card,.about-right-card{background:#ffffff1a;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem}.about-image{width:100%;margin-bottom:1.5rem}.about-image img{width:100%;height:400px;object-fit:cover;object-position:center;border-radius:15px}.about-intro h2,.about-right-card h2{font-size:1.5rem;margin-bottom:1rem;color:#fff}.about-intro p,.about-right-card p{color:#fffc;line-height:1.6;margin-bottom:1rem}.resume-section{margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.resume-link{display:inline-flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;padding:.75rem 1.5rem;border-radius:20px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 32px #10b9814d}.resume-link:hover{transform:translateY(-2px);box-shadow:0 12px 40px #10b98166;background:#059669}.skills{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.skill-card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffff0d;border-radius:24px;padding:3rem 2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;height:180px;backdrop-filter:blur(20px)}.skill-card:hover{transform:translateY(-8px);background:#ffffff1a;border-color:#ffffff4d;box-shadow:0 12px 40px #0006}.skill-card img{width:56px;height:56px;object-fit:contain;margin-bottom:1.5rem}.skill-card span{font-weight:600;text-align:center;font-size:1rem;line-height:1.2}.projects{padding:5rem 0;background:#ffffff05}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#ffffff0d;border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;backdrop-filter:blur(20px)}.project-card-link:hover .project-card{border-color:#ffffff4d;box-shadow:0 8px 25px #0000004d}.excel-project{background:linear-gradient(135deg,#228b221a,#0080000d)}.excel-project-2{background:linear-gradient(135deg,#ff8c001a,#ffa5000d)}.sql-project{background:linear-gradient(135deg,#0077be1a,#1e90ff0d)}.python-project{background:linear-gradient(135deg,#ffd7001a,#ffc1070d)}.python-project-2{background:linear-gradient(135deg,#8000801a,#9370db0d)}.tableau-project{background:linear-gradient(135deg,#4682b41a,#6495ed0d)}.analysis-project{background:linear-gradient(135deg,#dc143c1a,#ff69b40d)}.pugliaveg-project{background:linear-gradient(135deg,#2e7d321a,#4caf500d)}.project-image{height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.project-card-link:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-content h3{font-size:1.25rem;margin-bottom:1rem;color:#fff}.project-content p{color:#fffc;margin-bottom:1.5rem;line-height:1.6;font-size:.9rem}.project-tech{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tech-icon{width:30px;height:30px;object-fit:contain;margin-right:.5rem}.tech-icon:last-child{margin-right:0}.project-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.project-card-link:hover{transform:translateY(-5px)}.project-link{color:#3b82f6;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s ease}.project-link:hover{color:#2563eb}@media (max-width: 768px){html,body{background-color:#0f0f23}.fixed-navigation{position:fixed;bottom:24px;left:50%;transform:translate(-50%);width:auto;max-width:calc(100% - 40px);background:none;padding:0;margin:0;z-index:1000}.hero-navigation{display:flex;justify-content:center;align-items:center;gap:.25rem;background:#00000040;backdrop-filter:blur(25px) saturate(1.5);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:.75rem 1rem;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff1a;margin:0;width:auto;max-width:calc(100vw - 40px);min-height:60px}.nav-icon{width:42px;height:42px;min-width:42px;min-height:42px;padding:0;margin:.15rem;border-radius:12px;display:flex;align-items:center;justify-content:center;background:none;transition:all .3s ease;position:relative;flex-shrink:0;color:#ffffffd9}.nav-icon[href="/"]:hover,.nav-icon[href="/"].active{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 25px #f9731666;color:#fff}.nav-icon[href="/about"]:hover,.nav-icon[href="/about"].active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b98166;color:#fff}.nav-icon[href="/skills"]:hover,.nav-icon[href="/skills"].active{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 8px 25px #8b5cf666;color:#fff}.nav-icon[href="/portfolio"]:hover,.nav-icon[href="/portfolio"].active{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 25px #3b82f666;color:#fff}.nav-icon[href^="mailto:"]:hover,.nav-icon[href^="https://github.com"]:hover,.nav-icon[href^="https://www.linkedin.com"]:hover{background:#ffffff26;color:#fff}.nav-icon:hover,.nav-icon.active{transform:translateY(-2px)}.nav-icon svg{width:20px;height:20px}.hero{min-height:100vh;padding:0 20px;display:flex;align-items:center;justify-content:center;position:relative}.hero-container{width:100%;max-width:350px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:15vh;min-height:calc(100vh - 180px)}.hero-content{width:100%;gap:0;display:flex;align-items:center;justify-content:center}.hero-card{background:transparent;padding:40px 28px;text-align:center;position:relative;width:100%;max-width:320px;margin:0 auto}.hero-text{display:flex;flex-direction:column;align-items:center;gap:20px}.greeting-line,.role-line{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.greeting-text,.role-text{font-size:18px;color:#fffc;font-weight:400;margin:0}.name-badge{background:#3b82f6;color:#fff;padding:16px 32px;border-radius:24px;font-weight:600;font-size:22px;border:none;box-shadow:0 12px 35px #3b82f680;width:auto;display:flex;align-items:center;gap:.5rem}.role-badge{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:16px 32px;border-radius:24px;font-weight:600;font-size:22px;border:none;box-shadow:0 12px 35px #f9731680;width:auto;display:inline-block}.nav-icon:before{display:none}.page-section{min-height:calc(100vh - 120px);padding:80px 20px 120px}.projects-grid{margin-top:20px}.page-content{padding:0}.page-title{font-size:32px;margin-bottom:32px}.about-layout{grid-template-columns:1fr;gap:24px;max-width:100%;margin:0}.about-left-card,.about-right-card{padding:24px;border-radius:20px}.resume-section{margin-top:2rem;padding-top:2rem;padding-bottom:1rem;text-align:center}.resume-link{padding:.6rem 1.2rem;font-size:.9rem;border-radius:16px}.about-image img{height:280px;border-radius:16px}.skills-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:100%;margin:0}.skill-card{padding:24px 16px;height:auto;min-height:120px;border-radius:20px;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;aspect-ratio:1 / 1}.skill-card img{width:44px;height:44px;margin-right:0;margin-bottom:8px}.skill-card span{font-size:13px;font-weight:600;line-height:1.2;display:block}.projects-grid{grid-template-columns:1fr;gap:24px;max-width:100%;margin:0}.project-card{border-radius:20px}.project-content{padding:20px}.project-content h3{font-size:20px;margin-bottom:12px}.project-content p{font-size:14px;line-height:1.5;margin-bottom:16px}.container{padding:0 20px;max-width:100%}}@media (min-width: 769px) and (max-width: 1024px){.hero-container{max-width:500px}.greeting-text,.role-text{font-size:2rem}.name-badge,.role-badge{font-size:2rem;padding:.8rem 1.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (max-width: 480px){.hero{padding:0 16px}.hero-container{max-width:300px;min-height:calc(100vh - 160px);padding-top:12vh}.hero-card{padding:32px 24px;max-width:280px}.greeting-text,.role-text{font-size:16px}.name-badge{background:#3b82f6;box-shadow:0 12px 35px #3b82f680;font-size:19px;padding:14px 28px;border-radius:20px;display:flex;align-items:center;gap:.5rem}.role-badge{font-size:19px;padding:14px 28px;border-radius:20px}.nav-icon{width:40px;height:40px;min-width:40px;min-height:40px;padding:0;flex-shrink:0;border-radius:11px;margin:.1rem;color:#ffffffd9}.nav-icon svg{width:18px;height:18px}.hero-navigation{padding:.6rem .8rem;gap:.15rem;border-radius:20px;background:#00000040;backdrop-filter:blur(25px) saturate(1.5);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff1a;min-height:56px}.page-title{font-size:28px}.skill-card{padding:20px 10px;min-height:110px;aspect-ratio:1 / 1}.skill-card img{width:38px;height:38px;margin-bottom:8px}.skill-card span{font-size:12px;font-weight:600;line-height:1.1}.about-left-card,.about-right-card{padding:20px}.about-image img{height:240px}.project-content{padding:16px}.project-content h3{font-size:18px}.project-content p{font-size:13px}}.page-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;padding-bottom:120px}.page-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:3rem}.page-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.page-title{font-size:3rem;color:#fff;text-align:center;margin-bottom:2rem}.page-container,.hero-container{animation:slideInFromRight .3s cubic-bezier(.25,.46,.45,.94)}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.page-navigation .nav-icon.active{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #f9731666}.privacy-menu{position:fixed;top:1.5rem;right:1.5rem;z-index:1001}.privacy-toggle{background:#3b82f6e6;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.privacy-toggle:hover{background:#3b82f6;transform:scale(1.05)}.privacy-dropdown{position:absolute;top:52px;right:0;background:#0f0f23f2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem 0;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 10px 30px #0000004d}.privacy-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.privacy-link{display:block;padding:.75rem 1rem;color:#ffffffe6;text-decoration:none;font-size:.9rem;transition:all .3s ease}.privacy-link:hover{background:#3b82f61a;color:#3b82f6}.cookie-banner-overlay{position:fixed;inset:0;background:#000000d9;backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:fadeIn .3s ease;-webkit-transform:translateZ(0);transform:translateZ(0)}.cookie-banner-modal{background:#0f0f23fa;backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.3);border-radius:20px;padding:2.5rem;max-width:500px;width:100%;box-shadow:0 25px 50px #00000080,0 0 0 1px #3b82f61a;transform:scale(.95);animation:modalSlideIn .3s ease forwards;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.cookie-banner-content{text-align:center}.cookie-banner-icon{font-size:3rem;margin-bottom:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.cookie-banner-text h3{color:#3b82f6;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.cookie-banner-text p{color:#ffffffe6;font-size:1rem;line-height:1.6;margin-bottom:2rem}.cookie-banner-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cookie-btn{background:transparent;border:2px solid rgba(255,255,255,.2);color:#ffffffe6;padding:.7rem 1.5rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;white-space:nowrap}.cookie-btn-accept{background:#3b82f6;border-color:#3b82f6;color:#fff}.cookie-btn:hover{transform:translateY(-2px)}.cookie-btn-accept:hover{background:#2563eb;border-color:#2563eb}.cookie-btn-settings:hover{border-color:#fff6;color:#fff}.cookie-modal{position:fixed;inset:0;background:#000c;backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;z-index:2100;padding:1rem}.cookie-modal-content{background:#0f0f23fa;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000080}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.cookie-modal-header h3{color:#fff;font-size:1.3rem;margin:0}.cookie-modal-close{background:none;border:none;color:#ffffffb3;font-size:1.8rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .3s ease}.cookie-modal-close:hover{background:#ffffff1a;color:#fff}.cookie-category{margin-bottom:1.5rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff05}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.cookie-category h4{color:#fff;font-size:1rem;margin:0}.cookie-category p{color:#ffffffb3;font-size:.9rem;line-height:1.5;margin:0}.cookie-category-required{background:#3b82f633;color:#3b82f6;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.cookie-switch{position:relative;display:inline-block;width:50px;height:26px}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;inset:0;background-color:#fff3;transition:.3s;border-radius:26px}.cookie-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.cookie-slider{background-color:#3b82f6}input:checked+.cookie-slider:before{transform:translate(24px)}.cookie-modal-footer{display:flex;justify-content:flex-end;margin-top:2rem}.cookie-btn-save{background:#3b82f6;border-color:#3b82f6;color:#fff}.cookie-btn-save:hover{background:#2563eb;border-color:#2563eb}@media (max-width: 1024px){.privacy-menu{top:1rem;right:1rem;z-index:1001}.page-section{padding-top:80px!important}.projects-grid{margin-top:20px}}@media (max-width: 768px){.privacy-menu{top:1rem;right:1rem}.privacy-toggle{width:40px;height:40px}.cookie-banner-modal{padding:2rem;margin:1rem;border-radius:16px}.cookie-banner-icon{font-size:2.5rem}.cookie-banner-text h3{font-size:1.3rem}.cookie-banner-text p{font-size:.95rem}.cookie-banner-actions{flex-direction:column;gap:.75rem}.cookie-modal-content{padding:1.5rem;margin:1rem}.cookie-btn{padding:.75rem 1.5rem;font-size:.9rem;width:100%;justify-content:center}}
