.nav,.submenu{list-style:none}.returns-table tbody td,.returns-table thead th{padding:12px 16px;text-align:center}:root{--sidebar-bg:linear-gradient(135deg, rgba(8,60,113,0.03) 0%, rgba(65,20,93,0.03) 100%);--sidebar-border:rgba(8,60,113,0.1);--primary-color:#072E33;--primary-hover:#062d56;--secondary-color:#0C7075;--text-color:#1a1a1a;--text-light:#5a5a5a;--active-bg:rgba(8,60,113,0.1);--active-text:#072E33;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);--shadow:0 8px 32px rgba(8,60,113,0.1);--highlight:rgba(65,20,93,0.05)}.cus-nav,.menu-title,.submenu a{transition:.3s cubic-bezier(.4, 0, .2, 1)}.cus-nav{min-height:100vh;background:var(--sidebar-bg);border-right:1px solid rgba(8,60,113,.1);box-shadow:0 8px 32px rgba(8,60,113,.1);padding:30px 0;top:0;left:0;overflow-y:auto;z-index:100}.cus-nav a,.custom-menu-wrapper button{text-decoration:none!important}.custom-menu button,.submenu a{text-decoration:none;position:relative}.nav{padding:0;margin:0}.menu-title{display:block;padding:14px 30px;margin:8px 0 4px;font-weight:600;font-size:.75rem;color:#0c7075;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(90deg,rgba(8,60,113,.05) 0,rgba(255,255,255,0) 100%);border-left:3px solid #072e33}.submenu{padding:0;margin:0 0 0 10px;overflow:hidden}.submenu.level-2{border-left:1px solid rgba(8,60,113,.1);margin-left:30px}.submenu a{display:flex;align-items:center;padding:12px 30px 12px 40px;color:#1a1a1a;font-size:.9rem;margin-right:15px}.submenu a:hover{background:rgba(65,20,93,.05);color:#062d56;border-radius:10px}.submenu a.active{background:rgba(8,60,113,.1);color:#072e33;font-weight:500}.submenu a.active::before{content:'';position:absolute;left:20px;height:6px;width:6px;background:var(--secondary-color);border-radius:50%;box-shadow:0 0 0 2px var(--primary-color),0 0 0 4px rgba(8,60,113,.1)}.menu-title.active{color:var(--secondary-color);border-left-color:var(--primary-color)}#side-nav::-webkit-scrollbar{width:6px}#side-nav::-webkit-scrollbar-thumb{background:linear-gradient(var(--primary-color),var(--secondary-color));border-radius:10px}#side-nav::-webkit-scrollbar-track{background:rgba(8,60,113,.05)}#menu-toggle.text-toggle{display:block;position:static;width:100%;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff;padding:12px 18px;font-size:16px;font-weight:500;border:none;border-radius:0;cursor:pointer;transition:var(--transition)}#menu-toggle.text-toggle:hover{background:linear-gradient(135deg,var(--secondary-color) 0,var(--primary-color) 100%)}@media (max-width:769px){#menu-toggle.text-toggle{display:block}@media (min-width:768px){#menu-toggle.text-toggle{display:none}}#side-nav{position:absolute;top:0;left:0;right:0;height:auto;width:100%;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,248,248,.98));z-index:100;overflow:auto;visibility:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}#side-nav.show{transform:translateY(0);visibility:visible}#sidebar-overlay{display:none}#sidebar-overlay.active{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(8,60,113,.3);backdrop-filter:blur(5px);z-index:99;animation:.3s fadeIn}#data-container{margin-left:0;padding:20px}#menu-toggle{display:block;position:relative;z-index:50}}.intro-meta{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:25px}.intro-meta p{margin:0 0 10px;font-size:15px;line-height:1.6;color:#333}.meta-bar{display:flex;justify-content:space-between;align-items:center;margin-top:15px;font-size:14px;color:#555;flex-wrap:wrap;gap:8px}.meta-bar #last-updated-message{margin:0;color:#666}.meta-bar #index-summary{margin:0;font-weight:600}.index-positive{color:#2e7d32}.index-negative{color:#c62828}.buttons-wrapper{width:100%;display:flex;gap:20px}.mode-button-nav{width:50%;display:flex;justify-content:flex-start}.period-index-nav{width:50%;display:flex;justify-content:flex-end}.custom-menu-wrapper{display:flex;justify-content:flex-start;border-bottom:1px solid #e0e0e0;padding-bottom:5px;flex-wrap:wrap;gap:0}.custom-menu button{padding:8px 14px;font-size:15px;color:#333;font-weight:500;background-color:transparent;border:none;border-radius:4px;cursor:pointer;transition:color .3s,background-color .3s}.custom-menu button::after{content:"";position:absolute;left:10%;bottom:0;width:0;background-color:#072e33;transition:width .3s}.custom-menu button:hover{color:#072e33;background-color:#f5f7fa}.custom-menu button.active::after,.custom-menu button:hover::after{width:80%}.custom-menu button.active{color:#0c7075;background-color:rgba(15,150,156,.05);font-weight:600;border-bottom:1px solid #072e33}.dropdowns-wrapper{display:flex;justify-content:flex-end;flex-direction:row-reverse;margin-left:auto;margin-right:0;gap:15px}.custom-index-dropdown{position:relative;width:160px;max-width:100%}.custom-index-btn{background:linear-gradient(135deg,#0f969c,#0c7075);color:#fff;padding:10px 14px;font-size:16px;border-radius:30px;width:100%;border:none;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 10px rgba(0,0,0,.15);transition:background .3s,box-shadow .3s;position:relative;z-index:2}.custom-index-btn:hover{background:linear-gradient(135deg,#0c7075,#0f969c);box-shadow:0 6px 14px rgba(0,0,0,.2)}.dropdown-arrow{transition:transform .3s;font-size:12px;background:#fff;color:#0f969c;padding:4px 6px;border-radius:50%}.custom-index-btn.open .dropdown-arrow{transform:rotate(180deg)}.custom-index-menu{display:none;opacity:0;transform:translateY(-10px);position:absolute;width:100%;background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);margin-top:6px;z-index:999;overflow:hidden;transition:opacity .3s,transform .3s}.custom-index-menu.show{display:block;opacity:1;transform:translateY(0)}.custom-index-menu a{display:block;padding:10px 14px;text-decoration:none!important;color:#0c7075;font-size:13px;border-bottom:1px solid #eee;transition:background .3s}.custom-index-menu a:last-child{border-bottom:none}.custom-index-menu a:hover{background-color:#f2fefe}.custom-index-menu a.active{background-color:#d9f2f3;font-weight:700;color:#0c7075}@media (max-width:600px){.meta-bar{flex-direction:column;align-items:flex-start}.buttons-wrapper{flex-direction:column}.mode-button-nav,.period-index-nav{width:100%}.dropdowns-wrapper{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 8px rgba(0,0,0,.1);z-index:999;flex-direction:row;justify-content:space-between;gap:0}.dropdowns-wrapper .custom-index-dropdown{width:50%;border-right:1px solid #f0f0f0}.dropdowns-wrapper .custom-index-dropdown:last-child{border-right:none}.dropdowns-wrapper .custom-index-btn{width:100%;padding:12px 10px;font-size:13.5px;border-radius:0;background:#0f969c;color:#fff;box-shadow:none;border-top:3px solid transparent}.dropdowns-wrapper .custom-index-btn:hover{background-color:#0c7075}.dropdowns-wrapper .custom-index-menu{bottom:100%;top:auto;margin-bottom:4px;left:0;right:0;width:100%}.custom-index-menu a{font-size:13px;padding:10px 12px;text-align:center}.dropdown-arrow{font-size:10px;padding:3px 5px}.label-text{font-size:13.5px}}.table-wrapper{width:100%;overflow-x:auto;background:#fff;border-radius:6px;margin:16px 0}.returns-table{width:100%;border-collapse:collapse;font-size:14.5px;line-height:1.5;letter-spacing:1px;border:none}.returns-table thead th{background-color:#fff;color:#666;font-weight:500;border:none;border-bottom:2px solid #0c7075;white-space:nowrap}.returns-table tbody td:not(:nth-child(3)){color:#444}.returns-table tbody td:not(.positive):not(.negative){border:none;border-bottom:1px solid #f5f5f5}.returns-table td:first-child{width:25%;min-width:180px;text-align:left;padding-left:20px;position:sticky;left:0;background:#fff;z-index:1;font-weight:400;color:#222;border-right:1px solid rgba(8,61,113,.1)}.returns-table th:first-child{text-align:left;position:sticky;left:0;z-index:2;background:#fff}.highlight{background-color:#eef5ff;box-shadow:inset 6px 0 8px -6px rgba(8,60,113,.08),inset -6px 0 8px -6px rgba(8,60,113,.08);font-weight:700}.returns-table tbody tr:hover{background-color:#f9fbfe}.positive{background-color:#f0f9f0;color:green!important;font-weight:400;border:none;border-bottom:1px solid #d0e6d0}.negative{background-color:#fef0f0;color:#d00!important;font-weight:400;border:none;border-bottom:1px solid #d0e6d0}.faq-section,.notes h3{border-left:4px solid #0c7075}@media (max-width:768px){.returns-table{font-size:13px}.returns-table th{font-size:14px}.returns-table td,.returns-table th{padding:10px 12px}.returns-table td:first-child{padding-left:16px;min-width:160px}}@media screen and (max-width:768px){#cagr-table tbody td,#cagr-table thead th{display:none}#cagr-table tbody td.highlight,#cagr-table tbody td:first-child,#cagr-table tbody td:nth-child(2),#cagr-table thead th.highlight,#cagr-table thead th:first-child,#cagr-table thead th:nth-child(2){display:table-cell}}#load-more{margin:10px;background:0 0;color:#072e33;box-shadow:-2px 2px 4px rgba(12,112,117,.2),2px 2px 4px rgba(12,112,117,.2)}.faq-section{padding:2rem;max-width:800px}.faq-title{font-size:28px;color:#0f969c;margin-bottom:1.5rem;border-bottom:2px solid #0c7075;display:inline-block;padding-bottom:5px}.faq-item{margin-bottom:1.2rem;padding-left:1rem;border-left:3px solid #0f969c;transition:.3s}.faq-item h3{font-weight:600;font-size:18px;color:#444;margin-bottom:.5rem}.faq-item p{color:#333;font-size:16px;line-height:1.6}.notes{font-size:15px;line-height:1.6;margin:20px 0;padding:15px 20px}.notes h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#072e33;padding-left:10px}.notes ul{list-style-type:disc;padding-left:20px;margin:0}.notes li{margin-bottom:10px;color:#222}.notes strong{color:#0c7075}