@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.em-sidebar{width:240px;min-width:240px;height:100vh;background:#fafafa;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:sticky;top:0;transition:width .28s ease;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.em-sidebar--collapsed{width:80px;min-width:80px}.em-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 16px;flex-shrink:0}.em-sidebar-logo{display:flex;align-items:center;max-width:160px;overflow:hidden}.em-sidebar-logo-img{height:36px;max-width:100%;width:auto;object-fit:contain;display:block}.em-sidebar--collapsed .em-sidebar-logo-img{height:28px}.em-sidebar-toggle{all:unset;box-sizing:border-box;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;border-radius:6px;flex-shrink:0;transition:background .2s ease,color .2s ease}.em-sidebar-toggle:hover{background:#f3f4f6;color:#111827}.em-sidebar--collapsed .em-sidebar-toggle svg{transform:rotate(180deg)}.em-sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0 12px}.em-sidebar-footer{margin-top:auto;padding:16px 12px 20px;border-top:1px solid #e5e7eb}.em-sidebar-section{margin-bottom:24px}.em-sidebar-title{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;padding:0 12px}.em-sidebar--collapsed .em-sidebar-title{display:none}.em-sidebar-item{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:12px;width:100%;height:40px;padding:0 12px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:400;color:#374151;transition:background-color .18s ease,color .18s ease;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.em-sidebar-item svg{width:18px;height:18px;flex-shrink:0;color:#6b7280;transition:color .18s ease}.em-sidebar-item:hover{background:#f3f4f6;color:#111827}.em-sidebar-item:hover svg{color:#111827}.em-sidebar-item.active{background:#facc15;font-weight:500;color:#111827}.em-sidebar-item.active svg{color:#111827}.em-sidebar-item:focus-visible{outline:2px solid #facc15;outline-offset:2px}.em-sidebar-item:disabled{opacity:.45;cursor:not-allowed}.em-sidebar--collapsed .em-sidebar-item span{display:none}.em-sidebar--collapsed .em-sidebar-item{justify-content:center;padding:0}.em-sidebar-item--logout{color:#6b7280}.em-sidebar-item--logout svg{color:#6b7280}.em-sidebar-item--logout:hover{background:#f3f4f6;color:#111827}.em-sidebar-item--logout:hover svg{color:#111827}.em-logout-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.em-logout-modal-container{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d;animation:slideUp .2s ease-out;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.em-logout-modal-content{padding:32px;display:flex;flex-direction:column;gap:16px}.em-logout-modal-title{font-size:24px;font-weight:600;color:#111827;margin:0;line-height:1.3;letter-spacing:-.02em}.em-logout-modal-subtitle{font-size:15px;color:#6b7280;margin:0;line-height:1.6;font-weight:400}.em-logout-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:0}.em-logout-btn{all:unset;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .16s ease-out;white-space:nowrap;min-width:100px}.em-logout-btn--cancel{background:#fff;border:1px solid #E5E7EB;color:#111827}.em-logout-btn--cancel:hover{background:#f9fafb;border-color:#d1d5db}.em-logout-btn--cancel:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-logout-btn--confirm{background:#111827;color:#fff;border:none}.em-logout-btn--confirm:hover{background:#1f2937}.em-logout-btn--confirm:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-logout-btn:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.em-logout-btn:disabled{opacity:.6;cursor:not-allowed}.em-app--dark .em-logout-modal-container{background:#1f2937}.em-app--dark .em-logout-modal-title{color:#f9fafb}.em-app--dark .em-logout-modal-subtitle{color:#9ca3af}.em-app--dark .em-logout-btn--cancel{background:#374151;border-color:#4b5563;color:#f9fafb}.em-app--dark .em-logout-btn--cancel:hover{background:#4b5563}.em-app--dark .em-logout-btn--confirm{background:#fff;color:#111827}.em-app--dark .em-logout-btn--confirm:hover{background:#f3f4f6}.em-header{display:flex;align-items:center;justify-content:space-between;padding:24px 40px;background-color:#fff;border-bottom:1px solid #E5E7EB;min-height:80px;overflow:visible;position:relative;z-index:1000}.em-header--tokenization{padding:12px 20px;margin-top:-28px;margin-left:-20px}.em-app--dark .em-header{background-color:#000;border-bottom-color:#1f2937;color:#f9fafb}.em-header-title{font-size:24px;font-weight:600;color:#111827;letter-spacing:-.02em;line-height:1.2}.em-app--dark .em-header-title{color:#f9fafb}.em-header-breadcrumb{display:flex;align-items:center;gap:6px}.em-breadcrumb-item{font-size:13px;color:#6b7280;font-weight:400;text-decoration:none}.em-breadcrumb-link{cursor:pointer;transition:color .2s ease}.em-breadcrumb-link:hover{color:#111827}.em-breadcrumb-item--active{color:#111827;font-weight:500}.em-app--dark .em-breadcrumb-item{color:#9ca3af}.em-app--dark .em-breadcrumb-link:hover,.em-app--dark .em-breadcrumb-item--active{color:#f9fafb}.em-breadcrumb-arrow{flex-shrink:0;stroke:#6b7280}.em-app--dark .em-breadcrumb-arrow{stroke:#9ca3af}.em-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:#fff;border-radius:14px;padding:14px;box-shadow:0 10px 20px #00000014,0 2px 6px #0000000f;z-index:10000;animation:dropdownFade .16s ease-out}.em-app--dark .em-header-profile,.em-app--dark .em-profile-dropdown{background:#1f2937}.em-app--dark .em-profile-name{color:#f9fafb}.em-app--dark .em-profile-email{color:#9ca3af}.em-app--dark .em-profile-item{color:#f9fafb}.em-app--dark .em-profile-item:hover{background:#374151}.dashboard-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card{background:#fff;border-radius:20px;padding:28px 24px;display:flex;flex-direction:column;gap:4px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000f,0 1px 3px #00000014;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;border:1px solid rgba(0,0,0,.04);min-height:180px}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease;pointer-events:none}.stat-card:hover{box-shadow:0 4px 6px #00000012,0 8px 16px #0000001a;transform:translateY(-3px);border-color:#00000014}.stat-card:hover:before{opacity:1}.stat-card--active{box-shadow:0 12px 32px #00000026}.stat-card:active{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stat-title{font-size:15px;font-weight:500;color:#9ca3af;line-height:1.5;letter-spacing:0;flex:1;transition:color .2s ease}.stat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014}.stat-card:hover .stat-icon{box-shadow:0 4px 12px #0000001f}.stat-card:active .stat-icon{transform:scale(1.05) rotate(2deg)}.stat-icon svg{display:block;width:24px;height:24px}.stat-value{font-size:40px!important;font-weight:600!important;color:#1f2937;line-height:1;letter-spacing:-.03em;margin:-35px 0 0!important;padding:0;transition:color .2s ease}.stat-change{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;line-height:1.4;transition:all .2s ease}.stat-change svg{flex-shrink:0;transition:transform .2s ease}.stat-card:hover .stat-change svg{transform:scale(1.2)}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.stat-change-value{font-weight:600;transition:transform .2s ease;letter-spacing:0}.stat-card:hover .stat-change-value{transform:scale(1.05)}.stat-change-text{color:#9ca3af;font-weight:400;transition:color .2s ease}.em-startup-overview--sidebar-collapsed .dashboard-stats{gap:24px}@media(max-width:1440px){.dashboard-stats{gap:18px}.stat-card{padding:26px 22px}.stat-value{font-size:50px}.stat-icon{width:52px;height:52px}.stat-icon svg{width:22px;height:22px}}@media(max-width:1199px){.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:20px}.stat-card{padding:24px 20px;gap:18px}.stat-value{font-size:48px}.stat-title{font-size:14px}.stat-icon{width:50px;height:50px}}@media(max-width:1023px){.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{padding:22px 18px;gap:16px;min-height:160px}.stat-value{font-size:42px}.stat-icon{width:48px;height:48px}.stat-icon svg{width:22px;height:22px}.stat-title{font-size:14px}.stat-change{font-size:13px}}@media(max-width:767px){.dashboard-stats{grid-template-columns:1fr;gap:14px}.stat-card{padding:20px;gap:16px;min-height:150px}.stat-value{font-size:40px}.stat-icon{width:46px;height:46px}.stat-icon svg{width:20px;height:20px}}@media(max-width:639px){.dashboard-stats{gap:12px}.stat-card{padding:20px 18px;gap:14px;min-height:140px}.stat-value{font-size:36px}.stat-icon{width:44px;height:44px}.stat-icon svg{width:20px;height:20px}.stat-title{font-size:13px}.stat-change{font-size:12px}}@media(max-width:480px){.stat-value{font-size:32px}.stat-card{padding:18px 16px;gap:12px;min-height:130px}.stat-icon{width:40px;height:40px}.stat-icon svg{width:18px;height:18px}}@media(prefers-color-scheme:dark){.stat-card{background:#1e293b;box-shadow:0 1px 2px #00000080,0 2px 4px #0006;border-color:#ffffff14}.stat-card:before{background:linear-gradient(135deg,#ffffff0d,#fff0)}.stat-card:hover{box-shadow:0 4px 6px #00000080,0 8px 16px #0009;border-color:#ffffff1f}.stat-card--active{box-shadow:0 12px 32px #000000b3}.stat-title{color:#94a3b8}.stat-value{color:#f1f5f9}.stat-change-text{color:#64748b}.stat-icon{box-shadow:0 2px 8px #0006}.stat-card:hover .stat-icon{box-shadow:0 4px 12px #00000080}}[data-theme=dark] .stat-card{background:#1e293b;box-shadow:0 1px 2px #00000080,0 2px 4px #0006;border-color:#ffffff14}[data-theme=dark] .stat-card:before{background:linear-gradient(135deg,#ffffff0d,#fff0)}[data-theme=dark] .stat-card:hover{box-shadow:0 4px 6px #00000080,0 8px 16px #0009;border-color:#ffffff1f}[data-theme=dark] .stat-card--active{box-shadow:0 12px 32px #000000b3}[data-theme=dark] .stat-title{color:#94a3b8}[data-theme=dark] .stat-value{color:#f1f5f9}[data-theme=dark] .stat-change-text{color:#64748b}[data-theme=dark] .stat-icon{box-shadow:0 2px 8px #0006}[data-theme=dark] .stat-card:hover .stat-icon{box-shadow:0 4px 12px #00000080}@media(min-width:1200px){.em-startup-overview--sidebar-collapsed .dashboard-stats{gap:24px;transition:gap .3s cubic-bezier(.4,0,.2,1)}.em-startup-overview--sidebar-collapsed .stat-card{padding:30px 26px}}@media(prefers-reduced-motion:reduce){.stat-card,.stat-icon,.stat-change svg,.stat-change-value,.dashboard-stats,.stat-card:before{transition:none!important;animation:none!important}.stat-card:hover,.stat-card:hover .stat-icon{transform:none!important}.stat-card:hover .stat-change svg{transform:none!important}.stat-card:hover .stat-change-value{transform:none!important}}@media print{.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:10px;break-inside:avoid}.stat-card{box-shadow:none;border:1px solid #e5e7eb;break-inside:avoid}.stat-card:hover{transform:none;box-shadow:none}}.investment-banner{background-color:#000;background-size:cover;background-position:right center;background-repeat:no-repeat;border-radius:16px;padding:40px;position:relative;overflow:hidden;min-height:280px;display:flex;align-items:center;justify-content:flex-start;box-shadow:0 2px 8px #0000004d;transition:all .3s ease;cursor:pointer}.investment-banner:hover{box-shadow:0 6px 20px #0006;transform:translateY(-3px)}.banner-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.95) 0%,rgba(0,0,0,.85) 30%,rgba(0,0,0,.4) 60%,rgba(0,0,0,.2) 80%,transparent 100%);pointer-events:none;z-index:1}.banner-content{position:relative;z-index:2;max-width:500px}.banner-title{font-size:38px;font-weight:600;color:#fff;margin:0 0 14px;line-height:1.2;letter-spacing:-.5px}.banner-subtitle{font-size:16px;color:#fffc;margin:0 0 10px;font-weight:400}.banner-date{font-size:15px;color:#fff9;margin:0 0 32px;font-weight:300}.banner-cta{display:inline-flex;align-items:center;gap:10px;background:#facc15;color:#1a1a1a;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 10px #facc1566}.banner-cta:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 6px 20px #facc1580}.banner-cta:active{transform:translateY(0);box-shadow:0 3px 10px #facc1566}.banner-cta svg{flex-shrink:0}@media(max-width:1200px){.investment-banner{min-height:250px}.banner-title{font-size:32px}}@media(max-width:768px){.investment-banner{padding:30px;min-height:220px;background-position:center right}.banner-title{font-size:28px}.banner-subtitle{font-size:15px}.banner-date{font-size:14px;margin-bottom:24px}.banner-cta{padding:12px 24px;font-size:14px}.banner-overlay{background:linear-gradient(to right,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 40%,rgba(0,0,0,.5) 70%,transparent 100%)}}@media(max-width:480px){.investment-banner{padding:24px;min-height:200px;background-position:70% center}.banner-title{font-size:24px}.banner-subtitle{font-size:14px}.banner-date{font-size:13px;margin-bottom:20px}.banner-content{max-width:100%}.banner-overlay{background:linear-gradient(to right,#000000fa,#000000d9 50%,#0009 80%,#0000004d)}}@media(prefers-color-scheme:dark){.banner-overlay{background:linear-gradient(to right,rgba(0,0,0,.98) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.3) 80%,transparent 100%)}}[data-theme=dark] .banner-overlay{background:linear-gradient(to right,rgba(0,0,0,.98) 0%,rgba(0,0,0,.9) 30%,rgba(0,0,0,.5) 60%,rgba(0,0,0,.3) 80%,transparent 100%)}.total-investment-card{background:#fff;border-radius:16px;padding:24px 24px 16px;box-shadow:0 1px 3px #00000014;transition:all .3s ease;display:flex;flex-direction:column;gap:16px;height:100%;min-height:200px}.total-investment-card:hover{box-shadow:0 6px 16px #0000001a;transform:translateY(-2px);cursor:default}.investment-header{display:flex;justify-content:space-between;align-items:center}.investment-title{display:flex;align-items:center;gap:12px}.title-icon{width:24px;height:24px;color:#fbbf24;display:flex;align-items:center;justify-content:center;flex-shrink:0}.investment-title h3{font-size:22px;font-weight:400;margin:0;color:#000;letter-spacing:-.2px}.info-btn{cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:none;background:transparent;transition:all .2s ease;padding:0;flex-shrink:0}.info-btn:hover{background:#f3f4f6;color:#6b7280;transform:scale(1.05);cursor:pointer}.info-btn:active{transform:scale(.95);background:#e5e7eb}.header-actions{display:flex;align-items:center;gap:0;position:relative;background:#fff;border:1px solid rgba(193,193,193,.5);border-radius:12px;padding:2px;box-shadow:0 1px 2px #0000000d}.expand-btn,.more-options{cursor:pointer;color:#717182;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:0;border:none;background:transparent;transition:all .2s ease;padding:0;flex-shrink:0}.expand-btn{border-right:1px solid rgba(193,193,193,.3)}.expand-btn:hover,.more-options:hover{background:#7171820d;cursor:pointer}.expand-btn:active,.more-options:active{background:#7171821a}.more-options.active{background:#7171821a;color:#374151}.dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;min-width:160px;z-index:100;animation:fadeInDown .2s ease}.dropdown-menu button{width:100%;padding:10px 12px;text-align:left;background:transparent;border:none;border-radius:6px;font-size:14px;color:#374151;cursor:pointer;transition:all .15s ease;display:block}.dropdown-menu button:hover{background:#f3f4f6;color:#1f2937}.dropdown-menu button:active{background:#e5e7eb}.investment-value-section{display:flex;flex-direction:column;gap:12px;margin-top:-8px;margin-bottom:-8px}.investment-amount{font-size:42px;font-weight:400;color:#000;letter-spacing:-1px;line-height:1}.investment-change-wrapper{display:flex;align-items:center;gap:8px}.investment-change{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;width:fit-content}.investment-change.positive{color:#10b981;background:#d1fae5}.investment-change.positive svg{color:#10b981}.investment-change.negative{color:#ef4444;background:#fee2e2}.investment-change.negative svg{color:#ef4444}.change-period{color:#9ca3af;font-weight:400;font-size:13px}.investment-chart{width:100%;margin-top:-24px;position:relative}.investment-chart svg{display:block;width:100%;height:auto}.highlight-area{transition:opacity .3s ease}.avg-line,.avg-label-group{pointer-events:none}.avg-label-bg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.avg-label-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none}.chart-line{transition:stroke-width .2s ease}.chart-point:hover{r:7;filter:drop-shadow(0 2px 6px rgba(251,191,36,.5));cursor:pointer}.chart-point:active{r:6}.tooltip-group{pointer-events:none;animation:tooltipFadeIn .2s ease}.tooltip-bg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.tooltip-text,.tooltip-value{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none}.month-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-user-select:none;user-select:none;transition:all .2s ease;cursor:pointer}.month-label:hover{fill:#6b7280;font-weight:600}.month-highlight{transition:all .2s ease;animation:pillFadeIn .3s ease}@keyframes pillFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(prefers-color-scheme:dark){.total-investment-card{background:#1e293b;box-shadow:0 1px 3px #0006}.total-investment-card:hover{box-shadow:0 6px 16px #0009}.investment-title h3{color:#f8fafc}.info-btn{color:#64748b}.info-btn:hover{background:#334155;color:#94a3b8}.expand-btn,.more-options{background:#334155;border-color:#475569;color:#94a3b8}.expand-btn:hover,.more-options:hover{background:#475569;border-color:#64748b;color:#cbd5e1}.investment-amount{color:#f8fafc}.investment-change.positive{background:#10b98126;color:#34d399}.investment-change.negative{background:#ef444426;color:#f87171}.change-period{color:#64748b}.month-label{fill:#64748b}.month-highlight{fill:#422006}.avg-line{stroke:#475569}.avg-label-bg{fill:#0f172a}.dropdown-menu{background:#334155;box-shadow:0 4px 12px #00000080}.dropdown-menu button{color:#cbd5e1}.dropdown-menu button:hover{background:#475569;color:#f8fafc}.dropdown-menu button:active{background:#1e293b}.tooltip-bg{fill:#0f172a}.tooltip-text{fill:#cbd5e1}}[data-theme=dark] .total-investment-card{background:#1e293b;box-shadow:0 1px 3px #0006}[data-theme=dark] .total-investment-card:hover{box-shadow:0 6px 16px #0009}[data-theme=dark] .investment-title h3{color:#f8fafc}[data-theme=dark] .info-btn{color:#64748b}[data-theme=dark] .info-btn:hover{background:#334155;color:#94a3b8}[data-theme=dark] .expand-btn,[data-theme=dark] .more-options{background:#334155;border-color:#475569;color:#94a3b8}[data-theme=dark] .expand-btn:hover,[data-theme=dark] .more-options:hover{background:#475569;border-color:#64748b;color:#cbd5e1}[data-theme=dark] .investment-amount{color:#f8fafc}[data-theme=dark] .investment-change.positive{background:#10b98126;color:#34d399}[data-theme=dark] .investment-change.negative{background:#ef444426;color:#f87171}[data-theme=dark] .change-period{color:#64748b}[data-theme=dark] .month-label{fill:#64748b}[data-theme=dark] .month-highlight{fill:#422006}[data-theme=dark] .avg-line{stroke:#475569}[data-theme=dark] .avg-label-bg{fill:#0f172a}[data-theme=dark] .dropdown-menu{background:#334155;box-shadow:0 4px 12px #00000080}[data-theme=dark] .dropdown-menu button{color:#cbd5e1}[data-theme=dark] .dropdown-menu button:hover{background:#475569;color:#f8fafc}[data-theme=dark] .dropdown-menu button:active{background:#1e293b}[data-theme=dark] .tooltip-bg{fill:#0f172a}[data-theme=dark] .tooltip-text{fill:#cbd5e1}@media(max-width:1200px){.total-investment-card{min-height:380px}.investment-amount{font-size:36px}}@media(max-width:768px){.total-investment-card{padding:20px;min-height:340px}.investment-title h3{font-size:16px}.investment-amount{font-size:32px}.title-icon{width:20px;height:20px}.info-btn,.expand-btn,.more-options{width:28px;height:28px}}@media(max-width:480px){.total-investment-card{padding:16px;min-height:300px}.investment-title h3{font-size:15px}.investment-amount{font-size:28px}.investment-change{font-size:12px;padding:4px 10px}.change-period{font-size:12px}.info-btn,.expand-btn,.more-options{width:36px;height:36px}.dropdown-menu{min-width:140px}.dropdown-menu button{padding:12px 14px;font-size:15px}}.monthly-funding-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:20px;min-height:400px}.monthly-funding-card:hover{box-shadow:0 4px 12px #0000001f}.funding-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.funding-title-section{display:flex;align-items:center;gap:10px;flex:1}.funding-icon{width:24px;height:24px;color:#6366f1;display:flex;align-items:center;justify-content:center;flex-shrink:0}.funding-title-section h3{font-size:16px;font-weight:500;margin:0;color:#1e293b;white-space:nowrap}.info-btn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;transition:all .2s ease;padding:0;flex-shrink:0}.info-btn:hover{transform:scale(1.1);cursor:pointer}.info-btn:active{transform:scale(.95)}.funding-chart{width:100%;overflow:visible;margin-top:8px}.funding-chart svg{display:block;width:100%;height:auto}.chart-point{transition:all .2s ease;cursor:pointer}.chart-point:hover{r:6;filter:drop-shadow(0 2px 6px rgba(99,102,241,.5))}.value-tooltip{filter:drop-shadow(0 2px 8px rgba(0,0,0,.1));animation:tooltipFadeIn .3s ease}.tooltip-group{animation:tooltipFadeIn .3s ease}.month-highlight{animation:pillFadeIn .3s ease}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pillFadeIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(prefers-color-scheme:dark){.monthly-funding-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}.monthly-funding-card:hover{box-shadow:0 4px 12px #00000080}.funding-title-section h3{color:#f8fafc}.header-actions{background:#334155;border-color:#c1c1c133}.expand-btn,.edit-btn,.more-options{color:#94a3b8}.expand-btn:hover,.edit-btn:hover,.more-options:hover{background:#94a3b81a}.dropdown-menu{background:#334155;border-color:#475569}.dropdown-menu button{color:#e2e8f0}.dropdown-menu button:hover{background:#475569;color:#f1f5f9}.funding-chart svg line{stroke:#334155}.funding-chart svg text{fill:#64748b}.value-tooltip{fill:#334155;stroke:#475569}.tooltip-group text{fill:#f1f5f9}.month-highlight{fill:#6366f133}}[data-theme=dark] .monthly-funding-card{background:#1e293b;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .monthly-funding-card:hover{box-shadow:0 4px 12px #00000080}[data-theme=dark] .funding-title-section h3{color:#f8fafc}[data-theme=dark] .header-actions{background:#334155;border-color:#c1c1c133}[data-theme=dark] .expand-btn:hover,[data-theme=dark] .edit-btn:hover,[data-theme=dark] .more-options:hover{background:#94a3b81a}[data-theme=dark] .dropdown-menu{background:#334155;border-color:#475569}[data-theme=dark] .dropdown-menu button:hover{background:#475569;color:#f1f5f9}[data-theme=dark] .funding-chart svg line{stroke:#334155}[data-theme=dark] .funding-chart svg text{fill:#64748b}[data-theme=dark] .value-tooltip{fill:#334155;stroke:#475569}[data-theme=dark] .tooltip-group text{fill:#f1f5f9}[data-theme=dark] .month-highlight{fill:#6366f133}@media(max-width:1200px){.monthly-funding-card{padding:20px}.funding-title-section h3{font-size:15px}.funding-chart{overflow-x:auto}}@media(max-width:768px){.monthly-funding-card{padding:18px;gap:16px}.funding-title-section h3{font-size:14px}.funding-icon{width:20px;height:20px}.expand-btn,.edit-btn,.more-options{width:28px;height:28px}.funding-chart{margin-top:0}}@media(max-width:480px){.monthly-funding-card{padding:16px;gap:12px}.funding-header{flex-wrap:wrap;gap:12px}.funding-title-section{flex:1 1 100%}.header-actions{width:100%;justify-content:flex-end}.dropdown-menu{right:0;left:auto}}} @media (max-width: 768px){.monthly-funding-card{padding:16px}.funding-title-section{flex-direction:column;align-items:flex-start;gap:8px}.funding-title-section h3{font-size:14px}}.tokenization-status-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:24px;min-height:300px}.tokenization-status-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.tokenization-header{display:flex;justify-content:space-between;align-items:center}.tokenization-header h3{font-size:24px;font-weight:400;margin:0;color:#000;letter-spacing:-.02em}.dropdown-container{position:relative}.dropdown-trigger{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;outline:none}.dropdown-trigger:hover{background:#f9fafb;border-color:#d1d5db}.dropdown-trigger svg{width:12px;height:12px;transition:transform .2s ease}.dropdown-trigger:hover svg{color:#374151}.dropdown-menu-period{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden;z-index:100;min-width:120px;animation:fadeInDown .2s ease}.dropdown-menu-period button{display:block;width:100%;padding:10px 16px;background:none;border:none;text-align:left;font-size:14px;font-weight:400;color:#374151;cursor:pointer;transition:all .15s ease}.dropdown-menu-period button:hover{background:#f3f4f6;color:#1f2937}.dropdown-menu-period button.active{background:#ede9fe;color:#6366f1;font-weight:500}.tokenization-content{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;justify-content:center}.donut-chart-container{display:flex;align-items:center;justify-content:center;width:100%;margin-top:-20px}.donut-chart{filter:drop-shadow(0 2px 4px rgba(0,0,0,.05))}.background-circle{transition:stroke .3s ease}.chart-segment{transition:stroke-width .3s ease,filter .3s ease}.chart-segment:hover,.chart-segment.hovered{filter:drop-shadow(0 4px 10px rgba(0,0,0,.2))}.inner-circle{transition:fill .3s ease}.percentage-badge{transition:transform .3s ease}.percentage-badge circle{transition:all .3s ease}.percentage-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:fill .3s ease;-webkit-user-select:none;user-select:none}.chart-legend{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:32px;width:100%}.legend-item{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;padding:4px 8px;border-radius:8px;transition:all .2s ease}.legend-item:hover,.legend-item.highlighted{background:#f9fafb;transform:translateY(-2px)}.legend-color{width:14px;height:14px;border-radius:50%;flex-shrink:0;transition:transform .2s ease}.legend-item:hover .legend-color,.legend-item.highlighted .legend-color{transform:scale(1.15)}.legend-label{font-size:15px;color:#9ca3af;font-weight:400;white-space:nowrap}.legend-item:hover .legend-label,.legend-item.highlighted .legend-label{color:#1f2937;font-weight:500}@media(prefers-color-scheme:dark){.tokenization-status-card{background:#1f2937;box-shadow:0 1px 3px #0000004d}.tokenization-status-card:hover{box-shadow:0 4px 12px #00000080}.tokenization-header h3{color:#f9fafb}.dropdown-trigger{background:#374151;border-color:#4b5563;color:#d1d5db}.dropdown-trigger:hover{background:#4b5563;border-color:#6b7280}.dropdown-menu-period{background:#374151;border-color:#4b5563}.dropdown-menu-period button{color:#e5e7eb}.dropdown-menu-period button:hover{background:#4b5563;color:#f9fafb}.dropdown-menu-period button.active{background:#4c1d95;color:#c4b5fd}.background-circle{stroke:#4b5563!important}.inner-circle{fill:#374151!important}.percentage-badge circle{fill:#374151}.percentage-text{fill:#f9fafb!important}.legend-item:hover,.legend-item.highlighted{background:#374151}.legend-label{color:#d1d5db}.legend-item:hover .legend-label,.legend-item.highlighted .legend-label{color:#f9fafb}}[data-theme=dark] .tokenization-status-card{background:#1f2937;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .tokenization-status-card:hover{box-shadow:0 4px 12px #00000080}[data-theme=dark] .tokenization-header h3{color:#f9fafb}[data-theme=dark] .dropdown-trigger{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .dropdown-trigger:hover{background:#4b5563;border-color:#6b7280}[data-theme=dark] .dropdown-menu-period{background:#374151;border-color:#4b5563}[data-theme=dark] .dropdown-menu-period button{color:#e5e7eb}[data-theme=dark] .dropdown-menu-period button:hover{background:#4b5563;color:#f9fafb}[data-theme=dark] .dropdown-menu-period button.active{background:#4c1d95;color:#c4b5fd}[data-theme=dark] .background-circle{stroke:#4b5563!important}[data-theme=dark] .inner-circle{fill:#374151!important}[data-theme=dark] .percentage-badge circle{fill:#374151}[data-theme=dark] .percentage-text{fill:#f9fafb!important}[data-theme=dark] .legend-item:hover,[data-theme=dark] .legend-item.highlighted{background:#374151}[data-theme=dark] .legend-label{color:#d1d5db}[data-theme=dark] .legend-item:hover .legend-label,[data-theme=dark] .legend-item.highlighted .legend-label{color:#f9fafb}@media(max-width:1200px){.tokenization-status-card{padding:20px}.tokenization-header h3{font-size:18px}}@media(max-width:768px){.tokenization-status-card{padding:18px;gap:20px;min-height:360px}.tokenization-header{flex-direction:column;align-items:flex-start;gap:12px}.tokenization-header h3{font-size:16px}.dropdown-trigger{padding:6px 12px;font-size:13px}.chart-legend{gap:20px}.legend-label{font-size:13px}.legend-color{width:14px;height:14px}}@media(max-width:480px){.tokenization-status-card{padding:16px;gap:16px}.tokenization-header h3{font-size:15px}.chart-legend{flex-direction:row;gap:16px}.legend-item{justify-content:center}}.market-overview-container{width:100%;max-width:1400px;margin:0 auto;padding:32px 24px;border:1px solid #E5E7EB;border-radius:16px;background-color:#fff;transition:background-color .3s ease,border-color .3s ease}.em-app--dark .market-overview-container{background-color:#1f2937;border-color:#374151}.market-overview-header{margin-bottom:24px}.market-title-section{display:flex;flex-direction:column;gap:8px}.market-title-wrapper{display:flex;align-items:center;gap:12px;margin-left:-14px}.market-icon{color:#111827;display:flex;align-items:center;justify-content:center}.market-title-wrapper h2{font-size:22px;font-weight:600;color:#111827;letter-spacing:-.02em;margin:-2px 0 0 -16px;transition:color .3s ease}.em-app--dark .market-title-wrapper h2{color:#f9fafb}.market-subtitle{font-size:14px;color:#9ca3af;margin:-8px 0 0;font-weight:400;transition:color .3s ease}.em-app--dark .market-subtitle{color:#6b7280}.market-controls{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media(min-width:768px){.market-controls{flex-direction:row;justify-content:space-between;align-items:center}}.market-filters{display:flex;flex-wrap:wrap;gap:12px}.filter-dropdown{position:relative}.filter-button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background-color:#fff;border:1px solid #E5E7EB;border-radius:12px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;min-width:140px}.em-app--dark .filter-button{background-color:#374151;border-color:#4b5563;color:#e5e7eb}.filter-button:hover{background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.em-app--dark .filter-button:hover{background-color:#4b5563;border-color:#6b7280}.filter-button:active{background-color:#f3f4f6}.em-app--dark .filter-button:active{background-color:#374151}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:8px;width:100%;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;overflow:hidden}.em-app--dark .dropdown-menu{background-color:#374151;border-color:#4b5563}.dropdown-menu button{display:block;width:100%;padding:10px 16px;text-align:left;font-size:14px;background:none;border:none;color:#374151;cursor:pointer;transition:background-color .15s}.em-app--dark .dropdown-menu button{color:#e5e7eb}.dropdown-menu button:hover{background-color:#f3f4f6;color:#111827}.em-app--dark .dropdown-menu button:hover{background-color:#4b5563;color:#f9fafb}.dropdown-menu button:active{background-color:#e5e7eb}.market-search{position:relative;width:100%}@media(min-width:768px){.market-search{width:auto;min-width:600px}}.market-search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;width:14px;height:14px}.market-search input{width:100%;padding:10px 16px 10px 42px;background-color:#fafafa;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;color:#6b7280;transition:all .2s;font-weight:400}.em-app--dark .market-search input{background-color:#374151;border-color:#4b5563;color:#e5e7eb}.market-search input::placeholder{color:#9ca3af;font-weight:400}.em-app--dark .market-search input::placeholder{color:#6b7280}.market-search input:hover{border-color:#d1d5db;background-color:#f5f5f5;cursor:text}.em-app--dark .market-search input:hover{background-color:#4b5563;border-color:#6b7280}.market-search input:focus{outline:none;border-color:#d1d5db;background-color:#fff}.em-app--dark .market-search input:focus{background-color:#1f2937;border-color:#6b7280}.market-table-wrapper{width:100%;background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .3s ease}.em-app--dark .market-table-wrapper{background:#1f2937;border-color:#374151;box-shadow:0 2px 8px #0003}.market-table-header{display:grid;grid-template-columns:2.5fr 1.2fr 1.2fr 1.2fr 1.2fr 1fr;background:#f8fafc;padding:16px 24px;font-size:14px;font-weight:500;color:#6b7280;transition:all .3s ease}.em-app--dark .market-table-header{background:#111827;color:#9ca3af}.market-table-row{display:grid;grid-template-columns:2.5fr 1.2fr 1.2fr 1.2fr 1.2fr 1fr;padding:20px 24px;align-items:center;border-top:1px solid #e5e7eb;transition:background .2s ease;cursor:pointer}.em-app--dark .market-table-row{border-top-color:#374151}.market-table-row:hover{background:#f9fafb}.em-app--dark .market-table-row:hover{background:#374151}.market-name-col{display:flex;align-items:center;gap:16px}.market-icon{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center}.market-icon.orange{background:#fff7ed;color:#f97316}.market-icon.purple{background:#eef2ff;color:#6366f1;border:1.5px solid #C7D2FE}.market-icon.green{background:#ecfdf5;color:#10b981}.market-name{font-weight:600;color:#111827;margin:0;transition:color .3s ease}.em-app--dark .market-name{color:#f9fafb}.market-symbol{font-size:13px;color:#6b7280;margin:2px 0 0;transition:color .3s ease}.em-app--dark .market-symbol{color:#9ca3af}.market-price{font-weight:600;color:#374151;transition:color .3s ease}.em-app--dark .market-price{color:#e5e7eb}.market-change{display:flex;align-items:center;gap:6px;font-weight:500}.market-change.positive{color:#16a34a}.market-change.negative{color:#dc2626}.market-marketcap{font-weight:500;color:#111827;transition:color .3s ease}.em-app--dark .market-marketcap{color:#e5e7eb}.market-trade{text-align:right;padding-right:70px}.trade-btn{padding:8px 18px;border-radius:10px;background:#ffedd5;color:#f97316;border:none;font-weight:500;cursor:pointer;transition:all .2s ease}.trade-btn:hover{background:#fed7aa;transform:translateY(-1px);box-shadow:0 2px 4px #f973164d}.trade-btn:active{transform:translateY(0)}.em-app--dark .trade-btn{background:#7c2d12;color:#fed7aa}.em-app--dark .trade-btn:hover{background:#9a3412}@media(max-width:1024px){.market-table-header,.market-table-row{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}.market-trade{padding-right:20px}}@media(max-width:768px){.market-overview-container{padding:24px 16px}.market-table-wrapper{overflow-x:auto}.market-table-header,.market-table-row{min-width:900px}.market-controls{gap:12px}.market-search{min-width:100%}}@media(max-width:480px){.market-overview-container{padding:16px 12px}.market-title-wrapper h2{font-size:18px}.market-subtitle{font-size:12px}.filter-button{min-width:120px;font-size:13px;padding:8px 12px}}.token-name-cell{display:flex;align-items:center;gap:14px}.token-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.token-info{display:flex;flex-direction:column;gap:4px}.token-name{font-weight:500;color:#111827;font-size:15px;line-height:1.3}.token-symbol{font-size:13px;color:#6b7280;line-height:1.3}.price-cell{font-weight:500;color:#111827;font-size:14px;white-space:nowrap}.change-cell{display:inline-flex;align-items:center;gap:6px;font-weight:500;font-size:14px;white-space:nowrap}.change-cell.positive{color:#10b981}.change-cell.negative{color:#ef4444}.change-cell svg{width:14px;height:14px;flex-shrink:0}.marketcap-cell{font-weight:500;color:#111827;font-size:14px;white-space:nowrap}.trade-button{padding:8px 20px;border-radius:12px;background-color:#fef3c7;color:#f59e0b;font-weight:500;font-size:14px;border:none;cursor:pointer;transition:all .2s}.trade-button:hover{background-color:#fde68a;transform:translateY(-1px);box-shadow:0 2px 4px #f59e0b33}.trade-button:active{transform:translateY(0);background-color:#fcd34d}.market-footer{display:flex;flex-direction:column;gap:16px;align-items:center;margin-top:32px;margin-bottom:24px}@media(min-width:640px){.market-footer{flex-direction:row;justify-content:space-between}}.pagination-info{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;font-weight:400;transition:color .3s ease}.em-app--dark .pagination-info{color:#9ca3af}.pagination-number-display{padding:6px 14px;background-color:#fff;border:1px solid #E5E7EB;border-radius:8px;font-weight:600;color:#111827;font-size:14px;transition:all .3s ease}.em-app--dark .pagination-number-display{background-color:#374151;border-color:#4b5563;color:#f9fafb}.pagination-controls{display:flex;align-items:center;gap:6px}.pagination-arrow,.pagination-page{padding:9px 13px;border-radius:8px;border:none;background-color:#f3f4f6;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s;min-width:40px;display:flex;align-items:center;justify-content:center}.em-app--dark .pagination-arrow,.em-app--dark .pagination-page{background-color:#374151;color:#9ca3af}.pagination-arrow:hover:not(:disabled),.pagination-page:hover:not(.active){background-color:#e5e7eb;color:#374151}.em-app--dark .pagination-arrow:hover:not(:disabled),.em-app--dark .pagination-page:hover:not(.active){background-color:#4b5563;color:#e5e7eb}.pagination-arrow:active:not(:disabled),.pagination-page:active:not(.active){background-color:#d1d5db}.em-app--dark .pagination-arrow:active:not(:disabled),.em-app--dark .pagination-page:active:not(.active){background-color:#1f2937}.pagination-arrow:disabled{opacity:.4;cursor:not-allowed}.pagination-page.active{background-color:#1e293b;color:#fff;cursor:default}.em-app--dark .pagination-page.active{background-color:#6366f1;color:#fff}.pagination-ellipsis{padding:0 6px;color:#9ca3af;font-size:14px;font-weight:500;transition:color .3s ease}.em-app--dark .pagination-ellipsis{color:#6b7280}.market-disclaimer{text-align:center;font-size:13px;color:#9ca3af;font-weight:400;line-height:1.5;margin-top:24px;transition:color .3s ease}.em-app--dark .market-disclaimer{color:#6b7280}.market-table-wrapper::-webkit-scrollbar{height:6px}.market-table-wrapper::-webkit-scrollbar-track{background:transparent}.market-table-wrapper::-webkit-scrollbar-thumb{background-color:#9ca3af4d;border-radius:3px}.market-table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9ca3af80}.em-startup-overview{min-height:100vh;background-color:#fafafa;color:var(--text-primary);transition:all .3s ease}.em-startup-overview--sidebar-collapsed{width:100%}.em-startup-overview-content{padding:16px 32px 32px;max-width:100%;margin:0 auto}.dashboard-header{margin-bottom:32px}.dashboard-title{font-size:28px;font-weight:500;color:#1e293b;margin:0 0 8px;letter-spacing:-.5px}.dashboard-subtitle{font-size:14px;color:#64748b;margin:0;font-weight:400}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.dashboard-left,.dashboard-right{min-height:280px}.em-page-intro{margin-bottom:32px}.em-page-title{font-size:32px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.em-page-subtitle{font-size:16px;color:var(--text-secondary);margin:0}body[data-theme=dark] .em-startup-overview{background-color:#0f172a;color:#f1f5f9}.em-startup-overview.dark-mode{background-color:#0f172a}body[data-theme=dark] .dashboard-title{color:#f8fafc}body[data-theme=dark] .dashboard-subtitle{color:#94a3b8}body[data-theme=dark] .em-page-title{color:#f1f5f9}body[data-theme=dark] .em-page-subtitle{color:#94a3b8}@media(max-width:1200px){.dashboard-grid{grid-template-columns:1fr}.em-startup-overview-content{padding:24px}.dashboard-title{font-size:24px}}@media(max-width:768px){.em-startup-overview-content{padding:20px}.dashboard-header{margin-bottom:24px}.dashboard-title{font-size:22px}.dashboard-subtitle{font-size:13px}.dashboard-grid{gap:16px;margin-bottom:16px}}@media(max-width:480px){.em-startup-overview-content{padding:16px}.dashboard-title{font-size:20px}}.em-startup-overview--sidebar-collapsed .em-startup-overview-content{max-width:100%}@media(prefers-color-scheme:dark){.em-startup-overview{background-color:#0f172a}.dashboard-title{color:#f8fafc}.dashboard-subtitle{color:#94a3b8}}@media(max-width:768px){.em-startup-overview-content{padding:16px}.em-page-title{font-size:24px}.em-page-subtitle{font-size:14px}}.em-startups-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb;transition:all .3s ease}.em-startups-main{flex:1;overflow-y:auto;padding:18px 40px 32px;background:#f9fafb;transition:padding .3s ease,margin .3s ease}.em-app--sidebar-collapsed .em-startups-main{padding-left:48px}.em-app--sidebar-expanded .em-startups-main{padding-left:40px}.em-startups-page-header{margin-bottom:32px}.em-startups-title{font-size:28px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.2;letter-spacing:-.02em}.em-startups-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5;font-weight:400}.em-startups-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.em-startups-stat-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px #00000014;cursor:pointer}.em-startups-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.em-startups-stat-card-content{padding:20px;display:flex;flex-direction:column;gap:10px}.em-startups-stat-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.em-startups-stat-icon-wrapper{display:flex;align-items:center;justify-content:center}.em-startups-stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-startups-stat-icon svg{width:28px;height:28px}.em-startups-stat-title{font-size:16px;font-weight:500;color:#6b7280;text-align:right;margin-top:-24px}.em-startups-stat-number{font-size:52px;font-weight:600;color:#111827;line-height:1;text-align:right;margin-top:-36px}.em-startups-stat-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.em-startups-stat-subtitle{font-size:14px;color:#9ca3af;font-weight:400}.em-startups-stat-badge{padding:6px 14px;border-radius:14px;font-size:12px;font-weight:500;white-space:nowrap}.em-startups-badge-orange{background:#fdba74;color:#7c2d12;border:none}.em-startups-badge-green{background:#86efac;color:#064e3b;border:none}.em-startups-badge-red{background:#fca5a5;color:#7f1d1d;border:none}.em-startups-stat-card--orange{background:#fff}.em-startups-stat-card--orange .em-startups-stat-icon{background:linear-gradient(135deg,#fb923c,#f97316)}.em-startups-stat-card--green{background:#fff}.em-startups-stat-card--green .em-startups-stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.em-startups-stat-card--red{background:#fff}.em-startups-stat-card--red .em-startups-stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.em-startups-data-section{background:#fff;border-radius:12px;padding:24px}.em-startups-data-header{margin-bottom:24px}.em-startups-data-title-group{display:flex;flex-direction:column;gap:4px}.em-startups-data-title{font-size:18px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}.em-startups-data-title svg{cursor:pointer;transition:opacity .2s ease}.em-startups-data-title svg:hover{opacity:.7}.em-startups-data-subtitle{font-size:13px;color:#9ca3af;margin:0}.em-startups-filters-row{display:flex;gap:12px;margin-bottom:24px;align-items:flex-start}.em-startups-filter-dropdown{display:flex;flex-direction:column;gap:0px}.em-startups-filter-dropdown label{display:none}.em-startups-select{padding:12px 40px 12px 18px;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:#111827;background:#fff;cursor:pointer;min-width:140px;transition:all .2s;font-weight:400;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.em-startups-select:hover{border-color:#d1d5db;background-color:#fafafa}.em-startups-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.em-startups-search-container{flex:1;position:relative;display:flex;align-items:center}.em-startups-search-icon{position:absolute;left:18px;pointer-events:none;width:18px;height:18px}.em-startups-search-input{flex:1;padding:12px 18px 12px 48px;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:#111827;background:#fff;transition:all .2s;font-weight:400}.em-startups-search-input:hover{border-color:#d1d5db;background-color:#fafafa}.em-startups-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.em-startups-search-input::placeholder{color:#9ca3af}.em-startups-table-wrapper{margin-bottom:24px;overflow-x:auto;border:1.5px solid #E5E7EB;border-radius:12px}.em-startups-table{width:100%;border-collapse:collapse}.em-startups-table thead th{text-align:left;padding:16px;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid #E5E7EB;white-space:nowrap;background:#fafafa}.em-startups-table thead th:first-child{border-top-left-radius:12px}.em-startups-table thead th:last-child{border-top-right-radius:12px}.em-startups-table tbody td{padding:18px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #F3F4F6}.em-startups-table tbody tr:last-child td{border-bottom:none}.em-startups-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.em-startups-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.em-startups-table tbody tr{transition:background .2s;cursor:pointer}.em-startups-table tbody tr:hover{background:#f9fafb}.em-startups-company-name{font-weight:500;color:#1f2937}.em-startups-email{color:#6b7280}.em-startups-stage-badge{display:inline-flex;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.em-startups-progress-cell{display:flex;align-items:center;gap:12px}.em-startups-progress-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;position:relative}.em-startups-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:4px;transition:width .3s ease}.em-startups-progress-text{font-size:13px;font-weight:500;color:#6b7280;min-width:40px}.em-startups-status-badge{display:inline-flex;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.em-startups-action-btn{padding:8px 20px;background:transparent;border:1.5px solid #D1D5DB;cursor:pointer;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;font-size:14px;font-weight:500;color:#6b7280;white-space:nowrap}.em-startups-action-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.em-startups-pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-top:8px}.em-startups-pagination-info{font-size:15px;color:#6b7280;font-weight:400;display:flex;align-items:center;gap:6px}.em-startups-pagination-current{font-weight:500;color:#111827;padding:6px 14px;border:1.5px solid #E5E7EB;border-radius:8px;background:#fafafa;display:inline-block}.em-startups-pagination-controls{display:flex;gap:6px;align-items:center}.em-startups-page-btn{min-width:40px;height:40px;padding:0;background:#f5f5f5;border:none;border-radius:8px;font-size:15px;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:400}.em-startups-page-btn:hover:not(:disabled):not(.em-startups-page-btn--active){background:#e5e7eb;color:#111827}.em-startups-page-btn--active{background:#1e3a8a;color:#fff;font-weight:500}.em-startups-page-btn--active:hover{background:#1e40af}.em-startups-page-btn:disabled{opacity:.4;cursor:not-allowed}.em-startups-page-btn svg{width:16px;height:16px}.em-startups-page-dots{color:#9ca3af;padding:0 4px;font-size:15px;-webkit-user-select:none;user-select:none}.em-startups-disclaimer{font-size:13px;color:#9ca3af;text-align:center;margin:24px 0 0;line-height:1.5;font-weight:400}@media(max-width:1400px){.em-startups-main{padding:24px 32px}.em-startups-stats-row{gap:20px}}@media(max-width:1200px){.em-startups-stats-row{grid-template-columns:repeat(3,1fr);gap:16px}.em-startups-stat-number{font-size:48px}.em-startups-stat-icon{width:52px;height:52px}.em-startups-stat-icon svg{width:28px;height:28px}}@media(max-width:1024px){.em-startups-main{padding:20px 24px}.em-startups-stats-row{grid-template-columns:1fr;gap:16px}.em-startups-stat-card-content{padding:20px}.em-startups-filters-row{flex-wrap:wrap}.em-startups-filter-dropdown{flex:1;min-width:160px}.em-startups-search-container{width:100%}}@media(max-width:768px){.em-startups-title{font-size:24px}.em-startups-stat-number{font-size:42px}.em-startups-stat-icon{width:48px;height:48px}.em-startups-stat-icon svg{width:26px;height:26px}.em-startups-stat-title{font-size:15px}.em-startups-table-wrapper{overflow-x:scroll}.em-startups-table{min-width:800px}.em-startups-pagination{flex-direction:column;gap:16px;align-items:flex-start}.em-startups-pagination-controls{width:100%;justify-content:center}.em-startups-page-btn{min-width:36px;height:36px}}@media(max-width:480px){.em-startups-main{padding:16px}.em-startups-title{font-size:20px}.em-startups-subtitle{font-size:13px}.em-startups-stat-card-content{padding:16px;gap:12px}.em-startups-stat-icon{width:44px;height:44px}.em-startups-stat-icon svg{width:24px;height:24px}.em-startups-stat-number{font-size:36px;margin-left:56px}.em-startups-stat-title{font-size:14px}.em-startups-stat-subtitle{font-size:13px}.em-startups-stat-badge{font-size:11px;padding:5px 12px}.em-startups-data-section{padding:16px}}@media(prefers-color-scheme:dark){.em-startups-container,.em-startups-main{background:#111827}.em-startups-title{color:#f9fafb}.em-startups-subtitle,.em-startups-stat-subtitle,.em-startups-data-subtitle,.em-startups-email{color:#9ca3af}.em-startups-stat-card--orange{background:linear-gradient(135deg,#451a03,#78350f)}.em-startups-stat-card--green{background:linear-gradient(135deg,#064e3b,#065f46)}.em-startups-stat-card--red{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.em-startups-stat-title,.em-startups-stat-number,.em-startups-company-name{color:#f9fafb}.em-startups-data-section{background:#1f2937}.em-startups-data-title{color:#f9fafb}.em-startups-select,.em-startups-search-input{background:#111827;border-color:#374151;color:#f9fafb}.em-startups-select:hover,.em-startups-search-input:hover{border-color:#4b5563}.em-startups-table thead th{color:#9ca3af;border-bottom-color:#374151}.em-startups-table tbody td{color:#d1d5db;border-bottom-color:#374151}.em-startups-table tbody tr:hover{background:#111827}.em-startups-progress-bar{background:#374151}.em-startups-page-btn{background:#374151;color:#d1d5db}.em-startups-page-btn:hover:not(:disabled):not(.em-startups-page-btn--active){background:#4b5563;color:#f9fafb}.em-startups-page-btn--active{background:#3b82f6;color:#fff}.em-startups-page-btn--active:hover{background:#2563eb}.em-startups-pagination-info,.em-startups-disclaimer{color:#9ca3af}.em-startups-pagination-current{color:#f9fafb;background:#374151;border-color:#4b5563}.em-startups-action-btn:hover{background:#374151}.em-startups-table-wrapper{border-color:#374151}.em-startups-table thead th{background:#1f2937}}[data-theme=dark] .em-startups-container,[data-theme=dark] .em-startups-main{background:#111827}[data-theme=dark] .em-startups-title{color:#f9fafb}[data-theme=dark] .em-startups-subtitle,[data-theme=dark] .em-startups-stat-subtitle,[data-theme=dark] .em-startups-data-subtitle,[data-theme=dark] .em-startups-email{color:#9ca3af}[data-theme=dark] .em-startups-stat-card--orange{background:linear-gradient(135deg,#451a03,#78350f)}[data-theme=dark] .em-startups-stat-card--green{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .em-startups-stat-card--red{background:linear-gradient(135deg,#7f1d1d,#991b1b)}[data-theme=dark] .em-startups-stat-title,[data-theme=dark] .em-startups-stat-number,[data-theme=dark] .em-startups-company-name{color:#f9fafb}[data-theme=dark] .em-startups-data-section{background:#1f2937}[data-theme=dark] .em-startups-data-title{color:#f9fafb}[data-theme=dark] .em-startups-select,[data-theme=dark] .em-startups-search-input{background:#111827;border-color:#374151;color:#f9fafb}[data-theme=dark] .em-startups-select:hover,[data-theme=dark] .em-startups-search-input:hover{border-color:#4b5563}[data-theme=dark] .em-startups-table thead th{color:#9ca3af;border-bottom-color:#374151}[data-theme=dark] .em-startups-table tbody td{color:#d1d5db;border-bottom-color:#374151}[data-theme=dark] .em-startups-table tbody tr:hover{background:#111827}[data-theme=dark] .em-startups-progress-bar{background:#374151}[data-theme=dark] .em-startups-page-btn{background:#374151;color:#d1d5db}[data-theme=dark] .em-startups-page-btn:hover:not(:disabled):not(.em-startups-page-btn--active){background:#4b5563;color:#f9fafb}[data-theme=dark] .em-startups-page-btn--active{background:#3b82f6;color:#fff}[data-theme=dark] .em-startups-page-btn--active:hover{background:#2563eb}[data-theme=dark] .em-startups-pagination-info,[data-theme=dark] .em-startups-disclaimer{color:#9ca3af}[data-theme=dark] .em-startups-pagination-current{color:#f9fafb;background:#374151;border-color:#4b5563}[data-theme=dark] .em-startups-action-btn:hover{background:#374151}[data-theme=dark] .em-startups-table-wrapper{border-color:#374151}[data-theme=dark] .em-startups-table thead th{background:#1f2937;color:#9ca3af;border-bottom-color:#374151}[data-theme=dark] .em-startups-table-subtitle{color:#9ca3af}.em-startup-details-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.em-startup-details-main{flex:1;overflow-y:auto;padding:32px 40px;background:#f9fafb}.em-startup-details-back-btn{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:400;cursor:pointer;transition:color .2s;margin-bottom:24px}.em-startup-details-back-btn:hover{color:#1f2937}.em-startup-details-back-btn svg{width:16px;height:16px;margin-top:2px;margin-right:2px}.em-startup-details-header{margin-bottom:32px}.em-startup-details-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.em-startup-details-title-group{display:flex;align-items:center;gap:12px}.em-startup-details-title{font-size:32px;font-weight:600;color:#1f2937;margin:0;line-height:1.2}.em-startup-details-badge-shariah{padding:6px 16px;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap}.em-startup-details-actions{display:flex;gap:12px;margin-top:-50px}.em-startup-details-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.em-startup-details-btn svg{width:16px;height:16px}.em-startup-details-btn-reject{background:#fff;color:#ef4444;border:1px solid #FEE2E2}.em-startup-details-btn-reject:hover{background:#fef2f2}.em-startup-details-btn-approve{background:#10b981;color:#fff}.em-startup-details-btn-approve:hover{background:#059669}.em-startup-details-meta-row{display:flex;align-items:center;gap:12px}.em-startup-details-badge-stage{padding:4px 12px;background:#dcfce7;color:#15803d;border-radius:6px;font-size:12px;font-weight:500;margin-left:280px}.em-startup-details-meta-text{font-size:14px;color:#6b7280}.em-startup-details-content{display:grid;grid-template-columns:1fr 360px;gap:32px}.em-startup-details-main-content{min-width:0}.em-startup-details-tabs{display:flex;gap:0;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:6px;margin-bottom:24px}.em-startup-details-tab{padding:10px 20px;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;border-radius:6px}.em-startup-details-tab:hover,.em-startup-details-tab.active{color:#1f2937;background:#f3f4f6}.em-startup-details-tab-content{background:transparent;border-radius:0;padding:0}.em-startup-details-section{margin-bottom:32px;background:#fff;border-radius:12px;padding:24px;border:1px solid #F3F4F6}.em-startup-details-section:last-child{margin-bottom:0}.em-startup-details-section-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.4}.em-startup-details-section-subtitle{font-size:14px;color:#6b7280;margin:0 0 24px;line-height:1.5}.em-startup-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 32px}.em-startup-details-field{display:flex;flex-direction:column;gap:6px}.em-startup-details-field label{display:block;font-size:13px;font-weight:500;color:#6b7280;margin:0;line-height:1.4}.em-startup-details-field p{font-size:15px;font-weight:400;color:#111827;margin:0;line-height:1.5}.em-startup-details-link{color:#3b82f6!important;cursor:pointer;transition:all .2s}.em-startup-details-link:hover{text-decoration:underline;color:#2563eb!important}.em-startup-details-compliance-list{display:flex;flex-direction:column;gap:12px}.em-startup-details-compliance-item{display:flex;align-items:center;gap:14px;padding:18px 20px;border-radius:12px;transition:all .2s;cursor:pointer}.em-startup-details-compliance-item:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.em-startup-details-compliance-active,.em-startup-details-compliance-verified{background:#ecfdf5;border:1px solid #D1FAE5}.em-startup-details-compliance-pending{background:#f9fafb;border:1px solid #E5E7EB}.em-startup-details-compliance-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-startup-details-compliance-icon-green{background:#16a34a}.em-startup-details-compliance-icon-gray{background:#9ca3af}.em-startup-details-compliance-content{flex:1;min-width:0}.em-startup-details-compliance-content h3{font-size:15px;font-weight:600;color:#111827;margin:0 0 3px;line-height:1.4}.em-startup-details-compliance-content p{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.em-startup-details-compliance-badge{padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;flex-shrink:0}.em-startup-details-compliance-badge-active,.em-startup-details-compliance-badge-verified{background:#16a34a;color:#fff}.em-startup-details-compliance-badge-pending{background:#e5e7eb;color:#6b7280}.em-startup-details-business-fields{display:flex;flex-direction:column;gap:0}.em-startup-details-business-field{padding:20px 0;border-bottom:1px solid #E5E7EB}.em-startup-details-business-field:first-child{padding-top:0}.em-startup-details-business-field:last-child{border-bottom:none;padding-bottom:0}.em-startup-details-business-field label{display:block;font-size:14px;font-weight:500;color:#6b7280;margin:0 0 8px;line-height:1.4}.em-startup-details-business-field p{font-size:15px;font-weight:400;color:#111827;margin:0;line-height:1.6}line-height: 1.6; } .em-startup-details-sidebar{display:flex;flex-direction:column;gap:48px!important;margin-top:-95px}.em-startup-details-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #F3F4F6;transition:all .3s ease;cursor:default}.em-startup-details-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#e5e7eb}.em-startup-details-card:nth-child(2){margin-top:20px}.em-startup-details-card:nth-child(3){margin-top:20px}.em-startup-details-card-title{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;line-height:1.3;transition:color .2s ease;cursor:pointer}.em-startup-details-card-title:hover{color:#3b82f6}.em-startup-details-founder-profile{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px}.em-startup-details-founder-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #F3F4F6;transition:all .3s ease;cursor:pointer}.em-startup-details-founder-avatar:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.em-startup-details-founder-name{font-size:18px;font-weight:600;color:#111827;margin:0;line-height:1.3;transition:color .2s ease;cursor:pointer}.em-startup-details-founder-name:hover{color:#3b82f6}.em-startup-details-founder-actions{display:flex;justify-content:center;gap:8px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #E5E7EB}.em-startup-details-icon-btn{width:40px;height:40px;padding:0;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.em-startup-details-icon-btn:hover{background:#f3f4f6;color:#111827;border-color:#d1d5db;transform:translateY(-1px)}.em-startup-details-founder-info{display:flex;flex-direction:column;gap:20px}.em-startup-details-info-row{display:flex;flex-direction:column;gap:6px;padding:8px;margin:-8px;border-radius:6px;transition:background-color .2s ease;cursor:pointer}.em-startup-details-info-row:hover{background-color:#f9fafb}.em-startup-details-info-row label{font-size:14px;font-weight:600;color:#111827;line-height:1.4}.em-startup-details-info-row span{font-size:14px;font-weight:400;color:#6b7280;line-height:1.6}.em-startup-details-email{color:#3b82f6!important;cursor:pointer;transition:color .2s}.em-startup-details-email:hover{color:#2563eb!important}.em-startup-details-funding-amount{display:flex;flex-direction:column;gap:12px}.em-startup-details-funding-amount label{font-size:14px;font-weight:500;color:#6b7280;line-height:1.4}.em-startup-details-amount{font-size:48px;font-weight:700;color:#111827;margin:0;line-height:1.1;transition:all .3s ease;cursor:pointer}.em-startup-details-timeline{display:flex;flex-direction:column;gap:24px}.em-startup-details-timeline-item{display:flex;align-items:flex-start;gap:16px;padding:8px;margin:-8px;border-radius:8px;transition:all .2s ease;cursor:pointer}.em-startup-details-timeline-item:hover{background-color:#f9fafb;transform:translate(4px)}.em-startup-details-timeline-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.em-startup-details-timeline-item:hover .em-startup-details-timeline-icon{transform:scale(1.1) rotate(5deg)}.em-startup-details-timeline-icon-blue{background:#dbeafe}.em-startup-details-timeline-icon-blue svg{stroke:#3b82f6}.em-startup-details-timeline-icon-purple{background:#ede9fe}.em-startup-details-timeline-icon-purple svg{stroke:#8b5cf6}.em-startup-details-timeline-content{display:flex;flex-direction:column;gap:4px;padding-top:4px}.em-startup-details-timeline-content label{font-size:14px;font-weight:500;color:#6b7280;line-height:1.4}.em-startup-details-timeline-content p{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.4}@media(max-width:1400px){.em-startup-details-content{grid-template-columns:1fr 320px}.em-startup-details-sidebar{width:320px}}@media(max-width:1200px){.em-startup-details-content{grid-template-columns:1fr}.em-startup-details-sidebar{width:100%;margin-top:0}.em-startup-details-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:768px){.em-startup-details-main{padding:20px 16px}.em-startup-details-title{font-size:24px}.em-startup-details-title-row{flex-direction:column;gap:16px;align-items:flex-start}.em-startup-details-title-group{flex-wrap:wrap}.em-startup-details-actions{width:100%;justify-content:stretch}.em-startup-details-btn{flex:1;justify-content:center}.em-startup-details-tabs{overflow-x:auto;padding:6px}.em-startup-details-tab{font-size:13px}.em-startup-details-tab-content,.em-startup-details-section{padding:20px}.em-startup-details-compliance-item{padding:14px 16px}}@media(max-width:480px){.em-startup-details-main{padding:16px}.em-startup-details-title{font-size:20px}.em-startup-details-tab{padding:8px 16px;font-size:13px}.em-startup-details-tab-content,.em-startup-details-section,.em-startup-details-card{padding:16px}.em-startup-details-compliance-item{padding:12px 14px;gap:12px}.em-startup-details-compliance-icon{width:40px;height:40px}}@media(prefers-color-scheme:dark){.em-startup-details-container,.em-startup-details-main{background:#111827}.em-startup-details-title{color:#f9fafb}.em-startup-details-back-btn{color:#9ca3af}.em-startup-details-back-btn:hover{color:#f9fafb}.em-startup-details-meta-text{color:#9ca3af}.em-startup-details-tabs{background:#1f2937;border-color:#374151}.em-startup-details-tab{color:#9ca3af}.em-startup-details-tab:hover,.em-startup-details-tab.active{color:#f9fafb;background:#374151}.em-startup-details-tab-content,.em-startup-details-card{background:#1f2937}.em-startup-details-section{background:#1f2937;border-color:#374151}.em-startup-details-section-title,.em-startup-details-card-title,.em-startup-details-field p,.em-startup-details-compliance-content h3,.em-startup-details-business-field p,.em-startup-details-founder-name,.em-startup-details-info-row span,.em-startup-details-amount,.em-startup-details-timeline-content p{color:#f9fafb}.em-startup-details-section-subtitle,.em-startup-details-field label,.em-startup-details-compliance-content p,.em-startup-details-business-field label,.em-startup-details-info-row span,.em-startup-details-funding-amount label,.em-startup-details-timeline-content label{color:#9ca3af}.em-startup-details-info-row label{color:#f9fafb}.em-startup-details-business-field{border-bottom-color:#374151}.em-startup-details-card{border-color:#374151}.em-startup-details-compliance-active,.em-startup-details-compliance-verified{background:#064e3b66;border-color:#065f46}.em-startup-details-compliance-pending{background:#111827;border-color:#374151}.em-startup-details-icon-btn{background:#1f2937;border-color:#374151;color:#9ca3af}.em-startup-details-icon-btn:hover{background:#374151;border-color:#4b5563;color:#f9fafb}.em-startup-details-founder-actions{border-bottom-color:#374151}.em-startup-details-btn-reject{background:#1f2937;border-color:#374151}.em-startup-details-btn-reject:hover{background:#111827}}[data-theme=dark] .em-startup-details-container,[data-theme=dark] .em-startup-details-main{background:#111827}[data-theme=dark] .em-startup-details-title{color:#f9fafb}[data-theme=dark] .em-startup-details-back-btn{color:#9ca3af}[data-theme=dark] .em-startup-details-back-btn:hover{color:#f9fafb}[data-theme=dark] .em-startup-details-meta-text{color:#9ca3af}[data-theme=dark] .em-startup-details-tabs{background:#1f2937;border-color:#374151}[data-theme=dark] .em-startup-details-tab{color:#9ca3af}[data-theme=dark] .em-startup-details-tab:hover,[data-theme=dark] .em-startup-details-tab.active{color:#f9fafb;background:#374151}[data-theme=dark] .em-startup-details-tab-content,[data-theme=dark] .em-startup-details-card{background:#1f2937}[data-theme=dark] .em-startup-details-section{background:#1f2937;border-color:#374151}[data-theme=dark] .em-startup-details-section-title,[data-theme=dark] .em-startup-details-card-title,[data-theme=dark] .em-startup-details-field p,[data-theme=dark] .em-startup-details-compliance-content h3,[data-theme=dark] .em-startup-details-business-field p,[data-theme=dark] .em-startup-details-founder-name,[data-theme=dark] .em-startup-details-info-row span,[data-theme=dark] .em-startup-details-amount,[data-theme=dark] .em-startup-details-timeline-content p{color:#f9fafb}[data-theme=dark] .em-startup-details-section-subtitle,[data-theme=dark] .em-startup-details-field label,[data-theme=dark] .em-startup-details-compliance-content p,[data-theme=dark] .em-startup-details-business-field label,[data-theme=dark] .em-startup-details-info-row span,[data-theme=dark] .em-startup-details-funding-amount label,[data-theme=dark] .em-startup-details-timeline-content label{color:#9ca3af}[data-theme=dark] .em-startup-details-info-row label{color:#f9fafb}[data-theme=dark] .em-startup-details-business-field{border-bottom-color:#374151}[data-theme=dark] .em-startup-details-card{border-color:#374151}[data-theme=dark] .em-startup-details-compliance-active,[data-theme=dark] .em-startup-details-compliance-verified{background:#064e3b66;border-color:#065f46}[data-theme=dark] .em-startup-details-compliance-pending{background:#111827;border-color:#374151}[data-theme=dark] .em-startup-details-icon-btn{background:#1f2937;border-color:#374151;color:#9ca3af}[data-theme=dark] .em-startup-details-icon-btn:hover{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .em-startup-details-founder-actions{border-bottom-color:#374151}[data-theme=dark] .em-startup-details-btn-reject{background:#1f2937;border-color:#374151}[data-theme=dark] .em-startup-details-btn-reject:hover{background:#111827}.em-investors-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.em-investors-main{flex:1;overflow-y:auto;padding:20px 40px;background:#f9fafb}.em-investors-page-header{margin-bottom:32px}.em-investors-title{font-size:28px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.2;letter-spacing:-.02em}.em-investors-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1.5;font-weight:400}.em-investors-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.em-investors-stat-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 1px 3px #00000014;cursor:pointer}.em-investors-stat-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.em-investors-stat-card-content{padding:20px;display:flex;flex-direction:column;gap:10px}.em-investors-stat-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.em-investors-stat-icon-wrapper{display:flex;align-items:center;justify-content:center}.em-investors-stat-icon{width:48px;height:48px;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-investors-stat-icon svg{width:28px;height:28px}.em-investors-stat-title{font-size:16px;font-weight:500;color:#6b7280;text-align:right;margin-top:-24px}.em-investors-stat-number{font-size:52px;font-weight:600;color:#111827;line-height:1;text-align:right;margin-top:-36px}.em-investors-stat-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px}.em-investors-stat-subtitle{font-size:14px;color:#9ca3af;font-weight:400}.em-investors-stat-badge{padding:6px 14px;border-radius:14px;font-size:12px;font-weight:500;white-space:nowrap}.em-investors-badge-orange{background:#fdba74;color:#7c2d12;border:none}.em-investors-badge-green{background:#86efac;color:#064e3b;border:none}.em-investors-badge-red{background:#fca5a5;color:#7f1d1d;border:none}.em-investors-stat-card--orange{background:#fff}.em-investors-stat-card--orange .em-investors-stat-icon{background:linear-gradient(135deg,#fb923c,#f97316)}.em-investors-stat-card--green{background:#fff}.em-investors-stat-card--green .em-investors-stat-icon{background:linear-gradient(135deg,#10b981,#059669)}.em-investors-stat-card--red{background:#fff}.em-investors-stat-card--red .em-investors-stat-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.em-investors-data-section{background:#fff;border-radius:12px;padding:24px}.em-investors-data-header{margin-bottom:24px}.em-investors-data-title-group{display:flex;flex-direction:column;gap:4px}.em-investors-data-title{font-size:18px;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:8px}.em-investors-data-title svg{cursor:pointer;transition:opacity .2s ease}.em-investors-data-title svg:hover{opacity:.7}.em-investors-data-subtitle{font-size:13px;color:#9ca3af;margin:0}.em-investors-filters-row{display:flex;gap:12px;margin-bottom:24px;align-items:flex-start}.em-investors-filter-dropdown{display:flex;flex-direction:column;gap:0px}.em-investors-filter-dropdown label{display:none}.em-investors-select{padding:12px 40px 12px 18px;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:#111827;background:#fff;cursor:pointer;min-width:140px;transition:all .2s;font-weight:400;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px}.em-investors-select:hover{border-color:#d1d5db;background-color:#fafafa}.em-investors-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.em-investors-search-container{flex:1;position:relative;display:flex;align-items:center}.em-investors-search-icon{position:absolute;left:18px;pointer-events:none;width:18px;height:18px}.em-investors-search-input{flex:1;padding:12px 18px 12px 48px;border:1.5px solid #E5E7EB;border-radius:12px;font-size:15px;color:#111827;background:#fff;transition:all .2s;font-weight:400}.em-investors-search-input:hover{border-color:#d1d5db;background-color:#fafafa}.em-investors-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.em-investors-search-input::placeholder{color:#9ca3af}.em-investors-table-wrapper{margin-bottom:24px;overflow-x:auto;border:1.5px solid #E5E7EB;border-radius:12px}.em-investors-table{width:100%;border-collapse:collapse}.em-investors-table thead th{text-align:left;padding:16px;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1.5px solid #E5E7EB;white-space:nowrap;background:#fafafa}.em-investors-table thead th:first-child{border-top-left-radius:12px}.em-investors-table thead th:last-child{border-top-right-radius:12px}.em-investors-table tbody td{padding:18px 16px;font-size:14px;color:#1f2937;border-bottom:1px solid #F3F4F6}.em-investors-table tbody tr:last-child td{border-bottom:none}.em-investors-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.em-investors-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.em-investors-table tbody tr{transition:background .2s;cursor:pointer}.em-investors-table tbody tr:hover{background:#f9fafb}.em-investors-company-name{font-weight:500;color:#1f2937}.em-investors-email{color:#6b7280}.em-investors-stage-badge{display:inline-flex;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.stage-series-a{background:#dcfce7;color:#15803d}.stage-seed{background:#fef3c7;color:#92400e}.stage-series-b{background:#dbeafe;color:#1e40af}.stage-preseed{background:#f3e8ff;color:#7e22ce}.em-investors-progress-cell{display:flex;align-items:center;gap:12px}.em-investors-progress-bar{flex:1;height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;position:relative}.em-investors-progress-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:4px;transition:width .3s ease}.em-investors-progress-text{font-size:13px;font-weight:500;color:#6b7280;min-width:40px}.em-investors-status-badge{display:inline-flex;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap}.status-approved{background:#dcfce7;color:#15803d}.status-pending{background:#fef3c7;color:#92400e}.status-rejected{background:#fee2e2;color:#b91c1c}.em-investors-action-btn{padding:8px 20px;background:transparent;border:1.5px solid #D1D5DB;cursor:pointer;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s;font-size:14px;font-weight:500;color:#6b7280;white-space:nowrap}.em-investors-action-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.em-investors-pagination{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-top:8px}.em-investors-pagination-info{font-size:15px;color:#6b7280;font-weight:400;display:flex;align-items:center;gap:6px}.em-investors-pagination-current{font-weight:500;color:#111827;padding:6px 14px;border:1.5px solid #E5E7EB;border-radius:8px;background:#fafafa;display:inline-block}.em-investors-pagination-controls{display:flex;gap:6px;align-items:center}.em-investors-page-btn{min-width:40px;height:40px;padding:0;background:#f5f5f5;border:none;border-radius:8px;font-size:15px;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:400}.em-investors-page-btn:hover:not(:disabled):not(.em-investors-page-btn--active){background:#e5e7eb;color:#111827}.em-investors-page-btn--active{background:#1e3a8a;color:#fff;font-weight:500}.em-investors-page-btn--active:hover{background:#1e40af}.em-investors-page-btn:disabled{opacity:.4;cursor:not-allowed}.em-investors-page-btn svg{width:16px;height:16px}.em-investors-page-dots{color:#9ca3af;padding:0 4px;font-size:15px;-webkit-user-select:none;user-select:none}.em-investors-disclaimer{font-size:13px;color:#9ca3af;text-align:center;margin:24px 0 0;line-height:1.5;font-weight:400}.em-investors-disclaimer{font-size:12px;color:#9ca3af;text-align:center;margin:16px 0 0}@media(max-width:1400px){.em-investors-main{padding:24px 32px}.em-investors-stats-row{gap:20px}}@media(max-width:1200px){.em-investors-stats-row{grid-template-columns:repeat(3,1fr)}.em-investors-stat-value{font-size:40px}}@media(max-width:1024px){.em-investors-main{padding:20px 24px}.em-investors-stats-row{grid-template-columns:1fr;gap:16px}.em-investors-filters-row{flex-wrap:wrap}.em-investors-filter-dropdown{flex:1;min-width:160px}.em-investors-search-container{width:100%}}@media(max-width:768px){.em-investors-title{font-size:24px}.em-investors-stat-value{font-size:32px}.em-investors-table-wrapper{overflow-x:scroll}.em-investors-table{min-width:800px}.em-investors-pagination{flex-direction:column;gap:16px;align-items:flex-start}}@media(max-width:480px){.em-investors-main{padding:16px}.em-investors-title{font-size:20px}.em-investors-subtitle{font-size:13px}.em-investors-stat-card{padding:16px}.em-investors-stat-icon{width:40px;height:40px}.em-investors-stat-value{font-size:28px}.em-investors-data-section{padding:16px}}@media(prefers-color-scheme:dark){.em-investors-container,.em-investors-main{background:#111827}.em-investors-title{color:#f9fafb}.em-investors-subtitle,.em-investors-stat-label,.em-investors-stat-subtitle,.em-investors-data-subtitle,.em-investors-email{color:#9ca3af}.em-investors-stat-card--orange{background:linear-gradient(135deg,#451a03,#78350f)}.em-investors-stat-card--green{background:linear-gradient(135deg,#064e3b,#065f46)}.em-investors-stat-card--red{background:linear-gradient(135deg,#7f1d1d,#991b1b)}.em-investors-stat-value,.em-investors-company-name{color:#f9fafb}.em-investors-data-section{background:#1f2937}.em-investors-data-title{color:#f9fafb}.em-investors-select,.em-investors-search-input{background:#111827;border-color:#374151;color:#f9fafb}.em-investors-select:hover,.em-investors-search-input:hover{border-color:#4b5563}.em-investors-table thead th{color:#9ca3af;border-bottom-color:#374151}.em-investors-table tbody td{color:#d1d5db;border-bottom-color:#374151}.em-investors-table tbody tr:hover{background:#111827}.em-investors-progress-bar{background:#374151}.em-investors-page-btn{background:#1f2937;border-color:#374151;color:#d1d5db}.em-investors-page-btn:hover:not(:disabled){background:#111827;border-color:#4b5563}.em-investors-page-btn--active{background:#3b82f6;border-color:#3b82f6;color:#fff}.em-investors-pagination{border-top-color:#374151}.em-investors-pagination-info,.em-investors-disclaimer{color:#9ca3af}.em-investors-pagination-current{color:#f9fafb}.em-investors-action-btn:hover{background:#374151}}[data-theme=dark] .em-investors-container,[data-theme=dark] .em-investors-main{background:#111827}[data-theme=dark] .em-investors-title{color:#f9fafb}[data-theme=dark] .em-investors-subtitle,[data-theme=dark] .em-investors-stat-label,[data-theme=dark] .em-investors-stat-subtitle,[data-theme=dark] .em-investors-data-subtitle,[data-theme=dark] .em-investors-email{color:#9ca3af}[data-theme=dark] .em-investors-stat-card--orange{background:linear-gradient(135deg,#451a03,#78350f)}[data-theme=dark] .em-investors-stat-card--green{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .em-investors-stat-card--red{background:linear-gradient(135deg,#7f1d1d,#991b1b)}[data-theme=dark] .em-investors-stat-value,[data-theme=dark] .em-investors-company-name{color:#f9fafb}[data-theme=dark] .em-investors-data-section{background:#1f2937}[data-theme=dark] .em-investors-data-title{color:#f9fafb}[data-theme=dark] .em-investors-select,[data-theme=dark] .em-investors-search-input{background:#111827;border-color:#374151;color:#f9fafb}[data-theme=dark] .em-investors-select:hover,[data-theme=dark] .em-investors-search-input:hover{border-color:#4b5563}[data-theme=dark] .em-investors-table thead th{color:#9ca3af;border-bottom-color:#374151}[data-theme=dark] .em-investors-table tbody td{color:#d1d5db;border-bottom-color:#374151}[data-theme=dark] .em-investors-table tbody tr:hover{background:#111827}[data-theme=dark] .em-investors-progress-bar{background:#374151}[data-theme=dark] .em-investors-page-btn{background:#1f2937;border-color:#374151;color:#d1d5db}[data-theme=dark] .em-investors-page-btn:hover:not(:disabled){background:#111827;border-color:#4b5563}[data-theme=dark] .em-investors-page-btn--active{background:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .em-investors-pagination{border-top-color:#374151}[data-theme=dark] .em-investors-pagination-info,[data-theme=dark] .em-investors-disclaimer{color:#9ca3af}[data-theme=dark] .em-investors-pagination-current{color:#f9fafb}[data-theme=dark] .em-investors-action-btn:hover{background:#374151}[data-theme=dark] .em-investors-table-subtitle{color:#9ca3af}.em-investor-details-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.em-investor-details-main{flex:1;overflow-y:auto;padding:32px 40px;background:#f9fafb}.em-investor-details-back-btn{display:inline-flex;align-items:center;gap:8px;padding:0;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:400;cursor:pointer;transition:color .2s}.em-investor-details-back-btn:hover{color:#1f2937}.em-investor-details-back-btn svg{width:16px;height:16px;margin-top:2px;margin-right:2px}.em-investor-details-actions{display:flex;gap:12px;align-items:center}.em-investor-details-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.em-investor-details-btn svg{width:16px;height:16px}.em-investor-details-btn-reject{background:#fff;color:#dc2626;border:1px solid #FCA5A5}.em-investor-details-btn-reject:hover{background:#fef2f2;border-color:#dc2626}.em-investor-details-btn-approve{background:#10b981;color:#fff;border:1px solid #10B981}.em-investor-details-btn-approve:hover{background:#059669;border-color:#059669}.em-investor-details-header{margin-bottom:32px;padding:20px;background:#fff;border:1px solid #E5E7EB;border-radius:12px;max-width:820px}.em-investor-details-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.em-investor-details-title-group{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.em-investor-details-title{font-size:32px;font-weight:600;color:#1f2937;margin:0;line-height:1.2;white-space:nowrap}.em-investor-details-badge-verified{padding:6px 16px;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:13px;font-weight:500;white-space:nowrap}.em-investor-details-badge-warning{padding:3px 10px;background:#fff7ed;color:#ea580c;border:1px solid #FB923C;border-radius:5px;font-size:11px;font-weight:500;white-space:nowrap}.em-investor-details-type-btn{display:inline-block;padding:8px 18px;background:#fff;color:#6b7280;border:1.5px solid #D1D5DB;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;margin-left:240px}.em-investor-details-type-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.em-investor-details-meta-row{display:flex;align-items:center;gap:12px}.em-investor-details-meta-text{font-size:14px;color:#6b7280;margin:0}.em-investor-details-content{display:grid;grid-template-columns:1fr 360px;gap:32px}.em-investor-details-main-content{min-width:0;max-width:100%}.em-investor-details-tabs{display:flex;gap:0;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:4px;margin-bottom:24px;margin-top:-12px}.em-investor-details-tab{padding:10px 24px;background:transparent;border:none;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;border-radius:6px}.em-investor-details-tab:hover{color:#1f2937;background:#ffffff80}.em-investor-details-tab.active{color:#000;background:#fff;font-weight:500}.em-investor-details-tab-content{background:transparent;border-radius:0;padding:0}.em-investor-details-section{margin-bottom:24px;background:#fff;border-radius:16px;padding:40px;border:1px solid #E5E7EB;transition:all .2s ease}.em-investor-details-section:hover{box-shadow:0 1px 3px #0000000a}.em-investor-details-section:last-child{margin-bottom:0}.em-investor-details-section-title{font-size:24px;font-weight:600;color:#111827;margin:0 0 12px;line-height:1.25;letter-spacing:-.02em}.em-investor-details-section-subtitle{font-size:15px;font-weight:400;color:#6b7280;margin:0 0 40px;line-height:1.5}.em-investor-details-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 64px;row-gap:36px}.em-investor-details-info-item{display:flex;flex-direction:column;gap:12px}.em-investor-details-info-item label{display:block;font-size:14px;font-weight:500;color:#6b7280;margin:0;line-height:1.4;letter-spacing:0}.em-investor-details-info-item p{font-size:16px;font-weight:400;color:#111827;margin:0;line-height:1.5;transition:color .2s ease}.em-investor-details-link{color:#3b82f6!important;cursor:pointer;transition:all .2s ease;text-decoration:none}.em-investor-details-link:hover{text-decoration:underline;color:#2563eb!important}.em-investor-details-location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px 64px}.em-investor-details-location-grid .em-investor-details-info-item:nth-child(3){grid-column:1 / 2}.em-investor-details-sidebar{display:flex;flex-direction:column;gap:24px;margin-top:-120px}.em-investor-details-card{background:#fff;border-radius:16px;padding:32px;border:1px solid #E5E7EB;transition:all .2s ease}.em-investor-details-card:hover{box-shadow:0 2px 8px #0000000f}.em-investor-details-card-title{font-size:22px;font-weight:600;color:#111827;margin:0 0 32px;line-height:1.3;letter-spacing:-.02em;text-align:left}.em-investor-details-card-title:hover{color:#111827}.em-investor-details-profile-section{display:flex;flex-direction:column;align-items:center;padding-bottom:32px;border-bottom:1px solid #E5E7EB;margin-bottom:32px}.em-investor-details-profile-icon{margin-bottom:24px}.em-investor-details-profile-icon svg{width:120px;height:120px}.em-investor-details-profile-icon svg rect{fill:#e5e7eb;rx:60}.em-investor-details-profile-name{font-size:20px;font-weight:600;color:#111827;text-align:center;margin-bottom:24px;line-height:1.3;letter-spacing:-.01em}.em-investor-details-profile-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.em-investor-details-action-icon{width:48px;height:48px;border-radius:50%;background:#f3f4f6;border:none;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.em-investor-details-action-icon:hover{background:#e5e7eb;color:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.em-investor-details-action-icon svg{width:20px;height:20px}.em-investor-details-contact-info{display:flex;flex-direction:column;gap:24px}.em-investor-details-contact-item{display:flex;flex-direction:column;gap:8px}.em-investor-details-contact-label{font-size:14px;font-weight:600;color:#111827;letter-spacing:0;text-transform:none;line-height:1.4}.em-investor-details-contact-value{font-size:15px;font-weight:400;color:#6b7280;line-height:1.6}.em-investor-details-contact-link{color:#3b82f6!important;cursor:pointer;transition:color .2s ease}.em-investor-details-contact-link:hover{text-decoration:underline;color:#2563eb!important}.em-investor-details-capacity-summary{display:flex;flex-direction:column;gap:8px}.em-investor-details-capacity-summary label{font-size:16px;font-weight:400;color:#9ca3af;margin:0;line-height:1.5}.em-investor-details-amount{font-size:48px;font-weight:700;color:#10b981;margin:0;line-height:1.2;letter-spacing:-.02em}.em-investor-details-capacity-total{font-size:16px;font-weight:400;color:#9ca3af;margin:0;line-height:1.5}.em-investor-details-founder{display:flex;align-items:center;gap:12px;margin-bottom:20px}.em-investor-details-founder-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:600;flex-shrink:0;transition:all .2s;border:2px solid transparent}.em-investor-details-founder-avatar:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.em-investor-details-founder-info{flex:1;min-width:0}.em-investor-details-founder-name{font-size:15px;font-weight:600;color:#111827;margin:0 0 2px;line-height:1.4;transition:color .2s}.em-investor-details-founder-name:hover{color:#3b82f6}.em-investor-details-founder-role{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.em-investor-details-info-row{display:flex;justify-content:space-between;align-items:center;padding:8px;margin:-8px;border-radius:6px;transition:all .2s}.em-investor-details-info-row:hover{background:#f9fafb}.em-investor-details-info-label{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.em-investor-details-info-value{font-size:14px;font-weight:500;color:#111827;margin:0;line-height:1.4}.em-investor-details-timeline{display:flex;flex-direction:column;gap:16px}.em-investor-details-timeline-item{display:flex;align-items:flex-start;gap:12px;padding:8px;margin:-8px;border-radius:8px;cursor:pointer;transition:all .2s ease}.em-investor-details-timeline-item:hover{background:#f9fafb;transform:translate(2px)}.em-investor-details-timeline-item:hover .em-investor-details-timeline-icon{transform:scale(1.05)}.em-investor-details-timeline-item:hover .em-investor-details-timeline-icon-green{background:#10b98126;box-shadow:0 2px 8px #10b98133}.em-investor-details-timeline-item:hover .em-investor-details-timeline-icon-blue{background:#3b82f626;box-shadow:0 2px 8px #3b82f633}.em-investor-details-timeline-item:hover .em-investor-details-timeline-icon-purple{background:#8b5cf626;box-shadow:0 2px 8px #8b5cf633}.em-investor-details-timeline-item:hover .em-investor-details-timeline-date{color:#000}.em-investor-details-timeline-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.em-investor-details-timeline-icon-green{background:#10b9811a}.em-investor-details-timeline-icon-green svg{color:#10b981}.em-investor-details-timeline-icon-blue{background:#3b82f61a}.em-investor-details-timeline-icon-blue svg{color:#3b82f6}.em-investor-details-timeline-icon-purple{background:#8b5cf61a}.em-investor-details-timeline-icon-purple svg{color:#8b5cf6}.em-investor-details-timeline-icon svg{width:20px;height:20px}.em-investor-details-timeline-content{display:flex;flex-direction:column;gap:2px;flex:1;padding-top:2px}.em-investor-details-timeline-label{font-size:14px;font-weight:400;color:#9ca3af;margin:0;line-height:1.4}.em-investor-details-timeline-date{font-size:16px;font-weight:400;color:#111827;margin:0;line-height:1.3}.em-investor-details-amount{font-size:28px;font-weight:700;color:#16a34a;margin:0 0 8px;line-height:1.2;transition:all .2s}.em-investor-details-amount-label{font-size:13px;color:#6b7280;margin:0;line-height:1.4}font-weight: 600; color: #1F2937; margin: 0 0 4px 0; } .em-investor-section-subtitle{font-size:14px;color:#9ca3af;margin:0 0 24px}.em-investor-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.em-investor-info-item{display:flex;flex-direction:column;gap:8px}.em-investor-info-item label{font-size:13px;font-weight:500;color:#6b7280}.em-investor-info-item p{font-size:14px;color:#1f2937;margin:0}.em-investor-link{color:#3b82f6;cursor:pointer}.em-investor-link:hover{text-decoration:underline}.em-investor-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.em-investor-compliance-card{padding:20px;border-radius:12px;display:flex;gap:16px;align-items:flex-start;transition:all .2s}.em-investor-compliance-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.em-investor-compliance-active{background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.em-investor-compliance-pending{background:linear-gradient(135deg,#fff7ed,#ffedd5)}.em-investor-compliance-gray{background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.em-investor-compliance-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-investor-compliance-active .em-investor-compliance-icon{background:#10b981}.em-investor-compliance-pending .em-investor-compliance-icon{background:#f59e0b}.em-investor-compliance-gray .em-investor-compliance-icon{background:#6b7280}.em-investor-compliance-content{flex:1}.em-investor-compliance-content h3{font-size:15px;font-weight:600;color:#1f2937;margin:0 0 8px}.em-investor-compliance-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500}.em-investor-compliance-badge-active{background:#86efac;color:#15803d}.em-investor-compliance-badge-pending{background:#fed7aa;color:#c2410c}.em-investor-details-profile-info{display:flex;flex-direction:column;gap:0}.em-investor-details-profile-item{display:flex;flex-direction:column;gap:12px;padding:32px 0;border-bottom:1px solid #E5E7EB;transition:all .2s ease}.em-investor-details-profile-item:first-child{padding-top:0}.em-investor-details-profile-item:last-child{border-bottom:none;padding-bottom:0}.em-investor-details-profile-item label{font-size:14px;font-weight:400;color:#9ca3af;margin:0;line-height:1.4;letter-spacing:0}.em-investor-details-profile-item p{font-size:16px;font-weight:400;color:#111827;margin:0;line-height:1.5}.em-investor-details-stages{display:flex;gap:8px;flex-wrap:wrap}.em-investor-details-stage-badge{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;background:#f3f4f6;color:#374151;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.em-investor-details-stage-badge:hover{background:#e5e7eb;border-color:#d1d5db;transform:translateY(-1px)}.em-investor-details-stage-seed,.em-investor-details-stage-mvp{background:#f3f4f6;color:#374151}.em-investor-profile-info{display:flex;flex-direction:column;gap:24px}.em-investor-details-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.em-investor-details-compliance-list{display:flex;flex-direction:column;gap:12px}.em-investor-details-compliance-item{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-radius:12px;transition:all .25s ease;cursor:pointer;border:1px solid transparent;min-height:80px}.em-investor-details-compliance-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.em-investor-details-compliance-left{display:flex;align-items:center;gap:16px;flex:1}.em-investor-details-compliance-icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}.em-investor-details-compliance-text{display:flex;flex-direction:column;gap:6px}.em-investor-details-compliance-text h3{font-size:17px;font-weight:600;color:#111827;margin:0;line-height:1.25;letter-spacing:-.02em}.em-investor-details-compliance-text span{font-size:14px;font-weight:400;color:#6b7280;margin:0;line-height:1.4}.em-investor-details-compliance-item .em-investor-details-compliance-badge{padding:6px 16px;border-radius:8px;font-size:13px;font-weight:600;flex-shrink:0;transition:all .25s ease;letter-spacing:-.01em}.em-investor-details-compliance-success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b98126}.em-investor-details-compliance-success .em-investor-details-compliance-icon-circle{background:#10b981;box-shadow:0 4px 14px #10b9814d}.em-investor-details-compliance-success .em-investor-details-compliance-badge{background:#10b981;color:#fff;box-shadow:0 2px 8px #10b98133}.em-investor-details-compliance-success:hover{border-color:#10b98140}.em-investor-details-compliance-success:hover .em-investor-details-compliance-icon-circle{box-shadow:0 6px 18px #10b98166;transform:scale(1.05)}.em-investor-details-compliance-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b1a}.em-investor-details-compliance-warning .em-investor-details-compliance-icon-circle{background:#f59e0b;box-shadow:0 4px 12px #f59e0b40}.em-investor-details-compliance-warning .em-investor-details-compliance-badge{background:#f59e0b;color:#fff}.em-investor-details-compliance-warning:hover .em-investor-details-compliance-icon-circle{box-shadow:0 6px 16px #f59e0b59;transform:scale(1.05)}.em-investor-details-compliance-neutral{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#6b72801a}.em-investor-details-compliance-neutral .em-investor-details-compliance-icon-circle{background:#9ca3af;box-shadow:0 4px 12px #9ca3af40}.em-investor-details-compliance-neutral .em-investor-details-compliance-badge{background:#fff;color:#6b7280;border:1.5px solid #D1D5DB}.em-investor-details-compliance-neutral:hover .em-investor-details-compliance-icon-circle{box-shadow:0 6px 16px #9ca3af59;transform:scale(1.05)}.em-investor-details-compliance-card{padding:24px;border-radius:12px;display:flex;flex-direction:column;gap:12px;transition:all .2s ease;cursor:pointer;border:1px solid transparent}.em-investor-details-compliance-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.em-investor-details-compliance-active{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b98110}.em-investor-details-compliance-pending{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b10}.em-investor-details-compliance-gray{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-color:#6b728010}.em-investor-details-compliance-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.em-investor-details-compliance-card:hover .em-investor-details-compliance-icon{transform:scale(1.05)}.em-investor-details-compliance-active .em-investor-details-compliance-icon{background:#10b981;box-shadow:0 4px 12px #10b9814d}.em-investor-details-compliance-pending .em-investor-details-compliance-icon{background:#f59e0b;box-shadow:0 4px 12px #f59e0b4d}.em-investor-details-compliance-gray .em-investor-details-compliance-icon{background:#6b7280;box-shadow:0 4px 12px #6b72804d}.em-investor-details-compliance-content{flex:1;display:flex;flex-direction:column;gap:8px}.em-investor-details-compliance-content h3{font-size:16px;font-weight:600;color:#0f172a;margin:0;line-height:1.3;letter-spacing:-.01em}.em-investor-details-compliance-content span{n font-size: 13px;n font-weight: 400;n color: #64748B;n margin: 0;n line-height: 1.4;n}.em-investor-details-compliance-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;align-self:flex-end;margin-top:auto}.em-investor-details-compliance-active .em-investor-details-compliance-badge{background:#10b981;color:#fff}.em-investor-details-compliance-pending .em-investor-details-compliance-badge{background:#f59e0b;color:#fff}.em-investor-details-compliance-gray .em-investor-details-compliance-badge{background:#e5e7eb;color:#6b7280}.em-investor-profile-item{display:flex;flex-direction:column;gap:8px}.em-investor-profile-item label{font-size:13px;font-weight:500;color:#6b7280}.em-investor-profile-item p{font-size:14px;color:#1f2937;margin:0}.em-investor-stages{display:flex;gap:8px;flex-wrap:wrap}.em-investor-stage-badge{padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500}.em-investor-stage-seed{background:#fef3c7;color:#92400e}.em-investor-stage-mvp{background:#dbeafe;color:#1e40af}.em-investor-coin-badge{padding:6px 16px;border-radius:6px;font-size:13px;font-weight:500;background:#fef3c7;color:#92400e}.em-investor-details-financial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px 48px;margin-bottom:0}.em-investor-details-financial-card{display:flex;flex-direction:column;gap:12px}.em-investor-details-financial-card label{font-size:14px;font-weight:400;color:#9ca3af;margin:0;line-height:1.4}.em-investor-details-financial-value{font-size:32px;font-weight:600;color:#111827;margin:0;line-height:1.2;letter-spacing:-.02em}.em-investor-details-financial-value-green{color:#10b981!important;font-weight:600}.em-investor-details-capacity{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #E5E7EB}.em-investor-details-capacity label{font-size:14px;font-weight:400;color:#9ca3af;display:block;margin:0 0 12px;line-height:1.4}.em-investor-details-capacity-text{font-size:16px;font-weight:400;color:#111827;margin:0 0 16px;line-height:1.5}.em-investor-details-capacity-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;position:relative}.em-investor-details-capacity-fill{height:100%;background:#10b981;border-radius:4px;transition:width .3s ease}.em-investor-details-summary-grid{display:flex;flex-direction:column;gap:0}.em-investor-details-summary-item{display:flex;flex-direction:column;gap:12px;padding:32px 0;border-bottom:1px solid #E5E7EB}.em-investor-details-summary-item:first-child{padding-top:0}.em-investor-details-summary-item:last-child{border-bottom:none;padding-bottom:0}.em-investor-details-summary-item label{font-size:14px;font-weight:400;color:#9ca3af;margin:0;line-height:1.4}.em-investor-details-summary-item p{font-size:16px;font-weight:400;color:#111827;margin:0;line-height:1.5}.em-investor-financial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.em-investor-financial-card{display:flex;flex-direction:column;gap:8px}.em-investor-financial-card label{font-size:13px;font-weight:500;color:#6b7280}.em-investor-financial-value{font-size:28px;font-weight:600;color:#1f2937;margin:0}.em-investor-financial-value-green{color:#10b981}.em-investor-capacity{margin-bottom:32px}.em-investor-capacity label{font-size:13px;font-weight:500;color:#6b7280;display:block;margin-bottom:8px}.em-investor-capacity-text{font-size:14px;color:#1f2937;margin:0 0 12px}.em-investor-capacity-bar{width:100%;height:12px;background:#f3f4f6;border-radius:6px;overflow:hidden}.em-investor-capacity-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:6px;transition:width .3s ease}.em-investor-summary-grid{display:grid;grid-template-columns:1fr;gap:24px}.em-investor-summary-item{display:flex;flex-direction:column;gap:8px}.em-investor-summary-item label{font-size:13px;font-weight:500;color:#6b7280}.em-investor-summary-item p{font-size:14px;color:#1f2937;margin:0}.em-investor-details-interests-info{display:flex;flex-direction:column;gap:0}.em-investor-details-interest-item{display:flex;flex-direction:column;gap:12px;padding:32px 0;border-bottom:1px solid #E5E7EB;transition:all .2s ease}.em-investor-details-interest-item:first-child{padding-top:0}.em-investor-details-interest-item:last-child{border-bottom:none;padding-bottom:0}.em-investor-details-interest-item label{font-size:14px;font-weight:400;color:#9ca3af;margin:0;line-height:1.4;letter-spacing:0}.em-investor-details-interest-item p{font-size:16px;font-weight:400;color:#111827;margin:0;line-height:1.5}.em-investor-details-coin-badge{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;background:#fef3c7;color:#92400e;transition:all .2s ease;cursor:pointer;border:1px solid transparent;display:inline-block;width:fit-content}.em-investor-details-coin-badge:hover{background:#fde68a;border-color:#fcd34d;transform:translateY(-1px)}.em-investor-interests-info{display:flex;flex-direction:column;gap:24px}.em-investor-interest-item{display:flex;flex-direction:column;gap:8px}.em-investor-interest-item label{font-size:13px;font-weight:500;color:#6b7280}.em-investor-interest-item p{font-size:14px;color:#1f2937;margin:0}.em-investor-sidebar{display:flex;flex-direction:column;gap:24px}.em-investor-sidebar-card{background:#fff;border-radius:12px;padding:24px}.em-investor-sidebar-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 20px}.em-investor-profile-section{display:flex;flex-direction:column;align-items:center;gap:16px;padding-bottom:20px;border-bottom:1px solid #F3F4F6;margin-bottom:20px}.em-investor-profile-icon{margin-bottom:8px}.em-investor-profile-name{font-size:16px;font-weight:600;color:#1f2937;text-align:center}.em-investor-profile-actions{display:flex;gap:12px}.em-investor-action-icon{width:48px;height:48px;border-radius:50%;background:#f3f4f6;border:none;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.em-investor-action-icon:hover{background:#e5e7eb;color:#374151;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.em-investor-action-icon svg{width:20px;height:20px}.em-investor-contact-info{display:flex;flex-direction:column;gap:24px}.em-investor-contact-item{display:flex;flex-direction:column;gap:8px}.em-investor-contact-label{font-size:14px;font-weight:600;color:#111827;letter-spacing:0;text-transform:none;line-height:1.4}.em-investor-contact-value{font-size:15px;font-weight:400;color:#6b7280;line-height:1.6}.em-investor-contact-link{color:#3b82f6!important;cursor:pointer;transition:color .2s ease}.em-investor-contact-link:hover{text-decoration:underline;color:#2563eb!important}.em-investor-capacity-summary{text-align:center}.em-investor-capacity-summary label{font-size:13px;font-weight:500;color:#9ca3af;display:block;margin-bottom:12px}.em-investor-capacity-amount{font-size:36px;font-weight:700;color:#10b981;margin:0 0 4px}.em-investor-capacity-total{font-size:13px;color:#6b7280}.em-investor-timeline{display:flex;flex-direction:column;gap:20px}.em-investor-timeline-item{display:flex;gap:16px;align-items:flex-start}.em-investor-timeline-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-investor-timeline-icon-green{background:#10b981}.em-investor-timeline-icon-blue{background:#3b82f6}.em-investor-timeline-icon-purple{background:#8b5cf6}.em-investor-timeline-content{flex:1}.em-investor-timeline-label{font-size:14px;font-weight:500;color:#1f2937;margin:0 0 4px}.em-investor-timeline-date{font-size:13px;color:#6b7280;margin:0}@media(max-width:1400px){.em-investor-content-grid{grid-template-columns:1fr 340px;gap:24px}.em-investor-details-main{padding:24px 32px}}@media(max-width:1200px){.em-investor-content-grid,.em-investor-compliance-grid,.em-investor-financial-grid{grid-template-columns:1fr}}@media(max-width:1024px){.em-investor-details-main{padding:20px 24px}.em-investor-details-content{grid-template-columns:1fr}.em-investor-details-sidebar{order:-1;margin-top:0}}@media(max-width:768px){.em-investor-details-title{font-size:24px}.em-investor-details-title-row{flex-direction:column;gap:16px}.em-investor-details-type-btn{width:100%;justify-content:center}.em-investor-details-info-grid{grid-template-columns:1fr}.em-investor-details-tabs{overflow-x:auto}.em-investor-details-tab{flex:none;min-width:140px}.em-investor-details-tab-content{padding:24px}}@media(max-width:480px){.em-investor-details-main{padding:16px}.em-investor-details-title{font-size:24px}.em-investor-details-badge-warning,.em-investor-details-badge-verified{font-size:11px;padding:4px 12px}.em-investor-details-type-btn{font-size:13px;padding:8px 20px}.em-investor-details-meta-text{font-size:13px}}@media(prefers-color-scheme:dark){.em-investor-details-container,.em-investor-details-main{background:#111827}.em-investor-details-back-btn{color:#9ca3af}.em-investor-details-back-btn:hover,.em-investor-details-title{color:#f9fafb}.em-investor-details-meta-text{color:#9ca3af}.em-investor-details-badge-warning{background:#78350f;color:#fdba74}.em-investor-details-type-btn{background:#1f2937;border-color:#374151;color:#9ca3af}.em-investor-details-type-btn:hover{background:#374151;color:#f9fafb}}.em-investor-main-content,.em-investor-sidebar-card{background:#1f2937}.em-investor-tabs{background:#1f2937;border-bottom-color:#374151}.em-investor-tab{color:#9ca3af}.em-investor-tab:hover{color:#f9fafb;background:#111827}.em-investor-tab-active,.em-investor-section-title,.em-investor-sidebar-title,.em-investor-profile-name,.em-investor-contact-value,.em-investor-timeline-label,.em-investor-info-item p,.em-investor-profile-item p,.em-investor-summary-item p,.em-investor-interest-item p,.em-investor-compliance-content h3,.em-investor-financial-value,.em-investor-capacity-text{color:#f9fafb}.em-investor-section-subtitle,.em-investor-contact-label,.em-investor-info-item label,.em-investor-profile-item label,.em-investor-summary-item label,.em-investor-interest-item label,.em-investor-financial-card label,.em-investor-capacity label,.em-investor-capacity-summary label,.em-investor-capacity-total,.em-investor-timeline-date{color:#9ca3af}.em-investor-compliance-active{background:linear-gradient(135deg,#064e3b,#065f46)}.em-investor-compliance-pending{background:linear-gradient(135deg,#451a03,#78350f)}.em-investor-compliance-gray{background:linear-gradient(135deg,#1f2937,#374151)}.em-investor-action-icon{background:#111827;border-color:#374151}.em-investor-action-icon:hover{background:#374151;color:#f9fafb}.em-investor-profile-section{border-bottom-color:#374151}.em-investor-capacity-bar{background:#374151}} [data-theme="dark"] .em-investor-details-card{background:#1f2937;border-color:#374151}[data-theme=dark] .em-investor-details-card-title,[data-theme=dark] .em-investor-details-profile-name{color:#f9fafb}[data-theme=dark] .em-investor-details-profile-icon svg rect{fill:#374151}[data-theme=dark] .em-investor-details-profile-icon svg path{stroke:#6b7280}[data-theme=dark] .em-investor-details-action-icon{background:#374151;color:#9ca3af}[data-theme=dark] .em-investor-details-action-icon:hover{background:#4b5563;color:#f9fafb}[data-theme=dark] .em-investor-details-action-icon svg path,[data-theme=dark] .em-investor-details-action-icon svg g{stroke:#9ca3af}[data-theme=dark] .em-investor-details-action-icon:hover svg path,[data-theme=dark] .em-investor-details-action-icon:hover svg g{stroke:#f9fafb}[data-theme=dark] .em-investor-details-profile-section{border-bottom-color:#374151}[data-theme=dark] .em-investor-details-contact-label{color:#f9fafb}[data-theme=dark] .em-investor-details-contact-value{color:#9ca3af}[data-theme=dark] .em-investor-details-contact-link{color:#60a5fa!important}[data-theme=dark] .em-investor-details-contact-link:hover{color:#3b82f6!important}[data-theme=dark] .em-investor-details-capacity-summary label{color:#9ca3af}[data-theme=dark] .em-investor-details-amount{color:#10b981}[data-theme=dark] .em-investor-details-capacity-total{color:#9ca3af}[data-theme=dark] .em-investor-details-timeline-icon-green{background:#10b98126}[data-theme=dark] .em-investor-details-timeline-icon-blue{background:#3b82f626}[data-theme=dark] .em-investor-details-timeline-icon-purple{background:#8b5cf626}[data-theme=dark] .em-investor-details-timeline-label{color:#9ca3af}[data-theme=dark] .em-investor-details-timeline-date{color:#f9fafb}[data-theme=dark] .em-investor-details-container,[data-theme=dark] .em-investor-details-main{background:#111827}[data-theme=dark] .em-investor-details-back-btn{color:#9ca3af}[data-theme=dark] .em-investor-details-back-btn:hover{color:#f9fafb}[data-theme=dark] .em-investor-details-header{background:#1f2937;border-color:#374151}[data-theme=dark] .em-investor-details-btn-reject{background:#1f2937;color:#ef4444;border-color:#7f1d1d}[data-theme=dark] .em-investor-details-btn-reject:hover{background:#450a0a;border-color:#dc2626}[data-theme=dark] .em-investor-details-btn-approve{background:#10b981;color:#fff;border-color:#10b981}[data-theme=dark] .em-investor-details-btn-approve:hover{background:#059669;border-color:#059669}[data-theme=dark] .em-investor-details-title{color:#f9fafb}[data-theme=dark] .em-investor-details-meta-text{color:#9ca3af}[data-theme=dark] .em-investor-details-badge-warning{background:#78350f;color:#fdba74}[data-theme=dark] .em-investor-details-type-btn{background:#1f2937;border-color:#374151;color:#9ca3af}[data-theme=dark] .em-investor-details-type-btn:hover{background:#374151;color:#f9fafb}[data-theme=dark] .em-investor-main-content,[data-theme=dark] .em-investor-sidebar-card{background:#1f2937}[data-theme=dark] .em-investor-tabs{background:#1f2937;border-bottom-color:#374151}[data-theme=dark] .em-investor-tab{color:#9ca3af}[data-theme=dark] .em-investor-tab:hover{color:#f9fafb;background:#111827}[data-theme=dark] .em-investor-tab-active,[data-theme=dark] .em-investor-section-title,[data-theme=dark] .em-investor-sidebar-title,[data-theme=dark] .em-investor-profile-name,[data-theme=dark] .em-investor-contact-value,[data-theme=dark] .em-investor-timeline-label,[data-theme=dark] .em-investor-info-item p,[data-theme=dark] .em-investor-profile-item p,[data-theme=dark] .em-investor-summary-item p,[data-theme=dark] .em-investor-interest-item p,[data-theme=dark] .em-investor-compliance-content h3,[data-theme=dark] .em-investor-financial-value,[data-theme=dark] .em-investor-capacity-text{color:#f9fafb}[data-theme=dark] .em-investor-section-subtitle,[data-theme=dark] .em-investor-contact-label,[data-theme=dark] .em-investor-info-item label,[data-theme=dark] .em-investor-profile-item label,[data-theme=dark] .em-investor-summary-item label,[data-theme=dark] .em-investor-interest-item label,[data-theme=dark] .em-investor-financial-card label,[data-theme=dark] .em-investor-capacity label,[data-theme=dark] .em-investor-capacity-summary label,[data-theme=dark] .em-investor-capacity-total,[data-theme=dark] .em-investor-timeline-date{color:#9ca3af}[data-theme=dark] .em-investor-compliance-active{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .em-investor-compliance-pending{background:linear-gradient(135deg,#451a03,#78350f)}[data-theme=dark] .em-investor-compliance-gray{background:linear-gradient(135deg,#1f2937,#374151)}[data-theme=dark] .em-investor-action-icon{background:#111827;border-color:#374151}[data-theme=dark] .em-investor-action-icon:hover{background:#374151;color:#f9fafb}[data-theme=dark] .em-investor-profile-section{border-bottom-color:#374151}[data-theme=dark] .em-investor-capacity-bar{background:#374151}[data-theme=dark] .em-investor-details-section{background:#1f2937;border-color:#374151}[data-theme=dark] .em-investor-details-section-title{color:#f9fafb}[data-theme=dark] .em-investor-details-section-subtitle,[data-theme=dark] .em-investor-details-info-item label{color:#9ca3af}[data-theme=dark] .em-investor-details-info-item p{color:#f9fafb}[data-theme=dark] .em-investor-details-link{color:#60a5fa!important}[data-theme=dark] .em-investor-details-link:hover{color:#3b82f6!important}[data-theme=dark] .em-investor-details-compliance-active{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#10b98120}[data-theme=dark] .em-investor-details-compliance-pending{background:linear-gradient(135deg,#451a03,#78350f);border-color:#f59e0b20}[data-theme=dark] .em-investor-details-compliance-gray{background:linear-gradient(135deg,#1f2937,#374151);border-color:#6b728020}[data-theme=dark] .em-investor-details-compliance-content h3{color:#f9fafb}[data-theme=dark] .em-investor-details-compliance-content span{color:#9ca3af}[data-theme=dark] .em-investor-details-compliance-success{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#10b98133}[data-theme=dark] .em-investor-details-compliance-warning{background:linear-gradient(135deg,#451a03,#78350f);border-color:#f59e0b33}[data-theme=dark] .em-investor-details-compliance-neutral{background:linear-gradient(135deg,#1f2937,#374151);border-color:#6b728033}[data-theme=dark] .em-investor-details-compliance-text h3{color:#f9fafb}[data-theme=dark] .em-investor-details-compliance-text span{color:#9ca3af}[data-theme=dark] .em-investor-details-compliance-neutral .em-investor-details-compliance-badge{background:#374151;color:#d1d5db;border-color:#4b5563}[data-theme=dark] .em-investor-details-tabs{background:#1f2937;border-color:#374151}[data-theme=dark] .em-investor-details-tab{color:#9ca3af}[data-theme=dark] .em-investor-details-tab:hover{color:#f9fafb;background:#37415180}[data-theme=dark] .em-investor-details-tab.active{color:#f9fafb;background:#374151}[data-theme=dark] .em-investor-details-profile-item{border-bottom-color:#374151}[data-theme=dark] .em-investor-details-profile-item label{color:#9ca3af}[data-theme=dark] .em-investor-details-profile-item p{color:#f9fafb}[data-theme=dark] .em-investor-details-stage-badge{background:#374151;color:#d1d5db;border-color:#4b5563}[data-theme=dark] .em-investor-details-stage-badge:hover{background:#4b5563;border-color:#6b7280;color:#f9fafb}[data-theme=dark] .em-investor-details-financial-card label{color:#9ca3af}[data-theme=dark] .em-investor-details-financial-value{color:#f9fafb}[data-theme=dark] .em-investor-details-financial-value-green{color:#10b981!important}[data-theme=dark] .em-investor-details-capacity{border-bottom-color:#374151}[data-theme=dark] .em-investor-details-capacity label{color:#9ca3af}[data-theme=dark] .em-investor-details-capacity-text{color:#f9fafb}[data-theme=dark] .em-investor-details-capacity-bar{background:#374151}[data-theme=dark] .em-investor-details-capacity-fill{background:#10b981}[data-theme=dark] .em-investor-details-summary-item{border-bottom-color:#374151}[data-theme=dark] .em-investor-details-summary-item label{color:#9ca3af}[data-theme=dark] .em-investor-details-summary-item p{color:#f9fafb}[data-theme=dark] .em-investor-details-interest-item{border-bottom-color:#374151}[data-theme=dark] .em-investor-details-interest-item label{color:#9ca3af}[data-theme=dark] .em-investor-details-interest-item p{color:#f9fafb}[data-theme=dark] .em-investor-details-coin-badge{background:#78350f;color:#fcd34d;border-color:#92400e}[data-theme=dark] .em-investor-details-coin-badge:hover{background:#92400e;border-color:#b45309;color:#fde68a}@media(max-width:1024px){.em-investor-details-compliance-grid{grid-template-columns:1fr;gap:16px}.em-investor-details-compliance-list{gap:14px}.em-investor-details-info-grid,.em-investor-details-location-grid{grid-template-columns:1fr;gap:28px}.em-investor-details-location-grid .em-investor-details-info-item:nth-child(3){grid-column:1}.em-investor-details-section{padding:32px}.em-investor-details-card{padding:28px}.em-investor-details-card-title{font-size:20px;margin-bottom:28px}.em-investor-details-profile-icon svg{width:100px;height:100px}.em-investor-details-amount{font-size:40px}.em-investor-details-capacity-summary label,.em-investor-details-capacity-total{font-size:15px}.em-investor-details-timeline{gap:20px}.em-investor-details-timeline-icon{width:44px;height:44px}.em-investor-details-timeline-icon svg{width:22px;height:22px}.em-investor-details-timeline-label{font-size:15px}.em-investor-details-timeline-date,.em-investor-details-profile-name{font-size:18px}.em-investor-details-financial-grid{gap:32px 40px}.em-investor-details-financial-card label{font-size:13px}.em-investor-details-financial-value{font-size:28px}.em-investor-details-capacity{margin-bottom:36px;padding-bottom:36px}.em-investor-details-capacity label{font-size:13px}.em-investor-details-capacity-text{font-size:15px}.em-investor-details-summary-item{padding:28px 0}.em-investor-details-summary-item label{font-size:13px}.em-investor-details-summary-item p{font-size:15px}.em-investor-details-interest-item{padding:28px 0}.em-investor-details-interest-item label{font-size:13px}.em-investor-details-interest-item p{font-size:15px}.em-investor-details-coin-badge{padding:7px 14px;font-size:13px}}@media(max-width:768px){.em-investor-details-section{padding:24px}.em-investor-details-section-title{font-size:20px}.em-investor-details-section-subtitle{font-size:14px;margin-bottom:32px}.em-investor-details-info-grid{gap:24px}.em-investor-details-info-item{gap:10px}.em-investor-details-info-item label{font-size:13px}.em-investor-details-info-item p{font-size:15px}.em-investor-details-profile-item{padding:28px 0}.em-investor-details-profile-item label{font-size:13px}.em-investor-details-profile-item p{font-size:15px}.em-investor-details-stage-badge{padding:7px 14px;font-size:13px}.em-investor-details-financial-grid{gap:28px 32px;grid-template-columns:1fr}.em-investor-details-financial-card label{font-size:13px}.em-investor-details-financial-value{font-size:26px}.em-investor-details-capacity{margin-bottom:32px;padding-bottom:32px}.em-investor-details-capacity label{font-size:13px}.em-investor-details-capacity-text{font-size:14px}.em-investor-details-summary-item{padding:24px 0}.em-investor-details-summary-item label{font-size:13px}.em-investor-details-summary-item p{font-size:14px}.em-investor-details-interest-item{padding:24px 0}.em-investor-details-interest-item label{font-size:13px}.em-investor-details-interest-item p{font-size:14px}.em-investor-details-coin-badge{padding:7px 14px;font-size:13px}.em-investor-details-compliance-card{padding:20px}.em-investor-details-compliance-item{padding:20px 24px;flex-direction:row}.em-investor-details-compliance-icon-circle{width:48px;height:48px}.em-investor-details-compliance-left{gap:16px}.em-investor-details-compliance-text h3{font-size:17px}.em-investor-details-compliance-text span{font-size:14px}.em-investor-details-compliance-item .em-investor-details-compliance-badge{padding:6px 16px;font-size:13px}.em-investor-details-compliance-icon{width:40px;height:40px}.em-investor-details-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.em-investor-details-tab{padding:10px 20px;font-size:14px}.em-investor-details-card{padding:24px}.em-investor-details-card-title{font-size:18px;margin-bottom:24px}.em-investor-details-profile-icon svg{width:90px;height:90px}.em-investor-details-amount{font-size:36px}.em-investor-details-capacity-summary label,.em-investor-details-capacity-total{font-size:14px}.em-investor-details-timeline{gap:18px}.em-investor-details-timeline-icon{width:40px;height:40px}.em-investor-details-timeline-icon svg{width:20px;height:20px}.em-investor-details-timeline-label{font-size:14px}.em-investor-details-timeline-date{font-size:17px}.em-investor-details-profile-name{font-size:17px;margin-bottom:20px}.em-investor-details-action-icon{width:44px;height:44px}.em-investor-details-contact-info{gap:20px}.em-investor-details-contact-label{font-size:13px}.em-investor-details-contact-value{font-size:14px}}@media(max-width:480px){.em-investor-details-section{padding:20px}.em-investor-details-section-title{font-size:18px}.em-investor-details-section-subtitle{font-size:13px;margin-bottom:28px}.em-investor-details-info-grid{gap:20px}.em-investor-details-info-item{gap:8px}.em-investor-details-info-item label{font-size:12px}.em-investor-details-info-item p{font-size:14px}.em-investor-details-compliance-card{padding:16px}.em-investor-details-compliance-item{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:16px}.em-investor-details-compliance-left{width:100%;gap:14px}.em-investor-details-compliance-icon-circle{width:44px;height:44px}.em-investor-details-compliance-text h3{font-size:16px}.em-investor-details-compliance-text span{font-size:13px}.em-investor-details-compliance-item .em-investor-details-compliance-badge{align-self:flex-start;padding:6px 14px;font-size:12px}.em-investor-details-card{padding:20px}.em-investor-details-card-title{font-size:16px;margin-bottom:20px}.em-investor-details-profile-icon svg{width:80px;height:80px}.em-investor-details-profile-name{font-size:16px;margin-bottom:16px}.em-investor-details-profile-section{padding-bottom:24px;margin-bottom:24px}.em-investor-details-profile-actions{gap:10px}.em-investor-details-action-icon{width:42px;height:42px}.em-investor-details-action-icon svg{width:18px;height:18px}.em-investor-details-amount{font-size:32px}.em-investor-details-capacity-summary label,.em-investor-details-capacity-total{font-size:13px}.em-investor-details-timeline{gap:16px}.em-investor-details-timeline-item{gap:12px}.em-investor-details-timeline-icon{width:36px;height:36px}.em-investor-details-timeline-icon svg{width:18px;height:18px}.em-investor-details-timeline-label{font-size:13px}.em-investor-details-timeline-date{font-size:16px}.em-investor-details-contact-info{gap:18px}.em-investor-details-contact-label{font-size:12px}.em-investor-details-contact-value{font-size:13px}.em-investor-details-profile-item{padding:24px 0}.em-investor-details-profile-item label{font-size:12px}.em-investor-details-profile-item p{font-size:14px}.em-investor-details-stage-badge{padding:6px 12px;font-size:12px}.em-investor-details-stages{gap:6px}.em-investor-details-financial-grid{gap:24px;grid-template-columns:1fr}.em-investor-details-financial-card{gap:10px}.em-investor-details-financial-card label{font-size:12px}.em-investor-details-financial-value{font-size:24px}.em-investor-details-capacity{margin-bottom:28px;padding-bottom:28px}.em-investor-details-capacity label{font-size:12px;margin-bottom:10px}.em-investor-details-capacity-text{font-size:13px;margin-bottom:14px}.em-investor-details-capacity-bar{height:6px}.em-investor-details-summary-item{padding:20px 0;gap:10px}.em-investor-details-summary-item label{font-size:12px}.em-investor-details-summary-item p{font-size:13px}.em-investor-details-interest-item{padding:20px 0;gap:10px}.em-investor-details-interest-item label{font-size:12px}.em-investor-details-interest-item p{font-size:13px}.em-investor-details-coin-badge{padding:6px 12px;font-size:12px}}@media(min-width:1025px){.sidebar-collapsed .em-investor-details-main,.sidebar-expanded .em-investor-details-main{margin-left:0;width:100%}}@media(max-width:1280px){.em-investor-details-content{grid-template-columns:1fr}.em-investor-details-sidebar{margin-top:0}}.em-funding-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.em-funding-main{flex:1;overflow-y:auto;padding:16px 40px 32px;background:#f9fafb}.em-funding-page-header{margin-bottom:32px}.em-funding-title{font-size:32px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.2}.em-funding-subtitle{font-size:14px;color:#6b7280;margin:0}.em-funding-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.em-funding-stat-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 2px #0000000d;transition:all .2s;display:flex;flex-direction:column;position:relative;cursor:pointer}.em-funding-stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.em-funding-stat-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:48px;flex-shrink:0}.em-funding-stat-icon-green{background:#10b981}.em-funding-stat-icon-blue{background:#3b82f6}.em-funding-stat-icon-purple{background:#8b5cf6}.em-funding-stat-icon-blue2{background:#60a5fa}.em-funding-stat-content{display:flex;flex-direction:column;gap:0}.em-funding-stat-meta{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#f3f4f6;border-radius:20px}.em-funding-stat-trend{font-size:12px;font-weight:600;color:#10b981}.em-funding-stat-trend-indigo{color:#432dd7}.em-funding-stat-meta-indigo{background:#eef2ff}.em-funding-stat-period{font-size:12px;font-weight:500;color:#6366f1}.em-funding-stat-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.em-funding-stat-value{font-size:36px;font-weight:700;color:#1f2937;line-height:1;margin-bottom:16px}.em-funding-stat-value-green{color:#10b981}.em-funding-stat-value-blue{color:#3b82f6}.em-funding-stat-value-purple{color:#8b5cf6}.em-funding-stat-value-blue2{color:#60a5fa}.em-funding-stat-footer{display:flex;flex-direction:column;gap:8px}.em-funding-stat-bar{height:4px;background:#f3f4f6;border-radius:2px;overflow:hidden}.em-funding-stat-bar-green-bg{background:#d1fae5}.em-funding-stat-bar-blue-bg{background:#dbeafe}.em-funding-stat-bar-purple-bg{background:#ede9fe}.em-funding-stat-bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.em-funding-stat-bar-green{background:#10b981}.em-funding-stat-bar-blue{background:#3b82f6}.em-funding-stat-bar-purple{background:#8b5cf6}.em-funding-stat-subtext{font-size:12px;color:#9ca3af;font-weight:400}.em-funding-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;transition:grid-template-columns .4s ease}.em-funding-charts--has-expanded{grid-template-columns:1fr}.em-funding-chart-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 1px 2px #0000000d;transition:all .35s cubic-bezier(.4,0,.2,1);cursor:default;width:100%;overflow:visible;min-height:450px}.em-funding-chart-card:hover{box-shadow:0 4px 12px #00000014}.em-funding-chart-card--expanded{min-height:520px}.em-funding-chart-card--hidden{display:none}.em-funding-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.em-funding-chart-title{font-size:22px;font-weight:600;color:#1f2937;margin:0 0 8px;letter-spacing:-.02em;line-height:1.3}.em-funding-chart-subtitle{font-size:14px;color:#6b7280;margin:0;font-weight:400;line-height:1.5}.expand-btn:hover,.edit-btn:hover,.more-options:hover{background:#88888812;color:#444}.expand-btn:active,.edit-btn:active,.more-options:active{background:#8888881f}.expand-btn.expanded{background:#6366f114;color:#6366f1}.more-options.active{background:#8888881a;color:#444}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:6px;min-width:168px;z-index:1000;animation:emFadeInDown .18s cubic-bezier(.34,1.56,.64,1)}.dropdown-menu button{width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:13.5px;color:#374151;cursor:pointer;border-radius:7px;transition:all .15s ease;font-weight:400;display:flex;align-items:center;gap:8px}.em-dropdown-icon{font-size:14px}@keyframes emFadeInDown{0%{opacity:0;transform:scale(.93) translateY(-6px);transform-origin:top right}to{opacity:1;transform:scale(1) translateY(0);transform-origin:top right}}.em-chart-legend{display:flex;align-items:center;gap:7px;margin-bottom:10px;margin-top:-4px}.em-chart-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.em-chart-legend-dot--green{background:#10b981}.em-chart-legend-dot--indigo{background:#6366f1}.em-chart-legend-text{font-size:12px;color:#9ca3af;font-weight:400}.em-funding-chart-content{width:100%;height:300px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:visible;padding:10px 0}.em-funding-line-chart,.em-investment-deals-chart{width:100%;height:100%;overflow:visible}.em-chart-gridline{transition:stroke .25s}.em-chart-axis-label{-webkit-user-select:none;user-select:none}.em-chart-draw-line{stroke-dasharray:1400;stroke-dashoffset:1400;transition:stroke-dashoffset 1.4s cubic-bezier(.4,0,.2,1)}.em-chart-draw-line--visible{stroke-dashoffset:0}.em-chart-area{opacity:0;transition:opacity .8s ease .5s}.em-chart-area--visible{opacity:1}.em-funding-chart-line{transition:filter .25s ease}.em-funding-chart-point,.em-chart-point{cursor:crosshair;transition:r .15s ease,filter .15s ease}.em-chart-pulse-ring{animation:emPulseRing 1.2s ease-in-out infinite}@keyframes emPulseRing{0%{r:8;stroke-opacity:.35}60%{r:13;stroke-opacity:0}to{r:8;stroke-opacity:0}}.em-chart-tooltip{pointer-events:none;animation:emFadeIn .15s ease}@keyframes emFadeIn{0%{opacity:0}to{opacity:1}}.em-search-clear-btn{background:none;border:none;font-size:13px;color:#9ca3af;cursor:pointer;padding:2px 5px;border-radius:4px;line-height:1;transition:color .15s,background .15s;flex-shrink:0}.em-search-clear-btn:hover{color:#ef4444;background:#fee2e2}.em-funding-empty-cell{text-align:center;padding:0!important;border:none!important}.em-funding-empty-state{padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:10px;color:#9ca3af}.em-funding-empty-state span{font-size:32px}.em-funding-empty-state p{font-size:14px;margin:0}.em-funding-empty-state button{margin-top:6px;padding:8px 18px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,transform .15s}.em-funding-empty-state button:hover{background:#4f46e5;transform:translateY(-1px)}.em-investment-deals-card{position:relative}.em-investment-deals-chart{width:100%;height:auto;display:block;max-width:100%}.em-funding-table-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 2px #0000000d}.em-funding-table-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.em-funding-table-title-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.em-funding-table-title{font-size:24px;font-weight:400;color:#121212;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2;letter-spacing:-.02em}.em-funding-info-icon{cursor:pointer;transition:all .2s;flex-shrink:0}.em-funding-info-icon:hover{opacity:.8;transform:scale(1.05)}.em-funding-table-subtitle{font-size:14px;color:#8d8d99;margin:0;font-weight:400;line-height:1.5}.em-funding-table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:22px}.em-funding-table-filters{display:flex;gap:22px}.em-funding-filter-dropdown{position:relative}.em-funding-filter-select{width:98px;height:48px;padding:0 36px 0 16px;background:#fff;border:.5px solid rgba(193,193,193,.5);border-radius:8px;font-size:14px;font-weight:400;color:#121212;cursor:pointer;transition:all .2s;appearance:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 2px 12px #00000005;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8879 0.741455L6.49964 5.12974L2.11136 0.741455' stroke='%23121212' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.em-funding-filter-select:hover{border-color:#c1c1c1b3;box-shadow:0 2px 12px #0000000a}.em-funding-filter-select:focus{outline:none;border-color:#c1c1c1b3}.em-funding-search-box{display:flex;align-items:center;gap:12px;padding:0 16px;background:#fff;border:.5px solid rgba(193,193,193,.5);border-radius:8px;height:46px;flex:1;max-width:100%;transition:all .2s;cursor:text;box-shadow:0 4px 12px #0000000a}.em-funding-search-box:hover{border-color:#c1c1c1b3;box-shadow:0 4px 12px #0000000f}.em-funding-search-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;background:#fff}.em-funding-search-input{border:none;outline:none;background:transparent;font-size:14px;color:#121212;flex:1;cursor:text;font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.em-funding-search-input::placeholder{color:#717182}.em-funding-search-box svg{flex-shrink:0}.em-funding-table-wrapper{overflow-x:auto;margin-bottom:24px;border:1px solid #F3F4F6;border-radius:12px}.em-funding-table{width:100%;border-collapse:collapse}.em-funding-table thead th{text-align:left;padding:16px 20px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid #F3F4F6;background:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.em-funding-table thead th:first-child{border-top-left-radius:12px}.em-funding-table thead th:last-child{border-top-right-radius:12px}.em-funding-table tbody tr{border-bottom:1px solid #F3F4F6;transition:all .2s;cursor:pointer}.em-funding-table tbody tr:last-child{border-bottom:none}.em-funding-table tbody tr:hover{background:#f9fafb}.em-funding-table tbody td{padding:18px 20px;font-size:14px;color:#111827;font-weight:400;vertical-align:middle}.em-funding-company-cell{display:flex;align-items:center;gap:12px}.em-funding-company-avatar{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;color:#fff;flex-shrink:0;transition:transform .2s}.em-funding-table tbody tr:hover .em-funding-company-avatar{transform:scale(1.05)}.em-funding-company-name{font-weight:400;color:#111827;transition:color .2s;font-size:14px}.em-funding-table tbody tr:hover .em-funding-company-name{color:#6366f1}.em-funding-investor-cell{color:#6b7280;font-weight:400}.em-funding-amount-cell{font-weight:400;color:#111827}.em-funding-date-cell{color:#6b7280;font-weight:400}.em-funding-stage-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500;white-space:nowrap;transition:all .2s;cursor:default;border:1.5px solid;background:transparent}.em-funding-stage-pre-seed{border-color:#10b981;color:#10b981}.em-funding-stage-pre-seed:hover{background:#ecfdf5}.em-funding-stage-seed{border-color:#f59e0b;color:#d97706}.em-funding-stage-seed:hover{background:#fef3c7}.em-funding-stage-series-a{border-color:#3b82f6;color:#3b82f6}.em-funding-stage-series-a:hover{background:#eff6ff}.em-funding-stage-series-b{border-color:#8b5cf6;color:#8b5cf6}.em-funding-stage-series-b:hover{background:#f5f3ff}.em-funding-status-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:16px;font-size:13px;font-weight:500;white-space:nowrap;transition:all .2s;cursor:default}.em-funding-status-completes{background:#d1fae5;color:#065f46}.em-funding-status-completes:hover{background:#a7f3d0}.em-funding-status-in-progress{background:#bfdbfe;color:#1e40af}.em-funding-status-in-progress:hover{background:#93c5fd}.em-funding-status-pending{background:#fed7aa;color:#c2410c}.em-funding-status-pending:hover{background:#fdba74}.em-funding-table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;margin-bottom:24px;height:50px}.em-funding-table-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#717182;line-height:1.4;display:flex;align-items:center;gap:6px}.em-funding-table-info-number{display:inline-flex;align-items:center;justify-content:center;min-width:35px;height:29px;padding:0 10px;border:1px solid #43536D;border-radius:4px;font-weight:400;color:#717182;font-size:14px;background:transparent}.em-funding-pagination{display:flex;align-items:center;gap:8px}.em-funding-pagination-arrow{width:32px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;background:#c1c1c13d;border:none;border-radius:5px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.em-funding-pagination-arrow:hover:not(:disabled){background:#c1c1c15c;transform:translateY(-1px)}.em-funding-pagination-arrow:active:not(:disabled){transform:translateY(0);background:#c1c1c166}.em-funding-pagination-arrow:disabled{opacity:.4;cursor:not-allowed}.em-funding-pagination-number{width:33px;height:33px;padding:0;display:flex;align-items:center;justify-content:center;background:#c1c1c13d;border:.5px solid transparent;border-radius:4.5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#43536d;cursor:pointer;transition:all .2s ease;flex-shrink:0}.em-funding-pagination-number:hover:not(.em-funding-pagination-active){background:#c1c1c15c;transform:translateY(-1px)}.em-funding-pagination-active{background:#152b5a;border:1px solid #121212;color:#fff}.em-funding-pagination-active:hover{background:#1a3468;transform:translateY(-1px)}.em-funding-pagination-active:active{background:#0f2347;transform:translateY(0)}.em-funding-pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:28px;height:33px;-webkit-user-select:none;user-select:none;flex-shrink:0}.em-funding-disclaimer{text-align:center;font-size:13px;color:#9ca3af;padding:20px 0 0;border-top:1px solid #F3F4F6;font-weight:400}@media(max-width:1600px){.em-funding-stats{grid-template-columns:repeat(4,1fr);gap:18px}.em-funding-stat-value{font-size:32px}}@media(max-width:1400px){.em-funding-stats{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:1024px){.em-funding-main{padding:16px 24px 32px}.em-funding-charts{grid-template-columns:1fr;gap:20px}.em-funding-charts--has-expanded{grid-template-columns:1fr}.em-funding-chart-content{height:280px}.em-funding-stats{grid-template-columns:repeat(2,1fr)}.em-funding-table-controls{flex-direction:column;align-items:stretch;gap:16px}.em-funding-table-filters{gap:16px}.em-funding-filter-select{width:110px}.em-funding-search-box{width:100%;max-width:100%}.em-funding-table-section{padding:24px}.em-funding-table thead th{padding:14px 16px;font-size:10px}.em-funding-table tbody td{padding:16px;font-size:13px}}@media(max-width:768px){.em-funding-main{padding:16px}.em-funding-title{font-size:24px}.em-funding-chart-card{padding:20px}.em-funding-chart-header{margin-bottom:14px;flex-wrap:wrap;gap:12px}.em-funding-chart-title{font-size:18px}.em-funding-chart-subtitle{font-size:13px}.expand-btn,.edit-btn,.more-options{width:28px;height:28px}.em-funding-chart-content{height:240px;padding:5px 0}.em-funding-stats{grid-template-columns:1fr;gap:16px}.em-funding-table-section{padding:20px}.em-funding-table-header{flex-direction:column;gap:16px}.em-funding-table-title{font-size:18px}.em-funding-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.em-funding-table{min-width:700px}.em-funding-company-avatar{width:36px;height:36px;font-size:14px}.em-funding-table tbody td{padding:14px 12px}.em-funding-table-footer{flex-direction:column;gap:16px;align-items:flex-start;height:auto;padding-top:20px}.em-funding-table-info{font-size:13px}.em-funding-pagination{width:100%;justify-content:center;flex-wrap:wrap}.em-funding-pagination-arrow{width:30px;height:32px}.em-funding-pagination-number{width:31px;height:31px;font-size:13px}.em-funding-disclaimer{font-size:12px;padding:16px 0 0}}@media(max-width:480px){.em-funding-chart-content{height:210px;padding:0}.em-funding-chart-card,.em-funding-table-section{padding:16px}.em-funding-table-title{font-size:16px}.em-funding-table-filters{width:100%;justify-content:space-between}.em-funding-filter-select{width:90px;font-size:13px;height:44px}.em-funding-search-box{height:44px}.em-funding-table-info{font-size:12px}.em-funding-table-info-number{min-width:32px;height:26px;font-size:12px}.em-funding-pagination-arrow{width:28px;height:30px}.em-funding-pagination-number{width:29px;height:29px;font-size:12px}.em-funding-pagination-ellipsis{width:24px}}.dark .em-funding-main{background:#111827}.dark .em-funding-title{color:#f9fafb}.dark .em-funding-subtitle{color:#9ca3af}.dark .em-funding-stat-card,.dark .em-funding-chart-card,.dark .em-funding-table-section{background:#1f2937;box-shadow:0 1px 2px #0000004d}.dark .em-funding-stat-meta{background:#374151}.dark .em-funding-stat-meta-indigo{background:#312e81}.dark .em-funding-stat-value,.dark .em-funding-chart-title{color:#f9fafb}.dark .em-funding-chart-subtitle{color:#9ca3af}.dark .em-funding-table-title{color:#f9fafb}.dark .em-funding-table-subtitle{color:#9ca3af}.dark .em-funding-company-name,.dark .em-funding-amount-cell{color:#f9fafb}.dark .em-funding-investor-cell,.dark .em-funding-date-cell{color:#9ca3af}.dark .header-actions{background:#2d3748;border-color:#ffffff1a}.dark .expand-btn,.dark .edit-btn,.dark .more-options{color:#94a3b8}.dark .expand-btn,.dark .edit-btn{border-right-color:#ffffff1a}.dark .expand-btn:hover,.dark .edit-btn:hover,.dark .more-options:hover{background:#94a3b81a;color:#e2e8f0}.dark .expand-btn.expanded{background:#6366f12e;color:#818cf8}.dark .more-options.active{background:#94a3b81f;color:#cbd5e1}.dark .dropdown-menu{background:#2d3748;border-color:#4a5568;box-shadow:0 8px 24px #00000080}.dark .dropdown-menu button{color:#e2e8f0}.dark .dropdown-menu button:hover{background:#374151;color:#f8fafc}.dark .em-chart-gridline{stroke:#374151!important}.dark .em-funding-line-chart path[stroke="#F0F0F0"],.dark .em-investment-deals-chart path[stroke="#F0F0F0"]{stroke:#374151}.dark .em-funding-line-chart path[stroke="#94A3B8"],.dark .em-investment-deals-chart path[stroke="#94A3B8"],.dark .em-funding-line-chart line[stroke="#94A3B8"],.dark .em-investment-deals-chart line[stroke="#94A3B8"]{stroke:#4b5563}.dark .em-chart-axis-label{fill:#6b7280!important}.dark .em-funding-chart-line{stroke:#10b981!important}.dark .em-funding-chart-point{fill:#10b981!important;stroke:#1f2937!important}.dark .em-investment-line{stroke:#818cf8!important}.dark .em-chart-point{fill:#818cf8!important;stroke:#1f2937!important}.dark .em-chart-legend-text{color:#6b7280}.dark .em-funding-filter-select{background-color:#374151;border-color:#4b556380;color:#f9fafb;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8879 0.741455L6.49964 5.12974L2.11136 0.741455' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");box-shadow:0 2px 12px #0000004d}.dark .em-funding-filter-select:hover{background-color:#4b5563;border-color:#6b728080}.dark .em-funding-filter-select:focus{border-color:#6366f1}.dark .em-funding-search-box{background:#374151;border-color:#4b556380;box-shadow:0 4px 12px #0000004d}.dark .em-funding-search-box:hover{background:#4b5563;border-color:#6b728080}.dark .em-funding-search-box:focus-within{background:#374151;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.dark .em-funding-search-input{color:#f9fafb}.dark .em-funding-search-input::placeholder{color:#9ca3af}.dark .em-search-icon-path{stroke:#9ca3af}.dark .em-search-clear-btn{color:#6b7280}.dark .em-search-clear-btn:hover{color:#f87171;background:#ef444426}.dark .em-funding-table-wrapper{border-color:#374151}.dark .em-funding-table thead th{border-bottom-color:#374151;background:#111827;color:#9ca3af}.dark .em-funding-table tbody tr{border-bottom-color:#374151}.dark .em-funding-table tbody tr:hover{background:#374151}.dark .em-funding-table tbody td{color:#f9fafb}.dark .em-funding-table-footer{border-top-color:#374151}.dark .em-funding-table-info{color:#9ca3af}.dark .em-funding-table-info-number{border-color:#6b7280;color:#9ca3af}.dark .em-funding-disclaimer{color:#6b7280;border-top-color:#374151}.dark .em-funding-pagination-arrow{background:#4b556366}.dark .em-funding-pagination-arrow:hover:not(:disabled){background:#4b556399}.dark .em-funding-pagination-arrow svg path{stroke:#e5e7eb}.dark .em-funding-pagination-number{background:#4b556366;color:#d1d5db}.dark .em-funding-pagination-number:hover:not(.em-funding-pagination-active){background:#4b556399}.dark .em-funding-pagination-active{background:#6366f1;border-color:#4f46e5;color:#fff}.dark .em-funding-pagination-active:hover{background:#4f46e5}.dark .em-funding-pagination-active:active{background:#4338ca}.dark .em-funding-pagination-ellipsis svg circle{fill:#6b7280}.dark .em-funding-stage-badge{background:transparent}.dark .em-funding-stage-pre-seed{border-color:#10b981;color:#10b981}.dark .em-funding-stage-pre-seed:hover{background:#10b9811a}.dark .em-funding-stage-seed{border-color:#f59e0b;color:#f59e0b}.dark .em-funding-stage-seed:hover{background:#f59e0b1a}.dark .em-funding-stage-series-a{border-color:#60a5fa;color:#60a5fa}.dark .em-funding-stage-series-a:hover{background:#3b82f61a}.dark .em-funding-stage-series-b{border-color:#a78bfa;color:#a78bfa}.dark .em-funding-stage-series-b:hover{background:#8b5cf61a}.dark .em-funding-status-completes{background:#10b9812e;color:#6ee7b7}.dark .em-funding-status-completes:hover{background:#10b98147}.dark .em-funding-status-in-progress{background:#3b82f62e;color:#93c5fd}.dark .em-funding-status-in-progress:hover{background:#3b82f647}.dark .em-funding-status-pending{background:#f59e0b2e;color:#fcd34d}.dark .em-funding-status-pending:hover{background:#f59e0b47}.dark .em-funding-info-icon circle[fill]{fill:#6b7280;fill-opacity:.5}.dark .em-funding-info-icon path{fill:#e5e7eb}.dark .em-funding-empty-state{color:#6b7280}.dark .em-funding-empty-state button{background:#4f46e5}.dark .em-funding-empty-state button:hover{background:#4338ca}[data-theme=dark] .em-funding-main{background:#111827}[data-theme=dark] .em-funding-title{color:#f9fafb}[data-theme=dark] .em-funding-subtitle{color:#9ca3af}[data-theme=dark] .em-funding-stat-card,[data-theme=dark] .em-funding-chart-card,[data-theme=dark] .em-funding-table-section{background:#1f2937;box-shadow:0 1px 2px #0000004d}[data-theme=dark] .em-funding-stat-meta{background:#374151}[data-theme=dark] .em-funding-stat-meta-indigo{background:#312e81}[data-theme=dark] .header-actions{background:#2d3748;border-color:#ffffff1a}[data-theme=dark] .expand-btn,[data-theme=dark] .edit-btn,[data-theme=dark] .more-options{color:#94a3b8}[data-theme=dark] .expand-btn,[data-theme=dark] .edit-btn{border-right-color:#ffffff1a}[data-theme=dark] .dropdown-menu{background:#2d3748;border-color:#4a5568;box-shadow:0 8px 24px #00000080}[data-theme=dark] .dropdown-menu button{color:#e2e8f0}[data-theme=dark] .dropdown-menu button:hover{background:#374151}[data-theme=dark] .em-chart-gridline{stroke:#374151!important}[data-theme=dark] .em-chart-axis-label{fill:#6b7280!important}[data-theme=dark] .em-funding-chart-line{stroke:#10b981!important}[data-theme=dark] .em-funding-chart-point{fill:#10b981!important;stroke:#1f2937!important}[data-theme=dark] .em-investment-line{stroke:#818cf8!important}[data-theme=dark] .em-chart-point{fill:#818cf8!important;stroke:#1f2937!important}[data-theme=dark] .em-funding-filter-select{background-color:#374151;border-color:#4b556380;color:#f9fafb;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8879 0.741455L6.49964 5.12974L2.11136 0.741455' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}[data-theme=dark] .em-funding-search-box{background:#374151;border-color:#4b556380}[data-theme=dark] .em-funding-search-box:focus-within{border-color:#6366f1}[data-theme=dark] .em-funding-search-input{color:#f9fafb}[data-theme=dark] .em-funding-search-input::placeholder{color:#9ca3af}[data-theme=dark] .em-search-icon-path{stroke:#9ca3af}[data-theme=dark] .em-funding-table thead th{border-bottom-color:#374151;background:#111827;color:#9ca3af}[data-theme=dark] .em-funding-table tbody tr{border-bottom-color:#374151}[data-theme=dark] .em-funding-table tbody tr:hover{background:#374151}[data-theme=dark] .em-funding-table tbody td{color:#f9fafb}[data-theme=dark] .em-funding-investor-cell,[data-theme=dark] .em-funding-date-cell,[data-theme=dark] .em-funding-table-info{color:#9ca3af}[data-theme=dark] .em-funding-table-info-number{border-color:#6b7280;color:#9ca3af}[data-theme=dark] .em-funding-disclaimer{color:#6b7280;border-top-color:#374151}[data-theme=dark] .em-funding-pagination-arrow{background:#4b556366}[data-theme=dark] .em-funding-pagination-arrow:hover:not(:disabled){background:#4b556399}[data-theme=dark] .em-funding-pagination-arrow svg path{stroke:#e5e7eb}[data-theme=dark] .em-funding-pagination-number{background:#4b556366;color:#d1d5db}[data-theme=dark] .em-funding-pagination-active{background:#6366f1;border-color:#4f46e5;color:#fff}[data-theme=dark] .em-funding-pagination-active:hover{background:#4f46e5}[data-theme=dark] .em-funding-stage-badge{background:transparent}[data-theme=dark] .em-funding-stage-pre-seed{border-color:#10b981;color:#10b981}[data-theme=dark] .em-funding-stage-seed{border-color:#f59e0b;color:#f59e0b}[data-theme=dark] .em-funding-stage-series-a{border-color:#60a5fa;color:#60a5fa}[data-theme=dark] .em-funding-stage-series-b{border-color:#a78bfa;color:#a78bfa}[data-theme=dark] .em-funding-status-completes{background:#10b9812e;color:#6ee7b7}[data-theme=dark] .em-funding-status-in-progress{background:#3b82f62e;color:#93c5fd}[data-theme=dark] .em-funding-status-pending{background:#f59e0b2e;color:#fcd34d}[data-theme=dark] .em-funding-info-icon circle[fill]{fill:#6b7280;fill-opacity:.5}[data-theme=dark] .em-funding-info-icon path{fill:#e5e7eb}@media(prefers-color-scheme:dark){.em-funding-main{background:#111827}.em-funding-title{color:#f9fafb}.em-funding-stat-card,.em-funding-chart-card,.em-funding-table-section{background:#1f2937}.em-funding-stat-meta{background:#374151}.em-chart-gridline{stroke:#374151!important}.em-chart-axis-label{fill:#6b7280!important}.em-funding-chart-line{stroke:#10b981!important}.em-funding-chart-point{fill:#10b981!important}.em-investment-line{stroke:#818cf8!important}.em-chart-point{fill:#818cf8!important}.header-actions{background:#2d3748;border-color:#ffffff1a}.expand-btn,.edit-btn,.more-options{color:#94a3b8}.dropdown-menu{background:#2d3748;border-color:#4a5568}.dropdown-menu button{color:#e2e8f0}.dropdown-menu button:hover{background:#374151}.em-funding-filter-select{background-color:#374151;border-color:#4b556380;color:#f9fafb}.em-funding-search-box{background:#374151;border-color:#4b556380}.em-funding-search-input{color:#f9fafb}.em-funding-table thead th{background:#111827;color:#9ca3af;border-bottom-color:#374151}.em-funding-table tbody tr{border-bottom-color:#374151}.em-funding-table tbody tr:hover{background:#374151}.em-funding-table tbody td{color:#f9fafb}.em-funding-pagination-active{background:#6366f1;border-color:#4f46e5;color:#fff}.em-funding-status-completes{background:#10b9812e;color:#6ee7b7}.em-funding-status-in-progress{background:#3b82f62e;color:#93c5fd}.em-funding-status-pending{background:#f59e0b2e;color:#fcd34d}}.em-deal-container{display:flex;flex-direction:column;height:100vh;background:#f9fafb}.em-deal-main{flex:1;overflow-y:auto;padding:20px 40px 32px;background:#f9fafb}.em-deal-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:24px}.em-deal-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:20px;transition:all .3s ease;cursor:pointer;position:relative;min-height:180px;display:flex;flex-direction:column}.em-deal-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:#d1d5db}.em-deal-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.em-deal-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-deal-card-icon svg{width:24px;height:24px}.em-deal-card-icon--green{background:linear-gradient(135deg,#00bc7d,#00a63e)}.em-deal-card-icon--orange{background:linear-gradient(135deg,#fe9a00,#ff6900)}.em-deal-card-icon--blue{background:linear-gradient(135deg,#2b7fff,#0092b8)}.em-deal-card-icon--purple{background:linear-gradient(135deg,#ad46ff,#7f22fe)}.em-deal-card-badge{padding:4px 10px;border-radius:100px;font-size:11px;font-weight:500;letter-spacing:-.01em;white-space:nowrap}.em-deal-card-badge--green{background:#ecfdf5;color:#007a55;border:.8px solid #A4F4CF}.em-deal-card-badge--orange{background:#ff690014;color:#ff6900;border:.8px solid rgba(255,105,0,.1)}.em-deal-card-badge--blue{background:#eff6ff;color:#1447e6;border:.8px solid #BEDBFF}.em-deal-card-badge--purple{background:#faf5ff;color:#8200db;border:.8px solid #E9D4FF}.em-deal-card-content{flex:1;display:flex;flex-direction:column}.em-deal-card-label{font-size:13px;font-weight:400;color:#717182;letter-spacing:-.01em;margin:0 0 8px}.em-deal-card-value{font-size:48px;font-weight:400;color:#121212;letter-spacing:-.02em;margin:0 0 12px;line-height:1}.em-deal-card-footer{font-size:13px;color:#717182;margin:auto 0 0;display:flex;align-items:center;gap:4px}.em-deal-card-arrow{flex-shrink:0}.em-deal-card-change{font-weight:500;letter-spacing:-.01em}.em-deal-card-change--positive{color:#00bc4d}.em-deal-card-change--negative{color:#6b7280}.em-deal-card-text{color:#717182;font-weight:400;letter-spacing:-.01em}.em-deal-header{margin-bottom:32px;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;height:68px}.em-deal-header-left{flex:1;display:flex;flex-direction:column;justify-content:center}.em-deal-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:400;color:#121212;margin:0 0 8px;line-height:1.2;letter-spacing:-.01em}.em-deal-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#717182;margin:0;line-height:1.5}.em-deal-new-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 24px;height:34px;min-width:134px;background:#152b5a;color:#fff;border:none;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.em-deal-new-btn:hover{background:#1a3468;transform:translateY(-1px);box-shadow:0 4px 12px #152b5a4d}.em-deal-new-btn:active{transform:translateY(0);background:#0f2347}.em-deal-new-btn svg{flex-shrink:0}.em-deal-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.em-deal-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:24px;transition:all .2s ease;cursor:pointer}.em-deal-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.em-deal-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.em-deal-card-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.em-deal-card:hover .em-deal-card-icon{transform:scale(1.05)}.em-deal-card-icon--green{background:linear-gradient(135deg,#10b981,#059669)}.em-deal-card-icon--orange{background:linear-gradient(135deg,#f59e0b,#d97706)}.em-deal-card-icon--blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.em-deal-card-icon--purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.em-deal-card-content{display:flex;flex-direction:column;gap:8px}.em-deal-card-label{font-size:11px;font-weight:600;color:#9ca3af;letter-spacing:.5px;text-transform:uppercase;margin:0}.em-deal-card-value{font-size:36px;font-weight:700;color:#1f2937;margin:0;line-height:1}.em-deal-card-footer{font-size:13px;color:#6b7280;margin:0;display:flex;align-items:center;gap:6px}.em-deal-card-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600}.em-deal-card-badge--green{background:#d1fae5;color:#065f46}.em-deal-card-badge--purple{background:#ede9fe;color:#6b21a8}.em-deal-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.em-deal-chart-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:24px 24px 0;transition:all .2s ease;overflow:hidden}.em-deal-chart-card:hover{box-shadow:0 4px 12px #00000014}.em-deal-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.em-deal-chart-header-left{display:flex;flex-direction:column;gap:4px}.em-deal-chart-title-row{display:flex;align-items:center;gap:8px}.em-deal-chart-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px}.em-deal-chart-subtitle{font-size:13px;color:#6b7280;margin:0}.em-deal-info-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;transition:opacity .2s ease}.em-deal-info-btn:hover{opacity:.7}.em-deal-chart-actions-container{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #E0E0E0;border-radius:12px;padding:8px 12px;box-shadow:0 1px 2px #0000000d}.em-deal-action-icon-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;transition:all .2s ease}.em-deal-action-icon-btn:hover{transform:scale(1.1);opacity:.7}.em-deal-action-icon-btn svg{width:18px;height:18px}.em-deal-chart-actions{display:flex;gap:0;background:#fff;border:1px solid rgba(193,193,193,.24);border-radius:10px;padding:2px;box-shadow:0 1px 2px #0000000d}.em-deal-chart-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease}.em-deal-chart-btn:hover{background:#f9fafb;color:#1f2937}.em-deal-chart-btn:active{background:#f3f4f6}.em-deal-donut-container{display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;margin-top:-12px;margin-bottom:-150px}.em-deal-donut-chart{width:200px;height:200px;flex-shrink:0}.em-deal-donut-segment{transition:all .3s ease;cursor:pointer}.em-deal-donut-segment:hover{opacity:.85;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15));stroke-width:42}.em-deal-donut-segment.em-deal-segment-dimmed{opacity:.3}.em-deal-donut-center{transition:fill .3s ease;pointer-events:none}.em-deal-donut-legend{display:flex;flex-direction:column;gap:18px;width:100%;max-width:500px;padding:0;margin-bottom:-24px}.em-deal-legend-item{display:flex;align-items:center;gap:12px;padding:0;cursor:pointer;transition:all .2s ease}.em-deal-legend-item:hover{opacity:.8}.em-deal-legend-item.em-deal-legend-dimmed{opacity:.4}.em-deal-legend-item.em-deal-legend-active{opacity:1;transform:translate(4px)}.em-deal-legend-item.em-deal-legend-active .em-deal-legend-dot{box-shadow:0 2px 8px #00000026}.em-deal-legend-dot{width:16px;height:16px;border-radius:3px;flex-shrink:0}.em-deal-legend-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#717182;flex:1;line-height:1.5;letter-spacing:-.01em}.em-deal-legend-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#0a0a0a;line-height:1.5;letter-spacing:-.01em}.em-deal-bar-container{padding:32px 16px 0;min-height:450px;overflow:hidden;margin-bottom:-50px}.em-deal-bar-chart{width:100%;height:auto;display:block;margin-bottom:-120px}.em-deal-bar{cursor:pointer;transition:fill .3s ease,filter .3s ease}.em-deal-bar:hover{filter:drop-shadow(0 4px 8px rgba(3,169,245,.25))}.em-deal-bar-tooltip{animation:em-tooltip-fade-in .2s ease}@keyframes em-tooltip-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.em-deal-current-deals{background:#fff;border:1px solid #F3F4F6;border-radius:12px;overflow:hidden;margin-top:32px;box-shadow:0 1px 3px #0000000a}.em-deal-current-header{padding:32px 40px 24px;background:#fff}.em-deal-current-header-left{display:flex;flex-direction:column;gap:8px}.em-deal-current-title-row{display:flex;align-items:center;gap:8px}.em-deal-current-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:400;line-height:1.2;color:#121212;margin:0;letter-spacing:0}.em-deal-current-info-btn{width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;flex-shrink:0}.em-deal-current-info-btn:hover{opacity:.7}.em-deal-current-info-btn:focus{outline-offset:2px;border-radius:2px}.em-deal-current-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#9ca3af;margin:0;letter-spacing:0}.em-deal-current-controls{padding:0 40px 24px;background:#fff}.em-deal-current-controls-wrapper{display:flex;align-items:center;gap:16px}.em-deal-current-stage-select{width:98px;height:45px;padding:0 36px 0 16px;background:#fff;border:.5px solid rgba(193,193,193,.5);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#121212;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:all .2s ease;box-shadow:0 2px 8px #0000000a;background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8878 4.24145L7.49954 0.853149L4.11124 4.24145' stroke='%23121212' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.11124 9.76035L7.49954 13.1486L10.8878 9.76035' stroke='%23121212' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px}.em-deal-current-stage-select:hover{border-color:#c1c1c1cc;box-shadow:0 4px 12px #0000000f}.em-deal-current-stage-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.em-deal-current-search-wrapper{position:relative;flex:1;min-width:0}.em-deal-current-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;z-index:1}.em-deal-current-search-input{width:100%;height:46px;padding:12px 16px 12px 48px;border:.5px solid rgba(193,193,193,.5);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#121212;background:#fff;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.em-deal-current-search-input::placeholder{color:#9ca3af;font-weight:400}.em-deal-current-search-input:hover{border-color:#c1c1c1cc;box-shadow:0 4px 12px #0000000f}.em-deal-current-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.em-deal-current-table-wrapper{padding:0 40px 32px;background:#fff;overflow-x:auto}.em-deal-current-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #d5d3d3;border-radius:12px;box-sizing:border-box;overflow:hidden;cursor:pointer}.em-deal-current-table thead{background:#cbdbfc29}.em-deal-current-table thead tr th{padding:12px 16px;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:400;line-height:1.5;color:#717182;letter-spacing:.02em;text-transform:uppercase;border-bottom:1px solid #b9b9b9}.em-deal-current-table thead tr th:first-child{border-top-left-radius:10px;padding-left:40px}.em-deal-current-table thead tr th:last-child{border-top-right-radius:10px;padding-right:40px;text-align:center}.em-deal-current-table tbody tr{border-bottom:1px solid #d0cfcf;transition:background-color .2s ease}.em-deal-current-table tbody tr:hover{background:#f9fafb80}.em-deal-current-table tbody tr:last-child{border-bottom:none}.em-deal-current-table tbody tr td{border:none;padding:18px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#121212;letter-spacing:0}.em-deal-current-table tbody tr td:first-child{padding-left:40px}.em-deal-current-table tbody tr td:last-child{padding-right:40px;text-align:center}.em-deal-current-startup{font-weight:500;color:#121212}.em-deal-current-investor{color:#717182}.em-deal-current-amount{color:#43536d;font-weight:500}.em-deal-current-probability{color:#43536d;font-weight:400}.em-deal-current-date{color:#717182}.em-deal-current-status{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:1.5;letter-spacing:0;white-space:nowrap}.em-deal-current-status--active{background:#d6ffb2;color:#659e34}.em-deal-current-status--reviewing{background:#beedff;color:#00a3e1}.em-deal-current-action-btn{width:40px;height:40px;border-radius:50%;background:#121212;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.em-deal-current-action-btn:hover{background:#2b2b2b;transform:scale(1.05)}.em-deal-current-action-btn:active{transform:scale(.98)}.em-deal-current-action-btn:focus{outline:none;box-shadow:0 0 0 3px #1212121a}.em-deal-current-action-btn svg{width:16px;height:16px;flex-shrink:0}.em-deal-current-footer{padding:20px 40px;border-top:none;display:flex;align-items:center;justify-content:space-between;background:#fff}.em-deal-current-pagination-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#717182;letter-spacing:0;display:flex;align-items:center;gap:8px}.em-deal-current-page-num{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:29px;padding:0 8px;border:.5px solid #43536D;border-radius:5px;background:transparent;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#43536d;letter-spacing:0}.em-deal-current-pagination{display:flex;align-items:center;gap:8px;background:#fff;border:none}.em-deal-current-page-btn{min-width:33px;width:33px;height:33px;padding:0;display:flex;align-items:center;justify-content:center;background:#fffefe;border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#717182;cursor:pointer;transition:all .15s ease}.em-deal-current-page-arrow{min-width:32px;width:32px;height:34px;padding:0}.em-deal-current-page-btn:hover:not(:disabled):not(.em-deal-current-page-btn--active){background:#c1c1c159;color:#121212}.em-deal-current-page-btn:disabled{opacity:.5;cursor:not-allowed}.em-deal-current-page-btn:focus{outline:2px solid #3B82F6;outline-offset:2px}.em-deal-current-page-btn--active{background:#152b5a;border:.5px solid #121212;color:#fff;font-weight:400;border-radius:4.5px}.em-deal-current-page-btn--active:hover{background:#1a3568}.em-deal-current-page-ellipsis{padding:0 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:#717182;-webkit-user-select:none;user-select:none;display:flex;align-items:center}@media(prefers-color-scheme:dark){.em-deal-current-deals{background:#1a1d24;border-color:#2d3139}.em-deal-current-header,.em-deal-current-controls,.em-deal-current-disclaimer{background:#1a1d24}.em-deal-current-title{color:#f9fafb}.em-deal-current-subtitle{color:#9ca3af}.em-deal-current-stage-select,.em-deal-current-search-input{background:#1f2937;border-color:#4b556380;color:#f9fafb}.em-deal-current-stage-select{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8878 4.24145L7.49954 0.853149L4.11124 4.24145' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.11124 9.76035L7.49954 13.1486L10.8878 9.76035' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:14px 14px}.em-deal-current-stage-select:hover,.em-deal-current-search-input:hover{border-color:#4b5563cc;background:#111827}.em-deal-current-search-input::placeholder{color:#6b7280}.em-deal-current-footer{background:#11182780;border-color:#2d3139}.em-deal-current-pagination-info{color:#9ca3af}.em-deal-current-page-num{background:transparent;border-color:#6b7280;color:#9ca3af}.em-deal-current-page-btn{background:#c1c1c126;color:#9ca3af}.em-deal-current-page-btn:hover:not(:disabled):not(.em-deal-current-page-btn--active){background:#c1c1c140;color:#f9fafb}.em-deal-current-page-btn--active{background:#152b5a;border:.5px solid #4B5563;color:#fff}.em-deal-current-page-ellipsis{color:#9ca3af}.em-deal-current-table-wrapper,.em-deal-current-table{background:#1a1d24}.em-deal-current-table thead{background:#4b556333}.em-deal-current-table thead tr th{color:#9ca3af;border-bottom-color:#4b556380}.em-deal-current-table tbody tr{border-bottom-color:#4b556380}.em-deal-current-table tbody tr:hover{background:#1f293780}.em-deal-current-table tbody tr td,.em-deal-current-startup{color:#f9fafb}.em-deal-current-investor{color:#9ca3af}.em-deal-current-amount,.em-deal-current-probability{color:#d1d5db}.em-deal-current-date{color:#9ca3af}.em-deal-current-status--active{background:#d6ffb226;color:#a4f4cf}.em-deal-current-status--reviewing{background:#beedff26;color:#7dd3fc}.em-deal-current-action-btn{background:#f9fafb}.em-deal-current-action-btn:hover{background:#fff}.em-deal-current-action-btn svg path{stroke:#121212}.em-deal-current-disclaimer{background:#1a1d24;border-color:#2d3139}.em-deal-current-disclaimer p{color:#6b7280}}[data-theme=dark] .em-deal-current-deals{background:#1a1d24;border-color:#2d3139}[data-theme=dark] .em-deal-current-header,[data-theme=dark] .em-deal-current-controls,[data-theme=dark] .em-deal-current-disclaimer{background:#1a1d24}[data-theme=dark] .em-deal-current-title{color:#f9fafb}[data-theme=dark] .em-deal-current-subtitle{color:#9ca3af}[data-theme=dark] .em-deal-current-stage-select,[data-theme=dark] .em-deal-current-search-input{background:#1f2937;border-color:#4b556380;color:#f9fafb}[data-theme=dark] .em-deal-current-stage-select{background-image:url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8878 4.24145L7.49954 0.853149L4.11124 4.24145' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.11124 9.76035L7.49954 13.1486L10.8878 9.76035' stroke='%23F9FAFB' stroke-width='1.12943' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:14px 14px}[data-theme=dark] .em-deal-current-stage-select:hover,[data-theme=dark] .em-deal-current-search-input:hover{border-color:#4b5563cc;background:#111827}[data-theme=dark] .em-deal-current-search-input::placeholder{color:#6b7280}[data-theme=dark] .em-deal-current-footer{background:#11182780;border-color:#2d3139}[data-theme=dark] .em-deal-current-pagination-info{color:#9ca3af}[data-theme=dark] .em-deal-current-page-num{background:transparent;border-color:#6b7280;color:#9ca3af}[data-theme=dark] .em-deal-current-page-btn{background:#c1c1c126;color:#9ca3af}[data-theme=dark] .em-deal-current-page-btn:hover:not(:disabled):not(.em-deal-current-page-btn--active){background:#c1c1c140;color:#f9fafb}[data-theme=dark] .em-deal-current-page-btn--active{background:#152b5a;border:.5px solid #4B5563;color:#fff}[data-theme=dark] .em-deal-current-page-ellipsis{color:#9ca3af}[data-theme=dark] .em-deal-current-table-wrapper,[data-theme=dark] .em-deal-current-table{background:#1a1d24}[data-theme=dark] .em-deal-current-table thead{background:#4b556333}[data-theme=dark] .em-deal-current-table thead tr th{color:#9ca3af;border-bottom-color:#4b556380}[data-theme=dark] .em-deal-current-table tbody tr{border-bottom-color:#4b556380}[data-theme=dark] .em-deal-current-table tbody tr:hover{background:#1f293780}[data-theme=dark] .em-deal-current-table tbody tr td,[data-theme=dark] .em-deal-current-startup{color:#f9fafb}[data-theme=dark] .em-deal-current-investor{color:#9ca3af}[data-theme=dark] .em-deal-current-amount,[data-theme=dark] .em-deal-current-probability{color:#d1d5db}[data-theme=dark] .em-deal-current-date{color:#9ca3af}[data-theme=dark] .em-deal-current-status--active{background:#d6ffb226;color:#a4f4cf}[data-theme=dark] .em-deal-current-status--reviewing{background:#beedff26;color:#7dd3fc}[data-theme=dark] .em-deal-current-action-btn{background:#f9fafb}[data-theme=dark] .em-deal-current-action-btn:hover{background:#fff}[data-theme=dark] .em-deal-current-action-btn svg path{stroke:#121212}[data-theme=dark] .em-deal-current-disclaimer{background:#1a1d24;border-color:#2d3139}[data-theme=dark] .em-deal-current-disclaimer p{color:#6b7280}.sidebar-collapsed .em-deal-current-header,.sidebar-collapsed .em-deal-current-controls,.sidebar-collapsed .em-deal-current-footer,.sidebar-collapsed .em-deal-current-disclaimer,.sidebar-collapsed .em-deal-current-table-wrapper{padding-left:32px;padding-right:32px}.sidebar-collapsed .em-deal-current-table thead tr th:first-child,.sidebar-collapsed .em-deal-current-table tbody tr td:first-child{padding-left:32px}.sidebar-collapsed .em-deal-current-table thead tr th:last-child,.sidebar-collapsed .em-deal-current-table tbody tr td:last-child{padding-right:32px}@media(max-width:1400px){.em-deal-current-header,.em-deal-current-controls,.em-deal-current-footer,.em-deal-current-disclaimer,.em-deal-current-table-wrapper{padding-left:32px;padding-right:32px}.em-deal-current-table thead tr th:first-child,.em-deal-current-table tbody tr td:first-child{padding-left:32px}.em-deal-current-table thead tr th:last-child,.em-deal-current-table tbody tr td:last-child{padding-right:32px}}@media(max-width:1200px){.em-deal-current-title{font-size:24px}.em-deal-current-subtitle{font-size:14px}.em-deal-current-header,.em-deal-current-controls,.em-deal-current-footer,.em-deal-current-disclaimer,.em-deal-current-table-wrapper{padding-left:24px;padding-right:24px}.em-deal-current-table thead tr th:first-child,.em-deal-current-table tbody tr td:first-child{padding-left:24px}.em-deal-current-table thead tr th:last-child,.em-deal-current-table tbody tr td:last-child{padding-right:24px}.em-deal-current-table thead tr th{padding:10px 12px}.em-deal-current-table tbody tr td{padding:14px 12px}}@media(max-width:768px){.em-deal-current-title{font-size:20px}.em-deal-current-controls-wrapper{flex-direction:column;align-items:stretch}.em-deal-current-stage-select,.em-deal-current-search-wrapper{width:100%}.em-deal-current-footer{flex-direction:column;align-items:flex-start;gap:16px}.em-deal-current-pagination{width:100%;justify-content:center}.em-deal-current-table-wrapper{padding-left:16px;padding-right:16px;overflow-x:auto}.em-deal-current-table{min-width:800px}.em-deal-current-table thead tr th:first-child,.em-deal-current-table tbody tr td:first-child{padding-left:16px}.em-deal-current-table thead tr th:last-child,.em-deal-current-table tbody tr td:last-child{padding-right:16px}.em-deal-current-table thead tr th{padding:8px 10px;font-size:10px}.em-deal-current-table tbody tr td{padding:12px 10px;font-size:13px}.em-deal-current-action-btn{width:36px;height:36px}.em-deal-current-action-btn svg{width:14px;height:14px}.em-deal-current-status{font-size:11px;padding:3px 10px}}.em-deal-table-container{background:#fff;border:1px solid #DFDFF2;border-radius:10px;overflow:hidden;margin-top:32px}.em-deal-table-header{padding:40px 40px 32px;border-bottom:1px solid #E9ECEF;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.em-deal-table-header-left{display:flex;flex-direction:column;gap:4px}.em-deal-table-title-row{display:flex;align-items:center;gap:8px}.em-deal-table-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:400;color:#121212;margin:0;line-height:1.2;letter-spacing:-.01em}.em-deal-info-icon-btn{width:16px;height:16px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.em-deal-info-icon-btn:hover{opacity:.7}.em-deal-info-icon-btn svg{width:16px;height:16px}.em-deal-table-subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#717182;margin:0;line-height:1.5;letter-spacing:-.01em}.em-deal-table-actions{display:flex;align-items:center;gap:140px;width:100%}.em-deal-filter-group{display:flex;gap:8px;position:relative}.em-deal-filter-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;width:98px;height:45px;background:#fff;border:.5px solid rgba(193,193,193,.5);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#121212;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 12px #00000005;flex-shrink:0}.em-deal-filter-btn:hover{border-color:#c1c1c1cc;background:#fafbfc;box-shadow:0 4px 16px #0000000a}.em-deal-filter-btn:focus{outline:none;border-color:#c1c1c1cc;box-shadow:0 0 0 3px #6366f11a}.em-deal-filter-btn svg{width:16px;height:16px;flex-shrink:0;transition:transform .2s ease}.em-deal-filter-btn:hover svg{transform:translateY(1px)}.em-deal-dropdown{position:absolute;top:100%;left:0;margin-top:8px;min-width:98px;background:#fff;border:.5px solid rgba(193,193,193,.5);border-radius:8px;box-shadow:0 4px 16px #0000001a;z-index:10;overflow:hidden;animation:dropdown-fade-in .15s ease}.em-deal-dropdown button{width:100%;padding:10px 16px;border:none;background:#fff;text-align:left;font-family:Inter,sans-serif;font-size:14px;color:#121212;cursor:pointer;transition:background .15s ease}.em-deal-dropdown button:hover{background:#f3f4f6}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.em-deal-search-container{position:relative;flex:1;min-width:0;max-width:100%}.em-deal-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#121212;width:16px;height:16px}.em-deal-search-input{width:100%;height:46px;padding:12px 16px 12px 48px;border:.5px solid rgba(193,193,193,.5);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#121212;background:#fff;transition:all .2s ease;box-shadow:0 4px 12px #0000000a}.em-deal-search-input:hover{border-color:#c1c1c1cc;box-shadow:0 4px 16px #0000000f}.em-deal-search-input:focus{outline:none;border-color:#c1c1c1cc;box-shadow:0 0 0 3px #6366f11a,0 4px 16px #0000000f}.em-deal-search-input::placeholder{color:#717182;font-weight:400;font-size:16px}.em-deal-table-wrapper{overflow-x:auto}.em-deal-table{width:100%;border-collapse:collapse}.em-deal-table thead{background:#cbdbfc29;border-bottom:1px solid #DFDFF2}.em-deal-table th{padding:12px 0 12px 16px;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#717182;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-right:1px solid #DFDFF2}.em-deal-table th:first-child{padding-left:16px}.em-deal-table th:last-child{padding-right:16px;text-align:center;padding-left:0;border-right:none}.em-deal-table tbody tr{border-bottom:1px solid #DFDFF2;transition:background .15s ease}.em-deal-table tbody tr:last-child{border-bottom:none}.em-deal-table tbody tr:hover{background:#f9fafb4d}.em-deal-table td{padding:18px 0 18px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;color:#121212;vertical-align:middle;border-right:1px solid #DFDFF2}.em-deal-table td:first-child{padding-left:16px}.em-deal-table td:last-child{padding-right:16px;text-align:center;padding-left:0;border-right:none}.em-deal-startup-cell{font-weight:500;color:#121212}.em-deal-investor-cell{color:#717182;font-weight:400}.em-deal-amount-cell,.em-deal-probability-cell{color:#43536d;font-weight:400}.em-deal-date-cell{color:#717182;font-weight:400}.em-deal-status-badge{display:inline-block;padding:4px 14px;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;text-align:center;white-space:nowrap;letter-spacing:0;line-height:1.6}.em-deal-status-badge--active{background:#d6ffb2;color:#659e34}.em-deal-status-badge--reviewing{background:#beedff;color:#00a3e1}.em-deal-status-badge--funded{background:#dbeafe;color:#1e40af}.em-deal-action-view-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#121212;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .15s ease;flex-shrink:0;padding:0}.em-deal-action-view-btn:hover{background:#2d2d2d;transform:scale(1.05)}.em-deal-action-view-btn:active{transform:scale(.95);background:#0f0f0f}.em-deal-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease}.em-deal-action-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937}.em-deal-table-footer{padding:16px 0;border-top:1px solid #DFDFF2;display:flex;align-items:center;justify-content:space-between;background:#fff}.em-deal-pagination-info{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#717182;letter-spacing:0}.em-deal-pagination-current{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:34px;padding:0 12px;border:1px solid #43536D;border-radius:8px;background:#fff;color:#43536d;font-weight:400;font-size:16px;margin:0 4px}.em-deal-pagination-info strong{color:#717182;font-weight:400}.em-deal-pagination{display:flex;align-items:center;gap:8px}.em-deal-pagination-btn{min-width:40px;height:34px;padding:0 12px;display:flex;align-items:center;justify-content:center;background:#c1c1c13d;border:none;border-radius:5px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;color:#717182;cursor:pointer;transition:all .15s ease}.em-deal-pagination-arrow{min-width:32px;width:32px;padding:0}.em-deal-pagination-btn:hover:not(:disabled):not(.em-deal-pagination-btn--active){background:#c1c1c159;color:#121212}.em-deal-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.em-deal-pagination-btn--active{background:#152b5a;border:1px solid #121212;color:#fff;font-weight:400}.em-deal-pagination-btn--active:hover{background:#1a3568}.em-deal-pagination-ellipsis{padding:0 8px;color:#717182;font-size:16px;-webkit-user-select:none;user-select:none}.em-deal-disclaimer{padding:20px 40px 32px;text-align:center;background:#fff}.em-deal-disclaimer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;color:#9ca3af;margin:0;line-height:1.6;letter-spacing:-.01em}@media(max-width:1600px){.em-deal-stats{grid-template-columns:repeat(4,1fr);gap:20px}}@media(max-width:1400px){.em-deal-stats{grid-template-columns:repeat(4,1fr);gap:18px}.em-deal-main{padding:28px 32px}}@media(max-width:1200px){.em-deal-stats{grid-template-columns:repeat(2,1fr)}.em-deal-charts{grid-template-columns:1fr}}@media(max-width:1024px){.em-deal-main{padding:24px}.em-deal-stats{grid-template-columns:repeat(2,1fr);gap:16px}.em-deal-card{min-height:160px;padding:18px}.em-deal-card-header{margin-bottom:14px}.em-deal-card-icon{width:44px;height:44px}.em-deal-card-icon svg{width:22px;height:22px}.em-deal-card-badge{padding:3px 9px;font-size:10px}.em-deal-card-value{font-size:40px;margin-bottom:6px}.em-deal-card-label,.em-deal-card-footer{font-size:12px}.em-deal-header{flex-direction:column;align-items:stretch;margin-bottom:24px;height:auto;gap:20px}.em-deal-header-left{align-items:flex-start}.em-deal-new-btn{width:100%;justify-content:center;height:44px}.em-deal-table-header{flex-direction:column;align-items:flex-start;padding:32px 24px 24px;gap:20px}.em-deal-table-header-left{width:100%}.em-deal-table-title{font-size:20px}.em-deal-table-actions{width:100%;flex-direction:column;gap:12px}.em-deal-filter-group{width:100%}.em-deal-filter-btn{width:100%;flex:1}.em-deal-search-container{width:100%}.em-deal-table th,.em-deal-table td{padding:16px 24px}.em-deal-table th:first-child,.em-deal-table td:first-child{padding-left:24px}.em-deal-table th:last-child,.em-deal-table td:last-child{padding-right:24px}.em-deal-table-footer{padding:16px 24px}.em-deal-disclaimer{padding:16px 24px 24px}.em-deal-donut-container{flex-direction:column;gap:24px}}@media(max-width:768px){.em-deal-main{padding:16px}.em-deal-stats{grid-template-columns:1fr;gap:12px;margin-top:20px}.em-deal-card{min-height:140px;padding:16px}.em-deal-card-header{margin-bottom:12px}.em-deal-card-icon{width:40px;height:40px}.em-deal-card-icon svg{width:20px;height:20px}.em-deal-card-badge{padding:2px 8px;font-size:9px}.em-deal-card-value{font-size:32px;margin-bottom:4px}.em-deal-card-label{font-size:11px;margin-bottom:6px}.em-deal-card-footer{font-size:11px;gap:3px}.em-deal-card-footer svg{width:10px;height:10px}.em-deal-header{margin-bottom:20px;height:auto;gap:16px}.em-deal-title{font-size:24px}.em-deal-subtitle{font-size:13px}.em-deal-new-btn{height:42px;font-size:13px;padding:0 20px;min-width:120px}.em-deal-new-btn svg{width:16px;height:16px}.em-deal-stats{grid-template-columns:1fr;gap:16px}.em-deal-card-value{font-size:32px}.em-deal-charts{gap:16px}.em-deal-chart-card{padding:20px}.em-deal-table-container{border-radius:12px;margin-top:24px}.em-deal-table-header{padding:24px 20px 20px;gap:16px}.em-deal-table-title{font-size:20px}.em-deal-table-subtitle{font-size:13px}.em-deal-search-input{height:40px;padding:10px 14px 10px 40px}.em-deal-search-icon{left:14px}.em-deal-table{font-size:13px}.em-deal-table th,.em-deal-table td{padding:14px 20px;font-size:12px}.em-deal-table th:first-child,.em-deal-table td:first-child{padding-left:20px}.em-deal-table th:last-child,.em-deal-table td:last-child{padding-right:20px}.em-deal-action-view-btn{width:36px;height:36px}.em-deal-action-view-btn svg{width:14px;height:14px}.em-deal-table-footer{flex-direction:column;gap:16px;padding:16px 20px;align-items:center}.em-deal-pagination-info{font-size:13px}.em-deal-pagination-current{min-width:32px;height:24px;padding:4px 8px}.em-deal-pagination{width:100%;justify-content:center;gap:6px}.em-deal-pagination-btn{min-width:36px;height:36px;font-size:13px}.em-deal-disclaimer{padding:16px 20px 20px}.em-deal-disclaimer p{font-size:11px}.em-deal-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.em-deal-table{min-width:700px}}@media(max-width:480px){.em-deal-main{padding:16px}.em-deal-stats{grid-template-columns:1fr;gap:10px;margin-top:16px}.em-deal-card{min-height:130px;padding:14px}.em-deal-card-header{margin-bottom:10px}.em-deal-card-icon{width:36px;height:36px;border-radius:10px}.em-deal-card-icon svg{width:18px;height:18px}.em-deal-card-badge{padding:2px 7px;font-size:8px}.em-deal-card-value{font-size:28px;margin-bottom:4px}.em-deal-card-label{font-size:10px;margin-bottom:4px}.em-deal-card-footer{font-size:10px;gap:2px}.em-deal-card-footer svg{width:9px;height:9px}.em-deal-header{gap:16px}.em-deal-title{font-size:20px}.em-deal-subtitle{font-size:12px}.em-deal-new-btn{height:40px;font-size:13px;padding:0 18px;min-width:110px;gap:6px}.em-deal-new-btn svg{width:15px;height:15px}.em-deal-card-value{font-size:28px}.em-deal-chart-title{font-size:16px}.em-deal-donut-chart{width:160px;height:160px}.em-deal-bar-chart{height:180px}}@media(prefers-color-scheme:dark){.em-deal-container,.em-deal-main{background:#111827}.em-deal-title,.em-deal-card-value,.em-deal-chart-title,.em-deal-table-title,.em-deal-legend-value{color:#f9fafb}.em-deal-subtitle,.em-deal-card-label,.em-deal-card-footer,.em-deal-chart-subtitle,.em-deal-table-subtitle,.em-deal-legend-label{color:#9ca3af}.em-deal-card,.em-deal-chart-card,.em-deal-table-container{background:#1a1d24;border-color:#2d3139}.em-deal-chart-actions-container{background:#374151;border-color:#4b5563}.em-deal-card:hover{border-color:#3d4149}.em-deal-donut-center{fill:#1a1d24}.em-deal-card-badge--green{background:#00bc7d26;border-color:#00bc7d4d;color:#4ade80}.em-deal-card-badge--orange{background:#ff690026;border-color:#ff69004d;color:#fb923c}.em-deal-card-badge--blue{background:#2b7fff26;border-color:#2b7fff4d;color:#60a5fa}.em-deal-card-badge--purple{background:#ad46ff26;border-color:#ad46ff4d;color:#c084fc}.em-deal-card-text{color:#9ca3af}.em-deal-chart-actions{background:#1f2937;border-color:#4b556366}.em-deal-chart-btn{background:transparent}.em-deal-chart-btn:hover{background:#111827}.em-deal-chart-btn:active{background:#0f172a}.em-deal-filter-btn,.em-deal-search-input,.em-deal-pagination-btn,.em-deal-action-btn{background:#111827;border-color:#374151;color:#f9fafb}.em-deal-filter-btn:hover,.em-deal-action-btn:hover{background:#1f2937;border-color:#4b5563}.em-deal-table thead{background:#111827;border-color:#374151}.em-deal-table tbody tr{border-color:#374151}.em-deal-table tbody tr:hover{background:#111827}.em-deal-table-footer{border-color:#374151}.em-deal-pagination-info strong{color:#f9fafb}.em-deal-pagination-btn:hover:not(:disabled){background:#1f2937;border-color:#4b5563}.em-deal-pagination-btn--active{background:#3b82f6;border-color:#3b82f6}.em-deal-status-badge--active{background:#10b98133;color:#10b981}.em-deal-status-badge--funded{background:#3b82f633;color:#3b82f6}.em-deal-table-container{background:#1a1d24;border-color:#2d3139}.em-deal-table-title{color:#f9fafb}.em-deal-table-subtitle{color:#717182}.em-deal-info-icon-btn svg circle{fill:#6b7280}.em-deal-filter-btn{background:#1a1d24;border-color:#4b556380;color:#f9fafb;box-shadow:0 2px 12px #0003}.em-deal-filter-btn svg{color:#f9fafb}.em-deal-filter-btn:hover{background:#1f2937;border-color:#4b5563cc;box-shadow:0 4px 16px #0000004d}.em-deal-dropdown{background:#1f2937;border-color:#374151}.em-deal-dropdown button{background:#1f2937;color:#f9fafb}.em-deal-dropdown button:hover{background:#111827}.em-deal-search-input{background:#1a1d24;border-color:#4b556380;color:#f9fafb;box-shadow:0 4px 12px #0003}.em-deal-search-input:hover{border-color:#4b5563cc;box-shadow:0 4px 16px #0000004d}.em-deal-search-input:focus{border-color:#6366f1}.em-deal-search-input::placeholder{color:#6b7280}.em-deal-table-header{border-color:#2d3139}.em-deal-table thead{background:#cbdbfc0d;border-color:#2d3139}.em-deal-table th{color:#9ca3af}.em-deal-table tbody tr{border-color:#2d3139}.em-deal-table tbody tr:hover{background:#11182780}.em-deal-table td{color:#d1d5db}.em-deal-startup-cell{color:#f9fafb}.em-deal-investor-cell,.em-deal-date-cell{color:#9ca3af}.em-deal-amount-cell,.em-deal-probability-cell{color:#d1d5db}.em-deal-status-badge--active{background:#659e3426;color:#d6ffb2;border:1px solid rgba(101,158,52,.3)}.em-deal-status-badge--reviewing{background:#00a3e126;color:#beedff;border:1px solid rgba(0,163,225,.3)}.em-deal-action-view-btn{background:#2d3139;border:none}.em-deal-action-view-btn:hover{background:#3d4451}.em-deal-table-footer{border-color:#2d3139;background:#11182780}.em-deal-pagination-info{color:#9ca3af}.em-deal-pagination-current{background:#1f2937;border-color:#4b5563;color:#f9fafb}.em-deal-pagination-btn{background:#c1c1c126;border:none;color:#9ca3af}.em-deal-pagination-btn:hover:not(:disabled):not(.em-deal-pagination-btn--active){background:#c1c1c140;color:#f9fafb}.em-deal-pagination-btn--active{background:#152b5a;border:1px solid #4B5563;color:#fff}.em-deal-disclaimer{background:#1a1d24}.em-deal-disclaimer p{color:#6b7280}}[data-theme=dark] .em-deal-container,[data-theme=dark] .em-deal-main{background:#111827}[data-theme=dark] .em-deal-title,[data-theme=dark] .em-deal-card-value,[data-theme=dark] .em-deal-chart-title,[data-theme=dark] .em-deal-table-title,[data-theme=dark] .em-deal-legend-value{color:#f9fafb}[data-theme=dark] .em-deal-subtitle,[data-theme=dark] .em-deal-card-label,[data-theme=dark] .em-deal-card-footer,[data-theme=dark] .em-deal-chart-subtitle,[data-theme=dark] .em-deal-table-subtitle,[data-theme=dark] .em-deal-legend-label{color:#9ca3af}[data-theme=dark] .em-deal-donut-center{fill:#1a1d24}[data-theme=dark] .em-deal-bar-chart line[stroke="#C1C1C1"]{stroke:#374151}[data-theme=dark] .em-deal-bar-chart text[fill="#8D8D99"]{fill:#9ca3af}[data-theme=dark] .em-deal-new-btn{background:#6366f1;color:#fff}[data-theme=dark] .em-deal-new-btn:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f166}[data-theme=dark] .em-deal-new-btn:active{background:#4338ca}[data-theme=dark] .em-deal-card,[data-theme=dark] .em-deal-chart-card,[data-theme=dark] .em-deal-table-container{background:#1a1d24;border-color:#2d3139}[data-theme=dark] .em-deal-chart-actions-container{background:#374151;border-color:#4b5563}[data-theme=dark] .em-deal-card:hover{border-color:#3d4149}[data-theme=dark] .em-deal-card-badge--green{background:#00bc7d26;border-color:#00bc7d4d;color:#4ade80}[data-theme=dark] .em-deal-card-badge--orange{background:#ff690026;border-color:#ff69004d;color:#fb923c}[data-theme=dark] .em-deal-card-badge--blue{background:#2b7fff26;border-color:#2b7fff4d;color:#60a5fa}[data-theme=dark] .em-deal-card-badge--purple{background:#ad46ff26;border-color:#ad46ff4d;color:#c084fc}[data-theme=dark] .em-deal-card-text{color:#9ca3af}[data-theme=dark] .em-deal-chart-actions{background:#1f2937;border-color:#4b556366}[data-theme=dark] .em-deal-chart-btn{background:transparent}[data-theme=dark] .em-deal-chart-btn:hover{background:#111827}[data-theme=dark] .em-deal-chart-btn:active{background:#0f172a}[data-theme=dark] .em-deal-filter-btn,[data-theme=dark] .em-deal-search-input,[data-theme=dark] .em-deal-pagination-btn,[data-theme=dark] .em-deal-action-btn{background:#111827;border-color:#374151;color:#f9fafb}[data-theme=dark] .em-deal-filter-btn:hover,[data-theme=dark] .em-deal-action-btn:hover{background:#1f2937;border-color:#4b5563}[data-theme=dark] .em-deal-table thead{background:#cbdbfc0d;border-color:#374151}[data-theme=dark] .em-deal-table tbody tr{border-color:#374151}[data-theme=dark] .em-deal-table tbody tr:hover{background:#11182780}[data-theme=dark] .em-deal-table-footer{border-color:#374151}[data-theme=dark] .em-deal-pagination-info,[data-theme=dark] .em-deal-pagination-info strong{color:#9ca3af}[data-theme=dark] .em-deal-pagination-current{background:#1f2937;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .em-deal-pagination-btn{background:#c1c1c126;border:none;color:#9ca3af}[data-theme=dark] .em-deal-pagination-btn:hover:not(:disabled):not(.em-deal-pagination-btn--active){background:#c1c1c140;color:#f9fafb}[data-theme=dark] .em-deal-pagination-btn--active{background:#152b5a;border:1px solid #4B5563;color:#fff}[data-theme=dark] .em-deal-disclaimer p{color:#6b7280}.sidebar-collapsed .em-deal-main{padding-left:32px;padding-right:32px}.sidebar-expanded .em-deal-main{padding-left:40px;padding-right:40px}.sidebar-collapsed .em-deal-table-container,.sidebar-expanded .em-deal-table-container,.sidebar-collapsed .em-deal-search-container{max-width:100%}@media(max-width:1400px){.sidebar-collapsed .em-deal-main{padding-left:28px;padding-right:28px}.sidebar-expanded .em-deal-main{padding-left:32px;padding-right:32px}}@media(max-width:1024px){.sidebar-collapsed .em-deal-main,.sidebar-expanded .em-deal-main{padding:24px}}@media(max-width:768px){.sidebar-collapsed .em-deal-main,.sidebar-expanded .em-deal-main{padding:16px}}[data-theme=dark] .em-deal-status-badge--active{background:#659e3433;color:#d6ffb2}[data-theme=dark] .em-deal-status-badge--reviewing{background:#00a3e133;color:#beedff}[data-theme=dark] .em-deal-chart-btn svg path,[data-theme=dark] .em-deal-chart-btn svg circle{stroke:#9ca3af}[data-theme=dark] .em-deal-new-btn{background:#3b82f6;color:#fff}[data-theme=dark] .em-deal-new-btn:hover{background:#2563eb}[data-theme=dark] .em-deal-table-container{background:#1a1d24;border-color:#2d3139}[data-theme=dark] .em-deal-table-title{color:#f9fafb}[data-theme=dark] .em-deal-table-subtitle{color:#717182}[data-theme=dark] .em-deal-info-icon-btn svg circle{fill:#6b7280}[data-theme=dark] .em-deal-filter-btn{background:#1a1d24;border-color:#4b556380;color:#f9fafb;box-shadow:0 2px 12px #0003}[data-theme=dark] .em-deal-filter-btn svg{color:#f9fafb}[data-theme=dark] .em-deal-filter-btn:hover{background:#1f2937;border-color:#4b5563cc;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .em-deal-dropdown{background:#1f2937;border-color:#374151}[data-theme=dark] .em-deal-dropdown button{background:#1f2937;color:#f9fafb}[data-theme=dark] .em-deal-dropdown button:hover{background:#111827}[data-theme=dark] .em-deal-search-input{background:#1a1d24;border-color:#4b556380;color:#f9fafb;box-shadow:0 4px 12px #0003}[data-theme=dark] .em-deal-search-input:hover{border-color:#4b5563cc;box-shadow:0 4px 16px #0000004d}[data-theme=dark] .em-deal-search-icon{color:#9ca3af}[data-theme=dark] .em-deal-search-input:focus{border-color:#6366f1}[data-theme=dark] .em-deal-search-input::placeholder{color:#6b7280}[data-theme=dark] .em-deal-table-header{border-color:#2d3139}[data-theme=dark] .em-deal-table thead{background:#111827;border-color:#2d3139}[data-theme=dark] .em-deal-table th{color:#9ca3af}[data-theme=dark] .em-deal-table tbody tr{border-color:#2d3139}[data-theme=dark] .em-deal-table tbody tr:hover{background:#111827}[data-theme=dark] .em-deal-table td{color:#d1d5db}[data-theme=dark] .em-deal-startup-cell{color:#f9fafb}[data-theme=dark] .em-deal-investor-cell,[data-theme=dark] .em-deal-date-cell{color:#9ca3af}[data-theme=dark] .em-deal-amount-cell,[data-theme=dark] .em-deal-probability-cell{color:#d1d5db}[data-theme=dark] .em-deal-status-badge--active{background:#659e3426;color:#d6ffb2;border:1px solid rgba(101,158,52,.3)}[data-theme=dark] .em-deal-status-badge--reviewing{background:#00a3e126;color:#beedff;border:1px solid rgba(0,163,225,.3)}[data-theme=dark] .em-deal-action-view-btn{background:#2d3139;border:none}[data-theme=dark] .em-deal-action-view-btn:hover{background:#374151}[data-theme=dark] .em-deal-table-footer{border-color:#2d3139;background:#111827}[data-theme=dark] .em-deal-pagination-info{color:#9ca3af}[data-theme=dark] .em-deal-pagination-current{background:#1f2937;border-color:#374151;color:#f9fafb}[data-theme=dark] .em-deal-pagination-btn{background:#1f2937;border-color:#374151;color:#9ca3af}[data-theme=dark] .em-deal-pagination-btn:hover:not(:disabled):not(.em-deal-pagination-btn--active){background:#111827;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .em-deal-pagination-btn--active{background:#3b82f6;border-color:#3b82f6;color:#fff}[data-theme=dark] .em-deal-disclaimer{background:#1a1d24}[data-theme=dark] .em-deal-disclaimer p{color:#6b7280;border:1px solid #D1D5DB;border:1px solid #E5E7EB}.em-compliance-container{display:flex;flex-direction:column;height:100vh;width:100%;background:#f9fafb;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.em-compliance-container--dark{background:#0f0f0f;color:#f9fafb}.em-compliance-main{flex:1;overflow-y:auto;overflow-x:hidden;padding:32px 40px 40px;background:#f9fafb;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:100%;box-sizing:border-box}.em-compliance-main--expanded{padding-left:48px;padding-right:48px}.em-compliance-container--dark .em-compliance-main{background:#0f0f0f;color:#f9fafb}.em-compliance-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:32px;width:100%;max-width:1200px}.em-compliance-header-content{flex:1;min-width:0}.em-compliance-title{font-size:32px;font-weight:600;color:#121212;margin:0 0 8px;line-height:1.25;letter-spacing:-.01em;font-family:inherit}.em-compliance-container--dark .em-compliance-title{color:#f9fafb}.em-compliance-subtitle{font-size:14px;font-weight:400;color:#717182;margin:0;line-height:1.4;letter-spacing:0;font-family:inherit}.em-compliance-container--dark .em-compliance-subtitle{color:#9ca3af}.em-compliance-new-deal-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#152b5a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;min-height:44px;letter-spacing:0;box-shadow:0 1px 2px #0000000d;-webkit-user-select:none;user-select:none;flex-shrink:0}.em-compliance-new-deal-btn:hover{background:#1e3a6b;box-shadow:0 4px 12px #152b5a26;transform:translateY(-1px)}.em-compliance-new-deal-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-compliance-container--dark .em-compliance-new-deal-btn{background:#152b5a;color:#fff}.em-compliance-container--dark .em-compliance-new-deal-btn:hover{background:#1e3a6b;box-shadow:0 4px 12px #152b5a33}.em-compliance-plus-icon{width:16px;height:16px;color:currentColor;flex-shrink:0}@media(min-width:1200px){.em-compliance-main{padding:32px 48px 40px}.em-compliance-main--expanded{padding-left:64px;padding-right:64px}.em-compliance-page-header{gap:48px}}@media(max-width:1023px){.em-compliance-main{padding:24px 32px}.em-compliance-main--expanded{padding-left:32px;padding-right:32px}.em-compliance-page-header{gap:24px;margin-bottom:24px}.em-compliance-title{font-size:28px}.em-compliance-stats{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}}@media(max-width:767px){.em-compliance-main{padding:20px 16px}.em-compliance-page-header{flex-direction:column;gap:16px;align-items:stretch}.em-compliance-title{font-size:24px;line-height:1.3}.em-compliance-subtitle{font-size:13px}.em-compliance-new-deal-btn{align-self:flex-start;font-size:13px;padding:10px 20px;min-height:40px}.em-compliance-stats{grid-template-columns:1fr;gap:16px;margin-bottom:20px}}@media(max-width:480px){.em-compliance-main{padding:16px 12px}.em-compliance-title{font-size:20px}.em-compliance-subtitle{font-size:12px}.em-compliance-new-deal-btn{width:100%;justify-content:center}.em-compliance-stats{gap:12px;margin-bottom:16px}.em-compliance-stat-card{padding:12px}}.em-compliance-new-deal-btn:focus{outline:2px solid #3B82F6;outline-offset:2px}.em-compliance-container--dark .em-compliance-new-deal-btn:focus{outline:2px solid #60A5FA;outline-offset:2px}.em-compliance-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px;width:100%;max-width:1200px}.em-compliance-stat-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(0,0,0,.05);position:relative;display:flex;flex-direction:column;gap:16px;min-height:140px;cursor:pointer;-webkit-user-select:none;user-select:none}.em-compliance-container--dark .em-compliance-stat-card{background:#1f1f1f;border:1px solid rgba(255,255,255,.1);box-shadow:0 1px 3px #0000004d}.em-compliance-stat-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.em-compliance-stat-card:active{transform:translateY(-1px);box-shadow:0 4px 15px #00000026}.em-compliance-container--dark .em-compliance-stat-card:hover{box-shadow:0 8px 25px #0006}.em-compliance-stat-icon-container{display:flex;justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:8px}.em-compliance-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}.em-compliance-stat-card:hover .em-compliance-stat-icon{transform:scale(1.05)}.em-compliance-stat-icon-green{background:#00b031}.em-compliance-stat-icon-blue{background:#06c}.em-compliance-stat-icon-purple{background:#8200db}.em-compliance-stat-icon-orange{background:#ff6b00}.em-compliance-stat-trend-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;background:#00b0311a;position:relative}.em-compliance-stat-period-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;position:relative}.em-compliance-period-blue{background:#0066cc1a;color:#06c}.em-compliance-period-orange{background:#ff6b001a;color:#ff6b00}.em-compliance-stat-increment-badge{display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;background:#8200db1a;position:relative}.em-compliance-trend-green{background:#00b0311a}.em-compliance-increment-purple{background:#8200db1a}.em-compliance-trend-text{font-size:12px;font-weight:600;color:#00b031}.em-compliance-period-text{font-size:12px;font-weight:500}.em-compliance-increment-text{font-size:12px;font-weight:600;color:#8200db}.em-compliance-stat-content{flex:1;display:flex;flex-direction:column;gap:4px}.em-compliance-stat-title{font-size:14px;font-weight:500;color:#6b7280;margin:0;line-height:1.3;font-family:inherit}.em-compliance-container--dark .em-compliance-stat-title{color:#9ca3af}.em-compliance-stat-value{font-size:32px;font-weight:700;color:#1f2937;line-height:1.1;margin:8px 0 4px;font-family:inherit}.em-compliance-container--dark .em-compliance-stat-value{color:#f9fafb}.em-compliance-stat-subtitle{font-size:14px;color:#6b7280;font-weight:400;line-height:1.3;margin:0;display:flex;align-items:center;gap:6px}.em-compliance-container--dark .em-compliance-stat-subtitle{color:#9ca3af}.em-compliance-decline{display:flex;align-items:center;gap:4px}.em-compliance-decline-text{color:#e7000b;font-size:14px;font-weight:400}.em-compliance-trend-positive{color:#00b031;font-size:14px;font-weight:400}.em-compliance-decline-arrow,.em-compliance-trend-arrow,.em-compliance-increment-arrow{width:12px;height:12px;flex-shrink:0}@media(max-width:1023px){.em-compliance-stats{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.em-compliance-stat-card{padding:20px;min-height:120px}.em-compliance-stat-icon{width:44px;height:44px}.em-compliance-stat-value{font-size:28px}}@media(max-width:767px){.em-compliance-stats{grid-template-columns:1fr;gap:16px;margin-bottom:20px}.em-compliance-stat-card{padding:18px;min-height:110px}.em-compliance-stat-icon{width:40px;height:40px}.em-compliance-stat-value{font-size:24px}.em-compliance-stat-title,.em-compliance-stat-subtitle{font-size:13px}}.em-compliance-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px;max-width:1200px}.em-compliance-chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.em-compliance-container--dark .em-compliance-chart-card{background:#1f1f1f;border:1px solid rgba(255,255,255,.1);box-shadow:0 1px 3px #0000004d}.em-compliance-chart-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-1px)}.em-compliance-container--dark .em-compliance-chart-card:hover{box-shadow:0 8px 25px #0006}.em-compliance-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;width:100%}.em-compliance-chart-title-section{flex:1}.em-compliance-chart-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.em-compliance-chart-actions{display:flex;align-items:center;gap:0;position:relative;background:#fff;border:1px solid #E0E0E0;border-radius:10px;padding:2px;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.em-compliance-container--dark .em-compliance-chart-actions{background:#2a2a2a;border:1px solid #404040;box-shadow:0 1px 2px #0000001a}.em-compliance-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#1a1a1a;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;padding:0;position:relative}.em-compliance-action-btn:hover{background:#333!important;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.em-compliance-action-btn:active{background:#000!important;transform:scale(.95)}.em-compliance-container--dark .em-compliance-action-btn:hover{background:#333!important}.em-compliance-container--dark .em-compliance-action-btn:active{background:#000!important}.em-compliance-action-btn svg{width:16px;height:16px;color:#fff;stroke-width:2;transition:color .2s ease;pointer-events:none}.em-compliance-action-btn:hover svg{color:#fff}.em-compliance-container--dark .em-compliance-action-btn svg{color:#fff}.em-compliance-container--dark .em-compliance-action-btn:hover svg{color:#fff}.em-compliance-chart-title{font-size:18px;font-weight:600;color:#1f2937;margin:0;font-family:inherit}.em-compliance-container--dark .em-compliance-chart-title{color:#f9fafb}.em-compliance-chart-subtitle{font-size:13px;color:#6b7280;margin:0;font-family:inherit;font-weight:400;line-height:1.4}.em-compliance-container--dark .em-compliance-chart-subtitle{color:#9ca3af}.em-compliance-info-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.em-compliance-info-icon svg{width:16px;height:16px}.em-compliance-chart-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#6b7280}.em-compliance-chart-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}@media(max-width:1023px){.em-compliance-charts{grid-template-columns:1fr;gap:20px;margin-bottom:24px}.em-compliance-chart-card{padding:20px}}@media(max-width:767px){.em-compliance-charts{gap:16px;margin-bottom:20px}.em-compliance-chart-card{padding:16px}.em-compliance-chart-header{margin-bottom:16px}.em-compliance-chart-title{font-size:16px}}.em-compliance-chart-btn:hover{background:#f3f4f6;border-color:#d1d5db}.em-compliance-chart-content{display:flex;flex-direction:column;gap:24px;align-items:center}.em-compliance-status-card{cursor:pointer;-webkit-user-select:none;user-select:none}.em-compliance-chart-title-section{display:flex;flex-direction:column;gap:8px}.em-compliance-chart-title-row{display:flex;align-items:center;gap:8px}.em-compliance-info-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:pointer;transition:all .2s ease}.em-compliance-info-icon:hover{transform:scale(1.1)}.em-compliance-donut-container{display:flex;justify-content:center;margin-bottom:24px}.em-compliance-donut-chart{width:200px;height:200px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.em-compliance-donut-segment{transition:all .3s ease;cursor:pointer}.em-compliance-donut-segment:hover{filter:brightness(1.1);stroke-width:26}.em-compliance-center-value{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;dominant-baseline:middle}.em-compliance-container--dark .em-compliance-center-value{fill:#f9fafb}.em-compliance-center-label{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;dominant-baseline:middle}.em-compliance-container--dark .em-compliance-center-label{fill:#9ca3af}.em-compliance-chart-legend{display:flex;flex-direction:column;gap:16px;width:100%;max-width:320px}.em-compliance-legend-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;cursor:pointer;transition:all .2s ease;border-radius:6px}.em-compliance-legend-item:hover{background:#00000005;padding-left:8px;padding-right:8px}.em-compliance-container--dark .em-compliance-legend-item:hover{background:#ffffff0d}.em-compliance-legend-indicator{display:flex;align-items:center;gap:12px}.em-compliance-legend-dot{width:12px;height:12px;border-radius:2px;flex-shrink:0}.em-compliance-legend-label{font-size:14px;font-weight:400;color:#0a0a0a;font-family:inherit;line-height:1.4}.em-compliance-container--dark .em-compliance-legend-label{color:#f9fafb}.em-compliance-legend-value{font-size:14px;font-weight:400;color:#717182;font-family:inherit;line-height:1.4}.em-compliance-container--dark .em-compliance-legend-value{color:#9ca3af}.em-compliance-chart-actions{display:flex;gap:6px;align-items:center}.em-compliance-chart-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E0E0E0;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#888;box-shadow:0 1px 2px #0000000d}.em-compliance-container--dark .em-compliance-chart-btn{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);color:#9ca3af}.em-compliance-chart-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#374151;transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.em-compliance-container--dark .em-compliance-chart-btn:hover{background:#3a3a3a;border-color:#fff3;color:#f9fafb}.em-compliance-chart-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}@media(max-width:1023px){.em-compliance-chart-content{gap:20px}.em-compliance-donut-chart{width:180px;height:180px}.em-compliance-chart-legend{gap:12px}}@media(max-width:767px){.em-compliance-chart-content{gap:16px}.em-compliance-donut-chart{width:160px;height:160px}.em-compliance-chart-header{flex-direction:column;align-items:stretch;gap:12px}.em-compliance-chart-actions{align-self:flex-end;gap:2px;padding:2px}.em-compliance-action-btn{width:28px;height:28px}.em-compliance-action-btn svg{width:14px;height:14px}.em-compliance-chart-btn{width:32px;height:32px}.em-compliance-chart-legend{gap:10px}.em-compliance-legend-item{gap:8px}}@media(max-width:480px){.em-compliance-chart-header{margin-bottom:16px}.em-compliance-chart-actions{scale:.9}.em-compliance-chart-title{font-size:16px}.em-compliance-chart-subtitle{font-size:12px}}.em-compliance-table-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(0,0,0,.05);transition:all .3s cubic-bezier(.4,0,.2,1);max-width:1200px}.em-compliance-container--dark .em-compliance-table-section{background:#1f1f1f;border:1px solid rgba(255,255,255,.1);box-shadow:0 1px 3px #0000004d}.em-compliance-table-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.em-compliance-table-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 4px;font-family:inherit}.em-compliance-container--dark .em-compliance-table-title{color:#f9fafb}.em-compliance-table-subtitle{font-size:13px;color:#6b7280;margin:0;font-family:inherit}.em-compliance-container--dark .em-compliance-table-subtitle{color:#9ca3af}.em-compliance-table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:16px}.em-compliance-table-filters{display:flex;gap:12px}.em-compliance-filter-dropdown{position:relative}.em-compliance-filter-select{padding:8px 36px 8px 12px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;color:#6b7280;cursor:pointer;transition:all .2s;appearance:none;font-family:inherit;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.em-compliance-container--dark .em-compliance-filter-select{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);color:#f9fafb;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23F9FAFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.em-compliance-filter-select:hover{border-color:#d1d5db}.em-compliance-container--dark .em-compliance-filter-select:hover{border-color:#fff3}.em-compliance-filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.em-compliance-search-box{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;min-width:250px;transition:all .2s}.em-compliance-container--dark .em-compliance-search-box{background:#2a2a2a;border:1px solid rgba(255,255,255,.1)}.em-compliance-search-box:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.em-compliance-search-input{border:none;outline:none;background:transparent;font-size:14px;color:#1f2937;flex:1;font-family:inherit}.em-compliance-container--dark .em-compliance-search-input{color:#f9fafb}.em-compliance-search-input::placeholder{color:#9ca3af}.em-compliance-container--dark .em-compliance-search-input::placeholder{color:#6b7280}.em-compliance-table-wrapper{overflow-x:auto;margin-bottom:20px;border-radius:16px;border:1px solid #E5E7EB;background:#fff}.em-compliance-table{width:100%;border-collapse:collapse;font-family:inherit}.em-compliance-table thead th{text-align:left;padding:12px 16px;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #F3F4F6;font-family:inherit;background:transparent}.em-compliance-container--dark .em-compliance-table thead th{color:#9ca3af;border-bottom:1px solid rgba(255,255,255,.1)}.em-compliance-table tbody tr{border-bottom:1px solid #F3F4F6;transition:background-color .2s cubic-bezier(.4,0,.2,1)}.em-compliance-container--dark .em-compliance-table tbody tr{border-bottom:1px solid rgba(255,255,255,.1)}.em-compliance-table tbody tr:hover{background:#f9fafb}.em-compliance-container--dark .em-compliance-table tbody tr:hover{background:#ffffff0d}.em-compliance-table tbody td{padding:16px;font-size:14px;color:#1f2937;vertical-align:middle;font-family:inherit}.em-compliance-container--dark .em-compliance-table tbody td{color:#f9fafb}.em-compliance-startup-cell{display:flex;align-items:center;gap:12px}.em-compliance-startup-avatar{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#fff;flex-shrink:0;font-family:inherit}.em-compliance-startup-name{font-weight:500;color:#1f2937;font-family:inherit}.em-compliance-container--dark .em-compliance-startup-name{color:#f9fafb}.em-compliance-review-cell,.em-compliance-reviewer-cell,.em-compliance-date-cell{color:#6b7280;font-family:inherit}.em-compliance-container--dark .em-compliance-review-cell,.em-compliance-container--dark .em-compliance-reviewer-cell,.em-compliance-container--dark .em-compliance-date-cell{color:#9ca3af}.em-compliance-status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;white-space:nowrap;font-family:inherit}.em-compliance-status-approved{background:#ecfdf5;color:#059669}.em-compliance-container--dark .em-compliance-status-approved{background:#05966933;color:#10b981}.em-compliance-status-in-review{background:#dbeafe;color:#1e40af}.em-compliance-container--dark .em-compliance-status-in-review{background:#1e40af33;color:#60a5fa}.em-compliance-status-pending{background:#fed7aa;color:#c2410c}.em-compliance-container--dark .em-compliance-status-pending{background:#c2410c33;color:#fb923c}.em-compliance-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.em-compliance-container--dark .em-compliance-action-btn{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);color:#9ca3af}.em-compliance-action-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#1f2937}.em-compliance-container--dark .em-compliance-action-btn:hover{background:#3a3a3a;border-color:#fff3;color:#f9fafb}.em-compliance-table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.em-compliance-table-info{font-size:14px;color:#6b7280;font-family:inherit}.em-compliance-container--dark .em-compliance-table-info{color:#9ca3af}.em-compliance-table-info-highlight{font-weight:600;color:#1f2937}.em-compliance-container--dark .em-compliance-table-info-highlight{color:#f9fafb}.em-compliance-pagination-btn{min-width:32px;height:32px;padding:0 8px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E5E7EB;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit}.em-compliance-container--dark .em-compliance-pagination-btn{background:#2a2a2a;border:1px solid rgba(255,255,255,.1);color:#9ca3af}.em-compliance-pagination-btn:hover:not(.em-compliance-pagination-active){background:#f9fafb;border-color:#d1d5db}.em-compliance-container--dark .em-compliance-pagination-btn:hover:not(.em-compliance-pagination-active){background:#3a3a3a;border-color:#fff3;color:#f9fafb}.em-compliance-pagination-active,.em-compliance-container--dark .em-compliance-pagination-active{background:#152b5a;color:#fff;border-color:#152b5a}.em-compliance-pagination-prev,.em-compliance-pagination-next{width:32px;padding:0}.em-compliance-pagination-dots{font-size:14px;color:#9ca3af;padding:0 4px;font-family:inherit}.em-compliance-container--dark .em-compliance-pagination-dots{color:#6b7280}@media(max-width:1400px){.em-compliance-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.em-compliance-main{padding:24px 32px}.em-compliance-page-header{flex-direction:column;align-items:stretch}.em-compliance-new-btn{align-self:flex-start}.em-compliance-charts{grid-template-columns:1fr}.em-compliance-stats{grid-template-columns:repeat(2,1fr)}.em-compliance-table-controls{flex-direction:column;align-items:stretch}.em-compliance-search-box{width:100%}}@media(max-width:768px){.em-compliance-main{padding:20px 16px}.em-compliance-title{font-size:24px}.em-compliance-stats{grid-template-columns:1fr;gap:16px}.em-compliance-chart-content{flex-direction:column}.em-compliance-donut-chart{width:160px;height:160px}.em-compliance-table-header{flex-direction:column;gap:16px}.em-compliance-table-footer{flex-direction:column;gap:16px;align-items:flex-start}.em-compliance-pagination{flex-wrap:wrap}}@media(prefers-color-scheme:dark){.em-compliance-container,.em-compliance-main{background:#111827}.em-compliance-title{color:#f9fafb}.em-compliance-subtitle{color:#9ca3af}.em-compliance-stat-card,.em-compliance-chart-card,.em-compliance-table-section{background:#1f2937;box-shadow:0 1px 3px #0000004d}.em-compliance-stat-value,.em-compliance-chart-title,.em-compliance-table-title,.em-compliance-startup-name,.em-compliance-legend-value,.em-compliance-table-info-highlight{color:#f9fafb}.em-compliance-donut-chart text{fill:#f9fafb}.em-compliance-chart-btn,.em-compliance-action-btn{background:#374151;border-color:#4b5563}.em-compliance-chart-btn:hover,.em-compliance-action-btn:hover{background:#4b5563;border-color:#6b7280}.em-compliance-filter-select,.em-compliance-search-box,.em-compliance-pagination-btn{background:#374151;border-color:#4b5563;color:#f9fafb}.em-compliance-search-input{color:#f9fafb}.em-compliance-table thead th,.em-compliance-table tbody tr{border-bottom-color:#374151}.em-compliance-table tbody tr:hover{background:#374151}.em-compliance-table tbody td{color:#f9fafb}.em-compliance-table-footer{border-top-color:#374151}.em-compliance-pagination-active{background:#3b82f6;border-color:#3b82f6}}[data-theme=dark] .em-compliance-container,[data-theme=dark] .em-compliance-main{background:#111827}[data-theme=dark] .em-compliance-title{color:#f9fafb}[data-theme=dark] .em-compliance-subtitle{color:#9ca3af}[data-theme=dark] .em-compliance-stat-card,[data-theme=dark] .em-compliance-chart-card,[data-theme=dark] .em-compliance-table-section{background:#1f2937;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .em-compliance-stat-value,[data-theme=dark] .em-compliance-chart-title,[data-theme=dark] .em-compliance-table-title,[data-theme=dark] .em-compliance-startup-name,[data-theme=dark] .em-compliance-legend-value,[data-theme=dark] .em-compliance-table-info-highlight{color:#f9fafb}[data-theme=dark] .em-compliance-donut-chart text{fill:#f9fafb}[data-theme=dark] .em-compliance-chart-btn,[data-theme=dark] .em-compliance-action-btn{background:#374151;border-color:#4b5563}[data-theme=dark] .em-compliance-chart-btn:hover,[data-theme=dark] .em-compliance-action-btn:hover{background:#4b5563;border-color:#6b7280}[data-theme=dark] .em-compliance-filter-select,[data-theme=dark] .em-compliance-search-box,[data-theme=dark] .em-compliance-pagination-btn{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .em-compliance-search-input{color:#f9fafb}[data-theme=dark] .em-compliance-table thead th,[data-theme=dark] .em-compliance-table tbody tr{border-bottom-color:#374151}[data-theme=dark] .em-compliance-table tbody tr:hover{background:#374151}[data-theme=dark] .em-compliance-table tbody td{color:#f9fafb}[data-theme=dark] .em-compliance-table-footer{border-top-color:#374151}[data-theme=dark] .em-compliance-pagination-active{background:#3b82f6;border-color:#3b82f6}@media(max-width:1023px){.em-compliance-table-section{padding:20px}.em-compliance-table-controls{flex-direction:column;gap:12px;align-items:stretch}.em-compliance-table-filters{flex-wrap:wrap;gap:10px}.em-compliance-search-box{min-width:200px}}@media(max-width:767px){.em-compliance-table-section{padding:16px;margin:0 -4px;border-radius:16px;border:1px solid #E5E7EB;background:#fff}.em-compliance-table-wrapper{margin:0 -8px;padding:0 8px}.em-compliance-table thead th{padding:10px 12px;font-size:10px}.em-compliance-table tbody td{padding:12px;font-size:13px}.em-compliance-startup-avatar{width:32px;height:32px;font-size:12px}.em-compliance-startup-cell{gap:8px}.em-compliance-table-footer{flex-direction:column;gap:12px;align-items:center}.em-compliance-pagination{flex-wrap:wrap;justify-content:center}.em-compliance-search-box{min-width:unset;width:100%}}@media(max-width:480px){.em-compliance-table-section{padding:12px;margin:0 -2px}.em-compliance-table-title{font-size:16px}.em-compliance-table thead th{padding:8px 10px;font-size:9px}.em-compliance-table tbody td{padding:10px;font-size:12px}.em-compliance-startup-avatar{width:28px;height:28px;font-size:11px}.em-compliance-status-badge{font-size:10px;padding:2px 8px}.em-compliance-pagination-btn{min-width:28px;height:28px;font-size:12px}.em-compliance-filter-select,.em-compliance-search-input{font-size:13px}}@media(prefers-reduced-motion:reduce){.em-compliance-container,.em-compliance-main,.em-compliance-stat-card,.em-compliance-chart-card,.em-compliance-table-section,.em-compliance-new-deal-btn,.em-compliance-pagination-btn,.em-compliance-action-btn,.em-compliance-chart-btn,.em-compliance-filter-select,.em-compliance-search-box{transition:none}.em-compliance-stat-icon,.em-compliance-new-deal-btn,.em-compliance-stat-card{transform:none!important}}@media(prefers-contrast:high){.em-compliance-new-deal-btn,.em-compliance-stat-card,.em-compliance-chart-card,.em-compliance-table-section{border:2px solid currentColor}.em-compliance-status-badge{border:1px solid currentColor}}.em-compliance-new-deal-btn:focus-visible,.em-compliance-pagination-btn:focus-visible,.em-compliance-action-btn:focus-visible,.em-compliance-chart-btn:focus-visible,.em-compliance-filter-select:focus-visible,.em-compliance-search-input:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.em-compliance-container--dark .em-compliance-new-deal-btn:focus-visible,.em-compliance-container--dark .em-compliance-pagination-btn:focus-visible,.em-compliance-container--dark .em-compliance-action-btn:focus-visible,.em-compliance-container--dark .em-compliance-chart-btn:focus-visible,.em-compliance-container--dark .em-compliance-filter-select:focus-visible,.em-compliance-container--dark .em-compliance-search-input:focus-visible{outline:2px solid #60A5FA;outline-offset:2px}.em-compliance-main{transition:all .3s cubic-bezier(.4,0,.2,1)}.em-compliance-container.sidebar-collapsed .em-compliance-main{max-width:calc(100vw - 100px)}.em-compliance-container.sidebar-collapsed .em-compliance-stats,.em-compliance-container.sidebar-collapsed .em-compliance-charts,.em-compliance-container.sidebar-collapsed .em-compliance-table-section{max-width:calc(100vw - 140px)}.em-compliance-chart-actions{position:relative;z-index:2}.em-compliance-action-btn{position:relative;z-index:3}@media(max-width:1200px){.em-compliance-container.sidebar-collapsed .em-compliance-chart-actions{padding:3px}.em-compliance-container.sidebar-collapsed .em-compliance-action-btn{width:30px;height:30px}}@media(max-width:768px){.em-compliance-container.sidebar-collapsed .em-compliance-main,.em-compliance-container.sidebar-collapsed .em-compliance-stats,.em-compliance-container.sidebar-collapsed .em-compliance-charts,.em-compliance-container.sidebar-collapsed .em-compliance-table-section{max-width:100%}}.header-actions{display:flex;align-items:center;gap:0;position:relative;background:#fff;border:1px solid #E0E0E0;border-radius:10px;padding:2px;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.expand-btn,.edit-btn,.more-options{cursor:pointer;color:#888;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:0;border:none;background:transparent;transition:all .2s ease;padding:0;flex-shrink:0}.expand-btn,.edit-btn{border-right:1px solid #E0E0E0}.expand-btn:hover,.edit-btn:hover,.more-options:hover{background:#8888880d;cursor:pointer}.expand-btn:active,.edit-btn:active,.more-options:active{background:#8888881a}.more-options.active{background:#8888881a;color:#666}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:6px;min-width:160px;z-index:1000;animation:fadeInDown .2s ease}.dropdown-menu button{width:100%;padding:10px 12px;border:none;background:transparent;text-align:left;font-size:14px;color:#374151;cursor:pointer;border-radius:6px;transition:all .15s ease;font-weight:400}.dropdown-menu button:hover{background:#f3f4f6;color:#111827}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.em-compliance-container--dark .header-actions{background:#334155;border-color:#c1c1c133}.em-compliance-container--dark .expand-btn,.em-compliance-container--dark .edit-btn,.em-compliance-container--dark .more-options{color:#94a3b8}.em-compliance-container--dark .expand-btn:hover,.em-compliance-container--dark .edit-btn:hover,.em-compliance-container--dark .more-options:hover{background:#94a3b81a}.em-compliance-container--dark .dropdown-menu{background:#334155;border-color:#475569}.em-compliance-container--dark .dropdown-menu button{color:#e2e8f0}.em-compliance-container--dark .dropdown-menu button:hover{background:#475569;color:#f1f5f9}.compliance-donut-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:192px;margin:0 auto;position:relative}.compliance-donut-chart{width:100%;height:auto;max-width:192px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}.compliance-donut-chart path{transition:all .3s cubic-bezier(.4,0,.2,1)}.compliance-donut-chart path:hover{filter:drop-shadow(0 6px 16px rgba(0,0,0,.15));transform:scale(1.02);transform-origin:center}.chart-number{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;transition:fill .3s ease}.chart-label{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;transition:fill .3s ease}.em-compliance-legend-item{transition:all .2s ease;border-radius:8px;padding:8px;margin:-8px}.em-compliance-legend-item:hover,.em-compliance-legend-item.highlighted{background:#6366f10d;transform:translate(4px)}.em-compliance-legend-item .em-compliance-legend-dot{transition:all .2s ease}.em-compliance-legend-item:hover .em-compliance-legend-dot,.em-compliance-legend-item.highlighted .em-compliance-legend-dot{transform:scale(1.2);box-shadow:0 2px 8px #00000026}.em-compliance-legend-item:hover .em-compliance-legend-label,.em-compliance-legend-item.highlighted .em-compliance-legend-label{font-weight:600;color:#374151}.em-compliance-legend-item:hover .em-compliance-legend-value,.em-compliance-legend-item.highlighted .em-compliance-legend-value{font-weight:600;color:#1f2937}.em-compliance-container--dark .compliance-donut-chart .chart-number{fill:#f8fafc}.em-compliance-container--dark .compliance-donut-chart .chart-label{fill:#94a3b8}.em-compliance-container--dark .em-compliance-legend-item:hover,.em-compliance-container--dark .em-compliance-legend-item.highlighted{background:#6366f126}.em-compliance-container--dark .em-compliance-legend-item:hover .em-compliance-legend-label,.em-compliance-container--dark .em-compliance-legend-item.highlighted .em-compliance-legend-label{color:#e2e8f0}.em-compliance-container--dark .em-compliance-legend-item:hover .em-compliance-legend-value,.em-compliance-container--dark .em-compliance-legend-item.highlighted .em-compliance-legend-value{color:#f1f5f9}@media(max-width:1200px){.compliance-donut-container,.compliance-donut-chart{max-width:160px}.chart-number{font-size:40px}.chart-label{font-size:12px}}@media(max-width:768px){.compliance-donut-container,.compliance-donut-chart{max-width:140px}.chart-number{font-size:36px}.chart-label{font-size:11px}.em-compliance-chart-content{flex-direction:column;align-items:center;gap:20px}}@media(max-width:480px){.compliance-donut-container,.compliance-donut-chart{max-width:120px}.chart-number{font-size:32px}.chart-label{font-size:10px}.em-compliance-legend-item{padding:6px;margin:-6px}}.em-compliance-container.sidebar-collapsed .compliance-donut-container,.em-compliance-container.sidebar-collapsed .compliance-donut-chart{max-width:200px}.compliance-status-legend{display:flex;flex-direction:column;gap:12px;width:100%;max-width:503px;margin:48px auto 0}.compliance-legend-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-radius:8px;transition:all .2s ease;cursor:pointer;min-height:20px;position:relative}.compliance-legend-item:hover,.compliance-legend-item.highlighted{background:#6366f10d;transform:translate(2px)}.compliance-legend-item .legend-dot{width:12px;height:12px;border-radius:4px;transition:all .2s ease;margin-right:8px;flex-shrink:0}.compliance-legend-item:hover .legend-dot,.compliance-legend-item.highlighted .legend-dot{transform:scale(1.1);box-shadow:0 2px 6px #00000026}.legend-label{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;color:#0a0a0a;flex:1;margin-right:16px;line-height:1.2}.legend-value{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:600;color:#0a0a0a;text-align:right;line-height:1.2}.legend-percentage{font-weight:400;color:#717182;margin-left:4px}.compliance-legend-item:hover .legend-label,.compliance-legend-item.highlighted .legend-label{font-weight:500;color:#111827}.compliance-legend-item:hover .legend-value,.compliance-legend-item.highlighted .legend-value{color:#111827}.compliance-legend-item:hover .legend-percentage,.compliance-legend-item.highlighted .legend-percentage{color:#6b7280}.em-compliance-container--dark .legend-label,.em-compliance-container--dark .legend-value{color:#f9fafb}.em-compliance-container--dark .legend-percentage{color:#94a3b8}.em-compliance-container--dark .compliance-legend-item:hover,.em-compliance-container--dark .compliance-legend-item.highlighted{background:#6366f126}.em-compliance-container--dark .compliance-legend-item:hover .legend-label,.em-compliance-container--dark .compliance-legend-item.highlighted .legend-label,.em-compliance-container--dark .compliance-legend-item:hover .legend-value,.em-compliance-container--dark .compliance-legend-item.highlighted .legend-value{color:#f1f5f9}.em-compliance-container--dark .compliance-legend-item:hover .legend-percentage,.em-compliance-container--dark .compliance-legend-item.highlighted .legend-percentage{color:#d1d5db}@media(max-width:1200px){.compliance-status-legend{max-width:450px}.legend-label,.legend-value{font-size:15px}}@media(max-width:768px){.compliance-status-legend{gap:10px;max-width:100%}.compliance-legend-item{padding:6px 0;min-height:18px}.compliance-legend-item .legend-dot{width:10px;height:10px;margin-right:6px}.legend-label{font-size:14px;margin-right:12px}.legend-value{font-size:14px}}@media(max-width:480px){.compliance-status-legend{gap:8px}.compliance-legend-item{padding:4px 0}.compliance-legend-item .legend-dot{width:8px;height:8px;margin-right:4px}.legend-label{font-size:13px;margin-right:8px}.legend-value{font-size:13px}}.em-compliance-container.sidebar-collapsed .compliance-status-legend{max-width:520px}.audit-distribution-chart{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:20px}.donut-chart-container{display:flex;justify-content:center;align-items:center;width:192px;height:192px}.donut-chart-container svg{width:100%;height:100%;filter:drop-shadow(0px 2px 8px rgba(0,0,0,.08))}.donut-segment{transition:all .2s ease;transform-origin:center;stroke-width:1}.donut-segment:hover,.donut-segment.hovered{filter:brightness(1.1);transform:scale(1.02)}.donut-center-number{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:28px;font-weight:700;fill:#1f2937;text-anchor:middle;dominant-baseline:central}.donut-center-label{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;fill:#6b7280;text-anchor:middle;dominant-baseline:central}.audit-distribution-legend{display:flex;flex-direction:column;gap:12px;width:100%;max-width:500px}.audit-distribution-legend-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;transition:all .2s ease;cursor:pointer}.audit-distribution-legend-item:hover,.audit-distribution-legend-item.hovered{background:#f9fafb;transform:translate(2px)}.audit-distribution-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;transition:all .2s ease}.audit-distribution-legend-dot.initial-review{background:#8b5cf6}.audit-distribution-legend-dot.due-diligence{background:#06b6d4}.audit-distribution-legend-dot.documentation{background:#f59e0b}.audit-distribution-legend-dot.closing{background:#ec4899}.audit-distribution-legend-item:hover .audit-distribution-legend-dot,.audit-distribution-legend-item.hovered .audit-distribution-legend-dot{transform:scale(1.2)}.audit-distribution-legend-info{display:flex;justify-content:space-between;align-items:center;flex:1;min-width:0}.audit-distribution-legend-label{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#374151;flex-shrink:0}.audit-distribution-legend-stats{display:flex;align-items:center;gap:4px;flex-shrink:0}.audit-distribution-legend-count{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;color:#1f2937}.audit-distribution-legend-percentage{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;color:#6b7280}.em-compliance-container--dark .donut-center-number{fill:#f9fafb}.em-compliance-container--dark .donut-center-label{fill:#9ca3af}.em-compliance-container--dark .audit-distribution-legend-item:hover,.em-compliance-container--dark .audit-distribution-legend-item.hovered{background:#374151}.em-compliance-container--dark .audit-distribution-legend-label{color:#d1d5db}.em-compliance-container--dark .audit-distribution-legend-count{color:#f9fafb}.em-compliance-container--dark .audit-distribution-legend-percentage{color:#9ca3af}@media(max-width:1024px){.audit-distribution-chart{padding:16px;gap:20px}.donut-chart-container{width:166px;height:166px}.donut-center-number{font-size:24px}.donut-center-label{font-size:12px}.audit-distribution-legend{max-width:420px}}@media(max-width:768px){.audit-distribution-chart{padding:12px;gap:16px}.donut-chart-container{width:150px;height:150px}.donut-center-number{font-size:20px}.donut-center-label{font-size:11px}.audit-distribution-legend{gap:10px;max-width:360px}.audit-distribution-legend-item{gap:10px;padding:6px 10px}.audit-distribution-legend-dot{width:10px;height:10px}.audit-distribution-legend-label,.audit-distribution-legend-count{font-size:13px}.audit-distribution-legend-percentage{font-size:12px}}.em-compliance-container.sidebar-collapsed .audit-distribution-legend{max-width:520px}.compliance-records-header{margin-bottom:24px}.compliance-records-title{display:flex;align-items:center;gap:8px;margin-bottom:8px;position:relative}.compliance-records-title h3{color:#1a1d29;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:600;line-height:24px;margin:0;letter-spacing:-.01em}.compliance-records-info-icon{cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;padding:2px;position:relative}.compliance-records-info-icon:hover{opacity:.8}.compliance-records-info-tooltip{position:absolute;top:-40px;left:calc(100% + 8px);background:#1a1d29;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;line-height:16px;white-space:nowrap;z-index:1000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.compliance-records-info-tooltip.show{opacity:1;visibility:visible}.compliance-records-info-tooltip:before{content:"";position:absolute;top:50%;left:-4px;transform:translateY(-50%);border:4px solid transparent;border-right-color:#1a1d29}.compliance-records-subtitle{color:#6b7280;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 0 16px;letter-spacing:-.001em}.compliance-records-description{color:#6b7280;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;margin:0 0 32px;max-width:100%;letter-spacing:-.001em}[data-theme=dark] .compliance-records-title h3{color:#fff}[data-theme=dark] .compliance-records-subtitle,[data-theme=dark] .compliance-records-description{color:#9ca3af}[data-theme=dark] .compliance-records-info-tooltip{background:#fff;color:#1a1d29}[data-theme=dark] .compliance-records-info-tooltip:before{border-right-color:#fff}@media(max-width:768px){.compliance-records-title h3{font-size:18px;line-height:22px}.compliance-records-subtitle,.compliance-records-description{font-size:13px;line-height:18px}.compliance-records-header{margin-bottom:20px}.compliance-records-description{margin-bottom:24px}}@media(max-width:480px){.compliance-records-title{gap:6px}.compliance-records-title h3{font-size:16px;line-height:20px}.compliance-records-subtitle,.compliance-records-description{font-size:12px;line-height:16px}.compliance-records-info-tooltip{left:auto;right:0;top:-35px;font-size:11px;line-height:14px;padding:6px 10px}.compliance-records-info-tooltip:before{left:auto;right:12px;top:100%;border:3px solid transparent;border-top-color:#1a1d29;border-right-color:transparent}[data-theme=dark] .compliance-records-info-tooltip:before{border-top-color:#fff;border-right-color:transparent}}.sidebar-collapsed .compliance-records-header{padding-left:0}.sidebar-expanded .compliance-records-header{padding-left:8px}.compliance-records-title h3,.compliance-records-subtitle,.compliance-records-description{-webkit-user-select:text;user-select:text;cursor:text}.compliance-records-info-icon svg{pointer-events:none}.compliance-filter-controls{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.status-dropdown{position:relative;display:flex;align-items:center}.status-select{appearance:none;background:#fff;border:1px solid #C1C1C1;border-radius:8px;padding:12px 40px 12px 16px;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#121212;cursor:pointer;min-width:98px;height:45px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 2px 12px #00000005;outline:none}.status-select:hover{border-color:#888}.status-select:focus{border-color:#4f46e5;box-shadow:0 2px 12px #00000005,0 0 0 3px #4f46e51a}.status-dropdown-arrows{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;justify-content:center}.search-input-container{position:relative;display:flex;align-items:center;flex:1;max-width:842px}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:2}.search-input{width:100%;background:#fff;border:1px solid #C1C1C1;border-radius:8px;padding:12px 16px 12px 48px;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#121212;height:46px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #0000000a;outline:none}.search-input::placeholder{color:#717182;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400}.search-input:hover{border-color:#888}.search-input:focus{border-color:#c1c1c1!important;box-shadow:0 4px 12px #0000000a!important;outline:none!important}[data-theme=dark] .status-select{background:#2a2a2a;border-color:#404040;color:#fff;box-shadow:0 2px 12px #0000001a}[data-theme=dark] .status-select:hover{border-color:#666}[data-theme=dark] .status-select:focus{box-shadow:0 2px 12px #0000001a,0 0 0 3px #6366f133}[data-theme=dark] .status-dropdown-arrows svg path{stroke:#fff}[data-theme=dark] .search-input{background:#2a2a2a;border-color:#404040;color:#fff;box-shadow:0 4px 12px #0000001a}[data-theme=dark] .search-input::placeholder{color:#9ca3af}[data-theme=dark] .search-input:hover{border-color:#666}[data-theme=dark] .search-input:focus{border-color:#404040!important;box-shadow:0 4px 12px #0000001a!important;outline:none!important}[data-theme=dark] .search-icon svg path{stroke:#fff}@media(max-width:768px){.compliance-filter-controls{gap:12px;margin-bottom:20px}.status-select{min-width:90px;height:40px;padding:10px 36px 10px 12px;font-size:13px}.status-dropdown-arrows{right:10px}.status-dropdown-arrows svg{width:10px;height:10px}.search-input{height:40px;padding:10px 12px 10px 40px;font-size:13px}.search-icon{left:12px}.search-icon svg{width:14px;height:14px}}@media(max-width:480px){.compliance-filter-controls{flex-direction:column;align-items:stretch;gap:12px}.status-dropdown{align-self:flex-start}.search-input-container{max-width:none}.status-select{min-width:85px;height:38px;padding:9px 32px 9px 10px;font-size:12px}.status-dropdown-arrows{right:8px}.status-dropdown-arrows svg{width:9px;height:9px}.search-input{height:38px;padding:9px 10px 9px 36px;font-size:12px}.search-icon{left:10px}.search-icon svg{width:12px;height:12px}}.sidebar-collapsed .compliance-filter-controls{padding-left:0}.sidebar-expanded .compliance-filter-controls{padding-left:8px}@supports (-webkit-appearance: none){.status-select::-webkit-appearance-none{-webkit-appearance:none}}@supports (-moz-appearance: none){.status-select::-moz-appearance-none{-moz-appearance:none}}.status-select,.search-input{cursor:text}.status-dropdown-arrows{cursor:pointer}.em-compliance-new-deal-btn,.header-actions button,.expand-btn,.edit-btn,.more-options,.dropdown-menu button,.em-compliance-action-btn,.em-compliance-pagination-btn,.em-compliance-new-deal-btn:hover,.header-actions button:hover,.expand-btn:hover,.edit-btn:hover,.more-options:hover,.dropdown-menu button:hover,.em-compliance-action-btn:hover,.em-compliance-pagination-btn:hover{cursor:pointer!important}.donut-segment,.compliance-legend-item,.audit-distribution-legend-item,.compliance-status-legend .compliance-legend-item,.audit-distribution-chart svg path{cursor:pointer!important}.donut-segment:hover,.compliance-legend-item:hover,.audit-distribution-legend-item:hover,.compliance-status-legend .compliance-legend-item:hover,.audit-distribution-chart svg path:hover{cursor:pointer!important}.em-compliance-stat-card,.em-compliance-stat-card:hover,.em-compliance-chart-card,.em-compliance-chart-card:hover,.status-select{cursor:pointer!important}.status-select:hover,.status-select:focus{cursor:pointer!important}.search-input{cursor:text!important}.search-input:hover,.search-input:focus{cursor:text!important}.em-compliance-table th,.em-compliance-table-title{cursor:default}.em-compliance-table tbody tr{cursor:pointer}.em-compliance-table tbody tr:hover{cursor:pointer;background-color:#00000005}[data-theme=dark] .em-compliance-table tbody tr:hover{background-color:#ffffff0d}.compliance-records-title h3,.compliance-records-subtitle,.compliance-records-description,.em-compliance-title,.em-compliance-subtitle,.em-compliance-chart-title,.em-compliance-chart-subtitle{cursor:text;-webkit-user-select:text;user-select:text}.compliance-records-info-icon,.em-compliance-info-icon,.compliance-records-info-icon:hover,.em-compliance-info-icon:hover{cursor:help!important}svg{cursor:inherit}.compliance-donut-chart path,.audit-distribution-chart svg path{cursor:pointer!important}.search-icon{cursor:text}.status-dropdown-arrows,.status-dropdown-arrows svg{cursor:pointer!important}.disabled,[disabled]{cursor:not-allowed!important}.loading{cursor:wait!important}.draggable{cursor:grab}.draggable:active{cursor:grabbing}.resizable-handle{cursor:ew-resize}.em-compliance-startup-name,.em-compliance-reviewer-cell{cursor:pointer}.em-compliance-startup-name:hover,.em-compliance-reviewer-cell:hover{cursor:pointer;text-decoration:underline}.em-compliance-status-badge,.em-compliance-pagination-dots{cursor:default}.em-compliance-action-btn{cursor:pointer!important}.em-compliance-action-btn:hover{cursor:pointer!important;opacity:.8}.compliance-records-info-tooltip,.chart-tooltip{cursor:default}.donut-center-number,.donut-center-label,.chart-number,.chart-label{cursor:default;-webkit-user-select:none;user-select:none}.sidebar-toggle,.sidebar-collapse-btn,.theme-toggle,.theme-switch{cursor:pointer!important}[data-theme=dark] .em-compliance-table-wrapper{border:1px solid #374151;background:#1f2937}.em-compliance-action-btn{background:#1a1a1a!important;border:none!important;border-radius:8px!important;color:#fff!important}.em-compliance-action-btn:hover{background:#333!important;color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #00000026!important}.em-compliance-action-btn svg{color:#fff!important;stroke-width:2!important}[data-theme=dark] .em-compliance-action-btn{background:#1a1a1a!important;border:none!important}[data-theme=dark] .em-compliance-action-btn:hover{background:#333!important}[data-theme=dark] .em-compliance-action-btn svg{color:#fff!important}.em-compliance-pagination-btn{width:34px;height:34px;border-radius:5px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#717182;cursor:pointer;transition:all .2s ease;position:relative}.em-compliance-pagination-active:hover{background:#1a3066!important}.em-compliance-pagination-prev,.em-compliance-pagination-next{padding:0}.em-compliance-pagination-prev svg,.em-compliance-pagination-next svg{width:16px;height:16px}.em-compliance-pagination-dots{font-size:14px;color:#717182;font-weight:500;padding:0 4px;-webkit-user-select:none;user-select:none}[data-theme=dark] .em-compliance-table-info{color:#9ca3af}[data-theme=dark] .em-compliance-pagination-btn{color:#9ca3af}[data-theme=dark] .em-compliance-pagination-btn:hover:not(:disabled):not(.em-compliance-pagination-active){background:#374151;color:#f9fafb}[data-theme=dark] .em-compliance-pagination-btn:disabled{background:#4b55634d;color:#9ca3af}[data-theme=dark] .em-compliance-pagination-active{background:#152b5a!important;color:#fff!important;border-color:#4b5563}[data-theme=dark] .em-compliance-pagination-dots{color:#9ca3af}@media(max-width:768px){.em-compliance-table-footer{flex-direction:column;gap:16px;padding:16px}.em-compliance-table-info{font-size:13px}.em-compliance-table-info-highlight{font-size:13px;padding:1px 6px}.em-compliance-pagination-btn{width:32px;height:32px;font-size:13px}.em-compliance-pagination{gap:6px}}@media(max-width:480px){.em-compliance-pagination{gap:4px}.em-compliance-pagination-btn{width:30px;height:30px;font-size:12px}.em-compliance-pagination-dots{font-size:12px}}.sidebar-collapsed .em-compliance-table-footer,.sidebar-expanded .em-compliance-table-footer{margin-right:0}.em-compliance-table-footer *{cursor:default}.em-compliance-pagination-btn:not(:disabled){cursor:pointer}.em-compliance-table-info-highlight{cursor:default}.em-compliance-table-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid #E5E7EB;background:#fff;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:0}.em-compliance-table-info{font-size:14px;color:#717182;font-weight:400;letter-spacing:.2px}.em-compliance-table-info-highlight{font-weight:600;color:#121212;background:#fff;border:1px solid #43536D;border-radius:4px;padding:2px 8px;margin:0 4px;font-size:14px}.em-compliance-pagination{display:flex;align-items:center;gap:8px}.em-compliance-pagination-btn{width:34px;height:34px;border-radius:5px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;color:#717182;cursor:pointer;transition:all .2s ease}.em-compliance-pagination-btn:hover:not(:disabled):not(.em-compliance-pagination-active){background:#f3f4f6;color:#121212}.em-compliance-pagination-btn:disabled{background:#c1c1c13d;color:#121212;cursor:not-allowed;opacity:1}.em-compliance-pagination-active{background:#152b5a!important;color:#fff!important;border:1px solid #121212;font-weight:600}.em-compliance-pagination-dots{font-size:14px;color:#717182;font-weight:500;padding:0 4px}[data-theme=dark] .em-compliance-table-footer{background:#1f2937;border-top-color:#374151}[data-theme=dark] .em-compliance-table-info-highlight{color:#f9fafb;background:#1f2937;border-color:#6b7280}@media(max-width:768px){.em-compliance-table-footer{flex-direction:column;gap:16px;padding:16px}}.em-compliance-action-btn{width:40px!important;height:40px!important;border-radius:50%!important;background:#121212!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;flex-shrink:0!important}.em-compliance-action-btn:hover{background:#2b2b2b!important;transform:scale(1.05)!important}.em-compliance-action-btn:active{transform:scale(.98)!important}.em-compliance-action-btn:focus{outline:none!important;box-shadow:0 0 0 3px #1212121a!important}.em-compliance-action-btn svg{width:16px!important;height:16px!important;flex-shrink:0!important;color:#fff!important;stroke:#fff!important}[data-theme=dark] .em-compliance-action-btn{background:#121212!important}[data-theme=dark] .em-compliance-action-btn:hover{background:#2b2b2b!important}[data-theme=dark] .em-compliance-action-btn svg{color:#fff!important;stroke:#fff!important}.em-compliance-table-footer{width:100%!important;max-width:1128px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:24px 0!important;margin:0 auto!important;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;background:transparent!important;border:none!important;position:relative!important}[data-theme=dark] .em-compliance-table-footer,.em-compliance-container--dark .em-compliance-table-footer{background:transparent!important;border:none!important}.em-compliance-table-info{font-size:14px!important;font-weight:400!important;color:#6a7282!important;line-height:20px!important;letter-spacing:-.01em!important;display:flex!important;align-items:center!important;gap:8px!important}.em-compliance-table-info-highlight{font-weight:500!important;color:#121212!important;border:1px solid #E5E7EB!important;background:#fff!important;padding:4px 10px!important;border-radius:8px!important;min-width:32px!important;text-align:center!important;display:inline-flex!important;justify-content:center!important}[data-theme=dark] .em-compliance-table-info,.em-compliance-container--dark .em-compliance-table-info{color:#9ca3af!important}[data-theme=dark] .em-compliance-table-info-highlight,.em-compliance-container--dark .em-compliance-table-info-highlight{color:#f8fafc!important;background:#1f2937!important;border-color:#374151!important}.em-compliance-pagination{display:flex!important;align-items:center!important;gap:4px!important;margin:0!important;padding:0!important}.em-compliance-pagination-btn{width:32px!important;height:32px!important;border-radius:8px!important;border:none!important;background:transparent!important;color:#6b7280!important;font-size:14px!important;font-weight:500!important;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;outline:none!important;-webkit-user-select:none!important;user-select:none!important}.em-compliance-pagination-btn:hover:not(:disabled):not(.em-compliance-pagination-active){background:#f3f4f6!important;color:#121212!important}.em-compliance-pagination-prev,.em-compliance-pagination-next{background:#f3f4f6!important}.em-compliance-pagination-active{background:#152b5a!important;color:#fff!important}.em-compliance-pagination-btn:focus:not(:disabled){box-shadow:none!important}.em-compliance-pagination-btn:disabled{opacity:.5!important;cursor:not-allowed!important;background:#f3f4f6!important}[data-theme=dark] .em-compliance-pagination-btn{color:#9ca3af!important}[data-theme=dark] .em-compliance-pagination-prev,[data-theme=dark] .em-compliance-pagination-next{background:#374151!important;color:#e5e7eb!important}[data-theme=dark] .em-compliance-pagination-active{background:#60a5fa!important;color:#fff!important}[data-theme=dark] .em-compliance-pagination-btn:hover:not(:disabled):not(.em-compliance-pagination-active){background:#374151!important;color:#f9fafb!important}.em-compliance-pagination-dots{color:#6b7280;padding:0 4px}@media(max-width:1200px){.em-compliance-table-footer{max-width:calc(100vw - 48px)!important;margin:0 24px!important}}@media(max-width:768px){.em-compliance-table-footer{flex-direction:column!important;height:auto!important;min-height:49px!important;padding:16px 20px!important;gap:16px!important;margin:0 16px!important;max-width:calc(100vw - 32px)!important}.em-compliance-table-info{font-size:13px!important;text-align:center!important}.em-compliance-pagination{flex-wrap:wrap!important;justify-content:center!important;gap:6px!important}.em-compliance-pagination-btn{width:28px!important;height:28px!important;font-size:13px!important}}@media(max-width:480px){.em-compliance-table-footer{margin:0 8px!important;max-width:calc(100vw - 16px)!important;padding:12px 16px!important}.em-compliance-pagination-btn{width:24px!important;height:24px!important;font-size:12px!important}.em-compliance-pagination-prev svg,.em-compliance-pagination-next svg{width:14px!important;height:14px!important}}.sidebar-collapsed .em-compliance-table-footer{max-width:calc(100vw - 80px)!important;margin-left:auto!important;margin-right:auto!important}.em-compliance-table-footer,.em-compliance-pagination-btn{transition:all .3s cubic-bezier(.4,0,.2,1)!important}.em-compliance-pagination-btn:focus-visible{outline:2px solid #3B82F6!important;outline-offset:2px!important}@media print{.em-compliance-table-footer{background:transparent!important;border:1px solid #E5E7EB!important;color:#000!important}.em-compliance-pagination-btn{border-color:#000!important}}.em-compliance-disclaimer{width:100%!important;max-width:1128px!important;margin:24px auto 0!important;padding:16px 24px!important;background:transparent!important;border-top:1px solid #E5E7EB!important;box-sizing:border-box!important}.em-compliance-disclaimer p{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;font-size:14px!important;font-weight:400!important;color:#6a7282!important;line-height:20px!important;margin:0!important;text-align:center!important;letter-spacing:-.01em!important}[data-theme=dark] .em-compliance-disclaimer,.em-compliance-container--dark .em-compliance-disclaimer{border-top-color:#374151!important}[data-theme=dark] .em-compliance-disclaimer p,.em-compliance-container--dark .em-compliance-disclaimer p{color:#9ca3af!important}@media(max-width:1200px){.em-compliance-disclaimer{max-width:calc(100vw - 48px)!important;margin-left:24px!important;margin-right:24px!important}}@media(max-width:768px){.em-compliance-disclaimer{margin-left:16px!important;margin-right:16px!important;max-width:calc(100vw - 32px)!important;padding:12px 20px!important}.em-compliance-disclaimer p{font-size:13px!important;line-height:18px!important}}@media(max-width:480px){.em-compliance-disclaimer{margin-left:8px!important;margin-right:8px!important;max-width:calc(100vw - 16px)!important;padding:10px 16px!important}.em-compliance-disclaimer p{font-size:12px!important;line-height:16px!important}}.sidebar-collapsed .em-compliance-disclaimer{max-width:calc(100vw - 80px)!important;margin-left:auto!important;margin-right:auto!important}.em-deal-current-disclaimer{padding:20px 40px;text-align:center;background:#fff;border-top:1px solid #F3F4F6}.em-deal-current-disclaimer p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;line-height:1.5;color:#9ca3af;margin:0;letter-spacing:0}:root{--rr-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--rr-bg: #F9FAFB;--rr-surface: #FFFFFF;--rr-border: #E5E7EB;--rr-border-faint: rgba(193,193,193,.5);--rr-text: #111827;--rr-muted: #6B7280;--rr-light: #9CA3AF;--rr-blue: #3B82F6;--rr-navy: #152B5A;--rr-shadow-sm: 0 1px 2px rgba(0,0,0,.05);--rr-shadow-md: 0 4px 12px rgba(0,0,0,.08);--rr-radius: 16px;--rr-transition: .18s ease}.dark{--rr-bg: #0D1117;--rr-surface: #161B22;--rr-border: #30363D;--rr-border-faint: rgba(75,85,99,.5);--rr-text: #F0F6FC;--rr-muted: #8B949E;--rr-light: #6E7681;--rr-navy: #3B82F6;--rr-shadow-sm: 0 1px 3px rgba(0,0,0,.4);--rr-shadow-md: 0 4px 16px rgba(0,0,0,.5)}.em-reports-container{display:flex;flex-direction:column;width:100%;min-height:100vh;background:var(--rr-bg);font-family:var(--rr-font);transition:background var(--rr-transition)}.em-reports-main{flex:1;padding:28px 32px 48px;overflow-y:auto}.em-reports-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.em-reports-title{font-size:28px;font-weight:700;color:var(--rr-text);margin:0 0 4px;letter-spacing:-.4px}.em-reports-subtitle{font-size:14px;color:var(--rr-muted);margin:0}.em-reports-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}.em-reports-stat-card{background:var(--rr-surface);border:1px solid var(--rr-border);border-radius:var(--rr-radius);padding:22px;display:flex;flex-direction:column;box-shadow:var(--rr-shadow-sm);transition:transform var(--rr-transition),box-shadow var(--rr-transition);cursor:pointer}.em-reports-stat-card:hover{transform:translateY(-2px);box-shadow:var(--rr-shadow-md)}.em-reports-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.em-reports-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.blue-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 12px #3b82f64d}.green-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.purple-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 4px 12px #8b5cf64d}.orange-icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b4d}.em-reports-trend-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.em-reports-stat-body{display:flex;flex-direction:column}.em-reports-card-title{font-size:13px;font-weight:500;color:var(--rr-muted);margin:0 0 6px}.em-reports-card-value{font-size:32px;font-weight:700;color:var(--rr-text);margin-bottom:14px;letter-spacing:-1px}.em-reports-card-divider{height:1px;background:var(--rr-border);margin-bottom:10px}.em-reports-card-subtext{font-size:12.5px;color:var(--rr-muted);margin:0}.em-reports-charts{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:28px}.em-reports-chart-card{background:var(--rr-surface);border-radius:var(--rr-radius);padding:26px;box-shadow:var(--rr-shadow-sm);border:1px solid var(--rr-border);transition:box-shadow var(--rr-transition)}.em-reports-chart-card:hover{box-shadow:var(--rr-shadow-md)}.em-reports-chart-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.em-reports-title-section{display:flex;flex-direction:column;gap:3px}.em-reports-title-with-info{display:flex;align-items:center;gap:7px}.em-reports-chart-title{font-size:17px;font-weight:600;color:var(--rr-text);margin:0;letter-spacing:-.2px}.em-reports-chart-subtitle{font-size:13px;color:var(--rr-muted);margin:0}.info-btn{cursor:pointer;border:none;background:transparent;padding:0;display:flex;transition:transform var(--rr-transition)}.info-btn:hover{transform:scale(1.1)}.header-actions{display:flex;align-items:center;background:var(--rr-surface);border:1px solid #E0E0E0;border-radius:10px;padding:2px}.dark .header-actions{background:#21262d;border-color:#30363d}.expand-btn,.edit-btn,.more-options{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#888;transition:background var(--rr-transition);cursor:pointer}.expand-btn{border-right:1px solid #E0E0E0;border-radius:7px 0 0 7px}.edit-btn{border-right:1px solid #E0E0E0}.more-options{border-radius:0 7px 7px 0}.dark .expand-btn,.dark .edit-btn{border-right-color:#30363d}.expand-btn:hover,.edit-btn:hover,.more-options:hover{background:#88888814}.expand-btn.expanded{background:#fbbf241a;color:#92400e}.more-options.active{background:#8888881a}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:var(--rr-surface);border:1px solid var(--rr-border);border-radius:12px;box-shadow:var(--rr-shadow-md);padding:6px;min-width:160px;z-index:1000;animation:rrDropIn .15s ease}.dropdown-menu button{width:100%;padding:9px 12px;border:none;background:transparent;text-align:left;font-size:13.5px;font-family:var(--rr-font);color:var(--rr-text);border-radius:6px;cursor:pointer;transition:background var(--rr-transition)}.dropdown-menu button:hover{background:var(--rr-bg)}.em-reports-chart-content-vertical{display:flex;flex-direction:column;align-items:center;gap:20px}.em-reports-donut-section{display:flex;justify-content:center}.em-reports-donut-chart{width:220px;height:220px}.donut-segment{transition:opacity .2s,transform .2s}.em-reports-chart-legend-figma{display:flex;gap:32px;justify-content:center;width:100%}.em-reports-legend-column{display:flex;flex-direction:column;gap:14px}.em-reports-legend-item-figma{display:flex;align-items:center;gap:10px;padding:4px 6px;border-radius:6px;transition:background var(--rr-transition),transform var(--rr-transition)}.em-reports-legend-item-figma:hover{background:#00000008;transform:translate(2px)}.dark .em-reports-legend-item-figma:hover{background:#ffffff0d}.em-reports-legend-item-figma.highlighted{background:#0000000a}.dark .em-reports-legend-item-figma.highlighted{background:#ffffff14}.em-reports-legend-indicator{width:10px;height:10px;border-radius:2px;flex-shrink:0;transition:transform .15s}.em-reports-legend-item-figma:hover .em-reports-legend-indicator{transform:scale(1.2)}.em-reports-legend-label-figma{font-size:14px;color:var(--rr-text);flex:1}.em-reports-legend-value-figma{font-size:14px;color:var(--rr-muted);min-width:22px;text-align:right}.em-reports-bar-chart-container{width:100%}.em-reports-bar-chart-figma{width:100%;height:auto;display:block}.em-reports-generate-section{background:var(--rr-surface);border-radius:var(--rr-radius);padding:24px;margin-bottom:28px;box-shadow:var(--rr-shadow-sm);border:1px solid var(--rr-border)}.em-reports-generate-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.em-reports-generate-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#2b7fff,#155dfc);display:flex;align-items:center;justify-content:center;flex-shrink:0}.em-reports-generate-title{font-size:17px;font-weight:600;color:var(--rr-text);margin:0 0 3px}.em-reports-generate-subtitle{font-size:13px;color:var(--rr-muted);margin:0}.em-reports-generate-controls{display:flex;gap:14px;align-items:flex-end}.em-reports-generate-inputs{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.em-reports-generate-field{display:flex;flex-direction:column;gap:6px}.em-reports-generate-label{font-size:12.5px;font-weight:500;color:var(--rr-text)}.em-reports-generate-select{height:40px;padding:0 32px 0 12px;background:var(--rr-surface);border:1px solid var(--rr-border);border-radius:8px;font-size:13.5px;font-family:var(--rr-font);color:var(--rr-text);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 11px center;transition:border-color var(--rr-transition),box-shadow var(--rr-transition);cursor:pointer}.dark .em-reports-generate-select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239CA3AF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-color:#21262d;border-color:#30363d}.em-reports-generate-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.em-reports-generate-btn{height:40px;padding:0 20px;background:#155dfc;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;font-family:var(--rr-font);display:flex;align-items:center;gap:8px;white-space:nowrap;cursor:pointer;transition:background var(--rr-transition),transform var(--rr-transition),box-shadow var(--rr-transition)}.em-reports-generate-btn:hover:not(:disabled){background:#1247d4;transform:translateY(-1px);box-shadow:0 4px 12px #155dfc4d}.em-reports-generate-btn:disabled{opacity:.5;cursor:not-allowed}.em-reports-generate-btn.loading:after{content:"";width:14px;height:14px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:rrSpin .8s linear infinite;margin-left:4px}.rr-section{background:var(--rr-surface);border-radius:var(--rr-radius);padding:28px 28px 0;box-shadow:var(--rr-shadow-sm);border:1px solid var(--rr-border);overflow:hidden}.rr-header{margin-bottom:22px}.rr-title-row{display:flex;align-items:center;gap:8px;margin-bottom:5px}.rr-title{font-size:20px;font-weight:600;color:var(--rr-text);margin:0;letter-spacing:-.2px}.rr-subtitle{font-size:13.5px;color:var(--rr-muted);margin:0}.rr-info-wrap{position:relative;display:inline-flex;align-items:center;cursor:default}.rr-info-wrap svg{display:block}.rr-info-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#f9fafb;font-size:12px;padding:7px 11px;border-radius:7px;white-space:nowrap;max-width:280px;white-space:normal;text-align:center;opacity:0;pointer-events:none;transition:opacity .15s;z-index:100;box-shadow:0 4px 10px #0000002e}.rr-info-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.rr-info-wrap:hover .rr-info-tooltip{opacity:1}.rr-controls{display:flex;align-items:center;gap:18px;margin-bottom:18px}.rr-status-wrap{position:relative;flex-shrink:0}.rr-status-select{width:104px;height:46px;padding:0 34px 0 16px;background:var(--rr-surface);border:.5px solid var(--rr-border-faint);border-radius:8px;font-size:13.5px;font-family:var(--rr-font);font-weight:400;color:var(--rr-text);appearance:none;cursor:pointer;transition:border-color var(--rr-transition),box-shadow var(--rr-transition);box-shadow:0 2px 8px #00000005}.rr-status-select:hover{border-color:#c1c1c1cc}.rr-status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rr-status-arrow{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;opacity:.7}.dark .rr-status-arrow svg path{stroke:#8b949e}.rr-search-wrap{flex:1;position:relative;height:46px}.rr-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;color:#717182;pointer-events:none}.dark .rr-search-icon{color:#8b949e}.rr-search-input{width:100%;height:100%;padding:0 16px 0 42px;background:var(--rr-surface);border:.5px solid var(--rr-border-faint);border-radius:8px;font-size:13.5px;font-family:var(--rr-font);color:var(--rr-text);box-shadow:0 4px 12px #00000008;transition:border-color var(--rr-transition),box-shadow var(--rr-transition);outline:none;box-sizing:border-box}.rr-search-input::placeholder{color:#717182}.rr-search-input:hover{border-color:#c1c1c1cc}.rr-search-input:focus{border-color:#c1c1c1cc;box-shadow:0 4px 12px #0000000d}.rr-table-wrap{overflow-x:auto;border:1px solid #F3F4F6;border-radius:12px;margin-bottom:0}.dark .rr-table-wrap{border-color:#21262d}.rr-table{width:100%;border-collapse:collapse;font-family:var(--rr-font)}.rr-thead-row{background:#f9fafb;border-bottom:1px solid #F3F4F6}.dark .rr-thead-row{background:#0d1117;border-bottom-color:#21262d}.rr-th{padding:14px 18px;text-align:left;font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.65px;white-space:nowrap;-webkit-user-select:none;user-select:none}.dark .rr-th{color:#6e7681}.rr-th-name{width:34%}.rr-th-actions{text-align:right;padding-right:22px}.rr-tr{border-bottom:1px solid #F3F4F6;transition:background var(--rr-transition);cursor:pointer}.dark .rr-tr{border-bottom-color:#21262d}.rr-tr:last-child{border-bottom:none}.rr-tr:hover{background:#f9fafb}.dark .rr-tr:hover{background:#1c2128}.rr-td{padding:17px 18px;font-size:14px;color:var(--rr-text);vertical-align:middle;white-space:nowrap}.rr-td-muted{color:#6b7280;font-size:13.5px}.dark .rr-td-muted{color:#8b949e}.rr-td-name{width:34%}.rr-td-actions{text-align:right}.rr-name-cell{display:flex;align-items:center;gap:12px}.rr-doc-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform var(--rr-transition)}.rr-tr:hover .rr-doc-icon{transform:scale(1.06)}.rr-name-text{font-weight:500;color:var(--rr-text);transition:color var(--rr-transition)}.rr-tr:hover .rr-name-text{color:#3b82f6}.rr-format-badge{display:inline-flex;align-items:center;padding:5px 14px;background:#f3f4f6;border:1px solid #E5E7EB;border-radius:20px;font-size:12.5px;font-weight:500;color:#374151;transition:all var(--rr-transition)}.dark .rr-format-badge{background:#21262d;border-color:#30363d;color:#c9d1d9}.rr-tr:hover .rr-format-badge{border-color:#d1d5db}.rr-td-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.rr-action-btn{width:34px;height:34px;border-radius:8px;border:1px solid #E5E7EB;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--rr-transition);padding:0;flex-shrink:0}.dark .rr-action-btn{background:#21262d;border-color:#30363d}.rr-download-btn{color:#3b82f6}.rr-download-btn:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 3px 8px #3b82f633}.dark .rr-download-btn{color:#58a6ff}.dark .rr-download-btn:hover{background:#3b82f61f;border-color:#58a6ff}.rr-menu-wrap{position:relative}.rr-menu-btn{color:#9ca3af}.rr-menu-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.dark .rr-menu-btn:hover{background:#30363d;border-color:#484f58;color:#c9d1d9}.rr-row-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:var(--rr-surface);border:1px solid var(--rr-border);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:5px;min-width:130px;z-index:500;animation:rrDropIn .15s ease}.rr-row-dropdown button{width:100%;padding:9px 12px;border:none;background:transparent;text-align:left;font-size:13.5px;font-family:var(--rr-font);color:var(--rr-text);border-radius:6px;cursor:pointer;transition:background var(--rr-transition)}.rr-row-dropdown button:hover{background:var(--rr-bg)}.rr-row-dropdown-danger{color:#ef4444!important}.rr-row-dropdown-danger:hover{background:#fef2f2!important}.dark .rr-row-dropdown-danger:hover{background:#ef44441a!important}.rr-empty{padding:0}.rr-empty-inner{padding:48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.rr-empty-inner span{font-size:28px}.rr-empty-inner p{font-size:14px;color:var(--rr-muted);margin:0}.rr-empty-inner button{margin-top:6px;padding:8px 18px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:var(--rr-font);cursor:pointer;transition:background var(--rr-transition)}.rr-empty-inner button:hover{background:#2563eb}.rr-footer{display:flex;justify-content:space-between;align-items:center;padding:20px 0;flex-wrap:wrap;gap:12px}.rr-showing{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:400;color:#717182;font-family:var(--rr-font)}.dark .rr-showing{color:#8b949e}.rr-showing-badge{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:28px;padding:0 8px;border:1px solid #43536D;border-radius:5px;font-size:13.5px;font-weight:400;color:#717182;background:transparent;font-family:var(--rr-font)}.dark .rr-showing-badge{border-color:#484f58;color:#8b949e}.rr-pagination{display:flex;align-items:center;gap:7px}.rr-page-btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--rr-font);font-size:13.5px;font-weight:400;border-radius:5px;border:none;transition:all var(--rr-transition);cursor:pointer}.rr-arrow{width:32px;height:34px;background:#c1c1c13d;color:#121212;border:none}.dark .rr-arrow{background:#c1c1c11f;color:#c9d1d9}.rr-arrow:hover:not(:disabled){background:#c1c1c166;transform:translateY(-1px)}.rr-arrow:disabled{opacity:.4;cursor:not-allowed}.rr-page-num{width:33px;height:33px;background:#c1c1c13d;color:#43536d;border:.5px solid transparent}.dark .rr-page-num{background:#c1c1c11a;color:#8b949e}.rr-page-num:hover:not(.rr-page-active){background:#c1c1c161;transform:translateY(-1px)}.rr-page-active{background:#152b5a!important;border-color:#121212!important;color:#fff!important;font-weight:500}.dark .rr-page-active{background:#3b82f6!important;border-color:#3b82f6!important}.rr-page-dots{display:flex;align-items:center;justify-content:center;width:28px;height:33px;-webkit-user-select:none;user-select:none}.rr-disclaimer{margin:0 -28px;padding:14px 28px;background:#f9fafb;border-top:1px solid #F3F4F6;font-size:12px;color:#9ca3af;text-align:center;font-family:var(--rr-font);border-radius:0 0 var(--rr-radius) var(--rr-radius)}.dark .rr-disclaimer{background:#161b2299;border-top-color:#21262d;color:#6e7681}@keyframes rrDropIn{0%{opacity:0;transform:scale(.94) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes rrSpin{to{transform:rotate(360deg)}}@media(max-width:1400px){.em-reports-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.em-reports-charts{grid-template-columns:1fr}.em-reports-generate-inputs{grid-template-columns:1fr 1fr}.em-reports-generate-controls{flex-wrap:wrap}}@media(max-width:768px){.em-reports-main{padding:16px 16px 32px}.em-reports-title{font-size:22px}.em-reports-stats-row,.em-reports-generate-inputs{grid-template-columns:1fr}.em-reports-generate-btn{width:100%;justify-content:center}.rr-section{padding:20px 20px 0}.rr-table{min-width:640px}.rr-footer{flex-direction:column;align-items:flex-start;gap:14px}.rr-pagination{flex-wrap:wrap}.rr-disclaimer{margin:0 -20px;padding:12px 20px}.rr-controls{flex-direction:column;align-items:stretch}.rr-status-wrap,.rr-status-select{width:100%}}@media(max-width:480px){.em-reports-chart-header{flex-direction:column;gap:14px}.header-actions{align-self:flex-end}}.tp-page{padding:32px;background:transparent;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.tp-header{margin-bottom:28px}.tp-title{font-size:30px;font-weight:650;color:#111827;margin:0 0 6px;letter-spacing:-.02em}.tp-subtitle{font-size:14px;color:#9ca3af;margin:0}.tp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px}.tp-stat-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:20px 22px 22px;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 3px #0000000a}.tp-stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.tp-stat-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.tp-stat-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center}.tp-stat-badge{font-size:12px;font-weight:600;padding:5px 11px;border-radius:20px;border:1px solid transparent;white-space:nowrap;display:inline-flex;align-items:center}.badge-1{color:#8200db;background:#faf5ff;border-color:#e9d4ff}.badge-2{color:#1447e6;background:#eff6ff;border-color:#bedbff}.badge-3{color:#c6005c;background:#c6005c12;border-color:#c6005c1f}.badge-4{color:#007a55;background:#ecfdf5;border-color:#a4f4cf}.tp-stat-label{font-size:12px;color:#8e8e93;margin:0 0 6px;font-weight:500;letter-spacing:.01em}.tp-stat-value{font-size:40px;font-weight:700;color:#111827;margin:0 0 4px;letter-spacing:-.03em;line-height:1.1}.tp-stat-sub{font-size:12px;color:#9ca3af;margin:0}.tp-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.tp-chart-card{background:#fafafa;border:1px solid #E5E7EB;border-radius:16px;padding:24px 24px 20px}.tp-chart-head{margin-bottom:20px}.tp-chart-title{font-size:17px;font-weight:600;color:#111827;margin:0 0 4px}.tp-chart-sub{font-size:13px;color:#9ca3af;margin:0}.tp-donut-wrap{display:flex;justify-content:center;align-items:center;padding:8px 0 16px}.tp-bar-wrap{padding:0 0 8px}.tp-legend{display:flex;justify-content:center;gap:24px;padding-top:4px;flex-wrap:wrap}.tp-legend-bar{padding-top:8px}.tp-legend-item{display:flex;align-items:center;gap:7px;cursor:pointer;padding:3px 6px;border-radius:6px;transition:background .15s}.tp-legend-item:hover{background:#0000000a}.tp-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;transition:transform .15s}.tp-legend-item:hover .tp-legend-dot{transform:scale(1.2)}.tp-legend-label{font-size:13px;color:#6b7280;white-space:nowrap;-webkit-user-select:none;user-select:none}.tp-table-section{background:#fafafa;border:1px solid #E5E7EB;border-radius:16px;padding:24px 24px 0}.tp-table-header{margin-bottom:20px}.tp-table-title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.tp-table-title{font-size:17px;font-weight:600;color:#111827;margin:0}.tp-info-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;opacity:.9;transition:opacity .15s}.tp-info-btn:hover{opacity:.6}.tp-table-sub{font-size:13px;color:#9ca3af;margin:0}.tp-controls{display:flex;align-items:center;gap:16px;margin-bottom:20px}.tp-status-wrap{position:relative;width:100px;height:42px;flex-shrink:0}.tp-status-select{width:100%;height:100%;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:0 30px 0 14px;font-size:13px;font-weight:500;color:#111827;appearance:none;cursor:pointer;outline:none;transition:border-color .15s}.tp-status-select:hover{border-color:#d1d5db}.tp-status-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.tp-select-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}.tp-search-wrap{position:relative;flex:1;height:42px}.tp-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none}.tp-search-input{width:100%;height:100%;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:0 14px 0 40px;font-size:13px;color:#374151;outline:none;transition:border-color .15s;box-sizing:border-box}.tp-search-input::placeholder{color:#9ca3af}.tp-search-input:hover{border-color:#d1d5db}.tp-search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.tp-table-wrap{background:#fff;border:1px solid #E5E7EB;border-radius:10px;overflow:hidden;margin-bottom:16px}.tp-table{width:100%;border-collapse:collapse}.tp-table thead{background:#dbeafe2e}.tp-table th{padding:11px 16px;text-align:left;font-size:11px;font-weight:500;color:#9ca3af;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #F3F4F6}.tp-table th:first-child{padding-left:22px}.tp-table th:last-child{padding-right:22px}.tp-table tbody tr{border-bottom:1px solid #F3F4F6;transition:background .15s;background:#fff}.tp-table tbody tr.tp-row-first{background:#dbeafe24}.tp-table tbody tr:last-child{border-bottom:none}.tp-table tbody tr:hover{background:#dbeafe1a}.tp-table tbody tr.tp-row-first:hover{background:#dbeafe38}.tp-table td{padding:14px 16px;font-size:14px;color:#374151;vertical-align:middle}.tp-table td:first-child{padding-left:22px}.tp-table td:last-child{padding-right:22px}.tp-company-cell{display:flex;align-items:center;gap:14px}.tp-avatar{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 3px #00000026}.tp-avatar-letter{font-size:15px;font-weight:600;color:#fff;-webkit-user-select:none;user-select:none}.tp-company-name{font-size:14px;font-weight:400;color:#111827;transition:color .15s}.tp-company-cell:hover .tp-company-name{color:#2563eb}.tp-symbol{display:inline-block;padding:5px 11px;border:1px solid #D1D5DB;border-radius:5px;font-size:12px;font-weight:400;color:#6b7280;background:#fff;transition:all .15s;cursor:pointer;letter-spacing:.02em}.tp-symbol:hover{border-color:#9ca3af;color:#374151;background:#f9fafb}.tp-cell-muted{color:#6b7280!important}.tp-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 16px;border-radius:5px;font-size:13px;font-weight:400;transition:all .15s;cursor:default;-webkit-user-select:none;user-select:none}.tp-status-active{background:#d1fae5;color:#059669}.tp-status-pending{background:#fef3c7;color:#d97706}.tp-status-paused{background:#fee2e2;color:#dc2626}.tp-no-results{text-align:center;padding:36px!important;color:#9ca3af}.tp-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 0 18px}.tp-pagination-info{display:flex;align-items:center;gap:6px}.tp-page-text{font-size:13px;color:#9ca3af}.tp-page-box{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 8px;background:#fff;border:1px solid #6B7280;border-radius:6px;font-size:13px;font-weight:500;color:#374151}.tp-pagination{display:flex;align-items:center;gap:6px}.tp-page-arrow{width:32px;height:32px;background:#d1d5db59;border:none;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .15s,transform .1s}.tp-page-arrow:hover:not(:disabled){background:#d1d5db8c;transform:scale(1.05)}.tp-page-arrow:disabled{opacity:.35;cursor:not-allowed}.tp-page-btn{min-width:32px;height:32px;padding:0 6px;background:#d1d5db4d;border:none;border-radius:5px;font-size:13px;color:#6b7280;cursor:pointer;transition:background .15s,transform .1s;display:flex;align-items:center;justify-content:center}.tp-page-btn:hover:not(.active):not(.ellipsis){background:#d1d5db80;transform:translateY(-1px)}.tp-page-btn.active{background:#1e3a6e;color:#fff;font-weight:500;border:1px solid #1E3A6E}.tp-page-btn.ellipsis{background:transparent;cursor:default;pointer-events:none}.tp-disclaimer{text-align:center;font-size:12px;color:#9ca3af;padding:14px 24px;background:#f9fafb;border-top:1px solid #F3F4F6;border-radius:0 0 16px 16px;margin:0 -24px}@media(max-width:1200px){.tp-stats-grid{grid-template-columns:repeat(2,1fr)}.tp-charts-row{gap:16px}}@media(max-width:900px){.tp-charts-row{grid-template-columns:1fr}.tp-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.tp-page{padding:18px}.tp-stats-grid{grid-template-columns:1fr}.tp-table-wrap{overflow-x:auto}.tp-table{min-width:640px}.tp-footer{flex-direction:column;gap:14px;align-items:flex-start}.tp-pagination{width:100%;justify-content:center}}.mv-page{padding:32px;background:transparent;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;box-sizing:border-box}.mv-page-header{margin-bottom:28px}.mv-page-title{font-size:30px;font-weight:650;color:#111827;margin:0 0 6px;letter-spacing:-.025em}.mv-page-sub{font-size:14px;color:#9ca3af;margin:0;font-weight:400}.mv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.mv-stat-card{border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:20px 22px 22px;transition:box-shadow .2s,transform .2s;box-shadow:0 1px 4px #0000000a}.mv-stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.mv-stat-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.mv-stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mv-stat-badge{font-size:12px;font-weight:600;padding:5px 12px;border-radius:20px;border:1px solid transparent;white-space:nowrap;display:inline-flex;align-items:center}.mv-stat-label{font-size:13px;color:#6b7280;margin:0 0 6px;font-weight:500}.mv-stat-value{font-size:40px;font-weight:700;color:#111827;margin:0 0 6px;letter-spacing:-.03em;line-height:1.1}.mv-stat-sub{font-size:12px;color:#9ca3af;margin:0}.mv-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.mv-chart-card{background:#fff;border:1px solid #E5E7EB;border-radius:18px;padding:24px 24px 20px}.mv-chart-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.mv-chart-title-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.mv-chart-title{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.4}.mv-chart-sub{font-size:13px;color:#9ca3af;margin:0;font-weight:400}.mv-action-btns{display:flex;align-items:center;gap:2px;background:#fff;border:1px solid #E5E7EB;border-radius:10px;padding:5px 8px;flex-shrink:0;box-shadow:0 1px 3px #0000000d}.mv-action-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;border-radius:5px;transition:background .15s}.mv-action-btn:hover{background:#f3f4f6}.mv-donut-wrap{display:flex;justify-content:center;align-items:center;padding:16px 0 20px}.mv-legend{display:flex;flex-direction:column;gap:6px;padding:0 4px}.mv-legend-row{display:flex;align-items:center;gap:10px;padding:4px 6px;border-radius:7px;cursor:pointer;transition:background .15s}.mv-legend-row:hover{background:#00000008}.mv-legend-dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;transition:transform .15s}.mv-legend-row:hover .mv-legend-dot{transform:scale(1.2)}.mv-legend-name{font-size:13.5px;color:#374151;flex:1;-webkit-user-select:none;user-select:none}.mv-legend-count{font-size:13.5px;color:#111827;font-weight:500;white-space:nowrap;-webkit-user-select:none;user-select:none}.mv-line-wrap{padding:8px 0 0;width:100%}.mv-table-section{background:#fff;border:1px solid #E5E7EB;border-radius:18px;padding:24px 24px 0}.mv-table-header{margin-bottom:20px}.mv-table-title-row{display:flex;align-items:center;gap:7px;margin-bottom:4px}.mv-table-title{font-size:17px;font-weight:600;color:#111827;margin:0}.mv-table-sub{font-size:13px;color:#9ca3af;margin:0}.mv-controls{display:flex;align-items:center;gap:14px;margin-bottom:20px}.mv-status-wrap{position:relative;width:105px;height:42px;flex-shrink:0}.mv-status-select{width:100%;height:100%;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:0 28px 0 13px;font-size:13.5px;font-weight:500;color:#111827;appearance:none;cursor:pointer;outline:none;font-family:inherit;transition:border-color .15s}.mv-status-select:hover{border-color:#d1d5db}.mv-status-select:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.mv-select-arrow{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}.mv-search-wrap{flex:1;position:relative;height:42px}.mv-search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);pointer-events:none}.mv-search-input{width:100%;height:100%;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:0 14px 0 38px;font-size:13.5px;color:#374151;font-family:inherit;outline:none;box-sizing:border-box;transition:border-color .15s}.mv-search-input::placeholder{color:#9ca3af}.mv-search-input:hover{border-color:#d1d5db}.mv-search-input:focus{border-color:#a855f7;box-shadow:0 0 0 3px #a855f71a}.mv-table-wrap{background:#fff;border:1px solid #F3F4F6;border-radius:10px;overflow:hidden;margin-bottom:16px}.mv-table{width:100%;border-collapse:collapse}.mv-table thead{background:#fafafa}.mv-table th{padding:10px 16px;text-align:left;font-size:11px;font-weight:500;color:#9ca3af;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid #F3F4F6}.mv-table th:first-child{padding-left:20px}.mv-table th:last-child{padding-right:20px}.mv-table tbody tr{border-bottom:1px solid #F9FAFB;transition:background .15s;background:#fff}.mv-table tbody tr.mv-row-first{background:#fafafa}.mv-table tbody tr:last-child{border-bottom:none}.mv-table tbody tr:hover{background:#fafafa}.mv-table tbody tr.mv-row-first:hover{background:#f5f5f5}.mv-table td{padding:15px 16px;font-size:14px;color:#374151;vertical-align:middle}.mv-table td:first-child{padding-left:20px}.mv-table td:last-child{padding-right:20px}.mv-event-name{font-weight:400;color:#111827;font-size:14px}.mv-td-muted{color:#6b7280!important}.mv-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;border-radius:6px;font-size:13px;font-weight:400;transition:all .15s;-webkit-user-select:none;user-select:none;cursor:default}.mv-badge-confirmed{background:#d1fae5;color:#059669}.mv-badge-scheduled{background:#dbeafe;color:#2563eb}.mv-badge-planning{background:#fef3c7;color:#d97706}.mv-badge-confirmed:hover{background:#a7f3d0}.mv-badge-scheduled:hover{background:#bfdbfe}.mv-badge-planning:hover{background:#fde68a}.mv-no-results{text-align:center;padding:36px!important;color:#9ca3af}.mv-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 0 16px}.mv-page-info{display:flex;align-items:center;gap:6px}.mv-page-text{font-size:13px;color:#9ca3af}.mv-page-box{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;padding:0 8px;background:#fff;border:1px solid #6B7280;border-radius:6px;font-size:13px;font-weight:500;color:#374151}.mv-pagination{display:flex;align-items:center;gap:6px}.mv-page-arrow{width:32px;height:32px;background:#d1d5db66;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:background .15s,transform .1s}.mv-page-arrow:hover:not(:disabled){background:#d1d5dba6;transform:scale(1.05)}.mv-page-arrow:disabled{opacity:.35;cursor:not-allowed}.mv-page-btn{min-width:32px;height:32px;padding:0 6px;background:#d1d5db4d;border:none;border-radius:5px;font-size:13px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s;font-family:inherit}.mv-page-btn:hover:not(.active):not(.ellipsis){background:#d1d5db8c;transform:translateY(-1px)}.mv-page-btn.active{background:#1e3a6e;color:#fff;font-weight:600}.mv-page-btn.ellipsis{background:transparent;cursor:default;pointer-events:none}.mv-disclaimer{text-align:center;font-size:12px;color:#9ca3af;padding:13px 24px;background:#f9fafb;border-top:1px solid #F3F4F6;border-radius:0 0 18px 18px;margin:0 -24px}[data-theme=dark] .mv-page{background:transparent}[data-theme=dark] .mv-page-title{color:#f9fafb}[data-theme=dark] .mv-page-sub{color:#9ca3af}[data-theme=dark] .mv-stat-card{background:#1f2937!important;border-color:#374151}[data-theme=dark] .mv-stat-value{color:#f9fafb}[data-theme=dark] .mv-stat-label,[data-theme=dark] .mv-stat-sub{color:#9ca3af}[data-theme=dark] .mv-chart-card,[data-theme=dark] .mv-table-section{background:#1f2937;border-color:#374151}[data-theme=dark] .mv-chart-title{color:#f9fafb}[data-theme=dark] .mv-chart-sub{color:#9ca3af}[data-theme=dark] .mv-action-btns{background:#374151;border-color:#4b5563}[data-theme=dark] .mv-action-btn:hover{background:#4b5563}[data-theme=dark] .mv-action-btn svg path,[data-theme=dark] .mv-action-btn svg circle{stroke:#d1d5db;fill:#d1d5db}[data-theme=dark] .mv-legend-name{color:#d1d5db}[data-theme=dark] .mv-legend-count{color:#f9fafb}[data-theme=dark] .mv-legend-row:hover{background:#ffffff0d}[data-theme=dark] .mv-table-title{color:#f9fafb}[data-theme=dark] .mv-table-sub{color:#9ca3af}[data-theme=dark] .mv-status-select,[data-theme=dark] .mv-search-input{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .mv-search-input::placeholder{color:#6b7280}[data-theme=dark] .mv-table-wrap{border-color:#374151}[data-theme=dark] .mv-table thead{background:#374151}[data-theme=dark] .mv-table th{color:#9ca3af;border-color:#4b5563}[data-theme=dark] .mv-table tbody tr{border-color:#374151;background:#1f2937}[data-theme=dark] .mv-table tbody tr.mv-row-first,[data-theme=dark] .mv-table tbody tr:hover{background:#2d3748}[data-theme=dark] .mv-table td{color:#f9fafb}[data-theme=dark] .mv-td-muted{color:#d1d5db!important}[data-theme=dark] .mv-event-name{color:#f9fafb}[data-theme=dark] .mv-page-box{background:#374151;border-color:#6b7280;color:#f9fafb}[data-theme=dark] .mv-page-text{color:#9ca3af}[data-theme=dark] .mv-page-arrow{background:#4b556366;color:#f9fafb}[data-theme=dark] .mv-page-arrow:hover:not(:disabled){background:#4b5563b3}[data-theme=dark] .mv-page-btn{background:#4b556366;color:#d1d5db}[data-theme=dark] .mv-page-btn.active{background:#a855f7;color:#fff}[data-theme=dark] .mv-disclaimer{background:#1f293799;color:#9ca3af;border-color:#374151}@media(max-width:1200px){.mv-stats-grid{grid-template-columns:repeat(2,1fr)}.mv-charts-row{gap:16px}}@media(max-width:900px){.mv-charts-row{grid-template-columns:1fr}}@media(max-width:768px){.mv-page{padding:20px}.mv-stats-grid{grid-template-columns:1fr}.mv-page-title{font-size:26px}.mv-table-wrap{overflow-x:auto}.mv-table{min-width:640px}.mv-footer{flex-direction:column;gap:14px;align-items:flex-start}.mv-pagination{width:100%;justify-content:center}}@media(max-width:480px){.mv-page{padding:16px}.mv-stat-value{font-size:32px}.mv-chart-card,.mv-table-section{padding:18px 18px 0}.mv-controls{flex-direction:column;align-items:stretch}.mv-status-wrap{width:100%;max-width:160px}}.zk-page{background:#f9fafb;min-height:100vh;transition:background .3s}.zk-content{padding:28px 32px 48px;animation:zk-fade-in .35s ease both;font-size:17px}@keyframes zk-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.zk-page-header{margin-bottom:24px}.zk-page-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 4px;transition:color .3s}.zk-page-subtitle{font-size:13px;color:#6b7280;margin:0;transition:color .3s}.zk-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.zk-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px 20px;cursor:pointer;transition:box-shadow .2s,transform .2s,background .3s,border-color .3s}.zk-stat-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.zk-stat-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.zk-stat-card__icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.zk-stat-card__badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;white-space:nowrap}.zk-stat-card__label{font-size:12px;color:#6b7280;margin-bottom:4px;transition:color .3s}.zk-stat-card__value{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px;transition:color .3s}.zk-stat-card__sub{font-size:11px;color:#9ca3af;transition:color .3s}.zk-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000f,0 1px 3px #0000000f;transition:background .3s,border-color .3s,box-shadow .3s}.zk-card-header{margin-bottom:20px}.zk-card-title{font-size:15px;font-weight:600;color:#111827;margin:0 0 4px;display:flex;align-items:center;gap:6px;transition:color .3s}.zk-card-sub{font-size:12px;color:#9ca3af;margin:0;transition:color .3s}.zk-info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:10px;cursor:help;transition:background .3s,color .3s;flex-shrink:0}.zk-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.zk-chart-card{display:flex;flex-direction:column}.zk-donut-outer{display:flex;justify-content:center;align-items:center;padding:8px 0 20px;overflow:visible}.zk-bar-wrap{flex:1;aspect-ratio:560 / 450;min-height:240px;max-height:380px;overflow:visible;display:flex;align-items:stretch}.zk-bar-wrap svg{flex:1}.zk-bar-legend{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:28px;margin-top:20px;padding:12px 0 4px;flex-wrap:wrap}.zk-bar-legend-item{display:flex;align-items:center;gap:10px;cursor:default;transition:opacity .15s}.zk-bar-legend-item:hover{opacity:.75}.zk-bar-legend-sq{flex-shrink:0;width:18px;height:18px;display:block}.zk-bar-legend-label{font-size:15px;font-weight:400;color:#717182;transition:color .3s;letter-spacing:.01em}.zk-legend{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:8px}.zk-legend--grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:4px}.zk-legend-item{display:flex;align-items:center;gap:8px;cursor:default;transition:opacity .15s;font-size:15px!important}.zk-legend-item:hover{opacity:.8}.zk-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.zk-legend-label{font-size:12px!important;color:#374151;transition:color .3s}.zk-legend-pct{font-size:12px!important;font-weight:600;color:#6b7280;margin-left:auto;transition:color .3s}.zk-table-card{padding:24px}.zk-table-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.zk-table-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.zk-dropdown{position:relative;flex-shrink:0}.zk-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;white-space:nowrap;transition:border-color .2s,background .2s,box-shadow .2s,color .3s;-webkit-user-select:none;user-select:none;min-width:110px}.zk-dropdown-trigger:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 1px 4px #0000000f}.zk-dropdown-trigger:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.zk-dropdown-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}.zk-dropdown-label{flex:1;text-align:left}.zk-dropdown-chevron{color:#9ca3af;transition:transform .22s ease,color .2s;flex-shrink:0}.zk-dropdown-chevron--open{transform:rotate(180deg);color:#6366f1}.zk-dropdown-backdrop{position:fixed;inset:0;z-index:10}.zk-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:148px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f;z-index:100;list-style:none;margin:0;padding:5px;animation:zk-dropdown-open .16s ease both}@keyframes zk-dropdown-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.zk-dropdown-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:7px;font-size:13px;font-weight:400;color:#374151;cursor:pointer;transition:background .12s,color .12s;-webkit-user-select:none;user-select:none}.zk-dropdown-option:hover{background:#f3f4f6}.zk-dropdown-option--active{background:#f0f4ff;color:#3b4ef8;font-weight:500}.zk-dropdown-option--active:hover{background:#e8eeff}.zk-dropdown-check{margin-left:auto;flex-shrink:0;color:#3b4ef8}.zk-search-wrap{flex:1;display:flex;align-items:center;gap:10px;height:38px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;transition:border-color .2s,box-shadow .2s,background .3s;cursor:text;min-width:0}.zk-search-wrap:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11a;background:#fff}.zk-search-icon{color:#9ca3af;flex-shrink:0;transition:color .2s}.zk-search-wrap:focus-within .zk-search-icon{color:#6366f1}.zk-search{flex:1;border:none;outline:none;background:transparent;font-size:13.5px;color:#374151;min-width:0;transition:color .3s}.zk-search::placeholder{color:#adb5bd}.zk-search-clear{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s;padding:0}.zk-search-clear:hover{background:#d1d5db;color:#374151}.zk-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e5e7eb;transition:border-color .3s}.zk-table{width:100%;border-collapse:collapse;font-size:13px}.zk-th{padding:11px 16px;text-align:left;font-size:11px;font-weight:600;letter-spacing:.04em;color:#9ca3af;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,color .3s,border-color .3s}.zk-th:hover{background:#f3f4f6;color:#6b7280}.zk-sort-icon{font-size:10px;margin-left:4px;color:#d1d5db}.zk-sort-icon.active{color:#374151}.zk-tr{transition:background .12s;cursor:pointer}.zk-tr:hover{background:#f8fafc}.zk-td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#374151;white-space:nowrap;vertical-align:middle;transition:color .3s,border-color .3s}.zk-tr:last-child .zk-td{border-bottom:none}.zk-td--investor{font-weight:500;color:#111827}.zk-td--amount{font-variant-numeric:tabular-nums;font-weight:500}.zk-empty{padding:40px;text-align:center;color:#9ca3af;font-size:13px}.zk-status-badge,.zk-type-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:600;cursor:default;white-space:nowrap}.zk-perpage-box{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #43536d;border-radius:5px;background:transparent;padding:0 2px;height:29px;min-width:40px;transition:border-color .2s,background .3s}.zk-perpage-select{border:none;outline:none;background:transparent;font-size:13px;font-weight:500;color:#43536d;cursor:pointer;padding:0 4px;appearance:none;-webkit-appearance:none;text-align:center;transition:color .3s;background-image:none;width:100%}.dark.zk-page,.dark .zk-page{background:#0f172a}.dark .zk-page-title{color:#f1f5f9}.dark .zk-page-subtitle{color:#94a3b8}.dark .zk-stat-card{background:#1e293b;border-color:#334155}.dark .zk-stat-card:hover{box-shadow:0 4px 24px #0006}.dark .zk-stat-card__value{color:#f1f5f9}.dark .zk-stat-card__label{color:#94a3b8}.dark .zk-stat-card__sub{color:#64748b}.dark .zk-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 2px #0000004d,0 2px 6px #0000004d}.dark .zk-card-title{color:#f1f5f9}.dark .zk-card-sub{color:#64748b}.dark .zk-info-icon{background:#334155;color:#94a3b8}.dark .zk-bar-legend-label,.dark .zk-legend-label{color:#94a3b8}.dark .zk-legend-pct{color:#64748b}.dark .zk-dropdown-trigger{background:#1e293b;border-color:#334155;color:#cbd5e1}.dark .zk-dropdown-trigger:hover{background:#263345;border-color:#475569}.dark .zk-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 8px 24px #0006,0 2px 6px #0000004d}.dark .zk-dropdown-option{color:#cbd5e1}.dark .zk-dropdown-option:hover{background:#263345}.dark .zk-dropdown-option--active{background:#1e2d4a;color:#818cf8}.dark .zk-dropdown-option--active:hover{background:#1a2844}.dark .zk-dropdown-check{color:#818cf8}.dark .zk-dropdown-chevron{color:#64748b}.dark .zk-search-wrap{background:#0f172a;border-color:#334155}.dark .zk-search-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;background:#1e293b}.dark .zk-search{color:#f1f5f9}.dark .zk-search::placeholder{color:#475569}.dark .zk-search-icon{color:#475569}.dark .zk-search-wrap:focus-within .zk-search-icon{color:#818cf8}.dark .zk-search-clear{background:#334155;color:#94a3b8}.dark .zk-search-clear:hover{background:#475569;color:#e2e8f0}.dark .zk-table-wrap{border-color:#334155}.dark .zk-th{background:#0f172a;color:#64748b;border-color:#334155}.dark .zk-th:hover{background:#1e293b;color:#94a3b8}.dark .zk-sort-icon{color:#475569}.dark .zk-sort-icon.active{color:#cbd5e1}.dark .zk-tr:hover{background:#172033}.dark .zk-td{color:#cbd5e1;border-color:#1e293b}.dark .zk-td--investor,.dark .zk-td--amount{color:#f1f5f9}.dark .zk-empty{color:#475569}@media(max-width:1200px){.zk-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.zk-charts-row{grid-template-columns:1fr}.zk-bar-wrap{max-height:320px}}@media(max-width:768px){.zk-content{padding:16px 16px 32px}.zk-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.zk-table-filters{flex-direction:column;align-items:stretch;gap:10px}.zk-dropdown{width:100%}.zk-dropdown-trigger{width:100%;justify-content:flex-start}.zk-search-wrap{width:100%;min-width:unset}.zk-stat-card__value{font-size:20px}.zk-bar-legend{gap:16px}.zk-bar-legend-label{font-size:13px}.zk-pagination{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.zk-stats-grid,.zk-legend--grid{grid-template-columns:1fr}.zk-bar-legend{flex-direction:column;align-items:flex-start;gap:10px}.zk-pagination__pages{flex-wrap:wrap}}.in-page{background:#f9fafb;min-height:100vh;transition:background .3s}.in-content{padding:28px 32px 48px;animation:in-fade-in .35s ease both}@keyframes in-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.in-page-header{margin-bottom:24px}.in-page-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 4px;transition:color .3s}.in-page-subtitle{font-size:13px;color:#6b7280;margin:0;transition:color .3s}.in-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.in-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 20px 18px;cursor:pointer;transition:box-shadow .22s,transform .22s,background .3s,border-color .3s}.in-stat-card:hover{box-shadow:0 6px 24px #00000017;transform:translateY(-3px)}.in-stat-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.in-stat-card__text{flex:1}.in-stat-card__label{font-size:12px;color:#6b7280;margin-bottom:6px;transition:color .3s}.in-stat-card__value{font-size:28px;font-weight:700;color:#111827;margin-bottom:6px;line-height:1;transition:color .3s}.in-stat-card__sub{font-size:11px;transition:color .3s}.in-stat-card__icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}.in-stat-card:hover .in-stat-card__icon{transform:scale(1.08) rotate(-3deg)}.in-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 1px 2px #0000000d;transition:background .3s,border-color .3s,box-shadow .3s}.in-card-header-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:12px}.in-card-title{font-size:15px;font-weight:600;color:#111827;margin:0 0 4px;display:flex;align-items:center;gap:6px;transition:color .3s}.in-card-sub{font-size:12px;color:#9ca3af;margin:0;transition:color .3s}.in-info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;cursor:help;flex-shrink:0;transition:transform .15s}.in-info-icon:hover{transform:scale(1.15)}.in-card-actions-btn{flex-shrink:0;transition:opacity .15s,transform .15s}.in-card-actions-btn:hover{opacity:.8;transform:scale(.98)}.in-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.in-chart-card{display:flex;flex-direction:column}.in-donut-wrap{display:flex;justify-content:center;padding:4px 0 16px}.in-donut-legend{display:flex;flex-direction:column;gap:3px;margin-top:4px}.in-donut-legend-row{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:8px;transition:background .15s,opacity .2s,transform .15s;cursor:pointer;-webkit-user-select:none;user-select:none}.in-donut-legend-row:hover{background:#f3f4f6}.in-donut-legend-row.hovered{background:#f0f4ff}.in-donut-legend-row.dimmed{opacity:.38}.in-donut-legend-left{display:flex;align-items:center;gap:10px}.in-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;display:inline-block;transition:transform .18s,box-shadow .18s}.in-legend-label{font-size:13px;color:#374151;transition:color .2s,font-weight .15s}.in-donut-legend-row.hovered .in-legend-label{font-weight:600;color:#111827}.in-donut-legend-right{display:flex;align-items:center;gap:12px}.in-legend-pct{font-size:12px;color:#6b7280;font-weight:500;min-width:32px;text-align:right;transition:color .2s}.in-legend-count{font-size:13px;font-weight:700;color:#111827;min-width:24px;text-align:right;transition:color .3s}.in-area-chart-wrap{flex:1;min-height:200px;overflow:visible}.in-table-card{padding:24px}.in-table-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.in-dropdown{position:relative;flex-shrink:0}.in-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:13.5px;font-weight:500;color:#374151;cursor:pointer;white-space:nowrap;transition:border-color .2s,background .2s,box-shadow .2s,color .3s;-webkit-user-select:none;user-select:none;min-width:110px}.in-dropdown-trigger:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 1px 4px #0000000f}.in-dropdown-trigger:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.in-dropdown-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;display:inline-block}.in-dropdown-label{flex:1;text-align:left}.in-dropdown-chevron{color:#9ca3af;transition:transform .22s ease,color .2s;flex-shrink:0}.in-dropdown-chevron.open{transform:rotate(180deg);color:#6366f1}.in-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:152px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f;z-index:100;list-style:none;margin:0;padding:5px;animation:in-dropdown-open .16s ease both}@keyframes in-dropdown-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.in-dropdown-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:7px;font-size:13px;font-weight:400;color:#374151;cursor:pointer;transition:background .12s,color .12s;-webkit-user-select:none;user-select:none}.in-dropdown-option:hover{background:#f3f4f6}.in-dropdown-option.active{background:#f0f4ff;color:#3b4ef8;font-weight:500}.in-dropdown-option.active:hover{background:#e8eeff}.in-dropdown-check{margin-left:auto;flex-shrink:0;color:#3b4ef8}.in-search-wrap{flex:1;display:flex;align-items:center;gap:10px;height:38px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:0 12px;transition:border-color .2s,box-shadow .2s,background .3s;cursor:text;min-width:0}.in-search-wrap:focus-within{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11a;background:#fff}.in-search-icon{color:#9ca3af;flex-shrink:0;transition:color .2s}.in-search-wrap:focus-within .in-search-icon{color:#6366f1}.in-search{flex:1;border:none;outline:none;background:transparent;font-size:13.5px;color:#374151;min-width:0;transition:color .3s}.in-search::placeholder{color:#adb5bd}.in-search-clear{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#e5e7eb;border-radius:50%;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s;padding:0}.in-search-clear:hover{background:#d1d5db;color:#374151}.in-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e5e7eb;transition:border-color .3s}.in-table{width:100%;border-collapse:collapse;font-size:13px}.in-th{padding:11px 16px;text-align:left;font-size:11px;font-weight:600;letter-spacing:.04em;color:#9ca3af;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,color .3s,border-color .3s}.in-th:hover{background:#f3f4f6;color:#6b7280}.in-sort-icon{font-size:10px;margin-left:4px;color:#d1d5db}.in-sort-icon.active{color:#374151}.in-tr{transition:background .12s;cursor:pointer}.in-tr:hover{background:#f8fafc}.in-td{padding:14px 16px;border-bottom:1px solid #f3f4f6;color:#374151;white-space:nowrap;vertical-align:middle;transition:color .3s,border-color .3s}.in-tr:last-child .in-td{border-bottom:none}.in-td--name{font-weight:500;color:#111827}.in-td--num{font-variant-numeric:tabular-nums;font-weight:500}.in-empty{padding:40px;text-align:center;color:#9ca3af;font-size:13px}.in-type-badge{display:inline-block;padding:3px 10px;border-radius:6px;border:1px solid #e5e7eb;font-size:11px;font-weight:500;color:#374151;background:#fff;cursor:default;white-space:nowrap;transition:background .3s,border-color .3s,color .3s}.in-status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11.5px;font-weight:600;cursor:default;white-space:nowrap}.in-view-btn{width:32px;height:32px;border-radius:8px;border:none;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s}.in-view-btn:hover{background:#374151;transform:scale(1.08);box-shadow:0 3px 10px #0003}.in-view-btn:active{transform:scale(.96)}.zk-pagination{display:flex;align-items:center;justify-content:space-between;padding-top:20px;flex-wrap:wrap;gap:12px}.zk-pagination__info{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#717182;transition:color .3s}.zk-pagination__showing-text,.zk-pagination__results-text{white-space:nowrap}.zk-perpage-box{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #43536d;border-radius:5px;background:transparent;padding:0 2px;height:29px;min-width:42px;transition:border-color .2s,background .3s}.zk-perpage-box:focus-within{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.zk-perpage-select{border:none;outline:none;background:transparent;font-size:13px;font-weight:500;color:#43536d;cursor:pointer;padding:0 4px;appearance:none;-webkit-appearance:none;text-align:center;transition:color .3s;width:100%}.zk-pagination__pages{display:flex;align-items:center;gap:6px}.zk-page-nav-btn{width:32px;height:34px;border-radius:5px;border:none;background:#c1c1c13d;color:#121212;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,color .15s,opacity .15s;-webkit-user-select:none;user-select:none}.zk-page-nav-btn:hover:not(:disabled){background:#c1c1c173}.zk-page-nav-btn:disabled{opacity:.35;cursor:not-allowed}.zk-page-num-btn{min-width:33px;height:34px;border-radius:5px;border:none;background:transparent;font-size:13.5px;font-weight:400;color:#717182;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.zk-page-num-btn:hover{background:#c1c1c12e;color:#374151}.zk-page-num-btn--active{background:#152b5a!important;color:#fff!important;font-weight:600;border:1px solid #121212}.zk-page-num-btn--active:hover{background:#1a3470!important}.zk-page-ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:34px;font-size:13.5px;color:#717182;-webkit-user-select:none;user-select:none;letter-spacing:.08em}.zk-footer-note{text-align:center;font-size:11px;color:#9ca3af;margin-top:24px;transition:color .3s}.dark.in-page,.dark .in-page{background:#0f172a}.dark .in-page-title{color:#f1f5f9}.dark .in-page-subtitle{color:#94a3b8}.dark .in-stat-card{background:#1e293b;border-color:#334155}.dark .in-stat-card:hover{box-shadow:0 6px 28px #00000073}.dark .in-stat-card__value{color:#f1f5f9}.dark .in-stat-card__label{color:#94a3b8}.dark .in-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0000004d}.dark .in-card-title{color:#f1f5f9}.dark .in-card-sub{color:#64748b}.dark .in-donut-legend-row:hover{background:#263345}.dark .in-donut-legend-row.hovered{background:#1e2d4a}.dark .in-legend-label{color:#94a3b8}.dark .in-donut-legend-row.hovered .in-legend-label{color:#f1f5f9}.dark .in-legend-pct{color:#64748b}.dark .in-legend-count{color:#f1f5f9}.dark .in-dropdown-trigger{background:#1e293b;border-color:#334155;color:#cbd5e1}.dark .in-dropdown-trigger:hover{background:#263345;border-color:#475569}.dark .in-dropdown-menu{background:#1e293b;border-color:#334155;box-shadow:0 8px 24px #0006}.dark .in-dropdown-option{color:#cbd5e1}.dark .in-dropdown-option:hover{background:#263345}.dark .in-dropdown-option.active{background:#1e2d4a;color:#818cf8}.dark .in-dropdown-option.active:hover{background:#1a2844}.dark .in-dropdown-check{color:#818cf8}.dark .in-dropdown-chevron{color:#64748b}.dark .in-search-wrap{background:#0f172a;border-color:#334155}.dark .in-search-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126;background:#1e293b}.dark .in-search{color:#f1f5f9}.dark .in-search::placeholder{color:#475569}.dark .in-search-icon{color:#475569}.dark .in-search-wrap:focus-within .in-search-icon{color:#818cf8}.dark .in-search-clear{background:#334155;color:#94a3b8}.dark .in-search-clear:hover{background:#475569;color:#e2e8f0}.dark .in-table-wrap{border-color:#334155}.dark .in-th{background:#0f172a;color:#64748b;border-color:#334155}.dark .in-th:hover{background:#1e293b;color:#94a3b8}.dark .in-sort-icon{color:#475569}.dark .in-sort-icon.active{color:#cbd5e1}.dark .in-tr:hover{background:#172033}.dark .in-td{color:#cbd5e1;border-color:#1e293b}.dark .in-td--name,.dark .in-td--num{color:#f1f5f9}.dark .in-empty{color:#475569}.dark .in-type-badge{background:#0f172a;border-color:#334155;color:#cbd5e1}.dark .in-view-btn{background:#f1f5f9;color:#111827}.dark .in-view-btn:hover{background:#e2e8f0}.dark .zk-pagination__info{color:#94a3b8}.dark .zk-perpage-box{border-color:#64748b}.dark .zk-perpage-box:focus-within{border-color:#818cf8}.dark .zk-perpage-select{color:#94a3b8}.dark .zk-page-nav-btn{background:#ffffff14;color:#e2e8f0}.dark .zk-page-nav-btn:hover:not(:disabled){background:#ffffff24}.dark .zk-page-nav-btn:disabled{opacity:.25}.dark .zk-page-num-btn{color:#94a3b8}.dark .zk-page-num-btn:hover{background:#ffffff14;color:#e2e8f0}.dark .zk-page-num-btn--active{background:#f1f5f9!important;color:#0f172a!important;border-color:#f1f5f9!important}.dark .zk-page-num-btn--active:hover{background:#e2e8f0!important}.dark .zk-page-ellipsis{color:#64748b}.dark .zk-footer-note{color:#475569}@media(max-width:1200px){.in-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.in-charts-row{grid-template-columns:1fr}}@media(max-width:768px){.in-content{padding:16px 16px 32px}.in-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.in-table-filters{flex-direction:column;align-items:stretch;gap:10px}.in-dropdown{width:100%}.in-dropdown-trigger{width:100%;justify-content:flex-start}.in-search-wrap{width:100%;min-width:unset}.in-stat-card__value{font-size:22px}.in-card-header-row{flex-direction:column;gap:10px}.zk-pagination{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.in-stats-grid{grid-template-columns:1fr}.in-donut-legend{gap:6px}.zk-pagination__pages{flex-wrap:wrap}}.sp-root{--sp-bg: #F3F4F6;--sp-sidebar-bg: #FFFFFF;--sp-sidebar-border: #E5E7EB;--sp-card-bg: #FFFFFF;--sp-card-border: #E5E7EB;--sp-card-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--sp-text-h: #111827;--sp-text-body: #374151;--sp-text-sub: #6B7280;--sp-text-muted: #9CA3AF;--sp-input-bg: #FFFFFF;--sp-input-border: #D1D5DB;--sp-input-text: #111827;--sp-input-focus: #3B82F6;--sp-nav-text: #6B7280;--sp-nav-hover-bg: #F3F4F6;--sp-nav-hover-text: #111827;--sp-nav-active-bg: #EFF6FF;--sp-nav-active-text: #1D4ED8;--sp-nav-active-icon: #2563EB;--sp-toggle-off: #D1D5DB;--sp-toggle-on: #111827;--sp-divider: #F3F4F6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;display:flex;flex-direction:column;min-height:100vh;background:var(--sp-bg)}.sp-root.dark{--sp-bg: #111827;--sp-sidebar-bg: #1F2937;--sp-sidebar-border: #374151;--sp-card-bg: #1F2937;--sp-card-border: #374151;--sp-card-shadow: 0 1px 3px rgba(0,0,0,.3), 0 1px 2px rgba(0,0,0,.2);--sp-text-h: #F9FAFB;--sp-text-body: #E5E7EB;--sp-text-sub: #9CA3AF;--sp-text-muted: #6B7280;--sp-input-bg: #374151;--sp-input-border: #4B5563;--sp-input-text: #F9FAFB;--sp-input-focus: #60A5FA;--sp-nav-text: #9CA3AF;--sp-nav-hover-bg: #374151;--sp-nav-hover-text: #F9FAFB;--sp-nav-active-bg: rgba(59,130,246,.15);--sp-nav-active-text: #93C5FD;--sp-nav-active-icon: #60A5FA;--sp-toggle-off: #4B5563;--sp-toggle-on: #3B82F6;--sp-divider: #374151}.sp-body{display:flex;flex:1;overflow:hidden;height:calc(100vh - 60px)}.sp-sidebar{width:220px;min-width:220px;background:var(--sp-sidebar-bg);border-right:1px solid var(--sp-sidebar-border);padding:20px 12px;overflow-y:auto;flex-shrink:0;transition:background .2s,border-color .2s}.sp-nav{display:flex;flex-direction:column;gap:2px}.sp-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:var(--sp-nav-text);font-size:13.5px;font-weight:500;cursor:pointer;text-align:left;width:100%;font-family:inherit;transition:background .15s,color .15s}.sp-nav-item:hover{background:var(--sp-nav-hover-bg);color:var(--sp-nav-hover-text)}.sp-nav-item--active{background:var(--sp-nav-active-bg);color:var(--sp-nav-active-text)}.sp-nav-item--active .sp-nav-icon{color:var(--sp-nav-active-icon)}.sp-nav-icon{width:17px;height:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sp-nav-label{flex:1;white-space:nowrap}.sp-main{flex:1;overflow-y:auto;padding:32px 40px 48px;background:var(--sp-bg);transition:background .2s}.sp-page-head{margin-bottom:28px}.sp-page-title{font-size:26px;font-weight:650;color:var(--sp-text-h);margin:0 0 6px;letter-spacing:-.025em;transition:color .2s}.sp-page-sub{font-size:13.5px;color:var(--sp-text-sub);margin:0;transition:color .2s}.sp-card{background:var(--sp-card-bg);border:1px solid var(--sp-card-border);border-radius:14px;padding:24px 28px;margin-bottom:20px;box-shadow:var(--sp-card-shadow);transition:background .2s,border-color .2s}.sp-card-title{font-size:16px;font-weight:600;color:var(--sp-text-h);margin:0 0 22px;letter-spacing:-.01em;transition:color .2s}.sp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.sp-field{display:flex;flex-direction:column;gap:7px}.sp-label{font-size:12.5px;font-weight:500;color:var(--sp-text-body);letter-spacing:.01em;transition:color .2s}.sp-input{height:40px;padding:0 13px;background:var(--sp-input-bg);border:1px solid var(--sp-input-border);border-radius:8px;font-size:13.5px;color:var(--sp-input-text);font-family:inherit;outline:none;transition:border-color .15s,background .2s,color .2s;width:100%;box-sizing:border-box}.sp-input:hover{border-color:#9ca3af}.sp-input:focus{border-color:var(--sp-input-focus);box-shadow:0 0 0 3px #3b82f61a}.sp-select-wrap{position:relative;display:flex;align-items:center}.sp-select{height:40px;padding:0 38px 0 13px;background:var(--sp-input-bg);border:1px solid var(--sp-input-border);border-radius:8px;font-size:13.5px;color:var(--sp-input-text);font-family:inherit;appearance:none;-webkit-appearance:none;outline:none;cursor:pointer;transition:border-color .15s,background .2s,color .2s;width:100%;box-sizing:border-box}.sp-select:hover{border-color:#9ca3af}.sp-select:focus{border-color:var(--sp-input-focus);box-shadow:0 0 0 3px #3b82f61a}.sp-select-chevron{position:absolute;right:11px;color:var(--sp-text-sub);pointer-events:none;flex-shrink:0;transition:color .2s}.sp-toggle-list{display:flex;flex-direction:column}.sp-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}.sp-toggle-row--border{border-bottom:1px solid var(--sp-divider)}.sp-toggle-info{flex:1}.sp-toggle-title{font-size:14px;font-weight:500;color:var(--sp-text-h);margin:0 0 3px;transition:color .2s}.sp-toggle-desc{font-size:12.5px;color:var(--sp-text-sub);margin:0;transition:color .2s}.sp-toggle{position:relative;width:48px;height:28px;background:#d1d5db;border:none;border-radius:14px;cursor:pointer;flex-shrink:0;padding:0;transition:background .25s ease;outline:none}.sp-toggle:focus-visible{box-shadow:0 0 0 3px #3b82f659}.sp-toggle--on{background:#111827}.sp-root.dark .sp-toggle--on{background:#3b82f6}.sp-root.dark .sp-toggle{background:#4b5563}.sp-toggle__knob{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 1px 5px #00000047;transition:transform .25s cubic-bezier(.4,0,.2,1);display:block}.sp-toggle--on .sp-toggle__knob{transform:translate(20px)}.sp-actions{display:flex;justify-content:flex-end;margin-top:8px;padding-top:4px}.sp-save-btn{height:42px;padding:0 28px;background:#2563eb;color:#fff;border:none;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.01em;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 6px #2563eb59}.sp-save-btn:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb66}.sp-save-btn:active{transform:scale(.97)}.sp-root.dark .sp-select option{background:#374151;color:#f9fafb}.sp-main::-webkit-scrollbar,.sp-sidebar::-webkit-scrollbar{width:5px}.sp-main::-webkit-scrollbar-track,.sp-sidebar::-webkit-scrollbar-track{background:transparent}.sp-main::-webkit-scrollbar-thumb,.sp-sidebar::-webkit-scrollbar-thumb{background:var(--sp-input-border);border-radius:3px}@media(max-width:1024px){.sp-main{padding:24px 28px 40px}}@media(max-width:768px){.sp-body{flex-direction:column;height:auto}.sp-sidebar{width:100%;min-width:unset;border-right:none;border-bottom:1px solid var(--sp-sidebar-border);padding:12px;flex-direction:row;display:flex;overflow-x:auto}.sp-nav{flex-direction:row;gap:4px}.sp-nav-item{white-space:nowrap;padding:8px 12px}.sp-main{padding:20px 16px 32px}.sp-form-grid{grid-template-columns:1fr}}@media(max-width:480px){.sp-page-title{font-size:22px}.sp-card{padding:18px}.sp-save-btn{width:100%}.sp-actions{justify-content:stretch}}.sp-root--collapsed .sp-sidebar{width:68px;min-width:68px;padding:20px 8px}.sp-root--collapsed .sp-nav-label{display:none}.sp-root--collapsed .sp-nav-item{justify-content:center;padding:10px}.sp-root--collapsed .sp-nav-icon{width:20px;height:20px}.header-container{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background-color:#fff;border-bottom:1px solid #f0f0f0;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif}.breadcrumb-section{display:flex;align-items:center;gap:8px;font-size:14px}.breadcrumb-item.inactive{color:#94a3b8;cursor:pointer;transition:color .2s ease}.breadcrumb-item.inactive:hover{color:#64748b;text-decoration:underline}.breadcrumb-item.active{color:#0f172a;font-weight:600;cursor:default}.separator{color:#cbd5e1}.em-header-actions{display:flex;align-items:center;gap:12px;overflow:visible}.em-header-theme-toggle{all:unset;width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .16s ease-out}.em-header-theme-toggle:hover{background:#f9fafb;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.em-header-theme-toggle:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-header-theme-toggle:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.em-header-search{display:flex;align-items:center;gap:12px;width:280px;height:44px;padding:0 16px;border-radius:10px;background:#fff;border:1px solid #E5E7EB;box-shadow:none}.em-header-search-icon{flex-shrink:0;stroke:#6b7280}.em-header-search-input{all:unset;flex:1;font-size:15px;font-weight:400;color:#111827}.em-header-search-input::placeholder{color:#9ca3af}.em-header-search:focus-within{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.em-header-search:hover{border-color:#d1d5db;box-shadow:0 1px 2px #0000000d}.em-header-search-input:focus{outline:none}.em-header-notification{all:unset;width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .16s ease-out;box-shadow:0 1px 2px #0000000d}.em-header-notification:hover{background:#f9fafb;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.em-header-notification:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-header-notification:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.em-header-notification-dot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:#ef4444;border:2px solid #ffffff}.em-header-notification-icon{flex-shrink:0;stroke:#2f2f33}.em-header-profile{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;transition:all .16s ease-out;cursor:pointer}.em-header-profile:hover{background:#f9fafb;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.em-header-profile:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.em-header-profile:focus-within{outline:2px solid #3B82F6;outline-offset:2px}.em-header-profile-menu{all:unset;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.em-header-profile-menu:hover{background:#f3f4f6}.em-header-profile-avatar{width:44px;height:44px;border-radius:0 12px 12px 0;background:#e5e7eb;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:transform .12s ease-out}.em-header-profile:hover .em-header-profile-avatar{transform:scale(1.03)}.em-header-avatar-img{width:100%;height:100%;object-fit:cover}.em-profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:#fff;border-radius:14px;padding:14px;box-shadow:0 10px 20px #00000014,0 2px 6px #0000000f;z-index:9999;animation:dropdownFade .16s ease-out}.em-profile-user{display:flex;align-items:center;gap:12px}.em-profile-user img{width:40px;height:40px;border-radius:999px;object-fit:cover}.em-profile-name{font-size:14px;font-weight:600}.em-profile-email{font-size:13px;color:#6b7280}.em-profile-divider{height:1px;background:#e5e7eb;margin:14px 0}.em-profile-item{width:100%;padding:10px 12px;border-radius:10px;border:none;background:transparent;display:flex;gap:10px;cursor:pointer}.em-profile-item:hover{background:#f3f4f6}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}body[data-theme=dark] .header-container{background-color:#1f2937;border-bottom-color:#374151}body[data-theme=dark] .breadcrumb-item.inactive{color:#9ca3af}body[data-theme=dark] .breadcrumb-item.active{color:#f9fafb}body[data-theme=dark] .separator{color:#6b7280}body[data-theme=dark] .em-header-theme-toggle{background:#374151}body[data-theme=dark] .em-header-theme-toggle:hover{background:#4b5563}body[data-theme=dark] .em-header-search{background:#374151;border-color:#4b5563}body[data-theme=dark] .em-header-search-input{color:#f9fafb}body[data-theme=dark] .em-header-search-input::placeholder{color:#9ca3af}body[data-theme=dark] .em-header-search:focus-within{border-color:#60a5fa;background:#374151}body[data-theme=dark] .em-header-search:hover{border-color:#6b7280}body[data-theme=dark] .em-header-notification{background:#374151}body[data-theme=dark] .em-header-notification:hover{background:#4b5563}body[data-theme=dark] .em-header-notification-icon{stroke:#f9fafb}body[data-theme=dark] .em-header-profile{background:#374151}body[data-theme=dark] .em-header-profile:hover,body[data-theme=dark] .em-header-profile-menu:hover,body[data-theme=dark] .em-header-profile-avatar{background:#4b5563}body[data-theme=dark] .em-profile-dropdown{background:#1f2937;box-shadow:0 10px 20px #0000004d,0 2px 6px #0003}body[data-theme=dark] .em-profile-name{color:#f9fafb}body[data-theme=dark] .em-profile-email{color:#9ca3af}body[data-theme=dark] .em-profile-divider{background:#374151}body[data-theme=dark] .em-profile-item{color:#f9fafb}body[data-theme=dark] .em-profile-item:hover{background:#374151}.my-profile-page{width:100%;max-width:1200px;margin:0 auto;padding:15px 0 40px;background:transparent;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important;transition:all .3s ease}.em-main:not(.em-main--expanded) .my-profile-page{max-width:1200px}.em-main--expanded .my-profile-page{max-width:1400px}.page-title-section{margin-bottom:24px}.page-title{font-size:32px;font-weight:600;color:#111827;margin:0 0 8px;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.page-subtitle{font-size:16px;font-weight:400;color:#6b7280;margin:0;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}body[data-theme=dark] .page-title{color:#f9fafb}body[data-theme=dark] .page-subtitle{color:#9ca3af}.profile-header-card{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:16px;padding:24px;margin-bottom:20px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.profile-header-card:hover{box-shadow:0 4px 6px #0000001a}.profile-header-left{display:flex;align-items:center;gap:16px}.profile-avatar{width:64px;height:64px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#374151;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-info-block{display:flex;flex-direction:column;gap:8px}.profile-company-name-wrapper{display:flex;align-items:center;gap:12px}.profile-status-pill{display:inline-flex;align-items:center;padding:6px 12px;background:#dbeafe;color:#1e40af;border-radius:999px;font-size:12px;font-weight:500;line-height:1;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-meta-separator{color:#d1d5db;font-size:14px}.profile-header-right{display:flex;align-items:center}.profile-edit-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-edit-btn:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.profile-edit-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}body[data-theme=dark] .profile-header-card{background:#374151;box-shadow:0 1px 3px #0000004d}body[data-theme=dark] .profile-header-card:hover{box-shadow:0 4px 6px #0000004d}body[data-theme=dark] .profile-avatar{background:#4b5563;color:#e5e7eb}body[data-theme=dark] .profile-status-pill{background:#1e3a8a;color:#93c5fd}body[data-theme=dark] .profile-meta-separator{color:#6b7280}body[data-theme=dark] .profile-edit-btn{background:#374151;border-color:#4b5563;color:#e5e7eb}body[data-theme=dark] .profile-edit-btn:hover{background:#4b5563;border-color:#6b7280}.profile-header{margin-bottom:16px}.profile-title{font-size:32px;font-weight:600;color:#111827;margin:0 0 6px;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-subtitle{font-size:16px;font-weight:400;color:#6b7280;margin:0;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-hero-card{background:#fff;border-radius:16px;padding:20px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.profile-hero-card:hover{box-shadow:0 4px 6px #0000001a}.profile-hero-left{display:flex;align-items:center;gap:16px;flex:1}.profile-hero-right{display:flex;align-items:center}.profile-avatar{width:64px;height:64px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;color:#6b7280;flex-shrink:0}.profile-hero-info{display:flex;flex-direction:column;gap:8px}.profile-company-name{font-size:24px;font-weight:600;color:#111827;margin:0;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-stage-badge{display:inline-flex;align-items:center;padding:4px 12px;background:#dbeafe;color:#1e40af;border-radius:999px;font-size:12px;font-weight:500;width:fit-content;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-meta-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#6b7280;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-meta-item{display:flex;align-items:center;gap:6px}.profile-meta-separator{color:#d1d5db;font-size:16px}.profile-edit-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-edit-btn:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.profile-edit-btn:active{transform:translateY(0)}.profile-edit-btn:focus-visible{outline:2px solid #3B82F6;outline-offset:2px}.profile-tabs{display:flex;gap:0;margin-bottom:20px;background:#f3f4f6;border-radius:12px;padding:4px;position:relative}.profile-tab{all:unset;flex:1;padding:12px 20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none;border-radius:8px;text-align:center;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-tab:hover:not(.active){color:#374151;background:#ffffff80}.profile-tab.active{color:#111827;background:#fff;box-shadow:0 1px 3px #0000001a;font-weight:600}.profile-tab.active:hover{box-shadow:0 2px 4px #0000001f}.profile-tab:active{transform:scale(.98)}.profile-tab-content{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.profile-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.profile-card:hover{box-shadow:0 4px 6px #0000001a}.profile-card-title{font-size:20px;font-weight:600;color:#111827;margin:4px 0 8px;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-card-subtitle{font-size:14px;font-weight:400;color:#6b7280;margin:-8px 0 24px;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-divider{height:1px;background:#e5e7eb;margin:0 0 24px}.profile-divider1{height:1px;background:#e5e7eb;margin:24px 0}.contact-title-container{display:flex;align-items:center;gap:8px}.contact-item-container{display:flex;align-items:flex-start;gap:12px}.contact-item-content{display:flex;flex-direction:column;gap:4px}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:32px}.profile-info-column{display:flex;flex-direction:column;gap:24px}.profile-info-item{display:flex;flex-direction:column;gap:8px}.profile-info-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-info-value{font-size:16px;font-weight:500;color:#111827;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-info-value1{font-size:16px;font-weight:500;color:#111827;line-height:1.5;margin-left:-17px}.profile-info-rows{display:flex;flex-direction:column;gap:20px}.profile-info-row{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:all .2s ease;border-radius:8px;margin:0 -8px;padding:16px 8px}.profile-info-row:hover .profile-info-icon{background:#e5e7eb;transform:scale(1.05)}.profile-info-row:hover .profile-info-label{color:#374151}.profile-info-row:active{transform:translate(2px) scale(.98)}.profile-info-row:last-child{border-bottom:none}.profile-info-icon{flex-shrink:0;width:40px;height:40px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center}.profile-info-content{flex:1;display:flex;flex-direction:column;gap:4px}.vision-info-rows{display:flex;flex-direction:column;gap:12px;padding:-4px 0 16px}.vision-info-row{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #F3F4F6;cursor:pointer;transition:all .2s ease;border-radius:8px;margin:0 -8px;padding:16px 8px}.vision-info-row:hover .vision-info-icon{background:#e5e7eb;transform:scale(1.05)}.vision-info-row:hover .vision-info-label{color:#374151}.vision-info-row:active{transform:translate(2px) scale(.98)}.vision-info-row:last-child{border-bottom:none}.vision-info-icon{flex-shrink:0;width:40px;height:40px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vision-info-content{flex:1;display:flex;flex-direction:column;gap:4px}.vision-info-label{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.vision-info-subtitle{font-size:14px;font-weight:400;color:#6b7280;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important;margin:0 0 0 -24px}.vision-value{font-size:16px;font-weight:500;color:#111827;line-height:1.5;margin:0;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}body[data-theme=dark] .vision-info-row:hover{background:#374151}body[data-theme=dark] .vision-info-row:hover .vision-info-icon{background:#4b5563}body[data-theme=dark] .vision-info-row:hover .vision-info-label{color:#d1d5db}.vision-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.vision-icon{flex-shrink:0;width:40px;height:40px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.vision-text{flex:1;display:flex;flex-direction:column;gap:4px}.vision-title{font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.vision-subtitle{font-size:14px;font-weight:400;color:#6b7280;margin:0;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.profile-card:hover .vision-info-icon{background:#e5e7eb;transform:scale(1.05)}.profile-card:hover .vision-info-content,.profile-card:hover .vision-info-label{color:#374151}.profile-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.profile-card{cursor:pointer;transition:all .2s ease}body[data-theme=dark] .vision-info-icon{background:#374151}body[data-theme=dark] .vision-info-label{color:#f9fafb}body[data-theme=dark] .vision-info-subtitle{color:#9ca3af}body[data-theme=dark] .vision-value{color:#f9fafb}body[data-theme=dark] .profile-card:hover .vision-info-icon{background:#4b5563}body[data-theme=dark] .profile-card:hover .vision-info-content,body[data-theme=dark] .profile-card:hover .vision-info-label{color:#d1d5db}.profile-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.profile-vision-grid .profile-card{display:flex;flex-direction:column;height:100%}.vision-card-icon{width:40px;height:40px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.vision-value{font-size:16px;font-weight:500;color:#111827;line-height:1.5;margin:0}.founders-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.founders-header-icon{flex-shrink:0;width:40px;height:40px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.founders-header-text{flex:1;display:flex;flex-direction:column;gap:4px}.founders-header-title{font-size:20px;font-weight:600;color:#111827;margin:0;line-height:1.2;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}.founders-header-subtitle{font-size:14px;font-weight:400;color:#6b7280;line-height:1.5;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important;margin:0 0 0 -26px}.profile-card:hover .founders-header-icon{background:#e5e7eb;transform:scale(1.05)}.profile-card:hover .founders-header-text,.profile-card:hover .founders-header-title,.profile-card:hover .founders-header-subtitle{color:#374151}.profile-card:hover{cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.profile-card:active{transform:translateY(-1px) scale(.98)}body[data-theme=dark] .founders-header-icon{background:#374151}body[data-theme=dark] .founders-header-title{color:#f9fafb}body[data-theme=dark] .founders-header-subtitle{color:#9ca3af}body[data-theme=dark] .profile-card:hover .founders-header-icon{background:#4b5563}body[data-theme=dark] .profile-card:hover .founders-header-text,body[data-theme=dark] .profile-card:hover .founders-header-title,body[data-theme=dark] .profile-card:hover .founders-header-subtitle{color:#d1d5db}.founders-section{display:flex;flex-direction:column;gap:10px;margin-top:40px}.founders-item:first-child{margin-bottom:5px}.founders-item{display:flex;flex-direction:column;gap:4px;padding:10px 0;border-bottom:1px solid #F3F4F6}.founders-item:last-child{border-bottom:none}.founders-label{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.founders-value{font-size:16px;font-weight:500;color:#111827;line-height:1.5}.founders-labels{font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.founders-values{font-size:16px;font-weight:500;color:#111827;line-height:1.5}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.contact-item{display:flex;align-items:flex-start;gap:12px}.contact-item:last-child{grid-column:1 / -1}.contact-icon{flex-shrink:0;width:40px;height:40px;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center}.contact-content{flex:1;display:flex;flex-direction:column;gap:4px}.contact-label{font-size:14px;font-weight:600;color:#717182;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;margin-left:-7px}.contact-value{font-size:16px;font-weight:500;color:#111827;line-height:1.5;margin-top:1px;margin-left:-31px}body[data-theme=dark] .my-profile-page,body[data-theme=dark] .profile-title{color:#f9fafb}body[data-theme=dark] .profile-subtitle{color:#9ca3af}body[data-theme=dark] .profile-hero-card{background:#1f2937;box-shadow:0 1px 3px #0000004d}body[data-theme=dark] .profile-hero-card:hover{box-shadow:0 4px 6px #0006}body[data-theme=dark] .profile-avatar{background:#374151;color:#9ca3af}body[data-theme=dark] .profile-company-name{color:#f9fafb}body[data-theme=dark] .profile-stage-badge{background:#1e3a8a;color:#93c5fd}body[data-theme=dark] .profile-meta-row{color:#9ca3af}body[data-theme=dark] .profile-meta-separator{color:#4b5563}body[data-theme=dark] .profile-edit-btn{background:#374151;border-color:#4b5563;color:#d1d5db}body[data-theme=dark] .profile-edit-btn:hover{background:#4b5563;border-color:#6b7280;color:#f9fafb}body[data-theme=dark] .profile-tabs{background:#374151}body[data-theme=dark] .profile-tab{color:#9ca3af}body[data-theme=dark] .profile-tab:hover:not(.active){color:#d1d5db;background:#37415180}body[data-theme=dark] .profile-tab.active{background:#1f2937;color:#f9fafb;box-shadow:0 1px 3px #0000004d}body[data-theme=dark] .profile-card{background:#1f2937;box-shadow:0 1px 3px #0000004d}body[data-theme=dark] .profile-card:hover{box-shadow:0 4px 6px #0006}body[data-theme=dark] .profile-card-title{color:#f9fafb}body[data-theme=dark] .profile-card-subtitle{color:#9ca3af}body[data-theme=dark] .profile-divider{background:#374151}body[data-theme=dark] .profile-info-label,body[data-theme=dark] .founders-label,body[data-theme=dark] .contact-label{color:#9ca3af}body[data-theme=dark] .profile-info-value,body[data-theme=dark] .founders-value,body[data-theme=dark] .contact-value,body[data-theme=dark] .vision-value{color:#f9fafb}body[data-theme=dark] .profile-info-icon,body[data-theme=dark] .vision-card-icon,body[data-theme=dark] .contact-icon{background:#374151}body[data-theme=dark] .profile-info-row,body[data-theme=dark] .founders-item{border-bottom-color:#374151}body[data-theme=dark] .profile-info-row:hover{background:#374151}body[data-theme=dark] .profile-info-row:hover .profile-info-icon{background:#4b5563}body[data-theme=dark] .profile-info-row:hover .profile-info-label{color:#d1d5db}@media(max-width:1024px){.profile-info-grid,.contact-grid{grid-template-columns:1fr;gap:24px}.contact-item:last-child{grid-column:1}}@media(max-width:768px){.profile-hero-card{flex-direction:column;align-items:flex-start;gap:20px}.profile-hero-right{width:100%}.profile-edit-btn{width:100%;justify-content:center}.profile-tabs{flex-direction:column;gap:4px}.profile-tab{padding:12px 16px}.profile-vision-grid{grid-template-columns:1fr;gap:20px}.profile-title{font-size:28px}.profile-info-row{padding:12px 8px;gap:10px}.profile-info-icon{width:36px;height:36px}}@media(max-width:480px){.my-profile-page{padding:0 16px}.profile-hero-card,.profile-card{padding:20px}.profile-title{font-size:24px}.profile-company-name{font-size:20px}.profile-avatar{width:56px;height:56px;font-size:20px}}.em-main--expanded .my-profile-page,.em-main--expanded .profile-vision-grid,.em-main--expanded .profile-info-grid,.em-main--expanded .contact-grid{transition:all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.login-root{display:flex;min-height:100vh;font-family:Inter,sans-serif;background:#fff}.login-left{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px;background:#fff}.login-card{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:0}.lock-icon-wrap{width:64px;height:64px;border-radius:16px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:transform .2s ease,box-shadow .2s ease}.lock-icon-wrap:hover{transform:scale(1.05)}.lock-icon{font-size:26px;filter:grayscale(.3);line-height:1}.login-title{font-size:26px;font-weight:700;color:#111827;text-align:center;margin-bottom:8px;letter-spacing:-.3px}.login-subtitle{font-size:14px;color:#6b7280;text-align:center;margin-bottom:28px;line-height:1.5}.global-error-banner{width:100%;display:flex;align-items:center;gap:10px;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;font-size:13.5px;color:#dc2626;margin-bottom:20px;animation:slideDown .25s ease}.error-circle-icon{font-size:16px;flex-shrink:0;color:#dc2626}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.login-form{width:100%;display:flex;flex-direction:column;gap:0}.form-group{width:100%;margin-bottom:18px;display:flex;flex-direction:column;gap:6px}.form-label{font-size:13.5px;font-weight:500;color:#374151;letter-spacing:.01em}.form-input{width:100%;height:52px;padding:0 16px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;font-family:Inter,sans-serif;color:#111827;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease;cursor:text}.form-input::placeholder{color:#9ca3af}.form-input:hover{border-color:#d1d5db}.form-input:focus{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62326}.form-input.input-error{border-color:#ef4444}.form-input.input-error:focus{box-shadow:0 0 0 3px #ef44441f}.field-error{display:flex;align-items:center;gap:5px;font-size:12.5px;color:#dc2626;margin-top:2px;animation:slideDown .2s ease}.error-icon{font-size:14px;flex-shrink:0}.btn-signin{width:100%;height:52px;border:none;border-radius:10px;background:#f5a623;color:#1a1a1a;font-size:16px;font-weight:700;font-family:Inter,sans-serif;letter-spacing:.01em;cursor:pointer;margin-top:8px;position:relative;overflow:hidden;transition:background .18s ease,transform .12s ease,box-shadow .18s ease;display:flex;align-items:center;justify-content:center}.btn-signin:after{content:"";position:absolute;inset:0;background:#fff0;transition:background .15s ease}.btn-signin:hover{background:#e6961a;box-shadow:0 4px 16px #f5a62361;transform:translateY(-1px)}.btn-signin:active{transform:translateY(0);box-shadow:none}.btn-signin:disabled{opacity:.75;cursor:not-allowed;transform:none}.btn-spinner{width:20px;height:20px;border:2px solid rgba(26,26,26,.25);border-top-color:#1a1a1a;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-footer-row{display:flex;align-items:center;justify-content:space-between;margin-top:16px;margin-bottom:0}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:13.5px;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-input{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{width:17px;height:17px;border:1.5px solid #d1d5db;border-radius:4px;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease,background .15s ease;position:relative}.checkbox-input:checked+.checkbox-custom{background:#f5a623;border-color:#f5a623}.checkbox-input:checked+.checkbox-custom:after{content:"";display:block;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translateY(-1px)}.checkbox-label:hover .checkbox-custom{border-color:#f5a623}.forgot-link{font-size:13.5px;color:#374151;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s ease}.forgot-link:hover{color:#f5a623}.security-note{margin-top:28px;font-size:13px;color:#9ca3af;text-align:center}.rocket-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex:1;min-height:340px}.rocket-fallback{flex:1;min-height:300px;align-items:center;justify-content:center}.rocket-emoji{font-size:120px;animation:floatRocket 4s ease-in-out infinite}.support-text{font-size:15px;color:#717182;text-align:center;position:absolute;left:0;right:0;bottom:24px;margin-top:0}@media(max-width:900px){.login-root{flex-direction:column}.login-right{width:100%;min-width:unset;min-height:340px;padding:32px 24px;border-radius:0}.rocket-wrap{min-height:220px}.rocket-img{width:180px}.login-left{padding:40px 20px 32px}}@media(max-width:480px){.login-title{font-size:22px}.login-card{max-width:100%}.form-input,.btn-signin{height:48px;font-size:15px}.login-right{min-height:280px;padding:24px 16px}.rocket-img{width:140px}.login-footer-row{flex-direction:column;align-items:flex-start;gap:12px}.security-note{margin-top:20px}}.forgot-container{display:flex;min-height:100vh;background:#fff;font-family:Inter,sans-serif}.forgot-left{flex:1;display:flex;align-items:center;justify-content:center;padding:40px}.forgot-card{width:100%;max-width:600px}.mail-icon{width:60px;height:60px;background:#f3f4f6;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:24px}.forgot-title{font-size:28px;font-weight:700;color:#111827;margin-bottom:8px}.forgot-subtitle{color:#6b7280;margin-bottom:28px;font-size:16px}.input-label{font-size:14px;font-weight:500;color:#374151;display:block;margin-bottom:8px}.email-input{width:100%;height:48px;padding:0 16px;border-radius:10px;border:1px solid #d1d5db;font-size:15px;transition:all .2s ease;outline:none}.email-input:focus{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62326}.input-error{border-color:#ef4444}.error-text{color:#ef4444;font-size:13px;margin-top:6px;margin-bottom:12px}.send-btn{width:100%;height:50px;margin-top:20px;background:#f5a623;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}.send-btn:hover{background:#e6951d;transform:translateY(-2px)}.send-btn:active{transform:translateY(0)}.send-btn:disabled{background:#fcd9a6;cursor:not-allowed}.back-login{margin-top:24px;font-size:14px;color:#6b7280;cursor:pointer;transition:color .2s ease}.back-login:hover{color:#f5a623}.login-right{width:480px;background:#f3f4f6;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.brand-logo{position:absolute;top:24px;left:24px;z-index:2}.logo-img{height:32px;cursor:pointer}.rocket-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.support-text{position:absolute;bottom:24px;text-align:center;font-size:14px;color:#6b7280;width:100%}.support-link{color:#374151;font-weight:500;text-decoration:underline}@media(max-width:1024px){.login-right{display:none}.forgot-left{flex:1}}.fp2-page{min-height:100vh;display:flex;align-items:stretch;background:#fff;font-family:Inter,Segoe UI,system-ui,sans-serif}.fp2-left{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 40px;background:#fff}.fp2-card{width:100%;max-width:428px;display:flex;flex-direction:column;align-items:center;gap:0}.fp2-icon-wrap{width:64px;height:64px;background:#dcfce7;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:28px;flex-shrink:0}.fp2-check-icon{width:28px;height:28px}.fp2-title{font-size:26px;font-weight:700;color:#111827;text-align:center;margin:0 0 12px;letter-spacing:-.3px;line-height:1.2}.fp2-subtitle{font-size:15px;color:#6b7280;text-align:center;line-height:1.6;margin:0 0 28px}.fp2-email{font-weight:600;color:#111827;display:block;margin-top:2px}.fp2-info-box{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;background:#fff;margin-bottom:16px;box-sizing:border-box}.fp2-info-text{font-size:14px;color:#6b7280;line-height:1.55;display:block}.fp2-back-btn{width:100%;height:52px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:500;color:#111827;cursor:pointer;margin-bottom:20px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease;outline:none;font-family:inherit}.fp2-back-btn:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 4px #0000000f}.fp2-back-btn:active{transform:scale(.99);background:#f3f4f6}.fp2-back-btn:focus-visible{box-shadow:0 0 0 3px #6366f133;border-color:#6366f1}.fp2-arrow-icon{width:18px;height:18px;flex-shrink:0}.fp2-resend-text{font-size:14px;color:#9ca3af;text-align:center;margin:0}.fp2-try-again-btn{background:none;border:none;padding:0;font-size:14px;font-weight:700;color:#111827;cursor:pointer;font-family:inherit;transition:color .15s ease,opacity .15s ease;outline:none}.fp2-try-again-btn:hover{color:#f5a623;text-decoration:underline;text-underline-offset:2px}.fp2-try-again-btn:focus-visible{outline:2px solid #6366f1;border-radius:3px}.fp2-try-again-btn--loading{opacity:.6;cursor:not-allowed}.fp2-try-again-btn--sent{color:#22c55e}.login-right{width:480px;min-width:420px;background:#f3f4f6;border-radius:0;display:flex;align-items:center;justify-content:center;padding:40px 24px;position:relative;overflow:hidden;margin-left:-32px}.right-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px;gap:0}.brand-logo{display:flex;align-items:center;justify-content:flex-start;position:absolute;top:24px;left:24px;margin-top:0;margin-bottom:0;z-index:2}.rocket-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0;filter:drop-shadow(0 24px 40px rgba(160,100,180,.25));cursor:default}@keyframes floatRocket{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@media(max-width:900px){.fp2-page{flex-direction:column;min-height:100vh}.login-right{display:none}.fp2-left{padding:40px 24px;min-height:100vh}}@media(max-width:480px){.fp2-left{padding:32px 16px}.fp2-card{max-width:100%}.fp2-title{font-size:22px}}.tfa-page{min-height:100vh;display:flex;align-items:stretch;background:#fff;font-family:Inter,Segoe UI,system-ui,sans-serif}.tfa-left{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 40px;background:#fff}.tfa-card{width:100%;max-width:428px;display:flex;flex-direction:column;align-items:center}.tfa-icon-wrap{width:64px;height:64px;background:#f3f4f6;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;flex-shrink:0}.tfa-shield-icon{width:28px;height:28px}.tfa-title{font-size:26px;font-weight:700;color:#111827;text-align:center;margin:0 0 10px;letter-spacing:-.3px;line-height:1.2}.tfa-subtitle{font-size:15px;color:#6b7280;text-align:center;margin:0 0 4px;line-height:1.5}.tfa-sent-to{font-size:14px;color:#9ca3af;text-align:center;margin:0 0 20px}.tfa-expired-banner{width:100%;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:14px;color:#92400e;margin-bottom:16px;box-sizing:border-box;animation:tfa-slide-in .2s ease}@keyframes tfa-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.tfa-warn-icon{width:18px;height:18px;flex-shrink:0}.tfa-request-link{background:none;border:none;padding:0;font-size:14px;font-weight:600;color:#f5a623;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.tfa-request-link:hover{color:#d97706}.tfa-otp-row{display:flex;gap:10px;margin-bottom:20px;width:100%;justify-content:center}.tfa-otp-input{width:52px;height:56px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;text-align:center;font-size:20px;font-weight:600;color:#111827;font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease;cursor:text;caret-color:#f5a623}.tfa-otp-input:focus{border-color:#f5a623;box-shadow:0 0 0 3px #f5a62326}.tfa-otp-input--filled{border-color:#d1d5db;background:#fafafa}@keyframes tfa-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.tfa-shake{animation:tfa-shake .45s ease}.tfa-check-label{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151;cursor:pointer;margin-bottom:12px;-webkit-user-select:none;user-select:none;width:100%;justify-content:center}.tfa-checkbox{width:16px;height:16px;border:1.5px solid #d1d5db;border-radius:4px;cursor:pointer;accent-color:#f5a623;flex-shrink:0}.tfa-resend-text{font-size:14px;color:#9ca3af;text-align:center;margin:0 0 20px}.tfa-resend-text strong{color:#374151;font-weight:700}.tfa-resend-link{background:none;border:none;padding:0;font-size:14px;font-weight:500;color:#374151;cursor:pointer;font-family:inherit;text-decoration:underline;text-underline-offset:2px;margin-bottom:20px;transition:color .15s ease}.tfa-resend-link:hover{color:#f5a623}.tfa-verify-btn{width:100%;height:52px;border:none;border-radius:10px;background:#fde68a;color:#92400e;font-size:16px;font-weight:600;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;margin-bottom:16px;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;outline:none}.tfa-verify-btn--active{background:#fbbf24;color:#1c1917}.tfa-verify-btn--active:hover{background:#f59e0b;box-shadow:0 4px 14px #f59e0b59}.tfa-verify-btn--active:active{transform:scale(.99);background:#d97706}.tfa-verify-btn:focus-visible{box-shadow:0 0 0 3px #f5a6234d}.tfa-verify-btn:disabled{cursor:not-allowed;opacity:.7}.tfa-spinner{width:20px;height:20px;border:2.5px solid rgba(0,0,0,.15);border-top-color:#1c1917;border-radius:50%;animation:tfa-spin .7s linear infinite;display:inline-block}@keyframes tfa-spin{to{transform:rotate(360deg)}}.tfa-back-btn{background:none;border:none;padding:0;font-size:15px;font-weight:400;color:#6b7280;cursor:pointer;font-family:inherit;margin-bottom:20px;transition:color .15s ease;outline:none}.tfa-back-btn:hover{color:#111827;text-decoration:underline;text-underline-offset:2px}.tfa-help-box{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px;background:#fff;box-sizing:border-box;text-align:center;font-size:14px;color:#6b7280;line-height:1.55}.login-right{width:480px;min-width:420px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:40px 24px;position:relative;overflow:hidden;margin-left:-32px}.login-right:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 25%,rgba(220,180,210,.35) 0%,transparent 55%),radial-gradient(circle at 30% 75%,rgba(210,190,230,.25) 0%,transparent 50%),#f3f4f6;pointer-events:none}.right-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:320px}.brand-logo{display:flex;align-items:center;justify-content:flex-start;position:absolute;top:24px;left:24px;z-index:2}.logo-img{height:32px;object-fit:contain;cursor:pointer}.logo-fallback{display:flex;align-items:center;gap:8px}.logo-icon-fallback{width:34px;height:34px;background:#f5a623;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.logo-text-fallback{font-size:22px;font-weight:700;color:#1f2937;letter-spacing:-.5px}.rocket-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}.support-text{font-size:15px;color:#717182;text-align:center;position:absolute;left:0;right:0;bottom:24px;margin:0}.support-link{color:#374151;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.support-link:hover{color:#f5a623}.tfa-modal-overlay{position:fixed;inset:0;background:#00000040;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999;animation:tfa-fade-in .2s ease}@keyframes tfa-fade-in{0%{opacity:0}to{opacity:1}}.tfa-modal{background:#fff;border-radius:20px;padding:40px 40px 36px;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 20px 60px #0000002e;animation:tfa-modal-pop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes tfa-modal-pop{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.tfa-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s ease;outline:none}.tfa-modal-close:hover{background:#f3f4f6}.tfa-modal-icon-wrap{width:64px;height:64px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.tfa-modal-check{width:30px;height:30px}.tfa-modal-title{font-size:24px;font-weight:700;color:#111827;margin:0 0 12px;text-align:center;letter-spacing:-.3px}.tfa-modal-body{font-size:15px;color:#6b7280;text-align:center;margin:0 0 28px;line-height:1.6}.tfa-modal-cta{width:100%;height:52px;border:none;border-radius:10px;background:#fbbf24;color:#1c1917;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;outline:none}.tfa-modal-cta:hover{background:#f59e0b;box-shadow:0 4px 14px #f59e0b59}.tfa-modal-cta:active{transform:scale(.99);background:#d97706}@media(max-width:900px){.tfa-page{flex-direction:column}.login-right{display:none}.tfa-left{min-height:100vh;padding:40px 24px}}@media(max-width:480px){.tfa-otp-input{width:42px;height:48px;font-size:18px}.tfa-otp-row{gap:7px}.tfa-title{font-size:22px}.tfa-modal{margin:0 16px;padding:32px 24px 28px}}*,*:before,*:after{box-sizing:border-box}.al-page{min-height:100vh;height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;font-family:Inter,Segoe UI,system-ui,sans-serif}.al-header{padding:24px 40px;display:flex;align-items:center}.al-logo{height:32px;object-fit:contain;cursor:pointer;transition:opacity .15s ease}.al-logo:hover{opacity:.85}.al-logo-fallback{display:flex;align-items:center;gap:8px;cursor:pointer}.al-logo-icon{width:34px;height:34px;background:#f5a623;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.al-logo-text{font-size:22px;font-weight:700;color:#1f2937;letter-spacing:-.5px}.al-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:8px 20px 0;margin-top:0}.al-card{width:100%;max-width:840px;background:#f8fafc;border:1px solid #e9edf2;border-radius:20px;padding:52px 56px 48px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.al-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(219,234,254,.45) 0%,transparent 50%),radial-gradient(circle at 85% 80%,rgba(219,234,254,.3) 0%,transparent 50%);pointer-events:none;border-radius:20px}.al-card>*{position:relative;z-index:1}.al-illustration{margin-bottom:28px}.al-shield-svg{width:88px;height:88px;filter:drop-shadow(0 4px 16px rgba(59,130,246,.18))}.al-title{font-size:28px;font-weight:700;color:#111827;text-align:center;margin:0 0 12px;letter-spacing:-.4px;line-height:1.2}.al-subtitle{font-size:16px;color:#6b7280;text-align:center;line-height:1.6;margin:0 0 28px}.al-warning-box{width:100%;max-width:560px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:16px 20px;margin-bottom:36px}.al-warning-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.al-warn-icon{width:20px;height:20px;flex-shrink:0}.al-warning-title{font-size:15px;font-weight:700;color:#92400e;line-height:1.3}.al-warning-body{font-size:14px;color:#b45309;line-height:1.6;margin:0;padding-left:30px}.al-btn-row{display:flex;gap:16px;width:100%;max-width:520px;justify-content:center}.al-btn-secondary{flex:1;height:52px;border:1.5px solid #e5e7eb;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#111827;cursor:pointer;font-family:inherit;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .1s ease;outline:none}.al-btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;box-shadow:0 1px 6px #00000012}.al-btn-secondary:active{transform:scale(.99);background:#f3f4f6}.al-btn-secondary:focus-visible{box-shadow:0 0 0 3px #6366f133;border-color:#6366f1}.al-btn-primary{flex:1;height:52px;border:none;border-radius:12px;background:#fbbf24;font-size:15px;font-weight:700;color:#1c1917;cursor:pointer;font-family:inherit;transition:background .15s ease,box-shadow .15s ease,transform .1s ease;outline:none}.al-btn-primary:hover{background:#f59e0b;box-shadow:0 4px 14px #f59e0b66}.al-btn-primary:active{transform:scale(.99);background:#d97706}.al-btn-primary:focus-visible{box-shadow:0 0 0 3px #f5a6234d}.al-footer{padding:28px 20px 32px;text-align:center}.al-footer-text{font-size:14px;color:#9ca3af;line-height:1.7;margin:0}.al-footer-link{color:#374151;font-weight:500;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.al-footer-link:hover{color:#f5a623}@media(max-width:640px){.al-header{padding:20px 24px}.al-card{padding:36px 24px 32px;border-radius:16px}.al-title{font-size:22px}.al-subtitle{font-size:14px}.al-btn-row{flex-direction:column;gap:12px}.al-btn-secondary,.al-btn-primary{width:100%;flex:none}.al-warning-body{padding-left:0}}@media(max-width:400px){.al-shield-svg{width:72px;height:72px}.al-title{font-size:20px}}.em-app{display:flex;min-height:100vh;width:100%;background-color:#fff;transition:background-color .3s ease;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif}.em-app--dark{background-color:#000}.em-app--dark .em-main{background-color:#000;color:#f9fafb;font-family:inherit}.em-main{flex:1;display:flex;flex-direction:column;overflow:hidden;font-family:inherit}.em-main--auth{width:100%;margin-left:0}@font-face{font-family:URWGeometric;src:url(/fonts/URWGeometricRegular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box;font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}html,body{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,*{font-family:URWGeometric,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif!important}body{background-color:#fff;color:#111827;line-height:1.5;overflow-x:hidden}:root{--bg-primary: #ffffff;--bg-secondary: #f9fafb;--bg-card: #ffffff;--bg-hover: #f3f4f6;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--border-color: #e5e7eb;--primary-color: #3b82f6;--grid-color: #e5e7eb;--gradient-total-raised: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--gradient-target-amount: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);--gradient-active-investors: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-progress: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--progress-fill-gradient: linear-gradient(90deg, #3b82f6 0%, #1d4ed8 100%)}body[data-theme=dark]{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-card: #1e293b;--bg-hover: #334155;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-tertiary: #64748b;--border-color: #334155;--primary-color: #60a5fa;--grid-color: #374151;--gradient-total-raised: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);--gradient-target-amount: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);--gradient-active-investors: linear-gradient(135deg, #34d399 0%, #10b981 100%);--gradient-progress: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);--progress-fill-gradient: linear-gradient(90deg, #60a5fa 0%, #3b82f6 100%)}#root{height:100%;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::-webkit-scrollbar-track{background:transparent}.em-icon-button{all:unset;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;cursor:pointer;color:#6b7280;transition:all .2s ease}.em-icon-button:hover{background-color:#f3f4f6;color:#111827}.em-icon-button:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.em-info-icon{display:inline-block;margin-left:6px;color:#9ca3af;vertical-align:middle;cursor:help}
