*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #1192dc;--primary-dark: #1493dc;--secondary-color: #facf0e;--text-primary: #202020;--text-secondary: #5a5a5a;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-dark: #202020;--border-color: #e0e0e0;--shadow: 0 4px 6px -1px rgba(32, 32, 32, .1), 0 2px 4px -1px rgba(32, 32, 32, .06);--shadow-lg: 0 20px 25px -5px rgba(32, 32, 32, .1), 0 10px 10px -5px rgba(32, 32, 32, .04)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary)}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.navbar{position:fixed;top:0;width:100%;background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow);z-index:1000;padding:.5rem 0;min-height:60px}.navbar .container{display:flex;justify-content:space-between;align-items:center;position:relative;padding:0 20px;min-height:60px}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--primary-color);white-space:nowrap;display:flex;align-items:center;height:100%;padding:.25rem 0;margin:0;max-height:60px}.nav-logo{height:100%;max-height:55px;width:auto;object-fit:contain;display:block;aspect-ratio:2000 / 487}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-primary);font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:var(--primary-color)}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background-color:var(--primary-color);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px}.nav-toggle span{width:25px;height:3px;background-color:var(--text-primary);transition:all .3s ease}.hero{margin-top:60px;padding:6rem 0;background:linear-gradient(135deg,#0c6395,#1192dc,#49b4f1);color:#fff;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;animation:fadeInUp .8s ease}.hero-role{font-size:1.5rem;margin-bottom:1.5rem;opacity:.95;font-weight:600;animation:fadeInUp .8s ease .2s both}.hero-text{font-size:1.1rem;opacity:.9;line-height:1.8;margin-bottom:0;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .4s both;display:flex;flex-direction:column;gap:1.5rem}.hero-text-item:last-of-type{margin-bottom:.5rem}.hero-text-item{padding:1.25rem 1.5rem;background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.hero-text-item:hover{background-color:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-text-regular{margin:0;padding:0;opacity:.95;margin-top:1rem}.hero-contact-primary{margin-top:1.5rem;animation:fadeInUp .8s ease .6s both}.hero-social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.hero-social-links:last-child{margin-bottom:0}.hero-social-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1.5rem;border:1px solid rgba(255,255,255,.3);border-radius:6px;transition:all .3s ease;opacity:.9}.hero-social-link[href^="mailto:"]{font-weight:700}.hero-social-link:hover{background-color:#ffffff26;opacity:1;transform:translateY(-2px)}.skills-section{padding:5rem 0;background-color:var(--bg-secondary)}.skills-selector{display:flex;justify-content:center;margin-top:3rem}.skill-tabs{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}body.is-mobile .skill-tabs{display:none!important}body.is-mobile .skill-dropdown{display:block!important}.skill-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem 3rem 1rem 2rem;background-color:var(--bg-primary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:300px;max-width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.skill-dropdown:hover{border-color:var(--primary-color);background-color:var(--bg-secondary)}.skill-dropdown:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #1192dc1a}body.is-mobile .skills-content-wrapper .skill-content-panel:not(.active){display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;opacity:0!important}body.is-mobile .skills-content-wrapper .skill-content-panel.active{display:block!important;visibility:visible!important;height:auto!important;overflow:visible!important;opacity:1!important}.skill-tab{padding:1rem 2rem;background-color:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;color:var(--text-secondary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.skill-tab:hover{background-color:#1192dc1a;border-color:var(--primary-color);color:var(--primary-color)}.skill-tab.active{background:linear-gradient(135deg,#0c6395,#1192dc,#49b4f1);border:2px solid #0c6395;color:#fff}.skills-content-wrapper{margin-top:2.5rem;position:relative;min-height:400px}.skills-content-wrapper .skill-content-panel{display:none;visibility:hidden;height:0;overflow:hidden;animation:fadeIn .3s ease}.skills-content-wrapper .skill-content-panel.active{display:block;visibility:visible;height:auto;overflow:visible}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skill-card{background-color:var(--bg-primary);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;margin-top:0}.skill-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.skill-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.skill-projects{margin-bottom:3rem;padding-bottom:0}.skill-skills{margin-top:3rem}.skill-projects-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary);text-align:center}.skill-projects .projects-grid{margin-top:0}.skill-description{font-size:1rem;line-height:1.7;color:var(--text-secondary)}.skill-highlights{list-style:none;padding:0;margin:0}.skill-highlights li{font-size:.95rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;position:relative}.skill-highlights li:last-child{margin-bottom:0}.skill-highlights li strong{color:var(--text-primary);font-weight:600;display:block;margin-bottom:.25rem}.skill-highlights li:before{content:"▸";color:var(--primary-color);font-weight:700;position:absolute;left:0}.hero-detail-goals{grid-column:1 / -1}.hero-detail-item{background-color:var(--bg-secondary);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow)}.hero-detail-full{width:100%;max-width:800px;margin:0 auto}.hero-detail-title{font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.hero-detail-text{font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.hero-contact{margin-top:3rem;animation:fadeInUp .8s ease 1s both}.hero-contact-text{font-size:.95rem;opacity:.85;margin-bottom:.5rem}.hero-contact-link{color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-bottom:2px solid rgba(255,255,255,.5);transition:border-color .3s ease;display:inline-block}.hero-contact-link:hover{border-bottom-color:#fff}.hero-experience{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;animation:fadeInUp .8s ease 1s both}.hero-details-bottom{margin-top:3rem;animation:fadeInUp .8s ease 1.2s both}.hero-experience-card{background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.25);transition:transform .3s ease,background-color .3s ease}.hero-experience-card:hover{transform:translateY(-3px);background-color:#fff3}.hero-experience-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;opacity:.95}.hero-experience-description{font-size:.95rem;line-height:1.7;opacity:.9}.portfolio-section{padding:5rem 0;background-color:var(--bg-secondary)}.portfolio-section:nth-child(2n){background-color:var(--bg-primary)}.project-category-title{font-size:2rem;font-weight:700;margin:3rem 0 2rem;color:var(--text-primary);text-align:center}.project-category-title:first-of-type{margin-top:2rem}.section-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-primary);position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0c6395,#1192dc,#49b4f1);border-radius:2px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(350px,100%),1fr));gap:2rem;margin-top:3rem}#mobile-apps .projects-grid,#web-apps .projects-grid{grid-template-columns:repeat(2,1fr)}.skill-projects .projects-grid{grid-template-columns:1fr;margin-top:0;gap:2rem}@media (min-width: 768px){.skill-projects .projects-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr))}.skill-projects .projects-grid:has(>.project-card:only-child){max-width:600px;margin-left:auto;margin-right:auto}}.project-card{background-color:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-image{width:100%;aspect-ratio:2880 / 1800;background:linear-gradient(135deg,#202020,#3a3a3a,#5a5a5a);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0 0 8px 8px;position:relative}.image-placeholder{font-size:5rem;opacity:.8}.project-screenshot{width:100%;height:100%;object-fit:contain;display:block}#mobile-apps .project-screenshot{padding:1.5rem 0;box-sizing:border-box}#web-apps .project-image{border:2px solid var(--border-color)}#web-apps .project-screenshot{padding:1.5rem 0;box-sizing:border-box}.project-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.project-description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7;flex-grow:1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:var(--bg-secondary);color:var(--primary-color);padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid var(--border-color)}.project-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .3s ease;align-self:flex-start}.project-link:hover{color:var(--primary-dark)}.footer{background-color:var(--bg-dark);color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem}.footer-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.footer-link:hover{color:var(--secondary-color)}.footer-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:width .3s ease}.footer-link:hover:after{width:100%}.credentials-section{padding:5rem 0;background-color:var(--bg-primary)}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.credential-card{background-color:var(--bg-secondary);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.credential-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.credential-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--primary-color)}.credential-degree{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.credential-institution{font-size:1rem;color:var(--text-secondary);font-style:italic}.credential-list{list-style:none;padding:0}.credential-list li{font-size:1rem;color:var(--text-primary);padding:.75rem 0;border-bottom:1px solid var(--border-color)}.credential-list li:last-child{border-bottom:none}.mission-section-page{padding:5rem 0;background-color:var(--bg-secondary)}.mission-content-page{max-width:800px;margin:0 auto;text-align:center}.mission-text-page{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-top:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:50px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:var(--shadow);padding:2rem 0;gap:0}.nav-menu.active{left:0}.nav-menu li{padding:1rem 0}.nav-toggle{display:flex}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1.1rem}.hero-cert-text{font-size:.95rem}.hero-text{font-size:1rem;margin-bottom:2rem}.mission-card{padding:1.5rem}.mission-title{font-size:1.3rem}.mission-text{font-size:.9rem}.hero-contact{margin-top:2rem}.hero-contact-text{font-size:.9rem}.hero-contact-link{font-size:.95rem;word-break:break-word}.hero-experience{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.hero-experience-card{padding:1.5rem}.skills-section{padding:3rem 0}.credentials-grid{grid-template-columns:1fr;gap:1.5rem}.skills-selector{margin-top:2rem}.skill-tabs{display:none}.skill-dropdown{display:block;width:100%;max-width:100%;padding:.875rem 2.5rem .875rem 1.25rem;font-size:.95rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}.skills-content-wrapper .skill-content-panel{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;opacity:0!important}.skills-content-wrapper .skill-content-panel.active{display:block!important;visibility:visible!important;height:auto!important;overflow:visible!important;opacity:1!important}.skills-content-wrapper{min-height:auto}.skill-card,.credential-card{padding:1.5rem}.skill-title,.credential-title{font-size:1.2rem;margin-bottom:1.25rem}.skill-highlights li{font-size:.875rem;padding-left:1.25rem;margin-bottom:.875rem;line-height:1.7}.skill-highlights li strong{font-size:.9rem;margin-bottom:.2rem}.skills-content-wrapper{min-height:250px;margin-top:2rem}.skill-projects{margin-bottom:2rem;padding-bottom:0}.skill-skills{margin-top:2rem}.skill-projects-title{font-size:1.5rem;margin-bottom:1.5rem}.skill-card{margin-top:0}.project-category-title{font-size:1.5rem;margin:2rem 0 1.5rem}.nav-brand{font-size:1.25rem;max-height:45px}.nav-logo{max-height:40px;width:auto}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}#mobile-apps .projects-grid,#web-apps .projects-grid{grid-template-columns:1fr}.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media (max-width: 480px){.skills-section{padding:2.5rem 0}.skills-selector{margin-top:1.5rem}.skill-tabs{display:none}.skill-dropdown{display:block;width:100%;padding:.75rem 2.25rem .75rem 1rem;font-size:.875rem;min-width:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23334155' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.skills-content-wrapper .skill-content-panel{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;opacity:0!important}.skills-content-wrapper .skill-content-panel.active{display:block!important;visibility:visible!important;height:auto!important;overflow:visible!important;opacity:1!important}.skill-card{padding:1.25rem}.skill-title{font-size:1.1rem;margin-bottom:1rem}.skill-highlights li{font-size:.8rem;padding-left:1rem;margin-bottom:.75rem}.skill-highlights li strong{font-size:.85rem}.hero{padding:4rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-details{gap:1rem;margin-top:1.5rem}.hero-detail-item{padding:1.25rem}.hero-detail-title{font-size:1.1rem}.hero-detail-text{font-size:.85rem}.hero-contact{margin-top:1.5rem}.hero-contact-text{font-size:.85rem}.hero-contact-link{font-size:.9rem;word-break:break-all}.hero-experience{gap:1rem;margin-top:1.5rem}.hero-experience-card{padding:1.25rem}.hero-experience-title{font-size:1.2rem;margin-bottom:.75rem}.hero-experience-description{font-size:.85rem}.portfolio-section{padding:3rem 0}.section-title{font-size:1.75rem}.project-title{font-size:1.25rem}.project-description{font-size:.9rem}.container{padding:0 15px}.nav-brand{font-size:1.1rem;max-height:40px}.nav-logo{max-height:35px;width:auto}.navbar{min-height:50px;padding:.4rem 0}.navbar .container{min-height:50px;padding:0 15px}.hero{margin-top:50px}.footer-links{gap:1.25rem;flex-wrap:wrap;justify-content:center}.footer-link{font-size:.9rem}.projects-grid{grid-template-columns:1fr;gap:1.25rem}.project-card{min-width:0}.project-content{padding:1.25rem}.tech-tag{font-size:.75rem;padding:.35rem .7rem}.skill-tab{padding:.65rem 1rem;font-size:.85rem;min-width:calc(50% - .375rem)}.skills-content-wrapper{min-height:250px}.skill-card{padding:1.5rem}}
