:root{font-family:Lato,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#16172b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;width:100%}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif}#root{width:100%;margin:0;padding:0;text-align:left}.App{width:100%}.header{position:relative;width:100%;background-color:#16172b;display:flex;justify-content:center}.header-banner{position:relative;width:100%;max-width:1200px;margin:0 auto}.header-bg{width:100%;height:auto;display:block}.language-switcher{position:absolute;top:20px;right:20px;z-index:20;display:flex;gap:10px}.language-switcher button{background:#16172bb3;border:1px solid #fff;color:#fff;padding:5px 10px;cursor:pointer;border-radius:4px;font-weight:700;transition:all .3s ease}.language-switcher button:hover{background:#fff3}.language-switcher button.active{background:#fff;color:#16172b}@media(max-width:768px){.language-switcher{top:10px;right:10px;gap:5px}.language-switcher button{padding:4px 8px;font-size:.75rem}}.hero-section{background-color:#16172b;color:#fff;text-align:center;padding:4rem 1rem}.hero-title{font-family:Playfair Display,serif;font-size:3rem;margin:0;letter-spacing:1px}.hero-subtitle{font-family:sans-serif;font-size:1.5rem;margin-top:.5rem;color:#f4c430;text-transform:uppercase;font-weight:700}@media(max-width:768px){.hero-section{padding:2.5rem 1rem}.hero-title{font-size:2rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-top:.8rem}}@media(max-width:480px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}}.about-section{background-color:#16172b;color:#fff;padding:4rem 2rem;display:flex;justify-content:center}.about-container{display:flex;align-items:flex-start;max-width:1000px;gap:3rem}.about-icon{flex-shrink:0}.about-icon img{width:120px;height:auto}.about-text{font-family:Playfair Display,serif;font-size:1.1rem;line-height:1.5;color:#fff;text-align:justify}.about-para{margin-bottom:1rem}.about-para:last-child{margin-bottom:0}@media(max-width:768px){.about-section{padding:3rem 1.5rem}.about-container{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.about-icon img{width:90px;margin-bottom:10px}.about-text{text-align:center;font-size:1rem;line-height:1.6}}@media(max-width:480px){.about-section{padding:2rem 1rem}}.navigate-section{background-color:#16172b;color:#fff;padding:4rem 2rem;text-align:center}.navigate-title{font-family:Playfair Display,serif;font-size:2.5rem;color:#a8dadc;margin-bottom:3rem;text-transform:uppercase}.navigate-content{display:flex;justify-content:center;align-items:flex-start;gap:3rem;max-width:1000px;margin:0 auto;text-align:left}.navigate-icon img{width:120px;height:auto}.navigate-steps{flex:1}.step-item{display:flex;margin-bottom:1.5rem;align-items:baseline}.step-number{font-weight:700;margin-right:1rem;color:#f4c430;min-width:20px}.step-text p{margin:0;font-size:1.1rem;line-height:1.3;color:#fff}@media(max-width:768px){.navigate-section{padding:3rem 1.5rem}.navigate-content{flex-direction:column;align-items:center;gap:2rem}.navigate-title{font-size:1.8rem;margin-bottom:2rem}.navigate-icon img{width:90px}.step-text p{font-size:1rem}}@media(max-width:480px){.navigate-section{padding:2rem 1rem}.navigate-title{font-size:1.5rem}.step-item{margin-bottom:1.5rem}}.map-section{width:100%;background-color:#16172b;padding:0 0 4rem;display:flex;justify-content:center}.map-container{width:100%;max-width:1200px;margin:0 auto}.map-support-text{font-family:Playfair Display,serif;color:#a0a0a0;font-size:1.2rem;text-align:center;margin-bottom:1.5rem;font-style:italic}@media(max-width:768px){.map-section{padding:0 0 3rem}.map-support-text{font-size:1rem;padding:0 1rem}}.org-section{background-color:#16172b;padding:4rem 2rem;color:#fff}.org-container{display:flex;gap:2rem;max-width:1400px;margin:0 auto}.org-column{flex:1;min-width:0}.org-title{font-family:Playfair Display,serif;color:#fff;margin-bottom:1rem;text-align:left;font-size:1.5rem;font-weight:700}.card-container{background-color:#fff;border-radius:4px;color:#333;padding:1rem;box-shadow:0 2px 5px #0000001a}.card-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-family:sans-serif;font-size:.9rem;flex-wrap:wrap;gap:10px}.control-group{display:flex;gap:.5rem;align-items:center}.btn-control,.dropdown-control{border:1px solid #ddd;background:#fff;padding:.4rem .8rem;border-radius:4px;cursor:pointer;color:#555;font-size:.9rem;display:flex;align-items:center}.btn-control:hover,.dropdown-control:hover{background-color:#f5f5f5}.select-control{padding:.3rem;border:1px solid #ddd;border-radius:4px}.card-search{margin-bottom:1rem}.search-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.table-wrapper{overflow-x:auto;max-height:500px;overflow-y:auto;border:1px solid #eee}.table-wrapper::-webkit-scrollbar{width:8px;height:8px}.table-wrapper::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}table{width:100%;border-collapse:collapse;font-family:sans-serif;font-size:.9rem}thead th{background-color:#16172b;color:#fff;text-align:left;padding:.8rem;font-weight:400;position:sticky;top:0;white-space:nowrap}tbody tr{background-color:#fff;border-bottom:1px solid #eee}tbody tr:nth-child(2n){background-color:#f9f9f9}td{padding:.8rem;color:#333;border-bottom:1px solid #eee}@media(max-width:900px){.org-container{flex-direction:column}}@media(max-width:768px){.org-section{padding:3rem 1rem}.org-title{font-size:1.3rem;text-align:center}.card-container{padding:.8rem}.table-wrapper{max-height:400px}}@media(max-width:480px){.card-controls{flex-direction:column;align-items:stretch}.control-group{justify-content:space-between}.control-group.right{margin-top:.5rem}}.form-section{padding:4rem 2rem;background-color:#f0f0f0;text-align:center}.form-title{color:#2b2d42;font-family:Playfair Display,serif;font-size:2rem;margin-bottom:2rem}.iframe-container{max-width:800px;margin:0 auto;box-shadow:0 4px 6px #0000001a;background:#fff}@media(max-width:768px){.form-section{padding:3rem 1rem}.form-title{font-size:1.5rem}}
