html,body,#root{margin:0;padding:0;width:100dvw;height:100dvh;overflow-x:auto}body{display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100dvh}:root{--nav-bg: #1f1f1f;--text-color: #ffffff;--accent-color: #cad511;--dropdown-bg: #2e2e2e}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.navbar{background:var(--nav-bg);height:80px;display:flex;justify-content:center;align-items:center;font-size:.9rem;position:relative;top:0;z-index:999;box-shadow:0 2px 10px #cad511}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:80px;width:100%;padding:0 20px}.navbar-logo{color:var(--text-color);justify-self:start;cursor:pointer;margin-left:clamp(10px,10%,100px);text-decoration:none;font-size:1.5rem;display:flex;align-items:center;font-weight:700;gap:12px}.navbar-logo img{height:45px;margin-right:10px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column;justify-content:center;line-height:1.1;width:210px}.logo-text-title{color:#fff;font-weight:800;font-size:1.5rem;text-transform:uppercase;letter-spacing:.5px;font-family:Segoe UI,sans-serif}.logo-text-subtitle{color:#ccc;font-size:.8rem;font-style:italic;font-weight:400;letter-spacing:.5px}.nav-menu{display:flex;list-style:none;text-align:center;margin-right:2rem;gap:5px}.nav-item{height:80px;display:flex;align-items:center;position:relative}.nav-links{color:var(--text-color);display:flex;align-items:center;text-decoration:none;padding:0 1rem;height:100%;cursor:pointer;position:relative}.nav-links:after{content:"";position:absolute;background-color:var(--accent-color);height:3px;width:0;bottom:20px;left:0;transition:width .3s ease-in-out}.nav-links:hover:after,.nav-links.active:after{width:100%}.non-clickable{cursor:default}.dropdown-menu{display:flex;position:absolute;top:80px;left:0;max-height:0;overflow:hidden;background-color:var(--dropdown-bg);width:200px;border-radius:0 0 5px 5px;box-shadow:0 5px 15px #0003;flex-direction:column;transition:max-height .3s ease-in-out}@media screen and (min-width:961px){.dropdown-container:hover .dropdown-menu{max-height:300px;overflow:scroll}}.dropdown-link{color:var(--text-color);text-decoration:none;padding:16px;text-align:left;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.05)}.dropdown-link:hover{background:#ffffff1a;color:var(--accent-color)}.nav-links.active:after{width:100%}.arrow{margin-left:5px;display:inline-block;transition:transform .3s ease}.menu-icon{display:none;position:absolute}@media screen and (max-width:960px){.menu-icon{display:block;position:absolute;top:0;right:0;transform:translate(-100%,1000%);font-size:1.8rem;cursor:pointer;color:#fff}.hamburger{display:block;position:relative;width:30px;height:3px;background-color:#fff;transition:all .3s ease-in-out}.hamburger:before,.hamburger:after{content:"";position:absolute;width:30px;height:3px;background-color:#fff;transition:all .3s ease-in-out}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}.hamburger.open{background-color:transparent}.hamburger.open:before{transform:rotate(45deg)}.hamburger.open:after{transform:rotate(-45deg)}.nav-menu{display:flex;flex-direction:column;width:100%;height:calc(100vh - 80px);position:absolute;top:80px;left:-100%;opacity:1;transition:all .5s ease;background-color:var(--nav-bg);overflow-y:auto;margin:0}.nav-menu.active{left:0}.nav-item{width:100%;display:block}.nav-links{text-align:center;padding:1.5rem;width:100%;display:flex;justify-content:center;height:auto}.nav-links:after{bottom:10px;left:50%;transform:translate(-50%)}.nav-links:hover:after,.nav-links.active:after{width:50%}.dropdown-menu{position:static;width:100%;opacity:1;max-height:0;display:flex;flex-direction:column;background-color:#2a2a2a;box-shadow:inset 0 0 10px #00000080;overflow:hidden;transition:max-height .3s ease-in-out}.dropdown-menu.mobile-active{max-height:1600px;padding-bottom:.5rem}.dropdown-container{height:auto!important}.dropdown-link{padding-left:2rem;text-align:center}.arrow.up{transform:rotate(180deg)}.navbar-logo{margin-left:0%}}.content-container{width:100%;flex:1;display:flex;flex-direction:column}:root{--moneta-green:#cad133;--moneta-midtone:#7db86e;--moneta-blue:#2994c7;--light-blue:#1a99ce;--dark-blue:#1f73a6}.landing-bg{min-height:calc(100dvh - 80px);width:100%;background:linear-gradient(315deg,var(--moneta-green) 0%,var(--moneta-blue)60%);display:flex;align-items:center;flex-direction:column;padding-bottom:1.5rem}.container{margin-top:50px;line-height:1.6;display:flex;flex-direction:column;align-items:center;justify-content:center}.img-container{display:flex;justify-content:center;align-items:center;padding-bottom:20px}.img-container img{width:300px;height:auto}.title-text{font-size:2rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.subtitle-text{font-size:1.8rem;margin-top:10px;font-style:italic;text-align:center;color:#f6e05e;display:flex;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.text-content{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;max-width:800px;font-size:1.35rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);line-height:1.6;margin-top:40px}.buttons{margin-top:40px;display:flex;gap:20px;flex-direction:row;align-items:center;justify-content:center}.register{color:#fff;font-size:1.35rem;background:linear-gradient(135deg,#4a90e2,#1a5f9a);border:none;padding:.5rem 1.5rem;border-radius:50px;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:.3s ease}.register:hover{background:linear-gradient(135deg,#5a9cec,#2a6faa);box-shadow:0 6px 8px #00000026;transform:translateY(-4px)}.learn-more{color:#fff;font-size:1.35rem;background:transparent;border:2px solid white;padding:.5rem 1.5rem;border-radius:50px;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:.3s ease}.learn-more:hover{background:#fff;color:#1a5f9a;box-shadow:0 6px 8px #00000026;transform:translateY(-4px)}@media screen and (max-width:960px){.container{margin-top:30px}.img-container{padding-bottom:0}.subtitle-text{margin-top:0}.text-content{font-size:1.2rem;margin-top:20px;margin-left:15px;margin-right:15px}.buttons{flex-direction:column;gap:15px}}.reasons{width:100%;padding:4rem 2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.section-title{font-size:2.5rem;font-weight:800;color:#333;margin-bottom:.5rem;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.title-underline{width:60px;height:4px;background-color:#dbe82c;margin:2rem auto;border-radius:2px}.cards-container{display:flex;justify-content:center;gap:2rem;width:100%;max-width:1200px}.reason-card{background:#fff;border:2px solid #3498db;border-radius:12px;padding:2.5rem 1.5rem;flex:1;max-width:350px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease}.reason-card:hover{transform:translateY(-5px)}.card-icon{font-size:3.5rem;margin-bottom:1rem}.card-title{color:#1a5c96;font-size:1.25rem;font-weight:700;margin-bottom:1rem;font-family:sans-serif}.card-description{color:#666;font-size:.95rem;line-height:1.6;font-family:sans-serif}@media screen and (max-width:768px){.reasons{padding:2rem 1rem}.section-title{font-size:2rem}.cards-container{flex-direction:column;align-items:center;gap:1.5rem}.reason-card{width:100%;max-width:90%}}.awaits-section{width:100%;padding:4rem 2rem;background-color:#fff;box-sizing:border-box}.awaits-header{margin-bottom:2.5rem;text-align:left}.awaits-title{font-size:2rem;font-weight:800;color:#333;font-family:sans-serif;display:flex;align-items:center;gap:10px}.awaits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;width:100%}.awaits-card{background:#fff;border:2px solid #3498db;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;height:100%}.awaits-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.awaits-icon{font-size:3rem;margin-bottom:1rem}.awaits-card-title{color:#222;font-size:1.2rem;font-weight:700;margin-bottom:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.awaits-card-desc{color:#555;font-size:.95rem;line-height:1.5;font-family:sans-serif}@media screen and (max-width:768px){.awaits-section{padding:2rem 1rem}.awaits-title{font-size:1.5rem;justify-content:center}.awaits-grid{grid-template-columns:1fr;gap:1.5rem}}.about-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.divider{width:60px;height:4px;background-color:#dbe82c;margin:2rem auto;border-radius:2px}.about-brief{display:flex;flex-direction:column;align-items:center;text-align:center;margin:35px 0;background:linear-gradient(to left,var(--light-blue),var(--dark-blue));width:100%;padding:20px 0 50px}.podar-brief{display:flex;flex-direction:column;align-items:center;background:#fff;box-shadow:0 5px 20px #00000026;max-width:80%;border-radius:20px;text-align:center}.podar-header{color:var(--dark-blue);font-size:2.5rem;font-weight:800;padding-top:1rem}.podar-text{font-size:1.2rem;margin:20px 30px 40px;color:#3c3c3c;line-height:1.6;text-align:justify}@media screen and (max-width:960px){.podar-brief{max-width:100%}}.mission-section{margin-top:30px;width:100%;padding:4rem 2rem;background-color:#fff;display:flex;justify-content:center;box-sizing:border-box}.mission-container{display:flex;justify-content:space-between;gap:2rem;width:100%;max-width:1200px}.initiative-container{display:flex;justify-content:space-between;gap:2rem;width:100%;max-width:1200px;padding:2rem}.mission-card{background:#fff;border-radius:12px;padding:2.5rem 2rem;flex:1;text-align:center;box-shadow:0 4px 20px #0000001a;border:2px solid transparent;transition:all .3s ease-in-out;display:flex;flex-direction:column;align-items:center}.mission-card:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 8px 25px #3498db26}.mission-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:1.5rem}.mission-icon{font-size:1.8rem}.mission-title{font-size:1.5rem;font-weight:800;color:#1a5c96;margin:0;font-family:sans-serif}.mission-text{color:#555;font-size:1rem;line-height:1.6;font-family:sans-serif;margin:0}@media screen and (max-width:960px){.mission-section{padding:3rem 1.5rem}.mission-container{flex-direction:column;gap:2rem}.initiative-container{flex-direction:column;gap:2rem;padding:2rem}.mission-card{width:100%;padding:2rem}}.learnmore{margin-top:20px;padding:10px 20px;background-color:#1a5c96;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s ease;text-decoration:none}.learnmore:hover{background-color:#095dac;box-shadow:2px 2px 10px #0003;transform:translateY(-2px)}.learnmore a{color:#fff;text-decoration:none}.about-text-content{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:justify;font-size:1.35rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);line-height:1.6;display:flex;justify-content:center;flex-direction:column;align-items:center}.about-text-content p{width:80%}.concepts-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 1rem 4rem;box-sizing:border-box}.concepts-header{max-width:1100px;width:100%;text-align:left;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:start}.title-underline{width:60px;height:4px;background-color:#dbe82c;margin:1rem 0 1.5rem;border-radius:2px}.concepts-list{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:1rem}.doc-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;border:2px solid transparent}.doc-item:hover{transform:translateY(-4px);border-color:var(--moneta-blue)}.doc-meta{display:flex;gap:1rem;align-items:center}.doc-name{font-weight:700;color:#1a5c96}.doc-year{background:var(--moneta-green);padding:.25rem .6rem;border-radius:8px;color:#222;font-weight:600}.download-btn{background:linear-gradient(135deg,#4a90e2,var(--dark-blue));color:#fff;padding:.55rem .9rem;border-radius:999px;text-decoration:none;font-weight:700;box-shadow:0 6px 14px #00000014}.download-btn:hover{transform:translateY(-3px)}@media screen and (max-width:760px){.doc-item{flex-direction:column;align-items:stretch;gap:.75rem}.doc-meta{justify-content:space-between}.concepts-header{text-align:center}}:root{--moneta-green:#cad133;--moneta-blue:#2994c7;--dark-blue:#1f73a6}.tribune-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:2.5rem 1rem 4rem;box-sizing:border-box}.tribune-header{max-width:1100px;width:100%;text-align:left;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}.section-title{font-size:2rem;font-weight:800;color:#333;margin:0}.title-underline{width:60px;height:4px;background-color:#dbe82c;margin:1.5rem 0;border-radius:2px}.tribune-list{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:1rem}.tribune-empty{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 6px 18px #0000000f;text-align:center;color:#444}.tribune-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000001a;border:2px solid transparent}.tribune-item:hover{border-color:var(--moneta-blue);transform:translateY(-4px)}.tribune-meta{display:flex;gap:1rem;align-items:center}.tribune-title{font-weight:700;color:#1a5c96}.tribune-date{background:var(--moneta-green);padding:.25rem .6rem;border-radius:8px;color:#222;font-weight:600}.read-btn{background:linear-gradient(135deg,#4a90e2,var(--dark-blue));color:#fff;padding:.45rem .8rem;border-radius:999px;text-decoration:none;font-weight:700}@media screen and (max-width:760px){.tribune-item{flex-direction:column;align-items:stretch;gap:.6rem}.tribune-header{text-align:center}}:root{--moneta-blue: #2994c7;--moneta-dark: #1f73a6;--card-bg: #ffffff;--muted: #666}.speakers-container{width:100%;padding:2.5rem 1rem 4rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.speakers-header{max-width:1100px;width:100%;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.year-sections{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:2rem}.year-section{display:flex;flex-direction:column;gap:1rem}.speaker-year-title{font-size:1.8rem;font-weight:800;color:#1f73a6;margin:0;text-align:left}.speakers-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.speaker-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;align-items:stretch;padding:0}.speaker-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a;border:2px solid var(--dark-blue)}.speaker-image{width:100%;aspect-ratio:1 / 1;background:#f6f8fa;display:flex;align-items:center;justify-content:center;overflow:hidden;object-fit:contain}.speaker-image img{width:100%;height:100%;object-fit:contain}.speaker-body{padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.speaker-name{font-size:1.05rem;font-weight:800;color:#111}.position-badge{display:inline-block;background:var(--moneta-blue);color:#fff;padding:.25rem .6rem;border-radius:999px;font-weight:700;font-size:.85rem}.speaker-desc{color:var(--muted);font-size:.95rem;line-height:1.4;margin-top:.4rem}@media screen and (min-width:1000px){.panel-image{height:260px}.speakers-grid,.panel-members{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:900px){.speakers-grid,.panel-members{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.speakers-grid,.panel-members{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:600px){.speakers-container{padding:1.5rem .75rem}.speaker-body{padding:.9rem}.panel-image{height:160px}.speakers-grid,.panel-members{grid-template-columns:1fr}.panel-member{min-height:140px}}.panel-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:8px 8px 24px #0000001a;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.09);align-items:center}.panel-image{aspect-ratio:16/9;width:70%;display:flex;align-items:center;justify-content:center;background:#f4f6f8;height:auto}.panel-image img{width:100%;height:100%;object-fit:cover;display:block}.panel-body{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.panel-title{font-size:1.5rem;font-weight:800;color:#111;margin-bottom:.25rem;padding:2rem;text-align:center}.panel-members{display:flex;flex-direction:row;gap:1rem;align-items:stretch!important;justify-content:center;width:100%;flex-wrap:wrap}.panels-grid{display:flex;flex-direction:column;gap:.5rem}.panel-member{background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 4px 12px #0000000a;display:flex;justify-content:space-between;flex-direction:column;border:2px solid rgba(0,0,0,.08);width:25dvw;text-align:center}.member-name{font-weight:700;color:#111}.member-position{font-size:.9rem;color:var(--moneta-blue);font-weight:700;margin-top:6px}.member-desc{color:var(--muted);font-size:.9rem;margin-top:8px;line-height:1.3}@media screen and (max-width:900px){.panel-members{flex-direction:column;align-items:center}.panel-member{width:70dvw;height:100%;min-height:auto}.panel-image{width:90dvw}}:root{--moneta-blue: #2994c7;--muted: #666}.events-container{width:100%;padding:2.5rem 1rem 4rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.events-header{max-width:1100px;width:100%;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center}.filters-row{max-width:1100px;width:100%;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem;padding:.6rem;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000a;justify-content:space-between}.filters{display:flex;gap:1rem;flex-wrap:wrap;flex-direction:row}.filter-item{display:flex;align-items:center;gap:.5rem}.filter-item input{width:18px;height:18px;margin:0;cursor:pointer}.filter-item span{display:inline-block;padding:.35rem .6rem;border-radius:999px;background:#f4f6f8;color:#222;font-weight:700;border:1px solid rgba(0,0,0,.06);cursor:pointer}.filter-item input:checked+span{background:linear-gradient(135deg,var(--moneta-blue),#1f73a6);color:#fff;border-color:transparent;box-shadow:0 6px 14px #1f73a61f}.select-all{margin-left:auto;background:transparent;border:none;padding:.4rem .8rem;color:var(--moneta-blue);font-weight:700;cursor:pointer;border-radius:8px;transition:.1s ease}.select-all:hover{background:#2994c729}.filter-button{display:flex;gap:.6rem;align-items:center}.clear{background:#fff;border:1px solid rgba(0,0,0,.08);color:var(--muted);padding:.4rem .75rem;border-radius:8px;font-weight:700;cursor:pointer}.clear:hover{background:#0000000a}.select-all{background:linear-gradient(135deg,var(--moneta-blue),#1f73a6);color:#fff;border:none;padding:.45rem .9rem}.select-all:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1f73a61f}.clear:focus,.select-all:focus,.filter-item input:focus+span{outline:3px solid rgba(41,148,199,.12);outline-offset:2px}.events-grid{width:100%;max-width:1100px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;align-items:stretch;place-items:center;box-shadow:10px 20px 40px #0000001a;padding:2rem;border-radius:12px;border:2px solid #eeeeee}.subsection-title{width:100%;max-width:1100px;margin:1.25rem 0 .5rem;font-size:1.5rem;color:#222;font-weight:800}.event-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px #0000001a;max-width:300px;display:flex;flex-direction:column;height:100%}.emoji-area{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:3rem}.event-icon{width:80%;height:80%;object-fit:contain}.event-body{padding:1rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.event-title{font-size:1.05rem;font-weight:800}.short-bubble{display:inline-block;padding:.25rem .6rem;border-radius:999px;font-weight:700;color:#fff;font-size:.85rem}.desc-box{background:#fff;padding:.75rem;border-radius:8px;color:#111;box-shadow:inset 0 0 0 1px #00000005}.register-btn{margin-top:auto;background:linear-gradient(135deg,#4a90e2,#1f73a6);color:#fff;padding:.55rem .9rem;border-radius:999px;text-decoration:none;font-weight:700;display:inline-block;width:max-content}.register-btn:hover{box-shadow:0 6px 18px #0000001a;transform:translateY(-4px);background:linear-gradient(135deg,#5a9cec,#2a6faa)}@media screen and (max-width:600px){.events-container{padding:1.5rem .75rem}}.grad-divider{width:160px;height:4px;background-color:#dbe82c;margin:5rem 0 1.5rem;border-radius:2px}.team-section{width:100%;padding:4rem 2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.team-header{margin-bottom:3rem;max-width:800px}.team-title{font-size:2.5rem;font-weight:800;color:#1a5c96;margin-bottom:.5rem;font-family:sans-serif}.title-underline{width:80px;height:4px;background-color:#dbe82c;margin:1.5rem auto;border-radius:2px}.team-description{font-size:1.1rem;color:#555;line-height:1.5;font-family:sans-serif}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem 2rem;width:100%;max-width:1200px;justify-items:center}.team-member-card{display:flex;flex-direction:column;align-items:center;width:100%}.member-image-container{width:180px;height:180px;border-radius:50%;overflow:hidden;margin-bottom:1rem;box-sizing:border-box}.border-blue{border:5px solid #3498db}.border-lime{border:5px solid #dbe82c}.member-image{width:100%;height:100%;object-fit:cover}.member-name{font-size:1.3rem;font-weight:700;color:#1a5c96;margin:0 0 .5rem;font-family:sans-serif}.member-position{font-size:.95rem;color:#3498db;font-weight:600;margin:0;font-family:sans-serif}@media screen and (max-width:960px){.team-section{padding:3rem 1rem}.team-title{font-size:2rem}.team-grid{grid-template-columns:1fr;gap:3rem}.member-image-container{width:160px;height:160px}}.member-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f4f6f8,#eef1f3,#f4f6f8);background-size:200% 100%;animation:shimmer 1.2s linear infinite;border-radius:4px}.member-image-container{position:relative}.scroll-icon-container{position:fixed;bottom:20px;right:20px;background-color:#1a9bdc;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 10px #0003;opacity:0;pointer-events:none;transform:translateY(20px);transition:all .3s ease-in-out;z-index:1000}.scroll-icon-container.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-icon-container:hover{background-color:#3fbfff;transform:translateY(-5px)}.scroll-arrow{color:#fff;font-size:1.5rem;font-weight:700;margin-top:-2px}@media screen and (max-width:768px){.scroll-icon-container{width:40px;height:40px;bottom:20px;right:20px}.scroll-arrow{font-size:1.2rem}}.testimonials-section{width:100%;padding:4rem 2rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;min-height:80vh}.testimonials-header{text-align:center;margin-bottom:3rem;max-width:800px}.section-title{font-size:2.5rem;font-weight:800;color:#1a5c96;margin-bottom:.5rem;font-family:sans-serif}.title-underline{width:80px;height:4px;background-color:var(--moneta-green);margin:0 auto 1.5rem;border-radius:2px}.section-desc{color:#555;font-size:1.1rem;line-height:1.6}.years-container{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:1.5rem}.year-segment{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background-color:#f9f9f9}.year-header{background-color:#1a5c96;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .3s ease}.year-header:hover{background-color:#154a7a}.year-title{margin:0;font-size:1.5rem;font-family:sans-serif;color:#fff}.toggle-icon{font-size:1.8rem;font-weight:700;line-height:1}.year-content{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out,padding .3s ease;background-color:#fff}.year-content.open{max-height:20000px;padding:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-card{width:100%;aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;border:2px solid transparent;transition:transform .3s ease,box-shadow .3s ease;background-color:#eee}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #00000026;border-color:#dbe82c}.image-wrapper{width:100%;height:100%}.testimonial-image{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width:960px){.section-title{font-size:2rem}.year-content.open{padding:1rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{aspect-ratio:3 / 4}}.run-page{color:var(--dark);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.run-hero{background:linear-gradient(135deg,var(--moneta-blue) 0%,var(--moneta-green) 100%);color:#fff;padding:6rem 0;text-align:center}.run-hero .hero-content{max-width:800px;margin:0 auto}.run-hero h1{font-size:3rem;margin-bottom:.5rem;font-weight:800}.run-hero p{font-size:1.125rem;opacity:.95;margin-bottom:1.25rem}.btn:hover{transform:translateY(-2px);background-color:#fff3}.register-btn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:.6rem 1.25rem;border-radius:999px;text-decoration:none;font-weight:600}.cta{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-align:center;padding:3.5rem 0}@media(max-width:900px){.about-content,.features-grid{grid-template-columns:1fr}.run-hero h1{font-size:2.25rem}}@media(max-width:480px){.run-hero{padding:3.5rem 0}.section{padding:2rem 0}}:root{--primary: var(--moneta-blue);--primary-dark: #1d4ed8;--dark: #1e293b;--light: #f8fafc;--muted: #6b7280}.ikshana-page{color:var(--dark);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.ikshana-hero{background:linear-gradient(135deg,var(--moneta-blue) 0%,var(--moneta-green) 100%);color:#fff;padding:6rem 0;text-align:center}.ikshana-hero .hero-content{max-width:800px;margin:0 auto}.ikshana-hero h1{font-size:3rem;margin-bottom:.5rem;font-weight:800}.ikshana-hero p{font-size:1.125rem;opacity:.95;margin-bottom:1.25rem}.cta-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.6rem 1.25rem;border-radius:999px;text-decoration:none;border:2px solid transparent}.btn-outline{background:transparent;color:#fff;border-color:#fff3}.section{padding:4.5rem 0}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem}.section-title{text-align:center;font-size:1.75rem;margin-bottom:1.5rem;font-weight:700;color:var(--dark);position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:var(--primary);border-radius:2px}.about{background:var(--light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.about-text h2{font-size:1.5rem;margin-bottom:.75rem}.about-text p{color:var(--muted);line-height:1.6}.about-image{border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #0206170f}.about-image img{width:100%;display:block;height:100%;object-fit:cover}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.feature-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #0206170f;text-align:center}.feature-icon{font-size:1.5rem;margin-bottom:.75rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:var(--muted);font-size:.95rem}@media(max-width:900px){.about-content,.features-grid{grid-template-columns:1fr}.ikshana-hero h1{font-size:2.25rem}}.img-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f4f6f8,#eef1f3,#f4f6f8);background-size:200% 100%;animation:shimmer 1.2s linear infinite;border-radius:6px}.about-image{position:relative}@media(max-width:480px){.ikshana-hero{padding:3.5rem 0}.section{padding:2rem 0}}:root{--moneta-blue: #2994c7;--moneta-dark: #1f73a6;--card-bg: #ffffff;--muted: #666;--light-bg: #f8fafc}.sponsors-container{width:100%;padding:2.5rem 1rem 4rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.sponsors-header{max-width:1100px;width:100%;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.section-title{font-size:2rem;font-weight:800;color:var(--moneta-dark);margin:0 0 1rem;position:relative;display:inline-block}.sponsors-description{color:var(--muted);max-width:600px;font-size:1rem;line-height:1.6}.sponsor-year-sections{width:100%;max-width:1100px;display:flex;flex-direction:column;gap:3rem}.sponsor-year-segment{border:1px solid #e6e9ec;border-radius:8px;overflow:hidden;background-color:#fff}.sponsor-year-header{background-color:var(--moneta-dark);color:#fff;padding:.9rem 1.25rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sponsor-year-header:hover{background-color:#15527f}.toggle-icon{font-size:1.4rem;font-weight:700}.sponsor-year-content{max-height:0;overflow:hidden;transition:max-height .45s ease-in-out,padding .25s ease}.sponsor-year-content.open{max-height:20000px;padding:1.25rem}.logo-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f4f6f8,#eef1f3,#f4f6f8);background-size:200% 100%;animation:shimmer 1.2s linear infinite;border-radius:6px}.sponsor-year-section{display:flex;flex-direction:column;border-radius:10px;overflow:hidden}.sponsor-year-title{font-size:1.8rem;font-weight:800;color:#fff;margin:0;text-align:left}.sponsors-grid{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.sponsor-card{background:var(--card-bg);border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;align-items:center;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.sponsor-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000001f}.sponsor-logo{width:200px;height:200px;background:var(--light-bg);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.sponsor-logo img{width:100%;height:100%;object-fit:contain;padding:1rem}.sponsor-name{font-size:1.05rem;font-weight:700;color:#111;word-break:break-word}@media screen and (max-width:1200px){.sponsors-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:900px){.sponsors-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.sponsor-logo{width:160px;height:160px}}@media screen and (max-width:600px){.sponsors-container{padding:1.5rem .75rem}.sponsors-grid{grid-template-columns:1fr;gap:1rem}.sponsor-logo{width:140px;height:140px}.sponsor-year-title{font-size:1.4rem}}:root{--moneta-blue: #2994c7;--muted: #666;--card-bg: #fff}.gallery-page{padding:2.5rem 1rem 4rem;display:flex;flex-direction:column;align-items:center}.photo-container{max-width:1300px;width:100%}.gallery-header{text-align:center;margin-bottom:1.5rem}.section-title{font-size:2rem;font-weight:800;color:var(--moneta-blue)}.title-underline{height:4px;width:80px;background:var(--moneta-green);margin:.75rem auto}.gallery-desc{color:var(--muted);max-width:760px;margin:.75rem auto}.year-section{margin-bottom:2rem}.gallery-year{font-size:1.4rem;margin:0 0 .75rem;color:var(--moneta-blue)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.photo-card{background:var(--card-bg);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px #0206170f;display:flex;flex-direction:column;align-items:stretch;aspect-ratio:4 / 3}.photo-card:hover{box-shadow:0 0 2px 4px var(--moneta-blue)}.photo-frame{width:100%;height:100%;background:#f4f6f8;display:flex;align-items:center;justify-content:center;overflow:hidden}.photo-frame img{width:100%;height:100%;object-fit:cover;display:block}.photo-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f4f6f8,#eef1f3,#f4f6f8);background-size:200% 100%;animation:shimmer 1.2s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.photo-frame{position:relative}.photo-frame img{transition:opacity .2s ease-in}.photo-caption{padding:.75rem 1rem;color:var(--muted);font-size:.95rem}@media(max-width:1100px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-grid{grid-template-columns:1fr}}:root{--moneta-blue: #2994c7;--moneta-dark: #1f73a6;--moneta-green: #cad133;--light-bg: #f8fafc}.not-found-container{width:100%;min-height:calc(100vh - 80px);background:linear-gradient(135deg,var(--moneta-green) 0%,var(--moneta-blue) 60%,var(--moneta-dark) 100%);display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.not-found-content{text-align:center;color:#fff;z-index:2;position:relative}.error-code{font-size:8rem;font-weight:900;line-height:1;margin:0;text-shadow:0 4px 20px rgba(0,0,0,.3);opacity:.95}.error-title{font-size:2.5rem;font-weight:800;margin:.5rem 0 1rem;color:#fff}.error-description{font-size:1.1rem;max-width:500px;margin:0 auto 2rem;opacity:.95;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;transition:all .3s ease;font-size:1rem}.btn-primary{background:#fff;color:var(--moneta-dark)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003;background:#f0f0f0}.btn-secondary{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-secondary:hover{transform:translateY(-2px);background:#ffffff4d;border-color:#fff9}.error-illustration{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;opacity:.1;z-index:1}.circle{position:absolute;border-radius:50%;background:#fff}.circle-1{width:200px;height:200px;top:50%;left:50%;transform:translate(-50%,-50%);animation:float 6s ease-in-out infinite}.circle-2{width:150px;height:150px;top:30%;left:30%;animation:float 8s ease-in-out infinite reverse}.circle-3{width:120px;height:120px;bottom:20%;right:20%;animation:float 7s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media screen and (max-width:768px){.error-code{font-size:5rem}.error-title{font-size:1.8rem}.error-description{font-size:1rem}.btn{padding:.6rem 1.25rem;font-size:.95rem}.error-actions{gap:.75rem}}@media screen and (max-width:480px){.not-found-container{padding:1rem}.error-code{font-size:3.5rem}.error-title{font-size:1.5rem;margin:.5rem 0 .75rem}.error-description{font-size:.95rem;margin:0 auto 1.5rem}.error-actions{flex-direction:column}.btn{width:100%}}.footer{background:#0f1724;color:#e6eefc;padding:2.5rem 1rem;margin-top:auto;width:100%;box-sizing:border-box}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.footer h3{margin:0 0 1rem;font-size:1.1rem}.footer h4{margin:0 0 .75rem;font-size:1rem}.footer p{margin:0;line-height:1.6}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:.5rem}.footer a{color:inherit;text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer a:hover{opacity:1}.run-footer{background:#0f1724;color:#e6eefc;padding:2.5rem 0}.run-footer .footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.run-footer h3{margin-bottom:.5rem}.run-footer a{color:inherit;text-decoration:none;opacity:.9}.run-footer a:hover{opacity:1}
