body{line-height:1.6;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media (max-width:768px){.main-content{padding:1rem}}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.brand-link{color:#fff;text-decoration:none}.navbar-brand h1{color:#fff;font-size:1.5rem;font-weight:600;margin:0;transition:color .3s ease}.brand-link:hover h1{color:#fffc}.navbar-tabs{display:flex;gap:.5rem}.navbar-tab{background:#0000;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.navbar-tab:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.navbar-tab.active{background:#fff;border-color:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.navbar-mobile-toggle{border-radius:4px;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px;transition:all .3s ease}.navbar-mobile-toggle:hover{background:#ffffff1a}.navbar-mobile-toggle span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.navbar-mobile-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.navbar-mobile-toggle.active span:nth-child(2){opacity:0}.navbar-mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #0000001a;display:none;left:0;opacity:0;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:1000}.mobile-menu.open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-link{border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-size:1.1rem;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.mobile-menu-link:last-child{border-bottom:none}.mobile-menu-link:hover{background:#ffffff1a;color:#fff}.mobile-menu-link.active{background:#fff3;color:#fff}@media (max-width:768px){.navbar{position:-webkit-sticky;position:sticky}.navbar-container{height:60px;padding:0 1rem}.navbar-brand h1{font-size:1.25rem}.navbar-tabs{display:none}.navbar-mobile-toggle{display:flex}.mobile-menu{display:block}.navbar-tab{font-size:.9rem;padding:.5rem 1rem}}@media (max-width:480px){.navbar-container{padding:0 .75rem}.navbar-brand h1{font-size:1.1rem}}.about-me{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;min-height:80vh;overflow:hidden}.about-me-container{padding:2rem}.about-me-content{align-items:flex-start;display:flex;gap:3rem;margin:0 auto;max-width:1200px}.about-me-text{flex:1 1}.about-me-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-me-bio{margin-bottom:2rem}.about-me-bio p{color:#495057;font-size:1.1rem;line-height:1.8;margin:0 0 1rem}.blog-link{color:#667eea;font-weight:600;text-decoration:none;transition:all .3s ease}.blog-link:hover{color:#764ba2;text-decoration:underline}.linkedin-link{color:#0077b5;font-weight:600;text-decoration:none;transition:all .3s ease}.linkedin-link:hover{color:#005885;text-decoration:underline}.about-me-highlights{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.highlight-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.highlight-item h3{color:#667eea;font-size:1rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.highlight-item p{color:#495057;font-size:1rem;font-weight:500;margin:0}.about-me-skills{margin-bottom:2rem}.about-me-skills h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#667eea;border-radius:20px;font-size:.9rem;padding:.5rem 1rem}.about-me-image{align-items:flex-start;display:flex;flex:0 0 300px;justify-content:center}.profile-image{border-radius:12px;box-shadow:0 8px 32px #0000001f;height:auto;max-width:300px;object-fit:cover;width:100%}@media (max-width:768px){.about-me-container{padding:1.5rem}.about-me-content{flex-direction:column;gap:2rem}.about-me-title{font-size:2rem}.about-me-bio p{font-size:1rem}.about-me-highlights{gap:1rem;grid-template-columns:1fr}.highlight-item{padding:1rem}.about-me-image{flex:none;order:-1}.profile-image{max-width:250px}}@media (max-width:480px){.about-me-container{padding:1rem}.about-me-title{font-size:1.75rem}.profile-image{max-width:200px}}.blog{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.blog-container{padding:2rem}.blog-header{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.blog-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0;text-align:left}.filters{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.category-filter,.language-filter{display:flex;flex-direction:column;gap:.5rem}.category-filter h3,.language-filter h3{color:#495057;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.language-filter{align-items:center;display:flex;flex-direction:row;gap:1rem}.language-filter h3{margin-right:.5rem}.category-filter{align-items:center;display:flex;flex-direction:row;gap:1rem}.category-filter h3{margin-right:.5rem}.filter-btn{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#6c757d;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.filter-btn:hover{background:#e9ecef;border-color:#667eea;color:#667eea}.filter-btn.active{background:#667eea;border-color:#667eea;color:#fff}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.post-tag{background:#667eea;border-radius:12px;color:#fff;font-size:.7rem;font-weight:500;padding:.2rem .5rem;white-space:nowrap}.blog-posts{list-style:none;margin:0;padding:0}.blog-post{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.blog-post:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.blog-post-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.post-link{color:#2c3e50;display:block;flex:1 1;font-size:1.1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s ease}.post-link:hover{color:#667eea;text-decoration:none}.post-date{background:#e9ecef;border-radius:15px;color:#6c757d;font-size:.9rem;font-weight:500;padding:.25rem .75rem;white-space:nowrap}.no-posts-message{color:#6c757d;padding:3rem 1rem;text-align:center}.no-posts-message p{font-size:1.1rem;font-style:italic;margin:0}@media (max-width:768px){.blog-container{padding:1.5rem}.blog-header{align-items:flex-start;flex-direction:column;gap:1rem}.blog-title{font-size:2rem}.language-filter{gap:.3rem}.filter-btn{font-size:.8rem;padding:.4rem .8rem}.blog-post{padding:1.25rem}.blog-post-header{align-items:flex-start;flex-direction:column}.post-link{font-size:1rem}.post-date{font-size:.8rem;padding:.2rem .6rem}}@media (max-width:480px){.blog-container{padding:1rem}.blog-title{font-size:1.5rem}.filter-btn{font-size:.75rem;padding:.3rem .6rem}.blog-post{padding:1rem}.post-link{font-size:.95rem}.post-date{font-size:.75rem;padding:.15rem .5rem}}.blog-post-page{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;min-height:80vh;overflow:hidden}.blog-post-container{padding:2rem}.back-to-blog{align-items:center;background:#f8f9fa;border-radius:6px;color:#667eea;display:inline-flex;font-weight:500;margin-bottom:2rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.back-to-blog:hover{background:#667eea;color:#fff;transform:translateX(-2px)}.blog-post-full{margin:0 auto;max-width:800px}.post-header{border-bottom:2px solid #e9ecef;margin-bottom:2rem;padding-bottom:1.5rem}.post-title{color:#2c3e50;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.post-meta{align-items:center;color:#6c757d;display:flex;flex-wrap:wrap;font-size:.95rem;gap:1rem;justify-content:space-between}.post-author{font-weight:500}.post-date,.post-read-time{background:#e9ecef;border-radius:15px;font-weight:500;padding:.25rem .75rem}.post-meta-group{align-items:center;display:flex;gap:1rem}.post-content{color:#495057;line-height:1.8}.post-excerpt{background:#f8f9fa;border-left:4px solid #667eea;border-radius:0 6px 6px 0;color:#6c757d;font-style:italic;margin-bottom:2rem;padding:1rem}.post-body,.post-excerpt{font-size:1.1rem}.post-body img{display:block;height:auto;margin:1.25rem auto;max-width:100%}.post-body p:has(em:only-child){font-size:.85rem!important;margin-bottom:1.5rem!important;margin-top:-.5rem!important;text-align:center!important}.post-body img+p{font-size:.85rem!important;margin-bottom:1.5rem!important;margin-top:-.5rem!important;text-align:center!important}.post-body p:has(img)+p{font-size:.85rem!important;margin-bottom:1.5rem!important;margin-top:-.5rem!important;text-align:center!important}.post-body img+p em{color:#6c757d;font-size:.85rem;font-style:italic;text-align:center!important}.post-body p{margin-bottom:1.5rem;text-align:justify}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{color:#2c3e50;font-weight:600;line-height:1.3;margin-bottom:1rem;margin-top:2rem}.post-body h1{border-bottom:2px solid #667eea;font-size:2rem;padding-bottom:.5rem}.post-body h2{color:#667eea;font-size:1.75rem}.post-body h3{font-size:1.5rem}.post-body h4{font-size:1.25rem}.post-body h5,.post-body h6{font-size:1.1rem}.post-body strong{color:#2c3e50;font-weight:600}.post-body em{color:#6c757d;font-style:italic}.post-body code{background:#f8f9fa;border-radius:4px;color:#e83e8c;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.post-body pre{background:#f8f9fa;border-left:4px solid #667eea;border-radius:6px;margin:1.5rem 0;overflow-x:auto;padding:1rem}.post-body pre code{background:none;color:#495057;font-size:.9rem;padding:0}.post-body blockquote{background:#f8f9fa;border-left:4px solid #667eea;border-radius:0 6px 6px 0;color:#6c757d;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem}.post-body ol,.post-body ul{margin:1.5rem 0;padding-left:2rem}.post-body li{line-height:1.6;margin-bottom:.5rem}.post-body ul li{list-style-type:disc}.post-body ol li{list-style-type:decimal}.blog-post-not-found{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:3rem;text-align:center}.blog-post-not-found h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.blog-post-not-found p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.blog-post-container{padding:1.5rem}.post-title{font-size:2rem}.post-meta{flex-direction:column;gap:.5rem}.post-body,.post-excerpt{font-size:1rem}}@media (max-width:480px){.blog-post-container{padding:1rem}.post-title{font-size:1.75rem}.back-to-blog{font-size:.9rem;padding:.4rem .8rem}}.resume{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden}.resume-container{padding:2rem}.resume-header{border-bottom:2px solid #e9ecef;margin-bottom:3rem;padding-bottom:2rem}.resume-header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.resume-info{flex:1 1;text-align:left}.resume-actions{align-items:center;display:flex}.download-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.download-btn:hover{box-shadow:0 8px 25px #667eea66;color:#fff;text-decoration:none;transform:translateY(-2px)}.download-btn:active{transform:translateY(0)}.resume-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.resume-title{color:#6c757d;font-size:1.25rem;font-weight:500;margin-bottom:1rem}.resume-contact{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}.contact-item{align-items:center;color:#495057;display:inline-flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.contact-item:hover{color:#667eea}.contact-item[href]{cursor:pointer}.contact-icon{font-size:1rem;opacity:.8}.resume-section{margin-bottom:2.5rem}.section-title{border-bottom:2px solid #667eea;color:#2c3e50;display:inline-block;font-size:1.75rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.education-item,.experience-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.education-item:hover,.experience-item:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.education-header,.experience-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.company,.institution{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.duration,.year{background:#e9ecef;border-radius:15px;color:#6c757d;font-size:.9rem;font-weight:500;padding:.25rem .75rem}.degree,.position{color:#495057;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.gpa{color:#6c757d;font-size:.9rem;font-weight:500;margin-bottom:.75rem}.description{color:#495057;line-height:1.6;margin-bottom:1rem}.responsibilities{list-style:none;padding:0}.responsibilities li{color:#495057;line-height:1.6;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.responsibilities li:before{color:#667eea;content:"▸";font-weight:700;left:0;position:absolute}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-category{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.skill-category-title{border-bottom:2px solid #667eea;color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.skill-tag:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.resume-container{padding:1.5rem}.resume-header-content{align-items:flex-start;flex-direction:column;text-align:center}.resume-info{text-align:center;width:100%}.resume-actions{justify-content:center;width:100%}.download-btn{font-size:.9rem;padding:.6rem 1.2rem}.resume-name{font-size:2rem}.resume-title{font-size:1.1rem}.resume-contact{gap:1rem;justify-content:center}.contact-item{font-size:.9rem}.section-title{font-size:1.5rem}.education-item,.experience-item{padding:1.25rem}.education-header,.experience-header{align-items:flex-start;flex-direction:column}.company,.institution{font-size:1.1rem}.degree,.position{font-size:1rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1rem}.skill-category-title{font-size:1rem}.skill-tag{font-size:.8rem;padding:.3rem .6rem}}@media (max-width:480px){.resume-container{padding:1rem}.download-btn{font-size:.85rem;padding:.5rem 1rem}.resume-name{font-size:1.75rem}.resume-title{font-size:1rem}.resume-contact{align-items:flex-start;flex-direction:column;gap:.75rem}.contact-item{font-size:.85rem}.section-title{font-size:1.25rem}.education-item,.experience-item{padding:1rem}.company,.institution{font-size:1rem}.degree,.position{font-size:.95rem}}.photography{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem 0}.photography-container{margin:0 auto;max-width:1200px;padding:0 2rem}.photography-header{color:#fff;margin-bottom:3rem;text-align:center}.photography-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.photography-subtitle{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.photography-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.photo-filter-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:25px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.photo-filter-btn:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.photo-filter-btn.active{background:#ffffffe6;border-color:#fff;color:#667eea}.photography-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-auto-rows:1fr;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.photo-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.photo-item:hover{box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.photo-wrapper{aspect-ratio:4/3;background:#f8f9fa;flex:1 1;overflow:hidden;position:relative;width:100%}@supports not (aspect-ratio:4/3){.photo-wrapper{height:0;padding-bottom:75%}.photo-wrapper .photo-image{left:0;position:absolute;top:0}}.photo-image{display:block;height:100%;min-height:100%;min-width:100%;object-fit:cover;object-position:center;position:relative;transform:scale(1.02);transition:transform .3s ease;width:100%}.photo-item:hover .photo-image{transform:scale(1.08)}.photo-wrapper:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.photo-image[style*=aspect-ratio]{object-fit:cover!important;object-position:center center!important}.photo-wrapper .photo-image{border:none;height:100%!important;margin:0;object-fit:cover!important;outline:none;padding:0;vertical-align:bottom;width:100%!important}.photo-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease;z-index:2}.photo-item:hover .photo-overlay{transform:translateY(0)}.photo-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.photo-overlay-bottom{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.photo-location{font-size:.9rem;font-style:italic;opacity:.8}.photo-date{font-size:.9rem;opacity:.8;text-align:right}.photo-modal{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:15px;box-shadow:0 25px 50px #00000080;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden;position:relative;width:min(90vw,80vh)}.modal-close{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background .3s ease;width:40px;z-index:1001}.modal-close:hover{background:#000000e6}.modal-nav{align-items:center;background:#000000b3;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;width:50px;z-index:1001}.modal-nav:hover{background:#000000e6}.modal-prev{border-radius:0 25px 25px 0;left:1rem}.modal-next{border-radius:25px 0 0 25px;right:1rem}.modal-image-container{aspect-ratio:4/3;background:#f8f9fa;flex:none;overflow:hidden;position:relative;width:100%}.modal-image{height:100%;inset:0;object-fit:cover;object-position:center;position:absolute;width:100%}@supports not (aspect-ratio:4/3){.modal-image-container{height:0;padding-bottom:75%;width:100%}.modal-image{height:100%;left:0;position:absolute;top:0;width:100%}}.modal-info{background:#fff;border-top:1px solid #e9ecef;padding:2rem}.modal-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.modal-description{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.modal-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-detail{color:#555;font-size:.9rem}.modal-detail strong{color:#333;display:inline-block;min-width:70px}.modal-detail-date{grid-column:-1;text-align:right}@media (max-width:768px){.photography{padding:1rem 0}.photography-container{padding:0 1rem}.photography-title{font-size:2rem}.photography-subtitle{font-size:1rem}.photography-grid{gap:1.5rem;grid-template-columns:1fr}.photography-filters{gap:.5rem}.photo-filter-btn{font-size:.9rem;padding:.5rem 1rem}.modal-content{margin:0 1rem;max-height:95vh;max-width:95vw}.modal-info{padding:1.5rem}.modal-details{grid-template-columns:1fr}.modal-nav{font-size:1.2rem;height:40px;width:40px}.modal-prev{left:.5rem}.modal-next{right:.5rem}}@media (max-width:480px){.photography-header{margin-bottom:2rem}.photography-title{font-size:1.75rem}.photography-filters{justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.photo-filter-btn{flex-shrink:0;white-space:nowrap}.photo-overlay{padding:1.5rem 1rem 1rem}.photo-title{font-size:1.1rem}.modal-image{max-height:50vh}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:auto;padding:1.5rem 2rem;width:100%}.footer-container{margin:0 auto;max-width:1200px}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.footer-copyright{color:#fffc;font-size:.9rem;margin:0}.footer-social{align-items:center;display:flex;gap:1.25rem}.footer-social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;color:#ffffffe6;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social-link:hover{background:#fff3;color:#fff;transform:translateY(-2px)}.footer-social-link svg{display:block}@media (max-width:768px){.footer{padding:1.25rem 1.5rem}.footer-content{align-items:center;flex-direction:column;gap:1.25rem;text-align:center}.footer-social{justify-content:center}}@media (max-width:480px){.footer{padding:1rem}.footer-copyright{font-size:.85rem}.footer-social{gap:1rem}.footer-social-link{height:36px;width:36px}.footer-social-link svg{height:18px;width:18px}}
/*# sourceMappingURL=main.91e341f5.css.map*/