@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&family=Roboto+Mono:wght@300;400;500&display=swap');:root{--uk-primary:#0055FF;--uk-secondary:#006D5B;--uk-success:#006D5B;--uk-warning:#FF6D00;--uk-danger:#FF6D00;--uk-muted:#F1F5F9;--uk-light:#E6F7F5;--uk-dark:#333333;--primary-font:'Inter',system-ui,-apple-system,sans-serif;--secondary-font:'Poppins',system-ui,-apple-system,sans-serif;--mono-font:'Roboto Mono','Courier New',monospace;--border-radius-sm:6px;--border-radius:8px;--border-radius-lg:12px;--shadow-sm:0 1px 3px rgba(0,0,0,0.1);--shadow:0 2px 8px rgba(0,0,0,0.1);--shadow-lg:0 4px 16px rgba(0,0,0,0.15);--mobile-table-label-width:130px;--mobile-table-label-bg:#f8f9fa;--mobile-table-label-color:#495057;--mobile-table-cell-padding:15px;--mobile-table-border:#e9ecef;--mobile-table-shadow:0 2px 4px rgba(0,0,0,0.1);--mobile-base-font:14px;--mobile-small-font:12px;--mobile-large-font:16px;--mobile-header-max:2rem;--transition-fast:0.15s ease;--transition-normal:0.25s ease;--transition-slow:0.35s ease}.uk-background-primary{background-color:var(--uk-primary) !important;color:#FFFFFF !important}.uk-background-secondary{background-color:var(--uk-secondary) !important;color:#FFFFFF !important}.uk-background-muted{background-color:var(--uk-muted) !important;color:var(--uk-dark) !important}.uk-background-light{background-color:var(--uk-light) !important;color:var(--uk-dark) !important}.uk-background-warning{background-color:var(--uk-warning) !important;color:#FFFFFF !important}body{font-family:var(--primary-font);line-height:1.6;color:var(--uk-dark);background-color:var(--uk-muted)}strong,b,.uk-text-bold,.uk-text-emphasis{color:#1a1a1a !important;font-weight:600 !important}.uk-background-secondary strong,.uk-background-primary strong,.uk-background-warning strong{color:#ffffff !important}.uk-light strong{color:#ffffff !important}li strong,p strong,td strong,th strong,span strong{color:#2c3e50 !important;font-weight:600 !important}@media (max-width:768px){h1,.uk-h1,.uk-heading-large{font-size:var(--mobile-header-max) !important;line-height:1.2}h2,.uk-h2{font-size:1.75rem !important}h3,.uk-h3{font-size:1.5rem !important}body{font-size:var(--mobile-base-font)}}.investi-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:var(--border-radius);font-family:var(--secondary-font);font-weight:500;font-size:16px;text-decoration:none;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.investi-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow)}.investi-btn:active{transform:translateY(0)}.investi-btn-primary{color:#FFFFFF;background:linear-gradient(135deg,#0055FF 0%,#0048CC 100%)}.investi-btn-secondary{color:#006D5B;border:2px solid #006D5B}.investi-btn-secondary:hover{color:#FFFFFF}button.investi-btn,a.investi-btn{border:none;outline:none}.investi-card{border-radius:var(--border-radius-lg);box-shadow:var(--shadow);overflow:hidden;transition:all var(--transition-normal);position:relative}.investi-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.investi-card-header{padding:20px 24px;border-bottom:1px solid #E6F7F5}.investi-card-body{padding:24px}.investi-card-footer{padding:16px 24px;border-top:1px solid #E6F7F5}.investi-modal{border-radius:var(--border-radius-lg);border:none;box-shadow:0 20px 40px rgba(0,0,0,0.2);overflow:hidden}.investi-modal-header{padding:24px 28px 16px;border-bottom:1px solid #E6F7F5}.investi-modal-body{padding:24px 28px}.investi-modal-footer{padding:16px 28px 24px;border-top:1px solid #E6F7F5;display:flex;justify-content:flex-end;gap:12px}.investi-input{width:100%;padding:12px 16px;border:2px solid #E6F7F5;border-radius:var(--border-radius);font-family:var(--primary-font);font-size:16px;color:var(--uk-dark);background-color:#FFFFFF;transition:all var(--transition-normal)}.investi-input:focus{outline:none;border-color:#0055FF;box-shadow:0 0 0 3px rgba(0,85,255,0.1)}.investi-input::placeholder{color:#6B7280}.investi-label{display:block;margin-bottom:8px;font-weight:500;color:var(--uk-dark);font-size:14px}.investi-pill{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500;color:var(--uk-dark)}.investi-tabs{display:flex;border-bottom:2px solid #E6F7F5;margin-bottom:24px}.investi-tab{padding:12px 20px;border:none;background:none;color:#6B7280;font-weight:500;cursor:pointer;border-bottom:3px solid transparent;transition:all var(--transition-normal)}.investi-tab:hover{color:#0055FF;background-color:rgba(0,85,255,0.05)}.investi-tab.uk-active{color:#0055FF;border-bottom-color:#0055FF}.investi-table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.investi-table-responsive table{width:100%;border-collapse:collapse}.investi-table-responsive th{padding:16px;text-align:left;font-weight:600;color:var(--uk-dark);border-bottom:2px solid #E6F7F5}.investi-table-responsive td{padding:16px;vertical-align:middle;border-bottom:1px solid #F1F5F9}.investi-table-responsive img{max-width:80px;max-height:60px;width:auto;height:auto;border-radius:var(--border-radius-sm)}@media (max-width:768px){.investi-table-responsive table,.investi-table-responsive thead,.investi-table-responsive tbody,.investi-table-responsive th,.investi-table-responsive td,.investi-table-responsive tr{display:block !important}.investi-table-responsive thead tr{position:absolute !important;top:-9999px !important;left:-9999px !important;visibility:hidden !important}.investi-table-responsive tr{border:1px solid #ddd !important;border-radius:8px !important;margin-bottom:15px !important;background:white !important;box-shadow:var(--mobile-table-shadow) !important;padding:0 !important;overflow:hidden !important}.investi-table-responsive td{border:none !important;border-bottom:1px solid #f0f0f0 !important;position:relative !important;padding:15px 20px 15px 140px !important;min-height:50px !important;display:flex !important;align-items:center !important;word-wrap:break-word !important;overflow-wrap:break-word !important;white-space:normal !important;font-size:var(--mobile-base-font) !important;line-height:1.4 !important}.investi-table-responsive td::before{content:attr(data-label) ":" !important;position:absolute !important;left:0 !important;top:0 !important;bottom:0 !important;width:var(--mobile-table-label-width) !important;padding:15px 10px !important;font-weight:600 !important;text-align:left !important;background:var(--mobile-table-label-bg) !important;color:var(--mobile-table-label-color) !important;font-size:13px !important;line-height:1.3 !important;display:flex !important;align-items:center !important;word-wrap:break-word !important;overflow-wrap:break-word !important;white-space:normal !important;border-right:1px solid var(--mobile-table-border) !important}.investi-table-responsive td:last-child{border-bottom:none !important}.investi-table-responsive td img{max-width:60px !important;max-height:60px !important;width:auto !important;height:auto !important;margin:0 !important;display:block !important}.investi-table-responsive td .investi-btn,.investi-table-responsive td .uk-button,.investi-table-responsive td button,.investi-table-responsive td a[class*="btn"]{width:auto !important;min-width:100px !important;margin:0 !important;font-size:var(--mobile-small-font) !important;padding:6px 12px !important;white-space:nowrap !important}.investi-table-responsive td[data-label*="Source"],.investi-table-responsive td[data-label*="Reference"],.investi-table-responsive td[data-label*="Description"]{padding-right:10px !important;font-size:13px !important;line-height:1.3 !important}.investi-table-responsive td[data-label*="Score"],.investi-table-responsive td[data-label*="Rating"]{font-size:var(--mobile-large-font) !important}.investi-table-responsive td>*{max-width:100% !important;word-wrap:break-word !important;overflow-wrap:break-word !important}.investi-table-responsive{overflow-x:visible !important;-webkit-overflow-scrolling:auto !important;margin-bottom:20px !important}}@media (max-width:480px){.investi-table-responsive td{padding:12px 15px 12px 120px !important;font-size:13px !important}.investi-table-responsive td::before{width:110px !important;padding:12px 8px !important;font-size:var(--mobile-small-font) !important}}@media (max-width:768px){.uk-table td{padding:15px 20px 15px 140px !important}}@keyframes investi-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes investi-slide-in-right{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.investi-animate-in{animation:investi-fade-in 0.5s ease-out}.investi-animate-slide{animation:investi-slide-in-right 0.4s ease-out}.investi-shadow-sm{box-shadow:var(--shadow-sm)}.investi-shadow{box-shadow:var(--shadow)}.investi-shadow-lg{box-shadow:var(--shadow-lg)}.investi-rounded-sm{border-radius:var(--border-radius-sm)}.investi-rounded{border-radius:var(--border-radius)}.investi-rounded-lg{border-radius:var(--border-radius-lg)}.investi-text-primary{color:#0055FF !important}.investi-text-secondary{color:#006D5B !important}.investi-text-accent{color:#FF6D00 !important}.investi-text-dark{color:var(--uk-dark) !important}.investi-p-sm{padding:8px}.investi-p{padding:16px}.investi-p-lg{padding:24px}.investi-m-sm{margin:8px}.investi-m{margin:16px}.investi-m-lg{margin:24px}.investi-mb-sm{margin-bottom:8px}.investi-mb{margin-bottom:16px}.investi-mb-lg{margin-bottom:24px}.investi-mt-sm{margin-top:8px}.investi-mt{margin-top:16px}.investi-mt-lg{margin-top:24px}.investi-img-responsive{max-width:100%;height:auto;border-radius:var(--border-radius-sm)}.investi-logo{max-height:40px;width:auto}.investi-logo-table{max-height:30px;width:auto;vertical-align:middle}.investi-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.investi-focus-visible:focus{outline:3px solid rgba(0,85,255,0.5);outline-offset:2px}.investi-icon{display:inline-block;width:20px;height:20px;border-radius:50%;background-color:#E6F7F5;color:#006D5B;text-align:center;line-height:20px;font-size:12px}.investi-icon-lg{width:32px;height:32px;line-height:32px;font-size:16px}.investi-pattern-dots{background-image:radial-gradient(circle,#E6F7F5 1px,transparent 1px);background-size:20px 20px}.investi-pattern-lines{background-image:repeating-linear-gradient( 45deg,transparent,transparent 10px,#E6F7F5 10px,#E6F7F5 11px )}.investi-header{background:linear-gradient(135deg,#0055FF 0%,#006D5B 100%);color:#FFFFFF;padding:20px 0}.investi-footer{background-color:#333333;color:#F1F5F9;padding:40px 0 20px}.investi-footer strong,.investi-footer b{color:#FFFFFF !important}.investi-list{list-style:none;padding:0}.investi-list li{padding:8px 0;border-bottom:1px solid #F1F5F9;transition:background-color var(--transition-fast)}.investi-list li:hover{background-color:#F1F5F9;padding-left:8px}.investi-list li:last-child{border-bottom:none}.investi-list li strong{color:#2c3e50 !important;font-weight:600}@media (prefers-color-scheme:dark){.investi-auto-theme{background-color:#1a1a1a;color:#f1f1f1}.investi-auto-theme strong,.investi-auto-theme b{color:#ffffff !important}}.investi-header .uk-navbar-nav > li > a{color:#ffffff !important;font-weight:500;transition:all var(--transition-normal);padding:8px 16px;border-radius:var(--border-radius-sm)}.investi-header .uk-navbar-nav > li > a:hover{background-color:rgba(255,255,255,0.1);transform:translateY(-1px)}.investi-header .uk-logo{font-size:1.5rem;font-family:var(--secondary-font);text-decoration:none}.investi-header .uk-navbar-toggle{color:#ffffff !important}#mobile-menu .uk-nav-primary > li > a{color:var(--uk-dark);font-weight:500;padding:12px 0;border-bottom:1px solid #f0f0f0}#mobile-menu .uk-nav-primary > li > a:hover{color:var(--uk-primary);background-color:var(--uk-light);padding-left:8px}@media (max-width:768px){.investi-header .uk-text-large{font-size:1.2rem !important}.investi-header .uk-section{padding-top:20px;padding-bottom:20px}}
