.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}: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}}.performance_wrapper__KNDow{display:flex;flex-direction:column;min-height:100vh;background:url(/background.png) no-repeat 50% fixed;background-size:cover;background-blend-mode:overlay;background-color:#13195c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.performance_contentWrapper__Ry_L4{flex:1 1;display:flex;justify-content:center;align-items:flex-start;padding-top:2rem;padding-bottom:2rem}.performance_container__JYTfk{width:90%;max-width:1000px;min-height:100vh;background:hsla(0,0%,100%,.1);border-radius:15px;padding:2rem;box-shadow:0 2px 4px rgba(0,0,0,.5);overflow-y:visible;overflow-x:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.performance_container__JYTfk::-webkit-scrollbar{width:10px}.performance_container__JYTfk::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.performance_container__JYTfk::-webkit-scrollbar-thumb{background:rgba(0,0,139,.5)}.performance_container__JYTfk::-webkit-scrollbar-thumb:hover{background:rgba(0,56,139,.8)}.performance_resultsSection__VUXyc{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;color:#fff}.performance_resultsHeader__sRq9l{text-align:center}.performance_resultsTitle____CcA{font-size:2rem;font-weight:700;margin-bottom:.5rem}.performance_resultsSubtitle__GNjkB{font-size:1.1rem;color:#ccc}.performance_resultsContent__3I9BE{display:flex;justify-content:center;align-items:center;min-height:200px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px dashed hsla(0,0%,100%,.15);padding:2rem}.performance_placeholderBox__BW_FZ{text-align:center;color:#aaa;font-style:italic;font-size:1.1rem}.performance_tooltipWrapper__rkA2D{position:relative;display:inline-block}.performance_infoIcon__aG_LA{cursor:pointer;color:#00bfff;font-size:18px}.performance_tooltipContent__kPE3n{display:none;position:absolute;top:120%;left:0;background-color:#222;color:#fff;padding:8px;font-size:12px;width:250px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.3);z-index:10;line-height:1.4}.performance_tooltipWrapper__rkA2D:hover .performance_tooltipContent__kPE3n{display:block}.performance_cardGrid__Y1WsA{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem;margin-top:1rem}.performance_card__DmHoa{background:hsla(0,0%,100%,.08);border-radius:12px;padding:1rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .2s ease}.performance_card__DmHoa:hover{transform:translateY(-3px)}.performance_card__DmHoa h4{font-size:1rem;color:#fff;margin-bottom:.3rem}.performance_card__DmHoa p{font-size:1.2rem;font-weight:700;color:#0fc}.performance_additionalData__Gztrh{margin-top:2rem;padding:1.5rem;background-color:hsla(0,0%,100%,.06);border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff}.performance_additionalData__Gztrh h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.2);padding-bottom:.5rem}.performance_dataTable__r9P1i{width:100%;border-collapse:collapse;margin-bottom:1.5rem;color:#fff;font-size:.95rem}.performance_dataTable__r9P1i thead{background-color:rgba(0,0,50,.4);color:#fff;font-weight:600;font-size:.95rem}.performance_dataTable__r9P1i td,.performance_dataTable__r9P1i th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}.performance_dataTable__r9P1i th{background:hsla(0,0%,100%,.1);font-weight:600}.performance_dataTable__r9P1i td{font-size:.92rem}.performance_scrollableTable__xeG3i{max-height:300px;overflow-y:auto;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;padding:.5rem;overflow-x:auto;margin-top:1rem}.performance_scrollableTable__xeG3i::-webkit-scrollbar{width:8px}.performance_scrollableTable__xeG3i::-webkit-scrollbar-thumb{background-color:rgba(0,0,139,.5);border-radius:10px}.performance_positive__9Yn1e{color:#00e676;font-weight:700}.performance_negative__jwu_q{color:#ff5252;font-weight:700}.performance_statsSection__aAPUK{margin-bottom:2rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.3);width:100%;max-width:900px}