html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;margin:0}p{line-height:1.6;margin:0}a{color:inherit;text-decoration:none}img{display:block;height:auto;max-width:100%}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:1rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mt-1{margin-top:1rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.p-1{padding:1rem}.p-2{padding:2rem}.p-3{padding:3rem}.p-4{padding:4rem}.img-responsive{height:auto;width:100%}.img-cover{object-fit:cover}.img-contain{object-fit:contain}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#007bff}.btn-primary:hover{background-color:#0056b3;transform:translateY(-2px)}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:initial;border:2px solid #007bff;color:#007bff}.btn-outline:hover{background-color:#007bff;color:#fff}.card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 15px 30px #0003;transform:translateY(-5px)}.card-header{border-bottom:1px solid #e9ecef}.card-body,.card-header{padding:1.5rem}.card-footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding:1rem 1.5rem}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col{flex:1 1;padding:0 15px}.col-1{flex:0 0 8.333333%}.col-2{flex:0 0 16.666667%}.col-3{flex:0 0 25%}.col-4{flex:0 0 33.333333%}.col-6{flex:0 0 50%}.col-8{flex:0 0 66.666667%}.col-9{flex:0 0 75%}.col-12{flex:0 0 100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-in-up{animation:slideInUp .6s ease-out}.slide-in-left{animation:slideInLeft .6s ease-out}.slide-in-right{animation:slideInRight .6s ease-out}.loading{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;display:inline-block;height:20px;width:20px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:focus{outline-offset:2px}@media (max-width:768px){.container{padding:0 15px}.row{margin:0 -10px}.col{padding:0 10px}.col-1,.col-2,.col-3,.col-4,.col-6,.col-8,.col-9{flex:0 0 100%}}@media print{*{background:#0000!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}.btn{background:#0000;color:#000}.btn,.card{border:1px solid #000}.card{box-shadow:none}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.App-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-brand{font-size:1.5rem;font-weight:700}.nav-brand a{color:#333;text-decoration:none;transition:color .3s ease}.nav-brand a:hover{color:#007bff}.nav-menu{display:flex;gap:2rem;list-style:none;transition:all .3s ease}.nav-menu li a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu li a:hover{color:#007bff}.nav-menu li a:after{background-color:#007bff;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li a:hover:after{width:100%}.hamburger-menu{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;padding:0;position:relative;width:30px;z-index:1001}.hamburger-line{background-color:#333;height:3px;margin:3px 0;transform-origin:center;transition:all .3s ease;width:100%}.hamburger-menu .hamburger-line.active:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger-menu .hamburger-line.active:nth-child(2){opacity:0}.hamburger-menu .hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}main{flex:1 1;margin-top:80px}.footer{background-color:#333;color:#fff;margin-top:auto;padding:2rem 0}.footer-content{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content,.footer-links{align-items:center;display:flex}.footer-links{gap:2rem}.footer-content a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-content a:hover{color:#fff}.footer-content .admin-link{color:#999;font-size:.9rem;opacity:.7;transition:all .3s ease}.footer-content .admin-link:hover{color:#007bff;opacity:1}.cta-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#0056b3;box-shadow:0 5px 15px #007bff4d;transform:translateY(-2px)}.learn-more{border-bottom:2px solid #0000;color:#007bff;font-weight:500;text-decoration:none;transition:border-color .3s ease}.learn-more:hover{border-bottom-color:#007bff}@media (max-width:768px){.hamburger-menu{display:flex}.navbar{padding:1rem 2rem;position:relative}.nav-menu{background-color:#fff;box-shadow:0 4px 10px #0000001a;flex-direction:column;gap:0;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s ease;z-index:999}.nav-menu.active{max-height:300px;opacity:1;transform:translateY(0)}.nav-menu li{border-bottom:1px solid #f0f0f0}.nav-menu li a,.nav-menu li:last-child{border-bottom:none}.nav-menu li a{display:block;padding:1rem 2rem;text-align:left}.nav-menu li a:after{display:none}.nav-menu li a:hover{background-color:#f8f9fa;color:#007bff}.footer-content{text-align:center}.footer-content,.footer-links{flex-direction:column;gap:1rem}.container{padding:0 15px}main{margin-top:80px}}@media (max-width:480px){.navbar{padding:1rem}.nav-menu li a{font-size:.9rem;padding:.8rem 1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.text-center{text-align:center}.mb-2{margin-bottom:2rem}.mt-2{margin-top:2rem}.home{width:100%}.hero-slider{height:80vh;overflow:hidden;position:relative}.slider-container{height:100%;position:relative;width:100%}.slide{align-items:center;background:#000;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.slide.active{opacity:1}.slide-image{height:100%;object-fit:cover;object-position:center;width:100%}.slide-overlay{align-items:center;background:#0003;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.hero-content{color:#fff;text-align:center;z-index:2}.photographer-name{font-size:4rem;font-weight:300;letter-spacing:8px;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.photographer-title{font-size:1.2rem;font-weight:300;letter-spacing:4px;opacity:.9;text-shadow:1px 1px 2px #00000080}.slide-info{color:#fff;position:absolute;right:4rem;text-align:right;top:50%;transform:translateY(-50%);z-index:3}.slide-info h3{font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.slide-info p{font-size:1rem;margin-bottom:1.5rem;opacity:.8}.view-project-btn{background:#0000;border:2px solid #fff;color:#fff;display:inline-block;font-weight:500;letter-spacing:1px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.view-project-btn:hover{background:#fff;color:#333}.slider-nav{bottom:4rem;gap:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.nav-btn,.slider-nav{align-items:center;display:flex}.nav-btn{background:#0000;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.nav-btn:hover{background:#fff;color:#333}.slide-indicators{display:flex;gap:1rem}.indicator{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.indicator.active{background:#fff}.social-links{bottom:4rem;display:flex;flex-direction:column;gap:1rem;left:4rem;position:absolute;z-index:3}.social-links a{align-items:center;border:1px solid #ffffff4d;border-radius:4px;color:#fff;display:flex;font-weight:500;justify-content:center;letter-spacing:1px;min-height:48px;min-width:48px;padding:12px;text-align:center;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:#fff;color:#333}.social-links a svg{height:24px;transition:all .3s ease;width:24px}.about-minimal{background:#f8f9fa;padding:8rem 0}.about-content-minimal{grid-gap:6rem;align-items:center;display:grid;gap:6rem;grid-template-columns:1fr 1fr}.about-text-minimal h2{color:#333;font-size:2.5rem;font-weight:300;line-height:1.3;margin-bottom:2rem}.about-text-minimal p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.stat{text-align:center}.stat .number{color:#007bff;display:block;font-size:2.5rem;font-weight:300;margin-bottom:.5rem}.stat .label{color:#666;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.learn-more-btn{background:#0000;border:2px solid #333;color:#333;display:inline-block;font-weight:500;letter-spacing:1px;padding:12px 30px;text-decoration:none;transition:all .3s ease}.learn-more-btn:hover{background:#333;color:#fff}.about-image-minimal{position:relative}.about-image-minimal img{border-radius:10px;box-shadow:0 20px 40px #0000001a;height:500px;object-fit:cover;width:100%}.services-preview{background:#fff;padding:8rem 0}.services-preview h2{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:4rem;text-align:center}.services-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(3,1fr)}.service-card{border:1px solid #e9ecef;border-radius:10px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#333;font-size:1.5rem;font-weight:400;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.cta-section{background:linear-gradient(135deg,#333,#555);color:#fff;padding:8rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:3rem;opacity:.9}.cta-button-large{background:#0000;border:2px solid #fff;color:#fff;display:inline-block;font-size:1.1rem;font-weight:500;letter-spacing:2px;padding:18px 40px;text-decoration:none;transition:all .3s ease}.cta-button-large:hover{background:#fff;color:#333;transform:translateY(-2px)}@media (max-width:1024px){.photographer-name{font-size:3rem;letter-spacing:4px}.slide-info{right:2rem}.social-links{left:2rem}.about-content-minimal{gap:4rem;grid-template-columns:1fr;text-align:center}.services-grid{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.photographer-name{font-size:2.5rem;letter-spacing:2px}.photographer-title{font-size:1rem;letter-spacing:2px}.slide-info{margin-top:12rem;position:static;text-align:center;transform:none}.slider-nav{bottom:2rem;gap:.5rem}.slide-indicators{gap:.5rem}.social-links{bottom:2rem;flex-direction:row;left:1rem;right:auto;transform:none}.about-minimal{padding:4rem 0}.about-text-minimal h2{font-size:2rem}.stats{gap:1rem;grid-template-columns:1fr}.cta-section,.services-preview{padding:4rem 0}.cta-content h2{font-size:2rem}}@media (max-width:480px){.photographer-name{font-size:2rem;letter-spacing:1px}.hero-slider{height:60vh}.nav-btn,.slide-info h3{font-size:1.2rem}.nav-btn{height:40px;width:40px}.about-image-minimal img{height:300px}.service-card{padding:2rem 1rem}}.about-text-minimal,.service-card{animation:fadeInUp .8s ease-out}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.gallery{min-height:80vh;padding:4rem 0}.gallery-header{margin-bottom:4rem;text-align:center}.gallery-header h1{color:#333;font-size:3rem;font-weight:300;margin-bottom:1rem}.gallery-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.gallery-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#0000;border:none;color:#999;cursor:pointer;font-size:.9rem;font-weight:400;letter-spacing:.5px;padding:.5rem 1rem;position:relative;text-transform:lowercase;transition:all .2s ease}.filter-btn:after{background:#333;bottom:-2px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:all .2s ease;width:0}.filter-btn:hover{color:#333}.filter-btn:hover:after{width:100%}.filter-btn.active{color:#333;font-weight:500}.filter-btn.active:after{width:100%}.albums-grid{grid-gap:2rem;gap:2rem;margin-top:2rem}.album-card{box-shadow:0 5px 15px #0000001a;cursor:pointer;position:relative;transition:all .3s ease}.album-card,.album-card:hover{color:inherit;text-decoration:none}.album-card:hover{box-shadow:0 15px 30px #0003}.album-image{height:250px;position:relative}.album-image img{transition:transform .3s ease}.album-card:hover .album-image img{transform:scale(1.05)}.album-overlay{padding:1.5rem}.album-card:hover .album-overlay{transform:translateY(0)}.album-info h3{font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.album-info p{font-size:.9rem;line-height:1.4;margin:0;opacity:.9}.album-details{padding:1.5rem}.album-details h4{color:#333;font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.album-details p{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.album-category{background:#0000;border:none;color:#ccc;font-size:.75rem;font-style:italic;font-weight:400;letter-spacing:.3px;padding:0;text-transform:lowercase}.no-albums{color:#666;padding:4rem 2rem;text-align:center}.no-albums p{font-size:1.1rem;margin:0}.lightbox{background-color:#000000e6;z-index:2000}.lightbox-content{background:#fff;border-radius:10px;box-shadow:0 20px 40px #0000004d;overflow:hidden}.lightbox-close{background:#000000b3;font-size:1.5rem;right:1rem;top:1rem;transition:background-color .3s ease;z-index:2001}.lightbox-close:hover{background:#000000e6}.lightbox-content img{display:block;height:auto;width:100%}.lightbox-info{background:#fff;padding:1.5rem}.lightbox-info h3{color:#333}.lightbox-info p{color:#666;line-height:1.6}@media (max-width:1024px){.albums-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.album-image{height:200px}}@media (max-width:768px){.gallery{padding:3rem 0}.gallery-header h1{font-size:2.5rem}.gallery-header p{font-size:1.1rem}.gallery-filters{gap:.3rem;margin-bottom:2rem}.filter-btn{font-size:.85rem;padding:.4rem .8rem}.albums-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.album-image{height:180px}.lightbox{padding:1rem}.lightbox-content{max-height:95vh;max-width:95vw}.lightbox-content img{max-height:60vh}.lightbox-info{padding:1rem}.lightbox-info h3{font-size:1.3rem}}@media (max-width:480px){.gallery-header h1{font-size:2rem}.gallery-filters{gap:.8rem;justify-content:center}.filter-btn{font-size:.8rem;padding:.4rem .6rem}.albums-grid{grid-template-columns:1fr}.album-image{height:200px}.lightbox-close{font-size:1.2rem;height:35px;right:.5rem;top:.5rem;width:35px}}.album-card{animation:fadeInUp .6s ease-out}.album-card:first-child{animation-delay:.1s}.album-card:nth-child(2){animation-delay:.2s}.album-card:nth-child(3){animation-delay:.3s}.album-card:nth-child(4){animation-delay:.4s}.album-card:nth-child(5){animation-delay:.5s}.album-card:nth-child(6){animation-delay:.6s}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.lightbox{animation:lightboxFadeIn .3s ease-out}@keyframes lightboxContentScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-content{animation:lightboxContentScale .3s ease-out}.album-detail{background:#f8f9fa;min-height:100vh;padding:2rem 0}.album-header{margin-bottom:4rem}.back-btn{align-items:center;color:#666;display:inline-flex;gap:.5rem;margin-bottom:2rem;transition:color .3s ease}.back-btn:hover{color:#007bff}.album-info{text-align:center}.album-category{background:#a9a9a9;border-radius:20px;display:inline-block;font-weight:500;letter-spacing:1px;margin-bottom:1rem;padding:.1rem .8rem;text-transform:uppercase}.album-info h1{color:#333;font-size:3rem;font-weight:300;margin-bottom:1rem}.album-info p{color:#bbb;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.album-stats{color:#999;font-size:1rem}.album-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.album-item{aspect-ratio:3/2;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.album-item:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.album-item img{height:100%;object-fit:contain;transition:transform .3s ease;width:100%}.album-item:hover img{transform:scale(1.05)}.album-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}.album-item:hover .album-overlay{transform:translateY(0)}.album-overlay h3{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.album-overlay p{font-size:.9rem;margin:0;opacity:.9}.lightbox{background:#000000f2;height:100%;justify-content:center;left:0;padding:2rem;position:fixed;top:0;width:100%;z-index:1000}.lightbox,.lightbox-content{align-items:center;display:flex}.lightbox-content{flex-direction:column;max-height:90vh;max-width:90vw;position:relative}.lightbox-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:0;top:-3rem;transition:background .3s ease;width:40px;z-index:1001}.lightbox-close:hover,.lightbox-nav{background:#ffffff1a}.lightbox-nav{align-items:center;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s ease;width:50px;z-index:1001}.lightbox-nav:hover{background:#fff3}.lightbox-nav.prev{left:-4rem}.lightbox-nav.next{right:-4rem}.lightbox-content img{border-radius:10px;max-height:70vh;max-width:100%;object-fit:contain}.lightbox-info{color:#fff;margin-top:2rem;max-width:500px;text-align:center}.lightbox-info h3{font-size:1.5rem;font-weight:500;margin-bottom:.5rem}.lightbox-info p{font-size:1rem;margin-bottom:1rem;opacity:.9}.image-counter{font-size:.9rem;opacity:.7}@media (max-width:1024px){.album-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.album-info h1{font-size:2.5rem}.lightbox-nav.prev{left:-2rem}.lightbox-nav.next{right:-2rem}}@media (max-width:768px){.album-detail{padding:1rem 0}.album-header{margin-bottom:2rem}.album-info h1{font-size:2rem}.album-info p{font-size:1rem}.album-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.lightbox{padding:1rem}.lightbox-nav{font-size:1.5rem;height:40px;width:40px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}.lightbox-close{font-size:1.5rem;height:30px;top:-2rem;width:30px}}@media (max-width:480px){.album-grid{grid-template-columns:1fr}.album-info h1{font-size:1.8rem}.lightbox-nav.next,.lightbox-nav.prev{font-size:1.5rem;height:40px;position:fixed;top:50%;transform:translateY(-50%);width:40px}.lightbox-nav.prev{left:.5rem}.lightbox-nav.next{right:.5rem}.navigation-hint{display:none}}.album-item{animation:fadeInUp .6s ease-out}.album-item:first-child{animation-delay:.1s}.album-item:nth-child(2){animation-delay:.2s}.album-item:nth-child(3){animation-delay:.3s}.album-item:nth-child(4){animation-delay:.4s}.album-item:nth-child(5){animation-delay:.5s}.album-item:nth-child(6){animation-delay:.6s}.about{min-height:80vh}.about-header{margin-bottom:4rem;text-align:center}.about-header h1{color:#333;font-size:3rem;font-weight:300;margin-bottom:1rem}.about-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.about-content{display:flex;flex-direction:column;gap:5rem}.about-intro{align-items:center;display:flex;gap:4rem}.about-image{flex:1 1;max-width:400px}.about-image img{border-radius:10px;box-shadow:0 15px 30px #0000001a;height:500px;object-fit:cover;width:100%}.about-text{flex:1 1}.about-text h2{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:.5rem}.about-text h3{color:#007bff;font-size:1.3rem;font-weight:400;margin-bottom:1.5rem}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-philosophy{background-color:#f8f9fa;border-radius:15px;padding:4rem 2rem}.about-philosophy h2{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.philosophy-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.philosophy-item{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease}.philosophy-item:hover{transform:translateY(-5px)}.philosophy-item h3{color:#333;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.philosophy-item p{color:#666;line-height:1.6}.about-services h2{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-item{border:2px solid #e9ecef;border-radius:10px;padding:2rem;transition:all .3s ease}.service-item:hover{border-color:#007bff;box-shadow:0 10px 25px #007bff1a}.service-item h3{color:#333;font-size:1.5rem;font-weight:500;margin-bottom:1rem}.service-item>p{color:#666;line-height:1.6;margin-bottom:1.5rem}.service-item ul{list-style:none;padding:0}.service-item ul li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-item ul li:before{color:#007bff;content:"✓";font-weight:700;left:0;position:absolute}.about-experience h2{color:#333;font-size:2.5rem;font-weight:300;margin-bottom:3rem;text-align:center}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:#007bff;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-year{background:#007bff;border-radius:25px;color:#fff;font-size:1.1rem;font-weight:700;min-width:80px;padding:1rem 1.5rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;flex:1 1;margin:0 2rem;padding:1.5rem 2rem}.timeline-content h3{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.timeline-content p{color:#666;line-height:1.6}.about-cta{background:linear-gradient(135deg,#007bff,#0056b3);border-radius:15px;color:#fff;padding:4rem 2rem;text-align:center}.about-cta h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem}.about-cta p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.about-cta .cta-button{background:#fff;color:#007bff;font-weight:600}.about-cta .cta-button:hover{background:#f8f9fa;transform:translateY(-3px)}@media (max-width:1024px){.about-intro{flex-direction:column;gap:2rem;text-align:center}.about-image{order:1}.about-text{order:2}.services-grid{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:60px}.timeline-year{font-size:1rem;left:0;min-width:60px;padding:.8rem;position:absolute}.timeline-content{margin:0 0 0 2rem}}@media (max-width:768px){.about{padding:3rem 0}.about-header h1{font-size:2.5rem}.about-content{gap:3rem}.about-text h2{font-size:2rem}.about-philosophy{padding:3rem 1.5rem}.philosophy-grid{gap:1.5rem;grid-template-columns:1fr}.philosophy-item{padding:1.5rem}.about-image img{height:400px}.about-cta{padding:3rem 1.5rem}.about-cta h2{font-size:2rem}}@media (max-width:480px){.about-header h1{font-size:2rem}.about-text h2{font-size:1.8rem}.about-experience h2,.about-philosophy h2,.about-services h2{font-size:2rem}.about-image img{height:300px}.timeline-item{padding-left:50px}.timeline-year{font-size:.9rem;min-width:50px;padding:.6rem}.timeline-content{margin-left:1rem;padding:1rem}.about-cta h2{font-size:1.8rem}.about-cta p{font-size:1.1rem}}.philosophy-item,.service-item,.timeline-item{animation:fadeInUp .6s ease-out}.philosophy-item:first-child{animation-delay:.1s}.philosophy-item:nth-child(2){animation-delay:.2s}.philosophy-item:nth-child(3){animation-delay:.3s}.philosophy-item:nth-child(4){animation-delay:.4s}.service-item:first-child{animation-delay:.1s}.service-item:nth-child(2){animation-delay:.2s}.service-item:nth-child(3){animation-delay:.3s}.contact{background-color:#f8f9fa;min-height:80vh;padding:4rem 0}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h1{color:#333;font-size:3rem;font-weight:300;margin-bottom:1rem}.contact-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info h2{color:#333;font-size:2rem;font-weight:400;margin-bottom:1.5rem}.contact-info>p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item h3{color:#333;font-size:1.3rem;font-weight:500;margin-bottom:.8rem}.contact-item p{color:#666;line-height:1.6;margin-bottom:.5rem}.contact-item ul{list-style:none;padding:0}.contact-item ul li{color:#666;padding:.3rem 0 .3rem 1.5rem;position:relative}.contact-item ul li:before{color:#007bff;content:"•";font-weight:700;left:0;position:absolute}.contact-form-container{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{font-size:1rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:5px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background-color:#007bff;border:none;border-radius:5px;cursor:pointer;font-size:1.1rem;font-weight:500;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){background-color:#0056b3;box-shadow:0 5px 15px #007bff4d;transform:translateY(-2px)}.submit-btn:disabled{background-color:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.submit-message{border-radius:5px;font-weight:500;margin-top:1rem;padding:1rem}.submit-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.submit-message.warning{background-color:#fff3cd;border:1px solid #ffeaa7;color:#856404}.submit-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:1024px){.contact-content{gap:3rem;grid-template-columns:1fr}.contact-form-container{order:2}.contact-info{order:1}}@media (max-width:768px){.contact{padding:3rem 0}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.1rem}.contact-content{gap:2rem}.contact-form-container{padding:2rem}.form-row{gap:1.5rem;grid-template-columns:1fr}.contact-info h2{font-size:1.8rem}.contact-details{gap:1.5rem}}@media (max-width:480px){.contact-header h1{font-size:2rem}.contact-form-container{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.submit-btn{font-size:1rem;padding:.8rem 1.5rem}.contact-info h2{font-size:1.6rem}.contact-item h3{font-size:1.2rem}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.contact-info{animation:slideInLeft .6s ease-out}.contact-form-container{animation:slideInRight .6s ease-out}.form-group input:invalid:not(:placeholder-shown),.form-group textarea:invalid:not(:placeholder-shown){border-color:#dc3545}.form-group input:valid,.form-group textarea:valid{border-color:#28a745}.submit-btn:disabled{position:relative}.submit-btn:disabled:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;bottom:0;content:"";height:16px;left:0;margin:auto;position:absolute;right:0;top:0;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.legal{background-color:#f8f9fa;min-height:80vh;padding:4rem 0}.legal-header{margin-bottom:4rem;text-align:center}.legal-header h1{color:#333;font-size:3rem;font-weight:300;margin-bottom:1rem}.legal-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.legal-content{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:900px;padding:3rem}.legal-section{border-bottom:1px solid #e9ecef;margin-bottom:3rem;padding-bottom:2rem}.legal-section:last-child{border-bottom:none;margin-bottom:0}.legal-section h2{border-bottom:2px solid #007bff;color:#333;display:inline-block;font-size:1.8rem;font-weight:500;margin-bottom:1.5rem;padding-bottom:.5rem}.legal-section h3{color:#333;font-size:1.4rem;font-weight:500;margin:2rem 0 1rem}.legal-section p{color:#666;line-height:1.8;margin-bottom:1rem;text-align:justify}.legal-section ul{color:#666;line-height:1.8;margin:1rem 0;padding-left:2rem}.legal-section ul li{margin-bottom:.5rem}.legal-info{background-color:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;padding:1.5rem}.legal-info p{margin-bottom:.5rem}.legal-info p:last-child{margin-bottom:0}.legal-info strong{color:#333;font-weight:600}.legal-footer{border-top:1px solid #e9ecef;margin-top:3rem;padding-top:2rem;text-align:center}.legal-footer p{color:#999;font-style:italic;margin:0}@media (max-width:768px){.legal{padding:3rem 0}.legal-header h1{font-size:2.5rem}.legal-header p{font-size:1.1rem}.legal-content{margin:0 1rem;padding:2rem}.legal-section h2{font-size:1.6rem}.legal-section h3{font-size:1.3rem}.legal-section p{text-align:left}.legal-info{padding:1rem}}@media (max-width:480px){.legal-header h1{font-size:2rem}.legal-content{margin:0 .5rem;padding:1.5rem}.legal-section{margin-bottom:2rem;padding-bottom:1.5rem}.legal-section h2{font-size:1.4rem}.legal-section h3{font-size:1.2rem}.legal-section p{font-size:.95rem}.legal-section ul{padding-left:1.5rem}}@media print{.legal{background-color:#fff;padding:0}.legal-content{box-shadow:none;margin:0;padding:0}.legal-section{page-break-inside:avoid}.legal-section h2{border-bottom-color:#000;color:#000}.legal-info{background-color:#f5f5f5;border-left-color:#000}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-section{animation:fadeInUp .6s ease-out}.legal-section:first-child{animation-delay:.1s}.legal-section:nth-child(2){animation-delay:.2s}.legal-section:nth-child(3){animation-delay:.3s}.legal-section:nth-child(4){animation-delay:.4s}.legal-section:nth-child(5){animation-delay:.5s}.legal-section h2:focus,.legal-section h3:focus{outline:2px solid #007bff;outline-offset:2px}.legal-section a{color:#007bff;text-decoration:underline;transition:color .3s ease}.legal-section a:hover{color:#0056b3}.legal-section a:focus{outline:2px solid #007bff;outline-offset:2px}.admin-login{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border-radius:10px;box-shadow:0 20px 40px #0000001a;max-width:400px;overflow:hidden;width:100%}.login-form{padding:3rem}.login-form h1{color:#333;font-size:2rem;font-weight:300;margin-bottom:.5rem;text-align:center}.login-form>p{color:#666;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group input{border:2px solid #e1e5e9;padding:12px;transition:border-color .3s ease}.form-group input:focus{border-color:#667eea}.error-message{background:#fee;border:1px solid #fcc;border-radius:5px;color:#c33;margin-bottom:1rem;padding:10px;text-align:center}.login-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px;transition:transform .2s ease;width:100%}.login-btn:hover{transform:translateY(-2px)}.login-info{background:#f8f9fa;border-radius:5px;font-size:.9rem;margin-top:2rem;padding:1rem}.login-info p{color:#666;margin:.25rem 0}.login-info p:first-child{color:#333;margin-bottom:.5rem}@media (max-width:480px){.admin-login{padding:1rem}.login-form{padding:2rem}.login-form h1{font-size:1.5rem}}.admin-dashboard{background:#f8f9fa;min-height:100vh}.admin-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0}.header-content{align-items:center;display:flex;justify-content:space-between}.admin-header h1{color:#333;font-size:1.8rem;font-weight:300;margin:0}.header-actions{display:flex;gap:1rem}.logout-btn,.view-site-btn{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.view-site-btn{background:#007bff;color:#fff}.view-site-btn:hover{background:#0056b3}.logout-btn{background:#6c757d;color:#fff}.logout-btn:hover{background:#545b62}.admin-content{padding:2rem 0}.notification{animation:slideIn .3s ease-out;border-radius:8px;font-weight:500;margin-bottom:2rem;padding:1rem 1.5rem}.notification.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.notification.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;gap:1rem;padding:1.5rem}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#f8f9fa;border-radius:50%;font-size:2rem;height:60px;justify-content:center;width:60px}.stat-info h3{color:#333;font-size:2rem;font-weight:300;margin:0}.stat-info p{color:#666;font-size:.9rem;margin:0}.quick-actions{margin-bottom:3rem}.quick-actions h2{color:#333;font-weight:300;margin-bottom:1.5rem}.actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-card{background:#fff;border:none;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;font-family:inherit;padding:2rem;text-align:center;transition:transform .3s ease}.action-card,.action-card:hover{color:inherit;text-decoration:none}.action-card:hover{transform:translateY(-5px)}.export-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.export-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);color:#fff}.export-btn .action-icon,.export-btn h3{color:#fff}.export-btn p{color:#ffffffe6}.config-btn{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.config-btn:hover{background:linear-gradient(135deg,#218838,#1ea085);color:#fff}.config-btn .action-icon,.config-btn h3{color:#fff}.config-btn p{color:#ffffffe6}.test-btn{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff}.test-btn:hover:not(:disabled){background:linear-gradient(135deg,#138496,#117a8b);color:#fff}.test-btn:disabled{cursor:not-allowed;opacity:.7;transform:none!important}.test-btn .action-icon,.test-btn h3{color:#fff}.test-btn p{color:#ffffffe6}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h2{color:#333;margin:0}.modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.config-section{margin-bottom:2rem}.config-section h3{color:#333;font-size:1.1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block}.form-group input{border:1px solid #ddd;border-radius:5px;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40;outline:none}.form-group small{color:#666;display:block;line-height:1.4;margin-top:.5rem}.form-group code{background:#f8f9fa;border-radius:3px;font-family:monospace;font-size:.875rem;padding:.2rem .4rem}.config-section ol{margin:0;padding-left:1.5rem}.config-section li{color:#666;margin-bottom:.5rem}.modal-footer{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem}.btn-primary,.btn-secondary{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#545b62}.action-icon{font-size:3rem;margin-bottom:1rem}.action-card h3{color:#333;font-weight:500;margin-bottom:.5rem}.action-card p{color:#666;margin:0}.recent-albums h2{color:#333;font-weight:300;margin-bottom:1.5rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.view-all-btn{color:#007bff;font-weight:500;text-decoration:none}.view-all-btn:hover{text-decoration:underline}.albums-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.album-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease}.album-card:hover{transform:translateY(-5px)}.album-image{height:200px;overflow:hidden}.album-image img{height:100%;object-fit:cover;width:100%}.album-info{padding:1rem}.album-info h3{color:#fff;font-size:1.1rem;margin:0 0 .5rem}.album-category{color:#fff;font-size:.9rem;margin:0 0 .25rem;text-transform:capitalize}.album-count{color:#666;font-size:.9rem;margin:0}.album-actions{border-top:1px solid #f0f0f0;display:flex;gap:.5rem;padding:1rem}.delete-btn,.edit-btn,.manage-photos-btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:8px 12px;text-align:center;text-decoration:none;transition:all .3s ease}.edit-btn{background:#28a745;color:#fff}.edit-btn:hover{background:#218838;color:#fff;text-decoration:none}.manage-photos-btn{background:#007bff;color:#fff}.manage-photos-btn:hover{background:#0056b3;color:#fff;text-decoration:none}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.actions-grid,.albums-grid,.stats-grid{grid-template-columns:1fr}.album-actions{flex-direction:column}.delete-btn,.edit-btn,.manage-photos-btn{width:100%}}@media (max-width:480px){.admin-content{padding:1rem 0}.stat-card{padding:1rem}.action-card{padding:1.5rem}}.config-info{background:#f8f9fa;border:1px solid #e9ecef;margin-top:15px}.config-info p{font-size:.9em;margin:5px 0}.config-info strong{color:#333}.form-group input:disabled{background-color:#f8f9fa;border-color:#e9ecef;color:#6c757d;cursor:not-allowed}.info-card{background:#f8f9fa!important;border:1px solid #e9ecef!important;cursor:default!important}.info-card:hover{box-shadow:0 2px 8px #0000001a!important;transform:none!important}.config-warning{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;margin:20px 0;padding:20px}.config-warning h3{color:#856404;margin-top:0}.config-warning code{background:#f8f9fa;border-radius:3px;color:#495057;font-family:monospace;padding:2px 6px}.config-warning ul{margin:10px 0;padding-left:20px}.config-warning li{margin:5px 0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;transition:all .3s ease;width:30px}.close-btn:hover{background:#f8f9fa;color:#333}.config-info{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:8px;color:#0056b3;margin-bottom:20px;padding:15px}.help-text{color:#666;font-size:.875rem;line-height:1.4;margin-top:.5rem}.album-form-page{background:#f8f9fa;min-height:100vh}.form-content{padding:2rem 0}.form-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.album-form{gap:1.5rem}.album-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e1e5e9;border-radius:5px;font-size:1rem;padding:12px;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.error-text{color:#dc3545;font-size:.875rem;margin-top:.25rem}.generated-id{background:#f8f9fa!important;color:#6c757d}.form-group small{color:#6c757d;font-size:.875rem;margin-top:.25rem}.image-preview{border:1px solid #e1e5e9;border-radius:5px;margin-top:1rem;max-width:300px;overflow:hidden}.image-preview img{height:200px;object-fit:cover;width:100%}.form-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.cancel-btn,.submit-btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.submit-btn{background:#007bff;color:#fff}.submit-btn:hover{background:#0056b3}.back-btn{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}@media (max-width:768px){.form-container{margin:0 1rem;padding:1.5rem}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}.header-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.form-content{padding:1rem 0}.form-container{padding:1rem}.album-form{gap:1rem}}.photo-form-page{background:#f8f9fa;min-height:100vh}.photo-form{display:flex;flex-direction:column;gap:1.5rem}.no-albums-message{background:#fff3cd;border:1px solid #ffeaa7;border-radius:5px;margin-top:2rem;padding:2rem;text-align:center}.no-albums-message p{color:#856404;margin-bottom:1rem}.create-album-btn{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .3s ease}.create-album-btn:hover{background:#0056b3}.photo-form-page .form-content{padding:2rem 0}.photo-form-page .form-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.photo-form-page .form-group{display:flex;flex-direction:column}.photo-form-page .form-group label{color:#333;font-weight:500;margin-bottom:.5rem}.photo-form-page .form-group input,.photo-form-page .form-group select,.photo-form-page .form-group textarea{border:2px solid #e1e5e9;border-radius:5px;font-size:1rem;padding:12px;transition:border-color .3s ease}.photo-form-page .form-group input:focus,.photo-form-page .form-group select:focus,.photo-form-page .form-group textarea:focus{border-color:#007bff;outline:none}.photo-form-page .form-group input.error,.photo-form-page .form-group select.error,.photo-form-page .form-group textarea.error{border-color:#dc3545}.photo-form-page .error-text{color:#dc3545;font-size:.875rem;margin-top:.25rem}.photo-form-page .form-group small{color:#6c757d;font-size:.875rem;margin-top:.25rem}.photo-form-page .image-preview{border:1px solid #e1e5e9;border-radius:5px;margin-top:1rem;max-width:300px;overflow:hidden}.photo-form-page .image-preview img{height:200px;object-fit:cover;width:100%}.photo-form-page .form-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem}.photo-form-page .cancel-btn,.photo-form-page .submit-btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-weight:500;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.photo-form-page .cancel-btn{background:#6c757d;color:#fff}.photo-form-page .cancel-btn:hover{background:#545b62}.photo-form-page .submit-btn{background:#007bff;color:#fff}.photo-form-page .submit-btn:hover{background:#0056b3}.photo-form-page .back-btn{background:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.photo-form-page .back-btn:hover{background:#545b62}.photo-form-page .admin-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0}.photo-form-page .header-content{align-items:center;display:flex;justify-content:space-between}.photo-form-page .admin-header h1{color:#333;font-size:1.8rem;font-weight:300;margin:0}@media (max-width:768px){.photo-form-page .form-container{margin:0 1rem;padding:1.5rem}.photo-form-page .form-actions{flex-direction:column}.photo-form-page .cancel-btn,.photo-form-page .submit-btn{width:100%}.photo-form-page .header-content{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.photo-form-page .form-content{padding:1rem 0}.photo-form-page .form-container{padding:1rem}.photo-form{gap:1rem}}.photo-group{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.photo-group-header{align-items:center;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.photo-group-header h3{color:#333;font-size:1.1rem;font-weight:500;margin:0}.remove-photo-btn{background:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .3s ease}.remove-photo-btn:hover{background:#c82333}.add-photo-section{background:#f8f9fa;border:2px dashed #e1e5e9;border-radius:8px;margin:1.5rem 0;padding:1rem;text-align:center}.add-photo-field-btn{background:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:12px 24px;transition:all .3s ease}.add-photo-field-btn:hover{background:#218838;transform:translateY(-1px)}@media (max-width:768px){.photo-group{margin-bottom:1rem;padding:1rem}.photo-group-header{align-items:flex-start;flex-direction:column;gap:.5rem}.remove-photo-btn{align-self:flex-end}}@media (max-width:480px){.add-photo-section,.photo-group{padding:.75rem}.add-photo-field-btn{padding:10px;width:100%}}.photo-manager-page{background:#f8f9fa;min-height:100vh}.photo-manager-page .admin-header{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0}.photo-manager-page .header-content{align-items:center;display:flex;justify-content:space-between}.photo-manager-page .header-actions{display:flex;gap:1rem}.photo-manager-page .admin-header h1{color:#333;font-size:1.8rem;font-weight:300;margin:0}.add-photo-btn,.back-btn{border:none;border-radius:5px;cursor:pointer;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .3s ease}.add-photo-btn{background:#28a745;color:#fff}.add-photo-btn:hover{background:#218838}.back-btn{background:#6c757d;color:#fff}.back-btn:hover{background:#545b62}.photo-manager-content{padding:2rem 0}.album-info{color:#666;margin-bottom:2rem}.photos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.photo-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease}.photo-card:hover{transform:translateY(-5px)}.photo-image{height:250px;overflow:hidden}.photo-image img{height:100%;object-fit:cover;width:100%}.photo-info{padding:1.5rem}.photo-info h3{color:#333;font-size:1.1rem;margin:0 0 .5rem}.photo-info p{color:#666;font-size:.9rem;line-height:1.4;margin:0 0 1rem}.photo-actions{display:flex;gap:.5rem}.photo-edit-form{padding:1.5rem}.photo-edit-form .form-group{margin-bottom:1rem}.photo-edit-form label{color:#333;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.photo-edit-form input,.photo-edit-form textarea{border:2px solid #e1e5e9;border-radius:5px;font-size:.9rem;padding:8px 12px;transition:border-color .3s ease;width:100%}.photo-edit-form input:focus,.photo-edit-form textarea:focus{border-color:#007bff;outline:none}.edit-actions{display:flex;gap:.5rem;margin-top:1rem}.cancel-btn,.delete-btn,.edit-btn,.save-btn{border:none;border-radius:5px;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;padding:8px 12px;text-align:center;text-decoration:none;transition:all .3s ease}.edit-btn,.save-btn{background:#007bff;color:#fff}.edit-btn:hover,.save-btn:hover{background:#0056b3}.delete-btn{background:#dc3545;color:#fff}.delete-btn:hover{background:#c82333}.cancel-btn{background:#6c757d;color:#fff}.cancel-btn:hover{background:#545b62}.no-photos-message{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:3rem;text-align:center}.no-photos-message p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.add-first-photo-btn{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .3s ease}.add-first-photo-btn:hover{background:#0056b3}@media (max-width:768px){.photo-manager-page .header-content{flex-direction:column;gap:1rem;text-align:center}.photo-manager-page .header-actions{flex-direction:column;width:100%}.photos-grid{gap:1.5rem;grid-template-columns:1fr}.edit-actions,.photo-actions{flex-direction:column}}@media (max-width:480px){.photo-manager-content{padding:1rem 0}.photo-card{margin:0 1rem}.photo-edit-form,.photo-info{padding:1rem}}
/*# sourceMappingURL=main.f8fb592f.css.map*/