.slideshow{position:fixed;top:0;left:0;width:100vw;height:100vh;height:-webkit-fill-available;height:100svh;background:#000;z-index:100}.slideshow-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.slideshow-image{max-width:95vw;max-height:95vh;width:auto;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.slideshow-arrow{position:absolute;bottom:2rem;background:#ffffff1a;border:none;color:#fff9;font-size:4rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;border-radius:50%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.slideshow-arrow:hover{background:#fff3;color:#ffffffe6;transform:scale(1.1)}.slideshow-arrow:active{transform:scale(.95)}.slideshow-arrow-left{left:2rem}.slideshow-arrow-right{right:2rem}.slideshow-indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.slideshow-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.slideshow-dot:hover{border-color:#fffc;transform:scale(1.2)}.slideshow-dot.active{background:#fffc;border-color:#fffc}.slideshow-empty{display:flex;align-items:center;justify-content:center;height:100vh;color:#666;font-size:1.2rem}@media (max-width: 768px){.slideshow-arrow{width:60px;height:60px;font-size:3rem;bottom:100px}.slideshow-arrow-left{left:1rem}.slideshow-arrow-right{right:1rem}.slideshow-indicators{bottom:70px;gap:.5rem}.slideshow-dot{width:10px;height:10px}}@media (hover: none){.slideshow-arrow{background:#ffffff26}}.login-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.login-form{background:#333;padding:2rem;border-radius:8px;width:100%;max-width:400px;box-shadow:0 4px 6px #0000004d}.login-form h2{margin-top:0;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #555;border-radius:4px;background:#222;color:#fff;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#888}button[type=submit]{width:100%;padding:.75rem;background-color:#fff;color:#000;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}button[type=submit]:hover{background-color:#ddd}.error-message{background-color:#ff00001a;border:1px solid #ff4444;color:#f44;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;padding:1rem}.photo-item{break-inside:avoid;margin-bottom:1rem}.photo-img{width:100%;height:auto;display:block;border-radius:4px;transition:transform .3s ease}.photo-img:hover{transform:scale(1.02)}.loading{text-align:center;padding:2rem;font-size:1.2rem;color:#888}.admin-dashboard{padding:2rem;max-width:1200px;margin:0 auto}.admin-section{background:#222;padding:1.5rem;margin-bottom:2rem;border-radius:8px}.admin-form{display:grid;gap:1rem;max-width:500px;margin-bottom:2rem}.admin-form input,.admin-form select{padding:.5rem;background:#333;border:1px solid #555;color:#fff;border-radius:4px}.checkbox-group{display:flex;gap:1rem}.gallery-select{display:flex;flex-direction:column;gap:.5rem}.gallery-select select{min-height:100px}ul{list-style:none;padding:0}li{padding:.5rem;border-bottom:1px solid #333}.hamburger-icon{position:fixed;top:2rem;right:2rem;z-index:1000;background:#ffffff1a;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hamburger-icon:hover{background:#fff3;transform:scale(1.05)}.hamburger-icon span{display:block;width:24px;height:2px;background:#fffc;transition:all .3s ease}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1001;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-panel{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:80vw;background:#141414fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1002;padding:2rem;display:flex;flex-direction:column;animation:slideIn .3s ease;box-shadow:-4px 0 20px #00000080}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.menu-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff9;font-size:2.5rem;line-height:1;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.menu-close:hover{color:#fff;transform:rotate(90deg)}.menu-links{list-style:none;padding:0;margin:4rem 0 0}.menu-links li{margin-bottom:1.5rem}.menu-links a{color:#ffffffe6;text-decoration:none;font-size:1.5rem;font-weight:300;display:block;padding:.5rem 0;transition:all .3s ease;letter-spacing:.5px}.menu-links a:hover{color:#fff;padding-left:.5rem}.menu-social{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 768px){.hamburger-icon{top:1.5rem;right:1.5rem;width:45px;height:45px}.hamburger-icon span{width:20px}.menu-panel{width:280px}.menu-links a{font-size:1.3rem}}.about-page{min-height:100vh;background:#000;color:#fff;padding:6rem 2rem 4rem}.about-container{max-width:900px;margin:0 auto}.about-content h1{font-size:3rem;font-weight:300;margin-bottom:3rem;letter-spacing:1px}.bio-section{display:grid;grid-template-columns:250px 1fr;gap:3rem;margin-bottom:4rem}.profile-photo-container{width:250px;height:250px;border-radius:8px;overflow:hidden;background:#ffffff0d}.profile-photo{width:100%;height:100%;object-fit:cover}.bio-text{font-size:1.1rem;line-height:1.8;color:#ffffffe6}.bio-text p{margin-bottom:1.5rem}.bio-text p:last-child{margin-bottom:0}.contact-section{border-top:1px solid rgba(255,255,255,.1);padding-top:3rem}.contact-section h2{font-size:2rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:.5px}.contact-section p{font-size:1.1rem;line-height:1.8;color:#ffffffe6;margin-bottom:1rem}.contact-info{margin-top:1rem}.contact-info a{color:#fffc;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#fff}.about-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#000;color:#fff9;font-size:1.2rem}@media (max-width: 768px){.about-page{padding:5rem 1.5rem 3rem}.about-content h1{font-size:2.5rem;margin-bottom:2rem}.bio-section{grid-template-columns:1fr;gap:2rem}.profile-photo-container{width:200px;height:200px;margin:0 auto}.bio-text,.contact-section p{font-size:1rem}.contact-section h2{font-size:1.8rem}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
