html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#64748b;--primary-dark:#475569;--primary-light:#94a3b8;--accent-color:#334155;--text-primary:#0f172a;--text-secondary:#64748b;--background:#fff;--background-alt:#f8fafc;--background-grey:#f1f5f9;--border-color:#e2e8f0;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.portfolio{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffffa;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #0f172a1a}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-brand{color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-menu a{color:var(--text-primary);font-weight:500;text-decoration:none;transition:color .3s}.nav-menu a:hover{color:var(--primary-color)}.hero-section{color:#fff;background:linear-gradient(135deg,#475569 0%,#1e293b 100%);justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex}.hero-content{grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;width:100%;max-width:1200px;display:grid}.hero-left{justify-content:center;align-items:center;display:flex}.hero-right{text-align:left}.profile-photo{width:350px;height:350px}.photo-placeholder{background:#ffffff26;border:4px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.photo-placeholder img{object-fit:cover;border-radius:50%;width:100%;height:100%}.hero-content h1{margin-bottom:.5rem;font-size:3.5rem;font-weight:700}.tagline{opacity:.9;margin-bottom:1.5rem;font-size:1.5rem}.intro{opacity:.95;text-indent:2rem;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.cta-button{color:var(--primary-color);cursor:pointer;background:#fff;border:2px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s}.cta-button:hover{color:#fff;background:0 0;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.section{padding:5rem 2rem}.section:nth-child(2n){background:var(--background-alt)}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:var(--text-primary);margin-bottom:3rem;padding-bottom:1rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--primary-color);border-radius:2px;width:80px;height:4px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.timeline{padding-left:2rem;position:relative}.timeline:before{content:"";background:var(--primary-color);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{margin-bottom:3rem;padding-left:2rem;position:relative}.timeline-marker{background:var(--primary-color);border:3px solid var(--background);width:16px;height:16px;box-shadow:0 0 0 3px var(--primary-color);border-radius:50%;position:absolute;top:0;left:-2rem}.timeline-content h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}.company{color:var(--primary-color);margin-bottom:.25rem;font-weight:600}.period{color:var(--text-secondary);margin-bottom:1rem;font-size:.9rem}.timeline-content ul{color:var(--text-secondary);list-style-position:inside}.timeline-content li{margin-bottom:.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.skill-category{box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s}.skill-category:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.skill-category h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.3rem}.skill-tags{flex-wrap:wrap;gap:.75rem;display:flex}.skill-tag{background:var(--background-alt);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.skill-tag:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.resume-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.resume-button{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.view-button{background:var(--primary-color);color:#fff}.view-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.resume-button.download-button{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.resume-button.download-button:hover{background:var(--primary-color);color:#fff;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.modal-overlay{z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:12px;max-width:900px;max-height:90vh;padding:2rem;animation:.3s ease-in-out slideUp;position:relative;overflow:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:var(--primary-color);color:#fff;cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--primary-dark);transform:rotate(90deg)}.modal-resume-image{border-radius:8px;width:100%;height:auto;display:block}.resume-viewer{border:2px solid var(--border-color);border-radius:12px;width:70%;height:auto;margin:0 auto;overflow:hidden}.resume-pdf{width:100%;height:100%;margin-bottom:20px}.resume-placeholder{box-shadow:var(--shadow-lg);text-align:center;background:#fff;border-radius:12px;padding:2rem}.resume-placeholder svg{width:100px;height:100px;color:var(--primary-color);margin-bottom:1.5rem}.resume-placeholder p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.2rem}.work-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.work-item{box-shadow:var(--shadow);cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.work-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.work-image{background:var(--background-alt);height:200px;overflow:hidden}.work-thumbnail{background:var(--background-grey);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.work-thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.work-item:hover .work-thumbnail img{transform:scale(1.05)}.work-content{flex-direction:column;flex:1;padding:2rem;display:flex}.work-content h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.work-content p{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.7}.work-info{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.work-info-item{color:var(--text-secondary);font-size:.85rem;font-weight:500}.work-click-hint{color:var(--primary-color);margin-top:auto;padding-top:.5rem;font-size:.85rem;font-weight:600;transition:color .3s;display:inline-block}.work-item:hover .work-click-hint{color:var(--primary-dark)}.work-gallery-modal{max-width:1200px;max-height:95vh;padding:2.5rem;overflow-y:auto}.work-gallery-header{text-align:center;border-bottom:2px solid var(--border-color);margin-bottom:2rem;padding-bottom:1.5rem}.work-gallery-header h2{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem}.work-gallery-meta{color:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;font-size:1rem;display:flex}.work-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.work-gallery-grid-item{aspect-ratio:4/3;cursor:pointer;background:var(--background-grey);border-radius:12px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.work-gallery-grid-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.work-gallery-grid-item img{object-fit:cover;width:100%;height:100%;display:block}.work-gallery-grid.tall-layout-grid{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}.work-gallery-grid-item.tall-layout{aspect-ratio:auto;cursor:default}.work-gallery-grid-item.tall-layout:hover{box-shadow:none;transform:none}.work-gallery-grid-item.tall-layout img{object-fit:contain;width:100%;height:auto}.grid-item-overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.work-gallery-grid-item:hover .grid-item-overlay{opacity:1}.grid-item-overlay svg{color:#fff}.grid-item-number{color:#fff;background:#000000bf;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex;position:absolute;top:.75rem;right:.75rem}.work-gallery-description{text-align:center;background:var(--background-alt);border-radius:12px;padding:1.5rem}.work-gallery-description p{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.7}.work-gallery-download{justify-content:center;margin-top:1.5rem;display:flex}.work-gallery-video{justify-content:center;margin-bottom:2rem;display:flex}.work-video-player{width:100%;max-width:360px;box-shadow:var(--shadow-lg);background:#000;border-radius:12px}.lightbox-overlay{z-index:3000;background:#000000f2;justify-content:center;align-items:flex-start;padding:5rem 2rem 2rem;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.lightbox-close{color:var(--text-primary);cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}.lightbox-close:hover{background:#fff;transform:rotate(90deg)}.lightbox-content{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex;position:relative}.lightbox-content-tall{width:min(92vw,960px);max-width:none;max-height:none;margin:0 auto;display:block}.lightbox-image{object-fit:contain;border-radius:8px;max-width:100%;max-height:90vh}.lightbox-image-tall{object-fit:none;border-radius:8px;width:100%;max-width:none;height:auto;max-height:none;display:block}.lightbox-content-tall .lightbox-nav-button{position:fixed;top:50%}.lightbox-content-tall .lightbox-nav-prev{left:1.5rem}.lightbox-content-tall .lightbox-nav-next{right:1.5rem}.lightbox-content-tall .lightbox-counter{position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.lightbox-nav-button{cursor:pointer;width:56px;height:56px;box-shadow:var(--shadow-lg);z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-button:hover:not(:disabled){background:#fff;transform:translateY(-50%)scale(1.1)}.lightbox-nav-button:disabled{opacity:.3;cursor:not-allowed}.lightbox-nav-button svg{color:var(--text-primary)}.lightbox-nav-prev{left:-80px}.lightbox-nav-next{right:-80px}.lightbox-counter{color:var(--text-primary);background:#ffffffe6;border-radius:25px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.contact-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.contact-info{flex-direction:column;gap:2rem;display:flex}.contact-item{align-items:flex-start;gap:1.5rem;display:flex}.contact-item svg{width:40px;height:40px;color:var(--primary-color);flex-shrink:0}.contact-item h4{color:var(--text-primary);margin-bottom:.25rem;font-size:1.1rem}.contact-item p{color:var(--text-secondary)}.contact-form{box-shadow:var(--shadow-lg);background:#fff;border-radius:12px;padding:2rem}.contact-form h3{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem}.contact-form input,.contact-form textarea{border:1px solid var(--border-color);border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color);outline:none}.contact-form textarea{resize:vertical}.submit-button{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-button:hover{background:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.footer{color:#cbd5e1;text-align:center;background:#1e293b;padding:2rem}@media (width<=768px){.nav-menu{display:none}.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-right{text-align:center}.hero-content h1{font-size:2.5rem}.tagline{font-size:1.2rem}.resume-actions{flex-direction:column;gap:1rem}.resume-button{justify-content:center;width:100%}.modal-content{max-height:85vh;padding:1rem}.modal-close{width:40px;height:40px}.work-gallery-modal{max-height:95vh;padding:1.5rem}.work-gallery-header h2{font-size:1.5rem}.work-gallery-meta{font-size:.9rem}.work-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.work-gallery-grid-item{aspect-ratio:1}.work-gallery-grid-item.tall-layout{aspect-ratio:auto}.grid-item-number{width:28px;height:28px;font-size:.85rem;top:.5rem;right:.5rem}.work-gallery-description{padding:1rem}.work-gallery-description p{font-size:.95rem}.lightbox-overlay{padding:4.5rem 1rem 1.5rem}.lightbox-close{width:48px;height:48px;top:1rem;right:1rem}.lightbox-content{max-width:95vw;max-height:85vh}.lightbox-content-tall{width:min(95vw,960px);max-height:none}.lightbox-image{max-height:75vh}.lightbox-image-tall{max-height:none}.lightbox-nav-button{width:48px;height:48px}.lightbox-nav-button svg{width:32px;height:32px}.lightbox-nav-prev{top:auto;bottom:1rem;left:.5rem;transform:none}.lightbox-nav-next{top:auto;bottom:1rem;right:.5rem;transform:none}.lightbox-content-tall .lightbox-nav-button{position:fixed;top:auto;bottom:1rem;transform:none}.lightbox-counter{padding:.5rem 1rem;font-size:.9rem;bottom:80px}.work-info{font-size:.8rem}.section{padding:3rem 1rem}.section-title{font-size:2rem}.timeline{padding-left:1rem}.timeline-item{padding-left:1.5rem}.timeline-marker{left:-1.5rem}.skills-grid,.work-grid,.contact-content{grid-template-columns:1fr}.nav-container{padding:1rem}}@media (width<=480px){.hero-content h1{font-size:2rem}.profile-photo{width:200px;height:200px}.photo-placeholder svg{width:80px;height:80px}}
