@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#000;background-color:#fff;scroll-behavior:smooth;min-height:100vh;display:flex;flex-direction:column}#app{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;color:#000}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}h4{font-size:1.125rem;line-height:1.4}h5{font-size:1rem;line-height:1.5}h6{font-size:.875rem;line-height:1.5}p{max-width:800px;margin-left:auto;margin-right:auto}img{max-width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.sticky-header{position:fixed;top:0;left:0;right:0;background:#fff;color:#333;z-index:1000;box-shadow:0 2px 10px #0000001a;border-bottom:1px solid #e0e0e0}.header-container{max-width:1200px;margin:0 auto;padding:0 .5rem;display:flex;justify-content:space-between;align-items:center;height:70px}.site-logo{cursor:pointer;display:flex;align-items:center;gap:.75rem}.logo-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:linear-gradient(135deg,#1a1a1a,#333,#4a4a4a,#333,#1a1a1a);border-radius:50%;box-shadow:0 4px 12px #0006,inset 0 2px 4px #ffffff1a,inset 0 -2px 4px #0000004d;transition:all .3s ease;position:relative;overflow:hidden;border:3px solid #0d0d0d}.logo-icon:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000080,inset 0 2px 4px #ffffff26,inset 0 -2px 4px #0006}.logo-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:linear-gradient(135deg,#666,#999,#666);border-radius:50%;border:1px solid #4a4a4a;box-shadow:inset 0 2px 4px #fff3,inset 0 -2px 4px #0006,0 1px 2px #0000004d}.logo-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:radial-gradient(circle,#0d0d0d,#000);border-radius:50%;border:1px solid #333333;box-shadow:inset 0 2px 6px #000c,inset 0 -1px 2px #ffffff1a}.logo-icon{background-image:linear-gradient(135deg,#1a1a1a,#333,#4a4a4a,#333,#1a1a1a),conic-gradient(from 0deg,transparent 0deg,rgba(255,255,255,.1) 45deg,transparent 90deg,rgba(255,255,255,.1) 135deg,transparent 180deg,rgba(255,255,255,.1) 225deg,transparent 270deg,rgba(255,255,255,.1) 315deg,transparent 360deg)}.logo-icon .heart-reflection{content:"♥";position:absolute;top:22.5px;left:22.5px;width:0;height:0;display:flex;align-items:center;justify-content:center;color:#ff0000b3;font-size:12px;text-shadow:0 0 6px rgba(255,0,0,.8),0 0 10px rgba(255,0,0,.5),0 0 14px rgba(255,0,0,.3);filter:blur(.3px);z-index:10;animation:heartBlink 1.5s ease-in-out infinite}content: "♥"; position: absolute; top: 22.5px; left: 22.5px; transform: none; width: 0; height: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,0,0,.6); font-size: 14px; text-shadow: 0 0 8px rgba(255,0,0,.8),0 0 12px rgba(255,0,0,.4); filter: blur(.5px); z-index: 1; animation: heartGlow 3s ease-in-out infinite alternate; } @keyframes heartBlink{0%{opacity:.2;text-shadow:0 0 6px rgba(255,0,0,.6),0 0 10px rgba(255,0,0,.3)}50%{opacity:1;text-shadow:0 0 12px rgba(255,0,0,1),0 0 20px rgba(255,0,0,.8),0 0 24px rgba(255,0,0,.6)}100%{opacity:.2;text-shadow:0 0 6px rgba(255,0,0,.6),0 0 10px rgba(255,0,0,.3)}}} .logo-text{display:flex;flex-direction:column}.logo-text h1{color:#000;font-size:1.3rem;font-weight:600;margin-bottom:.25rem;line-height:1.2}.at-accent{color:#8b0000;font-family:Dancing Script,cursive;font-style:italic}.logo-text .tagline{color:#000000b3;font-size:.7rem;font-weight:300;margin:0;line-height:1.2}.desktop-nav{display:flex;gap:.25rem;align-items:center;justify-content:center}.nav-link{color:#000;text-decoration:none;font-weight:500;margin:0 .25rem;padding:.5rem .75rem;border-radius:4px;transition:all .3s ease;text-align:center;font-size:.9rem}.nav-link:hover,.nav-link.active{background-color:#0000001a}.logout-link{color:#ff6b6b!important}.admin-link{background-color:#0000001a}.mobile-menu-btn{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.hamburger-line{width:25px;height:3px;background-color:#000;margin:3px 0;transition:.3s}.mobile-menu{background:#fff;padding:1rem;border-top:1px solid #e0e0e0;box-shadow:0 2px 10px #0000001a}.mobile-nav-link{display:block;color:#000;text-decoration:none;padding:.75rem 0;border-bottom:1px solid #e0e0e0;transition:all .3s ease}.mobile-nav-link:hover{background-color:#0000001a;padding-left:1rem}.hidden{display:none}.hero-section{margin-top:70px;position:relative;height:80vh;min-height:500px}.hero-image-container{position:relative;width:100%;height:100%}.hero-image{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center}.hero-content{text-align:center;color:#fff;max-width:600px;padding:0 1rem}.hero-content h1{color:#fff;font-size:3rem;margin-bottom:1rem}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:#001f3f;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary:hover{background-color:#036;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#fff;color:#001f3f}.section-header{text-align:center;margin-bottom:3rem}.section-header h1,.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem;color:#666}.about-section{padding:4rem 0;background-color:#f8f9fa}.about-content{text-align:center}.about-content h2{margin-bottom:1.5rem}.about-content>p{font-size:1.125rem;color:#666;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-image-container{position:relative;height:200px;overflow:hidden;border-radius:8px 8px 0 0;margin:-2rem -2rem 1.5rem}.service-bg-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-bg-image{transform:scale(1.1)}.service-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.service-card:hover .service-overlay{background:#0009}.service-icon{font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.service-card h3{margin-bottom:1rem}.service-card p{color:#666}.gallery-preview-section{padding:6rem 0}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin:3rem 0}.preview-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.thumbnail-item{cursor:pointer}.thumbnail-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.preview-image,.thumbnail-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.follow-us-item{position:relative;overflow:hidden;border-radius:8px;aspect-ratio:1;background:#000c;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0000001a}.follow-us-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.follow-us-button{display:flex;width:100%;height:100%;text-decoration:none;color:#fff;align-items:center;justify-content:center}.follow-us-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.25rem}.instagram-icon{width:1.5rem;height:1.5rem;color:#fff}.follow-text{font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.thumbnail-item:hover .thumbnail-image{transform:scale(1.05)}.photo-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:1rem;color:#fff;opacity:0;transition:opacity .3s ease;display:flex;justify-content:space-between;align-items:end}.folder-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent,#000c);padding:1.5rem;color:#fff;opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:space-between}.folder-item:hover .folder-overlay{opacity:1}.folder-info{text-align:left}.folder-title{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.photo-count{font-size:.9rem;opacity:.9;margin:0}.folder-item{cursor:pointer}.folder-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.thumbnail-item:hover .photo-overlay{opacity:1}.folder-name{font-size:.9rem;font-weight:500}.expand-icon{font-size:1.2rem;background:#fff3;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.image-modal.hidden{display:none}.modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px #00000080}.modal-close{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;z-index:1001;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.modal-close:hover{background:#000000e6}.modal-image{width:100%;height:auto;max-height:70vh;object-fit:contain;display:block}.modal-info{padding:1.5rem;background:#fff}.modal-info h3{margin:0 0 .5rem;font-size:1.25rem;color:#333}.modal-info p{margin:0;color:#666;font-size:.9rem}.folder-modal-content{max-width:95vw;max-height:95vh;width:1200px}.folder-modal-header{padding:2rem 2rem 1rem;border-bottom:1px solid #eee}.folder-modal-header h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.folder-modal-header p{margin:0;color:#666;font-size:1rem}.folder-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:2rem;max-height:60vh;overflow-y:auto}.folder-modal-item{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.folder-modal-item:hover{transform:scale(1.05);box-shadow:0 8px 25px #0003}.folder-modal-image{width:100%;height:200px;object-fit:cover}.preview-item:hover .preview-image{transform:scale(1.05)}.preview-cta{text-align:center;margin-top:3rem}.gallery-section{padding:4rem 0;margin-top:70px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gallery-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;cursor:pointer;transition:all .3s ease}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.gallery-image-container{position:relative;height:200px;overflow:hidden}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-card:hover .gallery-image{transform:scale(1.1)}.gallery-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa;color:#666}.placeholder-icon{font-size:3rem;margin-bottom:.5rem}.gallery-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:flex-start;justify-content:space-between;padding:1rem}.gallery-info{display:flex;justify-content:space-between;width:100%;align-items:flex-start}.gallery-category{background:#001f3fe6;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.gallery-lock{color:#fff;font-size:1.25rem}.gallery-details{padding:1.5rem}.gallery-details h3{margin-bottom:.5rem}.gallery-details p{color:#666;margin-bottom:1rem}.gallery-access-btn{width:100%}.password-section{padding:4rem 0;margin-top:70px}.password-form-container{max-width:400px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.password-header{text-align:center;margin-bottom:2rem}.password-header h2{margin-bottom:.5rem}.password-header p{color:#666}.password-form{margin-bottom:1rem}.form-buttons{display:flex;gap:1rem}.form-buttons .btn-primary,.form-buttons .btn-secondary{flex:1;color:#001f3f;border:2px solid #001f3f;background:#fff}.form-buttons .btn-primary{background:#001f3f;color:#fff}.gallery-view-section{padding:4rem 0;margin-top:70px}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.gallery-title h1{margin-bottom:.5rem}.gallery-title p{color:#666}.gallery-actions{display:flex;gap:1rem;flex-wrap:wrap}.images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.image-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 6px #0000001a}.image-container{position:relative;height:250px}.gallery-photo{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.image-item:hover .image-overlay{opacity:1}.image-item:hover .gallery-photo{transform:scale(1.1)}.image-actions{display:flex;gap:.5rem}.action-btn{background:#fff;border:none;padding:.75rem;border-radius:50%;cursor:pointer;font-size:1.25rem;transition:all .3s ease}.action-btn:hover{background:#f0f0f0;transform:scale(1.1)}.contact-section{padding:4rem 0;margin-top:70px}.contact-content{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-top:3rem}.contact-info h2{margin-bottom:2rem}.contact-details{margin-bottom:3rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:2rem}.contact-icon{font-size:1.5rem;margin-right:1rem;margin-top:.25rem}.contact-text h3{margin-bottom:.5rem}.contact-text p{color:#666}.maps-link{display:inline-block;margin-top:.5rem;color:#001f3f;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease}.maps-link:hover{color:#036;text-decoration:underline}.social-section h3{margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-link{display:inline-block;width:50px;height:50px;background:#f8f9fa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#001f3f;color:#fff;transform:translateY(-3px)}.contact-form-section h2{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#000}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#001f3f}.submit-btn{width:100%;padding:1rem;font-size:1.125rem}.success-message,.error-message{margin-top:1rem;padding:1rem;border-radius:4px}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.message-content{display:flex;align-items:center;gap:.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:#666}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state h3{margin-bottom:1rem;color:#666}.image-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.modal-content{position:relative;max-width:90vw;max-height:90vh}.modal-close{position:absolute;top:-3rem;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem}.modal-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.main-footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1a1a1a);color:#fff;border-top:1px solid rgba(255,255,255,.1)}.footer-content{padding:2rem 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-nav{display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.footer-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-link:hover{color:#ccc}.social-media{display:flex;gap:1rem;align-items:center}.footer-copyright{padding:1rem 0;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-copyright p{color:#fffc;font-size:.875rem}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-btn{display:flex}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.services-grid{grid-template-columns:1fr}.preview-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.gallery-grid{grid-template-columns:1fr}.images-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-content{grid-template-columns:1fr;gap:2rem}.gallery-header{flex-direction:column;align-items:flex-start}.gallery-actions{width:100%}.gallery-actions .btn-primary,.gallery-actions .btn-secondary{flex:1}.footer-container{flex-direction:column;text-align:center}.footer-nav{justify-content:center}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}@media (max-width: 480px){.container,.header-container,.hero-content{padding:0 .5rem}.hero-content h1{font-size:1.5rem}.service-card,.gallery-card,.password-form-container{margin:0 .5rem}.images-grid{grid-template-columns:1fr}.gallery-actions,.form-buttons{flex-direction:column}}button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #001f3f;outline-offset:2px}a,button{transition:all .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#001f3f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#036}.legal-section{padding:4rem 0;margin-top:70px;background:#fff}.legal-header{text-align:center;margin-bottom:3rem}.legal-header h1{margin-bottom:1rem}.last-updated{color:#666;font-style:italic}.legal-content{max-width:800px;margin:0 auto}.legal-item{margin-bottom:3rem}.legal-item h2{color:#001f3f;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.legal-item h3{color:#333;margin:1.5rem 0 .5rem}.legal-item ul{margin:1rem 0;padding-left:2rem}.legal-item li{margin-bottom:.5rem;line-height:1.6}.legal-item p{margin-bottom:1rem;line-height:1.6;color:#333}.faq-section{padding:4rem 0;margin-top:70px;background:#fff}.faq-content{max-width:800px;margin:0 auto}.faq-category{margin-bottom:3rem}.faq-category h2{color:#001f3f;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.faq-item{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#001f3f}.faq-question{padding:1.5rem;background:#f8f9fa;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-question:hover{background:#e9ecef}.faq-item.active .faq-question{background:#001f3f;color:#fff}.faq-question h3{margin:0;font-size:1.1rem;font-weight:600}.faq-toggle{font-size:1.5rem;font-weight:700;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:1.5rem;max-height:500px}.faq-answer p{margin:0;line-height:1.6;color:#333}.faq-contact{text-align:center;margin-top:4rem;padding:3rem;background:#f8f9fa;border-radius:12px}.faq-contact h2{margin-bottom:1rem;color:#001f3f}.faq-contact p{margin-bottom:2rem;color:#666}.client-galleries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.gallery-card{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.gallery-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.gallery-image-container{position:relative;height:250px;overflow:hidden}.gallery-cover-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-card:hover .gallery-cover-image{transform:scale(1.05)}.gallery-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:2rem 1.5rem 1.5rem;transform:translateY(0);transition:all .3s ease}.gallery-card:hover .gallery-overlay{background:linear-gradient(transparent,#000000e6)}.gallery-info h3{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.gallery-category{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.gallery-title{font-size:.9rem;color:#ffffffe6;margin-bottom:.5rem;line-height:1.4}.gallery-description{font-size:.8rem;color:#fffc;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.photo-count{font-size:.75rem;color:#ffffffb3;font-weight:500}.empty-galleries{text-align:center;padding:3rem 2rem;color:#6b7280;font-style:italic}.recent-work-section{background:#f8f9fa;padding:4rem 0;margin-top:2rem}.recent-work-section h2{color:#000;margin-bottom:1rem}.recent-work-section p{color:#6b7280;margin-bottom:3rem}@media (max-width: 768px){.client-galleries-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.gallery-card{margin:0 1rem}.gallery-image-container{height:200px}.gallery-info h3{font-size:1.1rem}}.text-left{text-align:left!important;margin-left:0!important;margin-right:auto!important}.admin-login-section{min-height:100vh;padding:4rem 2rem;background:#f8f9fa}.admin-login-container{max-width:1200px;margin:0 auto}.admin-header{text-align:center;margin-bottom:4rem}.admin-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem;font-weight:600}.admin-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.admin-content{display:flex;justify-content:center;align-items:center}.dashboard-features h2{font-size:1.75rem;color:#333;margin-bottom:2rem;font-weight:600}.feature-item{display:flex;gap:1rem;margin-bottom:2rem;align-items:flex-start}.feature-icon{font-size:1.5rem;background:#f0f7ff;padding:.75rem;border-radius:8px;flex-shrink:0}.feature-content h3{font-size:1.25rem;color:#333;margin-bottom:.5rem;font-weight:600}.feature-content p{color:#666;line-height:1.6;margin:0}.admin-login-form-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #00000012;max-width:400px}.admin-login-form-section h2{font-size:1.75rem;color:#333;margin-bottom:2rem;font-weight:600}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form .form-group{display:flex;flex-direction:column}.login-form label{font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}.required{color:#e74c3c}.login-form input{padding:.875rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease;background:#f8f9fa}.login-form input:focus{outline:none;border-color:#2c3e50;background:#fff}.login-form input::placeholder{color:#999}.login-dashboard-btn{background:#2c3e50;color:#fff;border:none;padding:1rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease;margin-top:.5rem}.login-dashboard-btn:hover{background:#34495e}@media (max-width: 768px){.admin-content{grid-template-columns:1fr;gap:3rem}.admin-header h1{font-size:2rem}.admin-header p{font-size:1rem}}} .admin-dashboard{min-height:100vh;background:#f8fafc}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;margin-bottom:2rem}.admin-header-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.admin-title h1{color:#1a202c;font-size:1.875rem;font-weight:700;margin-bottom:.25rem}.admin-title p{color:#718096;font-size:1rem;margin:0}.admin-actions{display:flex;gap:.75rem;align-items:center}.admin-content{max-width:1200px;margin:0 auto;padding:0 1rem}.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.admin-card-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;background:#f7fafc}.admin-card-header h2{color:#1a202c;font-size:1.25rem;font-weight:600;margin:0}.admin-card-body{padding:1.5rem}.button-group{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.btn-admin{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;border:none;cursor:pointer;font-size:.875rem}.btn-admin-primary{background:#2d3748;color:#fff}.btn-admin-primary:hover{background:#1a202c;transform:translateY(-1px)}.btn-admin-secondary{background:#4299e1;color:#fff}.btn-admin-secondary:hover{background:#3182ce;transform:translateY(-1px)}.btn-admin-danger{background:#f56565;color:#fff}.btn-admin-danger:hover{background:#e53e3e}.btn-admin-small{padding:.5rem 1rem;font-size:.75rem}.folders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.folder-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s ease}.folder-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.folder-header{display:flex;justify-content:between;align-items:flex-start;margin-bottom:1rem}.folder-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;flex:1}.folder-description{color:#718096;font-size:.875rem;margin-bottom:1rem;line-height:1.4}.folder-footer{display:flex;justify-content:space-between;align-items:center}.photo-count{font-size:.75rem;color:#a0aec0;font-weight:500}.delete-folder-btn{background:none;border:none;cursor:pointer;font-size:1.25rem;color:#e53e3e;transition:color .2s ease}.delete-folder-btn:hover{color:#c53030}.empty-state{text-align:center;padding:4rem 2rem}.empty-state-icon{width:6rem;height:6rem;background:#f7fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.empty-state h3{color:#1a202c;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.empty-state p{color:#718096;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.upload-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:600;color:#1a202c;margin-bottom:.5rem;font-size:.875rem}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.form-input:focus,.form-select:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.form-help{font-size:.75rem;color:#718096;margin-top:.25rem}.upload-progress{margin-top:1.5rem}.progress-bar-container{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.progress-bar{background:#4299e1;height:100%;border-radius:4px;transition:width .3s ease}.progress-text{font-size:.875rem;color:#718096;margin-top:.5rem}.error-message{background:#fed7d7;color:#c53030;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-top:1rem}.error-message.hidden{display:none}.photo-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:.5rem;transform:translateY(100%);transition:transform .3s ease}.preview-item:hover .photo-overlay{transform:translateY(0)}.folder-name{font-size:.75rem;font-weight:500;text-align:center}@media (max-width: 768px){.admin-header-content{flex-direction:column;text-align:center}.admin-actions,.button-group{justify-content:center}.folders-grid{grid-template-columns:1fr}.folder-header{flex-direction:column;align-items:flex-start}}.photos-management-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.photo-manage-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s ease}.photo-manage-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}.photo-preview{position:relative;height:200px;overflow:hidden}.manage-photo-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.photo-preview:hover .manage-photo-image{transform:scale(1.05)}.photo-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.photo-preview:hover .photo-overlay{opacity:1}.delete-photo-btn{background:#e53e3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease}.delete-photo-btn:hover{background:#c53030}.photo-info{padding:1rem}.photo-name{font-weight:600;color:#1a202c;margin:0 0 .25rem;font-size:.875rem;word-break:break-word}.photo-date{color:#718096;font-size:.75rem}.delete-photo-btn-corner{position:absolute;bottom:8px;right:8px;background:#ffffffe6;border:1px solid #dc3545;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;color:#dc3545;transition:all .3s ease;box-shadow:0 2px 4px #0003;z-index:10}.delete-photo-btn-corner:hover{background:#dc3545;color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #dc35454d}
