@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Book-C905H_tY.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Bold-CZboGHFR.otf) format("opentype");font-weight:700;font-style:normal}@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Italic-Z-R1mbvY.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Light-kOnUjBNB.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Demibold-BO4tey0h.otf) format("opentype");font-weight:600;font-style:normal}@font-face{font-family:Basic Gothic Pro;src:url(/assets/fonnts.com-BasicGothicPro-Black-BMuHEzXv.otf) format("opentype");font-weight:900;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Basic Gothic Pro,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2a5b7c;text-decoration:inherit}a:hover{color:#1a3a4c}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #2a5b7c;--secondary-color: #d4a76a;--text-color: #333;--background-color: #fff;--footer-color: #2a5b7c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Basic Gothic Pro,sans-serif;color:var(--text-color);background-color:var(--background-color);line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:var(--background-color);box-shadow:0 2px 4px #0000001a;max-width:100%;width:100%;flex-wrap:wrap;gap:1rem}.logo-container{display:flex;align-items:center;flex-shrink:0}.logo{height:7rem;max-width:100%;object-fit:contain}.auth-section{display:flex;align-items:center;gap:1rem}.auth-buttons{display:flex;gap:.5rem;align-items:center}.login-button a,.register-button a{color:var(--primary-color);text-decoration:none;font-weight:700;padding:.5rem 1rem;border:2px solid var(--primary-color);border-radius:4px;transition:all .3s ease;white-space:nowrap;display:block}.login-button a:hover,.register-button a:hover,.register-button a{background-color:var(--primary-color);color:#fff}.register-button a:hover{background-color:#1e4a66}.user-info{display:flex;align-items:center;gap:1rem}.welcome-text{color:var(--primary-color);font-weight:500;white-space:nowrap}.logout-button{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);padding:.5rem 1rem;border-radius:4px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.logout-button:hover{background-color:var(--primary-color);color:#fff}.hero-section{width:100%;height:60vh;min-height:400px;max-height:80vh;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:2rem 1.5rem 1.5rem;color:#fff}.hero-overlay h2{text-align:center;font-size:2rem;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.content-section{max-width:1200px;margin:0 auto;padding:2rem;width:100%;animation:fadeInUp .6s ease-out}.content-section h1{text-align:center;margin-bottom:2rem;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.2}.text-content{text-align:justify;line-height:1.8}.text-content p{margin-bottom:1.5rem;font-size:clamp(.95rem,2vw,1.1rem)}.text-content article{margin-bottom:2rem}.text-content h2{color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.3rem,3vw,1.8rem);line-height:1.3}.text-content ul{margin-left:2rem;margin-bottom:1.5rem}.text-content li{margin-bottom:.5rem;line-height:1.6}.institutions-section{background-color:#f5f5f5;padding:3rem 2rem;width:100%}.institutions-section h2{text-align:center;margin-bottom:2rem;color:var(--primary-color);font-size:clamp(1.5rem,3vw,2rem)}.institutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.institution-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow;height:fit-content}.institution-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.institution-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.3}.institution-card p{margin-bottom:1rem;line-height:1.6}.institution-link{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-weight:700;transition:all .3s ease;padding:.5rem 1rem;border:2px solid var(--primary-color);border-radius:4px;position:relative;overflow:hidden}.institution-link:hover{color:#fff;background-color:var(--primary-color)}.institution-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.institution-link:hover:before{left:100%}.resources-section{padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%}.resources-section h2{text-align:center;margin-bottom:2rem;color:var(--primary-color);font-size:clamp(1.5rem,3vw,2rem)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.resource-card{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow;height:fit-content;background-color:#fff}.resource-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.resource-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:clamp(1.1rem,2.5vw,1.3rem);line-height:1.3}.resource-card p{margin-bottom:1rem;line-height:1.6}.resource-link{display:inline-block;margin-top:1rem;color:var(--primary-color);text-decoration:none;font-weight:700;transition:all .3s ease;padding:.5rem 1rem;border:2px solid var(--primary-color);border-radius:4px;position:relative;overflow:hidden}.resource-link:hover{color:#fff;background-color:var(--primary-color)}.resource-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.resource-link:hover:before{left:100%}.footer{background:linear-gradient(135deg,var(--footer-color) 0%,#1a4a65 100%);color:#fff;padding:2rem;margin-top:auto;width:100%;transition:background .3s ease}.footer-logo{display:flex;justify-content:center;margin-bottom:1.5rem}.footer-logo .logo{filter:brightness(0) invert(1);height:4rem}.partner-logos{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap;background-color:#fff;padding:1rem;border-radius:8px;align-items:center}.partner-logo{width:80px;height:80px;background-color:#fffc;border-radius:50%;object-fit:contain;max-width:100%;height:auto}.partner-logos img{max-width:100%;height:auto;width:auto;max-height:80px;object-fit:contain}.copyright{text-align:center;margin-bottom:1rem;font-size:.9rem;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto}.copyright a{color:#fff;text-decoration:none}.copyright a:hover{text-decoration:underline}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;font-size:.9rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:4px;position:relative}.footer-links a:hover{color:var(--secondary-color);background-color:#ffffff1a;transform:translateY(-2px)}@media (max-width: 480px){.header{flex-direction:column;padding:1rem;gap:1rem;text-align:center}.logo-container{order:1}.navbar{order:2;width:100%}.navbar ul{flex-direction:column;gap:.5rem;width:100%}.navbar li{margin:0;width:100%}.navbar a{display:block;padding:.75rem;background-color:#f8f9fa;border-radius:4px;font-size:14px;margin-bottom:.25rem;text-align:center;width:100%}.navbar a:hover,.navbar a[aria-current=page]{background-color:var(--primary-color);color:#fff}.login-button{order:3;text-align:center;width:100%}.login-button a{display:inline-block;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff!important;border:2px solid var(--primary-color);border-radius:4px;text-decoration:none;font-weight:700}.logo{height:4rem}.hero-section{height:30vh;min-height:250px}.hero-overlay{padding:1rem}.hero-overlay h2{font-size:1.2rem}.content-section{padding:1rem}.text-content{text-align:left}.text-content ul{margin-left:1rem}.institutions-section,.resources-section{padding:2rem 1rem}.institutions-grid,.resources-grid{grid-template-columns:1fr;gap:1rem}.footer{padding:1.5rem 1rem}.footer-links{flex-direction:column;gap:1rem;text-align:center}.partner-logos{flex-direction:column;align-items:center;gap:1rem;padding:.75rem}.partner-logos img{max-height:60px;width:auto}.partner-logo{width:60px;height:60px}}@media (min-width: 481px) and (max-width: 640px){.header{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem}.logo-container{flex:0 0 auto}.navbar{flex:1;justify-content:center;margin:0 1rem}.navbar ul{flex-wrap:wrap;justify-content:center;gap:.25rem}.navbar li{margin:0 .25rem}.navbar a{font-size:13px;padding:.4rem .6rem}.login-button{flex:0 0 auto}.login-button a{font-size:13px;padding:.4rem .8rem}.logo{height:4.5rem}}@media (min-width: 481px) and (max-width: 768px){.header{padding:1rem 1.5rem;flex-wrap:wrap;justify-content:center;gap:1rem}.logo-container{order:1}.navbar{order:2;width:100%;justify-content:center}.navbar ul{flex-wrap:wrap;gap:.5rem;justify-content:center}.navbar li{margin:0 .25rem}.navbar a{font-size:14px;padding:.4rem .8rem}.login-button{order:3}.logo{height:5rem}.hero-section{height:40vh}.hero-overlay h2{font-size:1.6rem}.content-section{padding:1.5rem}.content-section h1{font-size:2rem}.text-content h2{font-size:1.6rem}.institutions-grid,.resources-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.institutions-section,.resources-section{padding:2.5rem 1.5rem}.footer-links{flex-wrap:wrap;gap:1rem}}@media (min-width: 769px) and (max-width: 1024px){.header{padding:1rem 2rem}.content-section{padding:2rem 1.5rem}.hero-overlay h2{font-size:1.8rem}}@media (min-width: 1025px){.content-section{padding:2rem}.hero-overlay h2{font-size:2rem}}.navbar{display:flex;align-items:center;flex-wrap:wrap}.navbar ul{display:flex;list-style:none;margin:0;padding:0;flex-wrap:wrap;justify-content:center;width:100%}.navbar li{margin:0 8px}.navbar a{text-decoration:none;color:#333;font-weight:500;font-size:16px;transition:color .3s ease,background-color .3s ease,border-color .3s ease;padding:.5rem 1rem;border-radius:4px;display:block;white-space:nowrap;position:relative;overflow:hidden}.navbar a:hover{color:#2a7d8c;background-color:#2a7d8c1a}.navbar a[aria-current=page]{color:#2a7d8c;background-color:#2a7d8c26;font-weight:600}.navbar ul li a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--secondary-color);transition:width .3s ease}.navbar ul li a:hover:before{width:100%}.navbar .admin-link{background-color:#2a5b7c1a;border:1px solid rgba(42,91,124,.2);font-weight:600}.navbar .admin-link:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.news-hero{background-color:#f5f5f5;padding:40px 20px;text-align:center;margin-bottom:30px}.news-hero h1{margin-bottom:10px;color:#333}.news-subtitle{color:#666;font-size:18px}.news-content{max-width:1200px;margin:0 auto;padding:0 20px 50px;animation:fadeInUp .6s ease-out}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.news-card{border:1px solid #eaeaea;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow}.news-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.news-image{width:100%;height:200px;object-fit:cover}.news-card-content{padding:20px}.news-card h2{margin-top:0;font-size:20px;color:#333}.news-date{color:#888;font-size:14px;margin-bottom:15px}.read-more{display:inline-block;margin-top:15px;color:#2a7d8c;text-decoration:none;font-weight:500;position:relative;overflow:hidden;transition:all .3s ease}.read-more:hover{text-decoration:underline}.read-more:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.read-more:hover:before{left:100%}.frameup-hero{background-color:#f5f5f5;padding:3rem 1rem;text-align:center}.frameup-hero h1{font-size:2.5rem;margin-bottom:1rem;color:#333}.frameup-content{max-width:1200px;margin:0 auto;padding:2rem 1rem;animation:fadeInUp .6s ease-out}.frameup-section{margin-bottom:3rem}.frameup-section h2{font-size:1.8rem;margin-bottom:1rem;color:#333;border-bottom:2px solid #ddd;padding-bottom:.5rem}.frameup-section p{margin-bottom:1rem;line-height:1.6}.frameup-section ul,.frameup-section ol{margin-left:1.5rem;margin-bottom:1rem}.frameup-section li{margin-bottom:.5rem;line-height:1.6}.faq-item{margin-bottom:1.5rem}.faq-item h3{font-size:1.3rem;margin-bottom:.5rem;color:#444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.loading-container{position:relative;padding:2rem}.loading-container:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;margin:-20px 0 0 -20px;border:3px solid #f3f3f3;border-top:3px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}img{transition:opacity .3s ease,filter .3s ease}img[loading=lazy]{filter:blur(5px);opacity:.5}img[loading=lazy].loaded{filter:blur(0);opacity:1}a:focus,button:focus,input:focus,textarea:focus{outline:2px solid var(--secondary-color);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}h1,h2,h3{transition:color .3s ease}.institutions-grid>*,.resources-grid>*,.news-grid>*{animation:fadeInUp .6s ease-out;animation-fill-mode:both}.institutions-grid>*:nth-child(1),.resources-grid>*:nth-child(1),.news-grid>*:nth-child(1){animation-delay:.1s}.institutions-grid>*:nth-child(2),.resources-grid>*:nth-child(2),.news-grid>*:nth-child(2){animation-delay:.2s}.institutions-grid>*:nth-child(3),.resources-grid>*:nth-child(3),.news-grid>*:nth-child(3){animation-delay:.3s}.institutions-grid>*:nth-child(4),.resources-grid>*:nth-child(4),.news-grid>*:nth-child(4){animation-delay:.4s}.institutions-grid>*:nth-child(5),.resources-grid>*:nth-child(5),.news-grid>*:nth-child(5){animation-delay:.5s}.institutions-grid>*:nth-child(6),.resources-grid>*:nth-child(6),.news-grid>*:nth-child(6){animation-delay:.6s}@media (max-width: 768px){.header{flex-direction:column;gap:1rem;padding:1rem}.navbar ul{flex-wrap:wrap;justify-content:center;gap:.5rem}.navbar li{font-size:.9rem}.auth-section{order:-1;width:100%;justify-content:center}.auth-buttons{flex-direction:column;width:100%;max-width:300px}.auth-buttons .login-button,.auth-buttons .register-button{width:100%}.auth-buttons .login-button a,.auth-buttons .register-button a{text-align:center;width:100%;display:block}.user-info{flex-direction:column;gap:.5rem;text-align:center}.welcome-text{font-size:.9rem}.logout-button{width:100%;max-width:200px}}@media (max-width: 480px){.header{padding:.5rem}.logo{height:5rem}.navbar ul{font-size:.8rem}.auth-buttons .login-button a,.auth-buttons .register-button a{padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 768px){.view-controls{flex-direction:column;gap:.5rem;align-items:stretch}.add-event-button{order:-1;width:100%;margin-bottom:.5rem}.view-button{flex:1}}@media (max-width: 480px){.calendar-controls{flex-direction:column;gap:1rem;text-align:center}.navigation-controls,.view-controls{justify-content:center}}.loading-container,.error-container,.no-news{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;margin:2rem auto;max-width:600px}.no-news{color:#666;font-style:italic}@media (max-width: 768px){.news-grid{grid-template-columns:1fr;gap:1.5rem}.news-hero{padding:2rem 1rem}.news-hero h1{font-size:1.8rem}.news-subtitle{font-size:16px}.news-content{padding:0 1rem 2rem}.news-card-content{padding:1rem}.news-card h2{font-size:18px}.loading-container,.error-container,.no-news{margin:1rem;padding:1.5rem 1rem}}@media (max-width: 480px){.news-hero{padding:1.5rem .75rem}.news-hero h1{font-size:1.5rem;margin-bottom:.5rem}.news-subtitle{font-size:14px}.news-content{padding:0 .75rem 1.5rem}.news-card{margin-bottom:1rem}.news-image{height:150px}.news-card-content{padding:.75rem}.news-card h2{font-size:16px}.news-date{font-size:12px;margin-bottom:10px}}@media (max-width: 400px){.news-hero h1{font-size:1.3rem}.news-subtitle{font-size:13px}.news-card h2{font-size:15px}.news-date{font-size:11px}.read-more{font-size:13px}}.auth-container{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--background-color) 0%,#f8f9fa 100%)}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #2a5b7c1a;padding:3rem;width:100%;max-width:450px;border:1px solid #e9ecef}.auth-card h1{color:var(--primary-color);text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:var(--text-color);font-weight:500;font-size:.95rem}.form-group input{padding:.875rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#fafafa}.form-group input:focus{outline:none;border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #2a5b7c1a}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.7}.auth-button{background:var(--primary-color);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.auth-button:hover:not(:disabled){background:#1e4a66;transform:translateY(-1px);box-shadow:0 4px 12px #2a5b7c4d}.auth-button:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.auth-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.auth-footer p{color:#6c757d;font-size:.9rem}.auth-footer a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .3s ease}.auth-footer a:hover{color:var(--secondary-color);text-decoration:underline}.error-message{background:#f8d7da;color:#721c24;padding:.75rem 1rem;border-radius:6px;border:1px solid #f5c6cb;font-size:.9rem;margin-bottom:1rem}.success-message{background:#d4edda;color:#155724;padding:.75rem 1rem;border-radius:6px;border:1px solid #c3e6cb;font-size:.9rem;margin-bottom:1rem}.add-event-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.add-event-card{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d}.add-event-card h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}.modal-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-end}.secondary-button{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:#5a6268}.add-event-button{background:var(--secondary-color);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.add-event-button:hover{background:#c19654;transform:translateY(-1px);box-shadow:0 4px 12px #d4a76a4d}.form-group textarea{padding:.875rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#fafafa;resize:vertical;min-height:100px;font-family:inherit}.form-group textarea:focus{outline:none;border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #2a5b7c1a}.form-group select{padding:.875rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#fafafa;cursor:pointer}.form-group select:focus{outline:none;border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #2a5b7c1a}@media (max-width: 768px){.auth-container{padding:1rem}.auth-card{padding:2rem}.add-event-card{margin:1rem;padding:1.5rem}.modal-actions{flex-direction:column}}.calendar-hero{text-align:center;margin-bottom:2rem;padding:3rem 2rem;background:linear-gradient(135deg,#2a5b7c,#3a7ca5);color:#fff;position:relative}.hero-content h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.calendar-subtitle{font-size:1.1rem;opacity:.9;max-width:700px;margin:0 auto}.calendar-content{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d}.navigation-controls{display:flex;gap:.5rem;align-items:center}.navigation-controls .nav-button{font-size:1.2rem;font-weight:700}.today-button{background:linear-gradient(135deg,#2a5b7c,#3a7ca5);color:#fff;border:none;font-weight:600}.today-button:hover{background:linear-gradient(135deg,#1f4560,#2a5b7c);transform:translateY(-2px);box-shadow:0 4px 12px #2a5b7c66}.nav-button,.today-button{padding:.75rem 1rem;border:2px solid #2a5b7c;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:600;color:#2a5b7c;font-size:1rem;min-width:50px;display:flex;align-items:center;justify-content:center}.nav-button:hover,.today-button:hover{background:#2a5b7c;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2a5b7c4d}.nav-button:active,.today-button:active{transform:translateY(0)}.current-month{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0}.view-controls{display:flex;gap:.5rem}.view-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500}.view-button.active{background:#2a5b7c;color:#fff;border-color:#2a5b7c}.view-button:hover{background:#e5e5e5;transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.view-button.active:hover{background:#1f4560}.calendar-view{background:#fff;border-radius:10px;box-shadow:0 2px 15px #0000000d;overflow:hidden;margin-bottom:2rem}.calendar-grid{display:grid;grid-template-rows:auto 1fr}.calendar-header-days{display:grid;grid-template-columns:repeat(7,1fr);background:#f9f9f9;border-bottom:1px solid #eee}.day-header{padding:1rem;text-align:center;font-weight:600;color:#555}.calendar-body{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:minmax(100px,auto)}.calendar-day{border:1px solid #eee;padding:.5rem;min-height:100px;position:relative;transition:all .2s ease}.calendar-day:hover{background:#f9f9f9}.other-month{background:#f9f9f9;color:#aaa}.today{background:#2a5b7c0d;border:2px solid #2a5b7c}.day-number{font-weight:600;color:#333;position:absolute;top:5px;right:8px}.today .day-number{color:#2a5b7c}.day-events{margin-top:25px;display:flex;flex-direction:column;gap:5px}.event-item{background:#2a5b7c;color:#fff;padding:3px 6px;border-radius:4px;font-size:.8rem;cursor:pointer;display:flex;justify-content:space-between;transition:all .2s ease;line-height:1.2}.event-item:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.event-conferenza{background:#2a5b7c}.event-workshop{background:#d4a76a}.event-seminario{background:#5c946e}.event-mostra{background:#a64161}.event-convegno{background:#764ba2}.event-presentazione{background:#3f51b5}.event-frame-up\!{background:#f44336}.event-altro{background:#9e9e9e}.event-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-time{font-size:.75rem;opacity:.9}.list-view{padding:1rem 0}.events-list{display:flex;flex-direction:column;gap:1.5rem}.event-card{background:#fff;border-radius:10px;box-shadow:0 3px 15px #0000000d;overflow:hidden;transition:all .3s ease;cursor:pointer}.event-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.event-card-header{display:flex;padding:1.5rem;background:#f9f9f9;border-bottom:1px solid #eee}.event-date{background:#2a5b7c;color:#fff;width:70px;height:70px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-right:1.5rem;flex-shrink:0}.date-day{font-size:1.8rem;font-weight:700;line-height:1}.date-month{font-size:.8rem;text-transform:uppercase}.event-info{flex-grow:1}.event-info h3{margin:0 0 .5rem;font-size:1.3rem;color:#333}.event-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.event-type{display:inline-block;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600;color:#fff}.type-conferenza{background:#2a5b7c}.type-workshop{background:#d4a76a}.type-seminario{background:#5c946e}.type-mostra{background:#a64161}.type-convegno{background:#764ba2}.type-presentazione{background:#3f51b5}.type-frame-up\!{background:#f44336}.type-altro{background:#9e9e9e}.event-time{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.9rem}.event-card-body{padding:1.5rem}.event-description{color:#555;margin-bottom:1.5rem;line-height:1.6}.event-location,.event-organizer{display:flex;align-items:center;gap:.5rem;color:#666;margin-bottom:.75rem;font-size:.9rem}.event-card-footer{padding:1rem 1.5rem;border-top:1px solid #eee;text-align:right}.event-link-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#2a5b7c;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s ease}.event-link-button:hover{background:#1f4560;transform:translateY(-2px);box-shadow:0 4px 12px #2a5b7c4d}.empty-state{text-align:center;padding:3rem 2rem;background:#f9f9f9;border-radius:10px}.empty-icon{font-size:3rem;margin-bottom:1rem;color:#ccc}.empty-state h3{margin:0 0 .5rem;color:#333}.empty-state p{color:#666;max-width:400px;margin:0 auto}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:10px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:1.5rem;color:#333}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;color:#666}.close-button:hover{background:#f5f5f5;color:#333}.modal-body{padding:1.5rem}.event-image{width:100%;height:auto;border-radius:8px;margin-bottom:1.5rem}.event-details{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;align-items:flex-start;gap:.75rem}.detail-item strong{min-width:120px;color:#2a5b7c}.detail-item.description{flex-direction:column;gap:.5rem}.detail-item.description p{color:#555;line-height:1.6}.event-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#2a5b7c;color:#fff!important;border-radius:6px;font-weight:600;text-decoration:none;transition:all .2s ease}.event-link:hover{background:#1f4560;transform:translateY(-2px);box-shadow:0 4px 12px #2a5b7c4d}.loading-container,.error-container,.no-events{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;margin:2rem auto;max-width:600px}.loading-icon{margin-bottom:1rem}.error-container{color:#d9534f;border:1px solid #d9534f}.retry-button{margin-top:1rem;padding:.5rem 1rem;background-color:#d9534f;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#c9302c}@media (max-width: 768px){.calendar-hero{padding:2rem 1rem}.hero-content h1{font-size:1.8rem}.calendar-subtitle{font-size:16px}.calendar-content{padding:0 1rem 2rem}.calendar-controls{flex-direction:column;gap:1rem;padding:1rem}.navigation-controls,.view-controls{width:100%;justify-content:space-between}.current-month{font-size:1.3rem;order:-1}.calendar-day{min-height:80px}.day-events{margin-top:20px}.modal-overlay{padding:1rem}.modal-content{max-width:100%}.event-card-header{padding:1rem}.event-date{width:60px;height:60px;margin-right:1rem}.date-day{font-size:1.5rem}.event-info h3{font-size:1.1rem}.event-card-body,.modal-body,.modal-header{padding:1rem}}@media (max-width: 480px){.calendar-hero{padding:1.5rem .75rem}.hero-content h1{font-size:1.5rem}.calendar-subtitle{font-size:14px}.calendar-content{padding:0 .75rem 1.5rem}.calendar-controls{margin-bottom:1rem}.view-button,.nav-button,.today-button{padding:.5rem;font-size:.9rem}.calendar-header-days{display:grid;grid-template-columns:repeat(7,1fr)}.day-header{padding:.5rem;font-size:.8rem}.calendar-day{padding:.25rem;min-height:60px}.day-number{font-size:.9rem}.day-events{margin-top:18px;gap:3px}.event-item{padding:2px 4px;font-size:.7rem}.event-date{width:50px;height:50px}.date-day{font-size:1.3rem}.event-info h3{font-size:1rem}.detail-item strong{min-width:90px}}.archivio{padding:20px 3rem;min-height:50vh}.table-responsive{perspective:1000px;overflow-x:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-height:200px;width:100%;margin-bottom:20px}:before{display:none}.data-table{transform-style:preserve-3d;width:100%;border-collapse:collapse;margin-bottom:20px;box-shadow:0 2px 8px #0000001a;contain:layout style paint;will-change:transform;table-layout:fixed}.data-table{table-layout:fixed;width:100%}.data-table th,.data-table td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table td:hover{overflow:visible;white-space:normal;word-break:break-word;position:relative;z-index:1;background-color:#f9f9f9;box-shadow:0 2px 8px #0000001a}.data-table thead th:first-child{width:30%}.data-table thead th:nth-child(2),.data-table thead th:nth-child(3){width:15%}.data-table thead th:nth-child(4){width:15%}.data-table thead th:nth-child(5){width:25%}.data-table tbody td{width:auto!important}.data-table thead th{background-color:#f4f6f8;padding:12px 15px;text-align:left;font-weight:700;color:#333;border-bottom:2px solid #ddd;cursor:pointer;transition:background-color .2s ease;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.data-table thead th:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.data-table thead th:hover{background-color:#e8eaed}.data-table thead th:hover:before{left:100%}.data-table th.sorted-asc,.data-table th.sorted-desc{background-color:#e0e7ff}.data-table td{padding:10px 15px;border-bottom:1px solid #eee;position:relative;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle}.table-row{position:relative;overflow:hidden;transition:background-color .2s ease;contain:layout style}.table-row:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(42,91,124,.05),transparent);transition:left .3s;z-index:1}.table-row:hover:before{left:100%}.table-row:hover{background-color:#2a5b7c0d;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.table-row td{position:relative;z-index:2}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-content{display:flex;flex-direction:column;align-items:center}.loading-content p{margin:0;font-size:16px;color:#2a5b7c;font-weight:500}.spinner{box-shadow:0 4px 8px #2a5b7c33}.loading-dots{display:flex;justify-content:center;gap:4px;margin-top:8px}.loading-dots div{width:8px;height:8px;background-color:#2a5b7c;border-radius:50%}.loading-spinner:after{content:"";width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #2a5b7c;border-radius:50%;animation:spin 1s linear infinite;margin-top:1rem}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px;flex-wrap:wrap;box-shadow:0 2px 4px #0000001a;border-radius:8px;padding:16px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pagination-button{background-color:#f4f6f8;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.pagination-button:hover{background-color:#e0e7ff}.pagination-button:hover:not(:disabled){box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.pagination-button:disabled{background-color:#f4f6f8;color:#aaa;cursor:not-allowed}.pagination-info{font-size:14px}.items-per-page{padding:6px;border-radius:4px;border:1px solid #ddd;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.sort-indicator{display:inline-block;margin-left:5px;transform-origin:center}.text2sql-results-banner{background:linear-gradient(135deg,#2a5b7c1a,#2a5b7c0d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(42,91,124,.2);box-shadow:0 4px 6px #0000001a;border-left:4px solid #4a6da7;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;font-size:.95rem;color:#4a5568}.ai-badge{background:linear-gradient(135deg,#2a5b7c,#1e4659);box-shadow:0 2px 4px #0003;color:#fff;font-weight:700;padding:.25rem .5rem;border-radius:12px;margin-right:.5rem;font-size:.75rem}.archive-results-banner{background:linear-gradient(135deg,#2d37481a,#2d37480d);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(45,55,72,.2);box-shadow:0 4px 6px #0000001a;border-left:4px solid #2d3748;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;font-size:.95rem;color:#4a5568}.archive-badge{background:linear-gradient(135deg,#2d3748,#1a202c);box-shadow:0 2px 4px #0003;color:#fff;font-weight:700;padding:.25rem .5rem;border-radius:12px;margin-right:.5rem;font-size:.75rem}.contenitori-description-banner{background:linear-gradient(135deg,#4b556314,#4b556308);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(75,85,99,.15);box-shadow:0 4px 6px #00000014;border-left:4px solid #6b7280;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;color:#374151;line-height:1.6}.contenitori-description-banner .description-content{max-width:100%}.contenitori-description-banner h4{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(107,114,128,.2)}.contenitori-description-banner p{margin:0 0 .75rem;font-size:.95rem;text-align:justify}.contenitori-description-banner p:last-child{margin-bottom:0}.contenitori-description-banner strong{color:#1f2937;font-weight:600}.contributi-description-banner{background:linear-gradient(135deg,#3b82f614,#3b82f608);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.15);box-shadow:0 4px 6px #00000014;border-left:4px solid #3b82f6;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;color:#374151;line-height:1.6}.contributi-description-banner .description-content{max-width:100%}.contributi-description-banner h4{color:#1e40af;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.2)}.contributi-description-banner p{margin:0 0 .75rem;font-size:.95rem;text-align:justify}.contributi-description-banner p:last-child{margin-bottom:0}.contributi-description-banner strong{color:#1e40af;font-weight:600}.rievocazioni-description-banner{background:linear-gradient(135deg,#a855f714,#a855f708);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(168,85,247,.15);box-shadow:0 4px 6px #00000014;border-left:4px solid #a855f7;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;color:#374151;line-height:1.6}.rievocazioni-description-banner .description-content{max-width:100%}.rievocazioni-description-banner h4{color:#7c3aed;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(168,85,247,.2)}.rievocazioni-description-banner p{margin:0 0 .75rem;font-size:.95rem;text-align:justify}.rievocazioni-description-banner p:last-child{margin-bottom:0}.rievocazioni-description-banner strong{color:#7c3aed;font-weight:600}.news-hero{margin-bottom:30px;text-align:center}.search-container{margin-bottom:20px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:16px}.download-csv-btn,.text2sql-toggle-btn,.filter-toggle-btn{padding:10px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px;white-space:nowrap;transition:all .2s ease;flex-shrink:0;position:relative;overflow:hidden}.download-csv-btn{background-color:#28a745;color:#fff}.download-csv-btn:hover:not(:disabled){background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 8px #28a7454d}.download-csv-btn:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.text2sql-toggle-btn{background-color:#4a6da7;color:#fff}.text2sql-toggle-btn:hover{background-color:#3a5a8f;transform:translateY(-1px);box-shadow:0 4px 8px #4a6da74d}.filter-toggle-btn{background-color:#6c757d;color:#fff;display:flex;align-items:center;gap:5px}.filter-toggle-btn:hover{background-color:#5a6268;transform:translateY(-1px);box-shadow:0 4px 8px #6c757d4d}.error-message,.empty-message{padding:20px;text-align:center;background-color:#f8f9fa;border-radius:4px;margin:20px 0}.error-message{color:#721c24;background-color:#f8d7da}.empty-message{color:#0c5460;background-color:#d1ecf1}@media (max-width: 768px){.archivio{padding:20px 1rem}.search-container{flex-direction:column;align-items:stretch;gap:10px}.search-input{width:100%;min-width:auto;font-size:16px}.download-csv-btn,.text2sql-toggle-btn,.filter-toggle-btn{width:100%;padding:12px 16px;font-size:14px;text-align:center}.pagination{flex-direction:column;gap:10px}.data-table{font-size:14px;overflow-x:auto;display:block;white-space:nowrap}.data-table th,.data-table td{padding:8px 10px;min-width:120px}.table-nav{flex-wrap:wrap;gap:5px}.nav-button{padding:8px 12px;font-size:14px}.archivi-speciali-toggle{padding:8px 16px;font-size:14px;min-width:140px}.modal-content{max-width:95%;max-height:90vh;margin:1rem;margin-top:20px;max-height:calc(100vh - 40px)}.modal-content h2{font-size:1.5rem;line-height:1.2}.filters-content{flex-direction:column}.filter-group{max-width:100%}.modal-overlay{align-items:flex-start;padding:20px 10px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:12px;max-width:80%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0003;will-change:transform,opacity}.modal-content h2{margin-top:0;margin-bottom:1.5rem;font-size:1.8rem;line-height:1.3}.modal-close{position:absolute;top:10px;right:10px;font-size:1.5rem;background:none;border:none;cursor:pointer;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:0;line-height:1;text-align:center;transition:all .2s ease}.modal-close:hover{background-color:#0000001a}.modal-details{margin-top:1.5rem}.detail-row{margin-bottom:1rem;line-height:1.5}.detail-row strong{display:inline-block;min-width:100px;margin-right:1rem}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.download-bibtex-btn{padding:8px 16px;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.download-bibtex-btn:hover{background-color:#357ac1}.modal-actions{display:flex;justify-content:space-between;margin-top:20px;gap:10px}.modal-actions button{flex:1}@media (max-width: 576px){.archivio{padding:15px .75rem}.search-container{gap:8px}.search-input{padding:12px;font-size:16px}.download-csv-btn,.text2sql-toggle-btn,.filter-toggle-btn{padding:12px 14px;font-size:13px;width:100%}.modal-actions{flex-direction:column}.data-table{font-size:12px}.data-table th,.data-table td{padding:6px 8px;min-width:100px}.table-nav{flex-direction:column;align-items:center}.nav-button{padding:8px 12px;font-size:12px;width:100%;max-width:200px}.pagination-button{padding:8px 12px;font-size:12px}.items-per-page{padding:6px;font-size:12px}.modal-content{padding:1rem;max-width:98%}.modal-content h2{font-size:1.3rem}.detail-row{margin-bottom:.75rem}.detail-row strong{display:block;margin-bottom:.25rem;min-width:auto}.filters-container{padding:10px}.filters-header{flex-direction:column;align-items:flex-start;gap:10px}.clear-filters-btn{align-self:stretch;text-align:center}.filter-group{padding:8px}.filter-group h4{font-size:14px}.filter-option{font-size:13px}.active-filters-tags{gap:5px}.filter-tag{font-size:12px;padding:4px 8px}}.table-nav{display:flex;justify-content:center;margin-bottom:20px;gap:10px}.nav-button{padding:10px 20px;background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.nav-button:hover{background-color:#e0e0e0}.nav-button.active{background-color:#3498db;color:#fff;border-color:#2980b9}.nav-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.nav-button:hover:before{left:100%}.item-type-badge{display:inline-block;font-size:.9rem;padding:.5rem 1rem;border-radius:20px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a;margin:0;transition:all .3s ease}.item-type-badge.contributo{background-color:#e1f5fe;color:#0277bd;border:1px solid #b3e5fc}.item-type-badge.contenitore,.item-type-badge.contenitori{background-color:#f9fbe7;color:#827717;border:1px solid #e6ee9c}.filter-toggle-btn .filter-icon{transition:transform .3s ease;display:inline-block;margin-left:.5rem}.filter-icon{font-size:10px}.filters-container{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;margin-bottom:20px;padding:15px;box-shadow:0 2px 4px #0000000d;animation:slideDown .3s ease-out;will-change:height;overflow:hidden}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #dee2e6;padding-bottom:10px}.filters-header h3{margin:0;font-size:18px;color:#333}.clear-filters-btn{background-color:transparent;color:#dc3545;border:1px solid #dc3545;border-radius:4px;padding:5px 10px;font-size:14px;cursor:pointer;transition:all .2s}.clear-filters-btn:hover{background-color:#dc3545;color:#fff}.filters-content{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:15px}.filter-group{flex:1;min-width:200px;max-width:calc(25% - 20px);background-color:#fff;padding:12px;border-radius:4px;box-shadow:0 1px 3px #0000001a}.filter-group h4{margin:0 0 10px;font-size:16px;color:#495057;border-bottom:1px solid #eee;padding-bottom:5px}.filter-options{display:flex;flex-direction:column;max-height:150px;overflow-y:auto;padding-right:10px}.filter-option{display:flex;align-items:center;margin-bottom:5px;font-size:14px;cursor:pointer;padding:4px 0}.filter-option:hover{background-color:#f8f9fa}.filter-option input[type=checkbox]{margin-right:8px}.filter-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-count{color:#6c757d;font-size:12px;margin-left:5px}.no-filters-message{width:100%;text-align:center;color:#6c757d;font-style:italic}.active-filters{margin-top:15px;border-top:1px solid #dee2e6;padding-top:15px}.active-filters h4{margin:0 0 10px;font-size:16px;color:#495057}.active-filters-tags{display:flex;flex-wrap:wrap;gap:8px}.filter-tag{display:inline-flex;align-items:center;background-color:#e9ecef;border-radius:20px;padding:5px 10px;font-size:14px;color:#495057;transition:all .2s ease;will-change:transform}.remove-filter{background:none;border:none;color:#6c757d;cursor:pointer;font-size:16px;margin-left:5px;padding:0 5px}.remove-filter:hover{color:#dc3545}.text2sql-results-actions{display:flex;justify-content:flex-end;margin-top:-10px;margin-bottom:16px}.clear-text2sql-results-btn{background-color:#f5f7fa;border:1px solid #d1d5db;color:#4a5568;padding:6px 12px;border-radius:4px;font-size:.85rem;cursor:pointer;transition:all .2s}.clear-text2sql-results-btn:hover{background-color:#e5e7eb}.text2sql-indicator{margin-left:8px;font-size:.85rem;color:#4a6da7;font-style:italic}.search-input:focus,.filter-toggle-btn:focus,.text2sql-toggle-btn:focus,.download-csv-btn:focus,.pagination-button:focus,.nav-button:focus,.clear-filters-btn:focus,.modal-close:focus{outline:2px solid #007bff;outline-offset:2px}@media (prefers-reduced-motion: reduce){.filter-toggle-btn .filter-icon,.table-nav button,.data-table th,.data-table tbody tr,.filter-tag,.modal-close,.pagination-button{transition:none!important}.modal-overlay{-webkit-backdrop-filter:none;backdrop-filter:none}}@media (max-width: 768px){.search-container{flex-direction:column;align-items:stretch}.search-container button{margin-bottom:.5rem}}.table-nav,.search-container,.table-section{opacity:1}.table-nav[data-motion],.search-container[data-motion],.table-section[data-motion]{opacity:0}.archivio>*{opacity:1}@media (prefers-reduced-motion: reduce){.table-nav,.search-container,.table-section,.filters-container,.news-hero{opacity:1!important;transform:none!important}}.table-section{margin-top:20px}html{scroll-behavior:smooth}.archive-button:hover{background-color:#e0e7ff;border-color:#c0c9ff;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.archive-button.active{background-color:#2a5b7c;color:#fff;border-color:#2a5b7c;box-shadow:0 2px 8px #2a5b7c4d}.active-archive-filter{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(135deg,#2a5b7c1a,#2a5b7c0d);border-left:4px solid #2a5b7c;border-radius:6px;margin-top:10px}.active-archive-filter p{margin:0;font-size:15px}.clear-archive-filter{background-color:#f4f6f8;border:1px solid #ddd;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:13px;transition:all .2s ease}.clear-archive-filter:hover{background-color:#e0e7ff;border-color:#c0c9ff}@media (max-width: 768px){.archivi-header h3{font-size:1.1rem}.hamburger-menu-toggle{padding:6px}.hamburger-icon{width:20px;height:15px}.hamburger-icon span{height:2.5px}.hamburger-icon.open span:nth-child(1){transform:translateY(6.25px) rotate(45deg)}.hamburger-icon.open span:nth-child(3){transform:translateY(-6.25px) rotate(-45deg)}.archive-button{flex-basis:calc(50% - 10px);max-width:none}.active-archive-filter{flex-direction:column;gap:10px;align-items:flex-start}}@media (max-width: 480px){.archivi-header{margin-bottom:8px}.archivi-header h3{font-size:1rem}.archive-button{flex-basis:100%}}.archivi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e0e7ff}.archivi-header h3{margin:0;color:#2a5b7c;font-size:1.2rem;font-weight:600}.sidebar-trigger-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:1001}.sidebar-trigger-btn:hover{background-color:#2a5b7c1a}.hamburger-icon{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{display:block;height:3px;width:100%;background-color:#2a5b7c;border-radius:2px;transition:all .3s ease-in-out;transform-origin:center}.hamburger-icon.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-icon.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.archive-sidebar{position:fixed;top:0;right:-350px;width:350px;height:100vh;background:#fff;box-shadow:-2px 0 20px #0000001a;z-index:1000;transition:right .3s ease-in-out;overflow-y:auto;display:flex;flex-direction:column}.archive-sidebar.open{right:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e7ff;background:linear-gradient(135deg,#f8fafc,#e0e7ff)}.sidebar-header h4{margin:0;color:#2a5b7c;font-size:1.3rem;font-weight:600}.close-sidebar-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;border-radius:4px;color:#64748b;transition:all .2s ease;line-height:1}.close-sidebar-btn:hover{background-color:#ef44441a;color:#ef4444}.sidebar-content{flex:1;padding:20px;display:flex;flex-direction:column;gap:12px}.sidebar-content .archive-button{width:100%;padding:14px 16px;background:#fff;border:2px solid #e0e7ff;border-radius:8px;color:#2a5b7c;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-align:left;line-height:1.4}.sidebar-content .archive-button:hover{background:linear-gradient(135deg,#f8fafc,#e0e7ff);border-color:#2a5b7c;transform:translate(4px);box-shadow:0 4px 12px #2a5b7c26}.sidebar-content .archive-button.active{background:linear-gradient(135deg,#2a5b7c,#1e4a66);color:#fff;border-color:#2a5b7c;transform:translate(4px);box-shadow:0 4px 16px #2a5b7c4d}.sidebar-content .archive-button.active:hover{background:linear-gradient(135deg,#1e4a66,#164157);transform:translate(6px)}.archivi-speciali-toggle{padding:12px 24px;border:2px solid #2a5b7c;border-radius:30px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#2a5b7c;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2a5b7c1a;white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:160px}.archivi-speciali-toggle:hover{background:linear-gradient(135deg,#2a5b7c,#1e4a67);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #2a5b7c4d}.archivi-speciali-toggle:active{transform:translateY(0);box-shadow:0 2px 8px #2a5b7c33}@media (max-width: 768px){.archive-sidebar{width:100%;right:-100%}.sidebar-content,.sidebar-header{padding:15px}.sidebar-header h4{font-size:1.2rem}}.text2sql-container{background-color:#f5f7fa;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.text2sql-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.text2sql-header h3{margin:0;font-size:1.2rem;color:#333}.advanced-toggle{background:none;border:none;color:#4a6da7;cursor:pointer;font-size:.9rem;text-decoration:underline}.text2sql-description{margin-bottom:15px;font-size:.95rem;color:#4a5568;line-height:1.4}.query-form{display:flex;flex-direction:column;gap:10px}.input-wrapper{display:flex;gap:10px}.query-input{flex:1;padding:10px 15px;border:1px solid #ddd;border-radius:4px;font-size:1rem}.query-submit-btn{background-color:#4a6da7;color:#fff;border:none;border-radius:4px;padding:0 20px;cursor:pointer;font-weight:500;transition:background-color .2s}.query-submit-btn:hover{background-color:#3a5a8f}.query-submit-btn:disabled{background-color:#a0aec0;cursor:not-allowed}.query-error{color:#e53e3e;font-size:.9rem;margin-top:5px}.query-status{font-size:.9rem;margin-top:5px;color:#4a5568;padding:4px 8px;border-radius:4px;background-color:#e2e8f0;display:inline-block}.query-status.success{background-color:#c6f6d5;color:#276749}.example-prompts{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:5px}.examples-label{font-size:.85rem;color:#666;margin-right:5px}.example-prompt-btn{background-color:#e2e8f0;border:none;border-radius:20px;padding:5px 10px;font-size:.85rem;color:#4a5568;cursor:pointer;transition:background-color .2s}.example-prompt-btn:hover{background-color:#cbd5e0}.advanced-section{margin-top:15px;padding-top:15px;border-top:1px solid #e2e8f0}.advanced-section h4{margin:0 0 10px;font-size:1rem;color:#4a5568}.sql-display{background-color:#2d3748;color:#e2e8f0;padding:12px;border-radius:4px;font-family:monospace;font-size:.9rem;overflow-x:auto;white-space:pre-wrap;margin:0}.sql-display.error{background-color:#742d2d;border:1px solid #e53e3e}.sql-error-hint{color:#e53e3e;font-size:.8rem;margin-top:5px;font-style:italic}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster span{line-height:30px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-container{max-width:1200px;margin:0 auto;padding:2rem;width:100%;min-height:80vh}.map-header{text-align:center;margin-bottom:2rem}.map-header h1{color:var(--primary-color);font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:.5rem;line-height:1.2}.map-subtitle{color:var(--text-color);font-size:clamp(1rem,2vw,1.2rem);margin-bottom:0;opacity:.8}.month-filter{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#ffffff0d;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.filter-label{color:var(--primary-color);font-weight:600;font-size:1.1rem;margin:0}.month-select{padding:.75rem 1rem;border:2px solid var(--secondary-color);border-radius:8px;background:var(--background-color);color:var(--text-color);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:150px}.month-select:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #2a5b7c33}.month-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2a5b7c1a}.month-select option{background:var(--background-color);color:var(--text-color);padding:.5rem}.map-wrapper{width:100%;height:80vh;min-height:600px;margin-bottom:2rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001a;border:2px solid var(--secondary-color);position:relative}.map-controls{position:absolute;top:10px;right:10px;z-index:1000}.locate-button{background:linear-gradient(135deg,#4285f4,#34a853);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #00000026;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:140px;justify-content:center}.locate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003;background:linear-gradient(135deg,#5a95f5,#4cb65c)}.locate-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #00000026}.locate-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.locate-button.loading{background:linear-gradient(135deg,#9e9e9e,#757575)}.loading-spinner{animation:spin 1s linear infinite}.leaflet-map{width:100%;height:100%;z-index:1}.custom-div-icon{background:none!important;border:none!important}.custom-marker{width:32px;height:32px;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all .3s ease}.custom-marker:hover{transform:scale(1.1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.custom-marker svg{width:100%;height:100%}.user-location-icon{background:none!important;border:none!important}.user-location-marker{width:24px;height:24px;display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}.user-location-marker svg{width:100%;height:100%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.leaflet-popup-content-wrapper{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;border:2px solid var(--secondary-color)}.leaflet-popup-tip{background:#fff;border:2px solid var(--secondary-color);border-top:none;border-right:none}.custom-popup .leaflet-popup-content{margin:0;padding:0}.popup-content{padding:1.5rem;font-family:Basic Gothic Pro,sans-serif}.popup-content h3{color:var(--primary-color);font-size:1.3rem;margin-bottom:1rem;line-height:1.3;border-bottom:2px solid var(--secondary-color);padding-bottom:.5rem}.popup-details p{margin-bottom:.75rem;line-height:1.5;font-size:.95rem}.popup-details strong{color:var(--primary-color);font-weight:600}.popup-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:1px solid transparent}.popup-link:hover{color:var(--secondary-color);border-bottom-color:var(--secondary-color)}.popup-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.google-maps-btn{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2a5b7c33;display:flex;align-items:center;justify-content:center;gap:.5rem}.google-maps-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2a5b7c4d;background:linear-gradient(135deg,#1e4a66,#b8935a)}.google-maps-btn:active{transform:translateY(0);box-shadow:0 2px 6px #2a5b7c33}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;min-height:400px}.loader{width:60px;height:60px;border:4px solid var(--secondary-color);border-top:4px solid var(--primary-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container p{color:var(--text-color);font-size:1.1rem;opacity:.8}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;min-height:400px;text-align:center}.error-container h2{color:#e74c3c;font-size:2rem;margin-bottom:1rem}.error-container p{color:var(--text-color);font-size:1.1rem;opacity:.8}.no-events-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh;min-height:400px}.no-events-content{text-align:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:16px;box-shadow:0 8px 32px #0000001a;border:2px solid var(--secondary-color);max-width:500px}.no-events-icon{font-size:4rem;margin-bottom:1rem;opacity:.8}.no-events-content h2{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem;line-height:1.3}.no-events-content p{color:var(--text-color);font-size:1.1rem;line-height:1.6;margin-bottom:.75rem;opacity:.8}.no-events-content p:last-child{margin-bottom:0}.map-info{margin-top:2rem}.info-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #00000026;text-align:center}.info-card h3{font-size:1.5rem;margin-bottom:1rem;line-height:1.3}.info-card p{font-size:1rem;line-height:1.6;margin-bottom:.75rem;opacity:.9}.info-card p:last-child{margin-bottom:0}@media (max-width: 1024px){.map-container{padding:1.5rem}.map-wrapper{height:70vh;min-height:500px}}@media (max-width: 768px){.map-container{padding:1rem}.map-wrapper{height:60vh;min-height:400px}.popup-content{padding:1rem}.popup-content h3{font-size:1.1rem}.popup-details p{font-size:.9rem}.no-events-content{padding:1.5rem;margin:0 1rem}.info-card{padding:1.5rem}}@media (max-width: 480px){.map-wrapper{height:50vh;min-height:350px}.popup-content{padding:.75rem}.popup-content h3{font-size:1rem}.popup-details p{font-size:.85rem;margin-bottom:.5rem}.no-events-content{padding:1rem}.no-events-icon{font-size:3rem}.info-card{padding:1rem}.info-card h3{font-size:1.3rem}.info-card p{font-size:.9rem}}.leaflet-control-zoom a{background-color:var(--primary-color)!important;color:#fff!important;border:none!important;border-radius:8px!important;margin-bottom:2px!important;transition:all .3s ease!important}.leaflet-control-zoom a:hover{background-color:var(--secondary-color)!important}.leaflet-control-attribution{background-color:#ffffffe6!important;border-radius:8px!important;padding:.5rem!important}@keyframes markerBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.marker-animation{animation:markerBounce 2s ease-in-out}.marker-cluster-small,.marker-cluster-small div{background-color:#2a5b7c99}.marker-cluster-medium,.marker-cluster-medium div{background-color:#d4a76a99}.marker-cluster-large,.marker-cluster-large div{background-color:#f009}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px;color:#fff;font-weight:700}.image-section{max-width:1200px;margin:3rem auto;padding:0 2rem}.content-image{width:100%;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 8px 32px #0000001a;border:2px solid var(--secondary-color);background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1.1rem}.image-attribution{margin-top:1rem;padding:1rem;background:#ffffffe6;border-radius:8px;border-left:4px solid var(--primary-color);box-shadow:0 2px 8px #0000000d}.image-attribution p{margin:.25rem 0;font-size:.9rem;color:var(--text-color);line-height:1.4}.image-attribution p:first-child{font-weight:600;color:var(--primary-color)}.image-attribution a{color:var(--primary-color);text-decoration:none;font-weight:500}.image-attribution a:hover{text-decoration:underline}.content-section{max-width:1200px;margin:3rem auto;padding:0 2rem;text-align:center}.section-title{color:var(--primary-color);font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.section-description{color:var(--text-color);font-size:clamp(1rem,2vw,1.1rem);line-height:1.8;max-width:900px;margin:0 auto;text-align:justify;background:#fffc;padding:2rem;border-radius:16px;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(42,91,124,.2)}.section-list{color:var(--text-color);font-size:clamp(1rem,2vw,1.1rem);line-height:1.8;max-width:900px;margin:1rem auto;text-align:left;background:#fffc;border-radius:16px;box-shadow:0 4px 16px #0000001a;border:1px solid rgba(42,91,124,.2);list-style:none;padding:2rem}.section-list li{margin-bottom:.8rem;position:relative;padding-left:1.5rem}.section-list li:before{content:"•";color:var(--primary-color);font-weight:700;position:absolute;left:0;font-size:1.2rem}.button-section{max-width:1200px;margin:3rem auto 2rem;padding:0 2rem;text-align:center}.archive-button{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;text-decoration:none;padding:1.2rem 2.5rem;border-radius:50px;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;box-shadow:0 8px 32px #2a5b7c4d;transition:all .3s ease;border:2px solid transparent}.archive-button:hover{transform:translateY(-3px);box-shadow:0 12px 40px #2a5b7c66;color:#fff;text-decoration:none;background:linear-gradient(135deg,var(--secondary-color) 0%,var(--primary-color) 100%);border-color:#fff3}.archive-button:active{transform:translateY(-1px)}.button-text{font-size:clamp(.9rem,2vw,1.1rem)}.button-icon{font-size:1.3rem;transition:transform .3s ease}.archive-button:hover .button-icon{transform:scale(1.2)}@media (max-width: 768px){.month-filter{flex-direction:column;gap:.75rem;padding:1rem;margin:0 1rem 2rem}.filter-label{font-size:1rem}.month-select{padding:.5rem .75rem;font-size:.9rem;min-width:120px}.image-section,.content-section,.button-section{padding:0 1rem;margin:2rem auto}.content-image{height:200px;border-radius:12px}.image-attribution{padding:.75rem;border-radius:6px}.image-attribution p{font-size:.8rem}.section-description{font-size:1rem;padding:1.5rem;text-align:left;border-radius:12px}.section-list{font-size:1rem;border-radius:12px;padding:1.5rem}.section-list li{padding-left:1.2rem}.archive-button{padding:1rem 2rem;font-size:1rem;flex-direction:column;gap:.5rem}.button-text{font-size:1rem}}@media (max-width: 480px){.section-description,.section-list{padding:1rem}.section-list li{padding-left:1rem}.image-attribution{padding:.5rem;margin-top:.75rem}.image-attribution p{font-size:.75rem}.archive-button{padding:.8rem 1.5rem}}.pwa-install-prompt{position:fixed;bottom:20px;left:20px;right:20px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;z-index:1000;padding:16px;max-width:480px;margin:0 auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.pwa-content{display:flex;align-items:center;flex-wrap:wrap}.pwa-logo{width:50px;height:50px;margin-right:16px;border-radius:8px}.pwa-text{flex:1;min-width:180px}.pwa-text h3{margin:0 0 4px;color:#2a5b7c;font-size:18px}.pwa-text p{margin:0;font-size:14px;color:#666}.pwa-buttons{display:flex;margin-top:16px;width:100%;justify-content:flex-end;gap:10px}.install-button{background-color:#2a5b7c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.install-button:hover{background-color:#234b65}.dismiss-button{background-color:transparent;color:#666;border:1px solid #ddd;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.dismiss-button:hover{background-color:#f0f0f0}@media (max-width: 480px){.pwa-install-prompt{bottom:0;left:0;right:0;border-radius:12px 12px 0 0}.pwa-content{flex-direction:column;text-align:center}.pwa-logo{margin:0 0 12px}.pwa-buttons{justify-content:center}}.offline-indicator{position:fixed;top:0;left:0;right:0;background-color:#f44336;color:#fff;padding:8px 16px;text-align:center;z-index:1001;animation:slideDown .3s ease-out;box-shadow:0 2px 4px #0003}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.offline-content{display:flex;align-items:center;justify-content:center;gap:8px}.offline-icon{font-size:18px}.offline-text{font-size:14px;font-weight:500}
