.navbar{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#1976d2 60%,#63a4ff);padding:1.2rem 2.5rem;box-shadow:0 4px 18px #1976d214;border-radius:0 0 18px 18px;margin-bottom:2rem}.navbar-title{font-size:2rem;font-weight:700;color:#fff;letter-spacing:2px;text-shadow:0 2px 8px rgba(25,118,210,.15)}.navbar-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.navbar-links a{text-decoration:none;color:#e3f0ff;font-weight:600;font-size:1.08rem;padding:.3rem .7rem;border-radius:6px;transition:background .2s,color .2s}.navbar-links a.active{color:#1976d2;background:#fff;border-bottom:2px solid #1976d2}.navbar-links a:hover{background:#ffffff2e;color:#fff}@media (max-width: 700px){.navbar{flex-direction:column;align-items:flex-start;padding:1rem 1.2rem}.navbar-title{font-size:1.3rem;margin-bottom:.7rem}.navbar-links{gap:1rem}}.simple-photo-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.large-photo{width:100%;height:650px;border-radius:8px;margin-right:10px;transition:transform .3s ease}.large-photo:hover{transform:scale(1.02)}.show-more-btn{margin-top:16px;padding:10px 20px;font-size:1rem;background-color:#1976d2;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.show-more-btn:hover{background-color:#125ea2}@media (max-width: 768px){.simple-photo-gallery{grid-template-columns:1fr}.large-photo{height:auto}}@media (max-width: 480px){.show-more-btn{width:100%;padding:12px;font-size:1.05rem}}.gallery-photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:16px;width:100vw;height:calc(100vh - 80px);overflow-y:auto;box-sizing:border-box}.gallery-photo-grid img{width:100%;height:900px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.gallery-photo-grid img:hover{transform:scale(1.03)}.gallery-photo-grid::-webkit-scrollbar{width:6px}.gallery-photo-grid::-webkit-scrollbar-thumb{background-color:#999;border-radius:4px}.gallery-photo-grid::-webkit-scrollbar-track{background:transparent}@media (max-width: 1200px){.gallery-photo-grid{grid-template-columns:repeat(3,1fr)}.gallery-photo-grid img{height:600px}}@media (max-width: 900px){.gallery-photo-grid{grid-template-columns:repeat(2,1fr)}.gallery-photo-grid img{height:750px}}@media (max-width: 600px){.gallery-photo-grid{grid-template-columns:1fr}.gallery-photo-grid img{height:750px}}body{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.fullpage-gallery-wrapper{width:100vw;height:100vh;overflow-y:auto;overflow-x:hidden;background:#f7f7fa;padding:2.5rem 2vw;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#bbb transparent}.fullpage-gallery-wrapper::-webkit-scrollbar{width:6px}.fullpage-gallery-wrapper::-webkit-scrollbar-track{background:transparent}.fullpage-gallery-wrapper::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:4px}.gallery-card{width:300px;margin:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .2s ease-in-out}.gallery-card:hover{transform:translateY(-5px)}.gallery-card img{width:100%;border-radius:6px;object-fit:cover}.gallery-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;max-width:1200px}
