.modal-background{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .3s ease-in-out}.modal-content{background:linear-gradient(180deg,#0f0c29,#302b63,#24243e);color:#fff;padding:30px;border-radius:16px;max-width:400px;width:90%;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.5);animation:zoomIn .3s ease-in-out;text-align:center}.modal-header{margin-bottom:20px}.modal-header h2{margin:0;font-size:22px}.modal-content p{color:#fff;font-size:14px;line-height:1.6;margin:20px 0}.close-button{position:absolute;top:16px;right:16px;background:transparent;border:2px solid #00e0ff;color:#fff;border-radius:50%;width:32px;height:32px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s,box-shadow .3s}.close-button:hover{background-color:rgba(0,224,255,.1);box-shadow:0 0 8px rgba(0,224,255,.5)}.modal-icons{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:20px}.modal-icons a{color:#fff}.envelope-icon{transition:transform .3s ease}a:hover .envelope-icon{transform:scale(1.3) translateY(-5px)}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;background:linear-gradient(90deg,#0f0c29,#302b63,#24243e);box-shadow:0 0 10px rgba(0,255,255,.2);border-bottom:1px solid hsla(0,0%,100%,.1)}.header-content{justify-content:space-between;max-width:1400px;margin:0 auto;padding:.75rem 1.5rem}.header-content,.header-left{display:flex;align-items:center}.header-left{gap:2rem}.header-logo{color:#fff;font-weight:700;font-size:20px}.header-nav{display:flex;gap:1.2rem}.header-link{color:#fff;text-decoration:none;padding:6px 12px;font-size:14px;border-radius:12px;transition:background-color .3s}.header-link.active{border-bottom:1px solid #00e0ff;font-weight:700}.header-link.active,.header-link:hover{background-color:#2c2c5d}.header-contact{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #00e0ff;color:#fff;padding:6px 14px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;transition:all .3s ease}.header-contact:hover{background-color:rgba(0,224,255,.1);box-shadow:0 0 8px rgba(0,224,255,.5)}.header-right{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;background:none;border:none;height:32px;width:48px;padding:0;cursor:pointer;transition:background .3s ease,box-shadow .3s ease}.header-nav-wrapper{display:none}@media (max-width:768px){.desktop-only{display:none}.menu-toggle{display:flex;align-items:center;border:1px solid transparent;justify-content:center}.header{position:relative}.header-nav-wrapper{display:none;position:absolute;top:100%;left:0;width:100%;background:linear-gradient(180deg,#0f0c29,#302b63);padding:1rem;z-index:2000;box-shadow:0 0 20px rgba(0,0,0,.7);flex-direction:column;gap:1rem;border-radius:0 0 12px 12px}.header-nav-wrapper.open{display:flex}.header-nav{flex-direction:column;width:100%}.header-contact,.header-link{width:100%;text-align:left}.menu-toggle svg{flex-direction:column;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.menu-toggle:hover{background-color:rgba(0,224,255,.08);box-shadow:0 0 6px rgba(0,224,255,.6);border:1px solid #00e0ff;border-radius:8px}}.footer{background:linear-gradient(90deg,#0f0c29,#302b63,#24243e);color:#fff;text-align:center;padding:12px 20px;font-size:.9rem;border-top:1px solid hsla(0,0%,100%,.1);margin-top:auto;width:100%}.footer-content{display:flex;flex-direction:column;align-items:center;gap:4px}.footer-legend{margin-bottom:1rem;color:#fff;font-size:13px;font-weight:700}.footer-disclaimer{color:#ccc;font-size:11px;max-width:800px;margin:1.5rem auto 1rem;line-height:1.4;opacity:.7}.NewsComponent_container__m9ope{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:1000px;margin:0 auto;padding:1rem}.NewsComponent_newsItem__eUtzY{background-color:hsla(0,0%,100%,.07);padding:1rem;margin-bottom:1rem;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 4px rgba(0,0,0,.3)}.NewsComponent_newsItem__eUtzY:hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,.4)}:root{--max-width:clamp(1100px,90vw,1600px);--border-radius:12px;--font-mono:ui-monospace,Menlo,Monaco,"Cascadia Mono","Segoe UI Mono","Roboto Mono","Oxygen Mono","Ubuntu Monospace","Source Code Pro","Fira Mono","Droid Sans Mono","Courier New",monospace;--foreground-rgb:255,255,255;--background-start-rgb:19,25,92;--background-end-rgb:0,0,0}*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;min-height:100vh;overflow-x:hidden;background:linear-gradient(to bottom,rgba(var(--background-start-rgb),.9),rgba(var(--background-end-rgb),.9)),url(/background.png) no-repeat 50% fixed;background-size:cover;background-blend-mode:overlay;color:rgb(var(--foreground-rgb));font-family:Poppins,sans-serif;animation:fadeIn .6s ease-in}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.layout-wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh}.container{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;max-width:var(--max-width);width:100%;margin:0 auto;padding:2rem 3rem}.main{flex:1 1;display:flex;flex-direction:column;align-items:center;min-height:70vh;gap:1rem}.section-title{font-size:clamp(1.5rem,2vw,2.5rem);text-align:center;margin:1.5rem 0;font-weight:600;letter-spacing:.5px}.contact-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(20,20,60,.95);padding:30px;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.6);z-index:1000;max-width:400px;width:90%;animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.container{flex-direction:column;align-items:center;padding:1rem}.section-title{font-size:1.5rem}}.news_page__Kxnab{background-image:linear-gradient(180deg,rgba(0,0,0,.6),rgba(44,44,93,.6)),url(/background.png);background-repeat:repeat;background-size:cover;background-blend-mode:overlay;font-family:sans-serif;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;overflow-y:auto;color:#fff}.news_title__WeZIA{font-size:2.5rem;border-bottom:2px solid;border-image:linear-gradient(90deg,#00f2fe,#4facfe) 1}.news_subtitle__c_68r,.news_title__WeZIA{text-align:center;margin-bottom:2rem;margin-top:0;color:#fff;display:inline-block;padding-bottom:.3rem}.news_subtitle__c_68r{font-size:1.5rem}.news_container__vgj7f{width:90%;max-width:800px;height:70vh;background:hsla(0,0%,100%,.07);border-radius:15px;padding:2rem;box-shadow:0 2px 6px rgba(0,0,0,.6);overflow-y:scroll;overflow-x:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.15);scrollbar-color:rgba(0,0,139,.5) hsla(0,0%,100%,.1);scrollbar-width:thin}.news_container__vgj7f::-webkit-scrollbar{width:10px}.news_container__vgj7f::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.news_container__vgj7f::-webkit-scrollbar-thumb{background:rgba(0,0,139,.5)}.news_container__vgj7f::-webkit-scrollbar-thumb:hover{background:rgba(0,56,139,.8)}.news_wrapper__ZfJtg{min-height:100vh;flex-direction:column;top:-1px;left:-1px;height:100%;width:100%;background-color:#13195c;z-index:0;overflow:auto;display:flex;color:#fff;font-family:sans-serif}@media (max-width:768px){.news_container__vgj7f{height:auto;max-height:60vh}.news_title__WeZIA{font-size:1.8rem}}