.insight-popover{width:300px;max-width:min(300px,100vw - 32px);max-height:400px;display:flex;flex-direction:column;background:#fff;border:1px solid #ebebeb;border-radius:8px;box-shadow:0 8px 24px 0 rgba(0,0,0,.08);overflow:hidden;font-family:var(--font-helvetica-neue),sans-serif}@media(max-width:786px){.insight-popover{width:100%;max-width:100%;max-height:none;border-radius:16px 16px 0 0;border:none;box-shadow:none}}.insight-popover__header{display:flex;align-items:flex-start;justify-content:space-between;padding:12px 16px;width:100%;flex-shrink:0}.insight-popover__title{margin:0;font-size:16px;font-weight:500;line-height:26px;color:#333}.insight-popover__body{padding:0 16px 20px;width:100%;flex:1 1 auto;min-height:0;overflow-y:auto}.insight-popover__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;width:100%}.insight-popover__empty-icon{display:flex;width:64px;height:64px}.insight-popover__empty-icon svg{width:100%;height:100%}.insight-popover__empty-text{margin:0;width:181px;max-width:100%;font-size:12px;font-weight:500;line-height:20px;color:silver;text-align:center}.insight-popover__words{display:flex;flex-direction:column;width:100%}.insight-popover__word-row{display:flex;align-items:center;gap:12px;padding:4px 0;width:100%}.insight-popover__word-label{flex-shrink:0;width:120px;font-size:12px;font-weight:500;line-height:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.insight-popover__word-track{flex:1 1 0;min-width:0;height:4px;border-radius:999px;background:#ebebeb;overflow:hidden}.insight-popover__word-fill{display:block;height:100%;border-radius:999px;background:#c4905a}.insight-popover__word-count{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:23px;padding:0 4px;border-radius:5px;background:rgba(196,144,90,.1);font-size:12px;font-weight:500;line-height:20px;color:#c4905a;white-space:nowrap}.insight-popover__guidance{display:flex;flex-direction:column;gap:12px;width:100%}.insight-popover__tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px;width:100%}.insight-popover__tag{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border:1px solid rgba(0,0,0,0);border-radius:8px;background:#f7f9fc;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;color:#666;white-space:nowrap;cursor:pointer;transition:color .15s ease,border-color .15s ease}.insight-popover__tag:hover{color:#3f6189}.insight-popover__tag--active{border-color:#5a8ac4;color:#3f6189}.insight-popover__guidance-body{display:flex;flex-direction:column;gap:8px;width:100%}.insight-popover__guidance-desc{margin:0;width:100%;font-size:14px;font-weight:400;line-height:22px;color:#666}.insight-popover__financial{display:flex;flex-direction:column;gap:12px;width:100%}.insight-popover__financial-text{margin:0;font-size:14px;font-weight:400;line-height:22px;color:#666}.insight-popover__fin-table{background:#fff}.insight-popover__fin-section,.insight-popover__fin-table{display:flex;flex-direction:column;width:100%}.insight-popover__fin-section:first-child{border-top:none}.insight-popover__fin-section-header{display:flex;align-items:center;justify-content:space-between;padding:10px 0;background:none;border:none;cursor:pointer;width:100%;font-family:inherit;transition:opacity .15s ease}.insight-popover__fin-section-header:hover{opacity:.8}.insight-popover__fin-section-title{font-size:12px;font-weight:500;line-height:15px;letter-spacing:.9px;text-transform:uppercase;color:#aaa}.insight-popover__fin-chevron{flex-shrink:0;transition:transform .2s ease;color:#aaa}.insight-popover__fin-chevron--collapsed{transform:rotate(180deg)}.insight-popover__fin-period-row{display:flex;justify-content:flex-end}.insight-popover__fin-period{font-size:10px;font-weight:500;line-height:15px;color:#bbb;text-align:right;width:90px}.insight-popover__fin-rows{display:flex;flex-direction:column;width:100%;padding-top:8px;padding-bottom:8px}.insight-popover__fin-row{display:flex;align-items:center;padding:10px 0;position:relative;border-bottom:1px solid #f5f5f3}.insight-popover__fin-row--last{border-bottom:none}.insight-popover__fin-row-title{flex:1;min-width:0;font-size:12px;font-weight:500;line-height:19.5px;color:#555;overflow:hidden;white-space:pre-wrap}.insight-popover__fin-row-value{display:flex;align-items:center;gap:4px;justify-content:flex-end;width:90px;flex-shrink:0;font-size:13px;font-weight:500;line-height:19.5px;color:#333}.insight-popover__fin-row-value svg{flex-shrink:0}